01JMN01SGPN6AVXD2K29K1MZZ7: 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: 01JMN03121JPJ8T7F2GDX3R1B0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T19:36:26.924Zjob assigned to worker 01JMN0446MCCCAAQFBCPRYJ2K6 [factory aws, i-0ea27806a2d782438] (queued for 1 m 29 s)
 
22025-02-21T19:36:36.902Zstarting task 0: "setup"
32025-02-21T19:36:36.910Z++ uname -s
42025-02-21T19:36:36.913Z+ kern=SunOS
52025-02-21T19:36:36.913Z+ build_user=build
62025-02-21T19:36:36.913Z+ build_uid=12345
72025-02-21T19:36:36.913Z+ work_dir=/work
82025-02-21T19:36:36.913Z+ input_dir=/input
92025-02-21T19:36:36.913Z+ [[ 0 == 12345 ]]
102025-02-21T19:36:36.913Z+ case "$kern" in
112025-02-21T19:36:36.913Z+ groupadd -g 12345 build
122025-02-21T19:36:36.916Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T19:36:38.931Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T19:36:39.033Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T19:36:39.043Z+ home_fs=zfs
162025-02-21T19:36:39.043Z+ [[ zfs == autofs ]]
172025-02-21T19:36:39.043Z+ mkdir -p /home/build
182025-02-21T19:36:39.043Z+ chown build:build /home/build /work
192025-02-21T19:36:41.134Z+ chmod 0700 /home/build /work
202025-02-21T19:36:41.284Zprocess exited: duration 4117 ms, exit code 0
 
212025-02-21T19:36:41.536Zstarting task 1: "rust-toolchain"
222025-02-21T19:36:41.653Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T19:36:41.653Z * rust toolchain channel = "1.85.0"
242025-02-21T19:36:41.653Z * rust toolchain profile = "default"
252025-02-21T19:36:41.653Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-21T19:36:41.653Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T19:36:41.653Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T19:36:41.653Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T19:36:41.653Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T19:36:41.653Zinfo: downloading installer
312025-02-21T19:36:43.175Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T19:36:43.176Zwarning: /opt/ooce/bin
332025-02-21T19:36:43.176Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T19:36:43.176Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T19:36:43.176Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T19:36:43.176Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T19:36:43.176Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T19:36:43.176Zerror: cannot install while Rust is installed
392025-02-21T19:36:43.176Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T19:36:43.207Zinfo: profile set to 'default'
412025-02-21T19:36:43.207Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T19:36:43.207Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T19:36:43.403Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T19:36:43.403Zinfo: downloading component 'cargo'
452025-02-21T19:36:44.351Zinfo: downloading component 'clippy'
462025-02-21T19:36:44.668Zinfo: downloading component 'rust-docs'
472025-02-21T19:36:46.116Zinfo: downloading component 'rust-std'
482025-02-21T19:36:48.249Zinfo: downloading component 'rustc'
492025-02-21T19:36:55.567Zinfo: downloading component 'rustfmt'
502025-02-21T19:36:55.844Zinfo: installing component 'cargo'
512025-02-21T19:36:56.588Zinfo: installing component 'clippy'
522025-02-21T19:36:56.944Zinfo: installing component 'rust-docs'
532025-02-21T19:36:58.768Zinfo: installing component 'rust-std'
542025-02-21T19:37:00.543Zinfo: installing component 'rustc'
552025-02-21T19:37:06.645Zinfo: installing component 'rustfmt'
562025-02-21T19:37:06.889Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T19:37:06.890Z
582025-02-21T19:37:07.257Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T19:37:07.257Z
602025-02-21T19:37:07.428Z
612025-02-21T19:37:07.428ZRust is installed now. Great!
622025-02-21T19:37:07.428Z
632025-02-21T19:37:07.428ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T19:37:07.428Zenvironment variable. This has not been done automatically.
652025-02-21T19:37:07.428Z
662025-02-21T19:37:07.428ZTo configure your current shell, you need to source
672025-02-21T19:37:07.429Zthe corresponding env file under $HOME/.cargo.
682025-02-21T19:37:07.429Z
692025-02-21T19:37:07.429ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T19:37:07.429Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T19:37:07.429Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T19:37:07.429Z+ rustup --version
732025-02-21T19:37:07.429Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T19:37:07.429Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T19:37:07.543Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T19:37:07.543Z+ cargo --version
772025-02-21T19:37:07.544Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T19:37:07.544Z+ rustc --version
792025-02-21T19:37:07.544Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T19:37:07.544Zprocess exited: duration 25992 ms, exit code 0
 
812025-02-21T19:37:07.619Zstarting task 2: "authentication"
822025-02-21T19:37:07.636Zprocess exited: duration 42 ms, exit code 0
 
832025-02-21T19:37:07.824Zstarting task 3: "clone repository"
842025-02-21T19:37:07.948Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T19:37:07.948Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T19:37:09.187ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T19:37:17.142Z+ cd /work/oxidecomputer/omicron
882025-02-21T19:37:17.157Z+ git fetch origin 9190d809eca076a02bbbf43198be33902f59249d
892025-02-21T19:37:17.487ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T19:37:17.487Z * branch 9190d809eca076a02bbbf43198be33902f59249d -> FETCH_HEAD
912025-02-21T19:37:17.504Z+ [[ -n affinity-db-crud ]]
922025-02-21T19:37:17.504Z++ git branch --show-current
932025-02-21T19:37:17.505Z+ current=main
942025-02-21T19:37:17.505Z+ [[ main != affinity-db-crud ]]
952025-02-21T19:37:17.505Z+ git branch -f affinity-db-crud 9190d809eca076a02bbbf43198be33902f59249d
962025-02-21T19:37:17.531Z+ git checkout -f affinity-db-crud
972025-02-21T19:37:17.687ZSwitched to branch 'affinity-db-crud'
982025-02-21T19:37:17.712Z+ git reset --hard 9190d809eca076a02bbbf43198be33902f59249d
992025-02-21T19:37:17.879ZHEAD is now at 9190d809e Merge branch 'affinity-db-model' into affinity-db-crud
1002025-02-21T19:37:17.904Zprocess exited: duration 10127 ms, exit code 0
 
1012025-02-21T19:37:17.926Zstarting task 4: "build"
1022025-02-21T19:37:17.971Z+ source .github/buildomat/ci-env.sh
1032025-02-21T19:37:17.971Z++ export CARGO_TERM_COLOR=always
1042025-02-21T19:37:17.971Z++ CARGO_TERM_COLOR=always
1052025-02-21T19:37:17.971Z+ cargo --version
1062025-02-21T19:37:18.060Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T19:37:18.761Z+ rustc --version
1082025-02-21T19:37:18.761Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T19:37:18.761Z+ cargo tree --locked
1102025-02-21T19:37:19.347Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-21T19:37:19.348Z Updating crates.io index
1122025-02-21T19:37:19.348Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-21T19:37:19.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-21T19:37:19.949Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-21T19:37:20.632Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-21T19:37:21.099Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-21T19:37:22.781Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-21T19:37:23.424Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-21T19:37:24.142Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-21T19:37:24.615Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-21T19:37:24.951Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-21T19:37:25.694Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1232025-02-21T19:37:25.984Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242025-02-21T19:37:26.459Z Updating git repository `https://github.com/oxidecomputer/tofino`
1252025-02-21T19:37:26.680Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1262025-02-21T19:37:27.106Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1272025-02-21T19:37:27.679Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1282025-02-21T19:37:28.115Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292025-02-21T19:37:28.115Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-02-21T19:37:28.557Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1312025-02-21T19:37:29.051Z Updating git repository `https://github.com/oxidecomputer/ispf`
1322025-02-21T19:37:29.051Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332025-02-21T19:37:29.346Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342025-02-21T19:37:29.805Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-02-21T19:37:30.099Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362025-02-21T19:37:30.413Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372025-02-21T19:37:30.870Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1382025-02-21T19:37:31.316Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392025-02-21T19:37:31.535Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402025-02-21T19:37:31.713Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412025-02-21T19:37:33.105Z Downloading crates ...
1422025-02-21T19:37:33.219Z Downloaded addr2line v0.24.2
1432025-02-21T19:37:33.245Z Downloaded anstyle v1.0.10
1442025-02-21T19:37:33.245Z Downloaded aead v0.5.2
1452025-02-21T19:37:33.245Z Downloaded ahash v0.8.11
1462025-02-21T19:37:33.245Z Downloaded atty v0.2.14
1472025-02-21T19:37:33.245Z Downloaded async-object-pool v0.1.5
1482025-02-21T19:37:33.245Z Downloaded fixedbitset v0.4.2
1492025-02-21T19:37:33.245Z Downloaded foreign-types v0.5.0
1502025-02-21T19:37:33.245Z Downloaded cfg_aliases v0.2.1
1512025-02-21T19:37:33.246Z Downloaded ff v0.13.0
1522025-02-21T19:37:33.246Z Downloaded cfg_aliases v0.1.1
1532025-02-21T19:37:33.246Z Downloaded foreign-types v0.3.2
1542025-02-21T19:37:33.246Z Downloaded async-stream-impl v0.3.6
1552025-02-21T19:37:33.327Z Downloaded fnv v1.0.7
1562025-02-21T19:37:33.327Z Downloaded fxhash v0.2.1
1572025-02-21T19:37:33.328Z Downloaded foreign-types-shared v0.1.1
1582025-02-21T19:37:33.329Z Downloaded allocator-api2 v0.2.18
1592025-02-21T19:37:33.330Z Downloaded hubpack_derive v0.1.1
1602025-02-21T19:37:33.330Z Downloaded atomic-waker v1.1.2
1612025-02-21T19:37:33.330Z Downloaded anes v0.1.6
1622025-02-21T19:37:33.330Z Downloaded atomicwrites v0.4.4
1632025-02-21T19:37:33.333Z Downloaded foreign-types-shared v0.3.1
1642025-02-21T19:37:33.333Z Downloaded bitflags v1.3.2
1652025-02-21T19:37:33.333Z Downloaded blocking v1.6.1
1662025-02-21T19:37:33.333Z Downloaded async-recursion v1.1.1
1672025-02-21T19:37:33.334Z Downloaded ghash v0.5.1
1682025-02-21T19:37:33.334Z Downloaded fs-err v2.11.0
1692025-02-21T19:37:33.334Z Downloaded castaway v0.2.3
1702025-02-21T19:37:33.334Z Downloaded hash32 v0.3.1
1712025-02-21T19:37:33.334Z Downloaded cargo-platform v0.1.8
1722025-02-21T19:37:33.334Z Downloaded byteorder v1.5.0
1732025-02-21T19:37:33.334Z Downloaded http-body v1.0.1
1742025-02-21T19:37:33.334Z Downloaded cbc v0.1.2
1752025-02-21T19:37:33.334Z Downloaded cast v0.3.0
1762025-02-21T19:37:33.334Z Downloaded cassowary v0.3.0
1772025-02-21T19:37:33.335Z Downloaded block-buffer v0.10.4
1782025-02-21T19:37:33.335Z Downloaded chacha20 v0.9.1
1792025-02-21T19:37:33.335Z Downloaded base16ct v0.2.0
1802025-02-21T19:37:33.335Z Downloaded bitfield-struct v0.6.2
1812025-02-21T19:37:33.335Z Downloaded anstyle-parse v0.2.5
1822025-02-21T19:37:33.420Z Downloaded oso-derive v0.27.3
1832025-02-21T19:37:33.420Z Downloaded hash32 v0.2.1
1842025-02-21T19:37:33.420Z Downloaded bytecount v0.6.8
1852025-02-21T19:37:33.420Z Downloaded fragile v2.0.0
1862025-02-21T19:37:33.421Z Downloaded num_threads v0.1.7
1872025-02-21T19:37:33.421Z Downloaded adler2 v2.0.0
1882025-02-21T19:37:33.421Z Downloaded camino-tempfile v1.1.1
1892025-02-21T19:37:33.421Z Downloaded blowfish v0.9.1
1902025-02-21T19:37:33.421Z Downloaded hex-literal v0.4.1
1912025-02-21T19:37:33.421Z Downloaded heck v0.5.0
1922025-02-21T19:37:33.422Z Downloaded backoff v0.4.0
1932025-02-21T19:37:33.422Z Downloaded form_urlencoded v1.2.1
1942025-02-21T19:37:33.423Z Downloaded bcs v0.1.6
1952025-02-21T19:37:33.423Z Downloaded httpdate v1.0.3
1962025-02-21T19:37:33.423Z Downloaded base64ct v1.6.0
1972025-02-21T19:37:33.423Z Downloaded async-process v2.3.0
1982025-02-21T19:37:33.423Z Downloaded http-body-util v0.1.2
1992025-02-21T19:37:33.423Z Downloaded cexpr v0.6.0
2002025-02-21T19:37:33.423Z Downloaded cargo_metadata v0.19.1
2012025-02-21T19:37:33.424Z Downloaded humantime v2.1.0
2022025-02-21T19:37:33.424Z Downloaded cargo_metadata v0.18.1
2032025-02-21T19:37:33.424Z Downloaded async-lock v3.4.0
2042025-02-21T19:37:33.424Z Downloaded fs_extra v1.3.0
2052025-02-21T19:37:33.424Z Downloaded pretty-hex v0.4.1
2062025-02-21T19:37:33.424Z Downloaded pretty-hex v0.2.1
2072025-02-21T19:37:33.424Z Downloaded hostname v0.4.0
2082025-02-21T19:37:33.424Z Downloaded hex v0.4.3
2092025-02-21T19:37:33.426Z Downloaded futures-task v0.3.31
2102025-02-21T19:37:33.426Z Downloaded parse-size v1.1.0
2112025-02-21T19:37:33.426Z Downloaded generic-array v0.14.7
2122025-02-21T19:37:33.426Z Downloaded parse-display-derive v0.10.0
2132025-02-21T19:37:33.426Z Downloaded futures-macro v0.3.31
2142025-02-21T19:37:33.427Z Downloaded futures-io v0.3.31
2152025-02-21T19:37:33.427Z Downloaded russh-cryptovec v0.7.3
2162025-02-21T19:37:33.427Z Downloaded foreign-types-macros v0.2.3
2172025-02-21T19:37:33.427Z Downloaded hostname v0.3.1
2182025-02-21T19:37:33.427Z Downloaded fallible-streaming-iterator v0.1.9
2192025-02-21T19:37:33.427Z Downloaded hyper-tls v0.6.0
2202025-02-21T19:37:33.427Z Downloaded http-range v0.1.5
2212025-02-21T19:37:33.428Z Downloaded headers-core v0.3.0
2222025-02-21T19:37:33.428Z Downloaded guppy-workspace-hack v0.1.0
2232025-02-21T19:37:33.428Z Downloaded group v0.13.0
2242025-02-21T19:37:33.428Z Downloaded polyval v0.6.2
2252025-02-21T19:37:33.428Z Downloaded parking v2.2.1
2262025-02-21T19:37:33.428Z Downloaded argon2 v0.5.3
2272025-02-21T19:37:33.428Z Downloaded gethostname v0.5.0
2282025-02-21T19:37:33.429Z Downloaded float-ord v0.3.2
2292025-02-21T19:37:33.563Z Downloaded chrono-tz-build v0.4.0
2302025-02-21T19:37:33.563Z Downloaded camino v1.1.9
2312025-02-21T19:37:33.563Z Downloaded cfg-expr v0.18.0
2322025-02-21T19:37:33.563Z Downloaded hyper-staticfile v0.10.1
2332025-02-21T19:37:33.564Z Downloaded futures-lite v2.3.0
2342025-02-21T19:37:33.565Z Downloaded tinyvec_macros v0.1.1
2352025-02-21T19:37:33.565Z Downloaded home v0.5.9
2362025-02-21T19:37:33.565Z Downloaded futures-timer v3.0.3
2372025-02-21T19:37:33.565Z Downloaded psl-types v2.0.11
2382025-02-21T19:37:33.565Z Downloaded predicates-tree v1.0.11
2392025-02-21T19:37:33.565Z Downloaded hashlink v0.9.1
2402025-02-21T19:37:33.566Z Downloaded rand_xorshift v0.3.0
2412025-02-21T19:37:33.566Z Downloaded rand_seeder v0.3.0
2422025-02-21T19:37:33.566Z Downloaded r2d2 v0.8.10
2432025-02-21T19:37:33.566Z Downloaded once_cell v1.20.3
2442025-02-21T19:37:33.566Z Downloaded waitgroup v0.1.2
2452025-02-21T19:37:33.566Z Downloaded zone_cfg_derive v0.1.2
2462025-02-21T19:37:33.566Z Downloaded getrandom v0.2.15
2472025-02-21T19:37:33.566Z Downloaded predicates-core v1.0.8
2482025-02-21T19:37:33.566Z Downloaded serde_urlencoded v0.7.1
2492025-02-21T19:37:33.566Z Downloaded sha1 v0.10.6
2502025-02-21T19:37:33.566Z Downloaded hubpack v0.1.2
2512025-02-21T19:37:33.567Z Downloaded highway v1.2.0
2522025-02-21T19:37:33.567Z Downloaded arc-swap v1.7.1
2532025-02-21T19:37:33.567Z Downloaded pkcs1 v0.7.5
2542025-02-21T19:37:33.567Z Downloaded async-io v2.3.4
2552025-02-21T19:37:33.567Z Downloaded pest_generator v2.7.14
2562025-02-21T19:37:33.567Z Downloaded heck v0.3.3
2572025-02-21T19:37:33.567Z Downloaded strsim v0.11.1
2582025-02-21T19:37:33.567Z Downloaded structmeta v0.2.0
2592025-02-21T19:37:33.567Z Downloaded doc-comment v0.3.3
2602025-02-21T19:37:33.567Z Downloaded phf_shared v0.11.2
2612025-02-21T19:37:33.568Z Downloaded phf v0.11.2
2622025-02-21T19:37:33.568Z Downloaded want v0.3.1
2632025-02-21T19:37:33.568Z Downloaded futures v0.3.31
2642025-02-21T19:37:33.568Z Downloaded thiserror v1.0.69
2652025-02-21T19:37:33.568Z Downloaded is_ci v1.2.0
2662025-02-21T19:37:33.568Z Downloaded base64 v0.22.1
2672025-02-21T19:37:33.568Z Downloaded unicase v2.7.0
2682025-02-21T19:37:33.568Z Downloaded unarray v0.1.4
2692025-02-21T19:37:33.568Z Downloaded zone_cfg_derive v0.3.0
2702025-02-21T19:37:33.568Z Downloaded wait-timeout v0.2.0
2712025-02-21T19:37:33.569Z Downloaded colorchoice v1.0.2
2722025-02-21T19:37:33.569Z Downloaded cobs v0.2.3
2732025-02-21T19:37:33.569Z Downloaded hyper-rustls v0.27.3
2742025-02-21T19:37:33.569Z Downloaded sha2 v0.10.8
2752025-02-21T19:37:33.569Z Downloaded peg-macros v0.8.4
2762025-02-21T19:37:33.569Z Downloaded backtrace v0.3.74
2772025-02-21T19:37:33.569Z Downloaded futures-core v0.3.31
2782025-02-21T19:37:33.569Z Downloaded structmeta-derive v0.2.0
2792025-02-21T19:37:33.570Z Downloaded serde_with_macros v3.11.0
2802025-02-21T19:37:33.570Z Downloaded escape8259 v0.5.3
2812025-02-21T19:37:33.570Z Downloaded csv-core v0.1.11
2822025-02-21T19:37:33.570Z Downloaded structmeta v0.3.0
2832025-02-21T19:37:33.570Z Downloaded base64 v0.21.7
2842025-02-21T19:37:33.570Z Downloaded diesel-dtrace v0.4.2
2852025-02-21T19:37:33.570Z Downloaded thiserror v2.0.11
2862025-02-21T19:37:33.570Z Downloaded is_terminal_polyfill v1.70.1
2872025-02-21T19:37:33.570Z Downloaded dyn-clone v1.0.18
2882025-02-21T19:37:33.570Z Downloaded kv-log-macro v1.0.7
2892025-02-21T19:37:33.570Z Downloaded httptest v0.16.3
2902025-02-21T19:37:33.570Z Downloaded globset v0.4.15
2912025-02-21T19:37:33.570Z Downloaded managed v0.8.0
2922025-02-21T19:37:33.571Z Downloaded macaddr v1.0.1
2932025-02-21T19:37:33.571Z Downloaded flume v0.11.1
2942025-02-21T19:37:33.656Z Downloaded libefi-sys v0.1.0
2952025-02-21T19:37:33.656Z Downloaded tracing-attributes v0.1.27
2962025-02-21T19:37:33.656Z Downloaded tinytemplate v1.2.1
2972025-02-21T19:37:33.656Z Downloaded icu_normalizer_data v1.5.0
2982025-02-21T19:37:33.656Z Downloaded headers v0.4.0
2992025-02-21T19:37:33.656Z Downloaded progenitor-client v0.9.1
3002025-02-21T19:37:33.656Z Downloaded progenitor-client v0.8.0
3012025-02-21T19:37:33.657Z Downloaded bumpalo v3.16.0
3022025-02-21T19:37:33.657Z Downloaded poly1305 v0.8.0
3032025-02-21T19:37:33.657Z Downloaded num-iter v0.1.45
3042025-02-21T19:37:33.657Z Downloaded parse-display v0.10.0
3052025-02-21T19:37:33.657Z Downloaded num-integer v0.1.46
3062025-02-21T19:37:33.657Z Downloaded icu_normalizer v1.5.0
3072025-02-21T19:37:33.657Z Downloaded cookie_store v0.21.1
3082025-02-21T19:37:33.657Z Downloaded icu_locid_transform_data v1.5.0
3092025-02-21T19:37:33.657Z Downloaded tinyvec v1.8.0
3102025-02-21T19:37:33.657Z Downloaded plain v0.2.3
3112025-02-21T19:37:33.657Z Downloaded russh-keys v0.45.0
3122025-02-21T19:37:33.659Z Downloaded rand_distr v0.4.3
3132025-02-21T19:37:33.659Z Downloaded pkg-config v0.3.31
3142025-02-21T19:37:33.659Z Downloaded phf_generator v0.11.2
3152025-02-21T19:37:33.659Z Downloaded hmac v0.12.1
3162025-02-21T19:37:33.659Z Downloaded rand_core v0.6.4
3172025-02-21T19:37:33.659Z Downloaded shlex v1.3.0
3182025-02-21T19:37:33.659Z Downloaded rustls-pemfile v1.0.4
3192025-02-21T19:37:33.660Z Downloaded crc v3.2.1
3202025-02-21T19:37:33.660Z Downloaded nu-ansi-term v0.50.1
3212025-02-21T19:37:33.660Z Downloaded curve25519-dalek-derive v0.1.1
3222025-02-21T19:37:33.660Z Downloaded cpufeatures v0.2.14
3232025-02-21T19:37:33.660Z Downloaded digest v0.10.7
3242025-02-21T19:37:33.660Z Downloaded errno v0.3.9
3252025-02-21T19:37:33.660Z Downloaded daft v0.1.1
3262025-02-21T19:37:33.661Z Downloaded embedded-io v0.4.0
3272025-02-21T19:37:33.661Z Downloaded term v0.7.0
3282025-02-21T19:37:33.661Z Downloaded slog-stdlog v4.1.1
3292025-02-21T19:37:33.662Z Downloaded parking_lot_core v0.9.10
3302025-02-21T19:37:33.662Z Downloaded crucible-workspace-hack v0.1.0
3312025-02-21T19:37:33.662Z Downloaded subtle v2.6.1
3322025-02-21T19:37:33.662Z Downloaded scheduled-thread-pool v0.2.7
3332025-02-21T19:37:33.662Z Downloaded parking_lot_core v0.8.6
3342025-02-21T19:37:33.662Z Downloaded thread_local v1.1.8
3352025-02-21T19:37:33.662Z Downloaded publicsuffix v2.3.0
3362025-02-21T19:37:33.691Z Downloaded aes-gcm v0.10.3
3372025-02-21T19:37:33.691Z Downloaded icu_provider_macros v1.5.0
3382025-02-21T19:37:33.691Z Downloaded twox-hash v2.1.0
3392025-02-21T19:37:33.691Z Downloaded version_check v0.9.5
3402025-02-21T19:37:33.691Z Downloaded utf8parse v0.2.2
3412025-02-21T19:37:33.691Z Downloaded serde_derive_internals v0.29.1
3422025-02-21T19:37:33.691Z Downloaded utf8_iter v1.0.4
3432025-02-21T19:37:33.691Z Downloaded rustls-pemfile v2.2.0
3442025-02-21T19:37:33.691Z Downloaded unicode-bidi v0.3.17
3452025-02-21T19:37:33.691Z Downloaded snafu v0.8.5
3462025-02-21T19:37:33.691Z Downloaded walkdir v2.5.0
3472025-02-21T19:37:33.691Z Downloaded num-traits v0.2.19
3482025-02-21T19:37:33.691Z Downloaded ucd-trie v0.1.7
3492025-02-21T19:37:33.691Z Downloaded xz2 v0.1.7
3502025-02-21T19:37:33.691Z Downloaded xattr v1.3.1
3512025-02-21T19:37:33.691Z Downloaded cmake v0.1.51
3522025-02-21T19:37:33.692Z Downloaded colored v2.1.0
3532025-02-21T19:37:33.692Z Downloaded clap_lex v0.7.4
3542025-02-21T19:37:33.692Z Downloaded crunchy v0.2.2
3552025-02-21T19:37:33.692Z Downloaded parking_lot v0.12.3
3562025-02-21T19:37:33.692Z Downloaded newtype_derive v0.1.6
3572025-02-21T19:37:33.692Z Downloaded tokio-rustls v0.26.0
3582025-02-21T19:37:33.692Z Downloaded pkcs5 v0.7.1
3592025-02-21T19:37:33.692Z Downloaded number_prefix v0.4.0
3602025-02-21T19:37:33.699Z Downloaded env_logger v0.11.5
3612025-02-21T19:37:33.699Z Downloaded libloading v0.8.5
3622025-02-21T19:37:33.699Z Downloaded rstest v0.23.0
3632025-02-21T19:37:33.699Z Downloaded supports-color v3.0.1
3642025-02-21T19:37:33.699Z Downloaded smallvec v0.6.14
3652025-02-21T19:37:33.699Z Downloaded ed25519 v2.2.3
3662025-02-21T19:37:33.699Z Downloaded tokio-rustls v0.25.0
3672025-02-21T19:37:33.699Z Downloaded itoa v1.0.11
3682025-02-21T19:37:33.700Z Downloaded icu_properties v1.5.1
3692025-02-21T19:37:33.700Z Downloaded hickory-resolver v0.24.3
3702025-02-21T19:37:33.700Z Downloaded ciborium-ll v0.2.2
3712025-02-21T19:37:33.703Z Downloaded phf_shared v0.10.0
3722025-02-21T19:37:33.703Z Downloaded termtree v0.4.1
3732025-02-21T19:37:33.703Z Downloaded sync-ptr v0.1.1
3742025-02-21T19:37:33.703Z Downloaded target-triple v0.1.3
3752025-02-21T19:37:33.703Z Downloaded lockfree-object-pool v0.1.6
3762025-02-21T19:37:33.710Z Downloaded owo-colors v4.1.0
3772025-02-21T19:37:33.710Z Downloaded prettyplease v0.2.29
3782025-02-21T19:37:33.713Z Downloaded tracing v0.1.40
3792025-02-21T19:37:33.724Z Downloaded vte_generate_state_changes v0.1.2
3802025-02-21T19:37:33.724Z Downloaded pathdiff v0.2.3
3812025-02-21T19:37:33.724Z Downloaded num_enum v0.5.11
3822025-02-21T19:37:33.728Z Downloaded num_enum_derive v0.5.11
3832025-02-21T19:37:33.728Z Downloaded aes v0.8.4
3842025-02-21T19:37:33.731Z Downloaded sigpipe v0.1.3
3852025-02-21T19:37:33.738Z Downloaded flate2 v1.0.35
3862025-02-21T19:37:34.175Z Downloaded rcgen v0.12.1
3872025-02-21T19:37:34.175Z Downloaded untrusted v0.9.0
3882025-02-21T19:37:34.176Z Downloaded untrusted v0.7.1
3892025-02-21T19:37:34.326Z Downloaded rustc_version v0.4.1
3902025-02-21T19:37:34.326Z Downloaded same-file v1.0.6
3912025-02-21T19:37:34.326Z Downloaded quinn-udp v0.5.5
3922025-02-21T19:37:34.326Z Downloaded multer v3.1.0
3932025-02-21T19:37:34.326Z Downloaded env_logger v0.10.2
3942025-02-21T19:37:34.326Z Downloaded dtrace-parser v0.2.0
3952025-02-21T19:37:34.326Z Downloaded signature v2.2.0
3962025-02-21T19:37:34.327Z Downloaded signal-hook-tokio v0.3.1
3972025-02-21T19:37:34.327Z Downloaded termcolor v1.4.1
3982025-02-21T19:37:34.327Z Downloaded tar v0.4.42
3992025-02-21T19:37:34.327Z Downloaded memmap2 v0.9.5
4002025-02-21T19:37:34.327Z Downloaded tower-layer v0.3.3
4012025-02-21T19:37:34.327Z Downloaded path-tree v0.8.1
4022025-02-21T19:37:34.327Z Downloaded tracing-core v0.1.32
4032025-02-21T19:37:34.327Z Downloaded typify-macro v0.2.0
4042025-02-21T19:37:34.327Z Downloaded tokio-stream v0.1.16
4052025-02-21T19:37:34.327Z Downloaded phf_codegen v0.11.2
4062025-02-21T19:37:34.328Z Downloaded pbkdf2 v0.11.0
4072025-02-21T19:37:34.328Z Downloaded md5 v0.7.0
4082025-02-21T19:37:34.328Z Downloaded quote v1.0.38
4092025-02-21T19:37:34.328Z Downloaded rustyline v14.0.0
4102025-02-21T19:37:34.328Z Downloaded zopfli v0.8.1
4112025-02-21T19:37:34.328Z Downloaded precomputed-hash v0.1.1
4122025-02-21T19:37:34.328Z Downloaded zeroize_derive v1.4.2
4132025-02-21T19:37:34.328Z Downloaded vsss-rs v3.3.4
4142025-02-21T19:37:34.328Z Downloaded hashbrown v0.13.2
4152025-02-21T19:37:34.329Z Downloaded termtree v0.5.1
4162025-02-21T19:37:34.329Z Downloaded simd-adler32 v0.3.7
4172025-02-21T19:37:34.329Z Downloaded ref-cast-impl v1.0.23
4182025-02-21T19:37:34.329Z Downloaded aho-corasick v1.1.3
4192025-02-21T19:37:34.331Z Downloaded dunce v1.0.5
4202025-02-21T19:37:34.331Z Downloaded mime v0.3.17
4212025-02-21T19:37:34.331Z Downloaded log v0.4.22
4222025-02-21T19:37:34.331Z Downloaded scroll_derive v0.12.0
4232025-02-21T19:37:34.331Z Downloaded indicatif v0.17.11
4242025-02-21T19:37:34.331Z Downloaded plotters-svg v0.3.7
4252025-02-21T19:37:34.331Z Downloaded rand v0.8.5
4262025-02-21T19:37:34.331Z Downloaded lazy_static v1.5.0
4272025-02-21T19:37:34.331Z Downloaded write16 v1.0.0
4282025-02-21T19:37:34.331Z Downloaded usdt v0.5.0
4292025-02-21T19:37:34.332Z Downloaded signal-hook v0.3.17
4302025-02-21T19:37:34.332Z Downloaded take_mut v0.2.2
4312025-02-21T19:37:34.332Z Downloaded schemars_derive v0.8.21
4322025-02-21T19:37:34.332Z Downloaded usdt-macro v0.5.0
4332025-02-21T19:37:34.332Z Downloaded toolchain_find v0.4.0
4342025-02-21T19:37:34.332Z Downloaded deranged v0.3.11
4352025-02-21T19:37:34.332Z Downloaded concurrent-queue v2.5.0
4362025-02-21T19:37:34.332Z Downloaded yoke v0.7.4
4372025-02-21T19:37:34.332Z Downloaded paste v1.0.15
4382025-02-21T19:37:34.332Z Downloaded oxnet v0.1.0
4392025-02-21T19:37:34.332Z Downloaded yasna v0.5.2
4402025-02-21T19:37:34.332Z Downloaded time-core v0.1.2
4412025-02-21T19:37:34.332Z Downloaded embedded-io v0.6.1
4422025-02-21T19:37:34.333Z Downloaded postcard v1.0.10
4432025-02-21T19:37:34.333Z Downloaded ipnetwork v0.21.1
4442025-02-21T19:37:34.333Z Downloaded progenitor-macro v0.9.1
4452025-02-21T19:37:34.333Z Downloaded quick-error v1.2.3
4462025-02-21T19:37:34.333Z Downloaded predicates v3.1.3
4472025-02-21T19:37:34.333Z Downloaded ecdsa v0.16.9
4482025-02-21T19:37:34.335Z Downloaded defmt v0.3.8
4492025-02-21T19:37:34.335Z Downloaded ena v0.14.3
4502025-02-21T19:37:34.335Z Downloaded time v0.3.36
4512025-02-21T19:37:34.335Z Downloaded slog-bunyan v2.5.0
4522025-02-21T19:37:34.335Z Downloaded memmap v0.7.0
4532025-02-21T19:37:34.335Z Downloaded schemars v0.8.21
4542025-02-21T19:37:34.335Z Downloaded ident_case v1.0.1
4552025-02-21T19:37:34.336Z Downloaded num-conv v0.1.0
4562025-02-21T19:37:34.336Z Downloaded normalize-line-endings v0.3.0
4572025-02-21T19:37:34.336Z Downloaded utf-8 v0.7.6
4582025-02-21T19:37:34.336Z Downloaded toml_datetime v0.6.8
4592025-02-21T19:37:34.336Z Downloaded strum_macros v0.25.3
4602025-02-21T19:37:34.336Z Downloaded utf16_iter v1.0.5
4612025-02-21T19:37:34.336Z Downloaded zerocopy v0.6.6
4622025-02-21T19:37:34.336Z Downloaded scrypt v0.11.0
4632025-02-21T19:37:34.336Z Downloaded password-hash v0.5.0
4642025-02-21T19:37:34.336Z Downloaded pest_derive v2.7.14
4652025-02-21T19:37:34.336Z Downloaded crossbeam-epoch v0.9.18
4662025-02-21T19:37:34.336Z Downloaded samael v0.0.17
4672025-02-21T19:37:34.337Z Downloaded progenitor-macro v0.8.0
4682025-02-21T19:37:34.337Z Downloaded blake3 v1.5.4
4692025-02-21T19:37:34.337Z Downloaded zerofrom v0.1.4
4702025-02-21T19:37:34.337Z Downloaded jobserver v0.1.32
4712025-02-21T19:37:34.337Z Downloaded similar v2.6.0
4722025-02-21T19:37:34.337Z Downloaded ciborium-io v0.2.2
4732025-02-21T19:37:34.337Z Downloaded packed_struct_codegen v0.10.1
4742025-02-21T19:37:34.338Z Downloaded linear-map v1.2.0
4752025-02-21T19:37:34.338Z Downloaded topological-sort v0.2.2
4762025-02-21T19:37:34.338Z Downloaded thiserror-no-std v2.0.2
4772025-02-21T19:37:34.338Z Downloaded strum_macros v0.26.4
4782025-02-21T19:37:34.338Z Downloaded smawk v0.3.2
4792025-02-21T19:37:34.338Z Downloaded num-complex v0.4.6
4802025-02-21T19:37:34.338Z Downloaded slog-dtrace v0.3.0
4812025-02-21T19:37:34.338Z Downloaded slog-async v2.8.0
4822025-02-21T19:37:34.338Z Downloaded rustc_version v0.1.7
4832025-02-21T19:37:34.339Z Downloaded des v0.8.1
4842025-02-21T19:37:34.339Z Downloaded uzers v0.12.1
4852025-02-21T19:37:34.339Z Downloaded quinn v0.11.5
4862025-02-21T19:37:34.339Z Downloaded guppy v0.17.16
4872025-02-21T19:37:34.339Z Downloaded newline-converter v0.3.0
4882025-02-21T19:37:34.339Z Downloaded indent_write v2.2.0
4892025-02-21T19:37:34.474Z Downloaded idna_adapter v1.2.0
4902025-02-21T19:37:34.474Z Downloaded universal-hash v0.5.1
4912025-02-21T19:37:34.474Z Downloaded der v0.7.9
4922025-02-21T19:37:34.474Z Downloaded pin-utils v0.1.0
4932025-02-21T19:37:34.474Z Downloaded tungstenite v0.24.0
4942025-02-21T19:37:34.474Z Downloaded async-std v1.13.0
4952025-02-21T19:37:34.474Z Downloaded peg-runtime v0.8.3
4962025-02-21T19:37:34.475Z Downloaded bitvec v1.0.1
4972025-02-21T19:37:34.475Z Downloaded strum v0.26.3
4982025-02-21T19:37:34.475Z Downloaded tinystr v0.7.6
4992025-02-21T19:37:34.475Z Downloaded tokio-macros v2.5.0
5002025-02-21T19:37:34.475Z Downloaded yansi v1.0.1
5012025-02-21T19:37:34.477Z Downloaded tls_codec_derive v0.4.1
5022025-02-21T19:37:34.477Z Downloaded chrono v0.4.39
5032025-02-21T19:37:34.477Z Downloaded yoke-derive v0.7.4
5042025-02-21T19:37:34.477Z Downloaded ed25519-dalek v2.1.1
5052025-02-21T19:37:34.477Z Downloaded crypto-bigint v0.5.5
5062025-02-21T19:37:34.477Z Downloaded cipher v0.4.4
5072025-02-21T19:37:34.478Z Downloaded writeable v0.5.5
5082025-02-21T19:37:34.478Z Downloaded hashbrown v0.14.5
5092025-02-21T19:37:34.478Z Downloaded openssl-probe v0.1.5
5102025-02-21T19:37:34.478Z Downloaded openssl-macros v0.1.1
5112025-02-21T19:37:34.478Z Downloaded match_cfg v0.1.0
5122025-02-21T19:37:34.478Z Downloaded pbkdf2 v0.12.2
5132025-02-21T19:37:34.478Z Downloaded fastrand v2.1.1
5142025-02-21T19:37:34.478Z Downloaded peg v0.8.4
5152025-02-21T19:37:34.479Z Downloaded rustls-webpki v0.102.8
5162025-02-21T19:37:34.479Z Downloaded sqlparser_derive v0.2.2
5172025-02-21T19:37:34.479Z Downloaded mirai-annotations v1.12.0
5182025-02-21T19:37:34.479Z Downloaded endian-type v0.1.2
5192025-02-21T19:37:34.479Z Downloaded strip-ansi-escapes v0.2.0
5202025-02-21T19:37:34.479Z Downloaded stringprep v0.1.5
5212025-02-21T19:37:34.479Z Downloaded stringmetrics v2.2.2
5222025-02-21T19:37:34.479Z Downloaded typify-macro v0.3.0
5232025-02-21T19:37:34.479Z Downloaded spki v0.7.3
5242025-02-21T19:37:34.479Z Downloaded relative-path v1.9.3
5252025-02-21T19:37:34.479Z Downloaded vte v0.11.1
5262025-02-21T19:37:34.479Z Downloaded pem v3.0.4
5272025-02-21T19:37:34.480Z Downloaded wyz v0.5.1
5282025-02-21T19:37:34.480Z Downloaded synstructure v0.13.1
5292025-02-21T19:37:34.480Z Downloaded snafu-derive v0.8.5
5302025-02-21T19:37:34.480Z Downloaded lock_api v0.4.12
5312025-02-21T19:37:34.480Z Downloaded p256 v0.13.2
5322025-02-21T19:37:34.480Z Downloaded proc-macro-error v1.0.4
5332025-02-21T19:37:34.480Z Downloaded pin-project-lite v0.2.14
5342025-02-21T19:37:34.481Z Downloaded darling_macro v0.20.10
5352025-02-21T19:37:34.481Z Downloaded dsl_auto_type v0.1.2
5362025-02-21T19:37:34.481Z Downloaded serde_plain v1.0.2
5372025-02-21T19:37:34.481Z Downloaded libm v0.2.8
5382025-02-21T19:37:34.481Z Downloaded proc-macro-crate v1.3.1
5392025-02-21T19:37:34.481Z Downloaded debug-ignore v1.0.5
5402025-02-21T19:37:34.481Z Downloaded dirs-sys-next v0.1.2
5412025-02-21T19:37:34.481Z Downloaded tokio-rustls v0.24.1
5422025-02-21T19:37:34.481Z Downloaded hkdf v0.12.4
5432025-02-21T19:37:34.481Z Downloaded crossbeam-utils v0.8.20
5442025-02-21T19:37:34.481Z Downloaded progenitor v0.8.0
5452025-02-21T19:37:34.481Z Downloaded diesel_table_macro_syntax v0.2.0
5462025-02-21T19:37:34.482Z Downloaded goblin v0.8.2
5472025-02-21T19:37:34.482Z Downloaded linked-hash-map v0.5.6
5482025-02-21T19:37:34.482Z Downloaded piper v0.2.4
5492025-02-21T19:37:34.482Z Downloaded proc-macro2 v1.0.92
5502025-02-21T19:37:34.482Z Downloaded socket2 v0.5.7
5512025-02-21T19:37:34.482Z Downloaded qorb v0.2.1
5522025-02-21T19:37:34.482Z Downloaded rustls-pki-types v1.10.0
5532025-02-21T19:37:34.482Z Downloaded miniz_oxide v0.8.0
5542025-02-21T19:37:34.482Z Downloaded datatest-stable v0.2.9
5552025-02-21T19:37:34.482Z Downloaded thiserror-impl v2.0.11
5562025-02-21T19:37:34.483Z Downloaded thiserror-impl v1.0.69
5572025-02-21T19:37:34.483Z Downloaded ssh-cipher v0.2.0
5582025-02-21T19:37:34.483Z Downloaded sqlformat v0.2.6
5592025-02-21T19:37:34.483Z Downloaded pem-rfc7468 v0.7.0
5602025-02-21T19:37:34.483Z Downloaded compact_str v0.8.0
5612025-02-21T19:37:34.483Z Downloaded crypto-common v0.1.6
5622025-02-21T19:37:34.483Z Downloaded crossbeam-deque v0.8.5
5632025-02-21T19:37:34.483Z Downloaded tower v0.5.2
5642025-02-21T19:37:34.483Z Downloaded tabwriter v1.4.0
5652025-02-21T19:37:34.483Z Downloaded plotters-backend v0.3.7
5662025-02-21T19:37:34.483Z Downloaded scopeguard v1.2.0
5672025-02-21T19:37:34.484Z Downloaded sync_wrapper v1.0.1
5682025-02-21T19:37:34.484Z Downloaded swrite v0.1.0
5692025-02-21T19:37:34.484Z Downloaded typify v0.3.0
5702025-02-21T19:37:34.484Z Downloaded tokio-native-tls v0.3.1
5712025-02-21T19:37:34.484Z Downloaded dof v0.3.0
5722025-02-21T19:37:34.484Z Downloaded displaydoc v0.2.5
5732025-02-21T19:37:34.484Z Downloaded itertools v0.14.0
5742025-02-21T19:37:34.484Z Downloaded multimap v0.10.0
5752025-02-21T19:37:34.484Z Downloaded maplit v1.0.2
5762025-02-21T19:37:34.484Z Downloaded lru-cache v0.1.2
5772025-02-21T19:37:34.484Z Downloaded expectorate v1.1.0
5782025-02-21T19:37:34.485Z Downloaded path-slash v0.1.5
5792025-02-21T19:37:34.486Z Downloaded serde-hex v0.1.0
5802025-02-21T19:37:34.486Z Downloaded papergrid v0.11.0
5812025-02-21T19:37:34.486Z Downloaded partial-io v0.5.4
5822025-02-21T19:37:34.486Z Downloaded tower-service v0.3.3
5832025-02-21T19:37:34.486Z Downloaded slab v0.4.9
5842025-02-21T19:37:34.486Z Downloaded usdt-attr-macro v0.5.0
5852025-02-21T19:37:34.486Z Downloaded unicode-xid v0.2.6
5862025-02-21T19:37:34.486Z Downloaded string_cache v0.8.7
5872025-02-21T19:37:34.486Z Downloaded quinn-proto v0.11.8
5882025-02-21T19:37:34.486Z Downloaded strum_macros v0.24.3
5892025-02-21T19:37:34.535Z Downloaded zerovec v0.10.4
5902025-02-21T19:37:34.535Z Downloaded zeroize v1.8.1
5912025-02-21T19:37:34.535Z Downloaded slog v2.7.0
5922025-02-21T19:37:34.535Z Downloaded minimal-lexical v0.2.1
5932025-02-21T19:37:34.535Z Downloaded zone v0.1.8
5942025-02-21T19:37:34.536Z Downloaded zerovec-derive v0.10.3
5952025-02-21T19:37:34.536Z Downloaded console v0.15.10
5962025-02-21T19:37:34.536Z Downloaded whoami v1.5.2
5972025-02-21T19:37:34.537Z Downloaded nanorand v0.7.0
5982025-02-21T19:37:34.537Z Downloaded downcast v0.11.0
5992025-02-21T19:37:34.537Z Downloaded tabled_derive v0.7.0
6002025-02-21T19:37:34.537Z Downloaded nested v0.1.1
6012025-02-21T19:37:34.537Z Downloaded zerocopy v0.8.10
6022025-02-21T19:37:34.537Z Downloaded indoc v1.0.9
6032025-02-21T19:37:34.537Z Downloaded ppv-lite86 v0.2.20
6042025-02-21T19:37:34.537Z Downloaded derive_builder v0.20.2
6052025-02-21T19:37:34.537Z Downloaded new_debug_unreachable v1.0.6
6062025-02-21T19:37:34.538Z Downloaded instant v0.1.13
6072025-02-21T19:37:34.538Z Downloaded postgres-protocol v0.6.7
6082025-02-21T19:37:34.538Z Downloaded steno v0.4.1
6092025-02-21T19:37:34.538Z Downloaded keccak v0.1.5
6102025-02-21T19:37:34.538Z Downloaded rustc-hash v2.0.0
6112025-02-21T19:37:34.538Z Downloaded pin-project v1.1.6
6122025-02-21T19:37:34.538Z Downloaded try-lock v0.2.5
6132025-02-21T19:37:34.538Z Downloaded opaque-debug v0.3.1
6142025-02-21T19:37:34.538Z Downloaded rfc6979 v0.4.0
6152025-02-21T19:37:34.538Z Downloaded percent-encoding v2.3.1
6162025-02-21T19:37:34.538Z Downloaded instability v0.3.2
6172025-02-21T19:37:34.538Z Downloaded inout v0.1.3
6182025-02-21T19:37:34.538Z Downloaded indoc v2.0.5
6192025-02-21T19:37:34.538Z Downloaded serde-big-array v0.5.1
6202025-02-21T19:37:34.539Z Downloaded powerfmt v0.2.0
6212025-02-21T19:37:34.539Z Downloaded nodrop v0.1.14
6222025-02-21T19:37:34.539Z Downloaded kstat-rs v0.2.4
6232025-02-21T19:37:34.539Z Downloaded zone v0.3.0
6242025-02-21T19:37:34.539Z Downloaded which v4.4.2
6252025-02-21T19:37:34.539Z Downloaded toml_edit v0.22.22
6262025-02-21T19:37:34.539Z Downloaded lazycell v1.3.0
6272025-02-21T19:37:34.539Z Downloaded tui-tree-widget v0.23.0
6282025-02-21T19:37:34.539Z Downloaded oorandom v11.1.4
6292025-02-21T19:37:34.539Z Downloaded typify v0.2.0
6302025-02-21T19:37:34.539Z Downloaded num-derive v0.4.2
6312025-02-21T19:37:34.539Z Downloaded darling_core v0.20.10
6322025-02-21T19:37:34.540Z Downloaded postgres-types v0.2.8
6332025-02-21T19:37:34.540Z Downloaded target-lexicon v0.13.2
6342025-02-21T19:37:34.540Z Downloaded native-tls v0.2.12
6352025-02-21T19:37:34.540Z Downloaded litrs v0.4.1
6362025-02-21T19:37:34.540Z Downloaded salsa20 v0.10.2
6372025-02-21T19:37:34.540Z Downloaded fallible-iterator v0.3.0
6382025-02-21T19:37:34.540Z Downloaded lalrpop-util v0.19.12
6392025-02-21T19:37:34.540Z Downloaded target-spec v3.4.2
6402025-02-21T19:37:34.540Z Downloaded num_cpus v1.16.0
6412025-02-21T19:37:34.540Z Downloaded convert_case v0.4.0
6422025-02-21T19:37:34.540Z Downloaded internet-checksum v0.2.1
6432025-02-21T19:37:34.540Z Downloaded smoltcp v0.9.1
6442025-02-21T19:37:34.541Z Downloaded resolv-conf v0.7.0
6452025-02-21T19:37:34.541Z Downloaded salty v0.3.0
6462025-02-21T19:37:34.541Z Downloaded const_format_proc_macros v0.2.34
6472025-02-21T19:37:34.541Z Downloaded usdt-impl v0.5.0
6482025-02-21T19:37:34.541Z Downloaded time-macros v0.2.18
6492025-02-21T19:37:34.547Z Downloaded criterion-plot v0.5.0
6502025-02-21T19:37:34.547Z Downloaded fatfs v0.3.6
6512025-02-21T19:37:34.548Z Downloaded zerocopy-derive v0.8.10
6522025-02-21T19:37:34.548Z Downloaded pretty_assertions v1.4.1
6532025-02-21T19:37:34.548Z Downloaded typenum v1.17.0
6542025-02-21T19:37:34.548Z Downloaded rustc-hash v1.1.0
6552025-02-21T19:37:34.548Z Downloaded itertools v0.10.5
6562025-02-21T19:37:34.548Z Downloaded litemap v0.7.3
6572025-02-21T19:37:34.578Z Downloaded icu_properties_data v1.5.0
6582025-02-21T19:37:34.579Z Downloaded crc32fast v1.4.2
6592025-02-21T19:37:34.579Z Downloaded constant_time_eq v0.3.1
6602025-02-21T19:37:34.579Z Downloaded x509-cert v0.2.5
6612025-02-21T19:37:34.579Z Downloaded rsa v0.9.6
6622025-02-21T19:37:34.579Z Downloaded tough v0.19.0
6632025-02-21T19:37:34.579Z Downloaded password-hash v0.4.2
6642025-02-21T19:37:34.579Z Downloaded crc-catalog v2.4.0
6652025-02-21T19:37:34.579Z Downloaded rstest_macros v0.23.0
6662025-02-21T19:37:34.579Z Downloaded ron v0.7.1
6672025-02-21T19:37:34.589Z Downloaded zip v0.6.6
6682025-02-21T19:37:34.589Z Downloaded ryu v1.0.18
6692025-02-21T19:37:34.589Z Downloaded parking_lot v0.11.2
6702025-02-21T19:37:34.590Z Downloaded trybuild v1.0.101
6712025-02-21T19:37:34.590Z Downloaded tokio-postgres v0.7.12
6722025-02-21T19:37:34.590Z Downloaded portable-atomic v1.9.0
6732025-02-21T19:37:34.598Z Downloaded crc-any v2.5.0
6742025-02-21T19:37:34.598Z Downloaded git2 v0.19.0
6752025-02-21T19:37:34.615Z Downloaded unsafe-libyaml v0.2.11
6762025-02-21T19:37:34.615Z Downloaded proptest v1.5.0
6772025-02-21T19:37:34.636Z Downloaded mio v1.0.2
6782025-02-21T19:37:34.637Z Downloaded textwrap v0.16.1
6792025-02-21T19:37:34.637Z Downloaded smoltcp v0.11.0
6802025-02-21T19:37:34.649Z Downloaded openssl-sys v0.9.106
6812025-02-21T19:37:34.649Z Downloaded gimli v0.31.1
6822025-02-21T19:37:34.653Z Downloaded zerocopy v0.7.35
6832025-02-21T19:37:34.664Z Downloaded unicode_categories v0.1.1
6842025-02-21T19:37:34.669Z Downloaded p384 v0.13.0
6852025-02-21T19:37:34.673Z Downloaded ssh-key v0.6.6
6862025-02-21T19:37:34.688Z Downloaded itertools v0.12.1
6872025-02-21T19:37:34.701Z Downloaded object v0.30.4
6882025-02-21T19:37:34.705Z Downloaded winnow v0.5.40
6892025-02-21T19:37:34.705Z Downloaded webpki-roots v0.26.6
6902025-02-21T19:37:34.711Z Downloaded p521 v0.13.3
6912025-02-21T19:37:34.718Z Downloaded zip v2.1.3
6922025-02-21T19:37:34.718Z Downloaded winnow v0.6.20
6932025-02-21T19:37:34.729Z Downloaded bstr v1.10.0
6942025-02-21T19:37:34.743Z Downloaded rusqlite v0.32.1
6952025-02-21T19:37:34.752Z Downloaded nom v7.1.3
6962025-02-21T19:37:34.789Z Downloaded unicode-normalization v0.1.24
6972025-02-21T19:37:34.789Z Downloaded polar-core v0.27.3
6982025-02-21T19:37:34.790Z Downloaded tabled v0.15.0
6992025-02-21T19:37:34.805Z Downloaded criterion v0.5.1
7002025-02-21T19:37:34.805Z Downloaded itertools v0.13.0
7012025-02-21T19:37:34.805Z Downloaded libxml v0.3.3
7022025-02-21T19:37:34.805Z Downloaded radix_trie v0.2.1
7032025-02-21T19:37:34.809Z Downloaded reqwest v0.12.12
7042025-02-21T19:37:34.816Z Downloaded serde_json v1.0.139
7052025-02-21T19:37:34.822Z Downloaded vcpkg v0.2.15
7062025-02-21T19:37:34.876Z Downloaded russh v0.45.0
7072025-02-21T19:37:34.895Z Downloaded petname v2.0.2
7082025-02-21T19:37:34.895Z Downloaded rustls-webpki v0.101.7
7092025-02-21T19:37:34.895Z Downloaded regex v1.11.1
7102025-02-21T19:37:34.912Z Downloaded nix v0.28.0
7112025-02-21T19:37:34.941Z Downloaded curve25519-dalek v4.1.3
7122025-02-21T19:37:34.941Z Downloaded nix v0.27.1
7132025-02-21T19:37:34.941Z Downloaded openssl v0.10.71
7142025-02-21T19:37:34.960Z Downloaded syn v1.0.109
7152025-02-21T19:37:34.960Z Downloaded lalrpop v0.19.12
7162025-02-21T19:37:34.971Z Downloaded unicode-width v0.1.14
7172025-02-21T19:37:34.971Z Downloaded unicode-width v0.2.0
7182025-02-21T19:37:34.971Z Downloaded object v0.36.5
7192025-02-21T19:37:34.984Z Downloaded regress v0.10.1
7202025-02-21T19:37:35.004Z Downloaded rustls v0.23.19
7212025-02-21T19:37:35.004Z Downloaded rustls v0.22.4
7222025-02-21T19:37:35.023Z Downloaded nix v0.29.0
7232025-02-21T19:37:35.028Z Downloaded dropshot v0.15.1
7242025-02-21T19:37:35.052Z Downloaded dropshot v0.12.0
7252025-02-21T19:37:35.072Z Downloaded typify-impl v0.2.0
7262025-02-21T19:37:35.094Z Downloaded zerocopy-derive v0.6.6
7272025-02-21T19:37:35.131Z Downloaded regress v0.9.1
7282025-02-21T19:37:35.131Z Downloaded bzip2-sys v0.1.11+1.0.8
7292025-02-21T19:37:35.191Z Downloaded regex-syntax v0.8.5
7302025-02-21T19:37:35.191Z Downloaded openapiv3 v2.0.0
7312025-02-21T19:37:35.191Z Downloaded typify-impl v0.3.0
7322025-02-21T19:37:35.191Z Downloaded sled v0.34.7
7332025-02-21T19:37:35.191Z Downloaded ratatui v0.29.0
7342025-02-21T19:37:35.203Z Downloaded diesel v2.2.7
7352025-02-21T19:37:35.207Z Downloaded rustix v0.38.37
7362025-02-21T19:37:35.223Z Downloaded regex-automata v0.4.8
7372025-02-21T19:37:35.246Z Downloaded hickory-proto v0.24.3
7382025-02-21T19:37:35.254Z Downloaded rustls v0.21.12
7392025-02-21T19:37:35.267Z Downloaded regex-syntax v0.6.29
7402025-02-21T19:37:35.274Z Downloaded syn v2.0.96
7412025-02-21T19:37:35.288Z Downloaded sqlparser v0.45.0
7422025-02-21T19:37:35.293Z Downloaded chrono-tz v0.10.1
7432025-02-21T19:37:35.301Z Downloaded petgraph v0.6.5
7442025-02-21T19:37:35.319Z Downloaded lzma-sys v0.1.20
7452025-02-21T19:37:35.348Z Downloaded libc v0.2.169
7462025-02-21T19:37:35.374Z Downloaded crossterm v0.28.1
7472025-02-21T19:37:35.380Z Downloaded sha3 v0.10.8
7482025-02-21T19:37:35.384Z Downloaded idna v1.0.3
7492025-02-21T19:37:35.387Z Downloaded tokio v1.43.0
7502025-02-21T19:37:35.426Z Downloaded petgraph v0.7.1
7512025-02-21T19:37:35.445Z Downloaded libz-sys v1.1.20
7522025-02-21T19:37:35.465Z Downloaded csv v1.3.1
7532025-02-21T19:37:35.490Z Downloaded tungstenite v0.21.0
7542025-02-21T19:37:35.495Z Downloaded quick-xml v0.33.0
7552025-02-21T19:37:35.499Z Downloaded rayon v1.10.0
7562025-02-21T19:37:35.507Z Downloaded ron v0.8.1
7572025-02-21T19:37:35.514Z Downloaded serde_derive v1.0.217
7582025-02-21T19:37:35.518Z Downloaded url v2.5.3
7592025-02-21T19:37:35.518Z Downloaded fancy-regex v0.13.0
7602025-02-21T19:37:35.526Z Downloaded pest v2.7.14
7612025-02-21T19:37:35.532Z Downloaded clap_builder v4.5.30
7622025-02-21T19:37:35.536Z Downloaded serde_path_to_error v0.1.16
7632025-02-21T19:37:35.536Z Downloaded sec1 v0.7.3
7642025-02-21T19:37:35.543Z Downloaded similar-asserts v1.6.0
7652025-02-21T19:37:35.543Z Downloaded libtest-mimic v0.7.3
7662025-02-21T19:37:35.543Z Downloaded indexmap v2.7.1
7672025-02-21T19:37:35.549Z Downloaded serde v1.0.217
7682025-02-21T19:37:35.553Z Downloaded derive-where v1.2.7
7692025-02-21T19:37:35.554Z Downloaded diff v0.1.13
7702025-02-21T19:37:35.557Z Downloaded toml v0.8.19
7712025-02-21T19:37:35.562Z Downloaded hyper v1.5.2
7722025-02-21T19:37:35.566Z Downloaded unicode-truncate v1.1.0
7732025-02-21T19:37:35.577Z Downloaded num-bigint-dig v0.8.4
7742025-02-21T19:37:35.577Z Downloaded memchr v2.7.4
7752025-02-21T19:37:35.581Z Downloaded reedline v0.35.0
7762025-02-21T19:37:35.585Z Downloaded static_assertions v1.1.0
7772025-02-21T19:37:35.590Z Downloaded httpmock v0.8.0-alpha.1
7782025-02-21T19:37:35.606Z Downloaded ssh-encoding v0.2.0
7792025-02-21T19:37:35.610Z Downloaded siphasher v0.3.11
7802025-02-21T19:37:35.610Z Downloaded pin-project-internal v1.1.6
7812025-02-21T19:37:35.610Z Downloaded progenitor-impl v0.9.1
7822025-02-21T19:37:35.611Z Downloaded encoding_rs v0.8.34
7832025-02-21T19:37:35.630Z Downloaded futures-util v0.3.31
7842025-02-21T19:37:35.641Z Downloaded rpassword v7.3.1
7852025-02-21T19:37:35.647Z Downloaded display-error-chain v0.2.2
7862025-02-21T19:37:35.647Z Downloaded ciborium v0.2.2
7872025-02-21T19:37:35.647Z Downloaded plotters v0.3.7
7882025-02-21T19:37:35.655Z Downloaded document-features v0.2.10
7892025-02-21T19:37:35.659Z Downloaded crossbeam-channel v0.5.13
7902025-02-21T19:37:35.659Z Downloaded const_format v0.2.34
7912025-02-21T19:37:35.667Z Downloaded toml_edit v0.19.15
7922025-02-21T19:37:35.711Z Downloaded diesel_derives v2.2.3
7932025-02-21T19:37:35.718Z Downloaded bindgen v0.69.5
7942025-02-21T19:37:35.718Z Downloaded fallible-iterator v0.2.0
7952025-02-21T19:37:35.719Z Downloaded enum-as-inner v0.6.1
7962025-02-21T19:37:35.719Z Downloaded num-bigint v0.4.6
7972025-02-21T19:37:35.719Z Downloaded indexmap v1.9.3
7982025-02-21T19:37:35.720Z Downloaded unicode-segmentation v1.12.0
7992025-02-21T19:37:35.720Z Downloaded h2 v0.4.6
8002025-02-21T19:37:35.720Z Downloaded difflib v0.4.0
8012025-02-21T19:37:35.720Z Downloaded zerofrom-derive v0.1.4
8022025-02-21T19:37:35.720Z Downloaded tls_codec v0.4.1
8032025-02-21T19:37:35.720Z Downloaded tiny-keccak v2.0.2
8042025-02-21T19:37:35.720Z Downloaded daft-derive v0.1.1
8052025-02-21T19:37:35.724Z Downloaded tokio-util v0.7.12
8062025-02-21T19:37:35.724Z Downloaded smf v0.2.3
8072025-02-21T19:37:35.729Z Downloaded derive_more v0.99.19
8082025-02-21T19:37:35.733Z Downloaded const-oid v0.9.6
8092025-02-21T19:37:35.733Z Downloaded ring v0.17.9
8102025-02-21T19:37:35.778Z Downloaded value-bag v1.9.0
8112025-02-21T19:37:35.782Z Downloaded lru v0.12.5
8122025-02-21T19:37:35.783Z Downloaded libsw v3.3.1
8132025-02-21T19:37:35.783Z Downloaded is-terminal v0.4.13
8142025-02-21T19:37:35.783Z Downloaded data-encoding v2.6.0
8152025-02-21T19:37:35.783Z Downloaded proc-macro-error-attr v1.0.4
8162025-02-21T19:37:35.783Z Downloaded proc-macro-crate v3.2.0
8172025-02-21T19:37:35.783Z Downloaded packed_struct v0.10.1
8182025-02-21T19:37:35.790Z Downloaded cstr-argument v0.1.2
8192025-02-21T19:37:35.790Z Downloaded spin v0.9.8
8202025-02-21T19:37:35.790Z Downloaded der_derive v0.7.3
8212025-02-21T19:37:35.797Z Downloaded polling v3.7.3
8222025-02-21T19:37:35.797Z Downloaded num v0.4.3
8232025-02-21T19:37:35.797Z Downloaded libgit2-sys v0.17.0+1.8.1
8242025-02-21T19:37:35.850Z Downloaded impl-trait-for-tuples v0.2.2
8252025-02-21T19:37:35.857Z Downloaded sct v0.7.1
8262025-02-21T19:37:35.862Z Downloaded typed-path v0.9.3
8272025-02-21T19:37:35.862Z Downloaded rtoolbox v0.0.2
8282025-02-21T19:37:35.862Z Downloaded toml v0.7.8
8292025-02-21T19:37:35.866Z Downloaded tokio-tungstenite v0.21.0
8302025-02-21T19:37:35.871Z Downloaded test-strategy v0.3.1
8312025-02-21T19:37:35.871Z Downloaded md-5 v0.10.6
8322025-02-21T19:37:35.871Z Downloaded maybe-uninit v2.0.0
8332025-02-21T19:37:35.874Z Downloaded fd-lock v4.0.2
8342025-02-21T19:37:35.874Z Downloaded thiserror-impl-no-std v2.0.2
8352025-02-21T19:37:35.877Z Downloaded scroll v0.12.0
8362025-02-21T19:37:35.878Z Downloaded elliptic-curve v0.13.8
8372025-02-21T19:37:35.881Z Downloaded aws-lc-rs v1.10.0
8382025-02-21T19:37:35.889Z Downloaded hashbrown v0.15.1
8392025-02-21T19:37:35.894Z Downloaded clap v4.5.30
8402025-02-21T19:37:35.901Z Downloaded clang-sys v1.8.1
8412025-02-21T19:37:35.905Z Downloaded darling v0.20.10
8422025-02-21T19:37:35.908Z Downloaded dropshot_endpoint v0.15.1
8432025-02-21T19:37:35.911Z Downloaded serde_with v3.11.0
8442025-02-21T19:37:35.918Z Downloaded uuid v1.12.0
8452025-02-21T19:37:35.921Z Downloaded defmt-parser v0.3.4
8462025-02-21T19:37:35.925Z Downloaded defmt-macros v0.3.9
8472025-02-21T19:37:35.929Z Downloaded signal-hook-mio v0.2.4
8482025-02-21T19:37:35.929Z Downloaded rustc-demangle v0.1.24
8492025-02-21T19:37:35.929Z Downloaded radium v0.7.0
8502025-02-21T19:37:35.929Z Downloaded progenitor v0.9.1
8512025-02-21T19:37:35.929Z Downloaded icu_provider v1.5.0
8522025-02-21T19:37:35.932Z Downloaded rayon-core v1.12.1
8532025-02-21T19:37:35.935Z Downloaded parse-zoneinfo v0.3.1
8542025-02-21T19:37:35.937Z Downloaded olpc-cjson v0.1.4
8552025-02-21T19:37:35.940Z Downloaded nibble_vec v0.1.0
8562025-02-21T19:37:35.940Z Downloaded tungstenite v0.23.0
8572025-02-21T19:37:35.943Z Downloaded oso v0.27.3
8582025-02-21T19:37:35.946Z Downloaded mockall_derive v0.13.0
8592025-02-21T19:37:35.948Z Downloaded hickory-server v0.24.3
8602025-02-21T19:37:35.955Z Downloaded http v1.2.0
8612025-02-21T19:37:35.958Z Downloaded heapless v0.8.0
8622025-02-21T19:37:35.961Z Downloaded signal-hook-registry v1.4.2
8632025-02-21T19:37:35.964Z Downloaded serde_spanned v0.6.8
8642025-02-21T19:37:35.964Z Downloaded serde_regex v1.1.0
8652025-02-21T19:37:35.964Z Downloaded ipnet v2.10.1
8662025-02-21T19:37:35.967Z Downloaded either v1.13.0
8672025-02-21T19:37:35.967Z Downloaded dirs-next v2.0.0
8682025-02-21T19:37:35.970Z Downloaded serde_repr v0.1.19
8692025-02-21T19:37:35.970Z Downloaded subprocess v0.2.9
8702025-02-21T19:37:35.973Z Downloaded smallvec v1.13.2
8712025-02-21T19:37:35.976Z Downloaded slog-term v2.9.1
8722025-02-21T19:37:35.976Z Downloaded dropshot_endpoint v0.12.0
8732025-02-21T19:37:35.982Z Downloaded unicode-properties v0.1.3
8742025-02-21T19:37:35.984Z Downloaded newtype-uuid v1.2.1
8752025-02-21T19:37:35.984Z Downloaded memoffset v0.9.1
8762025-02-21T19:37:35.984Z Downloaded derive_builder_core v0.20.2
8772025-02-21T19:37:35.984Z Downloaded icu_collections v1.5.0
8782025-02-21T19:37:35.991Z Downloaded hashbrown v0.12.3
8792025-02-21T19:37:35.994Z Downloaded clap_derive v4.5.28
8802025-02-21T19:37:35.997Z Downloaded threadpool v1.8.1
8812025-02-21T19:37:35.997Z Downloaded pest_meta v2.7.14
8822025-02-21T19:37:36.000Z Downloaded heapless v0.7.17
8832025-02-21T19:37:36.003Z Downloaded rustfmt-wrapper v0.2.1
8842025-02-21T19:37:36.007Z Downloaded ref-cast v1.0.23
8852025-02-21T19:37:36.007Z Downloaded pkcs8 v0.10.2
8862025-02-21T19:37:36.010Z Downloaded tokio-tungstenite v0.24.0
8872025-02-21T19:37:36.019Z Downloaded ctr v0.9.2
8882025-02-21T19:37:36.020Z Downloaded rustls-native-certs v0.7.3
8892025-02-21T19:37:36.020Z Downloaded progenitor-impl v0.8.0
8902025-02-21T19:37:36.020Z Downloaded tokio-tungstenite v0.23.1
8912025-02-21T19:37:36.020Z Downloaded derive_builder_macro v0.20.2
8922025-02-21T19:37:36.023Z Downloaded unicode-ident v1.0.14
8932025-02-21T19:37:36.023Z Downloaded httparse v1.9.5
8942025-02-21T19:37:36.026Z Downloaded hickory-client v0.24.3
8952025-02-21T19:37:36.029Z Downloaded thread-id v4.2.2
8962025-02-21T19:37:36.029Z Downloaded termios v0.3.3
8972025-02-21T19:37:36.032Z Downloaded terminal_size v0.4.0
8982025-02-21T19:37:36.032Z Downloaded slog-envlogger v2.2.0
8992025-02-21T19:37:36.035Z Downloaded shell-words v1.1.0
9002025-02-21T19:37:36.035Z Downloaded mockall v0.13.0
9012025-02-21T19:37:36.035Z Downloaded cookie v0.18.1
9022025-02-21T19:37:36.038Z Downloaded icu_locid v1.5.0
9032025-02-21T19:37:36.042Z Downloaded hyper-util v0.1.10
9042025-02-21T19:37:36.046Z Downloaded slog-scope v4.4.0
9052025-02-21T19:37:36.049Z Downloaded slog-json v2.6.1
9062025-02-21T19:37:36.049Z Downloaded num-rational v0.4.2
9072025-02-21T19:37:36.052Z Downloaded event-listener-strategy v0.5.2
9082025-02-21T19:37:36.052Z Downloaded event-listener v2.5.3
9092025-02-21T19:37:36.056Z Downloaded env_filter v0.1.2
9102025-02-21T19:37:36.056Z Downloaded cc v1.1.30
9112025-02-21T19:37:36.060Z Downloaded tempfile v3.13.0
9122025-02-21T19:37:36.063Z Downloaded serde_yaml v0.9.34+deprecated
9132025-02-21T19:37:36.063Z Downloaded mime_guess v2.0.5
9142025-02-21T19:37:36.065Z Downloaded zerocopy-derive v0.7.35
9152025-02-21T19:37:36.068Z Downloaded vergen v8.3.2
9162025-02-21T19:37:36.071Z Downloaded structmeta-derive v0.3.0
9172025-02-21T19:37:36.075Z Downloaded semver v1.0.25
9182025-02-21T19:37:36.075Z Downloaded rand_chacha v0.3.1
9192025-02-21T19:37:36.078Z Downloaded primeorder v0.13.6
9202025-02-21T19:37:36.078Z Downloaded unicode-linebreak v0.1.5
9212025-02-21T19:37:36.078Z Downloaded rustversion v1.0.17
9222025-02-21T19:37:36.080Z Downloaded half v2.4.1
9232025-02-21T19:37:36.083Z Downloaded rust-argon2 v2.1.0
9242025-02-21T19:37:36.086Z Downloaded omicron-zone-package v0.12.0
9252025-02-21T19:37:36.088Z Downloaded icu_locid_transform v1.5.0
9262025-02-21T19:37:36.092Z Downloaded iana-time-zone v0.1.61
9272025-02-21T19:37:36.093Z Downloaded hyper-rustls v0.26.0
9282025-02-21T19:37:36.095Z Downloaded event-listener v5.3.1
9292025-02-21T19:37:36.098Z Downloaded tap v1.0.1
9302025-02-21T19:37:36.098Z Downloaded bytes v1.9.0
9312025-02-21T19:37:36.101Z Downloaded stable_deref_trait v1.2.0
9322025-02-21T19:37:36.103Z Downloaded futures-executor v0.3.31
9332025-02-21T19:37:36.103Z Downloaded futures-channel v0.3.31
9342025-02-21T19:37:36.106Z Downloaded chacha20poly1305 v0.10.1
9352025-02-21T19:37:36.106Z Downloaded base64 v0.13.1
9362025-02-21T19:37:36.110Z Downloaded serde_tokenstream v0.2.2
9372025-02-21T19:37:36.110Z Downloaded semver v0.1.20
9382025-02-21T19:37:36.113Z Downloaded secrecy v0.8.0
9392025-02-21T19:37:36.113Z Downloaded rusty-fork v0.3.0
9402025-02-21T19:37:36.117Z Downloaded async-task v4.7.1
9412025-02-21T19:37:36.117Z Downloaded bzip2 v0.4.4
9422025-02-21T19:37:36.119Z Downloaded bitflags v2.6.0
9432025-02-21T19:37:36.122Z Downloaded blake2 v0.10.6
9442025-02-21T19:37:36.125Z Downloaded anyhow v1.0.96
9452025-02-21T19:37:36.127Z Downloaded futures-sink v0.3.31
9462025-02-21T19:37:36.128Z Downloaded blake2b_simd v1.0.2
9472025-02-21T19:37:36.130Z Downloaded glob v0.3.2
9482025-02-21T19:37:36.133Z Downloaded assert_cmd v2.0.16
9492025-02-21T19:37:36.133Z Downloaded cancel-safe-futures v0.1.5
9502025-02-21T19:37:36.136Z Downloaded funty v2.0.0
9512025-02-21T19:37:36.136Z Downloaded fixedbitset v0.5.7
9522025-02-21T19:37:36.139Z Downloaded bit-vec v0.6.3
9532025-02-21T19:37:36.142Z Downloaded async-bb8-diesel v0.2.1
9542025-02-21T19:37:36.142Z Downloaded async-trait v0.1.86
9552025-02-21T19:37:36.145Z Downloaded async-executor v1.13.1
9562025-02-21T19:37:36.148Z Downloaded arrayvec v0.7.6
9572025-02-21T19:37:36.151Z Downloaded array-init v0.0.4
9582025-02-21T19:37:36.151Z Downloaded flagset v0.4.6
9592025-02-21T19:37:36.151Z Downloaded anstream v0.6.15
9602025-02-21T19:37:36.154Z Downloaded heck v0.4.1
9612025-02-21T19:37:36.156Z Downloaded bcrypt-pbkdf v0.10.0
9622025-02-21T19:37:36.156Z Downloaded equivalent v1.0.1
9632025-02-21T19:37:36.156Z Downloaded foldhash v0.1.3
9642025-02-21T19:37:36.156Z Downloaded float-cmp v0.10.0
9652025-02-21T19:37:36.159Z Downloaded cfg-if v1.0.0
9662025-02-21T19:37:36.159Z Downloaded autocfg v1.4.0
9672025-02-21T19:37:36.162Z Downloaded bit-set v0.5.3
9682025-02-21T19:37:36.162Z Downloaded bb8 v0.8.5
9692025-02-21T19:37:36.165Z Downloaded async-stream v0.3.6
9702025-02-21T19:37:36.165Z Downloaded arrayref v0.3.9
9712025-02-21T19:37:36.168Z Downloaded anstyle-query v1.1.1
9722025-02-21T19:37:36.168Z Downloaded ascii-canvas v3.0.0
9732025-02-21T19:37:36.168Z Downloaded buf-list v1.0.3
9742025-02-21T19:37:36.171Z Downloaded approx v0.5.1
9752025-02-21T19:37:36.178Z Downloaded async-channel v1.9.0
9762025-02-21T19:37:36.178Z Downloaded assert_matches v1.5.0
9772025-02-21T19:37:36.180Z Downloaded filetime v0.2.25
9782025-02-21T19:37:36.183Z Downloaded block-padding v0.3.3
9792025-02-21T19:37:36.183Z Downloaded bitfield v0.14.0
9802025-02-21T19:37:36.183Z Downloaded async-signal v0.2.10
9812025-02-21T19:37:36.183Z Downloaded async-attributes v1.1.2
9822025-02-21T19:37:36.183Z Downloaded async-global-executor v2.4.1
9832025-02-21T19:37:36.183Z Downloaded async-channel v2.3.1
9842025-02-21T19:37:36.183Z Downloaded assert-json-diff v2.0.2
9852025-02-21T19:37:36.308Z Downloaded libsqlite3-sys v0.30.1
9862025-02-21T19:37:36.531Z Downloaded aws-lc-sys v0.22.0
9872025-02-21T19:37:36.998Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9882025-02-21T19:37:50.177Zpkg list: illegal option -- F
9892025-02-21T19:37:50.178ZUsage:
9902025-02-21T19:37:50.184Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9912025-02-21T19:37:50.184Z [pkg_fmri_pattern ...]
9922025-02-21T19:37:51.054Zpkg list: illegal option -- F
9932025-02-21T19:37:51.055ZUsage:
9942025-02-21T19:37:51.073Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9952025-02-21T19:37:51.073Z [pkg_fmri_pattern ...]
9962025-02-21T19:38:01.029Z Startup: Refreshing catalog 'helios-dev' ... Done
9972025-02-21T19:38:05.725Z Startup: Caching catalogs ... Done
9982025-02-21T19:38:19.272ZPlanning: Solver setup ... Done (12.591s)
9992025-02-21T19:38:19.429ZPlanning: Running solver ... Done (0.157s)
10002025-02-21T19:38:19.893ZPlanning: Finding local manifests ... Done (0.351s)
10012025-02-21T19:38:19.927ZPlanning: Fetching manifests: 0/7 0% complete
10022025-02-21T19:38:20.672ZPlanning: Fetching manifests: 7/7 100% complete
10032025-02-21T19:38:21.406ZPlanning: Package planning ... Done (0.733s)
10042025-02-21T19:38:21.464ZPlanning: Merging actions ... Done (0.058s)
10052025-02-21T19:38:22.882ZPlanning: Checking for conflicting actions ... Done (1.416s)
10062025-02-21T19:38:31.544ZPlanning: Consolidating action changes ... Done (8.657s)
10072025-02-21T19:38:31.967ZPlanning: Evaluating mediators ... Done (0.423s)
10082025-02-21T19:38:32.131ZPlanning: Planning completed in 26.29 seconds
10092025-02-21T19:38:33.043Z Packages to install: 4
10102025-02-21T19:38:33.043Z Packages to update: 3
10112025-02-21T19:38:33.043Z Mediators to change: 2
10122025-02-21T19:38:33.046Z Services to change: 1
10132025-02-21T19:38:33.046Z Estimated space available: 155.37 GB
10142025-02-21T19:38:33.046ZEstimated space to be consumed: 1.66 GB
10152025-02-21T19:38:33.046Z Create boot environment: No
10162025-02-21T19:38:33.046ZCreate backup boot environment: Yes
10172025-02-21T19:38:33.047Z Rebuild boot archive: No
10182025-02-21T19:38:33.047Z
10192025-02-21T19:38:33.047ZChanged mediators:
10202025-02-21T19:38:33.047Z mediator clang:
10212025-02-21T19:38:33.047Z version: None -> 15 (system default)
10222025-02-21T19:38:33.047Z
10232025-02-21T19:38:33.047Z mediator llvm:
10242025-02-21T19:38:33.047Z version: 14 (system default) -> 15 (system default)
10252025-02-21T19:38:33.047Z
10262025-02-21T19:38:33.047ZChanged packages:
10272025-02-21T19:38:33.047Zhelios-dev
10282025-02-21T19:38:33.047Z developer/build-essential
10292025-02-21T19:38:33.047Z None -> 11-2.0
10302025-02-21T19:38:33.048Z library/libxmlsec1
10312025-02-21T19:38:33.048Z None -> 1.2.35-2.0
10322025-02-21T19:38:33.048Z ooce/developer/clang-15
10332025-02-21T19:38:33.048Z None -> 15.0.7-2.0
10342025-02-21T19:38:33.048Z ooce/developer/llvm-15
10352025-02-21T19:38:33.048Z None -> 15.0.7-2.0
10362025-02-21T19:38:33.048Z package/pkg
10372025-02-21T19:38:33.048Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10382025-02-21T19:38:33.048Z system/library/g++-runtime
10392025-02-21T19:38:33.048Z 13-2.0 -> 14-2.0
10402025-02-21T19:38:33.048Z system/library/gcc-runtime
10412025-02-21T19:38:33.048Z 13-2.0 -> 14-2.0
10422025-02-21T19:38:33.048Z
10432025-02-21T19:38:33.048ZServices:
10442025-02-21T19:38:33.048Z restart_fmri:
10452025-02-21T19:38:33.048Z svc:/system/update-man-index:default
10462025-02-21T19:38:33.048Z
10472025-02-21T19:38:33.048ZEditable files to change:
10482025-02-21T19:38:33.048Z Update:
10492025-02-21T19:38:33.048Z usr/share/lib/pkg/web/config.shtml
10502025-02-21T19:38:33.572Z
10512025-02-21T19:38:33.572ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10522025-02-21T19:38:38.584ZDownload: 492/4301 items 17.1/225.4MB 7% complete (3.5M/s)
10532025-02-21T19:38:43.588ZDownload: 1189/4301 items 52.6/225.4MB 23% complete (5.2M/s)
10542025-02-21T19:38:48.592ZDownload: 2055/4301 items 118.8/225.4MB 52% complete (10.2M/s)
10552025-02-21T19:38:53.804ZDownload: 3243/4301 items 200.9/225.4MB 89% complete (15.1M/s)
10562025-02-21T19:39:03.013ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (13.4M/s)
10572025-02-21T19:39:08.283ZDownload: 4283/4301 items 223.6/225.4MB 99% complete (4.0M/s)
10582025-02-21T19:39:09.541ZDownload: Completed 225.42 MB in 35.95 seconds (6.3M/s)
10592025-02-21T19:39:11.705Z Actions: 1/5122 actions (Removing old actions)
10602025-02-21T19:39:11.724Z Actions: 194/5122 actions (Installing new actions)
10612025-02-21T19:39:16.790Z Actions: 4171/5122 actions (Installing new actions)
10622025-02-21T19:39:17.558Z Actions: 4267/5122 actions (Updating modified actions)
10632025-02-21T19:39:18.173Z Actions: Completed 5122 actions in 6.46 seconds.
10642025-02-21T19:39:18.408Z Done (0.227s)
10652025-02-21T19:39:18.411Z Done (0.002s)
10662025-02-21T19:39:19.020Z Done (0.609s)
10672025-02-21T19:39:26.260Z Done (7.011s)
10682025-02-21T19:39:26.881Z Done (0.550s)
10692025-02-21T19:39:26.884Z Done (0.000s)
10702025-02-21T19:39:27.082Z Done (0.000s)
10712025-02-21T19:39:27.807ZPlanning: Evaluating mediator changes ... Done
10722025-02-21T19:39:27.976ZPlanning: Checking for conflicting actions ... Done
10732025-02-21T19:39:27.979ZPlanning: Consolidating action changes ... Done
10742025-02-21T19:39:28.251ZPlanning: Evaluating mediators ... Done
10752025-02-21T19:39:28.254ZPlanning: Planning completed in 0.44 seconds
10762025-02-21T19:39:28.290Z Mediators to change: 2
10772025-02-21T19:39:28.290Z Create boot environment: No
10782025-02-21T19:39:28.293ZCreate backup boot environment: No
10792025-02-21T19:39:28.378Z Done
10802025-02-21T19:39:28.378Z Done
10812025-02-21T19:39:28.826Z Done
10822025-02-21T19:39:32.445Z Done
10832025-02-21T19:39:32.541Z Done
10842025-02-21T19:39:32.544Z Done
10852025-02-21T19:39:32.689Z Done
10862025-02-21T19:39:33.310ZPlanning: Evaluating mediator changes ... Done
10872025-02-21T19:39:33.313ZPlanning: Merging actions ... Done
10882025-02-21T19:39:33.506ZPlanning: Checking for conflicting actions ... Done
10892025-02-21T19:39:33.509ZPlanning: Consolidating action changes ... Done
10902025-02-21T19:39:33.786ZPlanning: Evaluating mediators ... Done
10912025-02-21T19:39:33.847ZPlanning: Planning completed in 0.78 seconds
10922025-02-21T19:39:33.887Z Packages to change: 1
10932025-02-21T19:39:33.887Z Mediators to change: 1
10942025-02-21T19:39:33.888Z Services to change: 1
10952025-02-21T19:39:33.890Z Create boot environment: No
10962025-02-21T19:39:33.890ZCreate backup boot environment: Yes
10972025-02-21T19:39:35.992Z Actions: 1/6 actions (Updating modified actions)
10982025-02-21T19:39:36.082Z Actions: Completed 6 actions in 0.09 seconds.
10992025-02-21T19:39:36.085Z Done
11002025-02-21T19:39:36.085Z Done
11012025-02-21T19:39:36.207Z Done
11022025-02-21T19:39:40.233Z Done
11032025-02-21T19:39:40.327Z Done
11042025-02-21T19:39:40.331Z Done
11052025-02-21T19:39:40.473Z Done
11062025-02-21T19:39:40.914ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11072025-02-21T19:39:40.914Zclang system 15 system
11082025-02-21T19:39:40.914Zcsh system system illumos
11092025-02-21T19:39:40.914Zctags system system illumos
11102025-02-21T19:39:40.914Zgcc vendor 12 vendor
11112025-02-21T19:39:40.914Zgcc system 10 system
11122025-02-21T19:39:40.914Zgcc system 7 system
11132025-02-21T19:39:40.915Zgo system 1.20 system
11142025-02-21T19:39:40.915Zgo system 1.19 system
11152025-02-21T19:39:40.915Zllvm system 15 system
11162025-02-21T19:39:40.915Zllvm system 14 system
11172025-02-21T19:39:40.915Zmariadb system 10.6 system
11182025-02-21T19:39:40.915Zmta vendor vendor dma
11192025-02-21T19:39:40.915Zopenjdk system 17 system
11202025-02-21T19:39:40.915Zopenjdk system 11 system
11212025-02-21T19:39:40.915Zopenjdk system 1.8 system
11222025-02-21T19:39:40.915Zopenssl vendor 3 vendor
11232025-02-21T19:39:40.915Zperl system 5.36 system
11242025-02-21T19:39:40.915Zpostgresql system 15 system
11252025-02-21T19:39:40.915Zpostgresql system 13 system
11262025-02-21T19:39:40.916Zpython vendor 3 vendor
11272025-02-21T19:39:40.916Zpython system 2 system
11282025-02-21T19:39:40.916Zpython3 system 3.11 system
11292025-02-21T19:39:40.916Zruby system 3.0 system
11302025-02-21T19:39:40.916Zwords vendor vendor american-english
11312025-02-21T19:39:40.916Zwords system system australian-english
11322025-02-21T19:39:40.916Zwords system system british-english
11332025-02-21T19:39:40.916Zwords system system canadian-english
11342025-02-21T19:39:40.916Zwords system system french
11352025-02-21T19:39:40.916Zwords system system italian
11362025-02-21T19:39:40.916Zwords system system ngerman
11372025-02-21T19:39:40.916Zwords system system ogerman
11382025-02-21T19:39:40.916Zwords system system spanish
11392025-02-21T19:39:41.255ZPUBLISHER TYPE STATUS P LOCATION
11402025-02-21T19:39:41.255Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11412025-02-21T19:39:44.348ZFMRI IFO
11422025-02-21T19:39:44.348Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11432025-02-21T19:39:44.348Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11442025-02-21T19:39:44.348Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11452025-02-21T19:39:44.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11462025-02-21T19:39:44.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11472025-02-21T19:39:44.348Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11482025-02-21T19:39:44.348Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11492025-02-21T19:39:44.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11502025-02-21T19:39:44.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11512025-02-21T19:39:44.348Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11522025-02-21T19:39:44.348Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11532025-02-21T19:39:44.348Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11542025-02-21T19:39:44.348Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11552025-02-21T19:39:44.348Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11562025-02-21T19:39:44.348Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11572025-02-21T19:39:45.426Z Downloading crates ...
11582025-02-21T19:39:45.514Z Downloaded cargo_toml v0.20.5
11592025-02-21T19:39:45.655Z Compiling proc-macro2 v1.0.92
11602025-02-21T19:39:45.658Z Compiling unicode-ident v1.0.14
11612025-02-21T19:39:45.659Z Compiling serde v1.0.217
11622025-02-21T19:39:45.659Z Compiling version_check v0.9.5
11632025-02-21T19:39:45.659Z Compiling thiserror v1.0.69
11642025-02-21T19:39:45.659Z Compiling memchr v2.7.4
11652025-02-21T19:39:45.659Z Compiling libc v0.2.169
11662025-02-21T19:39:45.659Z Compiling itoa v1.0.11
11672025-02-21T19:39:45.921Z Compiling ucd-trie v0.1.7
11682025-02-21T19:39:45.937Z Compiling ryu v1.0.18
11692025-02-21T19:39:46.303Z Compiling once_cell v1.20.3
11702025-02-21T19:39:46.350Z Compiling byteorder v1.5.0
11712025-02-21T19:39:46.577Z Compiling rustix v0.38.37
11722025-02-21T19:39:46.863Z Compiling serde_json v1.0.139
11732025-02-21T19:39:47.020Z Compiling bitflags v2.6.0
11742025-02-21T19:39:47.184Z Compiling proc-macro-error-attr v1.0.4
11752025-02-21T19:39:47.283Z Compiling usdt-impl v0.5.0
11762025-02-21T19:39:47.286Z Compiling syn v1.0.109
11772025-02-21T19:39:47.367Z Compiling proc-macro-error v1.0.4
11782025-02-21T19:39:47.380Z Compiling equivalent v1.0.1
11792025-02-21T19:39:47.499Z Compiling utf8parse v0.2.2
11802025-02-21T19:39:47.530Z Compiling camino v1.1.9
11812025-02-21T19:39:47.649Z Compiling plain v0.2.3
11822025-02-21T19:39:47.666Z Compiling hashbrown v0.15.1
11832025-02-21T19:39:47.754Z Compiling log v0.4.22
11842025-02-21T19:39:47.902Z Compiling anstyle-parse v0.2.5
11852025-02-21T19:39:47.950Z Compiling thread-id v4.2.2
11862025-02-21T19:39:48.068Z Compiling quote v1.0.38
11872025-02-21T19:39:48.087Z Compiling errno v0.3.9
11882025-02-21T19:39:48.182Z Compiling pretty-hex v0.4.1
11892025-02-21T19:39:48.212Z Compiling colorchoice v1.0.2
11902025-02-21T19:39:48.307Z Compiling winnow v0.6.20
11912025-02-21T19:39:48.345Z Compiling semver v1.0.25
11922025-02-21T19:39:48.369Z Compiling is_terminal_polyfill v1.70.1
11932025-02-21T19:39:48.397Z Compiling unicode-width v0.1.14
11942025-02-21T19:39:48.497Z Compiling syn v2.0.96
11952025-02-21T19:39:48.676Z Compiling indexmap v2.7.1
11962025-02-21T19:39:48.814Z Compiling anstyle-query v1.1.1
11972025-02-21T19:39:48.911Z Compiling anstyle v1.0.10
11982025-02-21T19:39:48.959Z Compiling autocfg v1.4.0
11992025-02-21T19:39:49.341Z Compiling anstream v0.6.15
12002025-02-21T19:39:49.859Z Compiling fs-err v2.11.0
12012025-02-21T19:39:49.938Z Compiling heck v0.4.1
12022025-02-21T19:39:49.991Z Compiling anyhow v1.0.96
12032025-02-21T19:39:50.149Z Compiling fastrand v2.1.1
12042025-02-21T19:39:50.319Z Compiling terminal_size v0.4.0
12052025-02-21T19:39:50.374Z Compiling bytecount v0.6.8
12062025-02-21T19:39:50.533Z Compiling clap_lex v0.7.4
12072025-02-21T19:39:50.600Z Compiling cfg-if v1.0.0
12082025-02-21T19:39:50.633Z Compiling strsim v0.11.1
12092025-02-21T19:39:50.682Z Compiling heck v0.5.0
12102025-02-21T19:39:50.696Z Compiling fnv v1.0.7
12112025-02-21T19:39:50.826Z Compiling papergrid v0.11.0
12122025-02-21T19:39:50.854Z Compiling tempfile v3.13.0
12132025-02-21T19:39:50.975Z Compiling clap_builder v4.5.30
12142025-02-21T19:39:51.622Z Compiling memmap v0.7.0
12152025-02-21T19:39:51.668Z Compiling unicode-linebreak v0.1.5
12162025-02-21T19:39:51.696Z Compiling smawk v0.3.2
12172025-02-21T19:39:51.943Z Compiling swrite v0.1.0
12182025-02-21T19:39:52.063Z Compiling textwrap v0.16.1
12192025-02-21T19:39:52.918Z Compiling tabled_derive v0.7.0
12202025-02-21T19:39:54.035Z Compiling tabled v0.15.0
12212025-02-21T19:39:55.254Z Compiling serde_derive v1.0.217
12222025-02-21T19:39:55.254Z Compiling thiserror-impl v1.0.69
12232025-02-21T19:39:55.279Z Compiling zerocopy-derive v0.7.35
12242025-02-21T19:39:55.367Z Compiling scroll_derive v0.12.0
12252025-02-21T19:39:55.377Z Compiling clap_derive v4.5.28
12262025-02-21T19:39:56.432Z Compiling scroll v0.12.0
12272025-02-21T19:39:56.710Z Compiling zerocopy v0.7.35
12282025-02-21T19:39:56.878Z Compiling goblin v0.8.2
12292025-02-21T19:39:57.395Z Compiling pest v2.7.14
12302025-02-21T19:39:58.579Z Compiling clap v4.5.30
12312025-02-21T19:39:59.548Z Compiling pest_meta v2.7.14
12322025-02-21T19:40:00.446Z Compiling pest_generator v2.7.14
12332025-02-21T19:40:01.795Z Compiling pest_derive v2.7.14
12342025-02-21T19:40:02.480Z Compiling dtrace-parser v0.2.0
12352025-02-21T19:40:03.558Z Compiling serde_tokenstream v0.2.2
12362025-02-21T19:40:03.651Z Compiling toml_datetime v0.6.8
12372025-02-21T19:40:03.651Z Compiling serde_spanned v0.6.8
12382025-02-21T19:40:03.735Z Compiling cargo-platform v0.1.8
12392025-02-21T19:40:03.957Z Compiling macaddr v1.0.1
12402025-02-21T19:40:04.101Z Compiling toml_edit v0.22.22
12412025-02-21T19:40:04.179Z Compiling camino-tempfile v1.1.1
12422025-02-21T19:40:04.913Z Compiling dof v0.3.0
12432025-02-21T19:40:05.114Z Compiling cargo_metadata v0.18.1
12442025-02-21T19:40:06.302Z Compiling usdt-attr-macro v0.5.0
12452025-02-21T19:40:06.302Z Compiling usdt-macro v0.5.0
12462025-02-21T19:40:06.931Z Compiling toml v0.8.19
12472025-02-21T19:40:07.466Z Compiling usdt v0.5.0
12482025-02-21T19:40:07.739Z Compiling cargo_toml v0.20.5
12492025-02-21T19:40:10.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12502025-02-21T19:40:13.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.43s
12512025-02-21T19:40:13.410Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12522025-02-21T19:40:14.254Z Compiling serde v1.0.217
12532025-02-21T19:40:14.262Z Compiling value-bag v1.9.0
12542025-02-21T19:40:14.262Z Compiling lock_api v0.4.12
12552025-02-21T19:40:14.263Z Compiling scopeguard v1.2.0
12562025-02-21T19:40:14.263Z Compiling typenum v1.17.0
12572025-02-21T19:40:14.263Z Compiling generic-array v0.14.7
12582025-02-21T19:40:14.418Z Compiling syn v2.0.96
12592025-02-21T19:40:14.430Z Compiling getrandom v0.2.15
12602025-02-21T19:40:14.517Z Compiling subtle v2.6.1
12612025-02-21T19:40:14.744Z Compiling rand_core v0.6.4
12622025-02-21T19:40:14.806Z Compiling log v0.4.22
12632025-02-21T19:40:14.909Z Compiling shlex v1.3.0
12642025-02-21T19:40:14.939Z Compiling jobserver v0.1.32
12652025-02-21T19:40:14.959Z Compiling smallvec v1.13.2
12662025-02-21T19:40:15.262Z Compiling const-oid v0.9.6
12672025-02-21T19:40:15.280Z Compiling pin-project-lite v0.2.14
12682025-02-21T19:40:15.298Z Compiling rustix v0.38.37
12692025-02-21T19:40:15.332Z Compiling cc v1.1.30
12702025-02-21T19:40:15.423Z Compiling parking_lot_core v0.9.10
12712025-02-21T19:40:15.519Z Compiling futures-core v0.3.31
12722025-02-21T19:40:15.753Z Compiling spin v0.9.8
12732025-02-21T19:40:15.771Z Compiling signal-hook-registry v1.4.2
12742025-02-21T19:40:16.123Z Compiling mio v1.0.2
12752025-02-21T19:40:16.154Z Compiling aho-corasick v1.1.3
12762025-02-21T19:40:16.455Z Compiling parking_lot v0.12.3
12772025-02-21T19:40:16.473Z Compiling regex-syntax v0.8.5
12782025-02-21T19:40:16.646Z Compiling futures-sink v0.3.31
12792025-02-21T19:40:16.822Z Compiling cpufeatures v0.2.14
12802025-02-21T19:40:16.938Z Compiling stable_deref_trait v1.2.0
12812025-02-21T19:40:17.060Z Compiling socket2 v0.5.7
12822025-02-21T19:40:17.203Z Compiling slab v0.4.9
12832025-02-21T19:40:17.206Z Compiling glob v0.3.2
12842025-02-21T19:40:17.304Z Compiling either v1.13.0
12852025-02-21T19:40:17.698Z Compiling prettyplease v0.2.29
12862025-02-21T19:40:17.899Z Compiling lazy_static v1.5.0
12872025-02-21T19:40:18.001Z Compiling minimal-lexical v0.2.1
12882025-02-21T19:40:18.020Z Compiling clang-sys v1.8.1
12892025-02-21T19:40:18.057Z Compiling serde_json v1.0.139
12902025-02-21T19:40:18.080Z Compiling futures-channel v0.3.31
12912025-02-21T19:40:18.413Z Compiling nom v7.1.3
12922025-02-21T19:40:18.471Z Compiling libloading v0.8.5
12932025-02-21T19:40:18.474Z Compiling home v0.5.9
12942025-02-21T19:40:18.709Z Compiling pin-utils v0.1.0
12952025-02-21T19:40:18.734Z Compiling bindgen v0.69.5
12962025-02-21T19:40:18.809Z Compiling futures-task v0.3.31
12972025-02-21T19:40:18.830Z Compiling futures-io v0.3.31
12982025-02-21T19:40:19.093Z Compiling itertools v0.10.5
12992025-02-21T19:40:19.095Z Compiling allocator-api2 v0.2.18
13002025-02-21T19:40:19.594Z Compiling libm v0.2.8
13012025-02-21T19:40:19.838Z Compiling foldhash v0.1.3
13022025-02-21T19:40:19.951Z Compiling rustc-hash v1.1.0
13032025-02-21T19:40:20.118Z Compiling regex-automata v0.4.8
13042025-02-21T19:40:20.137Z Compiling lazycell v1.3.0
13052025-02-21T19:40:20.314Z Compiling hashbrown v0.15.1
13062025-02-21T19:40:20.597Z Compiling cmake v0.1.51
13072025-02-21T19:40:21.502Z Compiling num-traits v0.2.19
13082025-02-21T19:40:21.528Z Compiling cexpr v0.6.0
13092025-02-21T19:40:21.574Z Compiling synstructure v0.13.1
13102025-02-21T19:40:21.828Z Compiling dunce v1.0.5
13112025-02-21T19:40:21.965Z Compiling pkg-config v0.3.31
13122025-02-21T19:40:22.383Z Compiling fs_extra v1.3.0
13132025-02-21T19:40:23.108Z Compiling writeable v0.5.5
13142025-02-21T19:40:23.128Z Compiling litemap v0.7.3
13152025-02-21T19:40:23.221Z Compiling ring v0.17.9
13162025-02-21T19:40:23.515Z Compiling paste v1.0.15
13172025-02-21T19:40:23.640Z Compiling base64ct v1.6.0
13182025-02-21T19:40:24.228Z Compiling pem-rfc7468 v0.7.0
13192025-02-21T19:40:24.324Z Compiling aws-lc-rs v1.10.0
13202025-02-21T19:40:24.576Z Compiling icu_locid_transform_data v1.5.0
13212025-02-21T19:40:24.685Z Compiling flagset v0.4.6
13222025-02-21T19:40:24.740Z Compiling httparse v1.9.5
13232025-02-21T19:40:24.894Z Compiling tracing-core v0.1.32
13242025-02-21T19:40:25.457Z Compiling regex v1.11.1
13252025-02-21T19:40:25.785Z Compiling crossbeam-utils v0.8.20
13262025-02-21T19:40:25.899Z Compiling icu_properties_data v1.5.0
13272025-02-21T19:40:25.941Z Compiling percent-encoding v2.3.1
13282025-02-21T19:40:26.147Z Compiling rustls-pki-types v1.10.0
13292025-02-21T19:40:26.324Z Compiling utf16_iter v1.0.5
13302025-02-21T19:40:26.342Z Compiling write16 v1.0.0
13312025-02-21T19:40:26.436Z Compiling serde_derive v1.0.217
13322025-02-21T19:40:26.480Z Compiling zeroize_derive v1.4.2
13332025-02-21T19:40:26.506Z Compiling zerocopy-derive v0.7.35
13342025-02-21T19:40:26.846Z Compiling tokio-macros v2.5.0
13352025-02-21T19:40:27.046Z Compiling zerofrom-derive v0.1.4
13362025-02-21T19:40:27.803Z Compiling zeroize v1.8.1
13372025-02-21T19:40:28.204Z Compiling yoke-derive v0.7.4
13382025-02-21T19:40:28.308Z Compiling zerocopy v0.7.35
13392025-02-21T19:40:28.551Z Compiling zerovec-derive v0.10.3
13402025-02-21T19:40:29.371Z Compiling crypto-common v0.1.6
13412025-02-21T19:40:29.613Z Compiling block-buffer v0.10.4
13422025-02-21T19:40:29.636Z Compiling thiserror-impl v1.0.69
13432025-02-21T19:40:29.892Z Compiling digest v0.10.7
13442025-02-21T19:40:30.223Z Compiling zerofrom v0.1.4
13452025-02-21T19:40:30.332Z Compiling futures-macro v0.3.31
13462025-02-21T19:40:30.351Z Compiling hmac v0.12.1
13472025-02-21T19:40:30.484Z Compiling displaydoc v0.2.5
13482025-02-21T19:40:30.639Z Compiling block-padding v0.3.3
13492025-02-21T19:40:30.658Z Compiling yoke v0.7.4
13502025-02-21T19:40:30.877Z Compiling inout v0.1.3
13512025-02-21T19:40:30.897Z Compiling sha2 v0.10.8
13522025-02-21T19:40:31.016Z Compiling zerovec v0.10.4
13532025-02-21T19:40:31.153Z Compiling cipher v0.4.4
13542025-02-21T19:40:31.635Z Compiling icu_provider_macros v1.5.0
13552025-02-21T19:40:31.942Z Compiling ppv-lite86 v0.2.20
13562025-02-21T19:40:32.049Z Compiling futures-util v0.3.31
13572025-02-21T19:40:32.302Z Compiling thiserror v1.0.69
13582025-02-21T19:40:32.438Z Compiling der_derive v0.7.3
13592025-02-21T19:40:32.580Z Compiling tracing-attributes v0.1.27
13602025-02-21T19:40:32.679Z Compiling tinystr v0.7.6
13612025-02-21T19:40:32.976Z Compiling icu_collections v1.5.0
13622025-02-21T19:40:33.058Z Compiling icu_locid v1.5.0
13632025-02-21T19:40:34.110Z Compiling rand_chacha v0.3.1
13642025-02-21T19:40:34.346Z Compiling icu_provider v1.5.0
13652025-02-21T19:40:34.629Z Compiling der v0.7.9
13662025-02-21T19:40:34.922Z Compiling rand v0.8.5
13672025-02-21T19:40:35.268Z Compiling icu_locid_transform v1.5.0
13682025-02-21T19:40:35.520Z Compiling tracing v0.1.40
13692025-02-21T19:40:35.999Z Compiling pest v2.7.14
13702025-02-21T19:40:36.264Z Compiling salsa20 v0.10.2
13712025-02-21T19:40:36.375Z Compiling pbkdf2 v0.12.2
13722025-02-21T19:40:36.513Z Compiling icu_properties v1.5.1
13732025-02-21T19:40:36.561Z Compiling mirai-annotations v1.12.0
13742025-02-21T19:40:36.760Z Compiling spki v0.7.3
13752025-02-21T19:40:36.904Z Compiling untrusted v0.7.1
13762025-02-21T19:40:37.101Z Compiling icu_normalizer_data v1.5.0
13772025-02-21T19:40:37.120Z Compiling num-conv v0.1.0
13782025-02-21T19:40:37.204Z Compiling powerfmt v0.2.0
13792025-02-21T19:40:37.225Z Compiling utf8_iter v1.0.4
13802025-02-21T19:40:37.403Z Compiling time-core v0.1.2
13812025-02-21T19:40:37.477Z Compiling untrusted v0.9.0
13822025-02-21T19:40:37.480Z Compiling vcpkg v0.2.15
13832025-02-21T19:40:37.560Z Compiling deranged v0.3.11
13842025-02-21T19:40:37.577Z Compiling scrypt v0.11.0
13852025-02-21T19:40:37.593Z Compiling time-macros v0.2.18
13862025-02-21T19:40:38.080Z Compiling cbc v0.1.2
13872025-02-21T19:40:38.305Z Compiling aes v0.8.4
13882025-02-21T19:40:38.841Z Compiling bitflags v2.6.0
13892025-02-21T19:40:38.986Z Compiling bytes v1.9.0
13902025-02-21T19:40:39.263Z Compiling indexmap v2.7.1
13912025-02-21T19:40:40.160Z Compiling tokio v1.43.0
13922025-02-21T19:40:40.590Z Compiling http v1.2.0
13932025-02-21T19:40:40.676Z Compiling semver v1.0.25
13942025-02-21T19:40:41.087Z Compiling icu_normalizer v1.5.0
13952025-02-21T19:40:41.120Z Compiling rustc_version v0.4.1
13962025-02-21T19:40:41.353Z Compiling openssl-sys v0.9.106
13972025-02-21T19:40:41.816Z Compiling pest_meta v2.7.14
13982025-02-21T19:40:41.898Z Compiling scroll_derive v0.12.0
13992025-02-21T19:40:42.396Z Compiling atomic-waker v1.1.2
14002025-02-21T19:40:42.600Z Compiling tinyvec_macros v0.1.1
14012025-02-21T19:40:42.693Z Compiling num_threads v0.1.7
14022025-02-21T19:40:42.714Z Compiling tinyvec v1.8.0
14032025-02-21T19:40:42.784Z Compiling which v4.4.2
14042025-02-21T19:40:42.837Z Compiling time v0.3.36
14052025-02-21T19:40:43.269Z Compiling scroll v0.12.0
14062025-02-21T19:40:43.295Z Compiling pest_generator v2.7.14
14072025-02-21T19:40:43.858Z Compiling http-body v1.0.1
14082025-02-21T19:40:44.073Z Compiling idna_adapter v1.2.0
14092025-02-21T19:40:44.094Z Compiling pkcs5 v0.7.1
14102025-02-21T19:40:44.132Z Compiling form_urlencoded v1.2.1
14112025-02-21T19:40:44.290Z Compiling slog v2.7.0
14122025-02-21T19:40:44.464Z Compiling try-lock v0.2.5
14132025-02-21T19:40:44.633Z Compiling want v0.3.1
14142025-02-21T19:40:44.872Z Compiling pkcs8 v0.10.2
14152025-02-21T19:40:44.929Z Compiling goblin v0.8.2
14162025-02-21T19:40:45.061Z Compiling idna v1.0.3
14172025-02-21T19:40:45.140Z Compiling uuid v1.12.0
14182025-02-21T19:40:45.555Z Compiling tower-service v0.3.3
14192025-02-21T19:40:45.716Z Compiling httpdate v1.0.3
14202025-02-21T19:40:46.007Z Compiling pest_derive v2.7.14
14212025-02-21T19:40:46.179Z Compiling iana-time-zone v0.1.61
14222025-02-21T19:40:46.549Z Compiling chrono v0.4.39
14232025-02-21T19:40:46.684Z Compiling serde_spanned v0.6.8
14242025-02-21T19:40:46.806Z Compiling dtrace-parser v0.2.0
14252025-02-21T19:40:46.914Z Compiling serde_tokenstream v0.2.2
14262025-02-21T19:40:47.301Z Compiling toml_datetime v0.6.8
14272025-02-21T19:40:47.410Z Compiling rustversion v1.0.17
14282025-02-21T19:40:47.500Z Compiling adler2 v2.0.0
14292025-02-21T19:40:47.734Z Compiling match_cfg v0.1.0
14302025-02-21T19:40:47.775Z Compiling base64 v0.22.1
14312025-02-21T19:40:47.852Z Compiling openssl v0.10.71
14322025-02-21T19:40:48.108Z Compiling foreign-types-shared v0.1.1
14332025-02-21T19:40:48.235Z Compiling foreign-types v0.3.2
14342025-02-21T19:40:48.292Z Compiling tokio-util v0.7.12
14352025-02-21T19:40:48.419Z Compiling hostname v0.3.1
14362025-02-21T19:40:48.446Z Compiling miniz_oxide v0.8.0
14372025-02-21T19:40:48.637Z Compiling url v2.5.3
14382025-02-21T19:40:49.524Z Compiling h2 v0.4.6
14392025-02-21T19:40:49.786Z Compiling openssl-macros v0.1.1
14402025-02-21T19:40:49.837Z Compiling async-trait v0.1.86
14412025-02-21T19:40:49.916Z Compiling serde_derive_internals v0.29.1
14422025-02-21T19:40:50.431Z Compiling dirs-sys-next v0.1.2
14432025-02-21T19:40:50.558Z Compiling siphasher v0.3.11
14442025-02-21T19:40:50.939Z Compiling dof v0.3.0
14452025-02-21T19:40:50.968Z Compiling native-tls v0.2.12
14462025-02-21T19:40:51.289Z Compiling rustls v0.22.4
14472025-02-21T19:40:51.578Z Compiling syn v1.0.109
14482025-02-21T19:40:52.175Z Compiling usdt-impl v0.5.0
14492025-02-21T19:40:52.188Z Compiling schemars v0.8.21
14502025-02-21T19:40:52.265Z Compiling rustls v0.23.19
14512025-02-21T19:40:52.542Z Compiling data-encoding v2.6.0
14522025-02-21T19:40:52.663Z Compiling schemars_derive v0.8.21
14532025-02-21T19:40:52.774Z Compiling dirs-next v2.0.0
14542025-02-21T19:40:53.507Z Compiling unicode-normalization v0.1.24
14552025-02-21T19:40:54.056Z Compiling http-body-util v0.1.2
14562025-02-21T19:40:54.502Z Compiling crossbeam-epoch v0.9.18
14572025-02-21T19:40:54.736Z Compiling heapless v0.7.17
14582025-02-21T19:40:54.960Z Compiling signature v2.2.0
14592025-02-21T19:40:54.960Z Compiling sha1 v0.10.6
14602025-02-21T19:40:55.099Z Compiling bzip2-sys v0.1.11+1.0.8
14612025-02-21T19:40:55.099Z Compiling thread_local v1.1.8
14622025-02-21T19:40:55.135Z Compiling encoding_rs v0.8.34
14632025-02-21T19:40:55.172Z Compiling cookie v0.18.1
14642025-02-21T19:40:55.348Z Compiling multer v3.1.0
14652025-02-21T19:40:55.483Z Compiling slog-async v2.8.0
14662025-02-21T19:40:55.523Z Compiling mime v0.3.17
14672025-02-21T19:40:55.668Z Compiling signal-hook v0.3.17
14682025-02-21T19:40:55.692Z Compiling unicode-properties v0.1.3
14692025-02-21T19:40:55.893Z Compiling unicode-bidi v0.3.17
14702025-02-21T19:40:55.953Z Compiling rayon-core v1.12.1
14712025-02-21T19:40:55.987Z Compiling ipnet v2.10.1
14722025-02-21T19:40:56.074Z Compiling openssl-probe v0.1.5
14732025-02-21T19:40:56.273Z Compiling gimli v0.31.1
14742025-02-21T19:40:56.389Z Compiling dyn-clone v1.0.18
14752025-02-21T19:40:56.641Z Compiling hyper v1.5.2
14762025-02-21T19:40:57.032Z Compiling stringprep v0.1.5
14772025-02-21T19:40:58.108Z Compiling toml_edit v0.22.22
14782025-02-21T19:40:58.998Z Compiling hyper-util v0.1.10
14792025-02-21T19:41:00.275Z Compiling crossbeam-deque v0.8.5
14802025-02-21T19:41:00.374Z Compiling usdt-macro v0.5.0
14812025-02-21T19:41:00.657Z Compiling addr2line v0.24.2
14822025-02-21T19:41:00.675Z Compiling usdt-attr-macro v0.5.0
14832025-02-21T19:41:01.005Z Compiling term v0.7.0
14842025-02-21T19:41:01.842Z Compiling slog-json v2.6.1
14852025-02-21T19:41:01.907Z Compiling serde_urlencoded v0.7.1
14862025-02-21T19:41:01.907Z Compiling crossbeam-channel v0.5.13
14872025-02-21T19:41:02.109Z Compiling curve25519-dalek v4.1.3
14882025-02-21T19:41:02.162Z Compiling enum-as-inner v0.6.1
14892025-02-21T19:41:02.235Z Compiling futures-executor v0.3.31
14902025-02-21T19:41:02.345Z Compiling md-5 v0.10.6
14912025-02-21T19:41:02.648Z Compiling rustls-pemfile v2.2.0
14922025-02-21T19:41:02.751Z Compiling async-stream-impl v0.3.6
14932025-02-21T19:41:02.852Z Compiling num-integer v0.1.46
14942025-02-21T19:41:02.940Z Compiling hash32 v0.2.1
14952025-02-21T19:41:03.423Z Compiling ff v0.13.0
14962025-02-21T19:41:03.446Z Compiling is-terminal v0.4.13
14972025-02-21T19:41:03.447Z Compiling object v0.36.5
14982025-02-21T19:41:03.447Z Compiling dropshot v0.12.0
14992025-02-21T19:41:03.447Z Compiling memoffset v0.9.1
15002025-02-21T19:41:03.564Z Compiling cfg_aliases v0.2.1
15012025-02-21T19:41:03.638Z Compiling utf-8 v0.7.6
15022025-02-21T19:41:03.691Z Compiling linked-hash-map v0.5.6
15032025-02-21T19:41:03.741Z Compiling portable-atomic v1.9.0
15042025-02-21T19:41:03.867Z Compiling litrs v0.4.1
15052025-02-21T19:41:03.929Z Compiling quick-error v1.2.3
15062025-02-21T19:41:03.980Z Compiling smoltcp v0.9.1
15072025-02-21T19:41:04.090Z Compiling num-bigint-dig v0.8.4
15082025-02-21T19:41:04.419Z Compiling rustc-demangle v0.1.24
15092025-02-21T19:41:04.634Z Compiling anyhow v1.0.96
15102025-02-21T19:41:04.655Z Compiling fallible-iterator v0.2.0
15112025-02-21T19:41:04.952Z Compiling base16ct v0.2.0
15122025-02-21T19:41:05.214Z Compiling take_mut v0.2.2
15132025-02-21T19:41:05.290Z Compiling psl-types v2.0.11
15142025-02-21T19:41:05.322Z Compiling postgres-protocol v0.6.7
15152025-02-21T19:41:05.347Z Compiling sec1 v0.7.3
15162025-02-21T19:41:05.570Z Compiling publicsuffix v2.3.0
15172025-02-21T19:41:05.764Z Compiling document-features v0.2.10
15182025-02-21T19:41:06.022Z Compiling resolv-conf v0.7.0
15192025-02-21T19:41:06.156Z Compiling lru-cache v0.1.2
15202025-02-21T19:41:06.378Z Compiling async-stream v0.3.6
15212025-02-21T19:41:06.481Z Compiling tungstenite v0.24.0
15222025-02-21T19:41:06.574Z Compiling nix v0.29.0
15232025-02-21T19:41:06.734Z Compiling num-iter v0.1.45
15242025-02-21T19:41:06.898Z Compiling slog-term v2.9.1
15252025-02-21T19:41:07.102Z Compiling hickory-proto v0.24.3
15262025-02-21T19:41:07.102Z Compiling usdt v0.5.0
15272025-02-21T19:41:07.368Z Compiling group v0.13.0
15282025-02-21T19:41:07.802Z Compiling futures v0.3.31
15292025-02-21T19:41:07.846Z Compiling slog-bunyan v2.5.0
15302025-02-21T19:41:08.121Z Compiling toml v0.8.19
15312025-02-21T19:41:09.501Z Compiling tokio-native-tls v0.3.1
15322025-02-21T19:41:09.586Z Compiling camino v1.1.9
15332025-02-21T19:41:09.670Z Compiling phf_shared v0.11.2
15342025-02-21T19:41:09.737Z Compiling backtrace v0.3.74
15352025-02-21T19:41:09.934Z Compiling dropshot_endpoint v0.12.0
15362025-02-21T19:41:10.183Z Compiling terminal_size v0.4.0
15372025-02-21T19:41:10.224Z Compiling waitgroup v0.1.2
15382025-02-21T19:41:10.328Z Compiling openapiv3 v2.0.0
15392025-02-21T19:41:10.400Z Compiling serde_path_to_error v0.1.16
15402025-02-21T19:41:10.489Z Compiling hkdf v0.12.4
15412025-02-21T19:41:10.731Z Compiling crypto-bigint v0.5.5
15422025-02-21T19:41:11.163Z Compiling webpki-roots v0.26.6
15432025-02-21T19:41:11.397Z Compiling curve25519-dalek-derive v0.1.1
15442025-02-21T19:41:12.618Z Compiling zerocopy-derive v0.6.6
15452025-02-21T19:41:12.806Z Compiling sync_wrapper v1.0.1
15462025-02-21T19:41:12.969Z Compiling hostname v0.4.0
15472025-02-21T19:41:13.177Z Compiling hubpack_derive v0.1.1
15482025-02-21T19:41:13.210Z Compiling ahash v0.8.11
15492025-02-21T19:41:13.538Z Compiling fs-err v2.11.0
15502025-02-21T19:41:13.970Z Compiling crc32fast v1.4.2
15512025-02-21T19:41:14.166Z Compiling unicode-width v0.2.0
15522025-02-21T19:41:14.354Z Compiling managed v0.8.0
15532025-02-21T19:41:14.354Z Compiling winnow v0.5.40
15542025-02-21T19:41:14.686Z Compiling tower-layer v0.3.3
15552025-02-21T19:41:14.686Z Compiling debug-ignore v1.0.5
15562025-02-21T19:41:14.687Z Compiling newtype-uuid v1.2.1
15572025-02-21T19:41:14.687Z Compiling bitflags v1.3.2
15582025-02-21T19:41:14.844Z Compiling strum_macros v0.25.3
15592025-02-21T19:41:14.845Z Compiling tower v0.5.2
15602025-02-21T19:41:15.031Z Compiling zerocopy v0.6.6
15612025-02-21T19:41:15.524Z Compiling console v0.15.10
15622025-02-21T19:41:15.559Z Compiling clap_builder v4.5.30
15632025-02-21T19:41:15.567Z Compiling flate2 v1.0.35
15642025-02-21T19:41:16.556Z Compiling hubpack v0.1.2
15652025-02-21T19:41:16.684Z Compiling elliptic-curve v0.13.8
15662025-02-21T19:41:16.877Z Compiling hickory-resolver v0.24.3
15672025-02-21T19:41:17.542Z Compiling toml_edit v0.19.15
15682025-02-21T19:41:17.674Z Compiling phf v0.11.2
15692025-02-21T19:41:17.805Z Compiling signal-hook-mio v0.2.4
15702025-02-21T19:41:17.943Z Compiling hyper-tls v0.6.0
15712025-02-21T19:41:17.943Z Compiling cookie_store v0.21.1
15722025-02-21T19:41:18.321Z Compiling rayon v1.10.0
15732025-02-21T19:41:18.368Z Compiling bzip2 v0.4.4
15742025-02-21T19:41:18.794Z Compiling tokio-tungstenite v0.24.0
15752025-02-21T19:41:19.534Z Compiling postgres-types v0.2.8
15762025-02-21T19:41:22.126Z Compiling ed25519 v2.2.3
15772025-02-21T19:41:22.487Z Compiling phf_shared v0.10.0
15782025-02-21T19:41:22.821Z Compiling tokio-stream v0.1.16
15792025-02-21T19:41:22.878Z Compiling pkcs1 v0.7.5
15802025-02-21T19:41:23.287Z Compiling serde-big-array v0.5.1
15812025-02-21T19:41:23.548Z Compiling clap_derive v4.5.28
15822025-02-21T19:41:23.762Z Compiling rfc6979 v0.4.0
15832025-02-21T19:41:23.786Z Compiling derive-where v1.2.7
15842025-02-21T19:41:23.954Z Compiling serde_repr v0.1.19
15852025-02-21T19:41:23.981Z Compiling float-cmp v0.10.0
15862025-02-21T19:41:24.221Z Compiling bstr v1.10.0
15872025-02-21T19:41:24.415Z Compiling difflib v0.4.0
15882025-02-21T19:41:24.633Z Compiling unicode-segmentation v1.12.0
15892025-02-21T19:41:25.056Z Compiling new_debug_unreachable v1.0.6
15902025-02-21T19:41:25.168Z Compiling bit-vec v0.6.3
15912025-02-21T19:41:25.520Z Compiling fixedbitset v0.4.2
15922025-02-21T19:41:25.587Z Compiling normalize-line-endings v0.3.0
15932025-02-21T19:41:25.736Z Compiling predicates-core v1.0.8
15942025-02-21T19:41:25.755Z Compiling whoami v1.5.2
15952025-02-21T19:41:25.825Z Compiling static_assertions v1.1.0
15962025-02-21T19:41:25.940Z Compiling precomputed-hash v0.1.1
15972025-02-21T19:41:25.978Z Compiling number_prefix v0.4.0
15982025-02-21T19:41:26.077Z Compiling string_cache v0.8.7
15992025-02-21T19:41:26.107Z Compiling tokio-postgres v0.7.12
16002025-02-21T19:41:26.221Z Compiling indicatif v0.17.11
16012025-02-21T19:41:26.334Z Compiling predicates v3.1.3
16022025-02-21T19:41:26.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16032025-02-21T19:41:26.927Z Compiling petgraph v0.6.5
16042025-02-21T19:41:27.800Z Compiling bit-set v0.5.3
16052025-02-21T19:41:28.002Z Compiling clap v4.5.30
16062025-02-21T19:41:28.043Z Compiling similar v2.6.0
16072025-02-21T19:41:28.122Z Compiling ecdsa v0.16.9
16082025-02-21T19:41:28.184Z Compiling rsa v0.9.6
16092025-02-21T19:41:28.939Z Compiling ed25519-dalek v2.1.1
16102025-02-21T19:41:30.143Z Compiling toml v0.7.8
16112025-02-21T19:41:30.520Z Compiling zip v0.6.6
16122025-02-21T19:41:31.619Z Compiling crossterm v0.28.1
16132025-02-21T19:41:32.317Z Compiling hex v0.4.3
16142025-02-21T19:41:32.617Z Compiling x509-cert v0.2.5
16152025-02-21T19:41:32.643Z Compiling peg-runtime v0.8.3
16162025-02-21T19:41:32.747Z Compiling unicode-xid v0.2.6
16172025-02-21T19:41:32.857Z Compiling lalrpop-util v0.19.12
16182025-02-21T19:41:32.951Z Compiling strum_macros v0.26.4
16192025-02-21T19:41:33.253Z Compiling xattr v1.3.1
16202025-02-21T19:41:33.282Z Compiling filetime v0.2.25
16212025-02-21T19:41:33.542Z Compiling tar v0.4.42
16222025-02-21T19:41:37.357Z Compiling strum v0.26.3
16232025-02-21T19:41:40.988Z Compiling aws-lc-sys v0.22.0
16242025-02-21T19:42:15.251Z Compiling rustls-webpki v0.102.8
16252025-02-21T19:42:18.505Z Compiling tokio-rustls v0.25.0
16262025-02-21T19:42:20.149Z Compiling tokio-rustls v0.26.0
16272025-02-21T19:42:20.471Z Compiling hyper-rustls v0.27.3
16282025-02-21T19:42:20.857Z Compiling reqwest v0.12.12
16292025-02-21T19:42:22.237Z Compiling qorb v0.2.1
16302025-02-21T19:42:25.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16312025-02-21T19:42:25.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16322025-02-21T19:42:30.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
16332025-02-21T19:42:30.059Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16342025-02-21T19:42:30.093ZFeb 21 19:42:29.042 INFO Starting download, target: Clickhouse
16352025-02-21T19:42:30.093ZFeb 21 19:42:29.042 INFO Starting download, target: Console
16362025-02-21T19:42:30.095ZFeb 21 19:42:29.042 INFO Starting download, target: Cockroach
16372025-02-21T19:42:30.096ZFeb 21 19:42:29.042 INFO Starting download, target: DendriteOpenapi
16382025-02-21T19:42:30.096ZFeb 21 19:42:29.042 INFO Starting download, target: DendriteStub
16392025-02-21T19:42:30.136ZFeb 21 19:42:29.042 INFO Starting download, target: MaghemiteMgd
16402025-02-21T19:42:30.136ZFeb 21 19:42:29.042 INFO Starting download, target: TransceiverControl
16412025-02-21T19:42:30.137ZFeb 21 19:42:29.043 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16422025-02-21T19:42:30.137ZFeb 21 19:42:29.043 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16432025-02-21T19:42:30.138ZFeb 21 19:42:29.043 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16442025-02-21T19:42:30.138ZFeb 21 19:42:29.043 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16452025-02-21T19:42:30.138ZFeb 21 19:42:29.043 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16462025-02-21T19:42:30.138ZFeb 21 19:42:29.043 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16472025-02-21T19:42:30.138ZFeb 21 19:42:29.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16482025-02-21T19:42:30.365ZFeb 21 19:42:29.308 INFO Download complete, target: DendriteOpenapi
16492025-02-21T19:42:30.587ZFeb 21 19:42:29.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16502025-02-21T19:42:30.633ZFeb 21 19:42:29.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16512025-02-21T19:42:30.916ZFeb 21 19:42:29.858 INFO Download complete, target: Console
16522025-02-21T19:42:31.105ZFeb 21 19:42:30.034 INFO Download complete, target: TransceiverControl
16532025-02-21T19:42:31.346ZFeb 21 19:42:30.306 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16542025-02-21T19:42:31.388ZFeb 21 19:42:30.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16552025-02-21T19:42:32.021ZFeb 21 19:42:30.980 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16562025-02-21T19:42:32.365ZFeb 21 19:42:31.326 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16572025-02-21T19:42:32.365ZFeb 21 19:42:31.326 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16582025-02-21T19:42:34.190ZFeb 21 19:42:33.150 INFO Download complete, target: DendriteStub
16592025-02-21T19:42:34.470ZFeb 21 19:42:33.429 INFO Download complete, target: MaghemiteMgd
16602025-02-21T19:42:39.830ZFeb 21 19:42:38.785 INFO Checking that binary works, target: Cockroach
16612025-02-21T19:42:39.990ZFeb 21 19:42:38.946 INFO Download complete, target: Cockroach
16622025-02-21T19:42:44.782ZFeb 21 19:42:43.734 INFO Checking that binary works, target: Clickhouse
16632025-02-21T19:42:45.507ZFeb 21 19:42:44.444 INFO Download complete, target: Clickhouse
16642025-02-21T19:42:45.510ZAll prerequisites installed successfully
16652025-02-21T19:42:45.510Z
16662025-02-21T19:42:45.510Zreal 5:08.316040284
16672025-02-21T19:42:45.510Zuser 15:18.993006704
16682025-02-21T19:42:45.510Zsys 1:59.882822471
16692025-02-21T19:42:45.510Ztrap 0.504529689
16702025-02-21T19:42:45.510Ztflt 6.505719133
16712025-02-21T19:42:45.510Zdflt 5.352237703
16722025-02-21T19:42:45.510Zkflt 0.550382559
16732025-02-21T19:42:45.510Zlock 27:36.959493093
16742025-02-21T19:42:45.510Zslp 55:59.630712173
16752025-02-21T19:42:45.510Zlat 51.689824495
16762025-02-21T19:42:45.510Zstop 2:09.159433302
16772025-02-21T19:42:45.510Z+ source ./tools/include/force-git-over-https.sh
16782025-02-21T19:42:45.510Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16792025-02-21T19:42:45.510Z++ (( i = 0 ))
16802025-02-21T19:42:45.510Z++ (( i < 5 ))
16812025-02-21T19:42:45.510Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16822025-02-21T19:42:45.510Z++ (( i++ ))
16832025-02-21T19:42:45.510Z++ (( i < 5 ))
16842025-02-21T19:42:45.510Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16852025-02-21T19:42:45.510Z++ (( i++ ))
16862025-02-21T19:42:45.510Z++ (( i < 5 ))
16872025-02-21T19:42:45.510Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16882025-02-21T19:42:45.513Z++ (( i++ ))
16892025-02-21T19:42:45.513Z++ (( i < 5 ))
16902025-02-21T19:42:45.513Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16912025-02-21T19:42:45.516Z++ (( i++ ))
16922025-02-21T19:42:45.516Z++ (( i < 5 ))
16932025-02-21T19:42:45.516Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16942025-02-21T19:42:45.520Z++ (( i++ ))
16952025-02-21T19:42:45.520Z++ (( i < 5 ))
16962025-02-21T19:42:45.521Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16972025-02-21T19:42:45.521Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16982025-02-21T19:42:45.521Z+ rc=0
16992025-02-21T19:42:45.521Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17002025-02-21T19:43:19.320Z+ case $rc in
17012025-02-21T19:43:19.321Z+ pfexec zfs create -p rpool/images/build/host
17022025-02-21T19:43:19.555Z+ pfexec zfs create -p rpool/images/build/recovery
17032025-02-21T19:43:19.614Z+ cargo xtask releng --output-dir /work
17042025-02-21T19:43:20.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17052025-02-21T19:43:20.169Z Running `target/debug/xtask releng --output-dir /work`
17062025-02-21T19:43:21.089Z Compiling proc-macro2 v1.0.92
17072025-02-21T19:43:21.090Z Compiling unicode-ident v1.0.14
17082025-02-21T19:43:21.090Z Compiling libc v0.2.169
17092025-02-21T19:43:21.090Z Compiling serde v1.0.217
17102025-02-21T19:43:21.093Z Compiling autocfg v1.4.0
17112025-02-21T19:43:21.093Z Compiling version_check v0.9.5
17122025-02-21T19:43:21.093Z Compiling cfg-if v1.0.0
17132025-02-21T19:43:21.416Z Compiling memchr v2.7.4
17142025-02-21T19:43:21.416Z Compiling typenum v1.17.0
17152025-02-21T19:43:21.574Z Compiling shlex v1.3.0
17162025-02-21T19:43:21.933Z Compiling lock_api v0.4.12
17172025-02-21T19:43:21.954Z Compiling generic-array v0.14.7
17182025-02-21T19:43:22.283Z Compiling value-bag v1.9.0
17192025-02-21T19:43:22.287Z Compiling scopeguard v1.2.0
17202025-02-21T19:43:22.370Z Compiling parking_lot_core v0.9.10
17212025-02-21T19:43:22.658Z Compiling rustix v0.38.37
17222025-02-21T19:43:22.779Z Compiling log v0.4.22
17232025-02-21T19:43:22.818Z Compiling serde_json v1.0.139
17242025-02-21T19:43:22.924Z Compiling libm v0.2.8
17252025-02-21T19:43:23.168Z Compiling quote v1.0.38
17262025-02-21T19:43:23.282Z Compiling jobserver v0.1.32
17272025-02-21T19:43:23.306Z Compiling getrandom v0.2.15
17282025-02-21T19:43:23.497Z Compiling num-traits v0.2.19
17292025-02-21T19:43:23.548Z Compiling syn v2.0.96
17302025-02-21T19:43:23.618Z Compiling once_cell v1.20.3
17312025-02-21T19:43:23.689Z Compiling cc v1.1.30
17322025-02-21T19:43:23.710Z Compiling slab v0.4.9
17332025-02-21T19:43:23.838Z Compiling thiserror v1.0.69
17342025-02-21T19:43:23.958Z Compiling itoa v1.0.11
17352025-02-21T19:43:24.004Z Compiling aho-corasick v1.1.3
17362025-02-21T19:43:24.050Z Compiling regex-syntax v0.8.5
17372025-02-21T19:43:24.423Z Compiling spin v0.9.8
17382025-02-21T19:43:24.817Z Compiling errno v0.3.9
17392025-02-21T19:43:24.887Z Compiling byteorder v1.5.0
17402025-02-21T19:43:25.206Z Compiling either v1.13.0
17412025-02-21T19:43:25.320Z Compiling glob v0.3.2
17422025-02-21T19:43:25.407Z Compiling rand_core v0.6.4
17432025-02-21T19:43:25.654Z Compiling prettyplease v0.2.29
17442025-02-21T19:43:25.910Z Compiling subtle v2.6.1
17452025-02-21T19:43:25.995Z Compiling lazy_static v1.5.0
17462025-02-21T19:43:26.097Z Compiling clang-sys v1.8.1
17472025-02-21T19:43:26.151Z Compiling minimal-lexical v0.2.1
17482025-02-21T19:43:26.564Z Compiling libloading v0.8.5
17492025-02-21T19:43:26.655Z Compiling nom v7.1.3
17502025-02-21T19:43:26.661Z Compiling bindgen v0.69.5
17512025-02-21T19:43:26.937Z Compiling home v0.5.9
17522025-02-21T19:43:26.985Z Compiling smallvec v1.13.2
17532025-02-21T19:43:27.463Z Compiling itertools v0.10.5
17542025-02-21T19:43:27.808Z Compiling lazycell v1.3.0
17552025-02-21T19:43:27.870Z Compiling rustc-hash v1.1.0
17562025-02-21T19:43:28.002Z Compiling regex-automata v0.4.8
17572025-02-21T19:43:28.545Z Compiling cmake v0.1.51
17582025-02-21T19:43:29.297Z Compiling pkg-config v0.3.31
17592025-02-21T19:43:29.652Z Compiling fs_extra v1.3.0
17602025-02-21T19:43:29.870Z Compiling cexpr v0.6.0
17612025-02-21T19:43:30.002Z Compiling dunce v1.0.5
17622025-02-21T19:43:30.172Z Compiling semver v1.0.25
17632025-02-21T19:43:30.234Z Compiling ring v0.17.9
17642025-02-21T19:43:30.376Z Compiling paste v1.0.15
17652025-02-21T19:43:30.667Z Compiling heck v0.5.0
17662025-02-21T19:43:30.942Z Compiling synstructure v0.13.1
17672025-02-21T19:43:31.117Z Compiling ryu v1.0.18
17682025-02-21T19:43:31.519Z Compiling pin-project-lite v0.2.14
17692025-02-21T19:43:31.726Z Compiling httparse v1.9.5
17702025-02-21T19:43:31.759Z Compiling aws-lc-rs v1.10.0
17712025-02-21T19:43:32.253Z Compiling const-oid v0.9.6
17722025-02-21T19:43:32.418Z Compiling futures-core v0.3.31
17732025-02-21T19:43:32.539Z Compiling allocator-api2 v0.2.18
17742025-02-21T19:43:33.312Z Compiling signal-hook-registry v1.4.2
17752025-02-21T19:43:33.972Z Compiling regex v1.11.1
17762025-02-21T19:43:34.512Z Compiling parking_lot v0.12.3
17772025-02-21T19:43:34.656Z Compiling mio v1.0.2
17782025-02-21T19:43:34.848Z Compiling num-conv v0.1.0
17792025-02-21T19:43:34.903Z Compiling time-core v0.1.2
17802025-02-21T19:43:35.098Z Compiling serde_derive v1.0.217
17812025-02-21T19:43:35.178Z Compiling zeroize_derive v1.4.2
17822025-02-21T19:43:35.254Z Compiling zerocopy-derive v0.7.35
17832025-02-21T19:43:35.890Z Compiling tokio-macros v2.5.0
17842025-02-21T19:43:36.439Z Compiling thiserror-impl v1.0.69
17852025-02-21T19:43:36.490Z Compiling zerofrom-derive v0.1.4
17862025-02-21T19:43:36.614Z Compiling zeroize v1.8.1
17872025-02-21T19:43:37.070Z Compiling yoke-derive v0.7.4
17882025-02-21T19:43:37.145Z Compiling futures-macro v0.3.31
17892025-02-21T19:43:37.234Z Compiling zerovec-derive v0.10.3
17902025-02-21T19:43:37.456Z Compiling displaydoc v0.2.5
17912025-02-21T19:43:39.033Z Compiling zerocopy v0.7.35
17922025-02-21T19:43:39.231Z Compiling icu_provider_macros v1.5.0
17932025-02-21T19:43:39.479Z Compiling crypto-common v0.1.6
17942025-02-21T19:43:39.761Z Compiling tracing-attributes v0.1.27
17952025-02-21T19:43:39.802Z Compiling block-buffer v0.10.4
17962025-02-21T19:43:39.823Z Compiling der_derive v0.7.3
17972025-02-21T19:43:40.066Z Compiling digest v0.10.7
17982025-02-21T19:43:40.539Z Compiling time-macros v0.2.18
17992025-02-21T19:43:40.601Z Compiling schemars v0.8.21
18002025-02-21T19:43:40.791Z Compiling vcpkg v0.2.15
18012025-02-21T19:43:41.004Z Compiling crossbeam-utils v0.8.20
18022025-02-21T19:43:41.524Z Compiling serde_derive_internals v0.29.1
18032025-02-21T19:43:41.630Z Compiling socket2 v0.5.7
18042025-02-21T19:43:42.177Z Compiling openssl-sys v0.9.106
18052025-02-21T19:43:43.449Z Compiling futures-sink v0.3.31
18062025-02-21T19:43:43.592Z Compiling fnv v1.0.7
18072025-02-21T19:43:43.627Z Compiling schemars_derive v0.8.21
18082025-02-21T19:43:44.464Z Compiling ahash v0.8.11
18092025-02-21T19:43:44.815Z Compiling stable_deref_trait v1.2.0
18102025-02-21T19:43:45.041Z Compiling cpufeatures v0.2.14
18112025-02-21T19:43:45.064Z Compiling foldhash v0.1.3
18122025-02-21T19:43:45.168Z Compiling equivalent v1.0.1
18132025-02-21T19:43:45.740Z Compiling hashbrown v0.15.1
18142025-02-21T19:43:46.238Z Compiling slog v2.7.0
18152025-02-21T19:43:46.579Z Compiling futures-channel v0.3.31
18162025-02-21T19:43:46.618Z Compiling zerofrom v0.1.4
18172025-02-21T19:43:46.866Z Compiling futures-task v0.3.31
18182025-02-21T19:43:46.960Z Compiling pin-utils v0.1.0
18192025-02-21T19:43:46.963Z Compiling futures-io v0.3.31
18202025-02-21T19:43:47.078Z Compiling yoke v0.7.4
18212025-02-21T19:43:47.316Z Compiling futures-util v0.3.31
18222025-02-21T19:43:47.373Z Compiling openssl v0.10.71
18232025-02-21T19:43:47.485Z Compiling zerovec v0.10.4
18242025-02-21T19:43:47.828Z Compiling bitflags v2.6.0
18252025-02-21T19:43:47.863Z Compiling bytes v1.9.0
18262025-02-21T19:43:48.058Z Compiling indexmap v2.7.1
18272025-02-21T19:43:49.574Z Compiling tokio v1.43.0
18282025-02-21T19:43:50.769Z Compiling serde_tokenstream v0.2.2
18292025-02-21T19:43:50.869Z Compiling http v1.2.0
18302025-02-21T19:43:51.468Z Compiling scroll_derive v0.12.0
18312025-02-21T19:43:52.543Z Compiling which v4.4.2
18322025-02-21T19:43:53.126Z Compiling ucd-trie v0.1.7
18332025-02-21T19:43:53.682Z Compiling pest v2.7.14
18342025-02-21T19:43:53.887Z Compiling rustc_version v0.4.1
18352025-02-21T19:43:56.387Z Compiling uuid v1.12.0
18362025-02-21T19:43:56.816Z Compiling hmac v0.12.1
18372025-02-21T19:43:57.028Z Compiling openssl-macros v0.1.1
18382025-02-21T19:43:57.220Z Compiling rustls v0.23.19
18392025-02-21T19:43:57.223Z Compiling iana-time-zone v0.1.61
18402025-02-21T19:43:57.620Z Compiling native-tls v0.2.12
18412025-02-21T19:43:57.654Z Compiling chrono v0.4.39
18422025-02-21T19:43:57.901Z Compiling pest_meta v2.7.14
18432025-02-21T19:43:58.013Z Compiling tinystr v0.7.6
18442025-02-21T19:43:58.555Z Compiling block-padding v0.3.3
18452025-02-21T19:43:58.813Z Compiling writeable v0.5.5
18462025-02-21T19:43:58.815Z Compiling litemap v0.7.3
18472025-02-21T19:43:59.343Z Compiling icu_locid v1.5.0
18482025-02-21T19:43:59.658Z Compiling pest_generator v2.7.14
18492025-02-21T19:44:00.119Z Compiling inout v0.1.3
18502025-02-21T19:44:01.161Z Compiling cookie v0.18.1
18512025-02-21T19:44:02.299Z Compiling pest_derive v2.7.14
18522025-02-21T19:44:02.964Z Compiling icu_provider v1.5.0
18532025-02-21T19:44:03.180Z Compiling cipher v0.4.4
18542025-02-21T19:44:03.770Z Compiling sha2 v0.10.8
18552025-02-21T19:44:04.573Z Compiling async-trait v0.1.86
18562025-02-21T19:44:04.841Z Compiling tracing-core v0.1.32
18572025-02-21T19:44:05.592Z Compiling usdt-impl v0.5.0
18582025-02-21T19:44:05.845Z Compiling aws-lc-sys v0.22.0
18592025-02-21T19:44:05.888Z Compiling rustls-pki-types v1.10.0
18602025-02-21T19:44:06.949Z Compiling base64ct v1.6.0
18612025-02-21T19:44:07.178Z Compiling icu_locid_transform_data v1.5.0
18622025-02-21T19:44:07.215Z Compiling dyn-clone v1.0.18
18632025-02-21T19:44:07.304Z Compiling percent-encoding v2.3.1
18642025-02-21T19:44:07.593Z Compiling pem-rfc7468 v0.7.0
18652025-02-21T19:44:07.777Z Compiling icu_locid_transform v1.5.0
18662025-02-21T19:44:07.859Z Compiling tracing v0.1.40
18672025-02-21T19:44:10.551Z Compiling tokio-util v0.7.12
18682025-02-21T19:44:10.620Z Compiling scroll v0.12.0
18692025-02-21T19:44:11.175Z Compiling icu_collections v1.5.0
18702025-02-21T19:44:12.748Z Compiling ppv-lite86 v0.2.20
18712025-02-21T19:44:13.406Z Compiling powerfmt v0.2.0
18722025-02-21T19:44:13.653Z Compiling icu_properties_data v1.5.0
18732025-02-21T19:44:13.904Z Compiling plain v0.2.3
18742025-02-21T19:44:13.926Z Compiling mirai-annotations v1.12.0
18752025-02-21T19:44:13.968Z Compiling syn v1.0.109
18762025-02-21T19:44:14.074Z Compiling flagset v0.4.6
18772025-02-21T19:44:14.109Z Compiling camino v1.1.9
18782025-02-21T19:44:14.308Z Compiling untrusted v0.7.1
18792025-02-21T19:44:14.474Z Compiling untrusted v0.9.0
18802025-02-21T19:44:14.590Z Compiling der v0.7.9
18812025-02-21T19:44:14.664Z Compiling goblin v0.8.2
18822025-02-21T19:44:14.698Z Compiling icu_properties v1.5.1
18832025-02-21T19:44:17.400Z Compiling deranged v0.3.11
18842025-02-21T19:44:19.027Z Compiling rand_chacha v0.3.1
18852025-02-21T19:44:21.344Z Compiling icu_normalizer_data v1.5.0
18862025-02-21T19:44:21.825Z Compiling pretty-hex v0.4.1
18872025-02-21T19:44:22.175Z Compiling num_threads v0.1.7
18882025-02-21T19:44:22.368Z Compiling atomic-waker v1.1.2
18892025-02-21T19:44:22.527Z Compiling litrs v0.4.1
18902025-02-21T19:44:22.604Z Compiling rustls v0.22.4
18912025-02-21T19:44:22.750Z Compiling write16 v1.0.0
18922025-02-21T19:44:22.994Z Compiling rayon-core v1.12.1
18932025-02-21T19:44:23.251Z Compiling utf8_iter v1.0.4
18942025-02-21T19:44:23.374Z Compiling utf16_iter v1.0.5
18952025-02-21T19:44:23.598Z Compiling icu_normalizer v1.5.0
18962025-02-21T19:44:23.600Z Compiling time v0.3.36
18972025-02-21T19:44:23.657Z Compiling document-features v0.2.10
18982025-02-21T19:44:23.790Z Compiling dof v0.3.0
18992025-02-21T19:44:25.534Z Compiling rand v0.8.5
19002025-02-21T19:44:26.153Z Compiling spki v0.7.3
19012025-02-21T19:44:26.522Z Compiling form_urlencoded v1.2.1
19022025-02-21T19:44:27.258Z Compiling salsa20 v0.10.2
19032025-02-21T19:44:27.346Z Compiling dtrace-parser v0.2.0
19042025-02-21T19:44:28.700Z Compiling pbkdf2 v0.12.2
19052025-02-21T19:44:28.947Z Compiling http-body v1.0.1
19062025-02-21T19:44:29.085Z Compiling bzip2-sys v0.1.11+1.0.8
19072025-02-21T19:44:29.233Z Compiling thread-id v4.2.2
19082025-02-21T19:44:29.513Z Compiling try-lock v0.2.5
19092025-02-21T19:44:32.411Z Compiling want v0.3.1
19102025-02-21T19:44:33.845Z Compiling scrypt v0.11.0
19112025-02-21T19:44:33.897Z Compiling idna_adapter v1.2.0
19122025-02-21T19:44:34.068Z Compiling h2 v0.4.6
19132025-02-21T19:44:34.197Z Compiling cbc v0.1.2
19142025-02-21T19:44:34.390Z Compiling aes v0.8.4
19152025-02-21T19:44:34.969Z Compiling multer v3.1.0
19162025-02-21T19:44:35.466Z Compiling httpdate v1.0.3
19172025-02-21T19:44:35.724Z Compiling slog-async v2.8.0
19182025-02-21T19:44:35.948Z Compiling tinyvec_macros v0.1.1
19192025-02-21T19:44:36.107Z Compiling base64 v0.22.1
19202025-02-21T19:44:36.305Z Compiling tower-service v0.3.3
19212025-02-21T19:44:36.342Z Compiling tinyvec v1.8.0
19222025-02-21T19:44:37.329Z Compiling pkcs5 v0.7.1
19232025-02-21T19:44:38.463Z Compiling idna v1.0.3
19242025-02-21T19:44:43.888Z Compiling hyper v1.5.2
19252025-02-21T19:44:44.355Z Compiling heapless v0.7.17
19262025-02-21T19:44:44.972Z Compiling zerocopy-derive v0.6.6
19272025-02-21T19:44:45.461Z Compiling num-bigint-dig v0.8.4
19282025-02-21T19:44:45.903Z Compiling anyhow v1.0.96
19292025-02-21T19:44:46.662Z Compiling signal-hook v0.3.17
19302025-02-21T19:44:48.518Z Compiling hyper-util v0.1.10
19312025-02-21T19:44:49.859Z Compiling pkcs8 v0.10.2
19322025-02-21T19:44:50.520Z Compiling usdt-attr-macro v0.5.0
19332025-02-21T19:44:51.815Z Compiling usdt-macro v0.5.0
19342025-02-21T19:44:53.080Z Compiling async-stream-impl v0.3.6
19352025-02-21T19:44:53.772Z Compiling rustversion v1.0.17
19362025-02-21T19:44:54.062Z Compiling strsim v0.11.1
19372025-02-21T19:44:54.418Z Compiling foreign-types-shared v0.1.1
19382025-02-21T19:44:54.593Z Compiling foreign-types v0.3.2
19392025-02-21T19:44:55.307Z Compiling url v2.5.3
19402025-02-21T19:44:55.757Z Compiling http-body-util v0.1.2
19412025-02-21T19:44:56.415Z Compiling curve25519-dalek v4.1.3
19422025-02-21T19:44:56.899Z Compiling openapiv3 v2.0.0
19432025-02-21T19:44:57.089Z Compiling toml_datetime v0.6.8
19442025-02-21T19:44:57.380Z Compiling serde_spanned v0.6.8
19452025-02-21T19:44:57.664Z Compiling enum-as-inner v0.6.1
19462025-02-21T19:44:58.905Z Compiling memoffset v0.9.1
19472025-02-21T19:44:59.418Z Compiling dropshot v0.12.0
19482025-02-21T19:44:59.863Z Compiling encoding_rs v0.8.34
19492025-02-21T19:45:00.591Z Compiling newtype-uuid v1.2.1
19502025-02-21T19:45:00.934Z Compiling mime v0.3.17
19512025-02-21T19:45:01.166Z Compiling match_cfg v0.1.0
19522025-02-21T19:45:02.134Z Compiling portable-atomic v1.9.0
19532025-02-21T19:45:02.168Z Compiling smoltcp v0.9.1
19542025-02-21T19:45:02.818Z Compiling adler2 v2.0.0
19552025-02-21T19:45:03.052Z Compiling miniz_oxide v0.8.0
19562025-02-21T19:45:04.288Z Compiling hostname v0.3.1
19572025-02-21T19:45:14.435Z Compiling serde_urlencoded v0.7.1
19582025-02-21T19:45:14.949Z Compiling rustls-pemfile v2.2.0
19592025-02-21T19:45:15.123Z Compiling clap_derive v4.5.28
19602025-02-21T19:45:15.565Z Compiling dirs-sys-next v0.1.2
19612025-02-21T19:45:16.066Z Compiling ipnet v2.10.1
19622025-02-21T19:45:19.405Z Compiling openssl-probe v0.1.5
19632025-02-21T19:45:20.054Z Compiling cfg_aliases v0.2.1
19642025-02-21T19:45:20.079Z Compiling siphasher v0.3.11
19652025-02-21T19:45:20.142Z Compiling data-encoding v2.6.0
19662025-02-21T19:45:20.182Z Compiling nix v0.29.0
19672025-02-21T19:45:21.761Z Compiling dirs-next v2.0.0
19682025-02-21T19:45:23.026Z Compiling hubpack_derive v0.1.1
19692025-02-21T19:45:24.001Z Compiling rustls-webpki v0.102.8
19702025-02-21T19:45:24.102Z Compiling unicode-normalization v0.1.24
19712025-02-21T19:45:24.460Z Compiling crossbeam-epoch v0.9.18
19722025-02-21T19:45:24.879Z Compiling dropshot_endpoint v0.12.0
19732025-02-21T19:45:25.729Z Compiling sha1 v0.10.6
19742025-02-21T19:45:25.829Z Compiling signature v2.2.0
19752025-02-21T19:45:26.172Z Compiling curve25519-dalek-derive v0.1.1
19762025-02-21T19:45:26.300Z Compiling thread_local v1.1.8
19772025-02-21T19:45:26.382Z Compiling fs-err v2.11.0
19782025-02-21T19:45:26.905Z Compiling psl-types v2.0.11
19792025-02-21T19:45:27.620Z Compiling gimli v0.31.1
19802025-02-21T19:45:28.312Z Compiling utf8parse v0.2.2
19812025-02-21T19:45:28.506Z Compiling unicode-bidi v0.3.17
19822025-02-21T19:45:29.268Z Compiling anstyle v1.0.10
19832025-02-21T19:45:29.799Z Compiling unicode-properties v0.1.3
19842025-02-21T19:45:30.095Z Compiling winnow v0.6.20
19852025-02-21T19:45:30.350Z Compiling stringprep v0.1.5
19862025-02-21T19:45:30.403Z Compiling anstyle-parse v0.2.5
19872025-02-21T19:45:31.103Z Compiling publicsuffix v2.3.0
19882025-02-21T19:45:31.392Z Compiling crossbeam-deque v0.8.5
19892025-02-21T19:45:32.621Z Compiling addr2line v0.24.2
19902025-02-21T19:45:33.363Z Compiling term v0.7.0
19912025-02-21T19:45:33.821Z Compiling toml_edit v0.22.22
19922025-02-21T19:45:34.746Z Compiling tokio-native-tls v0.3.1
19932025-02-21T19:45:35.121Z Compiling slog-json v2.6.1
19942025-02-21T19:45:36.071Z Compiling crossbeam-channel v0.5.13
19952025-02-21T19:45:37.480Z Compiling webpki-roots v0.26.6
19962025-02-21T19:45:37.754Z Compiling futures-executor v0.3.31
19972025-02-21T19:45:37.896Z Compiling num-integer v0.1.46
19982025-02-21T19:45:38.210Z Compiling md-5 v0.10.6
19992025-02-21T19:45:38.473Z Compiling sync_wrapper v1.0.1
20002025-02-21T19:45:38.605Z Compiling ff v0.13.0
20012025-02-21T19:45:38.655Z Compiling hash32 v0.2.1
20022025-02-21T19:45:38.863Z Compiling memmap v0.7.0
20032025-02-21T19:45:39.027Z Compiling is-terminal v0.4.13
20042025-02-21T19:45:39.186Z Compiling object v0.36.5
20052025-02-21T19:45:39.189Z Compiling is_terminal_polyfill v1.70.1
20062025-02-21T19:45:39.358Z Compiling take_mut v0.2.2
20072025-02-21T19:45:39.548Z Compiling heck v0.4.1
20082025-02-21T19:45:39.603Z Compiling utf-8 v0.7.6
20092025-02-21T19:45:39.961Z Compiling linked-hash-map v0.5.6
20102025-02-21T19:45:40.335Z Compiling anstyle-query v1.1.1
20112025-02-21T19:45:40.746Z Compiling fallible-iterator v0.2.0
20122025-02-21T19:45:40.746Z Compiling tower-layer v0.3.3
20132025-02-21T19:45:40.746Z Compiling rustc-demangle v0.1.24
20142025-02-21T19:45:40.808Z Compiling base16ct v0.2.0
20152025-02-21T19:45:40.925Z Compiling quick-error v1.2.3
20162025-02-21T19:45:41.041Z Compiling colorchoice v1.0.2
20172025-02-21T19:45:41.131Z Compiling resolv-conf v0.7.0
20182025-02-21T19:45:41.181Z Compiling sec1 v0.7.3
20192025-02-21T19:45:41.217Z Compiling anstream v0.6.15
20202025-02-21T19:45:41.704Z Compiling postgres-protocol v0.6.7
20212025-02-21T19:45:41.735Z Compiling tower v0.5.2
20222025-02-21T19:45:41.802Z Compiling lru-cache v0.1.2
20232025-02-21T19:45:42.358Z Compiling strum_macros v0.25.3
20242025-02-21T19:45:42.682Z Compiling tungstenite v0.24.0
20252025-02-21T19:45:43.369Z Compiling slog-term v2.9.1
20262025-02-21T19:45:43.668Z Compiling usdt v0.5.0
20272025-02-21T19:45:44.392Z Compiling group v0.13.0
20282025-02-21T19:45:44.446Z Compiling tokio-rustls v0.26.0
20292025-02-21T19:45:44.724Z Compiling num-iter v0.1.45
20302025-02-21T19:45:44.914Z Compiling futures v0.3.31
20312025-02-21T19:45:45.176Z Compiling toml v0.8.19
20322025-02-21T19:45:45.863Z Compiling backtrace v0.3.74
20332025-02-21T19:45:45.941Z Compiling tokio-rustls v0.25.0
20342025-02-21T19:45:46.504Z Compiling slog-bunyan v2.5.0
20352025-02-21T19:45:46.720Z Compiling hyper-tls v0.6.0
20362025-02-21T19:45:47.015Z Compiling cookie_store v0.21.1
20372025-02-21T19:45:47.075Z Compiling hickory-proto v0.24.3
20382025-02-21T19:45:47.151Z Compiling phf_shared v0.11.2
20392025-02-21T19:45:47.688Z Compiling async-stream v0.3.6
20402025-02-21T19:45:48.016Z Compiling waitgroup v0.1.2
20412025-02-21T19:45:48.199Z Compiling hashbrown v0.14.5
20422025-02-21T19:45:48.326Z Compiling hkdf v0.12.4
20432025-02-21T19:45:48.571Z Compiling terminal_size v0.4.0
20442025-02-21T19:45:48.809Z Compiling serde_path_to_error v0.1.16
20452025-02-21T19:45:49.157Z Compiling crypto-bigint v0.5.5
20462025-02-21T19:45:49.419Z Compiling serde_repr v0.1.19
20472025-02-21T19:45:49.579Z Compiling derive-where v1.2.7
20482025-02-21T19:45:50.692Z Compiling hostname v0.4.0
20492025-02-21T19:45:50.915Z Compiling crc32fast v1.4.2
20502025-02-21T19:45:51.213Z Compiling unicode-width v0.2.0
20512025-02-21T19:45:51.240Z Compiling bitflags v1.3.2
20522025-02-21T19:45:51.565Z Compiling clap_lex v0.7.4
20532025-02-21T19:45:51.680Z Compiling debug-ignore v1.0.5
20542025-02-21T19:45:51.855Z Compiling managed v0.8.0
20552025-02-21T19:45:52.284Z Compiling winnow v0.5.40
20562025-02-21T19:45:52.477Z Compiling hickory-resolver v0.24.3
20572025-02-21T19:45:54.071Z Compiling elliptic-curve v0.13.8
20582025-02-21T19:45:54.799Z Compiling clap_builder v4.5.30
20592025-02-21T19:45:55.191Z Compiling console v0.15.10
20602025-02-21T19:45:55.600Z Compiling toml_edit v0.19.15
20612025-02-21T19:45:56.727Z Compiling flate2 v1.0.35
20622025-02-21T19:45:57.293Z Compiling regress v0.10.1
20632025-02-21T19:45:58.849Z Compiling hyper-rustls v0.27.3
20642025-02-21T19:46:01.841Z Compiling phf v0.11.2
20652025-02-21T19:46:02.409Z Compiling signal-hook-mio v0.2.4
20662025-02-21T19:46:02.431Z Compiling rayon v1.10.0
20672025-02-21T19:46:02.601Z Compiling bzip2 v0.4.4
20682025-02-21T19:46:02.967Z Compiling tokio-tungstenite v0.24.0
20692025-02-21T19:46:03.044Z Compiling postgres-types v0.2.8
20702025-02-21T19:46:03.497Z Compiling ed25519 v2.2.3
20712025-02-21T19:46:03.520Z Compiling hubpack v0.1.2
20722025-02-21T19:46:03.828Z Compiling phf_shared v0.10.0
20732025-02-21T19:46:04.232Z Compiling pkcs1 v0.7.5
20742025-02-21T19:46:05.046Z Compiling zerocopy v0.6.6
20752025-02-21T19:46:05.317Z Compiling tokio-stream v0.1.16
20762025-02-21T19:46:05.454Z Compiling rfc6979 v0.4.0
20772025-02-21T19:46:06.036Z Compiling serde-big-array v0.5.1
20782025-02-21T19:46:06.286Z Compiling float-cmp v0.10.0
20792025-02-21T19:46:06.547Z Compiling bstr v1.10.0
20802025-02-21T19:46:06.780Z Compiling unicode-segmentation v1.12.0
20812025-02-21T19:46:06.974Z Compiling bit-vec v0.6.3
20822025-02-21T19:46:07.215Z Compiling difflib v0.4.0
20832025-02-21T19:46:07.759Z Compiling normalize-line-endings v0.3.0
20842025-02-21T19:46:07.842Z Compiling fixedbitset v0.4.2
20852025-02-21T19:46:07.908Z Compiling number_prefix v0.4.0
20862025-02-21T19:46:07.930Z Compiling whoami v1.5.2
20872025-02-21T19:46:08.161Z Compiling precomputed-hash v0.1.1
20882025-02-21T19:46:08.220Z Compiling new_debug_unreachable v1.0.6
20892025-02-21T19:46:08.295Z Compiling static_assertions v1.1.0
20902025-02-21T19:46:08.316Z Compiling predicates-core v1.0.8
20912025-02-21T19:46:08.341Z Compiling string_cache v0.8.7
20922025-02-21T19:46:08.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20932025-02-21T19:46:08.441Z Compiling tokio-postgres v0.7.12
20942025-02-21T19:46:08.608Z Compiling predicates v3.1.3
20952025-02-21T19:46:08.750Z Compiling petgraph v0.6.5
20962025-02-21T19:46:09.999Z Compiling indicatif v0.17.11
20972025-02-21T19:46:12.428Z Compiling similar v2.6.0
20982025-02-21T19:46:13.256Z Compiling reqwest v0.12.12
20992025-02-21T19:46:13.527Z Compiling bit-set v0.5.3
21002025-02-21T19:46:14.015Z Compiling qorb v0.2.1
21012025-02-21T19:46:14.170Z Compiling ecdsa v0.16.9
21022025-02-21T19:46:14.531Z Compiling rsa v0.9.6
21032025-02-21T19:46:15.027Z Compiling ed25519-dalek v2.1.1
21042025-02-21T19:46:16.355Z Compiling zip v0.6.6
21052025-02-21T19:46:16.910Z Compiling crossterm v0.28.1
21062025-02-21T19:46:17.537Z Compiling typify-impl v0.2.0
21072025-02-21T19:46:19.144Z Compiling toml v0.7.8
21082025-02-21T19:46:19.712Z Compiling clap v4.5.30
21092025-02-21T19:46:20.788Z Compiling x509-cert v0.2.5
21102025-02-21T19:46:22.646Z Compiling hex v0.4.3
21112025-02-21T19:46:28.165Z Compiling peg-runtime v0.8.3
21122025-02-21T19:46:28.183Z Compiling unicode-xid v0.2.6
21132025-02-21T19:46:28.519Z Compiling lalrpop-util v0.19.12
21142025-02-21T19:46:28.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21152025-02-21T19:46:29.293Z Compiling typify-macro v0.2.0
21162025-02-21T19:46:56.981Z Compiling radium v0.7.0
21172025-02-21T19:47:02.732Z Compiling tap v1.0.1
21182025-02-21T19:47:03.067Z Compiling maybe-uninit v2.0.0
21192025-02-21T19:47:04.835Z Compiling ident_case v1.0.1
21202025-02-21T19:47:05.052Z Compiling darling_core v0.20.10
21212025-02-21T19:47:08.927Z Compiling wyz v0.5.1
21222025-02-21T19:47:14.943Z Compiling typify v0.2.0
21232025-02-21T19:47:17.220Z Compiling unsafe-libyaml v0.2.11
21242025-02-21T19:47:18.118Z Compiling funty v2.0.0
21252025-02-21T19:47:19.742Z Compiling packed_struct v0.10.1
21262025-02-21T19:47:24.955Z Compiling bitvec v1.0.1
21272025-02-21T19:47:28.223Z Compiling serde_yaml v0.9.34+deprecated
21282025-02-21T19:47:34.710Z Compiling progenitor-impl v0.8.0
21292025-02-21T19:47:35.580Z Compiling darling_macro v0.20.10
21302025-02-21T19:47:36.326Z Compiling ipnetwork v0.21.1
21312025-02-21T19:47:36.506Z Compiling packed_struct_codegen v0.10.1
21322025-02-21T19:47:38.842Z Compiling structmeta-derive v0.3.0
21332025-02-21T19:47:38.964Z Compiling indexmap v1.9.3
21342025-02-21T19:47:39.019Z Compiling nodrop v0.1.14
21352025-02-21T19:47:39.191Z Compiling fastrand v2.1.1
21362025-02-21T19:47:39.317Z Compiling thiserror v2.0.11
21372025-02-21T19:47:39.918Z Compiling crc-catalog v2.4.0
21382025-02-21T19:47:40.097Z Compiling crc v3.2.1
21392025-02-21T19:47:40.556Z Compiling progenitor-macro v0.8.0
21402025-02-21T19:47:40.990Z Compiling tempfile v3.13.0
21412025-02-21T19:47:41.202Z Compiling array-init v0.0.4
21422025-02-21T19:47:41.283Z Compiling structmeta v0.3.0
21432025-02-21T19:47:42.189Z Compiling oxnet v0.1.0
21442025-02-21T19:47:42.310Z Compiling darling v0.20.10
21452025-02-21T19:47:42.456Z Compiling smallvec v0.6.14
21462025-02-21T19:47:43.029Z Compiling progenitor-client v0.8.0
21472025-02-21T19:47:43.563Z Compiling xattr v1.3.1
21482025-02-21T19:47:43.869Z Compiling thiserror-impl v2.0.11
21492025-02-21T19:47:43.902Z Compiling daft-derive v0.1.1
21502025-02-21T19:47:45.364Z Compiling pin-project-internal v1.1.6
21512025-02-21T19:47:45.765Z Compiling filetime v0.2.25
21522025-02-21T19:47:45.823Z Compiling dropshot v0.15.1
21532025-02-21T19:47:46.131Z Compiling base64 v0.21.7
21542025-02-21T19:47:46.177Z Compiling same-file v1.0.6
21552025-02-21T19:47:46.497Z Compiling termcolor v1.4.1
21562025-02-21T19:47:46.705Z Compiling bitfield v0.14.0
21572025-02-21T19:47:47.102Z Compiling hashbrown v0.12.3
21582025-02-21T19:47:47.329Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21592025-02-21T19:47:47.504Z Compiling env_logger v0.10.2
21602025-02-21T19:47:47.784Z Compiling pin-project v1.1.6
21612025-02-21T19:47:48.156Z Compiling ron v0.8.1
21622025-02-21T19:47:49.455Z Compiling walkdir v2.5.0
21632025-02-21T19:47:50.605Z Compiling tar v0.4.42
21642025-02-21T19:47:50.738Z Compiling progenitor v0.8.0
21652025-02-21T19:47:50.974Z Compiling daft v0.1.1
21662025-02-21T19:47:51.128Z Compiling serde-hex v0.1.0
21672025-02-21T19:47:51.472Z Compiling serde_with_macros v3.11.0
21682025-02-21T19:47:53.849Z Compiling parse-display-derive v0.10.0
21692025-02-21T19:47:54.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21702025-02-21T19:47:54.398Z Compiling strum_macros v0.26.4
21712025-02-21T19:47:56.296Z Compiling hashbrown v0.13.2
21722025-02-21T19:47:56.587Z Compiling dropshot_endpoint v0.15.1
21732025-02-21T19:47:57.372Z Compiling snafu-derive v0.8.5
21742025-02-21T19:47:57.554Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752025-02-21T19:47:58.292Z Compiling blake3 v1.5.4
21762025-02-21T19:47:58.633Z Compiling instant v0.1.13
21772025-02-21T19:47:58.837Z Compiling lockfree-object-pool v0.1.6
21782025-02-21T19:47:58.950Z Compiling zip v2.1.3
21792025-02-21T19:47:59.157Z Compiling buf-list v1.0.3
21802025-02-21T19:47:59.312Z Compiling crc-any v2.5.0
21812025-02-21T19:47:59.728Z Compiling simd-adler32 v0.3.7
21822025-02-21T19:48:00.258Z Compiling bumpalo v3.16.0
21832025-02-21T19:48:00.875Z Compiling zopfli v0.8.1
21842025-02-21T19:48:01.211Z Compiling backoff v0.4.0
21852025-02-21T19:48:01.566Z Compiling snafu v0.8.5
21862025-02-21T19:48:01.605Z Compiling strum v0.26.3
21872025-02-21T19:48:01.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21882025-02-21T19:48:01.822Z Compiling object v0.30.4
21892025-02-21T19:48:02.003Z Compiling parse-display v0.10.0
21902025-02-21T19:48:02.926Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21912025-02-21T19:48:03.970Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21922025-02-21T19:48:05.108Z Compiling serde_with v3.11.0
21932025-02-21T19:48:05.676Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-02-21T19:48:06.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21952025-02-21T19:48:07.199Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21962025-02-21T19:48:09.110Z Compiling camino-tempfile v1.1.1
21972025-02-21T19:48:09.963Z Compiling globset v0.4.15
21982025-02-21T19:48:13.054Z Compiling regress v0.9.1
21992025-02-21T19:48:14.132Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22002025-02-21T19:48:14.340Z Compiling progenitor-client v0.9.1
22012025-02-21T19:48:15.349Z Compiling olpc-cjson v0.1.4
22022025-02-21T19:48:15.682Z Compiling pem v3.0.4
22032025-02-21T19:48:16.016Z Compiling macaddr v1.0.1
22042025-02-21T19:48:16.660Z Compiling cargo-platform v0.1.8
22052025-02-21T19:48:17.155Z Compiling serde_plain v1.0.2
22062025-02-21T19:48:17.182Z Compiling async-recursion v1.1.1
22072025-02-21T19:48:17.706Z Compiling memmap2 v0.9.5
22082025-02-21T19:48:17.740Z Compiling typed-path v0.9.3
22092025-02-21T19:48:18.273Z Compiling arrayvec v0.7.6
22102025-02-21T19:48:18.521Z Compiling constant_time_eq v0.3.1
22112025-02-21T19:48:18.728Z Compiling path-slash v0.1.5
22122025-02-21T19:48:18.783Z Compiling arrayref v0.3.9
22132025-02-21T19:48:18.990Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22142025-02-21T19:48:19.874Z Compiling cargo_metadata v0.18.1
22152025-02-21T19:48:20.222Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162025-02-21T19:48:21.386Z Compiling tough v0.19.0
22172025-02-21T19:48:25.163Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22182025-02-21T19:48:25.511Z Compiling itertools v0.13.0
22192025-02-21T19:48:25.626Z Compiling topological-sort v0.2.2
22202025-02-21T19:48:25.650Z Compiling parse-size v1.1.0
22212025-02-21T19:48:25.933Z Compiling omicron-zone-package v0.12.0
22222025-02-21T19:48:25.974Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22232025-02-21T19:48:29.188Z Compiling shell-words v1.1.0
22242025-02-21T19:48:34.025Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22252025-02-21T19:48:45.432Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22262025-02-21T19:48:59.794Z Finished `release` profile [optimized] target(s) in 5m 39s
22272025-02-21T19:48:59.966Z Running `target/release/omicron-releng --output-dir /work`
22282025-02-21T19:49:00.015ZFeb 21 19:48:58.746 DEBG changing working directory to /work/oxidecomputer/omicron
22292025-02-21T19:49:00.124ZFeb 21 19:48:58.854 DEBG running: git rev-parse HEAD
22302025-02-21T19:49:00.130ZFeb 21 19:48:58.861 DEBG process exited with exit status: 0 (6.859928ms)
22312025-02-21T19:49:00.130ZFeb 21 19:48:58.861 INFO version: 13.0.0-0.ci+git9190d809eca
22322025-02-21T19:49:00.171ZFeb 21 19:48:58.902 INFO cloning helios to /work/oxidecomputer/helios
22332025-02-21T19:49:00.172ZFeb 21 19:48:58.902 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22342025-02-21T19:49:00.178ZCloning into '/work/oxidecomputer/helios'...
22352025-02-21T19:49:00.710ZFeb 21 19:48:59.441 DEBG process exited with exit status: 0 (538.14205ms)
22362025-02-21T19:49:00.710ZFeb 21 19:48:59.441 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22372025-02-21T19:49:01.613ZFeb 21 19:49:00.343 DEBG process exited with exit status: 0 (902.444405ms)
22382025-02-21T19:49:01.613ZFeb 21 19:49:00.343 DEBG running: zfs list rpool/images/build/host
22392025-02-21T19:49:01.620ZNAME USED AVAIL REFER MOUNTPOINT
22402025-02-21T19:49:01.620Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22412025-02-21T19:49:01.623ZFeb 21 19:49:00.351 DEBG process exited with exit status: 0 (7.638083ms)
22422025-02-21T19:49:01.623ZFeb 21 19:49:00.351 DEBG running: zfs list rpool/images/build/recovery
22432025-02-21T19:49:01.627ZNAME USED AVAIL REFER MOUNTPOINT
22442025-02-21T19:49:01.627Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22452025-02-21T19:49:01.630ZFeb 21 19:49:00.358 DEBG process exited with exit status: 0 (6.512146ms)
22462025-02-21T19:49:01.630ZFeb 21 19:49:00.358 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22472025-02-21T19:49:01.636Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22482025-02-21T19:49:01.636Z# branch.head master
22492025-02-21T19:49:01.636Z# branch.upstream origin/master
22502025-02-21T19:49:01.636Z# branch.ab +0 -0
22512025-02-21T19:49:01.638ZFeb 21 19:49:00.366 DEBG process exited with exit status: 0 (8.392691ms)
22522025-02-21T19:49:01.638ZFeb 21 19:49:00.367 INFO [hubris-staging] running task
22532025-02-21T19:49:01.638ZFeb 21 19:49:00.367 INFO [hubris-production] running task
22542025-02-21T19:49:01.638ZFeb 21 19:49:00.368 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22552025-02-21T19:49:01.641ZFeb 21 19:49:00.371 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22562025-02-21T19:49:01.717Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22572025-02-21T19:49:02.121Z[ omicron-package] Blocking waiting for file lock on package cache
22582025-02-21T19:49:03.085Z[ omicron-package] Blocking waiting for file lock on package cache
22592025-02-21T19:49:03.773ZFeb 21 19:49:02.501 INFO [hubris-production] task succeeded (2.133942838s)
22602025-02-21T19:49:04.352Z[ omicron-package] Compiling ring v0.17.9
22612025-02-21T19:49:04.614Z[ omicron-package] Compiling zerocopy v0.8.10
22622025-02-21T19:49:04.617Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22632025-02-21T19:49:04.617Z[ omicron-package] Compiling itertools v0.13.0
22642025-02-21T19:49:04.617Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22652025-02-21T19:49:04.617Z[ omicron-package] Compiling heapless v0.8.0
22662025-02-21T19:49:04.617Z[ omicron-package] Compiling hash32 v0.3.1
22672025-02-21T19:49:05.919Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22682025-02-21T19:49:06.198Z[ omicron-package] Compiling num_enum_derive v0.5.11
22692025-02-21T19:49:06.851Z[ omicron-package] Compiling smoltcp v0.11.0
22702025-02-21T19:49:07.359Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22712025-02-21T19:49:08.292Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22722025-02-21T19:49:08.629Z[ omicron-package] Compiling cobs v0.2.3
22732025-02-21T19:49:09.688Z[ omicron-package] Compiling postcard v1.0.10
22742025-02-21T19:49:09.938Z[ omicron-package] Compiling num_enum v0.5.11
22752025-02-21T19:49:10.063Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22762025-02-21T19:49:10.407Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772025-02-21T19:49:10.499Z[ omicron-package] Compiling proc-macro-error v1.0.4
22782025-02-21T19:49:11.213Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22792025-02-21T19:49:11.272Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22802025-02-21T19:49:11.448Z[ omicron-package] Compiling rustls v0.22.4
22812025-02-21T19:49:11.592Z[ omicron-package] Compiling rustls v0.23.19
22822025-02-21T19:49:11.676Z[ omicron-package] Compiling unicode-width v0.1.14
22832025-02-21T19:49:11.822Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22842025-02-21T19:49:12.840Z[ omicron-package] Compiling tabwriter v1.4.0
22852025-02-21T19:49:14.297Z[ omicron-package] Compiling foreign-types v0.5.0
22862025-02-21T19:49:14.888Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872025-02-21T19:49:15.071Z[ omicron-package] Compiling cstr-argument v0.1.2
22882025-02-21T19:49:15.169Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22892025-02-21T19:49:15.692Z[ omicron-package] Compiling pretty-hex v0.2.1
22902025-02-21T19:49:16.234Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22912025-02-21T19:49:16.542Z[ omicron-package] Compiling rustls-webpki v0.102.8
22922025-02-21T19:49:16.789Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22932025-02-21T19:49:16.938Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942025-02-21T19:49:16.987Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22952025-02-21T19:49:17.206Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22962025-02-21T19:49:17.723Z[ omicron-package] Compiling colored v2.1.0
22972025-02-21T19:49:18.479Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982025-02-21T19:49:19.216Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22992025-02-21T19:49:20.025Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002025-02-21T19:49:20.065Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23012025-02-21T19:49:20.946Z[ omicron-package] Compiling sigpipe v0.1.3
23022025-02-21T19:49:21.187Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032025-02-21T19:49:21.220Z[ omicron-package] Compiling num-derive v0.4.2
23042025-02-21T19:49:21.266Z[ omicron-package] Compiling libefi-sys v0.1.0
23052025-02-21T19:49:21.797Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062025-02-21T19:49:22.526Z[ omicron-package] Compiling zone v0.3.0
23072025-02-21T19:49:22.564Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23082025-02-21T19:49:23.428Z[ omicron-package] Compiling smf v0.2.3
23092025-02-21T19:49:24.298Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23102025-02-21T19:49:25.380Z[ omicron-package] Compiling tokio-rustls v0.25.0
23112025-02-21T19:49:26.052Z[ omicron-package] Compiling dropshot v0.12.0
23122025-02-21T19:49:27.128Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23132025-02-21T19:49:27.233Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23142025-02-21T19:49:28.705Z[ omicron-package] Compiling tokio-rustls v0.26.0
23152025-02-21T19:49:29.220Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23162025-02-21T19:49:29.317Z[ omicron-package] Compiling hyper-rustls v0.27.3
23172025-02-21T19:49:29.876Z[ omicron-package] Compiling reqwest v0.12.12
23182025-02-21T19:49:30.148Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23192025-02-21T19:49:34.309Z[ omicron-package] Compiling qorb v0.2.1
23202025-02-21T19:49:34.850Z[ omicron-package] Compiling bitfield-struct v0.6.2
23212025-02-21T19:49:36.207Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23222025-02-21T19:49:36.518ZFeb 21 19:49:35.227 INFO [hubris-staging] task succeeded (34.85979507s)
23232025-02-21T19:49:36.520Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23242025-02-21T19:49:36.573Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23252025-02-21T19:49:37.446Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23262025-02-21T19:49:37.576Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23272025-02-21T19:49:37.927Z[ omicron-package] Compiling gethostname v0.5.0
23282025-02-21T19:49:38.367Z[ omicron-package] Compiling indent_write v2.2.0
23292025-02-21T19:49:39.267Z[ omicron-package] Compiling dropshot v0.15.1
23302025-02-21T19:49:40.677Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23312025-02-21T19:49:41.463Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23322025-02-21T19:49:47.236Z[ helios-setup] Feb 21 19:49:45.939 INFO helios repository root is: /work/oxidecomputer/helios
23332025-02-21T19:49:47.239Z[ helios-setup] Feb 21 19:49:45.941 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
23342025-02-21T19:49:47.239Z[ helios-setup] Feb 21 19:49:45.942 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23352025-02-21T19:49:47.244Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23362025-02-21T19:49:48.352Z[ omicron-package] Compiling progenitor-client v0.8.0
23372025-02-21T19:49:48.759Z[ helios-setup] Feb 21 19:49:47.461 INFO clone ok!, project: chelsio-t6-roms
23382025-02-21T19:49:48.762Z[ helios-setup] Feb 21 19:49:47.461 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
23392025-02-21T19:49:48.762Z[ helios-setup] Feb 21 19:49:47.462 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23402025-02-21T19:49:48.765Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23412025-02-21T19:49:49.290Z[ omicron-package] Compiling progenitor v0.8.0
23422025-02-21T19:49:49.449Z[ helios-setup] Feb 21 19:49:48.150 INFO clone ok!, project: bootserver
23432025-02-21T19:49:49.452Z[ helios-setup] Feb 21 19:49:48.150 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23442025-02-21T19:49:49.452Z[ helios-setup] Feb 21 19:49:48.150 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23452025-02-21T19:49:49.452Z[ helios-setup] Feb 21 19:49:48.151 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23462025-02-21T19:49:49.452Z[ helios-setup] Feb 21 19:49:48.151 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
23472025-02-21T19:49:49.452Z[ helios-setup] Feb 21 19:49:48.151 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
23482025-02-21T19:49:49.455Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23492025-02-21T19:49:49.556Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23502025-02-21T19:49:50.784Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23512025-02-21T19:49:50.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23522025-02-21T19:49:53.134Z[ omicron-package] Compiling progenitor-client v0.9.1
23532025-02-21T19:49:54.229Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23542025-02-21T19:49:57.424Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23552025-02-21T19:49:59.231Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23562025-02-21T19:49:59.248Z[ helios-setup] Feb 21 19:49:57.943 INFO clone ok!, project: amd-host-image-builder
23572025-02-21T19:49:59.252Z[ helios-setup] Feb 21 19:49:57.944 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
23582025-02-21T19:49:59.252Z[ helios-setup] Feb 21 19:49:57.944 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23592025-02-21T19:49:59.255Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23602025-02-21T19:50:00.086Z[ helios-setup] Feb 21 19:49:58.781 INFO clone ok!, project: pinprick
23612025-02-21T19:50:00.089Z[ helios-setup] Feb 21 19:49:58.782 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
23622025-02-21T19:50:00.089Z[ helios-setup] Feb 21 19:49:58.782 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23632025-02-21T19:50:00.094Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23642025-02-21T19:50:01.227Z[ helios-setup] Feb 21 19:49:59.922 INFO clone ok!, project: pilot
23652025-02-21T19:50:01.230Z[ helios-setup] Feb 21 19:49:59.922 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
23662025-02-21T19:50:01.230Z[ helios-setup] Feb 21 19:49:59.922 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23672025-02-21T19:50:01.234Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23682025-02-21T19:50:02.224Z[ helios-setup] Feb 21 19:50:00.918 INFO clone ok!, project: phbl
23692025-02-21T19:50:02.227Z[ helios-setup] Feb 21 19:50:00.918 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
23702025-02-21T19:50:02.227Z[ helios-setup] Feb 21 19:50:00.918 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23712025-02-21T19:50:02.229Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23722025-02-21T19:50:03.089Z[ helios-setup] Feb 21 19:50:01.781 INFO clone ok!, project: image-builder
23732025-02-21T19:50:03.093Z[ helios-setup] Feb 21 19:50:01.782 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
23742025-02-21T19:50:03.093Z[ helios-setup] Feb 21 19:50:01.782 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23752025-02-21T19:50:03.099Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23762025-02-21T19:50:05.207Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23772025-02-21T19:50:12.808Z[ helios-setup] Feb 21 19:50:11.495 INFO clone ok!, project: amd-firmware
23782025-02-21T19:50:12.812Z[ helios-setup] Feb 21 19:50:11.496 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23792025-02-21T19:50:13.429Z[ helios-setup] Feb 21 19:50:12.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23802025-02-21T19:50:13.975Z[ helios-setup] Feb 21 19:50:12.652 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23812025-02-21T19:50:13.975Z[ helios-setup] Feb 21 19:50:12.652 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23822025-02-21T19:50:14.507Z[ helios-setup] Feb 21 19:50:13.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23832025-02-21T19:50:15.141Z[ helios-setup] Feb 21 19:50:13.827 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23842025-02-21T19:50:15.144Z[ helios-setup] Feb 21 19:50:13.827 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23852025-02-21T19:50:15.721Z[ helios-setup] Feb 21 19:50:14.406 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23862025-02-21T19:50:16.389Z[ helios-setup] Feb 21 19:50:15.075 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.075 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.075 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.075 INFO ok!
23902025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO ok!
23932025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO ok!
23962025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23972025-02-21T19:50:16.393Z[ helios-setup] Feb 21 19:50:15.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23982025-02-21T19:50:16.675Z[ helios-setup] Feb 21 19:50:15.359 INFO E| Downloading crates ...
23992025-02-21T19:50:16.806Z[ helios-setup] Feb 21 19:50:15.491 INFO E| Downloaded block-buffer v0.10.3
24002025-02-21T19:50:16.837Z[ helios-setup] Feb 21 19:50:15.522 INFO E| Downloaded unicode-width v0.1.10
24012025-02-21T19:50:16.840Z[ helios-setup] Feb 21 19:50:15.525 INFO E| Downloaded miniz_oxide v0.6.2
24022025-02-21T19:50:16.843Z[ helios-setup] Feb 21 19:50:15.528 INFO E| Downloaded sha2 v0.10.5
24032025-02-21T19:50:16.846Z[ helios-setup] Feb 21 19:50:15.531 INFO E| Downloaded bytes v1.2.1
24042025-02-21T19:50:16.852Z[ helios-setup] Feb 21 19:50:15.537 INFO E| Downloaded generic-array v0.14.6
24052025-02-21T19:50:16.855Z[ helios-setup] Feb 21 19:50:15.540 INFO E| Downloaded typenum v1.15.0
24062025-02-21T19:50:16.858Z[ helios-setup] Feb 21 19:50:15.543 INFO E| Downloaded cpufeatures v0.2.5
24072025-02-21T19:50:16.861Z[ helios-setup] Feb 21 19:50:15.545 INFO E| Downloaded anyhow v1.0.62
24082025-02-21T19:50:16.865Z[ helios-setup] Feb 21 19:50:15.551 INFO E| Downloaded digest v0.10.3
24092025-02-21T19:50:16.868Z[ helios-setup] Feb 21 19:50:15.553 INFO E| Downloaded flate2 v1.0.25
24102025-02-21T19:50:16.940Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling version_check v0.9.4
24112025-02-21T19:50:16.940Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling typenum v1.15.0
24122025-02-21T19:50:16.940Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling crc32fast v1.3.2
24132025-02-21T19:50:16.942Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling cfg-if v1.0.0
24142025-02-21T19:50:16.942Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling anyhow v1.0.62
24152025-02-21T19:50:16.942Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling adler v1.0.2
24162025-02-21T19:50:16.942Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling cpufeatures v0.2.5
24172025-02-21T19:50:16.943Z[ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling unicode-width v0.1.10
24182025-02-21T19:50:17.332Z[ helios-setup] Feb 21 19:50:16.017 INFO E| Compiling bytes v1.2.1
24192025-02-21T19:50:17.482Z[ helios-setup] Feb 21 19:50:16.167 INFO E| Compiling miniz_oxide v0.6.2
24202025-02-21T19:50:17.730Z[ helios-setup] Feb 21 19:50:16.414 INFO E| Compiling getopts v0.2.21
24212025-02-21T19:50:17.881Z[ helios-setup] Feb 21 19:50:16.565 INFO E| Compiling bitflags v1.3.2
24222025-02-21T19:50:18.329Z[ helios-setup] Feb 21 19:50:17.014 INFO E| Compiling generic-array v0.14.6
24232025-02-21T19:50:19.206Z[ helios-setup] Feb 21 19:50:17.890 INFO E| Compiling flate2 v1.0.25
24242025-02-21T19:50:20.637Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24252025-02-21T19:50:22.658Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24262025-02-21T19:50:22.838Z[ helios-setup] Feb 21 19:50:21.520 INFO E| Compiling crypto-common v0.1.6
24272025-02-21T19:50:22.839Z[ helios-setup] Feb 21 19:50:21.520 INFO E| Compiling block-buffer v0.10.3
24282025-02-21T19:50:23.069Z[ helios-setup] Feb 21 19:50:21.751 INFO E| Compiling digest v0.10.3
24292025-02-21T19:50:23.417Z[ helios-setup] Feb 21 19:50:22.098 INFO E| Compiling sha2 v0.10.5
24302025-02-21T19:50:23.980Z[ helios-setup] Feb 21 19:50:22.661 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24312025-02-21T19:50:25.418Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24322025-02-21T19:50:28.404Z[ helios-setup] Feb 21 19:50:27.082 INFO E| Finished `release` profile [optimized] target(s) in 11.90s
24332025-02-21T19:50:28.417Z[ helios-setup] Feb 21 19:50:27.096 INFO building project "bootserver" ok (12 seconds)
24342025-02-21T19:50:28.417Z[ helios-setup] Feb 21 19:50:27.096 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24352025-02-21T19:50:28.420Z[ helios-setup] Feb 21 19:50:27.096 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24362025-02-21T19:50:28.427Z[ helios-setup] Feb 21 19:50:27.106 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24372025-02-21T19:50:28.631Z[ helios-setup] Feb 21 19:50:27.309 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24382025-02-21T19:50:28.631Z[ helios-setup] Feb 21 19:50:27.309 INFO E| info: downloading component 'cargo'
24392025-02-21T19:50:29.826Z[ helios-setup] Feb 21 19:50:28.504 INFO E| info: downloading component 'clippy'
24402025-02-21T19:50:30.196Z[ helios-setup] Feb 21 19:50:28.873 INFO E| info: downloading component 'rust-docs'
24412025-02-21T19:50:31.593Z[ helios-setup] Feb 21 19:50:30.269 INFO E| info: downloading component 'rust-src'
24422025-02-21T19:50:31.793Z[ helios-setup] Feb 21 19:50:30.469 INFO E| info: downloading component 'rust-std'
24432025-02-21T19:50:33.690Z[ helios-setup] Feb 21 19:50:32.365 INFO E| info: downloading component 'rustc'
24442025-02-21T19:50:39.362Z[ helios-setup] Feb 21 19:50:38.034 INFO E| info: downloading component 'rustfmt'
24452025-02-21T19:50:39.611Z[ helios-setup] Feb 21 19:50:38.283 INFO E| info: installing component 'cargo'
24462025-02-21T19:50:40.482Z[ helios-setup] Feb 21 19:50:39.154 INFO E| info: installing component 'clippy'
24472025-02-21T19:50:40.795Z[ helios-setup] Feb 21 19:50:39.466 INFO E| info: installing component 'rust-docs'
24482025-02-21T19:50:41.490Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 39s
24492025-02-21T19:50:41.815Z[ omicron-package]
24502025-02-21T19:50:41.815ZFeb 21 19:50:40.486 INFO [omicron-package] process exited with exit status: 0 (100.114351721s)
24512025-02-21T19:50:41.815Z[ omicron-package] real 1:40.039813839
24522025-02-21T19:50:41.820Z[ omicron-package] user 9:04.772246999
24532025-02-21T19:50:41.820Z[ omicron-package] sys 31.517591495
24542025-02-21T19:50:41.820Z[ omicron-package] trap 1.181891966
24552025-02-21T19:50:41.820Z[ omicron-package] tflt 0.789630983
24562025-02-21T19:50:41.820Z[ omicron-package] dflt 0.710826606
24572025-02-21T19:50:41.820Z[ omicron-package] kflt 0.002814400
24582025-02-21T19:50:41.820Z[ omicron-package] lock 18:34.558182108
24592025-02-21T19:50:41.820Z[ omicron-package] slp 30:42.720067450
24602025-02-21T19:50:41.820Z[ omicron-package] lat 2:52.207913370
24612025-02-21T19:50:41.820Z[ omicron-package] stop 1:07.116064080
24622025-02-21T19:50:41.820ZFeb 21 19:50:40.487 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
24632025-02-21T19:50:41.895ZFeb 21 19:50:40.565 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
24642025-02-21T19:50:41.909Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
24652025-02-21T19:50:41.912Z[ host-target] Created new build target 'host' and set it as active
24662025-02-21T19:50:41.912ZFeb 21 19:50:40.582 INFO [host-target] process exited with exit status: 0 (95.569407ms)
24672025-02-21T19:50:41.914ZFeb 21 19:50:40.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
24682025-02-21T19:50:41.921Z[ recovery-target] Created new build target 'recovery' and set it as active
24692025-02-21T19:50:41.921Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
24702025-02-21T19:50:41.924ZFeb 21 19:50:40.595 INFO [recovery-target] process exited with exit status: 0 (29.353907ms)
24712025-02-21T19:50:41.935Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
24722025-02-21T19:50:42.361Z[ helios-setup] Feb 21 19:50:41.031 INFO E| info: installing component 'rust-src'
24732025-02-21T19:50:42.691Z[ helios-setup] Feb 21 19:50:41.361 INFO E| info: installing component 'rust-std'
24742025-02-21T19:50:43.372Z[ host-package] Compiling ring v0.17.9
24752025-02-21T19:50:43.557Z[ host-package] Compiling thiserror v2.0.11
24762025-02-21T19:50:43.579Z[ host-package] Compiling typify-impl v0.3.0
24772025-02-21T19:50:43.597Z[ host-package] Compiling convert_case v0.4.0
24782025-02-21T19:50:43.600Z[ host-package] Compiling newline-converter v0.3.0
24792025-02-21T19:50:43.600Z[ host-package] Compiling password-hash v0.5.0
24802025-02-21T19:50:43.600Z[ host-package] Compiling blake2 v0.10.6
24812025-02-21T19:50:43.856Z[ host-package] Compiling expectorate v1.1.0
24822025-02-21T19:50:44.142Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24832025-02-21T19:50:44.268Z[ host-package] Compiling derive_more v0.99.19
24842025-02-21T19:50:44.631Z[ helios-setup] Feb 21 19:50:43.299 INFO E| info: installing component 'rustc'
24852025-02-21T19:50:45.082Z[ host-package] Compiling argon2 v0.5.3
24862025-02-21T19:50:45.455Z[ host-package] Compiling atomicwrites v0.4.4
24872025-02-21T19:50:46.247Z[ host-package] Compiling cancel-safe-futures v0.1.5
24882025-02-21T19:50:46.284Z[ host-package] Compiling owo-colors v4.1.0
24892025-02-21T19:50:46.943Z[ host-package] Compiling num-rational v0.4.2
24902025-02-21T19:50:46.977Z[ host-package] Compiling num-complex v0.4.6
24912025-02-21T19:50:48.229Z[ host-package] Compiling num v0.4.3
24922025-02-21T19:50:48.572Z[ host-package] Compiling libsw v3.3.1
24932025-02-21T19:50:49.034Z[ host-package] Compiling rustls v0.23.19
24942025-02-21T19:50:49.082Z[ host-package] Compiling rustls v0.22.4
24952025-02-21T19:50:49.125Z[ host-package] Compiling float-ord v0.3.2
24962025-02-21T19:50:49.396Z[ host-package] Compiling linear-map v1.2.0
24972025-02-21T19:50:49.631Z[ host-package] Compiling swrite v0.1.0
24982025-02-21T19:50:49.794Z[ host-package] Compiling highway v1.2.0
24992025-02-21T19:50:49.863Z[ host-package] Compiling semver v0.1.20
25002025-02-21T19:50:50.396Z[ host-package] Compiling rustc_version v0.1.7
25012025-02-21T19:50:50.593Z[ helios-setup] Feb 21 19:50:49.259 INFO E| info: installing component 'rustfmt'
25022025-02-21T19:50:50.619Z[ host-package] Compiling tungstenite v0.21.0
25032025-02-21T19:50:50.800Z[ host-package] Compiling ipnetwork v0.21.1
25042025-02-21T19:50:50.853Z[ host-package] Compiling newtype_derive v0.1.6
25052025-02-21T19:50:51.247Z[ host-package] Compiling humantime v2.1.0
25062025-02-21T19:50:51.304Z[ helios-setup] Feb 21 19:50:49.968 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25072025-02-21T19:50:51.363Z[ host-package] Compiling oxnet v0.1.0
25082025-02-21T19:50:51.819Z[ host-package] Compiling rustls-webpki v0.102.8
25092025-02-21T19:50:52.146Z[ host-package] Compiling tokio-tungstenite v0.21.0
25102025-02-21T19:50:52.209Z[ helios-setup] Feb 21 19:50:50.874 INFO E| From https://github.com/oxidecomputer/amd-apcb
25112025-02-21T19:50:52.209Z[ helios-setup] Feb 21 19:50:50.874 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25122025-02-21T19:50:52.212Z[ helios-setup] Feb 21 19:50:50.874 INFO E| * [new tag] v0.4.5 -> v0.4.5
25132025-02-21T19:50:52.227Z[ host-package] Compiling daft v0.1.1
25142025-02-21T19:50:52.240Z[ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.3 -> v0.1.3
25152025-02-21T19:50:52.240Z[ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.4 -> v0.1.4
25162025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.5 -> v0.1.5
25172025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.2.0 -> v0.2.0
25182025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.0 -> v0.3.0
25192025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.1 -> v0.3.1
25202025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.2 -> v0.3.2
25212025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.3 -> v0.3.3
25222025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.0 -> v0.4.0
25232025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.1 -> v0.4.1
25242025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.2 -> v0.4.2
25252025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.3 -> v0.4.3
25262025-02-21T19:50:52.243Z[ helios-setup] Feb 21 19:50:50.905 INFO E| * [new tag] v0.4.4 -> v0.4.4
25272025-02-21T19:50:52.281Z[ helios-setup] Feb 21 19:50:50.945 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25282025-02-21T19:50:52.723Z[ host-package] Compiling dropshot v0.15.1
25292025-02-21T19:50:53.096Z[ host-package] Compiling instant v0.1.13
25302025-02-21T19:50:53.249Z[ helios-setup] Feb 21 19:50:51.912 INFO E| From https://github.com/oxidecomputer/amd-efs
25312025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] empty -> origin/empty
25322025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] issue-99 -> origin/issue-99
25332025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] main -> origin/main
25342025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] review -> origin/review
25352025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.913 INFO E| * [new ref] -> origin/HEAD
25362025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.0 -> v0.2.0
25372025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.1 -> v0.2.1
25382025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.2 -> v0.2.2
25392025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.3 -> v0.2.3
25402025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.4 -> v0.2.4
25412025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.5 -> v0.2.5
25422025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.6 -> v0.2.6
25432025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.7 -> v0.2.7
25442025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.3.0 -> v0.3.0
25452025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.3.1 -> v0.3.1
25462025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.4.0 -> v0.4.0
25472025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.4.1 -> v0.4.1
25482025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.2 -> v0.4.2
25492025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.3 -> v0.4.3
25502025-02-21T19:50:53.252Z[ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.4 -> v0.4.4
25512025-02-21T19:50:53.278Z[ helios-setup] Feb 21 19:50:51.941 INFO E| Updating crates.io index
25522025-02-21T19:50:53.312Z[ host-package] Compiling backoff v0.4.0
25532025-02-21T19:50:53.498Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25542025-02-21T19:50:53.696Z[ host-package] Compiling steno v0.4.1
25552025-02-21T19:50:53.879Z[ helios-setup] Feb 21 19:50:52.542 INFO E| Downloading crates ...
25562025-02-21T19:50:54.019Z[ host-package] Compiling parse-display v0.10.0
25572025-02-21T19:50:54.028Z[ helios-setup] Feb 21 19:50:52.690 INFO E| Downloaded atty v0.2.14
25582025-02-21T19:50:54.050Z[ helios-setup] Feb 21 19:50:52.713 INFO E| Downloaded ansi_term v0.12.1
25592025-02-21T19:50:54.082Z[ helios-setup] Feb 21 19:50:52.745 INFO E| Downloaded generic-array v0.14.7
25602025-02-21T19:50:54.085Z[ helios-setup] Feb 21 19:50:52.748 INFO E| Downloaded fletcher v0.1.0
25612025-02-21T19:50:54.088Z[ helios-setup] Feb 21 19:50:52.750 INFO E| Downloaded bitflags v1.3.2
25622025-02-21T19:50:54.091Z[ helios-setup] Feb 21 19:50:52.755 INFO E| Downloaded digest v0.10.7
25632025-02-21T19:50:54.095Z[ helios-setup] Feb 21 19:50:52.758 INFO E| Downloaded clap v2.34.0
25642025-02-21T19:50:54.106Z[ helios-setup] Feb 21 19:50:52.769 INFO E| Downloaded four-cc v0.3.0
25652025-02-21T19:50:54.109Z[ helios-setup] Feb 21 19:50:52.771 INFO E| Downloaded byteorder v1.5.0
25662025-02-21T19:50:54.112Z[ helios-setup] Feb 21 19:50:52.774 INFO E| Downloaded cfg-if v1.0.0
25672025-02-21T19:50:54.115Z[ helios-setup] Feb 21 19:50:52.776 INFO E| Downloaded proc-macro-error-attr v1.0.4
25682025-02-21T19:50:54.115Z[ helios-setup] Feb 21 19:50:52.777 INFO E| Downloaded paste v1.0.15
25692025-02-21T19:50:54.119Z[ helios-setup] Feb 21 19:50:52.782 INFO E| Downloaded goblin v0.4.3
25702025-02-21T19:50:54.129Z[ helios-setup] Feb 21 19:50:52.792 INFO E| Downloaded scroll v0.10.2
25712025-02-21T19:50:54.132Z[ helios-setup] Feb 21 19:50:52.796 INFO E| Downloaded rustversion v1.0.19
25722025-02-21T19:50:54.137Z[ helios-setup] Feb 21 19:50:52.800 INFO E| Downloaded num-derive v0.4.2
25732025-02-21T19:50:54.141Z[ helios-setup] Feb 21 19:50:52.804 INFO E| Downloaded schemars_derive v0.8.21
25742025-02-21T19:50:54.144Z[ helios-setup] Feb 21 19:50:52.807 INFO E| Downloaded pre-proc-macro v0.2.1
25752025-02-21T19:50:54.148Z[ helios-setup] Feb 21 19:50:52.809 INFO E| Downloaded modular-bitfield v0.11.2
25762025-02-21T19:50:54.168Z[ helios-setup] Feb 21 19:50:52.831 INFO E| Downloaded unic-ucd-version v0.9.0
25772025-02-21T19:50:54.170Z[ helios-setup] Feb 21 19:50:52.832 INFO E| Downloaded unic-common v0.9.0
25782025-02-21T19:50:54.170Z[ helios-setup] Feb 21 19:50:52.834 INFO E| Downloaded unic-char-range v0.9.0
25792025-02-21T19:50:54.176Z[ helios-setup] Feb 21 19:50:52.836 INFO E| Downloaded unic-char-property v0.9.0
25802025-02-21T19:50:54.179Z[ helios-setup] Feb 21 19:50:52.838 INFO E| Downloaded scroll_derive v0.10.5
25812025-02-21T19:50:54.179Z[ helios-setup] Feb 21 19:50:52.840 INFO E| Downloaded heck v0.3.3
25822025-02-21T19:50:54.179Z[ helios-setup] Feb 21 19:50:52.842 INFO E| Downloaded ryu v1.0.18
25832025-02-21T19:50:54.184Z[ helios-setup] Feb 21 19:50:52.847 INFO E| Downloaded parse_int v0.6.0
25842025-02-21T19:50:54.186Z[ helios-setup] Feb 21 19:50:52.849 INFO E| Downloaded thiserror-impl v1.0.69
25852025-02-21T19:50:54.189Z[ helios-setup] Feb 21 19:50:52.851 INFO E| Downloaded proc-macro-crate v0.1.5
25862025-02-21T19:50:54.189Z[ helios-setup] Feb 21 19:50:52.852 INFO E| Downloaded proc-macro2 v1.0.93
25872025-02-21T19:50:54.193Z[ helios-setup] Feb 21 19:50:52.857 INFO E| Downloaded autocfg v1.4.0
25882025-02-21T19:50:54.197Z[ helios-setup] Feb 21 19:50:52.860 INFO E| Downloaded strum v0.23.0
25892025-02-21T19:50:54.200Z[ helios-setup] Feb 21 19:50:52.862 INFO E| Downloaded strsim v0.8.0
25902025-02-21T19:50:54.205Z[ helios-setup] Feb 21 19:50:52.863 INFO E| Downloaded dyn-clone v1.0.17
25912025-02-21T19:50:54.205Z[ helios-setup] Feb 21 19:50:52.866 INFO E| Downloaded thiserror v1.0.69
25922025-02-21T19:50:54.213Z[ helios-setup] Feb 21 19:50:52.876 INFO E| Downloaded version_check v0.9.5
25932025-02-21T19:50:54.215Z[ helios-setup] Feb 21 19:50:52.878 INFO E| Downloaded pest_generator v2.7.15
25942025-02-21T19:50:54.218Z[ helios-setup] Feb 21 19:50:52.881 INFO E| Downloaded vec_map v0.8.2
25952025-02-21T19:50:54.221Z[ helios-setup] Feb 21 19:50:52.882 INFO E| Downloaded thiserror-impl v2.0.11
25962025-02-21T19:50:54.224Z[ helios-setup] Feb 21 19:50:52.885 INFO E| Downloaded semver-parser v0.7.0
25972025-02-21T19:50:54.224Z[ helios-setup] Feb 21 19:50:52.887 INFO E| Downloaded thiserror v2.0.11
25982025-02-21T19:50:54.235Z[ helios-setup] Feb 21 19:50:52.898 INFO E| Downloaded unic-ucd-ident v0.9.0
25992025-02-21T19:50:54.238Z[ helios-setup] Feb 21 19:50:52.900 INFO E| Downloaded textwrap v0.11.0
26002025-02-21T19:50:54.241Z[ helios-setup] Feb 21 19:50:52.903 INFO E| Downloaded strum_macros v0.23.1
26012025-02-21T19:50:54.244Z[ helios-setup] Feb 21 19:50:52.906 INFO E| Downloaded json5 v0.4.1
26022025-02-21T19:50:54.247Z[ helios-setup] Feb 21 19:50:52.909 INFO E| Downloaded structopt-derive v0.4.18
26032025-02-21T19:50:54.250Z[ helios-setup] Feb 21 19:50:52.911 INFO E| Downloaded semver v0.9.0
26042025-02-21T19:50:54.253Z[ helios-setup] Feb 21 19:50:52.913 INFO E| Downloaded rustc_version v0.2.3
26052025-02-21T19:50:54.253Z[ helios-setup] Feb 21 19:50:52.915 INFO E| Downloaded ucd-trie v0.1.7
26062025-02-21T19:50:54.255Z[ helios-setup] Feb 21 19:50:52.918 INFO E| Downloaded pre v0.2.1
26072025-02-21T19:50:54.258Z[ helios-setup] Feb 21 19:50:52.919 INFO E| Downloaded memoffset v0.5.6
26082025-02-21T19:50:54.258Z[ helios-setup] Feb 21 19:50:52.921 INFO E| Downloaded static_assertions v1.1.0
26092025-02-21T19:50:54.261Z[ helios-setup] Feb 21 19:50:52.923 INFO E| Downloaded sha2 v0.10.8
26102025-02-21T19:50:54.265Z[ helios-setup] Feb 21 19:50:52.928 INFO E| Downloaded typenum v1.17.0
26112025-02-21T19:50:54.269Z[ helios-setup] Feb 21 19:50:52.932 INFO E| Downloaded once_cell v1.20.2
26122025-02-21T19:50:54.274Z[ helios-setup] Feb 21 19:50:52.937 INFO E| Downloaded zerocopy v0.6.6
26132025-02-21T19:50:54.277Z[ helios-setup] Feb 21 19:50:52.940 INFO E| Downloaded structopt v0.3.26
26142025-02-21T19:50:54.291Z[ helios-setup] Feb 21 19:50:52.953 INFO E| Downloaded toml v0.5.11
26152025-02-21T19:50:54.294Z[ helios-setup] Feb 21 19:50:52.957 INFO E| Downloaded serde_derive v1.0.217
26162025-02-21T19:50:54.298Z[ helios-setup] Feb 21 19:50:52.961 INFO E| Downloaded schemars v0.8.21
26172025-02-21T19:50:54.320Z[ helios-setup] Feb 21 19:50:52.983 INFO E| Downloaded unicode-ident v1.0.14
26182025-02-21T19:50:54.324Z[ helios-setup] Feb 21 19:50:52.987 INFO E| Downloaded serde v1.0.217
26192025-02-21T19:50:54.330Z[ helios-setup] Feb 21 19:50:52.993 INFO E| Downloaded unicode-segmentation v1.12.0
26202025-02-21T19:50:54.335Z[ helios-setup] Feb 21 19:50:52.998 INFO E| Downloaded pest v2.7.15
26212025-02-21T19:50:54.345Z[ helios-setup] Feb 21 19:50:53.007 INFO E| Downloaded memchr v2.7.4
26222025-02-21T19:50:54.381Z[ helios-setup] Feb 21 19:50:53.042 INFO E| Downloaded serde_json v1.0.135
26232025-02-21T19:50:54.390Z[ helios-setup] Feb 21 19:50:53.053 INFO E| Downloaded pest_meta v2.7.15
26242025-02-21T19:50:54.396Z[ helios-setup] Feb 21 19:50:53.056 INFO E| Downloaded pest_derive v2.7.15
26252025-02-21T19:50:54.399Z[ helios-setup] Feb 21 19:50:53.059 INFO E| Downloaded num-traits v0.2.19
26262025-02-21T19:50:54.402Z[ helios-setup] Feb 21 19:50:53.063 INFO E| Downloaded syn v1.0.109
26272025-02-21T19:50:54.416Z[ helios-setup] Feb 21 19:50:53.079 INFO E| Downloaded syn v2.0.96
26282025-02-21T19:50:54.436Z[ helios-setup] Feb 21 19:50:53.097 INFO E| Downloaded unicode-width v0.1.14
26292025-02-21T19:50:54.443Z[ helios-setup] Feb 21 19:50:53.106 INFO E| Downloaded log v0.4.22
26302025-02-21T19:50:54.446Z[ helios-setup] Feb 21 19:50:53.110 INFO E| Downloaded serde_derive_internals v0.29.1
26312025-02-21T19:50:54.450Z[ helios-setup] Feb 21 19:50:53.112 INFO E| Downloaded plain v0.2.3
26322025-02-21T19:50:54.467Z[ helios-setup] Feb 21 19:50:53.114 INFO E| Downloaded modular-bitfield-impl v0.11.2
26332025-02-21T19:50:54.468Z[ helios-setup] Feb 21 19:50:53.116 INFO E| Downloaded lazy_static v1.5.0
26342025-02-21T19:50:54.468Z[ helios-setup] Feb 21 19:50:53.118 INFO E| Downloaded zerocopy-derive v0.6.6
26352025-02-21T19:50:54.471Z[ helios-setup] Feb 21 19:50:53.133 INFO E| Downloaded libc v0.2.169
26362025-02-21T19:50:54.505Z[ helios-setup] Feb 21 19:50:53.168 INFO E| Downloaded itoa v1.0.14
26372025-02-21T19:50:54.509Z[ helios-setup] Feb 21 19:50:53.170 INFO E| Downloaded cpufeatures v0.2.16
26382025-02-21T19:50:54.511Z[ helios-setup] Feb 21 19:50:53.173 INFO E| Downloaded quote v1.0.38
26392025-02-21T19:50:54.514Z[ helios-setup] Feb 21 19:50:53.176 INFO E| Downloaded proc-macro-error v1.0.4
26402025-02-21T19:50:54.518Z[ helios-setup] Feb 21 19:50:53.181 INFO E| Downloaded bytesize v1.3.0
26412025-02-21T19:50:54.521Z[ helios-setup] Feb 21 19:50:53.183 INFO E| Downloaded crypto-common v0.1.6
26422025-02-21T19:50:54.521Z[ helios-setup] Feb 21 19:50:53.184 INFO E| Downloaded cfg-if v0.1.10
26432025-02-21T19:50:54.524Z[ helios-setup] Feb 21 19:50:53.186 INFO E| Downloaded block-buffer v0.10.4
26442025-02-21T19:50:54.610Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26452025-02-21T19:50:54.642Z[ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling proc-macro2 v1.0.93
26462025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling unicode-ident v1.0.14
26472025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling syn v1.0.109
26482025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling version_check v0.9.5
26492025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling memchr v2.7.4
26502025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling autocfg v1.4.0
26512025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling semver-parser v0.7.0
26522025-02-21T19:50:54.654Z[ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling serde v1.0.217
26532025-02-21T19:50:54.945Z[ host-package] Compiling strum v0.26.3
26542025-02-21T19:50:55.172Z[ host-package] Compiling serde_with v3.11.0
26552025-02-21T19:50:55.175Z[ host-package] Compiling typify-macro v0.3.0
26562025-02-21T19:50:56.020Z[ host-package] Compiling regress v0.9.1
26572025-02-21T19:50:56.424Z[ helios-setup] Feb 21 19:50:55.086 INFO E| Compiling semver v0.9.0
26582025-02-21T19:50:56.490Z[ helios-setup] Feb 21 19:50:55.152 INFO E| Compiling serde_json v1.0.135
26592025-02-21T19:50:56.618Z[ helios-setup] Feb 21 19:50:55.278 INFO E| Compiling proc-macro-error-attr v1.0.4
26602025-02-21T19:50:56.650Z[ helios-setup] Feb 21 19:50:55.311 INFO E| Compiling proc-macro-error v1.0.4
26612025-02-21T19:50:56.682Z[ helios-setup] Feb 21 19:50:55.344 INFO E| Compiling thiserror v2.0.11
26622025-02-21T19:50:56.883Z[ helios-setup] Feb 21 19:50:55.544 INFO E| Compiling num-traits v0.2.19
26632025-02-21T19:50:57.340Z[ helios-setup] Feb 21 19:50:56.000 INFO E| Compiling rustc_version v0.2.3
26642025-02-21T19:50:57.544Z[ helios-setup] Feb 21 19:50:56.205 INFO E| Compiling schemars v0.8.21
26652025-02-21T19:50:57.612Z[ helios-setup] Feb 21 19:50:56.273 INFO E| Compiling ryu v1.0.18
26662025-02-21T19:50:57.643Z[ helios-setup] Feb 21 19:50:56.304 INFO E| Compiling itoa v1.0.14
26672025-02-21T19:50:57.945Z[ helios-setup] Feb 21 19:50:56.606 INFO E| Compiling quote v1.0.38
26682025-02-21T19:50:58.222Z[ helios-setup] Feb 21 19:50:56.883 INFO E| Compiling unicode-segmentation v1.12.0
26692025-02-21T19:50:58.252Z[ helios-setup] Feb 21 19:50:56.913 INFO E| Compiling pre-proc-macro v0.2.1
26702025-02-21T19:50:58.427Z[ helios-setup] Feb 21 19:50:57.088 INFO E| Compiling memoffset v0.5.6
26712025-02-21T19:50:58.918Z[ helios-setup] Feb 21 19:50:57.578 INFO E| Compiling syn v2.0.96
26722025-02-21T19:50:59.017Z[ helios-setup] Feb 21 19:50:57.677 INFO E| Compiling ucd-trie v0.1.7
26732025-02-21T19:50:59.302Z[ helios-setup] Feb 21 19:50:57.962 INFO E| Compiling lazy_static v1.5.0
26742025-02-21T19:50:59.488Z[ helios-setup] Feb 21 19:50:58.148 INFO E| Compiling rustversion v1.0.19
26752025-02-21T19:50:59.688Z[ helios-setup] Feb 21 19:50:58.347 INFO E| Compiling dyn-clone v1.0.17
26762025-02-21T19:51:00.269Z[ helios-setup] Feb 21 19:50:58.929 INFO E| Compiling heck v0.3.3
26772025-02-21T19:51:00.270Z[ helios-setup] Feb 21 19:50:58.929 INFO E| Compiling thiserror v1.0.69
26782025-02-21T19:51:00.620Z[ helios-setup] Feb 21 19:50:59.279 INFO E| Compiling libc v0.2.169
26792025-02-21T19:51:00.894Z[ helios-setup] Feb 21 19:50:59.553 INFO E| Compiling paste v1.0.15
26802025-02-21T19:51:01.183Z[ host-package] Compiling tokio-rustls v0.25.0
26812025-02-21T19:51:01.377Z[ helios-setup] Feb 21 19:51:00.035 INFO E| Compiling pre v0.2.1
26822025-02-21T19:51:02.083Z[ helios-setup] Feb 21 19:51:00.742 INFO E| Compiling once_cell v1.20.2
26832025-02-21T19:51:02.202Z[ helios-setup] Feb 21 19:51:00.860 INFO E| Compiling byteorder v1.5.0
26842025-02-21T19:51:02.208Z[ host-package] Compiling dropshot v0.12.0
26852025-02-21T19:51:02.330Z[ helios-setup] Feb 21 19:51:00.988 INFO E| Compiling static_assertions v1.1.0
26862025-02-21T19:51:02.380Z[ helios-setup] Feb 21 19:51:01.038 INFO E| Compiling cfg-if v0.1.10
26872025-02-21T19:51:02.470Z[ host-package] Compiling typify v0.3.0
26882025-02-21T19:51:02.839Z[ host-package] Compiling progenitor-impl v0.9.1
26892025-02-21T19:51:03.215Z[ helios-setup] Feb 21 19:51:01.873 INFO E| Compiling unicode-width v0.1.14
26902025-02-21T19:51:04.209Z[ helios-setup] Feb 21 19:51:02.866 INFO E| Compiling textwrap v0.11.0
26912025-02-21T19:51:04.308Z[ helios-setup] Feb 21 19:51:02.965 INFO E| Compiling atty v0.2.14
26922025-02-21T19:51:04.519Z[ helios-setup] Feb 21 19:51:03.175 INFO E| Compiling fletcher v0.1.0
26932025-02-21T19:51:05.205Z[ helios-setup] Feb 21 19:51:03.860 INFO E| Compiling ansi_term v0.12.1
26942025-02-21T19:51:05.397Z[ host-package] Compiling tokio-rustls v0.26.0
26952025-02-21T19:51:05.481Z[ helios-setup] Feb 21 19:51:04.137 INFO E| Compiling strsim v0.8.0
26962025-02-21T19:51:05.841Z[ helios-setup] Feb 21 19:51:04.497 INFO E| Compiling parse_int v0.6.0
26972025-02-21T19:51:05.907Z[ helios-setup] Feb 21 19:51:04.562 INFO E| Compiling bitflags v1.3.2
26982025-02-21T19:51:05.928Z[ helios-setup] Feb 21 19:51:04.583 INFO E| Compiling unic-char-range v0.9.0
26992025-02-21T19:51:06.115Z[ helios-setup] Feb 21 19:51:04.769 INFO E| Compiling vec_map v0.8.2
27002025-02-21T19:51:06.131Z[ helios-setup] Feb 21 19:51:04.787 INFO E| Compiling strum v0.23.0
27012025-02-21T19:51:06.235Z[ host-package] Compiling hyper-rustls v0.27.3
27022025-02-21T19:51:06.324Z[ helios-setup] Feb 21 19:51:04.979 INFO E| Compiling unic-common v0.9.0
27032025-02-21T19:51:06.324Z[ helios-setup] Feb 21 19:51:04.979 INFO E| Compiling unic-char-property v0.9.0
27042025-02-21T19:51:06.359Z[ helios-setup] Feb 21 19:51:05.015 INFO E| Compiling log v0.4.22
27052025-02-21T19:51:06.751Z[ helios-setup] Feb 21 19:51:05.407 INFO E| Compiling clap v2.34.0
27062025-02-21T19:51:06.895Z[ helios-setup] Feb 21 19:51:05.550 INFO E| Compiling unic-ucd-version v0.9.0
27072025-02-21T19:51:06.923Z[ helios-setup] Feb 21 19:51:05.578 INFO E| Compiling plain v0.2.3
27082025-02-21T19:51:07.044Z[ helios-setup] Feb 21 19:51:05.699 INFO E| Compiling unic-ucd-ident v0.9.0
27092025-02-21T19:51:07.142Z[ helios-setup] Feb 21 19:51:05.797 INFO E| Compiling bytesize v1.3.0
27102025-02-21T19:51:07.509Z[ host-package] Compiling reqwest v0.12.12
27112025-02-21T19:51:08.143Z[ helios-setup] Feb 21 19:51:06.798 INFO E| Compiling serde_derive_internals v0.29.1
27122025-02-21T19:51:10.836Z[ helios-setup] Feb 21 19:51:09.489 INFO E| Compiling toml v0.5.11
27132025-02-21T19:51:13.634Z[ host-package] Compiling qorb v0.2.1
27142025-02-21T19:51:13.876Z[ helios-setup] Feb 21 19:51:12.528 INFO E| Compiling proc-macro-crate v0.1.5
27152025-02-21T19:51:14.119Z[ helios-setup] Feb 21 19:51:12.770 INFO E| Compiling serde_derive v1.0.217
27162025-02-21T19:51:14.221Z[ helios-setup] Feb 21 19:51:12.872 INFO E| Compiling thiserror-impl v2.0.11
27172025-02-21T19:51:14.752Z[ helios-setup] Feb 21 19:51:13.403 INFO E| Compiling schemars_derive v0.8.21
27182025-02-21T19:51:15.028Z[ helios-setup] Feb 21 19:51:13.679 INFO E| Compiling thiserror-impl v1.0.69
27192025-02-21T19:51:15.092Z[ host-package] Compiling progenitor-macro v0.9.1
27202025-02-21T19:51:15.984Z[ helios-setup] Feb 21 19:51:14.633 INFO E| Compiling zerocopy-derive v0.6.6
27212025-02-21T19:51:16.538Z[ helios-setup] Feb 21 19:51:15.188 INFO E| Compiling num-derive v0.4.2
27222025-02-21T19:51:20.060Z[ helios-setup] Feb 21 19:51:18.708 INFO E| Compiling zerocopy v0.6.6
27232025-02-21T19:51:20.810Z[ helios-setup] Feb 21 19:51:19.457 INFO E| Compiling pest v2.7.15
27242025-02-21T19:51:23.125Z[ helios-setup] Feb 21 19:51:21.771 INFO E| Compiling modular-bitfield-impl v0.11.2
27252025-02-21T19:51:23.129Z[ helios-setup] Feb 21 19:51:21.771 INFO E| Compiling strum_macros v0.23.1
27262025-02-21T19:51:23.984Z[ helios-setup] Feb 21 19:51:22.625 INFO E| Compiling scroll_derive v0.10.5
27272025-02-21T19:51:24.039Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282025-02-21T19:51:25.003Z[ helios-setup] Feb 21 19:51:23.648 INFO E| Compiling structopt-derive v0.4.18
27292025-02-21T19:51:25.396Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27302025-02-21T19:51:27.226Z[ helios-setup] Feb 21 19:51:25.868 INFO E| Compiling pest_meta v2.7.15
27312025-02-21T19:51:27.484Z[ helios-setup] Feb 21 19:51:26.080 INFO E| Compiling scroll v0.10.2
27322025-02-21T19:51:28.475Z[ helios-setup] Feb 21 19:51:27.118 INFO E| Compiling modular-bitfield v0.11.2
27332025-02-21T19:51:28.543Z[ helios-setup] Feb 21 19:51:27.186 INFO E| Compiling goblin v0.4.3
27342025-02-21T19:51:30.275Z[ helios-setup] Feb 21 19:51:28.917 INFO E| Compiling pest_generator v2.7.15
27352025-02-21T19:51:30.427Z[ helios-setup] Feb 21 19:51:29.064 INFO E| Compiling structopt v0.3.26
27362025-02-21T19:51:33.897Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27372025-02-21T19:51:34.218Z[ host-package] Compiling progenitor-client v0.9.1
27382025-02-21T19:51:34.870Z[ helios-setup] Feb 21 19:51:33.509 INFO E| Compiling pest_derive v2.7.15
27392025-02-21T19:51:38.242Z[ helios-setup] Feb 21 19:51:36.879 INFO E| Compiling json5 v0.4.1
27402025-02-21T19:51:44.459Z[ helios-setup] Feb 21 19:51:43.092 INFO E| Compiling four-cc v0.3.0
27412025-02-21T19:51:44.459Z[ helios-setup] Feb 21 19:51:43.092 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27422025-02-21T19:51:44.920Z[ helios-setup] Feb 21 19:51:43.552 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27432025-02-21T19:51:59.331Z[ host-package] Compiling progenitor-client v0.8.0
27442025-02-21T19:52:00.418Z[ host-package] Compiling progenitor v0.8.0
27452025-02-21T19:52:00.968Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27462025-02-21T19:52:05.225Z[ host-package] Compiling progenitor v0.9.1
27472025-02-21T19:52:05.519Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27482025-02-21T19:52:09.132Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27492025-02-21T19:52:10.388Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27502025-02-21T19:52:11.374Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27512025-02-21T19:52:11.594Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27522025-02-21T19:52:17.476Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27532025-02-21T19:52:19.728Z[ host-package] Compiling macaddr v1.0.1
27542025-02-21T19:52:20.601Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27552025-02-21T19:52:20.705Z[ host-package] Compiling slog-dtrace v0.3.0
27562025-02-21T19:52:21.142Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27572025-02-21T19:52:21.394Z[ host-package] Compiling prettyplease v0.2.29
27582025-02-21T19:52:23.448Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27592025-02-21T19:52:25.166Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27602025-02-21T19:52:25.380Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27612025-02-21T19:52:25.763Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27622025-02-21T19:52:26.531Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27632025-02-21T19:52:30.210Z[ helios-setup] Feb 21 19:52:28.816 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27642025-02-21T19:52:37.336Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27652025-02-21T19:52:40.145Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27662025-02-21T19:52:40.334Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672025-02-21T19:52:42.799Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27682025-02-21T19:52:46.371Z[ helios-setup] Feb 21 19:52:44.967 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27692025-02-21T19:52:52.056Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702025-02-21T19:52:53.035Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27712025-02-21T19:52:53.302Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27722025-02-21T19:52:53.564Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732025-02-21T19:52:54.819Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27742025-02-21T19:52:55.364Z[ host-package] Compiling half v2.4.1
27752025-02-21T19:52:56.135Z[ host-package] Compiling ciborium-io v0.2.2
27762025-02-21T19:52:56.318Z[ host-package] Compiling ciborium-ll v0.2.2
27772025-02-21T19:52:56.896Z[ host-package] Compiling ciborium v0.2.2
27782025-02-21T19:52:57.329Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27792025-02-21T19:52:58.487Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27802025-02-21T19:52:58.981Z[ host-package] Compiling display-error-chain v0.2.2
27812025-02-21T19:52:59.242Z[ host-package] Compiling same-file v1.0.6
27822025-02-21T19:52:59.309Z[ host-package] Compiling fastrand v2.1.1
27832025-02-21T19:52:59.568Z[ host-package] Compiling walkdir v2.5.0
27842025-02-21T19:52:59.847Z[ host-package] Compiling tempfile v3.13.0
27852025-02-21T19:53:00.231Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27862025-02-21T19:53:00.788Z[ host-package] Compiling blake3 v1.5.4
27872025-02-21T19:53:01.618Z[ host-package] Compiling const_format_proc_macros v0.2.34
27882025-02-21T19:53:02.860Z[ host-package] Compiling xattr v1.3.1
27892025-02-21T19:53:02.919Z[ host-package] Compiling filetime v0.2.25
27902025-02-21T19:53:03.230Z[ host-package] Compiling memmap2 v0.9.5
27912025-02-21T19:53:03.277Z[ host-package] Compiling keccak v0.1.5
27922025-02-21T19:53:03.684Z[ host-package] Compiling arrayref v0.3.9
27932025-02-21T19:53:03.767Z[ host-package] Compiling arrayvec v0.7.6
27942025-02-21T19:53:03.865Z[ host-package] Compiling maplit v1.0.2
27952025-02-21T19:53:03.999Z[ host-package] Compiling constant_time_eq v0.3.1
27962025-02-21T19:53:04.053Z[ host-package] Compiling crunchy v0.2.2
27972025-02-21T19:53:04.335Z[ host-package] Compiling sha3 v0.10.8
27982025-02-21T19:53:04.525Z[ host-package] Compiling const_format v0.2.34
27992025-02-21T19:53:04.672Z[ host-package] Compiling tar v0.4.42
28002025-02-21T19:53:05.337Z[ host-package] Compiling camino-tempfile v1.1.1
28012025-02-21T19:53:05.373Z[ host-package] Compiling toolchain_find v0.4.0
28022025-02-21T19:53:05.835Z[ host-package] Compiling topological-sort v0.2.2
28032025-02-21T19:53:05.919Z[ host-package] Compiling tiny-keccak v2.0.2
28042025-02-21T19:53:05.985Z[ host-package] Compiling rustfmt-wrapper v0.2.1
28052025-02-21T19:53:06.110Z[ host-package] Compiling omicron-zone-package v0.12.0
28062025-02-21T19:53:06.706Z[ host-package] Compiling dsl_auto_type v0.1.2
28072025-02-21T19:53:06.728Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28082025-02-21T19:53:06.989Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28092025-02-21T19:53:07.444Z[ host-package] Compiling r2d2 v0.8.10
28102025-02-21T19:53:08.094Z[ host-package] Compiling phf_generator v0.11.2
28112025-02-21T19:53:08.183Z[ host-package] Compiling ascii-canvas v3.0.0
28122025-02-21T19:53:08.186Z[ host-package] Compiling diesel_derives v2.2.3
28132025-02-21T19:53:08.317Z[ host-package] Compiling secrecy v0.8.0
28142025-02-21T19:53:08.362Z[ host-package] Compiling ena v0.14.3
28152025-02-21T19:53:08.687Z[ host-package] Compiling regex-syntax v0.6.29
28162025-02-21T19:53:08.741Z[ host-package] Compiling arc-swap v1.7.1
28172025-02-21T19:53:08.981Z[ host-package] Compiling diff v0.1.13
28182025-02-21T19:53:09.624Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28192025-02-21T19:53:09.682Z[ host-package] Compiling slog-scope v4.4.0
28202025-02-21T19:53:10.260Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28212025-02-21T19:53:10.587Z[ host-package] Compiling phf_codegen v0.11.2
28222025-02-21T19:53:10.905Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28232025-02-21T19:53:11.586Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28242025-02-21T19:53:12.002Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28252025-02-21T19:53:12.284Z[ host-package] Compiling universal-hash v0.5.1
28262025-02-21T19:53:12.579Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28272025-02-21T19:53:12.629Z[ host-package] Compiling parse-zoneinfo v0.3.1
28282025-02-21T19:53:14.434Z[ host-package] Compiling lalrpop v0.19.12
28292025-02-21T19:53:14.810Z[ host-package] Compiling unicase v2.7.0
28302025-02-21T19:53:15.271Z[ host-package] Compiling opaque-debug v0.3.1
28312025-02-21T19:53:15.338Z[ host-package] Compiling ref-cast v1.0.23
28322025-02-21T19:53:15.583Z[ host-package] Compiling poly1305 v0.8.0
28332025-02-21T19:53:16.192Z[ host-package] Compiling thiserror-no-std v2.0.2
28342025-02-21T19:53:16.450Z[ host-package] Compiling chrono-tz-build v0.4.0
28352025-02-21T19:53:17.651Z[ host-package] Compiling slog-stdlog v4.1.1
28362025-02-21T19:53:18.314Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28372025-02-21T19:53:18.766Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28382025-02-21T19:53:18.951Z[ host-package] Compiling derive_builder_core v0.20.2
28392025-02-21T19:53:19.427Z[ host-package] Compiling chacha20 v0.9.1
28402025-02-21T19:53:20.087Z[ host-package] Compiling headers-core v0.3.0
28412025-02-21T19:53:20.370Z[ host-package] Compiling aead v0.5.2
28422025-02-21T19:53:20.871Z[ host-package] Compiling libxml v0.3.3
28432025-02-21T19:53:21.177Z[ host-package] Compiling diesel v2.2.7
28442025-02-21T19:53:21.377Z[ host-package] Compiling ref-cast-impl v1.0.23
28452025-02-21T19:53:21.654Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28462025-02-21T19:53:22.479Z[ host-package] Compiling vte v0.11.1
28472025-02-21T19:53:23.441Z[ host-package] Compiling derive_builder_macro v0.20.2
28482025-02-21T19:53:24.673Z[ host-package] Compiling chacha20poly1305 v0.10.1
28492025-02-21T19:53:24.944Z[ host-package] Compiling headers v0.4.0
28502025-02-21T19:53:25.139Z[ host-package] Compiling slog-envlogger v2.2.0
28512025-02-21T19:53:28.385Z[ host-package] Compiling chrono-tz v0.10.1
28522025-02-21T19:53:29.049Z[ host-package] Compiling vsss-rs v3.3.4
28532025-02-21T19:53:29.139Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28542025-02-21T19:53:31.987Z[ helios-setup] Feb 21 19:53:30.556 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
28552025-02-21T19:53:32.110Z[ helios-setup] Feb 21 19:53:30.679 INFO building project "amd-host-image-builder" ok (183 seconds)
28562025-02-21T19:53:32.110Z[ helios-setup] Feb 21 19:53:30.680 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28572025-02-21T19:53:32.113Z[ helios-setup] Feb 21 19:53:30.680 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28582025-02-21T19:53:32.364Z[ helios-setup] Feb 21 19:53:30.933 INFO E| Downloading crates ...
28592025-02-21T19:53:32.463Z[ helios-setup] Feb 21 19:53:31.032 INFO E| Downloaded miniz_oxide v0.7.2
28602025-02-21T19:53:32.537Z[ helios-setup] Feb 21 19:53:31.106 INFO E| Compiling adler v1.0.2
28612025-02-21T19:53:32.624Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28622025-02-21T19:53:32.720Z[ helios-setup] Feb 21 19:53:31.289 INFO E| Compiling miniz_oxide v0.7.2
28632025-02-21T19:53:34.288Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28642025-02-21T19:53:34.963Z[ host-package] Compiling strum_macros v0.24.3
28652025-02-21T19:53:35.146Z[ helios-setup] Feb 21 19:53:33.711 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28662025-02-21T19:53:36.305Z[ helios-setup] Feb 21 19:53:34.870 INFO E| Finished `release` profile [optimized] target(s) in 4.08s
28672025-02-21T19:53:36.317Z[ helios-setup] Feb 21 19:53:34.883 INFO building project "pinprick" ok (4 seconds)
28682025-02-21T19:53:36.322Z[ helios-setup] Feb 21 19:53:34.883 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28692025-02-21T19:53:36.322Z[ helios-setup] Feb 21 19:53:34.883 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28702025-02-21T19:53:36.671Z[ helios-setup] Feb 21 19:53:35.237 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28712025-02-21T19:53:37.555Z[ host-package] Compiling fxhash v0.2.1
28722025-02-21T19:53:37.673Z[ helios-setup] Feb 21 19:53:36.238 INFO E| From https://github.com/oxidecomputer/progenitor
28732025-02-21T19:53:37.673Z[ helios-setup] Feb 21 19:53:36.238 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28742025-02-21T19:53:37.780Z[ helios-setup] Feb 21 19:53:36.346 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28752025-02-21T19:53:37.860Z[ host-package] Compiling samael v0.0.17
28762025-02-21T19:53:38.219Z[ helios-setup] Feb 21 19:53:36.783 INFO E| From https://github.com/jclulow/hiercmd
28772025-02-21T19:53:38.219Z[ helios-setup] Feb 21 19:53:36.783 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28782025-02-21T19:53:38.242Z[ helios-setup] Feb 21 19:53:36.806 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28792025-02-21T19:53:38.459Z[ host-package] Compiling bytecount v0.6.8
28802025-02-21T19:53:38.682Z[ helios-setup] Feb 21 19:53:37.247 INFO E| From https://github.com/jclulow/network-interface
28812025-02-21T19:53:38.683Z[ helios-setup] Feb 21 19:53:37.247 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28822025-02-21T19:53:38.710Z[ helios-setup] Feb 21 19:53:37.267 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28832025-02-21T19:53:38.888Z[ host-package] Compiling indoc v1.0.9
28842025-02-21T19:53:39.141Z[ helios-setup] Feb 21 19:53:37.705 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28852025-02-21T19:53:39.141Z[ helios-setup] Feb 21 19:53:37.705 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28862025-02-21T19:53:39.206Z[ helios-setup] Feb 21 19:53:37.770 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28872025-02-21T19:53:39.771Z[ host-package] Compiling papergrid v0.11.0
28882025-02-21T19:53:39.857Z[ helios-setup] Feb 21 19:53:38.422 INFO E| From https://github.com/oxidecomputer/facade
28892025-02-21T19:53:39.858Z[ helios-setup] Feb 21 19:53:38.422 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28902025-02-21T19:53:39.898Z[ helios-setup] Feb 21 19:53:38.462 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28912025-02-21T19:53:40.482Z[ helios-setup] Feb 21 19:53:39.030 INFO E| From https://github.com/oxidecomputer/dropshot
28922025-02-21T19:53:40.483Z[ helios-setup] Feb 21 19:53:39.030 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28932025-02-21T19:53:40.513Z[ helios-setup] Feb 21 19:53:39.074 INFO E| Updating crates.io index
28942025-02-21T19:53:40.669Z[ helios-setup] Feb 21 19:53:39.233 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28952025-02-21T19:53:41.375Z[ host-package] Compiling polar-core v0.27.3
28962025-02-21T19:53:41.463Z[ helios-setup] Feb 21 19:53:40.026 INFO E| From https://github.com/oxidecomputer/typify
28972025-02-21T19:53:41.463Z[ helios-setup] Feb 21 19:53:40.026 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28982025-02-21T19:53:41.786Z[ helios-setup] Feb 21 19:53:40.350 INFO E| Downloading crates ...
28992025-02-21T19:53:41.970Z[ helios-setup] Feb 21 19:53:40.533 INFO E| Downloaded async-stream-impl v0.3.5
29002025-02-21T19:53:41.974Z[ helios-setup] Feb 21 19:53:40.536 INFO E| Downloaded ahash v0.7.6
29012025-02-21T19:53:42.011Z[ helios-setup] Feb 21 19:53:40.574 INFO E| Downloaded project-root v0.2.2
29022025-02-21T19:53:42.039Z[ helios-setup] Feb 21 19:53:40.602 INFO E| Downloaded const-random-macro v0.1.15
29032025-02-21T19:53:42.042Z[ helios-setup] Feb 21 19:53:40.604 INFO E| Downloaded const-random v0.1.15
29042025-02-21T19:53:42.042Z[ helios-setup] Feb 21 19:53:40.605 INFO E| Downloaded byteorder v1.4.3
29052025-02-21T19:53:42.046Z[ helios-setup] Feb 21 19:53:40.608 INFO E| Downloaded sha1 v0.10.5
29062025-02-21T19:53:42.050Z[ helios-setup] Feb 21 19:53:40.610 INFO E| Downloaded num_enum_derive v0.5.7
29072025-02-21T19:53:42.050Z[ helios-setup] Feb 21 19:53:40.612 INFO E| Downloaded iana-time-zone v0.1.56
29082025-02-21T19:53:42.054Z[ helios-setup] Feb 21 19:53:40.615 INFO E| Downloaded concolor-override v1.0.0
29092025-02-21T19:53:42.057Z[ helios-setup] Feb 21 19:53:40.617 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29102025-02-21T19:53:42.092Z[ helios-setup] Feb 21 19:53:40.655 INFO E| Downloaded percent-encoding v2.2.0
29112025-02-21T19:53:42.097Z[ helios-setup] Feb 21 19:53:40.657 INFO E| Downloaded serde_spanned v0.6.1
29122025-02-21T19:53:42.097Z[ helios-setup] Feb 21 19:53:40.658 INFO E| Downloaded built v0.6.0
29132025-02-21T19:53:42.100Z[ helios-setup] Feb 21 19:53:40.661 INFO E| Downloaded pkg-config v0.3.26
29142025-02-21T19:53:42.100Z[ helios-setup] Feb 21 19:53:40.663 INFO E| Downloaded is-terminal v0.4.7
29152025-02-21T19:53:42.105Z[ helios-setup] Feb 21 19:53:40.665 INFO E| Downloaded futures-executor v0.3.28
29162025-02-21T19:53:42.108Z[ helios-setup] Feb 21 19:53:40.668 INFO E| Downloaded try-lock v0.2.4
29172025-02-21T19:53:42.108Z[ helios-setup] Feb 21 19:53:40.669 INFO E| Downloaded anstyle v0.3.5
29182025-02-21T19:53:42.111Z[ helios-setup] Feb 21 19:53:40.671 INFO E| Downloaded tower-service v0.3.2
29192025-02-21T19:53:42.111Z[ helios-setup] Feb 21 19:53:40.673 INFO E| Downloaded proc-macro-crate v1.2.1
29202025-02-21T19:53:42.117Z[ helios-setup] Feb 21 19:53:40.681 INFO E| Downloaded memoffset v0.7.1
29212025-02-21T19:53:42.121Z[ helios-setup] Feb 21 19:53:40.683 INFO E| Downloaded anstyle-parse v0.1.1
29222025-02-21T19:53:42.125Z[ helios-setup] Feb 21 19:53:40.687 INFO E| Downloaded want v0.3.0
29232025-02-21T19:53:42.128Z[ helios-setup] Feb 21 19:53:40.690 INFO E| Downloaded paste v1.0.12
29242025-02-21T19:53:42.133Z[ helios-setup] Feb 21 19:53:40.694 INFO E| Downloaded jobserver v0.1.26
29252025-02-21T19:53:42.136Z[ helios-setup] Feb 21 19:53:40.698 INFO E| Downloaded sha2 v0.10.6
29262025-02-21T19:53:42.140Z[ helios-setup] Feb 21 19:53:40.702 INFO E| Downloaded serde_tokenstream v0.2.0
29272025-02-21T19:53:42.144Z[ helios-setup] Feb 21 19:53:40.707 INFO E| Downloaded serde_path_to_error v0.1.11
29282025-02-21T19:53:42.148Z[ helios-setup] Feb 21 19:53:40.710 INFO E| Downloaded utf8parse v0.2.1
29292025-02-21T19:53:42.151Z[ helios-setup] Feb 21 19:53:40.712 INFO E| Downloaded rhai_codegen v1.5.0
29302025-02-21T19:53:42.162Z[ helios-setup] Feb 21 19:53:40.725 INFO E| Downloaded rustls-pemfile v1.0.2
29312025-02-21T19:53:42.166Z[ helios-setup] Feb 21 19:53:40.729 INFO E| Downloaded strsim v0.10.0
29322025-02-21T19:53:42.170Z[ helios-setup] Feb 21 19:53:40.732 INFO E| Downloaded tokio-macros v2.0.0
29332025-02-21T19:53:42.173Z[ helios-setup] Feb 21 19:53:40.734 INFO E| Downloaded semver v0.11.0
29342025-02-21T19:53:42.195Z[ helios-setup] Feb 21 19:53:40.758 INFO E| Downloaded schemars_derive v0.8.12
29352025-02-21T19:53:42.199Z[ helios-setup] Feb 21 19:53:40.760 INFO E| Downloaded semver v1.0.17
29362025-02-21T19:53:42.203Z[ helios-setup] Feb 21 19:53:40.765 INFO E| Downloaded num-traits v0.2.15
29372025-02-21T19:53:42.206Z[ helios-setup] Feb 21 19:53:40.770 INFO E| Downloaded scopeguard v1.1.0
29382025-02-21T19:53:42.210Z[ helios-setup] Feb 21 19:53:40.771 INFO E| Downloaded serde_derive_internals v0.26.0
29392025-02-21T19:53:42.213Z[ helios-setup] Feb 21 19:53:40.775 INFO E| Downloaded slab v0.4.7
29402025-02-21T19:53:42.217Z[ helios-setup] Feb 21 19:53:40.777 INFO E| Downloaded thiserror v1.0.38
29412025-02-21T19:53:42.222Z[ helios-setup] Feb 21 19:53:40.785 INFO E| Downloaded toml_datetime v0.6.1
29422025-02-21T19:53:42.226Z[ helios-setup] Feb 21 19:53:40.787 INFO E| Downloaded clap v4.2.1
29432025-02-21T19:53:42.240Z[ helios-setup] Feb 21 19:53:40.803 INFO E| Downloaded sct v0.7.0
29442025-02-21T19:53:42.246Z[ helios-setup] Feb 21 19:53:40.809 INFO E| Downloaded smartstring v1.0.1
29452025-02-21T19:53:42.249Z[ helios-setup] Feb 21 19:53:40.812 INFO E| Downloaded tokio-rustls v0.24.0
29462025-02-21T19:53:42.253Z[ helios-setup] Feb 21 19:53:40.816 INFO E| Downloaded tokio-tungstenite v0.18.0
29472025-02-21T19:53:42.257Z[ helios-setup] Feb 21 19:53:40.820 INFO E| Downloaded time v0.1.45
29482025-02-21T19:53:42.260Z[ helios-setup] Feb 21 19:53:40.823 INFO E| Downloaded terminal_size v0.2.6
29492025-02-21T19:53:42.264Z[ helios-setup] Feb 21 19:53:40.825 INFO E| Downloaded tempfile v3.5.0
29502025-02-21T19:53:42.267Z[ helios-setup] Feb 21 19:53:40.829 INFO E| Downloaded typenum v1.16.0
29512025-02-21T19:53:42.270Z[ helios-setup] Feb 21 19:53:40.833 INFO E| Downloaded http v0.2.9
29522025-02-21T19:53:42.276Z[ helios-setup] Feb 21 19:53:40.839 INFO E| Downloaded ryu v1.0.13
29532025-02-21T19:53:42.281Z[ helios-setup] Feb 21 19:53:40.844 INFO E| Downloaded textwrap v0.16.0
29542025-02-21T19:53:42.284Z[ helios-setup] Feb 21 19:53:40.847 INFO E| Downloaded schemars v0.8.12
29552025-02-21T19:53:42.303Z[ helios-setup] Feb 21 19:53:40.866 INFO E| Downloaded url v2.3.1
29562025-02-21T19:53:42.308Z[ helios-setup] Feb 21 19:53:40.871 INFO E| Downloaded tungstenite v0.18.0
29572025-02-21T19:53:42.316Z[ helios-setup] Feb 21 19:53:40.876 INFO E| Downloaded serde_yaml v0.9.21
29582025-02-21T19:53:42.320Z[ helios-setup] Feb 21 19:53:40.883 INFO E| Downloaded unsafe-libyaml v0.2.8
29592025-02-21T19:53:42.325Z[ helios-setup] Feb 21 19:53:40.888 INFO E| Downloaded serde v1.0.204
29602025-02-21T19:53:42.330Z[ helios-setup] Feb 21 19:53:40.893 INFO E| Downloaded tracing v0.1.37
29612025-02-21T19:53:42.337Z[ helios-setup] Feb 21 19:53:40.900 INFO E| Downloaded uuid v1.3.0
29622025-02-21T19:53:42.344Z[ helios-setup] Feb 21 19:53:40.907 INFO E| Downloaded toml_edit v0.19.8
29632025-02-21T19:53:42.370Z[ helios-setup] Feb 21 19:53:40.933 INFO E| Downloaded tokio-util v0.7.7
29642025-02-21T19:53:42.379Z[ helios-setup] Feb 21 19:53:40.942 INFO E| Downloaded unicode-normalization v0.1.22
29652025-02-21T19:53:42.384Z[ helios-setup] Feb 21 19:53:40.947 INFO E| Downloaded rayon v1.6.1
29662025-02-21T19:53:42.400Z[ helios-setup] Feb 21 19:53:40.962 INFO E| Downloaded winnow v0.4.1
29672025-02-21T19:53:42.413Z[ helios-setup] Feb 21 19:53:40.975 INFO E| Downloaded git2 v0.16.1
29682025-02-21T19:53:42.426Z[ helios-setup] Feb 21 19:53:40.988 INFO E| Downloaded serde_json v1.0.95
29692025-02-21T19:53:42.440Z[ helios-setup] Feb 21 19:53:41.001 INFO E| Downloaded regex v1.7.3
29702025-02-21T19:53:42.458Z[ helios-setup] Feb 21 19:53:41.020 INFO E| Downloaded hyper v0.14.25
29712025-02-21T19:53:42.472Z[ helios-setup] Feb 21 19:53:41.034 INFO E| Downloaded regress v0.5.0
29722025-02-21T19:53:42.483Z[ helios-setup] Feb 21 19:53:41.045 INFO E| Downloaded chrono v0.4.24
29732025-02-21T19:53:42.495Z[ helios-setup] Feb 21 19:53:41.057 INFO E| Downloaded idna v0.3.0
29742025-02-21T19:53:42.505Z[ helios-setup] Feb 21 19:53:41.068 INFO E| Downloaded h2 v0.3.16
29752025-02-21T19:53:42.537Z[ helios-setup] Feb 21 19:53:41.100 INFO E| Downloaded rustls v0.21.0
29762025-02-21T19:53:42.559Z[ helios-setup] Feb 21 19:53:41.118 INFO E| Downloaded syn v2.0.72
29772025-02-21T19:53:42.574Z[ helios-setup] Feb 21 19:53:41.136 INFO E| Downloaded syn v1.0.107
29782025-02-21T19:53:42.588Z[ helios-setup] Feb 21 19:53:41.151 INFO E| Downloaded rustix v0.37.3
29792025-02-21T19:53:42.613Z[ helios-setup] Feb 21 19:53:41.176 INFO E| Downloaded openapiv3 v1.0.2
29802025-02-21T19:53:42.631Z[ helios-setup] Feb 21 19:53:41.194 INFO E| Downloaded rhai v1.14.0
29812025-02-21T19:53:42.649Z[ helios-setup] Feb 21 19:53:41.212 INFO E| Downloaded unicode-linebreak v0.1.4
29822025-02-21T19:53:42.653Z[ helios-setup] Feb 21 19:53:41.215 INFO E| Downloaded reqwest v0.11.16
29832025-02-21T19:53:42.662Z[ helios-setup] Feb 21 19:53:41.225 INFO E| Downloaded clap_builder v4.2.1
29842025-02-21T19:53:42.672Z[ helios-setup] Feb 21 19:53:41.235 INFO E| Downloaded futures-util v0.3.28
29852025-02-21T19:53:42.702Z[ helios-setup] Feb 21 19:53:41.265 INFO E| Downloaded tracing-core v0.1.30
29862025-02-21T19:53:42.707Z[ helios-setup] Feb 21 19:53:41.268 INFO E| Downloaded tinyvec v1.6.0
29872025-02-21T19:53:42.710Z[ helios-setup] Feb 21 19:53:41.272 INFO E| Downloaded serde_derive v1.0.204
29882025-02-21T19:53:42.713Z[ helios-setup] Feb 21 19:53:41.275 INFO E| Downloaded unicode-bidi v0.3.13
29892025-02-21T19:53:42.717Z[ helios-setup] Feb 21 19:53:41.278 INFO E| Downloaded toml v0.5.11
29902025-02-21T19:53:42.720Z[ helios-setup] Feb 21 19:53:41.281 INFO E| Downloaded rustls-webpki v0.100.1
29912025-02-21T19:53:42.725Z[ helios-setup] Feb 21 19:53:41.288 INFO E| Downloaded pest v2.5.7
29922025-02-21T19:53:42.731Z[ helios-setup] Feb 21 19:53:41.294 INFO E| Downloaded unicode-ident v1.0.8
29932025-02-21T19:53:42.735Z[ helios-setup] Feb 21 19:53:41.297 INFO E| Downloaded toml v0.7.3
29942025-02-21T19:53:42.740Z[ helios-setup] Feb 21 19:53:41.302 INFO E| Downloaded aho-corasick v0.7.20
29952025-02-21T19:53:42.745Z[ helios-setup] Feb 21 19:53:41.307 INFO E| Downloaded ucd-trie v0.1.5
29962025-02-21T19:53:42.748Z[ helios-setup] Feb 21 19:53:41.309 INFO E| Downloaded socket2 v0.4.9
29972025-02-21T19:53:42.751Z[ helios-setup] Feb 21 19:53:41.312 INFO E| Downloaded mio v0.8.5
29982025-02-21T19:53:42.757Z[ helios-setup] Feb 21 19:53:41.320 INFO E| Downloaded crossbeam-channel v0.5.6
29992025-02-21T19:53:42.763Z[ helios-setup] Feb 21 19:53:41.326 INFO E| Downloaded libc v0.2.139
30002025-02-21T19:53:42.830Z[ helios-setup] Feb 21 19:53:41.391 INFO E| Downloaded tokio v1.27.0
30012025-02-21T19:53:42.886Z[ helios-setup] Feb 21 19:53:41.448 INFO E| Downloaded smallvec v1.10.0
30022025-02-21T19:53:42.890Z[ helios-setup] Feb 21 19:53:41.453 INFO E| Downloaded memchr v2.5.0
30032025-02-21T19:53:42.912Z[ helios-setup] Feb 21 19:53:41.459 INFO E| Downloaded futures v0.3.28
30042025-02-21T19:53:42.912Z[ helios-setup] Feb 21 19:53:41.467 INFO E| Downloaded cc v1.0.78
30052025-02-21T19:53:42.912Z[ helios-setup] Feb 21 19:53:41.471 INFO E| Downloaded cargo-lock v8.0.3
30062025-02-21T19:53:42.925Z[ helios-setup] Feb 21 19:53:41.487 INFO E| Downloaded bytes v1.4.0
30072025-02-21T19:53:42.936Z[ helios-setup] Feb 21 19:53:41.498 INFO E| Downloaded base64 v0.21.0
30082025-02-21T19:53:42.941Z[ helios-setup] Feb 21 19:53:41.504 INFO E| Downloaded rayon-core v1.10.2
30092025-02-21T19:53:42.959Z[ helios-setup] Feb 21 19:53:41.510 INFO E| Downloaded crossbeam-utils v0.8.14
30102025-02-21T19:53:42.983Z[ helios-setup] Feb 21 19:53:41.514 INFO E| Downloaded bincode v1.3.3
30112025-02-21T19:53:42.983Z[ helios-setup] Feb 21 19:53:41.517 INFO E| Downloaded smawk v0.3.1
30122025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.519 INFO E| Downloaded signal-hook-registry v1.4.0
30132025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.521 INFO E| Downloaded proc-macro2 v1.0.86
30142025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.525 INFO E| Downloaded parking_lot v0.12.1
30152025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.529 INFO E| Downloaded crossbeam-epoch v0.9.13
30162025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.534 INFO E| Downloaded anyhow v1.0.68
30172025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.540 INFO E| Downloaded ahash v0.8.3
30182025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.545 INFO E| Downloaded rustfmt-wrapper v0.2.0
30192025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.551 INFO E| Downloaded walkdir v2.3.3
30202025-02-21T19:53:42.991Z[ helios-setup] Feb 21 19:53:41.551 INFO E| Downloaded thiserror-impl v1.0.38
30212025-02-21T19:53:42.992Z[ helios-setup] Feb 21 19:53:41.552 INFO E| Downloaded spin v0.5.2
30222025-02-21T19:53:43.002Z[ helios-setup] Feb 21 19:53:41.554 INFO E| Downloaded ipnet v2.7.2
30232025-02-21T19:53:43.013Z[ helios-setup] Feb 21 19:53:41.576 INFO E| Downloaded httpdate v1.0.2
30242025-02-21T19:53:43.017Z[ helios-setup] Feb 21 19:53:41.578 INFO E| Downloaded getrandom v0.2.8
30252025-02-21T19:53:43.027Z[ helios-setup] Feb 21 19:53:41.583 INFO E| Downloaded futures-channel v0.3.28
30262025-02-21T19:53:43.038Z[ helios-setup] Feb 21 19:53:41.586 INFO E| Downloaded pin-project-lite v0.2.9
30272025-02-21T19:53:43.038Z[ helios-setup] Feb 21 19:53:41.593 INFO E| Downloaded once_cell v1.17.0
30282025-02-21T19:53:43.038Z[ helios-setup] Feb 21 19:53:41.597 INFO E| Downloaded log v0.4.17
30292025-02-21T19:53:43.042Z[ helios-setup] Feb 21 19:53:41.600 INFO E| Downloaded slog-bunyan v2.4.0
30302025-02-21T19:53:43.042Z[ helios-setup] Feb 21 19:53:41.602 INFO E| Downloaded slog-async v2.7.0
30312025-02-21T19:53:43.042Z[ helios-setup] Feb 21 19:53:41.604 INFO E| Downloaded quote v1.0.36
30322025-02-21T19:53:43.048Z[ helios-setup] Feb 21 19:53:41.608 INFO E| Downloaded lock_api v0.4.9
30332025-02-21T19:53:43.048Z[ helios-setup] Feb 21 19:53:41.610 INFO E| Downloaded async-trait v0.1.68
30342025-02-21T19:53:43.053Z[ helios-setup] Feb 21 19:53:41.615 INFO E| Downloaded semver-parser v0.10.2
30352025-02-21T19:53:43.068Z[ helios-setup] Feb 21 19:53:41.618 INFO E| Downloaded parking_lot_core v0.9.6
30362025-02-21T19:53:43.068Z[ helios-setup] Feb 21 19:53:41.621 INFO E| Downloaded clap_lex v0.4.1
30372025-02-21T19:53:43.069Z[ helios-setup] Feb 21 19:53:41.623 INFO E| Downloaded clap_derive v4.2.0
30382025-02-21T19:53:43.069Z[ helios-setup] Feb 21 19:53:41.626 INFO E| Downloaded camino v1.1.4
30392025-02-21T19:53:43.072Z[ helios-setup] Feb 21 19:53:41.629 INFO E| Downloaded io-lifetimes v1.0.10
30402025-02-21T19:53:43.073Z[ helios-setup] Feb 21 19:53:41.632 INFO E| Downloaded httparse v1.8.0
30412025-02-21T19:53:43.076Z[ helios-setup] Feb 21 19:53:41.636 INFO E| Downloaded digest v0.10.6
30422025-02-21T19:53:43.081Z[ helios-setup] Feb 21 19:53:41.639 INFO E| Downloaded crossbeam-deque v0.8.2
30432025-02-21T19:53:43.081Z[ helios-setup] Feb 21 19:53:41.641 INFO E| Downloaded toolchain_find v0.2.0
30442025-02-21T19:53:43.085Z[ helios-setup] Feb 21 19:53:41.644 INFO E| Downloaded home v0.5.4
30452025-02-21T19:53:43.090Z[ helios-setup] Feb 21 19:53:41.646 INFO E| Downloaded futures-io v0.3.28
30462025-02-21T19:53:43.090Z[ helios-setup] Feb 21 19:53:41.647 INFO E| Downloaded form_urlencoded v1.1.0
30472025-02-21T19:53:43.094Z[ helios-setup] Feb 21 19:53:41.654 INFO E| Downloaded dyn-clone v1.0.11
30482025-02-21T19:53:43.108Z[ helios-setup] Feb 21 19:53:41.671 INFO E| Downloaded autocfg v1.1.0
30492025-02-21T19:53:43.112Z[ helios-setup] Feb 21 19:53:41.674 INFO E| Downloaded async-stream v0.3.5
30502025-02-21T19:53:43.117Z[ helios-setup] Feb 21 19:53:41.677 INFO E| Downloaded encoding_rs v0.8.32
30512025-02-21T19:53:43.156Z[ helios-setup] Feb 21 19:53:41.709 INFO E| Downloaded ppv-lite86 v0.2.17
30522025-02-21T19:53:43.156Z[ helios-setup] Feb 21 19:53:41.711 INFO E| Downloaded num-integer v0.1.45
30532025-02-21T19:53:43.162Z[ helios-setup] Feb 21 19:53:41.714 INFO E| Downloaded http-body v0.4.5
30542025-02-21T19:53:43.162Z[ helios-setup] Feb 21 19:53:41.716 INFO E| Downloaded either v1.8.0
30552025-02-21T19:53:43.162Z[ helios-setup] Feb 21 19:53:41.718 INFO E| Downloaded anstream v0.2.6
30562025-02-21T19:53:43.162Z[ helios-setup] Feb 21 19:53:41.722 INFO E| Downloaded fastrand v1.9.0
30572025-02-21T19:53:43.166Z[ helios-setup] Feb 21 19:53:41.725 INFO E| Downloaded num_enum v0.5.7
30582025-02-21T19:53:43.174Z[ helios-setup] Feb 21 19:53:41.732 INFO E| Downloaded lazy_static v1.4.0
30592025-02-21T19:53:43.174Z[ helios-setup] Feb 21 19:53:41.734 INFO E| Downloaded itoa v1.0.6
30602025-02-21T19:53:43.178Z[ helios-setup] Feb 21 19:53:41.736 INFO E| Downloaded futures-sink v0.3.28
30612025-02-21T19:53:43.178Z[ helios-setup] Feb 21 19:53:41.737 INFO E| Downloaded errno v0.3.1
30622025-02-21T19:53:43.178Z[ helios-setup] Feb 21 19:53:41.739 INFO E| Downloaded num_cpus v1.15.0
30632025-02-21T19:53:43.184Z[ helios-setup] Feb 21 19:53:41.744 INFO E| Downloaded futures-task v0.3.28
30642025-02-21T19:53:43.184Z[ helios-setup] Feb 21 19:53:41.746 INFO E| Downloaded futures-macro v0.3.28
30652025-02-21T19:53:43.187Z[ helios-setup] Feb 21 19:53:41.747 INFO E| Downloaded futures-core v0.3.28
30662025-02-21T19:53:43.187Z[ helios-setup] Feb 21 19:53:41.750 INFO E| Downloaded concolor-query v0.3.3
30672025-02-21T19:53:43.199Z[ helios-setup] Feb 21 19:53:41.752 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30682025-02-21T19:53:43.325Z[ helios-setup] Feb 21 19:53:41.887 INFO E| Downloaded libz-sys v1.1.8
30692025-02-21T19:53:44.017Z[ helios-setup] Feb 21 19:53:42.579 INFO E| Downloaded ring v0.16.20
30702025-02-21T19:53:44.423Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling proc-macro2 v1.0.86
30712025-02-21T19:53:44.423Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling libc v0.2.139
30722025-02-21T19:53:44.426Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling unicode-ident v1.0.8
30732025-02-21T19:53:44.427Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling autocfg v1.1.0
30742025-02-21T19:53:44.427Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling cfg-if v1.0.0
30752025-02-21T19:53:44.427Z[ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling version_check v0.9.4
30762025-02-21T19:53:44.427Z[ helios-setup] Feb 21 19:53:42.985 INFO E| Compiling serde v1.0.204
30772025-02-21T19:53:44.427Z[ helios-setup] Feb 21 19:53:42.985 INFO E| Compiling syn v1.0.107
30782025-02-21T19:53:44.956Z[ host-package] Compiling derive_builder v0.20.2
30792025-02-21T19:53:45.238Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30802025-02-21T19:53:45.394Z[ helios-setup] Feb 21 19:53:43.953 INFO E| Compiling memchr v2.5.0
30812025-02-21T19:53:46.151Z[ helios-setup] Feb 21 19:53:44.711 INFO E| Compiling once_cell v1.17.0
30822025-02-21T19:53:46.462Z[ helios-setup] Feb 21 19:53:45.022 INFO E| Compiling thiserror v1.0.38
30832025-02-21T19:53:46.513Z[ helios-setup] Feb 21 19:53:45.074 INFO E| Compiling log v0.4.17
30842025-02-21T19:53:47.024Z[ helios-setup] Feb 21 19:53:45.584 INFO E| Compiling serde_json v1.0.95
30852025-02-21T19:53:47.677Z[ helios-setup] Feb 21 19:53:46.237 INFO E| Compiling itoa v1.0.6
30862025-02-21T19:53:48.354Z[ helios-setup] Feb 21 19:53:46.913 INFO E| Compiling getrandom v0.2.8
30872025-02-21T19:53:48.420Z[ helios-setup] Feb 21 19:53:46.979 INFO E| Compiling jobserver v0.1.26
30882025-02-21T19:53:48.553Z[ helios-setup] Feb 21 19:53:47.111 INFO E| Compiling scopeguard v1.1.0
30892025-02-21T19:53:48.982Z[ helios-setup] Feb 21 19:53:47.541 INFO E| Compiling pin-project-lite v0.2.9
30902025-02-21T19:53:49.027Z[ helios-setup] Feb 21 19:53:47.587 INFO E| Compiling indexmap v1.9.3
30912025-02-21T19:53:49.057Z[ helios-setup] Feb 21 19:53:47.616 INFO E| Compiling futures-core v0.3.28
30922025-02-21T19:53:49.257Z[ helios-setup] Feb 21 19:53:47.815 INFO E| Compiling quote v1.0.36
30932025-02-21T19:53:49.335Z[ helios-setup] Feb 21 19:53:47.893 INFO E| Compiling cc v1.0.78
30942025-02-21T19:53:49.400Z[ helios-setup] Feb 21 19:53:47.959 INFO E| Compiling bytes v1.4.0
30952025-02-21T19:53:49.804Z[ helios-setup] Feb 21 19:53:48.362 INFO E| Compiling num-integer v0.1.45
30962025-02-21T19:53:50.005Z[ helios-setup] Feb 21 19:53:48.562 INFO E| Compiling syn v2.0.72
30972025-02-21T19:53:50.184Z[ helios-setup] Feb 21 19:53:48.741 INFO E| Compiling ryu v1.0.13
30982025-02-21T19:53:51.386Z[ helios-setup] Feb 21 19:53:49.944 INFO E| Compiling lock_api v0.4.9
30992025-02-21T19:53:51.710Z[ helios-setup] Feb 21 19:53:50.267 INFO E| Compiling typenum v1.16.0
31002025-02-21T19:53:52.559Z[ helios-setup] Feb 21 19:53:51.115 INFO E| Compiling parking_lot_core v0.9.6
31012025-02-21T19:53:52.589Z[ helios-setup] Feb 21 19:53:51.146 INFO E| Compiling bitflags v1.3.2
31022025-02-21T19:53:53.131Z[ helios-setup] Feb 21 19:53:51.675 INFO E| Compiling num_cpus v1.15.0
31032025-02-21T19:53:53.194Z[ helios-setup] Feb 21 19:53:51.750 INFO E| Compiling slab v0.4.7
31042025-02-21T19:53:53.295Z[ helios-setup] Feb 21 19:53:51.851 INFO E| Compiling generic-array v0.14.6
31052025-02-21T19:53:53.393Z[ helios-setup] Feb 21 19:53:51.949 INFO E| Compiling futures-task v0.3.28
31062025-02-21T19:53:53.465Z[ helios-setup] Feb 21 19:53:52.022 INFO E| Compiling futures-sink v0.3.28
31072025-02-21T19:53:53.802Z[ helios-setup] Feb 21 19:53:52.358 INFO E| Compiling futures-channel v0.3.28
31082025-02-21T19:53:54.604Z[ helios-setup] Feb 21 19:53:53.160 INFO E| Compiling tokio v1.27.0
31092025-02-21T19:53:54.642Z[ helios-setup] Feb 21 19:53:53.198 INFO E| Compiling futures-util v0.3.28
31102025-02-21T19:53:54.969Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31112025-02-21T19:53:55.473Z[ helios-setup] Feb 21 19:53:54.028 INFO E| Compiling mio v0.8.5
31122025-02-21T19:53:55.695Z[ host-package] Compiling tabled_derive v0.7.0
31132025-02-21T19:53:55.726Z[ helios-setup] Feb 21 19:53:54.281 INFO E| Compiling socket2 v0.4.9
31142025-02-21T19:53:55.772Z[ helios-setup] Feb 21 19:53:54.327 INFO E| Compiling signal-hook-registry v1.4.0
31152025-02-21T19:53:56.103Z[ helios-setup] Feb 21 19:53:54.658 INFO E| Compiling pin-utils v0.1.0
31162025-02-21T19:53:56.361Z[ helios-setup] Feb 21 19:53:54.916 INFO E| Compiling futures-io v0.3.28
31172025-02-21T19:53:56.416Z[ helios-setup] Feb 21 19:53:54.971 INFO E| Compiling schemars v0.8.12
31182025-02-21T19:53:57.136Z[ helios-setup] Feb 21 19:53:55.689 INFO E| Compiling num-traits v0.2.15
31192025-02-21T19:53:57.558Z[ helios-setup] Feb 21 19:53:56.112 INFO E| Compiling ahash v0.7.6
31202025-02-21T19:53:58.145Z[ helios-setup] Feb 21 19:53:56.699 INFO E| Compiling io-lifetimes v1.0.10
31212025-02-21T19:53:58.429Z[ helios-setup] Feb 21 19:53:56.983 INFO E| Compiling crunchy v0.2.2
31222025-02-21T19:53:59.073Z[ helios-setup] Feb 21 19:53:57.626 INFO E| Compiling ahash v0.8.3
31232025-02-21T19:53:59.483Z[ host-package] Compiling itertools v0.12.1
31242025-02-21T19:53:59.523Z[ helios-setup] Feb 21 19:53:58.074 INFO E| Compiling tiny-keccak v2.0.2
31252025-02-21T19:53:59.951Z[ helios-setup] Feb 21 19:53:58.504 INFO E| Compiling block-buffer v0.10.3
31262025-02-21T19:54:00.077Z[ helios-setup] Feb 21 19:53:58.629 INFO E| Compiling crypto-common v0.1.6
31272025-02-21T19:54:00.363Z[ helios-setup] Feb 21 19:53:58.915 INFO E| Compiling slog v2.7.0
31282025-02-21T19:54:00.425Z[ helios-setup] Feb 21 19:53:58.976 INFO E| Compiling hashbrown v0.12.3
31292025-02-21T19:54:00.722Z[ helios-setup] Feb 21 19:53:59.275 INFO E| Compiling rustix v0.37.3
31302025-02-21T19:54:00.722Z[ helios-setup] Feb 21 19:53:59.275 INFO E| Compiling crossbeam-utils v0.8.14
31312025-02-21T19:54:00.856Z[ helios-setup] Feb 21 19:53:59.408 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31322025-02-21T19:54:01.350Z[ host-package] Compiling fd-lock v4.0.2
31332025-02-21T19:54:02.053Z[ helios-setup] Feb 21 19:54:00.604 INFO E| Compiling serde_derive_internals v0.26.0
31342025-02-21T19:54:02.092Z[ host-package] Compiling peg-macros v0.8.4
31352025-02-21T19:54:02.356Z[ helios-setup] Feb 21 19:54:00.907 INFO E| Compiling digest v0.10.6
31362025-02-21T19:54:03.406Z[ helios-setup] Feb 21 19:54:01.957 INFO E| Compiling errno v0.3.1
31372025-02-21T19:54:03.982Z[ helios-setup] Feb 21 19:54:02.532 INFO E| Compiling pkg-config v0.3.26
31382025-02-21T19:54:04.207Z[ helios-setup] Feb 21 19:54:02.757 INFO E| Compiling unicode-width v0.1.10
31392025-02-21T19:54:04.284Z[ helios-setup] Feb 21 19:54:02.834 INFO E| Compiling cpufeatures v0.2.5
31402025-02-21T19:54:04.546Z[ helios-setup] Feb 21 19:54:03.095 INFO E| Compiling anyhow v1.0.68
31412025-02-21T19:54:04.822Z[ helios-setup] Feb 21 19:54:03.372 INFO E| Compiling fnv v1.0.7
31422025-02-21T19:54:05.297Z[ helios-setup] Feb 21 19:54:03.846 INFO E| Compiling http v0.2.9
31432025-02-21T19:54:06.383Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31442025-02-21T19:54:07.990Z[ helios-setup] Feb 21 19:54:06.535 INFO E| Compiling aho-corasick v0.7.20
31452025-02-21T19:54:08.253Z[ host-package] Compiling kstat-rs v0.2.4
31462025-02-21T19:54:08.402Z[ host-package] Compiling oso-derive v0.27.3
31472025-02-21T19:54:08.565Z[ helios-setup] Feb 21 19:54:07.112 INFO E| Compiling thiserror-impl v1.0.38
31482025-02-21T19:54:08.807Z[ helios-setup] Feb 21 19:54:07.355 INFO E| Compiling serde_derive v1.0.204
31492025-02-21T19:54:09.562Z[ helios-setup] Feb 21 19:54:08.109 INFO E| Compiling futures-macro v0.3.28
31502025-02-21T19:54:10.196Z[ helios-setup] Feb 21 19:54:08.739 INFO E| Compiling tokio-macros v2.0.0
31512025-02-21T19:54:10.226Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31522025-02-21T19:54:10.349Z[ helios-setup] Feb 21 19:54:08.896 INFO E| Compiling schemars_derive v0.8.12
31532025-02-21T19:54:10.404Z[ helios-setup] Feb 21 19:54:08.949 INFO E| Compiling regex-syntax v0.6.29
31542025-02-21T19:54:10.446Z[ host-package] Compiling quick-xml v0.33.0
31552025-02-21T19:54:11.422Z[ host-package] Compiling diesel-dtrace v0.4.2
31562025-02-21T19:54:12.273Z[ helios-setup] Feb 21 19:54:10.819 INFO E| Compiling tinyvec_macros v0.1.1
31572025-02-21T19:54:12.331Z[ host-package] Compiling nu-ansi-term v0.50.1
31582025-02-21T19:54:13.335Z[ helios-setup] Feb 21 19:54:11.880 INFO E| Compiling percent-encoding v2.2.0
31592025-02-21T19:54:13.427Z[ helios-setup] Feb 21 19:54:11.969 INFO E| Compiling heck v0.4.1
31602025-02-21T19:54:13.503Z[ helios-setup] Feb 21 19:54:12.048 INFO E| Compiling httparse v1.8.0
31612025-02-21T19:54:14.402Z[ helios-setup] Feb 21 19:54:12.946 INFO E| Compiling form_urlencoded v1.1.0
31622025-02-21T19:54:14.486Z[ host-package] Compiling reedline v0.35.0
31632025-02-21T19:54:14.641Z[ helios-setup] Feb 21 19:54:13.185 INFO E| Compiling tinyvec v1.6.0
31642025-02-21T19:54:15.112Z[ helios-setup] Feb 21 19:54:13.656 INFO E| Compiling const-random-macro v0.1.15
31652025-02-21T19:54:15.689Z[ helios-setup] Feb 21 19:54:14.233 INFO E| Compiling hashbrown v0.13.2
31662025-02-21T19:54:17.307Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31672025-02-21T19:54:17.868Z[ helios-setup] Feb 21 19:54:16.410 INFO E| Compiling regex v1.7.3
31682025-02-21T19:54:18.177Z[ helios-setup] Feb 21 19:54:16.718 INFO E| Compiling chrono v0.4.24
31692025-02-21T19:54:18.397Z[ helios-setup] Feb 21 19:54:16.938 INFO E| Compiling libz-sys v1.1.8
31702025-02-21T19:54:19.012Z[ helios-setup] Feb 21 19:54:17.553 INFO E| Compiling getopts v0.2.21
31712025-02-21T19:54:20.076Z[ helios-setup] Feb 21 19:54:18.617 INFO E| Compiling memoffset v0.7.1
31722025-02-21T19:54:20.327Z[ helios-setup] Feb 21 19:54:18.867 INFO E| Compiling powerfmt v0.2.0
31732025-02-21T19:54:20.996Z[ helios-setup] Feb 21 19:54:19.536 INFO E| Compiling uuid v1.3.0
31742025-02-21T19:54:21.389Z[ helios-setup] Feb 21 19:54:19.930 INFO E| Compiling time-core v0.1.2
31752025-02-21T19:54:21.609Z[ host-package] Compiling peg v0.8.4
31762025-02-21T19:54:21.668Z[ helios-setup] Feb 21 19:54:20.208 INFO E| Compiling dyn-clone v1.0.11
31772025-02-21T19:54:21.704Z[ helios-setup] Feb 21 19:54:20.242 INFO E| Compiling num-conv v0.1.0
31782025-02-21T19:54:22.009Z[ host-package] Compiling tabled v0.15.0
31792025-02-21T19:54:22.342Z[ helios-setup] Feb 21 19:54:20.882 INFO E| Compiling deranged v0.3.11
31802025-02-21T19:54:22.442Z[ helios-setup] Feb 21 19:54:20.982 INFO E| Compiling time-macros v0.2.18
31812025-02-21T19:54:22.987Z[ helios-setup] Feb 21 19:54:21.526 INFO E| Compiling unicode-normalization v0.1.22
31822025-02-21T19:54:23.100Z[ helios-setup] Feb 21 19:54:21.639 INFO E| Compiling regress v0.5.0
31832025-02-21T19:54:26.029Z[ helios-setup] Feb 21 19:54:24.567 INFO E| Compiling const-random v0.1.15
31842025-02-21T19:54:26.328Z[ helios-setup] Feb 21 19:54:24.865 INFO E| Compiling tracing-core v0.1.30
31852025-02-21T19:54:27.459Z[ helios-setup] Feb 21 19:54:25.988 INFO E| Compiling crossbeam-epoch v0.9.13
31862025-02-21T19:54:28.086Z[ host-package] Compiling oso v0.27.3
31872025-02-21T19:54:28.357Z[ helios-setup] Feb 21 19:54:26.893 INFO E| Compiling unicode-bidi v0.3.13
31882025-02-21T19:54:28.929Z[ helios-setup] Feb 21 19:54:27.465 INFO E| Compiling num_threads v0.1.6
31892025-02-21T19:54:30.355Z[ helios-setup] Feb 21 19:54:28.890 INFO E| Compiling ucd-trie v0.1.5
31902025-02-21T19:54:30.610Z[ helios-setup] Feb 21 19:54:29.145 INFO E| Compiling idna v0.3.0
31912025-02-21T19:54:31.325Z[ helios-setup] Feb 21 19:54:29.859 INFO E| Compiling pest v2.5.7
31922025-02-21T19:54:31.848Z[ helios-setup] Feb 21 19:54:30.382 INFO E| Compiling time v0.3.36
31932025-02-21T19:54:34.045Z[ helios-setup] Feb 21 19:54:32.578 INFO E| Compiling smallvec v1.10.0
31942025-02-21T19:54:34.478Z[ helios-setup] Feb 21 19:54:33.011 INFO E| Compiling toml v0.5.11
31952025-02-21T19:54:37.080Z[ helios-setup] Feb 21 19:54:35.611 INFO E| Compiling parking_lot v0.12.1
31962025-02-21T19:54:39.810Z[ helios-setup] Feb 21 19:54:38.339 INFO E| Compiling serde_tokenstream v0.2.0
31972025-02-21T19:54:40.773Z[ helios-setup] Feb 21 19:54:39.301 INFO E| Compiling tracing v0.1.37
31982025-02-21T19:54:43.907Z[ helios-setup] Feb 21 19:54:42.433 INFO E| Compiling crossbeam-channel v0.5.6
31992025-02-21T19:54:44.204Z[ helios-setup] Feb 21 19:54:42.730 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32002025-02-21T19:54:44.471Z[ helios-setup] Feb 21 19:54:42.997 INFO E| Compiling time v0.1.45
32012025-02-21T19:54:45.731Z[ helios-setup] Feb 21 19:54:44.257 INFO E| Compiling dirs-sys-next v0.1.2
32022025-02-21T19:54:46.321Z[ helios-setup] Feb 21 19:54:44.846 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32032025-02-21T19:54:47.291Z[ helios-setup] Feb 21 19:54:45.814 INFO E| Compiling crc32fast v1.3.2
32042025-02-21T19:54:47.860Z[ helios-setup] Feb 21 19:54:46.384 INFO E| Compiling iana-time-zone v0.1.56
32052025-02-21T19:54:47.922Z[ helios-setup] Feb 21 19:54:46.447 INFO E| Compiling semver v1.0.17
32062025-02-21T19:54:49.842Z[ helios-setup] Feb 21 19:54:48.365 INFO E| Compiling dirs-next v2.0.0
32072025-02-21T19:54:50.413Z[ helios-setup] Feb 21 19:54:48.936 INFO E| Compiling proc-macro-crate v1.2.1
32082025-02-21T19:54:50.908Z[ helios-setup] Feb 21 19:54:49.429 INFO E| Compiling semver-parser v0.10.2
32092025-02-21T19:54:52.248Z[ helios-setup] Feb 21 19:54:50.770 INFO E| Compiling url v2.3.1
32102025-02-21T19:54:55.029Z[ helios-setup] Feb 21 19:54:53.549 INFO E| Compiling futures-executor v0.3.28
32112025-02-21T19:54:55.973Z[ helios-setup] Feb 21 19:54:54.493 INFO E| Compiling tokio-util v0.7.7
32122025-02-21T19:54:56.855Z[ helios-setup] Feb 21 19:54:55.374 INFO E| Compiling thread_local v1.1.7
32132025-02-21T19:54:57.430Z[ helios-setup] Feb 21 19:54:55.949 INFO E| Compiling adler v1.0.2
32142025-02-21T19:54:58.374Z[ helios-setup] Feb 21 19:54:56.893 INFO E| Compiling same-file v1.0.6
32152025-02-21T19:54:58.609Z[ helios-setup] Feb 21 19:54:57.128 INFO E| Compiling rayon-core v1.10.2
32162025-02-21T19:54:58.782Z[ helios-setup] Feb 21 19:54:57.286 INFO E| Compiling try-lock v0.2.4
32172025-02-21T19:54:59.386Z[ helios-setup] Feb 21 19:54:57.904 INFO E| Compiling walkdir v2.3.3
32182025-02-21T19:54:59.503Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192025-02-21T19:54:59.720Z[ helios-setup] Feb 21 19:54:58.237 INFO E| Compiling want v0.3.0
32202025-02-21T19:55:00.181Z[ helios-setup] Feb 21 19:54:58.693 INFO E| Compiling h2 v0.3.16
32212025-02-21T19:55:00.517Z[ helios-setup] Feb 21 19:54:59.027 INFO E| Compiling miniz_oxide v0.6.2
32222025-02-21T19:55:00.761Z[ helios-setup] Feb 21 19:54:59.269 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32232025-02-21T19:55:00.878Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32242025-02-21T19:55:02.738Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32252025-02-21T19:55:02.961Z[ helios-setup] Feb 21 19:55:01.477 INFO E| Compiling futures v0.3.28
32262025-02-21T19:55:04.163Z[ helios-setup] Feb 21 19:55:02.678 INFO E| Compiling semver v0.11.0
32272025-02-21T19:55:05.011Z[ helios-setup] Feb 21 19:55:03.523 INFO E| Compiling num_enum_derive v0.5.7
32282025-02-21T19:55:05.386Z[ helios-setup] Feb 21 19:55:03.900 INFO E| Compiling crossbeam-deque v0.8.2
32292025-02-21T19:55:05.949Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32302025-02-21T19:55:06.393Z[ helios-setup] Feb 21 19:55:04.906 INFO E| Compiling term v0.7.0
32312025-02-21T19:55:06.960Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32322025-02-21T19:55:07.687Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
32332025-02-21T19:55:09.521Z[ helios-setup] Feb 21 19:55:08.031 INFO E| Compiling http-body v0.4.5
32342025-02-21T19:55:10.386Z[ helios-setup] Feb 21 19:55:08.897 INFO E| Compiling sha2 v0.10.6
32352025-02-21T19:55:10.994Z[ helios-setup] Feb 21 19:55:09.504 INFO E| Compiling ring v0.16.20
32362025-02-21T19:55:13.413Z[ helios-setup] Feb 21 19:55:11.922 INFO E| Compiling rand_core v0.6.4
32372025-02-21T19:55:14.636Z[ helios-setup] Feb 21 19:55:13.145 INFO E| Compiling atty v0.2.14
32382025-02-21T19:55:14.775Z[ helios-setup] Feb 21 19:55:13.283 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32392025-02-21T19:55:15.427Z[ helios-setup] Feb 21 19:55:13.654 INFO E| Compiling utf8parse v0.2.1
32402025-02-21T19:55:15.444Z[ helios-setup] Feb 21 19:55:13.886 INFO E| Compiling base64 v0.21.0
32412025-02-21T19:55:15.469Z[ helios-setup] Feb 21 19:55:13.977 INFO E| Compiling httpdate v1.0.2
32422025-02-21T19:55:16.033Z[ helios-setup] Feb 21 19:55:14.540 INFO E| Compiling home v0.5.4
32432025-02-21T19:55:16.441Z[ helios-setup] Feb 21 19:55:14.947 INFO E| Compiling ppv-lite86 v0.2.17
32442025-02-21T19:55:17.235Z[ helios-setup] Feb 21 19:55:15.742 INFO E| Compiling tower-service v0.3.2
32452025-02-21T19:55:17.752Z[ helios-setup] Feb 21 19:55:16.259 INFO E| Compiling lazy_static v1.4.0
32462025-02-21T19:55:18.158Z[ helios-setup] Feb 21 19:55:16.664 INFO E| Compiling fastrand v1.9.0
32472025-02-21T19:55:18.247Z[ helios-setup] Feb 21 19:55:16.752 INFO E| Compiling toolchain_find v0.2.0
32482025-02-21T19:55:18.955Z[ host-package] Compiling bb8 v0.8.5
32492025-02-21T19:55:19.388Z[ helios-setup] Feb 21 19:55:17.893 INFO E| Compiling tempfile v3.5.0
32502025-02-21T19:55:19.587Z[ helios-setup] Feb 21 19:55:18.091 INFO E| Compiling rand_chacha v0.3.1
32512025-02-21T19:55:20.418Z[ host-package] Compiling bcs v0.1.6
32522025-02-21T19:55:20.440Z[ helios-setup] Feb 21 19:55:18.924 INFO E| Compiling hyper v0.14.25
32532025-02-21T19:55:21.721Z[ helios-setup] Feb 21 19:55:20.225 INFO E| Compiling anstyle-parse v0.1.1
32542025-02-21T19:55:21.740Z[ helios-setup] Feb 21 19:55:20.244 INFO E| Compiling slog-term v2.9.0
32552025-02-21T19:55:22.434Z[ host-package] Compiling libz-sys v1.1.20
32562025-02-21T19:55:24.172Z[ host-package] Compiling nanorand v0.7.0
32572025-02-21T19:55:25.763Z[ host-package] Compiling parking_lot_core v0.8.6
32582025-02-21T19:55:27.002Z[ host-package] Compiling termtree v0.5.1
32592025-02-21T19:55:27.117Z[ host-package] Compiling flume v0.11.1
32602025-02-21T19:55:29.347Z[ host-package] Compiling async-bb8-diesel v0.2.1
32612025-02-21T19:55:29.547Z[ helios-setup] Feb 21 19:55:28.046 INFO E| Compiling num_enum v0.5.7
32622025-02-21T19:55:29.694Z[ host-package] Compiling mime_guess v2.0.5
32632025-02-21T19:55:30.354Z[ helios-setup] Feb 21 19:55:28.854 INFO E| Compiling flate2 v1.0.25
32642025-02-21T19:55:32.203Z[ helios-setup] Feb 21 19:55:30.701 INFO E| Compiling cargo-lock v8.0.3
32652025-02-21T19:55:32.479Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32662025-02-21T19:55:32.625Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32672025-02-21T19:55:36.740Z[ helios-setup] Feb 21 19:55:35.233 INFO E| Compiling serde_urlencoded v0.7.1
32682025-02-21T19:55:38.010Z[ helios-setup] Feb 21 19:55:36.504 INFO E| Compiling is-terminal v0.4.7
32692025-02-21T19:55:38.367Z[ helios-setup] Feb 21 19:55:36.861 INFO E| Compiling sha1 v0.10.5
32702025-02-21T19:55:39.859Z[ helios-setup] Feb 21 19:55:38.353 INFO E| Compiling concolor-override v1.0.0
32712025-02-21T19:55:40.441Z[ helios-setup] Feb 21 19:55:38.935 INFO E| Compiling either v1.8.0
32722025-02-21T19:55:40.556Z[ helios-setup] Feb 21 19:55:39.049 INFO E| Compiling concolor-query v0.3.3
32732025-02-21T19:55:40.866Z[ helios-setup] Feb 21 19:55:39.359 INFO E| Compiling anstyle v0.3.5
32742025-02-21T19:55:41.911Z[ host-package] Compiling nibble_vec v0.1.0
32752025-02-21T19:55:42.508Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
32762025-02-21T19:55:42.626Z[ host-package] Compiling atty v0.2.14
32772025-02-21T19:55:43.358Z[ host-package] Compiling http-range v0.1.5
32782025-02-21T19:55:44.033Z[ helios-setup] Feb 21 19:55:42.524 INFO E| Compiling anstream v0.2.6
32792025-02-21T19:55:44.145Z[ helios-setup] Feb 21 19:55:42.634 INFO E| Compiling rayon v1.6.1
32802025-02-21T19:55:44.241Z[ host-package] Compiling salty v0.3.0
32812025-02-21T19:55:44.635Z[ host-package] Compiling endian-type v0.1.2
32822025-02-21T19:55:45.479Z[ host-package] Compiling radix_trie v0.2.1
32832025-02-21T19:55:47.503Z[ host-package] Compiling parking_lot v0.11.2
32842025-02-21T19:55:47.525Z[ helios-setup] Feb 21 19:55:46.014 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32852025-02-21T19:55:49.233Z[ helios-setup] Feb 21 19:55:47.721 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32862025-02-21T19:55:51.017Z[ helios-setup] Feb 21 19:55:49.504 INFO E| Compiling rand v0.8.5
32872025-02-21T19:55:51.802Z[ helios-setup] Feb 21 19:55:50.288 INFO E| Compiling rustfmt-wrapper v0.2.0
32882025-02-21T19:55:52.352Z[ helios-setup] Feb 21 19:55:50.836 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32892025-02-21T19:55:53.059Z[ helios-setup] Feb 21 19:55:51.545 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32902025-02-21T19:55:53.273Z[ helios-setup] Feb 21 19:55:51.759 INFO E| Compiling openapiv3 v1.0.2
32912025-02-21T19:55:54.239Z[ helios-setup] Feb 21 19:55:52.724 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32922025-02-21T19:55:54.409Z[ helios-setup] Feb 21 19:55:52.894 INFO E| Compiling encoding_rs v0.8.32
32932025-02-21T19:55:54.923Z[ helios-setup] Feb 21 19:55:53.407 INFO E| Compiling spin v0.5.2
32942025-02-21T19:55:55.482Z[ helios-setup] Feb 21 19:55:53.967 INFO E| Compiling mime v0.3.17
32952025-02-21T19:55:55.992Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32962025-02-21T19:55:57.609Z[ helios-setup] Feb 21 19:55:56.092 INFO E| Compiling clap_lex v0.4.1
32972025-02-21T19:55:59.091Z[ helios-setup] Feb 21 19:55:57.573 INFO E| Compiling project-root v0.2.2
32982025-02-21T19:55:59.432Z[ helios-setup] Feb 21 19:55:57.914 INFO E| Compiling base64 v0.13.1
32992025-02-21T19:55:59.590Z[ helios-setup] Feb 21 19:55:58.072 INFO E| Compiling strsim v0.10.0
33002025-02-21T19:56:00.881Z[ helios-setup] Feb 21 19:55:59.362 INFO E| Compiling utf-8 v0.7.6
33012025-02-21T19:56:01.453Z[ helios-setup] Feb 21 19:55:59.933 INFO E| Compiling unsafe-libyaml v0.2.8
33022025-02-21T19:56:01.756Z[ helios-setup] Feb 21 19:56:00.236 INFO E| Compiling ipnet v2.7.2
33032025-02-21T19:56:03.248Z[ helios-setup] Feb 21 19:56:01.727 INFO E| Compiling byteorder v1.4.3
33042025-02-21T19:56:04.384Z[ helios-setup] Feb 21 19:56:02.863 INFO E| Compiling untrusted v0.7.1
33052025-02-21T19:56:04.797Z[ helios-setup] Feb 21 19:56:03.275 INFO E| Compiling tungstenite v0.18.0
33062025-02-21T19:56:05.184Z[ helios-setup] Feb 21 19:56:03.662 INFO E| Compiling serde_yaml v0.9.21
33072025-02-21T19:56:05.411Z[ helios-setup] Feb 21 19:56:03.889 INFO E| Compiling reqwest v0.11.16
33082025-02-21T19:56:07.441Z[ helios-setup] Feb 21 19:56:05.918 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33092025-02-21T19:56:09.882Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33102025-02-21T19:56:10.251Z[ helios-setup] Feb 21 19:56:08.726 INFO E| Compiling clap_builder v4.2.1
33112025-02-21T19:56:11.662Z[ helios-setup] Feb 21 19:56:10.137 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33122025-02-21T19:56:16.650Z[ helios-setup] Feb 21 19:56:15.122 INFO E| Compiling clap_derive v4.2.0
33132025-02-21T19:56:17.601Z[ helios-setup] Feb 21 19:56:16.072 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33142025-02-21T19:56:18.601Z[ host-package] Compiling hyper-staticfile v0.10.1
33152025-02-21T19:56:20.003Z[ host-package] Compiling sled v0.34.7
33162025-02-21T19:56:22.991Z[ host-package] Compiling hickory-client v0.24.3
33172025-02-21T19:56:25.586Z[ helios-setup] Feb 21 19:56:24.052 INFO E| Compiling clap v4.2.1
33182025-02-21T19:56:36.299Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33192025-02-21T19:56:38.473Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202025-02-21T19:56:42.778Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33212025-02-21T19:56:42.958Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33222025-02-21T19:56:43.203Z[ helios-setup] Feb 21 19:56:41.658 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33232025-02-21T19:56:44.883Z[ helios-setup] Feb 21 19:56:43.338 INFO E| Compiling tokio-tungstenite v0.18.0
33242025-02-21T19:56:44.995Z[ helios-setup] Feb 21 19:56:43.446 INFO E| Compiling smartstring v1.0.1
33252025-02-21T19:56:46.155Z[ helios-setup] Feb 21 19:56:44.609 INFO E| Compiling rustls v0.21.0
33262025-02-21T19:56:47.173Z[ helios-setup] Feb 21 19:56:45.627 INFO E| Compiling serde_spanned v0.6.1
33272025-02-21T19:56:47.925Z[ helios-setup] Feb 21 19:56:46.378 INFO E| Compiling toml_datetime v0.6.1
33282025-02-21T19:56:48.238Z[ helios-setup] Feb 21 19:56:46.691 INFO E| Compiling match_cfg v0.1.0
33292025-02-21T19:56:48.512Z[ helios-setup] Feb 21 19:56:46.965 INFO E| Compiling winnow v0.4.1
33302025-02-21T19:56:49.383Z[ helios-setup] Feb 21 19:56:47.835 INFO E| Compiling async-trait v0.1.68
33312025-02-21T19:56:50.829Z[ helios-setup] Feb 21 19:56:49.281 INFO E| Compiling camino v1.1.4
33322025-02-21T19:56:52.097Z[ helios-setup] Feb 21 19:56:50.548 INFO E| Compiling paste v1.0.12
33332025-02-21T19:56:52.283Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33342025-02-21T19:56:53.419Z[ helios-setup] Feb 21 19:56:51.868 INFO E| Compiling slog-async v2.7.0
33352025-02-21T19:56:54.558Z[ helios-setup] Feb 21 19:56:53.007 INFO E| Compiling static_assertions v1.1.0
33362025-02-21T19:56:55.420Z[ helios-setup] Feb 21 19:56:53.869 INFO E| Compiling toml_edit v0.19.8
33372025-02-21T19:56:56.122Z[ helios-setup] Feb 21 19:56:54.570 INFO E| Compiling hostname v0.3.1
33382025-02-21T19:56:56.457Z[ helios-setup] Feb 21 19:56:54.905 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33392025-02-21T19:56:56.871Z[ helios-setup] Feb 21 19:56:55.319 INFO E| Compiling slog-json v2.6.1
33402025-02-21T19:56:57.907Z[ helios-setup] Feb 21 19:56:56.354 INFO E| Compiling bincode v1.3.3
33412025-02-21T19:56:59.518Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
33422025-02-21T19:57:00.458Z[ helios-setup] Feb 21 19:56:58.904 INFO E| Compiling unicode-linebreak v0.1.4
33432025-02-21T19:57:01.435Z[ host-package] Compiling hickory-server v0.24.3
33442025-02-21T19:57:02.102Z[ host-package] Compiling primeorder v0.13.6
33452025-02-21T19:57:02.956Z[ host-package] Compiling castaway v0.2.3
33462025-02-21T19:57:03.393Z[ host-package] Compiling vergen v8.3.2
33472025-02-21T19:57:03.489Z[ host-package] Compiling env_filter v0.1.2
33482025-02-21T19:57:03.898Z[ helios-setup] Feb 21 19:57:02.342 INFO E| Compiling async-stream-impl v0.3.5
33492025-02-21T19:57:04.069Z[ host-package] Compiling cargo-platform v0.1.8
33502025-02-21T19:57:04.440Z[ host-package] Compiling tough v0.19.0
33512025-02-21T19:57:05.084Z[ helios-setup] Feb 21 19:57:03.527 INFO E| Compiling rhai_codegen v1.5.0
33522025-02-21T19:57:05.190Z[ host-package] Compiling cargo_metadata v0.18.1
33532025-02-21T19:57:06.393Z[ host-package] Compiling env_logger v0.11.5
33542025-02-21T19:57:06.875Z[ helios-setup] Feb 21 19:57:05.317 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33552025-02-21T19:57:08.074Z[ helios-setup] Feb 21 19:57:06.514 INFO E| Compiling take_mut v0.2.2
33562025-02-21T19:57:08.923Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33572025-02-21T19:57:10.058Z[ helios-setup] Feb 21 19:57:08.498 INFO E| Compiling rhai v1.14.0
33582025-02-21T19:57:11.409Z[ helios-setup] Feb 21 19:57:09.848 INFO E| Compiling async-stream v0.3.5
33592025-02-21T19:57:11.869Z[ host-package] Compiling p384 v0.13.0
33602025-02-21T19:57:12.907Z[ helios-setup] Feb 21 19:57:11.345 INFO E| Compiling toml v0.7.3
33612025-02-21T19:57:14.448Z[ helios-setup] Feb 21 19:57:12.885 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33622025-02-21T19:57:14.867Z[ helios-setup] Feb 21 19:57:13.303 INFO E| Compiling slog-bunyan v2.4.0
33632025-02-21T19:57:21.524Z[ host-package] Compiling compact_str v0.8.0
33642025-02-21T19:57:22.795Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33652025-02-21T19:57:23.687Z[ helios-setup] Feb 21 19:57:22.118 INFO E| Compiling rustls-pemfile v1.0.2
33662025-02-21T19:57:25.015Z[ helios-setup] Feb 21 19:57:23.445 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33672025-02-21T19:57:25.182Z[ helios-setup] Feb 21 19:57:23.613 INFO E| Compiling serde_path_to_error v0.1.11
33682025-02-21T19:57:26.485Z[ host-package] Compiling git2 v0.19.0
33692025-02-21T19:57:26.596Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33702025-02-21T19:57:27.057Z[ helios-setup] Feb 21 19:57:25.487 INFO E| Compiling terminal_size v0.2.6
33712025-02-21T19:57:27.574Z[ helios-setup] Feb 21 19:57:26.003 INFO E| Compiling smawk v0.3.1
33722025-02-21T19:57:27.619Z[ helios-setup] Feb 21 19:57:26.048 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33732025-02-21T19:57:28.278Z[ helios-setup] Feb 21 19:57:26.707 INFO E| Compiling textwrap v0.16.0
33742025-02-21T19:57:30.563Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33752025-02-21T19:57:33.182Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33762025-02-21T19:57:39.340Z[ helios-setup] Feb 21 19:57:37.762 INFO E| Compiling sct v0.7.0
33772025-02-21T19:57:39.378Z[ helios-setup] Feb 21 19:57:37.801 INFO E| Compiling rustls-webpki v0.100.1
33782025-02-21T19:57:43.475Z[ host-package] Compiling unicode-truncate v1.1.0
33792025-02-21T19:57:43.746Z[ helios-setup] Feb 21 19:57:42.166 INFO E| Compiling git2 v0.16.1
33802025-02-21T19:57:44.093Z[ host-package] Compiling lru v0.12.5
33812025-02-21T19:57:44.616Z[ host-package] Compiling rand_seeder v0.3.0
33822025-02-21T19:57:45.226Z[ host-package] Compiling libsqlite3-sys v0.30.1
33832025-02-21T19:57:46.048Z[ host-package] Compiling lzma-sys v0.1.20
33842025-02-21T19:57:47.092Z[ helios-setup] Feb 21 19:57:45.509 INFO E| Compiling tokio-rustls v0.24.0
33852025-02-21T19:57:47.201Z[ host-package] Compiling instability v0.3.2
33862025-02-21T19:57:47.413Z[ host-package] Compiling indoc v2.0.5
33872025-02-21T19:57:47.861Z[ host-package] Compiling cassowary v0.3.0
33882025-02-21T19:57:49.390Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
33892025-02-21T19:57:49.518Z[ host-package] Compiling rustls v0.21.12
33902025-02-21T19:57:50.402Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33912025-02-21T19:57:50.638Z[ host-package] Compiling ratatui v0.29.0
33922025-02-21T19:57:50.821Z[ helios-setup] Feb 21 19:57:49.235 INFO E| Compiling built v0.6.0
33932025-02-21T19:57:52.620Z[ helios-setup] Feb 21 19:57:51.035 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33942025-02-21T19:57:54.928Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33952025-02-21T19:57:55.480Z[ helios-setup] Feb 21 19:57:53.892 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33962025-02-21T19:57:57.965Z[ helios-setup] Feb 21 19:57:56.376 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33972025-02-21T19:57:58.271Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982025-02-21T19:58:08.072Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33992025-02-21T19:58:13.272Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34002025-02-21T19:58:16.342Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34012025-02-21T19:58:17.284Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022025-02-21T19:58:17.536Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34032025-02-21T19:58:18.014Z[ host-package] Compiling rustls-webpki v0.101.7
34042025-02-21T19:58:21.112Z[ host-package] Compiling sct v0.7.1
34052025-02-21T19:58:21.627Z[ host-package] Compiling heck v0.3.3
34062025-02-21T19:58:22.062Z[ host-package] Compiling csv-core v0.1.11
34072025-02-21T19:58:22.351Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34082025-02-21T19:58:22.863Z[ host-package] Compiling glob v0.3.2
34092025-02-21T19:58:23.008Z[ host-package] Compiling csv v1.3.1
34102025-02-21T19:58:23.071Z[ host-package] Compiling zone_cfg_derive v0.1.2
34112025-02-21T19:58:24.324Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34122025-02-21T19:58:25.202Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132025-02-21T19:58:31.754Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34142025-02-21T19:58:32.431Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34152025-02-21T19:58:33.372Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34162025-02-21T19:58:33.645Z[ helios-setup] Feb 21 19:58:32.035 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34172025-02-21T19:58:36.017Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34182025-02-21T19:58:37.637Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192025-02-21T19:58:42.060Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34202025-02-21T19:58:42.689Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212025-02-21T19:58:46.765Z[ helios-setup] Feb 21 19:58:45.148 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34222025-02-21T19:58:50.421Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232025-02-21T19:58:50.792Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34242025-02-21T19:58:51.510Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34252025-02-21T19:58:52.791Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34262025-02-21T19:58:54.217Z[ host-package] Compiling nix v0.27.1
34272025-02-21T19:58:54.395Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34282025-02-21T19:58:55.936Z[ host-package] Compiling tungstenite v0.23.0
34292025-02-21T19:58:56.133Z[ host-package] Compiling hashlink v0.9.1
34302025-02-21T19:58:56.773Z[ host-package] Compiling fallible-iterator v0.3.0
34312025-02-21T19:58:58.444Z[ host-package] Compiling base64 v0.13.1
34322025-02-21T19:58:58.520Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
34332025-02-21T19:58:59.180Z[ host-package] Compiling rusqlite v0.32.1
34342025-02-21T19:58:59.509Z[ host-package] Compiling tokio-tungstenite v0.23.1
34352025-02-21T19:59:00.527Z[ host-package] Compiling ron v0.7.1
34362025-02-21T19:59:05.361Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34372025-02-21T19:59:06.483Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34382025-02-21T19:59:06.718Z[ host-package] Compiling xz2 v0.1.7
34392025-02-21T19:59:07.644Z[ host-package] Compiling tokio-rustls v0.24.1
34402025-02-21T19:59:07.913Z[ host-package] Compiling zone v0.1.8
34412025-02-21T19:59:08.498Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34422025-02-21T19:59:10.215Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34432025-02-21T19:59:13.615Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34442025-02-21T19:59:14.259Z[ helios-setup] Feb 21 19:59:12.625 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34452025-02-21T19:59:26.445Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34462025-02-21T19:59:30.131Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34472025-02-21T19:59:31.366Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34482025-02-21T19:59:32.943Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34492025-02-21T19:59:33.749Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34502025-02-21T19:59:35.201Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34512025-02-21T19:59:38.345Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34522025-02-21T19:59:38.773Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34532025-02-21T19:59:39.655Z[ host-package] Compiling rustls-pemfile v1.0.4
34542025-02-21T19:59:40.945Z[ host-package] Compiling signal-hook-tokio v0.3.1
34552025-02-21T19:59:41.221Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34562025-02-21T19:59:41.556Z[ host-package] Compiling yasna v0.5.2
34572025-02-21T19:59:45.669Z[ host-package] Compiling twox-hash v2.1.0
34582025-02-21T19:59:47.099Z[ host-package] Compiling unicode-linebreak v0.1.5
34592025-02-21T19:59:47.905Z[ host-package] Compiling is_ci v1.2.0
34602025-02-21T19:59:48.225Z[ host-package] Compiling smawk v0.3.2
34612025-02-21T19:59:48.556Z[ host-package] Compiling supports-color v3.0.1
34622025-02-21T19:59:48.766Z[ host-package] Compiling textwrap v0.16.1
34632025-02-21T19:59:54.829Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34642025-02-21T19:59:56.023Z[ host-package] Compiling rcgen v0.12.1
34652025-02-21T20:00:01.332Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34662025-02-21T20:00:02.090Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34672025-02-21T20:00:08.860Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34682025-02-21T20:00:11.133Z[ helios-setup] Feb 21 20:00:09.465 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s
34692025-02-21T20:00:11.260Z[ helios-setup] Feb 21 20:00:09.593 INFO building project "pilot" ok (394 seconds)
34702025-02-21T20:00:11.263Z[ helios-setup] Feb 21 20:00:09.593 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34712025-02-21T20:00:11.263Z[ helios-setup] Feb 21 20:00:09.593 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34722025-02-21T20:00:11.518Z[ helios-setup] Feb 21 20:00:09.851 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34732025-02-21T20:00:11.976Z[ helios-setup] Feb 21 20:00:10.307 INFO E| From https://github.com/jclulow/rust-jmclib
34742025-02-21T20:00:11.976Z[ helios-setup] Feb 21 20:00:10.307 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34752025-02-21T20:00:12.022Z[ helios-setup] Feb 21 20:00:10.353 INFO E| Updating crates.io index
34762025-02-21T20:00:12.139Z[ helios-setup] Feb 21 20:00:10.468 INFO E| Downloading crates ...
34772025-02-21T20:00:12.304Z[ helios-setup] Feb 21 20:00:10.635 INFO E| Downloaded sha-1 v0.9.8
34782025-02-21T20:00:12.307Z[ helios-setup] Feb 21 20:00:10.639 INFO E| Downloaded block-buffer v0.9.0
34792025-02-21T20:00:12.310Z[ helios-setup] Feb 21 20:00:10.640 INFO E| Downloaded getrandom v0.2.10
34802025-02-21T20:00:12.312Z[ helios-setup] Feb 21 20:00:10.644 INFO E| Downloaded fastrand v2.0.0
34812025-02-21T20:00:12.317Z[ helios-setup] Feb 21 20:00:10.646 INFO E| Downloaded digest v0.9.0
34822025-02-21T20:00:12.320Z[ helios-setup] Feb 21 20:00:10.648 INFO E| Downloaded cpufeatures v0.2.9
34832025-02-21T20:00:12.348Z[ helios-setup] Feb 21 20:00:10.680 INFO E| Downloaded proc-macro2 v1.0.66
34842025-02-21T20:00:12.351Z[ helios-setup] Feb 21 20:00:10.683 INFO E| Downloaded quote v1.0.31
34852025-02-21T20:00:12.354Z[ helios-setup] Feb 21 20:00:10.686 INFO E| Downloaded once_cell v1.18.0
34862025-02-21T20:00:12.358Z[ helios-setup] Feb 21 20:00:10.690 INFO E| Downloaded unicode-ident v1.0.11
34872025-02-21T20:00:12.361Z[ helios-setup] Feb 21 20:00:10.694 INFO E| Downloaded anyhow v1.0.72
34882025-02-21T20:00:12.367Z[ helios-setup] Feb 21 20:00:10.699 INFO E| Downloaded uuid v0.8.2
34892025-02-21T20:00:12.445Z[ helios-setup] Feb 21 20:00:10.776 INFO E| Downloaded serde_derive v1.0.193
34902025-02-21T20:00:12.449Z[ helios-setup] Feb 21 20:00:10.781 INFO E| Downloaded serde v1.0.193
34912025-02-21T20:00:12.454Z[ helios-setup] Feb 21 20:00:10.786 INFO E| Downloaded tempfile v3.7.0
34922025-02-21T20:00:12.457Z[ helios-setup] Feb 21 20:00:10.789 INFO E| Downloaded serde_json v1.0.103
34932025-02-21T20:00:12.469Z[ helios-setup] Feb 21 20:00:10.801 INFO E| Downloaded libdevinfo-sys v1.0.0
34942025-02-21T20:00:12.472Z[ helios-setup] Feb 21 20:00:10.802 INFO E| Downloaded bitflags v2.3.3
34952025-02-21T20:00:12.475Z[ helios-setup] Feb 21 20:00:10.806 INFO E| Downloaded md-5 v0.9.1
34962025-02-21T20:00:12.509Z[ helios-setup] Feb 21 20:00:10.840 INFO E| Downloaded syn v2.0.32
34972025-02-21T20:00:12.540Z[ helios-setup] Feb 21 20:00:10.872 INFO E| Downloaded rustix v0.38.4
34982025-02-21T20:00:12.598Z[ helios-setup] Feb 21 20:00:10.930 INFO E| Downloaded libc v0.2.147
34992025-02-21T20:00:12.727Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling libc v0.2.147
35002025-02-21T20:00:12.727Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling proc-macro2 v1.0.66
35012025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling unicode-ident v1.0.11
35022025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling cfg-if v1.0.0
35032025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling version_check v0.9.4
35042025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling typenum v1.16.0
35052025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling serde v1.0.193
35062025-02-21T20:00:12.730Z[ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling itoa v1.0.9
35072025-02-21T20:00:13.313Z[ helios-setup] Feb 21 20:00:11.644 INFO E| Compiling rustix v0.38.4
35082025-02-21T20:00:13.583Z[ helios-setup] Feb 21 20:00:11.914 INFO E| Compiling slog v2.7.0
35092025-02-21T20:00:14.243Z[ helios-setup] Feb 21 20:00:12.573 INFO E| Compiling powerfmt v0.2.0
35102025-02-21T20:00:14.450Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35112025-02-21T20:00:14.809Z[ helios-setup] Feb 21 20:00:13.139 INFO E| Compiling time-core v0.1.2
35122025-02-21T20:00:14.817Z[ helios-setup] Feb 21 20:00:13.148 INFO E| Compiling generic-array v0.14.7
35132025-02-21T20:00:15.037Z[ helios-setup] Feb 21 20:00:13.367 INFO E| Compiling num-conv v0.1.0
35142025-02-21T20:00:15.287Z[ helios-setup] Feb 21 20:00:13.617 INFO E| Compiling deranged v0.3.11
35152025-02-21T20:00:15.308Z[ helios-setup] Feb 21 20:00:13.637 INFO E| Compiling num_threads v0.1.6
35162025-02-21T20:00:15.542Z[ helios-setup] Feb 21 20:00:13.871 INFO E| Compiling bitflags v2.3.3
35172025-02-21T20:00:15.582Z[ helios-setup] Feb 21 20:00:13.912 INFO E| Compiling once_cell v1.18.0
35182025-02-21T20:00:15.592Z[ helios-setup] Feb 21 20:00:13.921 INFO E| Compiling time-macros v0.2.18
35192025-02-21T20:00:16.474Z[ helios-setup] Feb 21 20:00:14.802 INFO E| Compiling quote v1.0.31
35202025-02-21T20:00:16.568Z[ helios-setup] Feb 21 20:00:14.898 INFO E| Compiling dirs-sys-next v0.1.2
35212025-02-21T20:00:16.966Z[ helios-setup] Feb 21 20:00:15.295 INFO E| Compiling errno v0.3.1
35222025-02-21T20:00:17.061Z[ helios-setup] Feb 21 20:00:15.390 INFO E| Compiling atty v0.2.14
35232025-02-21T20:00:17.085Z[ helios-setup] Feb 21 20:00:15.414 INFO E| Compiling thread_local v1.1.7
35242025-02-21T20:00:17.492Z[ helios-setup] Feb 21 20:00:15.821 INFO E| Compiling syn v2.0.32
35252025-02-21T20:00:17.508Z[ helios-setup] Feb 21 20:00:15.837 INFO E| Compiling dirs-next v2.0.0
35262025-02-21T20:00:17.763Z[ helios-setup] Feb 21 20:00:16.091 INFO E| Compiling term v0.7.0
35272025-02-21T20:00:17.975Z[ helios-setup] Feb 21 20:00:16.304 INFO E| Compiling opaque-debug v0.3.0
35282025-02-21T20:00:18.146Z[ helios-setup] Feb 21 20:00:16.474 INFO E| Compiling digest v0.9.0
35292025-02-21T20:00:18.153Z[ helios-setup] Feb 21 20:00:16.482 INFO E| Compiling block-buffer v0.9.0
35302025-02-21T20:00:18.192Z[ helios-setup] Feb 21 20:00:16.520 INFO E| Compiling serde_json v1.0.103
35312025-02-21T20:00:18.573Z[ helios-setup] Feb 21 20:00:16.901 INFO E| Compiling anyhow v1.0.72
35322025-02-21T20:00:18.593Z[ helios-setup] Feb 21 20:00:16.921 INFO E| Compiling fastrand v2.0.0
35332025-02-21T20:00:18.595Z[ helios-setup] Feb 21 20:00:16.921 INFO E| Compiling getrandom v0.2.10
35342025-02-21T20:00:19.407Z[ helios-setup] Feb 21 20:00:17.734 INFO E| Compiling cpufeatures v0.2.9
35352025-02-21T20:00:19.556Z[ helios-setup] Feb 21 20:00:17.884 INFO E| Compiling same-file v1.0.6
35362025-02-21T20:00:19.573Z[ helios-setup] Feb 21 20:00:17.900 INFO E| Compiling ryu v1.0.15
35372025-02-21T20:00:19.661Z[ helios-setup] Feb 21 20:00:17.988 INFO E| Compiling unicode-width v0.1.10
35382025-02-21T20:00:20.244Z[ helios-setup] Feb 21 20:00:18.570 INFO E| Compiling walkdir v2.3.3
35392025-02-21T20:00:20.420Z[ helios-setup] Feb 21 20:00:18.747 INFO E| Compiling getopts v0.2.21
35402025-02-21T20:00:20.441Z[ helios-setup] Feb 21 20:00:18.768 INFO E| Compiling sha-1 v0.9.8
35412025-02-21T20:00:20.706Z[ helios-setup] Feb 21 20:00:19.032 INFO E| Compiling tempfile v3.7.0
35422025-02-21T20:00:20.798Z[ helios-setup] Feb 21 20:00:19.125 INFO E| Compiling time v0.3.36
35432025-02-21T20:00:21.593Z[ helios-setup] Feb 21 20:00:19.919 INFO E| Compiling md-5 v0.9.1
35442025-02-21T20:00:21.774Z[ helios-setup] Feb 21 20:00:20.101 INFO E| Compiling glob v0.3.1
35452025-02-21T20:00:21.791Z[ helios-setup] Feb 21 20:00:20.117 INFO E| Compiling libdevinfo-sys v1.0.0
35462025-02-21T20:00:24.039Z[ helios-setup] Feb 21 20:00:22.364 INFO E| Compiling slog-term v2.9.0
35472025-02-21T20:00:24.516Z[ helios-setup] Feb 21 20:00:22.840 INFO E| Compiling serde_derive v1.0.193
35482025-02-21T20:00:29.913Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35492025-02-21T20:00:37.966Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35502025-02-21T20:00:38.034Z[ helios-setup] Feb 21 20:00:36.351 INFO E| Compiling toml v0.5.11
35512025-02-21T20:00:38.038Z[ helios-setup] Feb 21 20:00:36.351 INFO E| Compiling uuid v0.8.2
35522025-02-21T20:00:40.391Z[ helios-setup] Feb 21 20:00:38.696 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35532025-02-21T20:00:42.163Z[ helios-setup] Feb 21 20:00:40.476 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35542025-02-21T20:00:43.330Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35552025-02-21T20:00:44.086Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35562025-02-21T20:00:52.186Z[ helios-setup] Feb 21 20:00:50.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.78s
35572025-02-21T20:00:52.217Z[ helios-setup] Feb 21 20:00:50.523 INFO building project "image-builder" ok (40 seconds)
35582025-02-21T20:00:52.228Z[ helios-setup] rm -f helios-build
35592025-02-21T20:00:52.229Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35602025-02-21T20:00:52.229Z[ helios-setup]
35612025-02-21T20:00:52.229Z[ helios-setup] Setup complete! ./helios-build is now available.
35622025-02-21T20:00:52.240Z[ helios-setup]
35632025-02-21T20:00:52.240Z[ helios-setup]
35642025-02-21T20:00:52.240Z[ helios-setup] real 11:50.163306500
35652025-02-21T20:00:52.240Z[ helios-setup] user 28:39.624000676
35662025-02-21T20:00:52.240Z[ helios-setup] sys 2:49.048246845
35672025-02-21T20:00:52.240Z[ helios-setup] trap 1.824561980
35682025-02-21T20:00:52.240Z[ helios-setup] tflt 5.774427572
35692025-02-21T20:00:52.240Z[ helios-setup] dflt 24.502522547
35702025-02-21T20:00:52.241Z[ helios-setup] kflt 0.004369792
35712025-02-21T20:00:52.241Z[ helios-setup] lock 1:55:35.160347963
35722025-02-21T20:00:52.241Z[ helios-setup] slp 3:37:15.178110773
35732025-02-21T20:00:52.241Z[ helios-setup] lat 32:13.005153374
35742025-02-21T20:00:52.241Z[ helios-setup] stop 5:02.832565247
35752025-02-21T20:00:52.241ZFeb 21 20:00:50.537 INFO [helios-setup] process exited with exit status: 0 (710.169211074s)
35762025-02-21T20:00:52.241ZFeb 21 20:00:50.537 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35772025-02-21T20:00:52.266Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35782025-02-21T20:00:52.490Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35792025-02-21T20:00:52.495Z[ phbl-toolchain] info: downloading component 'cargo'
35802025-02-21T20:00:53.450Z[ phbl-toolchain] info: downloading component 'clippy'
35812025-02-21T20:00:53.843Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35822025-02-21T20:00:54.825Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35832025-02-21T20:00:55.406Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35842025-02-21T20:00:59.082Z[ phbl-toolchain] info: downloading component 'miri'
35852025-02-21T20:00:59.361Z[ phbl-toolchain] info: downloading component 'rust-docs'
35862025-02-21T20:01:00.882Z[ phbl-toolchain] info: downloading component 'rust-src'
35872025-02-21T20:01:01.112Z[ phbl-toolchain] info: downloading component 'rust-std'
35882025-02-21T20:01:03.103Z[ phbl-toolchain] info: downloading component 'rustc'
35892025-02-21T20:01:04.420Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35902025-02-21T20:01:05.438Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35912025-02-21T20:01:05.562Z[ host-package] Compiling fatfs v0.3.6
35922025-02-21T20:01:05.865Z[ host-package] Compiling rtoolbox v0.0.2
35932025-02-21T20:01:06.330Z[ host-package] Compiling subprocess v0.2.9
35942025-02-21T20:01:08.348Z[ host-package] Compiling assert_matches v1.5.0
35952025-02-21T20:01:10.990Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35962025-02-21T20:01:11.129Z[ host-package] Compiling rpassword v7.3.1
35972025-02-21T20:01:11.166Z[ phbl-toolchain] info: downloading component 'rustfmt'
35982025-02-21T20:01:11.668Z[ phbl-toolchain] info: installing component 'cargo'
35992025-02-21T20:01:11.672Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36002025-02-21T20:01:12.976Z[ phbl-toolchain] info: installing component 'clippy'
36012025-02-21T20:01:13.559Z[ phbl-toolchain] info: installing component 'llvm-tools'
36022025-02-21T20:01:16.917Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36032025-02-21T20:01:19.497Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36042025-02-21T20:01:19.564Z[ phbl-toolchain] info: installing component 'miri'
36052025-02-21T20:01:19.944Z[ phbl-toolchain] info: installing component 'rust-docs'
36062025-02-21T20:01:25.227Z[ host-package] Compiling tui-tree-widget v0.23.0
36072025-02-21T20:01:25.856Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36082025-02-21T20:01:26.090Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36092025-02-21T20:01:26.687Z[ host-package] Compiling uzers v0.12.1
36102025-02-21T20:01:27.262Z[ phbl-toolchain] info: installing component 'rust-src'
36112025-02-21T20:01:28.081Z[ phbl-toolchain] info: installing component 'rust-std'
36122025-02-21T20:01:32.615Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36132025-02-21T20:01:32.662Z[ phbl-toolchain] info: installing component 'rustc'
36142025-02-21T20:01:39.841Z[ phbl-toolchain] info: installing component 'rustfmt'
36152025-02-21T20:01:40.605Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36162025-02-21T20:01:40.610ZFeb 21 20:01:38.887 INFO [phbl-toolchain] process exited with exit status: 0 (48.349122799s)
36172025-02-21T20:01:41.553Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36182025-02-21T20:01:43.532Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36192025-02-21T20:02:02.624Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36202025-02-21T20:02:09.490Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36212025-02-21T20:02:13.593Z[ host-package] Compiling multimap v0.10.0
36222025-02-21T20:04:32.929Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36232025-02-21T20:11:19.291Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 36s
36242025-02-21T20:12:31.190ZFeb 21 20:12:29.083 INFO [host-package] process exited with exit status: 0 (1308.500749074s)
36252025-02-21T20:12:31.194ZFeb 21 20:12:29.083 INFO [host-stamp] running task
36262025-02-21T20:12:31.194ZFeb 21 20:12:29.085 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36272025-02-21T20:12:31.194ZFeb 21 20:12:29.085 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git9190d809eca
36282025-02-21T20:12:31.209ZFeb 21 20:12:29.102 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git9190d809eca
36292025-02-21T20:12:31.215Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36302025-02-21T20:12:31.219Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36312025-02-21T20:12:31.219ZFeb 21 20:12:29.112 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git9190d809eca
36322025-02-21T20:12:31.230Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36332025-02-21T20:12:31.233ZFeb 21 20:12:29.127 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git9190d809eca
36342025-02-21T20:12:31.246Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36352025-02-21T20:12:31.249Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36362025-02-21T20:12:31.250ZFeb 21 20:12:29.142 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git9190d809eca
36372025-02-21T20:12:31.263Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36382025-02-21T20:12:31.267ZFeb 21 20:12:29.157 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git9190d809eca
36392025-02-21T20:12:31.272Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36402025-02-21T20:12:31.277Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36412025-02-21T20:12:31.277ZFeb 21 20:12:29.170 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git9190d809eca
36422025-02-21T20:12:31.293ZFeb 21 20:12:29.185 INFO[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36432025-02-21T20:12:31.293Z [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git9190d809eca
36442025-02-21T20:12:31.327Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36452025-02-21T20:12:31.331Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36462025-02-21T20:12:31.331ZFeb 21 20:12:29.201 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.948712ms)
36472025-02-21T20:12:31.331ZFeb 21 20:12:29.201 INFO [stamp-oxlog] process exited with exit status: 0 (74.704866ms)
36482025-02-21T20:12:31.332ZFeb 21 20:12:29.204 INFO [stamp-overlay] process exited with exit status: 0 (33.768142ms)
36492025-02-21T20:12:31.332Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36502025-02-21T20:12:31.369Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36512025-02-21T20:12:31.387ZFeb 21 20:12:29.267 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.661883ms)
36522025-02-21T20:12:31.545Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36532025-02-21T20:12:31.549ZFeb 21 20:12:29.442 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (284.848824ms)
36542025-02-21T20:12:31.668Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36552025-02-21T20:12:31.672ZFeb 21 20:12:29.564 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (462.562884ms)
36562025-02-21T20:12:32.362Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36572025-02-21T20:12:32.366ZFeb 21 20:12:30.258 INFO [stamp-propolis-server] process exited with exit status: 0 (1.173551876s)
36582025-02-21T20:12:32.416Z[recovery-package] Compiling newtype-uuid v1.2.1
36592025-02-21T20:12:33.104Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36602025-02-21T20:12:33.427Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36612025-02-21T20:12:33.428Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36622025-02-21T20:12:33.431Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36632025-02-21T20:12:33.472Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36642025-02-21T20:12:34.088Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36652025-02-21T20:12:42.256Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36662025-02-21T20:12:42.573ZFeb 21 20:12:39.561 INFO [stamp-switch-asic] process exited with exit status: 0 (10.375735848s)
36672025-02-21T20:12:42.573ZFeb 21 20:12:39.561 INFO [host-stamp] task succeeded (10.477182904s)
36682025-02-21T20:12:42.573ZFeb 21 20:12:39.561 INFO [host-proto] running task
36692025-02-21T20:12:42.573ZFeb 21 20:12:40.019 INFO [host-proto] task succeeded (457.884138ms)
36702025-02-21T20:12:42.573ZFeb 21 20:12:40.019 INFO [host-profile] running task
36712025-02-21T20:12:42.573ZFeb 21 20:12:40.019 INFO [host-profile] task succeeded (289.775µs)
36722025-02-21T20:12:42.573ZFeb 21 20:12:40.019 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.334' -P /tmp/.tmppPBl4F/proto/host/root -N 'ci 9190d80/${os_short_commit} 2025-02-21 19:49' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36732025-02-21T20:12:42.573Z[ host-image] Feb 21 20:12:40.038 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36742025-02-21T20:12:42.573Z[ host-image] Feb 21 20:12:40.038 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36752025-02-21T20:12:42.574Z[ host-image] Feb 21 20:12:40.053 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmppPBl4F/proto/host/root"
36762025-02-21T20:12:42.574Z[ host-image] Feb 21 20:12:40.053 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36772025-02-21T20:12:42.574Z[ host-image] Feb 21 20:12:40.053 INFO image builder template: ramdisk-01-os...
36782025-02-21T20:12:42.574Z[ host-image] Feb 21 20:12:40.053 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/.tmppPBl4F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36792025-02-21T20:12:42.574Z[ host-image] Feb 21 20:12:40.073 INFO O| Feb 21 20:12:40.072 INFO CREATE DATASET: rpool/images/build/host/output
36802025-02-21T20:12:42.674Z[ host-image] Feb 21 20:12:40.560 INFO O| Feb 21 20:12:40.560 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36812025-02-21T20:12:42.678Z[ host-image] Feb 21 20:12:40.565 INFO O| Feb 21 20:12:40.565 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36822025-02-21T20:12:42.693Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36832025-02-21T20:12:42.693Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36842025-02-21T20:12:42.696Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36852025-02-21T20:12:42.697Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36862025-02-21T20:12:42.923Z[ host-image] Feb 21 20:12:40.809 INFO O| Feb 21 20:12:40.809 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36872025-02-21T20:12:43.028Z[ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.913 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36882025-02-21T20:12:43.032Z[ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36892025-02-21T20:12:43.032Z[ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36902025-02-21T20:12:43.032Z[ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36912025-02-21T20:12:43.042Z[ host-image] Feb 21 20:12:40.928 INFO O| Feb 21 20:12:40.928 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36922025-02-21T20:12:43.487Z[ host-image] Feb 21 20:12:41.372 INFO O| Feb 21 20:12:41.372 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36932025-02-21T20:12:43.505Z[ host-image] Feb 21 20:12:41.391 INFO O| Feb 21 20:12:41.391 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36942025-02-21T20:12:44.178Z[ host-image] Feb 21 20:12:42.063 INFO O| Feb 21 20:12:42.063 INFO O| Caching catalogs ... Done
36952025-02-21T20:12:44.377Z[ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.261 INFO STEP 0 (pkg_image_create) COMPLETE
36962025-02-21T20:12:44.377Z[ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972025-02-21T20:12:44.381Z[ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO skip step because feature "repo_redist" is not enabled
36982025-02-21T20:12:44.381Z[ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992025-02-21T20:12:44.396Z[ host-image] Feb 21 20:12:42.281 INFO O| Feb 21 20:12:42.281 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"]
37002025-02-21T20:12:45.062Z[ host-image] Feb 21 20:12:42.947 INFO O| Feb 21 20:12:42.947 INFO STEP 2 (pkg_set_publisher) COMPLETE
37012025-02-21T20:12:45.062Z[ host-image] Feb 21 20:12:42.947 INFO O| Feb 21 20:12:42.947 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37022025-02-21T20:12:45.081Z[ host-image] Feb 21 20:12:42.966 INFO O| Feb 21 20:12:42.966 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"]
37032025-02-21T20:12:45.691Z[ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 3 (pkg_set_publisher) COMPLETE
37042025-02-21T20:12:45.691Z[ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37052025-02-21T20:12:45.695Z[ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO skip step because feature "repo_redist" is not enabled
37062025-02-21T20:12:45.695Z[ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37072025-02-21T20:12:46.280Z[ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO variant opensolaris.zone is already global
37082025-02-21T20:12:46.280Z[ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO STEP 5 (pkg_change_variant) COMPLETE
37092025-02-21T20:12:46.284Z[ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37102025-02-21T20:12:46.950Z[ host-image] Feb 21 20:12:44.833 INFO O| Feb 21 20:12:44.833 INFO variant opensolaris.imagetype is full; changing to partial
37112025-02-21T20:12:46.950Z[ host-image] Feb 21 20:12:44.833 INFO O| Feb 21 20:12:44.833 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37122025-02-21T20:12:49.016Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37132025-02-21T20:12:50.380Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37142025-02-21T20:12:51.546Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37152025-02-21T20:12:51.583Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37162025-02-21T20:12:52.632Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37172025-02-21T20:12:55.182Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37182025-02-21T20:12:59.768Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37192025-02-21T20:13:00.377Z[ host-image] Feb 21 20:12:58.252 INFO O| Feb 21 20:12:58.252 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37202025-02-21T20:13:06.607Z[ host-image] Feb 21 20:13:04.479 INFO O| Feb 21 20:13:04.479 INFO O| Startup: Caching catalogs ... Done
37212025-02-21T20:13:06.686Z[ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Planning completed in 0.00 seconds
37222025-02-21T20:13:06.690Z[ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Consolidating action changes ... Done
37232025-02-21T20:13:06.690Z[ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Evaluating mediators ... Done
37242025-02-21T20:13:06.690Z[ host-image] Feb 21 20:13:04.560 INFO O| Feb 21 20:13:04.560 INFO O| Planning: Planning completed in 0.00 seconds
37252025-02-21T20:13:06.690Z[ host-image] Feb 21 20:13:04.560 INFO O| Feb 21 20:13:04.560 INFO O| Variants/Facets to change: 1
37262025-02-21T20:13:06.704Z[ host-image] Feb 21 20:13:04.577 INFO O| Feb 21 20:13:04.577 INFO O| Done
37272025-02-21T20:13:06.704Z[ host-image] Feb 21 20:13:04.577 INFO O| Feb 21 20:13:04.577 INFO O| Done
37282025-02-21T20:13:07.282Z[ host-image] Feb 21 20:13:05.154 INFO O| Feb 21 20:13:05.154 INFO O| Done
37292025-02-21T20:13:07.332Z[ host-image] Feb 21 20:13:05.204 INFO O| Feb 21 20:13:05.204 INFO O| Done
37302025-02-21T20:13:07.336Z[ host-image] Feb 21 20:13:05.205 INFO O| Feb 21 20:13:05.205 INFO O| Done
37312025-02-21T20:13:07.337Z[ host-image] Feb 21 20:13:05.205 INFO O| Feb 21 20:13:05.205 INFO O| Done
37322025-02-21T20:13:07.337Z[ host-image] Feb 21 20:13:05.207 INFO O| Feb 21 20:13:05.207 INFO O| Done
37332025-02-21T20:13:07.823Z[ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 6 (pkg_change_variant) COMPLETE
37342025-02-21T20:13:07.823Z[ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352025-02-21T20:13:07.826Z[ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO skip step because feature "debug_variant" is not enabled
37362025-02-21T20:13:07.826Z[ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372025-02-21T20:13:08.383Z[ host-image] Feb 21 20:13:06.254 INFO O| Feb 21 20:13:06.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37382025-02-21T20:13:09.486Z[ host-image] Feb 21 20:13:07.357 INFO O| Feb 21 20:13:07.356 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37392025-02-21T20:13:09.489Z[ host-image] Feb 21 20:13:07.358 INFO O| Feb 21 20:13:07.358 INFO O| Planning: Planning completed in 0.00 seconds
37402025-02-21T20:13:09.489Z[ host-image] Feb 21 20:13:07.359 INFO O| Feb 21 20:13:07.359 INFO O| Planning: Consolidating action changes ... Done
37412025-02-21T20:13:09.489Z[ host-image] Feb 21 20:13:07.359 INFO O| Feb 21 20:13:07.359 INFO O| Planning: Evaluating mediators ... Done
37422025-02-21T20:13:09.489Z[ host-image] Feb 21 20:13:07.360 INFO O| Feb 21 20:13:07.360 INFO O| Planning: Planning completed in 0.00 seconds
37432025-02-21T20:13:09.492Z[ host-image] Feb 21 20:13:07.360 INFO O| Feb 21 20:13:07.360 INFO O| Variants/Facets to change: 1
37442025-02-21T20:13:09.565Z[ host-image] Feb 21 20:13:07.436 INFO O| Feb 21 20:13:07.435 INFO O| Done
37452025-02-21T20:13:09.565Z[ host-image] Feb 21 20:13:07.436 INFO O| Feb 21 20:13:07.436 INFO O| Done
37462025-02-21T20:13:10.393Z[ host-image] Feb 21 20:13:08.263 INFO O| Feb 21 20:13:08.263 INFO O| Done
37472025-02-21T20:13:10.494Z[ host-image] Feb 21 20:13:08.361 INFO O| Feb 21 20:13:08.361 INFO O| Done
37482025-02-21T20:13:10.497Z[ host-image] Feb 21 20:13:08.362 INFO O| Feb 21 20:13:08.362 INFO O| Done
37492025-02-21T20:13:10.497Z[ host-image] Feb 21 20:13:08.363 INFO O| Feb 21 20:13:08.363 INFO O| Done
37502025-02-21T20:13:10.497Z[ host-image] Feb 21 20:13:08.364 INFO O| Feb 21 20:13:08.364 INFO O| Done
37512025-02-21T20:13:10.585Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 8 (pkg_change_facet) COMPLETE
37522025-02-21T20:13:10.585Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-21T20:13:10.588Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO skip step because feature "recovery" is not enabled
37542025-02-21T20:13:10.588Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552025-02-21T20:13:10.588Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO skip step because feature "recovery" is not enabled
37562025-02-21T20:13:10.588Z[ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572025-02-21T20:13:10.602Z[ host-image] Feb 21 20:13:08.472 INFO O| Feb 21 20:13:08.472 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"]
37582025-02-21T20:13:11.337Z[ host-image] Feb 21 20:13:09.207 INFO O| Feb 21 20:13:09.207 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37592025-02-21T20:13:18.415Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.90s
37602025-02-21T20:13:19.597ZFeb 21 20:13:17.462 INFO [recovery-package] process exited with exit status: 0 (48.377561808s)
37612025-02-21T20:13:19.597ZFeb 21 20:13:17.462 INFO [recovery-stamp] running task
37622025-02-21T20:13:19.600ZFeb 21 20:13:17.462 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37632025-02-21T20:13:19.605ZFeb 21 20:13:17.470 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git9190d809eca
37642025-02-21T20:13:19.616ZFeb 21 20:13:17.481 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git9190d809eca
37652025-02-21T20:13:19.627Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37662025-02-21T20:13:19.635Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37672025-02-21T20:13:19.724Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37682025-02-21T20:13:19.728ZFeb 21 20:13:17.593 INFO [stamp-installinator] process exited with exit status: 0 (112.327105ms)
37692025-02-21T20:13:19.737Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37702025-02-21T20:13:19.740ZFeb 21 20:13:17.605 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.610555ms)
37712025-02-21T20:13:19.743ZFeb 21 20:13:17.605 INFO [recovery-stamp] task succeeded (142.919884ms)
37722025-02-21T20:13:19.743ZFeb 21 20:13:17.605 INFO [recovery-proto] running task
37732025-02-21T20:13:19.743ZFeb 21 20:13:17.605 INFO [tuf-stamp] running task
37742025-02-21T20:13:19.743ZFeb 21 20:13:17.607 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git9190d809eca
37752025-02-21T20:13:19.756ZFeb 21 20:13:17.621 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git9190d809eca
37762025-02-21T20:13:19.768ZFeb 21 20:13:17.632 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git9190d809eca
37772025-02-21T20:13:19.771Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37782025-02-21T20:13:19.782Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37792025-02-21T20:13:19.786ZFeb 21 20:13:17.647 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git9190d809eca
37802025-02-21T20:13:19.800ZFeb 21 20:13:17.665 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git9190d809eca
37812025-02-21T20:13:19.803Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37822025-02-21T20:13:19.828ZFeb 21 20:13:17.693 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git9190d809eca
37832025-02-21T20:13:19.831Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37842025-02-21T20:13:19.859Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37852025-02-21T20:13:19.862ZFeb 21 20:13:17.725 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git9190d809eca
37862025-02-21T20:13:20.200Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37872025-02-21T20:13:20.203ZFeb 21 20:13:18.063 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git9190d809eca
37882025-02-21T20:13:20.214Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37892025-02-21T20:13:20.218ZFeb 21 20:13:18.079 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git9190d809eca
37902025-02-21T20:13:20.251Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37912025-02-21T20:13:20.254ZFeb 21 20:13:18.116 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git9190d809eca
37922025-02-21T20:13:20.368Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37932025-02-21T20:13:20.374ZFeb 21 20:13:18.233 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git9190d809eca
37942025-02-21T20:13:20.399Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
37952025-02-21T20:13:20.402Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37962025-02-21T20:13:20.402Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37972025-02-21T20:13:20.402Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37982025-02-21T20:13:20.426Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37992025-02-21T20:13:20.456ZFeb 21 20:13:18.321 INFO [stamp-probe] process exited with exit status: 0 (257.768348ms)
38002025-02-21T20:13:20.479ZFeb 21 20:13:18.343 INFO [recovery-proto] task succeeded (737.901435ms)
38012025-02-21T20:13:20.482ZFeb 21 20:13:18.344 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.334' -P /tmp/.tmppPBl4F/proto/recovery/root -N 'recovery 9190d80/${os_short_commit} 2025-02-21 19:49' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38022025-02-21T20:13:20.542Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38032025-02-21T20:13:20.556Z[ recovery-image] Feb 21 20:13:18.420 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38042025-02-21T20:13:20.558Z[ recovery-image] Feb 21 20:13:18.420 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38052025-02-21T20:13:20.606Z[ recovery-image] Feb 21 20:13:18.470 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmppPBl4F/proto/recovery/root"
38062025-02-21T20:13:20.609Z[ recovery-image] Feb 21 20:13:18.470 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38072025-02-21T20:13:20.609Z[ recovery-image] Feb 21 20:13:18.470 INFO image builder template: ramdisk-01-os...
38082025-02-21T20:13:20.609Z[ recovery-image] Feb 21 20:13:18.470 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/.tmppPBl4F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38092025-02-21T20:13:20.624ZFeb 21 20:13:18.489 INFO [stamp-ntp] process exited with exit status: 0 (795.589111ms)
38102025-02-21T20:13:20.693Z[ recovery-image] Feb 21 20:13:18.556 INFO O| Feb 21 20:13:18.555 INFO CREATE DATASET: rpool/images/build/recovery/output
38112025-02-21T20:13:21.314Z[ recovery-image] Feb 21 20:13:19.178 INFO O| Feb 21 20:13:19.178 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38122025-02-21T20:13:21.321Z[ recovery-image] Feb 21 20:13:19.184 INFO O| Feb 21 20:13:19.184 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38132025-02-21T20:13:21.382Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38142025-02-21T20:13:21.417ZFeb 21 20:13:19.281 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.65956656s)
38152025-02-21T20:13:21.732Z[ recovery-image] Feb 21 20:13:19.595 INFO O| Feb 21 20:13:19.595 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38162025-02-21T20:13:21.823Z[ recovery-image] Feb 21 20:13:19.686 INFO O| Feb 21 20:13:19.686 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38172025-02-21T20:13:21.826Z[ recovery-image] Feb 21 20:13:19.686 INFO O| Feb 21 20:13:19.686 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38182025-02-21T20:13:21.826Z[ recovery-image] Feb 21 20:13:19.687 INFO O| Feb 21 20:13:19.686 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38192025-02-21T20:13:21.826Z[ recovery-image] Feb 21 20:13:19.687 INFO O| Feb 21 20:13:19.687 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38202025-02-21T20:13:21.852Z[ recovery-image] Feb 21 20:13:19.715 INFO O| Feb 21 20:13:19.715 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38212025-02-21T20:13:21.952Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38222025-02-21T20:13:21.972Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38232025-02-21T20:13:21.976ZFeb 21 20:13:19.840 INFO [stamp-external-dns] process exited with exit status: 0 (2.233220334s)
38242025-02-21T20:13:22.001ZFeb 21 20:13:19.864 INFO [stamp-internal-dns] process exited with exit status: 0 (2.199364791s)
38252025-02-21T20:13:22.342Z[ recovery-image] Feb 21 20:13:20.204 INFO O| Feb 21 20:13:20.204 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38262025-02-21T20:13:22.356Z[ recovery-image] Feb 21 20:13:20.219 INFO O| Feb 21 20:13:20.219 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38272025-02-21T20:13:22.473Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38282025-02-21T20:13:22.535ZFeb 21 20:13:20.398 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.16480752s)
38292025-02-21T20:13:22.852Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38302025-02-21T20:13:22.856ZFeb 21 20:13:20.719 INFO [stamp-oximeter] process exited with exit status: 0 (2.640397336s)
38312025-02-21T20:13:22.875Z[ recovery-image] Feb 21 20:13:20.738 INFO O| Feb 21 20:13:20.738 INFO O| Caching catalogs ... Done
38322025-02-21T20:13:22.992Z[ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 0 (pkg_image_create) COMPLETE
38332025-02-21T20:13:22.992Z[ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38342025-02-21T20:13:22.993Z[ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO skip step because feature "repo_redist" is not enabled
38352025-02-21T20:13:22.996Z[ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362025-02-21T20:13:23.007Z[ recovery-image] Feb 21 20:13:20.870 INFO O| Feb 21 20:13:20.870 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"]
38372025-02-21T20:13:23.503Z[ recovery-image] Feb 21 20:13:21.364 INFO O| Feb 21 20:13:21.364 INFO STEP 2 (pkg_set_publisher) COMPLETE
38382025-02-21T20:13:23.503Z[ recovery-image] Feb 21 20:13:21.364 INFO O| Feb 21 20:13:21.364 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38392025-02-21T20:13:23.516Z[ recovery-image] Feb 21 20:13:21.379 INFO O| Feb 21 20:13:21.379 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"]
38402025-02-21T20:13:24.003Z[ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 3 (pkg_set_publisher) COMPLETE
38412025-02-21T20:13:24.004Z[ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38422025-02-21T20:13:24.004Z[ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO skip step because feature "repo_redist" is not enabled
38432025-02-21T20:13:24.007Z[ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442025-02-21T20:13:24.390Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38452025-02-21T20:13:24.394ZFeb 21 20:13:22.256 INFO [stamp-nexus] process exited with exit status: 0 (4.609428644s)
38462025-02-21T20:13:24.473Z[ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO variant opensolaris.zone is already global
38472025-02-21T20:13:24.473Z[ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO STEP 5 (pkg_change_variant) COMPLETE
38482025-02-21T20:13:24.473Z[ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492025-02-21T20:13:24.775Z[verify-libraries] Compiling ring v0.17.9
38502025-02-21T20:13:24.940Z[ recovery-image] Feb 21 20:13:22.802 INFO O| Feb 21 20:13:22.802 INFO variant opensolaris.imagetype is full; changing to partial
38512025-02-21T20:13:24.940Z[ recovery-image] Feb 21 20:13:22.802 INFO O| Feb 21 20:13:22.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38522025-02-21T20:13:24.999Z[verify-libraries] Compiling home v0.5.9
38532025-02-21T20:13:25.009Z[verify-libraries] Compiling cfg_aliases v0.1.1
38542025-02-21T20:13:25.013Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38552025-02-21T20:13:25.013Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38562025-02-21T20:13:25.013Z[verify-libraries] Compiling unicode_categories v0.1.1
38572025-02-21T20:13:25.319Z[verify-libraries] Compiling polyval v0.6.2
38582025-02-21T20:13:25.348Z[verify-libraries] Compiling ctr v0.9.2
38592025-02-21T20:13:25.408Z[verify-libraries] Compiling nix v0.28.0
38602025-02-21T20:13:25.896Z[verify-libraries] Compiling sqlformat v0.2.6
38612025-02-21T20:13:25.952Z[verify-libraries] Compiling ghash v0.5.1
38622025-02-21T20:13:26.046Z[verify-libraries] Compiling ssh-encoding v0.2.0
38632025-02-21T20:13:26.246Z[verify-libraries] Compiling aes-gcm v0.10.3
38642025-02-21T20:13:26.875Z[verify-libraries] Compiling blowfish v0.9.1
38652025-02-21T20:13:26.993Z[verify-libraries] Compiling ssh-cipher v0.2.0
38662025-02-21T20:13:27.084Z[verify-libraries] Compiling sqlparser v0.45.0
38672025-02-21T20:13:27.132Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38682025-02-21T20:13:27.137ZFeb 21 20:13:24.998 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.88212057s)
38692025-02-21T20:13:27.714Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38702025-02-21T20:13:28.196Z[verify-libraries] Compiling password-hash v0.4.2
38712025-02-21T20:13:28.309Z[verify-libraries] Compiling ssh-key v0.6.6
38722025-02-21T20:13:30.647Z[verify-libraries] Compiling pbkdf2 v0.11.0
38732025-02-21T20:13:31.371Z[verify-libraries] Compiling rustls v0.23.19
38742025-02-21T20:13:31.428Z[verify-libraries] Compiling rustls v0.22.4
38752025-02-21T20:13:31.466Z[verify-libraries] Compiling rustyline v14.0.0
38762025-02-21T20:13:32.177Z[verify-libraries] Compiling p521 v0.13.3
38772025-02-21T20:13:33.812Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38782025-02-21T20:13:33.856ZFeb 21 20:13:31.712 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.080690047s)
38792025-02-21T20:13:34.210Z[verify-libraries] Compiling p256 v0.13.2
38802025-02-21T20:13:35.011Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38812025-02-21T20:13:35.074ZFeb 21 20:13:32.929 INFO [stamp-clickhouse] process exited with exit status: 0 (15.203562049s)
38822025-02-21T20:13:35.074ZFeb 21 20:13:32.929 INFO [tuf-stamp] task succeeded (15.323742574s)
38832025-02-21T20:13:36.417Z[verify-libraries] Compiling rustls-webpki v0.102.8
38842025-02-21T20:13:37.321Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38852025-02-21T20:13:39.019Z[ recovery-image] Feb 21 20:13:36.872 INFO O| Feb 21 20:13:36.872 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38862025-02-21T20:13:40.866Z[verify-libraries] Compiling md5 v0.7.0
38872025-02-21T20:13:41.490Z[verify-libraries] Compiling rustls v0.21.12
38882025-02-21T20:13:41.534Z[verify-libraries] Compiling russh-keys v0.45.0
38892025-02-21T20:13:46.200Z[verify-libraries] Compiling tokio-rustls v0.25.0
38902025-02-21T20:13:46.850Z[verify-libraries] Compiling tokio-rustls v0.26.0
38912025-02-21T20:13:46.913Z[verify-libraries] Compiling dropshot v0.12.0
38922025-02-21T20:13:47.401Z[verify-libraries] Compiling hyper-rustls v0.27.3
38932025-02-21T20:13:48.205Z[verify-libraries] Compiling reqwest v0.12.12
38942025-02-21T20:13:48.816Z[ recovery-image] Feb 21 20:13:46.663 INFO O| Feb 21 20:13:46.663 INFO O| Startup: Caching catalogs ... Done
38952025-02-21T20:13:48.994Z[ recovery-image] Feb 21 20:13:46.841 INFO O| Feb 21 20:13:46.841 INFO O| Planning: Planning completed in 0.00 seconds
38962025-02-21T20:13:48.997Z[ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Consolidating action changes ... Done
38972025-02-21T20:13:48.997Z[ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Evaluating mediators ... Done
38982025-02-21T20:13:48.997Z[ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Planning completed in 0.00 seconds
38992025-02-21T20:13:48.997Z[ recovery-image] Feb 21 20:13:46.843 INFO O| Feb 21 20:13:46.842 INFO O| Variants/Facets to change: 1
39002025-02-21T20:13:49.091Z[ recovery-image] Feb 21 20:13:46.938 INFO O| Feb 21 20:13:46.938 INFO O| Done
39012025-02-21T20:13:49.091Z[ recovery-image] Feb 21 20:13:46.938 INFO O| Feb 21 20:13:46.938 INFO O| Done
39022025-02-21T20:13:50.286Z[ recovery-image] Feb 21 20:13:48.131 INFO O| Feb 21 20:13:48.131 INFO O| Done
39032025-02-21T20:13:50.425Z[ recovery-image] Feb 21 20:13:48.271 INFO O| Feb 21 20:13:48.271 INFO O| Done
39042025-02-21T20:13:50.429Z[ recovery-image] Feb 21 20:13:48.273 INFO O| Feb 21 20:13:48.273 INFO O| Done
39052025-02-21T20:13:50.429Z[ recovery-image] Feb 21 20:13:48.273 INFO O| Feb 21 20:13:48.273 INFO O| Done
39062025-02-21T20:13:50.433Z[ recovery-image] Feb 21 20:13:48.276 INFO O| Feb 21 20:13:48.276 INFO O| Done
39072025-02-21T20:13:51.117Z[ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 6 (pkg_change_variant) COMPLETE
39082025-02-21T20:13:51.117Z[ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39092025-02-21T20:13:51.120Z[ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO skip step because feature "debug_variant" is not enabled
39102025-02-21T20:13:51.120Z[ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39112025-02-21T20:13:51.875Z[ recovery-image] Feb 21 20:13:49.720 INFO O| Feb 21 20:13:49.720 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39122025-02-21T20:13:52.863Z[verify-libraries] Compiling progenitor-client v0.9.1
39132025-02-21T20:13:53.018Z[ recovery-image] Feb 21 20:13:50.863 INFO O| Feb 21 20:13:50.863 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39142025-02-21T20:13:53.020Z[ recovery-image] Feb 21 20:13:50.865 INFO O| Feb 21 20:13:50.865 INFO O| Planning: Planning completed in 0.00 seconds
39152025-02-21T20:13:53.023Z[ recovery-image] Feb 21 20:13:50.866 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Consolidating action changes ... Done
39162025-02-21T20:13:53.023Z[ recovery-image] Feb 21 20:13:50.866 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Evaluating mediators ... Done
39172025-02-21T20:13:53.023Z[ recovery-image] Feb 21 20:13:50.867 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Planning completed in 0.00 seconds
39182025-02-21T20:13:53.023Z[ recovery-image] Feb 21 20:13:50.867 INFO O| Feb 21 20:13:50.867 INFO O| Variants/Facets to change: 1
39192025-02-21T20:13:53.111Z[ recovery-image] Feb 21 20:13:50.955 INFO O| Feb 21 20:13:50.955 INFO O| Done
39202025-02-21T20:13:53.111Z[ recovery-image] Feb 21 20:13:50.956 INFO O| Feb 21 20:13:50.955 INFO O| Done
39212025-02-21T20:13:53.242Z[verify-libraries] Compiling progenitor-client v0.8.0
39222025-02-21T20:13:53.711Z[verify-libraries] Compiling qorb v0.2.1
39232025-02-21T20:13:53.816Z[verify-libraries] Compiling progenitor v0.8.0
39242025-02-21T20:13:53.893Z[ recovery-image] Feb 21 20:13:51.737 INFO O| Feb 21 20:13:51.737 INFO O| Done
39252025-02-21T20:13:53.991Z[ recovery-image] Feb 21 20:13:51.834 INFO O| Feb 21 20:13:51.834 INFO O| Done
39262025-02-21T20:13:53.994Z[ recovery-image] Feb 21 20:13:51.835 INFO O| Feb 21 20:13:51.835 INFO O| Done
39272025-02-21T20:13:53.994Z[ recovery-image] Feb 21 20:13:51.835 INFO O| Feb 21 20:13:51.835 INFO O| Done
39282025-02-21T20:13:53.994Z[ recovery-image] Feb 21 20:13:51.837 INFO O| Feb 21 20:13:51.837 INFO O| Done
39292025-02-21T20:13:54.118Z[ recovery-image] Feb 21 20:13:51.962 INFO O| Feb 21 20:13:51.962 INFO STEP 8 (pkg_change_facet) COMPLETE
39302025-02-21T20:13:54.118Z[ recovery-image] Feb 21 20:13:51.963 INFO O| Feb 21 20:13:51.962 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39312025-02-21T20:13:54.235Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39322025-02-21T20:13:54.750Z[ recovery-image] Feb 21 20:13:52.594 INFO O| Feb 21 20:13:52.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39332025-02-21T20:13:55.915Z[ recovery-image] Feb 21 20:13:53.758 INFO O| Feb 21 20:13:53.758 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39342025-02-21T20:13:55.918Z[ recovery-image] Feb 21 20:13:53.760 INFO O| Feb 21 20:13:53.760 INFO O| Planning: Planning completed in 0.00 seconds
39352025-02-21T20:13:55.918Z[ recovery-image] Feb 21 20:13:53.761 INFO O| Feb 21 20:13:53.761 INFO O| Planning: Consolidating action changes ... Done
39362025-02-21T20:13:55.918Z[ recovery-image] Feb 21 20:13:53.761 INFO O| Feb 21 20:13:53.761 INFO O| Planning: Evaluating mediators ... Done
39372025-02-21T20:13:55.921Z[ recovery-image] Feb 21 20:13:53.762 INFO O| Feb 21 20:13:53.762 INFO O| Planning: Planning completed in 0.00 seconds
39382025-02-21T20:13:55.921Z[ recovery-image] Feb 21 20:13:53.762 INFO O| Feb 21 20:13:53.762 INFO O| Variants/Facets to change: 1
39392025-02-21T20:13:56.083Z[ recovery-image] Feb 21 20:13:53.926 INFO O| Feb 21 20:13:53.926 INFO O| Done
39402025-02-21T20:13:56.083Z[ recovery-image] Feb 21 20:13:53.926 INFO O| Feb 21 20:13:53.926 INFO O| Done
39412025-02-21T20:13:56.808Z[verify-libraries] Compiling dropshot v0.15.1
39422025-02-21T20:13:57.141Z[ recovery-image] Feb 21 20:13:54.983 INFO O| Feb 21 20:13:54.983 INFO O| Done
39432025-02-21T20:13:57.274Z[ recovery-image] Feb 21 20:13:55.096 INFO O| Feb 21 20:13:55.096 INFO O| Done
39442025-02-21T20:13:57.277Z[ recovery-image] Feb 21 20:13:55.116 INFO O| Feb 21 20:13:55.116 INFO O| Done
39452025-02-21T20:13:57.277Z[ recovery-image] Feb 21 20:13:55.116 INFO O| Feb 21 20:13:55.116 INFO O| Done
39462025-02-21T20:13:57.278Z[ recovery-image] Feb 21 20:13:55.119 INFO O| Feb 21 20:13:55.119 INFO O| Done
39472025-02-21T20:13:57.432Z[ recovery-image] Feb 21 20:13:55.275 INFO O| Feb 21 20:13:55.275 INFO STEP 9 (pkg_change_facet) COMPLETE
39482025-02-21T20:13:57.432Z[ recovery-image] Feb 21 20:13:55.275 INFO O| Feb 21 20:13:55.275 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492025-02-21T20:13:58.078Z[ recovery-image] Feb 21 20:13:55.920 INFO O| Feb 21 20:13:55.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39502025-02-21T20:13:59.137Z[ recovery-image] Feb 21 20:13:56.979 INFO O| Feb 21 20:13:56.978 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39512025-02-21T20:13:59.141Z[ recovery-image] Feb 21 20:13:56.981 INFO O| Feb 21 20:13:56.980 INFO O| Planning: Planning completed in 0.00 seconds
39522025-02-21T20:13:59.141Z[ recovery-image] Feb 21 20:13:56.981 INFO O| Feb 21 20:13:56.981 INFO O| Planning: Consolidating action changes ... Done
39532025-02-21T20:13:59.141Z[ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Planning: Evaluating mediators ... Done
39542025-02-21T20:13:59.143Z[ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Planning: Planning completed in 0.00 seconds
39552025-02-21T20:13:59.143Z[ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Variants/Facets to change: 1
39562025-02-21T20:13:59.188Z[ recovery-image] Feb 21 20:13:57.029 INFO O| Feb 21 20:13:57.029 INFO O| Done
39572025-02-21T20:13:59.188Z[ recovery-image] Feb 21 20:13:57.029 INFO O| Feb 21 20:13:57.029 INFO O| Done
39582025-02-21T20:14:00.021Z[ recovery-image] Feb 21 20:13:57.862 INFO O| Feb 21 20:13:57.862 INFO O| Done
39592025-02-21T20:14:00.132Z[ recovery-image] Feb 21 20:13:57.971 INFO O| Feb 21 20:13:57.971 INFO O| Done
39602025-02-21T20:14:00.135Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39612025-02-21T20:14:00.156Z[ recovery-image] Feb 21 20:13:57.995 INFO O| Feb 21 20:13:57.995 INFO O| Done
39622025-02-21T20:14:00.160Z[ recovery-image] Feb 21 20:13:57.996 INFO O| Feb 21 20:13:57.996 INFO O| Done
39632025-02-21T20:14:00.165Z[ recovery-image] Feb 21 20:13:57.998 INFO O| Feb 21 20:13:57.998 INFO O| Done
39642025-02-21T20:14:00.302Z[ recovery-image] Feb 21 20:13:58.142 INFO O| Feb 21 20:13:58.142 INFO STEP 10 (pkg_change_facet) COMPLETE
39652025-02-21T20:14:00.302Z[ recovery-image] Feb 21 20:13:58.142 INFO O| Feb 21 20:13:58.142 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39662025-02-21T20:14:00.320Z[ recovery-image] Feb 21 20:13:58.161 INFO O| Feb 21 20:13:58.160 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"]
39672025-02-21T20:14:00.999Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39682025-02-21T20:14:01.522Z[ recovery-image] Feb 21 20:13:59.360 INFO O| Feb 21 20:13:59.360 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39692025-02-21T20:14:07.561Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39702025-02-21T20:14:07.991Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39712025-02-21T20:14:19.643Z[ host-image] Feb 21 20:14:17.472 INFO O| Feb 21 20:14:17.472 INFO O| Planning: Solver setup ... Done
39722025-02-21T20:14:31.364Z[verify-libraries] Compiling progenitor v0.9.1
39732025-02-21T20:14:31.676Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39742025-02-21T20:14:35.672Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39752025-02-21T20:14:36.589Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39762025-02-21T20:14:37.365Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39772025-02-21T20:14:45.148Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
39782025-02-21T20:14:46.854Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
39792025-02-21T20:14:48.247Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
39802025-02-21T20:14:50.219Z[verify-libraries] Compiling omicron-zone-package v0.12.0
39812025-02-21T20:14:53.075Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39822025-02-21T20:14:54.209Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39832025-02-21T20:14:54.922Z[verify-libraries] Compiling rcgen v0.12.1
39842025-02-21T20:14:56.610Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
39852025-02-21T20:14:56.861Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
39862025-02-21T20:14:58.193Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39872025-02-21T20:15:02.901Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39882025-02-21T20:15:05.963Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
39892025-02-21T20:15:06.019Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39902025-02-21T20:15:07.826Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
39912025-02-21T20:15:07.847Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
39922025-02-21T20:15:12.858Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39932025-02-21T20:15:17.300Z[ recovery-image] Feb 21 20:15:15.095 INFO O| Feb 21 20:15:15.095 INFO O| Planning: Solver setup ... Done
39942025-02-21T20:15:18.590Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39952025-02-21T20:15:25.251Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
39962025-02-21T20:15:25.368Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39972025-02-21T20:15:25.753Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39982025-02-21T20:15:29.200Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
39992025-02-21T20:15:29.764Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40002025-02-21T20:15:30.357Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40012025-02-21T20:15:34.354Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022025-02-21T20:15:43.614Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40032025-02-21T20:15:43.906Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40042025-02-21T20:15:44.141Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40052025-02-21T20:15:44.712Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40062025-02-21T20:15:53.886Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40072025-02-21T20:15:54.763Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40082025-02-21T20:15:57.655Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40092025-02-21T20:15:59.130Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40102025-02-21T20:16:00.061Z[ host-image] Feb 21 20:15:59.831 INFO O| Feb 21 20:15:59.830 INFO O| Planning: Running solver ... Done
40112025-02-21T20:16:00.665Z[ host-image] Feb 21 20:16:00.435 INFO O| Feb 21 20:16:00.434 INFO O| Planning: Finding local manifests ... Done
40122025-02-21T20:16:00.682Z[ host-image] Feb 21 20:16:00.451 INFO O| Feb 21 20:16:00.451 INFO O| Planning: Fetching manifests: 0/124 0% complete
40132025-02-21T20:16:01.234Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40142025-02-21T20:16:01.651Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40152025-02-21T20:16:05.807Z[ host-image] Feb 21 20:16:05.570 INFO O| Feb 21 20:16:05.570 INFO O| Planning: Fetching manifests: 124/124 100% complete
40162025-02-21T20:16:06.970Z[ host-image] Feb 21 20:16:06.729 INFO O| Feb 21 20:16:06.729 INFO O| Planning: Package planning ... Done
40172025-02-21T20:16:08.552Z[ host-image] Feb 21 20:16:08.316 INFO O| Feb 21 20:16:08.316 INFO O| Planning: Merging actions ... Done
40182025-02-21T20:16:09.185Z[ host-image] Feb 21 20:16:08.950 INFO O| Feb 21 20:16:08.949 INFO O| Planning: Checking for conflicting actions ... Done
40192025-02-21T20:16:09.275Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40202025-02-21T20:16:09.548Z[ host-image] Feb 21 20:16:09.310 INFO O| Feb 21 20:16:09.310 INFO O| Planning: Consolidating action changes ... Done
40212025-02-21T20:16:10.075Z[ host-image] Feb 21 20:16:09.838 INFO O| Feb 21 20:16:09.838 INFO O| Planning: Evaluating mediators ... Done
40222025-02-21T20:16:11.044Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40232025-02-21T20:16:11.322Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40242025-02-21T20:16:11.988Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40252025-02-21T20:16:13.042Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40262025-02-21T20:16:16.271Z[ host-image] Feb 21 20:16:16.031 INFO O| Feb 21 20:16:16.031 INFO O| Planning: Planning completed in 186.82 seconds
40272025-02-21T20:16:16.278Z[ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Packages to install: 124
40282025-02-21T20:16:16.282Z[ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Mediators to change: 4
40292025-02-21T20:16:16.282Z[ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Services to change: 6
40302025-02-21T20:16:16.380Z[ host-image] Feb 21 20:16:16.140 INFO O| Feb 21 20:16:16.139 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40312025-02-21T20:16:20.020Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40322025-02-21T20:16:21.519Z[ host-image] Feb 21 20:16:21.275 INFO O| Feb 21 20:16:21.275 INFO O| Download: 1023/22863 items 5.8/199.8MB 2% complete (1.3M/s)
40332025-02-21T20:16:22.053Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40342025-02-21T20:16:25.052Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40352025-02-21T20:16:25.588Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40362025-02-21T20:16:26.525Z[ host-image] Feb 21 20:16:26.277 INFO O| Feb 21 20:16:26.277 INFO O| Download: 1679/22863 items 10.9/199.8MB 5% complete (1.1M/s)
40372025-02-21T20:16:27.448Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40382025-02-21T20:16:28.391Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40392025-02-21T20:16:30.650Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40402025-02-21T20:16:31.686Z[ host-image] Feb 21 20:16:31.437 INFO O| Feb 21 20:16:31.437 INFO O| Download: 2089/22863 items 23.1/199.8MB 11% complete (1.8M/s)
40412025-02-21T20:16:32.055Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40422025-02-21T20:16:36.125Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40432025-02-21T20:16:36.691Z[ host-image] Feb 21 20:16:36.439 INFO O| Feb 21 20:16:36.439 INFO O| Download: 2356/22863 items 27.5/199.8MB 13% complete (1.7M/s)
40442025-02-21T20:16:36.709Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40452025-02-21T20:16:41.717Z[ host-image] Feb 21 20:16:41.462 INFO O| Feb 21 20:16:41.461 INFO O| Download: 3423/22863 items 34.3/199.8MB 17% complete (1.1M/s)
40462025-02-21T20:16:46.055Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40472025-02-21T20:16:46.725Z[ host-image] Feb 21 20:16:46.467 INFO O| Feb 21 20:16:46.466 INFO O| Download: 3878/22863 items 39.9/199.8MB 19% complete (1.3M/s)
40482025-02-21T20:16:51.797Z[ host-image] Feb 21 20:16:51.536 INFO O| Feb 21 20:16:51.535 INFO O| Download: 4704/22863 items 43.1/199.8MB 21% complete (903k/s)
40492025-02-21T20:16:52.543Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40502025-02-21T20:16:54.220Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40512025-02-21T20:16:54.348Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40522025-02-21T20:16:55.855Z[ recovery-image] Feb 21 20:16:55.591 INFO O| Feb 21 20:16:55.591 INFO O| Planning: Running solver ... Done
40532025-02-21T20:16:55.949Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40542025-02-21T20:16:56.419Z[verify-libraries] Compiling tough v0.19.0
40552025-02-21T20:16:56.439Z[ recovery-image] Feb 21 20:16:56.175 INFO O| Feb 21 20:16:56.175 INFO O| Planning: Finding local manifests ... Done
40562025-02-21T20:16:56.457Z[ recovery-image] Feb 21 20:16:56.194 INFO O| Feb 21 20:16:56.193 INFO O| Planning: Fetching manifests: 0/124 0% complete
40572025-02-21T20:16:56.812Z[ host-image] Feb 21 20:16:56.547 INFO O| Feb 21 20:16:56.547 INFO O| Download: 5423/22863 items 46.2/199.8MB 23% complete (653k/s)
40582025-02-21T20:16:59.649Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
40592025-02-21T20:17:01.826Z[ host-image] Feb 21 20:17:01.558 INFO O| Feb 21 20:17:01.558 INFO O| Download: 6189/22863 items 46.7/199.8MB 23% complete (366k/s)
40602025-02-21T20:17:01.855Z[ recovery-image] Feb 21 20:17:01.588 INFO O| Feb 21 20:17:01.587 INFO O| Planning: Fetching manifests: 124/124 100% complete
40612025-02-21T20:17:02.383Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40622025-02-21T20:17:02.960Z[ recovery-image] Feb 21 20:17:02.692 INFO O| Feb 21 20:17:02.692 INFO O| Planning: Package planning ... Done
40632025-02-21T20:17:03.038Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40642025-02-21T20:17:03.670Z[ recovery-image] Feb 21 20:17:03.400 INFO O| Feb 21 20:17:03.400 INFO O| Planning: Merging actions ... Done
40652025-02-21T20:17:03.849Z[ recovery-image] Feb 21 20:17:03.576 INFO O| Feb 21 20:17:03.576 INFO O| Planning: Checking for conflicting actions ... Done
40662025-02-21T20:17:03.998Z[ recovery-image] Feb 21 20:17:03.729 INFO O| Feb 21 20:17:03.729 INFO O| Planning: Consolidating action changes ... Done
40672025-02-21T20:17:04.351Z[ recovery-image] Feb 21 20:17:04.082 INFO O| Feb 21 20:17:04.082 INFO O| Planning: Evaluating mediators ... Done
40682025-02-21T20:17:06.225Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40692025-02-21T20:17:06.847Z[ host-image] Feb 21 20:17:06.576 INFO O| Feb 21 20:17:06.576 INFO O| Download: 6909/22863 items 49.1/199.8MB 24% complete (277k/s)
40702025-02-21T20:17:08.051Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40712025-02-21T20:17:10.484Z[ recovery-image] Feb 21 20:17:10.211 INFO O| Feb 21 20:17:10.211 INFO O| Planning: Planning completed in 190.85 seconds
40722025-02-21T20:17:10.491Z[ recovery-image] Feb 21 20:17:10.217 INFO O| Feb 21 20:17:10.217 INFO O| Packages to install: 124
40732025-02-21T20:17:10.491Z[ recovery-image] Feb 21 20:17:10.218 INFO O| Feb 21 20:17:10.217 INFO O| Mediators to change: 4
40742025-02-21T20:17:10.491Z[ recovery-image] Feb 21 20:17:10.218 INFO O| Feb 21 20:17:10.218 INFO O| Services to change: 5
40752025-02-21T20:17:10.580Z[ recovery-image] Feb 21 20:17:10.306 INFO O| Feb 21 20:17:10.306 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
40762025-02-21T20:17:10.858Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
40772025-02-21T20:17:11.856Z[ host-image] Feb 21 20:17:11.583 INFO O| Feb 21 20:17:11.582 INFO O| Download: 7806/22863 items 59.0/199.8MB 29% complete (1.2M/s)
40782025-02-21T20:17:12.630Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792025-02-21T20:17:13.083Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40802025-02-21T20:17:15.604Z[ recovery-image] Feb 21 20:17:15.326 INFO O| Feb 21 20:17:15.326 INFO O| Download: 719/15934 items 4.9/176.5MB 2% complete (1.0M/s)
40812025-02-21T20:17:17.459Z[ host-image] Feb 21 20:17:17.181 INFO O| Feb 21 20:17:17.181 INFO O| Download: 8309/22863 items 63.5/199.8MB 31% complete (1.4M/s)
40822025-02-21T20:17:20.605Z[ recovery-image] Feb 21 20:17:20.327 INFO O| Feb 21 20:17:20.326 INFO O| Download: 1100/15934 items 9.3/176.5MB 5% complete (993k/s)
40832025-02-21T20:17:21.360Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40842025-02-21T20:17:22.039Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40852025-02-21T20:17:22.543Z[ host-image] Feb 21 20:17:22.259 INFO O| Feb 21 20:17:22.258 INFO O| Download: 8432/22863 items 69.2/199.8MB 34% complete (1005k/s)
40862025-02-21T20:17:26.063Z[ recovery-image] Feb 21 20:17:25.781 INFO O| Feb 21 20:17:25.781 INFO O| Download: 1321/15934 items 20.2/176.5MB 11% complete (1.7M/s)
40872025-02-21T20:17:27.622Z[ host-image] Feb 21 20:17:27.272 INFO O| Feb 21 20:17:27.272 INFO O| Download: 9243/22863 items 75.8/199.8MB 37% complete (1.2M/s)
40882025-02-21T20:17:29.006Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40892025-02-21T20:17:29.039Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40902025-02-21T20:17:29.307Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40912025-02-21T20:17:31.066Z[ recovery-image] Feb 21 20:17:30.781 INFO O| Feb 21 20:17:30.781 INFO O| Download: 1597/15934 items 24.7/176.5MB 14% complete (1.5M/s)
40922025-02-21T20:17:32.086Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40932025-02-21T20:17:32.640Z[ host-image] Feb 21 20:17:32.354 INFO O| Feb 21 20:17:32.354 INFO O| Download: 9594/22863 items 83.4/199.8MB 41% complete (1.4M/s)
40942025-02-21T20:17:36.081Z[ recovery-image] Feb 21 20:17:35.791 INFO O| Feb 21 20:17:35.791 INFO O| Download: 1922/15934 items 28.8/176.5MB 16% complete (897k/s)
40952025-02-21T20:17:37.643Z[ host-image] Feb 21 20:17:37.355 INFO O| Feb 21 20:17:37.354 INFO O| Download: 10241/22863 items 85.9/199.8MB 43% complete (1020k/s)
40962025-02-21T20:17:39.587Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40972025-02-21T20:17:41.110Z[ recovery-image] Feb 21 20:17:40.819 INFO O| Feb 21 20:17:40.819 INFO O| Download: 2473/15934 items 31.3/176.5MB 17% complete (745k/s)
40982025-02-21T20:17:42.667Z[ host-image] Feb 21 20:17:42.376 INFO O| Feb 21 20:17:42.376 INFO O| Download: 10724/22863 items 89.3/199.8MB 44% complete (613k/s)
40992025-02-21T20:17:42.926Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41002025-02-21T20:17:46.114Z[ recovery-image] Feb 21 20:17:45.820 INFO O| Feb 21 20:17:45.820 INFO O| Download: 3092/15934 items 37.3/176.5MB 21% complete (873k/s)
41012025-02-21T20:17:47.657Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41022025-02-21T20:17:47.866Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41032025-02-21T20:17:48.249Z[verify-libraries] Compiling rustls-webpki v0.101.7
41042025-02-21T20:17:48.689Z[ host-image] Feb 21 20:17:48.394 INFO O| Feb 21 20:17:48.394 INFO O| Download: 10934/22863 items 90.2/199.8MB 45% complete (633k/s)
41052025-02-21T20:17:51.303Z[ recovery-image] Feb 21 20:17:51.006 INFO O| Feb 21 20:17:51.006 INFO O| Download: 3697/15934 items 39.6/176.5MB 22% complete (844k/s)
41062025-02-21T20:17:52.244Z[verify-libraries] Compiling sct v0.7.1
41072025-02-21T20:17:53.336Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41082025-02-21T20:17:53.774Z[ host-image] Feb 21 20:17:53.475 INFO O| Feb 21 20:17:53.475 INFO O| Download: 11362/22863 items 95.6/199.8MB 47% complete (541k/s)
41092025-02-21T20:17:54.531Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41102025-02-21T20:17:56.580Z[ recovery-image] Feb 21 20:17:56.280 INFO O| Feb 21 20:17:56.280 INFO O| Download: 3753/15934 items 40.3/176.5MB 22% complete (503k/s)
41112025-02-21T20:17:59.405Z[ host-image] Feb 21 20:17:59.104 INFO O| Feb 21 20:17:59.103 INFO O| Download: 12044/22863 items 97.9/199.8MB 49% complete (767k/s)
41122025-02-21T20:18:01.596Z[ recovery-image] Feb 21 20:18:01.294 INFO O| Feb 21 20:18:01.294 INFO O| Download: 3909/15934 items 42.6/176.5MB 24% complete (318k/s)
41132025-02-21T20:18:03.169Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41142025-02-21T20:18:06.599Z[ recovery-image] Feb 21 20:18:06.294 INFO O| Feb 21 20:18:06.294 INFO O| Download: 4856/15934 items 43.2/176.5MB 24% complete (297k/s)
41152025-02-21T20:18:08.295Z[ host-image] Feb 21 20:18:07.989 INFO O| Feb 21 20:18:07.989 INFO O| Download: 12181/22863 items 101.2/199.8MB 50% complete (672k/s)
41162025-02-21T20:18:11.678Z[ recovery-image] Feb 21 20:18:11.369 INFO O| Feb 21 20:18:11.369 INFO O| Download: 5731/15934 items 44.7/176.5MB 25% complete (209k/s)
41172025-02-21T20:18:13.709Z[ host-image] Feb 21 20:18:13.399 INFO O| Feb 21 20:18:13.399 INFO O| Download: 12265/22863 items 108.9/199.8MB 54% complete (878k/s)
41182025-02-21T20:18:16.706Z[ recovery-image] Feb 21 20:18:16.395 INFO O| Feb 21 20:18:16.395 INFO O| Download: 5819/15934 items 46.8/176.5MB 26% complete (348k/s)
41192025-02-21T20:18:18.719Z[ host-image] Feb 21 20:18:18.406 INFO O| Feb 21 20:18:18.406 INFO O| Download: 12666/22863 items 109.8/199.8MB 54% complete (896k/s)
41202025-02-21T20:18:23.094Z[ recovery-image] Feb 21 20:18:22.778 INFO O| Feb 21 20:18:22.778 INFO O| Download: 6088/15934 items 54.3/176.5MB 30% complete (1.0M/s)
41212025-02-21T20:18:23.726Z[ host-image] Feb 21 20:18:23.411 INFO O| Feb 21 20:18:23.411 INFO O| Download: 13555/22863 items 110.2/199.8MB 55% complete (141k/s)
41222025-02-21T20:18:26.129Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41232025-02-21T20:18:28.104Z[ recovery-image] Feb 21 20:18:27.785 INFO O| Feb 21 20:18:27.785 INFO O| Download: 6359/15934 items 62.7/176.5MB 35% complete (949k/s)
41242025-02-21T20:18:28.733Z[ host-image] Feb 21 20:18:28.415 INFO O| Feb 21 20:18:28.415 INFO O| Download: 14219/22863 items 110.8/199.8MB 55% complete (101k/s)
41252025-02-21T20:18:33.119Z[ recovery-image] Feb 21 20:18:32.797 INFO O| Feb 21 20:18:32.797 INFO O| Download: 7156/15934 items 73.1/176.5MB 41% complete (1.9M/s)
41262025-02-21T20:18:33.298Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272025-02-21T20:18:34.087Z[ host-image] Feb 21 20:18:33.765 INFO O| Feb 21 20:18:33.765 INFO O| Download: 14531/22863 items 112.4/199.8MB 56% complete (197k/s)
41282025-02-21T20:18:35.989Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41292025-02-21T20:18:37.465Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41302025-02-21T20:18:39.106Z[ host-image] Feb 21 20:18:38.781 INFO O| Feb 21 20:18:38.781 INFO O| Download: 15111/22863 items 119.4/199.8MB 59% complete (869k/s)
41312025-02-21T20:18:42.695Z[ recovery-image] Feb 21 20:18:42.367 INFO O| Feb 21 20:18:42.367 INFO O| Download: 7283/15934 items 73.4/176.5MB 41% complete (1.5M/s)
41322025-02-21T20:18:43.762Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41332025-02-21T20:18:44.162Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41342025-02-21T20:18:44.194Z[ host-image] Feb 21 20:18:43.866 INFO O| Feb 21 20:18:43.866 INFO O| Download: 15612/22863 items 124.0/199.8MB 62% complete (1.3M/s)
41352025-02-21T20:18:44.538Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41362025-02-21T20:18:45.007Z[verify-libraries] Compiling tokio-rustls v0.24.1
41372025-02-21T20:18:45.537Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41382025-02-21T20:18:46.172Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41392025-02-21T20:18:46.608Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41402025-02-21T20:18:47.697Z[ recovery-image] Feb 21 20:18:47.367 INFO O| Feb 21 20:18:47.367 INFO O| Download: 7942/15934 items 75.9/176.5MB 43% complete (471k/s)
41412025-02-21T20:18:49.229Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41422025-02-21T20:18:51.221Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41432025-02-21T20:18:51.321Z[verify-libraries] Compiling num-bigint v0.4.6
41442025-02-21T20:18:51.569Z[verify-libraries] Compiling des v0.8.1
41452025-02-21T20:18:52.060Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41462025-02-21T20:18:52.702Z[ recovery-image] Feb 21 20:18:52.369 INFO O| Feb 21 20:18:52.369 INFO O| Download: 8322/15934 items 79.9/176.5MB 45% complete (664k/s)
41472025-02-21T20:18:52.971Z[verify-libraries] Compiling hex-literal v0.4.1
41482025-02-21T20:18:53.245Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41492025-02-21T20:18:53.786Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41502025-02-21T20:18:53.829Z[ host-image] Feb 21 20:18:53.496 INFO O| Feb 21 20:18:53.496 INFO O| Download: 15620/22863 items 124.0/199.8MB 62% complete (1.1M/s)
41512025-02-21T20:18:55.151Z[verify-libraries] Compiling russh v0.45.0
41522025-02-21T20:18:58.437Z[ recovery-image] Feb 21 20:18:58.100 INFO O| Feb 21 20:18:58.100 INFO O| Download: 8752/15934 items 83.8/176.5MB 47% complete (779k/s)
41532025-02-21T20:19:00.152Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41542025-02-21T20:19:00.330Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41552025-02-21T20:19:02.547Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41562025-02-21T20:19:03.657Z[ recovery-image] Feb 21 20:19:03.315 INFO O| Feb 21 20:19:03.315 INFO O| Download: 8996/15934 items 92.8/176.5MB 52% complete (1.3M/s)
41572025-02-21T20:19:04.968Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41582025-02-21T20:19:06.626Z[ host-image] Feb 21 20:19:06.285 INFO O| Feb 21 20:19:06.284 INFO O| Download: 15621/22863 items 124.0/199.8MB 62% complete
41592025-02-21T20:19:08.670Z[ recovery-image] Feb 21 20:19:08.328 INFO O| Feb 21 20:19:08.328 INFO O| Download: 9922/15934 items 93.3/176.5MB 52% complete (950k/s)
41602025-02-21T20:19:09.597Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41612025-02-21T20:19:10.337Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41622025-02-21T20:19:11.639Z[ host-image] Feb 21 20:19:11.295 INFO O| Feb 21 20:19:11.295 INFO O| Download: 15843/22863 items 126.3/199.8MB 63% complete (541k/s)
41632025-02-21T20:19:13.674Z[ recovery-image] Feb 21 20:19:13.329 INFO O| Feb 21 20:19:13.329 INFO O| Download: 10486/15934 items 93.6/176.5MB 53% complete (79.6k/s)
41642025-02-21T20:19:16.649Z[ host-image] Feb 21 20:19:16.301 INFO O| Feb 21 20:19:16.301 INFO O| Download: 16705/22863 items 141.3/199.8MB 70% complete (1.8M/s)
41652025-02-21T20:19:18.647Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41662025-02-21T20:19:18.721Z[ recovery-image] Feb 21 20:19:18.373 INFO O| Feb 21 20:19:18.372 INFO O| Download: 10976/15934 items 94.0/176.5MB 53% complete (81.9k/s)
41672025-02-21T20:19:20.555Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41682025-02-21T20:19:21.662Z[ host-image] Feb 21 20:19:21.312 INFO O| Feb 21 20:19:21.311 INFO O| Download: 17367/22863 items 145.7/199.8MB 72% complete (1.9M/s)
41692025-02-21T20:19:23.727Z[ recovery-image] Feb 21 20:19:23.374 INFO O| Feb 21 20:19:23.373 INFO O| Download: 11337/15934 items 101.6/176.5MB 57% complete (786k/s)
41702025-02-21T20:19:26.218Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712025-02-21T20:19:26.863Z[ host-image] Feb 21 20:19:26.510 INFO O| Feb 21 20:19:26.510 INFO O| Download: 18028/22863 items 161.5/199.8MB 80% complete (1.9M/s)
41722025-02-21T20:19:28.747Z[ recovery-image] Feb 21 20:19:28.393 INFO O| Feb 21 20:19:28.393 INFO O| Download: 11763/15934 items 119.6/176.5MB 67% complete (2.5M/s)
41732025-02-21T20:19:31.885Z[ host-image] Feb 21 20:19:31.529 INFO O| Feb 21 20:19:31.529 INFO O| Download: 18673/22863 items 164.2/199.8MB 82% complete (1.9M/s)
41742025-02-21T20:19:32.815Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41752025-02-21T20:19:34.051Z[ recovery-image] Feb 21 20:19:33.693 INFO O| Feb 21 20:19:33.693 INFO O| Download: 12056/15934 items 139.1/176.5MB 78% complete (3.8M/s)
41762025-02-21T20:19:36.907Z[ host-image] Feb 21 20:19:36.548 INFO O| Feb 21 20:19:36.548 INFO O| Download: 19359/22863 items 168.0/199.8MB 84% complete (668k/s)
41772025-02-21T20:19:39.070Z[ recovery-image] Feb 21 20:19:38.710 INFO O| Feb 21 20:19:38.710 INFO O| Download: 12824/15934 items 143.5/176.5MB 81% complete (2.4M/s)
41782025-02-21T20:19:39.323Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41792025-02-21T20:19:40.365Z[verify-libraries] Compiling petname v2.0.2
41802025-02-21T20:19:41.389Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41812025-02-21T20:19:42.044Z[verify-libraries] Compiling internet-checksum v0.2.1
41822025-02-21T20:19:42.095Z[ host-image] Feb 21 20:19:41.733 INFO O| Feb 21 20:19:41.733 INFO O| Download: 20103/22863 items 170.6/199.8MB 85% complete (664k/s)
41832025-02-21T20:19:44.092Z[ recovery-image] Feb 21 20:19:43.728 INFO O| Feb 21 20:19:43.728 INFO O| Download: 13456/15934 items 146.4/176.5MB 82% complete (740k/s)
41842025-02-21T20:19:48.153Z[ host-image] Feb 21 20:19:47.787 INFO O| Feb 21 20:19:47.786 INFO O| Download: 20713/22863 items 172.6/199.8MB 86% complete (502k/s)
41852025-02-21T20:19:49.401Z[ recovery-image] Feb 21 20:19:49.034 INFO O| Feb 21 20:19:49.034 INFO O| Download: 14112/15934 items 148.6/176.5MB 84% complete (595k/s)
41862025-02-21T20:19:53.172Z[ host-image] Feb 21 20:19:52.803 INFO O| Feb 21 20:19:52.803 INFO O| Download: 20912/22863 items 176.7/199.8MB 88% complete (505k/s)
41872025-02-21T20:19:54.417Z[ recovery-image] Feb 21 20:19:54.048 INFO O| Feb 21 20:19:54.048 INFO O| Download: 14646/15934 items 150.4/176.5MB 85% complete (400k/s)
41882025-02-21T20:19:58.746Z[ host-image] Feb 21 20:19:58.370 INFO O| Feb 21 20:19:58.370 INFO O| Download: 20920/22863 items 177.6/199.8MB 88% complete (560k/s)
41892025-02-21T20:20:01.114Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41902025-02-21T20:20:05.472Z[ recovery-image] Feb 21 20:20:05.093 INFO O| Feb 21 20:20:05.093 INFO O| Download: 14743/15934 items 150.7/176.5MB 85% complete (359k/s)
41912025-02-21T20:20:10.845Z[ recovery-image] Feb 21 20:20:10.466 INFO O| Feb 21 20:20:10.466 INFO O| Download: 14863/15934 items 156.8/176.5MB 88% complete (1.6M/s)
41922025-02-21T20:20:11.253Z[ host-image] Feb 21 20:20:10.874 INFO O| Feb 21 20:20:10.874 INFO O| Download: 21007/22863 items 178.8/199.8MB 89% complete
41932025-02-21T20:20:11.766Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41942025-02-21T20:20:12.207Z[verify-libraries] Compiling heck v0.4.1
41952025-02-21T20:20:13.494Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41962025-02-21T20:20:15.869Z[ recovery-image] Feb 21 20:20:15.487 INFO O| Feb 21 20:20:15.487 INFO O| Download: 15489/15934 items 166.2/176.5MB 94% complete (1.5M/s)
41972025-02-21T20:20:16.272Z[ host-image] Feb 21 20:20:15.889 INFO O| Feb 21 20:20:15.889 INFO O| Download: 21567/22863 items 180.5/199.8MB 90% complete (383k/s)
41982025-02-21T20:20:21.791Z[ recovery-image] Feb 21 20:20:21.397 INFO O| Feb 21 20:20:21.397 INFO O| Download: 15601/15934 items 169.0/176.5MB 95% complete (1.6M/s)
41992025-02-21T20:20:22.126Z[ host-image] Feb 21 20:20:21.739 INFO O| Feb 21 20:20:21.739 INFO O| Download: 21662/22863 items 183.6/199.8MB 91% complete (799k/s)
42002025-02-21T20:20:26.837Z[ recovery-image] Feb 21 20:20:26.443 INFO O| Feb 21 20:20:26.443 INFO O| Download: 15695/15934 items 169.9/176.5MB 96% complete (479k/s)
42012025-02-21T20:20:27.249Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42022025-02-21T20:20:27.752Z[ host-image] Feb 21 20:20:27.363 INFO O| Feb 21 20:20:27.363 INFO O| Download: 22037/22863 items 191.8/199.8MB 95% complete (866k/s)
42032025-02-21T20:20:31.638Z[ recovery-image] Feb 21 20:20:31.245 INFO O| Feb 21 20:20:31.245 INFO O| Download: Completed 176.48 MB in 200.94 seconds (896k/s)
42042025-02-21T20:20:32.771Z[ host-image] Feb 21 20:20:32.378 INFO O| Feb 21 20:20:32.378 INFO O| Download: 22329/22863 items 197.9/199.8MB 99% complete (1.4M/s)
42052025-02-21T20:20:32.962Z[ recovery-image] Feb 21 20:20:32.566 INFO O| Feb 21 20:20:32.565 INFO O| Actions: 1/25107 actions (Installing new actions)
42062025-02-21T20:20:35.863Z[ host-image] Feb 21 20:20:35.469 INFO O| Feb 21 20:20:35.469 INFO O| Download: Completed 199.77 MB in 259.33 seconds (786k/s)
42072025-02-21T20:20:37.621Z[ host-image] Feb 21 20:20:37.200 INFO O| Feb 21 20:20:37.199 INFO O| Actions: 1/49570 actions (Installing new actions)
42082025-02-21T20:20:37.961Z[ recovery-image] Feb 21 20:20:37.566 INFO O| Feb 21 20:20:37.566 INFO O| Actions: 8064/25107 actions (Installing new actions)
42092025-02-21T20:20:42.601Z[ host-image] Feb 21 20:20:42.201 INFO O| Feb 21 20:20:42.201 INFO O| Actions: 8281/49570 actions (Installing new actions)
42102025-02-21T20:20:42.964Z[ recovery-image] Feb 21 20:20:42.566 INFO O| Feb 21 20:20:42.566 INFO O| Actions: 14210/25107 actions (Installing new actions)
42112025-02-21T20:20:47.068Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42122025-02-21T20:20:47.660Z[ host-image] Feb 21 20:20:47.259 INFO O| Feb 21 20:20:47.259 INFO O| Actions: 13992/49570 actions (Installing new actions)
42132025-02-21T20:20:48.094Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42142025-02-21T20:20:48.511Z[ recovery-image] Feb 21 20:20:48.109 INFO O| Feb 21 20:20:48.109 INFO O| Actions: 24552/25107 actions (Installing new actions)
42152025-02-21T20:20:49.746Z[ recovery-image] Feb 21 20:20:49.342 INFO O| Feb 21 20:20:49.342 INFO O| Actions: Completed 25107 actions in 16.77 seconds.
42162025-02-21T20:20:50.560Z[ recovery-image] Feb 21 20:20:50.156 INFO O| Feb 21 20:20:50.156 INFO O| Done
42172025-02-21T20:20:50.560Z[ recovery-image] Feb 21 20:20:50.156 INFO O| Feb 21 20:20:50.156 INFO O| Done
42182025-02-21T20:20:52.282Z[ recovery-image] Feb 21 20:20:51.877 INFO O| Feb 21 20:20:51.877 INFO O| Done
42192025-02-21T20:20:52.663Z[ host-image] Feb 21 20:20:52.259 INFO O| Feb 21 20:20:52.259 INFO O| Actions: 20260/49570 actions (Installing new actions)
42202025-02-21T20:20:54.279Z[ recovery-image] Feb 21 20:20:53.869 INFO O| Feb 21 20:20:53.869 INFO O| Done
42212025-02-21T20:20:54.297Z[ recovery-image] Feb 21 20:20:53.892 INFO O| Feb 21 20:20:53.892 INFO O| Done
42222025-02-21T20:20:57.682Z[ host-image] Feb 21 20:20:57.259 INFO O| Feb 21 20:20:57.259 INFO O| Actions: 26565/49570 actions (Installing new actions)
42232025-02-21T20:21:01.399Z[ recovery-image] Feb 21 20:20:59.024 INFO O| Feb 21 20:20:59.024 INFO O| Done
42242025-02-21T20:21:01.399Z[ recovery-image] Feb 21 20:20:59.722 INFO O| Feb 21 20:20:59.722 INFO O| Done
42252025-02-21T20:21:01.399Z[ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO STEP 11 (pkg_install) COMPLETE
42262025-02-21T20:21:01.399Z[ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42272025-02-21T20:21:01.399Z[ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO skip step because feature "recovery" is enabled
42282025-02-21T20:21:01.400Z[ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42292025-02-21T20:21:01.400Z[ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO skip step because feature "omicron1" is not enabled
42302025-02-21T20:21:01.400Z[ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42312025-02-21T20:21:01.400Z[ recovery-image] Feb 21 20:21:00.540 INFO O| Feb 21 20:21:00.540 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42322025-02-21T20:21:02.461Z[ host-image] Feb 21 20:21:02.051 INFO O| Feb 21 20:21:02.051 INFO O| Actions: Completed 49570 actions in 24.85 seconds.
42332025-02-21T20:21:03.641Z[ host-image] Feb 21 20:21:03.230 INFO O| Feb 21 20:21:03.230 INFO O| Done
42342025-02-21T20:21:03.642Z[ host-image] Feb 21 20:21:03.230 INFO O| Feb 21 20:21:03.230 INFO O| Done
42352025-02-21T20:21:04.765Z[ recovery-image] Feb 21 20:21:04.354 INFO O| Feb 21 20:21:04.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42362025-02-21T20:21:05.393Z[ host-image] Feb 21 20:21:04.981 INFO O| Feb 21 20:21:04.981 INFO O| Done
42372025-02-21T20:21:05.800Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42382025-02-21T20:21:06.592Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42392025-02-21T20:21:07.313Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
42402025-02-21T20:21:07.859Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42412025-02-21T20:21:08.239Z[ host-image] Feb 21 20:21:07.825 INFO O| Feb 21 20:21:07.825 INFO O| Done
42422025-02-21T20:21:08.331Z[ host-image] Feb 21 20:21:07.918 INFO O| Feb 21 20:21:07.918 INFO O| Done
42432025-02-21T20:21:08.480Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42442025-02-21T20:21:09.242Z[verify-libraries] Compiling sync-ptr v0.1.1
42452025-02-21T20:21:09.431Z[ recovery-image] Feb 21 20:21:09.017 INFO O| Feb 21 20:21:09.016 INFO O| Planning: Solver setup ... Done
42462025-02-21T20:21:09.437Z[ recovery-image] Feb 21 20:21:09.023 INFO O| Feb 21 20:21:09.023 INFO O| Planning: Running solver ... Done
42472025-02-21T20:21:09.549Z[ recovery-image] Feb 21 20:21:09.135 INFO O| Feb 21 20:21:09.135 INFO O| Planning: Finding local manifests ... Done
42482025-02-21T20:21:09.552Z[ recovery-image] Feb 21 20:21:09.136 INFO O| Feb 21 20:21:09.136 INFO O| Planning: Fetching manifests: 0/1 0% complete
42492025-02-21T20:21:09.643Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42502025-02-21T20:21:09.798Z[ recovery-image] Feb 21 20:21:09.383 INFO O| Feb 21 20:21:09.383 INFO O| Planning: Fetching manifests: 1/1 100% complete
42512025-02-21T20:21:09.855Z[ recovery-image] Feb 21 20:21:09.441 INFO O| Feb 21 20:21:09.441 INFO O| Planning: Package planning ... Done
42522025-02-21T20:21:09.859Z[ recovery-image] Feb 21 20:21:09.442 INFO O| Feb 21 20:21:09.442 INFO O| Planning: Merging actions ... Done
42532025-02-21T20:21:09.945Z[ recovery-image] Feb 21 20:21:09.531 INFO O| Feb 21 20:21:09.531 INFO O| Planning: Checking for conflicting actions ... Done
42542025-02-21T20:21:09.948Z[ recovery-image] Feb 21 20:21:09.532 INFO O| Feb 21 20:21:09.532 INFO O| Planning: Consolidating action changes ... Done
42552025-02-21T20:21:10.344Z[ recovery-image] Feb 21 20:21:09.929 INFO O| Feb 21 20:21:09.929 INFO O| Planning: Evaluating mediators ... Done
42562025-02-21T20:21:10.347Z[ recovery-image] Feb 21 20:21:09.930 INFO O| Feb 21 20:21:09.930 INFO O| Planning: Planning completed in 5.58 seconds
42572025-02-21T20:21:10.347Z[ recovery-image] Feb 21 20:21:09.932 INFO O| Feb 21 20:21:09.932 INFO O| Packages to install: 1
42582025-02-21T20:21:10.366Z[ recovery-image] Feb 21 20:21:09.952 INFO O| Feb 21 20:21:09.952 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42592025-02-21T20:21:11.244Z[ recovery-image] Feb 21 20:21:10.829 INFO O| Feb 21 20:21:10.829 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s)
42602025-02-21T20:21:11.348Z[ recovery-image] Feb 21 20:21:10.933 INFO O| Feb 21 20:21:10.933 INFO O| Actions: 1/22 actions (Installing new actions)
42612025-02-21T20:21:11.748Z[ recovery-image] Feb 21 20:21:11.332 INFO O| Feb 21 20:21:11.332 INFO O| Actions: Completed 22 actions in 0.40 seconds.
42622025-02-21T20:21:12.485Z[ recovery-image] Feb 21 20:21:12.067 INFO O| Feb 21 20:21:12.067 INFO O| Done
42632025-02-21T20:21:12.485Z[ recovery-image] Feb 21 20:21:12.068 INFO O| Feb 21 20:21:12.067 INFO O| Done
42642025-02-21T20:21:14.034Z[ recovery-image] Feb 21 20:21:13.617 INFO O| Feb 21 20:21:13.617 INFO O| Done
42652025-02-21T20:21:16.009Z[ recovery-image] Feb 21 20:21:15.591 INFO O| Feb 21 20:21:15.591 INFO O| Done
42662025-02-21T20:21:16.034Z[ recovery-image] Feb 21 20:21:15.616 INFO O| Feb 21 20:21:15.616 INFO O| Done
42672025-02-21T20:21:16.037Z[ recovery-image] Feb 21 20:21:15.616 INFO O| Feb 21 20:21:15.616 INFO O| Done
42682025-02-21T20:21:16.052Z[ recovery-image] Feb 21 20:21:15.634 INFO O| Feb 21 20:21:15.634 INFO O| Done
42692025-02-21T20:21:16.186Z[ host-image] Feb 21 20:21:15.768 INFO O| Feb 21 20:21:15.768 INFO O| Done
42702025-02-21T20:21:16.271Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 14 (pkg_install) COMPLETE
42712025-02-21T20:21:16.271Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42722025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "mfg" is not enabled
42732025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42742025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "compliance" is not enabled
42752025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42762025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "stress" is not enabled
42772025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42782025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "nfs" is not enabled
42792025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42802025-02-21T20:21:16.275Z[ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42812025-02-21T20:21:16.409Z[ recovery-image] Feb 21 20:21:15.989 INFO O| Feb 21 20:21:15.989 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42822025-02-21T20:21:16.612Z[ recovery-image] Feb 21 20:21:16.193 INFO O| Feb 21 20:21:16.193 INFO completed processing gimlet/ramdisk-01-os
42832025-02-21T20:21:16.616Z[ recovery-image] Feb 21 20:21:16.197 INFO image builder template: ramdisk-02-trim...
42842025-02-21T20:21:16.622Z[ recovery-image] Feb 21 20:21:16.198 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/.tmppPBl4F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
42852025-02-21T20:21:16.664Z[ recovery-image] Feb 21 20:21:16.246 INFO O| Feb 21 20:21:16.245 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42862025-02-21T20:21:16.689Z[ recovery-image] Feb 21 20:21:16.263 INFO O| Feb 21 20:21:16.263 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42872025-02-21T20:21:16.863Z[ recovery-image] Feb 21 20:21:16.444 INFO O| Feb 21 20:21:16.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42882025-02-21T20:21:17.029Z[ recovery-image] Feb 21 20:21:16.610 INFO O| Feb 21 20:21:16.610 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42892025-02-21T20:21:17.035Z[ recovery-image] Feb 21 20:21:16.610 INFO O| Feb 21 20:21:16.610 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42902025-02-21T20:21:17.042Z[ recovery-image] Feb 21 20:21:16.622 INFO O| Feb 21 20:21:16.622 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42912025-02-21T20:21:17.076Z[ recovery-image] Feb 21 20:21:16.657 INFO O| Feb 21 20:21:16.657 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42922025-02-21T20:21:17.147Z[ recovery-image] Feb 21 20:21:16.728 INFO O| Feb 21 20:21:16.728 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42932025-02-21T20:21:17.279Z[ host-image] Feb 21 20:21:16.859 INFO O| Feb 21 20:21:16.859 INFO O| Done
42942025-02-21T20:21:17.732Z[ recovery-image] Feb 21 20:21:17.312 INFO O| Feb 21 20:21:17.312 INFO rolled back to input snapshot; work may begin
42952025-02-21T20:21:17.732Z[ recovery-image] Feb 21 20:21:17.313 INFO O| Feb 21 20:21:17.312 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42962025-02-21T20:21:17.742Z[ recovery-image] Feb 21 20:21:17.322 INFO O| Feb 21 20:21:17.322 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-02-21T20:21:17.762Z[ recovery-image] Feb 21 20:21:17.343 INFO O| Feb 21 20:21:17.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42982025-02-21T20:21:17.984Z[ host-image] Feb 21 20:21:17.559 INFO O| Feb 21 20:21:17.559 INFO STEP 11 (pkg_install) COMPLETE
42992025-02-21T20:21:17.987Z[ host-image] Feb 21 20:21:17.559 INFO O| Feb 21 20:21:17.559 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43002025-02-21T20:21:18.010Z[ host-image] Feb 21 20:21:17.579 INFO O| Feb 21 20:21:17.579 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"]
43012025-02-21T20:21:18.082Z[ recovery-image] Feb 21 20:21:17.653 INFO O| Feb 21 20:21:17.653 INFO STEP 0 (remove_files) COMPLETE
43022025-02-21T20:21:18.082Z[ recovery-image] Feb 21 20:21:17.653 INFO O| Feb 21 20:21:17.653 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-21T20:21:18.135Z[ recovery-image] Feb 21 20:21:17.711 INFO O| Feb 21 20:21:17.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43042025-02-21T20:21:18.156Z[ recovery-image] Feb 21 20:21:17.736 INFO O| Feb 21 20:21:17.736 INFO STEP 1 (remove_files) COMPLETE
43052025-02-21T20:21:18.156Z[ recovery-image] Feb 21 20:21:17.736 INFO O| Feb 21 20:21:17.736 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-21T20:21:18.176Z[ recovery-image] Feb 21 20:21:17.756 INFO O| Feb 21 20:21:17.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43072025-02-21T20:21:18.198Z[ recovery-image] Feb 21 20:21:17.778 INFO O| Feb 21 20:21:17.778 INFO STEP 2 (remove_files) COMPLETE
43082025-02-21T20:21:18.198Z[ recovery-image] Feb 21 20:21:17.778 INFO O| Feb 21 20:21:17.778 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-21T20:21:18.217Z[ recovery-image] Feb 21 20:21:17.798 INFO O| Feb 21 20:21:17.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43102025-02-21T20:21:18.223Z[ recovery-image] Feb 21 20:21:17.801 INFO O| Feb 21 20:21:17.800 INFO STEP 3 (remove_files) COMPLETE
43112025-02-21T20:21:18.223Z[ recovery-image] Feb 21 20:21:17.801 INFO O| Feb 21 20:21:17.801 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-21T20:21:18.256Z[ recovery-image] Feb 21 20:21:17.835 INFO O| Feb 21 20:21:17.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43132025-02-21T20:21:18.262Z[ recovery-image] Feb 21 20:21:17.841 INFO O| Feb 21 20:21:17.841 INFO STEP 4 (remove_files) COMPLETE
43142025-02-21T20:21:18.262Z[ recovery-image] Feb 21 20:21:17.842 INFO O| Feb 21 20:21:17.841 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-02-21T20:21:18.358Z[ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43162025-02-21T20:21:18.361Z[ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO STEP 5 (remove_files) COMPLETE
43172025-02-21T20:21:18.361Z[ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-21T20:21:18.379Z[ recovery-image] Feb 21 20:21:17.958 INFO O| Feb 21 20:21:17.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43192025-02-21T20:21:18.403Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 6 (remove_files) COMPLETE
43202025-02-21T20:21:18.403Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled
43222025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled
43242025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled
43262025-02-21T20:21:18.406Z[ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-21T20:21:18.451Z[ recovery-image] Feb 21 20:21:18.031 INFO O| Feb 21 20:21:18.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43282025-02-21T20:21:18.458Z[ recovery-image] Feb 21 20:21:18.038 INFO O| Feb 21 20:21:18.038 INFO STEP 10 (remove_files) COMPLETE
43292025-02-21T20:21:18.458Z[ recovery-image] Feb 21 20:21:18.038 INFO O| Feb 21 20:21:18.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-21T20:21:18.493Z[ recovery-image] Feb 21 20:21:18.073 INFO O| Feb 21 20:21:18.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43312025-02-21T20:21:18.506Z[ recovery-image] Feb 21 20:21:18.075 INFO O| Feb 21 20:21:18.075 INFO STEP 11 (remove_files) COMPLETE
43322025-02-21T20:21:18.506Z[ recovery-image] Feb 21 20:21:18.075 INFO O| Feb 21 20:21:18.075 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-21T20:21:18.540Z[ recovery-image] Feb 21 20:21:18.116 INFO O| Feb 21 20:21:18.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43342025-02-21T20:21:18.543Z[ recovery-image] Feb 21 20:21:18.119 INFO O| Feb 21 20:21:18.119 INFO STEP 12 (remove_files) COMPLETE
43352025-02-21T20:21:18.543Z[ recovery-image] Feb 21 20:21:18.119 INFO O| Feb 21 20:21:18.119 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-21T20:21:18.582Z[ recovery-image] Feb 21 20:21:18.162 INFO O| Feb 21 20:21:18.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43372025-02-21T20:21:18.845Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43382025-02-21T20:21:18.937Z[ recovery-image] Feb 21 20:21:18.517 INFO O| Feb 21 20:21:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43392025-02-21T20:21:18.942Z[ recovery-image] Feb 21 20:21:18.520 INFO O| Feb 21 20:21:18.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43402025-02-21T20:21:19.025Z[ recovery-image] Feb 21 20:21:18.605 INFO O| Feb 21 20:21:18.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43412025-02-21T20:21:19.036Z[ recovery-image] Feb 21 20:21:18.614 INFO O| Feb 21 20:21:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43422025-02-21T20:21:19.087Z[ recovery-image] Feb 21 20:21:18.667 INFO O| Feb 21 20:21:18.667 INFO STEP 13 (remove_files) COMPLETE
43432025-02-21T20:21:19.087Z[ recovery-image] Feb 21 20:21:18.667 INFO O| Feb 21 20:21:18.667 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43442025-02-21T20:21:19.132Z[ recovery-image] Feb 21 20:21:18.712 INFO O| Feb 21 20:21:18.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43452025-02-21T20:21:19.135Z[ recovery-image] Feb 21 20:21:18.714 INFO O| Feb 21 20:21:18.714 INFO STEP 14 (remove_files) COMPLETE
43462025-02-21T20:21:19.135Z[ recovery-image] Feb 21 20:21:18.714 INFO O| Feb 21 20:21:18.714 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-02-21T20:21:19.191Z[ recovery-image] Feb 21 20:21:18.762 INFO O| Feb 21 20:21:18.762 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43482025-02-21T20:21:19.195Z[ recovery-image] Feb 21 20:21:18.773 INFO O| Feb 21 20:21:18.772 INFO STEP 15 (remove_files) COMPLETE
43492025-02-21T20:21:19.195Z[ recovery-image] Feb 21 20:21:18.773 INFO O| Feb 21 20:21:18.773 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502025-02-21T20:21:19.254Z[ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43512025-02-21T20:21:19.259Z[ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO STEP 16 (remove_files) COMPLETE
43522025-02-21T20:21:19.259Z[ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-02-21T20:21:19.279Z[ recovery-image] Feb 21 20:21:18.857 INFO O| Feb 21 20:21:18.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43542025-02-21T20:21:19.282Z[ recovery-image] Feb 21 20:21:18.860 INFO O| Feb 21 20:21:18.860 INFO STEP 17 (remove_files) COMPLETE
43552025-02-21T20:21:19.282Z[ recovery-image] Feb 21 20:21:18.860 INFO O| Feb 21 20:21:18.860 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562025-02-21T20:21:19.339Z[ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43572025-02-21T20:21:19.339Z[ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO STEP 18 (remove_files) COMPLETE
43582025-02-21T20:21:19.339Z[ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592025-02-21T20:21:19.358Z[ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43602025-02-21T20:21:19.361Z[ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO STEP 19 (remove_files) COMPLETE
43612025-02-21T20:21:19.361Z[ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622025-02-21T20:21:19.402Z[ host-image] Feb 21 20:21:18.982 INFO O| Feb 21 20:21:18.982 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43632025-02-21T20:21:19.420Z[ recovery-image] Feb 21 20:21:19.000 INFO O| Feb 21 20:21:19.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43642025-02-21T20:21:19.421Z[ recovery-image] Feb 21 20:21:19.001 INFO O| Feb 21 20:21:19.000 INFO STEP 20 (remove_files) COMPLETE
43652025-02-21T20:21:19.421Z[ recovery-image] Feb 21 20:21:19.001 INFO O| Feb 21 20:21:19.000 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-21T20:21:19.446Z[ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43672025-02-21T20:21:19.447Z[ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO STEP 21 (remove_files) COMPLETE
43682025-02-21T20:21:19.451Z[ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-02-21T20:21:19.470Z[ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43702025-02-21T20:21:19.470Z[ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO STEP 22 (remove_files) COMPLETE
43712025-02-21T20:21:19.474Z[ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-02-21T20:21:19.508Z[ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43732025-02-21T20:21:19.508Z[ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO STEP 23 (remove_files) COMPLETE
43742025-02-21T20:21:19.511Z[ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752025-02-21T20:21:19.563Z[ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43762025-02-21T20:21:19.563Z[ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO STEP 24 (remove_files) COMPLETE
43772025-02-21T20:21:19.563Z[ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782025-02-21T20:21:19.583Z[ recovery-image] Feb 21 20:21:19.162 INFO O| Feb 21 20:21:19.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43792025-02-21T20:21:19.583Z[ recovery-image] Feb 21 20:21:19.163 INFO O| Feb 21 20:21:19.162 INFO STEP 25 (remove_files) COMPLETE
43802025-02-21T20:21:19.583Z[ recovery-image] Feb 21 20:21:19.163 INFO O| Feb 21 20:21:19.163 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43812025-02-21T20:21:19.605Z[ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43822025-02-21T20:21:19.609Z[ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO STEP 26 (remove_files) COMPLETE
43832025-02-21T20:21:19.609Z[ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43842025-02-21T20:21:19.629Z[ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43852025-02-21T20:21:19.629Z[ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO STEP 27 (remove_files) COMPLETE
43862025-02-21T20:21:19.642Z[ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872025-02-21T20:21:19.648Z[ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43882025-02-21T20:21:19.652Z[ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.228 INFO STEP 28 (remove_files) COMPLETE
43892025-02-21T20:21:19.652Z[ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.228 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43902025-02-21T20:21:19.679Z[ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43912025-02-21T20:21:19.679Z[ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO STEP 29 (remove_files) COMPLETE
43922025-02-21T20:21:19.683Z[ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43932025-02-21T20:21:19.699Z[ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43942025-02-21T20:21:19.699Z[ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO STEP 30 (remove_files) COMPLETE
43952025-02-21T20:21:19.702Z[ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962025-02-21T20:21:19.719Z[ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43972025-02-21T20:21:19.719Z[ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO STEP 31 (remove_files) COMPLETE
43982025-02-21T20:21:19.719Z[ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43992025-02-21T20:21:19.751Z[ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44002025-02-21T20:21:19.751Z[ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO STEP 32 (remove_files) COMPLETE
44012025-02-21T20:21:19.751Z[ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44022025-02-21T20:21:19.773Z[ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44032025-02-21T20:21:19.774Z[ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO STEP 33 (remove_files) COMPLETE
44042025-02-21T20:21:19.777Z[ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44052025-02-21T20:21:19.800Z[ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44062025-02-21T20:21:19.800Z[ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO STEP 34 (remove_files) COMPLETE
44072025-02-21T20:21:19.800Z[ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44082025-02-21T20:21:19.833Z[ recovery-image] Feb 21 20:21:19.412 INFO O| Feb 21 20:21:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44092025-02-21T20:21:19.833Z[ recovery-image] Feb 21 20:21:19.413 INFO O| Feb 21 20:21:19.412 INFO STEP 35 (remove_files) COMPLETE
44102025-02-21T20:21:19.839Z[ recovery-image] Feb 21 20:21:19.413 INFO O| Feb 21 20:21:19.413 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44112025-02-21T20:21:19.858Z[ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44122025-02-21T20:21:19.858Z[ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO STEP 36 (remove_files) COMPLETE
44132025-02-21T20:21:19.861Z[ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44142025-02-21T20:21:19.874Z[ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44152025-02-21T20:21:19.874Z[ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO STEP 37 (remove_files) COMPLETE
44162025-02-21T20:21:19.875Z[ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44172025-02-21T20:21:19.911Z[ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44182025-02-21T20:21:19.915Z[ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO STEP 38 (remove_files) COMPLETE
44192025-02-21T20:21:19.915Z[ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44202025-02-21T20:21:19.934Z[ recovery-image] Feb 21 20:21:19.513 INFO O| Feb 21 20:21:19.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44212025-02-21T20:21:19.939Z[ recovery-image] Feb 21 20:21:19.514 INFO O| Feb 21 20:21:19.514 INFO STEP 39 (remove_files) COMPLETE
44222025-02-21T20:21:19.939Z[ recovery-image] Feb 21 20:21:19.514 INFO O| Feb 21 20:21:19.514 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44232025-02-21T20:21:19.957Z[ recovery-image] Feb 21 20:21:19.536 INFO O| Feb 21 20:21:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44242025-02-21T20:21:19.960Z[ recovery-image] Feb 21 20:21:19.537 INFO O| Feb 21 20:21:19.537 INFO STEP 40 (remove_files) COMPLETE
44252025-02-21T20:21:19.961Z[ recovery-image] Feb 21 20:21:19.537 INFO O| Feb 21 20:21:19.537 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262025-02-21T20:21:20.002Z[ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44272025-02-21T20:21:20.005Z[ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO STEP 41 (remove_files) COMPLETE
44282025-02-21T20:21:20.005Z[ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44292025-02-21T20:21:20.024Z[ recovery-image] Feb 21 20:21:19.603 INFO O| Feb 21 20:21:19.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44302025-02-21T20:21:20.026Z[ recovery-image] Feb 21 20:21:19.603 INFO O| Feb 21 20:21:19.603 INFO STEP 42 (remove_files) COMPLETE
44312025-02-21T20:21:20.026Z[ recovery-image] Feb 21 20:21:19.604 INFO O| Feb 21 20:21:19.604 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44322025-02-21T20:21:20.060Z[ recovery-image] Feb 21 20:21:19.624 INFO O| Feb 21 20:21:19.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44332025-02-21T20:21:20.060Z[ recovery-image] Feb 21 20:21:19.624 INFO O| Feb 21 20:21:19.624 INFO STEP 43 (remove_files) COMPLETE
44342025-02-21T20:21:20.077Z[ recovery-image] Feb 21 20:21:19.625 INFO O| Feb 21 20:21:19.624 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44352025-02-21T20:21:20.077Z[ recovery-image] Feb 21 20:21:19.645 INFO O| Feb 21 20:21:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44362025-02-21T20:21:20.077Z[ recovery-image] Feb 21 20:21:19.646 INFO O| Feb 21 20:21:19.646 INFO STEP 44 (remove_files) COMPLETE
44372025-02-21T20:21:20.077Z[ recovery-image] Feb 21 20:21:19.646 INFO O| Feb 21 20:21:19.646 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44382025-02-21T20:21:20.091Z[ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44392025-02-21T20:21:20.092Z[ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO STEP 45 (remove_files) COMPLETE
44402025-02-21T20:21:20.092Z[ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44412025-02-21T20:21:20.111Z[ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44422025-02-21T20:21:20.114Z[ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO STEP 46 (remove_files) COMPLETE
44432025-02-21T20:21:20.114Z[ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44442025-02-21T20:21:20.130Z[ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44452025-02-21T20:21:20.130Z[ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.710 INFO STEP 47 (remove_files) COMPLETE
44462025-02-21T20:21:20.130Z[ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.710 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44472025-02-21T20:21:20.158Z[ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44482025-02-21T20:21:20.159Z[ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO STEP 48 (remove_files) COMPLETE
44492025-02-21T20:21:20.168Z[ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44502025-02-21T20:21:20.210Z[ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44512025-02-21T20:21:20.210Z[ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO STEP 49 (remove_files) COMPLETE
44522025-02-21T20:21:20.210Z[ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44532025-02-21T20:21:20.251Z[ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44542025-02-21T20:21:20.251Z[ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO STEP 50 (remove_files) COMPLETE
44552025-02-21T20:21:20.253Z[ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44562025-02-21T20:21:20.271Z[ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44572025-02-21T20:21:20.271Z[ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO STEP 51 (remove_files) COMPLETE
44582025-02-21T20:21:20.271Z[ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44592025-02-21T20:21:20.292Z[ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44602025-02-21T20:21:20.292Z[ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO STEP 52 (remove_files) COMPLETE
44612025-02-21T20:21:20.295Z[ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44622025-02-21T20:21:20.315Z[ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44632025-02-21T20:21:20.315Z[ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO STEP 53 (remove_files) COMPLETE
44642025-02-21T20:21:20.316Z[ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44652025-02-21T20:21:20.338Z[ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44662025-02-21T20:21:20.338Z[ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO STEP 54 (remove_files) COMPLETE
44672025-02-21T20:21:20.342Z[ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-02-21T20:21:20.380Z[ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44692025-02-21T20:21:20.380Z[ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO STEP 55 (remove_files) COMPLETE
44702025-02-21T20:21:20.380Z[ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-02-21T20:21:20.407Z[ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44722025-02-21T20:21:20.408Z[ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO STEP 56 (remove_files) COMPLETE
44732025-02-21T20:21:20.412Z[ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44742025-02-21T20:21:20.423Z[ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44752025-02-21T20:21:20.423Z[ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.001 INFO STEP 57 (remove_files) COMPLETE
44762025-02-21T20:21:20.428Z[ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.001 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44772025-02-21T20:21:20.454Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44782025-02-21T20:21:20.454Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44792025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44802025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44812025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44822025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44832025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO ok!
44842025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO STEP 58 (ensure_file) COMPLETE
44852025-02-21T20:21:20.459Z[ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44862025-02-21T20:21:20.474Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44872025-02-21T20:21:20.474Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44882025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44892025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44902025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44912025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44922025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO ok!
44932025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO STEP 59 (ensure_file) COMPLETE
44942025-02-21T20:21:20.477Z[ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-02-21T20:21:20.523Z[ recovery-image] Feb 21 20:21:20.102 INFO O| Feb 21 20:21:20.102 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44962025-02-21T20:21:20.523Z[ recovery-image] Feb 21 20:21:20.102 INFO O| Feb 21 20:21:20.102 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44972025-02-21T20:21:20.530Z[ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44982025-02-21T20:21:20.530Z[ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO ok!
44992025-02-21T20:21:20.530Z[ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO STEP 60 (ensure_file) COMPLETE
45002025-02-21T20:21:20.531Z[ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45012025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45022025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45032025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45042025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO ok!
45052025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO STEP 61 (ensure_file) COMPLETE
45062025-02-21T20:21:20.562Z[ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45072025-02-21T20:21:20.588Z[ recovery-image] Feb 21 20:21:20.167 INFO O| Feb 21 20:21:20.167 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45082025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.167 INFO O| Feb 21 20:21:20.167 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45092025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45102025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45112025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO ok!
45122025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO STEP 62 (ensure_file) COMPLETE
45132025-02-21T20:21:20.592Z[ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45142025-02-21T20:21:20.629Z[ recovery-image] Feb 21 20:21:20.202 INFO O| Feb 21 20:21:20.202 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45152025-02-21T20:21:20.629Z[ recovery-image] Feb 21 20:21:20.202 INFO O| Feb 21 20:21:20.202 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45162025-02-21T20:21:20.629Z[ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45172025-02-21T20:21:20.634Z[ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45182025-02-21T20:21:20.634Z[ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO ok!
45192025-02-21T20:21:20.634Z[ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO STEP 63 (ensure_file) COMPLETE
45202025-02-21T20:21:20.634Z[ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45212025-02-21T20:21:20.689Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45222025-02-21T20:21:20.689Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45232025-02-21T20:21:20.689Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45242025-02-21T20:21:20.689Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO ok!
45252025-02-21T20:21:20.694Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO STEP 64 (assemble_files) COMPLETE
45262025-02-21T20:21:20.694Z[ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45272025-02-21T20:21:20.730Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45282025-02-21T20:21:20.730Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45292025-02-21T20:21:20.730Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45302025-02-21T20:21:20.733Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45312025-02-21T20:21:20.733Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO ok!
45322025-02-21T20:21:20.733Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO STEP 65 (ensure_file) COMPLETE
45332025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45342025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled
45352025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45362025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled
45372025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45382025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled
45392025-02-21T20:21:20.734Z[ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45402025-02-21T20:21:20.764Z[ recovery-image] Feb 21 20:21:20.341 INFO O| Feb 21 20:21:20.341 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45412025-02-21T20:21:20.764Z[ recovery-image] Feb 21 20:21:20.341 INFO O| Feb 21 20:21:20.341 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45422025-02-21T20:21:21.782Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45432025-02-21T20:21:23.615Z[ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO STEP 69 (pack_tar) COMPLETE
45442025-02-21T20:21:23.615Z[ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45452025-02-21T20:21:23.615Z[ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45462025-02-21T20:21:23.873Z[ recovery-image] Feb 21 20:21:23.448 INFO O| Feb 21 20:21:23.448 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45472025-02-21T20:21:23.995Z[ recovery-image] Feb 21 20:21:23.572 INFO O| Feb 21 20:21:23.572 INFO completed processing gimlet/ramdisk-02-trim
45482025-02-21T20:21:24.000Z[ recovery-image] Feb 21 20:21:23.576 INFO image builder template: ramdisk-03-recovery-trim...
45492025-02-21T20:21:24.001Z[ recovery-image] Feb 21 20:21:23.576 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/.tmppPBl4F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
45502025-02-21T20:21:24.202Z[ recovery-image] Feb 21 20:21:23.778 INFO O| Feb 21 20:21:23.778 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45512025-02-21T20:21:24.210Z[ recovery-image] Feb 21 20:21:23.787 INFO O| Feb 21 20:21:23.787 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45522025-02-21T20:21:24.314Z[ recovery-image] Feb 21 20:21:23.889 INFO O| Feb 21 20:21:23.889 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45532025-02-21T20:21:24.397Z[ recovery-image] Feb 21 20:21:23.974 INFO O| Feb 21 20:21:23.974 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45542025-02-21T20:21:24.401Z[ recovery-image] Feb 21 20:21:23.974 INFO O| Feb 21 20:21:23.974 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45552025-02-21T20:21:24.414Z[ recovery-image] Feb 21 20:21:23.991 INFO O| Feb 21 20:21:23.991 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45562025-02-21T20:21:24.425Z[ recovery-image] Feb 21 20:21:24.001 INFO O| Feb 21 20:21:24.001 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45572025-02-21T20:21:24.435Z[ recovery-image] Feb 21 20:21:24.012 INFO O| Feb 21 20:21:24.012 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45582025-02-21T20:21:25.760Z[ recovery-image] Feb 21 20:21:24.462 INFO O| Feb 21 20:21:24.462 INFO rolled back to input snapshot; work may begin
45592025-02-21T20:21:25.760Z[ recovery-image] Feb 21 20:21:24.462 INFO O| Feb 21 20:21:24.462 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45602025-02-21T20:21:25.896Z[ recovery-image] Feb 21 20:21:24.472 INFO O| Feb 21 20:21:24.472 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.491 INFO O| Feb 21 20:21:24.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45622025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.495 INFO O| Feb 21 20:21:24.495 INFO STEP 0 (remove_files) COMPLETE
45632025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.496 INFO O| Feb 21 20:21:24.495 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.533 INFO O| Feb 21 20:21:24.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45652025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.963 INFO O| Feb 21 20:21:24.963 INFO STEP 1 (remove_files) COMPLETE
45662025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:24.963 INFO O| Feb 21 20:21:24.963 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-21T20:21:25.897Z[ host-image] Feb 21 20:21:25.007 INFO O| Feb 21 20:21:25.007 INFO O| Planning: Solver setup ... Done
45682025-02-21T20:21:25.897Z[ host-image] Feb 21 20:21:25.026 INFO O| Feb 21 20:21:25.026 INFO O| Planning: Running solver ... Done
45692025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.029 INFO O| Feb 21 20:21:25.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45702025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.032 INFO O| Feb 21 20:21:25.032 INFO STEP 2 (remove_files) COMPLETE
45712025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.032 INFO O| Feb 21 20:21:25.032 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.052 INFO O| Feb 21 20:21:25.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45732025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.121 INFO O| Feb 21 20:21:25.121 INFO STEP 3 (remove_files) COMPLETE
45742025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.121 INFO O| Feb 21 20:21:25.121 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752025-02-21T20:21:25.897Z[ recovery-image] Feb 21 20:21:25.156 INFO O| Feb 21 20:21:25.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45762025-02-21T20:21:25.897Z[ host-image] Feb 21 20:21:25.167 INFO O| Feb 21 20:21:25.167 INFO O| Planning: Finding local manifests ... Done
45772025-02-21T20:21:25.897Z[ host-image] Feb 21 20:21:25.169 INFO O| Feb 21 20:21:25.169 INFO O| Planning: Fetching manifests: 0/5 0% complete
45782025-02-21T20:21:25.907Z[ recovery-image] Feb 21 20:21:25.430 INFO O| Feb 21 20:21:25.430 INFO STEP 4 (remove_files) COMPLETE
45792025-02-21T20:21:25.907Z[ recovery-image] Feb 21 20:21:25.430 INFO O| Feb 21 20:21:25.430 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802025-02-21T20:21:25.907Z[ host-image] Feb 21 20:21:25.473 INFO O| Feb 21 20:21:25.473 INFO O| Planning: Fetching manifests: 5/5 100% complete
45812025-02-21T20:21:25.945Z[ recovery-image] Feb 21 20:21:25.496 INFO O| Feb 21 20:21:25.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45822025-02-21T20:21:25.956Z[ host-image] Feb 21 20:21:25.511 INFO O| Feb 21 20:21:25.511 INFO O| Planning: Package planning ... Done
45832025-02-21T20:21:25.960Z[ host-image] Feb 21 20:21:25.530 INFO O| Feb 21 20:21:25.530 INFO O| Planning: Merging actions ... Done
45842025-02-21T20:21:25.975Z[ recovery-image] Feb 21 20:21:25.542 INFO O| Feb 21 20:21:25.541 INFO STEP 5 (remove_files) COMPLETE
45852025-02-21T20:21:25.978Z[ recovery-image] Feb 21 20:21:25.542 INFO O| Feb 21 20:21:25.542 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862025-02-21T20:21:26.031Z[ recovery-image] Feb 21 20:21:25.607 INFO O| Feb 21 20:21:25.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45872025-02-21T20:21:26.053Z[ recovery-image] Feb 21 20:21:25.629 INFO O| Feb 21 20:21:25.629 INFO STEP 6 (remove_files) COMPLETE
45882025-02-21T20:21:26.053Z[ recovery-image] Feb 21 20:21:25.629 INFO O| Feb 21 20:21:25.629 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892025-02-21T20:21:26.092Z[ recovery-image] Feb 21 20:21:25.668 INFO O| Feb 21 20:21:25.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45902025-02-21T20:21:26.144Z[ host-image] Feb 21 20:21:25.720 INFO O| Feb 21 20:21:25.720 INFO O| Planning: Checking for conflicting actions ... Done
45912025-02-21T20:21:26.148Z[ host-image] Feb 21 20:21:25.723 INFO O| Feb 21 20:21:25.723 INFO O| Planning: Consolidating action changes ... Done
45922025-02-21T20:21:26.151Z[ recovery-image] Feb 21 20:21:25.727 INFO O| Feb 21 20:21:25.727 INFO STEP 7 (remove_files) COMPLETE
45932025-02-21T20:21:26.153Z[ recovery-image] Feb 21 20:21:25.727 INFO O| Feb 21 20:21:25.727 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-21T20:21:26.189Z[ recovery-image] Feb 21 20:21:25.765 INFO O| Feb 21 20:21:25.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45952025-02-21T20:21:26.192Z[ recovery-image] Feb 21 20:21:25.766 INFO O| Feb 21 20:21:25.766 INFO STEP 8 (remove_files) COMPLETE
45962025-02-21T20:21:26.192Z[ recovery-image] Feb 21 20:21:25.766 INFO O| Feb 21 20:21:25.766 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-21T20:21:26.220Z[ recovery-image] Feb 21 20:21:25.795 INFO O| Feb 21 20:21:25.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
45982025-02-21T20:21:26.261Z[ recovery-image] Feb 21 20:21:25.836 INFO O| Feb 21 20:21:25.836 INFO STEP 9 (remove_files) COMPLETE
45992025-02-21T20:21:26.261Z[ recovery-image] Feb 21 20:21:25.836 INFO O| Feb 21 20:21:25.836 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-21T20:21:26.305Z[ recovery-image] Feb 21 20:21:25.879 INFO O| Feb 21 20:21:25.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46012025-02-21T20:21:26.524Z[ recovery-image] Feb 21 20:21:26.099 INFO O| Feb 21 20:21:26.099 INFO STEP 10 (remove_files) COMPLETE
46022025-02-21T20:21:26.524Z[ recovery-image] Feb 21 20:21:26.099 INFO O| Feb 21 20:21:26.099 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-21T20:21:26.552Z[ recovery-image] Feb 21 20:21:26.127 INFO O| Feb 21 20:21:26.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46042025-02-21T20:21:26.585Z[ recovery-image] Feb 21 20:21:26.161 INFO O| Feb 21 20:21:26.161 INFO STEP 11 (remove_files) COMPLETE
46052025-02-21T20:21:26.585Z[ recovery-image] Feb 21 20:21:26.161 INFO O| Feb 21 20:21:26.161 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-21T20:21:26.610Z[ recovery-image] Feb 21 20:21:26.184 INFO O| Feb 21 20:21:26.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46072025-02-21T20:21:26.631Z[ recovery-image] Feb 21 20:21:26.207 INFO O| Feb 21 20:21:26.207 INFO STEP 12 (remove_files) COMPLETE
46082025-02-21T20:21:26.631Z[ recovery-image] Feb 21 20:21:26.207 INFO O| Feb 21 20:21:26.207 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-21T20:21:26.635Z[ host-image] Feb 21 20:21:26.211 INFO O| Feb 21 20:21:26.211 INFO O| Planning: Evaluating mediators ... Done
46102025-02-21T20:21:26.639Z[ host-image] Feb 21 20:21:26.213 INFO O| Feb 21 20:21:26.213 INFO O| Planning: Planning completed in 7.23 seconds
46112025-02-21T20:21:26.643Z[ host-image] Feb 21 20:21:26.216 INFO O| Feb 21 20:21:26.216 INFO O| Packages to install: 5
46122025-02-21T20:21:26.643Z[ host-image] Feb 21 20:21:26.216 INFO O| Feb 21 20:21:26.216 INFO O| Services to change: 2
46132025-02-21T20:21:26.664Z[ host-image] Feb 21 20:21:26.237 INFO O| Feb 21 20:21:26.236 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
46142025-02-21T20:21:26.709Z[ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46152025-02-21T20:21:26.712Z[ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO STEP 13 (remove_files) COMPLETE
46162025-02-21T20:21:26.712Z[ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172025-02-21T20:21:26.731Z[ recovery-image] Feb 21 20:21:26.307 INFO O| Feb 21 20:21:26.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46182025-02-21T20:21:26.734Z[ recovery-image] Feb 21 20:21:26.308 INFO O| Feb 21 20:21:26.308 INFO STEP 14 (remove_files) COMPLETE
46192025-02-21T20:21:26.734Z[ recovery-image] Feb 21 20:21:26.308 INFO O| Feb 21 20:21:26.308 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-21T20:21:26.755Z[ recovery-image] Feb 21 20:21:26.330 INFO O| Feb 21 20:21:26.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46212025-02-21T20:21:26.849Z[ recovery-image] Feb 21 20:21:26.424 INFO O| Feb 21 20:21:26.424 INFO STEP 15 (remove_files) COMPLETE
46222025-02-21T20:21:26.849Z[ recovery-image] Feb 21 20:21:26.424 INFO O| Feb 21 20:21:26.424 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-21T20:21:26.874Z[ recovery-image] Feb 21 20:21:26.448 INFO O| Feb 21 20:21:26.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46242025-02-21T20:21:26.878Z[ recovery-image] Feb 21 20:21:26.449 INFO O| Feb 21 20:21:26.449 INFO STEP 16 (remove_files) COMPLETE
46252025-02-21T20:21:26.878Z[ recovery-image] Feb 21 20:21:26.449 INFO O| Feb 21 20:21:26.449 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-21T20:21:26.895Z[ recovery-image] Feb 21 20:21:26.469 INFO O| Feb 21 20:21:26.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46272025-02-21T20:21:26.899Z[ recovery-image] Feb 21 20:21:26.472 INFO O| Feb 21 20:21:26.472 INFO STEP 17 (remove_files) COMPLETE
46282025-02-21T20:21:26.899Z[ recovery-image] Feb 21 20:21:26.472 INFO O| Feb 21 20:21:26.472 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-21T20:21:26.917Z[ recovery-image] Feb 21 20:21:26.493 INFO O| Feb 21 20:21:26.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46302025-02-21T20:21:27.163Z[ recovery-image] Feb 21 20:21:26.738 INFO O| Feb 21 20:21:26.738 INFO STEP 18 (remove_files) COMPLETE
46312025-02-21T20:21:27.163Z[ recovery-image] Feb 21 20:21:26.738 INFO O| Feb 21 20:21:26.738 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-21T20:21:27.223Z[ recovery-image] Feb 21 20:21:26.799 INFO O| Feb 21 20:21:26.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46332025-02-21T20:21:27.233Z[ recovery-image] Feb 21 20:21:26.808 INFO O| Feb 21 20:21:26.808 INFO STEP 19 (remove_files) COMPLETE
46342025-02-21T20:21:27.236Z[ recovery-image] Feb 21 20:21:26.808 INFO O| Feb 21 20:21:26.808 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-21T20:21:27.269Z[ recovery-image] Feb 21 20:21:26.843 INFO O| Feb 21 20:21:26.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46362025-02-21T20:21:27.293Z[ recovery-image] Feb 21 20:21:26.868 INFO O| Feb 21 20:21:26.868 INFO STEP 20 (remove_files) COMPLETE
46372025-02-21T20:21:27.293Z[ recovery-image] Feb 21 20:21:26.868 INFO O| Feb 21 20:21:26.868 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-21T20:21:27.326Z[ recovery-image] Feb 21 20:21:26.901 INFO O| Feb 21 20:21:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46392025-02-21T20:21:27.348Z[ recovery-image] Feb 21 20:21:26.923 INFO O| Feb 21 20:21:26.923 INFO STEP 21 (remove_files) COMPLETE
46402025-02-21T20:21:27.348Z[ recovery-image] Feb 21 20:21:26.923 INFO O| Feb 21 20:21:26.923 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-21T20:21:27.370Z[ recovery-image] Feb 21 20:21:26.944 INFO O| Feb 21 20:21:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46422025-02-21T20:21:27.374Z[ recovery-image] Feb 21 20:21:26.945 INFO O| Feb 21 20:21:26.944 INFO STEP 22 (remove_files) COMPLETE
46432025-02-21T20:21:27.374Z[ recovery-image] Feb 21 20:21:26.945 INFO O| Feb 21 20:21:26.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-21T20:21:27.394Z[ recovery-image] Feb 21 20:21:26.964 INFO O| Feb 21 20:21:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46452025-02-21T20:21:27.406Z[ recovery-image] Feb 21 20:21:26.981 INFO O| Feb 21 20:21:26.981 INFO STEP 23 (remove_files) COMPLETE
46462025-02-21T20:21:27.406Z[ recovery-image] Feb 21 20:21:26.981 INFO O| Feb 21 20:21:26.981 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-21T20:21:27.442Z[ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46482025-02-21T20:21:27.448Z[ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO STEP 24 (remove_files) COMPLETE
46492025-02-21T20:21:27.448Z[ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-21T20:21:27.465Z[ recovery-image] Feb 21 20:21:27.039 INFO O| Feb 21 20:21:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46512025-02-21T20:21:27.469Z[ recovery-image] Feb 21 20:21:27.040 INFO O| Feb 21 20:21:27.040 INFO STEP 25 (remove_files) COMPLETE
46522025-02-21T20:21:27.469Z[ recovery-image] Feb 21 20:21:27.040 INFO O| Feb 21 20:21:27.040 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-21T20:21:27.511Z[ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46542025-02-21T20:21:27.511Z[ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO STEP 26 (remove_files) COMPLETE
46552025-02-21T20:21:27.511Z[ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-21T20:21:27.532Z[ recovery-image] Feb 21 20:21:27.107 INFO O| Feb 21 20:21:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46572025-02-21T20:21:27.603Z[ recovery-image] Feb 21 20:21:27.178 INFO O| Feb 21 20:21:27.178 INFO STEP 27 (remove_files) COMPLETE
46582025-02-21T20:21:27.603Z[ recovery-image] Feb 21 20:21:27.178 INFO O| Feb 21 20:21:27.178 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-21T20:21:27.661Z[ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46602025-02-21T20:21:27.661Z[ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO STEP 28 (remove_files) COMPLETE
46612025-02-21T20:21:27.662Z[ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-21T20:21:27.683Z[ recovery-image] Feb 21 20:21:27.256 INFO O| Feb 21 20:21:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46632025-02-21T20:21:27.752Z[ recovery-image] Feb 21 20:21:27.327 INFO O| Feb 21 20:21:27.327 INFO STEP 29 (remove_files) COMPLETE
46642025-02-21T20:21:27.752Z[ recovery-image] Feb 21 20:21:27.327 INFO O| Feb 21 20:21:27.327 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-21T20:21:27.840Z[ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46662025-02-21T20:21:27.840Z[ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO STEP 30 (remove_files) COMPLETE
46672025-02-21T20:21:27.840Z[ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-21T20:21:27.881Z[ recovery-image] Feb 21 20:21:27.403 INFO O| Feb 21 20:21:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46692025-02-21T20:21:27.889Z[ recovery-image] Feb 21 20:21:27.427 INFO O| Feb 21 20:21:27.427 INFO STEP 31 (remove_files) COMPLETE
46702025-02-21T20:21:27.890Z[ recovery-image] Feb 21 20:21:27.427 INFO O| Feb 21 20:21:27.427 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-21T20:21:27.890Z[ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46722025-02-21T20:21:27.890Z[ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO STEP 32 (remove_files) COMPLETE
46732025-02-21T20:21:27.890Z[ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-21T20:21:27.917Z[ recovery-image] Feb 21 20:21:27.479 INFO O| Feb 21 20:21:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46752025-02-21T20:21:27.917Z[ recovery-image] Feb 21 20:21:27.479 INFO O| Feb 21 20:21:27.479 INFO STEP 33 (remove_files) COMPLETE
46762025-02-21T20:21:27.932Z[ recovery-image] Feb 21 20:21:27.480 INFO O| Feb 21 20:21:27.479 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-21T20:21:27.932Z[ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46782025-02-21T20:21:27.932Z[ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO STEP 34 (remove_files) COMPLETE
46792025-02-21T20:21:27.932Z[ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-21T20:21:27.949Z[ recovery-image] Feb 21 20:21:27.518 INFO O| Feb 21 20:21:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46812025-02-21T20:21:27.957Z[ recovery-image] Feb 21 20:21:27.530 INFO O| Feb 21 20:21:27.530 INFO STEP 35 (remove_files) COMPLETE
46822025-02-21T20:21:27.957Z[ recovery-image] Feb 21 20:21:27.530 INFO O| Feb 21 20:21:27.530 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-21T20:21:28.018Z[ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46842025-02-21T20:21:28.038Z[ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO STEP 36 (remove_files) COMPLETE
46852025-02-21T20:21:28.038Z[ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-21T20:21:28.055Z[ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46872025-02-21T20:21:28.055Z[ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO STEP 37 (remove_files) COMPLETE
46882025-02-21T20:21:28.055Z[ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-21T20:21:28.059Z[ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46902025-02-21T20:21:28.059Z[ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO STEP 38 (remove_files) COMPLETE
46912025-02-21T20:21:28.067Z[ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-21T20:21:28.091Z[ recovery-image] Feb 21 20:21:27.657 INFO O| Feb 21 20:21:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46932025-02-21T20:21:28.095Z[ recovery-image] Feb 21 20:21:27.658 INFO O| Feb 21 20:21:27.657 INFO STEP 39 (remove_files) COMPLETE
46942025-02-21T20:21:28.095Z[ recovery-image] Feb 21 20:21:27.658 INFO O| Feb 21 20:21:27.658 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-21T20:21:28.119Z[ recovery-image] Feb 21 20:21:27.680 INFO O| Feb 21 20:21:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46962025-02-21T20:21:28.155Z[ recovery-image] Feb 21 20:21:27.680 INFO O| Feb 21 20:21:27.680 INFO STEP 40 (remove_files) COMPLETE
46972025-02-21T20:21:28.155Z[ recovery-image] Feb 21 20:21:27.681 INFO O| Feb 21 20:21:27.680 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-21T20:21:28.160Z[ recovery-image] Feb 21 20:21:27.703 INFO O| Feb 21 20:21:27.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
46992025-02-21T20:21:28.160Z[ recovery-image] Feb 21 20:21:27.704 INFO O| Feb 21 20:21:27.704 INFO STEP 41 (remove_files) COMPLETE
47002025-02-21T20:21:28.160Z[ recovery-image] Feb 21 20:21:27.704 INFO O| Feb 21 20:21:27.704 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-21T20:21:28.160Z[ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47022025-02-21T20:21:28.160Z[ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO STEP 42 (remove_files) COMPLETE
47032025-02-21T20:21:28.161Z[ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-21T20:21:28.171Z[ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47052025-02-21T20:21:28.171Z[ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO STEP 43 (remove_files) COMPLETE
47062025-02-21T20:21:28.176Z[ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-21T20:21:28.193Z[ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47082025-02-21T20:21:28.193Z[ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO STEP 44 (remove_files) COMPLETE
47092025-02-21T20:21:28.206Z[ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-21T20:21:28.215Z[ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47112025-02-21T20:21:28.215Z[ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO STEP 45 (remove_files) COMPLETE
47122025-02-21T20:21:28.215Z[ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-21T20:21:28.239Z[ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47142025-02-21T20:21:28.240Z[ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO STEP 46 (remove_files) COMPLETE
47152025-02-21T20:21:28.246Z[ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-21T20:21:28.259Z[ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47172025-02-21T20:21:28.259Z[ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO STEP 47 (remove_files) COMPLETE
47182025-02-21T20:21:28.259Z[ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-21T20:21:28.284Z[ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47202025-02-21T20:21:28.284Z[ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO STEP 48 (remove_files) COMPLETE
47212025-02-21T20:21:28.285Z[ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-21T20:21:28.305Z[ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47232025-02-21T20:21:28.305Z[ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO STEP 49 (remove_files) COMPLETE
47242025-02-21T20:21:28.312Z[ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-21T20:21:28.325Z[ recovery-image] Feb 21 20:21:27.899 INFO O| Feb 21 20:21:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47262025-02-21T20:21:28.342Z[ recovery-image] Feb 21 20:21:27.917 INFO O| Feb 21 20:21:27.917 INFO STEP 50 (remove_files) COMPLETE
47272025-02-21T20:21:28.342Z[ recovery-image] Feb 21 20:21:27.917 INFO O| Feb 21 20:21:27.917 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-21T20:21:28.381Z[ recovery-image] Feb 21 20:21:27.955 INFO O| Feb 21 20:21:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47292025-02-21T20:21:28.384Z[ recovery-image] Feb 21 20:21:27.956 INFO O| Feb 21 20:21:27.956 INFO STEP 51 (remove_files) COMPLETE
47302025-02-21T20:21:28.384Z[ recovery-image] Feb 21 20:21:27.956 INFO O| Feb 21 20:21:27.956 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-21T20:21:28.403Z[ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47322025-02-21T20:21:28.407Z[ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO STEP 52 (remove_files) COMPLETE
47332025-02-21T20:21:28.407Z[ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-21T20:21:28.426Z[ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47352025-02-21T20:21:28.429Z[ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO STEP 53 (remove_files) COMPLETE
47362025-02-21T20:21:28.429Z[ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-21T20:21:28.445Z[ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47382025-02-21T20:21:28.448Z[ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO STEP 54 (remove_files) COMPLETE
47392025-02-21T20:21:28.448Z[ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-21T20:21:28.467Z[ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47412025-02-21T20:21:28.467Z[ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO STEP 55 (remove_files) COMPLETE
47422025-02-21T20:21:28.468Z[ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-21T20:21:28.488Z[ recovery-image] Feb 21 20:21:28.062 INFO O| Feb 21 20:21:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47442025-02-21T20:21:28.491Z[ recovery-image] Feb 21 20:21:28.063 INFO O| Feb 21 20:21:28.062 INFO STEP 56 (remove_files) COMPLETE
47452025-02-21T20:21:28.491Z[ recovery-image] Feb 21 20:21:28.063 INFO O| Feb 21 20:21:28.063 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-21T20:21:28.508Z[ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47472025-02-21T20:21:28.508Z[ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO STEP 57 (remove_files) COMPLETE
47482025-02-21T20:21:28.508Z[ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-21T20:21:28.526Z[ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47502025-02-21T20:21:28.526Z[ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO STEP 58 (remove_files) COMPLETE
47512025-02-21T20:21:28.526Z[ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-21T20:21:28.545Z[ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47532025-02-21T20:21:28.545Z[ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO STEP 59 (remove_files) COMPLETE
47542025-02-21T20:21:28.545Z[ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-21T20:21:28.566Z[ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47562025-02-21T20:21:28.569Z[ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO STEP 60 (remove_files) COMPLETE
47572025-02-21T20:21:28.569Z[ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-21T20:21:28.587Z[ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47592025-02-21T20:21:28.587Z[ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO STEP 61 (remove_files) COMPLETE
47602025-02-21T20:21:28.593Z[ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-21T20:21:28.623Z[ recovery-image] Feb 21 20:21:28.197 INFO O| Feb 21 20:21:28.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47622025-02-21T20:21:28.628Z[ recovery-image] Feb 21 20:21:28.198 INFO O| Feb 21 20:21:28.198 INFO STEP 62 (remove_files) COMPLETE
47632025-02-21T20:21:28.628Z[ recovery-image] Feb 21 20:21:28.198 INFO O| Feb 21 20:21:28.198 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-21T20:21:28.667Z[ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47652025-02-21T20:21:28.668Z[ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO STEP 63 (remove_files) COMPLETE
47662025-02-21T20:21:28.672Z[ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-21T20:21:28.684Z[ recovery-image] Feb 21 20:21:28.258 INFO O| Feb 21 20:21:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47682025-02-21T20:21:28.684Z[ recovery-image] Feb 21 20:21:28.259 INFO O| Feb 21 20:21:28.259 INFO STEP 64 (remove_files) COMPLETE
47692025-02-21T20:21:28.684Z[ recovery-image] Feb 21 20:21:28.259 INFO O| Feb 21 20:21:28.259 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-21T20:21:28.706Z[ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47712025-02-21T20:21:28.706Z[ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO STEP 65 (remove_files) COMPLETE
47722025-02-21T20:21:28.709Z[ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-21T20:21:28.728Z[ recovery-image] Feb 21 20:21:28.302 INFO O| Feb 21 20:21:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47742025-02-21T20:21:28.728Z[ recovery-image] Feb 21 20:21:28.303 INFO O| Feb 21 20:21:28.303 INFO STEP 66 (remove_files) COMPLETE
47752025-02-21T20:21:28.731Z[ recovery-image] Feb 21 20:21:28.303 INFO O| Feb 21 20:21:28.303 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-21T20:21:28.751Z[ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47772025-02-21T20:21:28.751Z[ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO STEP 67 (remove_files) COMPLETE
47782025-02-21T20:21:28.751Z[ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-21T20:21:28.786Z[ recovery-image] Feb 21 20:21:28.360 INFO O| Feb 21 20:21:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47802025-02-21T20:21:28.791Z[ recovery-image] Feb 21 20:21:28.360 INFO O| Feb 21 20:21:28.360 INFO STEP 68 (remove_files) COMPLETE
47812025-02-21T20:21:28.791Z[ recovery-image] Feb 21 20:21:28.361 INFO O| Feb 21 20:21:28.361 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-21T20:21:28.810Z[ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47832025-02-21T20:21:28.813Z[ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.385 INFO STEP 69 (remove_files) COMPLETE
47842025-02-21T20:21:28.813Z[ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.385 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-21T20:21:28.833Z[ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47862025-02-21T20:21:28.836Z[ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO STEP 70 (remove_files) COMPLETE
47872025-02-21T20:21:28.836Z[ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-21T20:21:28.862Z[ recovery-image] Feb 21 20:21:28.429 INFO O| Feb 21 20:21:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47892025-02-21T20:21:28.880Z[ recovery-image] Feb 21 20:21:28.430 INFO O| Feb 21 20:21:28.430 INFO STEP 71 (remove_files) COMPLETE
47902025-02-21T20:21:28.881Z[ recovery-image] Feb 21 20:21:28.430 INFO O| Feb 21 20:21:28.430 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-21T20:21:28.884Z[ recovery-image] Feb 21 20:21:28.451 INFO O| Feb 21 20:21:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47922025-02-21T20:21:28.884Z[ recovery-image] Feb 21 20:21:28.452 INFO O| Feb 21 20:21:28.452 INFO STEP 72 (remove_files) COMPLETE
47932025-02-21T20:21:28.884Z[ recovery-image] Feb 21 20:21:28.452 INFO O| Feb 21 20:21:28.452 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-21T20:21:28.926Z[ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47952025-02-21T20:21:28.926Z[ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO STEP 73 (remove_files) COMPLETE
47962025-02-21T20:21:28.926Z[ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-21T20:21:28.994Z[ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47982025-02-21T20:21:28.994Z[ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO STEP 74 (remove_files) COMPLETE
47992025-02-21T20:21:28.994Z[ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-21T20:21:29.018Z[ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48012025-02-21T20:21:29.018Z[ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO STEP 75 (remove_files) COMPLETE
48022025-02-21T20:21:29.021Z[ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-21T20:21:29.043Z[ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48042025-02-21T20:21:29.046Z[ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO STEP 76 (remove_files) COMPLETE
48052025-02-21T20:21:29.046Z[ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-21T20:21:29.083Z[ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48072025-02-21T20:21:29.083Z[ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO STEP 77 (remove_files) COMPLETE
48082025-02-21T20:21:29.083Z[ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-21T20:21:29.102Z[ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48102025-02-21T20:21:29.102Z[ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO STEP 78 (remove_files) COMPLETE
48112025-02-21T20:21:29.102Z[ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-21T20:21:29.125Z[ recovery-image] Feb 21 20:21:28.699 INFO O| Feb 21 20:21:28.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48132025-02-21T20:21:29.125Z[ recovery-image] Feb 21 20:21:28.700 INFO O| Feb 21 20:21:28.699 INFO STEP 79 (remove_files) COMPLETE
48142025-02-21T20:21:29.128Z[ recovery-image] Feb 21 20:21:28.700 INFO O| Feb 21 20:21:28.700 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-21T20:21:29.149Z[ recovery-image] Feb 21 20:21:28.722 INFO O| Feb 21 20:21:28.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48162025-02-21T20:21:29.149Z[ recovery-image] Feb 21 20:21:28.723 INFO O| Feb 21 20:21:28.723 INFO STEP 80 (remove_files) COMPLETE
48172025-02-21T20:21:29.153Z[ recovery-image] Feb 21 20:21:28.723 INFO O| Feb 21 20:21:28.723 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-21T20:21:29.173Z[ recovery-image] Feb 21 20:21:28.746 INFO O| Feb 21 20:21:28.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48192025-02-21T20:21:29.184Z[ recovery-image] Feb 21 20:21:28.757 INFO O| Feb 21 20:21:28.757 INFO STEP 81 (remove_files) COMPLETE
48202025-02-21T20:21:29.184Z[ recovery-image] Feb 21 20:21:28.757 INFO O| Feb 21 20:21:28.757 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-21T20:21:29.248Z[ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48222025-02-21T20:21:29.248Z[ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO STEP 82 (remove_files) COMPLETE
48232025-02-21T20:21:29.252Z[ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-21T20:21:29.271Z[ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48252025-02-21T20:21:29.271Z[ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO STEP 83 (remove_files) COMPLETE
48262025-02-21T20:21:29.277Z[ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-21T20:21:29.290Z[ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48282025-02-21T20:21:29.290Z[ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO STEP 84 (remove_files) COMPLETE
48292025-02-21T20:21:29.293Z[ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-21T20:21:29.310Z[ recovery-image] Feb 21 20:21:28.884 INFO O| Feb 21 20:21:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48312025-02-21T20:21:29.321Z[ recovery-image] Feb 21 20:21:28.895 INFO O| Feb 21 20:21:28.895 INFO STEP 85 (remove_files) COMPLETE
48322025-02-21T20:21:29.321Z[ recovery-image] Feb 21 20:21:28.895 INFO O| Feb 21 20:21:28.895 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-21T20:21:29.345Z[ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48342025-02-21T20:21:29.346Z[ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO STEP 86 (remove_files) COMPLETE
48352025-02-21T20:21:29.346Z[ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-21T20:21:29.366Z[ recovery-image] Feb 21 20:21:28.940 INFO O| Feb 21 20:21:28.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48372025-02-21T20:21:29.386Z[ recovery-image] Feb 21 20:21:28.960 INFO O| Feb 21 20:21:28.960 INFO STEP 87 (remove_files) COMPLETE
48382025-02-21T20:21:29.386Z[ recovery-image] Feb 21 20:21:28.960 INFO O| Feb 21 20:21:28.960 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-21T20:21:29.421Z[ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48402025-02-21T20:21:29.421Z[ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO STEP 88 (remove_files) COMPLETE
48412025-02-21T20:21:29.421Z[ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-21T20:21:29.462Z[ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48432025-02-21T20:21:29.462Z[ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO STEP 89 (remove_files) COMPLETE
48442025-02-21T20:21:29.462Z[ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-21T20:21:29.483Z[ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48462025-02-21T20:21:29.489Z[ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO STEP 90 (remove_files) COMPLETE
48472025-02-21T20:21:29.489Z[ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-21T20:21:29.533Z[ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48492025-02-21T20:21:29.533Z[ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO STEP 91 (remove_files) COMPLETE
48502025-02-21T20:21:29.541Z[ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-21T20:21:29.555Z[ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48522025-02-21T20:21:29.555Z[ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO STEP 92 (remove_files) COMPLETE
48532025-02-21T20:21:29.556Z[ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-21T20:21:29.577Z[ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48552025-02-21T20:21:29.578Z[ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.152 INFO STEP 93 (remove_files) COMPLETE
48562025-02-21T20:21:29.578Z[ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.152 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-21T20:21:29.602Z[ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48582025-02-21T20:21:29.603Z[ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO STEP 94 (remove_files) COMPLETE
48592025-02-21T20:21:29.608Z[ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-21T20:21:29.642Z[ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48612025-02-21T20:21:29.642Z[ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO STEP 95 (remove_files) COMPLETE
48622025-02-21T20:21:29.653Z[ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-21T20:21:29.666Z[ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48642025-02-21T20:21:29.666Z[ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO STEP 96 (remove_files) COMPLETE
48652025-02-21T20:21:29.666Z[ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-21T20:21:29.688Z[ recovery-image] Feb 21 20:21:29.261 INFO O| Feb 21 20:21:29.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48672025-02-21T20:21:29.688Z[ recovery-image] Feb 21 20:21:29.261 INFO O| Feb 21 20:21:29.261 INFO STEP 97 (remove_files) COMPLETE
48682025-02-21T20:21:29.694Z[ recovery-image] Feb 21 20:21:29.262 INFO O| Feb 21 20:21:29.261 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-21T20:21:29.728Z[ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48702025-02-21T20:21:29.728Z[ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO STEP 98 (remove_files) COMPLETE
48712025-02-21T20:21:29.731Z[ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-21T20:21:29.737Z[ host-image] Feb 21 20:21:29.311 INFO O| Feb 21 20:21:29.311 INFO O| Download: Completed 1.46 MB in 3.08 seconds (485k/s)
48732025-02-21T20:21:29.756Z[ recovery-image] Feb 21 20:21:29.329 INFO O| Feb 21 20:21:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48742025-02-21T20:21:29.760Z[ recovery-image] Feb 21 20:21:29.329 INFO O| Feb 21 20:21:29.329 INFO STEP 99 (remove_files) COMPLETE
48752025-02-21T20:21:29.760Z[ recovery-image] Feb 21 20:21:29.330 INFO O| Feb 21 20:21:29.330 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-21T20:21:29.826Z[ host-image] Feb 21 20:21:29.400 INFO O| Feb 21 20:21:29.400 INFO O| Actions: 1/306 actions (Installing new actions)
48772025-02-21T20:21:29.834Z[ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48782025-02-21T20:21:29.837Z[ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO STEP 100 (remove_files) COMPLETE
48792025-02-21T20:21:29.837Z[ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-21T20:21:29.857Z[ recovery-image] Feb 21 20:21:29.430 INFO O| Feb 21 20:21:29.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48812025-02-21T20:21:29.860Z[ recovery-image] Feb 21 20:21:29.431 INFO O| Feb 21 20:21:29.431 INFO STEP 101 (remove_files) COMPLETE
48822025-02-21T20:21:29.860Z[ recovery-image] Feb 21 20:21:29.431 INFO O| Feb 21 20:21:29.431 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-21T20:21:29.879Z[ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48842025-02-21T20:21:29.888Z[ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO STEP 102 (remove_files) COMPLETE
48852025-02-21T20:21:29.888Z[ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-21T20:21:29.901Z[ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48872025-02-21T20:21:29.904Z[ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO STEP 103 (remove_files) COMPLETE
48882025-02-21T20:21:29.904Z[ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-21T20:21:29.926Z[ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48902025-02-21T20:21:29.930Z[ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO STEP 104 (remove_files) COMPLETE
48912025-02-21T20:21:29.930Z[ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-21T20:21:29.944Z[ recovery-image] Feb 21 20:21:29.518 INFO O| Feb 21 20:21:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48932025-02-21T20:21:29.956Z[ recovery-image] Feb 21 20:21:29.519 INFO O| Feb 21 20:21:29.519 INFO STEP 105 (remove_files) COMPLETE
48942025-02-21T20:21:29.956Z[ recovery-image] Feb 21 20:21:29.519 INFO O| Feb 21 20:21:29.519 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-02-21T20:21:29.968Z[ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48962025-02-21T20:21:29.972Z[ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO STEP 106 (remove_files) COMPLETE
48972025-02-21T20:21:29.972Z[ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-02-21T20:21:29.999Z[ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48992025-02-21T20:21:30.003Z[ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO STEP 107 (remove_files) COMPLETE
49002025-02-21T20:21:30.003Z[ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-21T20:21:30.042Z[ host-image] Feb 21 20:21:29.616 INFO O| Feb 21 20:21:29.616 INFO O| Actions: Completed 306 actions in 0.22 seconds.
49022025-02-21T20:21:30.094Z[ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49032025-02-21T20:21:30.094Z[ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO STEP 108 (remove_files) COMPLETE
49042025-02-21T20:21:30.094Z[ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-21T20:21:30.114Z[ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49062025-02-21T20:21:30.114Z[ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO STEP 109 (remove_files) COMPLETE
49072025-02-21T20:21:30.125Z[ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-21T20:21:30.133Z[ recovery-image] Feb 21 20:21:29.706 INFO O| Feb 21 20:21:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49092025-02-21T20:21:30.133Z[ recovery-image] Feb 21 20:21:29.707 INFO O| Feb 21 20:21:29.706 INFO STEP 110 (remove_files) COMPLETE
49102025-02-21T20:21:30.144Z[ recovery-image] Feb 21 20:21:29.707 INFO O| Feb 21 20:21:29.707 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-21T20:21:30.155Z[ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49122025-02-21T20:21:30.155Z[ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO STEP 111 (remove_files) COMPLETE
49132025-02-21T20:21:30.166Z[ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-21T20:21:30.173Z[ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49152025-02-21T20:21:30.173Z[ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.747 INFO STEP 112 (remove_files) COMPLETE
49162025-02-21T20:21:30.177Z[ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.747 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-21T20:21:30.216Z[ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49182025-02-21T20:21:30.216Z[ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO STEP 113 (remove_files) COMPLETE
49192025-02-21T20:21:30.220Z[ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-21T20:21:30.237Z[ recovery-image] Feb 21 20:21:29.810 INFO O| Feb 21 20:21:29.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49212025-02-21T20:21:30.241Z[ recovery-image] Feb 21 20:21:29.811 INFO O| Feb 21 20:21:29.810 INFO STEP 114 (remove_files) COMPLETE
49222025-02-21T20:21:30.242Z[ recovery-image] Feb 21 20:21:29.811 INFO O| Feb 21 20:21:29.811 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-21T20:21:30.285Z[ recovery-image] Feb 21 20:21:29.839 INFO O| Feb 21 20:21:29.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49242025-02-21T20:21:30.299Z[ recovery-image] Feb 21 20:21:29.840 INFO O| Feb 21 20:21:29.839 INFO STEP 115 (remove_files) COMPLETE
49252025-02-21T20:21:30.299Z[ recovery-image] Feb 21 20:21:29.840 INFO O| Feb 21 20:21:29.839 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-21T20:21:30.299Z[ recovery-image] Feb 21 20:21:29.863 INFO O| Feb 21 20:21:29.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49272025-02-21T20:21:30.299Z[ recovery-image] Feb 21 20:21:29.864 INFO O| Feb 21 20:21:29.864 INFO STEP 116 (remove_files) COMPLETE
49282025-02-21T20:21:30.299Z[ recovery-image] Feb 21 20:21:29.864 INFO O| Feb 21 20:21:29.864 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-21T20:21:30.315Z[ recovery-image] Feb 21 20:21:29.888 INFO O| Feb 21 20:21:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49302025-02-21T20:21:30.339Z[ recovery-image] Feb 21 20:21:29.889 INFO O| Feb 21 20:21:29.889 INFO STEP 117 (remove_files) COMPLETE
49312025-02-21T20:21:30.339Z[ recovery-image] Feb 21 20:21:29.889 INFO O| Feb 21 20:21:29.889 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-21T20:21:30.351Z[ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49332025-02-21T20:21:30.351Z[ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO STEP 118 (remove_files) COMPLETE
49342025-02-21T20:21:30.351Z[ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-21T20:21:30.373Z[ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49362025-02-21T20:21:30.376Z[ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO STEP 119 (remove_files) COMPLETE
49372025-02-21T20:21:30.376Z[ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-21T20:21:30.408Z[ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49392025-02-21T20:21:30.408Z[ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO STEP 120 (remove_files) COMPLETE
49402025-02-21T20:21:30.411Z[ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-21T20:21:30.440Z[ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49422025-02-21T20:21:30.440Z[ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO STEP 121 (remove_files) COMPLETE
49432025-02-21T20:21:30.440Z[ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-21T20:21:30.458Z[ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49452025-02-21T20:21:30.458Z[ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO STEP 122 (remove_files) COMPLETE
49462025-02-21T20:21:30.472Z[ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-21T20:21:30.485Z[ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49482025-02-21T20:21:30.485Z[ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO STEP 123 (remove_files) COMPLETE
49492025-02-21T20:21:30.486Z[ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-21T20:21:30.523Z[ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49512025-02-21T20:21:30.526Z[ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO STEP 124 (remove_files) COMPLETE
49522025-02-21T20:21:30.526Z[ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-21T20:21:30.540Z[ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49542025-02-21T20:21:30.544Z[ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO STEP 125 (remove_files) COMPLETE
49552025-02-21T20:21:30.545Z[ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-21T20:21:30.573Z[ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49572025-02-21T20:21:30.573Z[ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO STEP 126 (remove_files) COMPLETE
49582025-02-21T20:21:30.577Z[ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-21T20:21:30.630Z[ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49602025-02-21T20:21:30.634Z[ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO STEP 127 (remove_files) COMPLETE
49612025-02-21T20:21:30.634Z[ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-21T20:21:30.668Z[ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49632025-02-21T20:21:30.668Z[ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO STEP 128 (remove_files) COMPLETE
49642025-02-21T20:21:30.673Z[ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-21T20:21:30.727Z[ recovery-image] Feb 21 20:21:30.300 INFO O| Feb 21 20:21:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49662025-02-21T20:21:30.727Z[ recovery-image] Feb 21 20:21:30.300 INFO O| Feb 21 20:21:30.300 INFO STEP 129 (remove_files) COMPLETE
49672025-02-21T20:21:30.731Z[ recovery-image] Feb 21 20:21:30.301 INFO O| Feb 21 20:21:30.300 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-02-21T20:21:30.748Z[ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49692025-02-21T20:21:30.748Z[ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO STEP 130 (remove_files) COMPLETE
49702025-02-21T20:21:30.754Z[ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-02-21T20:21:30.770Z[ recovery-image] Feb 21 20:21:30.341 INFO O| Feb 21 20:21:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49722025-02-21T20:21:30.770Z[ recovery-image] Feb 21 20:21:30.341 INFO O| Feb 21 20:21:30.341 INFO STEP 131 (remove_files) COMPLETE
49732025-02-21T20:21:30.784Z[ recovery-image] Feb 21 20:21:30.342 INFO O| Feb 21 20:21:30.341 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-21T20:21:30.789Z[ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49752025-02-21T20:21:30.789Z[ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.363 INFO STEP 132 (remove_files) COMPLETE
49762025-02-21T20:21:30.794Z[ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.363 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-21T20:21:30.826Z[ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49782025-02-21T20:21:30.826Z[ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO STEP 133 (remove_files) COMPLETE
49792025-02-21T20:21:30.838Z[ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-21T20:21:30.838Z[ host-image] Feb 21 20:21:30.401 INFO O| Feb 21 20:21:30.401 INFO O| Done
49812025-02-21T20:21:30.838Z[ host-image] Feb 21 20:21:30.401 INFO O| Feb 21 20:21:30.401 INFO O| Done
49822025-02-21T20:21:30.900Z[ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49832025-02-21T20:21:30.900Z[ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO STEP 134 (remove_files) COMPLETE
49842025-02-21T20:21:30.900Z[ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-02-21T20:21:30.910Z[ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
49862025-02-21T20:21:30.910Z[ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO STEP 135 (remove_files) COMPLETE
49872025-02-21T20:21:30.917Z[ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-02-21T20:21:30.922Z[ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49892025-02-21T20:21:30.922Z[ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO STEP 136 (remove_files) COMPLETE
49902025-02-21T20:21:30.922Z[ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-02-21T20:21:30.939Z[ recovery-image] Feb 21 20:21:30.511 INFO O| Feb 21 20:21:30.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49922025-02-21T20:21:30.946Z[ recovery-image] Feb 21 20:21:30.512 INFO O| Feb 21 20:21:30.512 INFO STEP 137 (remove_files) COMPLETE
49932025-02-21T20:21:30.946Z[ recovery-image] Feb 21 20:21:30.512 INFO O| Feb 21 20:21:30.512 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-21T20:21:30.957Z[ recovery-image] Feb 21 20:21:30.529 INFO O| Feb 21 20:21:30.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49952025-02-21T20:21:30.964Z[ recovery-image] Feb 21 20:21:30.530 INFO O| Feb 21 20:21:30.530 INFO STEP 138 (remove_files) COMPLETE
49962025-02-21T20:21:30.964Z[ recovery-image] Feb 21 20:21:30.530 INFO O| Feb 21 20:21:30.530 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-02-21T20:21:30.975Z[ recovery-image] Feb 21 20:21:30.547 INFO O| Feb 21 20:21:30.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49982025-02-21T20:21:30.979Z[ recovery-image] Feb 21 20:21:30.547 INFO O| Feb 21 20:21:30.547 INFO STEP 139 (remove_files) COMPLETE
49992025-02-21T20:21:30.979Z[ recovery-image] Feb 21 20:21:30.548 INFO O| Feb 21 20:21:30.547 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-02-21T20:21:30.992Z[ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50012025-02-21T20:21:30.994Z[ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO STEP 140 (remove_files) COMPLETE
50022025-02-21T20:21:30.994Z[ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-02-21T20:21:31.009Z[ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50042025-02-21T20:21:31.011Z[ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO STEP 141 (remove_files) COMPLETE
50052025-02-21T20:21:31.011Z[ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-02-21T20:21:31.028Z[ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50072025-02-21T20:21:31.031Z[ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO STEP 142 (remove_files) COMPLETE
50082025-02-21T20:21:31.031Z[ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-21T20:21:31.045Z[ recovery-image] Feb 21 20:21:30.618 INFO O| Feb 21 20:21:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50102025-02-21T20:21:31.057Z[ recovery-image] Feb 21 20:21:30.626 INFO O| Feb 21 20:21:30.626 INFO STEP 143 (remove_files) COMPLETE
50112025-02-21T20:21:31.062Z[ recovery-image] Feb 21 20:21:30.626 INFO O| Feb 21 20:21:30.626 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-21T20:21:31.073Z[ recovery-image] Feb 21 20:21:30.645 INFO O| Feb 21 20:21:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50132025-02-21T20:21:31.077Z[ recovery-image] Feb 21 20:21:30.645 INFO O| Feb 21 20:21:30.645 INFO STEP 144 (remove_files) COMPLETE
50142025-02-21T20:21:31.077Z[ recovery-image] Feb 21 20:21:30.646 INFO O| Feb 21 20:21:30.645 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-21T20:21:31.090Z[ recovery-image] Feb 21 20:21:30.663 INFO O| Feb 21 20:21:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50162025-02-21T20:21:31.095Z[ recovery-image] Feb 21 20:21:30.664 INFO O| Feb 21 20:21:30.663 INFO STEP 145 (remove_files) COMPLETE
50172025-02-21T20:21:31.095Z[ recovery-image] Feb 21 20:21:30.664 INFO O| Feb 21 20:21:30.664 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-21T20:21:31.108Z[ recovery-image] Feb 21 20:21:30.682 INFO O| Feb 21 20:21:30.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50192025-02-21T20:21:31.132Z[ recovery-image] Feb 21 20:21:30.705 INFO O| Feb 21 20:21:30.705 INFO STEP 146 (remove_files) COMPLETE
50202025-02-21T20:21:31.132Z[ recovery-image] Feb 21 20:21:30.705 INFO O| Feb 21 20:21:30.705 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-21T20:21:31.154Z[ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50222025-02-21T20:21:31.157Z[ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO STEP 147 (remove_files) COMPLETE
50232025-02-21T20:21:31.157Z[ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-21T20:21:31.180Z[ recovery-image] Feb 21 20:21:30.753 INFO O| Feb 21 20:21:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50252025-02-21T20:21:31.183Z[ recovery-image] Feb 21 20:21:30.755 INFO O| Feb 21 20:21:30.755 INFO STEP 148 (remove_files) COMPLETE
50262025-02-21T20:21:31.183Z[ recovery-image] Feb 21 20:21:30.755 INFO O| Feb 21 20:21:30.755 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-21T20:21:31.242Z[ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50282025-02-21T20:21:31.242Z[ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO STEP 149 (remove_files) COMPLETE
50292025-02-21T20:21:31.252Z[ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-21T20:21:31.259Z[ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50312025-02-21T20:21:31.259Z[ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO STEP 150 (remove_files) COMPLETE
50322025-02-21T20:21:31.259Z[ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-21T20:21:31.282Z[ recovery-image] Feb 21 20:21:30.855 INFO O| Feb 21 20:21:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50342025-02-21T20:21:31.282Z[ recovery-image] Feb 21 20:21:30.856 INFO O| Feb 21 20:21:30.855 INFO STEP 151 (remove_files) COMPLETE
50352025-02-21T20:21:31.285Z[ recovery-image] Feb 21 20:21:30.856 INFO O| Feb 21 20:21:30.856 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-21T20:21:31.390Z[ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50372025-02-21T20:21:31.390Z[ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO STEP 152 (remove_files) COMPLETE
50382025-02-21T20:21:31.390Z[ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-21T20:21:31.423Z[ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50402025-02-21T20:21:31.423Z[ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO STEP 153 (remove_files) COMPLETE
50412025-02-21T20:21:31.427Z[ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-21T20:21:31.448Z[ recovery-image] Feb 21 20:21:31.020 INFO O| Feb 21 20:21:31.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50432025-02-21T20:21:31.448Z[ recovery-image] Feb 21 20:21:31.021 INFO O| Feb 21 20:21:31.020 INFO STEP 154 (remove_files) COMPLETE
50442025-02-21T20:21:31.448Z[ recovery-image] Feb 21 20:21:31.021 INFO O| Feb 21 20:21:31.021 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-21T20:21:31.472Z[ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50462025-02-21T20:21:31.472Z[ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO STEP 155 (remove_files) COMPLETE
50472025-02-21T20:21:31.472Z[ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-21T20:21:31.519Z[ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50492025-02-21T20:21:31.519Z[ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO STEP 156 (remove_files) COMPLETE
50502025-02-21T20:21:31.521Z[ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-21T20:21:31.543Z[ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50522025-02-21T20:21:31.543Z[ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO STEP 157 (remove_files) COMPLETE
50532025-02-21T20:21:31.547Z[ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-21T20:21:31.567Z[ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50552025-02-21T20:21:31.567Z[ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO STEP 158 (remove_files) COMPLETE
50562025-02-21T20:21:31.571Z[ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-21T20:21:31.661Z[ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50582025-02-21T20:21:31.661Z[ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO STEP 159 (remove_files) COMPLETE
50592025-02-21T20:21:31.661Z[ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-21T20:21:31.679Z[ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50612025-02-21T20:21:31.679Z[ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.252 INFO STEP 160 (remove_files) COMPLETE
50622025-02-21T20:21:31.682Z[ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.252 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-21T20:21:31.698Z[ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50642025-02-21T20:21:31.698Z[ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO STEP 161 (remove_files) COMPLETE
50652025-02-21T20:21:31.698Z[ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-21T20:21:31.718Z[ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50672025-02-21T20:21:31.718Z[ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO STEP 162 (remove_files) COMPLETE
50682025-02-21T20:21:31.721Z[ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-02-21T20:21:31.745Z[ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50702025-02-21T20:21:31.754Z[ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO STEP 163 (remove_files) COMPLETE
50712025-02-21T20:21:31.754Z[ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-02-21T20:21:31.774Z[ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50732025-02-21T20:21:31.774Z[ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO STEP 164 (remove_files) COMPLETE
50742025-02-21T20:21:31.777Z[ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-02-21T20:21:31.798Z[ recovery-image] Feb 21 20:21:31.370 INFO O| Feb 21 20:21:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50762025-02-21T20:21:31.798Z[ recovery-image] Feb 21 20:21:31.371 INFO O| Feb 21 20:21:31.370 INFO STEP 165 (remove_files) COMPLETE
50772025-02-21T20:21:31.806Z[ recovery-image] Feb 21 20:21:31.371 INFO O| Feb 21 20:21:31.371 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-02-21T20:21:31.843Z[ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50792025-02-21T20:21:31.843Z[ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO STEP 166 (remove_files) COMPLETE
50802025-02-21T20:21:31.849Z[ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-21T20:21:31.862Z[ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50822025-02-21T20:21:31.862Z[ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO STEP 167 (remove_files) COMPLETE
50832025-02-21T20:21:31.863Z[ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-21T20:21:31.892Z[ recovery-image] Feb 21 20:21:31.465 INFO O| Feb 21 20:21:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50852025-02-21T20:21:31.910Z[ recovery-image] Feb 21 20:21:31.477 INFO O| Feb 21 20:21:31.477 INFO STEP 168 (remove_files) COMPLETE
50862025-02-21T20:21:31.910Z[ recovery-image] Feb 21 20:21:31.477 INFO O| Feb 21 20:21:31.477 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-21T20:21:31.939Z[ recovery-image] Feb 21 20:21:31.510 INFO O| Feb 21 20:21:31.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50882025-02-21T20:21:31.939Z[ recovery-image] Feb 21 20:21:31.511 INFO O| Feb 21 20:21:31.510 INFO STEP 169 (remove_files) COMPLETE
50892025-02-21T20:21:31.940Z[ recovery-image] Feb 21 20:21:31.511 INFO O| Feb 21 20:21:31.511 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-21T20:21:31.960Z[ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50912025-02-21T20:21:31.960Z[ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO STEP 170 (remove_files) COMPLETE
50922025-02-21T20:21:31.960Z[ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-21T20:21:32.001Z[ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50942025-02-21T20:21:32.004Z[ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO STEP 171 (remove_files) COMPLETE
50952025-02-21T20:21:32.004Z[ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-21T20:21:32.044Z[ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50972025-02-21T20:21:32.045Z[ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO STEP 172 (remove_files) COMPLETE
50982025-02-21T20:21:32.045Z[ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-21T20:21:32.071Z[ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51002025-02-21T20:21:32.072Z[ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO STEP 173 (remove_files) COMPLETE
51012025-02-21T20:21:32.072Z[ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-21T20:21:32.098Z[ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51032025-02-21T20:21:32.098Z[ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.668 INFO STEP 174 (remove_files) COMPLETE
51042025-02-21T20:21:32.098Z[ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.668 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-21T20:21:32.116Z[ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51062025-02-21T20:21:32.116Z[ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.689 INFO STEP 175 (remove_files) COMPLETE
51072025-02-21T20:21:32.121Z[ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.689 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-21T20:21:32.137Z[ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51092025-02-21T20:21:32.137Z[ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO STEP 176 (remove_files) COMPLETE
51102025-02-21T20:21:32.143Z[ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-21T20:21:32.158Z[ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51122025-02-21T20:21:32.158Z[ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO STEP 177 (remove_files) COMPLETE
51132025-02-21T20:21:32.158Z[ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-21T20:21:32.189Z[ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51152025-02-21T20:21:32.189Z[ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO STEP 178 (remove_files) COMPLETE
51162025-02-21T20:21:32.192Z[ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-21T20:21:32.261Z[ recovery-image] Feb 21 20:21:31.834 INFO O| Feb 21 20:21:31.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51182025-02-21T20:21:32.270Z[ recovery-image] Feb 21 20:21:31.841 INFO O| Feb 21 20:21:31.841 INFO STEP 179 (remove_files) COMPLETE
51192025-02-21T20:21:32.270Z[ recovery-image] Feb 21 20:21:31.841 INFO O| Feb 21 20:21:31.841 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-21T20:21:32.302Z[ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51212025-02-21T20:21:32.302Z[ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO STEP 180 (remove_files) COMPLETE
51222025-02-21T20:21:32.305Z[ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-21T20:21:32.322Z[ recovery-image] Feb 21 20:21:31.894 INFO O| Feb 21 20:21:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51242025-02-21T20:21:32.326Z[ recovery-image] Feb 21 20:21:31.895 INFO O| Feb 21 20:21:31.894 INFO STEP 181 (remove_files) COMPLETE
51252025-02-21T20:21:32.326Z[ recovery-image] Feb 21 20:21:31.895 INFO O| Feb 21 20:21:31.894 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-21T20:21:32.340Z[ host-image] Feb 21 20:21:31.912 INFO O| Feb 21 20:21:31.912 INFO O| Done
51272025-02-21T20:21:32.344Z[ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51282025-02-21T20:21:32.344Z[ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO STEP 182 (remove_files) COMPLETE
51292025-02-21T20:21:32.344Z[ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-02-21T20:21:32.383Z[ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51312025-02-21T20:21:32.383Z[ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO STEP 183 (remove_files) COMPLETE
51322025-02-21T20:21:32.383Z[ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-02-21T20:21:32.402Z[ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51342025-02-21T20:21:32.402Z[ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO STEP 184 (remove_files) COMPLETE
51352025-02-21T20:21:32.402Z[ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-02-21T20:21:32.434Z[ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51372025-02-21T20:21:32.434Z[ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO STEP 185 (remove_files) COMPLETE
51382025-02-21T20:21:32.434Z[ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-02-21T20:21:32.456Z[ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51402025-02-21T20:21:32.456Z[ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO STEP 186 (remove_files) COMPLETE
51412025-02-21T20:21:32.456Z[ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-02-21T20:21:32.495Z[ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51432025-02-21T20:21:32.495Z[ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO STEP 187 (remove_files) COMPLETE
51442025-02-21T20:21:32.495Z[ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-02-21T20:21:32.528Z[ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51462025-02-21T20:21:32.528Z[ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO STEP 188 (remove_files) COMPLETE
51472025-02-21T20:21:32.537Z[ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-02-21T20:21:32.557Z[ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51492025-02-21T20:21:32.557Z[ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO STEP 189 (remove_files) COMPLETE
51502025-02-21T20:21:32.557Z[ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-02-21T20:21:32.577Z[ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51522025-02-21T20:21:32.577Z[ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO STEP 190 (remove_files) COMPLETE
51532025-02-21T20:21:32.580Z[ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-02-21T20:21:32.615Z[ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51552025-02-21T20:21:32.619Z[ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO STEP 191 (remove_files) COMPLETE
51562025-02-21T20:21:32.619Z[ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-02-21T20:21:32.650Z[ recovery-image] Feb 21 20:21:32.222 INFO O| Feb 21 20:21:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51582025-02-21T20:21:32.654Z[ recovery-image] Feb 21 20:21:32.223 INFO O| Feb 21 20:21:32.223 INFO STEP 192 (remove_files) COMPLETE
51592025-02-21T20:21:32.654Z[ recovery-image] Feb 21 20:21:32.223 INFO O| Feb 21 20:21:32.223 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-02-21T20:21:32.679Z[ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51612025-02-21T20:21:32.679Z[ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO STEP 193 (remove_files) COMPLETE
51622025-02-21T20:21:32.679Z[ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-02-21T20:21:32.718Z[ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51642025-02-21T20:21:32.718Z[ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO STEP 194 (remove_files) COMPLETE
51652025-02-21T20:21:32.718Z[ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-02-21T20:21:32.821Z[ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51672025-02-21T20:21:32.827Z[ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO STEP 195 (remove_files) COMPLETE
51682025-02-21T20:21:32.827Z[ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-02-21T20:21:32.854Z[ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51702025-02-21T20:21:32.854Z[ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO STEP 196 (remove_files) COMPLETE
51712025-02-21T20:21:32.855Z[ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-02-21T20:21:32.892Z[ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51732025-02-21T20:21:32.892Z[ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO STEP 197 (remove_files) COMPLETE
51742025-02-21T20:21:32.892Z[ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-02-21T20:21:32.935Z[ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51762025-02-21T20:21:32.935Z[ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO STEP 198 (remove_files) COMPLETE
51772025-02-21T20:21:32.935Z[ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-02-21T20:21:32.952Z[ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51792025-02-21T20:21:32.952Z[ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO STEP 199 (remove_files) COMPLETE
51802025-02-21T20:21:32.952Z[ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-02-21T20:21:32.973Z[ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51822025-02-21T20:21:32.973Z[ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO STEP 200 (remove_files) COMPLETE
51832025-02-21T20:21:32.976Z[ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-02-21T20:21:32.994Z[ recovery-image] Feb 21 20:21:32.566 INFO O| Feb 21 20:21:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51852025-02-21T20:21:32.994Z[ recovery-image] Feb 21 20:21:32.567 INFO O| Feb 21 20:21:32.567 INFO STEP 201 (remove_files) COMPLETE
51862025-02-21T20:21:32.995Z[ recovery-image] Feb 21 20:21:32.567 INFO O| Feb 21 20:21:32.567 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-02-21T20:21:33.016Z[ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
51882025-02-21T20:21:33.016Z[ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO STEP 202 (remove_files) COMPLETE
51892025-02-21T20:21:33.016Z[ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-21T20:21:33.065Z[ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51912025-02-21T20:21:33.069Z[ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO STEP 203 (remove_files) COMPLETE
51922025-02-21T20:21:33.070Z[ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-02-21T20:21:33.108Z[ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51942025-02-21T20:21:33.108Z[ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO STEP 204 (remove_files) COMPLETE
51952025-02-21T20:21:33.112Z[ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-02-21T20:21:33.170Z[ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
51972025-02-21T20:21:33.170Z[ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO STEP 205 (remove_files) COMPLETE
51982025-02-21T20:21:33.170Z[ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-02-21T20:21:33.190Z[ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52002025-02-21T20:21:33.190Z[ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO STEP 206 (remove_files) COMPLETE
52012025-02-21T20:21:33.193Z[ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-02-21T20:21:33.211Z[ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52032025-02-21T20:21:33.211Z[ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO STEP 207 (remove_files) COMPLETE
52042025-02-21T20:21:33.215Z[ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-02-21T20:21:33.235Z[ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52062025-02-21T20:21:33.235Z[ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.807 INFO STEP 208 (remove_files) COMPLETE
52072025-02-21T20:21:33.235Z[ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.807 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-21T20:21:33.262Z[ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52092025-02-21T20:21:33.262Z[ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO STEP 209 (remove_files) COMPLETE
52102025-02-21T20:21:33.262Z[ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-21T20:21:33.290Z[ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52122025-02-21T20:21:33.294Z[ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO STEP 210 (remove_files) COMPLETE
52132025-02-21T20:21:33.294Z[ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-21T20:21:33.324Z[ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52152025-02-21T20:21:33.324Z[ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO STEP 211 (remove_files) COMPLETE
52162025-02-21T20:21:33.324Z[ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-21T20:21:33.345Z[ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52182025-02-21T20:21:33.345Z[ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO STEP 212 (remove_files) COMPLETE
52192025-02-21T20:21:33.349Z[ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-21T20:21:33.364Z[ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52212025-02-21T20:21:33.364Z[ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO STEP 213 (remove_files) COMPLETE
52222025-02-21T20:21:33.364Z[ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-21T20:21:33.402Z[ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52242025-02-21T20:21:33.402Z[ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO STEP 214 (remove_files) COMPLETE
52252025-02-21T20:21:33.402Z[ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-21T20:21:33.423Z[ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52272025-02-21T20:21:33.423Z[ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO STEP 215 (remove_files) COMPLETE
52282025-02-21T20:21:33.426Z[ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-21T20:21:33.461Z[ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52302025-02-21T20:21:33.461Z[ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO STEP 216 (remove_files) COMPLETE
52312025-02-21T20:21:33.462Z[ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-21T20:21:33.484Z[ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52332025-02-21T20:21:33.484Z[ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO STEP 217 (remove_files) COMPLETE
52342025-02-21T20:21:33.484Z[ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-21T20:21:33.534Z[ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52362025-02-21T20:21:33.534Z[ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO STEP 218 (remove_files) COMPLETE
52372025-02-21T20:21:33.536Z[ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-21T20:21:33.594Z[ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52392025-02-21T20:21:33.594Z[ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO STEP 219 (remove_files) COMPLETE
52402025-02-21T20:21:33.598Z[ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-21T20:21:33.680Z[ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52422025-02-21T20:21:33.683Z[ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO STEP 220 (remove_files) COMPLETE
52432025-02-21T20:21:33.683Z[ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-21T20:21:33.737Z[ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52452025-02-21T20:21:33.737Z[ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO STEP 221 (remove_files) COMPLETE
52462025-02-21T20:21:33.740Z[ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-21T20:21:33.760Z[ recovery-image] Feb 21 20:21:33.331 INFO O| Feb 21 20:21:33.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52482025-02-21T20:21:33.763Z[ recovery-image] Feb 21 20:21:33.331 INFO O| Feb 21 20:21:33.331 INFO STEP 222 (remove_files) COMPLETE
52492025-02-21T20:21:33.763Z[ recovery-image] Feb 21 20:21:33.332 INFO O| Feb 21 20:21:33.332 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-21T20:21:33.785Z[ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52512025-02-21T20:21:33.785Z[ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO STEP 223 (remove_files) COMPLETE
52522025-02-21T20:21:33.785Z[ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-21T20:21:33.824Z[ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52542025-02-21T20:21:33.824Z[ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.394 INFO STEP 224 (remove_files) COMPLETE
52552025-02-21T20:21:33.825Z[ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.394 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-02-21T20:21:33.856Z[ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52572025-02-21T20:21:33.856Z[ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO STEP 225 (remove_files) COMPLETE
52582025-02-21T20:21:33.858Z[ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-02-21T20:21:33.892Z[ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52602025-02-21T20:21:33.892Z[ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO STEP 226 (remove_files) COMPLETE
52612025-02-21T20:21:33.892Z[ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-02-21T20:21:33.912Z[ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52632025-02-21T20:21:33.912Z[ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.483 INFO STEP 227 (remove_files) COMPLETE
52642025-02-21T20:21:33.912Z[ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.483 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-02-21T20:21:33.943Z[ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52662025-02-21T20:21:33.943Z[ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO STEP 228 (remove_files) COMPLETE
52672025-02-21T20:21:33.943Z[ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-02-21T20:21:33.963Z[ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52692025-02-21T20:21:33.963Z[ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.528 INFO STEP 229 (remove_files) COMPLETE
52702025-02-21T20:21:33.963Z[ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.528 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-02-21T20:21:33.991Z[ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52722025-02-21T20:21:33.991Z[ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO STEP 230 (remove_files) COMPLETE
52732025-02-21T20:21:33.998Z[ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-02-21T20:21:34.002Z[ recovery-image] Feb 21 20:21:33.571 INFO O| Feb 21 20:21:33.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52752025-02-21T20:21:34.002Z[ recovery-image] Feb 21 20:21:33.572 INFO O| Feb 21 20:21:33.572 INFO STEP 231 (remove_files) COMPLETE
52762025-02-21T20:21:34.002Z[ recovery-image] Feb 21 20:21:33.572 INFO O| Feb 21 20:21:33.572 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-02-21T20:21:34.022Z[ recovery-image] Feb 21 20:21:33.592 INFO O| Feb 21 20:21:33.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52782025-02-21T20:21:34.022Z[ recovery-image] Feb 21 20:21:33.592 INFO O| Feb 21 20:21:33.592 INFO STEP 232 (remove_files) COMPLETE
52792025-02-21T20:21:34.037Z[ recovery-image] Feb 21 20:21:33.593 INFO O| Feb 21 20:21:33.592 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-02-21T20:21:34.041Z[ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52812025-02-21T20:21:34.044Z[ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO STEP 233 (remove_files) COMPLETE
52822025-02-21T20:21:34.044Z[ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-02-21T20:21:34.084Z[ recovery-image] Feb 21 20:21:33.655 INFO O| Feb 21 20:21:33.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52842025-02-21T20:21:34.087Z[ recovery-image] Feb 21 20:21:33.656 INFO O| Feb 21 20:21:33.656 INFO STEP 234 (remove_files) COMPLETE
52852025-02-21T20:21:34.087Z[ recovery-image] Feb 21 20:21:33.656 INFO O| Feb 21 20:21:33.656 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-02-21T20:21:34.110Z[ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
52872025-02-21T20:21:34.110Z[ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO STEP 235 (remove_files) COMPLETE
52882025-02-21T20:21:34.110Z[ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-02-21T20:21:34.170Z[ recovery-image] Feb 21 20:21:33.741 INFO O| Feb 21 20:21:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52902025-02-21T20:21:34.170Z[ recovery-image] Feb 21 20:21:33.742 INFO O| Feb 21 20:21:33.742 INFO STEP 236 (remove_files) COMPLETE
52912025-02-21T20:21:34.170Z[ recovery-image] Feb 21 20:21:33.742 INFO O| Feb 21 20:21:33.742 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-02-21T20:21:34.195Z[ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52932025-02-21T20:21:34.195Z[ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO STEP 237 (remove_files) COMPLETE
52942025-02-21T20:21:34.195Z[ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-02-21T20:21:34.222Z[ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
52962025-02-21T20:21:34.225Z[ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO STEP 238 (remove_files) COMPLETE
52972025-02-21T20:21:34.225Z[ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-21T20:21:34.242Z[ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
52992025-02-21T20:21:34.244Z[ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO STEP 239 (remove_files) COMPLETE
53002025-02-21T20:21:34.244Z[ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-21T20:21:34.262Z[ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53022025-02-21T20:21:34.265Z[ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO STEP 240 (remove_files) COMPLETE
53032025-02-21T20:21:34.265Z[ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-21T20:21:34.284Z[ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53052025-02-21T20:21:34.284Z[ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO STEP 241 (remove_files) COMPLETE
53062025-02-21T20:21:34.288Z[ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-21T20:21:34.308Z[ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53082025-02-21T20:21:34.308Z[ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO STEP 242 (remove_files) COMPLETE
53092025-02-21T20:21:34.308Z[ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-21T20:21:34.331Z[ recovery-image] Feb 21 20:21:33.902 INFO O| Feb 21 20:21:33.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53112025-02-21T20:21:34.331Z[ recovery-image] Feb 21 20:21:33.903 INFO O| Feb 21 20:21:33.902 INFO STEP 243 (remove_files) COMPLETE
53122025-02-21T20:21:34.334Z[ recovery-image] Feb 21 20:21:33.903 INFO O| Feb 21 20:21:33.902 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-21T20:21:34.353Z[ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53142025-02-21T20:21:34.353Z[ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO STEP 244 (remove_files) COMPLETE
53152025-02-21T20:21:34.356Z[ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-21T20:21:34.374Z[ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53172025-02-21T20:21:34.374Z[ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO STEP 245 (remove_files) COMPLETE
53182025-02-21T20:21:34.377Z[ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-21T20:21:34.396Z[ recovery-image] Feb 21 20:21:33.965 INFO O| Feb 21 20:21:33.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53202025-02-21T20:21:34.396Z[ recovery-image] Feb 21 20:21:33.966 INFO O| Feb 21 20:21:33.966 INFO STEP 246 (remove_files) COMPLETE
53212025-02-21T20:21:34.396Z[ recovery-image] Feb 21 20:21:33.966 INFO O| Feb 21 20:21:33.966 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-21T20:21:34.415Z[ recovery-image] Feb 21 20:21:33.984 INFO O| Feb 21 20:21:33.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53232025-02-21T20:21:34.415Z[ recovery-image] Feb 21 20:21:33.985 INFO O| Feb 21 20:21:33.985 INFO STEP 247 (remove_files) COMPLETE
53242025-02-21T20:21:34.419Z[ recovery-image] Feb 21 20:21:33.985 INFO O| Feb 21 20:21:33.985 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-21T20:21:34.445Z[ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53262025-02-21T20:21:34.445Z[ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO STEP 248 (remove_files) COMPLETE
53272025-02-21T20:21:34.448Z[ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-21T20:21:34.478Z[ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53292025-02-21T20:21:34.478Z[ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO STEP 249 (remove_files) COMPLETE
53302025-02-21T20:21:34.478Z[ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-21T20:21:34.521Z[ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53322025-02-21T20:21:34.521Z[ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO STEP 250 (remove_files) COMPLETE
53332025-02-21T20:21:34.521Z[ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-21T20:21:34.544Z[ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53352025-02-21T20:21:34.544Z[ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO STEP 251 (remove_files) COMPLETE
53362025-02-21T20:21:34.544Z[ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-21T20:21:34.581Z[ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53382025-02-21T20:21:34.583Z[ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO STEP 252 (remove_files) COMPLETE
53392025-02-21T20:21:34.583Z[ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-21T20:21:34.614Z[ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53412025-02-21T20:21:34.614Z[ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO STEP 253 (remove_files) COMPLETE
53422025-02-21T20:21:34.614Z[ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-21T20:21:34.665Z[ recovery-image] Feb 21 20:21:34.231 INFO O| Feb 21 20:21:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53442025-02-21T20:21:34.678Z[ recovery-image] Feb 21 20:21:34.232 INFO O| Feb 21 20:21:34.232 INFO STEP 254 (remove_files) COMPLETE
53452025-02-21T20:21:34.678Z[ recovery-image] Feb 21 20:21:34.232 INFO O| Feb 21 20:21:34.232 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-21T20:21:34.689Z[ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53472025-02-21T20:21:34.689Z[ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO STEP 255 (remove_files) COMPLETE
53482025-02-21T20:21:34.689Z[ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-21T20:21:34.745Z[ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53502025-02-21T20:21:34.748Z[ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO STEP 256 (remove_files) COMPLETE
53512025-02-21T20:21:34.748Z[ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-21T20:21:34.861Z[ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53532025-02-21T20:21:34.861Z[ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO STEP 257 (remove_files) COMPLETE
53542025-02-21T20:21:34.867Z[ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-21T20:21:34.894Z[ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53562025-02-21T20:21:34.894Z[ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO STEP 258 (remove_files) COMPLETE
53572025-02-21T20:21:34.894Z[ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-21T20:21:34.917Z[ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53592025-02-21T20:21:34.917Z[ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO STEP 259 (remove_files) COMPLETE
53602025-02-21T20:21:34.920Z[ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-21T20:21:34.935Z[ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53622025-02-21T20:21:34.935Z[ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO STEP 260 (remove_files) COMPLETE
53632025-02-21T20:21:34.935Z[ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-21T20:21:34.955Z[ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53652025-02-21T20:21:34.955Z[ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO STEP 261 (remove_files) COMPLETE
53662025-02-21T20:21:34.955Z[ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-21T20:21:34.981Z[ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53682025-02-21T20:21:34.981Z[ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.547 INFO STEP 262 (remove_files) COMPLETE
53692025-02-21T20:21:34.981Z[ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.547 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-21T20:21:35.017Z[ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53712025-02-21T20:21:35.020Z[ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO STEP 263 (remove_files) COMPLETE
53722025-02-21T20:21:35.021Z[ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-21T20:21:35.041Z[ recovery-image] Feb 21 20:21:34.610 INFO O| Feb 21 20:21:34.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53742025-02-21T20:21:35.047Z[ recovery-image] Feb 21 20:21:34.617 INFO O| Feb 21 20:21:34.617 INFO STEP 264 (remove_files) COMPLETE
53752025-02-21T20:21:35.047Z[ recovery-image] Feb 21 20:21:34.617 INFO O| Feb 21 20:21:34.617 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-21T20:21:35.099Z[ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53772025-02-21T20:21:35.102Z[ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO STEP 265 (remove_files) COMPLETE
53782025-02-21T20:21:35.103Z[ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-21T20:21:35.169Z[ recovery-image] Feb 21 20:21:34.733 INFO O| Feb 21 20:21:34.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53802025-02-21T20:21:35.189Z[ recovery-image] Feb 21 20:21:34.734 INFO O| Feb 21 20:21:34.733 INFO STEP 266 (remove_files) COMPLETE
53812025-02-21T20:21:35.190Z[ recovery-image] Feb 21 20:21:34.734 INFO O| Feb 21 20:21:34.734 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-21T20:21:35.198Z[ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
53832025-02-21T20:21:35.198Z[ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.757 INFO STEP 267 (remove_files) COMPLETE
53842025-02-21T20:21:35.199Z[ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.757 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-21T20:21:35.208Z[ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
53862025-02-21T20:21:35.208Z[ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO STEP 268 (remove_files) COMPLETE
53872025-02-21T20:21:35.209Z[ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-21T20:21:35.248Z[ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53892025-02-21T20:21:35.251Z[ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO STEP 269 (remove_files) COMPLETE
53902025-02-21T20:21:35.252Z[ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-21T20:21:35.272Z[ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53922025-02-21T20:21:35.276Z[ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO STEP 270 (remove_files) COMPLETE
53932025-02-21T20:21:35.277Z[ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-21T20:21:35.303Z[ recovery-image] Feb 21 20:21:34.872 INFO O| Feb 21 20:21:34.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
53952025-02-21T20:21:35.319Z[ recovery-image] Feb 21 20:21:34.873 INFO O| Feb 21 20:21:34.873 INFO STEP 271 (remove_files) COMPLETE
53962025-02-21T20:21:35.319Z[ recovery-image] Feb 21 20:21:34.873 INFO O| Feb 21 20:21:34.873 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-21T20:21:35.335Z[ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
53982025-02-21T20:21:35.335Z[ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.895 INFO STEP 272 (remove_files) COMPLETE
53992025-02-21T20:21:35.335Z[ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.895 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-21T20:21:35.355Z[ recovery-image] Feb 21 20:21:34.924 INFO O| Feb 21 20:21:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54012025-02-21T20:21:35.359Z[ recovery-image] Feb 21 20:21:34.925 INFO O| Feb 21 20:21:34.924 INFO STEP 273 (remove_files) COMPLETE
54022025-02-21T20:21:35.359Z[ recovery-image] Feb 21 20:21:34.925 INFO O| Feb 21 20:21:34.925 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-21T20:21:35.375Z[ recovery-image] Feb 21 20:21:34.945 INFO O| Feb 21 20:21:34.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54042025-02-21T20:21:35.379Z[ recovery-image] Feb 21 20:21:34.946 INFO O| Feb 21 20:21:34.945 INFO STEP 274 (remove_files) COMPLETE
54052025-02-21T20:21:35.379Z[ recovery-image] Feb 21 20:21:34.946 INFO O| Feb 21 20:21:34.946 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-21T20:21:35.402Z[ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54072025-02-21T20:21:35.402Z[ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO STEP 275 (remove_files) COMPLETE
54082025-02-21T20:21:35.406Z[ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-21T20:21:35.438Z[ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54102025-02-21T20:21:35.438Z[ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO STEP 276 (remove_files) COMPLETE
54112025-02-21T20:21:35.453Z[ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-21T20:21:35.468Z[ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54132025-02-21T20:21:35.472Z[ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO STEP 277 (remove_files) COMPLETE
54142025-02-21T20:21:35.472Z[ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-21T20:21:35.486Z[ host-image] Feb 21 20:21:35.055 INFO O| Feb 21 20:21:35.055 INFO O| Done
54162025-02-21T20:21:35.501Z[ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54172025-02-21T20:21:35.504Z[ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO STEP 278 (remove_files) COMPLETE
54182025-02-21T20:21:35.504Z[ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-21T20:21:35.529Z[ host-image] Feb 21 20:21:35.100 INFO O| Feb 21 20:21:35.100 INFO O| Done
54202025-02-21T20:21:35.547Z[ host-image] Feb 21 20:21:35.100 INFO O| Feb 21 20:21:35.100 INFO O| Done
54212025-02-21T20:21:35.547Z[ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54222025-02-21T20:21:35.547Z[ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO STEP 279 (remove_files) COMPLETE
54232025-02-21T20:21:35.547Z[ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-21T20:21:35.569Z[ host-image] Feb 21 20:21:35.129 INFO O| Feb 21 20:21:35.129 INFO O| Done
54252025-02-21T20:21:35.572Z[ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54262025-02-21T20:21:35.572Z[ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO STEP 280 (remove_files) COMPLETE
54272025-02-21T20:21:35.572Z[ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-21T20:21:35.584Z[ recovery-image] Feb 21 20:21:35.154 INFO O| Feb 21 20:21:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54292025-02-21T20:21:35.584Z[ recovery-image] Feb 21 20:21:35.155 INFO O| Feb 21 20:21:35.155 INFO STEP 281 (remove_files) COMPLETE
54302025-02-21T20:21:35.584Z[ recovery-image] Feb 21 20:21:35.155 INFO O| Feb 21 20:21:35.155 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-21T20:21:35.666Z[ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54322025-02-21T20:21:35.694Z[ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO STEP 282 (remove_files) COMPLETE
54332025-02-21T20:21:35.694Z[ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-21T20:21:35.699Z[ recovery-image] Feb 21 20:21:35.254 INFO O| Feb 21 20:21:35.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54352025-02-21T20:21:35.699Z[ recovery-image] Feb 21 20:21:35.255 INFO O| Feb 21 20:21:35.255 INFO STEP 283 (remove_files) COMPLETE
54362025-02-21T20:21:35.699Z[ recovery-image] Feb 21 20:21:35.255 INFO O| Feb 21 20:21:35.255 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-21T20:21:35.705Z[ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54382025-02-21T20:21:35.705Z[ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.275 INFO STEP 284 (remove_files) COMPLETE
54392025-02-21T20:21:35.705Z[ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.275 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-21T20:21:35.726Z[ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54412025-02-21T20:21:35.726Z[ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO STEP 285 (remove_files) COMPLETE
54422025-02-21T20:21:35.736Z[ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-21T20:21:35.765Z[ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54442025-02-21T20:21:35.765Z[ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO STEP 286 (remove_files) COMPLETE
54452025-02-21T20:21:35.769Z[ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-21T20:21:35.789Z[ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54472025-02-21T20:21:35.789Z[ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO STEP 287 (remove_files) COMPLETE
54482025-02-21T20:21:35.789Z[ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-21T20:21:35.824Z[ recovery-image] Feb 21 20:21:35.380 INFO O| Feb 21 20:21:35.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54502025-02-21T20:21:35.824Z[ recovery-image] Feb 21 20:21:35.381 INFO O| Feb 21 20:21:35.380 INFO STEP 288 (remove_files) COMPLETE
54512025-02-21T20:21:35.834Z[ recovery-image] Feb 21 20:21:35.381 INFO O| Feb 21 20:21:35.380 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-21T20:21:35.837Z[ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54532025-02-21T20:21:35.837Z[ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO STEP 289 (remove_files) COMPLETE
54542025-02-21T20:21:35.837Z[ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-21T20:21:35.870Z[ recovery-image] Feb 21 20:21:35.436 INFO O| Feb 21 20:21:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54562025-02-21T20:21:35.873Z[ recovery-image] Feb 21 20:21:35.436 INFO O| Feb 21 20:21:35.436 INFO STEP 290 (remove_files) COMPLETE
54572025-02-21T20:21:35.874Z[ recovery-image] Feb 21 20:21:35.437 INFO O| Feb 21 20:21:35.436 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-21T20:21:35.885Z[ host-image] Feb 21 20:21:35.455 INFO O| Feb 21 20:21:35.455 INFO STEP 12 (pkg_install) COMPLETE
54592025-02-21T20:21:35.885Z[ host-image] Feb 21 20:21:35.455 INFO O| Feb 21 20:21:35.455 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54602025-02-21T20:21:35.891Z[ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54612025-02-21T20:21:35.894Z[ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO STEP 291 (remove_files) COMPLETE
54622025-02-21T20:21:35.894Z[ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-21T20:21:35.903Z[ host-image] Feb 21 20:21:35.473 INFO O| Feb 21 20:21:35.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
54642025-02-21T20:21:35.910Z[ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54652025-02-21T20:21:35.910Z[ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO STEP 292 (remove_files) COMPLETE
54662025-02-21T20:21:35.915Z[ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-21T20:21:35.987Z[ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54682025-02-21T20:21:35.987Z[ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO STEP 293 (remove_files) COMPLETE
54692025-02-21T20:21:35.987Z[ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-21T20:21:36.039Z[ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54712025-02-21T20:21:36.040Z[ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO STEP 294 (remove_files) COMPLETE
54722025-02-21T20:21:36.040Z[ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-21T20:21:36.129Z[ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54742025-02-21T20:21:36.129Z[ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO STEP 295 (remove_files) COMPLETE
54752025-02-21T20:21:36.130Z[ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-21T20:21:36.154Z[ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54772025-02-21T20:21:36.154Z[ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO STEP 296 (remove_files) COMPLETE
54782025-02-21T20:21:36.154Z[ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-21T20:21:36.185Z[ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
54802025-02-21T20:21:36.185Z[ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO STEP 297 (remove_files) COMPLETE
54812025-02-21T20:21:36.185Z[ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-21T20:21:36.215Z[ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
54832025-02-21T20:21:36.215Z[ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO STEP 298 (remove_files) COMPLETE
54842025-02-21T20:21:36.215Z[ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-21T20:21:36.234Z[ recovery-image] Feb 21 20:21:35.804 INFO O| Feb 21 20:21:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
54862025-02-21T20:21:36.235Z[ recovery-image] Feb 21 20:21:35.805 INFO O| Feb 21 20:21:35.804 INFO STEP 299 (remove_files) COMPLETE
54872025-02-21T20:21:36.235Z[ recovery-image] Feb 21 20:21:35.805 INFO O| Feb 21 20:21:35.805 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-21T20:21:36.257Z[ recovery-image] Feb 21 20:21:35.826 INFO O| Feb 21 20:21:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
54892025-02-21T20:21:36.257Z[ recovery-image] Feb 21 20:21:35.827 INFO O| Feb 21 20:21:35.826 INFO STEP 300 (remove_files) COMPLETE
54902025-02-21T20:21:36.258Z[ recovery-image] Feb 21 20:21:35.827 INFO O| Feb 21 20:21:35.827 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-02-21T20:21:36.280Z[ recovery-image] Feb 21 20:21:35.848 INFO O| Feb 21 20:21:35.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
54922025-02-21T20:21:36.280Z[ recovery-image] Feb 21 20:21:35.849 INFO O| Feb 21 20:21:35.849 INFO STEP 301 (remove_files) COMPLETE
54932025-02-21T20:21:36.280Z[ recovery-image] Feb 21 20:21:35.849 INFO O| Feb 21 20:21:35.849 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-02-21T20:21:36.309Z[ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
54952025-02-21T20:21:36.309Z[ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO STEP 302 (remove_files) COMPLETE
54962025-02-21T20:21:36.309Z[ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-02-21T20:21:36.323Z[ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54982025-02-21T20:21:36.324Z[ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO STEP 303 (remove_files) COMPLETE
54992025-02-21T20:21:36.324Z[ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-21T20:21:36.346Z[ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55012025-02-21T20:21:36.346Z[ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO STEP 304 (remove_files) COMPLETE
55022025-02-21T20:21:36.346Z[ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-21T20:21:36.367Z[ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55042025-02-21T20:21:36.368Z[ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO STEP 305 (remove_files) COMPLETE
55052025-02-21T20:21:36.368Z[ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-02-21T20:21:36.387Z[ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55072025-02-21T20:21:36.387Z[ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO STEP 306 (remove_files) COMPLETE
55082025-02-21T20:21:36.387Z[ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-02-21T20:21:36.433Z[ recovery-image] Feb 21 20:21:36.002 INFO O| Feb 21 20:21:36.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55102025-02-21T20:21:36.433Z[ recovery-image] Feb 21 20:21:36.003 INFO O| Feb 21 20:21:36.002 INFO STEP 307 (remove_files) COMPLETE
55112025-02-21T20:21:36.437Z[ recovery-image] Feb 21 20:21:36.003 INFO O| Feb 21 20:21:36.003 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-02-21T20:21:36.455Z[ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55132025-02-21T20:21:36.455Z[ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO STEP 308 (remove_files) COMPLETE
55142025-02-21T20:21:36.455Z[ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-02-21T20:21:36.474Z[ recovery-image] Feb 21 20:21:36.044 INFO O| Feb 21 20:21:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55162025-02-21T20:21:36.478Z[ recovery-image] Feb 21 20:21:36.045 INFO O| Feb 21 20:21:36.044 INFO STEP 309 (remove_files) COMPLETE
55172025-02-21T20:21:36.478Z[ recovery-image] Feb 21 20:21:36.045 INFO O| Feb 21 20:21:36.045 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-02-21T20:21:36.506Z[ recovery-image] Feb 21 20:21:36.075 INFO O| Feb 21 20:21:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55192025-02-21T20:21:36.512Z[ recovery-image] Feb 21 20:21:36.076 INFO O| Feb 21 20:21:36.076 INFO STEP 310 (remove_files) COMPLETE
55202025-02-21T20:21:36.512Z[ recovery-image] Feb 21 20:21:36.076 INFO O| Feb 21 20:21:36.076 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-02-21T20:21:36.562Z[ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55222025-02-21T20:21:36.563Z[ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO STEP 311 (remove_files) COMPLETE
55232025-02-21T20:21:36.563Z[ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-02-21T20:21:36.614Z[ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55252025-02-21T20:21:36.614Z[ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO STEP 312 (remove_files) COMPLETE
55262025-02-21T20:21:36.616Z[ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-21T20:21:36.647Z[ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55282025-02-21T20:21:36.647Z[ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO STEP 313 (remove_files) COMPLETE
55292025-02-21T20:21:36.647Z[ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-21T20:21:36.679Z[ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55312025-02-21T20:21:36.682Z[ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO STEP 314 (remove_files) COMPLETE
55322025-02-21T20:21:36.682Z[ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-21T20:21:36.702Z[ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55342025-02-21T20:21:36.702Z[ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO STEP 315 (remove_files) COMPLETE
55352025-02-21T20:21:36.702Z[ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-21T20:21:36.724Z[ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55372025-02-21T20:21:36.724Z[ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.294 INFO STEP 316 (remove_files) COMPLETE
55382025-02-21T20:21:36.724Z[ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.294 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-21T20:21:36.759Z[ recovery-image] Feb 21 20:21:36.328 INFO O| Feb 21 20:21:36.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55402025-02-21T20:21:36.761Z[ recovery-image] Feb 21 20:21:36.329 INFO O| Feb 21 20:21:36.329 INFO STEP 317 (remove_files) COMPLETE
55412025-02-21T20:21:36.761Z[ recovery-image] Feb 21 20:21:36.329 INFO O| Feb 21 20:21:36.329 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-21T20:21:36.779Z[ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55432025-02-21T20:21:36.781Z[ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.349 INFO STEP 318 (remove_files) COMPLETE
55442025-02-21T20:21:36.781Z[ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.349 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-21T20:21:36.852Z[ host-image] Feb 21 20:21:36.422 INFO O| Feb 21 20:21:36.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
55462025-02-21T20:21:36.856Z[ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55472025-02-21T20:21:36.856Z[ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO STEP 319 (remove_files) COMPLETE
55482025-02-21T20:21:36.856Z[ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-02-21T20:21:36.920Z[ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55502025-02-21T20:21:36.920Z[ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO STEP 320 (remove_files) COMPLETE
55512025-02-21T20:21:36.920Z[ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-02-21T20:21:36.958Z[ recovery-image] Feb 21 20:21:36.527 INFO O| Feb 21 20:21:36.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55532025-02-21T20:21:36.961Z[ recovery-image] Feb 21 20:21:36.527 INFO O| Feb 21 20:21:36.527 INFO STEP 321 (remove_files) COMPLETE
55542025-02-21T20:21:36.961Z[ recovery-image] Feb 21 20:21:36.528 INFO O| Feb 21 20:21:36.527 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-02-21T20:21:36.979Z[ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55562025-02-21T20:21:36.979Z[ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.549 INFO STEP 322 (remove_files) COMPLETE
55572025-02-21T20:21:36.984Z[ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.549 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-02-21T20:21:37.023Z[ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55592025-02-21T20:21:37.023Z[ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO STEP 323 (remove_files) COMPLETE
55602025-02-21T20:21:37.023Z[ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-02-21T20:21:37.043Z[ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55622025-02-21T20:21:37.043Z[ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO STEP 324 (remove_files) COMPLETE
55632025-02-21T20:21:37.046Z[ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-02-21T20:21:37.148Z[ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55652025-02-21T20:21:37.148Z[ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO STEP 325 (remove_files) COMPLETE
55662025-02-21T20:21:37.148Z[ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-02-21T20:21:37.208Z[ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55682025-02-21T20:21:37.214Z[ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO STEP 326 (remove_files) COMPLETE
55692025-02-21T20:21:37.214Z[ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-02-21T20:21:37.227Z[ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55712025-02-21T20:21:37.227Z[ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO STEP 327 (remove_files) COMPLETE
55722025-02-21T20:21:37.233Z[ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-21T20:21:37.251Z[ recovery-image] Feb 21 20:21:36.820 INFO O| Feb 21 20:21:36.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55742025-02-21T20:21:37.251Z[ recovery-image] Feb 21 20:21:36.820 INFO O| Feb 21 20:21:36.820 INFO STEP 328 (remove_files) COMPLETE
55752025-02-21T20:21:37.251Z[ recovery-image] Feb 21 20:21:36.821 INFO O| Feb 21 20:21:36.820 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-21T20:21:37.278Z[ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55772025-02-21T20:21:37.279Z[ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO STEP 329 (remove_files) COMPLETE
55782025-02-21T20:21:37.282Z[ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-21T20:21:37.298Z[ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
55802025-02-21T20:21:37.303Z[ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO STEP 330 (remove_files) COMPLETE
55812025-02-21T20:21:37.303Z[ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-21T20:21:37.327Z[ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
55832025-02-21T20:21:37.330Z[ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO STEP 331 (remove_files) COMPLETE
55842025-02-21T20:21:37.330Z[ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-21T20:21:37.356Z[ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55862025-02-21T20:21:37.359Z[ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO STEP 332 (remove_files) COMPLETE
55872025-02-21T20:21:37.359Z[ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-21T20:21:37.398Z[ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55892025-02-21T20:21:37.401Z[ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.968 INFO STEP 333 (remove_files) COMPLETE
55902025-02-21T20:21:37.401Z[ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.968 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-21T20:21:37.452Z[ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
55922025-02-21T20:21:37.452Z[ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO STEP 334 (remove_files) COMPLETE
55932025-02-21T20:21:37.456Z[ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-21T20:21:37.474Z[ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
55952025-02-21T20:21:37.475Z[ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO STEP 335 (remove_files) COMPLETE
55962025-02-21T20:21:37.475Z[ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-21T20:21:37.497Z[ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55982025-02-21T20:21:37.497Z[ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO STEP 336 (remove_files) COMPLETE
55992025-02-21T20:21:37.497Z[ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-21T20:21:37.542Z[ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56012025-02-21T20:21:37.546Z[ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO STEP 337 (remove_files) COMPLETE
56022025-02-21T20:21:37.546Z[ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-21T20:21:37.565Z[ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56042025-02-21T20:21:37.568Z[ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO STEP 338 (remove_files) COMPLETE
56052025-02-21T20:21:37.568Z[ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-21T20:21:37.586Z[ recovery-image] Feb 21 20:21:37.155 INFO O| Feb 21 20:21:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56072025-02-21T20:21:37.589Z[ recovery-image] Feb 21 20:21:37.155 INFO O| Feb 21 20:21:37.155 INFO STEP 339 (remove_files) COMPLETE
56082025-02-21T20:21:37.589Z[ recovery-image] Feb 21 20:21:37.156 INFO O| Feb 21 20:21:37.156 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-21T20:21:37.618Z[ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56102025-02-21T20:21:37.622Z[ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO STEP 340 (remove_files) COMPLETE
56112025-02-21T20:21:37.622Z[ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-21T20:21:37.649Z[ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56132025-02-21T20:21:37.649Z[ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO STEP 341 (remove_files) COMPLETE
56142025-02-21T20:21:37.649Z[ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-21T20:21:37.670Z[ recovery-image] Feb 21 20:21:37.239 INFO O| Feb 21 20:21:37.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56162025-02-21T20:21:37.670Z[ recovery-image] Feb 21 20:21:37.239 INFO O| Feb 21 20:21:37.239 INFO STEP 342 (remove_files) COMPLETE
56172025-02-21T20:21:37.673Z[ recovery-image] Feb 21 20:21:37.240 INFO O| Feb 21 20:21:37.239 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-21T20:21:37.692Z[ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56192025-02-21T20:21:37.692Z[ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO STEP 343 (remove_files) COMPLETE
56202025-02-21T20:21:37.694Z[ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-02-21T20:21:37.716Z[ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56222025-02-21T20:21:37.723Z[ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO STEP 344 (remove_files) COMPLETE
56232025-02-21T20:21:37.723Z[ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-02-21T20:21:37.758Z[ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56252025-02-21T20:21:37.758Z[ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO STEP 345 (remove_files) COMPLETE
56262025-02-21T20:21:37.758Z[ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-02-21T20:21:37.812Z[ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56282025-02-21T20:21:37.812Z[ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO STEP 346 (remove_files) COMPLETE
56292025-02-21T20:21:37.816Z[ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-02-21T20:21:37.838Z[ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56312025-02-21T20:21:37.838Z[ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO STEP 347 (remove_files) COMPLETE
56322025-02-21T20:21:37.838Z[ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-02-21T20:21:37.889Z[ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56342025-02-21T20:21:37.889Z[ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.458 INFO STEP 348 (remove_files) COMPLETE
56352025-02-21T20:21:37.891Z[ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.458 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-02-21T20:21:37.915Z[ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56372025-02-21T20:21:37.915Z[ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO STEP 349 (remove_files) COMPLETE
56382025-02-21T20:21:37.915Z[ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-02-21T20:21:37.933Z[ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56402025-02-21T20:21:37.933Z[ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.501 INFO STEP 350 (remove_files) COMPLETE
56412025-02-21T20:21:37.933Z[ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.501 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-02-21T20:21:37.964Z[ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56432025-02-21T20:21:37.964Z[ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO STEP 351 (remove_files) COMPLETE
56442025-02-21T20:21:37.964Z[ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-02-21T20:21:38.008Z[ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56462025-02-21T20:21:38.011Z[ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO STEP 352 (remove_files) COMPLETE
56472025-02-21T20:21:38.012Z[ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-02-21T20:21:38.068Z[ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56492025-02-21T20:21:38.071Z[ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.637 INFO STEP 353 (remove_files) COMPLETE
56502025-02-21T20:21:38.071Z[ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.637 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-02-21T20:21:38.092Z[ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56522025-02-21T20:21:38.092Z[ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO STEP 354 (remove_files) COMPLETE
56532025-02-21T20:21:38.095Z[ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-02-21T20:21:38.114Z[ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56552025-02-21T20:21:38.114Z[ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO STEP 355 (remove_files) COMPLETE
56562025-02-21T20:21:38.117Z[ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-02-21T20:21:38.145Z[ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56582025-02-21T20:21:38.146Z[ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO STEP 356 (remove_files) COMPLETE
56592025-02-21T20:21:38.149Z[ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-02-21T20:21:38.156Z[ recovery-image] Feb 21 20:21:37.725 INFO O| Feb 21 20:21:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56612025-02-21T20:21:38.179Z[ recovery-image] Feb 21 20:21:37.746 INFO O| Feb 21 20:21:37.746 INFO STEP 357 (remove_files) COMPLETE
56622025-02-21T20:21:38.179Z[ recovery-image] Feb 21 20:21:37.746 INFO O| Feb 21 20:21:37.746 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-02-21T20:21:38.215Z[ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56642025-02-21T20:21:38.216Z[ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO STEP 358 (remove_files) COMPLETE
56652025-02-21T20:21:38.232Z[ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-02-21T20:21:38.274Z[ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56672025-02-21T20:21:38.274Z[ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO STEP 359 (remove_files) COMPLETE
56682025-02-21T20:21:38.274Z[ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-02-21T20:21:38.349Z[ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56702025-02-21T20:21:38.349Z[ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO STEP 360 (remove_files) COMPLETE
56712025-02-21T20:21:38.349Z[ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-02-21T20:21:38.368Z[ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56732025-02-21T20:21:38.372Z[ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO STEP 361 (remove_files) COMPLETE
56742025-02-21T20:21:38.372Z[ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-02-21T20:21:38.387Z[ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56762025-02-21T20:21:38.387Z[ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO STEP 362 (remove_files) COMPLETE
56772025-02-21T20:21:38.393Z[ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-02-21T20:21:38.408Z[ recovery-image] Feb 21 20:21:37.976 INFO O| Feb 21 20:21:37.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56792025-02-21T20:21:38.426Z[ recovery-image] Feb 21 20:21:37.993 INFO O| Feb 21 20:21:37.993 INFO STEP 363 (remove_files) COMPLETE
56802025-02-21T20:21:38.426Z[ recovery-image] Feb 21 20:21:37.993 INFO O| Feb 21 20:21:37.993 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-02-21T20:21:38.467Z[ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56822025-02-21T20:21:38.467Z[ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO STEP 364 (remove_files) COMPLETE
56832025-02-21T20:21:38.467Z[ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-02-21T20:21:38.489Z[ recovery-image] Feb 21 20:21:38.056 INFO O| Feb 21 20:21:38.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56852025-02-21T20:21:38.489Z[ recovery-image] Feb 21 20:21:38.057 INFO O| Feb 21 20:21:38.056 INFO STEP 365 (remove_files) COMPLETE
56862025-02-21T20:21:38.489Z[ recovery-image] Feb 21 20:21:38.057 INFO O| Feb 21 20:21:38.057 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-02-21T20:21:38.516Z[ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56882025-02-21T20:21:38.516Z[ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO STEP 366 (remove_files) COMPLETE
56892025-02-21T20:21:38.524Z[ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-02-21T20:21:38.536Z[ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56912025-02-21T20:21:38.536Z[ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO STEP 367 (remove_files) COMPLETE
56922025-02-21T20:21:38.536Z[ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-02-21T20:21:38.556Z[ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56942025-02-21T20:21:38.556Z[ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO STEP 368 (remove_files) COMPLETE
56952025-02-21T20:21:38.556Z[ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-02-21T20:21:38.576Z[ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56972025-02-21T20:21:38.576Z[ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.144 INFO STEP 369 (remove_files) COMPLETE
56982025-02-21T20:21:38.576Z[ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.144 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-02-21T20:21:38.595Z[ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57002025-02-21T20:21:38.595Z[ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO STEP 370 (remove_files) COMPLETE
57012025-02-21T20:21:38.595Z[ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-02-21T20:21:38.625Z[ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57032025-02-21T20:21:38.625Z[ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO STEP 371 (remove_files) COMPLETE
57042025-02-21T20:21:38.625Z[ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-02-21T20:21:38.687Z[ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57062025-02-21T20:21:38.687Z[ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO STEP 372 (remove_files) COMPLETE
57072025-02-21T20:21:38.687Z[ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-02-21T20:21:38.742Z[ recovery-image] Feb 21 20:21:38.310 INFO O| Feb 21 20:21:38.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57092025-02-21T20:21:38.742Z[ recovery-image] Feb 21 20:21:38.311 INFO O| Feb 21 20:21:38.311 INFO STEP 373 (remove_files) COMPLETE
57102025-02-21T20:21:38.742Z[ recovery-image] Feb 21 20:21:38.311 INFO O| Feb 21 20:21:38.311 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-02-21T20:21:38.765Z[ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57122025-02-21T20:21:38.765Z[ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO STEP 374 (remove_files) COMPLETE
57132025-02-21T20:21:38.765Z[ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-02-21T20:21:38.808Z[ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57152025-02-21T20:21:38.808Z[ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO STEP 375 (remove_files) COMPLETE
57162025-02-21T20:21:38.808Z[ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-02-21T20:21:38.831Z[ recovery-image] Feb 21 20:21:38.398 INFO O| Feb 21 20:21:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57182025-02-21T20:21:38.831Z[ recovery-image] Feb 21 20:21:38.399 INFO O| Feb 21 20:21:38.399 INFO STEP 376 (remove_files) COMPLETE
57192025-02-21T20:21:38.831Z[ recovery-image] Feb 21 20:21:38.399 INFO O| Feb 21 20:21:38.399 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-02-21T20:21:38.985Z[ recovery-image] Feb 21 20:21:38.553 INFO O| Feb 21 20:21:38.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57212025-02-21T20:21:38.988Z[ recovery-image] Feb 21 20:21:38.553 INFO O| Feb 21 20:21:38.553 INFO STEP 377 (remove_files) COMPLETE
57222025-02-21T20:21:38.988Z[ recovery-image] Feb 21 20:21:38.554 INFO O| Feb 21 20:21:38.554 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-02-21T20:21:39.048Z[ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57242025-02-21T20:21:39.048Z[ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.616 INFO STEP 378 (remove_files) COMPLETE
57252025-02-21T20:21:39.052Z[ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.616 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-02-21T20:21:39.068Z[ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57272025-02-21T20:21:39.068Z[ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO STEP 379 (remove_files) COMPLETE
57282025-02-21T20:21:39.068Z[ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-02-21T20:21:39.102Z[ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57302025-02-21T20:21:39.102Z[ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO STEP 380 (remove_files) COMPLETE
57312025-02-21T20:21:39.105Z[ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-02-21T20:21:39.144Z[ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57332025-02-21T20:21:39.148Z[ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO STEP 381 (remove_files) COMPLETE
57342025-02-21T20:21:39.148Z[ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-02-21T20:21:39.180Z[ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57362025-02-21T20:21:39.180Z[ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO STEP 382 (remove_files) COMPLETE
57372025-02-21T20:21:39.180Z[ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-02-21T20:21:39.200Z[ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57392025-02-21T20:21:39.200Z[ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.769 INFO STEP 383 (remove_files) COMPLETE
57402025-02-21T20:21:39.200Z[ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.769 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-02-21T20:21:39.222Z[ recovery-image] Feb 21 20:21:38.789 INFO O| Feb 21 20:21:38.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57422025-02-21T20:21:39.222Z[ recovery-image] Feb 21 20:21:38.790 INFO O| Feb 21 20:21:38.790 INFO STEP 384 (remove_files) COMPLETE
57432025-02-21T20:21:39.225Z[ recovery-image] Feb 21 20:21:38.790 INFO O| Feb 21 20:21:38.790 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-02-21T20:21:39.241Z[ recovery-image] Feb 21 20:21:38.809 INFO O| Feb 21 20:21:38.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57452025-02-21T20:21:39.264Z[ recovery-image] Feb 21 20:21:38.831 INFO O| Feb 21 20:21:38.831 INFO STEP 385 (remove_files) COMPLETE
57462025-02-21T20:21:39.264Z[ recovery-image] Feb 21 20:21:38.831 INFO O| Feb 21 20:21:38.831 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-02-21T20:21:39.298Z[ recovery-image] Feb 21 20:21:38.865 INFO O| Feb 21 20:21:38.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57482025-02-21T20:21:39.298Z[ recovery-image] Feb 21 20:21:38.865 INFO O| Feb 21 20:21:38.865 INFO STEP 386 (remove_files) COMPLETE
57492025-02-21T20:21:39.301Z[ recovery-image] Feb 21 20:21:38.866 INFO O| Feb 21 20:21:38.865 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-02-21T20:21:39.319Z[ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57512025-02-21T20:21:39.319Z[ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.887 INFO STEP 387 (remove_files) COMPLETE
57522025-02-21T20:21:39.322Z[ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.887 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-02-21T20:21:39.340Z[ recovery-image] Feb 21 20:21:38.908 INFO O| Feb 21 20:21:38.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57542025-02-21T20:21:39.361Z[ recovery-image] Feb 21 20:21:38.929 INFO O| Feb 21 20:21:38.929 INFO STEP 388 (remove_files) COMPLETE
57552025-02-21T20:21:39.365Z[ recovery-image] Feb 21 20:21:38.929 INFO O| Feb 21 20:21:38.929 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-02-21T20:21:39.400Z[ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57572025-02-21T20:21:39.400Z[ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO STEP 389 (remove_files) COMPLETE
57582025-02-21T20:21:39.400Z[ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-02-21T20:21:39.422Z[ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57602025-02-21T20:21:39.422Z[ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO STEP 390 (remove_files) COMPLETE
57612025-02-21T20:21:39.422Z[ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-02-21T20:21:39.445Z[ recovery-image] Feb 21 20:21:39.013 INFO O| Feb 21 20:21:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57632025-02-21T20:21:39.445Z[ recovery-image] Feb 21 20:21:39.014 INFO O| Feb 21 20:21:39.014 INFO STEP 391 (remove_files) COMPLETE
57642025-02-21T20:21:39.448Z[ recovery-image] Feb 21 20:21:39.014 INFO O| Feb 21 20:21:39.014 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-02-21T20:21:39.478Z[ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57662025-02-21T20:21:39.478Z[ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO STEP 392 (remove_files) COMPLETE
57672025-02-21T20:21:39.478Z[ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-02-21T20:21:39.536Z[ recovery-image] Feb 21 20:21:39.103 INFO O| Feb 21 20:21:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57692025-02-21T20:21:39.539Z[ recovery-image] Feb 21 20:21:39.103 INFO O| Feb 21 20:21:39.103 INFO STEP 393 (remove_files) COMPLETE
57702025-02-21T20:21:39.539Z[ recovery-image] Feb 21 20:21:39.104 INFO O| Feb 21 20:21:39.103 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-02-21T20:21:39.571Z[ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57722025-02-21T20:21:39.572Z[ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO STEP 394 (remove_files) COMPLETE
57732025-02-21T20:21:39.572Z[ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-02-21T20:21:39.589Z[ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57752025-02-21T20:21:39.589Z[ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO STEP 395 (remove_files) COMPLETE
57762025-02-21T20:21:39.592Z[ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-02-21T20:21:39.613Z[ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57782025-02-21T20:21:39.616Z[ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO STEP 396 (remove_files) COMPLETE
57792025-02-21T20:21:39.616Z[ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-02-21T20:21:39.639Z[ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57812025-02-21T20:21:39.639Z[ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO STEP 397 (remove_files) COMPLETE
57822025-02-21T20:21:39.639Z[ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-02-21T20:21:39.664Z[ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57842025-02-21T20:21:39.664Z[ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO STEP 398 (remove_files) COMPLETE
57852025-02-21T20:21:39.665Z[ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-02-21T20:21:39.689Z[ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57872025-02-21T20:21:39.694Z[ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO STEP 399 (remove_files) COMPLETE
57882025-02-21T20:21:39.694Z[ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-02-21T20:21:39.754Z[ recovery-image] Feb 21 20:21:39.322 INFO O| Feb 21 20:21:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57902025-02-21T20:21:39.847Z[ recovery-image] Feb 21 20:21:39.415 INFO O| Feb 21 20:21:39.415 INFO STEP 400 (remove_files) COMPLETE
57912025-02-21T20:21:39.847Z[ recovery-image] Feb 21 20:21:39.415 INFO O| Feb 21 20:21:39.415 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-02-21T20:21:39.912Z[ recovery-image] Feb 21 20:21:39.479 INFO O| Feb 21 20:21:39.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57932025-02-21T20:21:39.916Z[ recovery-image] Feb 21 20:21:39.480 INFO O| Feb 21 20:21:39.480 INFO STEP 401 (remove_files) COMPLETE
57942025-02-21T20:21:39.916Z[ recovery-image] Feb 21 20:21:39.480 INFO O| Feb 21 20:21:39.480 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-02-21T20:21:39.934Z[ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57962025-02-21T20:21:39.934Z[ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO STEP 402 (remove_files) COMPLETE
57972025-02-21T20:21:39.934Z[ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-21T20:21:39.953Z[ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57992025-02-21T20:21:39.953Z[ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO STEP 403 (remove_files) COMPLETE
58002025-02-21T20:21:39.953Z[ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-21T20:21:39.978Z[ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58022025-02-21T20:21:39.979Z[ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO STEP 404 (remove_files) COMPLETE
58032025-02-21T20:21:39.979Z[ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-21T20:21:39.993Z[ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58052025-02-21T20:21:39.993Z[ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.561 INFO STEP 405 (remove_files) COMPLETE
58062025-02-21T20:21:39.994Z[ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.561 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-21T20:21:40.018Z[ recovery-image] Feb 21 20:21:39.580 INFO O| Feb 21 20:21:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58082025-02-21T20:21:40.018Z[ recovery-image] Feb 21 20:21:39.581 INFO O| Feb 21 20:21:39.580 INFO STEP 406 (remove_files) COMPLETE
58092025-02-21T20:21:40.018Z[ recovery-image] Feb 21 20:21:39.581 INFO O| Feb 21 20:21:39.581 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-21T20:21:40.045Z[ recovery-image] Feb 21 20:21:39.612 INFO O| Feb 21 20:21:39.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58112025-02-21T20:21:40.045Z[ recovery-image] Feb 21 20:21:39.613 INFO O| Feb 21 20:21:39.612 INFO STEP 407 (remove_files) COMPLETE
58122025-02-21T20:21:40.049Z[ recovery-image] Feb 21 20:21:39.613 INFO O| Feb 21 20:21:39.613 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-21T20:21:40.068Z[ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58142025-02-21T20:21:40.068Z[ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO STEP 408 (remove_files) COMPLETE
58152025-02-21T20:21:40.071Z[ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-21T20:21:40.093Z[ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58172025-02-21T20:21:40.093Z[ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO STEP 409 (remove_files) COMPLETE
58182025-02-21T20:21:40.097Z[ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-21T20:21:40.180Z[ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58202025-02-21T20:21:40.180Z[ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO STEP 410 (remove_files) COMPLETE
58212025-02-21T20:21:40.180Z[ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-21T20:21:40.222Z[ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58232025-02-21T20:21:40.222Z[ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO STEP 411 (remove_files) COMPLETE
58242025-02-21T20:21:40.222Z[ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-21T20:21:40.243Z[ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58262025-02-21T20:21:40.247Z[ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.811 INFO STEP 412 (remove_files) COMPLETE
58272025-02-21T20:21:40.247Z[ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.811 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-21T20:21:40.263Z[ recovery-image] Feb 21 20:21:39.830 INFO O| Feb 21 20:21:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58292025-02-21T20:21:40.263Z[ recovery-image] Feb 21 20:21:39.831 INFO O| Feb 21 20:21:39.830 INFO STEP 413 (remove_files) COMPLETE
58302025-02-21T20:21:40.263Z[ recovery-image] Feb 21 20:21:39.831 INFO O| Feb 21 20:21:39.831 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-21T20:21:40.289Z[ recovery-image] Feb 21 20:21:39.856 INFO O| Feb 21 20:21:39.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58322025-02-21T20:21:40.292Z[ recovery-image] Feb 21 20:21:39.856 INFO O| Feb 21 20:21:39.856 INFO STEP 414 (remove_files) COMPLETE
58332025-02-21T20:21:40.292Z[ recovery-image] Feb 21 20:21:39.857 INFO O| Feb 21 20:21:39.857 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-21T20:21:40.310Z[ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58352025-02-21T20:21:40.315Z[ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO STEP 415 (remove_files) COMPLETE
58362025-02-21T20:21:40.315Z[ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-21T20:21:40.372Z[ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58382025-02-21T20:21:40.375Z[ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO STEP 416 (remove_files) COMPLETE
58392025-02-21T20:21:40.375Z[ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-21T20:21:40.403Z[ recovery-image] Feb 21 20:21:39.971 INFO O| Feb 21 20:21:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58412025-02-21T20:21:40.407Z[ recovery-image] Feb 21 20:21:39.971 INFO O| Feb 21 20:21:39.971 INFO STEP 417 (remove_files) COMPLETE
58422025-02-21T20:21:40.407Z[ recovery-image] Feb 21 20:21:39.972 INFO O| Feb 21 20:21:39.972 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-21T20:21:40.430Z[ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58442025-02-21T20:21:40.435Z[ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO STEP 418 (remove_files) COMPLETE
58452025-02-21T20:21:40.435Z[ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-21T20:21:40.463Z[ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58472025-02-21T20:21:40.463Z[ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO STEP 419 (remove_files) COMPLETE
58482025-02-21T20:21:40.463Z[ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-21T20:21:40.484Z[ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58502025-02-21T20:21:40.484Z[ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.052 INFO STEP 420 (remove_files) COMPLETE
58512025-02-21T20:21:40.484Z[ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.052 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-21T20:21:40.527Z[ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58532025-02-21T20:21:40.531Z[ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO STEP 421 (remove_files) COMPLETE
58542025-02-21T20:21:40.531Z[ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-21T20:21:40.592Z[ recovery-image] Feb 21 20:21:40.153 INFO O| Feb 21 20:21:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58562025-02-21T20:21:40.593Z[ recovery-image] Feb 21 20:21:40.154 INFO O| Feb 21 20:21:40.154 INFO STEP 422 (remove_files) COMPLETE
58572025-02-21T20:21:40.593Z[ recovery-image] Feb 21 20:21:40.154 INFO O| Feb 21 20:21:40.154 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-21T20:21:40.639Z[ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58592025-02-21T20:21:40.640Z[ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO STEP 423 (remove_files) COMPLETE
58602025-02-21T20:21:40.640Z[ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-21T20:21:40.694Z[ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58622025-02-21T20:21:40.698Z[ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO STEP 424 (remove_files) COMPLETE
58632025-02-21T20:21:40.698Z[ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-21T20:21:40.725Z[ recovery-image] Feb 21 20:21:40.284 INFO O| Feb 21 20:21:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58652025-02-21T20:21:40.728Z[ recovery-image] Feb 21 20:21:40.285 INFO O| Feb 21 20:21:40.285 INFO STEP 425 (remove_files) COMPLETE
58662025-02-21T20:21:40.728Z[ recovery-image] Feb 21 20:21:40.285 INFO O| Feb 21 20:21:40.285 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-21T20:21:40.740Z[ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58682025-02-21T20:21:40.744Z[ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.307 INFO STEP 426 (remove_files) COMPLETE
58692025-02-21T20:21:40.744Z[ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.307 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-21T20:21:40.760Z[ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58712025-02-21T20:21:40.763Z[ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO STEP 427 (remove_files) COMPLETE
58722025-02-21T20:21:40.763Z[ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-21T20:21:40.781Z[ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58742025-02-21T20:21:40.783Z[ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO STEP 428 (remove_files) COMPLETE
58752025-02-21T20:21:40.783Z[ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-21T20:21:40.804Z[ recovery-image] Feb 21 20:21:40.370 INFO O| Feb 21 20:21:40.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58772025-02-21T20:21:40.808Z[ recovery-image] Feb 21 20:21:40.371 INFO O| Feb 21 20:21:40.371 INFO STEP 429 (remove_files) COMPLETE
58782025-02-21T20:21:40.808Z[ recovery-image] Feb 21 20:21:40.371 INFO O| Feb 21 20:21:40.371 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-21T20:21:40.849Z[ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58802025-02-21T20:21:40.853Z[ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO STEP 430 (remove_files) COMPLETE
58812025-02-21T20:21:40.853Z[ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-21T20:21:40.935Z[ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58832025-02-21T20:21:40.935Z[ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO STEP 431 (remove_files) COMPLETE
58842025-02-21T20:21:40.935Z[ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-21T20:21:40.996Z[ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58862025-02-21T20:21:40.996Z[ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO STEP 432 (remove_files) COMPLETE
58872025-02-21T20:21:40.996Z[ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-21T20:21:41.010Z[ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58892025-02-21T20:21:41.010Z[ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO STEP 433 (remove_files) COMPLETE
58902025-02-21T20:21:41.010Z[ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-21T20:21:41.031Z[ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58922025-02-21T20:21:41.031Z[ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO STEP 434 (remove_files) COMPLETE
58932025-02-21T20:21:41.031Z[ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-21T20:21:41.050Z[ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58952025-02-21T20:21:41.050Z[ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO STEP 435 (remove_files) COMPLETE
58962025-02-21T20:21:41.052Z[ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-21T20:21:41.084Z[ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58982025-02-21T20:21:41.084Z[ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO STEP 436 (remove_files) COMPLETE
58992025-02-21T20:21:41.084Z[ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-21T20:21:41.142Z[ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59012025-02-21T20:21:41.142Z[ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO STEP 437 (remove_files) COMPLETE
59022025-02-21T20:21:41.145Z[ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-21T20:21:41.168Z[ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59042025-02-21T20:21:41.168Z[ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO STEP 438 (remove_files) COMPLETE
59052025-02-21T20:21:41.168Z[ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-21T20:21:41.199Z[ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59072025-02-21T20:21:41.199Z[ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO STEP 439 (remove_files) COMPLETE
59082025-02-21T20:21:41.199Z[ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-21T20:21:41.219Z[ recovery-image] Feb 21 20:21:40.786 INFO O| Feb 21 20:21:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59102025-02-21T20:21:41.219Z[ recovery-image] Feb 21 20:21:40.787 INFO O| Feb 21 20:21:40.787 INFO STEP 440 (remove_files) COMPLETE
59112025-02-21T20:21:41.223Z[ recovery-image] Feb 21 20:21:40.787 INFO O| Feb 21 20:21:40.787 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-21T20:21:41.243Z[ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59132025-02-21T20:21:41.253Z[ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO STEP 441 (remove_files) COMPLETE
59142025-02-21T20:21:41.253Z[ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-21T20:21:41.266Z[ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59162025-02-21T20:21:41.266Z[ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO STEP 442 (remove_files) COMPLETE
59172025-02-21T20:21:41.275Z[ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-21T20:21:41.285Z[ recovery-image] Feb 21 20:21:40.851 INFO O| Feb 21 20:21:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59192025-02-21T20:21:41.285Z[ recovery-image] Feb 21 20:21:40.851 INFO O| Feb 21 20:21:40.851 INFO STEP 443 (remove_files) COMPLETE
59202025-02-21T20:21:41.285Z[ recovery-image] Feb 21 20:21:40.852 INFO O| Feb 21 20:21:40.851 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-21T20:21:41.363Z[ host-image] Feb 21 20:21:40.930 INFO O| Feb 21 20:21:40.930 INFO O| Planning: Solver setup ... Done
59222025-02-21T20:21:41.369Z[ host-image] Feb 21 20:21:40.936 INFO O| Feb 21 20:21:40.936 INFO O| Planning: Running solver ... Done
59232025-02-21T20:21:41.381Z[ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59242025-02-21T20:21:41.381Z[ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO STEP 444 (remove_files) COMPLETE
59252025-02-21T20:21:41.381Z[ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-21T20:21:41.413Z[ recovery-image] Feb 21 20:21:40.978 INFO O| Feb 21 20:21:40.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59272025-02-21T20:21:41.416Z[ recovery-image] Feb 21 20:21:40.979 INFO O| Feb 21 20:21:40.979 INFO STEP 445 (remove_files) COMPLETE
59282025-02-21T20:21:41.416Z[ recovery-image] Feb 21 20:21:40.979 INFO O| Feb 21 20:21:40.979 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-21T20:21:41.437Z[ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59302025-02-21T20:21:41.437Z[ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO STEP 446 (remove_files) COMPLETE
59312025-02-21T20:21:41.440Z[ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-21T20:21:41.471Z[ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59332025-02-21T20:21:41.471Z[ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.038 INFO STEP 447 (remove_files) COMPLETE
59342025-02-21T20:21:41.471Z[ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.038 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-21T20:21:41.481Z[ host-image] Feb 21 20:21:41.046 INFO O| Feb 21 20:21:41.046 INFO O| Planning: Finding local manifests ... Done
59362025-02-21T20:21:41.486Z[ host-image] Feb 21 20:21:41.048 INFO O| Feb 21 20:21:41.048 INFO O| Planning: Fetching manifests: 0/6 0% complete
59372025-02-21T20:21:41.503Z[ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59382025-02-21T20:21:41.503Z[ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO STEP 448 (remove_files) COMPLETE
59392025-02-21T20:21:41.510Z[ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-02-21T20:21:41.547Z[ recovery-image] Feb 21 20:21:41.114 INFO O| Feb 21 20:21:41.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59412025-02-21T20:21:41.548Z[ recovery-image] Feb 21 20:21:41.115 INFO O| Feb 21 20:21:41.115 INFO STEP 449 (remove_files) COMPLETE
59422025-02-21T20:21:41.548Z[ recovery-image] Feb 21 20:21:41.115 INFO O| Feb 21 20:21:41.115 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-21T20:21:41.587Z[ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59442025-02-21T20:21:41.587Z[ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO STEP 450 (remove_files) COMPLETE
59452025-02-21T20:21:41.587Z[ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-21T20:21:41.610Z[ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59472025-02-21T20:21:41.610Z[ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.177 INFO STEP 451 (remove_files) COMPLETE
59482025-02-21T20:21:41.613Z[ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.177 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-02-21T20:21:41.633Z[ recovery-image] Feb 21 20:21:41.199 INFO O| Feb 21 20:21:41.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59502025-02-21T20:21:41.633Z[ recovery-image] Feb 21 20:21:41.200 INFO O| Feb 21 20:21:41.199 INFO STEP 452 (remove_files) COMPLETE
59512025-02-21T20:21:41.633Z[ recovery-image] Feb 21 20:21:41.200 INFO O| Feb 21 20:21:41.200 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-02-21T20:21:41.656Z[ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59532025-02-21T20:21:41.656Z[ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO STEP 453 (remove_files) COMPLETE
59542025-02-21T20:21:41.656Z[ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-02-21T20:21:41.676Z[ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59562025-02-21T20:21:41.676Z[ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.243 INFO STEP 454 (remove_files) COMPLETE
59572025-02-21T20:21:41.676Z[ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.243 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-02-21T20:21:41.696Z[ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59592025-02-21T20:21:41.696Z[ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO STEP 455 (remove_files) COMPLETE
59602025-02-21T20:21:41.703Z[ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-02-21T20:21:41.716Z[ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59622025-02-21T20:21:41.716Z[ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO STEP 456 (remove_files) COMPLETE
59632025-02-21T20:21:41.717Z[ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-02-21T20:21:41.735Z[ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59652025-02-21T20:21:41.735Z[ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.302 INFO STEP 457 (remove_files) COMPLETE
59662025-02-21T20:21:41.735Z[ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.302 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-02-21T20:21:41.778Z[ recovery-image] Feb 21 20:21:41.342 INFO O| Feb 21 20:21:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59682025-02-21T20:21:41.778Z[ recovery-image] Feb 21 20:21:41.342 INFO O| Feb 21 20:21:41.342 INFO STEP 458 (remove_files) COMPLETE
59692025-02-21T20:21:41.783Z[ recovery-image] Feb 21 20:21:41.343 INFO O| Feb 21 20:21:41.342 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-02-21T20:21:41.798Z[ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59712025-02-21T20:21:41.799Z[ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO STEP 459 (remove_files) COMPLETE
59722025-02-21T20:21:41.799Z[ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-02-21T20:21:41.820Z[ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59742025-02-21T20:21:41.820Z[ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO STEP 460 (remove_files) COMPLETE
59752025-02-21T20:21:41.821Z[ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-02-21T20:21:41.841Z[ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59772025-02-21T20:21:41.844Z[ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO STEP 461 (remove_files) COMPLETE
59782025-02-21T20:21:41.844Z[ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-02-21T20:21:41.859Z[ recovery-image] Feb 21 20:21:41.426 INFO O| Feb 21 20:21:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59802025-02-21T20:21:41.862Z[ recovery-image] Feb 21 20:21:41.426 INFO O| Feb 21 20:21:41.426 INFO STEP 462 (remove_files) COMPLETE
59812025-02-21T20:21:41.862Z[ recovery-image] Feb 21 20:21:41.427 INFO O| Feb 21 20:21:41.426 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-02-21T20:21:41.867Z[ host-image] Feb 21 20:21:41.430 INFO O| Feb 21 20:21:41.430 INFO O| Planning: Fetching manifests: 6/6 100% complete
59832025-02-21T20:21:41.881Z[ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59842025-02-21T20:21:41.883Z[ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO STEP 463 (remove_files) COMPLETE
59852025-02-21T20:21:41.884Z[ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-21T20:21:41.904Z[ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59872025-02-21T20:21:41.911Z[ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO STEP 464 (remove_files) COMPLETE
59882025-02-21T20:21:41.911Z[ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-21T20:21:41.921Z[ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59902025-02-21T20:21:41.924Z[ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO STEP 465 (remove_files) COMPLETE
59912025-02-21T20:21:41.924Z[ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-21T20:21:41.924Z[ host-image] Feb 21 20:21:41.491 INFO O| Feb 21 20:21:41.491 INFO O| Planning: Package planning ... Done
59932025-02-21T20:21:41.962Z[ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59942025-02-21T20:21:41.962Z[ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO STEP 466 (remove_files) COMPLETE
59952025-02-21T20:21:41.967Z[ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-21T20:21:41.967Z[ host-image] Feb 21 20:21:41.529 INFO O| Feb 21 20:21:41.529 INFO O| Planning: Merging actions ... Done
59972025-02-21T20:21:42.003Z[ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59982025-02-21T20:21:42.007Z[ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO STEP 467 (remove_files) COMPLETE
59992025-02-21T20:21:42.007Z[ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-21T20:21:42.073Z[ recovery-image] Feb 21 20:21:41.621 INFO O| Feb 21 20:21:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60012025-02-21T20:21:42.073Z[ recovery-image] Feb 21 20:21:41.622 INFO O| Feb 21 20:21:41.622 INFO STEP 468 (remove_files) COMPLETE
60022025-02-21T20:21:42.073Z[ recovery-image] Feb 21 20:21:41.622 INFO O| Feb 21 20:21:41.622 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-21T20:21:42.079Z[ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60042025-02-21T20:21:42.079Z[ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO STEP 469 (remove_files) COMPLETE
60052025-02-21T20:21:42.079Z[ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-21T20:21:42.104Z[ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60072025-02-21T20:21:42.108Z[ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO STEP 470 (remove_files) COMPLETE
60082025-02-21T20:21:42.108Z[ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-21T20:21:42.118Z[ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60102025-02-21T20:21:42.121Z[ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO STEP 471 (remove_files) COMPLETE
60112025-02-21T20:21:42.121Z[ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-21T20:21:42.139Z[ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60132025-02-21T20:21:42.139Z[ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO STEP 472 (remove_files) COMPLETE
60142025-02-21T20:21:42.139Z[ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-21T20:21:42.149Z[ host-image] Feb 21 20:21:41.714 INFO O| Feb 21 20:21:41.713 INFO O| Planning: Checking for conflicting actions ... Done
60162025-02-21T20:21:42.155Z[ host-image] Feb 21 20:21:41.721 INFO O| Feb 21 20:21:41.721 INFO O| Planning: Consolidating action changes ... Done
60172025-02-21T20:21:42.159Z[ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60182025-02-21T20:21:42.162Z[ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO STEP 473 (remove_files) COMPLETE
60192025-02-21T20:21:42.162Z[ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-21T20:21:42.181Z[ recovery-image] Feb 21 20:21:41.747 INFO O| Feb 21 20:21:41.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60212025-02-21T20:21:42.200Z[ recovery-image] Feb 21 20:21:41.766 INFO O| Feb 21 20:21:41.766 INFO STEP 474 (remove_files) COMPLETE
60222025-02-21T20:21:42.200Z[ recovery-image] Feb 21 20:21:41.766 INFO O| Feb 21 20:21:41.766 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-21T20:21:42.233Z[ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60242025-02-21T20:21:42.233Z[ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.799 INFO STEP 475 (remove_files) COMPLETE
60252025-02-21T20:21:42.239Z[ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.799 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-21T20:21:42.270Z[ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60272025-02-21T20:21:42.271Z[ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO STEP 476 (remove_files) COMPLETE
60282025-02-21T20:21:42.273Z[ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-21T20:21:42.306Z[ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60302025-02-21T20:21:42.306Z[ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO STEP 477 (remove_files) COMPLETE
60312025-02-21T20:21:42.309Z[ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-21T20:21:42.326Z[ recovery-image] Feb 21 20:21:41.892 INFO O| Feb 21 20:21:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60332025-02-21T20:21:42.350Z[ recovery-image] Feb 21 20:21:41.916 INFO O| Feb 21 20:21:41.916 INFO STEP 478 (remove_files) COMPLETE
60342025-02-21T20:21:42.350Z[ recovery-image] Feb 21 20:21:41.916 INFO O| Feb 21 20:21:41.916 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-21T20:21:42.373Z[ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60362025-02-21T20:21:42.376Z[ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO STEP 479 (remove_files) COMPLETE
60372025-02-21T20:21:42.376Z[ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-02-21T20:21:42.409Z[ recovery-image] Feb 21 20:21:41.971 INFO O| Feb 21 20:21:41.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60392025-02-21T20:21:42.415Z[ recovery-image] Feb 21 20:21:41.971 INFO O| Feb 21 20:21:41.971 INFO STEP 480 (remove_files) COMPLETE
60402025-02-21T20:21:42.415Z[ recovery-image] Feb 21 20:21:41.972 INFO O| Feb 21 20:21:41.972 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-21T20:21:42.436Z[ recovery-image] Feb 21 20:21:42.002 INFO O| Feb 21 20:21:42.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60422025-02-21T20:21:42.447Z[ recovery-image] Feb 21 20:21:42.006 INFO O| Feb 21 20:21:42.006 INFO STEP 481 (remove_files) COMPLETE
60432025-02-21T20:21:42.447Z[ recovery-image] Feb 21 20:21:42.006 INFO O| Feb 21 20:21:42.006 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-21T20:21:42.559Z[ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60452025-02-21T20:21:42.559Z[ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO STEP 482 (remove_files) COMPLETE
60462025-02-21T20:21:42.559Z[ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60482025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO STEP 483 (remove_files) COMPLETE
60492025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60512025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO STEP 484 (remove_files) COMPLETE
60522025-02-21T20:21:42.563Z[ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-02-21T20:21:42.587Z[ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60542025-02-21T20:21:42.587Z[ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO STEP 485 (remove_files) COMPLETE
60552025-02-21T20:21:42.587Z[ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-02-21T20:21:42.595Z[ host-image] Feb 21 20:21:42.159 INFO O| Feb 21 20:21:42.159 INFO O| Planning: Evaluating mediators ... Done
60572025-02-21T20:21:42.602Z[ host-image] Feb 21 20:21:42.165 INFO O| Feb 21 20:21:42.165 INFO O| Planning: Planning completed in 5.74 seconds
60582025-02-21T20:21:42.602Z[ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.167 INFO O| Packages to install: 6
60592025-02-21T20:21:42.602Z[ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.168 INFO O| Mediators to change: 1
60602025-02-21T20:21:42.602Z[ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.168 INFO O| Services to change: 1
60612025-02-21T20:21:42.641Z[ host-image] Feb 21 20:21:42.207 INFO O| Feb 21 20:21:42.206 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
60622025-02-21T20:21:42.683Z[ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60632025-02-21T20:21:42.687Z[ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO STEP 486 (remove_files) COMPLETE
60642025-02-21T20:21:42.687Z[ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-02-21T20:21:42.695Z[ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60662025-02-21T20:21:42.698Z[ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO STEP 487 (remove_files) COMPLETE
60672025-02-21T20:21:42.698Z[ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-02-21T20:21:42.743Z[ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60692025-02-21T20:21:42.748Z[ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO STEP 488 (remove_files) COMPLETE
60702025-02-21T20:21:42.748Z[ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-02-21T20:21:42.761Z[ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60722025-02-21T20:21:42.764Z[ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO STEP 489 (remove_files) COMPLETE
60732025-02-21T20:21:42.765Z[ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-02-21T20:21:42.787Z[ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60752025-02-21T20:21:42.793Z[ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO STEP 490 (remove_files) COMPLETE
60762025-02-21T20:21:42.793Z[ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-02-21T20:21:42.805Z[ recovery-image] Feb 21 20:21:42.370 INFO O| Feb 21 20:21:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60782025-02-21T20:21:42.808Z[ recovery-image] Feb 21 20:21:42.371 INFO O| Feb 21 20:21:42.371 INFO STEP 491 (remove_files) COMPLETE
60792025-02-21T20:21:42.808Z[ recovery-image] Feb 21 20:21:42.371 INFO O| Feb 21 20:21:42.371 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-02-21T20:21:42.826Z[ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60812025-02-21T20:21:42.830Z[ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO STEP 492 (remove_files) COMPLETE
60822025-02-21T20:21:42.830Z[ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-02-21T20:21:42.846Z[ recovery-image] Feb 21 20:21:42.412 INFO O| Feb 21 20:21:42.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60842025-02-21T20:21:42.860Z[ recovery-image] Feb 21 20:21:42.426 INFO O| Feb 21 20:21:42.426 INFO STEP 493 (remove_files) COMPLETE
60852025-02-21T20:21:42.860Z[ recovery-image] Feb 21 20:21:42.426 INFO O| Feb 21 20:21:42.426 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-02-21T20:21:42.881Z[ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60872025-02-21T20:21:42.893Z[ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO STEP 494 (remove_files) COMPLETE
60882025-02-21T20:21:42.894Z[ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-02-21T20:21:42.906Z[ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60902025-02-21T20:21:42.909Z[ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO STEP 495 (remove_files) COMPLETE
60912025-02-21T20:21:42.909Z[ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-02-21T20:21:42.923Z[ recovery-image] Feb 21 20:21:42.488 INFO O| Feb 21 20:21:42.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60932025-02-21T20:21:42.927Z[ recovery-image] Feb 21 20:21:42.489 INFO O| Feb 21 20:21:42.488 INFO STEP 496 (remove_files) COMPLETE
60942025-02-21T20:21:42.927Z[ recovery-image] Feb 21 20:21:42.489 INFO O| Feb 21 20:21:42.489 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-02-21T20:21:42.944Z[ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60962025-02-21T20:21:42.949Z[ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO STEP 497 (remove_files) COMPLETE
60972025-02-21T20:21:42.949Z[ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-02-21T20:21:42.964Z[ recovery-image] Feb 21 20:21:42.529 INFO O| Feb 21 20:21:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60992025-02-21T20:21:42.968Z[ recovery-image] Feb 21 20:21:42.530 INFO O| Feb 21 20:21:42.530 INFO STEP 498 (remove_files) COMPLETE
61002025-02-21T20:21:42.969Z[ recovery-image] Feb 21 20:21:42.530 INFO O| Feb 21 20:21:42.530 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-02-21T20:21:42.986Z[ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61022025-02-21T20:21:42.990Z[ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO STEP 499 (remove_files) COMPLETE
61032025-02-21T20:21:42.990Z[ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-02-21T20:21:43.008Z[ recovery-image] Feb 21 20:21:42.572 INFO O| Feb 21 20:21:42.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61052025-02-21T20:21:43.011Z[ recovery-image] Feb 21 20:21:42.573 INFO O| Feb 21 20:21:42.572 INFO STEP 500 (remove_files) COMPLETE
61062025-02-21T20:21:43.012Z[ recovery-image] Feb 21 20:21:42.573 INFO O| Feb 21 20:21:42.573 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-02-21T20:21:43.030Z[ recovery-image] Feb 21 20:21:42.593 INFO O| Feb 21 20:21:42.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61082025-02-21T20:21:43.033Z[ recovery-image] Feb 21 20:21:42.593 INFO O| Feb 21 20:21:42.593 INFO STEP 501 (remove_files) COMPLETE
61092025-02-21T20:21:43.033Z[ recovery-image] Feb 21 20:21:42.594 INFO O| Feb 21 20:21:42.593 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-02-21T20:21:43.049Z[ recovery-image] Feb 21 20:21:42.614 INFO O| Feb 21 20:21:42.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61112025-02-21T20:21:43.055Z[ recovery-image] Feb 21 20:21:42.615 INFO O| Feb 21 20:21:42.615 INFO STEP 502 (remove_files) COMPLETE
61122025-02-21T20:21:43.055Z[ recovery-image] Feb 21 20:21:42.615 INFO O| Feb 21 20:21:42.615 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-02-21T20:21:43.071Z[ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61142025-02-21T20:21:43.079Z[ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO STEP 503 (remove_files) COMPLETE
61152025-02-21T20:21:43.079Z[ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-02-21T20:21:43.093Z[ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61172025-02-21T20:21:43.097Z[ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO STEP 504 (remove_files) COMPLETE
61182025-02-21T20:21:43.097Z[ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-02-21T20:21:43.151Z[ recovery-image] Feb 21 20:21:42.680 INFO O| Feb 21 20:21:42.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61202025-02-21T20:21:43.156Z[ recovery-image] Feb 21 20:21:42.702 INFO O| Feb 21 20:21:42.702 INFO STEP 505 (remove_files) COMPLETE
61212025-02-21T20:21:43.156Z[ recovery-image] Feb 21 20:21:42.702 INFO O| Feb 21 20:21:42.702 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-21T20:21:43.166Z[ recovery-image] Feb 21 20:21:42.725 INFO O| Feb 21 20:21:42.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61232025-02-21T20:21:43.166Z[ recovery-image] Feb 21 20:21:42.726 INFO O| Feb 21 20:21:42.725 INFO STEP 506 (remove_files) COMPLETE
61242025-02-21T20:21:43.166Z[ recovery-image] Feb 21 20:21:42.726 INFO O| Feb 21 20:21:42.726 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-21T20:21:43.184Z[ recovery-image] Feb 21 20:21:42.748 INFO O| Feb 21 20:21:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61262025-02-21T20:21:43.192Z[ recovery-image] Feb 21 20:21:42.748 INFO O| Feb 21 20:21:42.748 INFO STEP 507 (remove_files) COMPLETE
61272025-02-21T20:21:43.192Z[ recovery-image] Feb 21 20:21:42.749 INFO O| Feb 21 20:21:42.749 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-21T20:21:43.208Z[ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61292025-02-21T20:21:43.233Z[ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO STEP 508 (remove_files) COMPLETE
61302025-02-21T20:21:43.233Z[ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-21T20:21:43.244Z[ recovery-image] Feb 21 20:21:42.791 INFO O| Feb 21 20:21:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61322025-02-21T20:21:43.244Z[ recovery-image] Feb 21 20:21:42.792 INFO O| Feb 21 20:21:42.792 INFO STEP 509 (remove_files) COMPLETE
61332025-02-21T20:21:43.244Z[ recovery-image] Feb 21 20:21:42.792 INFO O| Feb 21 20:21:42.792 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-21T20:21:43.248Z[ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61352025-02-21T20:21:43.252Z[ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO STEP 510 (remove_files) COMPLETE
61362025-02-21T20:21:43.252Z[ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-21T20:21:43.278Z[ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61382025-02-21T20:21:43.278Z[ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO STEP 511 (remove_files) COMPLETE
61392025-02-21T20:21:43.281Z[ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-21T20:21:43.301Z[ recovery-image] Feb 21 20:21:42.865 INFO O| Feb 21 20:21:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61412025-02-21T20:21:43.301Z[ recovery-image] Feb 21 20:21:42.865 INFO O| Feb 21 20:21:42.865 INFO STEP 512 (remove_files) COMPLETE
61422025-02-21T20:21:43.307Z[ recovery-image] Feb 21 20:21:42.866 INFO O| Feb 21 20:21:42.865 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-21T20:21:43.338Z[ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61442025-02-21T20:21:43.338Z[ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.888 INFO STEP 513 (remove_files) COMPLETE
61452025-02-21T20:21:43.338Z[ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.888 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-21T20:21:43.344Z[ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61472025-02-21T20:21:43.344Z[ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO STEP 514 (remove_files) COMPLETE
61482025-02-21T20:21:43.344Z[ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-21T20:21:43.402Z[ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61502025-02-21T20:21:43.402Z[ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO STEP 515 (remove_files) COMPLETE
61512025-02-21T20:21:43.402Z[ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-02-21T20:21:43.439Z[ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61532025-02-21T20:21:43.439Z[ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO STEP 516 (remove_files) COMPLETE
61542025-02-21T20:21:43.443Z[ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-21T20:21:43.532Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
61562025-02-21T20:21:43.554Z[ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61572025-02-21T20:21:43.554Z[ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO STEP 517 (remove_files) COMPLETE
61582025-02-21T20:21:43.554Z[ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-21T20:21:43.567Z[ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61602025-02-21T20:21:43.568Z[ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO STEP 518 (remove_files) COMPLETE
61612025-02-21T20:21:43.568Z[ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-21T20:21:43.606Z[ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61632025-02-21T20:21:43.611Z[ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO STEP 519 (remove_files) COMPLETE
61642025-02-21T20:21:43.611Z[ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-21T20:21:43.629Z[ recovery-image] Feb 21 20:21:43.192 INFO O| Feb 21 20:21:43.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61662025-02-21T20:21:43.633Z[ recovery-image] Feb 21 20:21:43.193 INFO O| Feb 21 20:21:43.193 INFO STEP 520 (remove_files) COMPLETE
61672025-02-21T20:21:43.633Z[ recovery-image] Feb 21 20:21:43.193 INFO O| Feb 21 20:21:43.193 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-21T20:21:43.653Z[ recovery-image] Feb 21 20:21:43.215 INFO O| Feb 21 20:21:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61692025-02-21T20:21:43.673Z[ recovery-image] Feb 21 20:21:43.215 INFO O| Feb 21 20:21:43.215 INFO STEP 521 (remove_files) COMPLETE
61702025-02-21T20:21:43.673Z[ recovery-image] Feb 21 20:21:43.216 INFO O| Feb 21 20:21:43.216 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-21T20:21:43.676Z[ recovery-image] Feb 21 20:21:43.238 INFO O| Feb 21 20:21:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61722025-02-21T20:21:43.677Z[ recovery-image] Feb 21 20:21:43.239 INFO O| Feb 21 20:21:43.239 INFO STEP 522 (remove_files) COMPLETE
61732025-02-21T20:21:43.677Z[ recovery-image] Feb 21 20:21:43.239 INFO O| Feb 21 20:21:43.239 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-21T20:21:43.694Z[ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61752025-02-21T20:21:43.698Z[ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO STEP 523 (remove_files) COMPLETE
61762025-02-21T20:21:43.698Z[ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-21T20:21:43.733Z[ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61782025-02-21T20:21:43.742Z[ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO STEP 524 (remove_files) COMPLETE
61792025-02-21T20:21:43.742Z[ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-21T20:21:43.756Z[ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61812025-02-21T20:21:43.824Z[ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO STEP 525 (remove_files) COMPLETE
61822025-02-21T20:21:43.824Z[ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-02-21T20:21:43.824Z[ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61842025-02-21T20:21:43.824Z[ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO STEP 526 (remove_files) COMPLETE
61852025-02-21T20:21:43.824Z[ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61872025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO STEP 527 (remove_files) COMPLETE
61882025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.378 INFO O| Feb 21 20:21:43.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61902025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.378 INFO O| Feb 21 20:21:43.378 INFO STEP 528 (remove_files) COMPLETE
61912025-02-21T20:21:43.839Z[ recovery-image] Feb 21 20:21:43.379 INFO O| Feb 21 20:21:43.378 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-02-21T20:21:43.861Z[ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61932025-02-21T20:21:43.866Z[ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO STEP 529 (remove_files) COMPLETE
61942025-02-21T20:21:43.866Z[ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-02-21T20:21:43.882Z[ recovery-image] Feb 21 20:21:43.443 INFO O| Feb 21 20:21:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61962025-02-21T20:21:43.890Z[ recovery-image] Feb 21 20:21:43.444 INFO O| Feb 21 20:21:43.443 INFO STEP 530 (remove_files) COMPLETE
61972025-02-21T20:21:43.890Z[ recovery-image] Feb 21 20:21:43.444 INFO O| Feb 21 20:21:43.444 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-02-21T20:21:43.926Z[ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61992025-02-21T20:21:43.930Z[ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO STEP 531 (remove_files) COMPLETE
62002025-02-21T20:21:43.930Z[ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-02-21T20:21:43.960Z[ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62022025-02-21T20:21:43.961Z[ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.512 INFO STEP 532 (remove_files) COMPLETE
62032025-02-21T20:21:43.961Z[ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.512 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-02-21T20:21:43.970Z[ recovery-image] Feb 21 20:21:43.532 INFO O| Feb 21 20:21:43.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62052025-02-21T20:21:43.970Z[ recovery-image] Feb 21 20:21:43.533 INFO O| Feb 21 20:21:43.532 INFO STEP 533 (remove_files) COMPLETE
62062025-02-21T20:21:43.971Z[ recovery-image] Feb 21 20:21:43.533 INFO O| Feb 21 20:21:43.533 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-02-21T20:21:43.989Z[ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62082025-02-21T20:21:43.989Z[ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.553 INFO STEP 534 (remove_files) COMPLETE
62092025-02-21T20:21:43.993Z[ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.553 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-02-21T20:21:44.046Z[ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62112025-02-21T20:21:44.050Z[ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO STEP 535 (remove_files) COMPLETE
62122025-02-21T20:21:44.050Z[ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-02-21T20:21:44.181Z[ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62142025-02-21T20:21:44.187Z[ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO STEP 536 (remove_files) COMPLETE
62152025-02-21T20:21:44.188Z[ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-02-21T20:21:44.215Z[ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62172025-02-21T20:21:44.215Z[ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO STEP 537 (remove_files) COMPLETE
62182025-02-21T20:21:44.215Z[ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-02-21T20:21:44.261Z[ recovery-image] Feb 21 20:21:43.818 INFO O| Feb 21 20:21:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62202025-02-21T20:21:44.262Z[ recovery-image] Feb 21 20:21:43.819 INFO O| Feb 21 20:21:43.819 INFO STEP 538 (remove_files) COMPLETE
62212025-02-21T20:21:44.262Z[ recovery-image] Feb 21 20:21:43.819 INFO O| Feb 21 20:21:43.819 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-02-21T20:21:44.274Z[ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62232025-02-21T20:21:44.274Z[ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO STEP 539 (remove_files) COMPLETE
62242025-02-21T20:21:44.278Z[ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-02-21T20:21:44.295Z[ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62262025-02-21T20:21:44.295Z[ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO STEP 540 (remove_files) COMPLETE
62272025-02-21T20:21:44.295Z[ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-02-21T20:21:44.317Z[ recovery-image] Feb 21 20:21:43.881 INFO O| Feb 21 20:21:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62292025-02-21T20:21:44.317Z[ recovery-image] Feb 21 20:21:43.882 INFO O| Feb 21 20:21:43.882 INFO STEP 541 (remove_files) COMPLETE
62302025-02-21T20:21:44.321Z[ recovery-image] Feb 21 20:21:43.882 INFO O| Feb 21 20:21:43.882 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-02-21T20:21:44.348Z[ recovery-image] Feb 21 20:21:43.909 INFO O| Feb 21 20:21:43.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62322025-02-21T20:21:44.348Z[ recovery-image] Feb 21 20:21:43.910 INFO O| Feb 21 20:21:43.910 INFO STEP 542 (remove_files) COMPLETE
62332025-02-21T20:21:44.353Z[ recovery-image] Feb 21 20:21:43.910 INFO O| Feb 21 20:21:43.910 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-02-21T20:21:44.384Z[ recovery-image] Feb 21 20:21:43.931 INFO O| Feb 21 20:21:43.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62352025-02-21T20:21:44.384Z[ recovery-image] Feb 21 20:21:43.931 INFO O| Feb 21 20:21:43.931 INFO STEP 543 (remove_files) COMPLETE
62362025-02-21T20:21:44.384Z[ recovery-image] Feb 21 20:21:43.932 INFO O| Feb 21 20:21:43.931 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-02-21T20:21:44.396Z[ recovery-image] Feb 21 20:21:43.957 INFO O| Feb 21 20:21:43.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62382025-02-21T20:21:44.408Z[ recovery-image] Feb 21 20:21:43.967 INFO O| Feb 21 20:21:43.967 INFO STEP 544 (remove_files) COMPLETE
62392025-02-21T20:21:44.408Z[ recovery-image] Feb 21 20:21:43.967 INFO O| Feb 21 20:21:43.967 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-02-21T20:21:44.438Z[ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62412025-02-21T20:21:44.438Z[ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO STEP 545 (remove_files) COMPLETE
62422025-02-21T20:21:44.443Z[ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-02-21T20:21:44.574Z[ recovery-image] Feb 21 20:21:44.135 INFO O| Feb 21 20:21:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62442025-02-21T20:21:44.578Z[ recovery-image] Feb 21 20:21:44.136 INFO O| Feb 21 20:21:44.136 INFO STEP 546 (remove_files) COMPLETE
62452025-02-21T20:21:44.578Z[ recovery-image] Feb 21 20:21:44.136 INFO O| Feb 21 20:21:44.136 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-02-21T20:21:44.641Z[ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62472025-02-21T20:21:44.641Z[ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO STEP 547 (remove_files) COMPLETE
62482025-02-21T20:21:44.641Z[ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-02-21T20:21:44.670Z[ recovery-image] Feb 21 20:21:44.234 INFO O| Feb 21 20:21:44.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62502025-02-21T20:21:44.675Z[ recovery-image] Feb 21 20:21:44.235 INFO O| Feb 21 20:21:44.235 INFO STEP 548 (remove_files) COMPLETE
62512025-02-21T20:21:44.675Z[ recovery-image] Feb 21 20:21:44.235 INFO O| Feb 21 20:21:44.235 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-02-21T20:21:44.700Z[ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62532025-02-21T20:21:44.700Z[ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO STEP 549 (remove_files) COMPLETE
62542025-02-21T20:21:44.710Z[ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-02-21T20:21:44.827Z[ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62562025-02-21T20:21:44.828Z[ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO STEP 550 (remove_files) COMPLETE
62572025-02-21T20:21:44.828Z[ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-21T20:21:44.863Z[ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62592025-02-21T20:21:44.863Z[ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO STEP 551 (remove_files) COMPLETE
62602025-02-21T20:21:44.863Z[ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-21T20:21:44.923Z[ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62622025-02-21T20:21:44.923Z[ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO STEP 552 (remove_files) COMPLETE
62632025-02-21T20:21:44.923Z[ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-21T20:21:44.944Z[ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62652025-02-21T20:21:44.944Z[ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO STEP 553 (remove_files) COMPLETE
62662025-02-21T20:21:44.945Z[ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-21T20:21:44.969Z[ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62682025-02-21T20:21:44.970Z[ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.533 INFO STEP 554 (remove_files) COMPLETE
62692025-02-21T20:21:44.978Z[ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.533 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-21T20:21:44.993Z[ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62712025-02-21T20:21:44.993Z[ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.558 INFO STEP 555 (remove_files) COMPLETE
62722025-02-21T20:21:44.994Z[ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.558 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-21T20:21:45.019Z[ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62742025-02-21T20:21:45.019Z[ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO STEP 556 (remove_files) COMPLETE
62752025-02-21T20:21:45.019Z[ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-02-21T20:21:45.041Z[ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62772025-02-21T20:21:45.041Z[ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO STEP 557 (remove_files) COMPLETE
62782025-02-21T20:21:45.046Z[ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-02-21T20:21:45.062Z[ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62802025-02-21T20:21:45.066Z[ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO STEP 558 (remove_files) COMPLETE
62812025-02-21T20:21:45.066Z[ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-02-21T20:21:45.083Z[ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62832025-02-21T20:21:45.083Z[ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO STEP 559 (remove_files) COMPLETE
62842025-02-21T20:21:45.088Z[ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-02-21T20:21:45.104Z[ recovery-image] Feb 21 20:21:44.668 INFO O| Feb 21 20:21:44.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62862025-02-21T20:21:45.104Z[ recovery-image] Feb 21 20:21:44.668 INFO O| Feb 21 20:21:44.668 INFO STEP 560 (remove_files) COMPLETE
62872025-02-21T20:21:45.109Z[ recovery-image] Feb 21 20:21:44.669 INFO O| Feb 21 20:21:44.668 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-02-21T20:21:45.128Z[ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62892025-02-21T20:21:45.128Z[ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.693 INFO STEP 561 (remove_files) COMPLETE
62902025-02-21T20:21:45.132Z[ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.693 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-02-21T20:21:45.165Z[ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62922025-02-21T20:21:45.165Z[ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO STEP 562 (remove_files) COMPLETE
62932025-02-21T20:21:45.165Z[ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-02-21T20:21:45.178Z[ recovery-image] Feb 21 20:21:44.742 INFO O| Feb 21 20:21:44.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62952025-02-21T20:21:45.179Z[ recovery-image] Feb 21 20:21:44.743 INFO O| Feb 21 20:21:44.743 INFO STEP 563 (remove_files) COMPLETE
62962025-02-21T20:21:45.182Z[ recovery-image] Feb 21 20:21:44.743 INFO O| Feb 21 20:21:44.743 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-02-21T20:21:45.203Z[ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62982025-02-21T20:21:45.203Z[ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO STEP 564 (remove_files) COMPLETE
62992025-02-21T20:21:45.203Z[ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-02-21T20:21:45.268Z[ recovery-image] Feb 21 20:21:44.806 INFO O| Feb 21 20:21:44.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63012025-02-21T20:21:45.307Z[ recovery-image] Feb 21 20:21:44.807 INFO O| Feb 21 20:21:44.807 INFO STEP 565 (remove_files) COMPLETE
63022025-02-21T20:21:45.307Z[ recovery-image] Feb 21 20:21:44.807 INFO O| Feb 21 20:21:44.807 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-02-21T20:21:45.307Z[ recovery-image] Feb 21 20:21:44.828 INFO O| Feb 21 20:21:44.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63042025-02-21T20:21:45.316Z[ recovery-image] Feb 21 20:21:44.850 INFO O| Feb 21 20:21:44.850 INFO STEP 566 (remove_files) COMPLETE
63052025-02-21T20:21:45.316Z[ recovery-image] Feb 21 20:21:44.850 INFO O| Feb 21 20:21:44.850 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-02-21T20:21:45.376Z[ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63072025-02-21T20:21:45.376Z[ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO STEP 567 (remove_files) COMPLETE
63082025-02-21T20:21:45.376Z[ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-02-21T20:21:45.393Z[ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63102025-02-21T20:21:45.393Z[ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.931 INFO STEP 568 (remove_files) COMPLETE
63112025-02-21T20:21:45.393Z[ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.931 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-02-21T20:21:45.400Z[ recovery-image] Feb 21 20:21:44.964 INFO O| Feb 21 20:21:44.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63132025-02-21T20:21:45.400Z[ recovery-image] Feb 21 20:21:44.964 INFO O| Feb 21 20:21:44.964 INFO STEP 569 (remove_files) COMPLETE
63142025-02-21T20:21:45.409Z[ recovery-image] Feb 21 20:21:44.965 INFO O| Feb 21 20:21:44.964 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-02-21T20:21:45.420Z[ recovery-image] Feb 21 20:21:44.984 INFO O| Feb 21 20:21:44.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63162025-02-21T20:21:45.420Z[ recovery-image] Feb 21 20:21:44.985 INFO O| Feb 21 20:21:44.984 INFO STEP 570 (remove_files) COMPLETE
63172025-02-21T20:21:45.420Z[ recovery-image] Feb 21 20:21:44.985 INFO O| Feb 21 20:21:44.985 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-02-21T20:21:45.455Z[ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63192025-02-21T20:21:45.455Z[ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO STEP 571 (remove_files) COMPLETE
63202025-02-21T20:21:45.455Z[ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-02-21T20:21:45.465Z[ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63222025-02-21T20:21:45.473Z[ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.029 INFO STEP 572 (remove_files) COMPLETE
63232025-02-21T20:21:45.473Z[ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.029 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-02-21T20:21:45.498Z[ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63252025-02-21T20:21:45.498Z[ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO STEP 573 (remove_files) COMPLETE
63262025-02-21T20:21:45.511Z[ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-21T20:21:45.550Z[ recovery-image] Feb 21 20:21:45.109 INFO O| Feb 21 20:21:45.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63282025-02-21T20:21:45.553Z[ recovery-image] Feb 21 20:21:45.110 INFO O| Feb 21 20:21:45.110 INFO STEP 574 (remove_files) COMPLETE
63292025-02-21T20:21:45.553Z[ recovery-image] Feb 21 20:21:45.110 INFO O| Feb 21 20:21:45.110 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-21T20:21:45.570Z[ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63312025-02-21T20:21:45.570Z[ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO STEP 575 (remove_files) COMPLETE
63322025-02-21T20:21:45.570Z[ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-21T20:21:45.593Z[ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63342025-02-21T20:21:45.593Z[ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO STEP 576 (remove_files) COMPLETE
63352025-02-21T20:21:45.593Z[ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-21T20:21:45.629Z[ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63372025-02-21T20:21:45.629Z[ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO STEP 577 (remove_files) COMPLETE
63382025-02-21T20:21:45.644Z[ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-21T20:21:45.651Z[ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63402025-02-21T20:21:45.651Z[ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO STEP 578 (remove_files) COMPLETE
63412025-02-21T20:21:45.651Z[ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-21T20:21:45.672Z[ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63432025-02-21T20:21:45.672Z[ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO STEP 579 (remove_files) COMPLETE
63442025-02-21T20:21:45.679Z[ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-21T20:21:45.692Z[ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63462025-02-21T20:21:45.693Z[ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO STEP 580 (remove_files) COMPLETE
63472025-02-21T20:21:45.693Z[ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-21T20:21:45.714Z[ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63492025-02-21T20:21:45.714Z[ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO STEP 581 (remove_files) COMPLETE
63502025-02-21T20:21:45.714Z[ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-21T20:21:45.735Z[ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63522025-02-21T20:21:45.735Z[ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO STEP 582 (remove_files) COMPLETE
63532025-02-21T20:21:45.740Z[ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-21T20:21:45.760Z[ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63552025-02-21T20:21:45.761Z[ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO STEP 583 (remove_files) COMPLETE
63562025-02-21T20:21:45.761Z[ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-21T20:21:45.783Z[ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63582025-02-21T20:21:45.783Z[ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO STEP 584 (remove_files) COMPLETE
63592025-02-21T20:21:45.783Z[ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-02-21T20:21:45.814Z[ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63612025-02-21T20:21:45.814Z[ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO STEP 585 (remove_files) COMPLETE
63622025-02-21T20:21:45.830Z[ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-02-21T20:21:45.847Z[ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63642025-02-21T20:21:45.847Z[ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO STEP 586 (remove_files) COMPLETE
63652025-02-21T20:21:45.847Z[ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-21T20:21:45.851Z[ recovery-image] Feb 21 20:21:45.413 INFO O| Feb 21 20:21:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63672025-02-21T20:21:45.851Z[ recovery-image] Feb 21 20:21:45.414 INFO O| Feb 21 20:21:45.414 INFO STEP 587 (remove_files) COMPLETE
63682025-02-21T20:21:45.852Z[ recovery-image] Feb 21 20:21:45.414 INFO O| Feb 21 20:21:45.414 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-21T20:21:45.872Z[ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63702025-02-21T20:21:45.872Z[ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO STEP 588 (remove_files) COMPLETE
63712025-02-21T20:21:45.873Z[ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-02-21T20:21:45.893Z[ recovery-image] Feb 21 20:21:45.456 INFO O| Feb 21 20:21:45.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63732025-02-21T20:21:45.893Z[ recovery-image] Feb 21 20:21:45.457 INFO O| Feb 21 20:21:45.457 INFO STEP 589 (remove_files) COMPLETE
63742025-02-21T20:21:45.893Z[ recovery-image] Feb 21 20:21:45.457 INFO O| Feb 21 20:21:45.457 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-02-21T20:21:45.914Z[ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63762025-02-21T20:21:45.914Z[ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO STEP 590 (remove_files) COMPLETE
63772025-02-21T20:21:45.919Z[ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-02-21T20:21:45.954Z[ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63792025-02-21T20:21:45.978Z[ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO STEP 591 (remove_files) COMPLETE
63802025-02-21T20:21:45.978Z[ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-02-21T20:21:45.995Z[ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63822025-02-21T20:21:45.995Z[ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO STEP 592 (remove_files) COMPLETE
63832025-02-21T20:21:46.003Z[ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-21T20:21:46.030Z[ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63852025-02-21T20:21:46.042Z[ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO STEP 593 (remove_files) COMPLETE
63862025-02-21T20:21:46.042Z[ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-21T20:21:46.078Z[ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63882025-02-21T20:21:46.078Z[ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO STEP 594 (remove_files) COMPLETE
63892025-02-21T20:21:46.087Z[ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-02-21T20:21:46.132Z[ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63912025-02-21T20:21:46.133Z[ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO STEP 595 (remove_files) COMPLETE
63922025-02-21T20:21:46.173Z[ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-02-21T20:21:46.173Z[ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63942025-02-21T20:21:46.173Z[ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO STEP 596 (remove_files) COMPLETE
63952025-02-21T20:21:46.173Z[ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-02-21T20:21:46.219Z[ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63972025-02-21T20:21:46.219Z[ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO STEP 597 (remove_files) COMPLETE
63982025-02-21T20:21:46.219Z[ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-02-21T20:21:46.220Z[ recovery-image] Feb 21 20:21:45.741 INFO O| Feb 21 20:21:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64002025-02-21T20:21:46.220Z[ recovery-image] Feb 21 20:21:45.741 INFO O| Feb 21 20:21:45.741 INFO STEP 598 (remove_files) COMPLETE
64012025-02-21T20:21:46.220Z[ recovery-image] Feb 21 20:21:45.742 INFO O| Feb 21 20:21:45.741 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64032025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.764 INFO STEP 599 (remove_files) COMPLETE
64042025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.764 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64062025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO STEP 600 (remove_files) COMPLETE
64072025-02-21T20:21:46.244Z[ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-02-21T20:21:46.251Z[ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64092025-02-21T20:21:46.251Z[ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO STEP 601 (remove_files) COMPLETE
64102025-02-21T20:21:46.251Z[ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-02-21T20:21:46.320Z[ recovery-image] Feb 21 20:21:45.858 INFO O| Feb 21 20:21:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64122025-02-21T20:21:46.327Z[ recovery-image] Feb 21 20:21:45.882 INFO O| Feb 21 20:21:45.882 INFO STEP 602 (remove_files) COMPLETE
64132025-02-21T20:21:46.327Z[ recovery-image] Feb 21 20:21:45.882 INFO O| Feb 21 20:21:45.882 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-02-21T20:21:46.342Z[ recovery-image] Feb 21 20:21:45.905 INFO O| Feb 21 20:21:45.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64152025-02-21T20:21:46.370Z[ recovery-image] Feb 21 20:21:45.906 INFO O| Feb 21 20:21:45.906 INFO STEP 603 (remove_files) COMPLETE
64162025-02-21T20:21:46.370Z[ recovery-image] Feb 21 20:21:45.906 INFO O| Feb 21 20:21:45.906 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-02-21T20:21:46.398Z[ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64182025-02-21T20:21:46.398Z[ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO STEP 604 (remove_files) COMPLETE
64192025-02-21T20:21:46.398Z[ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-02-21T20:21:46.435Z[ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64212025-02-21T20:21:46.436Z[ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO STEP 605 (remove_files) COMPLETE
64222025-02-21T20:21:46.437Z[ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64242025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO STEP 606 (remove_files) COMPLETE
64252025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64272025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO STEP 607 (remove_files) COMPLETE
64282025-02-21T20:21:46.446Z[ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-02-21T20:21:46.465Z[ recovery-image] Feb 21 20:21:46.028 INFO O| Feb 21 20:21:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64302025-02-21T20:21:46.468Z[ recovery-image] Feb 21 20:21:46.029 INFO O| Feb 21 20:21:46.029 INFO STEP 608 (remove_files) COMPLETE
64312025-02-21T20:21:46.468Z[ recovery-image] Feb 21 20:21:46.029 INFO O| Feb 21 20:21:46.029 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-02-21T20:21:46.510Z[ recovery-image] Feb 21 20:21:46.072 INFO O| Feb 21 20:21:46.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64332025-02-21T20:21:46.518Z[ recovery-image] Feb 21 20:21:46.072 INFO O| Feb 21 20:21:46.072 INFO STEP 609 (remove_files) COMPLETE
64342025-02-21T20:21:46.518Z[ recovery-image] Feb 21 20:21:46.073 INFO O| Feb 21 20:21:46.073 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-21T20:21:46.551Z[ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64362025-02-21T20:21:46.561Z[ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.112 INFO STEP 610 (remove_files) COMPLETE
64372025-02-21T20:21:46.562Z[ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.112 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-21T20:21:46.577Z[ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64392025-02-21T20:21:46.577Z[ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO STEP 611 (remove_files) COMPLETE
64402025-02-21T20:21:46.577Z[ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-21T20:21:46.641Z[ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64422025-02-21T20:21:46.646Z[ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO STEP 612 (remove_files) COMPLETE
64432025-02-21T20:21:46.646Z[ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-21T20:21:46.691Z[ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64452025-02-21T20:21:46.691Z[ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO STEP 613 (remove_files) COMPLETE
64462025-02-21T20:21:46.695Z[ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-21T20:21:46.713Z[ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64482025-02-21T20:21:46.713Z[ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO STEP 614 (remove_files) COMPLETE
64492025-02-21T20:21:46.716Z[ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-21T20:21:46.733Z[ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64512025-02-21T20:21:46.733Z[ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO STEP 615 (remove_files) COMPLETE
64522025-02-21T20:21:46.736Z[ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-21T20:21:46.755Z[ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64542025-02-21T20:21:46.755Z[ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO STEP 616 (remove_files) COMPLETE
64552025-02-21T20:21:46.758Z[ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-21T20:21:46.778Z[ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64572025-02-21T20:21:46.784Z[ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO STEP 617 (remove_files) COMPLETE
64582025-02-21T20:21:46.784Z[ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-21T20:21:46.834Z[ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64602025-02-21T20:21:46.834Z[ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO STEP 618 (remove_files) COMPLETE
64612025-02-21T20:21:46.838Z[ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-21T20:21:46.853Z[ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64632025-02-21T20:21:46.853Z[ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO STEP 619 (remove_files) COMPLETE
64642025-02-21T20:21:46.856Z[ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-21T20:21:46.873Z[ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64662025-02-21T20:21:46.874Z[ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO STEP 620 (remove_files) COMPLETE
64672025-02-21T20:21:46.877Z[ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-21T20:21:46.894Z[ recovery-image] Feb 21 20:21:46.456 INFO O| Feb 21 20:21:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64692025-02-21T20:21:46.895Z[ recovery-image] Feb 21 20:21:46.457 INFO O| Feb 21 20:21:46.457 INFO STEP 621 (remove_files) COMPLETE
64702025-02-21T20:21:46.898Z[ recovery-image] Feb 21 20:21:46.457 INFO O| Feb 21 20:21:46.457 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-21T20:21:46.916Z[ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64722025-02-21T20:21:46.921Z[ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.479 INFO STEP 622 (remove_files) COMPLETE
64732025-02-21T20:21:46.921Z[ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.479 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-21T20:21:46.938Z[ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64752025-02-21T20:21:46.938Z[ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO STEP 623 (remove_files) COMPLETE
64762025-02-21T20:21:46.938Z[ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-21T20:21:46.966Z[ recovery-image] Feb 21 20:21:46.522 INFO O| Feb 21 20:21:46.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64782025-02-21T20:21:46.975Z[ recovery-image] Feb 21 20:21:46.523 INFO O| Feb 21 20:21:46.522 INFO STEP 624 (remove_files) COMPLETE
64792025-02-21T20:21:46.975Z[ recovery-image] Feb 21 20:21:46.523 INFO O| Feb 21 20:21:46.523 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-21T20:21:46.980Z[ recovery-image] Feb 21 20:21:46.544 INFO O| Feb 21 20:21:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64812025-02-21T20:21:47.057Z[ recovery-image] Feb 21 20:21:46.618 INFO O| Feb 21 20:21:46.618 INFO STEP 625 (remove_files) COMPLETE
64822025-02-21T20:21:47.057Z[ recovery-image] Feb 21 20:21:46.618 INFO O| Feb 21 20:21:46.618 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-21T20:21:47.078Z[ recovery-image] Feb 21 20:21:46.640 INFO O| Feb 21 20:21:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64842025-02-21T20:21:47.081Z[ recovery-image] Feb 21 20:21:46.640 INFO O| Feb 21 20:21:46.640 INFO STEP 626 (remove_files) COMPLETE
64852025-02-21T20:21:47.081Z[ recovery-image] Feb 21 20:21:46.641 INFO O| Feb 21 20:21:46.640 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-21T20:21:47.098Z[ recovery-image] Feb 21 20:21:46.661 INFO O| Feb 21 20:21:46.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64872025-02-21T20:21:47.125Z[ recovery-image] Feb 21 20:21:46.685 INFO O| Feb 21 20:21:46.685 INFO STEP 627 (remove_files) COMPLETE
64882025-02-21T20:21:47.125Z[ recovery-image] Feb 21 20:21:46.685 INFO O| Feb 21 20:21:46.685 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-21T20:21:47.177Z[ recovery-image] Feb 21 20:21:46.717 INFO O| Feb 21 20:21:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64902025-02-21T20:21:47.182Z[ recovery-image] Feb 21 20:21:46.740 INFO O| Feb 21 20:21:46.740 INFO STEP 628 (remove_files) COMPLETE
64912025-02-21T20:21:47.182Z[ recovery-image] Feb 21 20:21:46.740 INFO O| Feb 21 20:21:46.740 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-21T20:21:47.224Z[ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64932025-02-21T20:21:47.224Z[ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO STEP 629 (remove_files) COMPLETE
64942025-02-21T20:21:47.225Z[ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-21T20:21:47.245Z[ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64962025-02-21T20:21:47.252Z[ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.800 INFO STEP 630 (remove_files) COMPLETE
64972025-02-21T20:21:47.252Z[ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.800 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-21T20:21:47.281Z[ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64992025-02-21T20:21:47.300Z[ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO STEP 631 (remove_files) COMPLETE
65002025-02-21T20:21:47.300Z[ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-21T20:21:47.307Z[ recovery-image] Feb 21 20:21:46.862 INFO O| Feb 21 20:21:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65022025-02-21T20:21:47.307Z[ recovery-image] Feb 21 20:21:46.863 INFO O| Feb 21 20:21:46.863 INFO STEP 632 (remove_files) COMPLETE
65032025-02-21T20:21:47.307Z[ recovery-image] Feb 21 20:21:46.863 INFO O| Feb 21 20:21:46.863 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-21T20:21:47.339Z[ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65052025-02-21T20:21:47.339Z[ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO STEP 633 (remove_files) COMPLETE
65062025-02-21T20:21:47.368Z[ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-21T20:21:47.368Z[ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65082025-02-21T20:21:47.369Z[ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO STEP 634 (remove_files) COMPLETE
65092025-02-21T20:21:47.369Z[ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-21T20:21:47.373Z[ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65112025-02-21T20:21:47.373Z[ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO STEP 635 (remove_files) COMPLETE
65122025-02-21T20:21:47.373Z[ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-21T20:21:47.396Z[ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65142025-02-21T20:21:47.406Z[ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO STEP 636 (remove_files) COMPLETE
65152025-02-21T20:21:47.406Z[ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-21T20:21:47.410Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
65172025-02-21T20:21:47.410Z[ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65182025-02-21T20:21:47.410Z[ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO STEP 637 (remove_files) COMPLETE
65192025-02-21T20:21:47.410Z[ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-21T20:21:47.435Z[ recovery-image] Feb 21 20:21:46.998 INFO O| Feb 21 20:21:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65212025-02-21T20:21:47.439Z[ recovery-image] Feb 21 20:21:46.998 INFO O| Feb 21 20:21:46.998 INFO STEP 638 (remove_files) COMPLETE
65222025-02-21T20:21:47.440Z[ recovery-image] Feb 21 20:21:46.999 INFO O| Feb 21 20:21:46.998 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-21T20:21:47.461Z[ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65242025-02-21T20:21:47.461Z[ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO STEP 639 (remove_files) COMPLETE
65252025-02-21T20:21:47.465Z[ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-21T20:21:47.499Z[ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65272025-02-21T20:21:47.499Z[ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO STEP 640 (remove_files) COMPLETE
65282025-02-21T20:21:47.500Z[ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-21T20:21:47.562Z[ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65302025-02-21T20:21:47.568Z[ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.124 INFO STEP 641 (remove_files) COMPLETE
65312025-02-21T20:21:47.568Z[ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.124 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-21T20:21:47.586Z[ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65332025-02-21T20:21:47.586Z[ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO STEP 642 (remove_files) COMPLETE
65342025-02-21T20:21:47.586Z[ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-21T20:21:47.602Z[ recovery-image] Feb 21 20:21:47.164 INFO O| Feb 21 20:21:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65362025-02-21T20:21:47.603Z[ recovery-image] Feb 21 20:21:47.165 INFO O| Feb 21 20:21:47.164 INFO STEP 643 (remove_files) COMPLETE
65372025-02-21T20:21:47.603Z[ recovery-image] Feb 21 20:21:47.165 INFO O| Feb 21 20:21:47.165 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-21T20:21:47.653Z[ host-image] Feb 21 20:21:47.214 INFO O| Feb 21 20:21:47.213 INFO O| Download: 1112/1140 items 5.9/8.4MB 69% complete (1.1M/s)
65392025-02-21T20:21:47.686Z[ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65402025-02-21T20:21:47.686Z[ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO STEP 644 (remove_files) COMPLETE
65412025-02-21T20:21:47.686Z[ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-02-21T20:21:47.706Z[ recovery-image] Feb 21 20:21:47.269 INFO O| Feb 21 20:21:47.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65432025-02-21T20:21:47.707Z[ recovery-image] Feb 21 20:21:47.270 INFO O| Feb 21 20:21:47.270 INFO STEP 645 (remove_files) COMPLETE
65442025-02-21T20:21:47.707Z[ recovery-image] Feb 21 20:21:47.270 INFO O| Feb 21 20:21:47.270 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-02-21T20:21:47.727Z[ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65462025-02-21T20:21:47.727Z[ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO STEP 646 (remove_files) COMPLETE
65472025-02-21T20:21:47.728Z[ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-02-21T20:21:47.748Z[ recovery-image] Feb 21 20:21:47.310 INFO O| Feb 21 20:21:47.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65492025-02-21T20:21:47.748Z[ recovery-image] Feb 21 20:21:47.310 INFO O| Feb 21 20:21:47.310 INFO STEP 647 (remove_files) COMPLETE
65502025-02-21T20:21:47.748Z[ recovery-image] Feb 21 20:21:47.311 INFO O| Feb 21 20:21:47.310 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-02-21T20:21:47.768Z[ recovery-image] Feb 21 20:21:47.330 INFO O| Feb 21 20:21:47.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65522025-02-21T20:21:47.768Z[ recovery-image] Feb 21 20:21:47.331 INFO O| Feb 21 20:21:47.331 INFO STEP 648 (remove_files) COMPLETE
65532025-02-21T20:21:47.768Z[ recovery-image] Feb 21 20:21:47.331 INFO O| Feb 21 20:21:47.331 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-02-21T20:21:47.790Z[ recovery-image] Feb 21 20:21:47.351 INFO O| Feb 21 20:21:47.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65552025-02-21T20:21:47.792Z[ recovery-image] Feb 21 20:21:47.352 INFO O| Feb 21 20:21:47.351 INFO STEP 649 (remove_files) COMPLETE
65562025-02-21T20:21:47.798Z[ recovery-image] Feb 21 20:21:47.352 INFO O| Feb 21 20:21:47.352 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-02-21T20:21:47.811Z[ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65582025-02-21T20:21:47.811Z[ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO STEP 650 (remove_files) COMPLETE
65592025-02-21T20:21:47.815Z[ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-02-21T20:21:47.831Z[ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65612025-02-21T20:21:47.831Z[ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO STEP 651 (remove_files) COMPLETE
65622025-02-21T20:21:47.831Z[ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-02-21T20:21:47.850Z[ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65642025-02-21T20:21:47.850Z[ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO STEP 652 (remove_files) COMPLETE
65652025-02-21T20:21:47.862Z[ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-02-21T20:21:47.869Z[ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65672025-02-21T20:21:47.869Z[ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.433 INFO STEP 653 (remove_files) COMPLETE
65682025-02-21T20:21:47.869Z[ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.433 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-02-21T20:21:47.950Z[ recovery-image] Feb 21 20:21:47.506 INFO O| Feb 21 20:21:47.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65702025-02-21T20:21:47.951Z[ recovery-image] Feb 21 20:21:47.507 INFO O| Feb 21 20:21:47.506 INFO STEP 654 (remove_files) COMPLETE
65712025-02-21T20:21:47.951Z[ recovery-image] Feb 21 20:21:47.507 INFO O| Feb 21 20:21:47.506 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-02-21T20:21:47.976Z[ recovery-image] Feb 21 20:21:47.538 INFO O| Feb 21 20:21:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65732025-02-21T20:21:47.980Z[ recovery-image] Feb 21 20:21:47.538 INFO O| Feb 21 20:21:47.538 INFO STEP 655 (remove_files) COMPLETE
65742025-02-21T20:21:47.980Z[ recovery-image] Feb 21 20:21:47.539 INFO O| Feb 21 20:21:47.538 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-02-21T20:21:48.010Z[ recovery-image] Feb 21 20:21:47.560 INFO O| Feb 21 20:21:47.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65762025-02-21T20:21:48.010Z[ recovery-image] Feb 21 20:21:47.561 INFO O| Feb 21 20:21:47.561 INFO STEP 656 (remove_files) COMPLETE
65772025-02-21T20:21:48.021Z[ recovery-image] Feb 21 20:21:47.561 INFO O| Feb 21 20:21:47.561 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-21T20:21:48.028Z[ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65792025-02-21T20:21:48.028Z[ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO STEP 657 (remove_files) COMPLETE
65802025-02-21T20:21:48.028Z[ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-21T20:21:48.143Z[ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65822025-02-21T20:21:48.143Z[ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO STEP 658 (remove_files) COMPLETE
65832025-02-21T20:21:48.143Z[ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-21T20:21:48.161Z[ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65852025-02-21T20:21:48.161Z[ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO STEP 659 (remove_files) COMPLETE
65862025-02-21T20:21:48.161Z[ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-21T20:21:48.166Z[ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65882025-02-21T20:21:48.166Z[ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO STEP 660 (remove_files) COMPLETE
65892025-02-21T20:21:48.166Z[ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-21T20:21:48.181Z[ host-image] Feb 21 20:21:47.744 INFO O| Feb 21 20:21:47.743 INFO O| Download: Completed 8.42 MB in 5.54 seconds (1.5M/s)
65912025-02-21T20:21:48.254Z[ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65922025-02-21T20:21:48.255Z[ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO STEP 661 (remove_files) COMPLETE
65932025-02-21T20:21:48.258Z[ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-21T20:21:48.356Z[ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65952025-02-21T20:21:48.356Z[ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO STEP 662 (remove_files) COMPLETE
65962025-02-21T20:21:48.356Z[ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-21T20:21:48.378Z[ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65982025-02-21T20:21:48.378Z[ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO STEP 663 (remove_files) COMPLETE
65992025-02-21T20:21:48.378Z[ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-21T20:21:48.402Z[ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66012025-02-21T20:21:48.402Z[ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.964 INFO STEP 664 (remove_files) COMPLETE
66022025-02-21T20:21:48.402Z[ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.964 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-21T20:21:48.449Z[ host-image] Feb 21 20:21:48.007 INFO O| Feb 21 20:21:48.007 INFO O| Actions: 1/1361 actions (Installing new actions)
66042025-02-21T20:21:48.460Z[ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66052025-02-21T20:21:48.460Z[ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO STEP 665 (remove_files) COMPLETE
66062025-02-21T20:21:48.463Z[ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-21T20:21:48.488Z[ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66082025-02-21T20:21:48.488Z[ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO STEP 666 (remove_files) COMPLETE
66092025-02-21T20:21:48.488Z[ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-21T20:21:48.544Z[ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66112025-02-21T20:21:48.544Z[ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO STEP 667 (remove_files) COMPLETE
66122025-02-21T20:21:48.547Z[ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-21T20:21:48.589Z[ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66142025-02-21T20:21:48.589Z[ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO STEP 668 (remove_files) COMPLETE
66152025-02-21T20:21:48.589Z[ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-21T20:21:48.596Z[ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66172025-02-21T20:21:48.596Z[ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO STEP 669 (remove_files) COMPLETE
66182025-02-21T20:21:48.596Z[ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-21T20:21:48.631Z[ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66202025-02-21T20:21:48.632Z[ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO STEP 670 (remove_files) COMPLETE
66212025-02-21T20:21:48.639Z[ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-21T20:21:48.675Z[ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66232025-02-21T20:21:48.675Z[ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.237 INFO STEP 671 (remove_files) COMPLETE
66242025-02-21T20:21:48.675Z[ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.237 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-21T20:21:48.695Z[ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66262025-02-21T20:21:48.696Z[ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.258 INFO STEP 672 (remove_files) COMPLETE
66272025-02-21T20:21:48.696Z[ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.258 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-21T20:21:48.720Z[ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66292025-02-21T20:21:48.720Z[ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO STEP 673 (remove_files) COMPLETE
66302025-02-21T20:21:48.720Z[ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-21T20:21:48.749Z[ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66322025-02-21T20:21:48.759Z[ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO STEP 674 (remove_files) COMPLETE
66332025-02-21T20:21:48.760Z[ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-21T20:21:48.808Z[ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66352025-02-21T20:21:48.808Z[ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO STEP 675 (remove_files) COMPLETE
66362025-02-21T20:21:48.811Z[ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-21T20:21:48.881Z[ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66382025-02-21T20:21:48.881Z[ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.443 INFO STEP 676 (remove_files) COMPLETE
66392025-02-21T20:21:48.884Z[ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.443 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-21T20:21:48.902Z[ recovery-image] Feb 21 20:21:48.463 INFO O| Feb 21 20:21:48.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66412025-02-21T20:21:48.907Z[ recovery-image] Feb 21 20:21:48.464 INFO O| Feb 21 20:21:48.464 INFO STEP 677 (remove_files) COMPLETE
66422025-02-21T20:21:48.907Z[ recovery-image] Feb 21 20:21:48.464 INFO O| Feb 21 20:21:48.464 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-21T20:21:48.923Z[ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66442025-02-21T20:21:48.927Z[ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO STEP 678 (remove_files) COMPLETE
66452025-02-21T20:21:48.927Z[ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-21T20:21:48.946Z[ recovery-image] Feb 21 20:21:48.506 INFO O| Feb 21 20:21:48.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66472025-02-21T20:21:48.950Z[ recovery-image] Feb 21 20:21:48.506 INFO O| Feb 21 20:21:48.506 INFO STEP 679 (remove_files) COMPLETE
66482025-02-21T20:21:48.950Z[ recovery-image] Feb 21 20:21:48.507 INFO O| Feb 21 20:21:48.506 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-21T20:21:48.966Z[ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66502025-02-21T20:21:48.971Z[ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO STEP 680 (remove_files) COMPLETE
66512025-02-21T20:21:48.971Z[ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-21T20:21:48.988Z[ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66532025-02-21T20:21:48.992Z[ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO STEP 681 (remove_files) COMPLETE
66542025-02-21T20:21:48.992Z[ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-21T20:21:49.022Z[ recovery-image] Feb 21 20:21:48.584 INFO O| Feb 21 20:21:48.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66562025-02-21T20:21:49.026Z[ recovery-image] Feb 21 20:21:48.584 INFO O| Feb 21 20:21:48.584 INFO STEP 682 (remove_files) COMPLETE
66572025-02-21T20:21:49.026Z[ recovery-image] Feb 21 20:21:48.585 INFO O| Feb 21 20:21:48.584 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-21T20:21:49.104Z[ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66592025-02-21T20:21:49.104Z[ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO STEP 683 (remove_files) COMPLETE
66602025-02-21T20:21:49.115Z[ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-21T20:21:49.120Z[ recovery-image] Feb 21 20:21:48.682 INFO O| Feb 21 20:21:48.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66622025-02-21T20:21:49.140Z[ recovery-image] Feb 21 20:21:48.702 INFO O| Feb 21 20:21:48.702 INFO STEP 684 (remove_files) COMPLETE
66632025-02-21T20:21:49.140Z[ recovery-image] Feb 21 20:21:48.702 INFO O| Feb 21 20:21:48.702 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-21T20:21:49.176Z[ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66652025-02-21T20:21:49.176Z[ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO STEP 685 (remove_files) COMPLETE
66662025-02-21T20:21:49.185Z[ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-21T20:21:49.209Z[ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66682025-02-21T20:21:49.209Z[ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO STEP 686 (remove_files) COMPLETE
66692025-02-21T20:21:49.209Z[ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-21T20:21:49.213Z[ host-image] Feb 21 20:21:48.764 INFO O| Feb 21 20:21:48.764 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
66712025-02-21T20:21:49.240Z[ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66722025-02-21T20:21:49.243Z[ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO STEP 687 (remove_files) COMPLETE
66732025-02-21T20:21:49.244Z[ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-21T20:21:49.282Z[ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66752025-02-21T20:21:49.289Z[ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO STEP 688 (remove_files) COMPLETE
66762025-02-21T20:21:49.290Z[ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-21T20:21:49.322Z[ recovery-image] Feb 21 20:21:48.866 INFO O| Feb 21 20:21:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66782025-02-21T20:21:49.327Z[ recovery-image] Feb 21 20:21:48.866 INFO O| Feb 21 20:21:48.866 INFO STEP 689 (remove_files) COMPLETE
66792025-02-21T20:21:49.327Z[ recovery-image] Feb 21 20:21:48.867 INFO O| Feb 21 20:21:48.866 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-21T20:21:49.341Z[ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66812025-02-21T20:21:49.341Z[ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO STEP 690 (remove_files) COMPLETE
66822025-02-21T20:21:49.341Z[ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-21T20:21:49.391Z[ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66842025-02-21T20:21:49.391Z[ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO STEP 691 (remove_files) COMPLETE
66852025-02-21T20:21:49.391Z[ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-21T20:21:49.398Z[ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66872025-02-21T20:21:49.398Z[ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO STEP 692 (remove_files) COMPLETE
66882025-02-21T20:21:49.398Z[ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-21T20:21:49.429Z[ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66902025-02-21T20:21:49.429Z[ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO STEP 693 (remove_files) COMPLETE
66912025-02-21T20:21:49.429Z[ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-21T20:21:49.467Z[ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66932025-02-21T20:21:49.467Z[ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO STEP 694 (remove_files) COMPLETE
66942025-02-21T20:21:49.477Z[ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-21T20:21:49.492Z[ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66962025-02-21T20:21:49.492Z[ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO STEP 695 (remove_files) COMPLETE
66972025-02-21T20:21:49.492Z[ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-21T20:21:49.531Z[ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66992025-02-21T20:21:49.536Z[ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO STEP 696 (remove_files) COMPLETE
67002025-02-21T20:21:49.536Z[ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-21T20:21:49.558Z[ recovery-image] Feb 21 20:21:49.119 INFO O| Feb 21 20:21:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67022025-02-21T20:21:49.558Z[ recovery-image] Feb 21 20:21:49.119 INFO O| Feb 21 20:21:49.119 INFO STEP 697 (remove_files) COMPLETE
67032025-02-21T20:21:49.563Z[ recovery-image] Feb 21 20:21:49.120 INFO O| Feb 21 20:21:49.119 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-21T20:21:49.583Z[ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67052025-02-21T20:21:49.583Z[ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO STEP 698 (remove_files) COMPLETE
67062025-02-21T20:21:49.583Z[ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-21T20:21:49.606Z[ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67082025-02-21T20:21:49.606Z[ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO STEP 699 (remove_files) COMPLETE
67092025-02-21T20:21:49.606Z[ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-21T20:21:49.631Z[ recovery-image] Feb 21 20:21:49.189 INFO O| Feb 21 20:21:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67112025-02-21T20:21:49.631Z[ recovery-image] Feb 21 20:21:49.190 INFO O| Feb 21 20:21:49.190 INFO STEP 700 (remove_files) COMPLETE
67122025-02-21T20:21:49.631Z[ recovery-image] Feb 21 20:21:49.190 INFO O| Feb 21 20:21:49.190 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-21T20:21:49.740Z[ recovery-image] Feb 21 20:21:49.300 INFO O| Feb 21 20:21:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67142025-02-21T20:21:49.771Z[ recovery-image] Feb 21 20:21:49.333 INFO O| Feb 21 20:21:49.333 INFO STEP 701 (remove_files) COMPLETE
67152025-02-21T20:21:49.771Z[ recovery-image] Feb 21 20:21:49.333 INFO O| Feb 21 20:21:49.333 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-21T20:21:49.829Z[ recovery-image] Feb 21 20:21:49.390 INFO O| Feb 21 20:21:49.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67172025-02-21T20:21:49.848Z[ recovery-image] Feb 21 20:21:49.409 INFO O| Feb 21 20:21:49.409 INFO STEP 702 (remove_files) COMPLETE
67182025-02-21T20:21:49.848Z[ recovery-image] Feb 21 20:21:49.409 INFO O| Feb 21 20:21:49.409 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-21T20:21:49.893Z[ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67202025-02-21T20:21:49.893Z[ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.453 INFO STEP 703 (remove_files) COMPLETE
67212025-02-21T20:21:49.893Z[ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.453 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-21T20:21:49.945Z[ host-image] Feb 21 20:21:49.506 INFO O| Feb 21 20:21:49.506 INFO O| Done
67232025-02-21T20:21:49.945Z[ host-image] Feb 21 20:21:49.507 INFO O| Feb 21 20:21:49.506 INFO O| Done
67242025-02-21T20:21:49.968Z[ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67252025-02-21T20:21:49.968Z[ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO STEP 704 (remove_files) COMPLETE
67262025-02-21T20:21:49.987Z[ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-21T20:21:49.996Z[ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67282025-02-21T20:21:49.996Z[ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO STEP 705 (remove_files) COMPLETE
67292025-02-21T20:21:49.997Z[ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-21T20:21:50.008Z[ recovery-image] Feb 21 20:21:49.569 INFO O| Feb 21 20:21:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67312025-02-21T20:21:50.016Z[ recovery-image] Feb 21 20:21:49.575 INFO O| Feb 21 20:21:49.575 INFO STEP 706 (remove_files) COMPLETE
67322025-02-21T20:21:50.016Z[ recovery-image] Feb 21 20:21:49.575 INFO O| Feb 21 20:21:49.575 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-21T20:21:50.070Z[ recovery-image] Feb 21 20:21:49.631 INFO O| Feb 21 20:21:49.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67342025-02-21T20:21:50.084Z[ recovery-image] Feb 21 20:21:49.638 INFO O| Feb 21 20:21:49.638 INFO STEP 707 (remove_files) COMPLETE
67352025-02-21T20:21:50.084Z[ recovery-image] Feb 21 20:21:49.638 INFO O| Feb 21 20:21:49.638 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-21T20:21:50.152Z[ recovery-image] Feb 21 20:21:49.701 INFO O| Feb 21 20:21:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67372025-02-21T20:21:50.152Z[ recovery-image] Feb 21 20:21:49.701 INFO O| Feb 21 20:21:49.701 INFO STEP 708 (remove_files) COMPLETE
67382025-02-21T20:21:50.156Z[ recovery-image] Feb 21 20:21:49.702 INFO O| Feb 21 20:21:49.701 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-21T20:21:50.160Z[ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67402025-02-21T20:21:50.178Z[ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO STEP 709 (remove_files) COMPLETE
67412025-02-21T20:21:50.178Z[ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-21T20:21:50.199Z[ recovery-image] Feb 21 20:21:49.760 INFO O| Feb 21 20:21:49.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67432025-02-21T20:21:50.206Z[ recovery-image] Feb 21 20:21:49.761 INFO O| Feb 21 20:21:49.760 INFO STEP 710 (remove_files) COMPLETE
67442025-02-21T20:21:50.206Z[ recovery-image] Feb 21 20:21:49.761 INFO O| Feb 21 20:21:49.761 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-21T20:21:50.222Z[ recovery-image] Feb 21 20:21:49.783 INFO O| Feb 21 20:21:49.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67462025-02-21T20:21:50.228Z[ recovery-image] Feb 21 20:21:49.783 INFO O| Feb 21 20:21:49.783 INFO STEP 711 (remove_files) COMPLETE
67472025-02-21T20:21:50.229Z[ recovery-image] Feb 21 20:21:49.784 INFO O| Feb 21 20:21:49.783 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-21T20:21:50.244Z[ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67492025-02-21T20:21:50.260Z[ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO STEP 712 (remove_files) COMPLETE
67502025-02-21T20:21:50.260Z[ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-21T20:21:50.266Z[ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67522025-02-21T20:21:50.266Z[ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO STEP 713 (remove_files) COMPLETE
67532025-02-21T20:21:50.266Z[ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-21T20:21:50.279Z[ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67552025-02-21T20:21:50.280Z[ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO STEP 714 (remove_files) COMPLETE
67562025-02-21T20:21:50.280Z[ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-21T20:21:50.299Z[ recovery-image] Feb 21 20:21:49.859 INFO O| Feb 21 20:21:49.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67582025-02-21T20:21:50.321Z[ recovery-image] Feb 21 20:21:49.881 INFO O| Feb 21 20:21:49.881 INFO STEP 715 (remove_files) COMPLETE
67592025-02-21T20:21:50.321Z[ recovery-image] Feb 21 20:21:49.881 INFO O| Feb 21 20:21:49.881 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-21T20:21:50.348Z[ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67612025-02-21T20:21:50.355Z[ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO STEP 716 (remove_files) COMPLETE
67622025-02-21T20:21:50.355Z[ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-21T20:21:50.387Z[ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67642025-02-21T20:21:50.387Z[ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO STEP 717 (remove_files) COMPLETE
67652025-02-21T20:21:50.387Z[ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-21T20:21:50.409Z[ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67672025-02-21T20:21:50.409Z[ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO STEP 718 (remove_files) COMPLETE
67682025-02-21T20:21:50.409Z[ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-21T20:21:50.433Z[ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67702025-02-21T20:21:50.433Z[ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO STEP 719 (remove_files) COMPLETE
67712025-02-21T20:21:50.433Z[ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-21T20:21:50.475Z[ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67732025-02-21T20:21:50.475Z[ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO STEP 720 (remove_files) COMPLETE
67742025-02-21T20:21:50.481Z[ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-21T20:21:50.497Z[ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67762025-02-21T20:21:50.497Z[ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO STEP 721 (remove_files) COMPLETE
67772025-02-21T20:21:50.497Z[ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-21T20:21:50.516Z[ recovery-image] Feb 21 20:21:50.076 INFO O| Feb 21 20:21:50.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67792025-02-21T20:21:50.520Z[ recovery-image] Feb 21 20:21:50.076 INFO O| Feb 21 20:21:50.076 INFO STEP 722 (remove_files) COMPLETE
67802025-02-21T20:21:50.520Z[ recovery-image] Feb 21 20:21:50.077 INFO O| Feb 21 20:21:50.076 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-21T20:21:50.583Z[ recovery-image] Feb 21 20:21:50.143 INFO O| Feb 21 20:21:50.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67822025-02-21T20:21:50.583Z[ recovery-image] Feb 21 20:21:50.143 INFO O| Feb 21 20:21:50.143 INFO STEP 723 (remove_files) COMPLETE
67832025-02-21T20:21:50.588Z[ recovery-image] Feb 21 20:21:50.144 INFO O| Feb 21 20:21:50.143 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-21T20:21:50.605Z[ recovery-image] Feb 21 20:21:50.166 INFO O| Feb 21 20:21:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67852025-02-21T20:21:50.609Z[ recovery-image] Feb 21 20:21:50.167 INFO O| Feb 21 20:21:50.166 INFO STEP 724 (remove_files) COMPLETE
67862025-02-21T20:21:50.609Z[ recovery-image] Feb 21 20:21:50.167 INFO O| Feb 21 20:21:50.167 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-21T20:21:50.627Z[ recovery-image] Feb 21 20:21:50.187 INFO O| Feb 21 20:21:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67882025-02-21T20:21:50.627Z[ recovery-image] Feb 21 20:21:50.187 INFO O| Feb 21 20:21:50.187 INFO STEP 725 (remove_files) COMPLETE
67892025-02-21T20:21:50.627Z[ recovery-image] Feb 21 20:21:50.188 INFO O| Feb 21 20:21:50.187 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-21T20:21:50.647Z[ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67912025-02-21T20:21:50.647Z[ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO STEP 726 (remove_files) COMPLETE
67922025-02-21T20:21:50.651Z[ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-21T20:21:50.688Z[ recovery-image] Feb 21 20:21:50.245 INFO O| Feb 21 20:21:50.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67942025-02-21T20:21:50.693Z[ recovery-image] Feb 21 20:21:50.246 INFO O| Feb 21 20:21:50.246 INFO STEP 727 (remove_files) COMPLETE
67952025-02-21T20:21:50.693Z[ recovery-image] Feb 21 20:21:50.246 INFO O| Feb 21 20:21:50.246 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-21T20:21:50.707Z[ recovery-image] Feb 21 20:21:50.268 INFO O| Feb 21 20:21:50.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67972025-02-21T20:21:50.710Z[ recovery-image] Feb 21 20:21:50.269 INFO O| Feb 21 20:21:50.269 INFO STEP 728 (remove_files) COMPLETE
67982025-02-21T20:21:50.710Z[ recovery-image] Feb 21 20:21:50.269 INFO O| Feb 21 20:21:50.269 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-21T20:21:50.731Z[ recovery-image] Feb 21 20:21:50.291 INFO O| Feb 21 20:21:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68002025-02-21T20:21:50.736Z[ recovery-image] Feb 21 20:21:50.292 INFO O| Feb 21 20:21:50.291 INFO STEP 729 (remove_files) COMPLETE
68012025-02-21T20:21:50.736Z[ recovery-image] Feb 21 20:21:50.292 INFO O| Feb 21 20:21:50.292 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-21T20:21:50.754Z[ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68032025-02-21T20:21:50.754Z[ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO STEP 730 (remove_files) COMPLETE
68042025-02-21T20:21:50.758Z[ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-21T20:21:50.876Z[ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68062025-02-21T20:21:50.876Z[ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO STEP 731 (remove_files) COMPLETE
68072025-02-21T20:21:50.876Z[ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-21T20:21:50.896Z[ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68092025-02-21T20:21:50.897Z[ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO STEP 732 (remove_files) COMPLETE
68102025-02-21T20:21:50.897Z[ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-21T20:21:50.919Z[ recovery-image] Feb 21 20:21:50.479 INFO O| Feb 21 20:21:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68122025-02-21T20:21:50.919Z[ recovery-image] Feb 21 20:21:50.480 INFO O| Feb 21 20:21:50.480 INFO STEP 733 (remove_files) COMPLETE
68132025-02-21T20:21:50.919Z[ recovery-image] Feb 21 20:21:50.480 INFO O| Feb 21 20:21:50.480 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-21T20:21:50.953Z[ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68152025-02-21T20:21:50.953Z[ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO STEP 734 (remove_files) COMPLETE
68162025-02-21T20:21:50.953Z[ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-21T20:21:51.034Z[ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68182025-02-21T20:21:51.034Z[ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO STEP 735 (remove_files) COMPLETE
68192025-02-21T20:21:51.034Z[ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-21T20:21:51.040Z[ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68212025-02-21T20:21:51.040Z[ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO STEP 736 (remove_files) COMPLETE
68222025-02-21T20:21:51.040Z[ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-21T20:21:51.078Z[ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68242025-02-21T20:21:51.079Z[ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO STEP 737 (remove_files) COMPLETE
68252025-02-21T20:21:51.079Z[ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-21T20:21:51.107Z[ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68272025-02-21T20:21:51.107Z[ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO STEP 738 (remove_files) COMPLETE
68282025-02-21T20:21:51.107Z[ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-21T20:21:51.156Z[ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68302025-02-21T20:21:51.160Z[ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO STEP 739 (remove_files) COMPLETE
68312025-02-21T20:21:51.161Z[ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-21T20:21:51.186Z[ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68332025-02-21T20:21:51.186Z[ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO STEP 740 (remove_files) COMPLETE
68342025-02-21T20:21:51.199Z[ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-21T20:21:51.211Z[ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68362025-02-21T20:21:51.212Z[ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO STEP 741 (remove_files) COMPLETE
68372025-02-21T20:21:51.212Z[ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-21T20:21:51.220Z[ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68392025-02-21T20:21:51.223Z[ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO STEP 742 (remove_files) COMPLETE
68402025-02-21T20:21:51.223Z[ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-21T20:21:51.239Z[ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68422025-02-21T20:21:51.243Z[ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO STEP 743 (remove_files) COMPLETE
68432025-02-21T20:21:51.243Z[ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-21T20:21:51.281Z[ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68452025-02-21T20:21:51.281Z[ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO STEP 744 (remove_files) COMPLETE
68462025-02-21T20:21:51.281Z[ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-21T20:21:51.300Z[ host-image] Feb 21 20:21:50.859 INFO O| Feb 21 20:21:50.859 INFO O| Done
68482025-02-21T20:21:51.311Z[ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68492025-02-21T20:21:51.312Z[ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO STEP 745 (remove_files) COMPLETE
68502025-02-21T20:21:51.312Z[ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-02-21T20:21:51.371Z[ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68522025-02-21T20:21:51.377Z[ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO STEP 746 (remove_files) COMPLETE
68532025-02-21T20:21:51.377Z[ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-02-21T20:21:51.390Z[ recovery-image] Feb 21 20:21:50.950 INFO O| Feb 21 20:21:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68552025-02-21T20:21:51.390Z[ recovery-image] Feb 21 20:21:50.951 INFO O| Feb 21 20:21:50.951 INFO STEP 747 (remove_files) COMPLETE
68562025-02-21T20:21:51.390Z[ recovery-image] Feb 21 20:21:50.951 INFO O| Feb 21 20:21:50.951 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-02-21T20:21:51.413Z[ recovery-image] Feb 21 20:21:50.974 INFO O| Feb 21 20:21:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68582025-02-21T20:21:51.417Z[ recovery-image] Feb 21 20:21:50.974 INFO O| Feb 21 20:21:50.974 INFO STEP 748 (remove_files) COMPLETE
68592025-02-21T20:21:51.418Z[ recovery-image] Feb 21 20:21:50.975 INFO O| Feb 21 20:21:50.974 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-02-21T20:21:51.436Z[ recovery-image] Feb 21 20:21:50.996 INFO O| Feb 21 20:21:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68612025-02-21T20:21:51.440Z[ recovery-image] Feb 21 20:21:50.996 INFO O| Feb 21 20:21:50.996 INFO STEP 749 (remove_files) COMPLETE
68622025-02-21T20:21:51.440Z[ recovery-image] Feb 21 20:21:50.997 INFO O| Feb 21 20:21:50.996 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-02-21T20:21:51.459Z[ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68642025-02-21T20:21:51.459Z[ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO STEP 750 (remove_files) COMPLETE
68652025-02-21T20:21:51.459Z[ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-02-21T20:21:51.485Z[ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68672025-02-21T20:21:51.485Z[ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO STEP 751 (remove_files) COMPLETE
68682025-02-21T20:21:51.486Z[ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-02-21T20:21:51.542Z[ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68702025-02-21T20:21:51.542Z[ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO STEP 752 (remove_files) COMPLETE
68712025-02-21T20:21:51.542Z[ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-02-21T20:21:51.574Z[ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68732025-02-21T20:21:51.574Z[ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.134 INFO STEP 753 (remove_files) COMPLETE
68742025-02-21T20:21:51.574Z[ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.134 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-02-21T20:21:51.597Z[ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68762025-02-21T20:21:51.597Z[ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO STEP 754 (remove_files) COMPLETE
68772025-02-21T20:21:51.597Z[ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-02-21T20:21:51.619Z[ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68792025-02-21T20:21:51.619Z[ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO STEP 755 (remove_files) COMPLETE
68802025-02-21T20:21:51.619Z[ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-02-21T20:21:51.634Z[ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68822025-02-21T20:21:51.637Z[ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO STEP 756 (remove_files) COMPLETE
68832025-02-21T20:21:51.637Z[ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-02-21T20:21:51.670Z[ recovery-image] Feb 21 20:21:51.230 INFO O| Feb 21 20:21:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68852025-02-21T20:21:51.673Z[ recovery-image] Feb 21 20:21:51.231 INFO O| Feb 21 20:21:51.231 INFO STEP 757 (remove_files) COMPLETE
68862025-02-21T20:21:51.674Z[ recovery-image] Feb 21 20:21:51.231 INFO O| Feb 21 20:21:51.231 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-02-21T20:21:51.715Z[ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68882025-02-21T20:21:51.715Z[ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO STEP 758 (remove_files) COMPLETE
68892025-02-21T20:21:51.719Z[ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-02-21T20:21:51.738Z[ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68912025-02-21T20:21:51.738Z[ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO STEP 759 (remove_files) COMPLETE
68922025-02-21T20:21:51.738Z[ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-02-21T20:21:51.759Z[ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68942025-02-21T20:21:51.759Z[ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.320 INFO STEP 760 (remove_files) COMPLETE
68952025-02-21T20:21:51.759Z[ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.320 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-02-21T20:21:51.796Z[ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68972025-02-21T20:21:51.796Z[ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO STEP 761 (remove_files) COMPLETE
68982025-02-21T20:21:51.796Z[ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-02-21T20:21:51.956Z[ recovery-image] Feb 21 20:21:51.507 INFO O| Feb 21 20:21:51.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69002025-02-21T20:21:51.967Z[ recovery-image] Feb 21 20:21:51.527 INFO O| Feb 21 20:21:51.527 INFO STEP 762 (remove_files) COMPLETE
69012025-02-21T20:21:51.970Z[ recovery-image] Feb 21 20:21:51.527 INFO O| Feb 21 20:21:51.527 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-02-21T20:21:51.990Z[ recovery-image] Feb 21 20:21:51.550 INFO O| Feb 21 20:21:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69032025-02-21T20:21:51.993Z[ recovery-image] Feb 21 20:21:51.550 INFO O| Feb 21 20:21:51.550 INFO STEP 763 (remove_files) COMPLETE
69042025-02-21T20:21:51.993Z[ recovery-image] Feb 21 20:21:51.551 INFO O| Feb 21 20:21:51.551 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-02-21T20:21:52.021Z[ recovery-image] Feb 21 20:21:51.578 INFO O| Feb 21 20:21:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69062025-02-21T20:21:52.030Z[ recovery-image] Feb 21 20:21:51.578 INFO O| Feb 21 20:21:51.578 INFO STEP 764 (remove_files) COMPLETE
69072025-02-21T20:21:52.030Z[ recovery-image] Feb 21 20:21:51.579 INFO O| Feb 21 20:21:51.578 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-02-21T20:21:52.086Z[ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69092025-02-21T20:21:52.086Z[ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO STEP 765 (remove_files) COMPLETE
69102025-02-21T20:21:52.086Z[ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-02-21T20:21:52.100Z[ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69122025-02-21T20:21:52.101Z[ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.659 INFO STEP 766 (remove_files) COMPLETE
69132025-02-21T20:21:52.129Z[ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.659 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-02-21T20:21:52.133Z[ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69152025-02-21T20:21:52.133Z[ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO STEP 767 (remove_files) COMPLETE
69162025-02-21T20:21:52.141Z[ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-02-21T20:21:52.169Z[ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69182025-02-21T20:21:52.169Z[ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO STEP 768 (remove_files) COMPLETE
69192025-02-21T20:21:52.200Z[ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-02-21T20:21:52.246Z[ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69212025-02-21T20:21:52.246Z[ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.774 INFO STEP 769 (remove_files) COMPLETE
69222025-02-21T20:21:52.246Z[ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.774 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-02-21T20:21:52.257Z[ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69242025-02-21T20:21:52.257Z[ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO STEP 770 (remove_files) COMPLETE
69252025-02-21T20:21:52.257Z[ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-02-21T20:21:52.296Z[ recovery-image] Feb 21 20:21:51.846 INFO O| Feb 21 20:21:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69272025-02-21T20:21:52.296Z[ recovery-image] Feb 21 20:21:51.846 INFO O| Feb 21 20:21:51.846 INFO STEP 771 (remove_files) COMPLETE
69282025-02-21T20:21:52.296Z[ recovery-image] Feb 21 20:21:51.847 INFO O| Feb 21 20:21:51.846 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-02-21T20:21:52.334Z[ recovery-image] Feb 21 20:21:51.876 INFO O| Feb 21 20:21:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69302025-02-21T20:21:52.344Z[ recovery-image] Feb 21 20:21:51.877 INFO O| Feb 21 20:21:51.876 INFO STEP 772 (remove_files) COMPLETE
69312025-02-21T20:21:52.345Z[ recovery-image] Feb 21 20:21:51.877 INFO O| Feb 21 20:21:51.877 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-02-21T20:21:52.345Z[ recovery-image] Feb 21 20:21:51.897 INFO O| Feb 21 20:21:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69332025-02-21T20:21:52.345Z[ recovery-image] Feb 21 20:21:51.898 INFO O| Feb 21 20:21:51.898 INFO STEP 773 (remove_files) COMPLETE
69342025-02-21T20:21:52.345Z[ recovery-image] Feb 21 20:21:51.898 INFO O| Feb 21 20:21:51.898 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-02-21T20:21:52.369Z[ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69362025-02-21T20:21:52.379Z[ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.918 INFO STEP 774 (remove_files) COMPLETE
69372025-02-21T20:21:52.379Z[ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.918 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-02-21T20:21:52.382Z[ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69392025-02-21T20:21:52.382Z[ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.938 INFO STEP 775 (remove_files) COMPLETE
69402025-02-21T20:21:52.382Z[ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.938 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-02-21T20:21:52.404Z[ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69422025-02-21T20:21:52.404Z[ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO STEP 776 (remove_files) COMPLETE
69432025-02-21T20:21:52.404Z[ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-02-21T20:21:52.438Z[ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69452025-02-21T20:21:52.438Z[ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO STEP 777 (remove_files) COMPLETE
69462025-02-21T20:21:52.454Z[ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-02-21T20:21:52.480Z[ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69482025-02-21T20:21:52.480Z[ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO STEP 778 (remove_files) COMPLETE
69492025-02-21T20:21:52.483Z[ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-02-21T20:21:52.500Z[ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69512025-02-21T20:21:52.500Z[ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO STEP 779 (remove_files) COMPLETE
69522025-02-21T20:21:52.500Z[ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-02-21T20:21:52.540Z[ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69542025-02-21T20:21:52.541Z[ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO STEP 780 (remove_files) COMPLETE
69552025-02-21T20:21:52.541Z[ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-02-21T20:21:52.562Z[ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69572025-02-21T20:21:52.562Z[ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO STEP 781 (remove_files) COMPLETE
69582025-02-21T20:21:52.566Z[ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-02-21T20:21:52.583Z[ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69602025-02-21T20:21:52.583Z[ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO STEP 782 (remove_files) COMPLETE
69612025-02-21T20:21:52.583Z[ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-02-21T20:21:52.624Z[ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69632025-02-21T20:21:52.624Z[ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO STEP 783 (remove_files) COMPLETE
69642025-02-21T20:21:52.630Z[ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-02-21T20:21:52.649Z[ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69662025-02-21T20:21:52.649Z[ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO STEP 784 (remove_files) COMPLETE
69672025-02-21T20:21:52.649Z[ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-02-21T20:21:52.670Z[ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69692025-02-21T20:21:52.670Z[ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO STEP 785 (remove_files) COMPLETE
69702025-02-21T20:21:52.670Z[ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-02-21T20:21:52.702Z[ recovery-image] Feb 21 20:21:52.261 INFO O| Feb 21 20:21:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69722025-02-21T20:21:52.721Z[ recovery-image] Feb 21 20:21:52.281 INFO O| Feb 21 20:21:52.281 INFO STEP 786 (remove_files) COMPLETE
69732025-02-21T20:21:52.721Z[ recovery-image] Feb 21 20:21:52.281 INFO O| Feb 21 20:21:52.281 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-02-21T20:21:52.745Z[ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69752025-02-21T20:21:52.749Z[ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO STEP 787 (remove_files) COMPLETE
69762025-02-21T20:21:52.749Z[ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-02-21T20:21:52.781Z[ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69782025-02-21T20:21:52.794Z[ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO STEP 788 (remove_files) COMPLETE
69792025-02-21T20:21:52.794Z[ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-02-21T20:21:52.794Z[ recovery-image] Feb 21 20:21:52.346 INFO O| Feb 21 20:21:52.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69812025-02-21T20:21:52.794Z[ recovery-image] Feb 21 20:21:52.347 INFO O| Feb 21 20:21:52.347 INFO STEP 789 (remove_files) COMPLETE
69822025-02-21T20:21:52.794Z[ recovery-image] Feb 21 20:21:52.347 INFO O| Feb 21 20:21:52.347 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-02-21T20:21:52.807Z[ recovery-image] Feb 21 20:21:52.367 INFO O| Feb 21 20:21:52.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69842025-02-21T20:21:52.812Z[ recovery-image] Feb 21 20:21:52.368 INFO O| Feb 21 20:21:52.368 INFO STEP 790 (remove_files) COMPLETE
69852025-02-21T20:21:52.812Z[ recovery-image] Feb 21 20:21:52.368 INFO O| Feb 21 20:21:52.368 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-02-21T20:21:52.829Z[ recovery-image] Feb 21 20:21:52.388 INFO O| Feb 21 20:21:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69872025-02-21T20:21:52.833Z[ recovery-image] Feb 21 20:21:52.389 INFO O| Feb 21 20:21:52.389 INFO STEP 791 (remove_files) COMPLETE
69882025-02-21T20:21:52.833Z[ recovery-image] Feb 21 20:21:52.389 INFO O| Feb 21 20:21:52.389 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-02-21T20:21:52.850Z[ recovery-image] Feb 21 20:21:52.410 INFO O| Feb 21 20:21:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69902025-02-21T20:21:52.854Z[ recovery-image] Feb 21 20:21:52.410 INFO O| Feb 21 20:21:52.410 INFO STEP 792 (remove_files) COMPLETE
69912025-02-21T20:21:52.854Z[ recovery-image] Feb 21 20:21:52.411 INFO O| Feb 21 20:21:52.410 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-02-21T20:21:52.889Z[ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69932025-02-21T20:21:52.889Z[ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO STEP 793 (remove_files) COMPLETE
69942025-02-21T20:21:52.907Z[ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-02-21T20:21:52.915Z[ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69962025-02-21T20:21:52.918Z[ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO STEP 794 (remove_files) COMPLETE
69972025-02-21T20:21:52.918Z[ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-02-21T20:21:52.944Z[ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69992025-02-21T20:21:52.944Z[ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO STEP 795 (remove_files) COMPLETE
70002025-02-21T20:21:52.952Z[ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-21T20:21:52.976Z[ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70022025-02-21T20:21:52.976Z[ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO STEP 796 (remove_files) COMPLETE
70032025-02-21T20:21:52.976Z[ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-21T20:21:52.989Z[ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70052025-02-21T20:21:52.990Z[ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO STEP 797 (remove_files) COMPLETE
70062025-02-21T20:21:52.996Z[ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-21T20:21:53.007Z[ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70082025-02-21T20:21:53.007Z[ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO STEP 798 (remove_files) COMPLETE
70092025-02-21T20:21:53.007Z[ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-21T20:21:53.032Z[ recovery-image] Feb 21 20:21:52.591 INFO O| Feb 21 20:21:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70112025-02-21T20:21:53.036Z[ recovery-image] Feb 21 20:21:52.591 INFO O| Feb 21 20:21:52.591 INFO STEP 799 (remove_files) COMPLETE
70122025-02-21T20:21:53.036Z[ recovery-image] Feb 21 20:21:52.592 INFO O| Feb 21 20:21:52.591 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-21T20:21:53.053Z[ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70142025-02-21T20:21:53.058Z[ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO STEP 800 (remove_files) COMPLETE
70152025-02-21T20:21:53.058Z[ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-21T20:21:53.109Z[ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70172025-02-21T20:21:53.109Z[ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO STEP 801 (remove_files) COMPLETE
70182025-02-21T20:21:53.109Z[ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-21T20:21:53.114Z[ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70202025-02-21T20:21:53.114Z[ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO STEP 802 (remove_files) COMPLETE
70212025-02-21T20:21:53.114Z[ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-21T20:21:53.134Z[ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70232025-02-21T20:21:53.134Z[ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.682 INFO STEP 803 (remove_files) COMPLETE
70242025-02-21T20:21:53.134Z[ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.682 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-21T20:21:53.150Z[ recovery-image] Feb 21 20:21:52.702 INFO O| Feb 21 20:21:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70262025-02-21T20:21:53.151Z[ recovery-image] Feb 21 20:21:52.703 INFO O| Feb 21 20:21:52.703 INFO STEP 804 (remove_files) COMPLETE
70272025-02-21T20:21:53.155Z[ recovery-image] Feb 21 20:21:52.703 INFO O| Feb 21 20:21:52.703 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-21T20:21:53.209Z[ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70292025-02-21T20:21:53.209Z[ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO STEP 805 (remove_files) COMPLETE
70302025-02-21T20:21:53.209Z[ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-21T20:21:53.276Z[ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70322025-02-21T20:21:53.276Z[ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO STEP 806 (remove_files) COMPLETE
70332025-02-21T20:21:53.276Z[ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-21T20:21:53.283Z[ recovery-image] Feb 21 20:21:52.842 INFO O| Feb 21 20:21:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70352025-02-21T20:21:53.289Z[ recovery-image] Feb 21 20:21:52.842 INFO O| Feb 21 20:21:52.842 INFO STEP 807 (remove_files) COMPLETE
70362025-02-21T20:21:53.289Z[ recovery-image] Feb 21 20:21:52.843 INFO O| Feb 21 20:21:52.843 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-21T20:21:53.313Z[ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70382025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO STEP 808 (remove_files) COMPLETE
70392025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.884 INFO O| Feb 21 20:21:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70412025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.885 INFO O| Feb 21 20:21:52.885 INFO STEP 809 (remove_files) COMPLETE
70422025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.885 INFO O| Feb 21 20:21:52.885 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.904 INFO O| Feb 21 20:21:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70442025-02-21T20:21:53.358Z[ recovery-image] Feb 21 20:21:52.905 INFO O| Feb 21 20:21:52.905 INFO STEP 810 (remove_files) COMPLETE
70452025-02-21T20:21:53.368Z[ recovery-image] Feb 21 20:21:52.905 INFO O| Feb 21 20:21:52.905 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-21T20:21:53.380Z[ recovery-image] Feb 21 20:21:52.939 INFO O| Feb 21 20:21:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70472025-02-21T20:21:53.380Z[ recovery-image] Feb 21 20:21:52.939 INFO O| Feb 21 20:21:52.939 INFO STEP 811 (remove_files) COMPLETE
70482025-02-21T20:21:53.389Z[ recovery-image] Feb 21 20:21:52.940 INFO O| Feb 21 20:21:52.939 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-21T20:21:53.403Z[ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70502025-02-21T20:21:53.407Z[ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO STEP 812 (remove_files) COMPLETE
70512025-02-21T20:21:53.408Z[ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-21T20:21:53.421Z[ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70532025-02-21T20:21:53.421Z[ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.980 INFO STEP 813 (remove_files) COMPLETE
70542025-02-21T20:21:53.421Z[ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.980 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-21T20:21:53.457Z[ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70562025-02-21T20:21:53.457Z[ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO STEP 814 (remove_files) COMPLETE
70572025-02-21T20:21:53.457Z[ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-21T20:21:53.483Z[ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70592025-02-21T20:21:53.483Z[ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO STEP 815 (remove_files) COMPLETE
70602025-02-21T20:21:53.488Z[ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-02-21T20:21:53.512Z[ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70622025-02-21T20:21:53.517Z[ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO STEP 816 (remove_files) COMPLETE
70632025-02-21T20:21:53.517Z[ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-02-21T20:21:53.548Z[ recovery-image] Feb 21 20:21:53.103 INFO O| Feb 21 20:21:53.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70652025-02-21T20:21:53.552Z[ recovery-image] Feb 21 20:21:53.104 INFO O| Feb 21 20:21:53.104 INFO STEP 817 (remove_files) COMPLETE
70662025-02-21T20:21:53.552Z[ recovery-image] Feb 21 20:21:53.104 INFO O| Feb 21 20:21:53.104 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-21T20:21:53.570Z[ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70682025-02-21T20:21:53.570Z[ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO STEP 818 (remove_files) COMPLETE
70692025-02-21T20:21:53.570Z[ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-21T20:21:53.591Z[ recovery-image] Feb 21 20:21:53.150 INFO O| Feb 21 20:21:53.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70712025-02-21T20:21:53.591Z[ recovery-image] Feb 21 20:21:53.151 INFO O| Feb 21 20:21:53.150 INFO STEP 819 (remove_files) COMPLETE
70722025-02-21T20:21:53.591Z[ recovery-image] Feb 21 20:21:53.151 INFO O| Feb 21 20:21:53.151 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-21T20:21:53.617Z[ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70742025-02-21T20:21:53.620Z[ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO STEP 820 (remove_files) COMPLETE
70752025-02-21T20:21:53.620Z[ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-02-21T20:21:53.633Z[ recovery-image] Feb 21 20:21:53.192 INFO O| Feb 21 20:21:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70772025-02-21T20:21:53.646Z[ recovery-image] Feb 21 20:21:53.205 INFO O| Feb 21 20:21:53.205 INFO STEP 821 (remove_files) COMPLETE
70782025-02-21T20:21:53.647Z[ recovery-image] Feb 21 20:21:53.205 INFO O| Feb 21 20:21:53.205 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-02-21T20:21:53.667Z[ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70802025-02-21T20:21:53.667Z[ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO STEP 822 (remove_files) COMPLETE
70812025-02-21T20:21:53.671Z[ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-02-21T20:21:53.687Z[ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70832025-02-21T20:21:53.688Z[ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.247 INFO STEP 823 (remove_files) COMPLETE
70842025-02-21T20:21:53.694Z[ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.247 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-02-21T20:21:53.708Z[ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70862025-02-21T20:21:53.708Z[ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO STEP 824 (remove_files) COMPLETE
70872025-02-21T20:21:53.708Z[ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-02-21T20:21:53.731Z[ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70892025-02-21T20:21:53.731Z[ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO STEP 825 (remove_files) COMPLETE
70902025-02-21T20:21:53.731Z[ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-02-21T20:21:53.758Z[ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70922025-02-21T20:21:53.758Z[ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO STEP 826 (remove_files) COMPLETE
70932025-02-21T20:21:53.758Z[ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-02-21T20:21:53.801Z[ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70952025-02-21T20:21:53.813Z[ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO STEP 827 (remove_files) COMPLETE
70962025-02-21T20:21:53.813Z[ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-02-21T20:21:53.833Z[ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70982025-02-21T20:21:53.833Z[ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO STEP 828 (remove_files) COMPLETE
70992025-02-21T20:21:53.834Z[ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-02-21T20:21:53.853Z[ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71012025-02-21T20:21:53.853Z[ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO STEP 829 (remove_files) COMPLETE
71022025-02-21T20:21:53.853Z[ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-02-21T20:21:53.880Z[ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71042025-02-21T20:21:53.880Z[ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO STEP 830 (remove_files) COMPLETE
71052025-02-21T20:21:53.938Z[ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-02-21T20:21:53.938Z[ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71072025-02-21T20:21:53.938Z[ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO STEP 831 (remove_files) COMPLETE
71082025-02-21T20:21:53.938Z[ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71102025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.472 INFO STEP 832 (remove_files) COMPLETE
71112025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.472 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71132025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO STEP 833 (remove_files) COMPLETE
71142025-02-21T20:21:53.985Z[ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-21T20:21:53.995Z[ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71162025-02-21T20:21:53.996Z[ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.514 INFO STEP 834 (remove_files) COMPLETE
71172025-02-21T20:21:53.996Z[ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.514 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-21T20:21:53.996Z[ recovery-image] Feb 21 20:21:53.543 INFO O| Feb 21 20:21:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71192025-02-21T20:21:53.996Z[ recovery-image] Feb 21 20:21:53.543 INFO O| Feb 21 20:21:53.543 INFO STEP 835 (remove_files) COMPLETE
71202025-02-21T20:21:53.996Z[ recovery-image] Feb 21 20:21:53.544 INFO O| Feb 21 20:21:53.544 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-21T20:21:54.014Z[ recovery-image] Feb 21 20:21:53.565 INFO O| Feb 21 20:21:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71222025-02-21T20:21:54.014Z[ recovery-image] Feb 21 20:21:53.566 INFO O| Feb 21 20:21:53.565 INFO STEP 836 (remove_files) COMPLETE
71232025-02-21T20:21:54.014Z[ recovery-image] Feb 21 20:21:53.566 INFO O| Feb 21 20:21:53.566 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-21T20:21:54.039Z[ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71252025-02-21T20:21:54.056Z[ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO STEP 837 (remove_files) COMPLETE
71262025-02-21T20:21:54.056Z[ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-21T20:21:54.076Z[ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71282025-02-21T20:21:54.077Z[ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO STEP 838 (remove_files) COMPLETE
71292025-02-21T20:21:54.077Z[ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-21T20:21:54.077Z[ host-image] Feb 21 20:21:53.608 INFO O| Feb 21 20:21:53.608 INFO O| Done
71312025-02-21T20:21:54.077Z[ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71322025-02-21T20:21:54.077Z[ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.628 INFO STEP 839 (remove_files) COMPLETE
71332025-02-21T20:21:54.077Z[ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.628 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-21T20:21:54.110Z[ recovery-image] Feb 21 20:21:53.648 INFO O| Feb 21 20:21:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71352025-02-21T20:21:54.122Z[ recovery-image] Feb 21 20:21:53.649 INFO O| Feb 21 20:21:53.649 INFO STEP 840 (remove_files) COMPLETE
71362025-02-21T20:21:54.122Z[ recovery-image] Feb 21 20:21:53.649 INFO O| Feb 21 20:21:53.649 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-21T20:21:54.122Z[ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71382025-02-21T20:21:54.122Z[ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO STEP 841 (remove_files) COMPLETE
71392025-02-21T20:21:54.122Z[ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-21T20:21:54.163Z[ host-image] Feb 21 20:21:53.687 INFO O| Feb 21 20:21:53.687 INFO O| Done
71412025-02-21T20:21:54.164Z[ host-image] Feb 21 20:21:53.687 INFO O| Feb 21 20:21:53.687 INFO O| Done
71422025-02-21T20:21:54.174Z[ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71432025-02-21T20:21:54.174Z[ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO STEP 842 (remove_files) COMPLETE
71442025-02-21T20:21:54.179Z[ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-21T20:21:54.197Z[ host-image] Feb 21 20:21:53.754 INFO O| Feb 21 20:21:53.754 INFO O| Done
71462025-02-21T20:21:54.291Z[ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71472025-02-21T20:21:54.300Z[ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO STEP 843 (remove_files) COMPLETE
71482025-02-21T20:21:54.300Z[ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-21T20:21:54.327Z[ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71502025-02-21T20:21:54.328Z[ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO STEP 844 (remove_files) COMPLETE
71512025-02-21T20:21:54.328Z[ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-21T20:21:54.385Z[ recovery-image] Feb 21 20:21:53.932 INFO O| Feb 21 20:21:53.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71532025-02-21T20:21:54.385Z[ recovery-image] Feb 21 20:21:53.933 INFO O| Feb 21 20:21:53.923 INFO STEP 845 (remove_files) COMPLETE
71542025-02-21T20:21:54.399Z[ recovery-image] Feb 21 20:21:53.933 INFO O| Feb 21 20:21:53.923 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-21T20:21:54.399Z[ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71562025-02-21T20:21:54.399Z[ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO STEP 846 (remove_files) COMPLETE
71572025-02-21T20:21:54.399Z[ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-21T20:21:54.399Z[ host-image] Feb 21 20:21:53.947 INFO O| Feb 21 20:21:53.947 INFO STEP 13 (pkg_install) COMPLETE
71592025-02-21T20:21:54.400Z[ host-image] Feb 21 20:21:53.947 INFO O| Feb 21 20:21:53.947 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71602025-02-21T20:21:54.418Z[ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71612025-02-21T20:21:54.441Z[ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO STEP 847 (remove_files) COMPLETE
71622025-02-21T20:21:54.442Z[ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-21T20:21:54.442Z[ host-image] Feb 21 20:21:53.966 INFO O| Feb 21 20:21:53.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
71642025-02-21T20:21:54.442Z[ recovery-image] Feb 21 20:21:53.982 INFO O| Feb 21 20:21:53.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71652025-02-21T20:21:54.442Z[ recovery-image] Feb 21 20:21:53.983 INFO O| Feb 21 20:21:53.982 INFO STEP 848 (remove_files) COMPLETE
71662025-02-21T20:21:54.442Z[ recovery-image] Feb 21 20:21:53.983 INFO O| Feb 21 20:21:53.983 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-21T20:21:54.459Z[ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71682025-02-21T20:21:54.497Z[ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO STEP 849 (remove_files) COMPLETE
71692025-02-21T20:21:54.497Z[ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-21T20:21:54.507Z[ recovery-image] Feb 21 20:21:54.029 INFO O| Feb 21 20:21:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71712025-02-21T20:21:54.507Z[ recovery-image] Feb 21 20:21:54.030 INFO O| Feb 21 20:21:54.030 INFO STEP 850 (remove_files) COMPLETE
71722025-02-21T20:21:54.507Z[ recovery-image] Feb 21 20:21:54.030 INFO O| Feb 21 20:21:54.030 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-21T20:21:54.508Z[ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71742025-02-21T20:21:54.508Z[ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO STEP 851 (remove_files) COMPLETE
71752025-02-21T20:21:54.508Z[ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-21T20:21:54.543Z[ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71772025-02-21T20:21:54.543Z[ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO STEP 852 (remove_files) COMPLETE
71782025-02-21T20:21:54.547Z[ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-21T20:21:54.592Z[ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71802025-02-21T20:21:54.607Z[ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO STEP 853 (remove_files) COMPLETE
71812025-02-21T20:21:54.608Z[ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-21T20:21:54.616Z[ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71832025-02-21T20:21:54.616Z[ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO STEP 854 (remove_files) COMPLETE
71842025-02-21T20:21:54.617Z[ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-21T20:21:54.627Z[ recovery-image] Feb 21 20:21:54.183 INFO O| Feb 21 20:21:54.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71862025-02-21T20:21:54.634Z[ recovery-image] Feb 21 20:21:54.184 INFO O| Feb 21 20:21:54.184 INFO STEP 855 (remove_files) COMPLETE
71872025-02-21T20:21:54.634Z[ recovery-image] Feb 21 20:21:54.184 INFO O| Feb 21 20:21:54.184 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-21T20:21:54.649Z[ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71892025-02-21T20:21:54.654Z[ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.205 INFO STEP 856 (remove_files) COMPLETE
71902025-02-21T20:21:54.654Z[ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.205 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-21T20:21:54.671Z[ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71922025-02-21T20:21:54.683Z[ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.226 INFO STEP 857 (remove_files) COMPLETE
71932025-02-21T20:21:54.683Z[ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.226 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-21T20:21:54.689Z[ recovery-image] Feb 21 20:21:54.247 INFO O| Feb 21 20:21:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71952025-02-21T20:21:54.693Z[ recovery-image] Feb 21 20:21:54.248 INFO O| Feb 21 20:21:54.248 INFO STEP 858 (remove_files) COMPLETE
71962025-02-21T20:21:54.693Z[ recovery-image] Feb 21 20:21:54.248 INFO O| Feb 21 20:21:54.248 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-21T20:21:54.734Z[ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71982025-02-21T20:21:54.740Z[ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.293 INFO STEP 859 (remove_files) COMPLETE
71992025-02-21T20:21:54.740Z[ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.293 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-21T20:21:54.769Z[ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72012025-02-21T20:21:54.769Z[ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO STEP 860 (remove_files) COMPLETE
72022025-02-21T20:21:54.774Z[ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-21T20:21:54.783Z[ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72042025-02-21T20:21:54.784Z[ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO STEP 861 (remove_files) COMPLETE
72052025-02-21T20:21:54.789Z[ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-21T20:21:54.801Z[ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72072025-02-21T20:21:54.805Z[ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO STEP 862 (remove_files) COMPLETE
72082025-02-21T20:21:54.805Z[ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-21T20:21:54.822Z[ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72102025-02-21T20:21:54.822Z[ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.380 INFO STEP 863 (remove_files) COMPLETE
72112025-02-21T20:21:54.827Z[ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.380 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-21T20:21:54.840Z[ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72132025-02-21T20:21:54.840Z[ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.399 INFO STEP 864 (remove_files) COMPLETE
72142025-02-21T20:21:54.845Z[ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.399 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-21T20:21:54.872Z[ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72162025-02-21T20:21:54.884Z[ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO STEP 865 (remove_files) COMPLETE
72172025-02-21T20:21:54.884Z[ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-21T20:21:54.884Z[ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72192025-02-21T20:21:54.884Z[ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO STEP 866 (remove_files) COMPLETE
72202025-02-21T20:21:54.884Z[ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-02-21T20:21:54.897Z[ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72222025-02-21T20:21:54.897Z[ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO STEP 867 (remove_files) COMPLETE
72232025-02-21T20:21:54.901Z[ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-02-21T20:21:54.917Z[ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72252025-02-21T20:21:54.917Z[ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO STEP 868 (remove_files) COMPLETE
72262025-02-21T20:21:54.917Z[ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-21T20:21:54.935Z[ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72282025-02-21T20:21:54.935Z[ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO STEP 869 (remove_files) COMPLETE
72292025-02-21T20:21:54.935Z[ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-21T20:21:54.995Z[ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72312025-02-21T20:21:54.998Z[ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO STEP 870 (remove_files) COMPLETE
72322025-02-21T20:21:54.999Z[ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-21T20:21:55.030Z[ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72342025-02-21T20:21:55.033Z[ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO STEP 871 (remove_files) COMPLETE
72352025-02-21T20:21:55.033Z[ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-21T20:21:55.093Z[ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72372025-02-21T20:21:55.093Z[ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO STEP 872 (remove_files) COMPLETE
72382025-02-21T20:21:55.093Z[ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-21T20:21:55.148Z[ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72402025-02-21T20:21:55.174Z[ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO STEP 873 (remove_files) COMPLETE
72412025-02-21T20:21:55.174Z[ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-21T20:21:55.357Z[ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72432025-02-21T20:21:55.357Z[ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO STEP 874 (remove_files) COMPLETE
72442025-02-21T20:21:55.358Z[ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-21T20:21:55.455Z[ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72462025-02-21T20:21:55.455Z[ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO STEP 875 (remove_files) COMPLETE
72472025-02-21T20:21:55.455Z[ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-21T20:21:55.486Z[ recovery-image] Feb 21 20:21:55.043 INFO O| Feb 21 20:21:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72492025-02-21T20:21:55.486Z[ recovery-image] Feb 21 20:21:55.044 INFO O| Feb 21 20:21:55.044 INFO STEP 876 (remove_files) COMPLETE
72502025-02-21T20:21:55.486Z[ recovery-image] Feb 21 20:21:55.044 INFO O| Feb 21 20:21:55.044 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-21T20:21:55.524Z[ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72522025-02-21T20:21:55.524Z[ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO STEP 877 (remove_files) COMPLETE
72532025-02-21T20:21:55.524Z[ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-21T20:21:55.563Z[ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72552025-02-21T20:21:55.563Z[ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO STEP 878 (remove_files) COMPLETE
72562025-02-21T20:21:55.563Z[ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-21T20:21:55.584Z[ recovery-image] Feb 21 20:21:55.141 INFO O| Feb 21 20:21:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72582025-02-21T20:21:55.584Z[ recovery-image] Feb 21 20:21:55.141 INFO O| Feb 21 20:21:55.141 INFO STEP 879 (remove_files) COMPLETE
72592025-02-21T20:21:55.587Z[ recovery-image] Feb 21 20:21:55.142 INFO O| Feb 21 20:21:55.141 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-21T20:21:55.606Z[ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72612025-02-21T20:21:55.606Z[ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO STEP 880 (remove_files) COMPLETE
72622025-02-21T20:21:55.610Z[ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-21T20:21:55.695Z[ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72642025-02-21T20:21:55.695Z[ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO STEP 881 (remove_files) COMPLETE
72652025-02-21T20:21:55.699Z[ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-21T20:21:55.714Z[ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72672025-02-21T20:21:55.715Z[ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO STEP 882 (remove_files) COMPLETE
72682025-02-21T20:21:55.715Z[ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-21T20:21:55.750Z[ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72702025-02-21T20:21:55.750Z[ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO STEP 883 (remove_files) COMPLETE
72712025-02-21T20:21:55.750Z[ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-21T20:21:55.772Z[ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72732025-02-21T20:21:55.772Z[ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO STEP 884 (remove_files) COMPLETE
72742025-02-21T20:21:55.775Z[ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-21T20:21:55.792Z[ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72762025-02-21T20:21:55.792Z[ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.350 INFO STEP 885 (remove_files) COMPLETE
72772025-02-21T20:21:55.797Z[ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.350 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-21T20:21:55.797Z[ host-image] Feb 21 20:21:55.354 INFO O| Feb 21 20:21:55.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
72792025-02-21T20:21:55.814Z[ recovery-image] Feb 21 20:21:55.371 INFO O| Feb 21 20:21:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72802025-02-21T20:21:55.818Z[ recovery-image] Feb 21 20:21:55.372 INFO O| Feb 21 20:21:55.371 INFO STEP 886 (remove_files) COMPLETE
72812025-02-21T20:21:55.819Z[ recovery-image] Feb 21 20:21:55.372 INFO O| Feb 21 20:21:55.372 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-21T20:21:55.836Z[ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72832025-02-21T20:21:55.840Z[ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO STEP 887 (remove_files) COMPLETE
72842025-02-21T20:21:55.840Z[ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-21T20:21:55.865Z[ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72862025-02-21T20:21:55.865Z[ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.423 INFO STEP 888 (remove_files) COMPLETE
72872025-02-21T20:21:55.869Z[ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.423 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-21T20:21:55.887Z[ recovery-image] Feb 21 20:21:55.445 INFO O| Feb 21 20:21:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72892025-02-21T20:21:55.913Z[ recovery-image] Feb 21 20:21:55.471 INFO O| Feb 21 20:21:55.471 INFO STEP 889 (remove_files) COMPLETE
72902025-02-21T20:21:55.913Z[ recovery-image] Feb 21 20:21:55.471 INFO O| Feb 21 20:21:55.471 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-21T20:21:55.951Z[ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72922025-02-21T20:21:55.952Z[ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO STEP 890 (remove_files) COMPLETE
72932025-02-21T20:21:55.956Z[ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-21T20:21:56.010Z[ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72952025-02-21T20:21:56.011Z[ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO STEP 891 (remove_files) COMPLETE
72962025-02-21T20:21:56.011Z[ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-21T20:21:56.031Z[ recovery-image] Feb 21 20:21:55.589 INFO O| Feb 21 20:21:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72982025-02-21T20:21:56.055Z[ recovery-image] Feb 21 20:21:55.612 INFO O| Feb 21 20:21:55.612 INFO STEP 892 (remove_files) COMPLETE
72992025-02-21T20:21:56.055Z[ recovery-image] Feb 21 20:21:55.612 INFO O| Feb 21 20:21:55.612 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-21T20:21:56.105Z[ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73012025-02-21T20:21:56.110Z[ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO STEP 893 (remove_files) COMPLETE
73022025-02-21T20:21:56.110Z[ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-21T20:21:56.138Z[ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73042025-02-21T20:21:56.139Z[ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO STEP 894 (remove_files) COMPLETE
73052025-02-21T20:21:56.139Z[ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-21T20:21:56.257Z[ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73072025-02-21T20:21:56.257Z[ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO STEP 895 (remove_files) COMPLETE
73082025-02-21T20:21:56.273Z[ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-21T20:21:56.273Z[ recovery-image] Feb 21 20:21:55.767 INFO O| Feb 21 20:21:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73102025-02-21T20:21:56.273Z[ recovery-image] Feb 21 20:21:55.768 INFO O| Feb 21 20:21:55.767 INFO STEP 896 (remove_files) COMPLETE
73112025-02-21T20:21:56.273Z[ recovery-image] Feb 21 20:21:55.768 INFO O| Feb 21 20:21:55.767 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-21T20:21:56.335Z[ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73132025-02-21T20:21:56.335Z[ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.881 INFO STEP 897 (remove_files) COMPLETE
73142025-02-21T20:21:56.339Z[ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.881 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-21T20:21:56.350Z[ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73162025-02-21T20:21:56.350Z[ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO STEP 898 (remove_files) COMPLETE
73172025-02-21T20:21:56.350Z[ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-21T20:21:56.396Z[ recovery-image] Feb 21 20:21:55.930 INFO O| Feb 21 20:21:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73192025-02-21T20:21:56.396Z[ recovery-image] Feb 21 20:21:55.930 INFO O| Feb 21 20:21:55.930 INFO STEP 899 (remove_files) COMPLETE
73202025-02-21T20:21:56.396Z[ recovery-image] Feb 21 20:21:55.931 INFO O| Feb 21 20:21:55.930 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-21T20:21:56.402Z[ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73222025-02-21T20:21:56.402Z[ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.953 INFO STEP 900 (remove_files) COMPLETE
73232025-02-21T20:21:56.402Z[ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.953 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-21T20:21:56.491Z[ recovery-image] Feb 21 20:21:56.033 INFO O| Feb 21 20:21:56.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73252025-02-21T20:21:56.492Z[ recovery-image] Feb 21 20:21:56.034 INFO O| Feb 21 20:21:56.033 INFO STEP 901 (remove_files) COMPLETE
73262025-02-21T20:21:56.501Z[ recovery-image] Feb 21 20:21:56.034 INFO O| Feb 21 20:21:56.034 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-21T20:21:56.501Z[ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73282025-02-21T20:21:56.501Z[ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO STEP 902 (remove_files) COMPLETE
73292025-02-21T20:21:56.501Z[ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-21T20:21:56.537Z[ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73312025-02-21T20:21:56.537Z[ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO STEP 903 (remove_files) COMPLETE
73322025-02-21T20:21:56.537Z[ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-21T20:21:56.557Z[ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73342025-02-21T20:21:56.572Z[ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO STEP 904 (remove_files) COMPLETE
73352025-02-21T20:21:56.573Z[ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-21T20:21:56.580Z[ recovery-image] Feb 21 20:21:56.133 INFO O| Feb 21 20:21:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73372025-02-21T20:21:56.601Z[ recovery-image] Feb 21 20:21:56.154 INFO O| Feb 21 20:21:56.154 INFO STEP 905 (remove_files) COMPLETE
73382025-02-21T20:21:56.601Z[ recovery-image] Feb 21 20:21:56.154 INFO O| Feb 21 20:21:56.154 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-21T20:21:56.624Z[ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73402025-02-21T20:21:56.624Z[ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO STEP 906 (remove_files) COMPLETE
73412025-02-21T20:21:56.624Z[ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-21T20:21:56.694Z[ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73432025-02-21T20:21:56.694Z[ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO STEP 907 (remove_files) COMPLETE
73442025-02-21T20:21:56.705Z[ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-21T20:21:56.733Z[ recovery-image] Feb 21 20:21:56.262 INFO O| Feb 21 20:21:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73462025-02-21T20:21:56.734Z[ recovery-image] Feb 21 20:21:56.263 INFO O| Feb 21 20:21:56.263 INFO STEP 908 (remove_files) COMPLETE
73472025-02-21T20:21:56.735Z[ recovery-image] Feb 21 20:21:56.263 INFO O| Feb 21 20:21:56.263 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-21T20:21:56.759Z[ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73492025-02-21T20:21:56.759Z[ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO STEP 909 (remove_files) COMPLETE
73502025-02-21T20:21:56.768Z[ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-21T20:21:56.782Z[ recovery-image] Feb 21 20:21:56.338 INFO O| Feb 21 20:21:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73522025-02-21T20:21:56.782Z[ recovery-image] Feb 21 20:21:56.339 INFO O| Feb 21 20:21:56.338 INFO STEP 910 (remove_files) COMPLETE
73532025-02-21T20:21:56.788Z[ recovery-image] Feb 21 20:21:56.339 INFO O| Feb 21 20:21:56.339 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-21T20:21:56.816Z[ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73552025-02-21T20:21:56.816Z[ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO STEP 911 (remove_files) COMPLETE
73562025-02-21T20:21:56.817Z[ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-21T20:21:56.860Z[ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73582025-02-21T20:21:56.861Z[ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO STEP 912 (remove_files) COMPLETE
73592025-02-21T20:21:56.861Z[ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-21T20:21:56.912Z[ recovery-image] Feb 21 20:21:56.414 INFO O| Feb 21 20:21:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73612025-02-21T20:21:56.912Z[ recovery-image] Feb 21 20:21:56.414 INFO O| Feb 21 20:21:56.414 INFO STEP 913 (remove_files) COMPLETE
73622025-02-21T20:21:56.913Z[ recovery-image] Feb 21 20:21:56.415 INFO O| Feb 21 20:21:56.414 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.437 INFO O| Feb 21 20:21:56.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73642025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.438 INFO O| Feb 21 20:21:56.438 INFO STEP 914 (remove_files) COMPLETE
73652025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.438 INFO O| Feb 21 20:21:56.438 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73672025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.461 INFO STEP 915 (remove_files) COMPLETE
73682025-02-21T20:21:56.947Z[ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.461 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73702025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO STEP 916 (remove_files) COMPLETE
73712025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73732025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO STEP 917 (remove_files) COMPLETE
73742025-02-21T20:21:56.975Z[ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-21T20:21:56.991Z[ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73762025-02-21T20:21:56.991Z[ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO STEP 918 (remove_files) COMPLETE
73772025-02-21T20:21:56.991Z[ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-21T20:21:57.007Z[ recovery-image] Feb 21 20:21:56.558 INFO O| Feb 21 20:21:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73792025-02-21T20:21:57.007Z[ recovery-image] Feb 21 20:21:56.558 INFO O| Feb 21 20:21:56.558 INFO STEP 919 (remove_files) COMPLETE
73802025-02-21T20:21:57.020Z[ recovery-image] Feb 21 20:21:56.559 INFO O| Feb 21 20:21:56.558 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-21T20:21:57.066Z[ recovery-image] Feb 21 20:21:56.585 INFO O| Feb 21 20:21:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73822025-02-21T20:21:57.083Z[ recovery-image] Feb 21 20:21:56.585 INFO O| Feb 21 20:21:56.585 INFO STEP 920 (remove_files) COMPLETE
73832025-02-21T20:21:57.083Z[ recovery-image] Feb 21 20:21:56.586 INFO O| Feb 21 20:21:56.586 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-21T20:21:57.083Z[ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73852025-02-21T20:21:57.083Z[ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.610 INFO STEP 921 (remove_files) COMPLETE
73862025-02-21T20:21:57.083Z[ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.610 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-21T20:21:57.157Z[ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73882025-02-21T20:21:57.157Z[ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO STEP 922 (remove_files) COMPLETE
73892025-02-21T20:21:57.194Z[ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-21T20:21:57.222Z[ recovery-image] Feb 21 20:21:56.746 INFO O| Feb 21 20:21:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73912025-02-21T20:21:57.222Z[ recovery-image] Feb 21 20:21:56.747 INFO O| Feb 21 20:21:56.747 INFO STEP 923 (remove_files) COMPLETE
73922025-02-21T20:21:57.222Z[ recovery-image] Feb 21 20:21:56.747 INFO O| Feb 21 20:21:56.747 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-21T20:21:57.282Z[ recovery-image] Feb 21 20:21:56.771 INFO O| Feb 21 20:21:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73942025-02-21T20:21:57.283Z[ recovery-image] Feb 21 20:21:56.771 INFO O| Feb 21 20:21:56.771 INFO STEP 924 (remove_files) COMPLETE
73952025-02-21T20:21:57.283Z[ recovery-image] Feb 21 20:21:56.772 INFO O| Feb 21 20:21:56.771 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-21T20:21:57.361Z[ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73972025-02-21T20:21:57.362Z[ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO STEP 925 (remove_files) COMPLETE
73982025-02-21T20:21:57.362Z[ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-21T20:21:57.362Z[ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74002025-02-21T20:21:57.362Z[ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO STEP 926 (remove_files) COMPLETE
74012025-02-21T20:21:57.363Z[ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-21T20:21:57.363Z[ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74032025-02-21T20:21:57.363Z[ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO STEP 927 (remove_files) COMPLETE
74042025-02-21T20:21:57.363Z[ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-21T20:21:57.550Z[ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74062025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO STEP 928 (remove_files) COMPLETE
74072025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74092025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO STEP 929 (remove_files) COMPLETE
74102025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74122025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO STEP 930 (remove_files) COMPLETE
74132025-02-21T20:21:57.551Z[ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.936 INFO O| Feb 21 20:21:56.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74152025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.961 INFO O| Feb 21 20:21:56.961 INFO STEP 931 (remove_files) COMPLETE
74162025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.961 INFO O| Feb 21 20:21:56.961 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74182025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO STEP 932 (remove_files) COMPLETE
74192025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74212025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO STEP 933 (remove_files) COMPLETE
74222025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74242025-02-21T20:21:57.602Z[ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO STEP 934 (remove_files) COMPLETE
74252025-02-21T20:21:57.603Z[ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-21T20:21:57.603Z[ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74272025-02-21T20:21:57.603Z[ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO STEP 935 (remove_files) COMPLETE
74282025-02-21T20:21:57.603Z[ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-21T20:21:57.621Z[ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74302025-02-21T20:21:57.622Z[ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO STEP 936 (remove_files) COMPLETE
74312025-02-21T20:21:57.622Z[ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-21T20:21:57.622Z[ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74332025-02-21T20:21:57.622Z[ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO STEP 937 (remove_files) COMPLETE
74342025-02-21T20:21:57.622Z[ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-21T20:21:57.648Z[ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74362025-02-21T20:21:57.648Z[ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO STEP 938 (remove_files) COMPLETE
74372025-02-21T20:21:57.648Z[ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-21T20:21:57.665Z[ recovery-image] Feb 21 20:21:57.190 INFO O| Feb 21 20:21:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74392025-02-21T20:21:57.665Z[ recovery-image] Feb 21 20:21:57.191 INFO O| Feb 21 20:21:57.191 INFO STEP 939 (remove_files) COMPLETE
74402025-02-21T20:21:57.665Z[ recovery-image] Feb 21 20:21:57.191 INFO O| Feb 21 20:21:57.191 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-21T20:21:57.707Z[ recovery-image] Feb 21 20:21:57.233 INFO O| Feb 21 20:21:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74422025-02-21T20:21:57.723Z[ recovery-image] Feb 21 20:21:57.233 INFO O| Feb 21 20:21:57.233 INFO STEP 940 (remove_files) COMPLETE
74432025-02-21T20:21:57.723Z[ recovery-image] Feb 21 20:21:57.234 INFO O| Feb 21 20:21:57.233 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-21T20:21:57.723Z[ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74452025-02-21T20:21:57.723Z[ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO STEP 941 (remove_files) COMPLETE
74462025-02-21T20:21:57.723Z[ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-21T20:21:57.734Z[ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74482025-02-21T20:21:57.734Z[ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO STEP 942 (remove_files) COMPLETE
74492025-02-21T20:21:57.735Z[ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-21T20:21:57.763Z[ recovery-image] Feb 21 20:21:57.299 INFO O| Feb 21 20:21:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74512025-02-21T20:21:57.818Z[ recovery-image] Feb 21 20:21:57.304 INFO O| Feb 21 20:21:57.304 INFO STEP 943 (remove_files) COMPLETE
74522025-02-21T20:21:57.818Z[ recovery-image] Feb 21 20:21:57.304 INFO O| Feb 21 20:21:57.304 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74542025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO STEP 944 (remove_files) COMPLETE
74552025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74572025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.376 INFO STEP 945 (remove_files) COMPLETE
74582025-02-21T20:21:57.828Z[ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.376 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-21T20:21:57.916Z[ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74602025-02-21T20:21:57.935Z[ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO STEP 946 (remove_files) COMPLETE
74612025-02-21T20:21:57.936Z[ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-21T20:21:57.949Z[ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74632025-02-21T20:21:57.949Z[ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO STEP 947 (remove_files) COMPLETE
74642025-02-21T20:21:57.949Z[ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-21T20:21:57.993Z[ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74662025-02-21T20:21:58.018Z[ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO STEP 948 (remove_files) COMPLETE
74672025-02-21T20:21:58.018Z[ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-21T20:21:58.018Z[ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74692025-02-21T20:21:58.019Z[ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO STEP 949 (remove_files) COMPLETE
74702025-02-21T20:21:58.019Z[ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-21T20:21:58.059Z[ recovery-image] Feb 21 20:21:57.590 INFO O| Feb 21 20:21:57.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74722025-02-21T20:21:58.060Z[ recovery-image] Feb 21 20:21:57.590 INFO O| Feb 21 20:21:57.590 INFO STEP 950 (remove_files) COMPLETE
74732025-02-21T20:21:58.060Z[ recovery-image] Feb 21 20:21:57.591 INFO O| Feb 21 20:21:57.590 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-21T20:21:58.074Z[ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74752025-02-21T20:21:58.075Z[ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO STEP 951 (remove_files) COMPLETE
74762025-02-21T20:21:58.075Z[ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-21T20:21:58.119Z[ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74782025-02-21T20:21:58.122Z[ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.675 INFO STEP 952 (remove_files) COMPLETE
74792025-02-21T20:21:58.123Z[ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.675 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-21T20:21:58.141Z[ recovery-image] Feb 21 20:21:57.697 INFO O| Feb 21 20:21:57.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74812025-02-21T20:21:58.146Z[ recovery-image] Feb 21 20:21:57.697 INFO O| Feb 21 20:21:57.697 INFO STEP 953 (remove_files) COMPLETE
74822025-02-21T20:21:58.146Z[ recovery-image] Feb 21 20:21:57.698 INFO O| Feb 21 20:21:57.697 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-21T20:21:58.192Z[ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74842025-02-21T20:21:58.192Z[ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO STEP 954 (remove_files) COMPLETE
74852025-02-21T20:21:58.193Z[ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-21T20:21:58.227Z[ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74872025-02-21T20:21:58.228Z[ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO STEP 955 (remove_files) COMPLETE
74882025-02-21T20:21:58.253Z[ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-21T20:21:58.313Z[ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74902025-02-21T20:21:58.313Z[ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO STEP 956 (remove_files) COMPLETE
74912025-02-21T20:21:58.314Z[ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74932025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO STEP 957 (remove_files) COMPLETE
74942025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.849 INFO O| Feb 21 20:21:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74962025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.850 INFO O| Feb 21 20:21:57.849 INFO STEP 958 (remove_files) COMPLETE
74972025-02-21T20:21:58.327Z[ recovery-image] Feb 21 20:21:57.850 INFO O| Feb 21 20:21:57.849 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-21T20:21:58.370Z[ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74992025-02-21T20:21:58.371Z[ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO STEP 959 (remove_files) COMPLETE
75002025-02-21T20:21:58.385Z[ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-21T20:21:58.398Z[ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75022025-02-21T20:21:58.398Z[ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.932 INFO STEP 960 (remove_files) COMPLETE
75032025-02-21T20:21:58.398Z[ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.932 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-21T20:21:58.408Z[ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75052025-02-21T20:21:58.408Z[ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.953 INFO STEP 961 (remove_files) COMPLETE
75062025-02-21T20:21:58.408Z[ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.953 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-21T20:21:58.429Z[ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75082025-02-21T20:21:58.429Z[ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO STEP 962 (remove_files) COMPLETE
75092025-02-21T20:21:58.429Z[ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-21T20:21:58.449Z[ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75112025-02-21T20:21:58.450Z[ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO STEP 963 (remove_files) COMPLETE
75122025-02-21T20:21:58.450Z[ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-21T20:21:58.471Z[ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75142025-02-21T20:21:58.471Z[ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO STEP 964 (remove_files) COMPLETE
75152025-02-21T20:21:58.475Z[ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75172025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO STEP 965 (remove_files) COMPLETE
75182025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.119 INFO O| Feb 21 20:21:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75202025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.120 INFO O| Feb 21 20:21:58.119 INFO STEP 966 (remove_files) COMPLETE
75212025-02-21T20:21:58.602Z[ recovery-image] Feb 21 20:21:58.120 INFO O| Feb 21 20:21:58.120 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-21T20:21:58.645Z[ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75232025-02-21T20:21:58.645Z[ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO STEP 967 (remove_files) COMPLETE
75242025-02-21T20:21:58.645Z[ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-21T20:21:58.662Z[ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75262025-02-21T20:21:58.663Z[ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.169 INFO STEP 968 (remove_files) COMPLETE
75272025-02-21T20:21:58.664Z[ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.169 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-21T20:21:58.664Z[ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75292025-02-21T20:21:58.664Z[ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO STEP 969 (remove_files) COMPLETE
75302025-02-21T20:21:58.664Z[ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-21T20:21:58.679Z[ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75322025-02-21T20:21:58.680Z[ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO STEP 970 (remove_files) COMPLETE
75332025-02-21T20:21:58.680Z[ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-21T20:21:58.719Z[ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75352025-02-21T20:21:58.719Z[ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO STEP 971 (remove_files) COMPLETE
75362025-02-21T20:21:58.720Z[ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-21T20:21:58.752Z[ recovery-image] Feb 21 20:21:58.290 INFO O| Feb 21 20:21:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75382025-02-21T20:21:58.752Z[ recovery-image] Feb 21 20:21:58.291 INFO O| Feb 21 20:21:58.291 INFO STEP 972 (remove_files) COMPLETE
75392025-02-21T20:21:58.782Z[ recovery-image] Feb 21 20:21:58.291 INFO O| Feb 21 20:21:58.291 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-21T20:21:58.797Z[ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75412025-02-21T20:21:58.797Z[ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO STEP 973 (remove_files) COMPLETE
75422025-02-21T20:21:58.797Z[ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-21T20:21:58.866Z[ recovery-image] Feb 21 20:21:58.354 INFO O| Feb 21 20:21:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75442025-02-21T20:21:58.866Z[ recovery-image] Feb 21 20:21:58.354 INFO O| Feb 21 20:21:58.354 INFO STEP 974 (remove_files) COMPLETE
75452025-02-21T20:21:58.866Z[ recovery-image] Feb 21 20:21:58.355 INFO O| Feb 21 20:21:58.354 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-21T20:21:58.898Z[ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75472025-02-21T20:21:58.899Z[ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO STEP 975 (remove_files) COMPLETE
75482025-02-21T20:21:58.899Z[ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-21T20:21:58.899Z[ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75502025-02-21T20:21:58.899Z[ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO STEP 976 (remove_files) COMPLETE
75512025-02-21T20:21:58.899Z[ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-21T20:21:58.926Z[ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75532025-02-21T20:21:58.926Z[ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO STEP 977 (remove_files) COMPLETE
75542025-02-21T20:21:58.926Z[ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-21T20:21:58.938Z[ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75562025-02-21T20:21:58.938Z[ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO STEP 978 (remove_files) COMPLETE
75572025-02-21T20:21:58.938Z[ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-21T20:21:59.121Z[ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75592025-02-21T20:21:59.122Z[ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO STEP 979 (remove_files) COMPLETE
75602025-02-21T20:21:59.222Z[ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75622025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO STEP 980 (remove_files) COMPLETE
75632025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75652025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.560 INFO STEP 981 (remove_files) COMPLETE
75662025-02-21T20:21:59.223Z[ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.560 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75682025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.581 INFO STEP 982 (remove_files) COMPLETE
75692025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.581 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.615 INFO O| Feb 21 20:21:58.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75712025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.616 INFO O| Feb 21 20:21:58.615 INFO STEP 983 (remove_files) COMPLETE
75722025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.616 INFO O| Feb 21 20:21:58.616 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-21T20:21:59.224Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
75742025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75752025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO STEP 984 (remove_files) COMPLETE
75762025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75782025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO STEP 985 (remove_files) COMPLETE
75792025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-21T20:21:59.224Z[ recovery-image] Feb 21 20:21:58.672 INFO O| Feb 21 20:21:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75812025-02-21T20:21:59.226Z[ recovery-image] Feb 21 20:21:58.672 INFO O| Feb 21 20:21:58.672 INFO STEP 986 (remove_files) COMPLETE
75822025-02-21T20:21:59.227Z[ recovery-image] Feb 21 20:21:58.673 INFO O| Feb 21 20:21:58.672 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75842025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO STEP 987 (remove_files) COMPLETE
75852025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75872025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO STEP 988 (remove_files) COMPLETE
75882025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75902025-02-21T20:21:59.250Z[ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO STEP 989 (remove_files) COMPLETE
75912025-02-21T20:21:59.251Z[ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-21T20:21:59.251Z[ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75932025-02-21T20:21:59.251Z[ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO STEP 990 (remove_files) COMPLETE
75942025-02-21T20:21:59.251Z[ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-21T20:21:59.263Z[ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75962025-02-21T20:21:59.263Z[ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO STEP 991 (remove_files) COMPLETE
75972025-02-21T20:21:59.263Z[ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-21T20:21:59.273Z[ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75992025-02-21T20:21:59.274Z[ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.830 INFO STEP 992 (remove_files) COMPLETE
76002025-02-21T20:21:59.278Z[ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.830 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-21T20:21:59.317Z[ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76022025-02-21T20:21:59.317Z[ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO STEP 993 (remove_files) COMPLETE
76032025-02-21T20:21:59.317Z[ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-21T20:21:59.352Z[ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76052025-02-21T20:21:59.352Z[ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO STEP 994 (remove_files) COMPLETE
76062025-02-21T20:21:59.352Z[ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-21T20:21:59.378Z[ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76082025-02-21T20:21:59.379Z[ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO STEP 995 (remove_files) COMPLETE
76092025-02-21T20:21:59.396Z[ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-21T20:21:59.396Z[ recovery-image] Feb 21 20:21:58.936 INFO O| Feb 21 20:21:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76112025-02-21T20:21:59.396Z[ recovery-image] Feb 21 20:21:58.936 INFO O| Feb 21 20:21:58.936 INFO STEP 996 (remove_files) COMPLETE
76122025-02-21T20:21:59.396Z[ recovery-image] Feb 21 20:21:58.937 INFO O| Feb 21 20:21:58.936 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-21T20:21:59.403Z[ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76142025-02-21T20:21:59.405Z[ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.957 INFO STEP 997 (remove_files) COMPLETE
76152025-02-21T20:21:59.405Z[ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.957 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-21T20:21:59.454Z[ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76172025-02-21T20:21:59.456Z[ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO STEP 998 (remove_files) COMPLETE
76182025-02-21T20:21:59.456Z[ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-21T20:21:59.480Z[ recovery-image] Feb 21 20:21:59.020 INFO O| Feb 21 20:21:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76202025-02-21T20:21:59.480Z[ recovery-image] Feb 21 20:21:59.020 INFO O| Feb 21 20:21:59.020 INFO STEP 999 (remove_files) COMPLETE
76212025-02-21T20:21:59.480Z[ recovery-image] Feb 21 20:21:59.021 INFO O| Feb 21 20:21:59.020 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-21T20:21:59.548Z[ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76232025-02-21T20:21:59.549Z[ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO STEP 1000 (remove_files) COMPLETE
76242025-02-21T20:21:59.550Z[ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-21T20:21:59.579Z[ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76262025-02-21T20:21:59.579Z[ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO STEP 1001 (remove_files) COMPLETE
76272025-02-21T20:21:59.579Z[ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-21T20:21:59.579Z[ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76292025-02-21T20:21:59.580Z[ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO STEP 1002 (remove_files) COMPLETE
76302025-02-21T20:21:59.580Z[ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-21T20:21:59.606Z[ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76322025-02-21T20:21:59.606Z[ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO STEP 1003 (remove_files) COMPLETE
76332025-02-21T20:21:59.606Z[ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-21T20:21:59.623Z[ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76352025-02-21T20:21:59.624Z[ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO STEP 1004 (remove_files) COMPLETE
76362025-02-21T20:21:59.624Z[ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-21T20:21:59.672Z[ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76382025-02-21T20:21:59.673Z[ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO STEP 1005 (remove_files) COMPLETE
76392025-02-21T20:21:59.673Z[ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-21T20:21:59.697Z[ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76412025-02-21T20:21:59.697Z[ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO STEP 1006 (remove_files) COMPLETE
76422025-02-21T20:21:59.697Z[ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-21T20:21:59.698Z[ recovery-image] Feb 21 20:21:59.216 INFO O| Feb 21 20:21:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76442025-02-21T20:21:59.698Z[ recovery-image] Feb 21 20:21:59.217 INFO O| Feb 21 20:21:59.216 INFO STEP 1007 (remove_files) COMPLETE
76452025-02-21T20:21:59.698Z[ recovery-image] Feb 21 20:21:59.217 INFO O| Feb 21 20:21:59.216 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-21T20:21:59.713Z[ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76472025-02-21T20:21:59.713Z[ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO STEP 1008 (remove_files) COMPLETE
76482025-02-21T20:21:59.713Z[ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-21T20:21:59.764Z[ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76502025-02-21T20:21:59.764Z[ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO STEP 1009 (remove_files) COMPLETE
76512025-02-21T20:21:59.793Z[ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-21T20:21:59.808Z[ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76532025-02-21T20:21:59.808Z[ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO STEP 1010 (remove_files) COMPLETE
76542025-02-21T20:21:59.809Z[ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-21T20:21:59.895Z[ recovery-image] Feb 21 20:21:59.430 INFO O| Feb 21 20:21:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76562025-02-21T20:21:59.895Z[ recovery-image] Feb 21 20:21:59.431 INFO O| Feb 21 20:21:59.430 INFO STEP 1011 (remove_files) COMPLETE
76572025-02-21T20:21:59.895Z[ recovery-image] Feb 21 20:21:59.431 INFO O| Feb 21 20:21:59.431 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-21T20:21:59.916Z[ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76592025-02-21T20:21:59.916Z[ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO STEP 1012 (remove_files) COMPLETE
76602025-02-21T20:21:59.924Z[ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-21T20:21:59.946Z[ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76622025-02-21T20:21:59.949Z[ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO STEP 1013 (remove_files) COMPLETE
76632025-02-21T20:21:59.972Z[ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-21T20:22:00.002Z[ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76652025-02-21T20:22:00.002Z[ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.515 INFO STEP 1014 (remove_files) COMPLETE
76662025-02-21T20:22:00.002Z[ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.515 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-21T20:22:00.070Z[ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76682025-02-21T20:22:00.070Z[ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO STEP 1015 (remove_files) COMPLETE
76692025-02-21T20:22:00.071Z[ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-21T20:22:00.071Z[ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76712025-02-21T20:22:00.071Z[ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.558 INFO STEP 1016 (remove_files) COMPLETE
76722025-02-21T20:22:00.071Z[ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.558 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76742025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.601 INFO STEP 1017 (remove_files) COMPLETE
76752025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.601 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76772025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO STEP 1018 (remove_files) COMPLETE
76782025-02-21T20:22:00.075Z[ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-21T20:22:00.099Z[ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76802025-02-21T20:22:00.099Z[ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO STEP 1019 (remove_files) COMPLETE
76812025-02-21T20:22:00.099Z[ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-21T20:22:00.140Z[ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76832025-02-21T20:22:00.140Z[ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO STEP 1020 (remove_files) COMPLETE
76842025-02-21T20:22:00.177Z[ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-21T20:22:00.177Z[ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76862025-02-21T20:22:00.177Z[ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO STEP 1021 (remove_files) COMPLETE
76872025-02-21T20:22:00.177Z[ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-21T20:22:00.195Z[ recovery-image] Feb 21 20:21:59.718 INFO O| Feb 21 20:21:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76892025-02-21T20:22:00.195Z[ recovery-image] Feb 21 20:21:59.723 INFO O| Feb 21 20:21:59.723 INFO STEP 1022 (remove_files) COMPLETE
76902025-02-21T20:22:00.195Z[ recovery-image] Feb 21 20:21:59.723 INFO O| Feb 21 20:21:59.723 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-21T20:22:00.236Z[ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76922025-02-21T20:22:00.236Z[ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO STEP 1023 (remove_files) COMPLETE
76932025-02-21T20:22:00.236Z[ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-21T20:22:00.288Z[ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76952025-02-21T20:22:00.288Z[ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO STEP 1024 (remove_files) COMPLETE
76962025-02-21T20:22:00.291Z[ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-21T20:22:00.308Z[ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76982025-02-21T20:22:00.308Z[ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.864 INFO STEP 1025 (remove_files) COMPLETE
76992025-02-21T20:22:00.313Z[ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.864 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-21T20:22:00.327Z[ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77012025-02-21T20:22:00.327Z[ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO STEP 1026 (remove_files) COMPLETE
77022025-02-21T20:22:00.327Z[ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-21T20:22:00.421Z[ recovery-image] Feb 21 20:21:59.911 INFO O| Feb 21 20:21:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77042025-02-21T20:22:00.494Z[ recovery-image] Feb 21 20:21:59.912 INFO O| Feb 21 20:21:59.912 INFO STEP 1027 (remove_files) COMPLETE
77052025-02-21T20:22:00.494Z[ recovery-image] Feb 21 20:21:59.912 INFO O| Feb 21 20:21:59.912 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-21T20:22:00.494Z[ recovery-image] Feb 21 20:21:59.939 INFO O| Feb 21 20:21:59.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77072025-02-21T20:22:00.494Z[ recovery-image] Feb 21 20:21:59.959 INFO O| Feb 21 20:21:59.959 INFO STEP 1028 (remove_files) COMPLETE
77082025-02-21T20:22:00.494Z[ recovery-image] Feb 21 20:21:59.959 INFO O| Feb 21 20:21:59.959 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77102025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO STEP 1029 (remove_files) COMPLETE
77112025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77132025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.005 INFO STEP 1030 (remove_files) COMPLETE
77142025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.005 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77162025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO STEP 1031 (remove_files) COMPLETE
77172025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.046 INFO O| Feb 21 20:22:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77192025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.047 INFO O| Feb 21 20:22:00.047 INFO STEP 1032 (remove_files) COMPLETE
77202025-02-21T20:22:00.683Z[ recovery-image] Feb 21 20:22:00.047 INFO O| Feb 21 20:22:00.047 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-02-21T20:22:00.683Z[ host-image] Feb 21 20:22:00.050 INFO O| Feb 21 20:22:00.050 INFO O| Planning: Solver setup ... Done
77222025-02-21T20:22:00.875Z[ host-image] Feb 21 20:22:00.058 INFO O| Feb 21 20:22:00.058 INFO O| Planning: Running solver ... Done
77232025-02-21T20:22:00.875Z[ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77242025-02-21T20:22:00.875Z[ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO STEP 1033 (remove_files) COMPLETE
77252025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77272025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO STEP 1034 (remove_files) COMPLETE
77282025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77302025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO STEP 1035 (remove_files) COMPLETE
77312025-02-21T20:22:00.876Z[ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-21T20:22:00.876Z[ host-image] Feb 21 20:22:00.197 INFO O| Feb 21 20:22:00.197 INFO O| Planning: Finding local manifests ... Done
77332025-02-21T20:22:00.876Z[ host-image] Feb 21 20:22:00.198 INFO O| Feb 21 20:22:00.198 INFO O| Planning: Fetching manifests: 0/1 0% complete
77342025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77352025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO STEP 1036 (remove_files) COMPLETE
77362025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77382025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.333 INFO STEP 1037 (remove_files) COMPLETE
77392025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.333 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77412025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO STEP 1038 (remove_files) COMPLETE
77422025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-21T20:22:00.902Z[ host-image] Feb 21 20:22:00.398 INFO O| Feb 21 20:22:00.398 INFO O| Planning: Fetching manifests: 1/1 100% complete
77442025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.416 INFO O| Feb 21 20:22:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77452025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.417 INFO O| Feb 21 20:22:00.417 INFO STEP 1039 (remove_files) COMPLETE
77462025-02-21T20:22:00.902Z[ recovery-image] Feb 21 20:22:00.417 INFO O| Feb 21 20:22:00.417 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-21T20:22:00.902Z[ host-image] Feb 21 20:22:00.430 INFO O| Feb 21 20:22:00.430 INFO O| Planning: Package planning ... Done
77482025-02-21T20:22:00.902Z[ host-image] Feb 21 20:22:00.431 INFO O| Feb 21 20:22:00.431 INFO O| Planning: Merging actions ... Done
77492025-02-21T20:22:00.903Z[ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77502025-02-21T20:22:00.903Z[ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO STEP 1040 (remove_files) COMPLETE
77512025-02-21T20:22:00.903Z[ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.457 INFO O| Feb 21 20:22:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77532025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.458 INFO O| Feb 21 20:22:00.458 INFO STEP 1041 (remove_files) COMPLETE
77542025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.458 INFO O| Feb 21 20:22:00.458 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77562025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO STEP 1042 (remove_files) COMPLETE
77572025-02-21T20:22:00.925Z[ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-21T20:22:00.947Z[ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77592025-02-21T20:22:00.947Z[ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO STEP 1043 (remove_files) COMPLETE
77602025-02-21T20:22:00.947Z[ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-21T20:22:00.976Z[ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77622025-02-21T20:22:00.976Z[ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO STEP 1044 (remove_files) COMPLETE
77632025-02-21T20:22:00.976Z[ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-21T20:22:00.996Z[ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77652025-02-21T20:22:00.998Z[ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO STEP 1045 (remove_files) COMPLETE
77662025-02-21T20:22:00.998Z[ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-21T20:22:01.032Z[ host-image] Feb 21 20:22:00.546 INFO O| Feb 21 20:22:00.546 INFO O| Planning: Checking for conflicting actions ... Done
77682025-02-21T20:22:01.032Z[ host-image] Feb 21 20:22:00.547 INFO O| Feb 21 20:22:00.547 INFO O| Planning: Consolidating action changes ... Done
77692025-02-21T20:22:01.032Z[ recovery-image] Feb 21 20:22:00.556 INFO O| Feb 21 20:22:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77702025-02-21T20:22:01.032Z[ recovery-image] Feb 21 20:22:00.557 INFO O| Feb 21 20:22:00.557 INFO STEP 1046 (remove_files) COMPLETE
77712025-02-21T20:22:01.032Z[ recovery-image] Feb 21 20:22:00.557 INFO O| Feb 21 20:22:00.557 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-02-21T20:22:01.067Z[ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77732025-02-21T20:22:01.067Z[ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO STEP 1047 (remove_files) COMPLETE
77742025-02-21T20:22:01.067Z[ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-02-21T20:22:01.082Z[ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77762025-02-21T20:22:01.083Z[ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.638 INFO STEP 1048 (remove_files) COMPLETE
77772025-02-21T20:22:01.089Z[ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.638 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-02-21T20:22:01.107Z[ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77792025-02-21T20:22:01.108Z[ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO STEP 1049 (remove_files) COMPLETE
77802025-02-21T20:22:01.108Z[ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-02-21T20:22:01.155Z[ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77822025-02-21T20:22:01.156Z[ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO STEP 1050 (remove_files) COMPLETE
77832025-02-21T20:22:01.164Z[ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-02-21T20:22:01.187Z[ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77852025-02-21T20:22:01.187Z[ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.728 INFO STEP 1051 (remove_files) COMPLETE
77862025-02-21T20:22:01.187Z[ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.728 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-02-21T20:22:01.208Z[ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77882025-02-21T20:22:01.208Z[ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO STEP 1052 (remove_files) COMPLETE
77892025-02-21T20:22:01.208Z[ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-02-21T20:22:01.240Z[ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77912025-02-21T20:22:01.240Z[ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO STEP 1053 (remove_files) COMPLETE
77922025-02-21T20:22:01.240Z[ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-02-21T20:22:01.262Z[ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77942025-02-21T20:22:01.262Z[ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO STEP 1054 (remove_files) COMPLETE
77952025-02-21T20:22:01.267Z[ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-02-21T20:22:01.289Z[ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77972025-02-21T20:22:01.289Z[ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO STEP 1055 (remove_files) COMPLETE
77982025-02-21T20:22:01.289Z[ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-02-21T20:22:01.376Z[ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78002025-02-21T20:22:01.376Z[ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO STEP 1056 (remove_files) COMPLETE
78012025-02-21T20:22:01.376Z[ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78032025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO STEP 1057 (remove_files) COMPLETE
78042025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78062025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO STEP 1058 (remove_files) COMPLETE
78072025-02-21T20:22:01.382Z[ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-02-21T20:22:01.397Z[ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78092025-02-21T20:22:01.398Z[ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO STEP 1059 (remove_files) COMPLETE
78102025-02-21T20:22:01.398Z[ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-02-21T20:22:01.414Z[ host-image] Feb 21 20:22:00.960 INFO O| Feb 21 20:22:00.960 INFO O| Planning: Evaluating mediators ... Done
78122025-02-21T20:22:01.417Z[ host-image] Feb 21 20:22:00.961 INFO O| Feb 21 20:22:00.961 INFO O| Planning: Planning completed in 5.61 seconds
78132025-02-21T20:22:01.417Z[ host-image] Feb 21 20:22:00.963 INFO O| Feb 21 20:22:00.963 INFO O| Packages to install: 1
78142025-02-21T20:22:01.432Z[ recovery-image] Feb 21 20:22:00.984 INFO O| Feb 21 20:22:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78152025-02-21T20:22:01.442Z[ recovery-image] Feb 21 20:22:00.984 INFO O| Feb 21 20:22:00.984 INFO STEP 1060 (remove_files) COMPLETE
78162025-02-21T20:22:01.442Z[ recovery-image] Feb 21 20:22:00.985 INFO O| Feb 21 20:22:00.984 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-02-21T20:22:01.443Z[ host-image] Feb 21 20:22:00.988 INFO O| Feb 21 20:22:00.988 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
78182025-02-21T20:22:01.451Z[ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78192025-02-21T20:22:01.451Z[ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO STEP 1061 (remove_files) COMPLETE
78202025-02-21T20:22:01.455Z[ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-21T20:22:01.480Z[ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78222025-02-21T20:22:01.480Z[ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO STEP 1062 (remove_files) COMPLETE
78232025-02-21T20:22:01.498Z[ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-21T20:22:01.530Z[ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78252025-02-21T20:22:01.530Z[ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.085 INFO STEP 1063 (remove_files) COMPLETE
78262025-02-21T20:22:01.533Z[ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.085 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-21T20:22:01.596Z[ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78282025-02-21T20:22:01.600Z[ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO STEP 1064 (remove_files) COMPLETE
78292025-02-21T20:22:01.600Z[ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-21T20:22:01.622Z[ recovery-image] Feb 21 20:22:01.176 INFO O| Feb 21 20:22:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78312025-02-21T20:22:01.622Z[ recovery-image] Feb 21 20:22:01.177 INFO O| Feb 21 20:22:01.176 INFO STEP 1065 (remove_files) COMPLETE
78322025-02-21T20:22:01.629Z[ recovery-image] Feb 21 20:22:01.177 INFO O| Feb 21 20:22:01.177 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78342025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO STEP 1066 (remove_files) COMPLETE
78352025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78372025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO STEP 1067 (remove_files) COMPLETE
78382025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-21T20:22:01.750Z[ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78402025-02-21T20:22:01.752Z[ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO STEP 1068 (remove_files) COMPLETE
78412025-02-21T20:22:01.752Z[ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-21T20:22:01.752Z[ recovery-image] Feb 21 20:22:01.266 INFO O| Feb 21 20:22:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78432025-02-21T20:22:01.753Z[ recovery-image] Feb 21 20:22:01.267 INFO O| Feb 21 20:22:01.267 INFO STEP 1069 (remove_files) COMPLETE
78442025-02-21T20:22:01.753Z[ recovery-image] Feb 21 20:22:01.267 INFO O| Feb 21 20:22:01.267 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-21T20:22:01.771Z[ recovery-image] Feb 21 20:22:01.288 INFO O| Feb 21 20:22:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78462025-02-21T20:22:01.772Z[ recovery-image] Feb 21 20:22:01.289 INFO O| Feb 21 20:22:01.289 INFO STEP 1070 (remove_files) COMPLETE
78472025-02-21T20:22:01.772Z[ recovery-image] Feb 21 20:22:01.289 INFO O| Feb 21 20:22:01.289 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-21T20:22:01.828Z[ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78492025-02-21T20:22:01.828Z[ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO STEP 1071 (remove_files) COMPLETE
78502025-02-21T20:22:01.828Z[ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-21T20:22:01.876Z[ host-image] Feb 21 20:22:01.351 INFO O| Feb 21 20:22:01.351 INFO O| Download: Completed 10.27 MB in 0.36 seconds (28.3M/s)
78522025-02-21T20:22:01.876Z[ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78532025-02-21T20:22:01.876Z[ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO STEP 1072 (remove_files) COMPLETE
78542025-02-21T20:22:01.876Z[ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-21T20:22:01.876Z[ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78562025-02-21T20:22:01.876Z[ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO STEP 1073 (remove_files) COMPLETE
78572025-02-21T20:22:01.877Z[ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-21T20:22:01.929Z[ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78592025-02-21T20:22:01.932Z[ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO STEP 1074 (remove_files) COMPLETE
78602025-02-21T20:22:01.932Z[ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-21T20:22:01.986Z[ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78622025-02-21T20:22:01.986Z[ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO STEP 1075 (remove_files) COMPLETE
78632025-02-21T20:22:01.986Z[ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-21T20:22:01.998Z[ host-image] Feb 21 20:22:01.552 INFO O| Feb 21 20:22:01.552 INFO O| Actions: 1/22 actions (Installing new actions)
78652025-02-21T20:22:02.031Z[ recovery-image] Feb 21 20:22:01.585 INFO O| Feb 21 20:22:01.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78662025-02-21T20:22:02.039Z[ recovery-image] Feb 21 20:22:01.586 INFO O| Feb 21 20:22:01.585 INFO STEP 1076 (remove_files) COMPLETE
78672025-02-21T20:22:02.040Z[ recovery-image] Feb 21 20:22:01.586 INFO O| Feb 21 20:22:01.586 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-21T20:22:02.055Z[ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78692025-02-21T20:22:02.059Z[ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO STEP 1077 (remove_files) COMPLETE
78702025-02-21T20:22:02.060Z[ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-21T20:22:02.092Z[ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78722025-02-21T20:22:02.097Z[ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO STEP 1078 (remove_files) COMPLETE
78732025-02-21T20:22:02.097Z[ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-21T20:22:02.115Z[ recovery-image] Feb 21 20:22:01.669 INFO O| Feb 21 20:22:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78752025-02-21T20:22:02.119Z[ recovery-image] Feb 21 20:22:01.669 INFO O| Feb 21 20:22:01.669 INFO STEP 1079 (remove_files) COMPLETE
78762025-02-21T20:22:02.119Z[ recovery-image] Feb 21 20:22:01.670 INFO O| Feb 21 20:22:01.670 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-21T20:22:02.207Z[ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78782025-02-21T20:22:02.256Z[ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO STEP 1080 (remove_files) COMPLETE
78792025-02-21T20:22:02.256Z[ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-21T20:22:02.256Z[ recovery-image] Feb 21 20:22:01.751 INFO O| Feb 21 20:22:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78812025-02-21T20:22:02.256Z[ recovery-image] Feb 21 20:22:01.752 INFO O| Feb 21 20:22:01.751 INFO STEP 1081 (remove_files) COMPLETE
78822025-02-21T20:22:02.256Z[ recovery-image] Feb 21 20:22:01.752 INFO O| Feb 21 20:22:01.752 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.792 INFO O| Feb 21 20:22:01.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78842025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.793 INFO O| Feb 21 20:22:01.793 INFO STEP 1082 (remove_files) COMPLETE
78852025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.793 INFO O| Feb 21 20:22:01.793 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78872025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO STEP 1083 (remove_files) COMPLETE
78882025-02-21T20:22:02.279Z[ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-21T20:22:02.284Z[ recovery-image] Feb 21 20:22:01.833 INFO O| Feb 21 20:22:01.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78902025-02-21T20:22:02.284Z[ recovery-image] Feb 21 20:22:01.834 INFO O| Feb 21 20:22:01.834 INFO STEP 1084 (remove_files) COMPLETE
78912025-02-21T20:22:02.284Z[ recovery-image] Feb 21 20:22:01.834 INFO O| Feb 21 20:22:01.834 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-21T20:22:02.299Z[ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78932025-02-21T20:22:02.302Z[ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO STEP 1085 (remove_files) COMPLETE
78942025-02-21T20:22:02.302Z[ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-21T20:22:02.351Z[ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78962025-02-21T20:22:02.351Z[ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO STEP 1086 (remove_files) COMPLETE
78972025-02-21T20:22:02.351Z[ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-21T20:22:02.354Z[ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78992025-02-21T20:22:02.354Z[ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO STEP 1087 (remove_files) COMPLETE
79002025-02-21T20:22:02.355Z[ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-21T20:22:02.382Z[ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79022025-02-21T20:22:02.382Z[ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO STEP 1088 (remove_files) COMPLETE
79032025-02-21T20:22:02.382Z[ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-21T20:22:02.394Z[ recovery-image] Feb 21 20:22:01.948 INFO O| Feb 21 20:22:01.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79052025-02-21T20:22:02.394Z[ recovery-image] Feb 21 20:22:01.949 INFO O| Feb 21 20:22:01.948 INFO STEP 1089 (remove_files) COMPLETE
79062025-02-21T20:22:02.394Z[ recovery-image] Feb 21 20:22:01.949 INFO O| Feb 21 20:22:01.949 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-21T20:22:02.463Z[ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79082025-02-21T20:22:02.463Z[ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO STEP 1090 (remove_files) COMPLETE
79092025-02-21T20:22:02.464Z[ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-21T20:22:02.476Z[ host-image] Feb 21 20:22:01.985 INFO O| Feb 21 20:22:01.985 INFO O| Actions: Completed 22 actions in 0.43 seconds.
79112025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:01.990 INFO O| Feb 21 20:22:01.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79122025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:01.990 INFO O| Feb 21 20:22:01.990 INFO STEP 1091 (remove_files) COMPLETE
79132025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:01.991 INFO O| Feb 21 20:22:01.990 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79152025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO STEP 1092 (remove_files) COMPLETE
79162025-02-21T20:22:02.476Z[ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-21T20:22:02.494Z[ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79182025-02-21T20:22:02.494Z[ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO STEP 1093 (remove_files) COMPLETE
79192025-02-21T20:22:02.494Z[ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-21T20:22:02.548Z[ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79212025-02-21T20:22:02.548Z[ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO STEP 1094 (remove_files) COMPLETE
79222025-02-21T20:22:02.548Z[ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-21T20:22:02.580Z[ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79242025-02-21T20:22:02.580Z[ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO STEP 1095 (remove_files) COMPLETE
79252025-02-21T20:22:02.587Z[ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-21T20:22:02.644Z[ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79272025-02-21T20:22:02.644Z[ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO STEP 1096 (remove_files) COMPLETE
79282025-02-21T20:22:02.657Z[ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-21T20:22:02.667Z[ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79302025-02-21T20:22:02.667Z[ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO STEP 1097 (remove_files) COMPLETE
79312025-02-21T20:22:02.669Z[ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-21T20:22:02.692Z[ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79332025-02-21T20:22:02.704Z[ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO STEP 1098 (remove_files) COMPLETE
79342025-02-21T20:22:02.705Z[ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-21T20:22:02.709Z[ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79362025-02-21T20:22:02.709Z[ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO STEP 1099 (remove_files) COMPLETE
79372025-02-21T20:22:02.709Z[ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-21T20:22:02.832Z[ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79392025-02-21T20:22:02.833Z[ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO STEP 1100 (remove_files) COMPLETE
79402025-02-21T20:22:02.833Z[ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79422025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO STEP 1101 (remove_files) COMPLETE
79432025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79452025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO STEP 1102 (remove_files) COMPLETE
79462025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-02-21T20:22:02.905Z[ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79482025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO STEP 1103 (remove_files) COMPLETE
79492025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.355 INFO O| Feb 21 20:22:02.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79512025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.356 INFO O| Feb 21 20:22:02.356 INFO STEP 1104 (remove_files) COMPLETE
79522025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.356 INFO O| Feb 21 20:22:02.356 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79542025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO STEP 1105 (remove_files) COMPLETE
79552025-02-21T20:22:02.906Z[ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-02-21T20:22:02.985Z[ recovery-image] Feb 21 20:22:02.395 INFO O| Feb 21 20:22:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79572025-02-21T20:22:02.985Z[ recovery-image] Feb 21 20:22:02.402 INFO O| Feb 21 20:22:02.402 INFO STEP 1106 (remove_files) COMPLETE
79582025-02-21T20:22:02.986Z[ recovery-image] Feb 21 20:22:02.402 INFO O| Feb 21 20:22:02.402 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-02-21T20:22:02.986Z[ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79602025-02-21T20:22:02.986Z[ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO STEP 1107 (remove_files) COMPLETE
79612025-02-21T20:22:02.986Z[ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-02-21T20:22:03.014Z[ recovery-image] Feb 21 20:22:02.487 INFO O| Feb 21 20:22:02.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79632025-02-21T20:22:03.014Z[ recovery-image] Feb 21 20:22:02.509 INFO O| Feb 21 20:22:02.509 INFO STEP 1108 (remove_files) COMPLETE
79642025-02-21T20:22:03.014Z[ recovery-image] Feb 21 20:22:02.509 INFO O| Feb 21 20:22:02.509 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-02-21T20:22:03.025Z[ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79662025-02-21T20:22:03.035Z[ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO STEP 1109 (remove_files) COMPLETE
79672025-02-21T20:22:03.035Z[ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-02-21T20:22:03.063Z[ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79692025-02-21T20:22:03.063Z[ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO STEP 1110 (remove_files) COMPLETE
79702025-02-21T20:22:03.063Z[ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-02-21T20:22:03.112Z[ recovery-image] Feb 21 20:22:02.650 INFO O| Feb 21 20:22:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79722025-02-21T20:22:03.122Z[ recovery-image] Feb 21 20:22:02.672 INFO O| Feb 21 20:22:02.672 INFO STEP 1111 (remove_files) COMPLETE
79732025-02-21T20:22:03.122Z[ recovery-image] Feb 21 20:22:02.672 INFO O| Feb 21 20:22:02.672 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-02-21T20:22:03.140Z[ recovery-image] Feb 21 20:22:02.694 INFO O| Feb 21 20:22:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79752025-02-21T20:22:03.145Z[ recovery-image] Feb 21 20:22:02.695 INFO O| Feb 21 20:22:02.694 INFO STEP 1112 (remove_files) COMPLETE
79762025-02-21T20:22:03.146Z[ recovery-image] Feb 21 20:22:02.695 INFO O| Feb 21 20:22:02.695 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-02-21T20:22:03.164Z[ host-image] Feb 21 20:22:02.718 INFO O| Feb 21 20:22:02.718 INFO O| Done
79782025-02-21T20:22:03.164Z[ host-image] Feb 21 20:22:02.718 INFO O| Feb 21 20:22:02.718 INFO O| Done
79792025-02-21T20:22:03.200Z[ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79802025-02-21T20:22:03.204Z[ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO STEP 1113 (remove_files) COMPLETE
79812025-02-21T20:22:03.204Z[ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-21T20:22:03.226Z[ recovery-image] Feb 21 20:22:02.777 INFO O| Feb 21 20:22:02.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79832025-02-21T20:22:03.235Z[ recovery-image] Feb 21 20:22:02.778 INFO O| Feb 21 20:22:02.778 INFO STEP 1114 (remove_files) COMPLETE
79842025-02-21T20:22:03.235Z[ recovery-image] Feb 21 20:22:02.778 INFO O| Feb 21 20:22:02.778 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-21T20:22:03.250Z[ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79862025-02-21T20:22:03.250Z[ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO STEP 1115 (remove_files) COMPLETE
79872025-02-21T20:22:03.250Z[ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-21T20:22:03.363Z[ recovery-image] Feb 21 20:22:02.823 INFO O| Feb 21 20:22:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79892025-02-21T20:22:03.363Z[ recovery-image] Feb 21 20:22:02.824 INFO O| Feb 21 20:22:02.824 INFO STEP 1116 (remove_files) COMPLETE
79902025-02-21T20:22:03.363Z[ recovery-image] Feb 21 20:22:02.824 INFO O| Feb 21 20:22:02.824 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-21T20:22:03.381Z[ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79922025-02-21T20:22:03.382Z[ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO STEP 1117 (remove_files) COMPLETE
79932025-02-21T20:22:03.382Z[ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-21T20:22:03.382Z[ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79952025-02-21T20:22:03.382Z[ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO STEP 1118 (remove_files) COMPLETE
79962025-02-21T20:22:03.382Z[ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-21T20:22:03.395Z[ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79982025-02-21T20:22:03.396Z[ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO STEP 1119 (remove_files) COMPLETE
79992025-02-21T20:22:03.396Z[ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-21T20:22:03.422Z[ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80012025-02-21T20:22:03.450Z[ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO STEP 1120 (remove_files) COMPLETE
80022025-02-21T20:22:03.450Z[ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-21T20:22:03.507Z[ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80042025-02-21T20:22:03.507Z[ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO STEP 1121 (remove_files) COMPLETE
80052025-02-21T20:22:03.526Z[ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-21T20:22:03.526Z[ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80072025-02-21T20:22:03.526Z[ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO STEP 1122 (remove_files) COMPLETE
80082025-02-21T20:22:03.526Z[ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-21T20:22:03.589Z[ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80102025-02-21T20:22:03.688Z[ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO STEP 1123 (remove_files) COMPLETE
80112025-02-21T20:22:03.688Z[ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-21T20:22:03.688Z[ recovery-image] Feb 21 20:22:03.113 INFO O| Feb 21 20:22:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80132025-02-21T20:22:03.688Z[ recovery-image] Feb 21 20:22:03.133 INFO O| Feb 21 20:22:03.133 INFO STEP 1124 (remove_files) COMPLETE
80142025-02-21T20:22:03.688Z[ recovery-image] Feb 21 20:22:03.133 INFO O| Feb 21 20:22:03.133 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-21T20:22:03.729Z[ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80162025-02-21T20:22:03.729Z[ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.166 INFO STEP 1125 (remove_files) COMPLETE
80172025-02-21T20:22:03.729Z[ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.166 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-21T20:22:03.729Z[ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80192025-02-21T20:22:03.730Z[ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO STEP 1126 (remove_files) COMPLETE
80202025-02-21T20:22:03.730Z[ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-21T20:22:03.730Z[ recovery-image] Feb 21 20:22:03.232 INFO O| Feb 21 20:22:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80222025-02-21T20:22:03.730Z[ recovery-image] Feb 21 20:22:03.232 INFO O| Feb 21 20:22:03.232 INFO STEP 1127 (remove_files) COMPLETE
80232025-02-21T20:22:03.730Z[ recovery-image] Feb 21 20:22:03.233 INFO O| Feb 21 20:22:03.232 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-21T20:22:03.783Z[ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80252025-02-21T20:22:03.783Z[ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO STEP 1128 (remove_files) COMPLETE
80262025-02-21T20:22:03.783Z[ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-21T20:22:03.784Z[ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80282025-02-21T20:22:03.784Z[ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO STEP 1129 (remove_files) COMPLETE
80292025-02-21T20:22:03.784Z[ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-21T20:22:03.844Z[ recovery-image] Feb 21 20:22:03.316 INFO O| Feb 21 20:22:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80312025-02-21T20:22:03.844Z[ recovery-image] Feb 21 20:22:03.317 INFO O| Feb 21 20:22:03.316 INFO STEP 1130 (remove_files) COMPLETE
80322025-02-21T20:22:03.844Z[ recovery-image] Feb 21 20:22:03.317 INFO O| Feb 21 20:22:03.317 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-21T20:22:03.844Z[ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80342025-02-21T20:22:03.845Z[ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.338 INFO STEP 1131 (remove_files) COMPLETE
80352025-02-21T20:22:03.845Z[ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.338 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-21T20:22:03.845Z[ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80372025-02-21T20:22:03.845Z[ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO STEP 1132 (remove_files) COMPLETE
80382025-02-21T20:22:03.845Z[ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.378 INFO O| Feb 21 20:22:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80402025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.379 INFO O| Feb 21 20:22:03.379 INFO STEP 1133 (remove_files) COMPLETE
80412025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.379 INFO O| Feb 21 20:22:03.379 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80432025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO STEP 1134 (remove_files) COMPLETE
80442025-02-21T20:22:03.893Z[ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-21T20:22:03.945Z[ recovery-image] Feb 21 20:22:03.416 INFO O| Feb 21 20:22:03.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80462025-02-21T20:22:03.946Z[ recovery-image] Feb 21 20:22:03.417 INFO O| Feb 21 20:22:03.416 INFO STEP 1135 (remove_files) COMPLETE
80472025-02-21T20:22:03.946Z[ recovery-image] Feb 21 20:22:03.417 INFO O| Feb 21 20:22:03.417 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.457 INFO O| Feb 21 20:22:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80492025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.457 INFO O| Feb 21 20:22:03.457 INFO STEP 1136 (remove_files) COMPLETE
80502025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.458 INFO O| Feb 21 20:22:03.458 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.478 INFO O| Feb 21 20:22:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80522025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.479 INFO O| Feb 21 20:22:03.479 INFO STEP 1137 (remove_files) COMPLETE
80532025-02-21T20:22:04.064Z[ recovery-image] Feb 21 20:22:03.479 INFO O| Feb 21 20:22:03.479 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-21T20:22:04.169Z[ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80552025-02-21T20:22:04.169Z[ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO STEP 1138 (remove_files) COMPLETE
80562025-02-21T20:22:04.169Z[ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-21T20:22:04.169Z[ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80582025-02-21T20:22:04.169Z[ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO STEP 1139 (remove_files) COMPLETE
80592025-02-21T20:22:04.170Z[ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.565 INFO O| Feb 21 20:22:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80612025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.574 INFO O| Feb 21 20:22:03.574 INFO STEP 1140 (remove_files) COMPLETE
80622025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.574 INFO O| Feb 21 20:22:03.574 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80642025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO STEP 1141 (remove_files) COMPLETE
80652025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80672025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.651 INFO STEP 1142 (remove_files) COMPLETE
80682025-02-21T20:22:04.171Z[ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.651 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-21T20:22:04.236Z[ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80702025-02-21T20:22:04.236Z[ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO STEP 1143 (remove_files) COMPLETE
80712025-02-21T20:22:04.237Z[ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-21T20:22:04.272Z[ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80732025-02-21T20:22:04.272Z[ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO STEP 1144 (remove_files) COMPLETE
80742025-02-21T20:22:04.273Z[ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-21T20:22:04.273Z[ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80762025-02-21T20:22:04.275Z[ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO STEP 1145 (remove_files) COMPLETE
80772025-02-21T20:22:04.275Z[ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-21T20:22:04.275Z[ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80792025-02-21T20:22:04.275Z[ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO STEP 1146 (remove_files) COMPLETE
80802025-02-21T20:22:04.276Z[ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-21T20:22:04.276Z[ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80822025-02-21T20:22:04.276Z[ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.793 INFO STEP 1147 (remove_files) COMPLETE
80832025-02-21T20:22:04.276Z[ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.793 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-21T20:22:04.289Z[ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80852025-02-21T20:22:04.289Z[ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO STEP 1148 (remove_files) COMPLETE
80862025-02-21T20:22:04.289Z[ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-21T20:22:04.307Z[ recovery-image] Feb 21 20:22:03.838 INFO O| Feb 21 20:22:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80882025-02-21T20:22:04.307Z[ recovery-image] Feb 21 20:22:03.838 INFO O| Feb 21 20:22:03.838 INFO STEP 1149 (remove_files) COMPLETE
80892025-02-21T20:22:04.307Z[ recovery-image] Feb 21 20:22:03.839 INFO O| Feb 21 20:22:03.838 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-21T20:22:04.331Z[ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80912025-02-21T20:22:04.332Z[ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO STEP 1150 (remove_files) COMPLETE
80922025-02-21T20:22:04.332Z[ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-21T20:22:04.339Z[ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80942025-02-21T20:22:04.342Z[ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO STEP 1151 (remove_files) COMPLETE
80952025-02-21T20:22:04.342Z[ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-21T20:22:04.416Z[ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80972025-02-21T20:22:04.416Z[ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO STEP 1152 (remove_files) COMPLETE
80982025-02-21T20:22:04.422Z[ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-21T20:22:04.429Z[ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81002025-02-21T20:22:04.429Z[ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO STEP 1153 (remove_files) COMPLETE
81012025-02-21T20:22:04.429Z[ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-21T20:22:04.476Z[ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81032025-02-21T20:22:04.476Z[ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO STEP 1154 (remove_files) COMPLETE
81042025-02-21T20:22:04.476Z[ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-21T20:22:04.573Z[ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81062025-02-21T20:22:04.573Z[ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO STEP 1155 (remove_files) COMPLETE
81072025-02-21T20:22:04.573Z[ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-21T20:22:04.573Z[ recovery-image] Feb 21 20:22:04.043 INFO O| Feb 21 20:22:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81092025-02-21T20:22:04.573Z[ recovery-image] Feb 21 20:22:04.044 INFO O| Feb 21 20:22:04.044 INFO STEP 1156 (remove_files) COMPLETE
81102025-02-21T20:22:04.574Z[ recovery-image] Feb 21 20:22:04.044 INFO O| Feb 21 20:22:04.044 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-21T20:22:04.595Z[ recovery-image] Feb 21 20:22:04.079 INFO O| Feb 21 20:22:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81122025-02-21T20:22:04.596Z[ recovery-image] Feb 21 20:22:04.080 INFO O| Feb 21 20:22:04.079 INFO STEP 1157 (remove_files) COMPLETE
81132025-02-21T20:22:04.596Z[ recovery-image] Feb 21 20:22:04.080 INFO O| Feb 21 20:22:04.080 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-21T20:22:04.596Z[ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81152025-02-21T20:22:04.596Z[ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO STEP 1158 (remove_files) COMPLETE
81162025-02-21T20:22:04.596Z[ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-02-21T20:22:04.615Z[ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81182025-02-21T20:22:04.615Z[ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO STEP 1159 (remove_files) COMPLETE
81192025-02-21T20:22:04.615Z[ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-02-21T20:22:04.686Z[ recovery-image] Feb 21 20:22:04.167 INFO O| Feb 21 20:22:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81212025-02-21T20:22:04.687Z[ recovery-image] Feb 21 20:22:04.168 INFO O| Feb 21 20:22:04.168 INFO STEP 1160 (remove_files) COMPLETE
81222025-02-21T20:22:04.687Z[ recovery-image] Feb 21 20:22:04.168 INFO O| Feb 21 20:22:04.168 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-02-21T20:22:04.687Z[ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81242025-02-21T20:22:04.687Z[ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO STEP 1161 (remove_files) COMPLETE
81252025-02-21T20:22:04.687Z[ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-02-21T20:22:04.702Z[ host-image] Feb 21 20:22:04.226 INFO O| Feb 21 20:22:04.226 INFO O| Done
81272025-02-21T20:22:04.702Z[ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81282025-02-21T20:22:04.702Z[ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO STEP 1162 (remove_files) COMPLETE
81292025-02-21T20:22:04.702Z[ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-02-21T20:22:04.786Z[ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81312025-02-21T20:22:04.786Z[ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO STEP 1163 (remove_files) COMPLETE
81322025-02-21T20:22:06.604Z[ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-02-21T20:22:06.755Z[ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81342025-02-21T20:22:06.755Z[ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO STEP 1164 (remove_files) COMPLETE
81352025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81372025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO STEP 1165 (remove_files) COMPLETE
81382025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81392025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.484 INFO O| Feb 21 20:22:04.484 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81402025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:04.484 INFO O| Feb 21 20:22:04.484 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81412025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO STEP 1166 (pack_tar) COMPLETE
81422025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81432025-02-21T20:22:06.756Z[ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81442025-02-21T20:22:06.772Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
81452025-02-21T20:22:06.819Z[ recovery-image] Feb 21 20:22:06.331 INFO O| Feb 21 20:22:06.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81462025-02-21T20:22:06.927Z[ recovery-image] Feb 21 20:22:06.459 INFO O| Feb 21 20:22:06.459 INFO completed processing gimlet/ramdisk-03-recovery-trim
81472025-02-21T20:22:06.952Z[ recovery-image] Feb 21 20:22:06.469 INFO image builder template: zfs-recovery...
81482025-02-21T20:22:06.953Z[ recovery-image] Feb 21 20:22:06.469 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/.tmppPBl4F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None
81492025-02-21T20:22:06.973Z[ recovery-image] Feb 21 20:22:06.523 INFO O| Feb 21 20:22:06.523 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81502025-02-21T20:22:06.983Z[ recovery-image] Feb 21 20:22:06.531 INFO O| Feb 21 20:22:06.531 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81512025-02-21T20:22:07.066Z[ recovery-image] Feb 21 20:22:06.617 INFO O| Feb 21 20:22:06.617 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81522025-02-21T20:22:07.191Z[ recovery-image] Feb 21 20:22:06.741 INFO O| Feb 21 20:22:06.741 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81532025-02-21T20:22:07.191Z[ recovery-image] Feb 21 20:22:06.741 INFO O| Feb 21 20:22:06.741 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81542025-02-21T20:22:07.232Z[ recovery-image] Feb 21 20:22:06.783 INFO O| Feb 21 20:22:06.783 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81552025-02-21T20:22:07.387Z[ recovery-image] Feb 21 20:22:06.938 INFO O| Feb 21 20:22:06.938 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81562025-02-21T20:22:07.517Z[ recovery-image] Feb 21 20:22:07.068 INFO O| Feb 21 20:22:07.068 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81572025-02-21T20:22:07.536Z[ recovery-image] Feb 21 20:22:07.087 INFO O| Feb 21 20:22:07.087 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81582025-02-21T20:22:07.545Z[ recovery-image] Feb 21 20:22:07.096 INFO O| Feb 21 20:22:07.096 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81592025-02-21T20:22:07.554Z[ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO no lofi found
81602025-02-21T20:22:07.554Z[ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81612025-02-21T20:22:07.554Z[ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81622025-02-21T20:22:07.667Z[ host-image] Feb 21 20:22:07.206 INFO O| Feb 21 20:22:07.206 INFO O| Done
81632025-02-21T20:22:07.722Z[ host-image] Feb 21 20:22:07.247 INFO O| Feb 21 20:22:07.247 INFO O| Done
81642025-02-21T20:22:07.722Z[ host-image] Feb 21 20:22:07.247 INFO O| Feb 21 20:22:07.247 INFO O| Done
81652025-02-21T20:22:07.731Z[ host-image] Feb 21 20:22:07.266 INFO O| Feb 21 20:22:07.266 INFO O| Done
81662025-02-21T20:22:07.988Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 14 (pkg_install) COMPLETE
81672025-02-21T20:22:07.988Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81682025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "mfg" is not enabled
81692025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81702025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "compliance" is not enabled
81712025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81722025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "stress" is not enabled
81732025-02-21T20:22:08.019Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81742025-02-21T20:22:08.020Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "nfs" is not enabled
81752025-02-21T20:22:08.020Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81762025-02-21T20:22:08.020Z[ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81772025-02-21T20:22:08.111Z[ host-image] Feb 21 20:22:07.645 INFO O| Feb 21 20:22:07.645 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81782025-02-21T20:22:08.267Z[ host-image] Feb 21 20:22:07.801 INFO O| Feb 21 20:22:07.801 INFO completed processing gimlet/ramdisk-01-os
81792025-02-21T20:22:08.327Z[ host-image] Feb 21 20:22:07.805 INFO omicron1 baseline generation...
81802025-02-21T20:22:08.327Z[ host-image] Feb 21 20:22:07.805 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81812025-02-21T20:22:09.120Z[ host-image] Feb 21 20:22:08.660 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
81822025-02-21T20:22:09.475Z[ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 INFO lofi device = /dev/dsk/c2t1d0p0
81832025-02-21T20:22:09.475Z[ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 INFO pool device = /dev/dsk/c2t1d0p0
81842025-02-21T20:22:09.486Z[ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 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"]
81852025-02-21T20:22:09.732Z[ recovery-image] Feb 21 20:22:09.275 INFO O| Feb 21 20:22:09.275 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862025-02-21T20:22:09.732Z[ recovery-image] Feb 21 20:22:09.275 INFO O| Feb 21 20:22:09.275 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81872025-02-21T20:22:09.820Z[ recovery-image] Feb 21 20:22:09.370 INFO O| Feb 21 20:22:09.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81882025-02-21T20:22:10.212Z[ recovery-image] Feb 21 20:22:09.733 INFO O| Feb 21 20:22:09.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81892025-02-21T20:22:10.254Z[ recovery-image] Feb 21 20:22:09.798 INFO O| Feb 21 20:22:09.798 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81902025-02-21T20:22:10.294Z[ recovery-image] Feb 21 20:22:09.826 INFO O| Feb 21 20:22:09.826 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81912025-02-21T20:22:10.314Z[ recovery-image] Feb 21 20:22:09.859 INFO O| Feb 21 20:22:09.859 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81922025-02-21T20:22:10.428Z[ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81932025-02-21T20:22:10.437Z[ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81942025-02-21T20:22:10.437Z[ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81952025-02-21T20:22:10.463Z[ recovery-image] Feb 21 20:22:10.012 INFO O| Feb 21 20:22:10.012 INFO boot environment UUID: d1d26d85-8640-4d38-ba55-489127721544
81962025-02-21T20:22:10.463Z[ recovery-image] Feb 21 20:22:10.012 INFO O| Feb 21 20:22:10.012 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d1d26d85-8640-4d38-ba55-489127721544
81972025-02-21T20:22:10.496Z[ recovery-image] Feb 21 20:22:10.044 INFO O| Feb 21 20:22:10.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81982025-02-21T20:22:10.530Z[ recovery-image] Feb 21 20:22:10.080 INFO O| Feb 21 20:22:10.080 INFO STEP 0 (create_be) COMPLETE
81992025-02-21T20:22:10.531Z[ recovery-image] Feb 21 20:22:10.080 INFO O| Feb 21 20:22:10.080 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002025-02-21T20:22:10.560Z[ recovery-image] Feb 21 20:22:10.109 INFO O| Feb 21 20:22:10.109 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"]
82012025-02-21T20:22:17.827Z[ recovery-image] Feb 21 20:22:17.327 INFO O| Feb 21 20:22:17.327 INFO STEP 1 (unpack_tar) COMPLETE
82022025-02-21T20:22:17.888Z[ recovery-image] Feb 21 20:22:17.327 INFO O| Feb 21 20:22:17.327 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82032025-02-21T20:22:17.889Z[ recovery-image] Feb 21 20:22:17.347 INFO O| Feb 21 20:22:17.347 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82042025-02-21T20:22:18.604Z[ recovery-image] Feb 21 20:22:18.147 INFO O| Feb 21 20:22:18.147 INFO STEP 2 (devfsadm) COMPLETE
82052025-02-21T20:22:18.604Z[ recovery-image] Feb 21 20:22:18.147 INFO O| Feb 21 20:22:18.147 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82062025-02-21T20:22:18.626Z[ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82072025-02-21T20:22:18.626Z[ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82082025-02-21T20:22:18.626Z[ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO STEP 3 (ensure_dir) COMPLETE
82092025-02-21T20:22:18.639Z[ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82102025-02-21T20:22:18.657Z[ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82112025-02-21T20:22:18.657Z[ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO STEP 4 (ensure_dir) COMPLETE
82122025-02-21T20:22:18.659Z[ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82132025-02-21T20:22:18.693Z[ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82142025-02-21T20:22:18.693Z[ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO STEP 5 (ensure_dir) COMPLETE
82152025-02-21T20:22:18.699Z[ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82162025-02-21T20:22:18.720Z[ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82172025-02-21T20:22:18.720Z[ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82182025-02-21T20:22:18.726Z[ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO STEP 6 (ensure_dir) COMPLETE
82192025-02-21T20:22:18.726Z[ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82202025-02-21T20:22:18.736Z[ recovery-image] Feb 21 20:22:18.280 INFO O| Feb 21 20:22:18.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82212025-02-21T20:22:18.736Z[ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82222025-02-21T20:22:18.743Z[ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.281 INFO STEP 7 (ensure_dir) COMPLETE
82232025-02-21T20:22:18.743Z[ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.281 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82242025-02-21T20:22:18.756Z[ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82252025-02-21T20:22:18.766Z[ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO STEP 8 (remove_files) COMPLETE
82262025-02-21T20:22:18.766Z[ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82272025-02-21T20:22:18.785Z[ recovery-image] Feb 21 20:22:18.329 INFO O| Feb 21 20:22:18.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82282025-02-21T20:22:18.807Z[ recovery-image] Feb 21 20:22:18.330 INFO O| Feb 21 20:22:18.330 INFO STEP 9 (remove_files) COMPLETE
82292025-02-21T20:22:18.807Z[ recovery-image] Feb 21 20:22:18.330 INFO O| Feb 21 20:22:18.330 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302025-02-21T20:22:18.828Z[ recovery-image] Feb 21 20:22:18.371 INFO O| Feb 21 20:22:18.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82312025-02-21T20:22:18.837Z[ recovery-image] Feb 21 20:22:18.373 INFO O| Feb 21 20:22:18.373 INFO STEP 10 (remove_files) COMPLETE
82322025-02-21T20:22:18.837Z[ recovery-image] Feb 21 20:22:18.373 INFO O| Feb 21 20:22:18.373 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332025-02-21T20:22:18.879Z[ recovery-image] Feb 21 20:22:18.421 INFO O| Feb 21 20:22:18.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82342025-02-21T20:22:18.886Z[ recovery-image] Feb 21 20:22:18.422 INFO O| Feb 21 20:22:18.422 INFO STEP 11 (remove_files) COMPLETE
82352025-02-21T20:22:18.886Z[ recovery-image] Feb 21 20:22:18.422 INFO O| Feb 21 20:22:18.422 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82362025-02-21T20:22:18.902Z[ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82372025-02-21T20:22:18.908Z[ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO STEP 12 (remove_files) COMPLETE
82382025-02-21T20:22:18.908Z[ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82392025-02-21T20:22:18.923Z[ recovery-image] Feb 21 20:22:18.465 INFO O| Feb 21 20:22:18.465 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82402025-02-21T20:22:18.928Z[ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82412025-02-21T20:22:18.928Z[ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO STEP 13 (ensure_dir) COMPLETE
82422025-02-21T20:22:18.928Z[ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82432025-02-21T20:22:18.983Z[ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82442025-02-21T20:22:18.984Z[ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82452025-02-21T20:22:18.988Z[ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82462025-02-21T20:22:18.988Z[ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO STEP 14 (ensure_dir) COMPLETE
82472025-02-21T20:22:18.989Z[ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82482025-02-21T20:22:19.029Z[ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.570 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82492025-02-21T20:22:19.029Z[ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82502025-02-21T20:22:19.035Z[ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82512025-02-21T20:22:19.035Z[ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO STEP 15 (ensure_dir) COMPLETE
82522025-02-21T20:22:19.035Z[ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532025-02-21T20:22:19.083Z[ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82542025-02-21T20:22:19.083Z[ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82552025-02-21T20:22:19.084Z[ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO STEP 16 (ensure_dir) COMPLETE
82562025-02-21T20:22:19.092Z[ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82572025-02-21T20:22:19.110Z[ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82582025-02-21T20:22:19.110Z[ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82592025-02-21T20:22:19.110Z[ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO STEP 17 (ensure_dir) COMPLETE
82602025-02-21T20:22:19.110Z[ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82612025-02-21T20:22:19.158Z[ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82622025-02-21T20:22:19.158Z[ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82632025-02-21T20:22:19.162Z[ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO ok!
82642025-02-21T20:22:19.162Z[ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO STEP 18 (ensure_symlink) COMPLETE
82652025-02-21T20:22:19.162Z[ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662025-02-21T20:22:19.179Z[ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82672025-02-21T20:22:19.179Z[ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82682025-02-21T20:22:19.179Z[ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO ok!
82692025-02-21T20:22:19.179Z[ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO STEP 19 (ensure_file) COMPLETE
82702025-02-21T20:22:19.179Z[ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82712025-02-21T20:22:19.226Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.768 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82722025-02-21T20:22:19.226Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82732025-02-21T20:22:19.229Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82742025-02-21T20:22:19.229Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO ok!
82752025-02-21T20:22:19.229Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO STEP 20 (ensure_symlink) COMPLETE
82762025-02-21T20:22:19.229Z[ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82772025-02-21T20:22:19.247Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82782025-02-21T20:22:19.247Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82792025-02-21T20:22:19.247Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82802025-02-21T20:22:19.250Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO ok!
82812025-02-21T20:22:19.250Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO STEP 21 (ensure_symlink) COMPLETE
82822025-02-21T20:22:19.250Z[ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82832025-02-21T20:22:19.269Z[ recovery-image] Feb 21 20:22:18.813 INFO O| Feb 21 20:22:18.813 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82842025-02-21T20:22:19.269Z[ recovery-image] Feb 21 20:22:18.813 INFO O| Feb 21 20:22:18.813 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82852025-02-21T20:22:19.275Z[ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82862025-02-21T20:22:19.275Z[ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO ok!
82872025-02-21T20:22:19.275Z[ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO STEP 22 (ensure_symlink) COMPLETE
82882025-02-21T20:22:19.275Z[ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82892025-02-21T20:22:19.290Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82902025-02-21T20:22:19.290Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82912025-02-21T20:22:19.290Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82922025-02-21T20:22:19.293Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO ok!
82932025-02-21T20:22:19.293Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO STEP 23 (ensure_symlink) COMPLETE
82942025-02-21T20:22:19.293Z[ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82952025-02-21T20:22:19.310Z[ recovery-image] Feb 21 20:22:18.854 INFO O| Feb 21 20:22:18.854 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82962025-02-21T20:22:19.314Z[ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 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 ...
82972025-02-21T20:22:19.314Z[ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82982025-02-21T20:22:19.314Z[ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO ok!
82992025-02-21T20:22:19.314Z[ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO STEP 24 (ensure_file) COMPLETE
83002025-02-21T20:22:19.314Z[ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83012025-02-21T20:22:19.350Z[ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO updating shadow file
83022025-02-21T20:22:19.355Z[ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83032025-02-21T20:22:19.355Z[ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83042025-02-21T20:22:19.355Z[ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO STEP 25 (shadow) COMPLETE
83052025-02-21T20:22:19.355Z[ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83062025-02-21T20:22:19.387Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83072025-02-21T20:22:19.393Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83082025-02-21T20:22:19.393Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83092025-02-21T20:22:19.393Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO ok!
83102025-02-21T20:22:19.393Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO STEP 26 (ensure_file) COMPLETE
83112025-02-21T20:22:19.393Z[ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83122025-02-21T20:22:19.421Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83132025-02-21T20:22:19.421Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83142025-02-21T20:22:19.422Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83152025-02-21T20:22:19.431Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO ok!
83162025-02-21T20:22:19.431Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO STEP 27 (ensure_file) COMPLETE
83172025-02-21T20:22:19.432Z[ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83182025-02-21T20:22:19.436Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83192025-02-21T20:22:19.436Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83202025-02-21T20:22:19.437Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83212025-02-21T20:22:19.437Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83222025-02-21T20:22:19.437Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO ok!
83232025-02-21T20:22:19.437Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO STEP 28 (ensure_file) COMPLETE
83242025-02-21T20:22:19.437Z[ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83252025-02-21T20:22:19.458Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83262025-02-21T20:22:19.458Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83272025-02-21T20:22:19.463Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83282025-02-21T20:22:19.463Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO ok!
83292025-02-21T20:22:19.463Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO STEP 29 (ensure_file) COMPLETE
83302025-02-21T20:22:19.468Z[ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83312025-02-21T20:22:19.496Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83322025-02-21T20:22:19.496Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83332025-02-21T20:22:19.503Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83342025-02-21T20:22:19.503Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO ok!
83352025-02-21T20:22:19.503Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO STEP 30 (ensure_file) COMPLETE
83362025-02-21T20:22:19.504Z[ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83372025-02-21T20:22:19.518Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.061 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83382025-02-21T20:22:19.518Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83392025-02-21T20:22:19.518Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83402025-02-21T20:22:19.518Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83412025-02-21T20:22:19.521Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO ok!
83422025-02-21T20:22:19.521Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO STEP 31 (ensure_file) COMPLETE
83432025-02-21T20:22:19.521Z[ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83442025-02-21T20:22:19.561Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83452025-02-21T20:22:19.561Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83462025-02-21T20:22:19.562Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83472025-02-21T20:22:19.562Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO ok!
83482025-02-21T20:22:19.575Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO STEP 32 (ensure_file) COMPLETE
83492025-02-21T20:22:19.575Z[ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83502025-02-21T20:22:19.620Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83512025-02-21T20:22:19.620Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83522025-02-21T20:22:19.620Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83532025-02-21T20:22:19.620Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO ok!
83542025-02-21T20:22:19.624Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO STEP 33 (ensure_file) COMPLETE
83552025-02-21T20:22:19.624Z[ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83562025-02-21T20:22:19.642Z[ recovery-image] Feb 21 20:22:19.184 INFO O| Feb 21 20:22:19.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83572025-02-21T20:22:19.642Z[ recovery-image] Feb 21 20:22:19.184 INFO O| Feb 21 20:22:19.184 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83582025-02-21T20:22:19.647Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.184 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83592025-02-21T20:22:19.647Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83602025-02-21T20:22:19.648Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83612025-02-21T20:22:19.648Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83622025-02-21T20:22:19.648Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO ok!
83632025-02-21T20:22:19.648Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO STEP 34 (ensure_file) COMPLETE
83642025-02-21T20:22:19.648Z[ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83652025-02-21T20:22:19.666Z[ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83662025-02-21T20:22:19.666Z[ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83672025-02-21T20:22:19.666Z[ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83682025-02-21T20:22:19.666Z[ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO STEP 35 (ensure_dir) COMPLETE
83692025-02-21T20:22:19.670Z[ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83702025-02-21T20:22:19.686Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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
83712025-02-21T20:22:19.686Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 ...
83722025-02-21T20:22:19.687Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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
83732025-02-21T20:22:19.690Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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
83742025-02-21T20:22:19.690Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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
83752025-02-21T20:22:19.690Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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
83762025-02-21T20:22:19.691Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO ok!
83772025-02-21T20:22:19.691Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO STEP 36 (ensure_file) COMPLETE
83782025-02-21T20:22:19.691Z[ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83792025-02-21T20:22:19.710Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83802025-02-21T20:22:19.710Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 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 ...
83812025-02-21T20:22:19.714Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83822025-02-21T20:22:19.715Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO ok!
83832025-02-21T20:22:19.715Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO STEP 37 (ensure_symlink) COMPLETE
83842025-02-21T20:22:19.715Z[ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83852025-02-21T20:22:19.737Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83862025-02-21T20:22:19.737Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83872025-02-21T20:22:19.737Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83882025-02-21T20:22:19.737Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83892025-02-21T20:22:19.741Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83902025-02-21T20:22:19.741Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83912025-02-21T20:22:19.741Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO ok!
83922025-02-21T20:22:19.741Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO STEP 38 (ensure_file) COMPLETE
83932025-02-21T20:22:19.741Z[ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83942025-02-21T20:22:19.760Z[ recovery-image] Feb 21 20:22:19.302 INFO O| Feb 21 20:22:19.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83952025-02-21T20:22:19.760Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.302 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 ...
83962025-02-21T20:22:19.765Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 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
83972025-02-21T20:22:19.765Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83982025-02-21T20:22:19.765Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO ok!
83992025-02-21T20:22:19.765Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO STEP 39 (ensure_file) COMPLETE
84002025-02-21T20:22:19.765Z[ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84012025-02-21T20:22:19.798Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84022025-02-21T20:22:19.798Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84032025-02-21T20:22:19.798Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84042025-02-21T20:22:19.798Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO ok!
84052025-02-21T20:22:19.816Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO STEP 40 (ensure_file) COMPLETE
84062025-02-21T20:22:19.816Z[ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84072025-02-21T20:22:19.852Z[ recovery-image] Feb 21 20:22:19.395 INFO O| Feb 21 20:22:19.395 INFO updating shadow file
84082025-02-21T20:22:19.858Z[ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84092025-02-21T20:22:19.858Z[ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO STEP 41 (shadow) COMPLETE
84102025-02-21T20:22:19.858Z[ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84112025-02-21T20:22:19.876Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84122025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84132025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84142025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84152025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO ok!
84162025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO STEP 42 (ensure_file) COMPLETE
84172025-02-21T20:22:19.879Z[ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84182025-02-21T20:22:19.898Z[ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84192025-02-21T20:22:19.898Z[ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO STEP 43 (ensure_dir) COMPLETE
84202025-02-21T20:22:19.898Z[ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84212025-02-21T20:22:19.918Z[ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84222025-02-21T20:22:19.918Z[ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84232025-02-21T20:22:19.918Z[ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO STEP 44 (ensure_dir) COMPLETE
84242025-02-21T20:22:19.918Z[ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84252025-02-21T20:22:19.939Z[ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.482 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84262025-02-21T20:22:19.939Z[ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84272025-02-21T20:22:19.945Z[ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO STEP 45 (ensure_dir) COMPLETE
84282025-02-21T20:22:19.945Z[ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84292025-02-21T20:22:19.961Z[ recovery-image] Feb 21 20:22:19.503 INFO O| Feb 21 20:22:19.503 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84302025-02-21T20:22:19.961Z[ recovery-image] Feb 21 20:22:19.503 INFO O| Feb 21 20:22:19.503 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84312025-02-21T20:22:20.116Z[ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84322025-02-21T20:22:20.116Z[ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO ok!
84332025-02-21T20:22:20.120Z[ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO STEP 46 (ensure_file) COMPLETE
84342025-02-21T20:22:20.120Z[ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352025-02-21T20:22:20.165Z[ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84362025-02-21T20:22:20.171Z[ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84372025-02-21T20:22:20.171Z[ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO STEP 47 (ensure_dir) COMPLETE
84382025-02-21T20:22:20.171Z[ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84392025-02-21T20:22:20.196Z[ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84402025-02-21T20:22:20.196Z[ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84412025-02-21T20:22:20.196Z[ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84422025-02-21T20:22:20.196Z[ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO ok!
84432025-02-21T20:22:20.200Z[ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO STEP 48 (ensure_file) COMPLETE
84442025-02-21T20:22:20.200Z[ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84452025-02-21T20:22:20.258Z[ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84462025-02-21T20:22:20.258Z[ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84472025-02-21T20:22:20.270Z[ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO STEP 49 (ensure_dir) COMPLETE
84482025-02-21T20:22:20.271Z[ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84492025-02-21T20:22:20.317Z[ recovery-image] Feb 21 20:22:19.832 INFO O| Feb 21 20:22:19.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84502025-02-21T20:22:20.317Z[ recovery-image] Feb 21 20:22:19.832 INFO O| Feb 21 20:22:19.832 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84512025-02-21T20:22:22.339Z[ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84522025-02-21T20:22:22.339Z[ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO ok!
84532025-02-21T20:22:22.344Z[ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO STEP 50 (ensure_file) COMPLETE
84542025-02-21T20:22:22.344Z[ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-21T20:22:22.361Z[ recovery-image] Feb 21 20:22:21.901 INFO O| Feb 21 20:22:21.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84562025-02-21T20:22:22.361Z[ recovery-image] Feb 21 20:22:21.902 INFO O| Feb 21 20:22:21.901 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84572025-02-21T20:22:23.415Z[ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84582025-02-21T20:22:23.415Z[ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO ok!
84592025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO STEP 51 (ensure_file) COMPLETE
84602025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.979 INFO O| Feb 21 20:22:21.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84622025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84632025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.980 INFO STEP 52 (ensure_dir) COMPLETE
84642025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.980 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84652025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84662025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
84672025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
84682025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO ok!
84692025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO STEP 53 (ensure_file) COMPLETE
84702025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84722025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
84732025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
84742025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO ok!
84752025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO STEP 54 (ensure_file) COMPLETE
84762025-02-21T20:22:23.422Z[ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.087 INFO O| Feb 21 20:22:22.087 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84782025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.087 INFO O| Feb 21 20:22:22.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84792025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.088 INFO O| Feb 21 20:22:22.087 INFO STEP 55 (ensure_dir) COMPLETE
84802025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.088 INFO O| Feb 21 20:22:22.087 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84812025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84822025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
84832025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84842025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO ok!
84852025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO STEP 56 (ensure_file) COMPLETE
84862025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84882025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
84892025-02-21T20:22:23.424Z[ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
84902025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO ok!
84912025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO STEP 57 (ensure_file) COMPLETE
84922025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.223 INFO O| Feb 21 20:22:22.222 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84932025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84942025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84952025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO STEP 58 (ensure_dir) COMPLETE
84962025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84972025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84982025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.271 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
84992025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85002025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO ok!
85012025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO STEP 59 (ensure_file) COMPLETE
85022025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85032025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.293 INFO O| Feb 21 20:22:22.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85042025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.293 INFO O| Feb 21 20:22:22.293 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85052025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85062025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO ok!
85072025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO STEP 60 (ensure_file) COMPLETE
85082025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85092025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.314 INFO O| Feb 21 20:22:22.314 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85102025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.314 INFO O| Feb 21 20:22:22.314 INFO STEP 61 (ensure_dir) COMPLETE
85112025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.315 INFO O| Feb 21 20:22:22.314 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85122025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85132025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO STEP 62 (ensure_dir) COMPLETE
85142025-02-21T20:22:23.425Z[ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85152025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85162025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO STEP 63 (ensure_dir) COMPLETE
85172025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85182025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85192025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO STEP 64 (ensure_dir) COMPLETE
85202025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85212025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.429 INFO O| Feb 21 20:22:22.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85222025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.429 INFO O| Feb 21 20:22:22.429 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85232025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85242025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO ok!
85252025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO STEP 65 (ensure_file) COMPLETE
85262025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.451 INFO O| Feb 21 20:22:22.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85282025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.452 INFO O| Feb 21 20:22:22.452 INFO STEP 66 (remove_files) COMPLETE
85292025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.452 INFO O| Feb 21 20:22:22.452 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85312025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO STEP 67 (remove_files) COMPLETE
85322025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85342025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.506 INFO STEP 68 (remove_files) COMPLETE
85352025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.506 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362025-02-21T20:22:23.426Z[ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85372025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO STEP 69 (remove_files) COMPLETE
85382025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85402025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO STEP 70 (remove_files) COMPLETE
85412025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422025-02-21T20:22:23.427Z[ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85432025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO STEP 71 (remove_files) COMPLETE
85442025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85462025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO STEP 72 (remove_files) COMPLETE
85472025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85492025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO STEP 73 (remove_files) COMPLETE
85502025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85522025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO STEP 74 (remove_files) COMPLETE
85532025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85542025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85552025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO STEP 75 (remove_files) COMPLETE
85562025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85572025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85582025-02-21T20:22:23.428Z[ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO STEP 76 (remove_files) COMPLETE
85592025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85602025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85612025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO STEP 77 (remove_files) COMPLETE
85622025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85632025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.832 INFO O| Feb 21 20:22:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85642025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.833 INFO O| Feb 21 20:22:22.833 INFO STEP 78 (remove_files) COMPLETE
85652025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.833 INFO O| Feb 21 20:22:22.833 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-02-21T20:22:23.433Z[ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85672025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO STEP 79 (remove_files) COMPLETE
85682025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.877 INFO O| Feb 21 20:22:22.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85702025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.878 INFO O| Feb 21 20:22:22.878 INFO STEP 80 (remove_files) COMPLETE
85712025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.878 INFO O| Feb 21 20:22:22.878 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85722025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.936 INFO O| Feb 21 20:22:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85732025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.936 INFO O| Feb 21 20:22:22.936 INFO STEP 81 (remove_files) COMPLETE
85742025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.937 INFO O| Feb 21 20:22:22.936 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85762025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO STEP 82 (remove_files) COMPLETE
85772025-02-21T20:22:23.435Z[ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782025-02-21T20:22:23.439Z[ recovery-image] Feb 21 20:22:22.978 INFO O| Feb 21 20:22:22.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85792025-02-21T20:22:23.439Z[ recovery-image] Feb 21 20:22:22.979 INFO O| Feb 21 20:22:22.979 INFO STEP 83 (remove_files) COMPLETE
85802025-02-21T20:22:23.439Z[ recovery-image] Feb 21 20:22:22.979 INFO O| Feb 21 20:22:22.979 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812025-02-21T20:22:23.458Z[ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85822025-02-21T20:22:23.458Z[ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO STEP 84 (remove_files) COMPLETE
85832025-02-21T20:22:23.458Z[ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842025-02-21T20:22:23.492Z[ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85852025-02-21T20:22:23.492Z[ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO STEP 85 (remove_files) COMPLETE
85862025-02-21T20:22:23.495Z[ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872025-02-21T20:22:23.511Z[ recovery-image] Feb 21 20:22:23.053 INFO O| Feb 21 20:22:23.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85882025-02-21T20:22:23.512Z[ recovery-image] Feb 21 20:22:23.054 INFO O| Feb 21 20:22:23.053 INFO STEP 86 (remove_files) COMPLETE
85892025-02-21T20:22:23.515Z[ recovery-image] Feb 21 20:22:23.054 INFO O| Feb 21 20:22:23.053 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902025-02-21T20:22:23.543Z[ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85912025-02-21T20:22:23.543Z[ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO STEP 87 (remove_files) COMPLETE
85922025-02-21T20:22:23.543Z[ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932025-02-21T20:22:23.567Z[ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85942025-02-21T20:22:23.572Z[ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO STEP 88 (remove_files) COMPLETE
85952025-02-21T20:22:23.572Z[ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962025-02-21T20:22:23.612Z[ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85972025-02-21T20:22:23.615Z[ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO STEP 89 (remove_files) COMPLETE
85982025-02-21T20:22:23.615Z[ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992025-02-21T20:22:23.651Z[ recovery-image] Feb 21 20:22:23.192 INFO O| Feb 21 20:22:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86002025-02-21T20:22:23.654Z[ recovery-image] Feb 21 20:22:23.193 INFO O| Feb 21 20:22:23.193 INFO STEP 90 (remove_files) COMPLETE
86012025-02-21T20:22:23.654Z[ recovery-image] Feb 21 20:22:23.193 INFO O| Feb 21 20:22:23.193 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022025-02-21T20:22:23.697Z[ recovery-image] Feb 21 20:22:23.239 INFO O| Feb 21 20:22:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86032025-02-21T20:22:23.700Z[ recovery-image] Feb 21 20:22:23.239 INFO O| Feb 21 20:22:23.239 INFO STEP 91 (remove_files) COMPLETE
86042025-02-21T20:22:23.700Z[ recovery-image] Feb 21 20:22:23.240 INFO O| Feb 21 20:22:23.239 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052025-02-21T20:22:23.721Z[ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86062025-02-21T20:22:23.724Z[ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO STEP 92 (remove_files) COMPLETE
86072025-02-21T20:22:23.724Z[ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082025-02-21T20:22:23.745Z[ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86092025-02-21T20:22:23.748Z[ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO STEP 93 (remove_files) COMPLETE
86102025-02-21T20:22:23.748Z[ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-02-21T20:22:23.764Z[ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86122025-02-21T20:22:23.767Z[ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO STEP 94 (remove_files) COMPLETE
86132025-02-21T20:22:23.767Z[ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86142025-02-21T20:22:23.804Z[ recovery-image] Feb 21 20:22:23.345 INFO O| Feb 21 20:22:23.345 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86152025-02-21T20:22:23.807Z[ recovery-image] Feb 21 20:22:23.349 INFO O| Feb 21 20:22:23.349 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86162025-02-21T20:22:24.858Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
86172025-02-21T20:22:30.270Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86182025-02-21T20:22:32.920Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86192025-02-21T20:22:35.503Z[ recovery-image] Feb 21 20:22:35.038 INFO O| Feb 21 20:22:35.038 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
86202025-02-21T20:22:35.503Z[ recovery-image] Feb 21 20:22:35.038 INFO O| Feb 21 20:22:35.038 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86212025-02-21T20:22:35.523Z[ recovery-image] Feb 21 20:22:35.057 INFO O| Feb 21 20:22:35.057 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86222025-02-21T20:22:35.941Z[ recovery-image] Feb 21 20:22:35.476 INFO O| Feb 21 20:22:35.476 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86232025-02-21T20:22:35.944Z[ recovery-image] Feb 21 20:22:35.476 INFO O| Feb 21 20:22:35.476 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
86242025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86252025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO ok!
86262025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86272025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO STEP 95 (seed_smf) COMPLETE
86282025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.479 INFO O| Feb 21 20:22:35.478 INFO steps complete; finalising image!
86292025-02-21T20:22:35.945Z[ recovery-image] Feb 21 20:22:35.479 INFO O| Feb 21 20:22:35.478 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86302025-02-21T20:22:35.949Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
86312025-02-21T20:22:36.029Z[ recovery-image] Feb 21 20:22:35.562 INFO O| Feb 21 20:22:35.562 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 21 20:22:35 2025)
86322025-02-21T20:22:36.243Z[ recovery-image] Feb 21 20:22:35.774 INFO O| Feb 21 20:22:35.774 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Fri Feb 21 20:22:35 2025)
86332025-02-21T20:22:36.473Z[ recovery-image] Feb 21 20:22:36.006 INFO O| Feb 21 20:22:36.006 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Feb 21 20:22:35 2025)
86342025-02-21T20:22:36.713Z[ recovery-image] Feb 21 20:22:36.247 INFO O| Feb 21 20:22:36.247 INFO temporary pool has 378M used, 1.38G avail, 1.00x compressratio
86352025-02-21T20:22:36.714Z[ recovery-image] Feb 21 20:22:36.247 INFO O| Feb 21 20:22:36.247 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86362025-02-21T20:22:36.841Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86372025-02-21T20:22:37.458Z[ recovery-image] Feb 21 20:22:36.992 INFO O| Feb 21 20:22:36.992 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
86382025-02-21T20:22:37.459Z[ recovery-image] Feb 21 20:22:36.992 INFO O| Feb 21 20:22:36.992 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86392025-02-21T20:22:38.463Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
86402025-02-21T20:22:42.727Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
86412025-02-21T20:22:43.296Z[ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86422025-02-21T20:22:43.297Z[ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86432025-02-21T20:22:43.301Z[ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86442025-02-21T20:22:43.301Z[ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO completed processing gimlet/zfs-recovery
86452025-02-21T20:22:43.301Z[ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86462025-02-21T20:22:44.134Z[ recovery-image] Feb 21 20:22:43.664 INFO O| Feb 21 20:22:43.664 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86472025-02-21T20:22:44.300Z[ recovery-image] Feb 21 20:22:43.829 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86482025-02-21T20:22:44.303Z[ recovery-image] Feb 21 20:22:43.829 INFO expanded image name: "recovery 9190d80/${os_short_commit} 2025-02-21 19:49" -> "recovery 9190d80/9fcb5ef 2025-02-21 19:49"
86492025-02-21T20:22:44.304Z[ recovery-image] Feb 21 20:22:43.830 INFO output artefacts stored in: "/work/os-recovery"
86502025-02-21T20:22:44.304Z[ recovery-image] Feb 21 20:22:43.830 INFO collecting git info from project "amd-host-image-builder"...
86512025-02-21T20:22:44.990Z[ recovery-image] Feb 21 20:22:44.508 INFO collecting git info from project "amd-firmware"...
86522025-02-21T20:22:45.391Z[ recovery-image] Feb 21 20:22:44.920 INFO collecting git info from project "chelsio-t6-roms"...
86532025-02-21T20:22:45.426Z[ recovery-image] Feb 21 20:22:44.955 INFO collecting git info from project "pilot"...
86542025-02-21T20:22:45.448Z[ recovery-image] Feb 21 20:22:44.977 INFO collecting git info from project "pinprick"...
86552025-02-21T20:22:45.458Z[ recovery-image] Feb 21 20:22:44.986 INFO collecting git info from project "phbl"...
86562025-02-21T20:22:45.470Z[ recovery-image] Feb 21 20:22:44.998 INFO collecting git info from project "bootserver"...
86572025-02-21T20:22:45.481Z[ recovery-image] Feb 21 20:22:45.010 INFO collecting git info from project "image-builder"...
86582025-02-21T20:22:45.494Z[ recovery-image] Feb 21 20:22:45.023 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86592025-02-21T20:22:46.497Z[verify-libraries] Compiling termios v0.3.3
86602025-02-21T20:22:46.647Z[ recovery-image] Feb 21 20:22:46.173 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86612025-02-21T20:22:46.922Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
86622025-02-21T20:22:47.370Z[ recovery-image] Feb 21 20:22:46.897 INFO creating Oxide boot image...
86632025-02-21T20:22:47.370Z[ recovery-image] Feb 21 20:22:46.897 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9190d80/9fcb5ef 2025-02-21 19:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86642025-02-21T20:22:48.070Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
86652025-02-21T20:23:39.568Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
86662025-02-21T20:23:56.030Z[ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86672025-02-21T20:23:56.030Z[ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86682025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86692025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86702025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86712025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86722025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86732025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86742025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86752025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86762025-02-21T20:23:56.035Z[ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86772025-02-21T20:23:56.039Z[ host-image] Feb 21 20:23:55.522 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86782025-02-21T20:23:56.039Z[ host-image] Feb 21 20:23:55.523 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86792025-02-21T20:23:56.039Z[ host-image] Feb 21 20:23:55.524 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86802025-02-21T20:23:56.039Z[ host-image] Feb 21 20:23:55.524 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86812025-02-21T20:23:56.039Z[ host-image] Feb 21 20:23:55.525 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86822025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86832025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86842025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86852025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86862025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86872025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86882025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86892025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86902025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86912025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86922025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86932025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86942025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86952025-02-21T20:23:56.043Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86962025-02-21T20:23:56.044Z[ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86972025-02-21T20:23:56.044Z[ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86982025-02-21T20:23:56.044Z[ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
86992025-02-21T20:23:56.044Z[ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
87002025-02-21T20:23:56.048Z[ host-image] Feb 21 20:23:55.531 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
87012025-02-21T20:23:56.048Z[ host-image] Feb 21 20:23:55.531 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
87022025-02-21T20:23:56.057Z[ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
87032025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
87042025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
87052025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.545 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87062025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.545 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87072025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.546 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
87082025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.546 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87092025-02-21T20:23:56.060Z[ host-image] Feb 21 20:23:55.547 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87102025-02-21T20:23:56.063Z[ host-image] Feb 21 20:23:55.548 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87112025-02-21T20:23:56.063Z[ host-image] Feb 21 20:23:55.549 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87122025-02-21T20:23:56.079Z[ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87132025-02-21T20:23:56.079Z[ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87142025-02-21T20:23:56.082Z[ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87152025-02-21T20:23:56.082Z[ host-image] Feb 21 20:23:55.567 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87162025-02-21T20:23:56.082Z[ host-image] Feb 21 20:23:55.568 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87172025-02-21T20:23:56.082Z[ host-image] Feb 21 20:23:55.568 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87182025-02-21T20:23:56.159Z[ host-image] Feb 21 20:23:55.646 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87192025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.647 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87202025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.647 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87212025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87222025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87232025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87242025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87252025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87262025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87272025-02-21T20:23:56.165Z[ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87282025-02-21T20:23:56.169Z[ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87292025-02-21T20:23:56.169Z[ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87302025-02-21T20:23:56.173Z[ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87312025-02-21T20:23:56.173Z[ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87322025-02-21T20:23:56.173Z[ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87332025-02-21T20:23:56.173Z[ host-image] Feb 21 20:23:55.658 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87342025-02-21T20:23:56.173Z[ host-image] Feb 21 20:23:55.658 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87352025-02-21T20:23:56.192Z[ host-image] Feb 21 20:23:55.679 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87362025-02-21T20:23:56.196Z[ host-image] Feb 21 20:23:55.679 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87372025-02-21T20:23:56.196Z[ host-image] Feb 21 20:23:55.682 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87382025-02-21T20:23:56.196Z[ host-image] Feb 21 20:23:55.683 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87392025-02-21T20:23:56.197Z[ host-image] Feb 21 20:23:55.683 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87402025-02-21T20:23:56.200Z[ host-image] Feb 21 20:23:55.684 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87412025-02-21T20:23:56.200Z[ host-image] Feb 21 20:23:55.685 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87422025-02-21T20:23:56.200Z[ host-image] Feb 21 20:23:55.685 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87432025-02-21T20:23:56.201Z[ host-image] Feb 21 20:23:55.686 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87442025-02-21T20:23:56.204Z[ host-image] Feb 21 20:23:55.691 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87452025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.692 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87462025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87472025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87482025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87492025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.694 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87502025-02-21T20:23:56.207Z[ host-image] Feb 21 20:23:55.694 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87512025-02-21T20:23:56.210Z[ host-image] Feb 21 20:23:55.695 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87522025-02-21T20:23:56.220Z[ host-image] Feb 21 20:23:55.707 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87532025-02-21T20:23:56.220Z[ host-image] Feb 21 20:23:55.707 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87542025-02-21T20:23:56.223Z[ host-image] Feb 21 20:23:55.710 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87552025-02-21T20:23:56.227Z[ host-image] Feb 21 20:23:55.712 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87562025-02-21T20:23:56.227Z[ host-image] Feb 21 20:23:55.712 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87572025-02-21T20:23:56.227Z[ host-image] Feb 21 20:23:55.713 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87582025-02-21T20:23:56.227Z[ host-image] Feb 21 20:23:55.714 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87592025-02-21T20:23:56.233Z[ host-image] Feb 21 20:23:55.714 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87602025-02-21T20:23:56.243Z[ host-image] Feb 21 20:23:55.729 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87612025-02-21T20:23:56.246Z[ host-image] Feb 21 20:23:55.729 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87622025-02-21T20:23:56.246Z[ host-image] Feb 21 20:23:55.730 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87632025-02-21T20:23:56.246Z[ host-image] Feb 21 20:23:55.732 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87642025-02-21T20:23:56.246Z[ host-image] Feb 21 20:23:55.732 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87652025-02-21T20:23:56.280Z[ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87662025-02-21T20:23:56.284Z[ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87672025-02-21T20:23:56.284Z[ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87682025-02-21T20:23:56.284Z[ host-image] Feb 21 20:23:55.768 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87692025-02-21T20:23:56.284Z[ host-image] Feb 21 20:23:55.769 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87702025-02-21T20:23:56.342Z[ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87712025-02-21T20:23:56.345Z[ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87722025-02-21T20:23:56.345Z[ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87732025-02-21T20:23:56.345Z[ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87742025-02-21T20:23:56.345Z[ host-image] Feb 21 20:23:55.831 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87752025-02-21T20:23:56.345Z[ host-image] Feb 21 20:23:55.832 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87762025-02-21T20:23:56.348Z[ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87772025-02-21T20:23:56.348Z[ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87782025-02-21T20:23:56.348Z[ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87792025-02-21T20:23:56.349Z[ host-image] Feb 21 20:23:55.834 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87802025-02-21T20:23:56.349Z[ host-image] Feb 21 20:23:55.834 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87812025-02-21T20:23:56.349Z[ host-image] Feb 21 20:23:55.835 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87822025-02-21T20:23:56.349Z[ host-image] Feb 21 20:23:55.835 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87832025-02-21T20:23:56.352Z[ host-image] Feb 21 20:23:55.839 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87842025-02-21T20:23:56.355Z[ host-image] Feb 21 20:23:55.839 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87852025-02-21T20:23:56.355Z[ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87862025-02-21T20:23:56.355Z[ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87872025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87882025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87892025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87902025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87912025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87922025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.844 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87932025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87942025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87952025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87962025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87972025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87982025-02-21T20:23:56.359Z[ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87992025-02-21T20:23:56.362Z[ host-image] Feb 21 20:23:55.847 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88002025-02-21T20:23:56.362Z[ host-image] Feb 21 20:23:55.849 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
88012025-02-21T20:23:56.362Z[ host-image] Feb 21 20:23:55.849 INFO O| tempdir @ "/tmp/.tmpC3klir/tmp"
88022025-02-21T20:23:56.362Z[ host-image] Feb 21 20:23:55.849 INFO O| image root @ "/tmp/.tmpC3klir/tmp/root"
88032025-02-21T20:23:56.362Z[ host-image] Feb 21 20:23:55.849 INFO O| creating image...
88042025-02-21T20:23:57.435Z[ host-image] Feb 21 20:23:56.921 INFO O| copying publishers...
88052025-02-21T20:24:03.490Z[ recovery-image] Feb 21 20:24:02.971 INFO O| ok, image written!
88062025-02-21T20:24:03.490Z[ recovery-image] Feb 21 20:24:02.972 INFO O| ok, boot_image_csum file written!
88072025-02-21T20:24:03.499Z[ recovery-image] Feb 21 20:24:02.980 INFO creating boot archive (CPIO)...
88082025-02-21T20:24:03.499Z[ recovery-image] Feb 21 20:24:02.980 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
88092025-02-21T20:24:03.512Z[ recovery-image] Feb 21 20:24:02.995 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
88102025-02-21T20:24:03.512Z[ recovery-image] Feb 21 20:24:02.995 INFO E| + outfile=/work/os-recovery/cpio
88112025-02-21T20:24:03.519Z[ recovery-image] Feb 21 20:24:02.995 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88122025-02-21T20:24:03.527Z[ recovery-image] Feb 21 20:24:02.999 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
88132025-02-21T20:24:03.527Z[ recovery-image] Feb 21 20:24:02.999 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88142025-02-21T20:24:03.589Z[ recovery-image] Feb 21 20:24:03.070 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88152025-02-21T20:24:03.589Z[ recovery-image] Feb 21 20:24:03.070 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88162025-02-21T20:24:03.601Z[ recovery-image] Feb 21 20:24:03.082 INFO creating compressed cpio/unix for nanobl-rs...
88172025-02-21T20:24:03.601Z[ recovery-image] Feb 21 20:24:03.082 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
88182025-02-21T20:24:04.069Z[ recovery-image] Feb 21 20:24:03.550 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88192025-02-21T20:24:11.696Z[ recovery-image] Feb 21 20:24:11.173 INFO creating reset image...
88202025-02-21T20:24:11.696Z[ recovery-image] Feb 21 20:24:11.173 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88212025-02-21T20:24:12.604Z[ recovery-image] Feb 21 20:24:12.081 INFO E| Updating crates.io index
88222025-02-21T20:24:12.833Z[ recovery-image] Feb 21 20:24:12.310 INFO E| Downloading crates ...
88232025-02-21T20:24:12.994Z[ recovery-image] Feb 21 20:24:12.467 INFO E| Downloaded heck v0.5.0
88242025-02-21T20:24:13.047Z[ recovery-image] Feb 21 20:24:12.521 INFO E| Downloaded utf8parse v0.2.2
88252025-02-21T20:24:13.051Z[ recovery-image] Feb 21 20:24:12.523 INFO E| Downloaded quote v1.0.37
88262025-02-21T20:24:13.052Z[ recovery-image] Feb 21 20:24:12.527 INFO E| Downloaded is_terminal_polyfill v1.70.1
88272025-02-21T20:24:13.054Z[ recovery-image] Feb 21 20:24:12.529 INFO E| Downloaded clap_lex v0.7.2
88282025-02-21T20:24:13.054Z[ recovery-image] Feb 21 20:24:12.531 INFO E| Downloaded clap_derive v4.5.13
88292025-02-21T20:24:13.058Z[ recovery-image] Feb 21 20:24:12.535 INFO E| Downloaded anstyle-parse v0.2.5
88302025-02-21T20:24:13.060Z[ recovery-image] Feb 21 20:24:12.538 INFO E| Downloaded unicode-ident v1.0.13
88312025-02-21T20:24:13.065Z[ recovery-image] Feb 21 20:24:12.542 INFO E| Downloaded proc-macro2 v1.0.86
88322025-02-21T20:24:13.069Z[ recovery-image] Feb 21 20:24:12.546 INFO E| Downloaded duct v0.13.7
88332025-02-21T20:24:13.073Z[ recovery-image] Feb 21 20:24:12.550 INFO E| Downloaded anstyle v1.0.8
88342025-02-21T20:24:13.076Z[ recovery-image] Feb 21 20:24:12.553 INFO E| Downloaded strsim v0.11.1
88352025-02-21T20:24:13.078Z[ recovery-image] Feb 21 20:24:12.555 INFO E| Downloaded shared_child v1.0.1
88362025-02-21T20:24:13.100Z[ recovery-image] Feb 21 20:24:12.577 INFO E| Downloaded os_pipe v1.2.1
88372025-02-21T20:24:13.103Z[ recovery-image] Feb 21 20:24:12.579 INFO E| Downloaded clap_builder v4.5.17
88382025-02-21T20:24:13.112Z[ recovery-image] Feb 21 20:24:12.589 INFO E| Downloaded once_cell v1.19.0
88392025-02-21T20:24:13.116Z[ recovery-image] Feb 21 20:24:12.593 INFO E| Downloaded colorchoice v1.0.2
88402025-02-21T20:24:13.169Z[ recovery-image] Feb 21 20:24:12.595 INFO E| Downloaded syn v2.0.77
88412025-02-21T20:24:13.170Z[ recovery-image] Feb 21 20:24:12.617 INFO E| Downloaded clap v4.5.17
88422025-02-21T20:24:13.198Z[ recovery-image] Feb 21 20:24:12.632 INFO E| Downloaded anstream v0.6.15
88432025-02-21T20:24:13.198Z[ recovery-image] Feb 21 20:24:12.635 INFO E| Downloaded anstyle-query v1.1.1
88442025-02-21T20:24:13.213Z[ recovery-image] Feb 21 20:24:12.690 INFO E| Downloaded libc v0.2.158
88452025-02-21T20:24:13.352Z[ recovery-image] Feb 21 20:24:12.829 INFO E| Compiling proc-macro2 v1.0.86
88462025-02-21T20:24:13.458Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling unicode-ident v1.0.13
88472025-02-21T20:24:13.458Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling libc v0.2.158
88482025-02-21T20:24:13.463Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling utf8parse v0.2.2
88492025-02-21T20:24:13.463Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling is_terminal_polyfill v1.70.1
88502025-02-21T20:24:13.463Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling colorchoice v1.0.2
88512025-02-21T20:24:13.463Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling anstyle v1.0.8
88522025-02-21T20:24:13.463Z[ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling anstyle-query v1.1.1
88532025-02-21T20:24:13.942Z[ recovery-image] Feb 21 20:24:13.417 INFO E| Compiling anstyle-parse v0.2.5
88542025-02-21T20:24:14.021Z[ recovery-image] Feb 21 20:24:13.497 INFO E| Compiling strsim v0.11.1
88552025-02-21T20:24:14.111Z[ recovery-image] Feb 21 20:24:13.587 INFO E| Compiling clap_lex v0.7.2
88562025-02-21T20:24:14.209Z[ recovery-image] Feb 21 20:24:13.685 INFO E| Compiling heck v0.5.0
88572025-02-21T20:24:14.439Z[ recovery-image] Feb 21 20:24:13.915 INFO E| Compiling anstream v0.6.15
88582025-02-21T20:24:14.467Z[ recovery-image] Feb 21 20:24:13.942 INFO E| Compiling once_cell v1.19.0
88592025-02-21T20:24:15.362Z[ recovery-image] Feb 21 20:24:14.837 INFO E| Compiling clap_builder v4.5.17
88602025-02-21T20:24:16.407Z[ recovery-image] Feb 21 20:24:15.880 INFO E| Compiling os_pipe v1.2.1
88612025-02-21T20:24:16.407Z[ recovery-image] Feb 21 20:24:15.880 INFO E| Compiling shared_child v1.0.1
88622025-02-21T20:24:16.667Z[ recovery-image] Feb 21 20:24:16.141 INFO E| Compiling duct v0.13.7
88632025-02-21T20:24:16.905Z[ recovery-image] Feb 21 20:24:16.380 INFO E| Compiling quote v1.0.37
88642025-02-21T20:24:17.552Z[ recovery-image] Feb 21 20:24:17.027 INFO E| Compiling syn v2.0.77
88652025-02-21T20:24:26.489Z[ recovery-image] Feb 21 20:24:25.958 INFO E| Compiling clap_derive v4.5.13
88662025-02-21T20:24:27.899Z[ host-image] Feb 21 20:24:27.300 INFO O| adding properties...
88672025-02-21T20:24:30.303Z[ host-image] Feb 21 20:24:29.768 INFO O| installing packages...
88682025-02-21T20:24:31.532Z[ recovery-image] Feb 21 20:24:30.997 INFO E| Compiling clap v4.5.17
88692025-02-21T20:24:31.673Z[ recovery-image] Feb 21 20:24:31.139 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88702025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:33.240 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s
88712025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:33.261 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88722025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:33.714 INFO E| Updating crates.io index
88732025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:33.936 INFO E| Downloading crates ...
88742025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.081 INFO E| Downloaded bitstruct_derive v0.1.0
88752025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.085 INFO E| Downloaded seq-macro v0.3.5
88762025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.098 INFO E| Downloaded scroll_derive v0.12.0
88772025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.100 INFO E| Downloaded bitstruct v0.1.1
88782025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.102 INFO E| Downloaded cpio_reader v0.1.1
88792025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.110 INFO E| Downloaded raw-cpuid v10.7.0
88802025-02-21T20:24:36.415Z[ recovery-image] Feb 21 20:24:34.123 INFO E| Downloaded bit_field v0.10.2
88812025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.127 INFO E| Downloaded scroll v0.12.0
88822025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.129 INFO E| Downloaded adler2 v2.0.0
88832025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.135 INFO E| Downloaded proc-macro2 v1.0.89
88842025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.139 INFO E| Downloaded goblin v0.8.2
88852025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.168 INFO E| Downloaded miniz_oxide v0.8.0
88862025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.183 INFO E| Downloaded syn v2.0.85
88872025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.393 INFO E| Downloaded x86 v0.52.0
88882025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.699 INFO E| Updating crates.io index
88892025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:34.861 INFO E| Downloading crates ...
88902025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:35.010 INFO E| Downloaded getopts v0.2.21
88912025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:35.019 INFO E| Downloaded rustc-demangle v0.1.24
88922025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:35.028 INFO E| Downloaded allocator-api2 v0.2.18
88932025-02-21T20:24:36.417Z[ recovery-image] Feb 21 20:24:35.034 INFO E| Downloaded memchr v2.5.0
88942025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.049 INFO E| Downloaded compiler_builtins v0.1.134
88952025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.113 INFO E| Downloaded hashbrown v0.15.0
88962025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.128 INFO E| Downloaded libc v0.2.161
88972025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling compiler_builtins v0.1.134
88982025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 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)
88992025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling proc-macro2 v1.0.89
89002025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling unicode-ident v1.0.13
89012025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling syn v1.0.109
89022025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling x86 v0.52.0
89032025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89042025-02-21T20:24:36.936Z[ recovery-image] Feb 21 20:24:35.315 INFO E| Compiling seq-macro v0.3.5
89052025-02-21T20:24:38.727Z[ recovery-image] Feb 21 20:24:38.185 INFO E| Compiling quote v1.0.37
89062025-02-21T20:24:40.403Z[ recovery-image] Feb 21 20:24:39.863 INFO E| Compiling syn v2.0.85
89072025-02-21T20:24:50.824Z[ recovery-image] Feb 21 20:24:50.278 INFO E| Compiling scroll_derive v0.12.0
89082025-02-21T20:24:56.775Z[ recovery-image] Feb 21 20:24:56.226 INFO E| Compiling bitstruct_derive v0.1.0
89092025-02-21T20:25:11.174Z[ host-image] Feb 21 20:25:10.615 INFO O| seeding SMF database...
89102025-02-21T20:25:23.127Z[ recovery-image] Feb 21 20:25:22.562 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)
89112025-02-21T20:25:25.564Z[ host-image] Feb 21 20:25:24.998 INFO O| configuring SMF profile...
89122025-02-21T20:25:25.570Z[ host-image] Feb 21 20:25:24.998 INFO O| modifying shadow(5)...
89132025-02-21T20:25:25.570Z[ host-image] Feb 21 20:25:24.998 INFO O| loading user and group database...
89142025-02-21T20:25:25.570Z[ host-image] Feb 21 20:25:24.999 INFO O| assessing packaged files...
89152025-02-21T20:25:26.414Z[ recovery-image] Feb 21 20:25:25.848 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)
89162025-02-21T20:25:32.728Z[ host-image] Feb 21 20:25:32.157 INFO O| creating archive...
89172025-02-21T20:25:32.785Z[ host-image] Feb 21 20:25:32.215 INFO O| missing from packaging:
89182025-02-21T20:25:32.785Z[ host-image] Feb 21 20:25:32.215 INFO O| "etc/.pwd.lock"
89192025-02-21T20:25:32.788Z[ host-image] Feb 21 20:25:32.215 INFO O| "etc/bash"
89202025-02-21T20:25:32.814Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/generic.xml"
89212025-02-21T20:25:32.814Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/inetd_services.xml"
89222025-02-21T20:25:32.817Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/name_service.xml"
89232025-02-21T20:25:32.817Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/platform.xml"
89242025-02-21T20:25:32.817Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/platform_omicron1.xml"
89252025-02-21T20:25:32.817Z[ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/repository.db"
89262025-02-21T20:25:32.831Z[ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share"
89272025-02-21T20:25:32.831Z[ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share/man"
89282025-02-21T20:25:32.834Z[ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share/man/man1"
89292025-02-21T20:25:32.850Z[ host-image] Feb 21 20:25:32.278 INFO O| finishing archive...
89302025-02-21T20:25:33.254Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling bitflags v1.3.2
89312025-02-21T20:25:33.254Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling plain v0.2.3
89322025-02-21T20:25:33.254Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling bit_field v0.10.2
89332025-02-21T20:25:33.254Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling scroll v0.12.0
89342025-02-21T20:25:33.259Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling log v0.4.22
89352025-02-21T20:25:33.259Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling adler2 v2.0.0
89362025-02-21T20:25:33.259Z[ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling static_assertions v1.1.0
89372025-02-21T20:25:33.360Z[ recovery-image] Feb 21 20:25:32.789 INFO E| Compiling raw-cpuid v10.7.0
89382025-02-21T20:25:33.401Z[ recovery-image] Feb 21 20:25:32.831 INFO E| Compiling cpio_reader v0.1.1
89392025-02-21T20:25:33.623Z[ recovery-image] Feb 21 20:25:33.053 INFO E| Compiling miniz_oxide v0.8.0
89402025-02-21T20:25:33.789Z[ recovery-image] Feb 21 20:25:33.218 INFO E| Compiling bitstruct v0.1.1
89412025-02-21T20:25:34.215Z[ recovery-image] Feb 21 20:25:33.644 INFO E| Compiling goblin v0.8.2
89422025-02-21T20:25:39.324Z[ host-image] Feb 21 20:25:38.750 INFO O| creating gzonly manifest...
89432025-02-21T20:25:39.336Z[ host-image] Feb 21 20:25:38.762 INFO O| ok
89442025-02-21T20:25:39.627Z[ host-image] Feb 21 20:25:39.053 INFO image builder template: ramdisk-02-trim...
89452025-02-21T20:25:39.627Z[ host-image] Feb 21 20:25:39.053 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/.tmppPBl4F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
89462025-02-21T20:25:39.679Z[ host-image] Feb 21 20:25:39.105 INFO O| Feb 21 20:25:39.104 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89472025-02-21T20:25:39.708Z[ host-image] Feb 21 20:25:39.132 INFO O| Feb 21 20:25:39.132 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89482025-02-21T20:25:39.891Z[ host-image] Feb 21 20:25:39.316 INFO O| Feb 21 20:25:39.316 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89492025-02-21T20:25:40.050Z[ host-image] Feb 21 20:25:39.475 INFO O| Feb 21 20:25:39.475 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89502025-02-21T20:25:40.054Z[ host-image] Feb 21 20:25:39.476 INFO O| Feb 21 20:25:39.476 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89512025-02-21T20:25:40.067Z[ host-image] Feb 21 20:25:39.487 INFO O| Feb 21 20:25:39.487 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89522025-02-21T20:25:40.071Z[ host-image] Feb 21 20:25:39.496 INFO O| Feb 21 20:25:39.496 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89532025-02-21T20:25:40.099Z[ host-image] Feb 21 20:25:39.525 INFO O| Feb 21 20:25:39.525 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89542025-02-21T20:25:40.586Z[ host-image] Feb 21 20:25:40.010 INFO O| Feb 21 20:25:40.010 INFO rolled back to input snapshot; work may begin
89552025-02-21T20:25:40.586Z[ host-image] Feb 21 20:25:40.010 INFO O| Feb 21 20:25:40.010 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89562025-02-21T20:25:40.597Z[ host-image] Feb 21 20:25:40.022 INFO O| Feb 21 20:25:40.022 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572025-02-21T20:25:40.637Z[ host-image] Feb 21 20:25:40.060 INFO O| Feb 21 20:25:40.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89582025-02-21T20:25:41.790Z[ host-image] Feb 21 20:25:41.214 INFO O| Feb 21 20:25:41.214 INFO STEP 0 (remove_files) COMPLETE
89592025-02-21T20:25:41.790Z[ host-image] Feb 21 20:25:41.214 INFO O| Feb 21 20:25:41.214 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602025-02-21T20:25:41.827Z[ host-image] Feb 21 20:25:41.249 INFO O| Feb 21 20:25:41.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89612025-02-21T20:25:42.046Z[ host-image] Feb 21 20:25:41.468 INFO O| Feb 21 20:25:41.468 INFO STEP 1 (remove_files) COMPLETE
89622025-02-21T20:25:42.046Z[ host-image] Feb 21 20:25:41.468 INFO O| Feb 21 20:25:41.468 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632025-02-21T20:25:42.112Z[ host-image] Feb 21 20:25:41.536 INFO O| Feb 21 20:25:41.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89642025-02-21T20:25:42.615Z[ host-image] Feb 21 20:25:42.039 INFO O| Feb 21 20:25:42.039 INFO STEP 2 (remove_files) COMPLETE
89652025-02-21T20:25:42.615Z[ host-image] Feb 21 20:25:42.039 INFO O| Feb 21 20:25:42.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662025-02-21T20:25:42.642Z[ host-image] Feb 21 20:25:42.065 INFO O| Feb 21 20:25:42.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89672025-02-21T20:25:42.665Z[ host-image] Feb 21 20:25:42.089 INFO O| Feb 21 20:25:42.089 INFO STEP 3 (remove_files) COMPLETE
89682025-02-21T20:25:42.666Z[ host-image] Feb 21 20:25:42.089 INFO O| Feb 21 20:25:42.089 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692025-02-21T20:25:42.690Z[ host-image] Feb 21 20:25:42.114 INFO O| Feb 21 20:25:42.113 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89702025-02-21T20:25:42.765Z[ host-image] Feb 21 20:25:42.188 INFO O| Feb 21 20:25:42.188 INFO STEP 4 (remove_files) COMPLETE
89712025-02-21T20:25:42.765Z[ host-image] Feb 21 20:25:42.189 INFO O| Feb 21 20:25:42.188 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722025-02-21T20:25:42.797Z[ host-image] Feb 21 20:25:42.221 INFO O| Feb 21 20:25:42.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89732025-02-21T20:25:42.976Z[ host-image] Feb 21 20:25:42.399 INFO O| Feb 21 20:25:42.399 INFO STEP 5 (remove_files) COMPLETE
89742025-02-21T20:25:42.977Z[ host-image] Feb 21 20:25:42.399 INFO O| Feb 21 20:25:42.399 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752025-02-21T20:25:43.130Z[ host-image] Feb 21 20:25:42.554 INFO O| Feb 21 20:25:42.554 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89762025-02-21T20:25:43.172Z[ host-image] Feb 21 20:25:42.595 INFO O| Feb 21 20:25:42.595 INFO STEP 6 (remove_files) COMPLETE
89772025-02-21T20:25:43.172Z[ host-image] Feb 21 20:25:42.595 INFO O| Feb 21 20:25:42.595 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782025-02-21T20:25:43.192Z[ host-image] Feb 21 20:25:42.615 INFO O| Feb 21 20:25:42.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89792025-02-21T20:25:43.586Z[ host-image] Feb 21 20:25:43.010 INFO O| Feb 21 20:25:43.010 INFO STEP 7 (remove_files) COMPLETE
89802025-02-21T20:25:43.587Z[ host-image] Feb 21 20:25:43.010 INFO O| Feb 21 20:25:43.010 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812025-02-21T20:25:43.611Z[ host-image] Feb 21 20:25:43.034 INFO O| Feb 21 20:25:43.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89822025-02-21T20:25:43.822Z[ host-image] Feb 21 20:25:43.245 INFO O| Feb 21 20:25:43.245 INFO STEP 8 (remove_files) COMPLETE
89832025-02-21T20:25:43.822Z[ host-image] Feb 21 20:25:43.245 INFO O| Feb 21 20:25:43.245 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842025-02-21T20:25:43.857Z[ host-image] Feb 21 20:25:43.280 INFO O| Feb 21 20:25:43.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89852025-02-21T20:25:44.170Z[ host-image] Feb 21 20:25:43.593 INFO O| Feb 21 20:25:43.593 INFO STEP 9 (remove_files) COMPLETE
89862025-02-21T20:25:44.170Z[ host-image] Feb 21 20:25:43.593 INFO O| Feb 21 20:25:43.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872025-02-21T20:25:44.189Z[ host-image] Feb 21 20:25:43.611 INFO O| Feb 21 20:25:43.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89882025-02-21T20:25:44.401Z[ host-image] Feb 21 20:25:43.823 INFO O| Feb 21 20:25:43.823 INFO STEP 10 (remove_files) COMPLETE
89892025-02-21T20:25:44.401Z[ host-image] Feb 21 20:25:43.823 INFO O| Feb 21 20:25:43.823 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902025-02-21T20:25:44.441Z[ host-image] Feb 21 20:25:43.863 INFO O| Feb 21 20:25:43.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89912025-02-21T20:25:44.488Z[ host-image] Feb 21 20:25:43.910 INFO O| Feb 21 20:25:43.910 INFO STEP 11 (remove_files) COMPLETE
89922025-02-21T20:25:44.488Z[ host-image] Feb 21 20:25:43.910 INFO O| Feb 21 20:25:43.910 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932025-02-21T20:25:44.538Z[ host-image] Feb 21 20:25:43.960 INFO O| Feb 21 20:25:43.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89942025-02-21T20:25:44.591Z[ host-image] Feb 21 20:25:44.012 INFO O| Feb 21 20:25:44.011 INFO STEP 12 (remove_files) COMPLETE
89952025-02-21T20:25:44.591Z[ host-image] Feb 21 20:25:44.012 INFO O| Feb 21 20:25:44.012 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962025-02-21T20:25:45.588Z[ host-image] Feb 21 20:25:45.008 INFO O| Feb 21 20:25:45.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89972025-02-21T20:25:45.598Z[ host-image] Feb 21 20:25:45.020 INFO O| Feb 21 20:25:45.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89982025-02-21T20:25:45.620Z[ host-image] Feb 21 20:25:45.042 INFO O| Feb 21 20:25:45.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89992025-02-21T20:25:45.715Z[ host-image] Feb 21 20:25:45.137 INFO O| Feb 21 20:25:45.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90002025-02-21T20:25:46.029Z[ recovery-image] Feb 21 20:25:45.451 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s
90012025-02-21T20:25:46.067Z[ recovery-image] Feb 21 20:25:45.489 INFO building host image...
90022025-02-21T20:25:46.070Z[ recovery-image] Feb 21 20:25:45.489 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")
90032025-02-21T20:25:46.949Z[ recovery-image] Feb 21 20:25:46.366 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90042025-02-21T20:25:49.134Z[ recovery-image] Feb 21 20:25:48.554 INFO image complete! materials are in "/work/os-recovery"
90052025-02-21T20:25:49.140Z[ recovery-image]
90062025-02-21T20:25:49.140Z[ recovery-image] real 12:28.141914085
90072025-02-21T20:25:49.143Z[ recovery-image] user 7:06.477511138
90082025-02-21T20:25:49.143Z[ recovery-image] sys 1:08.151945543
90092025-02-21T20:25:49.143Z[ recovery-image] trap 0.361341671
90102025-02-21T20:25:49.143Z[ recovery-image] tflt 0.299252495
90112025-02-21T20:25:49.143Z[ recovery-image] dflt 4.551230841
90122025-02-21T20:25:49.143Z[ recovery-image] kflt 0.080957045
90132025-02-21T20:25:49.143Z[ recovery-image] lock 21:17.065003278
90142025-02-21T20:25:49.143Z[ recovery-image] slp 1:17:24.764454234
90152025-02-21T20:25:49.143Z[ recovery-image] lat 5:06.651151499
90162025-02-21T20:25:49.143Z[ recovery-image] stop 10.284320830
90172025-02-21T20:25:49.144ZFeb 21 20:25:48.562 INFO [recovery-image] process exited with exit status: 0 (748.217995064s)
90182025-02-21T20:25:49.835Z[ host-image] Feb 21 20:25:49.255 INFO O| Feb 21 20:25:49.255 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90192025-02-21T20:25:49.947Z[ host-image] Feb 21 20:25:49.361 INFO O| Feb 21 20:25:49.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90202025-02-21T20:25:49.950Z[ host-image] Feb 21 20:25:49.362 INFO O| Feb 21 20:25:49.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90212025-02-21T20:25:49.950Z[ host-image] Feb 21 20:25:49.362 INFO O| Feb 21 20:25:49.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90222025-02-21T20:25:49.965Z[ host-image] Feb 21 20:25:49.385 INFO O| Feb 21 20:25:49.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90232025-02-21T20:25:49.986Z[ host-image] Feb 21 20:25:49.405 INFO O| Feb 21 20:25:49.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90242025-02-21T20:25:49.986Z[ host-image] Feb 21 20:25:49.405 INFO O| Feb 21 20:25:49.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90252025-02-21T20:25:50.003Z[ host-image] Feb 21 20:25:49.421 INFO O| Feb 21 20:25:49.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90262025-02-21T20:25:50.068Z[ host-image] Feb 21 20:25:49.487 INFO O| Feb 21 20:25:49.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90272025-02-21T20:25:50.086Z[ host-image] Feb 21 20:25:49.503 INFO O| Feb 21 20:25:49.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90282025-02-21T20:25:50.099Z[ host-image] Feb 21 20:25:49.513 INFO O| Feb 21 20:25:49.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90292025-02-21T20:25:50.103Z[ host-image] Feb 21 20:25:49.522 INFO O| Feb 21 20:25:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90302025-02-21T20:25:50.123Z[ host-image] Feb 21 20:25:49.542 INFO O| Feb 21 20:25:49.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90312025-02-21T20:25:50.142Z[ host-image] Feb 21 20:25:49.562 INFO O| Feb 21 20:25:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90322025-02-21T20:25:50.169Z[ host-image] Feb 21 20:25:49.586 INFO O| Feb 21 20:25:49.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90332025-02-21T20:25:50.174Z[ host-image] Feb 21 20:25:49.591 INFO O| Feb 21 20:25:49.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90342025-02-21T20:25:50.174Z[ host-image] Feb 21 20:25:49.591 INFO O| Feb 21 20:25:49.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90352025-02-21T20:25:50.630Z[ host-image] Feb 21 20:25:50.049 INFO O| Feb 21 20:25:50.049 INFO STEP 13 (remove_files) COMPLETE
90362025-02-21T20:25:50.631Z[ host-image] Feb 21 20:25:50.049 INFO O| Feb 21 20:25:50.049 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372025-02-21T20:25:50.675Z[ host-image] Feb 21 20:25:50.094 INFO O| Feb 21 20:25:50.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90382025-02-21T20:25:50.680Z[ host-image] Feb 21 20:25:50.099 INFO O| Feb 21 20:25:50.099 INFO STEP 14 (remove_files) COMPLETE
90392025-02-21T20:25:50.680Z[ host-image] Feb 21 20:25:50.099 INFO O| Feb 21 20:25:50.099 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402025-02-21T20:25:50.716Z[ host-image] Feb 21 20:25:50.135 INFO O| Feb 21 20:25:50.135 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90412025-02-21T20:25:51.142Z[ host-image] Feb 21 20:25:50.557 INFO O| Feb 21 20:25:50.557 INFO STEP 15 (remove_files) COMPLETE
90422025-02-21T20:25:51.143Z[ host-image] Feb 21 20:25:50.557 INFO O| Feb 21 20:25:50.557 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432025-02-21T20:25:51.197Z[ host-image] Feb 21 20:25:50.615 INFO O| Feb 21 20:25:50.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90442025-02-21T20:25:51.200Z[ host-image] Feb 21 20:25:50.616 INFO O| Feb 21 20:25:50.616 INFO STEP 16 (remove_files) COMPLETE
90452025-02-21T20:25:51.200Z[ host-image] Feb 21 20:25:50.616 INFO O| Feb 21 20:25:50.616 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462025-02-21T20:25:51.217Z[ host-image] Feb 21 20:25:50.636 INFO O| Feb 21 20:25:50.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90472025-02-21T20:25:51.270Z[ host-image] Feb 21 20:25:50.689 INFO O| Feb 21 20:25:50.689 INFO STEP 17 (remove_files) COMPLETE
90482025-02-21T20:25:51.270Z[ host-image] Feb 21 20:25:50.689 INFO O| Feb 21 20:25:50.689 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492025-02-21T20:25:51.292Z[ host-image] Feb 21 20:25:50.710 INFO O| Feb 21 20:25:50.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90502025-02-21T20:25:51.302Z[ host-image] Feb 21 20:25:50.721 INFO O| Feb 21 20:25:50.721 INFO STEP 18 (remove_files) COMPLETE
90512025-02-21T20:25:51.302Z[ host-image] Feb 21 20:25:50.721 INFO O| Feb 21 20:25:50.721 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522025-02-21T20:25:51.324Z[ host-image] Feb 21 20:25:50.743 INFO O| Feb 21 20:25:50.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90532025-02-21T20:25:51.327Z[ host-image] Feb 21 20:25:50.743 INFO O| Feb 21 20:25:50.743 INFO STEP 19 (remove_files) COMPLETE
90542025-02-21T20:25:51.328Z[ host-image] Feb 21 20:25:50.744 INFO O| Feb 21 20:25:50.743 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552025-02-21T20:25:51.345Z[ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90562025-02-21T20:25:51.345Z[ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO STEP 20 (remove_files) COMPLETE
90572025-02-21T20:25:51.348Z[ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582025-02-21T20:25:51.365Z[ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90592025-02-21T20:25:51.368Z[ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.784 INFO STEP 21 (remove_files) COMPLETE
90602025-02-21T20:25:51.368Z[ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.784 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612025-02-21T20:25:51.383Z[ host-image] Feb 21 20:25:50.802 INFO O| Feb 21 20:25:50.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90622025-02-21T20:25:51.384Z[ host-image] Feb 21 20:25:50.802 INFO O| Feb 21 20:25:50.802 INFO STEP 22 (remove_files) COMPLETE
90632025-02-21T20:25:51.386Z[ host-image] Feb 21 20:25:50.803 INFO O| Feb 21 20:25:50.803 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642025-02-21T20:25:51.403Z[ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90652025-02-21T20:25:51.406Z[ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO STEP 23 (remove_files) COMPLETE
90662025-02-21T20:25:51.407Z[ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672025-02-21T20:25:51.423Z[ host-image] Feb 21 20:25:50.842 INFO O| Feb 21 20:25:50.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90682025-02-21T20:25:51.426Z[ host-image] Feb 21 20:25:50.843 INFO O| Feb 21 20:25:50.842 INFO STEP 24 (remove_files) COMPLETE
90692025-02-21T20:25:51.426Z[ host-image] Feb 21 20:25:50.843 INFO O| Feb 21 20:25:50.843 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702025-02-21T20:25:51.445Z[ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90712025-02-21T20:25:51.445Z[ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.864 INFO STEP 25 (remove_files) COMPLETE
90722025-02-21T20:25:51.448Z[ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.864 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732025-02-21T20:25:51.471Z[ host-image] Feb 21 20:25:50.890 INFO O| Feb 21 20:25:50.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90742025-02-21T20:25:51.494Z[ host-image] Feb 21 20:25:50.913 INFO O| Feb 21 20:25:50.913 INFO STEP 26 (remove_files) COMPLETE
90752025-02-21T20:25:51.494Z[ host-image] Feb 21 20:25:50.913 INFO O| Feb 21 20:25:50.913 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90762025-02-21T20:25:51.552Z[ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90772025-02-21T20:25:51.552Z[ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO STEP 27 (remove_files) COMPLETE
90782025-02-21T20:25:51.555Z[ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792025-02-21T20:25:51.611Z[ host-image] Feb 21 20:25:51.029 INFO O| Feb 21 20:25:51.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90802025-02-21T20:25:51.611Z[ host-image] Feb 21 20:25:51.029 INFO O| Feb 21 20:25:51.029 INFO STEP 28 (remove_files) COMPLETE
90812025-02-21T20:25:51.611Z[ host-image] Feb 21 20:25:51.030 INFO O| Feb 21 20:25:51.029 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822025-02-21T20:25:51.631Z[ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90832025-02-21T20:25:51.631Z[ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO STEP 29 (remove_files) COMPLETE
90842025-02-21T20:25:51.634Z[ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90852025-02-21T20:25:51.669Z[ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90862025-02-21T20:25:51.669Z[ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO STEP 30 (remove_files) COMPLETE
90872025-02-21T20:25:51.672Z[ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882025-02-21T20:25:51.692Z[ host-image] Feb 21 20:25:51.110 INFO O| Feb 21 20:25:51.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90892025-02-21T20:25:51.705Z[ host-image] Feb 21 20:25:51.120 INFO O| Feb 21 20:25:51.120 INFO STEP 31 (remove_files) COMPLETE
90902025-02-21T20:25:51.705Z[ host-image] Feb 21 20:25:51.120 INFO O| Feb 21 20:25:51.120 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90912025-02-21T20:25:51.723Z[ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90922025-02-21T20:25:51.724Z[ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO STEP 32 (remove_files) COMPLETE
90932025-02-21T20:25:51.727Z[ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942025-02-21T20:25:51.745Z[ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90952025-02-21T20:25:51.745Z[ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO STEP 33 (remove_files) COMPLETE
90962025-02-21T20:25:51.745Z[ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90972025-02-21T20:25:51.779Z[ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90982025-02-21T20:25:51.779Z[ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO STEP 34 (remove_files) COMPLETE
90992025-02-21T20:25:51.779Z[ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002025-02-21T20:25:51.793Z[ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
91012025-02-21T20:25:51.793Z[ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO STEP 35 (remove_files) COMPLETE
91022025-02-21T20:25:51.793Z[ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91032025-02-21T20:25:51.833Z[ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
91042025-02-21T20:25:51.857Z[ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO STEP 36 (remove_files) COMPLETE
91052025-02-21T20:25:51.858Z[ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062025-02-21T20:25:51.873Z[ host-image] Feb 21 20:25:51.264 INFO O| Feb 21 20:25:51.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
91072025-02-21T20:25:51.874Z[ host-image] Feb 21 20:25:51.265 INFO O| Feb 21 20:25:51.264 INFO STEP 37 (remove_files) COMPLETE
91082025-02-21T20:25:51.874Z[ host-image] Feb 21 20:25:51.265 INFO O| Feb 21 20:25:51.265 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91092025-02-21T20:25:51.874Z[ host-image] Feb 21 20:25:51.284 INFO O| Feb 21 20:25:51.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
91102025-02-21T20:25:51.875Z[ host-image] Feb 21 20:25:51.284 INFO O| Feb 21 20:25:51.284 INFO STEP 38 (remove_files) COMPLETE
91112025-02-21T20:25:51.875Z[ host-image] Feb 21 20:25:51.285 INFO O| Feb 21 20:25:51.285 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91122025-02-21T20:25:51.906Z[ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
91132025-02-21T20:25:51.906Z[ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO STEP 39 (remove_files) COMPLETE
91142025-02-21T20:25:51.925Z[ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91152025-02-21T20:25:51.925Z[ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
91162025-02-21T20:25:51.925Z[ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO STEP 40 (remove_files) COMPLETE
91172025-02-21T20:25:51.925Z[ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182025-02-21T20:25:51.947Z[ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91192025-02-21T20:25:51.947Z[ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO STEP 41 (remove_files) COMPLETE
91202025-02-21T20:25:51.948Z[ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212025-02-21T20:25:51.963Z[ host-image] Feb 21 20:25:51.364 INFO O| Feb 21 20:25:51.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91222025-02-21T20:25:51.971Z[ host-image] Feb 21 20:25:51.372 INFO O| Feb 21 20:25:51.372 INFO STEP 42 (remove_files) COMPLETE
91232025-02-21T20:25:51.971Z[ host-image] Feb 21 20:25:51.372 INFO O| Feb 21 20:25:51.372 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91242025-02-21T20:25:51.994Z[ host-image] Feb 21 20:25:51.394 INFO O| Feb 21 20:25:51.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91252025-02-21T20:25:51.994Z[ host-image] Feb 21 20:25:51.394 INFO O| Feb 21 20:25:51.394 INFO STEP 43 (remove_files) COMPLETE
91262025-02-21T20:25:51.995Z[ host-image] Feb 21 20:25:51.395 INFO O| Feb 21 20:25:51.394 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272025-02-21T20:25:52.021Z[ host-image] Feb 21 20:25:51.416 INFO O| Feb 21 20:25:51.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91282025-02-21T20:25:52.029Z[ host-image] Feb 21 20:25:51.440 INFO O| Feb 21 20:25:51.440 INFO STEP 44 (remove_files) COMPLETE
91292025-02-21T20:25:52.030Z[ host-image] Feb 21 20:25:51.440 INFO O| Feb 21 20:25:51.440 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91302025-02-21T20:25:52.060Z[ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91312025-02-21T20:25:52.060Z[ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO STEP 45 (remove_files) COMPLETE
91322025-02-21T20:25:52.065Z[ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91332025-02-21T20:25:52.070Z[ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91342025-02-21T20:25:52.070Z[ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO STEP 46 (remove_files) COMPLETE
91352025-02-21T20:25:52.070Z[ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91362025-02-21T20:25:52.092Z[ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91372025-02-21T20:25:52.109Z[ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO STEP 47 (remove_files) COMPLETE
91382025-02-21T20:25:52.110Z[ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392025-02-21T20:25:52.131Z[ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91402025-02-21T20:25:52.131Z[ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO STEP 48 (remove_files) COMPLETE
91412025-02-21T20:25:52.132Z[ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91422025-02-21T20:25:52.180Z[ host-image] Feb 21 20:25:51.550 INFO O| Feb 21 20:25:51.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91432025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.561 INFO O| Feb 21 20:25:51.561 INFO STEP 49 (remove_files) COMPLETE
91442025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.561 INFO O| Feb 21 20:25:51.561 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91452025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.581 INFO O| Feb 21 20:25:51.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91462025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.582 INFO O| Feb 21 20:25:51.582 INFO STEP 50 (remove_files) COMPLETE
91472025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.582 INFO O| Feb 21 20:25:51.582 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91482025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.601 INFO O| Feb 21 20:25:51.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91492025-02-21T20:25:52.213Z[ host-image] Feb 21 20:25:51.601 INFO O| Feb 21 20:25:51.601 INFO STEP 51 (remove_files) COMPLETE
91502025-02-21T20:25:52.214Z[ host-image] Feb 21 20:25:51.602 INFO O| Feb 21 20:25:51.601 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91512025-02-21T20:25:52.226Z[ host-image] Feb 21 20:25:51.620 INFO O| Feb 21 20:25:51.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91522025-02-21T20:25:52.226Z[ host-image] Feb 21 20:25:51.621 INFO O| Feb 21 20:25:51.621 INFO STEP 52 (remove_files) COMPLETE
91532025-02-21T20:25:52.227Z[ host-image] Feb 21 20:25:51.621 INFO O| Feb 21 20:25:51.621 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91542025-02-21T20:25:52.237Z[ host-image] Feb 21 20:25:51.640 INFO O| Feb 21 20:25:51.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91552025-02-21T20:25:52.257Z[ host-image] Feb 21 20:25:51.663 INFO O| Feb 21 20:25:51.663 INFO STEP 53 (remove_files) COMPLETE
91562025-02-21T20:25:52.257Z[ host-image] Feb 21 20:25:51.663 INFO O| Feb 21 20:25:51.663 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91572025-02-21T20:25:52.271Z[ host-image] Feb 21 20:25:51.684 INFO O| Feb 21 20:25:51.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91582025-02-21T20:25:52.294Z[ host-image] Feb 21 20:25:51.685 INFO O| Feb 21 20:25:51.685 INFO STEP 54 (remove_files) COMPLETE
91592025-02-21T20:25:52.294Z[ host-image] Feb 21 20:25:51.685 INFO O| Feb 21 20:25:51.685 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91602025-02-21T20:25:52.305Z[ host-image] Feb 21 20:25:51.704 INFO O| Feb 21 20:25:51.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91612025-02-21T20:25:52.305Z[ host-image] Feb 21 20:25:51.705 INFO O| Feb 21 20:25:51.705 INFO STEP 55 (remove_files) COMPLETE
91622025-02-21T20:25:52.305Z[ host-image] Feb 21 20:25:51.705 INFO O| Feb 21 20:25:51.705 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91632025-02-21T20:25:52.313Z[ host-image] Feb 21 20:25:51.724 INFO O| Feb 21 20:25:51.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91642025-02-21T20:25:52.313Z[ host-image] Feb 21 20:25:51.724 INFO O| Feb 21 20:25:51.724 INFO STEP 56 (remove_files) COMPLETE
91652025-02-21T20:25:52.314Z[ host-image] Feb 21 20:25:51.725 INFO O| Feb 21 20:25:51.725 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91662025-02-21T20:25:52.338Z[ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91672025-02-21T20:25:52.371Z[ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO STEP 57 (remove_files) COMPLETE
91682025-02-21T20:25:52.371Z[ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91692025-02-21T20:25:52.371Z[ host-image] Feb 21 20:25:51.760 INFO O| Feb 21 20:25:51.760 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91702025-02-21T20:25:52.372Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91712025-02-21T20:25:52.372Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91722025-02-21T20:25:52.373Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91732025-02-21T20:25:52.373Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91742025-02-21T20:25:52.373Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91752025-02-21T20:25:52.374Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO ok!
91762025-02-21T20:25:52.374Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO STEP 58 (ensure_file) COMPLETE
91772025-02-21T20:25:52.374Z[ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91782025-02-21T20:25:52.405Z[ host-image] Feb 21 20:25:51.778 INFO O| Feb 21 20:25:51.778 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91792025-02-21T20:25:52.405Z[ host-image] Feb 21 20:25:51.778 INFO O| Feb 21 20:25:51.778 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91802025-02-21T20:25:52.405Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91812025-02-21T20:25:52.405Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91822025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91832025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91842025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO ok!
91852025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO STEP 59 (ensure_file) COMPLETE
91862025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91872025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91882025-02-21T20:25:52.406Z[ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91892025-02-21T20:25:52.408Z[ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91902025-02-21T20:25:52.408Z[ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO ok!
91912025-02-21T20:25:52.408Z[ host-image] Feb 21 20:25:51.797 INFO O| Feb 21 20:25:51.796 INFO STEP 60 (ensure_file) COMPLETE
91922025-02-21T20:25:52.408Z[ host-image] Feb 21 20:25:51.797 INFO O| Feb 21 20:25:51.797 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91932025-02-21T20:25:52.420Z[ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91942025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91952025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91962025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO ok!
91972025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.815 INFO O| Feb 21 20:25:51.814 INFO STEP 61 (ensure_file) COMPLETE
91982025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.815 INFO O| Feb 21 20:25:51.815 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91992025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
92002025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
92012025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92022025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92032025-02-21T20:25:52.421Z[ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO ok!
92042025-02-21T20:25:52.422Z[ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO STEP 62 (ensure_file) COMPLETE
92052025-02-21T20:25:52.422Z[ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92062025-02-21T20:25:52.437Z[ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
92072025-02-21T20:25:52.437Z[ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
92082025-02-21T20:25:52.442Z[ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92092025-02-21T20:25:52.443Z[ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92102025-02-21T20:25:52.443Z[ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO ok!
92112025-02-21T20:25:52.443Z[ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO STEP 63 (ensure_file) COMPLETE
92122025-02-21T20:25:52.443Z[ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92132025-02-21T20:25:52.454Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
92142025-02-21T20:25:52.454Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
92152025-02-21T20:25:52.458Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
92162025-02-21T20:25:52.458Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO ok!
92172025-02-21T20:25:52.458Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO STEP 64 (assemble_files) COMPLETE
92182025-02-21T20:25:52.458Z[ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92192025-02-21T20:25:52.469Z[ host-image] Feb 21 20:25:51.885 INFO O| Feb 21 20:25:51.885 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92202025-02-21T20:25:52.474Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92212025-02-21T20:25:52.474Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92222025-02-21T20:25:52.474Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92232025-02-21T20:25:52.474Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO ok!
92242025-02-21T20:25:52.475Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO STEP 65 (ensure_file) COMPLETE
92252025-02-21T20:25:52.475Z[ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92262025-02-21T20:25:52.487Z[ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92272025-02-21T20:25:52.492Z[ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92282025-02-21T20:25:52.492Z[ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92292025-02-21T20:25:52.493Z[ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO STEP 66 (ensure_dir) COMPLETE
92302025-02-21T20:25:52.493Z[ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92312025-02-21T20:25:52.511Z[ host-image] Feb 21 20:25:51.922 INFO O| Feb 21 20:25:51.922 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92322025-02-21T20:25:52.511Z[ host-image] Feb 21 20:25:51.923 INFO O| Feb 21 20:25:51.923 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 ...
92332025-02-21T20:25:52.525Z[ host-image] Feb 21 20:25:51.931 INFO O| Feb 21 20:25:51.931 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
92342025-02-21T20:25:52.525Z[ host-image] Feb 21 20:25:51.931 INFO O| Feb 21 20:25:51.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92352025-02-21T20:25:52.526Z[ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.931 INFO ok!
92362025-02-21T20:25:52.526Z[ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.932 INFO STEP 67 (ensure_file) COMPLETE
92372025-02-21T20:25:52.526Z[ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.932 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92382025-02-21T20:25:52.538Z[ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92392025-02-21T20:25:52.538Z[ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 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 ...
92402025-02-21T20:25:52.550Z[ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 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
92412025-02-21T20:25:52.550Z[ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.950 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92422025-02-21T20:25:52.550Z[ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO ok!
92432025-02-21T20:25:52.551Z[ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO STEP 68 (ensure_file) COMPLETE
92442025-02-21T20:25:52.551Z[ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92452025-02-21T20:25:52.578Z[ host-image] Feb 21 20:25:51.975 INFO O| Feb 21 20:25:51.975 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92462025-02-21T20:25:52.578Z[ host-image] Feb 21 20:25:51.976 INFO O| Feb 21 20:25:51.976 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92472025-02-21T20:26:04.185Z[ host-image] Feb 21 20:26:03.596 INFO O| Feb 21 20:26:03.596 INFO STEP 69 (pack_tar) COMPLETE
92482025-02-21T20:26:04.185Z[ host-image] Feb 21 20:26:03.596 INFO O| Feb 21 20:26:03.596 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92492025-02-21T20:26:04.185Z[ host-image] Feb 21 20:26:03.597 INFO O| Feb 21 20:26:03.596 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92502025-02-21T20:26:04.576Z[ host-image] Feb 21 20:26:03.986 INFO O| Feb 21 20:26:03.986 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92512025-02-21T20:26:04.696Z[ host-image] Feb 21 20:26:04.106 INFO O| Feb 21 20:26:04.106 INFO completed processing gimlet/ramdisk-02-trim
92522025-02-21T20:26:04.699Z[ host-image] Feb 21 20:26:04.109 INFO image builder template: zfs...
92532025-02-21T20:26:04.699Z[ host-image] Feb 21 20:26:04.110 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/.tmppPBl4F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None
92542025-02-21T20:26:04.718Z[ host-image] Feb 21 20:26:04.129 INFO O| Feb 21 20:26:04.129 INFO skip include "stress" because feature "stress" is not enabled
92552025-02-21T20:26:04.778Z[ host-image] Feb 21 20:26:04.189 INFO O| Feb 21 20:26:04.189 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92562025-02-21T20:26:04.789Z[ host-image] Feb 21 20:26:04.199 INFO O| Feb 21 20:26:04.199 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92572025-02-21T20:26:04.886Z[ host-image] Feb 21 20:26:04.296 INFO O| Feb 21 20:26:04.296 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92582025-02-21T20:26:04.978Z[ host-image] Feb 21 20:26:04.388 INFO O| Feb 21 20:26:04.388 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92592025-02-21T20:26:04.983Z[ host-image] Feb 21 20:26:04.388 INFO O| Feb 21 20:26:04.388 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92602025-02-21T20:26:04.987Z[ host-image] Feb 21 20:26:04.396 INFO O| Feb 21 20:26:04.396 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92612025-02-21T20:26:05.244Z[ host-image] Feb 21 20:26:04.653 INFO O| Feb 21 20:26:04.653 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92622025-02-21T20:26:05.337Z[ host-image] Feb 21 20:26:04.747 INFO O| Feb 21 20:26:04.747 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92632025-02-21T20:26:05.380Z[ host-image] Feb 21 20:26:04.790 INFO O| Feb 21 20:26:04.790 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92642025-02-21T20:26:05.389Z[ host-image] Feb 21 20:26:04.800 INFO O| Feb 21 20:26:04.800 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92652025-02-21T20:26:05.393Z[ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.800 INFO no lofi found
92662025-02-21T20:26:05.393Z[ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.801 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92672025-02-21T20:26:05.393Z[ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.801 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92682025-02-21T20:26:07.604Z[ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 INFO lofi device = /dev/dsk/c2t1d0p0
92692025-02-21T20:26:07.605Z[ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 INFO pool device = /dev/dsk/c2t1d0p0
92702025-02-21T20:26:07.612Z[ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92712025-02-21T20:26:07.824Z[ host-image] Feb 21 20:26:07.233 INFO O| Feb 21 20:26:07.233 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92722025-02-21T20:26:07.824Z[ host-image] Feb 21 20:26:07.233 INFO O| Feb 21 20:26:07.233 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92732025-02-21T20:26:07.856Z[ host-image] Feb 21 20:26:07.265 INFO O| Feb 21 20:26:07.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92742025-02-21T20:26:07.982Z[ host-image] Feb 21 20:26:07.390 INFO O| Feb 21 20:26:07.390 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92752025-02-21T20:26:08.069Z[ host-image] Feb 21 20:26:07.477 INFO O| Feb 21 20:26:07.477 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92762025-02-21T20:26:08.095Z[ host-image] Feb 21 20:26:07.504 INFO O| Feb 21 20:26:07.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92772025-02-21T20:26:08.140Z[ host-image] Feb 21 20:26:07.549 INFO O| Feb 21 20:26:07.549 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92782025-02-21T20:26:08.267Z[ host-image] Feb 21 20:26:07.675 INFO O| Feb 21 20:26:07.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92792025-02-21T20:26:08.271Z[ host-image] Feb 21 20:26:07.676 INFO O| Feb 21 20:26:07.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92802025-02-21T20:26:08.271Z[ host-image] Feb 21 20:26:07.676 INFO O| Feb 21 20:26:07.676 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92812025-02-21T20:26:08.308Z[ host-image] Feb 21 20:26:07.717 INFO O| Feb 21 20:26:07.717 INFO boot environment UUID: 5078219c-7708-4c52-a00d-1a8d4e61cde5
92822025-02-21T20:26:08.308Z[ host-image] Feb 21 20:26:07.717 INFO O| Feb 21 20:26:07.717 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5078219c-7708-4c52-a00d-1a8d4e61cde5
92832025-02-21T20:26:08.355Z[ host-image] Feb 21 20:26:07.764 INFO O| Feb 21 20:26:07.764 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92842025-02-21T20:26:08.402Z[ host-image] Feb 21 20:26:07.810 INFO O| Feb 21 20:26:07.810 INFO STEP 0 (create_be) COMPLETE
92852025-02-21T20:26:08.402Z[ host-image] Feb 21 20:26:07.810 INFO O| Feb 21 20:26:07.810 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862025-02-21T20:26:08.445Z[ host-image] Feb 21 20:26:07.853 INFO O| Feb 21 20:26:07.853 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92872025-02-21T20:26:32.742Z[ host-image] Feb 21 20:26:32.136 INFO O| Feb 21 20:26:32.136 INFO STEP 1 (unpack_tar) COMPLETE
92882025-02-21T20:26:32.742Z[ host-image] Feb 21 20:26:32.136 INFO O| Feb 21 20:26:32.136 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892025-02-21T20:26:32.761Z[ host-image] Feb 21 20:26:32.155 INFO O| Feb 21 20:26:32.155 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92902025-02-21T20:26:33.365Z[ host-image] Feb 21 20:26:32.759 INFO O| Feb 21 20:26:32.759 INFO STEP 2 (devfsadm) COMPLETE
92912025-02-21T20:26:33.368Z[ host-image] Feb 21 20:26:32.759 INFO O| Feb 21 20:26:32.759 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922025-02-21T20:26:33.426Z[ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92932025-02-21T20:26:33.426Z[ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92942025-02-21T20:26:33.429Z[ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO STEP 3 (ensure_dir) COMPLETE
92952025-02-21T20:26:33.429Z[ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92962025-02-21T20:26:33.462Z[ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92972025-02-21T20:26:33.462Z[ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO STEP 4 (ensure_dir) COMPLETE
92982025-02-21T20:26:33.465Z[ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992025-02-21T20:26:33.479Z[ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93002025-02-21T20:26:33.479Z[ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO STEP 5 (ensure_dir) COMPLETE
93012025-02-21T20:26:33.479Z[ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022025-02-21T20:26:33.497Z[ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93032025-02-21T20:26:33.497Z[ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93042025-02-21T20:26:33.501Z[ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO STEP 6 (ensure_dir) COMPLETE
93052025-02-21T20:26:33.501Z[ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062025-02-21T20:26:33.515Z[ host-image] Feb 21 20:26:32.908 INFO O| Feb 21 20:26:32.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93072025-02-21T20:26:33.521Z[ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93082025-02-21T20:26:33.524Z[ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO STEP 7 (ensure_dir) COMPLETE
93092025-02-21T20:26:33.524Z[ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102025-02-21T20:26:33.532Z[ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
93112025-02-21T20:26:33.535Z[ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO STEP 8 (remove_files) COMPLETE
93122025-02-21T20:26:33.535Z[ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132025-02-21T20:26:33.564Z[ host-image] Feb 21 20:26:32.958 INFO O| Feb 21 20:26:32.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
93142025-02-21T20:26:33.567Z[ host-image] Feb 21 20:26:32.959 INFO O| Feb 21 20:26:32.959 INFO STEP 9 (remove_files) COMPLETE
93152025-02-21T20:26:33.567Z[ host-image] Feb 21 20:26:32.959 INFO O| Feb 21 20:26:32.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93162025-02-21T20:26:33.612Z[ host-image] Feb 21 20:26:33.002 INFO O| Feb 21 20:26:33.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93172025-02-21T20:26:33.616Z[ host-image] Feb 21 20:26:33.003 INFO O| Feb 21 20:26:33.003 INFO STEP 10 (remove_files) COMPLETE
93182025-02-21T20:26:33.616Z[ host-image] Feb 21 20:26:33.003 INFO O| Feb 21 20:26:33.003 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192025-02-21T20:26:33.649Z[ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93202025-02-21T20:26:33.650Z[ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO STEP 11 (remove_files) COMPLETE
93212025-02-21T20:26:33.653Z[ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222025-02-21T20:26:33.686Z[ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93232025-02-21T20:26:33.686Z[ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO STEP 12 (remove_files) COMPLETE
93242025-02-21T20:26:33.686Z[ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93252025-02-21T20:26:33.722Z[ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93262025-02-21T20:26:33.722Z[ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93272025-02-21T20:26:33.722Z[ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO STEP 13 (ensure_dir) COMPLETE
93282025-02-21T20:26:33.726Z[ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93292025-02-21T20:26:33.740Z[ host-image] Feb 21 20:26:33.133 INFO O| Feb 21 20:26:33.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93302025-02-21T20:26:33.741Z[ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93312025-02-21T20:26:33.741Z[ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93322025-02-21T20:26:33.741Z[ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO STEP 14 (ensure_dir) COMPLETE
93332025-02-21T20:26:33.741Z[ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93342025-02-21T20:26:33.758Z[ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93352025-02-21T20:26:33.758Z[ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93362025-02-21T20:26:33.758Z[ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93372025-02-21T20:26:33.767Z[ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO STEP 15 (ensure_dir) COMPLETE
93382025-02-21T20:26:33.767Z[ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93392025-02-21T20:26:33.793Z[ host-image] Feb 21 20:26:33.186 INFO O| Feb 21 20:26:33.186 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93402025-02-21T20:26:33.793Z[ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93412025-02-21T20:26:33.797Z[ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.187 INFO STEP 16 (ensure_dir) COMPLETE
93422025-02-21T20:26:33.797Z[ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.187 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432025-02-21T20:26:33.831Z[ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93442025-02-21T20:26:33.831Z[ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93452025-02-21T20:26:33.834Z[ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO STEP 17 (ensure_dir) COMPLETE
93462025-02-21T20:26:33.834Z[ host-image] Feb 21 20:26:33.225 INFO O| Feb 21 20:26:33.224 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93472025-02-21T20:26:33.868Z[ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93482025-02-21T20:26:33.868Z[ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93492025-02-21T20:26:33.868Z[ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO ok!
93502025-02-21T20:26:33.868Z[ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO STEP 18 (ensure_symlink) COMPLETE
93512025-02-21T20:26:33.868Z[ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93522025-02-21T20:26:33.906Z[ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93532025-02-21T20:26:33.906Z[ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93542025-02-21T20:26:33.906Z[ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO ok!
93552025-02-21T20:26:33.906Z[ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO STEP 19 (ensure_file) COMPLETE
93562025-02-21T20:26:33.906Z[ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572025-02-21T20:26:33.942Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93582025-02-21T20:26:33.942Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93592025-02-21T20:26:33.945Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93602025-02-21T20:26:33.945Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO ok!
93612025-02-21T20:26:33.945Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO STEP 20 (ensure_symlink) COMPLETE
93622025-02-21T20:26:33.945Z[ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93632025-02-21T20:26:33.961Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93642025-02-21T20:26:33.962Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93652025-02-21T20:26:33.962Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93662025-02-21T20:26:33.962Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO ok!
93672025-02-21T20:26:33.965Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO STEP 21 (ensure_symlink) COMPLETE
93682025-02-21T20:26:33.965Z[ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93692025-02-21T20:26:33.987Z[ host-image] Feb 21 20:26:33.378 INFO O| Feb 21 20:26:33.378 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93702025-02-21T20:26:33.987Z[ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93712025-02-21T20:26:33.991Z[ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93722025-02-21T20:26:33.991Z[ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO ok!
93732025-02-21T20:26:33.992Z[ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO STEP 22 (ensure_symlink) COMPLETE
93742025-02-21T20:26:33.992Z[ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93752025-02-21T20:26:34.022Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.415 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93762025-02-21T20:26:34.022Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93772025-02-21T20:26:34.026Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93782025-02-21T20:26:34.026Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO ok!
93792025-02-21T20:26:34.026Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO STEP 23 (ensure_symlink) COMPLETE
93802025-02-21T20:26:34.026Z[ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93812025-02-21T20:26:34.044Z[ host-image] Feb 21 20:26:33.438 INFO O| Feb 21 20:26:33.438 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93822025-02-21T20:26:34.047Z[ host-image] Feb 21 20:26:33.438 INFO O| Feb 21 20:26:33.438 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93832025-02-21T20:26:34.048Z[ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93842025-02-21T20:26:34.048Z[ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO ok!
93852025-02-21T20:26:34.048Z[ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO STEP 24 (ensure_file) COMPLETE
93862025-02-21T20:26:34.048Z[ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872025-02-21T20:26:34.066Z[ host-image] Feb 21 20:26:33.459 INFO O| Feb 21 20:26:33.459 INFO updating shadow file
93882025-02-21T20:26:34.070Z[ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.459 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93892025-02-21T20:26:34.070Z[ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93902025-02-21T20:26:34.070Z[ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO STEP 25 (shadow) COMPLETE
93912025-02-21T20:26:34.070Z[ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93922025-02-21T20:26:34.086Z[ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93932025-02-21T20:26:34.086Z[ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93942025-02-21T20:26:34.090Z[ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93952025-02-21T20:26:34.090Z[ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO ok!
93962025-02-21T20:26:34.090Z[ host-image] Feb 21 20:26:33.480 INFO O| Feb 21 20:26:33.480 INFO STEP 26 (ensure_file) COMPLETE
93972025-02-21T20:26:34.090Z[ host-image] Feb 21 20:26:33.480 INFO O| Feb 21 20:26:33.480 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93982025-02-21T20:26:34.127Z[ host-image] Feb 21 20:26:33.520 INFO O| Feb 21 20:26:33.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93992025-02-21T20:26:34.127Z[ host-image] Feb 21 20:26:33.520 INFO O| Feb 21 20:26:33.520 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
94002025-02-21T20:26:34.127Z[ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
94012025-02-21T20:26:34.130Z[ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO ok!
94022025-02-21T20:26:34.131Z[ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO STEP 27 (ensure_file) COMPLETE
94032025-02-21T20:26:34.131Z[ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94042025-02-21T20:26:34.150Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94052025-02-21T20:26:34.150Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
94062025-02-21T20:26:34.153Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94072025-02-21T20:26:34.153Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94082025-02-21T20:26:34.153Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO ok!
94092025-02-21T20:26:34.153Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO STEP 28 (ensure_file) COMPLETE
94102025-02-21T20:26:34.154Z[ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112025-02-21T20:26:34.187Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
94122025-02-21T20:26:34.187Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
94132025-02-21T20:26:34.190Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
94142025-02-21T20:26:34.190Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO ok!
94152025-02-21T20:26:34.190Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO STEP 29 (ensure_file) COMPLETE
94162025-02-21T20:26:34.190Z[ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94172025-02-21T20:26:34.226Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94182025-02-21T20:26:34.226Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94192025-02-21T20:26:34.226Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94202025-02-21T20:26:34.228Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO ok!
94212025-02-21T20:26:34.229Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO STEP 30 (ensure_file) COMPLETE
94222025-02-21T20:26:34.229Z[ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94232025-02-21T20:26:34.248Z[ host-image] Feb 21 20:26:33.641 INFO O| Feb 21 20:26:33.641 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94242025-02-21T20:26:34.248Z[ host-image] Feb 21 20:26:33.641 INFO O| Feb 21 20:26:33.641 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94252025-02-21T20:26:34.248Z[ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94262025-02-21T20:26:34.251Z[ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94272025-02-21T20:26:34.251Z[ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO ok!
94282025-02-21T20:26:34.251Z[ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO STEP 31 (ensure_file) COMPLETE
94292025-02-21T20:26:34.251Z[ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94302025-02-21T20:26:34.270Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94312025-02-21T20:26:34.270Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94322025-02-21T20:26:34.273Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94332025-02-21T20:26:34.273Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO ok!
94342025-02-21T20:26:34.273Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO STEP 32 (ensure_file) COMPLETE
94352025-02-21T20:26:34.274Z[ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94362025-02-21T20:26:34.293Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94372025-02-21T20:26:34.294Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94382025-02-21T20:26:34.297Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94392025-02-21T20:26:34.297Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO ok!
94402025-02-21T20:26:34.297Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO STEP 33 (ensure_file) COMPLETE
94412025-02-21T20:26:34.297Z[ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94422025-02-21T20:26:34.316Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94432025-02-21T20:26:34.316Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94442025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94452025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94462025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94472025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94482025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO ok!
94492025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO STEP 34 (ensure_file) COMPLETE
94502025-02-21T20:26:34.319Z[ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94512025-02-21T20:26:34.337Z[ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94522025-02-21T20:26:34.337Z[ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94532025-02-21T20:26:34.337Z[ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94542025-02-21T20:26:34.340Z[ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO STEP 35 (ensure_dir) COMPLETE
94552025-02-21T20:26:34.340Z[ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94562025-02-21T20:26:34.356Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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
94572025-02-21T20:26:34.356Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 ...
94582025-02-21T20:26:34.356Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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
94592025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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
94602025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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
94612025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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
94622025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO ok!
94632025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO STEP 36 (ensure_file) COMPLETE
94642025-02-21T20:26:34.360Z[ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94652025-02-21T20:26:34.393Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94662025-02-21T20:26:34.393Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 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 ...
94672025-02-21T20:26:34.396Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94682025-02-21T20:26:34.396Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO ok!
94692025-02-21T20:26:34.396Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO STEP 37 (ensure_symlink) COMPLETE
94702025-02-21T20:26:34.397Z[ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94712025-02-21T20:26:34.426Z[ host-image] Feb 21 20:26:33.809 INFO O| Feb 21 20:26:33.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94722025-02-21T20:26:34.426Z[ host-image] Feb 21 20:26:33.809 INFO O| Feb 21 20:26:33.809 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94732025-02-21T20:26:34.430Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.809 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94742025-02-21T20:26:34.430Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94752025-02-21T20:26:34.430Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94762025-02-21T20:26:34.430Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94772025-02-21T20:26:34.430Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO ok!
94782025-02-21T20:26:34.431Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO STEP 38 (ensure_file) COMPLETE
94792025-02-21T20:26:34.431Z[ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94802025-02-21T20:26:34.440Z[ host-image] Feb 21 20:26:33.832 INFO O| Feb 21 20:26:33.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94812025-02-21T20:26:34.440Z[ host-image] Feb 21 20:26:33.832 INFO O| Feb 21 20:26:33.832 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 ...
94822025-02-21T20:26:34.462Z[ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 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
94832025-02-21T20:26:34.462Z[ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94842025-02-21T20:26:34.463Z[ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO ok!
94852025-02-21T20:26:34.463Z[ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO STEP 39 (ensure_file) COMPLETE
94862025-02-21T20:26:34.463Z[ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94872025-02-21T20:26:34.478Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94882025-02-21T20:26:34.478Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94892025-02-21T20:26:34.493Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94902025-02-21T20:26:34.493Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO ok!
94912025-02-21T20:26:34.493Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO STEP 40 (ensure_file) COMPLETE
94922025-02-21T20:26:34.493Z[ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94932025-02-21T20:26:34.519Z[ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO updating shadow file
94942025-02-21T20:26:34.524Z[ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94952025-02-21T20:26:34.524Z[ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO STEP 41 (shadow) COMPLETE
94962025-02-21T20:26:34.524Z[ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94972025-02-21T20:26:34.543Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94982025-02-21T20:26:34.543Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94992025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95002025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95012025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO ok!
95022025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO STEP 42 (ensure_file) COMPLETE
95032025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.936 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95042025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO skip step because feature "mfg" is not enabled
95052025-02-21T20:26:34.547Z[ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95062025-02-21T20:26:34.548Z[ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO skip step because feature "mfg" is not enabled
95072025-02-21T20:26:34.548Z[ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95082025-02-21T20:26:34.620Z[ host-image] Feb 21 20:26:34.006 INFO O| Feb 21 20:26:34.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
95092025-02-21T20:26:34.620Z[ host-image] Feb 21 20:26:34.006 INFO O| Feb 21 20:26:34.006 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
95102025-02-21T20:26:35.476Z[ host-image] Feb 21 20:26:34.868 INFO O| Feb 21 20:26:34.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95112025-02-21T20:26:35.476Z[ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95122025-02-21T20:26:35.477Z[ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO ok!
95132025-02-21T20:26:35.483Z[ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO STEP 45 (ensure_file) COMPLETE
95142025-02-21T20:26:35.483Z[ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95152025-02-21T20:26:35.537Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95162025-02-21T20:26:35.537Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95172025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95182025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95192025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95202025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95212025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO ok!
95222025-02-21T20:26:35.540Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO STEP 46 (ensure_file) COMPLETE
95232025-02-21T20:26:35.541Z[ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95242025-02-21T20:26:35.561Z[ host-image] Feb 21 20:26:34.953 INFO O| Feb 21 20:26:34.953 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95252025-02-21T20:26:35.561Z[ host-image] Feb 21 20:26:34.953 INFO O| Feb 21 20:26:34.953 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 ...
95262025-02-21T20:26:35.561Z[ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.953 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
95272025-02-21T20:26:35.564Z[ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95282025-02-21T20:26:35.564Z[ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO ok!
95292025-02-21T20:26:35.564Z[ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO STEP 47 (ensure_file) COMPLETE
95302025-02-21T20:26:35.564Z[ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95312025-02-21T20:26:35.584Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95322025-02-21T20:26:35.584Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95332025-02-21T20:26:35.584Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95342025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95352025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95362025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95372025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO ok!
95382025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO STEP 48 (ensure_file) COMPLETE
95392025-02-21T20:26:35.588Z[ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95402025-02-21T20:26:35.606Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95412025-02-21T20:26:35.606Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 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 ...
95422025-02-21T20:26:35.607Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 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
95432025-02-21T20:26:35.607Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95442025-02-21T20:26:35.610Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO ok!
95452025-02-21T20:26:35.611Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO STEP 49 (ensure_file) COMPLETE
95462025-02-21T20:26:35.611Z[ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95472025-02-21T20:26:35.631Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95482025-02-21T20:26:35.631Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95492025-02-21T20:26:35.632Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95502025-02-21T20:26:35.632Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95512025-02-21T20:26:35.636Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95522025-02-21T20:26:35.636Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95532025-02-21T20:26:35.636Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO ok!
95542025-02-21T20:26:35.636Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO STEP 50 (ensure_file) COMPLETE
95552025-02-21T20:26:35.636Z[ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95562025-02-21T20:26:35.653Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95572025-02-21T20:26:35.653Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 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 ...
95582025-02-21T20:26:35.656Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 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
95592025-02-21T20:26:35.656Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95602025-02-21T20:26:35.656Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO ok!
95612025-02-21T20:26:35.656Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO STEP 51 (ensure_file) COMPLETE
95622025-02-21T20:26:35.656Z[ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95632025-02-21T20:26:35.706Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95642025-02-21T20:26:35.706Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 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 ...
95652025-02-21T20:26:35.706Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 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
95662025-02-21T20:26:35.709Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95672025-02-21T20:26:35.709Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO ok!
95682025-02-21T20:26:35.709Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO STEP 52 (ensure_file) COMPLETE
95692025-02-21T20:26:35.709Z[ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95702025-02-21T20:26:35.744Z[ host-image] Feb 21 20:26:35.136 INFO O| Feb 21 20:26:35.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95712025-02-21T20:26:35.744Z[ host-image] Feb 21 20:26:35.136 INFO O| Feb 21 20:26:35.136 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 ...
95722025-02-21T20:26:35.744Z[ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.136 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
95732025-02-21T20:26:35.748Z[ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95742025-02-21T20:26:35.748Z[ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO ok!
95752025-02-21T20:26:35.748Z[ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO STEP 53 (ensure_file) COMPLETE
95762025-02-21T20:26:35.748Z[ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772025-02-21T20:26:35.784Z[ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95782025-02-21T20:26:35.785Z[ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO STEP 54 (ensure_dir) COMPLETE
95792025-02-21T20:26:35.785Z[ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802025-02-21T20:26:35.804Z[ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95812025-02-21T20:26:35.804Z[ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95822025-02-21T20:26:35.804Z[ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO STEP 55 (ensure_dir) COMPLETE
95832025-02-21T20:26:35.804Z[ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842025-02-21T20:26:35.831Z[ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95852025-02-21T20:26:35.831Z[ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95862025-02-21T20:26:35.834Z[ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO STEP 56 (ensure_dir) COMPLETE
95872025-02-21T20:26:35.834Z[ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882025-02-21T20:26:35.874Z[ host-image] Feb 21 20:26:35.266 INFO O| Feb 21 20:26:35.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95892025-02-21T20:26:35.874Z[ host-image] Feb 21 20:26:35.266 INFO O| Feb 21 20:26:35.266 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95902025-02-21T20:26:35.897Z[ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95912025-02-21T20:26:35.897Z[ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO ok!
95922025-02-21T20:26:35.897Z[ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO STEP 57 (ensure_file) COMPLETE
95932025-02-21T20:26:35.897Z[ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942025-02-21T20:26:35.916Z[ host-image] Feb 21 20:26:35.309 INFO O| Feb 21 20:26:35.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95952025-02-21T20:26:35.917Z[ host-image] Feb 21 20:26:35.309 INFO O| Feb 21 20:26:35.309 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95962025-02-21T20:26:37.373Z[ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95972025-02-21T20:26:37.374Z[ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO ok!
95982025-02-21T20:26:37.382Z[ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO STEP 58 (ensure_file) COMPLETE
95992025-02-21T20:26:37.382Z[ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-02-21T20:26:37.392Z[ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96012025-02-21T20:26:37.393Z[ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96022025-02-21T20:26:37.393Z[ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO STEP 59 (ensure_dir) COMPLETE
96032025-02-21T20:26:37.397Z[ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042025-02-21T20:26:37.435Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96052025-02-21T20:26:37.435Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO copying /tmp/.tmppPBl4F/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 ...
96062025-02-21T20:26:37.439Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96072025-02-21T20:26:37.439Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO ok!
96082025-02-21T20:26:37.440Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO STEP 60 (ensure_file) COMPLETE
96092025-02-21T20:26:37.440Z[ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-02-21T20:26:37.454Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96112025-02-21T20:26:37.454Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.844 INFO copying /tmp/.tmppPBl4F/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 ...
96122025-02-21T20:26:37.458Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96132025-02-21T20:26:37.458Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO ok!
96142025-02-21T20:26:37.459Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO STEP 61 (ensure_file) COMPLETE
96152025-02-21T20:26:37.460Z[ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-02-21T20:26:37.491Z[ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96172025-02-21T20:26:37.491Z[ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96182025-02-21T20:26:37.491Z[ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO STEP 62 (ensure_dir) COMPLETE
96192025-02-21T20:26:37.494Z[ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202025-02-21T20:26:37.553Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96212025-02-21T20:26:37.553Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO copying /tmp/.tmppPBl4F/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 ...
96222025-02-21T20:26:37.561Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96232025-02-21T20:26:37.562Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO ok!
96242025-02-21T20:26:37.562Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO STEP 63 (ensure_file) COMPLETE
96252025-02-21T20:26:37.562Z[ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262025-02-21T20:26:37.588Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96272025-02-21T20:26:37.588Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO copying /tmp/.tmppPBl4F/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 ...
96282025-02-21T20:26:37.591Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96292025-02-21T20:26:37.591Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO ok!
96302025-02-21T20:26:37.591Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO STEP 64 (ensure_file) COMPLETE
96312025-02-21T20:26:37.592Z[ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322025-02-21T20:26:37.613Z[ host-image] Feb 21 20:26:37.001 INFO O| Feb 21 20:26:37.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96332025-02-21T20:26:37.613Z[ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96342025-02-21T20:26:37.621Z[ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO STEP 65 (ensure_dir) COMPLETE
96352025-02-21T20:26:37.621Z[ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-02-21T20:26:37.660Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96372025-02-21T20:26:37.660Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO copying /tmp/.tmppPBl4F/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 ...
96382025-02-21T20:26:37.677Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96392025-02-21T20:26:37.677Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO ok!
96402025-02-21T20:26:37.677Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO STEP 66 (ensure_file) COMPLETE
96412025-02-21T20:26:37.677Z[ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-02-21T20:26:37.694Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96432025-02-21T20:26:37.694Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96442025-02-21T20:26:37.695Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96452025-02-21T20:26:37.695Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO ok!
96462025-02-21T20:26:37.695Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO STEP 67 (ensure_file) COMPLETE
96472025-02-21T20:26:37.695Z[ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-02-21T20:26:37.733Z[ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96492025-02-21T20:26:37.815Z[ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96502025-02-21T20:26:37.815Z[ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO STEP 68 (ensure_dir) COMPLETE
96512025-02-21T20:26:37.816Z[ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522025-02-21T20:26:37.885Z[ host-image] Feb 21 20:26:37.137 INFO O| Feb 21 20:26:37.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96532025-02-21T20:26:37.885Z[ host-image] Feb 21 20:26:37.137 INFO O| Feb 21 20:26:37.137 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96542025-02-21T20:26:39.234Z[ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96552025-02-21T20:26:39.234Z[ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO ok!
96562025-02-21T20:26:39.234Z[ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO STEP 69 (ensure_file) COMPLETE
96572025-02-21T20:26:39.234Z[ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-02-21T20:26:39.254Z[ host-image] Feb 21 20:26:38.643 INFO O| Feb 21 20:26:38.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96592025-02-21T20:26:39.262Z[ host-image] Feb 21 20:26:38.644 INFO O| Feb 21 20:26:38.643 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96602025-02-21T20:26:41.706Z[ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96612025-02-21T20:26:41.706Z[ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO ok!
96622025-02-21T20:26:41.711Z[ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO STEP 70 (ensure_file) COMPLETE
96632025-02-21T20:26:41.711Z[ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642025-02-21T20:26:41.727Z[ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96652025-02-21T20:26:41.728Z[ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96662025-02-21T20:26:41.731Z[ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO STEP 71 (ensure_dir) COMPLETE
96672025-02-21T20:26:41.731Z[ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682025-02-21T20:26:41.748Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96692025-02-21T20:26:41.748Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO copying /tmp/.tmppPBl4F/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 ...
96702025-02-21T20:26:41.752Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96712025-02-21T20:26:41.752Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO ok!
96722025-02-21T20:26:41.752Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO STEP 72 (ensure_file) COMPLETE
96732025-02-21T20:26:41.752Z[ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742025-02-21T20:26:41.786Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96752025-02-21T20:26:41.786Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO copying /tmp/.tmppPBl4F/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 ...
96762025-02-21T20:26:41.790Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96772025-02-21T20:26:41.790Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO ok!
96782025-02-21T20:26:41.790Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO STEP 73 (ensure_file) COMPLETE
96792025-02-21T20:26:41.790Z[ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802025-02-21T20:26:41.809Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96812025-02-21T20:26:41.809Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96822025-02-21T20:26:41.809Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96832025-02-21T20:26:41.809Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO ok!
96842025-02-21T20:26:41.813Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO STEP 74 (ensure_file) COMPLETE
96852025-02-21T20:26:41.813Z[ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862025-02-21T20:26:41.833Z[ host-image] Feb 21 20:26:41.221 INFO O| Feb 21 20:26:41.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96872025-02-21T20:26:41.833Z[ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.221 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96882025-02-21T20:26:41.833Z[ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96892025-02-21T20:26:41.833Z[ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO ok!
96902025-02-21T20:26:41.837Z[ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO STEP 75 (ensure_file) COMPLETE
96912025-02-21T20:26:41.837Z[ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922025-02-21T20:26:41.855Z[ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96932025-02-21T20:26:41.856Z[ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96942025-02-21T20:26:41.856Z[ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO STEP 76 (ensure_dir) COMPLETE
96952025-02-21T20:26:41.859Z[ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-02-21T20:26:41.875Z[ host-image] Feb 21 20:26:41.263 INFO O| Feb 21 20:26:41.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96972025-02-21T20:26:41.875Z[ host-image] Feb 21 20:26:41.263 INFO O| Feb 21 20:26:41.263 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96982025-02-21T20:26:41.878Z[ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96992025-02-21T20:26:41.882Z[ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO ok!
97002025-02-21T20:26:41.882Z[ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO STEP 77 (ensure_file) COMPLETE
97012025-02-21T20:26:41.882Z[ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-21T20:26:41.900Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
97032025-02-21T20:26:41.900Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
97042025-02-21T20:26:41.905Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
97052025-02-21T20:26:41.905Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO ok!
97062025-02-21T20:26:41.905Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO STEP 78 (ensure_file) COMPLETE
97072025-02-21T20:26:41.905Z[ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-02-21T20:26:41.938Z[ host-image] Feb 21 20:26:41.327 INFO O| Feb 21 20:26:41.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97092025-02-21T20:26:41.938Z[ host-image] Feb 21 20:26:41.327 INFO O| Feb 21 20:26:41.327 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
97102025-02-21T20:26:43.905Z[ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
97112025-02-21T20:26:43.905Z[ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO ok!
97122025-02-21T20:26:43.905Z[ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO STEP 79 (ensure_file) COMPLETE
97132025-02-21T20:26:43.909Z[ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-02-21T20:26:43.924Z[ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97152025-02-21T20:26:43.927Z[ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97162025-02-21T20:26:43.927Z[ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO STEP 80 (ensure_dir) COMPLETE
97172025-02-21T20:26:43.927Z[ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182025-02-21T20:26:43.952Z[ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97192025-02-21T20:26:43.952Z[ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97202025-02-21T20:26:43.956Z[ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO STEP 81 (ensure_dir) COMPLETE
97212025-02-21T20:26:43.956Z[ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222025-02-21T20:26:43.975Z[ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97232025-02-21T20:26:43.975Z[ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97242025-02-21T20:26:43.978Z[ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO STEP 82 (ensure_dir) COMPLETE
97252025-02-21T20:26:43.978Z[ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262025-02-21T20:26:43.996Z[ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97272025-02-21T20:26:43.997Z[ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97282025-02-21T20:26:43.997Z[ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO STEP 83 (ensure_dir) COMPLETE
97292025-02-21T20:26:44.000Z[ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302025-02-21T20:26:44.018Z[ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.405 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97312025-02-21T20:26:44.018Z[ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97322025-02-21T20:26:44.018Z[ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO STEP 84 (ensure_dir) COMPLETE
97332025-02-21T20:26:44.021Z[ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342025-02-21T20:26:44.040Z[ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97352025-02-21T20:26:44.040Z[ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO copying /tmp/.tmppPBl4F/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 ...
97362025-02-21T20:26:44.043Z[ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97372025-02-21T20:26:44.044Z[ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO ok!
97382025-02-21T20:26:44.044Z[ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO STEP 85 (ensure_file) COMPLETE
97392025-02-21T20:26:44.044Z[ host-image] Feb 21 20:26:43.429 INFO O| Feb 21 20:26:43.428 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402025-02-21T20:26:44.061Z[ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97412025-02-21T20:26:44.065Z[ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97422025-02-21T20:26:44.065Z[ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO STEP 86 (ensure_dir) COMPLETE
97432025-02-21T20:26:44.065Z[ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-21T20:26:44.082Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97452025-02-21T20:26:44.082Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97462025-02-21T20:26:44.082Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97472025-02-21T20:26:44.083Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO ok!
97482025-02-21T20:26:44.085Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO STEP 87 (ensure_file) COMPLETE
97492025-02-21T20:26:44.085Z[ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-02-21T20:26:44.106Z[ host-image] Feb 21 20:26:43.492 INFO O| Feb 21 20:26:43.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97512025-02-21T20:26:44.106Z[ host-image] Feb 21 20:26:43.492 INFO O| Feb 21 20:26:43.492 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97522025-02-21T20:26:44.651Z[ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97532025-02-21T20:26:44.651Z[ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO ok!
97542025-02-21T20:26:44.651Z[ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO STEP 88 (ensure_file) COMPLETE
97552025-02-21T20:26:44.651Z[ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562025-02-21T20:26:44.671Z[ host-image] Feb 21 20:26:44.058 INFO O| Feb 21 20:26:44.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97572025-02-21T20:26:44.671Z[ host-image] Feb 21 20:26:44.058 INFO O| Feb 21 20:26:44.058 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97582025-02-21T20:26:44.693Z[ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97592025-02-21T20:26:44.693Z[ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO ok!
97602025-02-21T20:26:44.696Z[ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO STEP 89 (ensure_file) COMPLETE
97612025-02-21T20:26:44.696Z[ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622025-02-21T20:26:44.722Z[ host-image] Feb 21 20:26:44.106 INFO O| Feb 21 20:26:44.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97632025-02-21T20:26:44.722Z[ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.106 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97642025-02-21T20:26:44.722Z[ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97652025-02-21T20:26:44.722Z[ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO ok!
97662025-02-21T20:26:44.725Z[ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO STEP 90 (ensure_file) COMPLETE
97672025-02-21T20:26:44.725Z[ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-02-21T20:26:44.758Z[ host-image] Feb 21 20:26:44.145 INFO O| Feb 21 20:26:44.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97692025-02-21T20:26:44.761Z[ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97702025-02-21T20:26:44.762Z[ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO STEP 91 (ensure_dir) COMPLETE
97712025-02-21T20:26:44.762Z[ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722025-02-21T20:26:44.796Z[ host-image] Feb 21 20:26:44.183 INFO O| Feb 21 20:26:44.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97732025-02-21T20:26:44.796Z[ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.183 INFO copying /tmp/.tmppPBl4F/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 ...
97742025-02-21T20:26:44.797Z[ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97752025-02-21T20:26:44.797Z[ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO ok!
97762025-02-21T20:26:44.799Z[ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO STEP 92 (ensure_file) COMPLETE
97772025-02-21T20:26:44.799Z[ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782025-02-21T20:26:44.819Z[ host-image] Feb 21 20:26:44.206 INFO O| Feb 21 20:26:44.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97792025-02-21T20:26:44.819Z[ host-image] Feb 21 20:26:44.206 INFO O| Feb 21 20:26:44.206 INFO copying /tmp/.tmppPBl4F/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 ...
97802025-02-21T20:26:44.822Z[ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97812025-02-21T20:26:44.822Z[ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.206 INFO ok!
97822025-02-21T20:26:44.822Z[ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.207 INFO STEP 93 (ensure_file) COMPLETE
97832025-02-21T20:26:44.822Z[ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.207 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842025-02-21T20:26:44.841Z[ host-image] Feb 21 20:26:44.228 INFO O| Feb 21 20:26:44.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97852025-02-21T20:26:44.841Z[ host-image] Feb 21 20:26:44.228 INFO O| Feb 21 20:26:44.228 INFO copying /tmp/.tmppPBl4F/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 ...
97862025-02-21T20:26:44.842Z[ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97872025-02-21T20:26:44.842Z[ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO ok!
97882025-02-21T20:26:44.845Z[ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO STEP 94 (ensure_file) COMPLETE
97892025-02-21T20:26:44.845Z[ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902025-02-21T20:26:44.863Z[ host-image] Feb 21 20:26:44.250 INFO O| Feb 21 20:26:44.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97912025-02-21T20:26:44.863Z[ host-image] Feb 21 20:26:44.250 INFO O| Feb 21 20:26:44.250 INFO copying /tmp/.tmppPBl4F/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 ...
97922025-02-21T20:26:44.867Z[ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97932025-02-21T20:26:44.867Z[ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.250 INFO ok!
97942025-02-21T20:26:44.867Z[ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.251 INFO STEP 95 (ensure_file) COMPLETE
97952025-02-21T20:26:44.867Z[ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.251 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97962025-02-21T20:26:44.889Z[ host-image] Feb 21 20:26:44.276 INFO O| Feb 21 20:26:44.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97972025-02-21T20:26:44.889Z[ host-image] Feb 21 20:26:44.276 INFO O| Feb 21 20:26:44.276 INFO copying /tmp/.tmppPBl4F/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 ...
97982025-02-21T20:26:44.893Z[ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97992025-02-21T20:26:44.893Z[ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO ok!
98002025-02-21T20:26:44.893Z[ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO STEP 96 (ensure_file) COMPLETE
98012025-02-21T20:26:44.893Z[ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98022025-02-21T20:26:44.913Z[ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98032025-02-21T20:26:44.913Z[ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO copying /tmp/.tmppPBl4F/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 ...
98042025-02-21T20:26:44.916Z[ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98052025-02-21T20:26:44.916Z[ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO ok!
98062025-02-21T20:26:44.916Z[ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO STEP 97 (ensure_file) COMPLETE
98072025-02-21T20:26:44.916Z[ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082025-02-21T20:26:44.943Z[ host-image] Feb 21 20:26:44.329 INFO O| Feb 21 20:26:44.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98092025-02-21T20:26:44.943Z[ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98102025-02-21T20:26:44.947Z[ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98112025-02-21T20:26:44.947Z[ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO ok!
98122025-02-21T20:26:44.947Z[ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO STEP 98 (ensure_file) COMPLETE
98132025-02-21T20:26:44.947Z[ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142025-02-21T20:26:44.967Z[ host-image] Feb 21 20:26:44.354 INFO O| Feb 21 20:26:44.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98152025-02-21T20:26:44.967Z[ host-image] Feb 21 20:26:44.354 INFO O| Feb 21 20:26:44.354 INFO copying /tmp/.tmppPBl4F/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 ...
98162025-02-21T20:26:44.970Z[ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98172025-02-21T20:26:44.971Z[ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO ok!
98182025-02-21T20:26:44.971Z[ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO STEP 99 (ensure_file) COMPLETE
98192025-02-21T20:26:44.971Z[ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202025-02-21T20:26:44.995Z[ host-image] Feb 21 20:26:44.382 INFO O| Feb 21 20:26:44.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98212025-02-21T20:26:44.995Z[ host-image] Feb 21 20:26:44.382 INFO O| Feb 21 20:26:44.382 INFO copying /tmp/.tmppPBl4F/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 ...
98222025-02-21T20:26:44.998Z[ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98232025-02-21T20:26:44.998Z[ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO ok!
98242025-02-21T20:26:44.998Z[ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO STEP 100 (ensure_file) COMPLETE
98252025-02-21T20:26:44.998Z[ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98262025-02-21T20:26:45.020Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98272025-02-21T20:26:45.020Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO copying /tmp/.tmppPBl4F/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 ...
98282025-02-21T20:26:45.020Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98292025-02-21T20:26:45.020Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO ok!
98302025-02-21T20:26:45.023Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO STEP 101 (ensure_file) COMPLETE
98312025-02-21T20:26:45.023Z[ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-02-21T20:26:45.043Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98332025-02-21T20:26:45.043Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98342025-02-21T20:26:45.043Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98352025-02-21T20:26:45.047Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO ok!
98362025-02-21T20:26:45.047Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO STEP 102 (ensure_file) COMPLETE
98372025-02-21T20:26:45.047Z[ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382025-02-21T20:26:45.084Z[ host-image] Feb 21 20:26:44.469 INFO O| Feb 21 20:26:44.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98392025-02-21T20:26:45.084Z[ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.469 INFO copying /tmp/.tmppPBl4F/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 ...
98402025-02-21T20:26:45.088Z[ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98412025-02-21T20:26:45.088Z[ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO ok!
98422025-02-21T20:26:45.088Z[ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO STEP 103 (ensure_file) COMPLETE
98432025-02-21T20:26:45.088Z[ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442025-02-21T20:26:45.125Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98452025-02-21T20:26:45.125Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO copying /tmp/.tmppPBl4F/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 ...
98462025-02-21T20:26:45.125Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98472025-02-21T20:26:45.125Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO ok!
98482025-02-21T20:26:45.128Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO STEP 104 (ensure_file) COMPLETE
98492025-02-21T20:26:45.128Z[ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-02-21T20:26:45.144Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98512025-02-21T20:26:45.144Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO copying /tmp/.tmppPBl4F/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 ...
98522025-02-21T20:26:45.148Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98532025-02-21T20:26:45.148Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO ok!
98542025-02-21T20:26:45.148Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO STEP 105 (ensure_file) COMPLETE
98552025-02-21T20:26:45.149Z[ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-02-21T20:26:45.165Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98572025-02-21T20:26:45.165Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO copying /tmp/.tmppPBl4F/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 ...
98582025-02-21T20:26:45.165Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98592025-02-21T20:26:45.165Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO ok!
98602025-02-21T20:26:45.169Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO STEP 106 (ensure_file) COMPLETE
98612025-02-21T20:26:45.169Z[ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-02-21T20:26:45.187Z[ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98632025-02-21T20:26:45.187Z[ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO copying /tmp/.tmppPBl4F/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 ...
98642025-02-21T20:26:45.187Z[ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98652025-02-21T20:26:45.187Z[ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO ok!
98662025-02-21T20:26:45.190Z[ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO STEP 107 (ensure_file) COMPLETE
98672025-02-21T20:26:45.190Z[ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682025-02-21T20:26:45.207Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98692025-02-21T20:26:45.207Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO copying /tmp/.tmppPBl4F/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 ...
98702025-02-21T20:26:45.207Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98712025-02-21T20:26:45.207Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO ok!
98722025-02-21T20:26:45.210Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO STEP 108 (ensure_file) COMPLETE
98732025-02-21T20:26:45.210Z[ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742025-02-21T20:26:45.229Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98752025-02-21T20:26:45.229Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO copying /tmp/.tmppPBl4F/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 ...
98762025-02-21T20:26:45.229Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98772025-02-21T20:26:45.232Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO ok!
98782025-02-21T20:26:45.232Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO STEP 109 (ensure_file) COMPLETE
98792025-02-21T20:26:45.232Z[ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-02-21T20:26:45.283Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98812025-02-21T20:26:45.283Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO copying /tmp/.tmppPBl4F/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 ...
98822025-02-21T20:26:45.286Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98832025-02-21T20:26:45.286Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO ok!
98842025-02-21T20:26:45.286Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO STEP 110 (ensure_file) COMPLETE
98852025-02-21T20:26:45.286Z[ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-02-21T20:26:45.304Z[ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98872025-02-21T20:26:45.305Z[ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO copying /tmp/.tmppPBl4F/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 ...
98882025-02-21T20:26:45.305Z[ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98892025-02-21T20:26:45.305Z[ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO ok!
98902025-02-21T20:26:45.308Z[ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO STEP 111 (ensure_file) COMPLETE
98912025-02-21T20:26:45.309Z[ host-image] Feb 21 20:26:44.692 INFO O| Feb 21 20:26:44.691 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-02-21T20:26:45.325Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98932025-02-21T20:26:45.325Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.711 INFO copying /tmp/.tmppPBl4F/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 ...
98942025-02-21T20:26:45.328Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98952025-02-21T20:26:45.328Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO ok!
98962025-02-21T20:26:45.328Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO STEP 112 (ensure_file) COMPLETE
98972025-02-21T20:26:45.328Z[ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-02-21T20:26:45.347Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98992025-02-21T20:26:45.348Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO copying /tmp/.tmppPBl4F/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 ...
99002025-02-21T20:26:45.350Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
99012025-02-21T20:26:45.350Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO ok!
99022025-02-21T20:26:45.350Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO STEP 113 (ensure_file) COMPLETE
99032025-02-21T20:26:45.350Z[ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042025-02-21T20:26:45.372Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99052025-02-21T20:26:45.372Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO copying /tmp/.tmppPBl4F/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 ...
99062025-02-21T20:26:45.372Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99072025-02-21T20:26:45.372Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO ok!
99082025-02-21T20:26:45.375Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO STEP 114 (ensure_file) COMPLETE
99092025-02-21T20:26:45.375Z[ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102025-02-21T20:26:45.412Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99112025-02-21T20:26:45.412Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.798 INFO copying /tmp/.tmppPBl4F/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 ...
99122025-02-21T20:26:45.416Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99132025-02-21T20:26:45.416Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO ok!
99142025-02-21T20:26:45.416Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO STEP 115 (ensure_file) COMPLETE
99152025-02-21T20:26:45.416Z[ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99162025-02-21T20:26:45.435Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99172025-02-21T20:26:45.436Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO copying /tmp/.tmppPBl4F/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 ...
99182025-02-21T20:26:45.438Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99192025-02-21T20:26:45.439Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO ok!
99202025-02-21T20:26:45.439Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO STEP 116 (ensure_file) COMPLETE
99212025-02-21T20:26:45.439Z[ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222025-02-21T20:26:45.459Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99232025-02-21T20:26:45.459Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO copying /tmp/.tmppPBl4F/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 ...
99242025-02-21T20:26:45.462Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99252025-02-21T20:26:45.462Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO ok!
99262025-02-21T20:26:45.462Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO STEP 117 (ensure_file) COMPLETE
99272025-02-21T20:26:45.462Z[ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-02-21T20:26:45.482Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99292025-02-21T20:26:45.482Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO copying /tmp/.tmppPBl4F/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 ...
99302025-02-21T20:26:45.482Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99312025-02-21T20:26:45.482Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO ok!
99322025-02-21T20:26:45.486Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO STEP 118 (ensure_file) COMPLETE
99332025-02-21T20:26:45.486Z[ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-02-21T20:26:45.506Z[ host-image] Feb 21 20:26:44.892 INFO O| Feb 21 20:26:44.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99352025-02-21T20:26:45.506Z[ host-image] Feb 21 20:26:44.892 INFO O| Feb 21 20:26:44.892 INFO copying /tmp/.tmppPBl4F/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 ...
99362025-02-21T20:26:45.509Z[ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99372025-02-21T20:26:45.509Z[ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO ok!
99382025-02-21T20:26:45.509Z[ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO STEP 119 (ensure_file) COMPLETE
99392025-02-21T20:26:45.509Z[ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-02-21T20:26:45.530Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99412025-02-21T20:26:45.530Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.916 INFO copying /tmp/.tmppPBl4F/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 ...
99422025-02-21T20:26:45.530Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99432025-02-21T20:26:45.530Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO ok!
99442025-02-21T20:26:45.534Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO STEP 120 (ensure_file) COMPLETE
99452025-02-21T20:26:45.534Z[ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-02-21T20:26:45.575Z[ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99472025-02-21T20:26:45.575Z[ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99482025-02-21T20:26:45.579Z[ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99492025-02-21T20:26:45.579Z[ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO ok!
99502025-02-21T20:26:45.579Z[ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO STEP 121 (ensure_file) COMPLETE
99512025-02-21T20:26:45.579Z[ host-image] Feb 21 20:26:44.963 INFO O| Feb 21 20:26:44.962 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-02-21T20:26:45.600Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99532025-02-21T20:26:45.600Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO copying /tmp/.tmppPBl4F/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 ...
99542025-02-21T20:26:45.606Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99552025-02-21T20:26:45.606Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO ok!
99562025-02-21T20:26:45.606Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO STEP 122 (ensure_file) COMPLETE
99572025-02-21T20:26:45.606Z[ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-02-21T20:26:45.653Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99592025-02-21T20:26:45.653Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99602025-02-21T20:26:45.657Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99612025-02-21T20:26:45.657Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO ok!
99622025-02-21T20:26:45.657Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO STEP 123 (ensure_file) COMPLETE
99632025-02-21T20:26:45.657Z[ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642025-02-21T20:26:45.673Z[ host-image] Feb 21 20:26:45.059 INFO O| Feb 21 20:26:45.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99652025-02-21T20:26:45.673Z[ host-image] Feb 21 20:26:45.059 INFO O| Feb 21 20:26:45.059 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99662025-02-21T20:26:58.846Z[ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99672025-02-21T20:26:58.849Z[ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO ok!
99682025-02-21T20:26:58.849Z[ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO STEP 124 (ensure_file) COMPLETE
99692025-02-21T20:26:58.849Z[ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-21T20:26:58.867Z[ host-image] Feb 21 20:26:58.245 INFO O| Feb 21 20:26:58.245 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99712025-02-21T20:26:58.867Z[ host-image] Feb 21 20:26:58.246 INFO O| Feb 21 20:26:58.245 INFO STEP 125 (ensure_dir) COMPLETE
99722025-02-21T20:26:58.870Z[ host-image] Feb 21 20:26:58.246 INFO O| Feb 21 20:26:58.245 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-02-21T20:26:58.889Z[ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99742025-02-21T20:26:58.889Z[ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO STEP 126 (ensure_dir) COMPLETE
99752025-02-21T20:26:58.889Z[ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-02-21T20:26:58.939Z[ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99772025-02-21T20:26:58.939Z[ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO STEP 127 (ensure_dir) COMPLETE
99782025-02-21T20:26:58.942Z[ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792025-02-21T20:26:58.964Z[ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99802025-02-21T20:26:58.964Z[ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO STEP 128 (ensure_dir) COMPLETE
99812025-02-21T20:26:58.964Z[ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99832025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO copying /tmp/.tmppPBl4F/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 ...
99842025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99852025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO ok!
99862025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO STEP 129 (ensure_file) COMPLETE
99872025-02-21T20:26:58.988Z[ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-02-21T20:26:59.025Z[ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.403 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99892025-02-21T20:26:59.025Z[ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99902025-02-21T20:26:59.025Z[ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99912025-02-21T20:26:59.029Z[ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO STEP 130 (ensure_dir) COMPLETE
99922025-02-21T20:26:59.029Z[ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932025-02-21T20:26:59.085Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
99942025-02-21T20:26:59.085Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO copying /tmp/.tmppPBl4F/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
99952025-02-21T20:26:59.087Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
99962025-02-21T20:26:59.087Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO ok!
99972025-02-21T20:26:59.088Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO STEP 131 (ensure_file) COMPLETE
99982025-02-21T20:26:59.088Z[ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99992025-02-21T20:26:59.106Z[ host-image] Feb 21 20:26:58.484 INFO O| Feb 21 20:26:58.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
100002025-02-21T20:26:59.108Z[ host-image] Feb 21 20:26:58.485 INFO O| Feb 21 20:26:58.484 INFO STEP 132 (remove_files) COMPLETE
100012025-02-21T20:26:59.108Z[ host-image] Feb 21 20:26:58.485 INFO O| Feb 21 20:26:58.484 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100022025-02-21T20:26:59.137Z[ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100032025-02-21T20:26:59.140Z[ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO STEP 133 (remove_files) COMPLETE
100042025-02-21T20:26:59.140Z[ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100052025-02-21T20:26:59.159Z[ host-image] Feb 21 20:26:58.537 INFO O| Feb 21 20:26:58.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100062025-02-21T20:26:59.162Z[ host-image] Feb 21 20:26:58.538 INFO O| Feb 21 20:26:58.538 INFO STEP 134 (remove_files) COMPLETE
100072025-02-21T20:26:59.162Z[ host-image] Feb 21 20:26:58.538 INFO O| Feb 21 20:26:58.538 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100082025-02-21T20:26:59.200Z[ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100092025-02-21T20:26:59.203Z[ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO STEP 135 (remove_files) COMPLETE
100102025-02-21T20:26:59.203Z[ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100112025-02-21T20:26:59.224Z[ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100122025-02-21T20:26:59.228Z[ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO STEP 136 (remove_files) COMPLETE
100132025-02-21T20:26:59.228Z[ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100142025-02-21T20:26:59.247Z[ host-image] Feb 21 20:26:58.625 INFO O| Feb 21 20:26:58.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100152025-02-21T20:26:59.250Z[ host-image] Feb 21 20:26:58.626 INFO O| Feb 21 20:26:58.626 INFO STEP 137 (remove_files) COMPLETE
100162025-02-21T20:26:59.250Z[ host-image] Feb 21 20:26:58.626 INFO O| Feb 21 20:26:58.626 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100172025-02-21T20:26:59.269Z[ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100182025-02-21T20:26:59.272Z[ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO STEP 138 (remove_files) COMPLETE
100192025-02-21T20:26:59.272Z[ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100202025-02-21T20:26:59.290Z[ host-image] Feb 21 20:26:58.669 INFO O| Feb 21 20:26:58.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100212025-02-21T20:26:59.293Z[ host-image] Feb 21 20:26:58.669 INFO O| Feb 21 20:26:58.669 INFO STEP 139 (remove_files) COMPLETE
100222025-02-21T20:26:59.293Z[ host-image] Feb 21 20:26:58.670 INFO O| Feb 21 20:26:58.669 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100232025-02-21T20:26:59.312Z[ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100242025-02-21T20:26:59.315Z[ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.691 INFO STEP 140 (remove_files) COMPLETE
100252025-02-21T20:26:59.315Z[ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.691 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262025-02-21T20:26:59.334Z[ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100272025-02-21T20:26:59.337Z[ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO STEP 141 (remove_files) COMPLETE
100282025-02-21T20:26:59.337Z[ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292025-02-21T20:26:59.356Z[ host-image] Feb 21 20:26:58.734 INFO O| Feb 21 20:26:58.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100302025-02-21T20:26:59.359Z[ host-image] Feb 21 20:26:58.735 INFO O| Feb 21 20:26:58.735 INFO STEP 142 (remove_files) COMPLETE
100312025-02-21T20:26:59.359Z[ host-image] Feb 21 20:26:58.735 INFO O| Feb 21 20:26:58.735 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-21T20:26:59.378Z[ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100332025-02-21T20:26:59.381Z[ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO STEP 143 (remove_files) COMPLETE
100342025-02-21T20:26:59.381Z[ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352025-02-21T20:26:59.399Z[ host-image] Feb 21 20:26:58.777 INFO O| Feb 21 20:26:58.777 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100362025-02-21T20:26:59.399Z[ host-image] Feb 21 20:26:58.777 INFO O| Feb 21 20:26:58.777 INFO STEP 144 (remove_files) COMPLETE
100372025-02-21T20:26:59.402Z[ host-image] Feb 21 20:26:58.778 INFO O| Feb 21 20:26:58.778 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382025-02-21T20:26:59.440Z[ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100392025-02-21T20:26:59.440Z[ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO STEP 145 (remove_files) COMPLETE
100402025-02-21T20:26:59.440Z[ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-21T20:26:59.461Z[ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100422025-02-21T20:26:59.461Z[ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO STEP 146 (remove_files) COMPLETE
100432025-02-21T20:26:59.461Z[ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-21T20:26:59.495Z[ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100452025-02-21T20:26:59.495Z[ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO STEP 147 (remove_files) COMPLETE
100462025-02-21T20:26:59.495Z[ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-21T20:26:59.558Z[ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100482025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO STEP 148 (remove_files) COMPLETE
100492025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100512025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.899 INFO STEP 149 (remove_files) COMPLETE
100522025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.899 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.920 INFO O| Feb 21 20:26:58.920 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100542025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.921 INFO O| Feb 21 20:26:58.921 INFO STEP 150 (remove_files) COMPLETE
100552025-02-21T20:26:59.620Z[ host-image] Feb 21 20:26:58.921 INFO O| Feb 21 20:26:58.921 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100572025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO STEP 151 (remove_files) COMPLETE
100582025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100602025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.980 INFO STEP 152 (remove_files) COMPLETE
100612025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.980 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100632025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO STEP 153 (remove_files) COMPLETE
100642025-02-21T20:26:59.664Z[ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-21T20:26:59.805Z[ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100662025-02-21T20:26:59.805Z[ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO STEP 154 (remove_files) COMPLETE
100672025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100692025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO STEP 155 (remove_files) COMPLETE
100702025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100722025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO STEP 156 (remove_files) COMPLETE
100732025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100752025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO STEP 157 (remove_files) COMPLETE
100762025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100782025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.183 INFO STEP 158 (remove_files) COMPLETE
100792025-02-21T20:26:59.883Z[ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.183 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802025-02-21T20:26:59.932Z[ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100812025-02-21T20:26:59.932Z[ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO STEP 159 (remove_files) COMPLETE
100822025-02-21T20:26:59.932Z[ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832025-02-21T20:26:59.937Z[ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100842025-02-21T20:26:59.937Z[ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO STEP 160 (remove_files) COMPLETE
100852025-02-21T20:26:59.937Z[ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100862025-02-21T20:26:59.937Z[ host-image] Feb 21 20:26:59.309 INFO O| Feb 21 20:26:59.309 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100872025-02-21T20:26:59.937Z[ host-image] Feb 21 20:26:59.310 INFO O| Feb 21 20:26:59.309 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
100882025-02-21T20:27:11.735Z[ host-image] Feb 21 20:27:11.101 INFO O| Feb 21 20:27:11.101 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
100892025-02-21T20:27:11.735Z[ host-image] Feb 21 20:27:11.101 INFO O| Feb 21 20:27:11.101 INFO E| svccfg: Loaded 74 smf(7) service descriptions
100902025-02-21T20:27:11.755Z[ host-image] Feb 21 20:27:11.126 INFO O| Feb 21 20:27:11.126 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
100912025-02-21T20:27:11.912Z[ host-image] Feb 21 20:27:11.279 INFO O| Feb 21 20:27:11.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
100922025-02-21T20:27:11.912Z[ host-image] Feb 21 20:27:11.279 INFO O| Feb 21 20:27:11.279 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
100932025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
100942025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO ok!
100952025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
100962025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO STEP 161 (seed_smf) COMPLETE
100972025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO steps complete; finalising image!
100982025-02-21T20:27:11.917Z[ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO TRIM POOL: TEMPORARY-gimlet-zfs
100992025-02-21T20:27:12.105Z[ host-image] Feb 21 20:27:11.475 INFO O| Feb 21 20:27:11.474 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 20:27:11 2025)
101002025-02-21T20:27:12.316Z[ host-image] Feb 21 20:27:11.687 INFO O| Feb 21 20:27:11.687 INFO trim TEMPORARY-gimlet-zfs: (20% trimmed, started at Fri Feb 21 20:27:11 2025)
101012025-02-21T20:27:12.559Z[ host-image] Feb 21 20:27:11.929 INFO O| Feb 21 20:27:11.929 INFO trim TEMPORARY-gimlet-zfs: (69% trimmed, started at Fri Feb 21 20:27:11 2025)
101022025-02-21T20:27:12.770Z[ host-image] Feb 21 20:27:12.141 INFO O| Feb 21 20:27:12.141 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Feb 21 20:27:11 2025)
101032025-02-21T20:27:12.986Z[ host-image] Feb 21 20:27:12.354 INFO O| Feb 21 20:27:12.354 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 21 20:27:11 2025)
101042025-02-21T20:27:13.247Z[ host-image] Feb 21 20:27:12.617 INFO O| Feb 21 20:27:12.617 INFO temporary pool has 721M used, 110M avail, 1.80x compressratio
101052025-02-21T20:27:13.248Z[ host-image] Feb 21 20:27:12.618 INFO O| Feb 21 20:27:12.617 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101062025-02-21T20:27:14.087Z[ host-image] Feb 21 20:27:13.457 INFO O| Feb 21 20:27:13.457 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101072025-02-21T20:27:14.087Z[ host-image] Feb 21 20:27:13.457 INFO O| Feb 21 20:27:13.457 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101082025-02-21T20:27:15.767Z[ host-image] Feb 21 20:27:15.135 INFO O| Feb 21 20:27:15.135 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101092025-02-21T20:27:15.767Z[ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101102025-02-21T20:27:15.770Z[ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101112025-02-21T20:27:15.770Z[ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO completed processing gimlet/zfs
101122025-02-21T20:27:15.770Z[ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.136 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101132025-02-21T20:27:25.267Z[ host-image] Feb 21 20:27:24.630 INFO O| Feb 21 20:27:24.630 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101142025-02-21T20:27:25.409Z[ host-image] Feb 21 20:27:24.771 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101152025-02-21T20:27:25.409Z[ host-image] Feb 21 20:27:24.772 INFO expanded image name: "ci 9190d80/${os_short_commit} 2025-02-21 19:49" -> "ci 9190d80/9fcb5ef 2025-02-21 19:49"
101162025-02-21T20:27:25.414Z[ host-image] Feb 21 20:27:24.772 INFO output artefacts stored in: "/work/os-host"
101172025-02-21T20:27:25.414Z[ host-image] Feb 21 20:27:24.772 INFO collecting git info from project "amd-host-image-builder"...
101182025-02-21T20:27:25.445Z[ host-image] Feb 21 20:27:24.808 INFO collecting git info from project "amd-firmware"...
101192025-02-21T20:27:25.463Z[ host-image] Feb 21 20:27:24.826 INFO collecting git info from project "chelsio-t6-roms"...
101202025-02-21T20:27:25.474Z[ host-image] Feb 21 20:27:24.837 INFO collecting git info from project "pilot"...
101212025-02-21T20:27:25.487Z[ host-image] Feb 21 20:27:24.849 INFO collecting git info from project "pinprick"...
101222025-02-21T20:27:25.511Z[ host-image] Feb 21 20:27:24.874 INFO collecting git info from project "phbl"...
101232025-02-21T20:27:25.541Z[ host-image] Feb 21 20:27:24.904 INFO collecting git info from project "bootserver"...
101242025-02-21T20:27:25.620Z[ host-image] Feb 21 20:27:24.983 INFO collecting git info from project "image-builder"...
101252025-02-21T20:27:25.647Z[ host-image] Feb 21 20:27:25.009 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101262025-02-21T20:27:27.809Z[ host-image] Feb 21 20:27:27.169 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101272025-02-21T20:27:28.510Z[ host-image] Feb 21 20:27:27.871 INFO creating Oxide boot image...
101282025-02-21T20:27:28.510Z[ host-image] Feb 21 20:27:27.871 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9190d80/9fcb5ef 2025-02-21 19:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101292025-02-21T20:27:29.984Z[ host-image] Feb 21 20:27:29.344 INFO O| ok, image written!
101302025-02-21T20:27:29.984Z[ host-image] Feb 21 20:27:29.344 INFO O| ok, boot_image_csum file written!
101312025-02-21T20:27:29.992Z[ host-image] Feb 21 20:27:29.352 INFO creating boot archive (CPIO)...
101322025-02-21T20:27:29.992Z[ host-image] Feb 21 20:27:29.352 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
101332025-02-21T20:27:30.002Z[ host-image] Feb 21 20:27:29.362 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101342025-02-21T20:27:30.005Z[ host-image] Feb 21 20:27:29.362 INFO E| + outfile=/work/os-host/cpio
101352025-02-21T20:27:30.005Z[ host-image] Feb 21 20:27:29.362 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101362025-02-21T20:27:30.005Z[ host-image] Feb 21 20:27:29.365 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101372025-02-21T20:27:30.008Z[ host-image] Feb 21 20:27:29.366 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101382025-02-21T20:27:30.054Z[ host-image] Feb 21 20:27:29.414 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101392025-02-21T20:27:30.054Z[ host-image] Feb 21 20:27:29.414 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101402025-02-21T20:27:30.066Z[ host-image] Feb 21 20:27:29.426 INFO creating compressed cpio/unix for nanobl-rs...
101412025-02-21T20:27:30.066Z[ host-image] Feb 21 20:27:29.426 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
101422025-02-21T20:27:30.507Z[ host-image] Feb 21 20:27:29.867 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101432025-02-21T20:27:34.472Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101442025-02-21T20:27:37.171Z[ host-image] Feb 21 20:27:36.526 INFO creating reset image...
101452025-02-21T20:27:37.175Z[ host-image] Feb 21 20:27:36.527 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101462025-02-21T20:27:37.380Z[ host-image] Feb 21 20:27:36.736 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
101472025-02-21T20:27:37.406Z[ host-image] Feb 21 20:27:36.762 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101482025-02-21T20:27:37.542Z[ host-image] Feb 21 20:27:36.898 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101492025-02-21T20:27:41.491Z[ host-image] Feb 21 20:27:40.844 INFO E| Finished `release` profile [optimized] target(s) in 4.05s
101502025-02-21T20:27:41.509Z[ host-image] Feb 21 20:27:40.862 INFO building host image...
101512025-02-21T20:27:41.512Z[ host-image] Feb 21 20:27:40.862 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")
101522025-02-21T20:27:42.460Z[ host-image] Feb 21 20:27:41.809 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101532025-02-21T20:29:00.542Z[ host-image] Feb 21 20:28:59.848 INFO image complete! materials are in "/work/os-host"
101542025-02-21T20:29:00.548Z[ host-image]
101552025-02-21T20:29:00.552Z[ host-image] real 16:17.818530840
101562025-02-21T20:29:00.552Z[ host-image] user 7:18.347514871
101572025-02-21T20:29:00.552Z[ host-image] sys 1:12.877249399
101582025-02-21T20:29:00.552Z[ host-image] trap 0.366941492
101592025-02-21T20:29:00.552Z[ host-image] tflt 0.034561288
101602025-02-21T20:29:00.552Z[ host-image] dflt 0.095958510
101612025-02-21T20:29:00.552Z[ host-image] kflt 0.016315010
101622025-02-21T20:29:00.552Z[ host-image] lock 14:03.878961445
101632025-02-21T20:29:00.552Z[ host-image] slp 1:27:13.993100034
101642025-02-21T20:29:00.552Z[ host-image] lat 3:43.673068700
101652025-02-21T20:29:00.552Z[ host-image] stop 2.366605428
101662025-02-21T20:29:00.553ZFeb 21 20:28:59.855 INFO [host-image] process exited with exit status: 0 (977.836068533s)
101672025-02-21T20:29:00.553ZFeb 21 20:28:59.855 INFO [tuf-repo] running task
101682025-02-21T20:29:21.716ZFeb 21 20:29:21.008 INFO assembling repository in `/tmp/tufaceous7ICncf`, component: OmicronRepoAssembler
101692025-02-21T20:29:51.855ZFeb 21 20:29:51.113 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101702025-02-21T20:29:52.148ZFeb 21 20:29:51.424 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101712025-02-21T20:30:02.472Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101722025-02-21T20:30:02.731ZFeb 21 20:30:02.001 INFO [tuf-repo] task succeeded (62.144776872s)
101732025-02-21T20:30:14.187Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101742025-02-21T20:30:23.980Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101752025-02-21T20:35:56.456Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 32s
101762025-02-21T20:35:56.950ZFeb 21 20:35:56.010 INFO [verify-libraries] process exited with exit status: 0 (1356.547051897s)
101772025-02-21T20:35:56.953ZFeb 21 20:35:56.010 INFO all jobs completed in 2813.642533892s
101782025-02-21T20:35:58.755Zprocess exited: duration 3518689 ms, exit code 0
 
101792025-02-21T20:35:58.787Zfound 33 output files
101802025-02-21T20:35:58.794Zuploading: /work/manifest.toml (13429 bytes)
101812025-02-21T20:35:59.803Zuploaded: /work/manifest.toml
101822025-02-21T20:35:59.803Zuploading: /work/repo.zip (2153930233 bytes)
101832025-02-21T20:36:53.912Zuploaded: /work/repo.zip
101842025-02-21T20:36:53.913Zuploading: /work/repo.zip.sha256.txt (65 bytes)
101852025-02-21T20:36:54.993Zuploaded: /work/repo.zip.sha256.txt
101862025-02-21T20:36:54.993Zuploading: /work/helios-setup.log (68741 bytes)
101872025-02-21T20:36:56.011Zuploaded: /work/helios-setup.log
101882025-02-21T20:36:56.011Zuploading: /work/host-image.log (201306 bytes)
101892025-02-21T20:36:57.033Zuploaded: /work/host-image.log
101902025-02-21T20:36:57.033Zuploading: /work/host-package.log (24050 bytes)
101912025-02-21T20:36:58.046Zuploaded: /work/host-package.log
101922025-02-21T20:36:58.046Zuploading: /work/host-target.log (101 bytes)
101932025-02-21T20:36:59.056Zuploaded: /work/host-target.log
101942025-02-21T20:36:59.056Zuploading: /work/omicron-package.log (6719 bytes)
101952025-02-21T20:37:00.069Zuploaded: /work/omicron-package.log
101962025-02-21T20:37:00.069Zuploading: /work/phbl-toolchain.log (881 bytes)
101972025-02-21T20:37:01.083Zuploaded: /work/phbl-toolchain.log
101982025-02-21T20:37:01.087Zuploading: /work/recovery-image.log (580202 bytes)
101992025-02-21T20:37:02.109Zuploaded: /work/recovery-image.log
102002025-02-21T20:37:02.109Zuploading: /work/recovery-package.log (1762 bytes)
102012025-02-21T20:37:03.124Zuploaded: /work/recovery-package.log
102022025-02-21T20:37:03.127Zuploading: /work/recovery-target.log (57 bytes)
102032025-02-21T20:37:04.140Zuploaded: /work/recovery-target.log
102042025-02-21T20:37:04.140Zuploading: /work/stamp-clickhouse.log (117 bytes)
102052025-02-21T20:37:05.153Zuploaded: /work/stamp-clickhouse.log
102062025-02-21T20:37:05.154Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102072025-02-21T20:37:06.169Zuploaded: /work/stamp-clickhouse_keeper.log
102082025-02-21T20:37:06.169Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102092025-02-21T20:37:07.177Zuploaded: /work/stamp-cockroachdb.log
102102025-02-21T20:37:07.180Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102112025-02-21T20:37:08.187Zuploaded: /work/stamp-crucible-dtrace.log
102122025-02-21T20:37:08.187Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102132025-02-21T20:37:09.196Zuploaded: /work/stamp-crucible-pantry-zone.log
102142025-02-21T20:37:09.196Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102152025-02-21T20:37:10.215Zuploaded: /work/stamp-crucible-zone.log
102162025-02-21T20:37:10.219Zuploading: /work/stamp-external-dns.log (119 bytes)
102172025-02-21T20:37:11.225Zuploaded: /work/stamp-external-dns.log
102182025-02-21T20:37:11.238Zuploading: /work/stamp-installinator.log (103 bytes)
102192025-02-21T20:37:12.255Zuploaded: /work/stamp-installinator.log
102202025-02-21T20:37:12.255Zuploading: /work/stamp-internal-dns.log (119 bytes)
102212025-02-21T20:37:13.265Zuploaded: /work/stamp-internal-dns.log
102222025-02-21T20:37:13.281Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102232025-02-21T20:37:14.293Zuploaded: /work/stamp-mg-ddm-gz.log
102242025-02-21T20:37:14.293Zuploading: /work/stamp-nexus.log (112 bytes)
102252025-02-21T20:37:15.314Zuploaded: /work/stamp-nexus.log
102262025-02-21T20:37:15.314Zuploading: /work/stamp-ntp.log (110 bytes)
102272025-02-21T20:37:16.327Zuploaded: /work/stamp-ntp.log
102282025-02-21T20:37:16.328Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102292025-02-21T20:37:17.387Zuploaded: /work/stamp-omicron-sled-agent.log
102302025-02-21T20:37:17.406Zuploading: /work/stamp-overlay.log (114 bytes)
102312025-02-21T20:37:22.688Zuploaded: /work/stamp-overlay.log
102322025-02-21T20:37:22.688Zuploading: /work/stamp-oximeter.log (115 bytes)
102332025-02-21T20:37:24.612Zuploaded: /work/stamp-oximeter.log
102342025-02-21T20:37:24.615Zuploading: /work/stamp-oxlog.log (109 bytes)
102352025-02-21T20:37:25.622Zuploaded: /work/stamp-oxlog.log
102362025-02-21T20:37:25.623Zuploading: /work/stamp-probe.log (112 bytes)
102372025-02-21T20:37:26.630Zuploaded: /work/stamp-probe.log
102382025-02-21T20:37:26.633Zuploading: /work/stamp-propolis-server.log (122 bytes)
102392025-02-21T20:37:27.640Zuploaded: /work/stamp-propolis-server.log
102402025-02-21T20:37:27.640Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102412025-02-21T20:37:28.648Zuploaded: /work/stamp-pumpkind-gz.log
102422025-02-21T20:37:28.651Zuploading: /work/stamp-switch-asic.log (118 bytes)
102432025-02-21T20:37:29.659Zuploaded: /work/stamp-switch-asic.log
102442025-02-21T20:37:29.659Zuploading: /work/verify-libraries.log (17218 bytes)
102452025-02-21T20:37:30.670Zuploaded: /work/verify-libraries.log