01JMWVY55ZY55DSRVHSVSQVSFK: 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: 01JMWVYKEYXV1F8WZSEK8R97CV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-24T20:57:34.267Zjob assigned to worker 01JMWVYSM9TSHX8E5EHHT0B8SS [factory aws, i-0569c57f7d1ba7f50] (queued for 1 m 0 s)
 
22025-02-24T20:57:42.492Zstarting task 0: "setup"
32025-02-24T20:57:42.500Z++ uname -s
42025-02-24T20:57:42.502Z+ kern=SunOS
52025-02-24T20:57:42.502Z+ build_user=build
62025-02-24T20:57:42.502Z+ build_uid=12345
72025-02-24T20:57:42.503Z+ work_dir=/work
82025-02-24T20:57:42.503Z+ input_dir=/input
92025-02-24T20:57:42.503Z+ [[ 0 == 12345 ]]
102025-02-24T20:57:42.503Z+ case "$kern" in
112025-02-24T20:57:42.503Z+ groupadd -g 12345 build
122025-02-24T20:57:42.505Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-24T20:57:44.512Z+ zfs create -o mountpoint=/work rpool/work
142025-02-24T20:57:44.638Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-24T20:57:44.640Z+ home_fs=zfs
162025-02-24T20:57:44.640Z+ [[ zfs == autofs ]]
172025-02-24T20:57:44.640Z+ mkdir -p /home/build
182025-02-24T20:57:44.643Z+ chown build:build /home/build /work
192025-02-24T20:57:46.645Z+ chmod 0700 /home/build /work
202025-02-24T20:57:46.648Zprocess exited: duration 4154 ms, exit code 0
 
212025-02-24T20:57:46.653Zstarting task 1: "rust-toolchain"
222025-02-24T20:57:46.658Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-24T20:57:46.658Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-24T20:57:46.658Z * rust toolchain channel = "1.85.0"
252025-02-24T20:57:46.658Z * rust toolchain profile = "default"
262025-02-24T20:57:46.661Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-24T20:57:46.661Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-24T20:57:46.661Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-24T20:57:46.661Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-24T20:57:46.778Zinfo: downloading installer
312025-02-24T20:57:48.075Zwarning: it looks like you have an existing installation of Rust at:
322025-02-24T20:57:48.075Zwarning: /opt/ooce/bin
332025-02-24T20:57:48.075Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-24T20:57:48.075Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-24T20:57:48.075Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-24T20:57:48.075Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-24T20:57:48.075Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-24T20:57:48.075Zerror: cannot install while Rust is installed
392025-02-24T20:57:48.075Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-24T20:57:48.089Zinfo: profile set to 'default'
412025-02-24T20:57:48.089Zinfo: default host triple is x86_64-unknown-illumos
422025-02-24T20:57:48.092Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-24T20:57:48.232Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-24T20:57:48.232Zinfo: downloading component 'cargo'
452025-02-24T20:57:48.941Zinfo: downloading component 'clippy'
462025-02-24T20:57:49.215Zinfo: downloading component 'rust-docs'
472025-02-24T20:57:50.294Zinfo: downloading component 'rust-std'
482025-02-24T20:57:51.874Zinfo: downloading component 'rustc'
492025-02-24T20:57:57.342Zinfo: downloading component 'rustfmt'
502025-02-24T20:57:57.552Zinfo: installing component 'cargo'
512025-02-24T20:57:58.378Zinfo: installing component 'clippy'
522025-02-24T20:57:58.760Zinfo: installing component 'rust-docs'
532025-02-24T20:58:00.516Zinfo: installing component 'rust-std'
542025-02-24T20:58:02.389Zinfo: installing component 'rustc'
552025-02-24T20:58:08.375Zinfo: installing component 'rustfmt'
562025-02-24T20:58:08.756Z
572025-02-24T20:58:08.756Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
582025-02-24T20:58:09.135Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-24T20:58:09.136Z
602025-02-24T20:58:09.138Z
612025-02-24T20:58:09.138ZRust is installed now. Great!
622025-02-24T20:58:09.138Z
632025-02-24T20:58:09.138ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-24T20:58:09.138Zenvironment variable. This has not been done automatically.
652025-02-24T20:58:09.138Z
662025-02-24T20:58:09.138ZTo configure your current shell, you need to source
672025-02-24T20:58:09.139Zthe corresponding env file under $HOME/.cargo.
682025-02-24T20:58:09.139Z
692025-02-24T20:58:09.139ZThis is usually done by running one of the following (note the leading DOT):
702025-02-24T20:58:09.139Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-24T20:58:09.139Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-24T20:58:09.212Z+ rustup --version
732025-02-24T20:58:09.219Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-24T20:58:09.220Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-24T20:58:09.306Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-24T20:58:09.310Z+ cargo --version
772025-02-24T20:58:09.372Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-24T20:58:09.375Z+ rustc --version
792025-02-24T20:58:09.442Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-24T20:58:09.446Zprocess exited: duration 22786 ms, exit code 0
 
812025-02-24T20:58:09.451Zstarting task 2: "authentication"
822025-02-24T20:58:09.474Zprocess exited: duration 22 ms, exit code 0
 
832025-02-24T20:58:09.479Zstarting task 3: "clone repository"
842025-02-24T20:58:09.485Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-24T20:58:09.487Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-24T20:58:09.524ZCloning into '/work/oxidecomputer/omicron'...
872025-02-24T20:58:17.325Z+ cd /work/oxidecomputer/omicron
882025-02-24T20:58:17.326Z+ git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
892025-02-24T20:58:17.623ZFrom https://github.com/oxidecomputer/omicron
902025-02-24T20:58:17.623Z * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD
912025-02-24T20:58:17.634Z+ [[ -n affinity-instance-integration ]]
922025-02-24T20:58:17.636Z++ git branch --show-current
932025-02-24T20:58:17.639Z+ current=main
942025-02-24T20:58:17.639Z+ [[ main != affinity-instance-integration ]]
952025-02-24T20:58:17.639Z+ git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
962025-02-24T20:58:17.642Z+ git checkout -f affinity-instance-integration
972025-02-24T20:58:17.833ZSwitched to branch 'affinity-instance-integration'
982025-02-24T20:58:17.836Z+ git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
992025-02-24T20:58:18.025ZHEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration
1002025-02-24T20:58:18.028Zprocess exited: duration 8545 ms, exit code 0
 
1012025-02-24T20:58:18.033Zstarting task 4: "build"
1022025-02-24T20:58:18.038Z+ source .github/buildomat/ci-env.sh
1032025-02-24T20:58:18.041Z++ export CARGO_TERM_COLOR=always
1042025-02-24T20:58:18.041Z++ CARGO_TERM_COLOR=always
1052025-02-24T20:58:18.041Z+ cargo --version
1062025-02-24T20:58:18.092Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-24T20:58:18.094Z+ rustc --version
1082025-02-24T20:58:18.160Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-24T20:58:18.163Z+ cargo tree --locked
1102025-02-24T20:58:18.416Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-24T20:58:18.703Z Updating crates.io index
1122025-02-24T20:58:18.739Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-24T20:58:19.217Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-24T20:58:19.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-24T20:58:19.829Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-24T20:58:20.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-24T20:58:22.632Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-24T20:58:23.313Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-24T20:58:24.029Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-24T20:58:24.273Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-24T20:58:24.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-24T20:58:25.195Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-24T20:58:25.668Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1242025-02-24T20:58:25.982Z Updating git repository `https://github.com/oxidecomputer/propolis`
1252025-02-24T20:58:26.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-24T20:58:26.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-24T20:58:27.019Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-24T20:58:27.279Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-24T20:58:27.531Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-24T20:58:27.828Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-24T20:58:28.178Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-24T20:58:28.568Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-24T20:58:28.949Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-24T20:58:29.304Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-24T20:58:29.560Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-24T20:58:30.170Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-24T20:58:30.416Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-24T20:58:30.805Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-24T20:58:31.121Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-24T20:58:31.502Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-24T20:58:31.801Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-24T20:58:32.080Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-24T20:58:33.427Z Downloading crates ...
1442025-02-24T20:58:33.537Z Downloaded adler2 v2.0.0
1452025-02-24T20:58:33.544Z Downloaded approx v0.5.1
1462025-02-24T20:58:33.560Z Downloaded atomicwrites v0.4.4
1472025-02-24T20:58:33.563Z Downloaded async-stream-impl v0.3.6
1482025-02-24T20:58:33.570Z Downloaded atty v0.2.14
1492025-02-24T20:58:33.573Z Downloaded event-listener v2.5.3
1502025-02-24T20:58:33.576Z Downloaded cfg_aliases v0.2.1
1512025-02-24T20:58:33.578Z Downloaded castaway v0.2.3
1522025-02-24T20:58:33.581Z Downloaded async-lock v3.4.0
1532025-02-24T20:58:33.583Z Downloaded event-listener v5.3.1
1542025-02-24T20:58:33.586Z Downloaded anstyle-query v1.1.1
1552025-02-24T20:58:33.589Z Downloaded async-executor v1.13.1
1562025-02-24T20:58:33.592Z Downloaded cfg_aliases v0.1.1
1572025-02-24T20:58:33.592Z Downloaded async-object-pool v0.1.5
1582025-02-24T20:58:33.594Z Downloaded argon2 v0.5.3
1592025-02-24T20:58:33.597Z Downloaded ascii-canvas v3.0.0
1602025-02-24T20:58:33.597Z Downloaded anstyle v1.0.10
1612025-02-24T20:58:33.600Z Downloaded async-global-executor v2.4.1
1622025-02-24T20:58:33.600Z Downloaded async-channel v2.3.1
1632025-02-24T20:58:33.602Z Downloaded block-padding v0.3.3
1642025-02-24T20:58:33.605Z Downloaded base16ct v0.2.0
1652025-02-24T20:58:33.605Z Downloaded chrono-tz v0.10.1
1662025-02-24T20:58:33.612Z Downloaded cast v0.3.0
1672025-02-24T20:58:33.615Z Downloaded cassowary v0.3.0
1682025-02-24T20:58:33.615Z Downloaded cargo-platform v0.1.8
1692025-02-24T20:58:33.618Z Downloaded autocfg v1.4.0
1702025-02-24T20:58:33.620Z Downloaded block-buffer v0.10.4
1712025-02-24T20:58:33.620Z Downloaded chacha20 v0.9.1
1722025-02-24T20:58:33.623Z Downloaded heapless v0.8.0
1732025-02-24T20:58:33.626Z Downloaded bitflags v1.3.2
1742025-02-24T20:58:33.629Z Downloaded futures-io v0.3.31
1752025-02-24T20:58:33.632Z Downloaded http-body v1.0.1
1762025-02-24T20:58:33.632Z Downloaded heapless v0.7.17
1772025-02-24T20:58:33.635Z Downloaded atomic-waker v1.1.2
1782025-02-24T20:58:33.638Z Downloaded fs-err v2.11.0
1792025-02-24T20:58:33.641Z Downloaded fxhash v0.2.1
1802025-02-24T20:58:33.641Z Downloaded event-listener-strategy v0.5.2
1812025-02-24T20:58:33.644Z Downloaded cfg-if v1.0.0
1822025-02-24T20:58:33.646Z Downloaded bytecount v0.6.8
1832025-02-24T20:58:33.649Z Downloaded bitfield-struct v0.6.2
1842025-02-24T20:58:33.649Z Downloaded opaque-debug v0.3.1
1852025-02-24T20:58:33.652Z Downloaded hostname v0.3.1
1862025-02-24T20:58:33.652Z Downloaded hash32 v0.2.1
1872025-02-24T20:58:33.654Z Downloaded getrandom v0.3.1
1882025-02-24T20:58:33.657Z Downloaded hickory-resolver v0.24.3
1892025-02-24T20:58:33.662Z Downloaded futures-task v0.3.31
1902025-02-24T20:58:33.665Z Downloaded cargo_metadata v0.19.1
1912025-02-24T20:58:33.667Z Downloaded cancel-safe-futures v0.1.5
1922025-02-24T20:58:33.670Z Downloaded bzip2 v0.4.4
1932025-02-24T20:58:33.673Z Downloaded async-process v2.3.0
1942025-02-24T20:58:33.676Z Downloaded heck v0.5.0
1952025-02-24T20:58:33.678Z Downloaded allocator-api2 v0.2.18
1962025-02-24T20:58:33.681Z Downloaded form_urlencoded v1.2.1
1972025-02-24T20:58:33.683Z Downloaded blake2b_simd v1.0.2
1982025-02-24T20:58:33.686Z Downloaded bit-vec v0.6.3
1992025-02-24T20:58:33.686Z Downloaded foreign-types v0.3.2
2002025-02-24T20:58:33.689Z Downloaded cargo_metadata v0.18.1
2012025-02-24T20:58:33.691Z Downloaded camino v1.1.9
2022025-02-24T20:58:33.691Z Downloaded backoff v0.4.0
2032025-02-24T20:58:33.694Z Downloaded git2 v0.19.0
2042025-02-24T20:58:33.704Z Downloaded scroll_derive v0.12.0
2052025-02-24T20:58:33.707Z Downloaded hex-literal v0.4.1
2062025-02-24T20:58:33.707Z Downloaded env_logger v0.11.5
2072025-02-24T20:58:33.710Z Downloaded fallible-iterator v0.3.0
2082025-02-24T20:58:33.713Z Downloaded hickory-client v0.24.3
2092025-02-24T20:58:33.715Z Downloaded guppy-workspace-hack v0.1.0
2102025-02-24T20:58:33.718Z Downloaded pbkdf2 v0.11.0
2112025-02-24T20:58:33.720Z Downloaded blake2 v0.10.6
2122025-02-24T20:58:33.723Z Downloaded headers-core v0.3.0
2132025-02-24T20:58:33.725Z Downloaded foreign-types-shared v0.3.1
2142025-02-24T20:58:33.725Z Downloaded anyhow v1.0.96
2152025-02-24T20:58:33.729Z Downloaded powerfmt v0.2.0
2162025-02-24T20:58:33.732Z Downloaded plain v0.2.3
2172025-02-24T20:58:33.734Z Downloaded bitflags v2.6.0
2182025-02-24T20:58:33.737Z Downloaded try-lock v0.2.5
2192025-02-24T20:58:33.739Z Downloaded futures-macro v0.3.31
2202025-02-24T20:58:33.739Z Downloaded http-range v0.1.5
2212025-02-24T20:58:33.742Z Downloaded futures-executor v0.3.31
2222025-02-24T20:58:33.742Z Downloaded foreign-types v0.5.0
2232025-02-24T20:58:33.745Z Downloaded ahash v0.8.11
2242025-02-24T20:58:33.747Z Downloaded rand_xorshift v0.3.0
2252025-02-24T20:58:33.750Z Downloaded rand_seeder v0.3.0
2262025-02-24T20:58:33.752Z Downloaded same-file v1.0.6
2272025-02-24T20:58:33.752Z Downloaded rustfmt-wrapper v0.2.1
2282025-02-24T20:58:33.755Z Downloaded gethostname v0.5.0
2292025-02-24T20:58:33.757Z Downloaded rand_core v0.6.4
2302025-02-24T20:58:33.757Z Downloaded home v0.5.9
2312025-02-24T20:58:33.760Z Downloaded async-io v2.3.4
2322025-02-24T20:58:33.763Z Downloaded hex v0.4.3
2332025-02-24T20:58:33.766Z Downloaded foldhash v0.1.3
2342025-02-24T20:58:33.766Z Downloaded parse-size v1.1.0
2352025-02-24T20:58:33.769Z Downloaded fallible-streaming-iterator v0.1.9
2362025-02-24T20:58:33.769Z Downloaded flagset v0.4.6
2372025-02-24T20:58:33.772Z Downloaded fixedbitset v0.4.2
2382025-02-24T20:58:33.772Z Downloaded float-cmp v0.10.0
2392025-02-24T20:58:33.774Z Downloaded hostname v0.4.0
2402025-02-24T20:58:33.777Z Downloaded ff v0.13.0
2412025-02-24T20:58:33.780Z Downloaded version_check v0.9.5
2422025-02-24T20:58:33.780Z Downloaded pkg-config v0.3.31
2432025-02-24T20:58:33.783Z Downloaded siphasher v0.3.11
2442025-02-24T20:58:33.785Z Downloaded highway v1.2.0
2452025-02-24T20:58:33.788Z Downloaded postgres-protocol v0.6.8
2462025-02-24T20:58:33.790Z Downloaded tabwriter v1.4.0
2472025-02-24T20:58:33.790Z Downloaded tabled_derive v0.10.0
2482025-02-24T20:58:33.793Z Downloaded tabled_derive v0.7.0
2492025-02-24T20:58:33.793Z Downloaded ssh-encoding v0.2.0
2502025-02-24T20:58:33.795Z Downloaded thiserror-impl-no-std v2.0.2
2512025-02-24T20:58:33.798Z Downloaded proc-macro-error-attr2 v2.0.0
2522025-02-24T20:58:33.798Z Downloaded fastrand v2.1.1
2532025-02-24T20:58:33.801Z Downloaded untrusted v0.9.0
2542025-02-24T20:58:33.803Z Downloaded whoami v1.5.2
2552025-02-24T20:58:33.805Z Downloaded proc-macro-error2 v2.0.1
2562025-02-24T20:58:33.808Z Downloaded scroll v0.12.0
2572025-02-24T20:58:33.811Z Downloaded rust-argon2 v2.1.0
2582025-02-24T20:58:33.814Z Downloaded darling_macro v0.20.10
2592025-02-24T20:58:33.814Z Downloaded chacha20poly1305 v0.10.1
2602025-02-24T20:58:33.816Z Downloaded base64 v0.21.7
2612025-02-24T20:58:33.819Z Downloaded base64 v0.13.1
2622025-02-24T20:58:33.823Z Downloaded radium v0.7.0
2632025-02-24T20:58:33.825Z Downloaded bumpalo v3.16.0
2642025-02-24T20:58:33.828Z Downloaded dtrace-parser v0.2.0
2652025-02-24T20:58:33.831Z Downloaded serde_regex v1.1.0
2662025-02-24T20:58:33.833Z Downloaded serde_path_to_error v0.1.16
2672025-02-24T20:58:33.833Z Downloaded zeroize_derive v1.4.2
2682025-02-24T20:58:33.836Z Downloaded ghash v0.5.1
2692025-02-24T20:58:33.836Z Downloaded zeroize v1.8.1
2702025-02-24T20:58:33.839Z Downloaded time-core v0.1.2
2712025-02-24T20:58:33.842Z Downloaded static_assertions v1.1.0
2722025-02-24T20:58:33.842Z Downloaded smawk v0.3.2
2732025-02-24T20:58:33.844Z Downloaded mirai-annotations v1.12.0
2742025-02-24T20:58:33.844Z Downloaded serde_repr v0.1.19
2752025-02-24T20:58:33.847Z Downloaded num-conv v0.1.0
2762025-02-24T20:58:33.849Z Downloaded openssl-probe v0.1.5
2772025-02-24T20:58:33.850Z Downloaded colorchoice v1.0.2
2782025-02-24T20:58:33.852Z Downloaded cobs v0.2.3
2792025-02-24T20:58:33.852Z Downloaded openssl-macros v0.1.1
2802025-02-24T20:58:33.855Z Downloaded concurrent-queue v2.5.0
2812025-02-24T20:58:33.857Z Downloaded threadpool v1.8.1
2822025-02-24T20:58:33.857Z Downloaded vsss-rs v3.3.4
2832025-02-24T20:58:33.860Z Downloaded topological-sort v0.2.2
2842025-02-24T20:58:33.862Z Downloaded thiserror-no-std v2.0.2
2852025-02-24T20:58:33.866Z Downloaded smf v0.2.3
2862025-02-24T20:58:33.868Z Downloaded papergrid v0.14.0
2872025-02-24T20:58:33.873Z Downloaded bytes v1.9.0
2882025-02-24T20:58:33.877Z Downloaded defmt-macros v0.3.9
2892025-02-24T20:58:33.881Z Downloaded similar v2.6.0
2902025-02-24T20:58:33.886Z Downloaded russh-cryptovec v0.7.3
2912025-02-24T20:58:33.889Z Downloaded diesel-dtrace v0.4.2
2922025-02-24T20:58:33.891Z Downloaded half v2.4.1
2932025-02-24T20:58:33.894Z Downloaded pretty-hex v0.4.1
2942025-02-24T20:58:33.897Z Downloaded rand_core v0.9.2
2952025-02-24T20:58:33.897Z Downloaded dsl_auto_type v0.1.2
2962025-02-24T20:58:33.899Z Downloaded mockall v0.13.1
2972025-02-24T20:58:33.902Z Downloaded slog-bunyan v2.5.0
2982025-02-24T20:58:33.902Z Downloaded libefi-sys v0.1.0
2992025-02-24T20:58:33.905Z Downloaded pest_derive v2.7.14
3002025-02-24T20:58:33.907Z Downloaded maplit v1.0.2
3012025-02-24T20:58:33.907Z Downloaded indent_write v2.2.0
3022025-02-24T20:58:33.910Z Downloaded lockfree-object-pool v0.1.6
3032025-02-24T20:58:33.912Z Downloaded multimap v0.10.0
3042025-02-24T20:58:33.915Z Downloaded memmap v0.7.0
3052025-02-24T20:58:33.915Z Downloaded twox-hash v2.1.0
3062025-02-24T20:58:33.918Z Downloaded rand_distr v0.4.3
3072025-02-24T20:58:33.921Z Downloaded sync-ptr v0.1.1
3082025-02-24T20:58:33.924Z Downloaded swrite v0.1.0
3092025-02-24T20:58:33.924Z Downloaded cc v1.2.15
3102025-02-24T20:58:33.928Z Downloaded peg v0.8.4
3112025-02-24T20:58:33.932Z Downloaded usdt-macro v0.5.0
3122025-02-24T20:58:33.935Z Downloaded quick-error v1.2.3
3132025-02-24T20:58:33.935Z Downloaded zone_cfg_derive v0.3.0
3142025-02-24T20:58:33.937Z Downloaded zone_cfg_derive v0.1.2
3152025-02-24T20:58:33.937Z Downloaded pbkdf2 v0.12.2
3162025-02-24T20:58:33.940Z Downloaded headers v0.4.0
3172025-02-24T20:58:33.945Z Downloaded scheduled-thread-pool v0.2.7
3182025-02-24T20:58:33.948Z Downloaded rustc-hash v1.1.0
3192025-02-24T20:58:33.948Z Downloaded impl-trait-for-tuples v0.2.2
3202025-02-24T20:58:33.951Z Downloaded textwrap v0.16.1
3212025-02-24T20:58:33.954Z Downloaded termtree v0.4.1
3222025-02-24T20:58:33.957Z Downloaded strsim v0.11.1
3232025-02-24T20:58:33.959Z Downloaded strip-ansi-escapes v0.2.0
3242025-02-24T20:58:33.959Z Downloaded instant v0.1.13
3252025-02-24T20:58:33.962Z Downloaded doc-comment v0.3.3
3262025-02-24T20:58:33.962Z Downloaded trybuild v1.0.101
3272025-02-24T20:58:33.967Z Downloaded ciborium-io v0.2.2
3282025-02-24T20:58:33.969Z Downloaded tls_codec_derive v0.4.1
3292025-02-24T20:58:33.972Z Downloaded tinystr v0.7.6
3302025-02-24T20:58:33.974Z Downloaded slog-dtrace v0.3.0
3312025-02-24T20:58:33.974Z Downloaded schemars_derive v0.8.21
3322025-02-24T20:58:33.977Z Downloaded zerocopy v0.6.6
3332025-02-24T20:58:33.980Z Downloaded multer v3.1.0
3342025-02-24T20:58:33.983Z Downloaded proc-macro-error v1.0.4
3352025-02-24T20:58:33.986Z Downloaded unicode-xid v0.2.6
3362025-02-24T20:58:33.989Z Downloaded unsafe-libyaml v0.2.11
3372025-02-24T20:58:33.992Z Downloaded downcast v0.11.0
3382025-02-24T20:58:33.994Z Downloaded dropshot_endpoint v0.12.0
3392025-02-24T20:58:33.997Z Downloaded is_ci v1.2.0
3402025-02-24T20:58:33.999Z Downloaded crypto-common v0.1.6
3412025-02-24T20:58:33.999Z Downloaded clang-sys v1.8.1
3422025-02-24T20:58:34.002Z Downloaded rustc-demangle v0.1.24
3432025-02-24T20:58:34.005Z Downloaded mockall_derive v0.13.1
3442025-02-24T20:58:34.007Z Downloaded crossbeam-deque v0.8.5
3452025-02-24T20:58:34.010Z Downloaded pkcs1 v0.7.5
3462025-02-24T20:58:34.013Z Downloaded progenitor-client v0.8.0
3472025-02-24T20:58:34.013Z Downloaded sha2 v0.10.8
3482025-02-24T20:58:34.016Z Downloaded compact_str v0.8.0
3492025-02-24T20:58:34.020Z Downloaded md5 v0.7.0
3502025-02-24T20:58:34.022Z Downloaded expectorate v1.1.0
3512025-02-24T20:58:34.025Z Downloaded match_cfg v0.1.0
3522025-02-24T20:58:34.025Z Downloaded serde-big-array v0.5.1
3532025-02-24T20:58:34.028Z Downloaded zerofrom-derive v0.1.4
3542025-02-24T20:58:34.028Z Downloaded dropshot_endpoint v0.15.1
3552025-02-24T20:58:34.032Z Downloaded itoa v1.0.11
3562025-02-24T20:58:34.035Z Downloaded fancy-regex v0.13.0
3572025-02-24T20:58:34.037Z Downloaded aes v0.8.4
3582025-02-24T20:58:34.041Z Downloaded sigpipe v0.1.3
3592025-02-24T20:58:34.044Z Downloaded num_enum v0.5.11
3602025-02-24T20:58:34.048Z Downloaded sync_wrapper v1.0.1
3612025-02-24T20:58:34.051Z Downloaded parking v2.2.1
3622025-02-24T20:58:34.051Z Downloaded der_derive v0.7.3
3632025-02-24T20:58:34.054Z Downloaded russh-keys v0.45.0
3642025-02-24T20:58:34.056Z Downloaded deranged v0.3.11
3652025-02-24T20:58:34.059Z Downloaded snafu-derive v0.8.5
3662025-02-24T20:58:34.064Z Downloaded serde_with_macros v3.11.0
3672025-02-24T20:58:34.064Z Downloaded tungstenite v0.24.0
3682025-02-24T20:58:34.067Z Downloaded either v1.13.0
3692025-02-24T20:58:34.067Z Downloaded document-features v0.2.10
3702025-02-24T20:58:34.070Z Downloaded salsa20 v0.10.2
3712025-02-24T20:58:34.073Z Downloaded chrono-tz-build v0.4.0
3722025-02-24T20:58:34.073Z Downloaded ed25519 v2.2.3
3732025-02-24T20:58:34.076Z Downloaded ron v0.7.1
3742025-02-24T20:58:34.079Z Downloaded lazy_static v1.5.0
3752025-02-24T20:58:34.082Z Downloaded indexmap v1.9.3
3762025-02-24T20:58:34.086Z Downloaded rtoolbox v0.0.2
3772025-02-24T20:58:34.088Z Downloaded managed v0.8.0
3782025-02-24T20:58:34.091Z Downloaded libloading v0.8.5
3792025-02-24T20:58:34.093Z Downloaded crunchy v0.2.2
3802025-02-24T20:58:34.093Z Downloaded hickory-server v0.24.3
3812025-02-24T20:58:34.100Z Downloaded usdt-attr-macro v0.5.0
3822025-02-24T20:58:34.102Z Downloaded usdt v0.5.0
3832025-02-24T20:58:34.102Z Downloaded value-bag v1.9.0
3842025-02-24T20:58:34.105Z Downloaded schemars v0.8.21
3852025-02-24T20:58:34.118Z Downloaded new_debug_unreachable v1.0.6
3862025-02-24T20:58:34.121Z Downloaded ciborium v0.2.2
3872025-02-24T20:58:34.125Z Downloaded is_terminal_polyfill v1.70.1
3882025-02-24T20:58:34.125Z Downloaded cstr-argument v0.1.2
3892025-02-24T20:58:34.128Z Downloaded terminal_size v0.4.0
3902025-02-24T20:58:34.128Z Downloaded polyval v0.6.2
3912025-02-24T20:58:34.130Z Downloaded relative-path v1.9.3
3922025-02-24T20:58:34.130Z Downloaded progenitor-macro v0.9.1
3932025-02-24T20:58:34.133Z Downloaded daft-derive v0.1.1
3942025-02-24T20:58:34.135Z Downloaded pest_generator v2.7.14
3952025-02-24T20:58:34.138Z Downloaded percent-encoding v2.3.1
3962025-02-24T20:58:34.138Z Downloaded samael v0.0.18
3972025-02-24T20:58:34.145Z Downloaded pkcs5 v0.7.1
3982025-02-24T20:58:34.149Z Downloaded zone v0.1.8
3992025-02-24T20:58:34.151Z Downloaded serde-hex v0.1.0
4002025-02-24T20:58:34.151Z Downloaded num_threads v0.1.7
4012025-02-24T20:58:34.154Z Downloaded ecdsa v0.16.9
4022025-02-24T20:58:34.157Z Downloaded stringmetrics v2.2.2
4032025-02-24T20:58:34.159Z Downloaded tracing-attributes v0.1.27
4042025-02-24T20:58:34.162Z Downloaded num-traits v0.2.19
4052025-02-24T20:58:34.164Z Downloaded digest v0.10.7
4062025-02-24T20:58:34.167Z Downloaded termtree v0.5.1
4072025-02-24T20:58:34.170Z Downloaded pem-rfc7468 v0.7.0
4082025-02-24T20:58:34.172Z Downloaded hyper-tls v0.6.0
4092025-02-24T20:58:34.172Z Downloaded memmap2 v0.9.5
4102025-02-24T20:58:34.175Z Downloaded uuid v1.12.0
4112025-02-24T20:58:34.178Z Downloaded serde_yaml v0.9.34+deprecated
4122025-02-24T20:58:34.182Z Downloaded poly1305 v0.8.0
4132025-02-24T20:58:34.185Z Downloaded is-terminal v0.4.13
4142025-02-24T20:58:34.188Z Downloaded ipnetwork v0.21.1
4152025-02-24T20:58:34.190Z Downloaded tokio-rustls v0.26.0
4162025-02-24T20:58:34.193Z Downloaded plotters-svg v0.3.7
4172025-02-24T20:58:34.193Z Downloaded darling v0.20.10
4182025-02-24T20:58:34.197Z Downloaded zopfli v0.8.1
4192025-02-24T20:58:34.200Z Downloaded target-triple v0.1.3
4202025-02-24T20:58:34.203Z Downloaded num_enum_derive v0.5.11
4212025-02-24T20:58:34.203Z Downloaded waitgroup v0.1.2
4222025-02-24T20:58:34.205Z Downloaded clap_lex v0.7.4
4232025-02-24T20:58:34.205Z Downloaded derive-where v1.2.7
4242025-02-24T20:58:34.210Z Downloaded parse-display v0.10.0
4252025-02-24T20:58:34.213Z Downloaded env_filter v0.1.2
4262025-02-24T20:58:34.215Z Downloaded snafu v0.8.5
4272025-02-24T20:58:34.220Z Downloaded plotters-backend v0.3.7
4282025-02-24T20:58:34.223Z Downloaded yoke-derive v0.7.4
4292025-02-24T20:58:34.225Z Downloaded rand_chacha v0.3.1
4302025-02-24T20:58:34.225Z Downloaded subprocess v0.2.9
4312025-02-24T20:58:34.228Z Downloaded tokio-tungstenite v0.21.0
4322025-02-24T20:58:34.231Z Downloaded sec1 v0.7.3
4332025-02-24T20:58:34.235Z Downloaded test-strategy v0.4.0
4342025-02-24T20:58:34.237Z Downloaded slog-async v2.8.0
4352025-02-24T20:58:34.240Z Downloaded typenum v1.17.0
4362025-02-24T20:58:34.243Z Downloaded ipnet v2.10.1
4372025-02-24T20:58:34.246Z Downloaded zerofrom v0.1.4
4382025-02-24T20:58:34.248Z Downloaded structmeta v0.3.0
4392025-02-24T20:58:34.248Z Downloaded smallvec v0.6.14
4402025-02-24T20:58:34.251Z Downloaded yoke v0.7.4
4412025-02-24T20:58:34.253Z Downloaded pest_meta v2.7.14
4422025-02-24T20:58:34.256Z Downloaded endian-type v0.1.2
4432025-02-24T20:58:34.256Z Downloaded tokio-rustls v0.25.0
4442025-02-24T20:58:34.258Z Downloaded parking_lot_core v0.8.6
4452025-02-24T20:58:34.261Z Downloaded rusty-fork v0.3.0
4462025-02-24T20:58:34.264Z Downloaded shell-words v1.1.0
4472025-02-24T20:58:34.264Z Downloaded packed_struct_codegen v0.10.1
4482025-02-24T20:58:34.267Z Downloaded num-rational v0.4.2
4492025-02-24T20:58:34.267Z Downloaded aho-corasick v1.1.3
4502025-02-24T20:58:34.274Z Downloaded internet-checksum v0.2.1
4512025-02-24T20:58:34.276Z Downloaded pin-project-internal v1.1.6
4522025-02-24T20:58:34.279Z Downloaded rstest_macros v0.23.0
4532025-02-24T20:58:34.282Z Downloaded progenitor-client v0.9.1
4542025-02-24T20:58:34.284Z Downloaded termcolor v1.4.1
4552025-02-24T20:58:34.284Z Downloaded structmeta-derive v0.3.0
4562025-02-24T20:58:34.287Z Downloaded precomputed-hash v0.1.1
4572025-02-24T20:58:34.287Z Downloaded crossbeam-utils v0.8.20
4582025-02-24T20:58:34.290Z Downloaded xz2 v0.1.7
4592025-02-24T20:58:34.292Z Downloaded xattr v1.3.1
4602025-02-24T20:58:34.295Z Downloaded serde_derive_internals v0.29.1
4612025-02-24T20:58:34.298Z Downloaded tower-service v0.3.3
4622025-02-24T20:58:34.298Z Downloaded thiserror v1.0.69
4632025-02-24T20:58:34.303Z Downloaded inout v0.1.3
4642025-02-24T20:58:34.305Z Downloaded indoc v2.0.5
4652025-02-24T20:58:34.308Z Downloaded unicode-linebreak v0.1.5
4662025-02-24T20:58:34.310Z Downloaded smallvec v1.14.0
4672025-02-24T20:58:34.313Z Downloaded sqlparser_derive v0.2.2
4682025-02-24T20:58:34.313Z Downloaded num-bigint-dig v0.8.4
4692025-02-24T20:58:34.318Z Downloaded zerovec-derive v0.10.3
4702025-02-24T20:58:34.321Z Downloaded tempfile v3.13.0
4712025-02-24T20:58:34.323Z Downloaded blake3 v1.5.4
4722025-02-24T20:58:34.332Z Downloaded equivalent v1.0.1
4732025-02-24T20:58:34.334Z Downloaded difflib v0.4.0
4742025-02-24T20:58:34.337Z Downloaded const-oid v0.9.6
4752025-02-24T20:58:34.340Z Downloaded rustc_version v0.4.1
4762025-02-24T20:58:34.340Z Downloaded nested v0.1.1
4772025-02-24T20:58:34.343Z Downloaded rustc_version v0.1.7
4782025-02-24T20:58:34.343Z Downloaded rustc-hash v2.1.1
4792025-02-24T20:58:34.345Z Downloaded mime v0.3.17
4802025-02-24T20:58:34.345Z Downloaded yasna v0.5.2
4812025-02-24T20:58:34.348Z Downloaded aws-lc-rs v1.10.0
4822025-02-24T20:58:34.357Z Downloaded newtype_derive v0.1.6
4832025-02-24T20:58:34.360Z Downloaded tokio-postgres v0.7.12
4842025-02-24T20:58:34.365Z Downloaded predicates v3.1.3
4852025-02-24T20:58:34.368Z Downloaded newline-converter v0.3.0
4862025-02-24T20:58:34.371Z Downloaded r2d2 v0.8.10
4872025-02-24T20:58:34.373Z Downloaded thiserror v2.0.11
4882025-02-24T20:58:34.379Z Downloaded crc v3.2.1
4892025-02-24T20:58:34.382Z Downloaded bindgen v0.69.5
4902025-02-24T20:58:34.390Z Downloaded write16 v1.0.0
4912025-02-24T20:58:34.393Z Downloaded serde_tokenstream v0.2.2
4922025-02-24T20:58:34.393Z Downloaded zerocopy-derive v0.7.35
4932025-02-24T20:58:34.399Z Downloaded sqlformat v0.2.6
4942025-02-24T20:58:34.402Z Downloaded futures-util v0.3.31
4952025-02-24T20:58:34.413Z Downloaded strum v0.26.3
4962025-02-24T20:58:34.416Z Downloaded rayon v1.10.0
4972025-02-24T20:58:34.425Z Downloaded ppv-lite86 v0.2.20
4982025-02-24T20:58:34.428Z Downloaded data-encoding v2.6.0
4992025-02-24T20:58:34.430Z Downloaded ssh-cipher v0.2.0
5002025-02-24T20:58:34.430Z Downloaded slog-stdlog v4.1.1
5012025-02-24T20:58:34.433Z Downloaded escape8259 v0.5.3
5022025-02-24T20:58:34.436Z Downloaded password-hash v0.5.0
5032025-02-24T20:58:34.438Z Downloaded slog-scope v4.4.0
5042025-02-24T20:58:34.439Z Downloaded cookie_store v0.21.1
5052025-02-24T20:58:34.442Z Downloaded tar v0.4.42
5062025-02-24T20:58:34.444Z Downloaded pem v3.0.4
5072025-02-24T20:58:34.447Z Downloaded chrono v0.4.39
5082025-02-24T20:58:34.454Z Downloaded icu_provider_macros v1.5.0
5092025-02-24T20:58:34.458Z Downloaded native-tls v0.2.12
5102025-02-24T20:58:34.461Z Downloaded errno v0.3.9
5112025-02-24T20:58:34.461Z Downloaded take_mut v0.2.2
5122025-02-24T20:58:34.461Z Downloaded crc-catalog v2.4.0
5132025-02-24T20:58:34.465Z Downloaded progenitor-macro v0.8.0
5142025-02-24T20:58:34.465Z Downloaded rpassword v7.3.1
5152025-02-24T20:58:34.467Z Downloaded toml v0.8.19
5162025-02-24T20:58:34.470Z Downloaded rustversion v1.0.17
5172025-02-24T20:58:34.473Z Downloaded oso-derive v0.27.3
5182025-02-24T20:58:34.476Z Downloaded async-std v1.13.0
5192025-02-24T20:58:34.495Z Downloaded nodrop v0.1.14
5202025-02-24T20:58:34.498Z Downloaded nanorand v0.7.0
5212025-02-24T20:58:34.500Z Downloaded memoffset v0.9.1
5222025-02-24T20:58:34.500Z Downloaded lru-cache v0.1.2
5232025-02-24T20:58:34.501Z Downloaded stringprep v0.1.5
5242025-02-24T20:58:34.503Z Downloaded signal-hook-tokio v0.3.1
5252025-02-24T20:58:34.506Z Downloaded ident_case v1.0.1
5262025-02-24T20:58:34.506Z Downloaded display-error-chain v0.2.2
5272025-02-24T20:58:34.509Z Downloaded datatest-stable v0.2.9
5282025-02-24T20:58:34.511Z Downloaded tower-layer v0.3.3
5292025-02-24T20:58:34.512Z Downloaded yansi v1.0.1
5302025-02-24T20:58:34.515Z Downloaded tinyvec_macros v0.1.1
5312025-02-24T20:58:34.516Z Downloaded dirs-next v2.0.0
5322025-02-24T20:58:34.518Z Downloaded newtype-uuid v1.2.1
5332025-02-24T20:58:34.518Z Downloaded env_logger v0.10.2
5342025-02-24T20:58:34.521Z Downloaded unicode-ident v1.0.14
5352025-02-24T20:58:34.525Z Downloaded proc-macro-error-attr v1.0.4
5362025-02-24T20:58:34.528Z Downloaded reedline v0.35.0
5372025-02-24T20:58:34.534Z Downloaded zip v0.6.6
5382025-02-24T20:58:34.540Z Downloaded lru v0.12.5
5392025-02-24T20:58:34.544Z Downloaded des v0.8.1
5402025-02-24T20:58:34.544Z Downloaded crossterm v0.28.1
5412025-02-24T20:58:34.550Z Downloaded shlex v1.3.0
5422025-02-24T20:58:34.553Z Downloaded bindgen v0.71.1
5432025-02-24T20:58:34.560Z Downloaded diesel_table_macro_syntax v0.2.0
5442025-02-24T20:58:34.563Z Downloaded pretty-hex v0.2.1
5452025-02-24T20:58:34.563Z Downloaded derive_builder_macro v0.20.2
5462025-02-24T20:58:34.565Z Downloaded writeable v0.5.5
5472025-02-24T20:58:34.565Z Downloaded typify v0.3.0
5482025-02-24T20:58:34.569Z Downloaded winnow v0.6.20
5492025-02-24T20:58:34.579Z Downloaded linear-map v1.2.0
5502025-02-24T20:58:34.582Z Downloaded cookie v0.18.1
5512025-02-24T20:58:34.585Z Downloaded itertools v0.14.0
5522025-02-24T20:58:34.592Z Downloaded serde_spanned v0.6.8
5532025-02-24T20:58:34.595Z Downloaded phf_shared v0.10.0
5542025-02-24T20:58:34.597Z Downloaded plotters v0.3.7
5552025-02-24T20:58:34.605Z Downloaded peg-runtime v0.8.3
5562025-02-24T20:58:34.608Z Downloaded path-slash v0.1.5
5572025-02-24T20:58:34.608Z Downloaded signal-hook-mio v0.2.4
5582025-02-24T20:58:34.612Z Downloaded owo-colors v4.1.0
5592025-02-24T20:58:34.614Z Downloaded criterion-plot v0.5.0
5602025-02-24T20:58:34.614Z Downloaded dirs-sys-next v0.1.2
5612025-02-24T20:58:34.617Z Downloaded rstest v0.23.0
5622025-02-24T20:58:34.621Z Downloaded predicates-tree v1.0.11
5632025-02-24T20:58:34.623Z Downloaded constant_time_eq v0.3.1
5642025-02-24T20:58:34.627Z Downloaded const_format_proc_macros v0.2.34
5652025-02-24T20:58:34.627Z Downloaded predicates-core v1.0.8
5662025-02-24T20:58:34.630Z Downloaded goblin v0.8.2
5672025-02-24T20:58:34.633Z Downloaded want v0.3.1
5682025-02-24T20:58:34.636Z Downloaded daft v0.1.1
5692025-02-24T20:58:34.639Z Downloaded libsw v3.3.1
5702025-02-24T20:58:34.641Z Downloaded debug-ignore v1.0.5
5712025-02-24T20:58:34.641Z Downloaded convert_case v0.4.0
5722025-02-24T20:58:34.644Z Downloaded thiserror-impl v2.0.11
5732025-02-24T20:58:34.644Z Downloaded rusqlite v0.32.1
5742025-02-24T20:58:34.651Z Downloaded typify-macro v0.3.0
5752025-02-24T20:58:34.653Z Downloaded typify-macro v0.2.0
5762025-02-24T20:58:34.653Z Downloaded oso v0.27.3
5772025-02-24T20:58:34.656Z Downloaded indoc v1.0.9
5782025-02-24T20:58:34.659Z Downloaded phf_codegen v0.11.2
5792025-02-24T20:58:34.662Z Downloaded paste v1.0.15
5802025-02-24T20:58:34.665Z Downloaded enum-as-inner v0.6.1
5812025-02-24T20:58:34.668Z Downloaded clap_derive v4.5.28
5822025-02-24T20:58:34.668Z Downloaded typify v0.2.0
5832025-02-24T20:58:34.670Z Downloaded signal-hook v0.3.17
5842025-02-24T20:58:34.674Z Downloaded normalize-line-endings v0.3.0
5852025-02-24T20:58:34.677Z Downloaded rayon-core v1.12.1
5862025-02-24T20:58:34.680Z Downloaded strum_macros v0.25.3
5872025-02-24T20:58:34.683Z Downloaded vte_generate_state_changes v0.1.2
5882025-02-24T20:58:34.683Z Downloaded unicase v2.7.0
5892025-02-24T20:58:34.686Z Downloaded slog-envlogger v2.2.0
5902025-02-24T20:58:34.688Z Downloaded primeorder v0.13.6
5912025-02-24T20:58:34.688Z Downloaded tokio-native-tls v0.3.1
5922025-02-24T20:58:34.691Z Downloaded unarray v0.1.4
5932025-02-24T20:58:34.691Z Downloaded tls_codec v0.4.1
5942025-02-24T20:58:34.694Z Downloaded displaydoc v0.2.5
5952025-02-24T20:58:34.696Z Downloaded ctr v0.9.2
5962025-02-24T20:58:34.699Z Downloaded defmt v0.3.8
5972025-02-24T20:58:34.702Z Downloaded lalrpop-util v0.19.12
5982025-02-24T20:58:34.705Z Downloaded kv-log-macro v1.0.7
5992025-02-24T20:58:34.705Z Downloaded kstat-rs v0.2.4
6002025-02-24T20:58:34.708Z Downloaded progenitor-impl v0.9.1
6012025-02-24T20:58:34.711Z Downloaded progenitor-impl v0.8.0
6022025-02-24T20:58:34.713Z Downloaded proc-macro-crate v1.3.1
6032025-02-24T20:58:34.713Z Downloaded num-iter v0.1.45
6042025-02-24T20:58:34.713Z Downloaded unicode-segmentation v1.12.0
6052025-02-24T20:58:34.717Z Downloaded derive_builder_core v0.20.2
6062025-02-24T20:58:34.720Z Downloaded tap v1.0.1
6072025-02-24T20:58:34.722Z Downloaded strum_macros v0.24.3
6082025-02-24T20:58:34.723Z Downloaded slog-json v2.6.1
6092025-02-24T20:58:34.726Z Downloaded keccak v0.1.5
6102025-02-24T20:58:34.726Z Downloaded peg-macros v0.8.4
6112025-02-24T20:58:34.728Z Downloaded omicron-zone-package v0.12.0
6122025-02-24T20:58:34.732Z Downloaded secrecy v0.8.0
6132025-02-24T20:58:34.735Z Downloaded iana-time-zone v0.1.61
6142025-02-24T20:58:34.735Z Downloaded hyper-util v0.1.10
6152025-02-24T20:58:34.739Z Downloaded scopeguard v1.2.0
6162025-02-24T20:58:34.742Z Downloaded defmt-parser v0.3.4
6172025-02-24T20:58:34.742Z Downloaded curve25519-dalek-derive v0.1.1
6182025-02-24T20:58:34.745Z Downloaded cipher v0.4.4
6192025-02-24T20:58:34.745Z Downloaded crossbeam-epoch v0.9.18
6202025-02-24T20:58:34.748Z Downloaded toml_datetime v0.6.8
6212025-02-24T20:58:34.751Z Downloaded rustls-webpki v0.102.8
6222025-02-24T20:58:34.768Z Downloaded tokio-macros v2.5.0
6232025-02-24T20:58:34.771Z Downloaded time-macros v0.2.18
6242025-02-24T20:58:34.774Z Downloaded libtest-mimic v0.7.3
6252025-02-24T20:58:34.774Z Downloaded darling_core v0.20.10
6262025-02-24T20:58:34.779Z Downloaded tinyvec v1.8.0
6272025-02-24T20:58:34.781Z Downloaded unicode-normalization v0.1.24
6282025-02-24T20:58:34.785Z Downloaded sct v0.7.1
6292025-02-24T20:58:34.789Z Downloaded csv-core v0.1.11
6302025-02-24T20:58:34.791Z Downloaded vte v0.11.1
6312025-02-24T20:58:34.794Z Downloaded const_format v0.2.34
6322025-02-24T20:58:34.798Z Downloaded itertools v0.12.1
6332025-02-24T20:58:34.805Z Downloaded tiny-keccak v2.0.2
6342025-02-24T20:58:34.807Z Downloaded salty v0.3.0
6352025-02-24T20:58:34.814Z Downloaded tower v0.5.2
6362025-02-24T20:58:34.824Z Downloaded semver v1.0.25
6372025-02-24T20:58:34.826Z Downloaded rcgen v0.12.1
6382025-02-24T20:58:34.829Z Downloaded tinytemplate v1.2.1
6392025-02-24T20:58:34.832Z Downloaded toml_edit v0.19.15
6402025-02-24T20:58:34.848Z Downloaded icu_normalizer_data v1.5.0
6412025-02-24T20:58:34.851Z Downloaded object v0.36.5
6422025-02-24T20:58:34.861Z Downloaded dropshot v0.12.0
6432025-02-24T20:58:34.882Z Downloaded ryu v1.0.18
6442025-02-24T20:58:34.885Z Downloaded prettyplease v0.2.29
6452025-02-24T20:58:34.888Z Downloaded pretty_assertions v1.4.1
6462025-02-24T20:58:34.890Z Downloaded quinn v0.11.5
6472025-02-24T20:58:34.893Z Downloaded x509-cert v0.2.5
6482025-02-24T20:58:34.899Z Downloaded libxml v0.3.3
6492025-02-24T20:58:34.906Z Downloaded criterion v0.5.1
6502025-02-24T20:58:34.913Z Downloaded clap v4.5.30
6512025-02-24T20:58:34.922Z Downloaded zip v2.1.3
6522025-02-24T20:58:34.926Z Downloaded portable-atomic v1.9.0
6532025-02-24T20:58:34.933Z Downloaded rustyline v14.0.0
6542025-02-24T20:58:34.939Z Downloaded bstr v1.10.0
6552025-02-24T20:58:34.951Z Downloaded unicode-width v0.2.0
6562025-02-24T20:58:34.956Z Downloaded crossbeam-channel v0.5.13
6572025-02-24T20:58:34.960Z Downloaded dropshot v0.15.1
6582025-02-24T20:58:34.982Z Downloaded p521 v0.13.3
6592025-02-24T20:58:34.986Z Downloaded proptest v1.5.0
6602025-02-24T20:58:34.995Z Downloaded quick-xml v0.37.2
6612025-02-24T20:58:35.001Z Downloaded unicode-width v0.1.14
6622025-02-24T20:58:35.007Z Downloaded openssl v0.10.71
6632025-02-24T20:58:35.017Z Downloaded rand v0.9.0
6642025-02-24T20:58:35.021Z Downloaded serde_with v3.11.0
6652025-02-24T20:58:35.030Z Downloaded nom v7.1.3
6662025-02-24T20:58:35.035Z Downloaded sqlparser v0.45.0
6672025-02-24T20:58:35.041Z Downloaded toml_edit v0.22.22
6682025-02-24T20:58:35.063Z Downloaded petname v2.0.2
6692025-02-24T20:58:35.068Z Downloaded lalrpop v0.19.12
6702025-02-24T20:58:35.080Z Downloaded rustls v0.21.12
6712025-02-24T20:58:35.091Z Downloaded object v0.30.4
6722025-02-24T20:58:35.101Z Downloaded rustls v0.23.19
6732025-02-24T20:58:35.113Z Downloaded quinn-proto v0.11.8
6742025-02-24T20:58:35.119Z Downloaded reqwest v0.12.12
6752025-02-24T20:58:35.128Z Downloaded radix_trie v0.2.1
6762025-02-24T20:58:35.133Z Downloaded clap_builder v4.5.30
6772025-02-24T20:58:35.141Z Downloaded tabled v0.15.0
6782025-02-24T20:58:35.158Z Downloaded regex-syntax v0.6.29
6792025-02-24T20:58:35.164Z Downloaded polar-core v0.27.3
6802025-02-24T20:58:35.173Z Downloaded nix v0.27.1
6812025-02-24T20:58:35.184Z Downloaded ratatui v0.29.0
6822025-02-24T20:58:35.204Z Downloaded p384 v0.13.0
6832025-02-24T20:58:35.210Z Downloaded webpki-roots v0.26.6
6842025-02-24T20:58:35.214Z Downloaded regress v0.10.1
6852025-02-24T20:58:35.222Z Downloaded bzip2-sys v0.1.11+1.0.8
6862025-02-24T20:58:35.234Z Downloaded regress v0.9.1
6872025-02-24T20:58:35.242Z Downloaded typify-impl v0.3.0
6882025-02-24T20:58:35.256Z Downloaded typify-impl v0.2.0
6892025-02-24T20:58:35.270Z Downloaded regex-syntax v0.8.5
6902025-02-24T20:58:35.278Z Downloaded nix v0.28.0
6912025-02-24T20:58:35.289Z Downloaded sled v0.34.7
6922025-02-24T20:58:35.299Z Downloaded hickory-proto v0.24.3
6932025-02-24T20:58:35.314Z Downloaded rustls v0.22.4
6942025-02-24T20:58:35.327Z Downloaded nix v0.29.0
6952025-02-24T20:58:35.338Z Downloaded syn v2.0.96
6962025-02-24T20:58:35.349Z Downloaded regex v1.11.1
6972025-02-24T20:58:35.362Z Downloaded openapiv3 v2.0.0
6982025-02-24T20:58:35.375Z Downloaded syn v1.0.109
6992025-02-24T20:58:35.383Z Downloaded smoltcp v0.11.0
7002025-02-24T20:58:35.395Z Downloaded lzma-sys v0.1.20
7012025-02-24T20:58:35.424Z Downloaded diesel v2.2.7
7022025-02-24T20:58:35.440Z Downloaded gimli v0.31.1
7032025-02-24T20:58:35.448Z Downloaded petgraph v0.6.5
7042025-02-24T20:58:35.464Z Downloaded petgraph v0.7.1
7052025-02-24T20:58:35.480Z Downloaded zerocopy-derive v0.6.6
7062025-02-24T20:58:35.489Z Downloaded rand v0.8.5
7072025-02-24T20:58:35.493Z Downloaded zerocopy v0.8.10
7082025-02-24T20:58:35.516Z Downloaded vcpkg v0.2.15
7092025-02-24T20:58:35.551Z Downloaded rustix v0.38.37
7102025-02-24T20:58:35.572Z Downloaded smoltcp v0.9.1
7112025-02-24T20:58:35.582Z Downloaded curve25519-dalek v4.1.3
7122025-02-24T20:58:35.590Z Downloaded sha3 v0.10.8
7132025-02-24T20:58:35.595Z Downloaded serde v1.0.218
7142025-02-24T20:58:35.598Z Downloaded itertools v0.13.0
7152025-02-24T20:58:35.604Z Downloaded icu_properties_data v1.5.0
7162025-02-24T20:58:35.614Z Downloaded tough v0.19.0
7172025-02-24T20:58:35.622Z Downloaded rsa v0.9.6
7182025-02-24T20:58:35.626Z Downloaded der v0.7.9
7192025-02-24T20:58:35.631Z Downloaded ucd-trie v0.1.7
7202025-02-24T20:58:35.634Z Downloaded jobserver v0.1.32
7212025-02-24T20:58:35.637Z Downloaded tracing v0.1.40
7222025-02-24T20:58:35.639Z Downloaded libc v0.2.170
7232025-02-24T20:58:35.663Z Downloaded regex-automata v0.4.8
7242025-02-24T20:58:35.678Z Downloaded slog v2.7.0
7252025-02-24T20:58:35.680Z Downloaded log v0.4.22
7262025-02-24T20:58:35.683Z Downloaded mio v1.0.2
7272025-02-24T20:58:35.688Z Downloaded itertools v0.10.5
7282025-02-24T20:58:35.693Z Downloaded winnow v0.5.40
7292025-02-24T20:58:35.702Z Downloaded thiserror-impl v1.0.69
7302025-02-24T20:58:35.704Z Downloaded tokio v1.43.0
7312025-02-24T20:58:35.739Z Downloaded rfc6979 v0.4.0
7322025-02-24T20:58:35.742Z Downloaded resolv-conf v0.7.0
7332025-02-24T20:58:35.742Z Downloaded linked-hash-map v0.5.6
7342025-02-24T20:58:35.745Z Downloaded which v4.4.2
7352025-02-24T20:58:35.745Z Downloaded utf8parse v0.2.2
7362025-02-24T20:58:35.745Z Downloaded crc-any v2.5.0
7372025-02-24T20:58:35.748Z Downloaded embedded-io v0.6.1
7382025-02-24T20:58:35.748Z Downloaded tabled v0.18.0
7392025-02-24T20:58:35.765Z Downloaded strum_macros v0.26.4
7402025-02-24T20:58:35.767Z Downloaded icu_collections v1.5.0
7412025-02-24T20:58:35.771Z Downloaded rustls-native-certs v0.7.3
7422025-02-24T20:58:35.774Z Downloaded miniz_oxide v0.8.0
7432025-02-24T20:58:35.777Z Downloaded libm v0.2.8
7442025-02-24T20:58:35.783Z Downloaded hkdf v0.12.4
7452025-02-24T20:58:35.786Z Downloaded wait-timeout v0.2.0
7462025-02-24T20:58:35.789Z Downloaded minimal-lexical v0.2.1
7472025-02-24T20:58:35.791Z Downloaded signal-hook-registry v1.4.2
7482025-02-24T20:58:35.794Z Downloaded oxnet v0.1.0
7492025-02-24T20:58:35.794Z Downloaded once_cell v1.20.3
7502025-02-24T20:58:35.797Z Downloaded icu_locid_transform_data v1.5.0
7512025-02-24T20:58:35.799Z Downloaded icu_normalizer v1.5.0
7522025-02-24T20:58:35.802Z Downloaded icu_locid_transform v1.5.0
7532025-02-24T20:58:35.805Z Downloaded semver v0.1.20
7542025-02-24T20:58:35.805Z Downloaded olpc-cjson v0.1.4
7552025-02-24T20:58:35.807Z Downloaded ciborium-ll v0.2.2
7562025-02-24T20:58:35.807Z Downloaded wyz v0.5.1
7572025-02-24T20:58:35.807Z Downloaded synstructure v0.13.1
7582025-02-24T20:58:35.810Z Downloaded rustls-pki-types v1.10.0
7592025-02-24T20:58:35.813Z Downloaded typed-path v0.9.3
7602025-02-24T20:58:35.817Z Downloaded tokio-util v0.7.12
7612025-02-24T20:58:35.824Z Downloaded zerocopy v0.7.35
7622025-02-24T20:58:35.839Z Downloaded libz-sys v1.1.20
7632025-02-24T20:58:35.858Z Downloaded mime_guess v2.0.5
7642025-02-24T20:58:35.861Z Downloaded unicode-bidi v0.3.17
7652025-02-24T20:58:35.863Z Downloaded rustls-pemfile v2.2.0
7662025-02-24T20:58:35.866Z Downloaded icu_locid v1.5.0
7672025-02-24T20:58:35.869Z Downloaded diff v0.1.13
7682025-02-24T20:58:35.872Z Downloaded usdt-impl v0.5.0
7692025-02-24T20:58:35.874Z Downloaded litrs v0.4.1
7702025-02-24T20:58:35.877Z Downloaded number_prefix v0.4.0
7712025-02-24T20:58:35.877Z Downloaded russh v0.45.0
7722025-02-24T20:58:35.882Z Downloaded csv v1.3.1
7732025-02-24T20:58:35.902Z Downloaded spin v0.9.8
7742025-02-24T20:58:35.904Z Downloaded url v2.5.3
7752025-02-24T20:58:35.907Z Downloaded socket2 v0.5.8
7762025-02-24T20:58:35.910Z Downloaded lock_api v0.4.12
7772025-02-24T20:58:35.916Z Downloaded litemap v0.7.3
7782025-02-24T20:58:35.916Z Downloaded serde_urlencoded v0.7.1
7792025-02-24T20:58:35.916Z Downloaded idna v1.0.3
7802025-02-24T20:58:35.920Z Downloaded quote v1.0.38
7812025-02-24T20:58:35.927Z Downloaded term v0.7.0
7822025-02-24T20:58:35.930Z Downloaded hyper v1.5.2
7832025-02-24T20:58:35.937Z Downloaded zerocopy-derive v0.8.10
7842025-02-24T20:58:35.943Z Downloaded password-hash v0.4.2
7852025-02-24T20:58:35.945Z Downloaded rustls-pemfile v1.0.4
7862025-02-24T20:58:35.948Z Downloaded h2 v0.4.6
7872025-02-24T20:58:35.954Z Downloaded phf_shared v0.11.2
7882025-02-24T20:58:35.956Z Downloaded slog-term v2.9.1
7892025-02-24T20:58:35.959Z Downloaded ena v0.14.3
7902025-02-24T20:58:35.961Z Downloaded unicode_categories v0.1.1
7912025-02-24T20:58:35.964Z Downloaded polling v3.7.3
7922025-02-24T20:58:35.967Z Downloaded rustls-webpki v0.101.7
7932025-02-24T20:58:35.978Z Downloaded crypto-bigint v0.5.5
7942025-02-24T20:58:35.984Z Downloaded bitvec v1.0.1
7952025-02-24T20:58:35.999Z Downloaded cpufeatures v0.2.14
7962025-02-24T20:58:36.001Z Downloaded utf8_iter v1.0.4
7972025-02-24T20:58:36.001Z Downloaded httpmock v0.8.0-alpha.1
7982025-02-24T20:58:36.019Z Downloaded utf16_iter v1.0.5
7992025-02-24T20:58:36.022Z Downloaded utf-8 v0.7.6
8002025-02-24T20:58:36.022Z Downloaded unicode-truncate v1.1.0
8012025-02-24T20:58:36.025Z Downloaded partial-io v0.5.4
8022025-02-24T20:58:36.027Z Downloaded nu-ansi-term v0.50.1
8032025-02-24T20:58:36.030Z Downloaded target-lexicon v0.13.2
8042025-02-24T20:58:36.030Z Downloaded toml v0.7.8
8052025-02-24T20:58:36.032Z Downloaded quinn-udp v0.5.5
8062025-02-24T20:58:36.035Z Downloaded encoding_rs v0.8.34
8072025-02-24T20:58:36.055Z Downloaded nibble_vec v0.1.0
8082025-02-24T20:58:36.058Z Downloaded serde_derive v1.0.218
8092025-02-24T20:58:36.061Z Downloaded elliptic-curve v0.13.8
8102025-02-24T20:58:36.063Z Downloaded ed25519-dalek v2.1.1
8112025-02-24T20:58:36.066Z Downloaded parse-zoneinfo v0.3.1
8122025-02-24T20:58:36.068Z Downloaded icu_provider v1.5.0
8132025-02-24T20:58:36.071Z Downloaded instability v0.3.2
8142025-02-24T20:58:36.074Z Downloaded zerovec v0.10.4
8152025-02-24T20:58:36.078Z Downloaded ring v0.17.11
8162025-02-24T20:58:36.120Z Downloaded time v0.3.36
8172025-02-24T20:58:36.127Z Downloaded derive_more v0.99.19
8182025-02-24T20:58:36.131Z Downloaded console v0.15.10
8192025-02-24T20:58:36.134Z Downloaded ssh-key v0.6.6
8202025-02-24T20:58:36.140Z Downloaded packed_struct v0.10.1
8212025-02-24T20:58:36.143Z Downloaded num-derive v0.4.2
8222025-02-24T20:58:36.145Z Downloaded num v0.4.3
8232025-02-24T20:58:36.145Z Downloaded walkdir v2.5.0
8242025-02-24T20:58:36.148Z Downloaded target-spec v3.4.2
8252025-02-24T20:58:36.148Z Downloaded pin-project v1.1.6
8262025-02-24T20:58:36.158Z Downloaded hashbrown v0.14.5
8272025-02-24T20:58:36.163Z Downloaded parking_lot_core v0.9.10
8282025-02-24T20:58:36.166Z Downloaded parking_lot v0.12.3
8292025-02-24T20:58:36.168Z Downloaded crc32fast v1.4.2
8302025-02-24T20:58:36.171Z Downloaded serde_json v1.0.139
8312025-02-24T20:58:36.176Z Downloaded guppy v0.17.17
8322025-02-24T20:58:36.182Z Downloaded tracing-core v0.1.32
8332025-02-24T20:58:36.185Z Downloaded memchr v2.7.4
8342025-02-24T20:58:36.190Z Downloaded diesel_derives v2.2.3
8352025-02-24T20:58:36.194Z Downloaded hyper-staticfile v0.10.1
8362025-02-24T20:58:36.197Z Downloaded tokio-stream v0.1.16
8372025-02-24T20:58:36.200Z Downloaded piper v0.2.4
8382025-02-24T20:58:36.203Z Downloaded pin-utils v0.1.0
8392025-02-24T20:58:36.203Z Downloaded p256 v0.13.2
8402025-02-24T20:58:36.206Z Downloaded qorb v0.2.1
8412025-02-24T20:58:36.210Z Downloaded libgit2-sys v0.17.0+1.8.1
8422025-02-24T20:58:36.267Z Downloaded publicsuffix v2.3.0
8432025-02-24T20:58:36.269Z Downloaded aes-gcm v0.10.3
8442025-02-24T20:58:36.273Z Downloaded openssl-sys v0.9.106
8452025-02-24T20:58:36.278Z Downloaded tokio-rustls v0.24.1
8462025-02-24T20:58:36.281Z Downloaded vergen v8.3.2
8472025-02-24T20:58:36.283Z Downloaded uzers v0.12.1
8482025-02-24T20:58:36.286Z Downloaded steno v0.4.1
8492025-02-24T20:58:36.288Z Downloaded embedded-io v0.4.0
8502025-02-24T20:58:36.291Z Downloaded hashbrown v0.12.3
8512025-02-24T20:58:36.293Z Downloaded flate2 v1.0.35
8522025-02-24T20:58:36.298Z Downloaded pest v2.7.14
8532025-02-24T20:58:36.304Z Downloaded indicatif v0.17.11
8542025-02-24T20:58:36.307Z Downloaded indexmap v2.7.1
8552025-02-24T20:58:36.311Z Downloaded ron v0.8.1
8562025-02-24T20:58:36.316Z Downloaded pkcs8 v0.10.2
8572025-02-24T20:58:36.319Z Downloaded subtle v2.6.1
8582025-02-24T20:58:36.322Z Downloaded string_cache v0.8.7
8592025-02-24T20:58:36.322Z Downloaded spki v0.7.3
8602025-02-24T20:58:36.324Z Downloaded slab v0.4.9
8612025-02-24T20:58:36.324Z Downloaded signature v2.2.0
8622025-02-24T20:58:36.327Z Downloaded oorandom v11.1.4
8632025-02-24T20:58:36.327Z Downloaded md-5 v0.10.6
8642025-02-24T20:58:36.329Z Downloaded maybe-uninit v2.0.0
8652025-02-24T20:58:36.329Z Downloaded unicode-properties v0.1.3
8662025-02-24T20:58:36.332Z Downloaded macaddr v1.0.1
8672025-02-24T20:58:36.332Z Downloaded dof v0.3.0
8682025-02-24T20:58:36.335Z Downloaded tokio-tungstenite v0.24.0
8692025-02-24T20:58:36.335Z Downloaded tokio-tungstenite v0.23.1
8702025-02-24T20:58:36.338Z Downloaded parking_lot v0.11.2
8712025-02-24T20:58:36.341Z Downloaded icu_properties v1.5.1
8722025-02-24T20:58:36.343Z Downloaded tungstenite v0.21.0
8732025-02-24T20:58:36.346Z Downloaded zone v0.3.0
8742025-02-24T20:58:36.348Z Downloaded supports-color v3.0.1
8752025-02-24T20:58:36.348Z Downloaded phf v0.11.2
8762025-02-24T20:58:36.351Z Downloaded tungstenite v0.23.0
8772025-02-24T20:58:36.353Z Downloaded http v1.2.0
8782025-02-24T20:58:36.356Z Downloaded termios v0.3.3
8792025-02-24T20:58:36.359Z Downloaded ref-cast-impl v1.0.23
8802025-02-24T20:58:36.359Z Downloaded ref-cast v1.0.23
8812025-02-24T20:58:36.362Z Downloaded num-complex v0.4.6
8822025-02-24T20:58:36.365Z Downloaded sha1 v0.10.6
8832025-02-24T20:58:36.365Z Downloaded flume v0.11.1
8842025-02-24T20:58:36.367Z Downloaded psl-types v2.0.11
8852025-02-24T20:58:36.370Z Downloaded proc-macro-crate v3.2.0
8862025-02-24T20:58:36.370Z Downloaded num-bigint v0.4.6
8872025-02-24T20:58:36.374Z Downloaded path-tree v0.8.1
8882025-02-24T20:58:36.376Z Downloaded hashbrown v0.13.2
8892025-02-24T20:58:36.380Z Downloaded lazycell v1.3.0
8902025-02-24T20:58:36.382Z Downloaded derive_builder v0.20.2
8912025-02-24T20:58:36.385Z Downloaded thread_local v1.1.8
8922025-02-24T20:58:36.388Z Downloaded idna_adapter v1.2.0
8932025-02-24T20:58:36.388Z Downloaded dyn-clone v1.0.18
8942025-02-24T20:58:36.393Z Downloaded dunce v1.0.5
8952025-02-24T20:58:36.393Z Downloaded scrypt v0.11.0
8962025-02-24T20:58:36.393Z Downloaded hmac v0.12.1
8972025-02-24T20:58:36.395Z Downloaded proc-macro2 v1.0.93
8982025-02-24T20:58:36.395Z Downloaded papergrid v0.11.0
8992025-02-24T20:58:36.400Z Downloaded hyper-rustls v0.27.3
9002025-02-24T20:58:36.404Z Downloaded hyper-rustls v0.26.0
9012025-02-24T20:58:36.406Z Downloaded httptest v0.16.3
9022025-02-24T20:58:36.406Z Downloaded httparse v1.9.5
9032025-02-24T20:58:36.409Z Downloaded hashbrown v0.15.1
9042025-02-24T20:58:36.413Z Downloaded backtrace v0.3.74
9052025-02-24T20:58:36.418Z Downloaded thread-id v4.2.2
9062025-02-24T20:58:36.420Z Downloaded colored v2.1.0
9072025-02-24T20:58:36.423Z Downloaded cmake v0.1.51
9082025-02-24T20:58:36.423Z Downloaded stable_deref_trait v1.2.0
9092025-02-24T20:58:36.423Z Downloaded getrandom v0.2.15
9102025-02-24T20:58:36.426Z Downloaded serde_plain v1.0.2
9112025-02-24T20:58:36.429Z Downloaded fixedbitset v0.5.7
9122025-02-24T20:58:36.429Z Downloaded fatfs v0.3.6
9132025-02-24T20:58:36.431Z Downloaded pin-project-lite v0.2.14
9142025-02-24T20:58:36.436Z Downloaded base64 v0.22.1
9152025-02-24T20:58:36.440Z Downloaded crucible-workspace-hack v0.1.0
9162025-02-24T20:58:36.443Z Downloaded humantime v2.1.0
9172025-02-24T20:58:36.443Z Downloaded glob v0.3.2
9182025-02-24T20:58:36.443Z Downloaded hubpack v0.1.2
9192025-02-24T20:58:36.446Z Downloaded hashlink v0.9.1
9202025-02-24T20:58:36.448Z Downloaded httpdate v1.0.3
9212025-02-24T20:58:36.448Z Downloaded untrusted v0.7.1
9222025-02-24T20:58:36.449Z Downloaded universal-hash v0.5.1
9232025-02-24T20:58:36.451Z Downloaded tui-tree-widget v0.23.0
9242025-02-24T20:58:36.451Z Downloaded arc-swap v1.7.1
9252025-02-24T20:58:36.454Z Downloaded postcard v1.0.10
9262025-02-24T20:58:36.456Z Downloaded globset v0.4.15
9272025-02-24T20:58:36.459Z Downloaded futures-lite v2.3.0
9282025-02-24T20:58:36.461Z Downloaded similar-asserts v1.6.1
9292025-02-24T20:58:36.461Z Downloaded simd-adler32 v0.3.7
9302025-02-24T20:58:36.466Z Downloaded postgres-types v0.2.8
9312025-02-24T20:58:36.469Z Downloaded heck v0.3.3
9322025-02-24T20:58:36.469Z Downloaded futures-sink v0.3.31
9332025-02-24T20:58:36.471Z Downloaded foreign-types-macros v0.2.3
9342025-02-24T20:58:36.471Z Downloaded rand_chacha v0.9.0
9352025-02-24T20:58:36.471Z Downloaded futures-channel v0.3.31
9362025-02-24T20:58:36.474Z Downloaded fs_extra v1.3.0
9372025-02-24T20:58:36.478Z Downloaded hubpack_derive v0.1.1
9382025-02-24T20:58:36.478Z Downloaded fnv v1.0.7
9392025-02-24T20:58:36.478Z Downloaded toolchain_find v0.4.0
9402025-02-24T20:58:36.481Z Downloaded progenitor v0.9.1
9412025-02-24T20:58:36.481Z Downloaded progenitor v0.8.0
9422025-02-24T20:58:36.481Z Downloaded cfg-expr v0.18.0
9432025-02-24T20:58:36.484Z Downloaded bcs v0.1.6
9442025-02-24T20:58:36.487Z Downloaded async-task v4.7.1
9452025-02-24T20:58:36.489Z Downloaded phf_generator v0.11.2
9462025-02-24T20:58:36.489Z Downloaded http-body-util v0.1.2
9472025-02-24T20:58:36.492Z Downloaded heck v0.4.1
9482025-02-24T20:58:36.492Z Downloaded group v0.13.0
9492025-02-24T20:58:36.495Z Downloaded generic-array v0.14.7
9502025-02-24T20:58:36.495Z Downloaded foreign-types-shared v0.1.1
9512025-02-24T20:58:36.495Z Downloaded pathdiff v0.2.3
9522025-02-24T20:58:36.497Z Downloaded parse-display-derive v0.10.0
9532025-02-24T20:58:36.497Z Downloaded num_cpus v1.16.0
9542025-02-24T20:58:36.500Z Downloaded num-integer v0.1.46
9552025-02-24T20:58:36.503Z Downloaded filetime v0.2.25
9562025-02-24T20:58:36.503Z Downloaded camino-tempfile v1.1.1
9572025-02-24T20:58:36.505Z Downloaded base64ct v1.6.0
9582025-02-24T20:58:36.508Z Downloaded async-trait v0.1.86
9592025-02-24T20:58:36.510Z Downloaded assert_cmd v2.0.16
9602025-02-24T20:58:36.513Z Downloaded anstream v0.6.15
9612025-02-24T20:58:36.516Z Downloaded async-bb8-diesel v0.2.1
9622025-02-24T20:58:36.516Z Downloaded futures-timer v3.0.3
9632025-02-24T20:58:36.518Z Downloaded futures-core v0.3.31
9642025-02-24T20:58:36.518Z Downloaded float-ord v0.3.2
9652025-02-24T20:58:36.521Z Downloaded buf-list v1.0.3
9662025-02-24T20:58:36.525Z Downloaded bitfield v0.14.0
9672025-02-24T20:58:36.525Z Downloaded futures v0.3.31
9682025-02-24T20:58:36.528Z Downloaded funty v2.0.0
9692025-02-24T20:58:36.530Z Downloaded fd-lock v4.0.2
9702025-02-24T20:58:36.530Z Downloaded cbc v0.1.2
9712025-02-24T20:58:36.533Z Downloaded fragile v2.0.0
9722025-02-24T20:58:36.533Z Downloaded fallible-iterator v0.2.0
9732025-02-24T20:58:36.535Z Downloaded arrayvec v0.7.6
9742025-02-24T20:58:36.538Z Downloaded anes v0.1.6
9752025-02-24T20:58:36.541Z Downloaded addr2line v0.24.2
9762025-02-24T20:58:36.541Z Downloaded hash32 v0.3.1
9772025-02-24T20:58:36.543Z Downloaded blocking v1.6.1
9782025-02-24T20:58:36.543Z Downloaded bcrypt-pbkdf v0.10.0
9792025-02-24T20:58:36.546Z Downloaded blowfish v0.9.1
9802025-02-24T20:58:36.546Z Downloaded async-stream v0.3.6
9812025-02-24T20:58:36.549Z Downloaded cexpr v0.6.0
9822025-02-24T20:58:36.552Z Downloaded byteorder v1.5.0
9832025-02-24T20:58:36.552Z Downloaded bit-set v0.5.3
9842025-02-24T20:58:36.552Z Downloaded bb8 v0.8.5
9852025-02-24T20:58:36.555Z Downloaded async-signal v0.2.10
9862025-02-24T20:58:36.555Z Downloaded async-recursion v1.1.1
9872025-02-24T20:58:36.558Z Downloaded assert_matches v1.5.0
9882025-02-24T20:58:36.560Z Downloaded arrayref v0.3.9
9892025-02-24T20:58:36.560Z Downloaded array-init v0.0.4
9902025-02-24T20:58:36.563Z Downloaded async-channel v1.9.0
9912025-02-24T20:58:36.563Z Downloaded assert-json-diff v2.0.2
9922025-02-24T20:58:36.565Z Downloaded aead v0.5.2
9932025-02-24T20:58:36.565Z Downloaded anstyle-parse v0.2.5
9942025-02-24T20:58:36.568Z Downloaded async-attributes v1.1.2
9952025-02-24T20:58:36.618Z Downloaded libsqlite3-sys v0.30.1
9962025-02-24T20:58:36.797Z Downloaded aws-lc-sys v0.22.0
9972025-02-24T20:58:37.275Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9982025-02-24T20:58:38.947Zpkg list: illegal option -- F
9992025-02-24T20:58:38.947ZUsage:
10002025-02-24T20:58:38.949Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10012025-02-24T20:58:38.949Z [pkg_fmri_pattern ...]
10022025-02-24T20:58:39.869Zpkg list: illegal option -- F
10032025-02-24T20:58:39.869ZUsage:
10042025-02-24T20:58:39.872Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10052025-02-24T20:58:39.872Z [pkg_fmri_pattern ...]
10062025-02-24T20:58:47.763Z Startup: Refreshing catalog 'helios-dev' ... Done
10072025-02-24T20:58:52.115Z Startup: Caching catalogs ... Done
10082025-02-24T20:59:05.352ZPlanning: Solver setup ... Done (12.279s)
10092025-02-24T20:59:05.508ZPlanning: Running solver ... Done (0.157s)
10102025-02-24T20:59:05.632ZPlanning: Finding local manifests ... Done (0.006s)
10112025-02-24T20:59:05.661ZPlanning: Fetching manifests: 0/7 0% complete
10122025-02-24T20:59:05.923ZPlanning: Fetching manifests: 7/7 100% complete
10132025-02-24T20:59:06.036ZPlanning: Package planning ... Done (0.113s)
10142025-02-24T20:59:06.094ZPlanning: Merging actions ... Done (0.058s)
10152025-02-24T20:59:06.289ZPlanning: Checking for conflicting actions ... Done (0.195s)
10162025-02-24T20:59:08.310ZPlanning: Consolidating action changes ... Done (2.019s)
10172025-02-24T20:59:08.755ZPlanning: Evaluating mediators ... Done (0.445s)
10182025-02-24T20:59:08.840ZPlanning: Planning completed in 16.62 seconds
10192025-02-24T20:59:08.856Z Packages to install: 4
10202025-02-24T20:59:08.856Z Packages to update: 3
10212025-02-24T20:59:08.859Z Mediators to change: 2
10222025-02-24T20:59:08.859Z Services to change: 1
10232025-02-24T20:59:08.859Z Estimated space available: 155.36 GB
10242025-02-24T20:59:08.859ZEstimated space to be consumed: 1.66 GB
10252025-02-24T20:59:08.859Z Create boot environment: No
10262025-02-24T20:59:08.859ZCreate backup boot environment: Yes
10272025-02-24T20:59:08.859Z Rebuild boot archive: No
10282025-02-24T20:59:08.859Z
10292025-02-24T20:59:08.859ZChanged mediators:
10302025-02-24T20:59:08.859Z mediator clang:
10312025-02-24T20:59:08.859Z version: None -> 15 (system default)
10322025-02-24T20:59:08.860Z
10332025-02-24T20:59:08.860Z mediator llvm:
10342025-02-24T20:59:08.860Z version: 14 (system default) -> 15 (system default)
10352025-02-24T20:59:08.860Z
10362025-02-24T20:59:08.860ZChanged packages:
10372025-02-24T20:59:08.860Zhelios-dev
10382025-02-24T20:59:08.860Z developer/build-essential
10392025-02-24T20:59:08.860Z None -> 11-2.0
10402025-02-24T20:59:08.860Z library/libxmlsec1
10412025-02-24T20:59:08.860Z None -> 1.2.35-2.0
10422025-02-24T20:59:08.860Z ooce/developer/clang-15
10432025-02-24T20:59:08.860Z None -> 15.0.7-2.0
10442025-02-24T20:59:08.860Z ooce/developer/llvm-15
10452025-02-24T20:59:08.860Z None -> 15.0.7-2.0
10462025-02-24T20:59:08.860Z package/pkg
10472025-02-24T20:59:08.860Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10482025-02-24T20:59:08.860Z system/library/g++-runtime
10492025-02-24T20:59:08.860Z 13-2.0 -> 14-2.0
10502025-02-24T20:59:08.860Z system/library/gcc-runtime
10512025-02-24T20:59:08.860Z 13-2.0 -> 14-2.0
10522025-02-24T20:59:08.860Z
10532025-02-24T20:59:08.860ZServices:
10542025-02-24T20:59:08.860Z restart_fmri:
10552025-02-24T20:59:08.860Z svc:/system/update-man-index:default
10562025-02-24T20:59:08.860Z
10572025-02-24T20:59:08.860ZEditable files to change:
10582025-02-24T20:59:08.860Z Update:
10592025-02-24T20:59:08.860Z usr/share/lib/pkg/web/config.shtml
10602025-02-24T20:59:08.938Z
10612025-02-24T20:59:08.938ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10622025-02-24T20:59:15.077ZDownload: 213/4301 items 1.3/225.4MB 0% complete (839k/s)
10632025-02-24T20:59:20.073ZDownload: 940/4301 items 19.0/225.4MB 8% complete (1.9M/s)
10642025-02-24T20:59:25.076ZDownload: 1933/4301 items 118.7/225.4MB 52% complete (11.8M/s)
10652025-02-24T20:59:30.636ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (10.2M/s)
10662025-02-24T20:59:35.637ZDownload: 3208/4301 items 160.2/225.4MB 71% complete (4.0M/s)
10672025-02-24T20:59:40.640ZDownload: 4093/4301 items 219.6/225.4MB 97% complete (10.2M/s)
10682025-02-24T20:59:44.770ZDownload: Completed 225.42 MB in 35.82 seconds (6.3M/s)
10692025-02-24T20:59:45.914Z Actions: 1/5122 actions (Removing old actions)
10702025-02-24T20:59:45.935Z Actions: 194/5122 actions (Installing new actions)
10712025-02-24T20:59:50.692Z Actions: 4267/5122 actions (Updating modified actions)
10722025-02-24T20:59:51.053Z Actions: Completed 5122 actions in 5.14 seconds.
10732025-02-24T20:59:51.482Z Done (0.421s)
10742025-02-24T20:59:51.485Z Done (0.001s)
10752025-02-24T20:59:52.094Z Done (0.610s)
10762025-02-24T20:59:56.766Z Done (4.426s)
10772025-02-24T20:59:56.857Z Done (0.019s)
10782025-02-24T20:59:56.860Z Done (0.000s)
10792025-02-24T20:59:57.043Z Done (0.000s)
10802025-02-24T20:59:57.798ZPlanning: Evaluating mediator changes ... Done
10812025-02-24T20:59:57.966ZPlanning: Checking for conflicting actions ... Done
10822025-02-24T20:59:57.969ZPlanning: Consolidating action changes ... Done
10832025-02-24T20:59:58.240ZPlanning: Evaluating mediators ... Done
10842025-02-24T20:59:58.242ZPlanning: Planning completed in 0.44 seconds
10852025-02-24T20:59:58.279Z Mediators to change: 2
10862025-02-24T20:59:58.280Z Create boot environment: No
10872025-02-24T20:59:58.282ZCreate backup boot environment: No
10882025-02-24T20:59:58.379Z Done
10892025-02-24T20:59:58.379Z Done
10902025-02-24T20:59:58.810Z Done
10912025-02-24T21:00:02.717Z Done
10922025-02-24T21:00:02.813Z Done
10932025-02-24T21:00:02.816Z Done
10942025-02-24T21:00:02.958Z Done
10952025-02-24T21:00:03.597ZPlanning: Evaluating mediator changes ... Done
10962025-02-24T21:00:03.599ZPlanning: Merging actions ... Done
10972025-02-24T21:00:03.793ZPlanning: Checking for conflicting actions ... Done
10982025-02-24T21:00:03.796ZPlanning: Consolidating action changes ... Done
10992025-02-24T21:00:04.076ZPlanning: Evaluating mediators ... Done
11002025-02-24T21:00:04.135ZPlanning: Planning completed in 0.79 seconds
11012025-02-24T21:00:04.178Z Packages to change: 1
11022025-02-24T21:00:04.178Z Mediators to change: 1
11032025-02-24T21:00:04.181Z Services to change: 1
11042025-02-24T21:00:04.181Z Create boot environment: No
11052025-02-24T21:00:04.181ZCreate backup boot environment: Yes
11062025-02-24T21:00:06.564Z Actions: 1/6 actions (Updating modified actions)
11072025-02-24T21:00:06.567Z Actions: Completed 6 actions in 0.00 seconds.
11082025-02-24T21:00:06.567Z Done
11092025-02-24T21:00:06.567Z Done
11102025-02-24T21:00:06.692Z Done
11112025-02-24T21:00:10.569Z Done
11122025-02-24T21:00:10.666Z Done
11132025-02-24T21:00:10.668Z Done
11142025-02-24T21:00:10.801Z Done
11152025-02-24T21:00:11.253ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11162025-02-24T21:00:11.254Zclang system 15 system
11172025-02-24T21:00:11.254Zcsh system system illumos
11182025-02-24T21:00:11.254Zctags system system illumos
11192025-02-24T21:00:11.254Zgcc vendor 12 vendor
11202025-02-24T21:00:11.254Zgcc system 10 system
11212025-02-24T21:00:11.254Zgcc system 7 system
11222025-02-24T21:00:11.254Zgo system 1.20 system
11232025-02-24T21:00:11.254Zgo system 1.19 system
11242025-02-24T21:00:11.254Zllvm system 15 system
11252025-02-24T21:00:11.254Zllvm system 14 system
11262025-02-24T21:00:11.254Zmariadb system 10.6 system
11272025-02-24T21:00:11.254Zmta vendor vendor dma
11282025-02-24T21:00:11.254Zopenjdk system 17 system
11292025-02-24T21:00:11.254Zopenjdk system 11 system
11302025-02-24T21:00:11.254Zopenjdk system 1.8 system
11312025-02-24T21:00:11.254Zopenssl vendor 3 vendor
11322025-02-24T21:00:11.254Zperl system 5.36 system
11332025-02-24T21:00:11.254Zpostgresql system 15 system
11342025-02-24T21:00:11.254Zpostgresql system 13 system
11352025-02-24T21:00:11.255Zpython vendor 3 vendor
11362025-02-24T21:00:11.255Zpython system 2 system
11372025-02-24T21:00:11.255Zpython3 system 3.11 system
11382025-02-24T21:00:11.255Zruby system 3.0 system
11392025-02-24T21:00:11.255Zwords vendor vendor american-english
11402025-02-24T21:00:11.255Zwords system system australian-english
11412025-02-24T21:00:11.255Zwords system system british-english
11422025-02-24T21:00:11.255Zwords system system canadian-english
11432025-02-24T21:00:11.255Zwords system system french
11442025-02-24T21:00:11.255Zwords system system italian
11452025-02-24T21:00:11.255Zwords system system ngerman
11462025-02-24T21:00:11.255Zwords system system ogerman
11472025-02-24T21:00:11.255Zwords system system spanish
11482025-02-24T21:00:11.596ZPUBLISHER TYPE STATUS P LOCATION
11492025-02-24T21:00:11.596Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11502025-02-24T21:00:14.687ZFMRI IFO
11512025-02-24T21:00:14.688Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11522025-02-24T21:00:14.688Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11532025-02-24T21:00:14.688Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11542025-02-24T21:00:14.688Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11552025-02-24T21:00:14.688Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11562025-02-24T21:00:14.688Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11572025-02-24T21:00:14.688Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11582025-02-24T21:00:14.688Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11592025-02-24T21:00:14.688Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11602025-02-24T21:00:14.688Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11612025-02-24T21:00:14.688Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11622025-02-24T21:00:14.688Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11632025-02-24T21:00:14.688Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11642025-02-24T21:00:14.688Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11652025-02-24T21:00:14.688Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11662025-02-24T21:00:15.819Z Downloading crates ...
11672025-02-24T21:00:15.900Z Downloaded cargo_toml v0.20.5
11682025-02-24T21:00:16.043Z Compiling proc-macro2 v1.0.93
11692025-02-24T21:00:16.046Z Compiling unicode-ident v1.0.14
11702025-02-24T21:00:16.046Z Compiling serde v1.0.218
11712025-02-24T21:00:16.046Z Compiling version_check v0.9.5
11722025-02-24T21:00:16.046Z Compiling memchr v2.7.4
11732025-02-24T21:00:16.046Z Compiling thiserror v1.0.69
11742025-02-24T21:00:16.066Z Compiling libc v0.2.170
11752025-02-24T21:00:16.069Z Compiling ryu v1.0.18
11762025-02-24T21:00:16.320Z Compiling ucd-trie v0.1.7
11772025-02-24T21:00:16.454Z Compiling itoa v1.0.11
11782025-02-24T21:00:16.715Z Compiling once_cell v1.20.3
11792025-02-24T21:00:16.758Z Compiling byteorder v1.5.0
11802025-02-24T21:00:16.804Z Compiling serde_json v1.0.139
11812025-02-24T21:00:17.005Z Compiling rustix v0.38.37
11822025-02-24T21:00:17.200Z Compiling bitflags v2.6.0
11832025-02-24T21:00:17.317Z Compiling usdt-impl v0.5.0
11842025-02-24T21:00:17.461Z Compiling proc-macro-error-attr v1.0.4
11852025-02-24T21:00:17.587Z Compiling syn v1.0.109
11862025-02-24T21:00:17.629Z Compiling proc-macro-error v1.0.4
11872025-02-24T21:00:17.813Z Compiling quote v1.0.38
11882025-02-24T21:00:17.852Z Compiling log v0.4.22
11892025-02-24T21:00:17.864Z Compiling utf8parse v0.2.2
11902025-02-24T21:00:17.934Z Compiling errno v0.3.9
11912025-02-24T21:00:18.034Z Compiling plain v0.2.3
11922025-02-24T21:00:18.090Z Compiling camino v1.1.9
11932025-02-24T21:00:18.184Z Compiling equivalent v1.0.1
11942025-02-24T21:00:18.188Z Compiling hashbrown v0.15.1
11952025-02-24T21:00:18.238Z Compiling syn v2.0.96
11962025-02-24T21:00:18.441Z Compiling thread-id v4.2.2
11972025-02-24T21:00:18.496Z Compiling anstyle-parse v0.2.5
11982025-02-24T21:00:18.748Z Compiling anstyle v1.0.10
11992025-02-24T21:00:18.808Z Compiling anstyle-query v1.1.1
12002025-02-24T21:00:18.963Z Compiling autocfg v1.4.0
12012025-02-24T21:00:19.059Z Compiling semver v1.0.25
12022025-02-24T21:00:19.152Z Compiling unicode-width v0.1.14
12032025-02-24T21:00:19.219Z Compiling pretty-hex v0.4.1
12042025-02-24T21:00:19.325Z Compiling indexmap v2.7.1
12052025-02-24T21:00:19.436Z Compiling colorchoice v1.0.2
12062025-02-24T21:00:19.555Z Compiling winnow v0.6.20
12072025-02-24T21:00:19.613Z Compiling is_terminal_polyfill v1.70.1
12082025-02-24T21:00:19.747Z Compiling anstream v0.6.15
12092025-02-24T21:00:19.856Z Compiling fs-err v2.11.0
12102025-02-24T21:00:20.036Z Compiling heck v0.5.0
12112025-02-24T21:00:20.175Z Compiling terminal_size v0.4.0
12122025-02-24T21:00:20.374Z Compiling fnv v1.0.7
12132025-02-24T21:00:20.392Z Compiling heck v0.4.1
12142025-02-24T21:00:20.515Z Compiling clap_lex v0.7.4
12152025-02-24T21:00:20.529Z Compiling fastrand v2.1.1
12162025-02-24T21:00:20.586Z Compiling strsim v0.11.1
12172025-02-24T21:00:20.762Z Compiling cfg-if v1.0.0
12182025-02-24T21:00:20.861Z Compiling bytecount v0.6.8
12192025-02-24T21:00:21.009Z Compiling anyhow v1.0.96
12202025-02-24T21:00:21.101Z Compiling papergrid v0.11.0
12212025-02-24T21:00:21.265Z Compiling tempfile v3.13.0
12222025-02-24T21:00:21.386Z Compiling clap_builder v4.5.30
12232025-02-24T21:00:21.850Z Compiling memmap v0.7.0
12242025-02-24T21:00:21.990Z Compiling unicode-linebreak v0.1.5
12252025-02-24T21:00:22.044Z Compiling smawk v0.3.2
12262025-02-24T21:00:22.474Z Compiling textwrap v0.16.1
12272025-02-24T21:00:22.816Z Compiling swrite v0.1.0
12282025-02-24T21:00:23.257Z Compiling tabled_derive v0.7.0
12292025-02-24T21:00:24.522Z Compiling tabled v0.15.0
12302025-02-24T21:00:25.186Z Compiling serde_derive v1.0.218
12312025-02-24T21:00:25.186Z Compiling thiserror-impl v1.0.69
12322025-02-24T21:00:25.219Z Compiling zerocopy-derive v0.7.35
12332025-02-24T21:00:25.265Z Compiling scroll_derive v0.12.0
12342025-02-24T21:00:25.509Z Compiling clap_derive v4.5.28
12352025-02-24T21:00:26.510Z Compiling scroll v0.12.0
12362025-02-24T21:00:26.980Z Compiling goblin v0.8.2
12372025-02-24T21:00:27.069Z Compiling zerocopy v0.7.35
12382025-02-24T21:00:27.785Z Compiling pest v2.7.14
12392025-02-24T21:00:29.025Z Compiling clap v4.5.30
12402025-02-24T21:00:30.029Z Compiling pest_meta v2.7.14
12412025-02-24T21:00:31.026Z Compiling pest_generator v2.7.14
12422025-02-24T21:00:32.390Z Compiling pest_derive v2.7.14
12432025-02-24T21:00:33.025Z Compiling dtrace-parser v0.2.0
12442025-02-24T21:00:33.854Z Compiling serde_tokenstream v0.2.2
12452025-02-24T21:00:33.884Z Compiling serde_spanned v0.6.8
12462025-02-24T21:00:33.884Z Compiling toml_datetime v0.6.8
12472025-02-24T21:00:34.085Z Compiling cargo-platform v0.1.8
12482025-02-24T21:00:34.195Z Compiling toml_edit v0.22.22
12492025-02-24T21:00:34.321Z Compiling macaddr v1.0.1
12502025-02-24T21:00:34.495Z Compiling camino-tempfile v1.1.1
12512025-02-24T21:00:35.266Z Compiling dof v0.3.0
12522025-02-24T21:00:35.269Z Compiling cargo_metadata v0.18.1
12532025-02-24T21:00:36.614Z Compiling usdt-attr-macro v0.5.0
12542025-02-24T21:00:36.614Z Compiling usdt-macro v0.5.0
12552025-02-24T21:00:37.053Z Compiling toml v0.8.19
12562025-02-24T21:00:37.677Z Compiling usdt v0.5.0
12572025-02-24T21:00:37.859Z Compiling cargo_toml v0.20.5
12582025-02-24T21:00:40.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12592025-02-24T21:00:43.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
12602025-02-24T21:00:43.861Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12612025-02-24T21:00:44.807Z Compiling serde v1.0.218
12622025-02-24T21:00:44.810Z Compiling value-bag v1.9.0
12632025-02-24T21:00:44.810Z Compiling lock_api v0.4.12
12642025-02-24T21:00:44.810Z Compiling scopeguard v1.2.0
12652025-02-24T21:00:44.810Z Compiling typenum v1.17.0
12662025-02-24T21:00:44.810Z Compiling generic-array v0.14.7
12672025-02-24T21:00:44.939Z Compiling syn v2.0.96
12682025-02-24T21:00:44.942Z Compiling getrandom v0.2.15
12692025-02-24T21:00:45.186Z Compiling subtle v2.6.1
12702025-02-24T21:00:45.345Z Compiling rand_core v0.6.4
12712025-02-24T21:00:45.382Z Compiling log v0.4.22
12722025-02-24T21:00:45.498Z Compiling shlex v1.3.0
12732025-02-24T21:00:45.530Z Compiling jobserver v0.1.32
12742025-02-24T21:00:45.549Z Compiling smallvec v1.14.0
12752025-02-24T21:00:45.870Z Compiling const-oid v0.9.6
12762025-02-24T21:00:45.912Z Compiling cc v1.2.15
12772025-02-24T21:00:45.961Z Compiling pin-project-lite v0.2.14
12782025-02-24T21:00:45.980Z Compiling parking_lot_core v0.9.10
12792025-02-24T21:00:46.116Z Compiling rustix v0.38.37
12802025-02-24T21:00:46.203Z Compiling futures-core v0.3.31
12812025-02-24T21:00:46.338Z Compiling spin v0.9.8
12822025-02-24T21:00:46.499Z Compiling signal-hook-registry v1.4.2
12832025-02-24T21:00:46.703Z Compiling mio v1.0.2
12842025-02-24T21:00:46.991Z Compiling parking_lot v0.12.3
12852025-02-24T21:00:47.050Z Compiling either v1.13.0
12862025-02-24T21:00:47.181Z Compiling aho-corasick v1.1.3
12872025-02-24T21:00:47.455Z Compiling stable_deref_trait v1.2.0
12882025-02-24T21:00:47.482Z Compiling futures-sink v0.3.31
12892025-02-24T21:00:47.579Z Compiling cpufeatures v0.2.14
12902025-02-24T21:00:47.647Z Compiling regex-syntax v0.8.5
12912025-02-24T21:00:47.692Z Compiling socket2 v0.5.8
12922025-02-24T21:00:47.743Z Compiling slab v0.4.9
12932025-02-24T21:00:47.774Z Compiling glob v0.3.2
12942025-02-24T21:00:47.900Z Compiling prettyplease v0.2.29
12952025-02-24T21:00:48.283Z Compiling lazy_static v1.5.0
12962025-02-24T21:00:48.426Z Compiling serde_json v1.0.139
12972025-02-24T21:00:48.534Z Compiling minimal-lexical v0.2.1
12982025-02-24T21:00:48.587Z Compiling clang-sys v1.8.1
12992025-02-24T21:00:48.590Z Compiling futures-channel v0.3.31
13002025-02-24T21:00:48.790Z Compiling libloading v0.8.5
13012025-02-24T21:00:48.998Z Compiling nom v7.1.3
13022025-02-24T21:00:49.059Z Compiling futures-io v0.3.31
13032025-02-24T21:00:49.180Z Compiling home v0.5.9
13042025-02-24T21:00:49.305Z Compiling futures-task v0.3.31
13052025-02-24T21:00:49.339Z Compiling pin-utils v0.1.0
13062025-02-24T21:00:49.405Z Compiling bindgen v0.69.5
13072025-02-24T21:00:49.599Z Compiling itertools v0.12.1
13082025-02-24T21:00:49.703Z Compiling libm v0.2.8
13092025-02-24T21:00:50.069Z Compiling foldhash v0.1.3
13102025-02-24T21:00:50.272Z Compiling rustc-hash v1.1.0
13112025-02-24T21:00:50.369Z Compiling allocator-api2 v0.2.18
13122025-02-24T21:00:50.427Z Compiling lazycell v1.3.0
13132025-02-24T21:00:50.649Z Compiling cmake v0.1.51
13142025-02-24T21:00:51.152Z Compiling hashbrown v0.15.1
13152025-02-24T21:00:51.546Z Compiling regex-automata v0.4.8
13162025-02-24T21:00:51.709Z Compiling num-traits v0.2.19
13172025-02-24T21:00:52.046Z Compiling cexpr v0.6.0
13182025-02-24T21:00:52.319Z Compiling synstructure v0.13.1
13192025-02-24T21:00:52.530Z Compiling dunce v1.0.5
13202025-02-24T21:00:52.677Z Compiling pkg-config v0.3.31
13212025-02-24T21:00:53.616Z Compiling fs_extra v1.3.0
13222025-02-24T21:00:53.893Z Compiling litemap v0.7.3
13232025-02-24T21:00:53.958Z Compiling writeable v0.5.5
13242025-02-24T21:00:54.148Z Compiling ring v0.17.11
13252025-02-24T21:00:54.298Z Compiling paste v1.0.15
13262025-02-24T21:00:54.511Z Compiling base64ct v1.6.0
13272025-02-24T21:00:55.047Z Compiling pem-rfc7468 v0.7.0
13282025-02-24T21:00:55.166Z Compiling aws-lc-rs v1.10.0
13292025-02-24T21:00:55.284Z Compiling httparse v1.9.5
13302025-02-24T21:00:55.598Z Compiling icu_locid_transform_data v1.5.0
13312025-02-24T21:00:55.677Z Compiling flagset v0.4.6
13322025-02-24T21:00:55.920Z Compiling tracing-core v0.1.32
13332025-02-24T21:00:56.070Z Compiling rustls-pki-types v1.10.0
13342025-02-24T21:00:56.490Z Compiling crossbeam-utils v0.8.20
13352025-02-24T21:00:56.851Z Compiling icu_properties_data v1.5.0
13362025-02-24T21:00:57.022Z Compiling regex v1.11.1
13372025-02-24T21:00:57.042Z Compiling percent-encoding v2.3.1
13382025-02-24T21:00:57.138Z Compiling powerfmt v0.2.0
13392025-02-24T21:00:57.336Z Compiling vcpkg v0.2.15
13402025-02-24T21:00:57.456Z Compiling serde_derive v1.0.218
13412025-02-24T21:00:57.476Z Compiling zeroize_derive v1.4.2
13422025-02-24T21:00:57.763Z Compiling zerocopy-derive v0.7.35
13432025-02-24T21:00:57.969Z Compiling tokio-macros v2.5.0
13442025-02-24T21:00:58.835Z Compiling zeroize v1.8.1
13452025-02-24T21:00:59.010Z Compiling zerofrom-derive v0.1.4
13462025-02-24T21:00:59.384Z Compiling yoke-derive v0.7.4
13472025-02-24T21:00:59.774Z Compiling zerocopy v0.7.35
13482025-02-24T21:00:59.879Z Compiling zerovec-derive v0.10.3
13492025-02-24T21:01:00.472Z Compiling crypto-common v0.1.6
13502025-02-24T21:01:00.674Z Compiling block-buffer v0.10.4
13512025-02-24T21:01:00.746Z Compiling futures-macro v0.3.31
13522025-02-24T21:01:01.004Z Compiling digest v0.10.7
13532025-02-24T21:01:01.148Z Compiling thiserror-impl v1.0.69
13542025-02-24T21:01:01.518Z Compiling hmac v0.12.1
13552025-02-24T21:01:01.795Z Compiling displaydoc v0.2.5
13562025-02-24T21:01:02.115Z Compiling block-padding v0.3.3
13572025-02-24T21:01:02.218Z Compiling ppv-lite86 v0.2.20
13582025-02-24T21:01:02.404Z Compiling inout v0.1.3
13592025-02-24T21:01:02.425Z Compiling sha2 v0.10.8
13602025-02-24T21:01:02.583Z Compiling zerofrom v0.1.4
13612025-02-24T21:01:02.592Z Compiling futures-util v0.3.31
13622025-02-24T21:01:02.697Z Compiling cipher v0.4.4
13632025-02-24T21:01:02.794Z Compiling yoke v0.7.4
13642025-02-24T21:01:03.022Z Compiling icu_provider_macros v1.5.0
13652025-02-24T21:01:03.168Z Compiling zerovec v0.10.4
13662025-02-24T21:01:03.243Z Compiling der_derive v0.7.3
13672025-02-24T21:01:03.445Z Compiling tracing-attributes v0.1.27
13682025-02-24T21:01:04.093Z Compiling thiserror v1.0.69
13692025-02-24T21:01:04.141Z Compiling salsa20 v0.10.2
13702025-02-24T21:01:04.249Z Compiling pest v2.7.14
13712025-02-24T21:01:04.381Z Compiling pbkdf2 v0.12.2
13722025-02-24T21:01:04.577Z Compiling time-core v0.1.2
13732025-02-24T21:01:04.758Z Compiling untrusted v0.9.0
13742025-02-24T21:01:04.939Z Compiling tinystr v0.7.6
13752025-02-24T21:01:05.188Z Compiling icu_collections v1.5.0
13762025-02-24T21:01:05.349Z Compiling icu_locid v1.5.0
13772025-02-24T21:01:05.405Z Compiling der v0.7.9
13782025-02-24T21:01:06.053Z Compiling utf16_iter v1.0.5
13792025-02-24T21:01:06.253Z Compiling write16 v1.0.0
13802025-02-24T21:01:06.395Z Compiling num-conv v0.1.0
13812025-02-24T21:01:06.582Z Compiling icu_provider v1.5.0
13822025-02-24T21:01:06.638Z Compiling tracing v0.1.40
13832025-02-24T21:01:06.700Z Compiling mirai-annotations v1.12.0
13842025-02-24T21:01:06.908Z Compiling utf8_iter v1.0.4
13852025-02-24T21:01:07.158Z Compiling icu_normalizer_data v1.5.0
13862025-02-24T21:01:07.178Z Compiling untrusted v0.7.1
13872025-02-24T21:01:07.271Z Compiling pest_meta v2.7.14
13882025-02-24T21:01:07.335Z Compiling icu_locid_transform v1.5.0
13892025-02-24T21:01:07.379Z Compiling time-macros v0.2.18
13902025-02-24T21:01:07.577Z Compiling spki v0.7.3
13912025-02-24T21:01:07.956Z Compiling scrypt v0.11.0
13922025-02-24T21:01:08.038Z Compiling aes v0.8.4
13932025-02-24T21:01:08.435Z Compiling cbc v0.1.2
13942025-02-24T21:01:08.472Z Compiling rand_chacha v0.3.1
13952025-02-24T21:01:08.679Z Compiling icu_properties v1.5.1
13962025-02-24T21:01:09.735Z Compiling openssl-sys v0.9.106
13972025-02-24T21:01:10.463Z Compiling bitflags v2.6.0
13982025-02-24T21:01:10.607Z Compiling bytes v1.9.0
13992025-02-24T21:01:10.908Z Compiling indexmap v2.7.1
14002025-02-24T21:01:10.927Z Compiling semver v1.0.25
14012025-02-24T21:01:11.409Z Compiling rustc_version v0.4.1
14022025-02-24T21:01:11.661Z Compiling tokio v1.43.0
14032025-02-24T21:01:11.866Z Compiling http v1.2.0
14042025-02-24T21:01:11.886Z Compiling scroll_derive v0.12.0
14052025-02-24T21:01:12.091Z Compiling deranged v0.3.11
14062025-02-24T21:01:13.270Z Compiling icu_normalizer v1.5.0
14072025-02-24T21:01:13.333Z Compiling num_threads v0.1.7
14082025-02-24T21:01:13.400Z Compiling atomic-waker v1.1.2
14092025-02-24T21:01:13.483Z Compiling tinyvec_macros v0.1.1
14102025-02-24T21:01:13.542Z Compiling time v0.3.36
14112025-02-24T21:01:13.588Z Compiling tinyvec v1.8.0
14122025-02-24T21:01:13.607Z Compiling scroll v0.12.0
14132025-02-24T21:01:13.627Z Compiling http-body v1.0.1
14142025-02-24T21:01:13.995Z Compiling pkcs5 v0.7.1
14152025-02-24T21:01:14.015Z Compiling rand v0.8.5
14162025-02-24T21:01:14.163Z Compiling pest_generator v2.7.14
14172025-02-24T21:01:15.075Z Compiling which v4.4.2
14182025-02-24T21:01:15.120Z Compiling idna_adapter v1.2.0
14192025-02-24T21:01:15.124Z Compiling form_urlencoded v1.2.1
14202025-02-24T21:01:15.359Z Compiling try-lock v0.2.5
14212025-02-24T21:01:15.390Z Compiling zerocopy v0.8.10
14222025-02-24T21:01:15.529Z Compiling getrandom v0.3.1
14232025-02-24T21:01:15.609Z Compiling slog v2.7.0
14242025-02-24T21:01:16.074Z Compiling pest_derive v2.7.14
14252025-02-24T21:01:16.102Z Compiling goblin v0.8.2
14262025-02-24T21:01:16.232Z Compiling want v0.3.1
14272025-02-24T21:01:16.299Z Compiling idna v1.0.3
14282025-02-24T21:01:16.319Z Compiling pkcs8 v0.10.2
14292025-02-24T21:01:16.545Z Compiling uuid v1.12.0
14302025-02-24T21:01:16.895Z Compiling zerocopy-derive v0.8.10
14312025-02-24T21:01:16.955Z Compiling httpdate v1.0.3
14322025-02-24T21:01:17.418Z Compiling tower-service v0.3.3
14332025-02-24T21:01:17.571Z Compiling iana-time-zone v0.1.61
14342025-02-24T21:01:17.829Z Compiling chrono v0.4.39
14352025-02-24T21:01:17.966Z Compiling dtrace-parser v0.2.0
14362025-02-24T21:01:18.517Z Compiling toml_datetime v0.6.8
14372025-02-24T21:01:18.932Z Compiling serde_spanned v0.6.8
14382025-02-24T21:01:19.007Z Compiling serde_tokenstream v0.2.2
14392025-02-24T21:01:19.184Z Compiling base64 v0.22.1
14402025-02-24T21:01:19.610Z Compiling rustversion v1.0.17
14412025-02-24T21:01:19.786Z Compiling tokio-util v0.7.12
14422025-02-24T21:01:19.899Z Compiling match_cfg v0.1.0
14432025-02-24T21:01:20.006Z Compiling adler2 v2.0.0
14442025-02-24T21:01:20.234Z Compiling foreign-types-shared v0.1.1
14452025-02-24T21:01:20.301Z Compiling openssl v0.10.71
14462025-02-24T21:01:20.371Z Compiling foreign-types v0.3.2
14472025-02-24T21:01:20.556Z Compiling miniz_oxide v0.8.0
14482025-02-24T21:01:20.752Z Compiling h2 v0.4.6
14492025-02-24T21:01:21.089Z Compiling hostname v0.3.1
14502025-02-24T21:01:21.160Z Compiling url v2.5.3
14512025-02-24T21:01:22.066Z Compiling dof v0.3.0
14522025-02-24T21:01:22.516Z Compiling openssl-macros v0.1.1
14532025-02-24T21:01:22.901Z Compiling usdt-impl v0.5.0
14542025-02-24T21:01:22.927Z Compiling rand_core v0.9.2
14552025-02-24T21:01:23.257Z Compiling async-trait v0.1.86
14562025-02-24T21:01:23.386Z Compiling serde_derive_internals v0.29.1
14572025-02-24T21:01:23.835Z Compiling dirs-sys-next v0.1.2
14582025-02-24T21:01:24.232Z Compiling data-encoding v2.6.0
14592025-02-24T21:01:24.414Z Compiling syn v1.0.109
14602025-02-24T21:01:24.833Z Compiling rustls v0.23.19
14612025-02-24T21:01:25.030Z Compiling schemars v0.8.21
14622025-02-24T21:01:25.137Z Compiling native-tls v0.2.12
14632025-02-24T21:01:25.203Z Compiling siphasher v0.3.11
14642025-02-24T21:01:25.372Z Compiling rustls v0.22.4
14652025-02-24T21:01:25.590Z Compiling dirs-next v2.0.0
14662025-02-24T21:01:25.638Z Compiling rand_chacha v0.9.0
14672025-02-24T21:01:25.676Z Compiling schemars_derive v0.8.21
14682025-02-24T21:01:25.819Z Compiling unicode-normalization v0.1.24
14692025-02-24T21:01:26.206Z Compiling http-body-util v0.1.2
14702025-02-24T21:01:26.710Z Compiling crossbeam-epoch v0.9.18
14712025-02-24T21:01:27.003Z Compiling heapless v0.7.17
14722025-02-24T21:01:27.024Z Compiling sha1 v0.10.6
14732025-02-24T21:01:27.382Z Compiling signature v2.2.0
14742025-02-24T21:01:27.440Z Compiling bzip2-sys v0.1.11+1.0.8
14752025-02-24T21:01:27.460Z Compiling thread_local v1.1.8
14762025-02-24T21:01:27.692Z Compiling multer v3.1.0
14772025-02-24T21:01:27.855Z Compiling encoding_rs v0.8.34
14782025-02-24T21:01:27.943Z Compiling hyper v1.5.2
14792025-02-24T21:01:27.963Z Compiling cookie v0.18.1
14802025-02-24T21:01:28.016Z Compiling gimli v0.31.1
14812025-02-24T21:01:28.287Z Compiling dyn-clone v1.0.18
14822025-02-24T21:01:28.528Z Compiling ipnet v2.10.1
14832025-02-24T21:01:28.689Z Compiling openssl-probe v0.1.5
14842025-02-24T21:01:29.012Z Compiling mime v0.3.17
14852025-02-24T21:01:29.547Z Compiling unicode-properties v0.1.3
14862025-02-24T21:01:29.610Z Compiling unicode-bidi v0.3.17
14872025-02-24T21:01:29.976Z Compiling slog-async v2.8.0
14882025-02-24T21:01:30.500Z Compiling hyper-util v0.1.10
14892025-02-24T21:01:30.728Z Compiling rayon-core v1.12.1
14902025-02-24T21:01:30.847Z Compiling signal-hook v0.3.17
14912025-02-24T21:01:31.148Z Compiling stringprep v0.1.5
14922025-02-24T21:01:31.196Z Compiling toml_edit v0.22.22
14932025-02-24T21:01:32.193Z Compiling addr2line v0.24.2
14942025-02-24T21:01:32.778Z Compiling crossbeam-deque v0.8.5
14952025-02-24T21:01:32.915Z Compiling rand v0.9.0
14962025-02-24T21:01:33.073Z Compiling term v0.7.0
14972025-02-24T21:01:33.402Z Compiling usdt-attr-macro v0.5.0
14982025-02-24T21:01:34.028Z Compiling usdt-macro v0.5.0
14992025-02-24T21:01:34.350Z Compiling slog-json v2.6.1
15002025-02-24T21:01:34.640Z Compiling serde_urlencoded v0.7.1
15012025-02-24T21:01:34.715Z Compiling crossbeam-channel v0.5.13
15022025-02-24T21:01:34.946Z Compiling curve25519-dalek v4.1.3
15032025-02-24T21:01:35.171Z Compiling futures-executor v0.3.31
15042025-02-24T21:01:35.207Z Compiling enum-as-inner v0.6.1
15052025-02-24T21:01:35.466Z Compiling md-5 v0.10.6
15062025-02-24T21:01:35.659Z Compiling async-stream-impl v0.3.6
15072025-02-24T21:01:35.680Z Compiling rustls-pemfile v2.2.0
15082025-02-24T21:01:35.697Z Compiling num-integer v0.1.46
15092025-02-24T21:01:35.762Z Compiling hash32 v0.2.1
15102025-02-24T21:01:36.057Z Compiling ff v0.13.0
15112025-02-24T21:01:36.169Z Compiling is-terminal v0.4.13
15122025-02-24T21:01:36.305Z Compiling memoffset v0.9.1
15132025-02-24T21:01:36.323Z Compiling object v0.36.5
15142025-02-24T21:01:36.326Z Compiling dropshot v0.12.0
15152025-02-24T21:01:36.455Z Compiling litrs v0.4.1
15162025-02-24T21:01:36.651Z Compiling take_mut v0.2.2
15172025-02-24T21:01:36.685Z Compiling portable-atomic v1.9.0
15182025-02-24T21:01:36.825Z Compiling num-bigint-dig v0.8.4
15192025-02-24T21:01:36.916Z Compiling quick-error v1.2.3
15202025-02-24T21:01:37.086Z Compiling psl-types v2.0.11
15212025-02-24T21:01:37.152Z Compiling cfg_aliases v0.2.1
15222025-02-24T21:01:37.265Z Compiling base16ct v0.2.0
15232025-02-24T21:01:37.311Z Compiling linked-hash-map v0.5.6
15242025-02-24T21:01:37.523Z Compiling rustc-demangle v0.1.24
15252025-02-24T21:01:37.597Z Compiling fallible-iterator v0.2.0
15262025-02-24T21:01:37.631Z Compiling utf-8 v0.7.6
15272025-02-24T21:01:37.658Z Compiling anyhow v1.0.96
15282025-02-24T21:01:37.954Z Compiling smoltcp v0.9.1
15292025-02-24T21:01:38.282Z Compiling postgres-protocol v0.6.8
15302025-02-24T21:01:38.438Z Compiling tungstenite v0.24.0
15312025-02-24T21:01:38.552Z Compiling lru-cache v0.1.2
15322025-02-24T21:01:38.642Z Compiling document-features v0.2.10
15332025-02-24T21:01:38.696Z Compiling sec1 v0.7.3
15342025-02-24T21:01:38.761Z Compiling publicsuffix v2.3.0
15352025-02-24T21:01:39.062Z Compiling nix v0.29.0
15362025-02-24T21:01:39.276Z Compiling resolv-conf v0.7.0
15372025-02-24T21:01:39.503Z Compiling async-stream v0.3.6
15382025-02-24T21:01:39.930Z Compiling hickory-proto v0.24.3
15392025-02-24T21:01:39.953Z Compiling usdt v0.5.0
15402025-02-24T21:01:40.039Z Compiling slog-term v2.9.1
15412025-02-24T21:01:40.435Z Compiling group v0.13.0
15422025-02-24T21:01:40.473Z Compiling num-iter v0.1.45
15432025-02-24T21:01:40.812Z Compiling futures v0.3.31
15442025-02-24T21:01:40.908Z Compiling slog-bunyan v2.5.0
15452025-02-24T21:01:40.928Z Compiling toml v0.8.19
15462025-02-24T21:01:42.305Z Compiling camino v1.1.9
15472025-02-24T21:01:42.427Z Compiling tokio-native-tls v0.3.1
15482025-02-24T21:01:42.752Z Compiling phf_shared v0.11.2
15492025-02-24T21:01:42.772Z Compiling dropshot_endpoint v0.12.0
15502025-02-24T21:01:43.127Z Compiling backtrace v0.3.74
15512025-02-24T21:01:43.150Z Compiling terminal_size v0.4.0
15522025-02-24T21:01:43.365Z Compiling waitgroup v0.1.2
15532025-02-24T21:01:43.430Z Compiling openapiv3 v2.0.0
15542025-02-24T21:01:43.549Z Compiling serde_path_to_error v0.1.16
15552025-02-24T21:01:43.583Z Compiling hkdf v0.12.4
15562025-02-24T21:01:43.862Z Compiling crypto-bigint v0.5.5
15572025-02-24T21:01:44.331Z Compiling zerocopy-derive v0.6.6
15582025-02-24T21:01:45.456Z Compiling hubpack_derive v0.1.1
15592025-02-24T21:01:46.050Z Compiling curve25519-dalek-derive v0.1.1
15602025-02-24T21:01:46.330Z Compiling webpki-roots v0.26.6
15612025-02-24T21:01:46.379Z Compiling sync_wrapper v1.0.1
15622025-02-24T21:01:46.554Z Compiling hostname v0.4.0
15632025-02-24T21:01:46.554Z Compiling crc32fast v1.4.2
15642025-02-24T21:01:46.807Z Compiling fs-err v2.11.0
15652025-02-24T21:01:46.902Z Compiling ahash v0.8.11
15662025-02-24T21:01:46.981Z Compiling winnow v0.5.40
15672025-02-24T21:01:47.132Z Compiling tower-layer v0.3.3
15682025-02-24T21:01:47.269Z Compiling newtype-uuid v1.2.1
15692025-02-24T21:01:47.444Z Compiling unicode-width v0.2.0
15702025-02-24T21:01:47.476Z Compiling managed v0.8.0
15712025-02-24T21:01:47.478Z Compiling debug-ignore v1.0.5
15722025-02-24T21:01:47.593Z Compiling bitflags v1.3.2
15732025-02-24T21:01:47.681Z Compiling clap_builder v4.5.30
15742025-02-24T21:01:47.711Z Compiling strum_macros v0.25.3
15752025-02-24T21:01:47.936Z Compiling console v0.15.10
15762025-02-24T21:01:49.296Z Compiling tower v0.5.2
15772025-02-24T21:01:49.960Z Compiling elliptic-curve v0.13.8
15782025-02-24T21:01:50.003Z Compiling flate2 v1.0.35
15792025-02-24T21:01:50.126Z Compiling hubpack v0.1.2
15802025-02-24T21:01:50.484Z Compiling toml_edit v0.19.15
15812025-02-24T21:01:50.571Z Compiling zerocopy v0.6.6
15822025-02-24T21:01:50.754Z Compiling hickory-resolver v0.24.3
15832025-02-24T21:01:51.341Z Compiling signal-hook-mio v0.2.4
15842025-02-24T21:01:51.485Z Compiling phf v0.11.2
15852025-02-24T21:01:51.528Z Compiling hyper-tls v0.6.0
15862025-02-24T21:01:51.757Z Compiling cookie_store v0.21.1
15872025-02-24T21:01:51.760Z Compiling rayon v1.10.0
15882025-02-24T21:01:51.950Z Compiling bzip2 v0.4.4
15892025-02-24T21:01:53.383Z Compiling tokio-tungstenite v0.24.0
15902025-02-24T21:01:53.939Z Compiling postgres-types v0.2.8
15912025-02-24T21:01:55.634Z Compiling ed25519 v2.2.3
15922025-02-24T21:01:56.269Z Compiling phf_shared v0.10.0
15932025-02-24T21:01:56.430Z Compiling tokio-stream v0.1.16
15942025-02-24T21:01:56.565Z Compiling pkcs1 v0.7.5
15952025-02-24T21:01:56.661Z Compiling serde-big-array v0.5.1
15962025-02-24T21:01:56.912Z Compiling clap_derive v4.5.28
15972025-02-24T21:01:57.070Z Compiling rfc6979 v0.4.0
15982025-02-24T21:01:57.271Z Compiling derive-where v1.2.7
15992025-02-24T21:01:57.417Z Compiling serde_repr v0.1.19
16002025-02-24T21:01:57.465Z Compiling bstr v1.10.0
16012025-02-24T21:01:57.536Z Compiling float-cmp v0.10.0
16022025-02-24T21:01:57.561Z Compiling static_assertions v1.1.0
16032025-02-24T21:01:57.674Z Compiling number_prefix v0.4.0
16042025-02-24T21:01:57.792Z Compiling precomputed-hash v0.1.1
16052025-02-24T21:01:57.921Z Compiling bit-vec v0.6.3
16062025-02-24T21:01:57.942Z Compiling unicode-segmentation v1.12.0
16072025-02-24T21:01:58.309Z Compiling predicates-core v1.0.8
16082025-02-24T21:01:58.535Z Compiling new_debug_unreachable v1.0.6
16092025-02-24T21:01:58.644Z Compiling difflib v0.4.0
16102025-02-24T21:01:58.663Z Compiling normalize-line-endings v0.3.0
16112025-02-24T21:01:58.809Z Compiling whoami v1.5.2
16122025-02-24T21:01:58.812Z Compiling fixedbitset v0.4.2
16132025-02-24T21:01:58.998Z Compiling similar v2.6.0
16142025-02-24T21:01:59.298Z Compiling tokio-postgres v0.7.12
16152025-02-24T21:01:59.371Z Compiling petgraph v0.6.5
16162025-02-24T21:01:59.981Z Compiling predicates v3.1.3
16172025-02-24T21:02:00.427Z Compiling string_cache v0.8.7
16182025-02-24T21:02:00.897Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16192025-02-24T21:02:01.111Z Compiling bit-set v0.5.3
16202025-02-24T21:02:01.408Z Compiling indicatif v0.17.11
16212025-02-24T21:02:01.494Z Compiling clap v4.5.30
16222025-02-24T21:02:01.510Z Compiling ecdsa v0.16.9
16232025-02-24T21:02:01.611Z Compiling rsa v0.9.6
16242025-02-24T21:02:02.323Z Compiling ed25519-dalek v2.1.1
16252025-02-24T21:02:03.018Z Compiling toml v0.7.8
16262025-02-24T21:02:03.653Z Compiling zip v0.6.6
16272025-02-24T21:02:04.525Z Compiling crossterm v0.28.1
16282025-02-24T21:02:05.565Z Compiling hex v0.4.3
16292025-02-24T21:02:05.737Z Compiling x509-cert v0.2.5
16302025-02-24T21:02:05.768Z Compiling itertools v0.14.0
16312025-02-24T21:02:06.201Z Compiling itertools v0.10.5
16322025-02-24T21:02:06.540Z Compiling lalrpop-util v0.19.12
16332025-02-24T21:02:06.918Z Compiling unicode-xid v0.2.6
16342025-02-24T21:02:07.126Z Compiling peg-runtime v0.8.3
16352025-02-24T21:02:07.274Z Compiling strum_macros v0.26.4
16362025-02-24T21:02:07.716Z Compiling xattr v1.3.1
16372025-02-24T21:02:07.815Z Compiling filetime v0.2.25
16382025-02-24T21:02:08.126Z Compiling tar v0.4.42
16392025-02-24T21:02:11.952Z Compiling strum v0.26.3
16402025-02-24T21:02:14.715Z Compiling aws-lc-sys v0.22.0
16412025-02-24T21:02:42.702Z Compiling rustls-webpki v0.102.8
16422025-02-24T21:02:46.077Z Compiling tokio-rustls v0.25.0
16432025-02-24T21:02:47.744Z Compiling tokio-rustls v0.26.0
16442025-02-24T21:02:48.022Z Compiling hyper-rustls v0.27.3
16452025-02-24T21:02:48.471Z Compiling reqwest v0.12.12
16462025-02-24T21:02:49.879Z Compiling qorb v0.2.1
16472025-02-24T21:02:52.935Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16482025-02-24T21:02:53.206Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16492025-02-24T21:02:57.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16502025-02-24T21:02:57.988Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16512025-02-24T21:02:58.037ZFeb 24 21:02:57.102 INFO Starting download, target: Clickhouse
16522025-02-24T21:02:58.037ZFeb 24 21:02:57.102 INFO Starting download, target: Cockroach
16532025-02-24T21:02:58.037ZFeb 24 21:02:57.102 INFO Starting download, target: Console
16542025-02-24T21:02:58.037ZFeb 24 21:02:57.102 INFO Starting download, target: DendriteOpenapi
16552025-02-24T21:02:58.037ZFeb 24 21:02:57.102 INFO Starting download, target: DendriteStub
16562025-02-24T21:02:58.040ZFeb 24 21:02:57.102 INFO Starting download, target: MaghemiteMgd
16572025-02-24T21:02:58.040ZFeb 24 21:02:57.102 INFO Starting download, target: TransceiverControl
16582025-02-24T21:02:58.040ZFeb 24 21:02:57.103 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16592025-02-24T21:02:58.040ZFeb 24 21:02:57.103 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16602025-02-24T21:02:58.040ZFeb 24 21:02:57.103 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16612025-02-24T21:02:58.040ZFeb 24 21:02:57.103 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16622025-02-24T21:02:58.040ZFeb 24 21:02:57.104 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16632025-02-24T21:02:58.040ZFeb 24 21:02:57.104 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16642025-02-24T21:02:58.040ZFeb 24 21:02:57.104 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16652025-02-24T21:02:58.206ZFeb 24 21:02:57.272 INFO Download complete, target: DendriteOpenapi
16662025-02-24T21:02:58.233ZFeb 24 21:02:57.297 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16672025-02-24T21:02:58.542ZFeb 24 21:02:57.591 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16682025-02-24T21:02:58.747ZFeb 24 21:02:57.801 INFO Download complete, target: TransceiverControl
16692025-02-24T21:02:58.886ZFeb 24 21:02:57.950 INFO Download complete, target: Console
16702025-02-24T21:02:58.898ZFeb 24 21:02:57.958 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16712025-02-24T21:02:58.982ZFeb 24 21:02:58.046 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16722025-02-24T21:02:59.914ZFeb 24 21:02:58.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16732025-02-24T21:02:59.914ZFeb 24 21:02:58.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16742025-02-24T21:02:59.920ZFeb 24 21:02:58.986 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16752025-02-24T21:03:01.807ZFeb 24 21:03:00.871 INFO Download complete, target: DendriteStub
16762025-02-24T21:03:01.969ZFeb 24 21:03:01.034 INFO Download complete, target: MaghemiteMgd
16772025-02-24T21:03:07.305ZFeb 24 21:03:06.368 INFO Checking that binary works, target: Cockroach
16782025-02-24T21:03:07.472ZFeb 24 21:03:06.535 INFO Download complete, target: Cockroach
16792025-02-24T21:03:12.320ZFeb 24 21:03:11.381 INFO Checking that binary works, target: Clickhouse
16802025-02-24T21:03:12.466ZFeb 24 21:03:11.527 INFO Download complete, target: Clickhouse
16812025-02-24T21:03:12.473ZAll prerequisites installed successfully
16822025-02-24T21:03:12.477Z
16832025-02-24T21:03:12.477Zreal 4:35.114653376
16842025-02-24T21:03:12.477Zuser 15:50.762360634
16852025-02-24T21:03:12.477Zsys 2:06.382560065
16862025-02-24T21:03:12.477Ztrap 0.564659119
16872025-02-24T21:03:12.477Ztflt 0.836588755
16882025-02-24T21:03:12.477Zdflt 1.031522872
16892025-02-24T21:03:12.477Zkflt 0.024336776
16902025-02-24T21:03:12.477Zlock 27:03.344775829
16912025-02-24T21:03:12.477Zslp 55:57.156856792
16922025-02-24T21:03:12.477Zlat 58.966445234
16932025-02-24T21:03:12.477Zstop 2:28.155695025
16942025-02-24T21:03:12.477Z+ source ./tools/include/force-git-over-https.sh
16952025-02-24T21:03:12.477Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16962025-02-24T21:03:12.477Z++ (( i = 0 ))
16972025-02-24T21:03:12.477Z++ (( i < 5 ))
16982025-02-24T21:03:12.477Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16992025-02-24T21:03:12.480Z++ (( i++ ))
17002025-02-24T21:03:12.480Z++ (( i < 5 ))
17012025-02-24T21:03:12.480Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17022025-02-24T21:03:12.483Z++ (( i++ ))
17032025-02-24T21:03:12.483Z++ (( i < 5 ))
17042025-02-24T21:03:12.483Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17052025-02-24T21:03:12.487Z++ (( i++ ))
17062025-02-24T21:03:12.487Z++ (( i < 5 ))
17072025-02-24T21:03:12.487Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17082025-02-24T21:03:12.490Z++ (( i++ ))
17092025-02-24T21:03:12.490Z++ (( i < 5 ))
17102025-02-24T21:03:12.490Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17112025-02-24T21:03:12.493Z++ (( i++ ))
17122025-02-24T21:03:12.493Z++ (( i < 5 ))
17132025-02-24T21:03:12.493Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17142025-02-24T21:03:12.493Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17152025-02-24T21:03:12.493Z+ rc=0
17162025-02-24T21:03:12.493Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17172025-02-24T21:03:46.589Z+ case $rc in
17182025-02-24T21:03:46.589Z+ pfexec zfs create -p rpool/images/build/host
17192025-02-24T21:03:46.898Z+ pfexec zfs create -p rpool/images/build/recovery
17202025-02-24T21:03:46.966Z+ cargo xtask releng --output-dir /work
17212025-02-24T21:03:47.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17222025-02-24T21:03:47.563Z Running `target/debug/xtask releng --output-dir /work`
17232025-02-24T21:03:48.587Z Compiling proc-macro2 v1.0.93
17242025-02-24T21:03:48.587Z Compiling unicode-ident v1.0.14
17252025-02-24T21:03:48.598Z Compiling libc v0.2.170
17262025-02-24T21:03:48.598Z Compiling serde v1.0.218
17272025-02-24T21:03:48.598Z Compiling autocfg v1.4.0
17282025-02-24T21:03:48.598Z Compiling version_check v0.9.5
17292025-02-24T21:03:48.598Z Compiling cfg-if v1.0.0
17302025-02-24T21:03:48.924Z Compiling memchr v2.7.4
17312025-02-24T21:03:49.019Z Compiling typenum v1.17.0
17322025-02-24T21:03:49.026Z Compiling shlex v1.3.0
17332025-02-24T21:03:49.424Z Compiling generic-array v0.14.7
17342025-02-24T21:03:49.439Z Compiling value-bag v1.9.0
17352025-02-24T21:03:49.467Z Compiling lock_api v0.4.12
17362025-02-24T21:03:49.695Z Compiling scopeguard v1.2.0
17372025-02-24T21:03:49.873Z Compiling parking_lot_core v0.9.10
17382025-02-24T21:03:49.941Z Compiling log v0.4.22
17392025-02-24T21:03:50.308Z Compiling rustix v0.38.37
17402025-02-24T21:03:50.325Z Compiling serde_json v1.0.139
17412025-02-24T21:03:50.467Z Compiling quote v1.0.38
17422025-02-24T21:03:50.678Z Compiling jobserver v0.1.32
17432025-02-24T21:03:50.706Z Compiling getrandom v0.2.15
17442025-02-24T21:03:50.900Z Compiling syn v2.0.96
17452025-02-24T21:03:50.923Z Compiling libm v0.2.8
17462025-02-24T21:03:51.016Z Compiling num-traits v0.2.19
17472025-02-24T21:03:51.048Z Compiling once_cell v1.20.3
17482025-02-24T21:03:51.076Z Compiling cc v1.2.15
17492025-02-24T21:03:51.132Z Compiling slab v0.4.9
17502025-02-24T21:03:51.361Z Compiling thiserror v1.0.69
17512025-02-24T21:03:51.416Z Compiling semver v1.0.25
17522025-02-24T21:03:51.468Z Compiling itoa v1.0.11
17532025-02-24T21:03:51.552Z Compiling aho-corasick v1.1.3
17542025-02-24T21:03:51.996Z Compiling regex-syntax v0.8.5
17552025-02-24T21:03:52.063Z Compiling spin v0.9.8
17562025-02-24T21:03:52.142Z Compiling byteorder v1.5.0
17572025-02-24T21:03:52.689Z Compiling errno v0.3.9
17582025-02-24T21:03:52.740Z Compiling either v1.13.0
17592025-02-24T21:03:52.842Z Compiling glob v0.3.2
17602025-02-24T21:03:52.929Z Compiling rand_core v0.6.4
17612025-02-24T21:03:53.212Z Compiling subtle v2.6.1
17622025-02-24T21:03:53.404Z Compiling prettyplease v0.2.29
17632025-02-24T21:03:53.556Z Compiling lazy_static v1.5.0
17642025-02-24T21:03:53.615Z Compiling clang-sys v1.8.1
17652025-02-24T21:03:53.785Z Compiling minimal-lexical v0.2.1
17662025-02-24T21:03:57.926Z Compiling nom v7.1.3
17672025-02-24T21:03:57.980Z Compiling libloading v0.8.5
17682025-02-24T21:03:57.980Z Compiling home v0.5.9
17692025-02-24T21:03:57.980Z Compiling smallvec v1.14.0
17702025-02-24T21:03:57.980Z Compiling bindgen v0.69.5
17712025-02-24T21:03:57.980Z Compiling itertools v0.12.1
17722025-02-24T21:03:57.981Z Compiling lazycell v1.3.0
17732025-02-24T21:03:57.981Z Compiling rustc-hash v1.1.0
17742025-02-24T21:03:57.981Z Compiling cmake v0.1.51
17752025-02-24T21:03:57.981Z Compiling regex-automata v0.4.8
17762025-02-24T21:03:57.981Z Compiling pkg-config v0.3.31
17772025-02-24T21:03:57.981Z Compiling fs_extra v1.3.0
17782025-02-24T21:03:58.050Z Compiling cexpr v0.6.0
17792025-02-24T21:03:58.051Z Compiling dunce v1.0.5
17802025-02-24T21:03:58.098Z Compiling ring v0.17.11
17812025-02-24T21:03:58.233Z Compiling paste v1.0.15
17822025-02-24T21:03:58.296Z Compiling heck v0.5.0
17832025-02-24T21:03:58.638Z Compiling synstructure v0.13.1
17842025-02-24T21:03:59.135Z Compiling ryu v1.0.18
17852025-02-24T21:03:59.510Z Compiling pin-project-lite v0.2.14
17862025-02-24T21:03:59.543Z Compiling httparse v1.9.5
17872025-02-24T21:03:59.687Z Compiling aws-lc-rs v1.10.0
17882025-02-24T21:04:00.073Z Compiling const-oid v0.9.6
17892025-02-24T21:04:00.311Z Compiling futures-core v0.3.31
17902025-02-24T21:04:00.401Z Compiling allocator-api2 v0.2.18
17912025-02-24T21:04:01.265Z Compiling signal-hook-registry v1.4.2
17922025-02-24T21:04:02.245Z Compiling parking_lot v0.12.3
17932025-02-24T21:04:02.288Z Compiling mio v1.0.2
17942025-02-24T21:04:02.725Z Compiling regex v1.11.1
17952025-02-24T21:04:02.802Z Compiling time-core v0.1.2
17962025-02-24T21:04:02.918Z Compiling serde_derive v1.0.218
17972025-02-24T21:04:03.038Z Compiling zeroize_derive v1.4.2
17982025-02-24T21:04:03.520Z Compiling zerocopy-derive v0.7.35
17992025-02-24T21:04:03.885Z Compiling tokio-macros v2.5.0
18002025-02-24T21:04:04.213Z Compiling thiserror-impl v1.0.69
18012025-02-24T21:04:04.439Z Compiling zerofrom-derive v0.1.4
18022025-02-24T21:04:04.540Z Compiling yoke-derive v0.7.4
18032025-02-24T21:04:04.595Z Compiling zeroize v1.8.1
18042025-02-24T21:04:05.526Z Compiling futures-macro v0.3.31
18052025-02-24T21:04:05.562Z Compiling zerovec-derive v0.10.3
18062025-02-24T21:04:05.626Z Compiling displaydoc v0.2.5
18072025-02-24T21:04:06.631Z Compiling zerocopy v0.7.35
18082025-02-24T21:04:07.255Z Compiling icu_provider_macros v1.5.0
18092025-02-24T21:04:07.748Z Compiling tracing-attributes v0.1.27
18102025-02-24T21:04:08.134Z Compiling der_derive v0.7.3
18112025-02-24T21:04:08.186Z Compiling num-conv v0.1.0
18122025-02-24T21:04:08.469Z Compiling crypto-common v0.1.6
18132025-02-24T21:04:08.509Z Compiling block-buffer v0.10.4
18142025-02-24T21:04:08.789Z Compiling digest v0.10.7
18152025-02-24T21:04:08.827Z Compiling time-macros v0.2.18
18162025-02-24T21:04:08.864Z Compiling crossbeam-utils v0.8.20
18172025-02-24T21:04:09.246Z Compiling schemars v0.8.21
18182025-02-24T21:04:09.433Z Compiling vcpkg v0.2.15
18192025-02-24T21:04:09.472Z Compiling serde_derive_internals v0.29.1
18202025-02-24T21:04:09.683Z Compiling socket2 v0.5.8
18212025-02-24T21:04:10.827Z Compiling openssl-sys v0.9.106
18222025-02-24T21:04:11.480Z Compiling schemars_derive v0.8.21
18232025-02-24T21:04:11.906Z Compiling futures-sink v0.3.31
18242025-02-24T21:04:12.067Z Compiling fnv v1.0.7
18252025-02-24T21:04:13.247Z Compiling ahash v0.8.11
18262025-02-24T21:04:13.426Z Compiling stable_deref_trait v1.2.0
18272025-02-24T21:04:13.620Z Compiling foldhash v0.1.3
18282025-02-24T21:04:13.861Z Compiling equivalent v1.0.1
18292025-02-24T21:04:14.068Z Compiling cpufeatures v0.2.14
18302025-02-24T21:04:14.177Z Compiling hashbrown v0.15.1
18312025-02-24T21:04:14.469Z Compiling slog v2.7.0
18322025-02-24T21:04:14.704Z Compiling futures-channel v0.3.31
18332025-02-24T21:04:14.749Z Compiling zerofrom v0.1.4
18342025-02-24T21:04:15.136Z Compiling futures-io v0.3.31
18352025-02-24T21:04:15.211Z Compiling pin-utils v0.1.0
18362025-02-24T21:04:15.260Z Compiling futures-task v0.3.31
18372025-02-24T21:04:15.398Z Compiling yoke v0.7.4
18382025-02-24T21:04:15.570Z Compiling futures-util v0.3.31
18392025-02-24T21:04:15.649Z Compiling openssl v0.10.71
18402025-02-24T21:04:15.893Z Compiling bitflags v2.6.0
18412025-02-24T21:04:15.988Z Compiling bytes v1.9.0
18422025-02-24T21:04:16.241Z Compiling indexmap v2.7.1
18432025-02-24T21:04:16.395Z Compiling serde_tokenstream v0.2.2
18442025-02-24T21:04:17.252Z Compiling tokio v1.43.0
18452025-02-24T21:04:18.967Z Compiling http v1.2.0
18462025-02-24T21:04:19.464Z Compiling zerovec v0.10.4
18472025-02-24T21:04:20.130Z Compiling scroll_derive v0.12.0
18482025-02-24T21:04:21.298Z Compiling which v4.4.2
18492025-02-24T21:04:21.907Z Compiling ucd-trie v0.1.7
18502025-02-24T21:04:22.328Z Compiling pest v2.7.14
18512025-02-24T21:04:22.841Z Compiling rustc_version v0.4.1
18522025-02-24T21:04:24.232Z Compiling uuid v1.12.0
18532025-02-24T21:04:25.109Z Compiling hmac v0.12.1
18542025-02-24T21:04:25.402Z Compiling openssl-macros v0.1.1
18552025-02-24T21:04:25.662Z Compiling rustls v0.23.19
18562025-02-24T21:04:25.707Z Compiling zerocopy v0.8.10
18572025-02-24T21:04:26.122Z Compiling getrandom v0.3.1
18582025-02-24T21:04:26.279Z Compiling native-tls v0.2.12
18592025-02-24T21:04:26.490Z Compiling iana-time-zone v0.1.61
18602025-02-24T21:04:26.656Z Compiling pest_meta v2.7.14
18612025-02-24T21:04:26.730Z Compiling tinystr v0.7.6
18622025-02-24T21:04:27.041Z Compiling chrono v0.4.39
18632025-02-24T21:04:27.243Z Compiling block-padding v0.3.3
18642025-02-24T21:04:27.523Z Compiling litemap v0.7.3
18652025-02-24T21:04:27.616Z Compiling writeable v0.5.5
18662025-02-24T21:04:28.111Z Compiling icu_locid v1.5.0
18672025-02-24T21:04:28.688Z Compiling pest_generator v2.7.14
18682025-02-24T21:04:28.855Z Compiling inout v0.1.3
18692025-02-24T21:04:29.796Z Compiling ppv-lite86 v0.2.20
18702025-02-24T21:04:30.439Z Compiling zerocopy-derive v0.8.10
18712025-02-24T21:04:30.557Z Compiling cookie v0.18.1
18722025-02-24T21:04:31.098Z Compiling pest_derive v2.7.14
18732025-02-24T21:04:32.203Z Compiling icu_provider v1.5.0
18742025-02-24T21:04:33.133Z Compiling cipher v0.4.4
18752025-02-24T21:04:33.563Z Compiling sha2 v0.10.8
18762025-02-24T21:04:34.108Z Compiling async-trait v0.1.86
18772025-02-24T21:04:34.584Z Compiling tracing-core v0.1.32
18782025-02-24T21:04:34.658Z Compiling usdt-impl v0.5.0
18792025-02-24T21:04:34.780Z Compiling aws-lc-sys v0.22.0
18802025-02-24T21:04:35.089Z Compiling dyn-clone v1.0.18
18812025-02-24T21:04:35.391Z Compiling icu_locid_transform_data v1.5.0
18822025-02-24T21:04:35.540Z Compiling percent-encoding v2.3.1
18832025-02-24T21:04:36.102Z Compiling rustls-pki-types v1.10.0
18842025-02-24T21:04:36.277Z Compiling base64ct v1.6.0
18852025-02-24T21:04:36.465Z Compiling tracing v0.1.40
18862025-02-24T21:04:36.985Z Compiling pem-rfc7468 v0.7.0
18872025-02-24T21:04:37.008Z Compiling icu_locid_transform v1.5.0
18882025-02-24T21:04:40.273Z Compiling tokio-util v0.7.12
18892025-02-24T21:04:40.525Z Compiling scroll v0.12.0
18902025-02-24T21:04:40.699Z Compiling icu_collections v1.5.0
18912025-02-24T21:04:43.010Z Compiling syn v1.0.109
18922025-02-24T21:04:43.465Z Compiling plain v0.2.3
18932025-02-24T21:04:43.614Z Compiling untrusted v0.9.0
18942025-02-24T21:04:43.639Z Compiling camino v1.1.9
18952025-02-24T21:04:43.664Z Compiling flagset v0.4.6
18962025-02-24T21:04:43.814Z Compiling powerfmt v0.2.0
18972025-02-24T21:04:44.003Z Compiling icu_properties_data v1.5.0
18982025-02-24T21:04:44.178Z Compiling untrusted v0.7.1
18992025-02-24T21:04:44.287Z Compiling mirai-annotations v1.12.0
19002025-02-24T21:04:44.309Z Compiling icu_properties v1.5.1
19012025-02-24T21:04:44.389Z Compiling deranged v0.3.11
19022025-02-24T21:04:46.170Z Compiling der v0.7.9
19032025-02-24T21:04:46.701Z Compiling goblin v0.8.2
19042025-02-24T21:04:50.576Z Compiling icu_normalizer_data v1.5.0
19052025-02-24T21:04:50.895Z Compiling litrs v0.4.1
19062025-02-24T21:04:51.019Z Compiling utf8_iter v1.0.4
19072025-02-24T21:04:51.738Z Compiling write16 v1.0.0
19082025-02-24T21:04:51.806Z Compiling utf16_iter v1.0.5
19092025-02-24T21:04:52.038Z Compiling pretty-hex v0.4.1
19102025-02-24T21:04:52.124Z Compiling rustls v0.22.4
19112025-02-24T21:04:52.255Z Compiling atomic-waker v1.1.2
19122025-02-24T21:04:52.350Z Compiling rayon-core v1.12.1
19132025-02-24T21:04:52.548Z Compiling num_threads v0.1.7
19142025-02-24T21:04:52.801Z Compiling time v0.3.36
19152025-02-24T21:04:53.089Z Compiling dof v0.3.0
19162025-02-24T21:04:53.183Z Compiling icu_normalizer v1.5.0
19172025-02-24T21:04:54.743Z Compiling document-features v0.2.10
19182025-02-24T21:04:56.341Z Compiling spki v0.7.3
19192025-02-24T21:04:56.807Z Compiling form_urlencoded v1.2.1
19202025-02-24T21:04:57.200Z Compiling salsa20 v0.10.2
19212025-02-24T21:04:57.499Z Compiling dtrace-parser v0.2.0
19222025-02-24T21:04:57.872Z Compiling pbkdf2 v0.12.2
19232025-02-24T21:04:58.108Z Compiling http-body v1.0.1
19242025-02-24T21:04:58.590Z Compiling bzip2-sys v0.1.11+1.0.8
19252025-02-24T21:04:58.811Z Compiling thread-id v4.2.2
19262025-02-24T21:04:59.252Z Compiling try-lock v0.2.5
19272025-02-24T21:05:01.522Z Compiling want v0.3.1
19282025-02-24T21:05:02.348Z Compiling scrypt v0.11.0
19292025-02-24T21:05:03.077Z Compiling idna_adapter v1.2.0
19302025-02-24T21:05:03.124Z Compiling h2 v0.4.6
19312025-02-24T21:05:03.175Z Compiling cbc v0.1.2
19322025-02-24T21:05:03.441Z Compiling aes v0.8.4
19332025-02-24T21:05:03.497Z Compiling rand_chacha v0.3.1
19342025-02-24T21:05:04.761Z Compiling multer v3.1.0
19352025-02-24T21:05:04.848Z Compiling slog-async v2.8.0
19362025-02-24T21:05:05.184Z Compiling base64 v0.22.1
19372025-02-24T21:05:05.311Z Compiling httpdate v1.0.3
19382025-02-24T21:05:05.963Z Compiling tinyvec_macros v0.1.1
19392025-02-24T21:05:06.078Z Compiling tower-service v0.3.3
19402025-02-24T21:05:06.229Z Compiling tinyvec v1.8.0
19412025-02-24T21:05:08.973Z Compiling pkcs5 v0.7.1
19422025-02-24T21:05:10.147Z Compiling rand v0.8.5
19432025-02-24T21:05:11.002Z Compiling idna v1.0.3
19442025-02-24T21:05:12.512Z Compiling hyper v1.5.2
19452025-02-24T21:05:14.309Z Compiling heapless v0.7.17
19462025-02-24T21:05:15.231Z Compiling zerocopy-derive v0.6.6
19472025-02-24T21:05:15.713Z Compiling signal-hook v0.3.17
19482025-02-24T21:05:16.079Z Compiling anyhow v1.0.96
19492025-02-24T21:05:16.626Z Compiling num-bigint-dig v0.8.4
19502025-02-24T21:05:17.203Z Compiling hyper-util v0.1.10
19512025-02-24T21:05:19.460Z Compiling pkcs8 v0.10.2
19522025-02-24T21:05:20.858Z Compiling usdt-attr-macro v0.5.0
19532025-02-24T21:05:22.441Z Compiling usdt-macro v0.5.0
19542025-02-24T21:05:23.672Z Compiling async-stream-impl v0.3.6
19552025-02-24T21:05:23.901Z Compiling strsim v0.11.1
19562025-02-24T21:05:24.174Z Compiling foreign-types-shared v0.1.1
19572025-02-24T21:05:24.694Z Compiling rustversion v1.0.17
19582025-02-24T21:05:24.746Z Compiling foreign-types v0.3.2
19592025-02-24T21:05:26.090Z Compiling url v2.5.3
19602025-02-24T21:05:27.671Z Compiling http-body-util v0.1.2
19612025-02-24T21:05:28.287Z Compiling curve25519-dalek v4.1.3
19622025-02-24T21:05:28.332Z Compiling openapiv3 v2.0.0
19632025-02-24T21:05:28.578Z Compiling toml_datetime v0.6.8
19642025-02-24T21:05:29.045Z Compiling serde_spanned v0.6.8
19652025-02-24T21:05:29.391Z Compiling enum-as-inner v0.6.1
19662025-02-24T21:05:30.831Z Compiling memoffset v0.9.1
19672025-02-24T21:05:30.946Z Compiling dropshot v0.12.0
19682025-02-24T21:05:31.185Z Compiling encoding_rs v0.8.34
19692025-02-24T21:05:31.328Z Compiling smoltcp v0.9.1
19702025-02-24T21:05:32.196Z Compiling mime v0.3.17
19712025-02-24T21:05:32.236Z Compiling newtype-uuid v1.2.1
19722025-02-24T21:05:32.258Z Compiling match_cfg v0.1.0
19732025-02-24T21:05:32.392Z Compiling portable-atomic v1.9.0
19742025-02-24T21:05:32.577Z Compiling adler2 v2.0.0
19752025-02-24T21:05:33.260Z Compiling miniz_oxide v0.8.0
19762025-02-24T21:05:33.284Z Compiling hostname v0.3.1
19772025-02-24T21:05:35.803Z Compiling rand_core v0.9.2
19782025-02-24T21:05:46.629Z Compiling serde_urlencoded v0.7.1
19792025-02-24T21:05:47.278Z Compiling rustls-pemfile v2.2.0
19802025-02-24T21:05:47.459Z Compiling clap_derive v4.5.28
19812025-02-24T21:05:48.095Z Compiling dirs-sys-next v0.1.2
19822025-02-24T21:05:48.742Z Compiling siphasher v0.3.11
19832025-02-24T21:05:49.157Z Compiling openssl-probe v0.1.5
19842025-02-24T21:05:49.883Z Compiling ipnet v2.10.1
19852025-02-24T21:05:51.892Z Compiling rustls-webpki v0.102.8
19862025-02-24T21:05:52.235Z Compiling cfg_aliases v0.2.1
19872025-02-24T21:05:52.367Z Compiling data-encoding v2.6.0
19882025-02-24T21:05:52.728Z Compiling nix v0.29.0
19892025-02-24T21:05:53.661Z Compiling dirs-next v2.0.0
19902025-02-24T21:05:54.182Z Compiling rand_chacha v0.9.0
19912025-02-24T21:05:55.175Z Compiling hubpack_derive v0.1.1
19922025-02-24T21:05:55.296Z Compiling unicode-normalization v0.1.24
19932025-02-24T21:05:56.141Z Compiling crossbeam-epoch v0.9.18
19942025-02-24T21:05:56.798Z Compiling dropshot_endpoint v0.12.0
19952025-02-24T21:05:57.137Z Compiling sha1 v0.10.6
19962025-02-24T21:05:57.265Z Compiling signature v2.2.0
19972025-02-24T21:05:57.558Z Compiling curve25519-dalek-derive v0.1.1
19982025-02-24T21:05:57.581Z Compiling thread_local v1.1.8
19992025-02-24T21:05:57.712Z Compiling fs-err v2.11.0
20002025-02-24T21:05:58.237Z Compiling utf8parse v0.2.2
20012025-02-24T21:05:58.479Z Compiling unicode-properties v0.1.3
20022025-02-24T21:05:59.019Z Compiling psl-types v2.0.11
20032025-02-24T21:05:59.087Z Compiling winnow v0.6.20
20042025-02-24T21:05:59.917Z Compiling gimli v0.31.1
20052025-02-24T21:06:01.160Z Compiling anstyle v1.0.10
20062025-02-24T21:06:01.621Z Compiling unicode-bidi v0.3.17
20072025-02-24T21:06:02.780Z Compiling toml_edit v0.22.22
20082025-02-24T21:06:02.812Z Compiling stringprep v0.1.5
20092025-02-24T21:06:02.815Z Compiling publicsuffix v2.3.0
20102025-02-24T21:06:02.944Z Compiling anstyle-parse v0.2.5
20112025-02-24T21:06:03.290Z Compiling crossbeam-deque v0.8.5
20122025-02-24T21:06:03.687Z Compiling rand v0.9.0
20132025-02-24T21:06:04.875Z Compiling addr2line v0.24.2
20142025-02-24T21:06:05.561Z Compiling tokio-native-tls v0.3.1
20152025-02-24T21:06:05.793Z Compiling term v0.7.0
20162025-02-24T21:06:05.892Z Compiling slog-json v2.6.1
20172025-02-24T21:06:06.995Z Compiling crossbeam-channel v0.5.13
20182025-02-24T21:06:08.431Z Compiling webpki-roots v0.26.6
20192025-02-24T21:06:08.668Z Compiling futures-executor v0.3.31
20202025-02-24T21:06:08.727Z Compiling num-integer v0.1.46
20212025-02-24T21:06:09.125Z Compiling md-5 v0.10.6
20222025-02-24T21:06:09.148Z Compiling sync_wrapper v1.0.1
20232025-02-24T21:06:09.337Z Compiling ff v0.13.0
20242025-02-24T21:06:09.399Z Compiling hash32 v0.2.1
20252025-02-24T21:06:09.421Z Compiling is-terminal v0.4.13
20262025-02-24T21:06:09.572Z Compiling memmap v0.7.0
20272025-02-24T21:06:09.595Z Compiling object v0.36.5
20282025-02-24T21:06:09.753Z Compiling rustc-demangle v0.1.24
20292025-02-24T21:06:09.878Z Compiling base16ct v0.2.0
20302025-02-24T21:06:10.205Z Compiling fallible-iterator v0.2.0
20312025-02-24T21:06:10.579Z Compiling heck v0.4.1
20322025-02-24T21:06:10.984Z Compiling quick-error v1.2.3
20332025-02-24T21:06:11.072Z Compiling is_terminal_polyfill v1.70.1
20342025-02-24T21:06:11.141Z Compiling tower-layer v0.3.3
20352025-02-24T21:06:11.161Z Compiling take_mut v0.2.2
20362025-02-24T21:06:11.222Z Compiling anstyle-query v1.1.1
20372025-02-24T21:06:11.339Z Compiling colorchoice v1.0.2
20382025-02-24T21:06:11.400Z Compiling linked-hash-map v0.5.6
20392025-02-24T21:06:11.536Z Compiling utf-8 v0.7.6
20402025-02-24T21:06:11.566Z Compiling tokio-rustls v0.26.0
20412025-02-24T21:06:11.776Z Compiling lru-cache v0.1.2
20422025-02-24T21:06:11.879Z Compiling tungstenite v0.24.0
20432025-02-24T21:06:12.003Z Compiling tower v0.5.2
20442025-02-24T21:06:12.071Z Compiling anstream v0.6.15
20452025-02-24T21:06:12.985Z Compiling resolv-conf v0.7.0
20462025-02-24T21:06:13.630Z Compiling strum_macros v0.25.3
20472025-02-24T21:06:13.694Z Compiling postgres-protocol v0.6.8
20482025-02-24T21:06:13.917Z Compiling sec1 v0.7.3
20492025-02-24T21:06:14.513Z Compiling usdt v0.5.0
20502025-02-24T21:06:14.974Z Compiling group v0.13.0
20512025-02-24T21:06:15.307Z Compiling slog-term v2.9.1
20522025-02-24T21:06:15.940Z Compiling num-iter v0.1.45
20532025-02-24T21:06:16.157Z Compiling futures v0.3.31
20542025-02-24T21:06:16.295Z Compiling backtrace v0.3.74
20552025-02-24T21:06:16.970Z Compiling tokio-rustls v0.25.0
20562025-02-24T21:06:17.491Z Compiling toml v0.8.19
20572025-02-24T21:06:18.092Z Compiling slog-bunyan v2.5.0
20582025-02-24T21:06:18.120Z Compiling hyper-tls v0.6.0
20592025-02-24T21:06:18.214Z Compiling cookie_store v0.21.1
20602025-02-24T21:06:18.570Z Compiling hickory-proto v0.24.3
20612025-02-24T21:06:18.603Z Compiling phf_shared v0.11.2
20622025-02-24T21:06:18.984Z Compiling async-stream v0.3.6
20632025-02-24T21:06:19.047Z Compiling waitgroup v0.1.2
20642025-02-24T21:06:19.291Z Compiling hashbrown v0.14.5
20652025-02-24T21:06:19.493Z Compiling hkdf v0.12.4
20662025-02-24T21:06:19.548Z Compiling terminal_size v0.4.0
20672025-02-24T21:06:19.735Z Compiling serde_path_to_error v0.1.16
20682025-02-24T21:06:19.986Z Compiling crypto-bigint v0.5.5
20692025-02-24T21:06:20.127Z Compiling serde_repr v0.1.19
20702025-02-24T21:06:20.525Z Compiling derive-where v1.2.7
20712025-02-24T21:06:20.715Z Compiling hostname v0.4.0
20722025-02-24T21:06:20.951Z Compiling crc32fast v1.4.2
20732025-02-24T21:06:21.302Z Compiling clap_lex v0.7.4
20742025-02-24T21:06:21.782Z Compiling debug-ignore v1.0.5
20752025-02-24T21:06:21.972Z Compiling managed v0.8.0
20762025-02-24T21:06:22.447Z Compiling unicode-width v0.2.0
20772025-02-24T21:06:23.140Z Compiling winnow v0.5.40
20782025-02-24T21:06:23.171Z Compiling bitflags v1.3.2
20792025-02-24T21:06:23.470Z Compiling console v0.15.10
20802025-02-24T21:06:24.061Z Compiling hickory-resolver v0.24.3
20812025-02-24T21:06:24.588Z Compiling elliptic-curve v0.13.8
20822025-02-24T21:06:26.555Z Compiling toml_edit v0.19.15
20832025-02-24T21:06:26.708Z Compiling clap_builder v4.5.30
20842025-02-24T21:06:29.158Z Compiling flate2 v1.0.35
20852025-02-24T21:06:29.657Z Compiling regress v0.10.1
20862025-02-24T21:06:33.593Z Compiling hyper-rustls v0.27.3
20872025-02-24T21:06:34.444Z Compiling phf v0.11.2
20882025-02-24T21:06:35.161Z Compiling signal-hook-mio v0.2.4
20892025-02-24T21:06:35.361Z Compiling rayon v1.10.0
20902025-02-24T21:06:36.537Z Compiling bzip2 v0.4.4
20912025-02-24T21:06:36.764Z Compiling postgres-types v0.2.8
20922025-02-24T21:06:36.946Z Compiling tokio-tungstenite v0.24.0
20932025-02-24T21:06:37.121Z Compiling ed25519 v2.2.3
20942025-02-24T21:06:37.166Z Compiling hubpack v0.1.2
20952025-02-24T21:06:37.233Z Compiling phf_shared v0.10.0
20962025-02-24T21:06:37.637Z Compiling pkcs1 v0.7.5
20972025-02-24T21:06:37.679Z Compiling zerocopy v0.6.6
20982025-02-24T21:06:37.950Z Compiling tokio-stream v0.1.16
20992025-02-24T21:06:38.488Z Compiling rfc6979 v0.4.0
21002025-02-24T21:06:38.780Z Compiling serde-big-array v0.5.1
21012025-02-24T21:06:38.935Z Compiling float-cmp v0.10.0
21022025-02-24T21:06:39.049Z Compiling bstr v1.10.0
21032025-02-24T21:06:39.319Z Compiling whoami v1.5.2
21042025-02-24T21:06:39.469Z Compiling unicode-segmentation v1.12.0
21052025-02-24T21:06:39.821Z Compiling precomputed-hash v0.1.1
21062025-02-24T21:06:39.998Z Compiling normalize-line-endings v0.3.0
21072025-02-24T21:06:40.160Z Compiling new_debug_unreachable v1.0.6
21082025-02-24T21:06:40.282Z Compiling predicates-core v1.0.8
21092025-02-24T21:06:40.321Z Compiling static_assertions v1.1.0
21102025-02-24T21:06:40.469Z Compiling fixedbitset v0.4.2
21112025-02-24T21:06:40.492Z Compiling bit-vec v0.6.3
21122025-02-24T21:06:40.584Z Compiling difflib v0.4.0
21132025-02-24T21:06:40.721Z Compiling number_prefix v0.4.0
21142025-02-24T21:06:40.903Z Compiling bit-set v0.5.3
21152025-02-24T21:06:40.970Z Compiling indicatif v0.17.11
21162025-02-24T21:06:41.202Z Compiling predicates v3.1.3
21172025-02-24T21:06:41.332Z Compiling petgraph v0.6.5
21182025-02-24T21:06:43.774Z Compiling reqwest v0.12.12
21192025-02-24T21:06:44.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21202025-02-24T21:06:44.373Z Compiling string_cache v0.8.7
21212025-02-24T21:06:45.099Z Compiling similar v2.6.0
21222025-02-24T21:06:45.760Z Compiling tokio-postgres v0.7.12
21232025-02-24T21:06:46.950Z Compiling qorb v0.2.1
21242025-02-24T21:06:47.210Z Compiling ecdsa v0.16.9
21252025-02-24T21:06:47.829Z Compiling rsa v0.9.6
21262025-02-24T21:06:48.036Z Compiling ed25519-dalek v2.1.1
21272025-02-24T21:06:49.281Z Compiling zip v0.6.6
21282025-02-24T21:06:50.120Z Compiling crossterm v0.28.1
21292025-02-24T21:06:50.481Z Compiling typify-impl v0.2.0
21302025-02-24T21:06:50.969Z Compiling clap v4.5.30
21312025-02-24T21:06:51.044Z Compiling toml v0.7.8
21322025-02-24T21:06:53.439Z Compiling x509-cert v0.2.5
21332025-02-24T21:06:54.851Z Compiling hex v0.4.3
21342025-02-24T21:06:57.560Z Compiling itertools v0.14.0
21352025-02-24T21:06:57.870Z Compiling itertools v0.10.5
21362025-02-24T21:06:59.833Z Compiling unicode-xid v0.2.6
21372025-02-24T21:07:00.354Z Compiling lalrpop-util v0.19.12
21382025-02-24T21:07:01.162Z Compiling peg-runtime v0.8.3
21392025-02-24T21:07:02.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21402025-02-24T21:07:03.037Z Compiling typify-macro v0.2.0
21412025-02-24T21:07:29.569Z Compiling radium v0.7.0
21422025-02-24T21:07:37.050Z Compiling ident_case v1.0.1
21432025-02-24T21:07:37.269Z Compiling maybe-uninit v2.0.0
21442025-02-24T21:07:38.323Z Compiling tap v1.0.1
21452025-02-24T21:07:39.266Z Compiling wyz v0.5.1
21462025-02-24T21:07:42.121Z Compiling darling_core v0.20.10
21472025-02-24T21:07:49.697Z Compiling typify v0.2.0
21482025-02-24T21:07:53.265Z Compiling packed_struct v0.10.1
21492025-02-24T21:07:53.840Z Compiling unsafe-libyaml v0.2.11
21502025-02-24T21:07:53.919Z Compiling funty v2.0.0
21512025-02-24T21:07:55.567Z Compiling serde_yaml v0.9.34+deprecated
21522025-02-24T21:07:56.751Z Compiling bitvec v1.0.1
21532025-02-24T21:08:08.031Z Compiling progenitor-impl v0.8.0
21542025-02-24T21:08:08.773Z Compiling darling_macro v0.20.10
21552025-02-24T21:08:13.364Z Compiling ipnetwork v0.21.1
21562025-02-24T21:08:13.491Z Compiling packed_struct_codegen v0.10.1
21572025-02-24T21:08:14.023Z Compiling structmeta-derive v0.3.0
21582025-02-24T21:08:15.895Z Compiling indexmap v1.9.3
21592025-02-24T21:08:15.937Z Compiling nodrop v0.1.14
21602025-02-24T21:08:16.102Z Compiling thiserror v2.0.11
21612025-02-24T21:08:16.702Z Compiling crc-catalog v2.4.0
21622025-02-24T21:08:16.725Z Compiling fastrand v2.1.1
21632025-02-24T21:08:16.894Z Compiling crc v3.2.1
21642025-02-24T21:08:17.156Z Compiling tempfile v3.13.0
21652025-02-24T21:08:17.541Z Compiling structmeta v0.3.0
21662025-02-24T21:08:17.738Z Compiling array-init v0.0.4
21672025-02-24T21:08:17.806Z Compiling progenitor-macro v0.8.0
21682025-02-24T21:08:17.911Z Compiling oxnet v0.1.0
21692025-02-24T21:08:18.837Z Compiling darling v0.20.10
21702025-02-24T21:08:18.881Z Compiling smallvec v0.6.14
21712025-02-24T21:08:19.144Z Compiling progenitor-client v0.8.0
21722025-02-24T21:08:19.393Z Compiling xattr v1.3.1
21732025-02-24T21:08:19.754Z Compiling daft-derive v0.1.1
21742025-02-24T21:08:20.061Z Compiling thiserror-impl v2.0.11
21752025-02-24T21:08:21.267Z Compiling pin-project-internal v1.1.6
21762025-02-24T21:08:21.542Z Compiling filetime v0.2.25
21772025-02-24T21:08:21.922Z Compiling dropshot v0.15.1
21782025-02-24T21:08:21.945Z Compiling termcolor v1.4.1
21792025-02-24T21:08:22.303Z Compiling bitfield v0.14.0
21802025-02-24T21:08:22.633Z Compiling same-file v1.0.6
21812025-02-24T21:08:22.961Z Compiling base64 v0.21.7
21822025-02-24T21:08:23.002Z Compiling hashbrown v0.12.3
21832025-02-24T21:08:23.203Z Compiling walkdir v2.5.0
21842025-02-24T21:08:23.854Z Compiling pin-project v1.1.6
21852025-02-24T21:08:24.031Z Compiling ron v0.8.1
21862025-02-24T21:08:24.212Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21872025-02-24T21:08:24.828Z Compiling env_logger v0.10.2
21882025-02-24T21:08:25.330Z Compiling tar v0.4.42
21892025-02-24T21:08:27.854Z Compiling daft v0.1.1
21902025-02-24T21:08:28.217Z Compiling progenitor v0.8.0
21912025-02-24T21:08:28.356Z Compiling serde-hex v0.1.0
21922025-02-24T21:08:28.607Z Compiling serde_with_macros v3.11.0
21932025-02-24T21:08:29.884Z Compiling parse-display-derive v0.10.0
21942025-02-24T21:08:31.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21952025-02-24T21:08:31.345Z Compiling strum_macros v0.26.4
21962025-02-24T21:08:31.395Z Compiling hashbrown v0.13.2
21972025-02-24T21:08:32.769Z Compiling dropshot_endpoint v0.15.1
21982025-02-24T21:08:33.297Z Compiling snafu-derive v0.8.5
21992025-02-24T21:08:33.565Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002025-02-24T21:08:34.334Z Compiling blake3 v1.5.4
22012025-02-24T21:08:34.987Z Compiling instant v0.1.13
22022025-02-24T21:08:35.185Z Compiling lockfree-object-pool v0.1.6
22032025-02-24T21:08:35.523Z Compiling simd-adler32 v0.3.7
22042025-02-24T21:08:35.611Z Compiling buf-list v1.0.3
22052025-02-24T21:08:35.679Z Compiling zip v2.1.3
22062025-02-24T21:08:36.047Z Compiling crc-any v2.5.0
22072025-02-24T21:08:36.198Z Compiling bumpalo v3.16.0
22082025-02-24T21:08:36.790Z Compiling zopfli v0.8.1
22092025-02-24T21:08:36.914Z Compiling strum v0.26.3
22102025-02-24T21:08:37.007Z Compiling backoff v0.4.0
22112025-02-24T21:08:37.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122025-02-24T21:08:37.452Z Compiling snafu v0.8.5
22132025-02-24T21:08:37.663Z Compiling parse-display v0.10.0
22142025-02-24T21:08:37.875Z Compiling object v0.30.4
22152025-02-24T21:08:38.686Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22162025-02-24T21:08:39.532Z Compiling serde_with v3.11.0
22172025-02-24T21:08:40.303Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22182025-02-24T21:08:41.086Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22192025-02-24T21:08:41.864Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22202025-02-24T21:08:43.558Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22212025-02-24T21:08:44.331Z Compiling camino-tempfile v1.1.1
22222025-02-24T21:08:45.133Z Compiling globset v0.4.15
22232025-02-24T21:08:45.415Z Compiling regress v0.9.1
22242025-02-24T21:08:50.225Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22252025-02-24T21:08:50.458Z Compiling progenitor-client v0.9.1
22262025-02-24T21:08:51.433Z Compiling olpc-cjson v0.1.4
22272025-02-24T21:08:51.455Z Compiling pem v3.0.4
22282025-02-24T21:08:51.761Z Compiling serde_plain v1.0.2
22292025-02-24T21:08:52.341Z Compiling macaddr v1.0.1
22302025-02-24T21:08:52.952Z Compiling cargo-platform v0.1.8
22312025-02-24T21:08:53.008Z Compiling async-recursion v1.1.1
22322025-02-24T21:08:54.076Z Compiling memmap2 v0.9.5
22332025-02-24T21:08:54.097Z Compiling arrayvec v0.7.6
22342025-02-24T21:08:54.361Z Compiling typed-path v0.9.3
22352025-02-24T21:08:54.578Z Compiling path-slash v0.1.5
22362025-02-24T21:08:54.647Z Compiling arrayref v0.3.9
22372025-02-24T21:08:54.774Z Compiling constant_time_eq v0.3.1
22382025-02-24T21:08:54.797Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22392025-02-24T21:08:54.840Z Compiling cargo_metadata v0.18.1
22402025-02-24T21:08:57.488Z Compiling tough v0.19.0
22412025-02-24T21:08:57.656Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22422025-02-24T21:09:01.056Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22432025-02-24T21:09:01.541Z Compiling itertools v0.13.0
22442025-02-24T21:09:01.571Z Compiling topological-sort v0.2.2
22452025-02-24T21:09:01.901Z Compiling parse-size v1.1.0
22462025-02-24T21:09:02.243Z Compiling omicron-zone-package v0.12.0
22472025-02-24T21:09:02.294Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22482025-02-24T21:09:04.975Z Compiling shell-words v1.1.0
22492025-02-24T21:09:11.954Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22502025-02-24T21:09:21.962Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22512025-02-24T21:09:36.123Z Finished `release` profile [optimized] target(s) in 5m 48s
22522025-02-24T21:09:36.298Z Running `target/release/omicron-releng --output-dir /work`
22532025-02-24T21:09:36.348ZFeb 24 21:09:35.296 DEBG changing working directory to /work/oxidecomputer/omicron
22542025-02-24T21:09:36.461ZFeb 24 21:09:35.410 DEBG running: git rev-parse HEAD
22552025-02-24T21:09:36.468ZFeb 24 21:09:35.417 DEBG process exited with exit status: 0 (7.092772ms)
22562025-02-24T21:09:36.468ZFeb 24 21:09:35.417 INFO version: 13.0.0-0.ci+gitafbc4ad73c6
22572025-02-24T21:09:36.513ZFeb 24 21:09:35.462 INFO cloning helios to /work/oxidecomputer/helios
22582025-02-24T21:09:36.513ZFeb 24 21:09:35.462 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22592025-02-24T21:09:36.519ZCloning into '/work/oxidecomputer/helios'...
22602025-02-24T21:09:37.062ZFeb 24 21:09:36.010 DEBG process exited with exit status: 0 (548.661846ms)
22612025-02-24T21:09:37.062ZFeb 24 21:09:36.010 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22622025-02-24T21:09:38.048ZFeb 24 21:09:36.996 DEBG process exited with exit status: 0 (985.428709ms)
22632025-02-24T21:09:38.048ZFeb 24 21:09:36.996 DEBG running: zfs list rpool/images/build/host
22642025-02-24T21:09:38.055ZNAME USED AVAIL REFER MOUNTPOINT
22652025-02-24T21:09:38.055Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22662025-02-24T21:09:38.058ZFeb 24 21:09:37.004 DEBG process exited with exit status: 0 (8.083498ms)
22672025-02-24T21:09:38.058ZFeb 24 21:09:37.004 DEBG running: zfs list rpool/images/build/recovery
22682025-02-24T21:09:38.062ZNAME USED AVAIL REFER MOUNTPOINT
22692025-02-24T21:09:38.062Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22702025-02-24T21:09:38.065ZFeb 24 21:09:37.011 DEBG process exited with exit status: 0 (7.254119ms)
22712025-02-24T21:09:38.065ZFeb 24 21:09:37.012 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22722025-02-24T21:09:38.072Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22732025-02-24T21:09:38.072Z# branch.head master
22742025-02-24T21:09:38.072Z# branch.upstream origin/master
22752025-02-24T21:09:38.072Z# branch.ab +0 -0
22762025-02-24T21:09:38.075ZFeb 24 21:09:37.021 DEBG process exited with exit status: 0 (8.891231ms)
22772025-02-24T21:09:38.075ZFeb 24 21:09:37.021 INFO [hubris-staging] running task
22782025-02-24T21:09:38.075ZFeb 24 21:09:37.022 INFO [hubris-production] running task
22792025-02-24T21:09:38.075ZFeb 24 21:09:37.022 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
22802025-02-24T21:09:38.078ZFeb 24 21:09:37.026 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22812025-02-24T21:09:38.155Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22822025-02-24T21:09:38.592Z[ omicron-package] Blocking waiting for file lock on package cache
22832025-02-24T21:09:39.335Z[ omicron-package] Blocking waiting for file lock on package cache
22842025-02-24T21:09:40.125Z[ omicron-package] Compiling ring v0.17.11
22852025-02-24T21:09:40.239ZFeb 24 21:09:39.187 INFO [hubris-production] task succeeded (2.165297949s)
22862025-02-24T21:09:40.341Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22872025-02-24T21:09:40.344Z[ omicron-package] Compiling itertools v0.13.0
22882025-02-24T21:09:40.417Z[ omicron-package] Compiling heapless v0.8.0
22892025-02-24T21:09:40.422Z[ omicron-package] Compiling hash32 v0.3.1
22902025-02-24T21:09:40.422Z[ omicron-package] Compiling smoltcp v0.11.0
22912025-02-24T21:09:40.422Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22922025-02-24T21:09:41.239Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22932025-02-24T21:09:41.739Z[ omicron-package] Compiling num_enum_derive v0.5.11
22942025-02-24T21:09:42.260Z[ omicron-package] Compiling cobs v0.2.3
22952025-02-24T21:09:42.263Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22962025-02-24T21:09:42.650Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22972025-02-24T21:09:43.212Z[ omicron-package] Compiling postcard v1.0.10
22982025-02-24T21:09:43.345Z[ omicron-package] Compiling proc-macro-error v1.0.4
22992025-02-24T21:09:44.218Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23002025-02-24T21:09:44.967Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23012025-02-24T21:09:45.307Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23022025-02-24T21:09:45.381Z[ omicron-package] Compiling unicode-width v0.1.14
23032025-02-24T21:09:45.865Z[ omicron-package] Compiling foreign-types v0.5.0
23042025-02-24T21:09:46.027Z[ omicron-package] Compiling num_enum v0.5.11
23052025-02-24T21:09:46.363Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23062025-02-24T21:09:46.622Z[ omicron-package] Compiling tabwriter v1.4.0
23072025-02-24T21:09:46.984Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082025-02-24T21:09:47.531Z[ omicron-package] Compiling cstr-argument v0.1.2
23092025-02-24T21:09:48.117Z[ omicron-package] Compiling rustls v0.23.19
23102025-02-24T21:09:48.276Z[ omicron-package] Compiling rustls v0.22.4
23112025-02-24T21:09:48.335Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23122025-02-24T21:09:48.433Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23132025-02-24T21:09:48.556Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23142025-02-24T21:09:48.607Z[ omicron-package] Compiling pretty-hex v0.2.1
23152025-02-24T21:09:49.043Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23162025-02-24T21:09:49.399Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172025-02-24T21:09:50.009Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182025-02-24T21:09:50.175Z[ omicron-package] Compiling colored v2.1.0
23192025-02-24T21:09:50.260Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23202025-02-24T21:09:51.103Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23212025-02-24T21:09:52.050Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23222025-02-24T21:09:52.503Z[ omicron-package] Compiling num-derive v0.4.2
23232025-02-24T21:09:53.243Z[ omicron-package] Compiling rustls-webpki v0.102.8
23242025-02-24T21:09:53.429Z[ omicron-package] Compiling sigpipe v0.1.3
23252025-02-24T21:09:53.691Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23262025-02-24T21:09:54.230Z[ omicron-package] Compiling libefi-sys v0.1.0
23272025-02-24T21:09:56.060Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23282025-02-24T21:09:56.090Z[ omicron-package] Compiling zone v0.3.0
23292025-02-24T21:09:56.222Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23302025-02-24T21:09:57.553Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23312025-02-24T21:09:58.428Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23322025-02-24T21:09:58.674Z[ omicron-package] Compiling smf v0.2.3
23332025-02-24T21:09:58.989Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23342025-02-24T21:09:59.713Z[ omicron-package] Compiling bitfield-struct v0.6.2
23352025-02-24T21:10:00.822Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23362025-02-24T21:10:01.429Z[ omicron-package] Compiling tokio-rustls v0.25.0
23372025-02-24T21:10:01.698Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382025-02-24T21:10:02.370Z[ omicron-package] Compiling dropshot v0.12.0
23392025-02-24T21:10:02.941Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402025-02-24T21:10:03.809Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23412025-02-24T21:10:04.673Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422025-02-24T21:10:04.792Z[ omicron-package] Compiling tokio-rustls v0.26.0
23432025-02-24T21:10:04.890Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442025-02-24T21:10:05.359Z[ omicron-package] Compiling hyper-rustls v0.27.3
23452025-02-24T21:10:05.677Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23462025-02-24T21:10:06.207Z[ omicron-package] Compiling reqwest v0.12.12
23472025-02-24T21:10:06.464Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23482025-02-24T21:10:06.754Z[ omicron-package] Compiling gethostname v0.5.0
23492025-02-24T21:10:07.171Z[ omicron-package] Compiling indent_write v2.2.0
23502025-02-24T21:10:08.102ZFeb 24 21:10:07.041 INFO [hubris-staging] task succeeded (30.01962197s)
23512025-02-24T21:10:11.165Z[ omicron-package] Compiling qorb v0.2.1
23522025-02-24T21:10:15.533Z[ omicron-package] Compiling dropshot v0.15.1
23532025-02-24T21:10:16.870Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23542025-02-24T21:10:22.384Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23552025-02-24T21:10:24.166Z[ helios-setup] Feb 24 21:10:23.100 INFO helios repository root is: /work/oxidecomputer/helios
23562025-02-24T21:10:24.169Z[ helios-setup] Feb 24 21:10:23.103 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23572025-02-24T21:10:24.169Z[ helios-setup] Feb 24 21:10:23.103 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-24T21:10:24.169Z[ helios-setup] Feb 24 21:10:23.103 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23592025-02-24T21:10:24.174Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23602025-02-24T21:10:24.946Z[ helios-setup] Feb 24 21:10:23.881 INFO clone ok!, project: pinprick
23612025-02-24T21:10:24.949Z[ helios-setup] Feb 24 21:10:23.881 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
23622025-02-24T21:10:24.949Z[ helios-setup] Feb 24 21:10:23.881 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23632025-02-24T21:10:24.952Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23642025-02-24T21:10:25.395Z[ omicron-package] Compiling progenitor-client v0.8.0
23652025-02-24T21:10:26.107Z[ helios-setup] Feb 24 21:10:25.041 INFO clone ok!, project: chelsio-t6-roms
23662025-02-24T21:10:26.110Z[ helios-setup] Feb 24 21:10:25.041 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23672025-02-24T21:10:26.110Z[ helios-setup] Feb 24 21:10:25.041 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
23682025-02-24T21:10:26.110Z[ helios-setup] Feb 24 21:10:25.041 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23692025-02-24T21:10:26.118Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23702025-02-24T21:10:26.373Z[ omicron-package] Compiling progenitor v0.8.0
23712025-02-24T21:10:26.549Z[ omicron-package] Compiling progenitor-client v0.9.1
23722025-02-24T21:10:26.632Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23732025-02-24T21:10:27.121Z[ helios-setup] Feb 24 21:10:26.054 INFO clone ok!, project: phbl
23742025-02-24T21:10:27.123Z[ helios-setup] Feb 24 21:10:26.054 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23752025-02-24T21:10:27.123Z[ helios-setup] Feb 24 21:10:26.054 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
23762025-02-24T21:10:27.124Z[ helios-setup] Feb 24 21:10:26.054 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23772025-02-24T21:10:27.126Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23782025-02-24T21:10:27.700Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792025-02-24T21:10:27.912Z[ helios-setup] Feb 24 21:10:26.845 INFO clone ok!, project: bootserver
23802025-02-24T21:10:27.918Z[ helios-setup] Feb 24 21:10:26.845 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
23812025-02-24T21:10:27.918Z[ helios-setup] Feb 24 21:10:26.845 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
23822025-02-24T21:10:27.922Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23832025-02-24T21:10:29.128Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23842025-02-24T21:10:29.143Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23852025-02-24T21:10:31.046Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23862025-02-24T21:10:34.719Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872025-02-24T21:10:39.081Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23882025-02-24T21:10:39.098Z[ helios-setup] Feb 24 21:10:38.028 INFO clone ok!, project: amd-host-image-builder
23892025-02-24T21:10:39.101Z[ helios-setup] Feb 24 21:10:38.028 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
23902025-02-24T21:10:39.101Z[ helios-setup] Feb 24 21:10:38.028 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23912025-02-24T21:10:39.104Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23922025-02-24T21:10:39.995Z[ helios-setup] Feb 24 21:10:38.925 INFO clone ok!, project: image-builder
23932025-02-24T21:10:39.998Z[ helios-setup] Feb 24 21:10:38.925 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
23942025-02-24T21:10:39.998Z[ helios-setup] Feb 24 21:10:38.925 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23952025-02-24T21:10:40.002Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23962025-02-24T21:10:49.816Z[ helios-setup] Feb 24 21:10:48.743 INFO clone ok!, project: amd-firmware
23972025-02-24T21:10:49.820Z[ helios-setup] Feb 24 21:10:48.743 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
23982025-02-24T21:10:49.820Z[ helios-setup] Feb 24 21:10:48.743 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23992025-02-24T21:10:49.823Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24002025-02-24T21:10:51.053Z[ helios-setup] Feb 24 21:10:49.979 INFO clone ok!, project: pilot
24012025-02-24T21:10:51.055Z[ helios-setup] Feb 24 21:10:49.979 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24022025-02-24T21:10:52.094Z[ helios-setup] Feb 24 21:10:51.020 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24032025-02-24T21:10:52.586Z[ helios-setup] Feb 24 21:10:51.512 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24042025-02-24T21:10:52.589Z[ helios-setup] Feb 24 21:10:51.512 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24052025-02-24T21:10:53.020Z[ helios-setup] Feb 24 21:10:51.946 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24062025-02-24T21:10:53.599Z[ helios-setup] Feb 24 21:10:52.525 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24072025-02-24T21:10:53.599Z[ helios-setup] Feb 24 21:10:52.525 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24082025-02-24T21:10:54.216Z[ helios-setup] Feb 24 21:10:53.141 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24092025-02-24T21:10:54.801Z[ helios-setup] Feb 24 21:10:53.726 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24102025-02-24T21:10:54.801Z[ helios-setup] Feb 24 21:10:53.726 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24112025-02-24T21:10:54.801Z[ helios-setup] Feb 24 21:10:53.726 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24122025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.726 INFO ok!
24132025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.726 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24142025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.726 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24152025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.726 INFO ok!
24162025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.727 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24172025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.727 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24182025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.727 INFO ok!
24192025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.727 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24202025-02-24T21:10:54.805Z[ helios-setup] Feb 24 21:10:53.727 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24212025-02-24T21:10:55.058Z[ helios-setup] Feb 24 21:10:53.984 INFO E| Downloading crates ...
24222025-02-24T21:10:55.195Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24232025-02-24T21:10:55.204Z[ helios-setup] Feb 24 21:10:54.130 INFO E| Downloaded miniz_oxide v0.7.2
24242025-02-24T21:10:55.262Z[ helios-setup] Feb 24 21:10:54.187 INFO E| Compiling adler v1.0.2
24252025-02-24T21:10:55.430Z[ helios-setup] Feb 24 21:10:54.355 INFO E| Compiling miniz_oxide v0.7.2
24262025-02-24T21:10:56.124Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24272025-02-24T21:10:58.059Z[ helios-setup] Feb 24 21:10:56.983 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24282025-02-24T21:10:58.914Z[ helios-setup] Feb 24 21:10:57.838 INFO E| Finished `release` profile [optimized] target(s) in 4.01s
24292025-02-24T21:10:58.925Z[ helios-setup] Feb 24 21:10:57.849 INFO building project "pinprick" ok (4 seconds)
24302025-02-24T21:10:58.925Z[ helios-setup] Feb 24 21:10:57.849 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24312025-02-24T21:10:58.928Z[ helios-setup] Feb 24 21:10:57.850 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24322025-02-24T21:10:59.179Z[ helios-setup] Feb 24 21:10:58.103 INFO E| Downloading crates ...
24332025-02-24T21:10:59.246Z[ helios-setup] Feb 24 21:10:58.170 INFO E| Downloaded anyhow v1.0.62
24342025-02-24T21:10:59.254Z[ helios-setup] Feb 24 21:10:58.178 INFO E| Downloaded sha2 v0.10.5
24352025-02-24T21:10:59.257Z[ helios-setup] Feb 24 21:10:58.181 INFO E| Downloaded flate2 v1.0.25
24362025-02-24T21:10:59.265Z[ helios-setup] Feb 24 21:10:58.189 INFO E| Downloaded unicode-width v0.1.10
24372025-02-24T21:10:59.268Z[ helios-setup] Feb 24 21:10:58.191 INFO E| Downloaded typenum v1.15.0
24382025-02-24T21:10:59.271Z[ helios-setup] Feb 24 21:10:58.195 INFO E| Downloaded generic-array v0.14.6
24392025-02-24T21:10:59.274Z[ helios-setup] Feb 24 21:10:58.197 INFO E| Downloaded miniz_oxide v0.6.2
24402025-02-24T21:10:59.277Z[ helios-setup] Feb 24 21:10:58.201 INFO E| Downloaded digest v0.10.3
24412025-02-24T21:10:59.280Z[ helios-setup] Feb 24 21:10:58.203 INFO E| Downloaded bytes v1.2.1
24422025-02-24T21:10:59.285Z[ helios-setup] Feb 24 21:10:58.209 INFO E| Downloaded cpufeatures v0.2.5
24432025-02-24T21:10:59.288Z[ helios-setup] Feb 24 21:10:58.211 INFO E| Downloaded block-buffer v0.10.3
24442025-02-24T21:10:59.369Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling version_check v0.9.4
24452025-02-24T21:10:59.369Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling typenum v1.15.0
24462025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling crc32fast v1.3.2
24472025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling cfg-if v1.0.0
24482025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling adler v1.0.2
24492025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.293 INFO E| Compiling anyhow v1.0.62
24502025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.294 INFO E| Compiling unicode-width v0.1.10
24512025-02-24T21:10:59.372Z[ helios-setup] Feb 24 21:10:58.294 INFO E| Compiling cpufeatures v0.2.5
24522025-02-24T21:11:00.239Z[ helios-setup] Feb 24 21:10:59.163 INFO E| Compiling generic-array v0.14.6
24532025-02-24T21:11:00.365Z[ helios-setup] Feb 24 21:10:59.289 INFO E| Compiling bytes v1.2.1
24542025-02-24T21:11:00.427Z[ helios-setup] Feb 24 21:10:59.350 INFO E| Compiling bitflags v1.3.2
24552025-02-24T21:11:00.435Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24562025-02-24T21:11:00.615Z[ helios-setup] Feb 24 21:10:59.538 INFO E| Compiling miniz_oxide v0.6.2
24572025-02-24T21:11:00.791Z[ helios-setup] Feb 24 21:10:59.715 INFO E| Compiling getopts v0.2.21
24582025-02-24T21:11:02.104Z[ helios-setup] Feb 24 21:11:01.027 INFO E| Compiling flate2 v1.0.25
24592025-02-24T21:11:04.309Z[ helios-setup] Feb 24 21:11:03.232 INFO E| Compiling block-buffer v0.10.3
24602025-02-24T21:11:04.309Z[ helios-setup] Feb 24 21:11:03.232 INFO E| Compiling crypto-common v0.1.6
24612025-02-24T21:11:04.558Z[ helios-setup] Feb 24 21:11:03.479 INFO E| Compiling digest v0.10.3
24622025-02-24T21:11:04.907Z[ helios-setup] Feb 24 21:11:03.830 INFO E| Compiling sha2 v0.10.5
24632025-02-24T21:11:05.378Z[ helios-setup] Feb 24 21:11:04.300 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24642025-02-24T21:11:09.212Z[ helios-setup] Feb 24 21:11:08.133 INFO E| Finished `release` profile [optimized] target(s) in 10.18s
24652025-02-24T21:11:09.222Z[ helios-setup] Feb 24 21:11:08.144 INFO building project "bootserver" ok (10 seconds)
24662025-02-24T21:11:09.222Z[ helios-setup] Feb 24 21:11:08.144 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24672025-02-24T21:11:09.225Z[ helios-setup] Feb 24 21:11:08.144 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24682025-02-24T21:11:09.229Z[ helios-setup] Feb 24 21:11:08.151 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24692025-02-24T21:11:09.471Z[ helios-setup] Feb 24 21:11:08.392 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24702025-02-24T21:11:09.471Z[ helios-setup] Feb 24 21:11:08.392 INFO E| info: downloading component 'cargo'
24712025-02-24T21:11:10.155Z[ helios-setup] Feb 24 21:11:09.076 INFO E| info: downloading component 'clippy'
24722025-02-24T21:11:10.360Z[ helios-setup] Feb 24 21:11:09.281 INFO E| info: downloading component 'rust-docs'
24732025-02-24T21:11:11.374Z[ helios-setup] Feb 24 21:11:10.295 INFO E| info: downloading component 'rust-src'
24742025-02-24T21:11:11.623Z[ helios-setup] Feb 24 21:11:10.543 INFO E| info: downloading component 'rust-std'
24752025-02-24T21:11:13.290Z[ helios-setup] Feb 24 21:11:12.210 INFO E| info: downloading component 'rustc'
24762025-02-24T21:11:17.711Z[ helios-setup] Feb 24 21:11:16.630 INFO E| info: downloading component 'rustfmt'
24772025-02-24T21:11:17.901Z[ helios-setup] Feb 24 21:11:16.817 INFO E| info: installing component 'cargo'
24782025-02-24T21:11:17.960Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 39s
24792025-02-24T21:11:18.213Z[ omicron-package]
24802025-02-24T21:11:18.213Z[ omicron-package] real 1:40.057938168
24812025-02-24T21:11:18.215Z[ omicron-package] user 9:06.690396130
24822025-02-24T21:11:18.215Z[ omicron-package] sys 31.531610396
24832025-02-24T21:11:18.215Z[ omicron-package] trap 1.104608331
24842025-02-24T21:11:18.215Z[ omicron-package] tflt 1.234307879
24852025-02-24T21:11:18.215Z[ omicron-package] dflt 0.688721825
24862025-02-24T21:11:18.216Z[ omicron-package] kflt 0.000022173
24872025-02-24T21:11:18.216Z[ omicron-package] lock 18:48.338882877
24882025-02-24T21:11:18.216Z[ omicron-package] slp 30:40.364795078
24892025-02-24T21:11:18.216Z[ omicron-package] lat 2:43.732162845
24902025-02-24T21:11:18.216Z[ omicron-package] stop 1:08.411697445
24912025-02-24T21:11:18.216ZFeb 24 21:11:17.132 INFO [omicron-package] process exited with exit status: 0 (100.110230389s)
24922025-02-24T21:11:18.216ZFeb 24 21:11:17.132 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
24932025-02-24T21:11:18.308ZFeb 24 21:11:17.226 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
24942025-02-24T21:11:18.319Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
24952025-02-24T21:11:18.321Z[ host-target] Created new build target 'host' and set it as active
24962025-02-24T21:11:18.321ZFeb 24 21:11:17.240 INFO [host-target] process exited with exit status: 0 (107.9513ms)
24972025-02-24T21:11:18.324ZFeb 24 21:11:17.240 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
24982025-02-24T21:11:18.332Z[ recovery-target] Created new build target 'recovery' and set it as active
24992025-02-24T21:11:18.333Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25002025-02-24T21:11:18.335ZFeb 24 21:11:17.254 INFO [recovery-target] process exited with exit status: 0 (28.421726ms)
25012025-02-24T21:11:18.343Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25022025-02-24T21:11:18.759Z[ helios-setup] Feb 24 21:11:17.677 INFO E| info: installing component 'clippy'
25032025-02-24T21:11:19.069Z[ helios-setup] Feb 24 21:11:17.988 INFO E| info: installing component 'rust-docs'
25042025-02-24T21:11:19.832Z[ host-package] Compiling ring v0.17.11
25052025-02-24T21:11:20.084Z[ host-package] Compiling thiserror v2.0.11
25062025-02-24T21:11:20.086Z[ host-package] Compiling typify-impl v0.3.0
25072025-02-24T21:11:20.151Z[ host-package] Compiling convert_case v0.4.0
25082025-02-24T21:11:20.151Z[ host-package] Compiling newline-converter v0.3.0
25092025-02-24T21:11:20.157Z[ host-package] Compiling password-hash v0.5.0
25102025-02-24T21:11:20.157Z[ host-package] Compiling blake2 v0.10.6
25112025-02-24T21:11:20.381Z[ host-package] Compiling expectorate v1.1.0
25122025-02-24T21:11:20.815Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25132025-02-24T21:11:21.026Z[ host-package] Compiling derive_more v0.99.19
25142025-02-24T21:11:21.045Z[ helios-setup] Feb 24 21:11:19.963 INFO E| info: installing component 'rust-src'
25152025-02-24T21:11:21.556Z[ helios-setup] Feb 24 21:11:20.473 INFO E| info: installing component 'rust-std'
25162025-02-24T21:11:21.676Z[ host-package] Compiling argon2 v0.5.3
25172025-02-24T21:11:21.700Z[ host-package] Compiling atomicwrites v0.4.4
25182025-02-24T21:11:22.323Z[ host-package] Compiling owo-colors v4.1.0
25192025-02-24T21:11:22.754Z[ host-package] Compiling cancel-safe-futures v0.1.5
25202025-02-24T21:11:22.857Z[ host-package] Compiling num-rational v0.4.2
25212025-02-24T21:11:23.365Z[ host-package] Compiling num-complex v0.4.6
25222025-02-24T21:11:23.995Z[ helios-setup] Feb 24 21:11:22.910 INFO E| info: installing component 'rustc'
25232025-02-24T21:11:24.499Z[ host-package] Compiling num v0.4.3
25242025-02-24T21:11:25.465Z[ host-package] Compiling libsw v3.3.1
25252025-02-24T21:11:25.777Z[ host-package] Compiling linear-map v1.2.0
25262025-02-24T21:11:26.199Z[ host-package] Compiling rustls v0.23.19
25272025-02-24T21:11:26.241Z[ host-package] Compiling rustls v0.22.4
25282025-02-24T21:11:26.264Z[ host-package] Compiling float-ord v0.3.2
25292025-02-24T21:11:26.303Z[ host-package] Compiling swrite v0.1.0
25302025-02-24T21:11:26.486Z[ host-package] Compiling highway v1.2.0
25312025-02-24T21:11:26.489Z[ host-package] Compiling semver v0.1.20
25322025-02-24T21:11:27.117Z[ host-package] Compiling rustc_version v0.1.7
25332025-02-24T21:11:27.390Z[ host-package] Compiling tungstenite v0.21.0
25342025-02-24T21:11:27.622Z[ host-package] Compiling ipnetwork v0.21.1
25352025-02-24T21:11:27.642Z[ host-package] Compiling newtype_derive v0.1.6
25362025-02-24T21:11:28.044Z[ host-package] Compiling humantime v2.1.0
25372025-02-24T21:11:28.246Z[ host-package] Compiling oxnet v0.1.0
25382025-02-24T21:11:28.514Z[ host-package] Compiling dropshot v0.15.1
25392025-02-24T21:11:28.619Z[ host-package] Compiling instant v0.1.13
25402025-02-24T21:11:28.813Z[ host-package] Compiling rustls-webpki v0.102.8
25412025-02-24T21:11:28.971Z[ host-package] Compiling tokio-tungstenite v0.21.0
25422025-02-24T21:11:29.036Z[ host-package] Compiling daft v0.1.1
25432025-02-24T21:11:29.596Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442025-02-24T21:11:29.647Z[ host-package] Compiling backoff v0.4.0
25452025-02-24T21:11:30.222Z[ helios-setup] Feb 24 21:11:29.137 INFO E| info: installing component 'rustfmt'
25462025-02-24T21:11:30.302Z[ host-package] Compiling steno v0.4.1
25472025-02-24T21:11:30.830Z[ host-package] Compiling parse-display v0.10.0
25482025-02-24T21:11:31.001Z[ helios-setup] Feb 24 21:11:29.914 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25492025-02-24T21:11:31.465Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25502025-02-24T21:11:31.668Z[ host-package] Compiling serde_with v3.11.0
25512025-02-24T21:11:31.752Z[ host-package] Compiling typify-macro v0.3.0
25522025-02-24T21:11:31.933Z[ helios-setup] Feb 24 21:11:30.847 INFO E| From https://github.com/oxidecomputer/amd-apcb
25532025-02-24T21:11:31.933Z[ helios-setup] Feb 24 21:11:30.847 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25542025-02-24T21:11:31.933Z[ helios-setup] Feb 24 21:11:30.848 INFO E| * [new tag] v0.4.5 -> v0.4.5
25552025-02-24T21:11:31.967Z[ helios-setup] Feb 24 21:11:30.882 INFO E| * [new tag] v0.1.3 -> v0.1.3
25562025-02-24T21:11:31.967Z[ helios-setup] Feb 24 21:11:30.882 INFO E| * [new tag] v0.1.4 -> v0.1.4
25572025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.882 INFO E| * [new tag] v0.1.5 -> v0.1.5
25582025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.882 INFO E| * [new tag] v0.2.0 -> v0.2.0
25592025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.3.0 -> v0.3.0
25602025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.3.1 -> v0.3.1
25612025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.3.2 -> v0.3.2
25622025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.3.3 -> v0.3.3
25632025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.4.0 -> v0.4.0
25642025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.883 INFO E| * [new tag] v0.4.1 -> v0.4.1
25652025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.884 INFO E| * [new tag] v0.4.2 -> v0.4.2
25662025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.884 INFO E| * [new tag] v0.4.3 -> v0.4.3
25672025-02-24T21:11:31.971Z[ helios-setup] Feb 24 21:11:30.884 INFO E| * [new tag] v0.4.4 -> v0.4.4
25682025-02-24T21:11:32.013Z[ helios-setup] Feb 24 21:11:30.925 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25692025-02-24T21:11:32.731Z[ host-package] Compiling strum v0.26.3
25702025-02-24T21:11:32.957Z[ host-package] Compiling regress v0.9.1
25712025-02-24T21:11:33.002Z[ helios-setup] Feb 24 21:11:31.916 INFO E| From https://github.com/oxidecomputer/amd-efs
25722025-02-24T21:11:33.002Z[ helios-setup] Feb 24 21:11:31.916 INFO E| * [new branch] empty -> origin/empty
25732025-02-24T21:11:33.005Z[ helios-setup] Feb 24 21:11:31.916 INFO E| * [new branch] issue-99 -> origin/issue-99
25742025-02-24T21:11:33.005Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new branch] main -> origin/main
25752025-02-24T21:11:33.005Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new branch] review -> origin/review
25762025-02-24T21:11:33.005Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new ref] -> origin/HEAD
25772025-02-24T21:11:33.005Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new tag] v0.2.0 -> v0.2.0
25782025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new tag] v0.2.1 -> v0.2.1
25792025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new tag] v0.2.2 -> v0.2.2
25802025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.917 INFO E| * [new tag] v0.2.3 -> v0.2.3
25812025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.2.4 -> v0.2.4
25822025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.2.5 -> v0.2.5
25832025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.2.6 -> v0.2.6
25842025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.2.7 -> v0.2.7
25852025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.3.0 -> v0.3.0
25862025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.3.1 -> v0.3.1
25872025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.4.0 -> v0.4.0
25882025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.4.1 -> v0.4.1
25892025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.918 INFO E| * [new tag] v0.4.2 -> v0.4.2
25902025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.919 INFO E| * [new tag] v0.4.3 -> v0.4.3
25912025-02-24T21:11:33.006Z[ helios-setup] Feb 24 21:11:31.919 INFO E| * [new tag] v0.4.4 -> v0.4.4
25922025-02-24T21:11:33.030Z[ helios-setup] Feb 24 21:11:31.943 INFO E| Updating crates.io index
25932025-02-24T21:11:33.586Z[ helios-setup] Feb 24 21:11:32.500 INFO E| Downloading crates ...
25942025-02-24T21:11:33.656Z[ helios-setup] Feb 24 21:11:32.570 INFO E| Downloaded atty v0.2.14
25952025-02-24T21:11:33.673Z[ helios-setup] Feb 24 21:11:32.587 INFO E| Downloaded crypto-common v0.1.6
25962025-02-24T21:11:33.676Z[ helios-setup] Feb 24 21:11:32.590 INFO E| Downloaded bytesize v1.3.0
25972025-02-24T21:11:33.679Z[ helios-setup] Feb 24 21:11:32.592 INFO E| Downloaded ansi_term v0.12.1
25982025-02-24T21:11:33.681Z[ helios-setup] Feb 24 21:11:32.595 INFO E| Downloaded cpufeatures v0.2.16
25992025-02-24T21:11:33.687Z[ helios-setup] Feb 24 21:11:32.601 INFO E| Downloaded scroll_derive v0.10.5
26002025-02-24T21:11:33.690Z[ helios-setup] Feb 24 21:11:32.603 INFO E| Downloaded fletcher v0.1.0
26012025-02-24T21:11:33.692Z[ helios-setup] Feb 24 21:11:32.604 INFO E| Downloaded cfg-if v0.1.10
26022025-02-24T21:11:33.692Z[ helios-setup] Feb 24 21:11:32.606 INFO E| Downloaded byteorder v1.5.0
26032025-02-24T21:11:33.695Z[ helios-setup] Feb 24 21:11:32.609 INFO E| Downloaded memoffset v0.5.6
26042025-02-24T21:11:33.698Z[ helios-setup] Feb 24 21:11:32.611 INFO E| Downloaded block-buffer v0.10.4
26052025-02-24T21:11:33.700Z[ helios-setup] Feb 24 21:11:32.613 INFO E| Downloaded unic-ucd-version v0.9.0
26062025-02-24T21:11:33.701Z[ helios-setup] Feb 24 21:11:32.615 INFO E| Downloaded strum v0.23.0
26072025-02-24T21:11:33.703Z[ helios-setup] Feb 24 21:11:32.616 INFO E| Downloaded autocfg v1.4.0
26082025-02-24T21:11:33.706Z[ helios-setup] Feb 24 21:11:32.619 INFO E| Downloaded unic-char-property v0.9.0
26092025-02-24T21:11:33.709Z[ helios-setup] Feb 24 21:11:32.622 INFO E| Downloaded parse_int v0.6.0
26102025-02-24T21:11:33.714Z[ helios-setup] Feb 24 21:11:32.628 INFO E| Downloaded unic-common v0.9.0
26112025-02-24T21:11:33.717Z[ helios-setup] Feb 24 21:11:32.630 INFO E| Downloaded unic-char-range v0.9.0
26122025-02-24T21:11:33.720Z[ helios-setup] Feb 24 21:11:32.632 INFO E| Downloaded vec_map v0.8.2
26132025-02-24T21:11:33.725Z[ helios-setup] Feb 24 21:11:32.639 INFO E| Downloaded bitflags v1.3.2
26142025-02-24T21:11:33.735Z[ helios-setup] Feb 24 21:11:32.648 INFO E| Downloaded rustc_version v0.2.3
26152025-02-24T21:11:33.738Z[ helios-setup] Feb 24 21:11:32.650 INFO E| Downloaded static_assertions v1.1.0
26162025-02-24T21:11:33.741Z[ helios-setup] Feb 24 21:11:32.653 INFO E| Downloaded rustversion v1.0.19
26172025-02-24T21:11:33.744Z[ helios-setup] Feb 24 21:11:32.657 INFO E| Downloaded num-derive v0.4.2
26182025-02-24T21:11:33.747Z[ helios-setup] Feb 24 21:11:32.661 INFO E| Downloaded structopt-derive v0.4.18
26192025-02-24T21:11:33.749Z[ helios-setup] Feb 24 21:11:32.663 INFO E| Downloaded version_check v0.9.5
26202025-02-24T21:11:33.752Z[ helios-setup] Feb 24 21:11:32.665 INFO E| Downloaded lazy_static v1.5.0
26212025-02-24T21:11:33.755Z[ helios-setup] Feb 24 21:11:32.667 INFO E| Downloaded proc-macro-error-attr v1.0.4
26222025-02-24T21:11:33.758Z[ helios-setup] Feb 24 21:11:32.669 INFO E| Downloaded plain v0.2.3
26232025-02-24T21:11:33.759Z[ helios-setup] Feb 24 21:11:32.671 INFO E| Downloaded modular-bitfield-impl v0.11.2
26242025-02-24T21:11:33.761Z[ helios-setup] Feb 24 21:11:32.673 INFO E| Downloaded strum_macros v0.23.1
26252025-02-24T21:11:33.764Z[ helios-setup] Feb 24 21:11:32.676 INFO E| Downloaded textwrap v0.11.0
26262025-02-24T21:11:33.766Z[ helios-setup] Feb 24 21:11:32.679 INFO E| Downloaded strsim v0.8.0
26272025-02-24T21:11:33.767Z[ helios-setup] Feb 24 21:11:32.681 INFO E| Downloaded semver v0.9.0
26282025-02-24T21:11:33.769Z[ helios-setup] Feb 24 21:11:32.683 INFO E| Downloaded proc-macro-crate v0.1.5
26292025-02-24T21:11:33.772Z[ helios-setup] Feb 24 21:11:32.685 INFO E| Downloaded thiserror-impl v1.0.69
26302025-02-24T21:11:33.775Z[ helios-setup] Feb 24 21:11:32.687 INFO E| Downloaded paste v1.0.15
26312025-02-24T21:11:33.781Z[ helios-setup] Feb 24 21:11:32.691 INFO E| Downloaded thiserror-impl v2.0.11
26322025-02-24T21:11:33.783Z[ helios-setup] Feb 24 21:11:32.694 INFO E| Downloaded thiserror v1.0.69
26332025-02-24T21:11:33.789Z[ helios-setup] Feb 24 21:11:32.703 INFO E| Downloaded unic-ucd-ident v0.9.0
26342025-02-24T21:11:33.793Z[ helios-setup] Feb 24 21:11:32.705 INFO E| Downloaded semver-parser v0.7.0
26352025-02-24T21:11:33.796Z[ helios-setup] Feb 24 21:11:32.707 INFO E| Downloaded json5 v0.4.1
26362025-02-24T21:11:33.796Z[ helios-setup] Feb 24 21:11:32.709 INFO E| Downloaded generic-array v0.14.7
26372025-02-24T21:11:33.799Z[ helios-setup] Feb 24 21:11:32.712 INFO E| Downloaded scroll v0.10.2
26382025-02-24T21:11:33.801Z[ helios-setup] Feb 24 21:11:32.715 INFO E| Downloaded proc-macro-error v1.0.4
26392025-02-24T21:11:33.806Z[ helios-setup] Feb 24 21:11:32.720 INFO E| Downloaded quote v1.0.38
26402025-02-24T21:11:33.810Z[ helios-setup] Feb 24 21:11:32.724 INFO E| Downloaded serde_derive_internals v0.29.1
26412025-02-24T21:11:33.813Z[ helios-setup] Feb 24 21:11:32.727 INFO E| Downloaded pre v0.2.1
26422025-02-24T21:11:33.816Z[ helios-setup] Feb 24 21:11:32.728 INFO E| Downloaded pest_derive v2.7.15
26432025-02-24T21:11:33.820Z[ helios-setup] Feb 24 21:11:32.732 INFO E| Downloaded pre-proc-macro v0.2.1
26442025-02-24T21:11:33.823Z[ helios-setup] Feb 24 21:11:32.735 INFO E| Downloaded sha2 v0.10.8
26452025-02-24T21:11:33.825Z[ helios-setup] Feb 24 21:11:32.738 INFO E| Downloaded pest_generator v2.7.15
26462025-02-24T21:11:33.825Z[ helios-setup] Feb 24 21:11:32.739 INFO E| Downloaded dyn-clone v1.0.17
26472025-02-24T21:11:33.828Z[ helios-setup] Feb 24 21:11:32.742 INFO E| Downloaded thiserror v2.0.11
26482025-02-24T21:11:33.861Z[ helios-setup] Feb 24 21:11:32.774 INFO E| Downloaded zerocopy v0.6.6
26492025-02-24T21:11:33.864Z[ helios-setup] Feb 24 21:11:32.778 INFO E| Downloaded ucd-trie v0.1.7
26502025-02-24T21:11:33.866Z[ helios-setup] Feb 24 21:11:32.780 INFO E| Downloaded typenum v1.17.0
26512025-02-24T21:11:33.871Z[ helios-setup] Feb 24 21:11:32.784 INFO E| Downloaded toml v0.5.11
26522025-02-24T21:11:33.878Z[ helios-setup] Feb 24 21:11:32.792 INFO E| Downloaded serde_derive v1.0.217
26532025-02-24T21:11:33.883Z[ helios-setup] Feb 24 21:11:32.797 INFO E| Downloaded unicode-ident v1.0.14
26542025-02-24T21:11:33.887Z[ helios-setup] Feb 24 21:11:32.801 INFO E| Downloaded schemars v0.8.21
26552025-02-24T21:11:33.908Z[ helios-setup] Feb 24 21:11:32.822 INFO E| Downloaded serde v1.0.217
26562025-02-24T21:11:33.913Z[ helios-setup] Feb 24 21:11:32.827 INFO E| Downloaded memchr v2.7.4
26572025-02-24T21:11:33.923Z[ helios-setup] Feb 24 21:11:32.835 INFO E| Downloaded unicode-segmentation v1.12.0
26582025-02-24T21:11:33.949Z[ helios-setup] Feb 24 21:11:32.862 INFO E| Downloaded pest v2.7.15
26592025-02-24T21:11:33.955Z[ helios-setup] Feb 24 21:11:32.869 INFO E| Downloaded clap v2.34.0
26602025-02-24T21:11:33.966Z[ helios-setup] Feb 24 21:11:32.879 INFO E| Downloaded structopt v0.3.26
26612025-02-24T21:11:33.977Z[ helios-setup] Feb 24 21:11:32.891 INFO E| Downloaded serde_json v1.0.135
26622025-02-24T21:11:33.989Z[ helios-setup] Feb 24 21:11:32.903 INFO E| Downloaded goblin v0.4.3
26632025-02-24T21:11:33.998Z[ helios-setup] Feb 24 21:11:32.911 INFO E| Downloaded log v0.4.22
26642025-02-24T21:11:34.002Z[ helios-setup] Feb 24 21:11:32.916 INFO E| Downloaded syn v2.0.96
26652025-02-24T21:11:34.020Z[ helios-setup] Feb 24 21:11:32.934 INFO E| Downloaded unicode-width v0.1.14
26662025-02-24T21:11:34.029Z[ helios-setup] Feb 24 21:11:32.942 INFO E| Downloaded syn v1.0.109
26672025-02-24T21:11:34.045Z[ helios-setup] Feb 24 21:11:32.959 INFO E| Downloaded ryu v1.0.18
26682025-02-24T21:11:34.049Z[ helios-setup] Feb 24 21:11:32.963 INFO E| Downloaded proc-macro2 v1.0.93
26692025-02-24T21:11:34.053Z[ helios-setup] Feb 24 21:11:32.967 INFO E| Downloaded pest_meta v2.7.15
26702025-02-24T21:11:34.056Z[ helios-setup] Feb 24 21:11:32.969 INFO E| Downloaded once_cell v1.20.2
26712025-02-24T21:11:34.058Z[ helios-setup] Feb 24 21:11:32.972 INFO E| Downloaded num-traits v0.2.19
26722025-02-24T21:11:34.062Z[ helios-setup] Feb 24 21:11:32.976 INFO E| Downloaded modular-bitfield v0.11.2
26732025-02-24T21:11:34.080Z[ helios-setup] Feb 24 21:11:32.994 INFO E| Downloaded zerocopy-derive v0.6.6
26742025-02-24T21:11:34.112Z[ helios-setup] Feb 24 21:11:33.026 INFO E| Downloaded libc v0.2.169
26752025-02-24T21:11:34.150Z[ helios-setup] Feb 24 21:11:33.063 INFO E| Downloaded schemars_derive v0.8.21
26762025-02-24T21:11:34.153Z[ helios-setup] Feb 24 21:11:33.065 INFO E| Downloaded heck v0.3.3
26772025-02-24T21:11:34.153Z[ helios-setup] Feb 24 21:11:33.067 INFO E| Downloaded itoa v1.0.14
26782025-02-24T21:11:34.156Z[ helios-setup] Feb 24 21:11:33.069 INFO E| Downloaded four-cc v0.3.0
26792025-02-24T21:11:34.158Z[ helios-setup] Feb 24 21:11:33.070 INFO E| Downloaded digest v0.10.7
26802025-02-24T21:11:34.161Z[ helios-setup] Feb 24 21:11:33.073 INFO E| Downloaded cfg-if v1.0.0
26812025-02-24T21:11:34.330Z[ helios-setup] Feb 24 21:11:33.242 INFO E| Compiling proc-macro2 v1.0.93
26822025-02-24T21:11:34.371Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling unicode-ident v1.0.14
26832025-02-24T21:11:34.371Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling syn v1.0.109
26842025-02-24T21:11:34.375Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling version_check v0.9.5
26852025-02-24T21:11:34.375Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling memchr v2.7.4
26862025-02-24T21:11:34.375Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling autocfg v1.4.0
26872025-02-24T21:11:34.375Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling semver-parser v0.7.0
26882025-02-24T21:11:34.375Z[ helios-setup] Feb 24 21:11:33.279 INFO E| Compiling serde v1.0.217
26892025-02-24T21:11:35.393Z[ host-package] Compiling tokio-rustls v0.25.0
26902025-02-24T21:11:36.143Z[ host-package] Compiling typify v0.3.0
26912025-02-24T21:11:36.146Z[ helios-setup] Feb 24 21:11:35.059 INFO E| Compiling semver v0.9.0
26922025-02-24T21:11:36.347Z[ host-package] Compiling dropshot v0.12.0
26932025-02-24T21:11:36.352Z[ helios-setup] Feb 24 21:11:35.265 INFO E| Compiling serde_json v1.0.135
26942025-02-24T21:11:36.593Z[ helios-setup] Feb 24 21:11:35.504 INFO E| Compiling thiserror v2.0.11
26952025-02-24T21:11:36.708Z[ helios-setup] Feb 24 21:11:35.621 INFO E| Compiling proc-macro-error-attr v1.0.4
26962025-02-24T21:11:36.900Z[ helios-setup] Feb 24 21:11:35.810 INFO E| Compiling proc-macro-error v1.0.4
26972025-02-24T21:11:36.969Z[ host-package] Compiling progenitor-impl v0.9.1
26982025-02-24T21:11:36.984Z[ helios-setup] Feb 24 21:11:35.897 INFO E| Compiling num-traits v0.2.19
26992025-02-24T21:11:37.718Z[ helios-setup] Feb 24 21:11:36.631 INFO E| Compiling rustc_version v0.2.3
27002025-02-24T21:11:37.838Z[ helios-setup] Feb 24 21:11:36.749 INFO E| Compiling quote v1.0.38
27012025-02-24T21:11:37.913Z[ helios-setup] Feb 24 21:11:36.826 INFO E| Compiling itoa v1.0.14
27022025-02-24T21:11:38.054Z[ helios-setup] Feb 24 21:11:36.966 INFO E| Compiling schemars v0.8.21
27032025-02-24T21:11:38.074Z[ helios-setup] Feb 24 21:11:36.986 INFO E| Compiling ryu v1.0.18
27042025-02-24T21:11:38.397Z[ helios-setup] Feb 24 21:11:37.310 INFO E| Compiling unicode-segmentation v1.12.0
27052025-02-24T21:11:38.788Z[ helios-setup] Feb 24 21:11:37.701 INFO E| Compiling syn v2.0.96
27062025-02-24T21:11:38.931Z[ helios-setup] Feb 24 21:11:37.844 INFO E| Compiling pre-proc-macro v0.2.1
27072025-02-24T21:11:39.284Z[ helios-setup] Feb 24 21:11:38.197 INFO E| Compiling memoffset v0.5.6
27082025-02-24T21:11:39.529Z[ helios-setup] Feb 24 21:11:38.441 INFO E| Compiling thiserror v1.0.69
27092025-02-24T21:11:39.847Z[ helios-setup] Feb 24 21:11:38.757 INFO E| Compiling heck v0.3.3
27102025-02-24T21:11:40.140Z[ helios-setup] Feb 24 21:11:39.051 INFO E| Compiling rustversion v1.0.19
27112025-02-24T21:11:40.281Z[ host-package] Compiling tokio-rustls v0.26.0
27122025-02-24T21:11:40.434Z[ helios-setup] Feb 24 21:11:39.346 INFO E| Compiling paste v1.0.15
27132025-02-24T21:11:40.498Z[ helios-setup] Feb 24 21:11:39.410 INFO E| Compiling lazy_static v1.5.0
27142025-02-24T21:11:40.811Z[ helios-setup] Feb 24 21:11:39.723 INFO E| Compiling ucd-trie v0.1.7
27152025-02-24T21:11:40.915Z[ helios-setup] Feb 24 21:11:39.826 INFO E| Compiling dyn-clone v1.0.17
27162025-02-24T21:11:40.929Z[ helios-setup] Feb 24 21:11:39.841 INFO E| Compiling libc v0.2.169
27172025-02-24T21:11:41.270Z[ host-package] Compiling hyper-rustls v0.27.3
27182025-02-24T21:11:42.293Z[ helios-setup] Feb 24 21:11:41.205 INFO E| Compiling pre v0.2.1
27192025-02-24T21:11:42.296Z[ helios-setup] Feb 24 21:11:41.207 INFO E| Compiling static_assertions v1.1.0
27202025-02-24T21:11:42.403Z[ host-package] Compiling reqwest v0.12.12
27212025-02-24T21:11:42.436Z[ helios-setup] Feb 24 21:11:41.346 INFO E| Compiling cfg-if v0.1.10
27222025-02-24T21:11:42.587Z[ helios-setup] Feb 24 21:11:41.498 INFO E| Compiling once_cell v1.20.2
27232025-02-24T21:11:42.615Z[ helios-setup] Feb 24 21:11:41.527 INFO E| Compiling byteorder v1.5.0
27242025-02-24T21:11:43.709Z[ helios-setup] Feb 24 21:11:42.619 INFO E| Compiling unicode-width v0.1.14
27252025-02-24T21:11:44.461Z[ helios-setup] Feb 24 21:11:43.372 INFO E| Compiling atty v0.2.14
27262025-02-24T21:11:44.847Z[ helios-setup] Feb 24 21:11:43.758 INFO E| Compiling textwrap v0.11.0
27272025-02-24T21:11:45.232Z[ helios-setup] Feb 24 21:11:44.143 INFO E| Compiling bitflags v1.3.2
27282025-02-24T21:11:45.539Z[ helios-setup] Feb 24 21:11:44.450 INFO E| Compiling unic-common v0.9.0
27292025-02-24T21:11:45.697Z[ helios-setup] Feb 24 21:11:44.607 INFO E| Compiling unic-char-range v0.9.0
27302025-02-24T21:11:45.918Z[ helios-setup] Feb 24 21:11:44.828 INFO E| Compiling strum v0.23.0
27312025-02-24T21:11:46.243Z[ helios-setup] Feb 24 21:11:45.152 INFO E| Compiling vec_map v0.8.2
27322025-02-24T21:11:46.340Z[ helios-setup] Feb 24 21:11:45.250 INFO E| Compiling fletcher v0.1.0
27332025-02-24T21:11:46.386Z[ helios-setup] Feb 24 21:11:45.296 INFO E| Compiling ansi_term v0.12.1
27342025-02-24T21:11:46.741Z[ helios-setup] Feb 24 21:11:45.651 INFO E| Compiling parse_int v0.6.0
27352025-02-24T21:11:46.898Z[ helios-setup] Feb 24 21:11:45.808 INFO E| Compiling strsim v0.8.0
27362025-02-24T21:11:47.012Z[ helios-setup] Feb 24 21:11:45.922 INFO E| Compiling unic-char-property v0.9.0
27372025-02-24T21:11:47.114Z[ helios-setup] Feb 24 21:11:46.024 INFO E| Compiling unic-ucd-version v0.9.0
27382025-02-24T21:11:47.262Z[ helios-setup] Feb 24 21:11:46.172 INFO E| Compiling clap v2.34.0
27392025-02-24T21:11:47.392Z[ helios-setup] Feb 24 21:11:46.301 INFO E| Compiling log v0.4.22
27402025-02-24T21:11:47.454Z[ helios-setup] Feb 24 21:11:46.364 INFO E| Compiling plain v0.2.3
27412025-02-24T21:11:47.634Z[ host-package] Compiling qorb v0.2.1
27422025-02-24T21:11:47.741Z[ helios-setup] Feb 24 21:11:46.650 INFO E| Compiling unic-ucd-ident v0.9.0
27432025-02-24T21:11:47.877Z[ helios-setup] Feb 24 21:11:46.787 INFO E| Compiling bytesize v1.3.0
27442025-02-24T21:11:48.450Z[ helios-setup] Feb 24 21:11:47.360 INFO E| Compiling serde_derive_internals v0.29.1
27452025-02-24T21:11:49.782Z[ helios-setup] Feb 24 21:11:48.691 INFO E| Compiling toml v0.5.11
27462025-02-24T21:11:52.952Z[ helios-setup] Feb 24 21:11:51.860 INFO E| Compiling proc-macro-crate v0.1.5
27472025-02-24T21:11:53.963Z[ helios-setup] Feb 24 21:11:52.871 INFO E| Compiling serde_derive v1.0.217
27482025-02-24T21:11:54.086Z[ helios-setup] Feb 24 21:11:52.994 INFO E| Compiling thiserror-impl v2.0.11
27492025-02-24T21:11:54.368Z[ helios-setup] Feb 24 21:11:53.275 INFO E| Compiling schemars_derive v0.8.21
27502025-02-24T21:11:54.571Z[ helios-setup] Feb 24 21:11:53.477 INFO E| Compiling thiserror-impl v1.0.69
27512025-02-24T21:11:54.698Z[ helios-setup] Feb 24 21:11:53.605 INFO E| Compiling zerocopy-derive v0.6.6
27522025-02-24T21:11:55.769Z[ host-package] Compiling progenitor-macro v0.9.1
27532025-02-24T21:11:55.879Z[ helios-setup] Feb 24 21:11:54.786 INFO E| Compiling num-derive v0.4.2
27542025-02-24T21:11:57.138Z[ host-package] Compiling progenitor-client v0.9.1
27552025-02-24T21:11:58.296Z[ host-package] Compiling progenitor-client v0.8.0
27562025-02-24T21:11:59.247Z[ helios-setup] Feb 24 21:11:58.153 INFO E| Compiling zerocopy v0.6.6
27572025-02-24T21:11:59.324Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27582025-02-24T21:11:59.646Z[ host-package] Compiling progenitor v0.8.0
27592025-02-24T21:12:00.242Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27602025-02-24T21:12:01.353Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27612025-02-24T21:12:01.366Z[ helios-setup] Feb 24 21:12:00.271 INFO E| Compiling pest v2.7.15
27622025-02-24T21:12:03.645Z[ helios-setup] Feb 24 21:12:02.551 INFO E| Compiling modular-bitfield-impl v0.11.2
27632025-02-24T21:12:03.885Z[ helios-setup] Feb 24 21:12:02.790 INFO E| Compiling scroll_derive v0.10.5
27642025-02-24T21:12:03.902Z[ helios-setup] Feb 24 21:12:02.807 INFO E| Compiling strum_macros v0.23.1
27652025-02-24T21:12:05.941Z[ helios-setup] Feb 24 21:12:04.845 INFO E| Compiling pest_meta v2.7.15
27662025-02-24T21:12:06.862Z[ helios-setup] Feb 24 21:12:05.767 INFO E| Compiling structopt-derive v0.4.18
27672025-02-24T21:12:07.324Z[ helios-setup] Feb 24 21:12:06.228 INFO E| Compiling scroll v0.10.2
27682025-02-24T21:12:08.911Z[ helios-setup] Feb 24 21:12:07.815 INFO E| Compiling pest_generator v2.7.15
27692025-02-24T21:12:09.485Z[ helios-setup] Feb 24 21:12:08.388 INFO E| Compiling modular-bitfield v0.11.2
27702025-02-24T21:12:09.794Z[ helios-setup] Feb 24 21:12:08.698 INFO E| Compiling goblin v0.4.3
27712025-02-24T21:12:12.608Z[ helios-setup] Feb 24 21:12:11.511 INFO E| Compiling structopt v0.3.26
27722025-02-24T21:12:13.660Z[ helios-setup] Feb 24 21:12:12.562 INFO E| Compiling pest_derive v2.7.15
27732025-02-24T21:12:20.039Z[ helios-setup] Feb 24 21:12:18.939 INFO E| Compiling json5 v0.4.1
27742025-02-24T21:12:26.922Z[ helios-setup] Feb 24 21:12:25.821 INFO E| Compiling four-cc v0.3.0
27752025-02-24T21:12:26.925Z[ helios-setup] Feb 24 21:12:25.821 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27762025-02-24T21:12:27.127Z[ helios-setup] Feb 24 21:12:26.025 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27772025-02-24T21:12:40.733Z[ host-package] Compiling progenitor v0.9.1
27782025-02-24T21:12:41.838Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27792025-02-24T21:12:45.569Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27802025-02-24T21:12:45.910Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27812025-02-24T21:12:46.702Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27822025-02-24T21:12:46.744Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27832025-02-24T21:12:52.792Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27842025-02-24T21:12:55.047Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27852025-02-24T21:12:56.321Z[ host-package] Compiling macaddr v1.0.1
27862025-02-24T21:12:56.900Z[ host-package] Compiling slog-dtrace v0.3.0
27872025-02-24T21:12:57.050Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27882025-02-24T21:12:57.250Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27892025-02-24T21:12:57.465Z[ host-package] Compiling prettyplease v0.2.29
27902025-02-24T21:13:00.199Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27912025-02-24T21:13:02.924Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27922025-02-24T21:13:03.710Z[ host-package] Compiling half v2.4.1
27932025-02-24T21:13:03.883Z[ host-package] Compiling ciborium-io v0.2.2
27942025-02-24T21:13:04.174Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27952025-02-24T21:13:04.223Z[ host-package] Compiling bytecount v0.6.8
27962025-02-24T21:13:04.570Z[ host-package] Compiling ciborium-ll v0.2.2
27972025-02-24T21:13:04.731Z[ host-package] Compiling display-error-chain v0.2.2
27982025-02-24T21:13:05.081Z[ host-package] Compiling ciborium v0.2.2
27992025-02-24T21:13:05.216Z[ host-package] Compiling same-file v1.0.6
28002025-02-24T21:13:05.281Z[ host-package] Compiling fastrand v2.1.1
28012025-02-24T21:13:05.551Z[ host-package] Compiling walkdir v2.5.0
28022025-02-24T21:13:05.843Z[ host-package] Compiling tempfile v3.13.0
28032025-02-24T21:13:06.361Z[ host-package] Compiling blake3 v1.5.4
28042025-02-24T21:13:06.692Z[ host-package] Compiling const_format_proc_macros v0.2.34
28052025-02-24T21:13:07.173Z[ host-package] Compiling xattr v1.3.1
28062025-02-24T21:13:07.406Z[ host-package] Compiling memmap2 v0.9.5
28072025-02-24T21:13:07.532Z[ host-package] Compiling filetime v0.2.25
28082025-02-24T21:13:07.863Z[ host-package] Compiling maplit v1.0.2
28092025-02-24T21:13:07.920Z[ host-package] Compiling arrayvec v0.7.6
28102025-02-24T21:13:08.093Z[ host-package] Compiling arrayref v0.3.9
28112025-02-24T21:13:08.251Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28122025-02-24T21:13:08.404Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28132025-02-24T21:13:08.837Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28142025-02-24T21:13:12.846Z[ helios-setup] Feb 24 21:13:11.731 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28152025-02-24T21:13:16.953Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28162025-02-24T21:13:17.424Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28172025-02-24T21:13:19.902Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28182025-02-24T21:13:20.933Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28192025-02-24T21:13:23.391Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28202025-02-24T21:13:26.287Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28212025-02-24T21:13:27.711Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28222025-02-24T21:13:29.950Z[ helios-setup] Feb 24 21:13:28.830 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28232025-02-24T21:13:31.620Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28242025-02-24T21:13:37.363Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28252025-02-24T21:13:37.884Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28262025-02-24T21:13:38.103Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28272025-02-24T21:13:39.794Z[ host-package] Compiling keccak v0.1.5
28282025-02-24T21:13:40.113Z[ host-package] Compiling crunchy v0.2.2
28292025-02-24T21:13:40.676Z[ host-package] Compiling constant_time_eq v0.3.1
28302025-02-24T21:13:41.161Z[ host-package] Compiling sha3 v0.10.8
28312025-02-24T21:13:42.018Z[ host-package] Compiling const_format v0.2.34
28322025-02-24T21:13:42.216Z[ host-package] Compiling tar v0.4.42
28332025-02-24T21:13:43.376Z[ host-package] Compiling camino-tempfile v1.1.1
28342025-02-24T21:13:43.986Z[ host-package] Compiling toolchain_find v0.4.0
28352025-02-24T21:13:44.250Z[ host-package] Compiling tiny-keccak v2.0.2
28362025-02-24T21:13:44.372Z[ host-package] Compiling topological-sort v0.2.2
28372025-02-24T21:13:44.644Z[ host-package] Compiling omicron-zone-package v0.12.0
28382025-02-24T21:13:44.691Z[ host-package] Compiling rustfmt-wrapper v0.2.1
28392025-02-24T21:13:45.214Z[ host-package] Compiling dsl_auto_type v0.1.2
28402025-02-24T21:13:45.289Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28412025-02-24T21:13:45.473Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28422025-02-24T21:13:45.730Z[ host-package] Compiling r2d2 v0.8.10
28432025-02-24T21:13:46.341Z[ host-package] Compiling phf_generator v0.11.2
28442025-02-24T21:13:46.534Z[ host-package] Compiling ascii-canvas v3.0.0
28452025-02-24T21:13:46.636Z[ host-package] Compiling secrecy v0.8.0
28462025-02-24T21:13:46.696Z[ host-package] Compiling diesel_derives v2.2.3
28472025-02-24T21:13:46.820Z[ host-package] Compiling ena v0.14.3
28482025-02-24T21:13:46.922Z[ host-package] Compiling bindgen v0.71.1
28492025-02-24T21:13:47.099Z[ host-package] Compiling diff v0.1.13
28502025-02-24T21:13:47.342Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28512025-02-24T21:13:47.465Z[ host-package] Compiling regex-syntax v0.6.29
28522025-02-24T21:13:47.693Z[ host-package] Compiling arc-swap v1.7.1
28532025-02-24T21:13:47.882Z[ host-package] Compiling phf_codegen v0.11.2
28542025-02-24T21:13:48.122Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28552025-02-24T21:13:48.434Z[ host-package] Compiling slog-scope v4.4.0
28562025-02-24T21:13:49.451Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28572025-02-24T21:13:49.514Z[ host-package] Compiling universal-hash v0.5.1
28582025-02-24T21:13:49.734Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28592025-02-24T21:13:49.818Z[ host-package] Compiling parse-zoneinfo v0.3.1
28602025-02-24T21:13:50.177Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28612025-02-24T21:13:51.378Z[ host-package] Compiling lalrpop v0.19.12
28622025-02-24T21:13:51.979Z[ host-package] Compiling unicase v2.7.0
28632025-02-24T21:13:52.410Z[ host-package] Compiling opaque-debug v0.3.1
28642025-02-24T21:13:52.491Z[ host-package] Compiling rustc-hash v2.1.1
28652025-02-24T21:13:52.653Z[ host-package] Compiling ref-cast v1.0.23
28662025-02-24T21:13:52.802Z[ host-package] Compiling poly1305 v0.8.0
28672025-02-24T21:13:53.275Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28682025-02-24T21:13:54.856Z[ host-package] Compiling thiserror-no-std v2.0.2
28692025-02-24T21:13:55.064Z[ host-package] Compiling chrono-tz-build v0.4.0
28702025-02-24T21:13:56.286Z[ host-package] Compiling slog-stdlog v4.1.1
28712025-02-24T21:13:57.933Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28722025-02-24T21:13:58.325Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28732025-02-24T21:13:58.690Z[ host-package] Compiling diesel v2.2.7
28742025-02-24T21:13:58.765Z[ host-package] Compiling derive_builder_core v0.20.2
28752025-02-24T21:14:01.297Z[ host-package] Compiling chacha20 v0.9.1
28762025-02-24T21:14:01.908Z[ host-package] Compiling headers-core v0.3.0
28772025-02-24T21:14:02.130Z[ host-package] Compiling aead v0.5.2
28782025-02-24T21:14:02.683Z[ host-package] Compiling libxml v0.3.3
28792025-02-24T21:14:03.206Z[ host-package] Compiling ref-cast-impl v1.0.23
28802025-02-24T21:14:04.700Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28812025-02-24T21:14:05.667Z[ host-package] Compiling vte v0.11.1
28822025-02-24T21:14:07.832Z[ host-package] Compiling samael v0.0.18
28832025-02-24T21:14:08.083Z[ host-package] Compiling chacha20poly1305 v0.10.1
28842025-02-24T21:14:08.487Z[ host-package] Compiling headers v0.4.0
28852025-02-24T21:14:09.778Z[ host-package] Compiling derive_builder_macro v0.20.2
28862025-02-24T21:14:11.512Z[ host-package] Compiling slog-envlogger v2.2.0
28872025-02-24T21:14:12.913Z[ host-package] Compiling chrono-tz v0.10.1
28882025-02-24T21:14:13.770Z[ host-package] Compiling vsss-rs v3.3.4
28892025-02-24T21:14:14.625Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28902025-02-24T21:14:18.063Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28912025-02-24T21:14:18.390Z[ host-package] Compiling polar-core v0.27.3
28922025-02-24T21:14:18.696Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28932025-02-24T21:14:19.235Z[ host-package] Compiling strum_macros v0.24.3
28942025-02-24T21:14:20.303Z[ helios-setup] Feb 24 21:14:19.167 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
28952025-02-24T21:14:20.405Z[ helios-setup] Feb 24 21:14:19.268 INFO building project "amd-host-image-builder" ok (191 seconds)
28962025-02-24T21:14:20.405Z[ helios-setup] Feb 24 21:14:19.269 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28972025-02-24T21:14:20.409Z[ helios-setup] Feb 24 21:14:19.269 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28982025-02-24T21:14:20.714Z[ helios-setup] Feb 24 21:14:19.578 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28992025-02-24T21:14:21.258Z[ helios-setup] Feb 24 21:14:20.123 INFO E| From https://github.com/jclulow/rust-jmclib
29002025-02-24T21:14:21.261Z[ helios-setup] Feb 24 21:14:20.123 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29012025-02-24T21:14:21.280Z[ helios-setup] Feb 24 21:14:20.144 INFO E| Updating crates.io index
29022025-02-24T21:14:21.464Z[ helios-setup] Feb 24 21:14:20.328 INFO E| Downloading crates ...
29032025-02-24T21:14:21.590Z[ helios-setup] Feb 24 21:14:20.454 INFO E| Downloaded block-buffer v0.9.0
29042025-02-24T21:14:21.663Z[ helios-setup] Feb 24 21:14:20.528 INFO E| Downloaded itoa v1.0.9
29052025-02-24T21:14:21.666Z[ helios-setup] Feb 24 21:14:20.530 INFO E| Downloaded opaque-debug v0.3.0
29062025-02-24T21:14:21.670Z[ helios-setup] Feb 24 21:14:20.531 INFO E| Downloaded glob v0.3.1
29072025-02-24T21:14:21.670Z[ helios-setup] Feb 24 21:14:20.533 INFO E| Downloaded cpufeatures v0.2.9
29082025-02-24T21:14:21.673Z[ helios-setup] Feb 24 21:14:20.535 INFO E| Downloaded bitflags v2.3.3
29092025-02-24T21:14:21.708Z[ helios-setup] Feb 24 21:14:20.572 INFO E| Downloaded walkdir v2.3.3
29102025-02-24T21:14:21.711Z[ helios-setup] Feb 24 21:14:20.575 INFO E| Downloaded once_cell v1.18.0
29112025-02-24T21:14:21.715Z[ helios-setup] Feb 24 21:14:20.579 INFO E| Downloaded libdevinfo-sys v1.0.0
29122025-02-24T21:14:21.718Z[ helios-setup] Feb 24 21:14:20.581 INFO E| Downloaded sha-1 v0.9.8
29132025-02-24T21:14:21.722Z[ helios-setup] Feb 24 21:14:20.583 INFO E| Downloaded fastrand v2.0.0
29142025-02-24T21:14:21.724Z[ helios-setup] Feb 24 21:14:20.585 INFO E| Downloaded uuid v0.8.2
29152025-02-24T21:14:21.728Z[ helios-setup] Feb 24 21:14:20.590 INFO E| Downloaded unicode-ident v1.0.11
29162025-02-24T21:14:21.731Z[ helios-setup] Feb 24 21:14:20.595 INFO E| Downloaded toml v0.5.11
29172025-02-24T21:14:21.734Z[ helios-setup] Feb 24 21:14:20.599 INFO E| Downloaded typenum v1.16.0
29182025-02-24T21:14:21.738Z[ helios-setup] Feb 24 21:14:20.603 INFO E| Downloaded anyhow v1.0.72
29192025-02-24T21:14:21.747Z[ helios-setup] Feb 24 21:14:20.609 INFO E| Downloaded ryu v1.0.15
29202025-02-24T21:14:21.750Z[ helios-setup] Feb 24 21:14:20.615 INFO E| Downloaded serde v1.0.193
29212025-02-24T21:14:21.755Z[ helios-setup] Feb 24 21:14:20.619 INFO E| Downloaded serde_derive v1.0.193
29222025-02-24T21:14:21.758Z[ helios-setup] Feb 24 21:14:20.623 INFO E| Downloaded quote v1.0.31
29232025-02-24T21:14:21.762Z[ helios-setup] Feb 24 21:14:20.627 INFO E| Downloaded serde_json v1.0.103
29242025-02-24T21:14:21.774Z[ helios-setup] Feb 24 21:14:20.638 INFO E| Downloaded proc-macro2 v1.0.66
29252025-02-24T21:14:21.778Z[ helios-setup] Feb 24 21:14:20.642 INFO E| Downloaded tempfile v3.7.0
29262025-02-24T21:14:21.782Z[ helios-setup] Feb 24 21:14:20.646 INFO E| Downloaded getrandom v0.2.10
29272025-02-24T21:14:21.787Z[ helios-setup] Feb 24 21:14:20.651 INFO E| Downloaded digest v0.9.0
29282025-02-24T21:14:21.790Z[ helios-setup] Feb 24 21:14:20.653 INFO E| Downloaded md-5 v0.9.1
29292025-02-24T21:14:21.792Z[ helios-setup] Feb 24 21:14:20.655 INFO E| Downloaded errno v0.3.1
29302025-02-24T21:14:21.824Z[ helios-setup] Feb 24 21:14:20.689 INFO E| Downloaded syn v2.0.32
29312025-02-24T21:14:21.842Z[ helios-setup] Feb 24 21:14:20.706 INFO E| Downloaded rustix v0.38.4
29322025-02-24T21:14:21.913Z[ helios-setup] Feb 24 21:14:20.777 INFO E| Downloaded libc v0.2.147
29332025-02-24T21:14:22.035Z[ helios-setup] Feb 24 21:14:20.900 INFO E| Compiling libc v0.2.147
29342025-02-24T21:14:22.103Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling proc-macro2 v1.0.66
29352025-02-24T21:14:22.103Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling cfg-if v1.0.0
29362025-02-24T21:14:22.103Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling unicode-ident v1.0.11
29372025-02-24T21:14:22.106Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling typenum v1.16.0
29382025-02-24T21:14:22.106Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling version_check v0.9.4
29392025-02-24T21:14:22.106Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling serde v1.0.193
29402025-02-24T21:14:22.106Z[ helios-setup] Feb 24 21:14:20.967 INFO E| Compiling powerfmt v0.2.0
29412025-02-24T21:14:22.458Z[ helios-setup] Feb 24 21:14:21.318 INFO E| Compiling time-core v0.1.2
29422025-02-24T21:14:22.817Z[ helios-setup] Feb 24 21:14:21.669 INFO E| Compiling num-conv v0.1.0
29432025-02-24T21:14:23.068Z[ helios-setup] Feb 24 21:14:21.919 INFO E| Compiling rustix v0.38.4
29442025-02-24T21:14:23.097Z[ host-package] Compiling fxhash v0.2.1
29452025-02-24T21:14:23.122Z[ host-package] Compiling indoc v1.0.9
29462025-02-24T21:14:23.158Z[ helios-setup] Feb 24 21:14:22.016 INFO E| Compiling itoa v1.0.9
29472025-02-24T21:14:23.341Z[ helios-setup] Feb 24 21:14:22.205 INFO E| Compiling slog v2.7.0
29482025-02-24T21:14:23.502Z[ helios-setup] Feb 24 21:14:22.365 INFO E| Compiling generic-array v0.14.7
29492025-02-24T21:14:23.642Z[ helios-setup] Feb 24 21:14:22.505 INFO E| Compiling time-macros v0.2.18
29502025-02-24T21:14:23.888Z[ helios-setup] Feb 24 21:14:22.751 INFO E| Compiling deranged v0.3.11
29512025-02-24T21:14:24.285Z[ helios-setup] Feb 24 21:14:23.149 INFO E| Compiling bitflags v2.3.3
29522025-02-24T21:14:24.484Z[ helios-setup] Feb 24 21:14:23.335 INFO E| Compiling num_threads v0.1.6
29532025-02-24T21:14:24.675Z[ helios-setup] Feb 24 21:14:23.538 INFO E| Compiling once_cell v1.18.0
29542025-02-24T21:14:25.128Z[ host-package] Compiling derive_builder v0.20.2
29552025-02-24T21:14:25.312Z[ helios-setup] Feb 24 21:14:24.173 INFO E| Compiling quote v1.0.31
29562025-02-24T21:14:25.386Z[ helios-setup] Feb 24 21:14:24.249 INFO E| Compiling thread_local v1.1.7
29572025-02-24T21:14:25.974Z[ helios-setup] Feb 24 21:14:24.838 INFO E| Compiling dirs-sys-next v0.1.2
29582025-02-24T21:14:26.443Z[ helios-setup] Feb 24 21:14:25.306 INFO E| Compiling syn v2.0.32
29592025-02-24T21:14:26.495Z[ helios-setup] Feb 24 21:14:25.358 INFO E| Compiling dirs-next v2.0.0
29602025-02-24T21:14:26.516Z[ helios-setup] Feb 24 21:14:25.379 INFO E| Compiling errno v0.3.1
29612025-02-24T21:14:26.931Z[ helios-setup] Feb 24 21:14:25.793 INFO E| Compiling term v0.7.0
29622025-02-24T21:14:27.092Z[ helios-setup] Feb 24 21:14:25.953 INFO E| Compiling atty v0.2.14
29632025-02-24T21:14:27.138Z[ helios-setup] Feb 24 21:14:25.999 INFO E| Compiling opaque-debug v0.3.0
29642025-02-24T21:14:27.297Z[ helios-setup] Feb 24 21:14:26.160 INFO E| Compiling fastrand v2.0.0
29652025-02-24T21:14:27.308Z[ helios-setup] Feb 24 21:14:26.171 INFO E| Compiling anyhow v1.0.72
29662025-02-24T21:14:27.387Z[ helios-setup] Feb 24 21:14:26.249 INFO E| Compiling serde_json v1.0.103
29672025-02-24T21:14:28.513Z[ helios-setup] Feb 24 21:14:27.376 INFO E| Compiling getrandom v0.2.10
29682025-02-24T21:14:28.637Z[ helios-setup] Feb 24 21:14:27.499 INFO E| Compiling time v0.3.36
29692025-02-24T21:14:28.825Z[ helios-setup] Feb 24 21:14:27.687 INFO E| Compiling digest v0.9.0
29702025-02-24T21:14:29.115Z[ helios-setup] Feb 24 21:14:27.977 INFO E| Compiling block-buffer v0.9.0
29712025-02-24T21:14:29.199Z[ helios-setup] Feb 24 21:14:28.062 INFO E| Compiling same-file v1.0.6
29722025-02-24T21:14:29.321Z[ helios-setup] Feb 24 21:14:28.184 INFO E| Compiling cpufeatures v0.2.9
29732025-02-24T21:14:29.438Z[ helios-setup] Feb 24 21:14:28.300 INFO E| Compiling tempfile v3.7.0
29742025-02-24T21:14:29.479Z[ helios-setup] Feb 24 21:14:28.341 INFO E| Compiling unicode-width v0.1.10
29752025-02-24T21:14:29.563Z[ helios-setup] Feb 24 21:14:28.426 INFO E| Compiling ryu v1.0.15
29762025-02-24T21:14:29.727Z[ helios-setup] Feb 24 21:14:28.589 INFO E| Compiling getopts v0.2.21
29772025-02-24T21:14:29.861Z[ helios-setup] Feb 24 21:14:28.723 INFO E| Compiling walkdir v2.3.3
29782025-02-24T21:14:30.309Z[ helios-setup] Feb 24 21:14:29.171 INFO E| Compiling sha-1 v0.9.8
29792025-02-24T21:14:30.536Z[ helios-setup] Feb 24 21:14:29.397 INFO E| Compiling md-5 v0.9.1
29802025-02-24T21:14:31.097Z[ helios-setup] Feb 24 21:14:29.958 INFO E| Compiling libdevinfo-sys v1.0.0
29812025-02-24T21:14:31.310Z[ helios-setup] Feb 24 21:14:30.171 INFO E| Compiling glob v0.3.1
29822025-02-24T21:14:32.392Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29832025-02-24T21:14:32.982Z[ helios-setup] Feb 24 21:14:31.843 INFO E| Compiling slog-term v2.9.0
29842025-02-24T21:14:33.413Z[ helios-setup] Feb 24 21:14:32.274 INFO E| Compiling serde_derive v1.0.193
29852025-02-24T21:14:34.102Z[ host-package] Compiling papergrid v0.11.0
29862025-02-24T21:14:34.179Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29872025-02-24T21:14:34.779Z[ host-package] Compiling tabled_derive v0.7.0
29882025-02-24T21:14:37.191Z[ host-package] Compiling fd-lock v4.0.2
29892025-02-24T21:14:37.543Z[ host-package] Compiling peg-macros v0.8.4
29902025-02-24T21:14:41.436Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29912025-02-24T21:14:42.699Z[ host-package] Compiling kstat-rs v0.2.4
29922025-02-24T21:14:43.797Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29932025-02-24T21:14:45.321Z[ host-package] Compiling oso-derive v0.27.3
29942025-02-24T21:14:46.053Z[ helios-setup] Feb 24 21:14:44.911 INFO E| Compiling toml v0.5.11
29952025-02-24T21:14:46.056Z[ helios-setup] Feb 24 21:14:44.911 INFO E| Compiling uuid v0.8.2
29962025-02-24T21:14:46.716Z[ host-package] Compiling quick-xml v0.37.2
29972025-02-24T21:14:48.189Z[ helios-setup] Feb 24 21:14:47.046 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29982025-02-24T21:14:49.264Z[ host-package] Compiling diesel-dtrace v0.4.2
29992025-02-24T21:14:49.679Z[ helios-setup] Feb 24 21:14:48.536 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30002025-02-24T21:14:49.736Z[ host-package] Compiling nu-ansi-term v0.50.1
30012025-02-24T21:14:50.390Z[ host-package] Compiling reedline v0.35.0
30022025-02-24T21:14:51.299Z[ host-package] Compiling oso v0.27.3
30032025-02-24T21:15:00.440Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30042025-02-24T21:15:01.015Z[ helios-setup] Feb 24 21:14:59.868 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.49s
30052025-02-24T21:15:01.048Z[ helios-setup] Feb 24 21:14:59.901 INFO building project "image-builder" ok (40 seconds)
30062025-02-24T21:15:01.048Z[ helios-setup] Feb 24 21:14:59.901 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30072025-02-24T21:15:01.051Z[ helios-setup] Feb 24 21:14:59.901 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30082025-02-24T21:15:01.337Z[ helios-setup] Feb 24 21:15:00.190 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30092025-02-24T21:15:02.034Z[ host-package] Compiling peg v0.8.4
30102025-02-24T21:15:02.184Z[ host-package] Compiling tabled v0.15.0
30112025-02-24T21:15:02.510Z[ helios-setup] Feb 24 21:15:01.362 INFO E| From https://github.com/oxidecomputer/progenitor
30122025-02-24T21:15:02.513Z[ helios-setup] Feb 24 21:15:01.362 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30132025-02-24T21:15:02.603Z[ helios-setup] Feb 24 21:15:01.455 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30142025-02-24T21:15:03.004Z[ helios-setup] Feb 24 21:15:01.856 INFO E| From https://github.com/jclulow/hiercmd
30152025-02-24T21:15:03.004Z[ helios-setup] Feb 24 21:15:01.857 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30162025-02-24T21:15:03.023Z[ helios-setup] Feb 24 21:15:01.875 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30172025-02-24T21:15:03.476Z[ helios-setup] Feb 24 21:15:02.328 INFO E| From https://github.com/jclulow/network-interface
30182025-02-24T21:15:03.476Z[ helios-setup] Feb 24 21:15:02.328 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30192025-02-24T21:15:03.497Z[ helios-setup] Feb 24 21:15:02.348 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30202025-02-24T21:15:03.909Z[ helios-setup] Feb 24 21:15:02.759 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30212025-02-24T21:15:03.909Z[ helios-setup] Feb 24 21:15:02.759 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30222025-02-24T21:15:03.951Z[ helios-setup] Feb 24 21:15:02.804 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30232025-02-24T21:15:04.617Z[ helios-setup] Feb 24 21:15:03.469 INFO E| From https://github.com/oxidecomputer/facade
30242025-02-24T21:15:04.617Z[ helios-setup] Feb 24 21:15:03.469 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30252025-02-24T21:15:04.663Z[ helios-setup] Feb 24 21:15:03.514 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30262025-02-24T21:15:05.409Z[ helios-setup] Feb 24 21:15:04.261 INFO E| From https://github.com/oxidecomputer/dropshot
30272025-02-24T21:15:05.409Z[ helios-setup] Feb 24 21:15:04.261 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30282025-02-24T21:15:05.455Z[ helios-setup] Feb 24 21:15:04.306 INFO E| Updating crates.io index
30292025-02-24T21:15:05.626Z[ helios-setup] Feb 24 21:15:04.476 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30302025-02-24T21:15:06.389Z[ helios-setup] Feb 24 21:15:05.240 INFO E| From https://github.com/oxidecomputer/typify
30312025-02-24T21:15:06.389Z[ helios-setup] Feb 24 21:15:05.240 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30322025-02-24T21:15:06.675Z[ helios-setup] Feb 24 21:15:05.526 INFO E| Downloading crates ...
30332025-02-24T21:15:06.862Z[ helios-setup] Feb 24 21:15:05.713 INFO E| Downloaded async-stream-impl v0.3.5
30342025-02-24T21:15:06.868Z[ helios-setup] Feb 24 21:15:05.719 INFO E| Downloaded anstyle-parse v0.1.1
30352025-02-24T21:15:06.875Z[ helios-setup] Feb 24 21:15:05.726 INFO E| Downloaded async-stream v0.3.5
30362025-02-24T21:15:06.878Z[ helios-setup] Feb 24 21:15:05.730 INFO E| Downloaded anstream v0.2.6
30372025-02-24T21:15:06.920Z[ helios-setup] Feb 24 21:15:05.771 INFO E| Downloaded want v0.3.0
30382025-02-24T21:15:06.923Z[ helios-setup] Feb 24 21:15:05.773 INFO E| Downloaded tower-service v0.3.2
30392025-02-24T21:15:06.927Z[ helios-setup] Feb 24 21:15:05.775 INFO E| Downloaded thiserror v1.0.38
30402025-02-24T21:15:06.932Z[ helios-setup] Feb 24 21:15:05.783 INFO E| Downloaded spin v0.5.2
30412025-02-24T21:15:06.935Z[ helios-setup] Feb 24 21:15:05.786 INFO E| Downloaded futures-sink v0.3.28
30422025-02-24T21:15:06.937Z[ helios-setup] Feb 24 21:15:05.787 INFO E| Downloaded try-lock v0.2.4
30432025-02-24T21:15:06.940Z[ helios-setup] Feb 24 21:15:05.789 INFO E| Downloaded toolchain_find v0.2.0
30442025-02-24T21:15:06.940Z[ helios-setup] Feb 24 21:15:05.791 INFO E| Downloaded serde_spanned v0.6.1
30452025-02-24T21:15:06.942Z[ helios-setup] Feb 24 21:15:05.793 INFO E| Downloaded futures-core v0.3.28
30462025-02-24T21:15:06.945Z[ helios-setup] Feb 24 21:15:05.795 INFO E| Downloaded iana-time-zone v0.1.56
30472025-02-24T21:15:06.948Z[ helios-setup] Feb 24 21:15:05.799 INFO E| Downloaded home v0.5.4
30482025-02-24T21:15:06.950Z[ helios-setup] Feb 24 21:15:05.801 INFO E| Downloaded strsim v0.10.0
30492025-02-24T21:15:06.953Z[ helios-setup] Feb 24 21:15:05.804 INFO E| Downloaded smawk v0.3.1
30502025-02-24T21:15:06.955Z[ helios-setup] Feb 24 21:15:05.806 INFO E| Downloaded thiserror-impl v1.0.38
30512025-02-24T21:15:06.958Z[ helios-setup] Feb 24 21:15:05.809 INFO E| Downloaded semver-parser v0.10.2
30522025-02-24T21:15:06.961Z[ helios-setup] Feb 24 21:15:05.812 INFO E| Downloaded num_enum_derive v0.5.7
30532025-02-24T21:15:06.964Z[ helios-setup] Feb 24 21:15:05.814 INFO E| Downloaded utf8parse v0.2.1
30542025-02-24T21:15:06.967Z[ helios-setup] Feb 24 21:15:05.816 INFO E| Downloaded terminal_size v0.2.6
30552025-02-24T21:15:06.969Z[ helios-setup] Feb 24 21:15:05.819 INFO E| Downloaded lazy_static v1.4.0
30562025-02-24T21:15:06.972Z[ helios-setup] Feb 24 21:15:05.821 INFO E| Downloaded tempfile v3.5.0
30572025-02-24T21:15:06.977Z[ helios-setup] Feb 24 21:15:05.826 INFO E| Downloaded serde_path_to_error v0.1.11
30582025-02-24T21:15:06.980Z[ helios-setup] Feb 24 21:15:05.829 INFO E| Downloaded schemars_derive v0.8.12
30592025-02-24T21:15:06.982Z[ helios-setup] Feb 24 21:15:05.832 INFO E| Downloaded sct v0.7.0
30602025-02-24T21:15:06.992Z[ helios-setup] Feb 24 21:15:05.844 INFO E| Downloaded semver v0.11.0
30612025-02-24T21:15:06.995Z[ helios-setup] Feb 24 21:15:05.847 INFO E| Downloaded tokio-tungstenite v0.18.0
30622025-02-24T21:15:06.999Z[ helios-setup] Feb 24 21:15:05.850 INFO E| Downloaded itoa v1.0.6
30632025-02-24T21:15:07.003Z[ helios-setup] Feb 24 21:15:05.853 INFO E| Downloaded semver v1.0.17
30642025-02-24T21:15:07.005Z[ helios-setup] Feb 24 21:15:05.857 INFO E| Downloaded digest v0.10.6
30652025-02-24T21:15:07.009Z[ helios-setup] Feb 24 21:15:05.860 INFO E| Downloaded ryu v1.0.13
30662025-02-24T21:15:07.014Z[ helios-setup] Feb 24 21:15:05.865 INFO E| Downloaded schemars v0.8.12
30672025-02-24T21:15:07.033Z[ helios-setup] Feb 24 21:15:05.884 INFO E| Downloaded unicode-ident v1.0.8
30682025-02-24T21:15:07.038Z[ helios-setup] Feb 24 21:15:05.888 INFO E| Downloaded toml_datetime v0.6.1
30692025-02-24T21:15:07.041Z[ helios-setup] Feb 24 21:15:05.889 INFO E| Downloaded serde_yaml v0.9.21
30702025-02-24T21:15:07.045Z[ helios-setup] Feb 24 21:15:05.896 INFO E| Downloaded unsafe-libyaml v0.2.8
30712025-02-24T21:15:07.049Z[ helios-setup] Feb 24 21:15:05.901 INFO E| Downloaded ahash v0.8.3
30722025-02-24T21:15:07.053Z[ helios-setup] Feb 24 21:15:05.905 INFO E| Downloaded serde_derive_internals v0.26.0
30732025-02-24T21:15:07.056Z[ helios-setup] Feb 24 21:15:05.907 INFO E| Downloaded url v2.3.1
30742025-02-24T21:15:07.061Z[ helios-setup] Feb 24 21:15:05.912 INFO E| Downloaded tracing-core v0.1.30
30752025-02-24T21:15:07.065Z[ helios-setup] Feb 24 21:15:05.916 INFO E| Downloaded serde_derive v1.0.204
30762025-02-24T21:15:07.069Z[ helios-setup] Feb 24 21:15:05.920 INFO E| Downloaded unicode-linebreak v0.1.4
30772025-02-24T21:15:07.072Z[ helios-setup] Feb 24 21:15:05.923 INFO E| Downloaded futures v0.3.28
30782025-02-24T21:15:07.080Z[ helios-setup] Feb 24 21:15:05.931 INFO E| Downloaded tokio-util v0.7.7
30792025-02-24T21:15:07.089Z[ helios-setup] Feb 24 21:15:05.940 INFO E| Downloaded serde_json v1.0.95
30802025-02-24T21:15:07.100Z[ helios-setup] Feb 24 21:15:05.951 INFO E| Downloaded unicode-normalization v0.1.22
30812025-02-24T21:15:07.106Z[ helios-setup] Feb 24 21:15:05.957 INFO E| Downloaded lock_api v0.4.9
30822025-02-24T21:15:07.110Z[ helios-setup] Feb 24 21:15:05.959 INFO E| Downloaded bytes v1.4.0
30832025-02-24T21:15:07.113Z[ helios-setup] Feb 24 21:15:05.964 INFO E| Downloaded parking_lot v0.12.1
30842025-02-24T21:15:07.117Z[ helios-setup] Feb 24 21:15:05.968 INFO E| Downloaded proc-macro2 v1.0.86
30852025-02-24T21:15:07.125Z[ helios-setup] Feb 24 21:15:05.976 INFO E| Downloaded syn v2.0.72
30862025-02-24T21:15:07.141Z[ helios-setup] Feb 24 21:15:05.993 INFO E| Downloaded rayon-core v1.10.2
30872025-02-24T21:15:07.147Z[ helios-setup] Feb 24 21:15:05.999 INFO E| Downloaded syn v1.0.107
30882025-02-24T21:15:07.164Z[ helios-setup] Feb 24 21:15:06.015 INFO E| Downloaded mio v0.8.5
30892025-02-24T21:15:07.173Z[ helios-setup] Feb 24 21:15:06.024 INFO E| Downloaded memchr v2.5.0
30902025-02-24T21:15:07.180Z[ helios-setup] Feb 24 21:15:06.031 INFO E| Downloaded serde v1.0.204
30912025-02-24T21:15:07.185Z[ helios-setup] Feb 24 21:15:06.036 INFO E| Downloaded crossbeam-channel v0.5.6
30922025-02-24T21:15:07.193Z[ helios-setup] Feb 24 21:15:06.044 INFO E| Downloaded http v0.2.9
30932025-02-24T21:15:07.200Z[ helios-setup] Feb 24 21:15:06.050 INFO E| Downloaded cc v1.0.78
30942025-02-24T21:15:07.205Z[ helios-setup] Feb 24 21:15:06.055 INFO E| Downloaded pest v2.5.7
30952025-02-24T21:15:07.213Z[ helios-setup] Feb 24 21:15:06.064 INFO E| Downloaded num-traits v0.2.15
30962025-02-24T21:15:07.217Z[ helios-setup] Feb 24 21:15:06.068 INFO E| Downloaded base64 v0.21.0
30972025-02-24T21:15:07.223Z[ helios-setup] Feb 24 21:15:06.075 INFO E| Downloaded clap v4.2.1
30982025-02-24T21:15:07.266Z[ helios-setup] Feb 24 21:15:06.117 INFO E| Downloaded futures-util v0.3.28
30992025-02-24T21:15:07.290Z[ helios-setup] Feb 24 21:15:06.141 INFO E| Downloaded reqwest v0.11.16
31002025-02-24T21:15:07.314Z[ helios-setup] Feb 24 21:15:06.165 INFO E| Downloaded rayon v1.6.1
31012025-02-24T21:15:07.344Z[ helios-setup] Feb 24 21:15:06.194 INFO E| Downloaded h2 v0.3.16
31022025-02-24T21:15:07.354Z[ helios-setup] Feb 24 21:15:06.205 INFO E| Downloaded git2 v0.16.1
31032025-02-24T21:15:07.368Z[ helios-setup] Feb 24 21:15:06.220 INFO E| Downloaded chrono v0.4.24
31042025-02-24T21:15:07.381Z[ helios-setup] Feb 24 21:15:06.232 INFO E| Downloaded regress v0.5.0
31052025-02-24T21:15:07.393Z[ helios-setup] Feb 24 21:15:06.244 INFO E| Downloaded regex v1.7.3
31062025-02-24T21:15:07.407Z[ helios-setup] Feb 24 21:15:06.258 INFO E| Downloaded idna v0.3.0
31072025-02-24T21:15:07.418Z[ helios-setup] Feb 24 21:15:06.269 INFO E| Downloaded rustls v0.21.0
31082025-02-24T21:15:07.436Z[ helios-setup] Feb 24 21:15:06.287 INFO E| Downloaded rustix v0.37.3
31092025-02-24T21:15:07.466Z[ helios-setup] Feb 24 21:15:06.318 INFO E| Downloaded hyper v0.14.25
31102025-02-24T21:15:07.480Z[ helios-setup] Feb 24 21:15:06.331 INFO E| Downloaded tokio v1.27.0
31112025-02-24T21:15:07.533Z[ helios-setup] Feb 24 21:15:06.384 INFO E| Downloaded rhai v1.14.0
31122025-02-24T21:15:07.559Z[ helios-setup] Feb 24 21:15:06.410 INFO E| Downloaded openapiv3 v1.0.2
31132025-02-24T21:15:07.579Z[ helios-setup] Feb 24 21:15:06.430 INFO E| Downloaded clap_builder v4.2.1
31142025-02-24T21:15:07.588Z[ helios-setup] Feb 24 21:15:06.439 INFO E| Downloaded winnow v0.4.1
31152025-02-24T21:15:07.601Z[ helios-setup] Feb 24 21:15:06.452 INFO E| Downloaded io-lifetimes v1.0.10
31162025-02-24T21:15:07.605Z[ helios-setup] Feb 24 21:15:06.456 INFO E| Downloaded tracing v0.1.37
31172025-02-24T21:15:07.613Z[ helios-setup] Feb 24 21:15:06.464 INFO E| Downloaded rustls-webpki v0.100.1
31182025-02-24T21:15:07.623Z[ helios-setup] Feb 24 21:15:06.474 INFO E| Downloaded toml_edit v0.19.8
31192025-02-24T21:15:07.651Z[ helios-setup] Feb 24 21:15:06.502 INFO E| Downloaded socket2 v0.4.9
31202025-02-24T21:15:07.654Z[ helios-setup] Feb 24 21:15:06.505 INFO E| Downloaded crossbeam-epoch v0.9.13
31212025-02-24T21:15:07.659Z[ helios-setup] Feb 24 21:15:06.510 INFO E| Downloaded anyhow v1.0.68
31222025-02-24T21:15:07.665Z[ helios-setup] Feb 24 21:15:06.516 INFO E| Downloaded crossbeam-utils v0.8.14
31232025-02-24T21:15:07.670Z[ helios-setup] Feb 24 21:15:06.521 INFO E| Downloaded camino v1.1.4
31242025-02-24T21:15:07.673Z[ helios-setup] Feb 24 21:15:06.524 INFO E| Downloaded num_cpus v1.15.0
31252025-02-24T21:15:07.677Z[ helios-setup] Feb 24 21:15:06.528 INFO E| Downloaded ahash v0.7.6
31262025-02-24T21:15:07.681Z[ helios-setup] Feb 24 21:15:06.532 INFO E| Downloaded quote v1.0.36
31272025-02-24T21:15:07.685Z[ helios-setup] Feb 24 21:15:06.536 INFO E| Downloaded pin-project-lite v0.2.9
31282025-02-24T21:15:07.690Z[ helios-setup] Feb 24 21:15:06.541 INFO E| Downloaded once_cell v1.17.0
31292025-02-24T21:15:07.694Z[ helios-setup] Feb 24 21:15:06.545 INFO E| Downloaded cargo-lock v8.0.3
31302025-02-24T21:15:07.700Z[ helios-setup] Feb 24 21:15:06.550 INFO E| Downloaded bincode v1.3.3
31312025-02-24T21:15:07.703Z[ helios-setup] Feb 24 21:15:06.553 INFO E| Downloaded unicode-bidi v0.3.13
31322025-02-24T21:15:07.707Z[ helios-setup] Feb 24 21:15:06.558 INFO E| Downloaded tungstenite v0.18.0
31332025-02-24T21:15:07.712Z[ helios-setup] Feb 24 21:15:06.563 INFO E| Downloaded libc v0.2.139
31342025-02-24T21:15:07.754Z[ helios-setup] Feb 24 21:15:06.605 INFO E| Downloaded smallvec v1.10.0
31352025-02-24T21:15:07.757Z[ helios-setup] Feb 24 21:15:06.608 INFO E| Downloaded rhai_codegen v1.5.0
31362025-02-24T21:15:07.771Z[ helios-setup] Feb 24 21:15:06.621 INFO E| Downloaded ipnet v2.7.2
31372025-02-24T21:15:07.781Z[ helios-setup] Feb 24 21:15:06.632 INFO E| Downloaded httparse v1.8.0
31382025-02-24T21:15:07.785Z[ helios-setup] Feb 24 21:15:06.636 INFO E| Downloaded getrandom v0.2.8
31392025-02-24T21:15:07.790Z[ helios-setup] Feb 24 21:15:06.641 INFO E| Downloaded futures-channel v0.3.28
31402025-02-24T21:15:07.794Z[ helios-setup] Feb 24 21:15:06.645 INFO E| Downloaded uuid v1.3.0
31412025-02-24T21:15:07.804Z[ helios-setup] Feb 24 21:15:06.652 INFO E| Downloaded ucd-trie v0.1.5
31422025-02-24T21:15:07.806Z[ helios-setup] Feb 24 21:15:06.655 INFO E| Downloaded tinyvec v1.6.0
31432025-02-24T21:15:07.810Z[ helios-setup] Feb 24 21:15:06.660 INFO E| Downloaded log v0.4.17
31442025-02-24T21:15:07.813Z[ helios-setup] Feb 24 21:15:06.664 INFO E| Downloaded toml v0.7.3
31452025-02-24T21:15:07.818Z[ helios-setup] Feb 24 21:15:06.669 INFO E| Downloaded textwrap v0.16.0
31462025-02-24T21:15:07.823Z[ helios-setup] Feb 24 21:15:06.674 INFO E| Downloaded clap_derive v4.2.0
31472025-02-24T21:15:07.826Z[ helios-setup] Feb 24 21:15:06.677 INFO E| Downloaded tokio-rustls v0.24.0
31482025-02-24T21:15:07.829Z[ helios-setup] Feb 24 21:15:06.680 INFO E| Downloaded rustls-pemfile v1.0.2
31492025-02-24T21:15:07.832Z[ helios-setup] Feb 24 21:15:06.683 INFO E| Downloaded crossbeam-deque v0.8.2
31502025-02-24T21:15:07.835Z[ helios-setup] Feb 24 21:15:06.686 INFO E| Downloaded smartstring v1.0.1
31512025-02-24T21:15:07.838Z[ helios-setup] Feb 24 21:15:06.689 INFO E| Downloaded futures-task v0.3.28
31522025-02-24T21:15:07.841Z[ helios-setup] Feb 24 21:15:06.692 INFO E| Downloaded either v1.8.0
31532025-02-24T21:15:07.844Z[ helios-setup] Feb 24 21:15:06.694 INFO E| Downloaded concolor-query v0.3.3
31542025-02-24T21:15:07.846Z[ helios-setup] Feb 24 21:15:06.695 INFO E| Downloaded async-trait v0.1.68
31552025-02-24T21:15:07.849Z[ helios-setup] Feb 24 21:15:06.700 INFO E| Downloaded proc-macro-crate v1.2.1
31562025-02-24T21:15:07.851Z[ helios-setup] Feb 24 21:15:06.701 INFO E| Downloaded ppv-lite86 v0.2.17
31572025-02-24T21:15:07.854Z[ helios-setup] Feb 24 21:15:06.703 INFO E| Downloaded pkg-config v0.3.26
31582025-02-24T21:15:07.857Z[ helios-setup] Feb 24 21:15:06.706 INFO E| Downloaded num_enum v0.5.7
31592025-02-24T21:15:07.863Z[ helios-setup] Feb 24 21:15:06.712 INFO E| Downloaded futures-io v0.3.28
31602025-02-24T21:15:07.867Z[ helios-setup] Feb 24 21:15:06.714 INFO E| Downloaded form_urlencoded v1.1.0
31612025-02-24T21:15:07.867Z[ helios-setup] Feb 24 21:15:06.715 INFO E| Downloaded time v0.1.45
31622025-02-24T21:15:07.869Z[ helios-setup] Feb 24 21:15:06.718 INFO E| Downloaded parking_lot_core v0.9.6
31632025-02-24T21:15:07.872Z[ helios-setup] Feb 24 21:15:06.722 INFO E| Downloaded percent-encoding v2.2.0
31642025-02-24T21:15:07.875Z[ helios-setup] Feb 24 21:15:06.723 INFO E| Downloaded scopeguard v1.1.0
31652025-02-24T21:15:07.875Z[ helios-setup] Feb 24 21:15:06.725 INFO E| Downloaded tokio-macros v2.0.0
31662025-02-24T21:15:07.878Z[ helios-setup] Feb 24 21:15:06.727 INFO E| Downloaded slog-bunyan v2.4.0
31672025-02-24T21:15:07.881Z[ helios-setup] Feb 24 21:15:06.729 INFO E| Downloaded paste v1.0.12
31682025-02-24T21:15:07.883Z[ helios-setup] Feb 24 21:15:06.734 INFO E| Downloaded jobserver v0.1.26
31692025-02-24T21:15:07.886Z[ helios-setup] Feb 24 21:15:06.737 INFO E| Downloaded sha1 v0.10.5
31702025-02-24T21:15:07.889Z[ helios-setup] Feb 24 21:15:06.740 INFO E| Downloaded is-terminal v0.4.7
31712025-02-24T21:15:07.892Z[ helios-setup] Feb 24 21:15:06.742 INFO E| Downloaded fastrand v1.9.0
31722025-02-24T21:15:07.895Z[ helios-setup] Feb 24 21:15:06.744 INFO E| Downloaded built v0.6.0
31732025-02-24T21:15:07.897Z[ helios-setup] Feb 24 21:15:06.748 INFO E| Downloaded serde_tokenstream v0.2.0
31742025-02-24T21:15:07.902Z[ helios-setup] Feb 24 21:15:06.753 INFO E| Downloaded futures-executor v0.3.28
31752025-02-24T21:15:07.905Z[ helios-setup] Feb 24 21:15:06.756 INFO E| Downloaded slab v0.4.7
31762025-02-24T21:15:07.908Z[ helios-setup] Feb 24 21:15:06.758 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31772025-02-24T21:15:07.911Z[ helios-setup] Feb 24 21:15:06.761 INFO E| Downloaded num-integer v0.1.45
31782025-02-24T21:15:07.914Z[ helios-setup] Feb 24 21:15:06.764 INFO E| Downloaded http-body v0.4.5
31792025-02-24T21:15:07.917Z[ helios-setup] Feb 24 21:15:06.767 INFO E| Downloaded dyn-clone v1.0.11
31802025-02-24T21:15:07.919Z[ helios-setup] Feb 24 21:15:06.770 INFO E| Downloaded memoffset v0.7.1
31812025-02-24T21:15:07.924Z[ helios-setup] Feb 24 21:15:06.771 INFO E| Downloaded clap_lex v0.4.1
31822025-02-24T21:15:07.936Z[ helios-setup] Feb 24 21:15:06.787 INFO E| Downloaded sha2 v0.10.6
31832025-02-24T21:15:07.940Z[ helios-setup] Feb 24 21:15:06.791 INFO E| Downloaded rustfmt-wrapper v0.2.0
31842025-02-24T21:15:07.942Z[ helios-setup] Feb 24 21:15:06.793 INFO E| Downloaded futures-macro v0.3.28
31852025-02-24T21:15:07.945Z[ helios-setup] Feb 24 21:15:06.795 INFO E| Downloaded autocfg v1.1.0
31862025-02-24T21:15:07.948Z[ helios-setup] Feb 24 21:15:06.797 INFO E| Downloaded httpdate v1.0.2
31872025-02-24T21:15:07.950Z[ helios-setup] Feb 24 21:15:06.799 INFO E| Downloaded byteorder v1.4.3
31882025-02-24T21:15:07.953Z[ helios-setup] Feb 24 21:15:06.803 INFO E| Downloaded anstyle v0.3.5
31892025-02-24T21:15:07.955Z[ helios-setup] Feb 24 21:15:06.805 INFO E| Downloaded aho-corasick v0.7.20
31902025-02-24T21:15:07.989Z[ helios-setup] Feb 24 21:15:06.840 INFO E| Downloaded encoding_rs v0.8.32
31912025-02-24T21:15:08.023Z[ helios-setup] Feb 24 21:15:06.874 INFO E| Downloaded slog-async v2.7.0
31922025-02-24T21:15:08.026Z[ helios-setup] Feb 24 21:15:06.876 INFO E| Downloaded signal-hook-registry v1.4.0
31932025-02-24T21:15:08.029Z[ helios-setup] Feb 24 21:15:06.878 INFO E| Downloaded project-root v0.2.2
31942025-02-24T21:15:08.029Z[ helios-setup] Feb 24 21:15:06.880 INFO E| Downloaded const-random-macro v0.1.15
31952025-02-24T21:15:08.032Z[ helios-setup] Feb 24 21:15:06.881 INFO E| Downloaded const-random v0.1.15
31962025-02-24T21:15:08.032Z[ helios-setup] Feb 24 21:15:06.882 INFO E| Downloaded concolor-override v1.0.0
31972025-02-24T21:15:08.148Z[ helios-setup] Feb 24 21:15:06.998 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31982025-02-24T21:15:08.329Z[ helios-setup] Feb 24 21:15:07.179 INFO E| Downloaded libz-sys v1.1.8
31992025-02-24T21:15:08.717Z[ helios-setup] Feb 24 21:15:07.567 INFO E| Downloaded ring v0.16.20
32002025-02-24T21:15:09.089Z[ helios-setup] Feb 24 21:15:07.939 INFO E| Compiling proc-macro2 v1.0.86
32012025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.939 INFO E| Compiling libc v0.2.139
32022025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling unicode-ident v1.0.8
32032025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling autocfg v1.1.0
32042025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling cfg-if v1.0.0
32052025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling version_check v0.9.4
32062025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling serde v1.0.204
32072025-02-24T21:15:09.091Z[ helios-setup] Feb 24 21:15:07.940 INFO E| Compiling syn v1.0.107
32082025-02-24T21:15:09.481Z[ helios-setup] Feb 24 21:15:08.331 INFO E| Compiling memchr v2.5.0
32092025-02-24T21:15:09.541Z[ helios-setup] Feb 24 21:15:08.392 INFO E| Compiling once_cell v1.17.0
32102025-02-24T21:15:10.670Z[ helios-setup] Feb 24 21:15:09.519 INFO E| Compiling thiserror v1.0.38
32112025-02-24T21:15:10.854Z[ helios-setup] Feb 24 21:15:09.704 INFO E| Compiling log v0.4.17
32122025-02-24T21:15:11.360Z[ helios-setup] Feb 24 21:15:10.205 INFO E| Compiling itoa v1.0.6
32132025-02-24T21:15:11.748Z[ helios-setup] Feb 24 21:15:10.575 INFO E| Compiling serde_json v1.0.95
32142025-02-24T21:15:12.461Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32152025-02-24T21:15:12.611Z[ helios-setup] Feb 24 21:15:11.460 INFO E| Compiling pin-project-lite v0.2.9
32162025-02-24T21:15:12.903Z[ helios-setup] Feb 24 21:15:11.752 INFO E| Compiling scopeguard v1.1.0
32172025-02-24T21:15:13.165Z[ helios-setup] Feb 24 21:15:12.014 INFO E| Compiling indexmap v1.9.3
32182025-02-24T21:15:13.294Z[ helios-setup] Feb 24 21:15:12.144 INFO E| Compiling futures-core v0.3.28
32192025-02-24T21:15:13.376Z[ helios-setup] Feb 24 21:15:12.225 INFO E| Compiling bytes v1.4.0
32202025-02-24T21:15:13.474Z[ helios-setup] Feb 24 21:15:12.322 INFO E| Compiling getrandom v0.2.8
32212025-02-24T21:15:14.148Z[ helios-setup] Feb 24 21:15:12.997 INFO E| Compiling quote v1.0.36
32222025-02-24T21:15:14.249Z[ helios-setup] Feb 24 21:15:13.098 INFO E| Compiling jobserver v0.1.26
32232025-02-24T21:15:14.676Z[ helios-setup] Feb 24 21:15:13.525 INFO E| Compiling num-integer v0.1.45
32242025-02-24T21:15:14.728Z[ helios-setup] Feb 24 21:15:13.577 INFO E| Compiling ryu v1.0.13
32252025-02-24T21:15:15.299Z[ helios-setup] Feb 24 21:15:14.148 INFO E| Compiling syn v2.0.72
32262025-02-24T21:15:15.568Z[ helios-setup] Feb 24 21:15:14.417 INFO E| Compiling cc v1.0.78
32272025-02-24T21:15:16.251Z[ helios-setup] Feb 24 21:15:15.099 INFO E| Compiling lock_api v0.4.9
32282025-02-24T21:15:16.342Z[ helios-setup] Feb 24 21:15:15.190 INFO E| Compiling bitflags v1.3.2
32292025-02-24T21:15:16.651Z[ helios-setup] Feb 24 21:15:15.500 INFO E| Compiling typenum v1.16.0
32302025-02-24T21:15:16.737Z[ helios-setup] Feb 24 21:15:15.582 INFO E| Compiling parking_lot_core v0.9.6
32312025-02-24T21:15:16.818Z[ helios-setup] Feb 24 21:15:15.667 INFO E| Compiling num_cpus v1.15.0
32322025-02-24T21:15:17.287Z[ helios-setup] Feb 24 21:15:16.136 INFO E| Compiling slab v0.4.7
32332025-02-24T21:15:17.323Z[ helios-setup] Feb 24 21:15:16.171 INFO E| Compiling generic-array v0.14.6
32342025-02-24T21:15:18.013Z[ helios-setup] Feb 24 21:15:16.860 INFO E| Compiling futures-task v0.3.28
32352025-02-24T21:15:18.208Z[ helios-setup] Feb 24 21:15:17.056 INFO E| Compiling futures-sink v0.3.28
32362025-02-24T21:15:18.301Z[ helios-setup] Feb 24 21:15:17.149 INFO E| Compiling futures-channel v0.3.28
32372025-02-24T21:15:18.802Z[ helios-setup] Feb 24 21:15:17.645 INFO E| Compiling tokio v1.27.0
32382025-02-24T21:15:18.967Z[ helios-setup] Feb 24 21:15:17.812 INFO E| Compiling futures-util v0.3.28
32392025-02-24T21:15:19.771Z[ helios-setup] Feb 24 21:15:18.618 INFO E| Compiling signal-hook-registry v1.4.0
32402025-02-24T21:15:20.258Z[ helios-setup] Feb 24 21:15:19.106 INFO E| Compiling socket2 v0.4.9
32412025-02-24T21:15:20.426Z[ helios-setup] Feb 24 21:15:19.273 INFO E| Compiling mio v0.8.5
32422025-02-24T21:15:20.480Z[ helios-setup] Feb 24 21:15:19.326 INFO E| Compiling schemars v0.8.12
32432025-02-24T21:15:20.950Z[ helios-setup] Feb 24 21:15:19.795 INFO E| Compiling pin-utils v0.1.0
32442025-02-24T21:15:21.334Z[ helios-setup] Feb 24 21:15:20.182 INFO E| Compiling futures-io v0.3.28
32452025-02-24T21:15:21.777Z[ helios-setup] Feb 24 21:15:20.622 INFO E| Compiling num-traits v0.2.15
32462025-02-24T21:15:22.195Z[ helios-setup] Feb 24 21:15:21.042 INFO E| Compiling ahash v0.7.6
32472025-02-24T21:15:22.724Z[ helios-setup] Feb 24 21:15:21.570 INFO E| Compiling crunchy v0.2.2
32482025-02-24T21:15:22.753Z[ helios-setup] Feb 24 21:15:21.600 INFO E| Compiling io-lifetimes v1.0.10
32492025-02-24T21:15:24.015Z[ helios-setup] Feb 24 21:15:22.861 INFO E| Compiling ahash v0.8.3
32502025-02-24T21:15:24.690Z[ helios-setup] Feb 24 21:15:23.536 INFO E| Compiling block-buffer v0.10.3
32512025-02-24T21:15:24.734Z[ helios-setup] Feb 24 21:15:23.580 INFO E| Compiling crypto-common v0.1.6
32522025-02-24T21:15:25.003Z[ helios-setup] Feb 24 21:15:23.848 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32532025-02-24T21:15:25.211Z[ helios-setup] Feb 24 21:15:24.057 INFO E| Compiling crossbeam-utils v0.8.14
32542025-02-24T21:15:25.347Z[ helios-setup] Feb 24 21:15:24.193 INFO E| Compiling slog v2.7.0
32552025-02-24T21:15:25.434Z[ helios-setup] Feb 24 21:15:24.280 INFO E| Compiling rustix v0.37.3
32562025-02-24T21:15:25.490Z[ helios-setup] Feb 24 21:15:24.336 INFO E| Compiling tiny-keccak v2.0.2
32572025-02-24T21:15:25.490Z[ helios-setup] Feb 24 21:15:24.336 INFO E| Compiling hashbrown v0.12.3
32582025-02-24T21:15:26.859Z[ helios-setup] Feb 24 21:15:25.703 INFO E| Compiling digest v0.10.6
32592025-02-24T21:15:26.979Z[ helios-setup] Feb 24 21:15:25.822 INFO E| Compiling serde_derive_internals v0.26.0
32602025-02-24T21:15:28.172Z[ helios-setup] Feb 24 21:15:27.016 INFO E| Compiling errno v0.3.1
32612025-02-24T21:15:28.415Z[ helios-setup] Feb 24 21:15:27.260 INFO E| Compiling fnv v1.0.7
32622025-02-24T21:15:28.725Z[ helios-setup] Feb 24 21:15:27.570 INFO E| Compiling anyhow v1.0.68
32632025-02-24T21:15:28.728Z[ helios-setup] Feb 24 21:15:27.570 INFO E| Compiling cpufeatures v0.2.5
32642025-02-24T21:15:28.929Z[ helios-setup] Feb 24 21:15:27.774 INFO E| Compiling unicode-width v0.1.10
32652025-02-24T21:15:29.107Z[ helios-setup] Feb 24 21:15:27.952 INFO E| Compiling pkg-config v0.3.26
32662025-02-24T21:15:29.435Z[ helios-setup] Feb 24 21:15:28.279 INFO E| Compiling http v0.2.9
32672025-02-24T21:15:32.524Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32682025-02-24T21:15:33.083Z[ helios-setup] Feb 24 21:15:31.927 INFO E| Compiling aho-corasick v0.7.20
32692025-02-24T21:15:33.829Z[ helios-setup] Feb 24 21:15:32.672 INFO E| Compiling httparse v1.8.0
32702025-02-24T21:15:34.031Z[ helios-setup] Feb 24 21:15:32.874 INFO E| Compiling thiserror-impl v1.0.38
32712025-02-24T21:15:34.211Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32722025-02-24T21:15:35.028Z[ helios-setup] Feb 24 21:15:33.871 INFO E| Compiling schemars_derive v0.8.12
32732025-02-24T21:15:35.307Z[ helios-setup] Feb 24 21:15:34.150 INFO E| Compiling serde_derive v1.0.204
32742025-02-24T21:15:35.356Z[ helios-setup] Feb 24 21:15:34.199 INFO E| Compiling tokio-macros v2.0.0
32752025-02-24T21:15:35.491Z[ helios-setup] Feb 24 21:15:34.334 INFO E| Compiling futures-macro v0.3.28
32762025-02-24T21:15:35.683Z[ helios-setup] Feb 24 21:15:34.526 INFO E| Compiling heck v0.4.1
32772025-02-24T21:15:36.752Z[ helios-setup] Feb 24 21:15:35.594 INFO E| Compiling tinyvec_macros v0.1.1
32782025-02-24T21:15:37.003Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32792025-02-24T21:15:37.258Z[ helios-setup] Feb 24 21:15:36.100 INFO E| Compiling regex-syntax v0.6.29
32802025-02-24T21:15:37.786Z[ helios-setup] Feb 24 21:15:36.628 INFO E| Compiling percent-encoding v2.2.0
32812025-02-24T21:15:38.008Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32822025-02-24T21:15:38.029Z[ helios-setup] Feb 24 21:15:36.871 INFO E| Compiling tinyvec v1.6.0
32832025-02-24T21:15:38.147Z[ helios-setup] Feb 24 21:15:36.989 INFO E| Compiling form_urlencoded v1.1.0
32842025-02-24T21:15:38.922Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
32852025-02-24T21:15:39.507Z[ helios-setup] Feb 24 21:15:38.348 INFO E| Compiling const-random-macro v0.1.15
32862025-02-24T21:15:40.219Z[ helios-setup] Feb 24 21:15:39.061 INFO E| Compiling hashbrown v0.13.2
32872025-02-24T21:15:40.972Z[ helios-setup] Feb 24 21:15:39.814 INFO E| Compiling libz-sys v1.1.8
32882025-02-24T21:15:41.959Z[ helios-setup] Feb 24 21:15:40.799 INFO E| Compiling chrono v0.4.24
32892025-02-24T21:15:42.176Z[ helios-setup] Feb 24 21:15:41.017 INFO E| Compiling getopts v0.2.21
32902025-02-24T21:15:42.503Z[ helios-setup] Feb 24 21:15:41.343 INFO E| Compiling memoffset v0.7.1
32912025-02-24T21:15:43.376Z[ host-package] Compiling bb8 v0.8.5
32922025-02-24T21:15:43.657Z[ helios-setup] Feb 24 21:15:42.497 INFO E| Compiling powerfmt v0.2.0
32932025-02-24T21:15:44.703Z[ helios-setup] Feb 24 21:15:43.543 INFO E| Compiling regex v1.7.3
32942025-02-24T21:15:44.892Z[ helios-setup] Feb 24 21:15:43.732 INFO E| Compiling dyn-clone v1.0.11
32952025-02-24T21:15:45.257Z[ host-package] Compiling bcs v0.1.6
32962025-02-24T21:15:45.388Z[ helios-setup] Feb 24 21:15:44.227 INFO E| Compiling num-conv v0.1.0
32972025-02-24T21:15:45.441Z[ helios-setup] Feb 24 21:15:44.281 INFO E| Compiling time-core v0.1.2
32982025-02-24T21:15:45.712Z[ helios-setup] Feb 24 21:15:44.551 INFO E| Compiling uuid v1.3.0
32992025-02-24T21:15:46.274Z[ helios-setup] Feb 24 21:15:45.114 INFO E| Compiling time-macros v0.2.18
33002025-02-24T21:15:46.417Z[ helios-setup] Feb 24 21:15:45.256 INFO E| Compiling deranged v0.3.11
33012025-02-24T21:15:46.635Z[ helios-setup] Feb 24 21:15:45.475 INFO E| Compiling regress v0.5.0
33022025-02-24T21:15:46.704Z[ host-package] Compiling libz-sys v1.1.20
33032025-02-24T21:15:47.080Z[ helios-setup] Feb 24 21:15:45.919 INFO E| Compiling unicode-normalization v0.1.22
33042025-02-24T21:15:47.141Z[ helios-setup] Feb 24 21:15:45.980 INFO E| Compiling const-random v0.1.15
33052025-02-24T21:15:48.245Z[ host-package] Compiling nanorand v0.7.0
33062025-02-24T21:15:49.738Z[ host-package] Compiling termtree v0.5.1
33072025-02-24T21:15:50.414Z[ host-package] Compiling parking_lot_core v0.8.6
33082025-02-24T21:15:51.456Z[ helios-setup] Feb 24 21:15:50.293 INFO E| Compiling tracing-core v0.1.30
33092025-02-24T21:15:52.013Z[ helios-setup] Feb 24 21:15:50.851 INFO E| Compiling crossbeam-epoch v0.9.13
33102025-02-24T21:15:52.165Z[ host-package] Compiling flume v0.11.1
33112025-02-24T21:15:52.883Z[ helios-setup] Feb 24 21:15:51.720 INFO E| Compiling ucd-trie v0.1.5
33122025-02-24T21:15:53.293Z[ helios-setup] Feb 24 21:15:52.131 INFO E| Compiling num_threads v0.1.6
33132025-02-24T21:15:53.396Z[ helios-setup] Feb 24 21:15:52.233 INFO E| Compiling unicode-bidi v0.3.13
33142025-02-24T21:15:54.240Z[ host-package] Compiling async-bb8-diesel v0.2.1
33152025-02-24T21:15:54.485Z[ helios-setup] Feb 24 21:15:53.322 INFO E| Compiling time v0.3.36
33162025-02-24T21:15:55.665Z[ helios-setup] Feb 24 21:15:54.502 INFO E| Compiling idna v0.3.0
33172025-02-24T21:15:56.211Z[ host-package] Compiling mime_guess v2.0.5
33182025-02-24T21:15:57.824Z[ helios-setup] Feb 24 21:15:56.661 INFO E| Compiling pest v2.5.7
33192025-02-24T21:15:59.306Z[ helios-setup] Feb 24 21:15:58.141 INFO E| Compiling tracing v0.1.37
33202025-02-24T21:15:59.443Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33212025-02-24T21:15:59.530Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33222025-02-24T21:16:00.669Z[ helios-setup] Feb 24 21:15:59.504 INFO E| Compiling toml v0.5.11
33232025-02-24T21:16:01.042Z[ helios-setup] Feb 24 21:15:59.877 INFO E| Compiling serde_tokenstream v0.2.0
33242025-02-24T21:16:02.334Z[ helios-setup] Feb 24 21:16:01.169 INFO E| Compiling smallvec v1.10.0
33252025-02-24T21:16:04.909Z[ helios-setup] Feb 24 21:16:03.743 INFO E| Compiling parking_lot v0.12.1
33262025-02-24T21:16:05.591Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33272025-02-24T21:16:07.194Z[ host-package] Compiling proc-macro-error2 v2.0.1
33282025-02-24T21:16:08.096Z[ helios-setup] Feb 24 21:16:06.929 INFO E| Compiling crossbeam-channel v0.5.6
33292025-02-24T21:16:08.264Z[ helios-setup] Feb 24 21:16:07.097 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33302025-02-24T21:16:08.720Z[ helios-setup] Feb 24 21:16:07.553 INFO E| Compiling time v0.1.45
33312025-02-24T21:16:10.243Z[ helios-setup] Feb 24 21:16:09.075 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33322025-02-24T21:16:10.390Z[ host-package] Compiling nibble_vec v0.1.0
33332025-02-24T21:16:10.829Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33342025-02-24T21:16:10.835Z[ helios-setup] Feb 24 21:16:09.667 INFO E| Compiling dirs-sys-next v0.1.2
33352025-02-24T21:16:11.314Z[ host-package] Compiling atty v0.2.14
33362025-02-24T21:16:11.522Z[ helios-setup] Feb 24 21:16:10.354 INFO E| Compiling crc32fast v1.3.2
33372025-02-24T21:16:11.759Z[ helios-setup] Feb 24 21:16:10.591 INFO E| Compiling iana-time-zone v0.1.56
33382025-02-24T21:16:11.835Z[ host-package] Compiling salty v0.3.0
33392025-02-24T21:16:12.761Z[ host-package] Compiling endian-type v0.1.2
33402025-02-24T21:16:12.846Z[ host-package] Compiling http-range v0.1.5
33412025-02-24T21:16:12.988Z[ helios-setup] Feb 24 21:16:11.819 INFO E| Compiling semver v1.0.17
33422025-02-24T21:16:13.368Z[ host-package] Compiling radix_trie v0.2.1
33432025-02-24T21:16:14.636Z[ helios-setup] Feb 24 21:16:13.467 INFO E| Compiling dirs-next v2.0.0
33442025-02-24T21:16:15.150Z[ helios-setup] Feb 24 21:16:13.981 INFO E| Compiling proc-macro-crate v1.2.1
33452025-02-24T21:16:15.206Z[ helios-setup] Feb 24 21:16:14.037 INFO E| Compiling semver-parser v0.10.2
33462025-02-24T21:16:15.721Z[ host-package] Compiling parking_lot v0.11.2
33472025-02-24T21:16:16.686Z[ helios-setup] Feb 24 21:16:15.517 INFO E| Compiling url v2.3.1
33482025-02-24T21:16:18.663Z[ helios-setup] Feb 24 21:16:17.490 INFO E| Compiling futures-executor v0.3.28
33492025-02-24T21:16:20.345Z[ host-package] Compiling tabled_derive v0.10.0
33502025-02-24T21:16:20.893Z[ helios-setup] Feb 24 21:16:19.722 INFO E| Compiling thread_local v1.1.7
33512025-02-24T21:16:21.321Z[ helios-setup] Feb 24 21:16:20.148 INFO E| Compiling rayon-core v1.10.2
33522025-02-24T21:16:21.511Z[ helios-setup] Feb 24 21:16:20.340 INFO E| Compiling try-lock v0.2.4
33532025-02-24T21:16:22.184Z[ helios-setup] Feb 24 21:16:21.009 INFO E| Compiling adler v1.0.2
33542025-02-24T21:16:22.478Z[ helios-setup] Feb 24 21:16:21.307 INFO E| Compiling same-file v1.0.6
33552025-02-24T21:16:22.655Z[ helios-setup] Feb 24 21:16:21.483 INFO E| Compiling miniz_oxide v0.6.2
33562025-02-24T21:16:22.829Z[ helios-setup] Feb 24 21:16:21.656 INFO E| Compiling walkdir v2.3.3
33572025-02-24T21:16:23.865Z[ helios-setup] Feb 24 21:16:22.693 INFO E| Compiling tokio-util v0.7.7
33582025-02-24T21:16:23.877Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33592025-02-24T21:16:24.415Z[ helios-setup] Feb 24 21:16:23.242 INFO E| Compiling want v0.3.0
33602025-02-24T21:16:24.644Z[ helios-setup] Feb 24 21:16:23.472 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33612025-02-24T21:16:24.963Z[ host-package] Compiling papergrid v0.14.0
33622025-02-24T21:16:26.982Z[ helios-setup] Feb 24 21:16:25.809 INFO E| Compiling h2 v0.3.16
33632025-02-24T21:16:28.356Z[ helios-setup] Feb 24 21:16:27.183 INFO E| Compiling futures v0.3.28
33642025-02-24T21:16:29.017Z[ helios-setup] Feb 24 21:16:27.844 INFO E| Compiling semver v0.11.0
33652025-02-24T21:16:29.250Z[ helios-setup] Feb 24 21:16:28.077 INFO E| Compiling num_enum_derive v0.5.7
33662025-02-24T21:16:29.788Z[ helios-setup] Feb 24 21:16:28.615 INFO E| Compiling crossbeam-deque v0.8.2
33672025-02-24T21:16:30.376Z[ helios-setup] Feb 24 21:16:29.202 INFO E| Compiling term v0.7.0
33682025-02-24T21:16:33.464Z[ helios-setup] Feb 24 21:16:32.290 INFO E| Compiling http-body v0.4.5
33692025-02-24T21:16:35.285Z[ helios-setup] Feb 24 21:16:34.110 INFO E| Compiling sha2 v0.10.6
33702025-02-24T21:16:35.375Z[ helios-setup] Feb 24 21:16:34.200 INFO E| Compiling ring v0.16.20
33712025-02-24T21:16:36.938Z[ helios-setup] Feb 24 21:16:35.763 INFO E| Compiling rand_core v0.6.4
33722025-02-24T21:16:38.154Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33732025-02-24T21:16:38.437Z[ helios-setup] Feb 24 21:16:37.261 INFO E| Compiling atty v0.2.14
33742025-02-24T21:16:38.654Z[ helios-setup] Feb 24 21:16:37.478 INFO E| Compiling fastrand v1.9.0
33752025-02-24T21:16:38.866Z[ helios-setup] Feb 24 21:16:37.690 INFO E| Compiling lazy_static v1.4.0
33762025-02-24T21:16:39.342Z[ helios-setup] Feb 24 21:16:38.166 INFO E| Compiling tower-service v0.3.2
33772025-02-24T21:16:39.727Z[ helios-setup] Feb 24 21:16:38.551 INFO E| Compiling httpdate v1.0.2
33782025-02-24T21:16:40.451Z[ helios-setup] Feb 24 21:16:39.275 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33792025-02-24T21:16:40.975Z[ helios-setup] Feb 24 21:16:39.799 INFO E| Compiling home v0.5.4
33802025-02-24T21:16:41.438Z[ helios-setup] Feb 24 21:16:40.261 INFO E| Compiling ppv-lite86 v0.2.17
33812025-02-24T21:16:41.570Z[ helios-setup] Feb 24 21:16:40.392 INFO E| Compiling base64 v0.21.0
33822025-02-24T21:16:42.242Z[ helios-setup] Feb 24 21:16:41.065 INFO E| Compiling utf8parse v0.2.1
33832025-02-24T21:16:42.979Z[ helios-setup] Feb 24 21:16:41.802 INFO E| Compiling anstyle-parse v0.1.1
33842025-02-24T21:16:43.337Z[ helios-setup] Feb 24 21:16:42.157 INFO E| Compiling rand_chacha v0.3.1
33852025-02-24T21:16:43.949Z[ helios-setup] Feb 24 21:16:42.772 INFO E| Compiling toolchain_find v0.2.0
33862025-02-24T21:16:44.026Z[ helios-setup] Feb 24 21:16:42.849 INFO E| Compiling hyper v0.14.25
33872025-02-24T21:16:45.364Z[ helios-setup] Feb 24 21:16:44.186 INFO E| Compiling tempfile v3.5.0
33882025-02-24T21:16:46.506Z[ helios-setup] Feb 24 21:16:45.328 INFO E| Compiling slog-term v2.9.0
33892025-02-24T21:16:46.782Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33902025-02-24T21:16:50.914Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33912025-02-24T21:16:51.756Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33922025-02-24T21:16:51.844Z[ host-package] Compiling tabled v0.18.0
33932025-02-24T21:16:53.384Z[ host-package] Compiling hyper-staticfile v0.10.1
33942025-02-24T21:16:57.766Z[ host-package] Compiling sled v0.34.7
33952025-02-24T21:16:57.790Z[ helios-setup] Feb 24 21:16:56.609 INFO E| Compiling num_enum v0.5.7
33962025-02-24T21:16:58.320Z[ helios-setup] Feb 24 21:16:57.138 INFO E| Compiling flate2 v1.0.25
33972025-02-24T21:16:58.543Z[ helios-setup] Feb 24 21:16:57.361 INFO E| Compiling cargo-lock v8.0.3
33982025-02-24T21:17:04.173Z[ helios-setup] Feb 24 21:17:02.989 INFO E| Compiling serde_urlencoded v0.7.1
33992025-02-24T21:17:05.557Z[ helios-setup] Feb 24 21:17:04.373 INFO E| Compiling is-terminal v0.4.7
34002025-02-24T21:17:05.925Z[ helios-setup] Feb 24 21:17:04.741 INFO E| Compiling sha1 v0.10.5
34012025-02-24T21:17:07.295Z[ helios-setup] Feb 24 21:17:06.110 INFO E| Compiling anstyle v0.3.5
34022025-02-24T21:17:08.192Z[ helios-setup] Feb 24 21:17:07.008 INFO E| Compiling concolor-override v1.0.0
34032025-02-24T21:17:08.546Z[ helios-setup] Feb 24 21:17:07.361 INFO E| Compiling concolor-query v0.3.3
34042025-02-24T21:17:08.792Z[ helios-setup] Feb 24 21:17:07.607 INFO E| Compiling either v1.8.0
34052025-02-24T21:17:09.129Z[ helios-setup] Feb 24 21:17:07.944 INFO E| Compiling anstream v0.2.6
34062025-02-24T21:17:09.435Z[ helios-setup] Feb 24 21:17:08.250 INFO E| Compiling rayon v1.6.1
34072025-02-24T21:17:14.538Z[ helios-setup] Feb 24 21:17:13.352 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34082025-02-24T21:17:14.939Z[ helios-setup] Feb 24 21:17:13.753 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34092025-02-24T21:17:15.273Z[ helios-setup] Feb 24 21:17:14.086 INFO E| Compiling rustfmt-wrapper v0.2.0
34102025-02-24T21:17:16.518Z[ helios-setup] Feb 24 21:17:15.330 INFO E| Compiling rand v0.8.5
34112025-02-24T21:17:17.132Z[ host-package] Compiling hickory-client v0.24.3
34122025-02-24T21:17:17.547Z[ helios-setup] Feb 24 21:17:16.358 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34132025-02-24T21:17:17.599Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142025-02-24T21:17:17.859Z[ helios-setup] Feb 24 21:17:16.672 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34152025-02-24T21:17:18.323Z[ helios-setup] Feb 24 21:17:17.135 INFO E| Compiling openapiv3 v1.0.2
34162025-02-24T21:17:19.945Z[ helios-setup] Feb 24 21:17:18.757 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34172025-02-24T21:17:20.055Z[ helios-setup] Feb 24 21:17:18.865 INFO E| Compiling encoding_rs v0.8.32
34182025-02-24T21:17:20.131Z[ helios-setup] Feb 24 21:17:18.943 INFO E| Compiling clap_lex v0.4.1
34192025-02-24T21:17:20.184Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34202025-02-24T21:17:21.727Z[ helios-setup] Feb 24 21:17:20.538 INFO E| Compiling byteorder v1.4.3
34212025-02-24T21:17:22.884Z[ helios-setup] Feb 24 21:17:21.695 INFO E| Compiling ipnet v2.7.2
34222025-02-24T21:17:24.375Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232025-02-24T21:17:25.244Z[ helios-setup] Feb 24 21:17:24.054 INFO E| Compiling base64 v0.13.1
34242025-02-24T21:17:26.060Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34252025-02-24T21:17:26.227Z[ helios-setup] Feb 24 21:17:25.038 INFO E| Compiling strsim v0.10.0
34262025-02-24T21:17:26.779Z[ helios-setup] Feb 24 21:17:25.589 INFO E| Compiling project-root v0.2.2
34272025-02-24T21:17:27.334Z[ helios-setup] Feb 24 21:17:26.144 INFO E| Compiling mime v0.3.17
34282025-02-24T21:17:28.509Z[ helios-setup] Feb 24 21:17:27.319 INFO E| Compiling spin v0.5.2
34292025-02-24T21:17:29.338Z[ helios-setup] Feb 24 21:17:28.147 INFO E| Compiling utf-8 v0.7.6
34302025-02-24T21:17:29.505Z[ helios-setup] Feb 24 21:17:28.314 INFO E| Compiling untrusted v0.7.1
34312025-02-24T21:17:29.778Z[ helios-setup] Feb 24 21:17:28.587 INFO E| Compiling unsafe-libyaml v0.2.8
34322025-02-24T21:17:30.196Z[ helios-setup] Feb 24 21:17:29.005 INFO E| Compiling tungstenite v0.18.0
34332025-02-24T21:17:30.538Z[ helios-setup] Feb 24 21:17:29.347 INFO E| Compiling reqwest v0.11.16
34342025-02-24T21:17:31.113Z[ helios-setup] Feb 24 21:17:29.921 INFO E| Compiling clap_builder v4.2.1
34352025-02-24T21:17:31.308Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34362025-02-24T21:17:33.340Z[ helios-setup] Feb 24 21:17:32.063 INFO E| Compiling serde_yaml v0.9.21
34372025-02-24T21:17:33.686Z[ helios-setup] Feb 24 21:17:32.494 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34382025-02-24T21:17:34.375Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
34392025-02-24T21:17:34.767Z[ host-package] Compiling hickory-server v0.24.3
34402025-02-24T21:17:36.034Z[ host-package] Compiling primeorder v0.13.6
34412025-02-24T21:17:37.378Z[ host-package] Compiling vergen v8.3.2
34422025-02-24T21:17:38.390Z[ host-package] Compiling castaway v0.2.3
34432025-02-24T21:17:38.506Z[ host-package] Compiling env_filter v0.1.2
34442025-02-24T21:17:38.874Z[ host-package] Compiling cargo-platform v0.1.8
34452025-02-24T21:17:39.679Z[ helios-setup] Feb 24 21:17:38.485 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34462025-02-24T21:17:40.310Z[ host-package] Compiling tough v0.19.0
34472025-02-24T21:17:41.282Z[ host-package] Compiling cargo_metadata v0.18.1
34482025-02-24T21:17:42.998Z[ helios-setup] Feb 24 21:17:41.803 INFO E| Compiling clap_derive v4.2.0
34492025-02-24T21:17:43.636Z[ helios-setup] Feb 24 21:17:42.441 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34502025-02-24T21:17:43.833Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34512025-02-24T21:17:51.961Z[ helios-setup] Feb 24 21:17:50.763 INFO E| Compiling clap v4.2.1
34522025-02-24T21:17:57.704Z[ host-package] Compiling env_logger v0.11.5
34532025-02-24T21:18:00.683Z[ host-package] Compiling compact_str v0.8.0
34542025-02-24T21:18:06.115Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34552025-02-24T21:18:10.282Z[ helios-setup] Feb 24 21:18:09.079 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34562025-02-24T21:18:11.346Z[ helios-setup] Feb 24 21:18:10.142 INFO E| Compiling tokio-tungstenite v0.18.0
34572025-02-24T21:18:11.575Z[ host-package] Compiling p384 v0.13.0
34582025-02-24T21:18:12.078Z[ helios-setup] Feb 24 21:18:10.875 INFO E| Compiling smartstring v1.0.1
34592025-02-24T21:18:12.565Z[ helios-setup] Feb 24 21:18:11.361 INFO E| Compiling rustls v0.21.0
34602025-02-24T21:18:14.083Z[ helios-setup] Feb 24 21:18:12.876 INFO E| Compiling toml_datetime v0.6.1
34612025-02-24T21:18:14.137Z[ helios-setup] Feb 24 21:18:12.932 INFO E| Compiling serde_spanned v0.6.1
34622025-02-24T21:18:14.897Z[ helios-setup] Feb 24 21:18:13.693 INFO E| Compiling match_cfg v0.1.0
34632025-02-24T21:18:15.296Z[ helios-setup] Feb 24 21:18:14.091 INFO E| Compiling static_assertions v1.1.0
34642025-02-24T21:18:15.728Z[ helios-setup] Feb 24 21:18:14.524 INFO E| Compiling paste v1.0.12
34652025-02-24T21:18:16.035Z[ helios-setup] Feb 24 21:18:14.830 INFO E| Compiling camino v1.1.4
34662025-02-24T21:18:17.335Z[ helios-setup] Feb 24 21:18:16.131 INFO E| Compiling winnow v0.4.1
34672025-02-24T21:18:17.823Z[ helios-setup] Feb 24 21:18:16.618 INFO E| Compiling async-trait v0.1.68
34682025-02-24T21:18:19.193Z[ helios-setup] Feb 24 21:18:17.988 INFO E| Compiling slog-async v2.7.0
34692025-02-24T21:18:21.786Z[ host-package] Compiling git2 v0.19.0
34702025-02-24T21:18:22.984Z[ helios-setup] Feb 24 21:18:21.777 INFO E| Compiling hostname v0.3.1
34712025-02-24T21:18:23.521Z[ helios-setup] Feb 24 21:18:22.314 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34722025-02-24T21:18:24.822Z[ helios-setup] Feb 24 21:18:23.614 INFO E| Compiling toml_edit v0.19.8
34732025-02-24T21:18:24.962Z[ helios-setup] Feb 24 21:18:23.753 INFO E| Compiling slog-json v2.6.1
34742025-02-24T21:18:25.035Z[ helios-setup] Feb 24 21:18:23.828 INFO E| Compiling bincode v1.3.3
34752025-02-24T21:18:26.106Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762025-02-24T21:18:26.289Z[ helios-setup] Feb 24 21:18:25.082 INFO E| Compiling unicode-linebreak v0.1.4
34772025-02-24T21:18:27.453Z[ helios-setup] Feb 24 21:18:26.245 INFO E| Compiling async-stream-impl v0.3.5
34782025-02-24T21:18:29.731Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34792025-02-24T21:18:30.144Z[ helios-setup] Feb 24 21:18:28.936 INFO E| Compiling rhai_codegen v1.5.0
34802025-02-24T21:18:31.383Z[ helios-setup] Feb 24 21:18:30.174 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34812025-02-24T21:18:32.422Z[ helios-setup] Feb 24 21:18:31.212 INFO E| Compiling take_mut v0.2.2
34822025-02-24T21:18:35.273Z[ helios-setup] Feb 24 21:18:34.063 INFO E| Compiling rhai v1.14.0
34832025-02-24T21:18:39.529Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34842025-02-24T21:18:39.532Z[ helios-setup] Feb 24 21:18:37.622 INFO E| Compiling toml v0.7.3
34852025-02-24T21:18:39.538Z[ helios-setup] Feb 24 21:18:38.327 INFO E| Compiling async-stream v0.3.5
34862025-02-24T21:18:40.485Z[ helios-setup] Feb 24 21:18:39.273 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34872025-02-24T21:18:41.886Z[ helios-setup] Feb 24 21:18:40.674 INFO E| Compiling slog-bunyan v2.4.0
34882025-02-24T21:18:44.457Z[ host-package] Compiling unicode-truncate v1.1.0
34892025-02-24T21:18:45.358Z[ host-package] Compiling lru v0.12.5
34902025-02-24T21:18:46.139Z[ host-package] Compiling rand_seeder v0.3.0
34912025-02-24T21:18:46.202Z[ host-package] Compiling libsqlite3-sys v0.30.1
34922025-02-24T21:18:46.563Z[ host-package] Compiling lzma-sys v0.1.20
34932025-02-24T21:18:47.122Z[ host-package] Compiling instability v0.3.2
34942025-02-24T21:18:47.125Z[ host-package] Compiling rustls v0.21.12
34952025-02-24T21:18:47.326Z[ host-package] Compiling cassowary v0.3.0
34962025-02-24T21:18:47.447Z[ host-package] Compiling indoc v2.0.5
34972025-02-24T21:18:48.203Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34982025-02-24T21:18:48.554Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34992025-02-24T21:18:49.521Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35002025-02-24T21:18:49.531Z[ helios-setup] Feb 24 21:18:48.317 INFO E| Compiling rustls-pemfile v1.0.2
35012025-02-24T21:18:49.583Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35022025-02-24T21:18:49.910Z[ host-package] Compiling ratatui v0.29.0
35032025-02-24T21:18:50.889Z[ helios-setup] Feb 24 21:18:49.675 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35042025-02-24T21:18:51.111Z[ helios-setup] Feb 24 21:18:49.896 INFO E| Compiling serde_path_to_error v0.1.11
35052025-02-24T21:18:53.408Z[ helios-setup] Feb 24 21:18:52.193 INFO E| Compiling terminal_size v0.2.6
35062025-02-24T21:18:53.553Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35072025-02-24T21:18:54.075Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35082025-02-24T21:18:54.226Z[ helios-setup] Feb 24 21:18:53.010 INFO E| Compiling smawk v0.3.1
35092025-02-24T21:18:54.416Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35102025-02-24T21:18:54.504Z[ helios-setup] Feb 24 21:18:53.288 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35112025-02-24T21:18:54.836Z[ helios-setup] Feb 24 21:18:53.620 INFO E| Compiling textwrap v0.16.0
35122025-02-24T21:18:56.519Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35132025-02-24T21:18:57.581Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35142025-02-24T21:19:01.350Z[ helios-setup] Feb 24 21:19:00.132 INFO E| Compiling rustls-webpki v0.100.1
35152025-02-24T21:19:01.452Z[ helios-setup] Feb 24 21:19:00.234 INFO E| Compiling sct v0.7.0
35162025-02-24T21:19:04.488Z[ host-package] Compiling rustls-webpki v0.101.7
35172025-02-24T21:19:06.405Z[ host-package] Compiling sct v0.7.1
35182025-02-24T21:19:08.185Z[ host-package] Compiling heck v0.3.3
35192025-02-24T21:19:09.374Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35202025-02-24T21:19:11.792Z[ host-package] Compiling csv-core v0.1.11
35212025-02-24T21:19:12.481Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
35222025-02-24T21:19:12.546Z[ helios-setup] Feb 24 21:19:11.325 INFO E| Compiling tokio-rustls v0.24.0
35232025-02-24T21:19:12.913Z[ helios-setup] Feb 24 21:19:11.691 INFO E| Compiling git2 v0.16.1
35242025-02-24T21:19:12.922Z[ host-package] Compiling glob v0.3.2
35252025-02-24T21:19:13.646Z[ host-package] Compiling csv v1.3.1
35262025-02-24T21:19:14.319Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35272025-02-24T21:19:16.764Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35282025-02-24T21:19:17.800Z[ host-package] Compiling zone_cfg_derive v0.1.2
35292025-02-24T21:19:20.884Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35302025-02-24T21:19:23.095Z[ helios-setup] Feb 24 21:19:21.871 INFO E| Compiling built v0.6.0
35312025-02-24T21:19:24.389Z[ helios-setup] Feb 24 21:19:23.164 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35322025-02-24T21:19:27.376Z[ helios-setup] Feb 24 21:19:26.150 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35332025-02-24T21:19:27.949Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35342025-02-24T21:19:28.564Z[ helios-setup] Feb 24 21:19:27.338 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35352025-02-24T21:19:30.407Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35362025-02-24T21:19:33.325Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35372025-02-24T21:19:42.784Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35382025-02-24T21:19:45.107Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35392025-02-24T21:19:46.079Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35402025-02-24T21:19:47.994Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35412025-02-24T21:19:48.390Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35422025-02-24T21:19:48.811Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35432025-02-24T21:19:49.262Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35442025-02-24T21:19:50.858Z[ host-package] Compiling nix v0.27.1
35452025-02-24T21:19:51.088Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35462025-02-24T21:19:52.301Z[ host-package] Compiling tungstenite v0.23.0
35472025-02-24T21:19:52.344Z[ host-package] Compiling hashlink v0.9.1
35482025-02-24T21:19:53.220Z[ host-package] Compiling base64 v0.13.1
35492025-02-24T21:19:54.090Z[ host-package] Compiling fallible-iterator v0.3.0
35502025-02-24T21:19:54.233Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
35512025-02-24T21:19:54.274Z[ host-package] Compiling ron v0.7.1
35522025-02-24T21:19:54.586Z[ host-package] Compiling tokio-tungstenite v0.23.1
35532025-02-24T21:19:54.995Z[ host-package] Compiling rusqlite v0.32.1
35542025-02-24T21:19:56.668Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35552025-02-24T21:19:57.436Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35562025-02-24T21:19:58.489Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35572025-02-24T21:20:00.115Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35582025-02-24T21:20:00.730Z[ host-package] Compiling xz2 v0.1.7
35592025-02-24T21:20:00.946Z[ host-package] Compiling tokio-rustls v0.24.1
35602025-02-24T21:20:01.418Z[ host-package] Compiling zone v0.1.8
35612025-02-24T21:20:01.532Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35622025-02-24T21:20:01.538Z[ helios-setup] Feb 24 21:20:00.303 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35632025-02-24T21:20:04.032Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35642025-02-24T21:20:06.293Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35652025-02-24T21:20:13.113Z[ helios-setup] Feb 24 21:20:11.874 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35662025-02-24T21:20:27.013Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35672025-02-24T21:20:29.149Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35682025-02-24T21:20:30.370Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35692025-02-24T21:20:31.383Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35702025-02-24T21:20:34.948Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35712025-02-24T21:20:35.760Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35722025-02-24T21:20:36.395Z[ host-package] Compiling rustls-pemfile v1.0.4
35732025-02-24T21:20:38.722Z[ host-package] Compiling signal-hook-tokio v0.3.1
35742025-02-24T21:20:39.273Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35752025-02-24T21:20:42.408Z[ host-package] Compiling twox-hash v2.1.0
35762025-02-24T21:20:42.595Z[ host-package] Compiling yasna v0.5.2
35772025-02-24T21:20:42.819Z[ helios-setup] Feb 24 21:20:41.571 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35782025-02-24T21:20:43.601Z[ host-package] Compiling is_ci v1.2.0
35792025-02-24T21:20:43.970Z[ host-package] Compiling unicode-linebreak v0.1.5
35802025-02-24T21:20:44.747Z[ host-package] Compiling smawk v0.3.2
35812025-02-24T21:20:45.150Z[ host-package] Compiling textwrap v0.16.1
35822025-02-24T21:20:46.653Z[ host-package] Compiling rcgen v0.12.1
35832025-02-24T21:20:49.303Z[ host-package] Compiling supports-color v3.0.1
35842025-02-24T21:20:49.869Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35852025-02-24T21:20:53.318Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35862025-02-24T21:21:01.106Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35872025-02-24T21:21:09.947Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35882025-02-24T21:21:13.508Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35892025-02-24T21:21:19.390Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35902025-02-24T21:21:25.497Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35912025-02-24T21:21:28.626Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922025-02-24T21:21:33.548Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35932025-02-24T21:21:34.485Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35942025-02-24T21:21:39.731Z[ helios-setup] Feb 24 21:21:38.466 INFO E| Finished `release` profile [optimized] target(s) in 6m 38s
35952025-02-24T21:21:39.866Z[ helios-setup] Feb 24 21:21:38.599 INFO building project "pilot" ok (398 seconds)
35962025-02-24T21:21:39.873Z[ helios-setup] rm -f helios-build
35972025-02-24T21:21:39.873Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35982025-02-24T21:21:39.879Z[ helios-setup]
35992025-02-24T21:21:39.879Z[ helios-setup] Setup complete! ./helios-build is now available.
36002025-02-24T21:21:39.879Z[ helios-setup]
36012025-02-24T21:21:39.879Z[ helios-setup]
36022025-02-24T21:21:39.879Z[ helios-setup] real 12:01.581664025
36032025-02-24T21:21:39.879Z[ helios-setup] user 29:04.923343205
36042025-02-24T21:21:39.879Z[ helios-setup] sys 2:52.617071784
36052025-02-24T21:21:39.880Z[ helios-setup] trap 1.970247550
36062025-02-24T21:21:39.880Z[ helios-setup] tflt 6.163252646
36072025-02-24T21:21:39.880Z[ helios-setup] dflt 23.688358007
36082025-02-24T21:21:39.880Z[ helios-setup] kflt 0.014877511
36092025-02-24T21:21:39.880Z[ helios-setup] lock 1:59:29.851794683
36102025-02-24T21:21:39.887Z[ helios-setup] slp 3:40:39.959916539
36112025-02-24T21:21:39.887Z[ helios-setup] lat 32:35.443602086
36122025-02-24T21:21:39.888Z[ helios-setup] stop 4:47.658094688
36132025-02-24T21:21:39.888ZFeb 24 21:21:38.614 INFO [helios-setup] process exited with exit status: 0 (721.587953214s)
36142025-02-24T21:21:39.888ZFeb 24 21:21:38.614 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36152025-02-24T21:21:39.917Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36162025-02-24T21:21:40.124Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36172025-02-24T21:21:40.126Z[ phbl-toolchain] info: downloading component 'cargo'
36182025-02-24T21:21:41.403Z[ phbl-toolchain] info: downloading component 'clippy'
36192025-02-24T21:21:41.697Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36202025-02-24T21:21:42.354Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36212025-02-24T21:21:46.131Z[ phbl-toolchain] info: downloading component 'miri'
36222025-02-24T21:21:46.376Z[ phbl-toolchain] info: downloading component 'rust-docs'
36232025-02-24T21:21:47.611Z[ phbl-toolchain] info: downloading component 'rust-src'
36242025-02-24T21:21:47.788Z[ phbl-toolchain] info: downloading component 'rust-std'
36252025-02-24T21:21:49.694Z[ phbl-toolchain] info: downloading component 'rustc'
36262025-02-24T21:21:52.794Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36272025-02-24T21:21:53.181Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
36282025-02-24T21:21:54.495Z[ host-package] Compiling fatfs v0.3.6
36292025-02-24T21:21:57.458Z[ host-package] Compiling rtoolbox v0.0.2
36302025-02-24T21:21:57.638Z[ phbl-toolchain] info: downloading component 'rustfmt'
36312025-02-24T21:21:57.929Z[ host-package] Compiling subprocess v0.2.9
36322025-02-24T21:21:58.102Z[ phbl-toolchain] info: installing component 'cargo'
36332025-02-24T21:21:59.358Z[ phbl-toolchain] info: installing component 'clippy'
36342025-02-24T21:21:59.734Z[ host-package] Compiling assert_matches v1.5.0
36352025-02-24T21:21:59.998Z[ phbl-toolchain] info: installing component 'llvm-tools'
36362025-02-24T21:22:03.223Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36372025-02-24T21:22:05.855Z[ phbl-toolchain] info: installing component 'miri'
36382025-02-24T21:22:06.217Z[ phbl-toolchain] info: installing component 'rust-docs'
36392025-02-24T21:22:08.569Z[ host-package] Compiling rpassword v7.3.1
36402025-02-24T21:22:09.525Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36412025-02-24T21:22:11.590Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36422025-02-24T21:22:12.510Z[ host-package] Compiling tui-tree-widget v0.23.0
36432025-02-24T21:22:13.195Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36442025-02-24T21:22:13.379Z[ phbl-toolchain] info: installing component 'rust-src'
36452025-02-24T21:22:14.190Z[ phbl-toolchain] info: installing component 'rust-std'
36462025-02-24T21:22:16.578Z[ phbl-toolchain] info: installing component 'rustc'
36472025-02-24T21:22:19.917Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36482025-02-24T21:22:25.811Z[ phbl-toolchain] info: installing component 'rustfmt'
36492025-02-24T21:22:26.624Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36502025-02-24T21:22:26.626ZFeb 24 21:22:25.346 INFO [phbl-toolchain] process exited with exit status: 0 (46.73183724s)
36512025-02-24T21:22:32.343Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36522025-02-24T21:22:32.732Z[ host-package] Compiling uzers v0.12.1
36532025-02-24T21:22:34.002Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36542025-02-24T21:22:35.963Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36552025-02-24T21:22:37.039Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36562025-02-24T21:23:03.952Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36572025-02-24T21:23:08.274Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36582025-02-24T21:23:13.094Z[ host-package] Compiling multimap v0.10.0
36592025-02-24T21:25:37.829Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36602025-02-24T21:32:47.705Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 28s
36612025-02-24T21:33:58.738ZFeb 24 21:33:57.255 INFO [host-package] process exited with exit status: 0 (1360.014575673s)
36622025-02-24T21:33:58.738ZFeb 24 21:33:57.255 INFO [host-stamp] running task
36632025-02-24T21:33:58.741ZFeb 24 21:33:57.256 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36642025-02-24T21:33:58.741ZFeb 24 21:33:57.257 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+gitafbc4ad73c6
36652025-02-24T21:33:58.761ZFeb 24 21:33:57.278 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+gitafbc4ad73c6
36662025-02-24T21:33:58.769Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36672025-02-24T21:33:58.773Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36682025-02-24T21:33:58.777ZFeb 24 21:33:57.291 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+gitafbc4ad73c6
36692025-02-24T21:33:58.792Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36702025-02-24T21:33:58.792ZFeb 24 21:33:57.308 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+gitafbc4ad73c6
36712025-02-24T21:33:58.813Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36722025-02-24T21:33:58.817ZFeb 24 21:33:57.331 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+gitafbc4ad73c6
36732025-02-24T21:33:58.828Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36742025-02-24T21:33:58.836ZFeb 24 21:33:57.353 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+gitafbc4ad73c6
36752025-02-24T21:33:58.851Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36762025-02-24T21:33:58.854Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36772025-02-24T21:33:58.857Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36782025-02-24T21:33:58.857ZFeb 24 21:33:57.373 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+gitafbc4ad73c6
36792025-02-24T21:33:58.872Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36802025-02-24T21:33:58.878Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36812025-02-24T21:33:58.881ZFeb 24 21:33:57.396 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+gitafbc4ad73c6
36822025-02-24T21:33:58.901ZFeb 24 21:33:57.418 INFO [stamp-oxlog] process exited with exit status: 0 (110.123458ms)
36832025-02-24T21:33:58.901ZFeb 24 21:33:57.419 INFO [stamp-overlay] process exited with exit status: 0 (87.732919ms)
36842025-02-24T21:33:58.901ZFeb 24 21:33:57.419 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (65.255293ms)
36852025-02-24T21:33:58.901Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36862025-02-24T21:33:58.904Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36872025-02-24T21:33:58.907ZFeb 24 21:33:57.425 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (133.44393ms)
36882025-02-24T21:33:58.915Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36892025-02-24T21:33:59.114Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36902025-02-24T21:33:59.117ZFeb 24 21:33:57.635 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.77573ms)
36912025-02-24T21:33:59.187Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36922025-02-24T21:33:59.190ZFeb 24 21:33:57.707 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (428.99956ms)
36932025-02-24T21:33:59.944Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36942025-02-24T21:33:59.948ZFeb 24 21:33:58.465 INFO [stamp-propolis-server] process exited with exit status: 0 (1.20842612s)
36952025-02-24T21:34:00.080Z[recovery-package] Compiling newtype-uuid v1.2.1
36962025-02-24T21:34:00.643Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36972025-02-24T21:34:00.973Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36982025-02-24T21:34:00.973Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36992025-02-24T21:34:00.976Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
37002025-02-24T21:34:01.021Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37012025-02-24T21:34:01.688Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37022025-02-24T21:34:09.483Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37032025-02-24T21:34:09.486ZFeb 24 21:34:08.001 INFO [stamp-switch-asic] process exited with exit status: 0 (10.627928793s)
37042025-02-24T21:34:09.486ZFeb 24 21:34:08.001 INFO [host-stamp] task succeeded (10.745688838s)
37052025-02-24T21:34:09.489ZFeb 24 21:34:08.001 INFO [host-proto] running task
37062025-02-24T21:34:09.958ZFeb 24 21:34:08.472 INFO [host-proto] task succeeded (470.900181ms)
37072025-02-24T21:34:09.958ZFeb 24 21:34:08.472 INFO [host-profile] running task
37082025-02-24T21:34:09.960ZFeb 24 21:34:08.472 INFO [host-profile] task succeeded (308.987µs)
37092025-02-24T21:34:09.960ZFeb 24 21:34:08.473 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/.tmp1fVI8h/proto/host/root -N 'ci afbc4ad/${os_short_commit} 2025-02-24 21:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37102025-02-24T21:34:09.980Z[ host-image] Feb 24 21:34:08.494 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37112025-02-24T21:34:09.980Z[ host-image] Feb 24 21:34:08.495 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37122025-02-24T21:34:09.997Z[ host-image] Feb 24 21:34:08.512 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp1fVI8h/proto/host/root"
37132025-02-24T21:34:09.997Z[ host-image] Feb 24 21:34:08.512 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37142025-02-24T21:34:10.000Z[ host-image] Feb 24 21:34:08.512 INFO image builder template: ramdisk-01-os...
37152025-02-24T21:34:10.000Z[ host-image] Feb 24 21:34:08.512 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/.tmp1fVI8h/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
37162025-02-24T21:34:10.019Z[ host-image] Feb 24 21:34:08.533 INFO O| Feb 24 21:34:08.533 INFO CREATE DATASET: rpool/images/build/host/output
37172025-02-24T21:34:10.361Z[ host-image] Feb 24 21:34:08.875 INFO O| Feb 24 21:34:08.875 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37182025-02-24T21:34:10.366Z[ host-image] Feb 24 21:34:08.880 INFO O| Feb 24 21:34:08.880 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37192025-02-24T21:34:10.477Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37202025-02-24T21:34:10.477Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37212025-02-24T21:34:10.480Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37222025-02-24T21:34:10.480Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37232025-02-24T21:34:10.616Z[ host-image] Feb 24 21:34:09.129 INFO O| Feb 24 21:34:09.129 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37242025-02-24T21:34:10.688Z[ host-image] Feb 24 21:34:09.202 INFO O| Feb 24 21:34:09.202 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37252025-02-24T21:34:10.688Z[ host-image] Feb 24 21:34:09.202 INFO O| Feb 24 21:34:09.202 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37262025-02-24T21:34:10.691Z[ host-image] Feb 24 21:34:09.203 INFO O| Feb 24 21:34:09.203 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37272025-02-24T21:34:10.691Z[ host-image] Feb 24 21:34:09.203 INFO O| Feb 24 21:34:09.203 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37282025-02-24T21:34:10.703Z[ host-image] Feb 24 21:34:09.217 INFO O| Feb 24 21:34:09.216 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37292025-02-24T21:34:10.982Z[ host-image] Feb 24 21:34:09.495 INFO O| Feb 24 21:34:09.495 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37302025-02-24T21:34:11.012Z[ host-image] Feb 24 21:34:09.525 INFO O| Feb 24 21:34:09.525 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37312025-02-24T21:34:11.652Z[ host-image] Feb 24 21:34:10.166 INFO O| Feb 24 21:34:10.166 INFO O| Caching catalogs ... Done
37322025-02-24T21:34:11.808Z[ host-image] Feb 24 21:34:10.322 INFO O| Feb 24 21:34:10.322 INFO STEP 0 (pkg_image_create) COMPLETE
37332025-02-24T21:34:11.808Z[ host-image] Feb 24 21:34:10.322 INFO O| Feb 24 21:34:10.322 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342025-02-24T21:34:11.811Z[ host-image] Feb 24 21:34:10.322 INFO O| Feb 24 21:34:10.322 INFO skip step because feature "repo_redist" is not enabled
37352025-02-24T21:34:11.811Z[ host-image] Feb 24 21:34:10.322 INFO O| Feb 24 21:34:10.322 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37362025-02-24T21:34:11.829Z[ host-image] Feb 24 21:34:10.342 INFO O| Feb 24 21:34:10.342 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"]
37372025-02-24T21:34:12.571Z[ host-image] Feb 24 21:34:11.084 INFO O| Feb 24 21:34:11.084 INFO STEP 2 (pkg_set_publisher) COMPLETE
37382025-02-24T21:34:12.571Z[ host-image] Feb 24 21:34:11.084 INFO O| Feb 24 21:34:11.084 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392025-02-24T21:34:12.598Z[ host-image] Feb 24 21:34:11.111 INFO O| Feb 24 21:34:11.111 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"]
37402025-02-24T21:34:13.282Z[ host-image] Feb 24 21:34:11.795 INFO O| Feb 24 21:34:11.794 INFO STEP 3 (pkg_set_publisher) COMPLETE
37412025-02-24T21:34:13.282Z[ host-image] Feb 24 21:34:11.795 INFO O| Feb 24 21:34:11.795 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37422025-02-24T21:34:13.282Z[ host-image] Feb 24 21:34:11.795 INFO O| Feb 24 21:34:11.795 INFO skip step because feature "repo_redist" is not enabled
37432025-02-24T21:34:13.282Z[ host-image] Feb 24 21:34:11.795 INFO O| Feb 24 21:34:11.795 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442025-02-24T21:34:13.854Z[ host-image] Feb 24 21:34:12.366 INFO O| Feb 24 21:34:12.366 INFO variant opensolaris.zone is already global
37452025-02-24T21:34:13.854Z[ host-image] Feb 24 21:34:12.366 INFO O| Feb 24 21:34:12.366 INFO STEP 5 (pkg_change_variant) COMPLETE
37462025-02-24T21:34:13.858Z[ host-image] Feb 24 21:34:12.366 INFO O| Feb 24 21:34:12.366 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37472025-02-24T21:34:14.541Z[ host-image] Feb 24 21:34:13.054 INFO O| Feb 24 21:34:13.054 INFO variant opensolaris.imagetype is full; changing to partial
37482025-02-24T21:34:14.541Z[ host-image] Feb 24 21:34:13.054 INFO O| Feb 24 21:34:13.054 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37492025-02-24T21:34:16.815Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37502025-02-24T21:34:17.644Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37512025-02-24T21:34:19.131Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37522025-02-24T21:34:19.526Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37532025-02-24T21:34:20.463Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37542025-02-24T21:34:21.832Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37552025-02-24T21:34:26.255Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37562025-02-24T21:34:26.786Z[ host-image] Feb 24 21:34:25.294 INFO O| Feb 24 21:34:25.294 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37572025-02-24T21:34:34.352Z[ host-image] Feb 24 21:34:32.859 INFO O| Feb 24 21:34:32.859 INFO O| Startup: Caching catalogs ... Done
37582025-02-24T21:34:34.433Z[ host-image] Feb 24 21:34:32.940 INFO O| Feb 24 21:34:32.940 INFO O| Planning: Planning completed in 0.00 seconds
37592025-02-24T21:34:34.436Z[ host-image] Feb 24 21:34:32.940 INFO O| Feb 24 21:34:32.940 INFO O| Planning: Consolidating action changes ... Done
37602025-02-24T21:34:34.436Z[ host-image] Feb 24 21:34:32.940 INFO O| Feb 24 21:34:32.940 INFO O| Planning: Evaluating mediators ... Done
37612025-02-24T21:34:34.436Z[ host-image] Feb 24 21:34:32.941 INFO O| Feb 24 21:34:32.941 INFO O| Planning: Planning completed in 0.00 seconds
37622025-02-24T21:34:34.436Z[ host-image] Feb 24 21:34:32.941 INFO O| Feb 24 21:34:32.941 INFO O| Variants/Facets to change: 1
37632025-02-24T21:34:34.453Z[ host-image] Feb 24 21:34:32.960 INFO O| Feb 24 21:34:32.959 INFO O| Done
37642025-02-24T21:34:34.453Z[ host-image] Feb 24 21:34:32.960 INFO O| Feb 24 21:34:32.960 INFO O| Done
37652025-02-24T21:34:35.036Z[ host-image] Feb 24 21:34:33.542 INFO O| Feb 24 21:34:33.542 INFO O| Done
37662025-02-24T21:34:35.086Z[ host-image] Feb 24 21:34:33.593 INFO O| Feb 24 21:34:33.592 INFO O| Done
37672025-02-24T21:34:35.088Z[ host-image] Feb 24 21:34:33.594 INFO O| Feb 24 21:34:33.593 INFO O| Done
37682025-02-24T21:34:35.088Z[ host-image] Feb 24 21:34:33.594 INFO O| Feb 24 21:34:33.594 INFO O| Done
37692025-02-24T21:34:35.088Z[ host-image] Feb 24 21:34:33.595 INFO O| Feb 24 21:34:33.595 INFO O| Done
37702025-02-24T21:34:35.585Z[ host-image] Feb 24 21:34:34.092 INFO O| Feb 24 21:34:34.092 INFO STEP 6 (pkg_change_variant) COMPLETE
37712025-02-24T21:34:35.585Z[ host-image] Feb 24 21:34:34.092 INFO O| Feb 24 21:34:34.092 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722025-02-24T21:34:35.588Z[ host-image] Feb 24 21:34:34.092 INFO O| Feb 24 21:34:34.092 INFO skip step because feature "debug_variant" is not enabled
37732025-02-24T21:34:35.588Z[ host-image] Feb 24 21:34:34.092 INFO O| Feb 24 21:34:34.092 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37742025-02-24T21:34:36.164Z[ host-image] Feb 24 21:34:34.671 INFO O| Feb 24 21:34:34.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37752025-02-24T21:34:37.141Z[ host-image] Feb 24 21:34:35.648 INFO O| Feb 24 21:34:35.647 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37762025-02-24T21:34:37.144Z[ host-image] Feb 24 21:34:35.650 INFO O| Feb 24 21:34:35.650 INFO O| Planning: Planning completed in 0.00 seconds
37772025-02-24T21:34:37.147Z[ host-image] Feb 24 21:34:35.651 INFO O| Feb 24 21:34:35.651 INFO O| Planning: Consolidating action changes ... Done
37782025-02-24T21:34:37.147Z[ host-image] Feb 24 21:34:35.651 INFO O| Feb 24 21:34:35.651 INFO O| Planning: Evaluating mediators ... Done
37792025-02-24T21:34:37.147Z[ host-image] Feb 24 21:34:35.651 INFO O| Feb 24 21:34:35.651 INFO O| Planning: Planning completed in 0.00 seconds
37802025-02-24T21:34:37.147Z[ host-image] Feb 24 21:34:35.652 INFO O| Feb 24 21:34:35.652 INFO O| Variants/Facets to change: 1
37812025-02-24T21:34:37.211Z[ host-image] Feb 24 21:34:35.717 INFO O| Feb 24 21:34:35.717 INFO O| Done
37822025-02-24T21:34:37.211Z[ host-image] Feb 24 21:34:35.717 INFO O| Feb 24 21:34:35.717 INFO O| Done
37832025-02-24T21:34:38.026Z[ host-image] Feb 24 21:34:36.532 INFO O| Feb 24 21:34:36.532 INFO O| Done
37842025-02-24T21:34:38.127Z[ host-image] Feb 24 21:34:36.633 INFO O| Feb 24 21:34:36.633 INFO O| Done
37852025-02-24T21:34:38.130Z[ host-image] Feb 24 21:34:36.634 INFO O| Feb 24 21:34:36.634 INFO O| Done
37862025-02-24T21:34:38.130Z[ host-image] Feb 24 21:34:36.634 INFO O| Feb 24 21:34:36.634 INFO O| Done
37872025-02-24T21:34:38.133Z[ host-image] Feb 24 21:34:36.637 INFO O| Feb 24 21:34:36.637 INFO O| Done
37882025-02-24T21:34:38.246Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO STEP 8 (pkg_change_facet) COMPLETE
37892025-02-24T21:34:38.246Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902025-02-24T21:34:38.246Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO skip step because feature "recovery" is not enabled
37912025-02-24T21:34:38.249Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922025-02-24T21:34:38.249Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO skip step because feature "recovery" is not enabled
37932025-02-24T21:34:38.249Z[ host-image] Feb 24 21:34:36.752 INFO O| Feb 24 21:34:36.752 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942025-02-24T21:34:38.266Z[ host-image] Feb 24 21:34:36.772 INFO O| Feb 24 21:34:36.772 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"]
37952025-02-24T21:34:39.028Z[ host-image] Feb 24 21:34:37.533 INFO O| Feb 24 21:34:37.533 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37962025-02-24T21:34:46.403Z[recovery-package] Finished `release` profile [optimized] target(s) in 47.37s
37972025-02-24T21:34:47.855ZFeb 24 21:34:46.358 INFO [recovery-package] process exited with exit status: 0 (49.101300906s)
37982025-02-24T21:34:47.855ZFeb 24 21:34:46.358 INFO [recovery-stamp] running task
37992025-02-24T21:34:47.857ZFeb 24 21:34:46.358 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38002025-02-24T21:34:47.865ZFeb 24 21:34:46.368 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+gitafbc4ad73c6
38012025-02-24T21:34:47.880ZFeb 24 21:34:46.383 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+gitafbc4ad73c6
38022025-02-24T21:34:47.897Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38032025-02-24T21:34:47.910Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38042025-02-24T21:34:48.008Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38052025-02-24T21:34:48.012ZFeb 24 21:34:46.515 INFO [stamp-installinator] process exited with exit status: 0 (132.077185ms)
38062025-02-24T21:34:48.016Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38072025-02-24T21:34:48.019ZFeb 24 21:34:46.522 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.81659ms)
38082025-02-24T21:34:48.019ZFeb 24 21:34:46.522 INFO [recovery-stamp] task succeeded (164.043523ms)
38092025-02-24T21:34:48.019ZFeb 24 21:34:46.522 INFO [recovery-proto] running task
38102025-02-24T21:34:48.019ZFeb 24 21:34:46.522 INFO [tuf-stamp] running task
38112025-02-24T21:34:48.021ZFeb 24 21:34:46.523 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+gitafbc4ad73c6
38122025-02-24T21:34:48.036ZFeb 24 21:34:46.539 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+gitafbc4ad73c6
38132025-02-24T21:34:48.052Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38142025-02-24T21:34:48.054ZFeb 24 21:34:46.555 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+gitafbc4ad73c6
38152025-02-24T21:34:48.066Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38162025-02-24T21:34:48.073ZFeb 24 21:34:46.577 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+gitafbc4ad73c6
38172025-02-24T21:34:48.096Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38182025-02-24T21:34:48.099ZFeb 24 21:34:46.599 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+gitafbc4ad73c6
38192025-02-24T21:34:48.129ZFeb 24 21:34:46.632 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+gitafbc4ad73c6
38202025-02-24T21:34:48.165Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38212025-02-24T21:34:48.167ZFeb 24 21:34:46.668 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+gitafbc4ad73c6
38222025-02-24T21:34:48.167Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38232025-02-24T21:34:48.207ZFeb 24 21:34:46.710 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+gitafbc4ad73c6
38242025-02-24T21:34:48.209Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38252025-02-24T21:34:48.272ZFeb 24 21:34:46.775 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+gitafbc4ad73c6
38262025-02-24T21:34:48.367Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38272025-02-24T21:34:48.370Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38282025-02-24T21:34:48.370ZFeb 24 21:34:46.871 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+gitafbc4ad73c6
38292025-02-24T21:34:48.503Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38302025-02-24T21:34:48.505ZFeb 24 21:34:47.007 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+gitafbc4ad73c6
38312025-02-24T21:34:48.610ZFeb 24 21:34:47.113 INFO [recovery-proto] task succeeded (591.011707ms)
38322025-02-24T21:34:48.613ZFeb 24 21:34:47.114 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/.tmp1fVI8h/proto/recovery/root -N 'recovery afbc4ad/${os_short_commit} 2025-02-24 21:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38332025-02-24T21:34:48.687Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38342025-02-24T21:34:48.687Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38352025-02-24T21:34:48.699ZFeb 24 21:34:47.190 INFO [stamp-ntp] process exited with exit status: 0 (667.057882ms)
38362025-02-24T21:34:48.699Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38372025-02-24T21:34:48.699Z[ recovery-image] Feb 24 21:34:47.198 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38382025-02-24T21:34:48.699Z[ recovery-image] Feb 24 21:34:47.198 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38392025-02-24T21:34:48.739Z[ recovery-image] Feb 24 21:34:47.242 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp1fVI8h/proto/recovery/root"
38402025-02-24T21:34:48.739Z[ recovery-image] Feb 24 21:34:47.242 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38412025-02-24T21:34:48.742Z[ recovery-image] Feb 24 21:34:47.242 INFO image builder template: ramdisk-01-os...
38422025-02-24T21:34:48.742Z[ recovery-image] Feb 24 21:34:47.243 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/.tmp1fVI8h/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
38432025-02-24T21:34:48.745Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
38442025-02-24T21:34:48.799Z[ recovery-image] Feb 24 21:34:47.302 INFO O| Feb 24 21:34:47.275 INFO CREATE DATASET: rpool/images/build/recovery/output
38452025-02-24T21:34:48.952Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38462025-02-24T21:34:48.957Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38472025-02-24T21:34:48.960ZFeb 24 21:34:47.460 INFO [stamp-probe] process exited with exit status: 0 (452.168111ms)
38482025-02-24T21:34:49.221Z[ recovery-image] Feb 24 21:34:47.721 INFO O| Feb 24 21:34:47.706 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38492025-02-24T21:34:49.224Z[ recovery-image] Feb 24 21:34:47.724 INFO O| Feb 24 21:34:47.713 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38502025-02-24T21:34:49.697Z[ recovery-image] Feb 24 21:34:48.199 INFO O| Feb 24 21:34:48.199 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38512025-02-24T21:34:49.798Z[ recovery-image] Feb 24 21:34:48.301 INFO O| Feb 24 21:34:48.300 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38522025-02-24T21:34:49.798Z[ recovery-image] Feb 24 21:34:48.301 INFO O| Feb 24 21:34:48.301 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38532025-02-24T21:34:49.801Z[ recovery-image] Feb 24 21:34:48.301 INFO O| Feb 24 21:34:48.301 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38542025-02-24T21:34:49.801Z[ recovery-image] Feb 24 21:34:48.301 INFO O| Feb 24 21:34:48.301 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38552025-02-24T21:34:49.812Z[ recovery-image] Feb 24 21:34:48.314 INFO O| Feb 24 21:34:48.314 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38562025-02-24T21:34:50.179Z[ recovery-image] Feb 24 21:34:48.681 INFO O| Feb 24 21:34:48.681 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38572025-02-24T21:34:50.214Z[ recovery-image] Feb 24 21:34:48.716 INFO O| Feb 24 21:34:48.716 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38582025-02-24T21:34:50.240Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38592025-02-24T21:34:50.245ZFeb 24 21:34:48.748 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.037703985s)
38602025-02-24T21:34:50.597Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38612025-02-24T21:34:50.620ZFeb 24 21:34:49.122 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.347793847s)
38622025-02-24T21:34:50.641Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38632025-02-24T21:34:50.661ZFeb 24 21:34:49.161 INFO [stamp-internal-dns] process exited with exit status: 0 (2.529091364s)
38642025-02-24T21:34:50.934Z[ recovery-image] Feb 24 21:34:49.436 INFO O| Feb 24 21:34:49.436 INFO O| Caching catalogs ... Done
38652025-02-24T21:34:50.962Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38662025-02-24T21:34:50.976ZFeb 24 21:34:49.479 INFO [stamp-external-dns] process exited with exit status: 0 (2.60745339s)
38672025-02-24T21:34:51.024Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38682025-02-24T21:34:51.029ZFeb 24 21:34:49.532 INFO [stamp-oximeter] process exited with exit status: 0 (2.992695986s)
38692025-02-24T21:34:51.056Z[ recovery-image] Feb 24 21:34:49.558 INFO O| Feb 24 21:34:49.558 INFO STEP 0 (pkg_image_create) COMPLETE
38702025-02-24T21:34:51.056Z[ recovery-image] Feb 24 21:34:49.558 INFO O| Feb 24 21:34:49.558 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38712025-02-24T21:34:51.056Z[ recovery-image] Feb 24 21:34:49.558 INFO O| Feb 24 21:34:49.558 INFO skip step because feature "repo_redist" is not enabled
38722025-02-24T21:34:51.056Z[ recovery-image] Feb 24 21:34:49.558 INFO O| Feb 24 21:34:49.558 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38732025-02-24T21:34:51.073Z[ recovery-image] Feb 24 21:34:49.575 INFO O| Feb 24 21:34:49.575 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"]
38742025-02-24T21:34:51.582Z[ recovery-image] Feb 24 21:34:50.084 INFO O| Feb 24 21:34:50.084 INFO STEP 2 (pkg_set_publisher) COMPLETE
38752025-02-24T21:34:51.582Z[ recovery-image] Feb 24 21:34:50.084 INFO O| Feb 24 21:34:50.084 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38762025-02-24T21:34:51.598Z[ recovery-image] Feb 24 21:34:50.100 INFO O| Feb 24 21:34:50.100 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
38772025-02-24T21:34:52.111Z[ recovery-image] Feb 24 21:34:50.612 INFO O| Feb 24 21:34:50.612 INFO STEP 3 (pkg_set_publisher) COMPLETE
38782025-02-24T21:34:52.111Z[ recovery-image] Feb 24 21:34:50.612 INFO O| Feb 24 21:34:50.612 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38792025-02-24T21:34:52.111Z[ recovery-image] Feb 24 21:34:50.612 INFO O| Feb 24 21:34:50.612 INFO skip step because feature "repo_redist" is not enabled
38802025-02-24T21:34:52.111Z[ recovery-image] Feb 24 21:34:50.613 INFO O| Feb 24 21:34:50.612 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38812025-02-24T21:34:52.616Z[ recovery-image] Feb 24 21:34:51.118 INFO O| Feb 24 21:34:51.117 INFO variant opensolaris.zone is already global
38822025-02-24T21:34:52.616Z[ recovery-image] Feb 24 21:34:51.118 INFO O| Feb 24 21:34:51.118 INFO STEP 5 (pkg_change_variant) COMPLETE
38832025-02-24T21:34:52.619Z[ recovery-image] Feb 24 21:34:51.118 INFO O| Feb 24 21:34:51.118 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38842025-02-24T21:34:52.819Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38852025-02-24T21:34:52.823ZFeb 24 21:34:51.325 INFO [stamp-nexus] process exited with exit status: 0 (4.748370671s)
38862025-02-24T21:34:53.111Z[ recovery-image] Feb 24 21:34:51.613 INFO O| Feb 24 21:34:51.612 INFO variant opensolaris.imagetype is full; changing to partial
38872025-02-24T21:34:53.111Z[ recovery-image] Feb 24 21:34:51.613 INFO O| Feb 24 21:34:51.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38882025-02-24T21:34:53.454Z[verify-libraries] Compiling ring v0.17.11
38892025-02-24T21:34:53.713Z[verify-libraries] Compiling home v0.5.9
38902025-02-24T21:34:53.742Z[verify-libraries] Compiling cfg_aliases v0.1.1
38912025-02-24T21:34:53.749Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38922025-02-24T21:34:53.749Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38932025-02-24T21:34:53.752Z[verify-libraries] Compiling unicode_categories v0.1.1
38942025-02-24T21:34:53.776Z[verify-libraries] Compiling polyval v0.6.2
38952025-02-24T21:34:54.246Z[verify-libraries] Compiling nix v0.28.0
38962025-02-24T21:34:54.249Z[verify-libraries] Compiling ctr v0.9.2
38972025-02-24T21:34:54.602Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38982025-02-24T21:34:54.608ZFeb 24 21:34:53.109 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.509820351s)
38992025-02-24T21:34:54.703Z[verify-libraries] Compiling sqlformat v0.2.6
39002025-02-24T21:34:54.783Z[verify-libraries] Compiling ghash v0.5.1
39012025-02-24T21:34:55.156Z[verify-libraries] Compiling ssh-encoding v0.2.0
39022025-02-24T21:34:55.280Z[verify-libraries] Compiling aes-gcm v0.10.3
39032025-02-24T21:34:55.317Z[verify-libraries] Compiling blowfish v0.9.1
39042025-02-24T21:34:55.443Z[verify-libraries] Compiling sqlparser v0.45.0
39052025-02-24T21:34:55.754Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39062025-02-24T21:34:56.024Z[verify-libraries] Compiling ssh-cipher v0.2.0
39072025-02-24T21:34:56.409Z[verify-libraries] Compiling password-hash v0.4.2
39082025-02-24T21:34:56.764Z[verify-libraries] Compiling p521 v0.13.3
39092025-02-24T21:34:59.403Z[verify-libraries] Compiling pbkdf2 v0.11.0
39102025-02-24T21:35:00.759Z[verify-libraries] Compiling rustls v0.23.19
39112025-02-24T21:35:00.856Z[verify-libraries] Compiling rustls v0.22.4
39122025-02-24T21:35:01.904Z[verify-libraries] Compiling rustyline v14.0.0
39132025-02-24T21:35:01.907Z[verify-libraries] Compiling ssh-key v0.6.6
39142025-02-24T21:35:02.549Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39152025-02-24T21:35:02.594ZFeb 24 21:35:01.093 INFO [stamp-clickhouse] process exited with exit status: 0 (14.537911538s)
39162025-02-24T21:35:02.880Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39172025-02-24T21:35:02.943ZFeb 24 21:35:01.440 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.771271027s)
39182025-02-24T21:35:02.943ZFeb 24 21:35:01.440 INFO [tuf-stamp] task succeeded (14.91778743s)
39192025-02-24T21:35:03.172Z[verify-libraries] Compiling p256 v0.13.2
39202025-02-24T21:35:05.490Z[verify-libraries] Compiling rustls-webpki v0.102.8
39212025-02-24T21:35:06.274Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39222025-02-24T21:35:06.467Z[ recovery-image] Feb 24 21:35:04.964 INFO O| Feb 24 21:35:04.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39232025-02-24T21:35:09.947Z[verify-libraries] Compiling rustls v0.21.12
39242025-02-24T21:35:10.006Z[verify-libraries] Compiling md5 v0.7.0
39252025-02-24T21:35:10.380Z[verify-libraries] Compiling num-bigint v0.4.6
39262025-02-24T21:35:10.672Z[verify-libraries] Compiling russh-keys v0.45.0
39272025-02-24T21:35:16.441Z[ recovery-image] Feb 24 21:35:14.936 INFO O| Feb 24 21:35:14.936 INFO O| Startup: Caching catalogs ... Done
39282025-02-24T21:35:16.508Z[verify-libraries] Compiling tokio-rustls v0.26.0
39292025-02-24T21:35:16.555Z[ recovery-image] Feb 24 21:35:15.049 INFO O| Feb 24 21:35:15.049 INFO O| Planning: Planning completed in 0.00 seconds
39302025-02-24T21:35:16.557Z[ recovery-image] Feb 24 21:35:15.050 INFO O| Feb 24 21:35:15.050 INFO O| Planning: Consolidating action changes ... Done
39312025-02-24T21:35:16.557Z[ recovery-image] Feb 24 21:35:15.051 INFO O| Feb 24 21:35:15.051 INFO O| Planning: Evaluating mediators ... Done
39322025-02-24T21:35:16.557Z[ recovery-image] Feb 24 21:35:15.051 INFO O| Feb 24 21:35:15.051 INFO O| Planning: Planning completed in 0.00 seconds
39332025-02-24T21:35:16.557Z[ recovery-image] Feb 24 21:35:15.052 INFO O| Feb 24 21:35:15.052 INFO O| Variants/Facets to change: 1
39342025-02-24T21:35:16.647Z[ recovery-image] Feb 24 21:35:15.142 INFO O| Feb 24 21:35:15.142 INFO O| Done
39352025-02-24T21:35:16.647Z[ recovery-image] Feb 24 21:35:15.142 INFO O| Feb 24 21:35:15.142 INFO O| Done
39362025-02-24T21:35:17.151Z[verify-libraries] Compiling hyper-rustls v0.27.3
39372025-02-24T21:35:17.458Z[verify-libraries] Compiling tokio-rustls v0.25.0
39382025-02-24T21:35:17.899Z[verify-libraries] Compiling reqwest v0.12.12
39392025-02-24T21:35:17.978Z[ recovery-image] Feb 24 21:35:16.472 INFO O| Feb 24 21:35:16.472 INFO O| Done
39402025-02-24T21:35:18.041Z[verify-libraries] Compiling dropshot v0.12.0
39412025-02-24T21:35:18.065Z[ recovery-image] Feb 24 21:35:16.559 INFO O| Feb 24 21:35:16.551 INFO O| Done
39422025-02-24T21:35:18.065Z[ recovery-image] Feb 24 21:35:16.559 INFO O| Feb 24 21:35:16.552 INFO O| Done
39432025-02-24T21:35:18.067Z[ recovery-image] Feb 24 21:35:16.559 INFO O| Feb 24 21:35:16.552 INFO O| Done
39442025-02-24T21:35:18.067Z[ recovery-image] Feb 24 21:35:16.559 INFO O| Feb 24 21:35:16.554 INFO O| Done
39452025-02-24T21:35:18.911Z[ recovery-image] Feb 24 21:35:17.405 INFO O| Feb 24 21:35:17.405 INFO STEP 6 (pkg_change_variant) COMPLETE
39462025-02-24T21:35:18.911Z[ recovery-image] Feb 24 21:35:17.405 INFO O| Feb 24 21:35:17.405 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39472025-02-24T21:35:18.914Z[ recovery-image] Feb 24 21:35:17.405 INFO O| Feb 24 21:35:17.405 INFO skip step because feature "debug_variant" is not enabled
39482025-02-24T21:35:18.914Z[ recovery-image] Feb 24 21:35:17.405 INFO O| Feb 24 21:35:17.405 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492025-02-24T21:35:19.664Z[ recovery-image] Feb 24 21:35:18.158 INFO O| Feb 24 21:35:18.158 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39502025-02-24T21:35:20.785Z[ recovery-image] Feb 24 21:35:19.279 INFO O| Feb 24 21:35:19.278 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39512025-02-24T21:35:20.788Z[ recovery-image] Feb 24 21:35:19.280 INFO O| Feb 24 21:35:19.280 INFO O| Planning: Planning completed in 0.00 seconds
39522025-02-24T21:35:20.788Z[ recovery-image] Feb 24 21:35:19.281 INFO O| Feb 24 21:35:19.281 INFO O| Planning: Consolidating action changes ... Done
39532025-02-24T21:35:20.788Z[ recovery-image] Feb 24 21:35:19.282 INFO O| Feb 24 21:35:19.282 INFO O| Planning: Evaluating mediators ... Done
39542025-02-24T21:35:20.791Z[ recovery-image] Feb 24 21:35:19.282 INFO O| Feb 24 21:35:19.282 INFO O| Planning: Planning completed in 0.00 seconds
39552025-02-24T21:35:20.791Z[ recovery-image] Feb 24 21:35:19.282 INFO O| Feb 24 21:35:19.282 INFO O| Variants/Facets to change: 1
39562025-02-24T21:35:20.872Z[ recovery-image] Feb 24 21:35:19.363 INFO O| Feb 24 21:35:19.363 INFO O| Done
39572025-02-24T21:35:20.872Z[ recovery-image] Feb 24 21:35:19.363 INFO O| Feb 24 21:35:19.363 INFO O| Done
39582025-02-24T21:35:21.212Z[verify-libraries] Compiling dropshot v0.15.1
39592025-02-24T21:35:21.700Z[verify-libraries] Compiling rcgen v0.12.1
39602025-02-24T21:35:21.852Z[ recovery-image] Feb 24 21:35:20.345 INFO O| Feb 24 21:35:20.345 INFO O| Done
39612025-02-24T21:35:21.964Z[ recovery-image] Feb 24 21:35:20.457 INFO O| Feb 24 21:35:20.457 INFO O| Done
39622025-02-24T21:35:21.967Z[ recovery-image] Feb 24 21:35:20.458 INFO O| Feb 24 21:35:20.458 INFO O| Done
39632025-02-24T21:35:21.967Z[ recovery-image] Feb 24 21:35:20.459 INFO O| Feb 24 21:35:20.459 INFO O| Done
39642025-02-24T21:35:21.970Z[ recovery-image] Feb 24 21:35:20.460 INFO O| Feb 24 21:35:20.460 INFO O| Done
39652025-02-24T21:35:22.089Z[ recovery-image] Feb 24 21:35:20.582 INFO O| Feb 24 21:35:20.582 INFO STEP 8 (pkg_change_facet) COMPLETE
39662025-02-24T21:35:22.089Z[ recovery-image] Feb 24 21:35:20.582 INFO O| Feb 24 21:35:20.582 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672025-02-24T21:35:22.798Z[ recovery-image] Feb 24 21:35:21.291 INFO O| Feb 24 21:35:21.290 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39682025-02-24T21:35:23.885Z[ recovery-image] Feb 24 21:35:22.377 INFO O| Feb 24 21:35:22.377 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39692025-02-24T21:35:23.887Z[ recovery-image] Feb 24 21:35:22.379 INFO O| Feb 24 21:35:22.379 INFO O| Planning: Planning completed in 0.00 seconds
39702025-02-24T21:35:23.887Z[ recovery-image] Feb 24 21:35:22.380 INFO O| Feb 24 21:35:22.380 INFO O| Planning: Consolidating action changes ... Done
39712025-02-24T21:35:23.890Z[ recovery-image] Feb 24 21:35:22.380 INFO O| Feb 24 21:35:22.380 INFO O| Planning: Evaluating mediators ... Done
39722025-02-24T21:35:23.890Z[ recovery-image] Feb 24 21:35:22.381 INFO O| Feb 24 21:35:22.380 INFO O| Planning: Planning completed in 0.00 seconds
39732025-02-24T21:35:23.890Z[ recovery-image] Feb 24 21:35:22.381 INFO O| Feb 24 21:35:22.381 INFO O| Variants/Facets to change: 1
39742025-02-24T21:35:23.972Z[ recovery-image] Feb 24 21:35:22.464 INFO O| Feb 24 21:35:22.464 INFO O| Done
39752025-02-24T21:35:23.972Z[ recovery-image] Feb 24 21:35:22.464 INFO O| Feb 24 21:35:22.464 INFO O| Done
39762025-02-24T21:35:24.609Z[verify-libraries] Compiling qorb v0.2.1
39772025-02-24T21:35:25.157Z[ recovery-image] Feb 24 21:35:23.649 INFO O| Feb 24 21:35:23.649 INFO O| Done
39782025-02-24T21:35:25.286Z[ recovery-image] Feb 24 21:35:23.778 INFO O| Feb 24 21:35:23.777 INFO O| Done
39792025-02-24T21:35:25.354Z[ recovery-image] Feb 24 21:35:23.845 INFO O| Feb 24 21:35:23.845 INFO O| Done
39802025-02-24T21:35:25.354Z[ recovery-image] Feb 24 21:35:23.845 INFO O| Feb 24 21:35:23.845 INFO O| Done
39812025-02-24T21:35:25.357Z[ recovery-image] Feb 24 21:35:23.847 INFO O| Feb 24 21:35:23.847 INFO O| Done
39822025-02-24T21:35:25.634Z[ recovery-image] Feb 24 21:35:24.126 INFO O| Feb 24 21:35:24.126 INFO STEP 9 (pkg_change_facet) COMPLETE
39832025-02-24T21:35:25.634Z[ recovery-image] Feb 24 21:35:24.126 INFO O| Feb 24 21:35:24.126 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842025-02-24T21:35:26.345Z[ recovery-image] Feb 24 21:35:24.837 INFO O| Feb 24 21:35:24.837 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39852025-02-24T21:35:27.429Z[ recovery-image] Feb 24 21:35:25.921 INFO O| Feb 24 21:35:25.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39862025-02-24T21:35:27.432Z[ recovery-image] Feb 24 21:35:25.923 INFO O| Feb 24 21:35:25.923 INFO O| Planning: Planning completed in 0.00 seconds
39872025-02-24T21:35:27.432Z[ recovery-image] Feb 24 21:35:25.924 INFO O| Feb 24 21:35:25.923 INFO O| Planning: Consolidating action changes ... Done
39882025-02-24T21:35:27.432Z[ recovery-image] Feb 24 21:35:25.924 INFO O| Feb 24 21:35:25.924 INFO O| Planning: Evaluating mediators ... Done
39892025-02-24T21:35:27.435Z[ recovery-image] Feb 24 21:35:25.924 INFO O| Feb 24 21:35:25.924 INFO O| Planning: Planning completed in 0.00 seconds
39902025-02-24T21:35:27.435Z[ recovery-image] Feb 24 21:35:25.924 INFO O| Feb 24 21:35:25.924 INFO O| Variants/Facets to change: 1
39912025-02-24T21:35:27.526Z[ recovery-image] Feb 24 21:35:26.017 INFO O| Feb 24 21:35:26.017 INFO O| Done
39922025-02-24T21:35:27.532Z[ recovery-image] Feb 24 21:35:26.017 INFO O| Feb 24 21:35:26.017 INFO O| Done
39932025-02-24T21:35:28.445Z[ recovery-image] Feb 24 21:35:26.936 INFO O| Feb 24 21:35:26.936 INFO O| Done
39942025-02-24T21:35:28.544Z[ recovery-image] Feb 24 21:35:27.035 INFO O| Feb 24 21:35:27.035 INFO O| Done
39952025-02-24T21:35:28.546Z[ recovery-image] Feb 24 21:35:27.036 INFO O| Feb 24 21:35:27.036 INFO O| Done
39962025-02-24T21:35:28.546Z[ recovery-image] Feb 24 21:35:27.036 INFO O| Feb 24 21:35:27.036 INFO O| Done
39972025-02-24T21:35:28.549Z[ recovery-image] Feb 24 21:35:27.038 INFO O| Feb 24 21:35:27.038 INFO O| Done
39982025-02-24T21:35:28.654Z[ recovery-image] Feb 24 21:35:27.145 INFO O| Feb 24 21:35:27.145 INFO STEP 10 (pkg_change_facet) COMPLETE
39992025-02-24T21:35:28.654Z[ recovery-image] Feb 24 21:35:27.145 INFO O| Feb 24 21:35:27.145 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40002025-02-24T21:35:28.676Z[ recovery-image] Feb 24 21:35:27.167 INFO O| Feb 24 21:35:27.166 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"]
40012025-02-24T21:35:28.903Z[verify-libraries] Compiling progenitor-client v0.9.1
40022025-02-24T21:35:29.572Z[verify-libraries] Compiling progenitor-client v0.8.0
40032025-02-24T21:35:29.951Z[ recovery-image] Feb 24 21:35:28.441 INFO O| Feb 24 21:35:28.441 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40042025-02-24T21:35:30.497Z[verify-libraries] Compiling progenitor v0.8.0
40052025-02-24T21:35:30.818Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40062025-02-24T21:35:31.732Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40072025-02-24T21:35:31.802Z[verify-libraries] Compiling progenitor v0.9.1
40082025-02-24T21:35:32.179Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40092025-02-24T21:35:32.686Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40102025-02-24T21:35:39.348Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40112025-02-24T21:35:39.692Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40122025-02-24T21:35:39.782Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40132025-02-24T21:35:41.486Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40142025-02-24T21:35:46.993Z[ host-image] Feb 24 21:35:45.478 INFO O| Feb 24 21:35:45.478 INFO O| Planning: Solver setup ... Done
40152025-02-24T21:36:05.383Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40162025-02-24T21:36:09.706Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40172025-02-24T21:36:12.910Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40182025-02-24T21:36:13.807Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40192025-02-24T21:36:19.169Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40202025-02-24T21:36:23.754Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40212025-02-24T21:36:26.435Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40222025-02-24T21:36:30.453Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40232025-02-24T21:36:32.523Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40242025-02-24T21:36:32.635Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40252025-02-24T21:36:33.639Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40262025-02-24T21:36:35.136Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40272025-02-24T21:36:37.609Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40282025-02-24T21:36:40.852Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40292025-02-24T21:36:42.467Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40302025-02-24T21:36:44.643Z[ recovery-image] Feb 24 21:36:43.112 INFO O| Feb 24 21:36:43.112 INFO O| Planning: Solver setup ... Done
40312025-02-24T21:36:44.971Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40322025-02-24T21:36:50.703Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40332025-02-24T21:36:51.324Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40342025-02-24T21:36:51.508Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40352025-02-24T21:36:51.970Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40362025-02-24T21:37:01.057Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40372025-02-24T21:37:01.539Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40382025-02-24T21:37:02.185Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40392025-02-24T21:37:07.766Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40402025-02-24T21:37:10.349Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40412025-02-24T21:37:13.510Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40422025-02-24T21:37:14.201Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40432025-02-24T21:37:17.379Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40442025-02-24T21:37:21.064Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40452025-02-24T21:37:21.586Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40462025-02-24T21:37:25.002Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40472025-02-24T21:37:26.366Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40482025-02-24T21:37:26.712Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40492025-02-24T21:37:28.241Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40502025-02-24T21:37:30.818Z[ host-image] Feb 24 21:37:29.273 INFO O| Feb 24 21:37:29.273 INFO O| Planning: Running solver ... Done
40512025-02-24T21:37:31.687Z[ host-image] Feb 24 21:37:30.142 INFO O| Feb 24 21:37:30.142 INFO O| Planning: Finding local manifests ... Done
40522025-02-24T21:37:31.704Z[ host-image] Feb 24 21:37:30.159 INFO O| Feb 24 21:37:30.159 INFO O| Planning: Fetching manifests: 0/124 0% complete
40532025-02-24T21:37:36.897Z[ host-image] Feb 24 21:37:35.350 INFO O| Feb 24 21:37:35.350 INFO O| Planning: Fetching manifests: 124/124 100% complete
40542025-02-24T21:37:38.371Z[ host-image] Feb 24 21:37:36.824 INFO O| Feb 24 21:37:36.824 INFO O| Planning: Package planning ... Done
40552025-02-24T21:37:38.538Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40562025-02-24T21:37:38.872Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40572025-02-24T21:37:39.061Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40582025-02-24T21:37:39.861Z[ host-image] Feb 24 21:37:38.313 INFO O| Feb 24 21:37:38.313 INFO O| Planning: Merging actions ... Done
40592025-02-24T21:37:39.882Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40602025-02-24T21:37:40.254Z[ host-image] Feb 24 21:37:38.706 INFO O| Feb 24 21:37:38.706 INFO O| Planning: Checking for conflicting actions ... Done
40612025-02-24T21:37:40.742Z[ host-image] Feb 24 21:37:39.194 INFO O| Feb 24 21:37:39.194 INFO O| Planning: Consolidating action changes ... Done
40622025-02-24T21:37:40.854Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40632025-02-24T21:37:41.337Z[ host-image] Feb 24 21:37:39.789 INFO O| Feb 24 21:37:39.789 INFO O| Planning: Evaluating mediators ... Done
40642025-02-24T21:37:45.692Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40652025-02-24T21:37:48.100Z[ host-image] Feb 24 21:37:46.550 INFO O| Feb 24 21:37:46.550 INFO O| Planning: Planning completed in 189.02 seconds
40662025-02-24T21:37:48.106Z[ host-image] Feb 24 21:37:46.556 INFO O| Feb 24 21:37:46.556 INFO O| Packages to install: 124
40672025-02-24T21:37:48.106Z[ host-image] Feb 24 21:37:46.556 INFO O| Feb 24 21:37:46.556 INFO O| Mediators to change: 4
40682025-02-24T21:37:48.109Z[ host-image] Feb 24 21:37:46.556 INFO O| Feb 24 21:37:46.556 INFO O| Services to change: 6
40692025-02-24T21:37:48.360Z[ host-image] Feb 24 21:37:46.810 INFO O| Feb 24 21:37:46.810 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40702025-02-24T21:37:50.794Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40712025-02-24T21:37:51.017Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40722025-02-24T21:37:51.592Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40732025-02-24T21:37:53.606Z[ host-image] Feb 24 21:37:52.054 INFO O| Feb 24 21:37:52.054 INFO O| Download: 1067/22863 items 5.9/199.8MB 2% complete (1.2M/s)
40742025-02-24T21:37:56.262Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40752025-02-24T21:37:57.756Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40762025-02-24T21:37:58.630Z[ host-image] Feb 24 21:37:57.077 INFO O| Feb 24 21:37:57.077 INFO O| Download: 1791/22863 items 12.8/199.8MB 6% complete (1.2M/s)
40772025-02-24T21:38:01.078Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40782025-02-24T21:38:03.745Z[ host-image] Feb 24 21:38:02.190 INFO O| Feb 24 21:38:02.189 INFO O| Download: 2251/22863 items 24.7/199.8MB 12% complete (1.9M/s)
40792025-02-24T21:38:06.712Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40802025-02-24T21:38:08.127Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40812025-02-24T21:38:08.748Z[ host-image] Feb 24 21:38:07.190 INFO O| Feb 24 21:38:07.190 INFO O| Download: 3352/22863 items 34.2/199.8MB 17% complete (2.0M/s)
40822025-02-24T21:38:08.786Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40832025-02-24T21:38:13.748Z[ host-image] Feb 24 21:38:12.190 INFO O| Feb 24 21:38:12.190 INFO O| Download: 4517/22863 items 41.7/199.8MB 20% complete (1.7M/s)
40842025-02-24T21:38:18.749Z[ host-image] Feb 24 21:38:17.190 INFO O| Feb 24 21:38:17.190 INFO O| Download: 5109/22863 items 46.1/199.8MB 23% complete (1.2M/s)
40852025-02-24T21:38:20.199Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40862025-02-24T21:38:22.839Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40872025-02-24T21:38:23.350Z[ recovery-image] Feb 24 21:38:21.790 INFO O| Feb 24 21:38:21.790 INFO O| Planning: Running solver ... Done
40882025-02-24T21:38:23.752Z[ host-image] Feb 24 21:38:22.192 INFO O| Feb 24 21:38:22.192 INFO O| Download: 6461/22863 items 46.8/199.8MB 23% complete (539k/s)
40892025-02-24T21:38:24.291Z[ recovery-image] Feb 24 21:38:22.730 INFO O| Feb 24 21:38:22.730 INFO O| Planning: Finding local manifests ... Done
40902025-02-24T21:38:24.309Z[ recovery-image] Feb 24 21:38:22.748 INFO O| Feb 24 21:38:22.748 INFO O| Planning: Fetching manifests: 0/124 0% complete
40912025-02-24T21:38:24.769Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40922025-02-24T21:38:24.812Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40932025-02-24T21:38:28.726Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40942025-02-24T21:38:28.756Z[ host-image] Feb 24 21:38:27.194 INFO O| Feb 24 21:38:27.194 INFO O| Download: 7154/22863 items 53.1/199.8MB 26% complete (710k/s)
40952025-02-24T21:38:29.260Z[verify-libraries] Compiling tough v0.19.0
40962025-02-24T21:38:29.262Z[ recovery-image] Feb 24 21:38:27.699 INFO O| Feb 24 21:38:27.699 INFO O| Planning: Fetching manifests: 124/124 100% complete
40972025-02-24T21:38:30.547Z[ recovery-image] Feb 24 21:38:28.985 INFO O| Feb 24 21:38:28.985 INFO O| Planning: Package planning ... Done
40982025-02-24T21:38:31.292Z[ recovery-image] Feb 24 21:38:29.729 INFO O| Feb 24 21:38:29.729 INFO O| Planning: Merging actions ... Done
40992025-02-24T21:38:31.315Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41002025-02-24T21:38:31.526Z[ recovery-image] Feb 24 21:38:29.960 INFO O| Feb 24 21:38:29.960 INFO O| Planning: Checking for conflicting actions ... Done
41012025-02-24T21:38:31.643Z[ recovery-image] Feb 24 21:38:30.080 INFO O| Feb 24 21:38:30.080 INFO O| Planning: Consolidating action changes ... Done
41022025-02-24T21:38:31.983Z[ recovery-image] Feb 24 21:38:30.420 INFO O| Feb 24 21:38:30.420 INFO O| Planning: Evaluating mediators ... Done
41032025-02-24T21:38:33.412Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042025-02-24T21:38:33.793Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
41052025-02-24T21:38:33.854Z[ host-image] Feb 24 21:38:32.291 INFO O| Feb 24 21:38:32.290 INFO O| Download: 8201/22863 items 61.0/199.8MB 30% complete (1.4M/s)
41062025-02-24T21:38:38.331Z[ recovery-image] Feb 24 21:38:36.766 INFO O| Feb 24 21:38:36.766 INFO O| Planning: Planning completed in 188.32 seconds
41072025-02-24T21:38:38.338Z[ recovery-image] Feb 24 21:38:36.773 INFO O| Feb 24 21:38:36.773 INFO O| Packages to install: 124
41082025-02-24T21:38:38.341Z[ recovery-image] Feb 24 21:38:36.774 INFO O| Feb 24 21:38:36.773 INFO O| Mediators to change: 4
41092025-02-24T21:38:38.341Z[ recovery-image] Feb 24 21:38:36.774 INFO O| Feb 24 21:38:36.774 INFO O| Services to change: 5
41102025-02-24T21:38:38.421Z[ recovery-image] Feb 24 21:38:36.857 INFO O| Feb 24 21:38:36.856 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41112025-02-24T21:38:38.856Z[ host-image] Feb 24 21:38:37.291 INFO O| Feb 24 21:38:37.290 INFO O| Download: 9039/22863 items 72.3/199.8MB 36% complete (1.9M/s)
41122025-02-24T21:38:41.775Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
41132025-02-24T21:38:43.447Z[ recovery-image] Feb 24 21:38:41.881 INFO O| Feb 24 21:38:41.881 INFO O| Download: 876/15934 items 6.5/176.5MB 3% complete (1.3M/s)
41142025-02-24T21:38:43.857Z[ host-image] Feb 24 21:38:42.291 INFO O| Feb 24 21:38:42.291 INFO O| Download: 9823/22863 items 83.7/199.8MB 41% complete (2.3M/s)
41152025-02-24T21:38:43.900Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41162025-02-24T21:38:46.839Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41172025-02-24T21:38:48.546Z[ recovery-image] Feb 24 21:38:46.978 INFO O| Feb 24 21:38:46.978 INFO O| Download: 1176/15934 items 11.3/176.5MB 6% complete (1.1M/s)
41182025-02-24T21:38:48.699Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41192025-02-24T21:38:48.859Z[ host-image] Feb 24 21:38:47.291 INFO O| Feb 24 21:38:47.291 INFO O| Download: 10859/22863 items 89.9/199.8MB 45% complete (1.8M/s)
41202025-02-24T21:38:51.057Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41212025-02-24T21:38:53.568Z[ recovery-image] Feb 24 21:38:51.998 INFO O| Feb 24 21:38:51.998 INFO O| Download: 1528/15934 items 22.0/176.5MB 12% complete (1.7M/s)
41222025-02-24T21:38:54.073Z[ host-image] Feb 24 21:38:52.503 INFO O| Feb 24 21:38:52.503 INFO O| Download: 11199/22863 items 93.0/199.8MB 46% complete (918k/s)
41232025-02-24T21:38:58.042Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41242025-02-24T21:38:58.572Z[ recovery-image] Feb 24 21:38:57.001 INFO O| Feb 24 21:38:57.001 INFO O| Download: 1962/15934 items 29.5/176.5MB 16% complete (1.8M/s)
41252025-02-24T21:38:59.433Z[ host-image] Feb 24 21:38:57.862 INFO O| Feb 24 21:38:57.862 INFO O| Download: 12051/22863 items 98.4/199.8MB 49% complete (860k/s)
41262025-02-24T21:39:03.596Z[ recovery-image] Feb 24 21:39:02.023 INFO O| Feb 24 21:39:02.023 INFO O| Download: 2976/15934 items 37.1/176.5MB 21% complete (1.5M/s)
41272025-02-24T21:39:04.355Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41282025-02-24T21:39:04.524Z[ host-image] Feb 24 21:39:02.951 INFO O| Feb 24 21:39:02.951 INFO O| Download: 12269/22863 items 108.9/199.8MB 54% complete (1.5M/s)
41292025-02-24T21:39:06.842Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41302025-02-24T21:39:08.922Z[ recovery-image] Feb 24 21:39:07.348 INFO O| Feb 24 21:39:07.348 INFO O| Download: 3715/15934 items 39.8/176.5MB 22% complete (1.1M/s)
41312025-02-24T21:39:09.640Z[ host-image] Feb 24 21:39:08.065 INFO O| Feb 24 21:39:08.065 INFO O| Download: 13379/22863 items 110.1/199.8MB 55% complete (1.2M/s)
41322025-02-24T21:39:10.742Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41332025-02-24T21:39:11.040Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342025-02-24T21:39:11.226Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41352025-02-24T21:39:13.924Z[ recovery-image] Feb 24 21:39:12.349 INFO O| Feb 24 21:39:12.348 INFO O| Download: 4367/15934 items 42.9/176.5MB 24% complete (579k/s)
41362025-02-24T21:39:14.642Z[ host-image] Feb 24 21:39:13.066 INFO O| Feb 24 21:39:13.066 INFO O| Download: 14286/22863 items 110.8/199.8MB 55% complete (173k/s)
41372025-02-24T21:39:16.026Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41382025-02-24T21:39:18.934Z[ recovery-image] Feb 24 21:39:17.355 INFO O| Feb 24 21:39:17.354 INFO O| Download: 5313/15934 items 43.4/176.5MB 24% complete (375k/s)
41392025-02-24T21:39:19.653Z[ host-image] Feb 24 21:39:18.076 INFO O| Feb 24 21:39:18.076 INFO O| Download: 14741/22863 items 117.3/199.8MB 58% complete (729k/s)
41402025-02-24T21:39:20.756Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41412025-02-24T21:39:24.216Z[ recovery-image] Feb 24 21:39:22.637 INFO O| Feb 24 21:39:22.637 INFO O| Download: 6000/15934 items 53.2/176.5MB 30% complete (1.0M/s)
41422025-02-24T21:39:24.852Z[ host-image] Feb 24 21:39:23.273 INFO O| Feb 24 21:39:23.273 INFO O| Download: 15646/22863 items 124.1/199.8MB 62% complete (1.3M/s)
41432025-02-24T21:39:29.221Z[ recovery-image] Feb 24 21:39:27.641 INFO O| Feb 24 21:39:27.641 INFO O| Download: 6537/15934 items 63.9/176.5MB 36% complete (2.0M/s)
41442025-02-24T21:39:29.501Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41452025-02-24T21:39:29.744Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41462025-02-24T21:39:29.855Z[ host-image] Feb 24 21:39:28.275 INFO O| Feb 24 21:39:28.275 INFO O| Download: 16571/22863 items 138.5/199.8MB 69% complete (2.1M/s)
41472025-02-24T21:39:30.203Z[verify-libraries] Compiling sct v0.7.1
41482025-02-24T21:39:30.721Z[verify-libraries] Compiling rustls-webpki v0.101.7
41492025-02-24T21:39:31.627Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41502025-02-24T21:39:34.241Z[ recovery-image] Feb 24 21:39:32.660 INFO O| Feb 24 21:39:32.660 INFO O| Download: 7505/15934 items 73.7/176.5MB 41% complete (2.0M/s)
41512025-02-24T21:39:34.836Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41522025-02-24T21:39:34.858Z[ host-image] Feb 24 21:39:33.276 INFO O| Feb 24 21:39:33.276 INFO O| Download: 17063/22863 items 143.4/199.8MB 71% complete (1.9M/s)
41532025-02-24T21:39:39.255Z[ recovery-image] Feb 24 21:39:37.673 INFO O| Feb 24 21:39:37.672 INFO O| Download: 7838/15934 items 74.7/176.5MB 42% complete (1.1M/s)
41542025-02-24T21:39:40.048Z[ host-image] Feb 24 21:39:38.465 INFO O| Feb 24 21:39:38.464 INFO O| Download: 17989/22863 items 156.5/199.8MB 78% complete (1.9M/s)
41552025-02-24T21:39:44.278Z[ recovery-image] Feb 24 21:39:42.693 INFO O| Feb 24 21:39:42.693 INFO O| Download: 8575/15934 items 80.0/176.5MB 45% complete (650k/s)
41562025-02-24T21:39:45.078Z[ host-image] Feb 24 21:39:43.494 INFO O| Feb 24 21:39:43.493 INFO O| Download: 18839/22863 items 165.7/199.8MB 82% complete (2.2M/s)
41572025-02-24T21:39:49.551Z[ recovery-image] Feb 24 21:39:47.965 INFO O| Feb 24 21:39:47.965 INFO O| Download: 8838/15934 items 84.4/176.5MB 47% complete (1.0M/s)
41582025-02-24T21:39:50.089Z[ host-image] Feb 24 21:39:48.503 INFO O| Feb 24 21:39:48.503 INFO O| Download: 19915/22863 items 170.0/199.8MB 85% complete (1.3M/s)
41592025-02-24T21:39:54.561Z[ recovery-image] Feb 24 21:39:52.972 INFO O| Feb 24 21:39:52.972 INFO O| Download: 9743/15934 items 93.2/176.5MB 52% complete (1.3M/s)
41602025-02-24T21:39:55.102Z[ host-image] Feb 24 21:39:53.515 INFO O| Feb 24 21:39:53.515 INFO O| Download: 20330/22863 items 171.4/199.8MB 85% complete (585k/s)
41612025-02-24T21:39:57.882Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41622025-02-24T21:39:58.902Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41632025-02-24T21:39:59.581Z[ recovery-image] Feb 24 21:39:57.992 INFO O| Feb 24 21:39:57.992 INFO O| Download: 10621/15934 items 93.6/176.5MB 53% complete (946k/s)
41642025-02-24T21:40:00.454Z[ host-image] Feb 24 21:39:58.863 INFO O| Feb 24 21:39:58.863 INFO O| Download: 20910/22863 items 176.9/199.8MB 88% complete (639k/s)
41652025-02-24T21:40:04.596Z[ recovery-image] Feb 24 21:40:03.005 INFO O| Feb 24 21:40:03.005 INFO O| Download: 11230/15934 items 100.1/176.5MB 56% complete (693k/s)
41662025-02-24T21:40:05.319Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41672025-02-24T21:40:05.466Z[ host-image] Feb 24 21:40:03.873 INFO O| Feb 24 21:40:03.873 INFO O| Download: 21505/22863 items 180.5/199.8MB 90% complete (920k/s)
41682025-02-24T21:40:06.128Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41692025-02-24T21:40:09.602Z[ recovery-image] Feb 24 21:40:08.010 INFO O| Feb 24 21:40:08.010 INFO O| Download: 11980/15934 items 127.9/176.5MB 72% complete (3.4M/s)
41702025-02-24T21:40:11.171Z[ host-image] Feb 24 21:40:09.578 INFO O| Feb 24 21:40:09.578 INFO O| Download: 21999/22863 items 191.5/199.8MB 95% complete (1.7M/s)
41712025-02-24T21:40:14.606Z[ recovery-image] Feb 24 21:40:13.013 INFO O| Feb 24 21:40:13.013 INFO O| Download: 12528/15934 items 141.9/176.5MB 80% complete (4.2M/s)
41722025-02-24T21:40:15.987Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41732025-02-24T21:40:16.179Z[ host-image] Feb 24 21:40:14.585 INFO O| Feb 24 21:40:14.585 INFO O| Download: 22419/22863 items 198.8/199.8MB 99% complete (1.6M/s)
41742025-02-24T21:40:18.782Z[ host-image] Feb 24 21:40:17.187 INFO O| Feb 24 21:40:17.187 INFO O| Download: Completed 199.77 MB in 150.38 seconds (1.3M/s)
41752025-02-24T21:40:19.627Z[ recovery-image] Feb 24 21:40:18.032 INFO O| Feb 24 21:40:18.032 INFO O| Download: 13209/15934 items 145.5/176.5MB 82% complete (1.8M/s)
41762025-02-24T21:40:19.838Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41772025-02-24T21:40:20.313Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41782025-02-24T21:40:20.607Z[ host-image] Feb 24 21:40:19.011 INFO O| Feb 24 21:40:19.011 INFO O| Actions: 1/49570 actions (Installing new actions)
41792025-02-24T21:40:20.782Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41802025-02-24T21:40:21.616Z[verify-libraries] Compiling tokio-rustls v0.24.1
41812025-02-24T21:40:22.132Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41822025-02-24T21:40:22.850Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832025-02-24T21:40:24.633Z[ recovery-image] Feb 24 21:40:23.037 INFO O| Feb 24 21:40:23.037 INFO O| Download: 14336/15934 items 149.4/176.5MB 84% complete (768k/s)
41842025-02-24T21:40:25.474Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41852025-02-24T21:40:25.626Z[ host-image] Feb 24 21:40:24.029 INFO O| Feb 24 21:40:24.029 INFO O| Actions: 9154/49570 actions (Installing new actions)
41862025-02-24T21:40:26.045Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41872025-02-24T21:40:26.182Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41882025-02-24T21:40:26.637Z[verify-libraries] Compiling des v0.8.1
41892025-02-24T21:40:26.741Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41902025-02-24T21:40:27.254Z[verify-libraries] Compiling hex-literal v0.4.1
41912025-02-24T21:40:27.535Z[verify-libraries] Compiling russh v0.45.0
41922025-02-24T21:40:28.074Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41932025-02-24T21:40:29.641Z[ recovery-image] Feb 24 21:40:28.043 INFO O| Feb 24 21:40:28.043 INFO O| Download: 15045/15934 items 157.6/176.5MB 89% complete (1.2M/s)
41942025-02-24T21:40:30.627Z[ host-image] Feb 24 21:40:29.029 INFO O| Feb 24 21:40:29.029 INFO O| Actions: 16119/49570 actions (Installing new actions)
41952025-02-24T21:40:30.889Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41962025-02-24T21:40:31.543Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41972025-02-24T21:40:34.674Z[ recovery-image] Feb 24 21:40:33.075 INFO O| Feb 24 21:40:33.074 INFO O| Download: 15663/15934 items 169.4/176.5MB 95% complete (2.0M/s)
41982025-02-24T21:40:35.629Z[ host-image] Feb 24 21:40:34.029 INFO O| Feb 24 21:40:34.029 INFO O| Actions: 23811/49570 actions (Installing new actions)
41992025-02-24T21:40:37.278Z[ recovery-image] Feb 24 21:40:35.678 INFO O| Feb 24 21:40:35.678 INFO O| Download: Completed 176.48 MB in 118.82 seconds (1.5M/s)
42002025-02-24T21:40:38.682Z[ recovery-image] Feb 24 21:40:37.081 INFO O| Feb 24 21:40:37.081 INFO O| Actions: 1/25107 actions (Installing new actions)
42012025-02-24T21:40:39.183Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42022025-02-24T21:40:39.738Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42032025-02-24T21:40:40.633Z[ host-image] Feb 24 21:40:39.032 INFO O| Feb 24 21:40:39.032 INFO O| Actions: 49085/49570 actions (Installing new actions)
42042025-02-24T21:40:41.624Z[ host-image] Feb 24 21:40:40.023 INFO O| Feb 24 21:40:40.023 INFO O| Actions: Completed 49570 actions in 21.01 seconds.
42052025-02-24T21:40:42.555Z[ host-image] Feb 24 21:40:40.953 INFO O| Feb 24 21:40:40.953 INFO O| Done
42062025-02-24T21:40:42.555Z[ host-image] Feb 24 21:40:40.954 INFO O| Feb 24 21:40:40.953 INFO O| Done
42072025-02-24T21:40:43.683Z[ recovery-image] Feb 24 21:40:42.081 INFO O| Feb 24 21:40:42.081 INFO O| Actions: 8225/25107 actions (Installing new actions)
42082025-02-24T21:40:44.324Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42092025-02-24T21:40:44.395Z[ host-image] Feb 24 21:40:42.793 INFO O| Feb 24 21:40:42.793 INFO O| Done
42102025-02-24T21:40:45.581Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42112025-02-24T21:40:47.216Z[ host-image] Feb 24 21:40:45.613 INFO O| Feb 24 21:40:45.613 INFO O| Done
42122025-02-24T21:40:47.282Z[ host-image] Feb 24 21:40:45.679 INFO O| Feb 24 21:40:45.679 INFO O| Done
42132025-02-24T21:40:48.686Z[ recovery-image] Feb 24 21:40:47.082 INFO O| Feb 24 21:40:47.082 INFO O| Actions: 14998/25107 actions (Installing new actions)
42142025-02-24T21:40:53.708Z[ recovery-image] Feb 24 21:40:52.103 INFO O| Feb 24 21:40:52.103 INFO O| Actions: 24617/25107 actions (Installing new actions)
42152025-02-24T21:40:54.321Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42162025-02-24T21:40:54.525Z[ recovery-image] Feb 24 21:40:52.920 INFO O| Feb 24 21:40:52.920 INFO O| Actions: Completed 25107 actions in 15.84 seconds.
42172025-02-24T21:40:55.477Z[ recovery-image] Feb 24 21:40:53.871 INFO O| Feb 24 21:40:53.871 INFO O| Done
42182025-02-24T21:40:55.477Z[ recovery-image] Feb 24 21:40:53.871 INFO O| Feb 24 21:40:53.871 INFO O| Done
42192025-02-24T21:40:55.536Z[ host-image] Feb 24 21:40:53.931 INFO O| Feb 24 21:40:53.930 INFO O| Done
42202025-02-24T21:40:56.597Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42212025-02-24T21:40:56.666Z[ host-image] Feb 24 21:40:55.060 INFO O| Feb 24 21:40:55.060 INFO O| Done
42222025-02-24T21:40:57.159Z[ recovery-image] Feb 24 21:40:55.554 INFO O| Feb 24 21:40:55.553 INFO O| Done
42232025-02-24T21:40:57.400Z[ host-image] Feb 24 21:40:55.794 INFO O| Feb 24 21:40:55.794 INFO STEP 11 (pkg_install) COMPLETE
42242025-02-24T21:40:57.400Z[ host-image] Feb 24 21:40:55.794 INFO O| Feb 24 21:40:55.794 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42252025-02-24T21:40:57.421Z[ host-image] Feb 24 21:40:55.815 INFO O| Feb 24 21:40:55.815 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"]
42262025-02-24T21:40:58.915Z[ recovery-image] Feb 24 21:40:57.308 INFO O| Feb 24 21:40:57.308 INFO O| Done
42272025-02-24T21:40:58.953Z[ recovery-image] Feb 24 21:40:57.346 INFO O| Feb 24 21:40:57.346 INFO O| Done
42282025-02-24T21:40:59.099Z[ host-image] Feb 24 21:40:57.492 INFO O| Feb 24 21:40:57.492 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42292025-02-24T21:41:03.961Z[ recovery-image] Feb 24 21:41:02.353 INFO O| Feb 24 21:41:02.353 INFO O| Done
42302025-02-24T21:41:04.773Z[ recovery-image] Feb 24 21:41:03.165 INFO O| Feb 24 21:41:03.165 INFO O| Done
42312025-02-24T21:41:04.883Z[ host-image] Feb 24 21:41:03.275 INFO O| Feb 24 21:41:03.275 INFO O| Planning: Solver setup ... Done
42322025-02-24T21:41:04.893Z[ host-image] Feb 24 21:41:03.285 INFO O| Feb 24 21:41:03.285 INFO O| Planning: Running solver ... Done
42332025-02-24T21:41:05.021Z[ host-image] Feb 24 21:41:03.413 INFO O| Feb 24 21:41:03.413 INFO O| Planning: Finding local manifests ... Done
42342025-02-24T21:41:05.024Z[ host-image] Feb 24 21:41:03.415 INFO O| Feb 24 21:41:03.415 INFO O| Planning: Fetching manifests: 0/5 0% complete
42352025-02-24T21:41:05.323Z[ host-image] Feb 24 21:41:03.714 INFO O| Feb 24 21:41:03.714 INFO O| Planning: Fetching manifests: 5/5 100% complete
42362025-02-24T21:41:05.362Z[ host-image] Feb 24 21:41:03.754 INFO O| Feb 24 21:41:03.754 INFO O| Planning: Package planning ... Done
42372025-02-24T21:41:05.368Z[ host-image] Feb 24 21:41:03.760 INFO O| Feb 24 21:41:03.760 INFO O| Planning: Merging actions ... Done
42382025-02-24T21:41:05.473Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.864 INFO STEP 11 (pkg_install) COMPLETE
42392025-02-24T21:41:05.473Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.865 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42402025-02-24T21:41:05.476Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.865 INFO skip step because feature "recovery" is enabled
42412025-02-24T21:41:05.476Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.865 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42422025-02-24T21:41:05.476Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.865 INFO skip step because feature "omicron1" is not enabled
42432025-02-24T21:41:05.476Z[ recovery-image] Feb 24 21:41:03.865 INFO O| Feb 24 21:41:03.865 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42442025-02-24T21:41:05.493Z[ recovery-image] Feb 24 21:41:03.885 INFO O| Feb 24 21:41:03.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42452025-02-24T21:41:05.509Z[ host-image] Feb 24 21:41:03.900 INFO O| Feb 24 21:41:03.900 INFO O| Planning: Checking for conflicting actions ... Done
42462025-02-24T21:41:05.511Z[ host-image] Feb 24 21:41:03.902 INFO O| Feb 24 21:41:03.902 INFO O| Planning: Consolidating action changes ... Done
42472025-02-24T21:41:05.962Z[ host-image] Feb 24 21:41:04.354 INFO O| Feb 24 21:41:04.354 INFO O| Planning: Evaluating mediators ... Done
42482025-02-24T21:41:05.965Z[ host-image] Feb 24 21:41:04.356 INFO O| Feb 24 21:41:04.356 INFO O| Planning: Planning completed in 6.86 seconds
42492025-02-24T21:41:05.969Z[ host-image] Feb 24 21:41:04.359 INFO O| Feb 24 21:41:04.359 INFO O| Packages to install: 5
42502025-02-24T21:41:05.969Z[ host-image] Feb 24 21:41:04.359 INFO O| Feb 24 21:41:04.359 INFO O| Services to change: 2
42512025-02-24T21:41:05.991Z[ host-image] Feb 24 21:41:04.381 INFO O| Feb 24 21:41:04.381 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42522025-02-24T21:41:06.725Z[ recovery-image] Feb 24 21:41:05.116 INFO O| Feb 24 21:41:05.116 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42532025-02-24T21:41:07.523Z[ host-image] Feb 24 21:41:05.914 INFO O| Feb 24 21:41:05.914 INFO O| Download: Completed 1.46 MB in 1.53 seconds (972k/s)
42542025-02-24T21:41:07.580Z[ host-image] Feb 24 21:41:05.971 INFO O| Feb 24 21:41:05.970 INFO O| Actions: 1/306 actions (Installing new actions)
42552025-02-24T21:41:07.809Z[ host-image] Feb 24 21:41:06.200 INFO O| Feb 24 21:41:06.200 INFO O| Actions: Completed 306 actions in 0.23 seconds.
42562025-02-24T21:41:08.510Z[ host-image] Feb 24 21:41:06.901 INFO O| Feb 24 21:41:06.901 INFO O| Done
42572025-02-24T21:41:08.510Z[ host-image] Feb 24 21:41:06.901 INFO O| Feb 24 21:41:06.901 INFO O| Done
42582025-02-24T21:41:09.876Z[ host-image] Feb 24 21:41:08.266 INFO O| Feb 24 21:41:08.266 INFO O| Done
42592025-02-24T21:41:11.282Z[ recovery-image] Feb 24 21:41:09.672 INFO O| Feb 24 21:41:09.672 INFO O| Planning: Solver setup ... Done
42602025-02-24T21:41:11.289Z[ recovery-image] Feb 24 21:41:09.679 INFO O| Feb 24 21:41:09.679 INFO O| Planning: Running solver ... Done
42612025-02-24T21:41:11.368Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42622025-02-24T21:41:11.389Z[ recovery-image] Feb 24 21:41:09.774 INFO O| Feb 24 21:41:09.774 INFO O| Planning: Finding local manifests ... Done
42632025-02-24T21:41:11.389Z[ recovery-image] Feb 24 21:41:09.776 INFO O| Feb 24 21:41:09.776 INFO O| Planning: Fetching manifests: 0/1 0% complete
42642025-02-24T21:41:11.573Z[ recovery-image] Feb 24 21:41:09.963 INFO O| Feb 24 21:41:09.963 INFO O| Planning: Fetching manifests: 1/1 100% complete
42652025-02-24T21:41:11.615Z[ recovery-image] Feb 24 21:41:10.005 INFO O| Feb 24 21:41:10.005 INFO O| Planning: Package planning ... Done
42662025-02-24T21:41:11.617Z[ recovery-image] Feb 24 21:41:10.006 INFO O| Feb 24 21:41:10.006 INFO O| Planning: Merging actions ... Done
42672025-02-24T21:41:11.697Z[ recovery-image] Feb 24 21:41:10.087 INFO O| Feb 24 21:41:10.087 INFO O| Planning: Checking for conflicting actions ... Done
42682025-02-24T21:41:11.699Z[ recovery-image] Feb 24 21:41:10.088 INFO O| Feb 24 21:41:10.088 INFO O| Planning: Consolidating action changes ... Done
42692025-02-24T21:41:12.009Z[ recovery-image] Feb 24 21:41:10.399 INFO O| Feb 24 21:41:10.399 INFO O| Planning: Evaluating mediators ... Done
42702025-02-24T21:41:12.012Z[ recovery-image] Feb 24 21:41:10.400 INFO O| Feb 24 21:41:10.400 INFO O| Planning: Planning completed in 5.28 seconds
42712025-02-24T21:41:12.014Z[ recovery-image] Feb 24 21:41:10.402 INFO O| Feb 24 21:41:10.402 INFO O| Packages to install: 1
42722025-02-24T21:41:12.032Z[ recovery-image] Feb 24 21:41:10.422 INFO O| Feb 24 21:41:10.421 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42732025-02-24T21:41:12.792Z[ recovery-image] Feb 24 21:41:11.181 INFO O| Feb 24 21:41:11.181 INFO O| Download: Completed 10.27 MB in 0.76 seconds (13.5M/s)
42742025-02-24T21:41:12.865Z[ host-image] Feb 24 21:41:11.255 INFO O| Feb 24 21:41:11.254 INFO O| Done
42752025-02-24T21:41:12.913Z[ recovery-image] Feb 24 21:41:11.302 INFO O| Feb 24 21:41:11.302 INFO O| Actions: 1/22 actions (Installing new actions)
42762025-02-24T21:41:12.931Z[ host-image] Feb 24 21:41:11.321 INFO O| Feb 24 21:41:11.321 INFO O| Done
42772025-02-24T21:41:12.934Z[ host-image] Feb 24 21:41:11.321 INFO O| Feb 24 21:41:11.321 INFO O| Done
42782025-02-24T21:41:12.966Z[ host-image] Feb 24 21:41:11.356 INFO O| Feb 24 21:41:11.356 INFO O| Done
42792025-02-24T21:41:13.177Z[ host-image] Feb 24 21:41:11.567 INFO O| Feb 24 21:41:11.566 INFO STEP 12 (pkg_install) COMPLETE
42802025-02-24T21:41:13.177Z[ host-image] Feb 24 21:41:11.567 INFO O| Feb 24 21:41:11.567 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42812025-02-24T21:41:13.198Z[ host-image] Feb 24 21:41:11.588 INFO O| Feb 24 21:41:11.588 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42822025-02-24T21:41:13.355Z[ recovery-image] Feb 24 21:41:11.745 INFO O| Feb 24 21:41:11.745 INFO O| Actions: Completed 22 actions in 0.44 seconds.
42832025-02-24T21:41:14.062Z[ recovery-image] Feb 24 21:41:12.451 INFO O| Feb 24 21:41:12.451 INFO O| Done
42842025-02-24T21:41:14.062Z[ recovery-image] Feb 24 21:41:12.451 INFO O| Feb 24 21:41:12.451 INFO O| Done
42852025-02-24T21:41:14.380Z[ host-image] Feb 24 21:41:12.769 INFO O| Feb 24 21:41:12.769 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42862025-02-24T21:41:15.481Z[ recovery-image] Feb 24 21:41:13.870 INFO O| Feb 24 21:41:13.870 INFO O| Done
42872025-02-24T21:41:15.611Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42882025-02-24T21:41:17.584Z[ recovery-image] Feb 24 21:41:15.972 INFO O| Feb 24 21:41:15.972 INFO O| Done
42892025-02-24T21:41:17.611Z[ recovery-image] Feb 24 21:41:15.998 INFO O| Feb 24 21:41:15.998 INFO O| Done
42902025-02-24T21:41:17.614Z[ recovery-image] Feb 24 21:41:15.998 INFO O| Feb 24 21:41:15.998 INFO O| Done
42912025-02-24T21:41:17.636Z[ recovery-image] Feb 24 21:41:16.024 INFO O| Feb 24 21:41:16.024 INFO O| Done
42922025-02-24T21:41:17.871Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO STEP 14 (pkg_install) COMPLETE
42932025-02-24T21:41:17.871Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42942025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO skip step because feature "mfg" is not enabled
42952025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42962025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO skip step because feature "compliance" is not enabled
42972025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42982025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO skip step because feature "stress" is not enabled
42992025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43002025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO skip step because feature "nfs" is not enabled
43012025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43022025-02-24T21:41:17.874Z[ recovery-image] Feb 24 21:41:16.259 INFO O| Feb 24 21:41:16.259 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43032025-02-24T21:41:17.957Z[ recovery-image] Feb 24 21:41:16.345 INFO O| Feb 24 21:41:16.345 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43042025-02-24T21:41:18.137Z[ recovery-image] Feb 24 21:41:16.525 INFO O| Feb 24 21:41:16.524 INFO completed processing gimlet/ramdisk-01-os
43052025-02-24T21:41:18.141Z[ recovery-image] Feb 24 21:41:16.529 INFO image builder template: ramdisk-02-trim...
43062025-02-24T21:41:18.144Z[ recovery-image] Feb 24 21:41:16.529 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/.tmp1fVI8h/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
43072025-02-24T21:41:18.182Z[ recovery-image] Feb 24 21:41:16.570 INFO O| Feb 24 21:41:16.570 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43082025-02-24T21:41:18.196Z[ recovery-image] Feb 24 21:41:16.583 INFO O| Feb 24 21:41:16.583 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43092025-02-24T21:41:18.408Z[ recovery-image] Feb 24 21:41:16.796 INFO O| Feb 24 21:41:16.796 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43102025-02-24T21:41:18.499Z[ recovery-image] Feb 24 21:41:16.886 INFO O| Feb 24 21:41:16.886 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43112025-02-24T21:41:18.502Z[ recovery-image] Feb 24 21:41:16.886 INFO O| Feb 24 21:41:16.886 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43122025-02-24T21:41:18.508Z[ recovery-image] Feb 24 21:41:16.896 INFO O| Feb 24 21:41:16.896 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43132025-02-24T21:41:18.516Z[ recovery-image] Feb 24 21:41:16.904 INFO O| Feb 24 21:41:16.904 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43142025-02-24T21:41:18.562Z[ recovery-image] Feb 24 21:41:16.950 INFO O| Feb 24 21:41:16.950 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43152025-02-24T21:41:18.906Z[ host-image] Feb 24 21:41:17.294 INFO O| Feb 24 21:41:17.294 INFO O| Planning: Solver setup ... Done
43162025-02-24T21:41:18.914Z[ host-image] Feb 24 21:41:17.302 INFO O| Feb 24 21:41:17.301 INFO O| Planning: Running solver ... Done
43172025-02-24T21:41:18.946Z[ recovery-image] Feb 24 21:41:17.333 INFO O| Feb 24 21:41:17.333 INFO rolled back to input snapshot; work may begin
43182025-02-24T21:41:18.946Z[ recovery-image] Feb 24 21:41:17.333 INFO O| Feb 24 21:41:17.333 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43192025-02-24T21:41:18.956Z[ recovery-image] Feb 24 21:41:17.344 INFO O| Feb 24 21:41:17.343 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43202025-02-24T21:41:18.978Z[ recovery-image] Feb 24 21:41:17.366 INFO O| Feb 24 21:41:17.365 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43212025-02-24T21:41:19.069Z[ recovery-image] Feb 24 21:41:17.457 INFO O| Feb 24 21:41:17.457 INFO STEP 0 (remove_files) COMPLETE
43222025-02-24T21:41:19.069Z[ recovery-image] Feb 24 21:41:17.457 INFO O| Feb 24 21:41:17.457 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-02-24T21:41:19.128Z[ host-image] Feb 24 21:41:17.514 INFO O| Feb 24 21:41:17.514 INFO O| Planning: Finding local manifests ... Done
43242025-02-24T21:41:19.132Z[ recovery-image] Feb 24 21:41:17.515 INFO O| Feb 24 21:41:17.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43252025-02-24T21:41:19.132Z[ host-image] Feb 24 21:41:17.517 INFO O| Feb 24 21:41:17.517 INFO O| Planning: Fetching manifests: 0/6 0% complete
43262025-02-24T21:41:19.132Z[ recovery-image] Feb 24 21:41:17.518 INFO O| Feb 24 21:41:17.518 INFO STEP 1 (remove_files) COMPLETE
43272025-02-24T21:41:19.132Z[ recovery-image] Feb 24 21:41:17.518 INFO O| Feb 24 21:41:17.518 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-02-24T21:41:19.188Z[ recovery-image] Feb 24 21:41:17.575 INFO O| Feb 24 21:41:17.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43292025-02-24T21:41:19.234Z[ recovery-image] Feb 24 21:41:17.622 INFO O| Feb 24 21:41:17.622 INFO STEP 2 (remove_files) COMPLETE
43302025-02-24T21:41:19.234Z[ recovery-image] Feb 24 21:41:17.622 INFO O| Feb 24 21:41:17.622 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43312025-02-24T21:41:19.304Z[ recovery-image] Feb 24 21:41:17.691 INFO O| Feb 24 21:41:17.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43322025-02-24T21:41:19.307Z[ recovery-image] Feb 24 21:41:17.694 INFO O| Feb 24 21:41:17.694 INFO STEP 3 (remove_files) COMPLETE
43332025-02-24T21:41:19.310Z[ recovery-image] Feb 24 21:41:17.695 INFO O| Feb 24 21:41:17.695 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-02-24T21:41:19.341Z[ recovery-image] Feb 24 21:41:17.728 INFO O| Feb 24 21:41:17.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43352025-02-24T21:41:19.347Z[ recovery-image] Feb 24 21:41:17.735 INFO O| Feb 24 21:41:17.735 INFO STEP 4 (remove_files) COMPLETE
43362025-02-24T21:41:19.350Z[ recovery-image] Feb 24 21:41:17.735 INFO O| Feb 24 21:41:17.735 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-02-24T21:41:19.370Z[ recovery-image] Feb 24 21:41:17.758 INFO O| Feb 24 21:41:17.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43382025-02-24T21:41:19.373Z[ recovery-image] Feb 24 21:41:17.759 INFO O| Feb 24 21:41:17.759 INFO STEP 5 (remove_files) COMPLETE
43392025-02-24T21:41:19.373Z[ recovery-image] Feb 24 21:41:17.759 INFO O| Feb 24 21:41:17.759 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-02-24T21:41:19.393Z[ recovery-image] Feb 24 21:41:17.781 INFO O| Feb 24 21:41:17.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43412025-02-24T21:41:19.410Z[ recovery-image] Feb 24 21:41:17.797 INFO O| Feb 24 21:41:17.797 INFO STEP 6 (remove_files) COMPLETE
43422025-02-24T21:41:19.410Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.797 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO skip step because feature "recovery" is enabled
43442025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO skip step because feature "recovery" is enabled
43462025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO skip step because feature "recovery" is enabled
43482025-02-24T21:41:19.413Z[ recovery-image] Feb 24 21:41:17.798 INFO O| Feb 24 21:41:17.798 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-02-24T21:41:19.468Z[ recovery-image] Feb 24 21:41:17.855 INFO O| Feb 24 21:41:17.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43502025-02-24T21:41:19.473Z[ recovery-image] Feb 24 21:41:17.860 INFO O| Feb 24 21:41:17.860 INFO STEP 10 (remove_files) COMPLETE
43512025-02-24T21:41:19.473Z[ recovery-image] Feb 24 21:41:17.860 INFO O| Feb 24 21:41:17.860 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-02-24T21:41:19.493Z[ recovery-image] Feb 24 21:41:17.880 INFO O| Feb 24 21:41:17.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43532025-02-24T21:41:19.496Z[ recovery-image] Feb 24 21:41:17.882 INFO O| Feb 24 21:41:17.882 INFO STEP 11 (remove_files) COMPLETE
43542025-02-24T21:41:19.496Z[ recovery-image] Feb 24 21:41:17.882 INFO O| Feb 24 21:41:17.882 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552025-02-24T21:41:19.513Z[ recovery-image] Feb 24 21:41:17.901 INFO O| Feb 24 21:41:17.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43562025-02-24T21:41:19.516Z[ recovery-image] Feb 24 21:41:17.903 INFO O| Feb 24 21:41:17.903 INFO STEP 12 (remove_files) COMPLETE
43572025-02-24T21:41:19.516Z[ recovery-image] Feb 24 21:41:17.903 INFO O| Feb 24 21:41:17.903 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-02-24T21:41:19.536Z[ host-image] Feb 24 21:41:17.923 INFO O| Feb 24 21:41:17.923 INFO O| Planning: Fetching manifests: 6/6 100% complete
43592025-02-24T21:41:19.566Z[ recovery-image] Feb 24 21:41:17.953 INFO O| Feb 24 21:41:17.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43602025-02-24T21:41:19.597Z[ recovery-image] Feb 24 21:41:17.984 INFO O| Feb 24 21:41:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43612025-02-24T21:41:19.600Z[ recovery-image] Feb 24 21:41:17.988 INFO O| Feb 24 21:41:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43622025-02-24T21:41:19.630Z[ host-image] Feb 24 21:41:18.017 INFO O| Feb 24 21:41:18.017 INFO O| Planning: Package planning ... Done
43632025-02-24T21:41:19.635Z[ recovery-image] Feb 24 21:41:18.022 INFO O| Feb 24 21:41:18.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43642025-02-24T21:41:19.665Z[ host-image] Feb 24 21:41:18.053 INFO O| Feb 24 21:41:18.053 INFO O| Planning: Merging actions ... Done
43652025-02-24T21:41:19.835Z[ host-image] Feb 24 21:41:18.222 INFO O| Feb 24 21:41:18.222 INFO O| Planning: Checking for conflicting actions ... Done
43662025-02-24T21:41:19.843Z[ host-image] Feb 24 21:41:18.230 INFO O| Feb 24 21:41:18.230 INFO O| Planning: Consolidating action changes ... Done
43672025-02-24T21:41:20.013Z[ recovery-image] Feb 24 21:41:18.400 INFO O| Feb 24 21:41:18.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43682025-02-24T21:41:20.034Z[ recovery-image] Feb 24 21:41:18.421 INFO O| Feb 24 21:41:18.421 INFO STEP 13 (remove_files) COMPLETE
43692025-02-24T21:41:20.034Z[ recovery-image] Feb 24 21:41:18.421 INFO O| Feb 24 21:41:18.421 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-24T21:41:20.092Z[ recovery-image] Feb 24 21:41:18.479 INFO O| Feb 24 21:41:18.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43712025-02-24T21:41:20.094Z[ recovery-image] Feb 24 21:41:18.481 INFO O| Feb 24 21:41:18.481 INFO STEP 14 (remove_files) COMPLETE
43722025-02-24T21:41:20.094Z[ recovery-image] Feb 24 21:41:18.481 INFO O| Feb 24 21:41:18.481 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-02-24T21:41:20.149Z[ recovery-image] Feb 24 21:41:18.536 INFO O| Feb 24 21:41:18.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43742025-02-24T21:41:20.159Z[ recovery-image] Feb 24 21:41:18.546 INFO O| Feb 24 21:41:18.546 INFO STEP 15 (remove_files) COMPLETE
43752025-02-24T21:41:20.159Z[ recovery-image] Feb 24 21:41:18.546 INFO O| Feb 24 21:41:18.546 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-24T21:41:20.220Z[ recovery-image] Feb 24 21:41:18.607 INFO O| Feb 24 21:41:18.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43772025-02-24T21:41:20.223Z[ recovery-image] Feb 24 21:41:18.607 INFO O| Feb 24 21:41:18.607 INFO STEP 16 (remove_files) COMPLETE
43782025-02-24T21:41:20.223Z[ recovery-image] Feb 24 21:41:18.607 INFO O| Feb 24 21:41:18.607 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-02-24T21:41:20.274Z[ host-image] Feb 24 21:41:18.660 INFO O| Feb 24 21:41:18.660 INFO O| Planning: Evaluating mediators ... Done
43802025-02-24T21:41:20.278Z[ host-image] Feb 24 21:41:18.666 INFO O| Feb 24 21:41:18.665 INFO O| Planning: Planning completed in 5.90 seconds
43812025-02-24T21:41:20.281Z[ host-image] Feb 24 21:41:18.668 INFO O| Feb 24 21:41:18.668 INFO O| Packages to install: 6
43822025-02-24T21:41:20.281Z[ host-image] Feb 24 21:41:18.668 INFO O| Feb 24 21:41:18.668 INFO O| Mediators to change: 1
43832025-02-24T21:41:20.281Z[ host-image] Feb 24 21:41:18.668 INFO O| Feb 24 21:41:18.668 INFO O| Services to change: 1
43842025-02-24T21:41:20.313Z[ host-image] Feb 24 21:41:18.700 INFO O| Feb 24 21:41:18.700 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43852025-02-24T21:41:20.316Z[ recovery-image] Feb 24 21:41:18.702 INFO O| Feb 24 21:41:18.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43862025-02-24T21:41:20.318Z[ recovery-image] Feb 24 21:41:18.704 INFO O| Feb 24 21:41:18.704 INFO STEP 17 (remove_files) COMPLETE
43872025-02-24T21:41:20.318Z[ recovery-image] Feb 24 21:41:18.704 INFO O| Feb 24 21:41:18.704 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-02-24T21:41:20.338Z[ recovery-image] Feb 24 21:41:18.725 INFO O| Feb 24 21:41:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43892025-02-24T21:41:20.338Z[ recovery-image] Feb 24 21:41:18.725 INFO O| Feb 24 21:41:18.725 INFO STEP 18 (remove_files) COMPLETE
43902025-02-24T21:41:20.340Z[ recovery-image] Feb 24 21:41:18.725 INFO O| Feb 24 21:41:18.725 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-24T21:41:20.383Z[ recovery-image] Feb 24 21:41:18.770 INFO O| Feb 24 21:41:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43922025-02-24T21:41:20.383Z[ recovery-image] Feb 24 21:41:18.770 INFO O| Feb 24 21:41:18.770 INFO STEP 19 (remove_files) COMPLETE
43932025-02-24T21:41:20.383Z[ recovery-image] Feb 24 21:41:18.770 INFO O| Feb 24 21:41:18.770 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-02-24T21:41:20.407Z[ recovery-image] Feb 24 21:41:18.793 INFO O| Feb 24 21:41:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43952025-02-24T21:41:20.407Z[ recovery-image] Feb 24 21:41:18.794 INFO O| Feb 24 21:41:18.794 INFO STEP 20 (remove_files) COMPLETE
43962025-02-24T21:41:20.407Z[ recovery-image] Feb 24 21:41:18.794 INFO O| Feb 24 21:41:18.794 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-02-24T21:41:20.430Z[ recovery-image] Feb 24 21:41:18.817 INFO O| Feb 24 21:41:18.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43982025-02-24T21:41:20.430Z[ recovery-image] Feb 24 21:41:18.817 INFO O| Feb 24 21:41:18.817 INFO STEP 21 (remove_files) COMPLETE
43992025-02-24T21:41:20.433Z[ recovery-image] Feb 24 21:41:18.818 INFO O| Feb 24 21:41:18.817 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-02-24T21:41:20.472Z[ recovery-image] Feb 24 21:41:18.859 INFO O| Feb 24 21:41:18.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
44012025-02-24T21:41:20.474Z[ recovery-image] Feb 24 21:41:18.859 INFO O| Feb 24 21:41:18.859 INFO STEP 22 (remove_files) COMPLETE
44022025-02-24T21:41:20.474Z[ recovery-image] Feb 24 21:41:18.860 INFO O| Feb 24 21:41:18.859 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-02-24T21:41:20.518Z[ recovery-image] Feb 24 21:41:18.905 INFO O| Feb 24 21:41:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
44042025-02-24T21:41:20.518Z[ recovery-image] Feb 24 21:41:18.905 INFO O| Feb 24 21:41:18.905 INFO STEP 23 (remove_files) COMPLETE
44052025-02-24T21:41:20.521Z[ recovery-image] Feb 24 21:41:18.905 INFO O| Feb 24 21:41:18.905 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-02-24T21:41:20.590Z[ recovery-image] Feb 24 21:41:18.977 INFO O| Feb 24 21:41:18.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44072025-02-24T21:41:20.590Z[ recovery-image] Feb 24 21:41:18.977 INFO O| Feb 24 21:41:18.977 INFO STEP 24 (remove_files) COMPLETE
44082025-02-24T21:41:20.593Z[ recovery-image] Feb 24 21:41:18.977 INFO O| Feb 24 21:41:18.977 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44092025-02-24T21:41:20.615Z[ recovery-image] Feb 24 21:41:19.002 INFO O| Feb 24 21:41:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44102025-02-24T21:41:20.615Z[ recovery-image] Feb 24 21:41:19.002 INFO O| Feb 24 21:41:19.002 INFO STEP 25 (remove_files) COMPLETE
44112025-02-24T21:41:20.615Z[ recovery-image] Feb 24 21:41:19.002 INFO O| Feb 24 21:41:19.002 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44122025-02-24T21:41:20.656Z[ recovery-image] Feb 24 21:41:19.043 INFO O| Feb 24 21:41:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44132025-02-24T21:41:20.656Z[ recovery-image] Feb 24 21:41:19.043 INFO O| Feb 24 21:41:19.043 INFO STEP 26 (remove_files) COMPLETE
44142025-02-24T21:41:20.659Z[ recovery-image] Feb 24 21:41:19.043 INFO O| Feb 24 21:41:19.043 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44152025-02-24T21:41:20.680Z[ recovery-image] Feb 24 21:41:19.068 INFO O| Feb 24 21:41:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44162025-02-24T21:41:20.683Z[ recovery-image] Feb 24 21:41:19.068 INFO O| Feb 24 21:41:19.068 INFO STEP 27 (remove_files) COMPLETE
44172025-02-24T21:41:20.683Z[ recovery-image] Feb 24 21:41:19.068 INFO O| Feb 24 21:41:19.068 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44182025-02-24T21:41:20.704Z[ recovery-image] Feb 24 21:41:19.091 INFO O| Feb 24 21:41:19.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44192025-02-24T21:41:20.704Z[ recovery-image] Feb 24 21:41:19.091 INFO O| Feb 24 21:41:19.091 INFO STEP 28 (remove_files) COMPLETE
44202025-02-24T21:41:20.704Z[ recovery-image] Feb 24 21:41:19.091 INFO O| Feb 24 21:41:19.091 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44212025-02-24T21:41:20.726Z[ recovery-image] Feb 24 21:41:19.113 INFO O| Feb 24 21:41:19.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44222025-02-24T21:41:20.726Z[ recovery-image] Feb 24 21:41:19.113 INFO O| Feb 24 21:41:19.113 INFO STEP 29 (remove_files) COMPLETE
44232025-02-24T21:41:20.726Z[ recovery-image] Feb 24 21:41:19.113 INFO O| Feb 24 21:41:19.113 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44242025-02-24T21:41:20.760Z[ recovery-image] Feb 24 21:41:19.147 INFO O| Feb 24 21:41:19.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44252025-02-24T21:41:20.760Z[ recovery-image] Feb 24 21:41:19.147 INFO O| Feb 24 21:41:19.147 INFO STEP 30 (remove_files) COMPLETE
44262025-02-24T21:41:20.760Z[ recovery-image] Feb 24 21:41:19.147 INFO O| Feb 24 21:41:19.147 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44272025-02-24T21:41:20.818Z[ recovery-image] Feb 24 21:41:19.205 INFO O| Feb 24 21:41:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44282025-02-24T21:41:20.821Z[ recovery-image] Feb 24 21:41:19.205 INFO O| Feb 24 21:41:19.205 INFO STEP 31 (remove_files) COMPLETE
44292025-02-24T21:41:20.821Z[ recovery-image] Feb 24 21:41:19.205 INFO O| Feb 24 21:41:19.205 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-24T21:41:20.872Z[ recovery-image] Feb 24 21:41:19.258 INFO O| Feb 24 21:41:19.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44312025-02-24T21:41:20.872Z[ recovery-image] Feb 24 21:41:19.258 INFO O| Feb 24 21:41:19.258 INFO STEP 32 (remove_files) COMPLETE
44322025-02-24T21:41:20.876Z[ recovery-image] Feb 24 21:41:19.258 INFO O| Feb 24 21:41:19.258 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332025-02-24T21:41:20.898Z[ recovery-image] Feb 24 21:41:19.283 INFO O| Feb 24 21:41:19.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44342025-02-24T21:41:20.898Z[ recovery-image] Feb 24 21:41:19.283 INFO O| Feb 24 21:41:19.283 INFO STEP 33 (remove_files) COMPLETE
44352025-02-24T21:41:20.898Z[ recovery-image] Feb 24 21:41:19.283 INFO O| Feb 24 21:41:19.283 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44362025-02-24T21:41:20.928Z[ recovery-image] Feb 24 21:41:19.315 INFO O| Feb 24 21:41:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44372025-02-24T21:41:20.928Z[ recovery-image] Feb 24 21:41:19.316 INFO O| Feb 24 21:41:19.316 INFO STEP 34 (remove_files) COMPLETE
44382025-02-24T21:41:20.931Z[ recovery-image] Feb 24 21:41:19.316 INFO O| Feb 24 21:41:19.316 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-02-24T21:41:20.951Z[ recovery-image] Feb 24 21:41:19.337 INFO O| Feb 24 21:41:19.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44402025-02-24T21:41:20.954Z[ recovery-image] Feb 24 21:41:19.337 INFO O| Feb 24 21:41:19.337 INFO STEP 35 (remove_files) COMPLETE
44412025-02-24T21:41:20.954Z[ recovery-image] Feb 24 21:41:19.337 INFO O| Feb 24 21:41:19.337 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44422025-02-24T21:41:21.014Z[ recovery-image] Feb 24 21:41:19.401 INFO O| Feb 24 21:41:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44432025-02-24T21:41:21.017Z[ recovery-image] Feb 24 21:41:19.401 INFO O| Feb 24 21:41:19.401 INFO STEP 36 (remove_files) COMPLETE
44442025-02-24T21:41:21.017Z[ recovery-image] Feb 24 21:41:19.401 INFO O| Feb 24 21:41:19.401 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44452025-02-24T21:41:21.037Z[ recovery-image] Feb 24 21:41:19.424 INFO O| Feb 24 21:41:19.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44462025-02-24T21:41:21.040Z[ recovery-image] Feb 24 21:41:19.424 INFO O| Feb 24 21:41:19.424 INFO STEP 37 (remove_files) COMPLETE
44472025-02-24T21:41:21.040Z[ recovery-image] Feb 24 21:41:19.424 INFO O| Feb 24 21:41:19.424 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44482025-02-24T21:41:21.059Z[ recovery-image] Feb 24 21:41:19.445 INFO O| Feb 24 21:41:19.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44492025-02-24T21:41:21.059Z[ recovery-image] Feb 24 21:41:19.445 INFO O| Feb 24 21:41:19.445 INFO STEP 38 (remove_files) COMPLETE
44502025-02-24T21:41:21.059Z[ recovery-image] Feb 24 21:41:19.445 INFO O| Feb 24 21:41:19.445 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44512025-02-24T21:41:21.121Z[ recovery-image] Feb 24 21:41:19.508 INFO O| Feb 24 21:41:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44522025-02-24T21:41:21.121Z[ recovery-image] Feb 24 21:41:19.508 INFO O| Feb 24 21:41:19.508 INFO STEP 39 (remove_files) COMPLETE
44532025-02-24T21:41:21.124Z[ recovery-image] Feb 24 21:41:19.508 INFO O| Feb 24 21:41:19.508 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-02-24T21:41:21.142Z[ recovery-image] Feb 24 21:41:19.529 INFO O| Feb 24 21:41:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44552025-02-24T21:41:21.142Z[ recovery-image] Feb 24 21:41:19.529 INFO O| Feb 24 21:41:19.529 INFO STEP 40 (remove_files) COMPLETE
44562025-02-24T21:41:21.142Z[ recovery-image] Feb 24 21:41:19.529 INFO O| Feb 24 21:41:19.529 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44572025-02-24T21:41:21.164Z[ recovery-image] Feb 24 21:41:19.550 INFO O| Feb 24 21:41:19.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44582025-02-24T21:41:21.164Z[ recovery-image] Feb 24 21:41:19.550 INFO O| Feb 24 21:41:19.550 INFO STEP 41 (remove_files) COMPLETE
44592025-02-24T21:41:21.164Z[ recovery-image] Feb 24 21:41:19.550 INFO O| Feb 24 21:41:19.550 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44602025-02-24T21:41:21.184Z[ recovery-image] Feb 24 21:41:19.571 INFO O| Feb 24 21:41:19.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44612025-02-24T21:41:21.184Z[ recovery-image] Feb 24 21:41:19.571 INFO O| Feb 24 21:41:19.571 INFO STEP 42 (remove_files) COMPLETE
44622025-02-24T21:41:21.184Z[ recovery-image] Feb 24 21:41:19.571 INFO O| Feb 24 21:41:19.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44632025-02-24T21:41:21.205Z[ recovery-image] Feb 24 21:41:19.592 INFO O| Feb 24 21:41:19.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44642025-02-24T21:41:21.205Z[ recovery-image] Feb 24 21:41:19.593 INFO O| Feb 24 21:41:19.593 INFO STEP 43 (remove_files) COMPLETE
44652025-02-24T21:41:21.208Z[ recovery-image] Feb 24 21:41:19.593 INFO O| Feb 24 21:41:19.593 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44662025-02-24T21:41:21.227Z[ recovery-image] Feb 24 21:41:19.614 INFO O| Feb 24 21:41:19.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44672025-02-24T21:41:21.227Z[ recovery-image] Feb 24 21:41:19.614 INFO O| Feb 24 21:41:19.614 INFO STEP 44 (remove_files) COMPLETE
44682025-02-24T21:41:21.227Z[ recovery-image] Feb 24 21:41:19.614 INFO O| Feb 24 21:41:19.614 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44692025-02-24T21:41:21.248Z[ recovery-image] Feb 24 21:41:19.635 INFO O| Feb 24 21:41:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44702025-02-24T21:41:21.248Z[ recovery-image] Feb 24 21:41:19.635 INFO O| Feb 24 21:41:19.635 INFO STEP 45 (remove_files) COMPLETE
44712025-02-24T21:41:21.250Z[ recovery-image] Feb 24 21:41:19.635 INFO O| Feb 24 21:41:19.635 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44722025-02-24T21:41:21.292Z[ recovery-image] Feb 24 21:41:19.680 INFO O| Feb 24 21:41:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44732025-02-24T21:41:21.295Z[ recovery-image] Feb 24 21:41:19.680 INFO O| Feb 24 21:41:19.680 INFO STEP 46 (remove_files) COMPLETE
44742025-02-24T21:41:21.295Z[ recovery-image] Feb 24 21:41:19.680 INFO O| Feb 24 21:41:19.680 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44752025-02-24T21:41:21.315Z[ recovery-image] Feb 24 21:41:19.702 INFO O| Feb 24 21:41:19.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44762025-02-24T21:41:21.318Z[ recovery-image] Feb 24 21:41:19.702 INFO O| Feb 24 21:41:19.702 INFO STEP 47 (remove_files) COMPLETE
44772025-02-24T21:41:21.318Z[ recovery-image] Feb 24 21:41:19.703 INFO O| Feb 24 21:41:19.703 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44782025-02-24T21:41:21.337Z[ recovery-image] Feb 24 21:41:19.724 INFO O| Feb 24 21:41:19.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44792025-02-24T21:41:21.339Z[ recovery-image] Feb 24 21:41:19.724 INFO O| Feb 24 21:41:19.724 INFO STEP 48 (remove_files) COMPLETE
44802025-02-24T21:41:21.339Z[ recovery-image] Feb 24 21:41:19.724 INFO O| Feb 24 21:41:19.724 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44812025-02-24T21:41:21.357Z[ recovery-image] Feb 24 21:41:19.744 INFO O| Feb 24 21:41:19.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44822025-02-24T21:41:21.360Z[ recovery-image] Feb 24 21:41:19.744 INFO O| Feb 24 21:41:19.744 INFO STEP 49 (remove_files) COMPLETE
44832025-02-24T21:41:21.360Z[ recovery-image] Feb 24 21:41:19.745 INFO O| Feb 24 21:41:19.744 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44842025-02-24T21:41:21.410Z[ recovery-image] Feb 24 21:41:19.797 INFO O| Feb 24 21:41:19.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44852025-02-24T21:41:21.410Z[ recovery-image] Feb 24 21:41:19.797 INFO O| Feb 24 21:41:19.797 INFO STEP 50 (remove_files) COMPLETE
44862025-02-24T21:41:21.410Z[ recovery-image] Feb 24 21:41:19.797 INFO O| Feb 24 21:41:19.797 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44872025-02-24T21:41:21.434Z[ recovery-image] Feb 24 21:41:19.821 INFO O| Feb 24 21:41:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44882025-02-24T21:41:21.434Z[ recovery-image] Feb 24 21:41:19.822 INFO O| Feb 24 21:41:19.821 INFO STEP 51 (remove_files) COMPLETE
44892025-02-24T21:41:21.437Z[ recovery-image] Feb 24 21:41:19.822 INFO O| Feb 24 21:41:19.822 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44902025-02-24T21:41:21.456Z[ recovery-image] Feb 24 21:41:19.843 INFO O| Feb 24 21:41:19.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44912025-02-24T21:41:21.459Z[ recovery-image] Feb 24 21:41:19.843 INFO O| Feb 24 21:41:19.843 INFO STEP 52 (remove_files) COMPLETE
44922025-02-24T21:41:21.459Z[ recovery-image] Feb 24 21:41:19.843 INFO O| Feb 24 21:41:19.843 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44932025-02-24T21:41:21.477Z[ recovery-image] Feb 24 21:41:19.864 INFO O| Feb 24 21:41:19.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44942025-02-24T21:41:21.481Z[ recovery-image] Feb 24 21:41:19.864 INFO O| Feb 24 21:41:19.864 INFO STEP 53 (remove_files) COMPLETE
44952025-02-24T21:41:21.481Z[ recovery-image] Feb 24 21:41:19.864 INFO O| Feb 24 21:41:19.864 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44962025-02-24T21:41:21.500Z[ recovery-image] Feb 24 21:41:19.886 INFO O| Feb 24 21:41:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44972025-02-24T21:41:21.503Z[ recovery-image] Feb 24 21:41:19.886 INFO O| Feb 24 21:41:19.886 INFO STEP 54 (remove_files) COMPLETE
44982025-02-24T21:41:21.503Z[ recovery-image] Feb 24 21:41:19.886 INFO O| Feb 24 21:41:19.886 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44992025-02-24T21:41:21.521Z[ recovery-image] Feb 24 21:41:19.908 INFO O| Feb 24 21:41:19.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
45002025-02-24T21:41:21.524Z[ recovery-image] Feb 24 21:41:19.908 INFO O| Feb 24 21:41:19.908 INFO STEP 55 (remove_files) COMPLETE
45012025-02-24T21:41:21.524Z[ recovery-image] Feb 24 21:41:19.908 INFO O| Feb 24 21:41:19.908 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45022025-02-24T21:41:21.543Z[ recovery-image] Feb 24 21:41:19.930 INFO O| Feb 24 21:41:19.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
45032025-02-24T21:41:21.546Z[ recovery-image] Feb 24 21:41:19.930 INFO O| Feb 24 21:41:19.930 INFO STEP 56 (remove_files) COMPLETE
45042025-02-24T21:41:21.546Z[ recovery-image] Feb 24 21:41:19.930 INFO O| Feb 24 21:41:19.930 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45052025-02-24T21:41:21.565Z[ recovery-image] Feb 24 21:41:19.952 INFO O| Feb 24 21:41:19.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45062025-02-24T21:41:21.567Z[ recovery-image] Feb 24 21:41:19.952 INFO O| Feb 24 21:41:19.952 INFO STEP 57 (remove_files) COMPLETE
45072025-02-24T21:41:21.567Z[ recovery-image] Feb 24 21:41:19.952 INFO O| Feb 24 21:41:19.952 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45082025-02-24T21:41:21.589Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45092025-02-24T21:41:21.590Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45102025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45112025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45122025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45132025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.976 INFO O| Feb 24 21:41:19.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45142025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.977 INFO O| Feb 24 21:41:19.976 INFO ok!
45152025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.977 INFO O| Feb 24 21:41:19.977 INFO STEP 58 (ensure_file) COMPLETE
45162025-02-24T21:41:21.592Z[ recovery-image] Feb 24 21:41:19.977 INFO O| Feb 24 21:41:19.977 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45172025-02-24T21:41:21.611Z[ recovery-image] Feb 24 21:41:19.998 INFO O| Feb 24 21:41:19.998 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45182025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:19.999 INFO O| Feb 24 21:41:19.999 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45192025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:19.999 INFO O| Feb 24 21:41:19.999 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45202025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:19.999 INFO O| Feb 24 21:41:19.999 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45212025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:19.999 INFO O| Feb 24 21:41:19.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45222025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:20.000 INFO O| Feb 24 21:41:19.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45232025-02-24T21:41:21.614Z[ recovery-image] Feb 24 21:41:20.000 INFO O| Feb 24 21:41:20.000 INFO ok!
45242025-02-24T21:41:21.617Z[ recovery-image] Feb 24 21:41:20.000 INFO O| Feb 24 21:41:20.000 INFO STEP 59 (ensure_file) COMPLETE
45252025-02-24T21:41:21.617Z[ recovery-image] Feb 24 21:41:20.000 INFO O| Feb 24 21:41:20.000 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45262025-02-24T21:41:21.683Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45272025-02-24T21:41:21.683Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45282025-02-24T21:41:21.683Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45292025-02-24T21:41:21.683Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO ok!
45302025-02-24T21:41:21.686Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO STEP 60 (ensure_file) COMPLETE
45312025-02-24T21:41:21.686Z[ recovery-image] Feb 24 21:41:20.070 INFO O| Feb 24 21:41:20.070 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45322025-02-24T21:41:21.705Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45332025-02-24T21:41:21.705Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45342025-02-24T21:41:21.708Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45352025-02-24T21:41:21.708Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 INFO ok!
45362025-02-24T21:41:21.708Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 INFO STEP 61 (ensure_file) COMPLETE
45372025-02-24T21:41:21.708Z[ recovery-image] Feb 24 21:41:20.092 INFO O| Feb 24 21:41:20.092 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45382025-02-24T21:41:21.729Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45392025-02-24T21:41:21.729Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45402025-02-24T21:41:21.729Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45412025-02-24T21:41:21.733Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45422025-02-24T21:41:21.733Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO ok!
45432025-02-24T21:41:21.733Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO STEP 62 (ensure_file) COMPLETE
45442025-02-24T21:41:21.733Z[ recovery-image] Feb 24 21:41:20.115 INFO O| Feb 24 21:41:20.115 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45452025-02-24T21:41:21.759Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.144 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45462025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.144 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45472025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45482025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.145 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45492025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.145 INFO ok!
45502025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.145 INFO STEP 63 (ensure_file) COMPLETE
45512025-02-24T21:41:21.762Z[ recovery-image] Feb 24 21:41:20.145 INFO O| Feb 24 21:41:20.145 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45522025-02-24T21:41:21.792Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45532025-02-24T21:41:21.792Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45542025-02-24T21:41:21.796Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45552025-02-24T21:41:21.796Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO ok!
45562025-02-24T21:41:21.796Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO STEP 64 (assemble_files) COMPLETE
45572025-02-24T21:41:21.796Z[ recovery-image] Feb 24 21:41:20.179 INFO O| Feb 24 21:41:20.179 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45582025-02-24T21:41:21.827Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45592025-02-24T21:41:21.827Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45602025-02-24T21:41:21.829Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45612025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45622025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO ok!
45632025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO STEP 65 (ensure_file) COMPLETE
45642025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45652025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO skip step because feature "omicron1" is not enabled
45662025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45672025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO skip step because feature "omicron1" is not enabled
45682025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45692025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO skip step because feature "omicron1" is not enabled
45702025-02-24T21:41:21.830Z[ recovery-image] Feb 24 21:41:20.212 INFO O| Feb 24 21:41:20.212 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45712025-02-24T21:41:21.902Z[ recovery-image] Feb 24 21:41:20.286 INFO O| Feb 24 21:41:20.286 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45722025-02-24T21:41:21.902Z[ recovery-image] Feb 24 21:41:20.287 INFO O| Feb 24 21:41:20.286 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45732025-02-24T21:41:24.398Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
45742025-02-24T21:41:25.193Z[ recovery-image] Feb 24 21:41:23.579 INFO O| Feb 24 21:41:23.579 INFO STEP 69 (pack_tar) COMPLETE
45752025-02-24T21:41:25.193Z[ recovery-image] Feb 24 21:41:23.579 INFO O| Feb 24 21:41:23.579 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45762025-02-24T21:41:25.197Z[ recovery-image] Feb 24 21:41:23.579 INFO O| Feb 24 21:41:23.579 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45772025-02-24T21:41:25.444Z[ recovery-image] Feb 24 21:41:23.830 INFO O| Feb 24 21:41:23.830 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45782025-02-24T21:41:25.577Z[ recovery-image] Feb 24 21:41:23.961 INFO O| Feb 24 21:41:23.961 INFO completed processing gimlet/ramdisk-02-trim
45792025-02-24T21:41:25.579Z[ recovery-image] Feb 24 21:41:23.965 INFO image builder template: ramdisk-03-recovery-trim...
45802025-02-24T21:41:25.579Z[ recovery-image] Feb 24 21:41:23.965 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/.tmp1fVI8h/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
45812025-02-24T21:41:25.638Z[ host-image] Feb 24 21:41:24.024 INFO O| Feb 24 21:41:24.024 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (1.2M/s)
45822025-02-24T21:41:25.766Z[ recovery-image] Feb 24 21:41:24.151 INFO O| Feb 24 21:41:24.151 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45832025-02-24T21:41:25.794Z[ recovery-image] Feb 24 21:41:24.179 INFO O| Feb 24 21:41:24.179 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45842025-02-24T21:41:25.897Z[ recovery-image] Feb 24 21:41:24.282 INFO O| Feb 24 21:41:24.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45852025-02-24T21:41:25.983Z[ recovery-image] Feb 24 21:41:24.369 INFO O| Feb 24 21:41:24.369 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45862025-02-24T21:41:25.983Z[ recovery-image] Feb 24 21:41:24.369 INFO O| Feb 24 21:41:24.369 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45872025-02-24T21:41:26.001Z[ recovery-image] Feb 24 21:41:24.386 INFO O| Feb 24 21:41:24.386 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45882025-02-24T21:41:26.011Z[ recovery-image] Feb 24 21:41:24.397 INFO O| Feb 24 21:41:24.397 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45892025-02-24T21:41:26.024Z[ recovery-image] Feb 24 21:41:24.409 INFO O| Feb 24 21:41:24.409 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45902025-02-24T21:41:26.415Z[ host-image] Feb 24 21:41:24.800 INFO O| Feb 24 21:41:24.800 INFO O| Download: Completed 8.42 MB in 6.10 seconds (1.4M/s)
45912025-02-24T21:41:26.727Z[ host-image] Feb 24 21:41:25.108 INFO O| Feb 24 21:41:25.108 INFO O| Actions: 1/1361 actions (Installing new actions)
45922025-02-24T21:41:26.730Z[ recovery-image] Feb 24 21:41:25.115 INFO O| Feb 24 21:41:25.115 INFO rolled back to input snapshot; work may begin
45932025-02-24T21:41:26.730Z[ recovery-image] Feb 24 21:41:25.115 INFO O| Feb 24 21:41:25.115 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45942025-02-24T21:41:26.743Z[ recovery-image] Feb 24 21:41:25.128 INFO O| Feb 24 21:41:25.128 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952025-02-24T21:41:26.780Z[ recovery-image] Feb 24 21:41:25.165 INFO O| Feb 24 21:41:25.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45962025-02-24T21:41:26.789Z[ recovery-image] Feb 24 21:41:25.173 INFO O| Feb 24 21:41:25.173 INFO STEP 0 (remove_files) COMPLETE
45972025-02-24T21:41:26.789Z[ recovery-image] Feb 24 21:41:25.173 INFO O| Feb 24 21:41:25.173 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982025-02-24T21:41:26.813Z[ recovery-image] Feb 24 21:41:25.198 INFO O| Feb 24 21:41:25.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45992025-02-24T21:41:27.415Z[ host-image] Feb 24 21:41:25.800 INFO O| Feb 24 21:41:25.800 INFO O| Actions: Completed 1361 actions in 0.69 seconds.
46002025-02-24T21:41:27.442Z[ recovery-image] Feb 24 21:41:25.827 INFO O| Feb 24 21:41:25.827 INFO STEP 1 (remove_files) COMPLETE
46012025-02-24T21:41:27.442Z[ recovery-image] Feb 24 21:41:25.827 INFO O| Feb 24 21:41:25.827 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-24T21:41:27.479Z[ recovery-image] Feb 24 21:41:25.864 INFO O| Feb 24 21:41:25.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
46032025-02-24T21:41:27.497Z[ recovery-image] Feb 24 21:41:25.882 INFO O| Feb 24 21:41:25.881 INFO STEP 2 (remove_files) COMPLETE
46042025-02-24T21:41:27.497Z[ recovery-image] Feb 24 21:41:25.882 INFO O| Feb 24 21:41:25.882 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052025-02-24T21:41:27.535Z[ recovery-image] Feb 24 21:41:25.919 INFO O| Feb 24 21:41:25.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46062025-02-24T21:41:27.638Z[ recovery-image] Feb 24 21:41:26.023 INFO O| Feb 24 21:41:26.023 INFO STEP 3 (remove_files) COMPLETE
46072025-02-24T21:41:27.638Z[ recovery-image] Feb 24 21:41:26.023 INFO O| Feb 24 21:41:26.023 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082025-02-24T21:41:27.676Z[ recovery-image] Feb 24 21:41:26.061 INFO O| Feb 24 21:41:26.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46092025-02-24T21:41:27.753Z[ recovery-image] Feb 24 21:41:26.138 INFO O| Feb 24 21:41:26.138 INFO STEP 4 (remove_files) COMPLETE
46102025-02-24T21:41:27.753Z[ recovery-image] Feb 24 21:41:26.138 INFO O| Feb 24 21:41:26.138 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112025-02-24T21:41:27.790Z[ recovery-image] Feb 24 21:41:26.175 INFO O| Feb 24 21:41:26.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46122025-02-24T21:41:27.792Z[ recovery-image] Feb 24 21:41:26.178 INFO O| Feb 24 21:41:26.178 INFO STEP 5 (remove_files) COMPLETE
46132025-02-24T21:41:27.795Z[ recovery-image] Feb 24 21:41:26.178 INFO O| Feb 24 21:41:26.178 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142025-02-24T21:41:27.843Z[ recovery-image] Feb 24 21:41:26.220 INFO O| Feb 24 21:41:26.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46152025-02-24T21:41:27.857Z[ recovery-image] Feb 24 21:41:26.242 INFO O| Feb 24 21:41:26.242 INFO STEP 6 (remove_files) COMPLETE
46162025-02-24T21:41:27.857Z[ recovery-image] Feb 24 21:41:26.242 INFO O| Feb 24 21:41:26.242 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172025-02-24T21:41:27.920Z[ recovery-image] Feb 24 21:41:26.305 INFO O| Feb 24 21:41:26.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46182025-02-24T21:41:27.963Z[ recovery-image] Feb 24 21:41:26.347 INFO O| Feb 24 21:41:26.347 INFO STEP 7 (remove_files) COMPLETE
46192025-02-24T21:41:27.963Z[ recovery-image] Feb 24 21:41:26.347 INFO O| Feb 24 21:41:26.347 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-24T21:41:28.003Z[ recovery-image] Feb 24 21:41:26.388 INFO O| Feb 24 21:41:26.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46212025-02-24T21:41:28.006Z[ recovery-image] Feb 24 21:41:26.388 INFO O| Feb 24 21:41:26.388 INFO STEP 8 (remove_files) COMPLETE
46222025-02-24T21:41:28.006Z[ recovery-image] Feb 24 21:41:26.388 INFO O| Feb 24 21:41:26.388 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-24T21:41:28.039Z[ recovery-image] Feb 24 21:41:26.423 INFO O| Feb 24 21:41:26.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46242025-02-24T21:41:28.063Z[ recovery-image] Feb 24 21:41:26.447 INFO O| Feb 24 21:41:26.447 INFO STEP 9 (remove_files) COMPLETE
46252025-02-24T21:41:28.063Z[ recovery-image] Feb 24 21:41:26.447 INFO O| Feb 24 21:41:26.447 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-24T21:41:28.110Z[ recovery-image] Feb 24 21:41:26.495 INFO O| Feb 24 21:41:26.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46272025-02-24T21:41:28.132Z[ host-image] Feb 24 21:41:26.517 INFO O| Feb 24 21:41:26.517 INFO O| Done
46282025-02-24T21:41:28.132Z[ host-image] Feb 24 21:41:26.517 INFO O| Feb 24 21:41:26.517 INFO O| Done
46292025-02-24T21:41:28.745Z[ recovery-image] Feb 24 21:41:27.130 INFO O| Feb 24 21:41:27.129 INFO STEP 10 (remove_files) COMPLETE
46302025-02-24T21:41:28.745Z[ recovery-image] Feb 24 21:41:27.130 INFO O| Feb 24 21:41:27.130 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-02-24T21:41:28.789Z[ recovery-image] Feb 24 21:41:27.174 INFO O| Feb 24 21:41:27.174 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46322025-02-24T21:41:28.793Z[ recovery-image] Feb 24 21:41:27.178 INFO O| Feb 24 21:41:27.178 INFO STEP 11 (remove_files) COMPLETE
46332025-02-24T21:41:28.795Z[ recovery-image] Feb 24 21:41:27.178 INFO O| Feb 24 21:41:27.178 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342025-02-24T21:41:28.819Z[ recovery-image] Feb 24 21:41:27.204 INFO O| Feb 24 21:41:27.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46352025-02-24T21:41:28.847Z[ recovery-image] Feb 24 21:41:27.231 INFO O| Feb 24 21:41:27.231 INFO STEP 12 (remove_files) COMPLETE
46362025-02-24T21:41:28.847Z[ recovery-image] Feb 24 21:41:27.231 INFO O| Feb 24 21:41:27.231 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372025-02-24T21:41:28.882Z[ recovery-image] Feb 24 21:41:27.267 INFO O| Feb 24 21:41:27.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46382025-02-24T21:41:28.885Z[ recovery-image] Feb 24 21:41:27.268 INFO O| Feb 24 21:41:27.268 INFO STEP 13 (remove_files) COMPLETE
46392025-02-24T21:41:28.885Z[ recovery-image] Feb 24 21:41:27.268 INFO O| Feb 24 21:41:27.268 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-24T21:41:28.908Z[ recovery-image] Feb 24 21:41:27.290 INFO O| Feb 24 21:41:27.290 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46412025-02-24T21:41:28.957Z[ recovery-image] Feb 24 21:41:27.342 INFO O| Feb 24 21:41:27.342 INFO STEP 14 (remove_files) COMPLETE
46422025-02-24T21:41:28.960Z[ recovery-image] Feb 24 21:41:27.342 INFO O| Feb 24 21:41:27.342 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-24T21:41:29.009Z[ recovery-image] Feb 24 21:41:27.394 INFO O| Feb 24 21:41:27.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46442025-02-24T21:41:29.107Z[ recovery-image] Feb 24 21:41:27.492 INFO O| Feb 24 21:41:27.491 INFO STEP 15 (remove_files) COMPLETE
46452025-02-24T21:41:29.107Z[ recovery-image] Feb 24 21:41:27.492 INFO O| Feb 24 21:41:27.491 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-24T21:41:29.130Z[ recovery-image] Feb 24 21:41:27.514 INFO O| Feb 24 21:41:27.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46472025-02-24T21:41:29.154Z[ recovery-image] Feb 24 21:41:27.539 INFO O| Feb 24 21:41:27.539 INFO STEP 16 (remove_files) COMPLETE
46482025-02-24T21:41:29.154Z[ recovery-image] Feb 24 21:41:27.539 INFO O| Feb 24 21:41:27.539 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-24T21:41:29.177Z[ recovery-image] Feb 24 21:41:27.562 INFO O| Feb 24 21:41:27.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46502025-02-24T21:41:29.180Z[ recovery-image] Feb 24 21:41:27.562 INFO O| Feb 24 21:41:27.562 INFO STEP 17 (remove_files) COMPLETE
46512025-02-24T21:41:29.180Z[ recovery-image] Feb 24 21:41:27.562 INFO O| Feb 24 21:41:27.562 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-24T21:41:29.224Z[ recovery-image] Feb 24 21:41:27.609 INFO O| Feb 24 21:41:27.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46532025-02-24T21:41:29.496Z[ host-image] Feb 24 21:41:27.880 INFO O| Feb 24 21:41:27.880 INFO O| Done
46542025-02-24T21:41:29.592Z[ recovery-image] Feb 24 21:41:27.976 INFO O| Feb 24 21:41:27.976 INFO STEP 18 (remove_files) COMPLETE
46552025-02-24T21:41:29.592Z[ recovery-image] Feb 24 21:41:27.976 INFO O| Feb 24 21:41:27.976 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-24T21:41:29.647Z[ recovery-image] Feb 24 21:41:28.031 INFO O| Feb 24 21:41:28.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46572025-02-24T21:41:29.715Z[ recovery-image] Feb 24 21:41:28.100 INFO O| Feb 24 21:41:28.100 INFO STEP 19 (remove_files) COMPLETE
46582025-02-24T21:41:29.715Z[ recovery-image] Feb 24 21:41:28.100 INFO O| Feb 24 21:41:28.100 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-24T21:41:29.743Z[ recovery-image] Feb 24 21:41:28.127 INFO O| Feb 24 21:41:28.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46602025-02-24T21:41:29.745Z[ recovery-image] Feb 24 21:41:28.128 INFO O| Feb 24 21:41:28.128 INFO STEP 20 (remove_files) COMPLETE
46612025-02-24T21:41:29.745Z[ recovery-image] Feb 24 21:41:28.128 INFO O| Feb 24 21:41:28.128 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-24T21:41:29.779Z[ recovery-image] Feb 24 21:41:28.163 INFO O| Feb 24 21:41:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46632025-02-24T21:41:29.779Z[ recovery-image] Feb 24 21:41:28.163 INFO O| Feb 24 21:41:28.163 INFO STEP 21 (remove_files) COMPLETE
46642025-02-24T21:41:29.782Z[ recovery-image] Feb 24 21:41:28.163 INFO O| Feb 24 21:41:28.163 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-24T21:41:29.819Z[ recovery-image] Feb 24 21:41:28.202 INFO O| Feb 24 21:41:28.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46662025-02-24T21:41:29.837Z[ recovery-image] Feb 24 21:41:28.222 INFO O| Feb 24 21:41:28.222 INFO STEP 22 (remove_files) COMPLETE
46672025-02-24T21:41:29.837Z[ recovery-image] Feb 24 21:41:28.222 INFO O| Feb 24 21:41:28.222 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-24T21:41:29.860Z[ recovery-image] Feb 24 21:41:28.245 INFO O| Feb 24 21:41:28.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46692025-02-24T21:41:29.869Z[ recovery-image] Feb 24 21:41:28.254 INFO O| Feb 24 21:41:28.254 INFO STEP 23 (remove_files) COMPLETE
46702025-02-24T21:41:29.869Z[ recovery-image] Feb 24 21:41:28.254 INFO O| Feb 24 21:41:28.254 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-24T21:41:29.901Z[ recovery-image] Feb 24 21:41:28.285 INFO O| Feb 24 21:41:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46722025-02-24T21:41:29.901Z[ recovery-image] Feb 24 21:41:28.285 INFO O| Feb 24 21:41:28.285 INFO STEP 24 (remove_files) COMPLETE
46732025-02-24T21:41:29.901Z[ recovery-image] Feb 24 21:41:28.285 INFO O| Feb 24 21:41:28.285 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-24T21:41:29.925Z[ recovery-image] Feb 24 21:41:28.308 INFO O| Feb 24 21:41:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46752025-02-24T21:41:29.929Z[ recovery-image] Feb 24 21:41:28.309 INFO O| Feb 24 21:41:28.309 INFO STEP 25 (remove_files) COMPLETE
46762025-02-24T21:41:29.929Z[ recovery-image] Feb 24 21:41:28.309 INFO O| Feb 24 21:41:28.309 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-24T21:41:29.961Z[ recovery-image] Feb 24 21:41:28.346 INFO O| Feb 24 21:41:28.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46782025-02-24T21:41:29.981Z[ recovery-image] Feb 24 21:41:28.366 INFO O| Feb 24 21:41:28.366 INFO STEP 26 (remove_files) COMPLETE
46792025-02-24T21:41:29.981Z[ recovery-image] Feb 24 21:41:28.366 INFO O| Feb 24 21:41:28.366 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-24T21:41:30.020Z[ recovery-image] Feb 24 21:41:28.405 INFO O| Feb 24 21:41:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46812025-02-24T21:41:30.043Z[ recovery-image] Feb 24 21:41:28.428 INFO O| Feb 24 21:41:28.428 INFO STEP 27 (remove_files) COMPLETE
46822025-02-24T21:41:30.043Z[ recovery-image] Feb 24 21:41:28.428 INFO O| Feb 24 21:41:28.428 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-24T21:41:30.088Z[ recovery-image] Feb 24 21:41:28.473 INFO O| Feb 24 21:41:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46842025-02-24T21:41:30.088Z[ recovery-image] Feb 24 21:41:28.473 INFO O| Feb 24 21:41:28.473 INFO STEP 28 (remove_files) COMPLETE
46852025-02-24T21:41:30.091Z[ recovery-image] Feb 24 21:41:28.473 INFO O| Feb 24 21:41:28.473 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-24T21:41:30.133Z[ recovery-image] Feb 24 21:41:28.518 INFO O| Feb 24 21:41:28.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46872025-02-24T21:41:30.133Z[ recovery-image] Feb 24 21:41:28.518 INFO O| Feb 24 21:41:28.518 INFO STEP 29 (remove_files) COMPLETE
46882025-02-24T21:41:30.133Z[ recovery-image] Feb 24 21:41:28.518 INFO O| Feb 24 21:41:28.518 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-24T21:41:30.155Z[ recovery-image] Feb 24 21:41:28.540 INFO O| Feb 24 21:41:28.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46902025-02-24T21:41:30.155Z[ recovery-image] Feb 24 21:41:28.540 INFO O| Feb 24 21:41:28.540 INFO STEP 30 (remove_files) COMPLETE
46912025-02-24T21:41:30.158Z[ recovery-image] Feb 24 21:41:28.540 INFO O| Feb 24 21:41:28.540 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-24T21:41:30.188Z[ recovery-image] Feb 24 21:41:28.572 INFO O| Feb 24 21:41:28.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46932025-02-24T21:41:30.259Z[ recovery-image] Feb 24 21:41:28.642 INFO O| Feb 24 21:41:28.642 INFO STEP 31 (remove_files) COMPLETE
46942025-02-24T21:41:30.259Z[ recovery-image] Feb 24 21:41:28.642 INFO O| Feb 24 21:41:28.642 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-24T21:41:30.355Z[ recovery-image] Feb 24 21:41:28.740 INFO O| Feb 24 21:41:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46962025-02-24T21:41:30.375Z[ recovery-image] Feb 24 21:41:28.760 INFO O| Feb 24 21:41:28.760 INFO STEP 32 (remove_files) COMPLETE
46972025-02-24T21:41:30.375Z[ recovery-image] Feb 24 21:41:28.760 INFO O| Feb 24 21:41:28.760 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-24T21:41:30.399Z[ recovery-image] Feb 24 21:41:28.784 INFO O| Feb 24 21:41:28.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46992025-02-24T21:41:30.413Z[ recovery-image] Feb 24 21:41:28.798 INFO O| Feb 24 21:41:28.798 INFO STEP 33 (remove_files) COMPLETE
47002025-02-24T21:41:30.413Z[ recovery-image] Feb 24 21:41:28.798 INFO O| Feb 24 21:41:28.798 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-24T21:41:30.470Z[ recovery-image] Feb 24 21:41:28.853 INFO O| Feb 24 21:41:28.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
47022025-02-24T21:41:30.470Z[ recovery-image] Feb 24 21:41:28.853 INFO O| Feb 24 21:41:28.853 INFO STEP 34 (remove_files) COMPLETE
47032025-02-24T21:41:30.470Z[ recovery-image] Feb 24 21:41:28.853 INFO O| Feb 24 21:41:28.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-24T21:41:30.492Z[ recovery-image] Feb 24 21:41:28.876 INFO O| Feb 24 21:41:28.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
47052025-02-24T21:41:30.492Z[ recovery-image] Feb 24 21:41:28.876 INFO O| Feb 24 21:41:28.876 INFO STEP 35 (remove_files) COMPLETE
47062025-02-24T21:41:30.492Z[ recovery-image] Feb 24 21:41:28.876 INFO O| Feb 24 21:41:28.876 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-24T21:41:30.514Z[ recovery-image] Feb 24 21:41:28.899 INFO O| Feb 24 21:41:28.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47082025-02-24T21:41:30.514Z[ recovery-image] Feb 24 21:41:28.899 INFO O| Feb 24 21:41:28.899 INFO STEP 36 (remove_files) COMPLETE
47092025-02-24T21:41:30.514Z[ recovery-image] Feb 24 21:41:28.899 INFO O| Feb 24 21:41:28.899 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-24T21:41:30.537Z[ recovery-image] Feb 24 21:41:28.921 INFO O| Feb 24 21:41:28.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47112025-02-24T21:41:30.537Z[ recovery-image] Feb 24 21:41:28.922 INFO O| Feb 24 21:41:28.922 INFO STEP 37 (remove_files) COMPLETE
47122025-02-24T21:41:30.537Z[ recovery-image] Feb 24 21:41:28.922 INFO O| Feb 24 21:41:28.922 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-24T21:41:30.567Z[ recovery-image] Feb 24 21:41:28.945 INFO O| Feb 24 21:41:28.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47142025-02-24T21:41:30.567Z[ recovery-image] Feb 24 21:41:28.945 INFO O| Feb 24 21:41:28.945 INFO STEP 38 (remove_files) COMPLETE
47152025-02-24T21:41:30.570Z[ recovery-image] Feb 24 21:41:28.945 INFO O| Feb 24 21:41:28.945 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-24T21:41:30.607Z[ recovery-image] Feb 24 21:41:28.992 INFO O| Feb 24 21:41:28.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47172025-02-24T21:41:30.610Z[ recovery-image] Feb 24 21:41:28.992 INFO O| Feb 24 21:41:28.992 INFO STEP 39 (remove_files) COMPLETE
47182025-02-24T21:41:30.610Z[ recovery-image] Feb 24 21:41:28.992 INFO O| Feb 24 21:41:28.992 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-24T21:41:30.641Z[ recovery-image] Feb 24 21:41:29.025 INFO O| Feb 24 21:41:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47202025-02-24T21:41:30.641Z[ recovery-image] Feb 24 21:41:29.025 INFO O| Feb 24 21:41:29.025 INFO STEP 40 (remove_files) COMPLETE
47212025-02-24T21:41:30.641Z[ recovery-image] Feb 24 21:41:29.025 INFO O| Feb 24 21:41:29.025 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-24T21:41:30.663Z[ recovery-image] Feb 24 21:41:29.047 INFO O| Feb 24 21:41:29.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47232025-02-24T21:41:30.663Z[ recovery-image] Feb 24 21:41:29.047 INFO O| Feb 24 21:41:29.047 INFO STEP 41 (remove_files) COMPLETE
47242025-02-24T21:41:30.666Z[ recovery-image] Feb 24 21:41:29.047 INFO O| Feb 24 21:41:29.047 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-24T21:41:30.710Z[ recovery-image] Feb 24 21:41:29.094 INFO O| Feb 24 21:41:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47262025-02-24T21:41:30.710Z[ recovery-image] Feb 24 21:41:29.094 INFO O| Feb 24 21:41:29.094 INFO STEP 42 (remove_files) COMPLETE
47272025-02-24T21:41:30.712Z[ recovery-image] Feb 24 21:41:29.094 INFO O| Feb 24 21:41:29.094 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-24T21:41:30.753Z[ recovery-image] Feb 24 21:41:29.137 INFO O| Feb 24 21:41:29.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47292025-02-24T21:41:30.753Z[ recovery-image] Feb 24 21:41:29.138 INFO O| Feb 24 21:41:29.138 INFO STEP 43 (remove_files) COMPLETE
47302025-02-24T21:41:30.753Z[ recovery-image] Feb 24 21:41:29.138 INFO O| Feb 24 21:41:29.138 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-24T21:41:30.774Z[ recovery-image] Feb 24 21:41:29.158 INFO O| Feb 24 21:41:29.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47322025-02-24T21:41:30.774Z[ recovery-image] Feb 24 21:41:29.158 INFO O| Feb 24 21:41:29.158 INFO STEP 44 (remove_files) COMPLETE
47332025-02-24T21:41:30.777Z[ recovery-image] Feb 24 21:41:29.158 INFO O| Feb 24 21:41:29.158 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-24T21:41:30.822Z[ recovery-image] Feb 24 21:41:29.206 INFO O| Feb 24 21:41:29.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47352025-02-24T21:41:30.829Z[ recovery-image] Feb 24 21:41:29.213 INFO O| Feb 24 21:41:29.213 INFO STEP 45 (remove_files) COMPLETE
47362025-02-24T21:41:30.829Z[ recovery-image] Feb 24 21:41:29.213 INFO O| Feb 24 21:41:29.213 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-24T21:41:30.883Z[ recovery-image] Feb 24 21:41:29.268 INFO O| Feb 24 21:41:29.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47382025-02-24T21:41:30.886Z[ recovery-image] Feb 24 21:41:29.268 INFO O| Feb 24 21:41:29.268 INFO STEP 46 (remove_files) COMPLETE
47392025-02-24T21:41:30.886Z[ recovery-image] Feb 24 21:41:29.268 INFO O| Feb 24 21:41:29.268 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-24T21:41:30.972Z[ recovery-image] Feb 24 21:41:29.356 INFO O| Feb 24 21:41:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47412025-02-24T21:41:30.974Z[ recovery-image] Feb 24 21:41:29.356 INFO O| Feb 24 21:41:29.356 INFO STEP 47 (remove_files) COMPLETE
47422025-02-24T21:41:30.975Z[ recovery-image] Feb 24 21:41:29.357 INFO O| Feb 24 21:41:29.356 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-24T21:41:31.032Z[ recovery-image] Feb 24 21:41:29.416 INFO O| Feb 24 21:41:29.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47442025-02-24T21:41:31.056Z[ recovery-image] Feb 24 21:41:29.440 INFO O| Feb 24 21:41:29.440 INFO STEP 48 (remove_files) COMPLETE
47452025-02-24T21:41:31.056Z[ recovery-image] Feb 24 21:41:29.440 INFO O| Feb 24 21:41:29.440 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-24T21:41:31.092Z[ recovery-image] Feb 24 21:41:29.476 INFO O| Feb 24 21:41:29.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47472025-02-24T21:41:31.092Z[ recovery-image] Feb 24 21:41:29.476 INFO O| Feb 24 21:41:29.476 INFO STEP 49 (remove_files) COMPLETE
47482025-02-24T21:41:31.095Z[ recovery-image] Feb 24 21:41:29.476 INFO O| Feb 24 21:41:29.476 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-24T21:41:31.133Z[ recovery-image] Feb 24 21:41:29.517 INFO O| Feb 24 21:41:29.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47502025-02-24T21:41:31.133Z[ recovery-image] Feb 24 21:41:29.517 INFO O| Feb 24 21:41:29.517 INFO STEP 50 (remove_files) COMPLETE
47512025-02-24T21:41:31.133Z[ recovery-image] Feb 24 21:41:29.517 INFO O| Feb 24 21:41:29.517 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-24T21:41:31.155Z[ recovery-image] Feb 24 21:41:29.539 INFO O| Feb 24 21:41:29.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47532025-02-24T21:41:31.158Z[ recovery-image] Feb 24 21:41:29.539 INFO O| Feb 24 21:41:29.539 INFO STEP 51 (remove_files) COMPLETE
47542025-02-24T21:41:31.158Z[ recovery-image] Feb 24 21:41:29.539 INFO O| Feb 24 21:41:29.539 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-24T21:41:31.176Z[ recovery-image] Feb 24 21:41:29.561 INFO O| Feb 24 21:41:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47562025-02-24T21:41:31.177Z[ recovery-image] Feb 24 21:41:29.561 INFO O| Feb 24 21:41:29.561 INFO STEP 52 (remove_files) COMPLETE
47572025-02-24T21:41:31.179Z[ recovery-image] Feb 24 21:41:29.561 INFO O| Feb 24 21:41:29.561 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-24T21:41:31.199Z[ recovery-image] Feb 24 21:41:29.583 INFO O| Feb 24 21:41:29.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47592025-02-24T21:41:31.199Z[ recovery-image] Feb 24 21:41:29.583 INFO O| Feb 24 21:41:29.583 INFO STEP 53 (remove_files) COMPLETE
47602025-02-24T21:41:31.202Z[ recovery-image] Feb 24 21:41:29.583 INFO O| Feb 24 21:41:29.583 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-24T21:41:31.222Z[ recovery-image] Feb 24 21:41:29.606 INFO O| Feb 24 21:41:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47622025-02-24T21:41:31.222Z[ recovery-image] Feb 24 21:41:29.606 INFO O| Feb 24 21:41:29.606 INFO STEP 54 (remove_files) COMPLETE
47632025-02-24T21:41:31.222Z[ recovery-image] Feb 24 21:41:29.606 INFO O| Feb 24 21:41:29.606 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-24T21:41:31.245Z[ recovery-image] Feb 24 21:41:29.628 INFO O| Feb 24 21:41:29.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47652025-02-24T21:41:31.245Z[ recovery-image] Feb 24 21:41:29.629 INFO O| Feb 24 21:41:29.629 INFO STEP 55 (remove_files) COMPLETE
47662025-02-24T21:41:31.245Z[ recovery-image] Feb 24 21:41:29.629 INFO O| Feb 24 21:41:29.629 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-24T21:41:31.266Z[ recovery-image] Feb 24 21:41:29.650 INFO O| Feb 24 21:41:29.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47682025-02-24T21:41:31.266Z[ recovery-image] Feb 24 21:41:29.650 INFO O| Feb 24 21:41:29.650 INFO STEP 56 (remove_files) COMPLETE
47692025-02-24T21:41:31.266Z[ recovery-image] Feb 24 21:41:29.650 INFO O| Feb 24 21:41:29.650 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-24T21:41:31.288Z[ recovery-image] Feb 24 21:41:29.672 INFO O| Feb 24 21:41:29.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47712025-02-24T21:41:31.288Z[ recovery-image] Feb 24 21:41:29.672 INFO O| Feb 24 21:41:29.672 INFO STEP 57 (remove_files) COMPLETE
47722025-02-24T21:41:31.291Z[ recovery-image] Feb 24 21:41:29.672 INFO O| Feb 24 21:41:29.672 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-24T21:41:31.376Z[ recovery-image] Feb 24 21:41:29.759 INFO O| Feb 24 21:41:29.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47742025-02-24T21:41:31.376Z[ recovery-image] Feb 24 21:41:29.759 INFO O| Feb 24 21:41:29.759 INFO STEP 58 (remove_files) COMPLETE
47752025-02-24T21:41:31.376Z[ recovery-image] Feb 24 21:41:29.759 INFO O| Feb 24 21:41:29.759 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-24T21:41:31.409Z[ recovery-image] Feb 24 21:41:29.791 INFO O| Feb 24 21:41:29.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47772025-02-24T21:41:31.409Z[ recovery-image] Feb 24 21:41:29.791 INFO O| Feb 24 21:41:29.791 INFO STEP 59 (remove_files) COMPLETE
47782025-02-24T21:41:31.409Z[ recovery-image] Feb 24 21:41:29.791 INFO O| Feb 24 21:41:29.791 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-24T21:41:31.442Z[ recovery-image] Feb 24 21:41:29.826 INFO O| Feb 24 21:41:29.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47802025-02-24T21:41:31.442Z[ recovery-image] Feb 24 21:41:29.826 INFO O| Feb 24 21:41:29.826 INFO STEP 60 (remove_files) COMPLETE
47812025-02-24T21:41:31.442Z[ recovery-image] Feb 24 21:41:29.826 INFO O| Feb 24 21:41:29.826 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-24T21:41:31.454Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
47832025-02-24T21:41:31.463Z[ recovery-image] Feb 24 21:41:29.847 INFO O| Feb 24 21:41:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47842025-02-24T21:41:31.463Z[ recovery-image] Feb 24 21:41:29.847 INFO O| Feb 24 21:41:29.847 INFO STEP 61 (remove_files) COMPLETE
47852025-02-24T21:41:31.466Z[ recovery-image] Feb 24 21:41:29.847 INFO O| Feb 24 21:41:29.847 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-02-24T21:41:31.485Z[ recovery-image] Feb 24 21:41:29.869 INFO O| Feb 24 21:41:29.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47872025-02-24T21:41:31.485Z[ recovery-image] Feb 24 21:41:29.869 INFO O| Feb 24 21:41:29.869 INFO STEP 62 (remove_files) COMPLETE
47882025-02-24T21:41:31.485Z[ recovery-image] Feb 24 21:41:29.869 INFO O| Feb 24 21:41:29.869 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-02-24T21:41:31.506Z[ recovery-image] Feb 24 21:41:29.889 INFO O| Feb 24 21:41:29.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47902025-02-24T21:41:31.506Z[ recovery-image] Feb 24 21:41:29.890 INFO O| Feb 24 21:41:29.890 INFO STEP 63 (remove_files) COMPLETE
47912025-02-24T21:41:31.506Z[ recovery-image] Feb 24 21:41:29.890 INFO O| Feb 24 21:41:29.890 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-02-24T21:41:31.525Z[ recovery-image] Feb 24 21:41:29.909 INFO O| Feb 24 21:41:29.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47932025-02-24T21:41:31.525Z[ recovery-image] Feb 24 21:41:29.909 INFO O| Feb 24 21:41:29.909 INFO STEP 64 (remove_files) COMPLETE
47942025-02-24T21:41:31.525Z[ recovery-image] Feb 24 21:41:29.909 INFO O| Feb 24 21:41:29.909 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-02-24T21:41:31.545Z[ recovery-image] Feb 24 21:41:29.929 INFO O| Feb 24 21:41:29.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47962025-02-24T21:41:31.581Z[ recovery-image] Feb 24 21:41:29.965 INFO O| Feb 24 21:41:29.965 INFO STEP 65 (remove_files) COMPLETE
47972025-02-24T21:41:31.581Z[ recovery-image] Feb 24 21:41:29.965 INFO O| Feb 24 21:41:29.965 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-02-24T21:41:31.711Z[ recovery-image] Feb 24 21:41:30.095 INFO O| Feb 24 21:41:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47992025-02-24T21:41:31.714Z[ recovery-image] Feb 24 21:41:30.095 INFO O| Feb 24 21:41:30.095 INFO STEP 66 (remove_files) COMPLETE
48002025-02-24T21:41:31.714Z[ recovery-image] Feb 24 21:41:30.095 INFO O| Feb 24 21:41:30.095 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-24T21:41:31.735Z[ recovery-image] Feb 24 21:41:30.119 INFO O| Feb 24 21:41:30.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
48022025-02-24T21:41:31.735Z[ recovery-image] Feb 24 21:41:30.119 INFO O| Feb 24 21:41:30.119 INFO STEP 67 (remove_files) COMPLETE
48032025-02-24T21:41:31.738Z[ recovery-image] Feb 24 21:41:30.119 INFO O| Feb 24 21:41:30.119 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-24T21:41:31.770Z[ recovery-image] Feb 24 21:41:30.153 INFO O| Feb 24 21:41:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
48052025-02-24T21:41:31.770Z[ recovery-image] Feb 24 21:41:30.153 INFO O| Feb 24 21:41:30.153 INFO STEP 68 (remove_files) COMPLETE
48062025-02-24T21:41:31.770Z[ recovery-image] Feb 24 21:41:30.153 INFO O| Feb 24 21:41:30.153 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-24T21:41:31.838Z[ recovery-image] Feb 24 21:41:30.222 INFO O| Feb 24 21:41:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48082025-02-24T21:41:31.841Z[ recovery-image] Feb 24 21:41:30.223 INFO O| Feb 24 21:41:30.222 INFO STEP 69 (remove_files) COMPLETE
48092025-02-24T21:41:31.841Z[ recovery-image] Feb 24 21:41:30.223 INFO O| Feb 24 21:41:30.223 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-24T21:41:31.863Z[ recovery-image] Feb 24 21:41:30.247 INFO O| Feb 24 21:41:30.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48112025-02-24T21:41:31.866Z[ recovery-image] Feb 24 21:41:30.248 INFO O| Feb 24 21:41:30.247 INFO STEP 70 (remove_files) COMPLETE
48122025-02-24T21:41:31.866Z[ recovery-image] Feb 24 21:41:30.248 INFO O| Feb 24 21:41:30.248 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-02-24T21:41:31.900Z[ recovery-image] Feb 24 21:41:30.284 INFO O| Feb 24 21:41:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48142025-02-24T21:41:31.903Z[ recovery-image] Feb 24 21:41:30.285 INFO O| Feb 24 21:41:30.284 INFO STEP 71 (remove_files) COMPLETE
48152025-02-24T21:41:31.903Z[ recovery-image] Feb 24 21:41:30.285 INFO O| Feb 24 21:41:30.285 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-02-24T21:41:31.963Z[ recovery-image] Feb 24 21:41:30.347 INFO O| Feb 24 21:41:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48172025-02-24T21:41:31.966Z[ recovery-image] Feb 24 21:41:30.347 INFO O| Feb 24 21:41:30.347 INFO STEP 72 (remove_files) COMPLETE
48182025-02-24T21:41:31.966Z[ recovery-image] Feb 24 21:41:30.347 INFO O| Feb 24 21:41:30.347 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-02-24T21:41:31.990Z[ recovery-image] Feb 24 21:41:30.374 INFO O| Feb 24 21:41:30.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48202025-02-24T21:41:31.990Z[ recovery-image] Feb 24 21:41:30.374 INFO O| Feb 24 21:41:30.374 INFO STEP 73 (remove_files) COMPLETE
48212025-02-24T21:41:31.990Z[ recovery-image] Feb 24 21:41:30.374 INFO O| Feb 24 21:41:30.374 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-02-24T21:41:32.014Z[ recovery-image] Feb 24 21:41:30.398 INFO O| Feb 24 21:41:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48232025-02-24T21:41:32.014Z[ recovery-image] Feb 24 21:41:30.398 INFO O| Feb 24 21:41:30.398 INFO STEP 74 (remove_files) COMPLETE
48242025-02-24T21:41:32.017Z[ recovery-image] Feb 24 21:41:30.398 INFO O| Feb 24 21:41:30.398 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-02-24T21:41:32.058Z[ recovery-image] Feb 24 21:41:30.442 INFO O| Feb 24 21:41:30.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48262025-02-24T21:41:32.058Z[ recovery-image] Feb 24 21:41:30.442 INFO O| Feb 24 21:41:30.442 INFO STEP 75 (remove_files) COMPLETE
48272025-02-24T21:41:32.058Z[ recovery-image] Feb 24 21:41:30.442 INFO O| Feb 24 21:41:30.442 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-02-24T21:41:32.082Z[ recovery-image] Feb 24 21:41:30.466 INFO O| Feb 24 21:41:30.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48292025-02-24T21:41:32.082Z[ recovery-image] Feb 24 21:41:30.466 INFO O| Feb 24 21:41:30.466 INFO STEP 76 (remove_files) COMPLETE
48302025-02-24T21:41:32.085Z[ recovery-image] Feb 24 21:41:30.466 INFO O| Feb 24 21:41:30.466 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-24T21:41:32.147Z[ recovery-image] Feb 24 21:41:30.530 INFO O| Feb 24 21:41:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48322025-02-24T21:41:32.147Z[ recovery-image] Feb 24 21:41:30.530 INFO O| Feb 24 21:41:30.530 INFO STEP 77 (remove_files) COMPLETE
48332025-02-24T21:41:32.147Z[ recovery-image] Feb 24 21:41:30.530 INFO O| Feb 24 21:41:30.530 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-24T21:41:32.181Z[ recovery-image] Feb 24 21:41:30.565 INFO O| Feb 24 21:41:30.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48352025-02-24T21:41:32.181Z[ recovery-image] Feb 24 21:41:30.565 INFO O| Feb 24 21:41:30.565 INFO STEP 78 (remove_files) COMPLETE
48362025-02-24T21:41:32.184Z[ recovery-image] Feb 24 21:41:30.565 INFO O| Feb 24 21:41:30.565 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-24T21:41:32.209Z[ recovery-image] Feb 24 21:41:30.592 INFO O| Feb 24 21:41:30.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48382025-02-24T21:41:32.209Z[ recovery-image] Feb 24 21:41:30.592 INFO O| Feb 24 21:41:30.592 INFO STEP 79 (remove_files) COMPLETE
48392025-02-24T21:41:32.209Z[ recovery-image] Feb 24 21:41:30.592 INFO O| Feb 24 21:41:30.592 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-02-24T21:41:32.234Z[ recovery-image] Feb 24 21:41:30.617 INFO O| Feb 24 21:41:30.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48412025-02-24T21:41:32.234Z[ recovery-image] Feb 24 21:41:30.617 INFO O| Feb 24 21:41:30.617 INFO STEP 80 (remove_files) COMPLETE
48422025-02-24T21:41:32.234Z[ recovery-image] Feb 24 21:41:30.617 INFO O| Feb 24 21:41:30.617 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-02-24T21:41:32.256Z[ recovery-image] Feb 24 21:41:30.639 INFO O| Feb 24 21:41:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48442025-02-24T21:41:32.256Z[ recovery-image] Feb 24 21:41:30.639 INFO O| Feb 24 21:41:30.639 INFO STEP 81 (remove_files) COMPLETE
48452025-02-24T21:41:32.256Z[ recovery-image] Feb 24 21:41:30.640 INFO O| Feb 24 21:41:30.639 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-24T21:41:32.293Z[ recovery-image] Feb 24 21:41:30.677 INFO O| Feb 24 21:41:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48472025-02-24T21:41:32.293Z[ recovery-image] Feb 24 21:41:30.677 INFO O| Feb 24 21:41:30.677 INFO STEP 82 (remove_files) COMPLETE
48482025-02-24T21:41:32.293Z[ recovery-image] Feb 24 21:41:30.677 INFO O| Feb 24 21:41:30.677 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-24T21:41:32.332Z[ recovery-image] Feb 24 21:41:30.716 INFO O| Feb 24 21:41:30.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48502025-02-24T21:41:32.332Z[ recovery-image] Feb 24 21:41:30.716 INFO O| Feb 24 21:41:30.716 INFO STEP 83 (remove_files) COMPLETE
48512025-02-24T21:41:32.335Z[ recovery-image] Feb 24 21:41:30.716 INFO O| Feb 24 21:41:30.716 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-24T21:41:32.356Z[ recovery-image] Feb 24 21:41:30.739 INFO O| Feb 24 21:41:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48532025-02-24T21:41:32.356Z[ recovery-image] Feb 24 21:41:30.740 INFO O| Feb 24 21:41:30.739 INFO STEP 84 (remove_files) COMPLETE
48542025-02-24T21:41:32.358Z[ recovery-image] Feb 24 21:41:30.740 INFO O| Feb 24 21:41:30.740 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-24T21:41:32.379Z[ recovery-image] Feb 24 21:41:30.763 INFO O| Feb 24 21:41:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48562025-02-24T21:41:32.379Z[ recovery-image] Feb 24 21:41:30.763 INFO O| Feb 24 21:41:30.763 INFO STEP 85 (remove_files) COMPLETE
48572025-02-24T21:41:32.379Z[ recovery-image] Feb 24 21:41:30.763 INFO O| Feb 24 21:41:30.763 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-24T21:41:32.408Z[ recovery-image] Feb 24 21:41:30.791 INFO O| Feb 24 21:41:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48592025-02-24T21:41:32.411Z[ recovery-image] Feb 24 21:41:30.792 INFO O| Feb 24 21:41:30.791 INFO STEP 86 (remove_files) COMPLETE
48602025-02-24T21:41:32.411Z[ recovery-image] Feb 24 21:41:30.792 INFO O| Feb 24 21:41:30.792 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-24T21:41:32.420Z[ host-image] Feb 24 21:41:30.804 INFO O| Feb 24 21:41:30.804 INFO O| Done
48622025-02-24T21:41:32.443Z[ recovery-image] Feb 24 21:41:30.827 INFO O| Feb 24 21:41:30.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48632025-02-24T21:41:32.446Z[ recovery-image] Feb 24 21:41:30.827 INFO O| Feb 24 21:41:30.827 INFO STEP 87 (remove_files) COMPLETE
48642025-02-24T21:41:32.446Z[ recovery-image] Feb 24 21:41:30.828 INFO O| Feb 24 21:41:30.827 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-24T21:41:32.466Z[ recovery-image] Feb 24 21:41:30.850 INFO O| Feb 24 21:41:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48662025-02-24T21:41:32.469Z[ recovery-image] Feb 24 21:41:30.851 INFO O| Feb 24 21:41:30.850 INFO STEP 88 (remove_files) COMPLETE
48672025-02-24T21:41:32.469Z[ recovery-image] Feb 24 21:41:30.851 INFO O| Feb 24 21:41:30.851 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-24T21:41:32.481Z[ host-image] Feb 24 21:41:30.864 INFO O| Feb 24 21:41:30.863 INFO O| Done
48692025-02-24T21:41:32.481Z[ host-image] Feb 24 21:41:30.864 INFO O| Feb 24 21:41:30.864 INFO O| Done
48702025-02-24T21:41:32.492Z[ recovery-image] Feb 24 21:41:30.876 INFO O| Feb 24 21:41:30.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48712025-02-24T21:41:32.500Z[ recovery-image] Feb 24 21:41:30.883 INFO O| Feb 24 21:41:30.883 INFO STEP 89 (remove_files) COMPLETE
48722025-02-24T21:41:32.500Z[ recovery-image] Feb 24 21:41:30.883 INFO O| Feb 24 21:41:30.883 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-24T21:41:32.551Z[ host-image] Feb 24 21:41:30.934 INFO O| Feb 24 21:41:30.934 INFO O| Done
48742025-02-24T21:41:32.568Z[ recovery-image] Feb 24 21:41:30.952 INFO O| Feb 24 21:41:30.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48752025-02-24T21:41:32.568Z[ recovery-image] Feb 24 21:41:30.952 INFO O| Feb 24 21:41:30.952 INFO STEP 90 (remove_files) COMPLETE
48762025-02-24T21:41:32.571Z[ recovery-image] Feb 24 21:41:30.952 INFO O| Feb 24 21:41:30.952 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-02-24T21:41:32.594Z[ recovery-image] Feb 24 21:41:30.978 INFO O| Feb 24 21:41:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48782025-02-24T21:41:32.619Z[ recovery-image] Feb 24 21:41:31.003 INFO O| Feb 24 21:41:31.003 INFO STEP 91 (remove_files) COMPLETE
48792025-02-24T21:41:32.619Z[ recovery-image] Feb 24 21:41:31.003 INFO O| Feb 24 21:41:31.003 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-24T21:41:32.680Z[ recovery-image] Feb 24 21:41:31.063 INFO O| Feb 24 21:41:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48812025-02-24T21:41:32.680Z[ recovery-image] Feb 24 21:41:31.063 INFO O| Feb 24 21:41:31.063 INFO STEP 92 (remove_files) COMPLETE
48822025-02-24T21:41:32.684Z[ recovery-image] Feb 24 21:41:31.063 INFO O| Feb 24 21:41:31.063 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-24T21:41:32.703Z[ recovery-image] Feb 24 21:41:31.087 INFO O| Feb 24 21:41:31.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48842025-02-24T21:41:32.704Z[ recovery-image] Feb 24 21:41:31.087 INFO O| Feb 24 21:41:31.087 INFO STEP 93 (remove_files) COMPLETE
48852025-02-24T21:41:32.704Z[ recovery-image] Feb 24 21:41:31.087 INFO O| Feb 24 21:41:31.087 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-24T21:41:32.728Z[ recovery-image] Feb 24 21:41:31.112 INFO O| Feb 24 21:41:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48872025-02-24T21:41:32.729Z[ recovery-image] Feb 24 21:41:31.112 INFO O| Feb 24 21:41:31.112 INFO STEP 94 (remove_files) COMPLETE
48882025-02-24T21:41:32.734Z[ recovery-image] Feb 24 21:41:31.112 INFO O| Feb 24 21:41:31.112 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-24T21:41:32.765Z[ recovery-image] Feb 24 21:41:31.148 INFO O| Feb 24 21:41:31.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48902025-02-24T21:41:32.769Z[ recovery-image] Feb 24 21:41:31.149 INFO O| Feb 24 21:41:31.149 INFO STEP 95 (remove_files) COMPLETE
48912025-02-24T21:41:32.769Z[ recovery-image] Feb 24 21:41:31.149 INFO O| Feb 24 21:41:31.149 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-24T21:41:32.784Z[ host-image] Feb 24 21:41:31.167 INFO O| Feb 24 21:41:31.167 INFO STEP 13 (pkg_install) COMPLETE
48932025-02-24T21:41:32.784Z[ host-image] Feb 24 21:41:31.167 INFO O| Feb 24 21:41:31.167 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
48942025-02-24T21:41:32.797Z[ recovery-image] Feb 24 21:41:31.180 INFO O| Feb 24 21:41:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48952025-02-24T21:41:32.797Z[ recovery-image] Feb 24 21:41:31.180 INFO O| Feb 24 21:41:31.180 INFO STEP 96 (remove_files) COMPLETE
48962025-02-24T21:41:32.799Z[ recovery-image] Feb 24 21:41:31.181 INFO O| Feb 24 21:41:31.180 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-24T21:41:32.805Z[ host-image] Feb 24 21:41:31.189 INFO O| Feb 24 21:41:31.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
48982025-02-24T21:41:32.834Z[ recovery-image] Feb 24 21:41:31.218 INFO O| Feb 24 21:41:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48992025-02-24T21:41:32.837Z[ recovery-image] Feb 24 21:41:31.218 INFO O| Feb 24 21:41:31.218 INFO STEP 97 (remove_files) COMPLETE
49002025-02-24T21:41:32.837Z[ recovery-image] Feb 24 21:41:31.218 INFO O| Feb 24 21:41:31.218 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-24T21:41:32.895Z[ recovery-image] Feb 24 21:41:31.279 INFO O| Feb 24 21:41:31.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
49022025-02-24T21:41:32.895Z[ recovery-image] Feb 24 21:41:31.279 INFO O| Feb 24 21:41:31.279 INFO STEP 98 (remove_files) COMPLETE
49032025-02-24T21:41:32.898Z[ recovery-image] Feb 24 21:41:31.279 INFO O| Feb 24 21:41:31.279 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-02-24T21:41:32.950Z[ recovery-image] Feb 24 21:41:31.334 INFO O| Feb 24 21:41:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
49052025-02-24T21:41:32.950Z[ recovery-image] Feb 24 21:41:31.334 INFO O| Feb 24 21:41:31.334 INFO STEP 99 (remove_files) COMPLETE
49062025-02-24T21:41:32.950Z[ recovery-image] Feb 24 21:41:31.334 INFO O| Feb 24 21:41:31.334 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-02-24T21:41:32.985Z[ recovery-image] Feb 24 21:41:31.368 INFO O| Feb 24 21:41:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
49082025-02-24T21:41:32.985Z[ recovery-image] Feb 24 21:41:31.368 INFO O| Feb 24 21:41:31.368 INFO STEP 100 (remove_files) COMPLETE
49092025-02-24T21:41:32.985Z[ recovery-image] Feb 24 21:41:31.368 INFO O| Feb 24 21:41:31.368 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-02-24T21:41:33.009Z[ recovery-image] Feb 24 21:41:31.392 INFO O| Feb 24 21:41:31.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
49112025-02-24T21:41:33.009Z[ recovery-image] Feb 24 21:41:31.392 INFO O| Feb 24 21:41:31.392 INFO STEP 101 (remove_files) COMPLETE
49122025-02-24T21:41:33.012Z[ recovery-image] Feb 24 21:41:31.392 INFO O| Feb 24 21:41:31.392 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-02-24T21:41:33.059Z[ recovery-image] Feb 24 21:41:31.441 INFO O| Feb 24 21:41:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49142025-02-24T21:41:33.059Z[ recovery-image] Feb 24 21:41:31.442 INFO O| Feb 24 21:41:31.442 INFO STEP 102 (remove_files) COMPLETE
49152025-02-24T21:41:33.059Z[ recovery-image] Feb 24 21:41:31.442 INFO O| Feb 24 21:41:31.442 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-02-24T21:41:33.095Z[ recovery-image] Feb 24 21:41:31.478 INFO O| Feb 24 21:41:31.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49172025-02-24T21:41:33.095Z[ recovery-image] Feb 24 21:41:31.478 INFO O| Feb 24 21:41:31.478 INFO STEP 103 (remove_files) COMPLETE
49182025-02-24T21:41:33.095Z[ recovery-image] Feb 24 21:41:31.478 INFO O| Feb 24 21:41:31.478 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-02-24T21:41:33.131Z[ recovery-image] Feb 24 21:41:31.515 INFO O| Feb 24 21:41:31.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49202025-02-24T21:41:33.134Z[ recovery-image] Feb 24 21:41:31.515 INFO O| Feb 24 21:41:31.515 INFO STEP 104 (remove_files) COMPLETE
49212025-02-24T21:41:33.134Z[ recovery-image] Feb 24 21:41:31.515 INFO O| Feb 24 21:41:31.515 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-24T21:41:33.154Z[ recovery-image] Feb 24 21:41:31.538 INFO O| Feb 24 21:41:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49232025-02-24T21:41:33.155Z[ recovery-image] Feb 24 21:41:31.538 INFO O| Feb 24 21:41:31.538 INFO STEP 105 (remove_files) COMPLETE
49242025-02-24T21:41:33.158Z[ recovery-image] Feb 24 21:41:31.538 INFO O| Feb 24 21:41:31.538 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-24T21:41:33.176Z[ recovery-image] Feb 24 21:41:31.560 INFO O| Feb 24 21:41:31.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49262025-02-24T21:41:33.177Z[ recovery-image] Feb 24 21:41:31.560 INFO O| Feb 24 21:41:31.560 INFO STEP 106 (remove_files) COMPLETE
49272025-02-24T21:41:33.179Z[ recovery-image] Feb 24 21:41:31.560 INFO O| Feb 24 21:41:31.560 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-24T21:41:33.209Z[ recovery-image] Feb 24 21:41:31.593 INFO O| Feb 24 21:41:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49292025-02-24T21:41:33.209Z[ recovery-image] Feb 24 21:41:31.593 INFO O| Feb 24 21:41:31.593 INFO STEP 107 (remove_files) COMPLETE
49302025-02-24T21:41:33.212Z[ recovery-image] Feb 24 21:41:31.593 INFO O| Feb 24 21:41:31.593 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-24T21:41:33.272Z[ recovery-image] Feb 24 21:41:31.653 INFO O| Feb 24 21:41:31.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49322025-02-24T21:41:33.272Z[ recovery-image] Feb 24 21:41:31.653 INFO O| Feb 24 21:41:31.653 INFO STEP 108 (remove_files) COMPLETE
49332025-02-24T21:41:33.272Z[ recovery-image] Feb 24 21:41:31.653 INFO O| Feb 24 21:41:31.653 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-24T21:41:33.318Z[ recovery-image] Feb 24 21:41:31.702 INFO O| Feb 24 21:41:31.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49352025-02-24T21:41:33.321Z[ recovery-image] Feb 24 21:41:31.702 INFO O| Feb 24 21:41:31.702 INFO STEP 109 (remove_files) COMPLETE
49362025-02-24T21:41:33.321Z[ recovery-image] Feb 24 21:41:31.702 INFO O| Feb 24 21:41:31.702 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-02-24T21:41:33.341Z[ recovery-image] Feb 24 21:41:31.725 INFO O| Feb 24 21:41:31.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49382025-02-24T21:41:33.344Z[ recovery-image] Feb 24 21:41:31.725 INFO O| Feb 24 21:41:31.725 INFO STEP 110 (remove_files) COMPLETE
49392025-02-24T21:41:33.344Z[ recovery-image] Feb 24 21:41:31.725 INFO O| Feb 24 21:41:31.725 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-02-24T21:41:33.365Z[ recovery-image] Feb 24 21:41:31.748 INFO O| Feb 24 21:41:31.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49412025-02-24T21:41:33.367Z[ recovery-image] Feb 24 21:41:31.748 INFO O| Feb 24 21:41:31.748 INFO STEP 111 (remove_files) COMPLETE
49422025-02-24T21:41:33.367Z[ recovery-image] Feb 24 21:41:31.748 INFO O| Feb 24 21:41:31.748 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-24T21:41:33.387Z[ recovery-image] Feb 24 21:41:31.771 INFO O| Feb 24 21:41:31.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49442025-02-24T21:41:33.405Z[ recovery-image] Feb 24 21:41:31.788 INFO O| Feb 24 21:41:31.788 INFO STEP 112 (remove_files) COMPLETE
49452025-02-24T21:41:33.405Z[ recovery-image] Feb 24 21:41:31.788 INFO O| Feb 24 21:41:31.788 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-24T21:41:33.450Z[ recovery-image] Feb 24 21:41:31.833 INFO O| Feb 24 21:41:31.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49472025-02-24T21:41:33.450Z[ recovery-image] Feb 24 21:41:31.833 INFO O| Feb 24 21:41:31.833 INFO STEP 113 (remove_files) COMPLETE
49482025-02-24T21:41:33.450Z[ recovery-image] Feb 24 21:41:31.833 INFO O| Feb 24 21:41:31.833 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-24T21:41:33.490Z[ recovery-image] Feb 24 21:41:31.873 INFO O| Feb 24 21:41:31.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49502025-02-24T21:41:33.490Z[ recovery-image] Feb 24 21:41:31.873 INFO O| Feb 24 21:41:31.873 INFO STEP 114 (remove_files) COMPLETE
49512025-02-24T21:41:33.494Z[ recovery-image] Feb 24 21:41:31.873 INFO O| Feb 24 21:41:31.873 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-24T21:41:33.519Z[ recovery-image] Feb 24 21:41:31.902 INFO O| Feb 24 21:41:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49532025-02-24T21:41:33.519Z[ recovery-image] Feb 24 21:41:31.902 INFO O| Feb 24 21:41:31.902 INFO STEP 115 (remove_files) COMPLETE
49542025-02-24T21:41:33.519Z[ recovery-image] Feb 24 21:41:31.902 INFO O| Feb 24 21:41:31.902 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-24T21:41:33.568Z[ recovery-image] Feb 24 21:41:31.952 INFO O| Feb 24 21:41:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49562025-02-24T21:41:33.568Z[ recovery-image] Feb 24 21:41:31.952 INFO O| Feb 24 21:41:31.952 INFO STEP 116 (remove_files) COMPLETE
49572025-02-24T21:41:33.571Z[ recovery-image] Feb 24 21:41:31.952 INFO O| Feb 24 21:41:31.952 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-02-24T21:41:33.592Z[ recovery-image] Feb 24 21:41:31.976 INFO O| Feb 24 21:41:31.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49592025-02-24T21:41:33.595Z[ recovery-image] Feb 24 21:41:31.976 INFO O| Feb 24 21:41:31.976 INFO STEP 117 (remove_files) COMPLETE
49602025-02-24T21:41:33.595Z[ recovery-image] Feb 24 21:41:31.976 INFO O| Feb 24 21:41:31.976 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-02-24T21:41:33.614Z[ recovery-image] Feb 24 21:41:31.998 INFO O| Feb 24 21:41:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49622025-02-24T21:41:33.614Z[ recovery-image] Feb 24 21:41:31.998 INFO O| Feb 24 21:41:31.998 INFO STEP 118 (remove_files) COMPLETE
49632025-02-24T21:41:33.614Z[ recovery-image] Feb 24 21:41:31.998 INFO O| Feb 24 21:41:31.998 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-02-24T21:41:33.639Z[ recovery-image] Feb 24 21:41:32.023 INFO O| Feb 24 21:41:32.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49652025-02-24T21:41:33.640Z[ recovery-image] Feb 24 21:41:32.023 INFO O| Feb 24 21:41:32.023 INFO STEP 119 (remove_files) COMPLETE
49662025-02-24T21:41:33.640Z[ recovery-image] Feb 24 21:41:32.023 INFO O| Feb 24 21:41:32.023 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-02-24T21:41:33.662Z[ recovery-image] Feb 24 21:41:32.044 INFO O| Feb 24 21:41:32.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49682025-02-24T21:41:33.662Z[ recovery-image] Feb 24 21:41:32.044 INFO O| Feb 24 21:41:32.044 INFO STEP 120 (remove_files) COMPLETE
49692025-02-24T21:41:33.662Z[ recovery-image] Feb 24 21:41:32.044 INFO O| Feb 24 21:41:32.044 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-24T21:41:33.684Z[ recovery-image] Feb 24 21:41:32.067 INFO O| Feb 24 21:41:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49712025-02-24T21:41:33.684Z[ recovery-image] Feb 24 21:41:32.067 INFO O| Feb 24 21:41:32.067 INFO STEP 121 (remove_files) COMPLETE
49722025-02-24T21:41:33.684Z[ recovery-image] Feb 24 21:41:32.067 INFO O| Feb 24 21:41:32.067 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-02-24T21:41:33.712Z[ recovery-image] Feb 24 21:41:32.095 INFO O| Feb 24 21:41:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49742025-02-24T21:41:33.715Z[ recovery-image] Feb 24 21:41:32.095 INFO O| Feb 24 21:41:32.095 INFO STEP 122 (remove_files) COMPLETE
49752025-02-24T21:41:33.715Z[ recovery-image] Feb 24 21:41:32.096 INFO O| Feb 24 21:41:32.095 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-02-24T21:41:33.746Z[ recovery-image] Feb 24 21:41:32.129 INFO O| Feb 24 21:41:32.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49772025-02-24T21:41:33.746Z[ recovery-image] Feb 24 21:41:32.129 INFO O| Feb 24 21:41:32.129 INFO STEP 123 (remove_files) COMPLETE
49782025-02-24T21:41:33.748Z[ recovery-image] Feb 24 21:41:32.129 INFO O| Feb 24 21:41:32.129 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-02-24T21:41:33.768Z[ recovery-image] Feb 24 21:41:32.151 INFO O| Feb 24 21:41:32.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49802025-02-24T21:41:33.771Z[ recovery-image] Feb 24 21:41:32.152 INFO O| Feb 24 21:41:32.152 INFO STEP 124 (remove_files) COMPLETE
49812025-02-24T21:41:33.771Z[ recovery-image] Feb 24 21:41:32.152 INFO O| Feb 24 21:41:32.152 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-02-24T21:41:33.812Z[ host-image] Feb 24 21:41:32.195 INFO O| Feb 24 21:41:32.194 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
49832025-02-24T21:41:33.827Z[ recovery-image] Feb 24 21:41:32.203 INFO O| Feb 24 21:41:32.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49842025-02-24T21:41:33.827Z[ recovery-image] Feb 24 21:41:32.203 INFO O| Feb 24 21:41:32.203 INFO STEP 125 (remove_files) COMPLETE
49852025-02-24T21:41:33.827Z[ recovery-image] Feb 24 21:41:32.203 INFO O| Feb 24 21:41:32.203 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-24T21:41:33.850Z[ recovery-image] Feb 24 21:41:32.233 INFO O| Feb 24 21:41:32.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49872025-02-24T21:41:33.850Z[ recovery-image] Feb 24 21:41:32.233 INFO O| Feb 24 21:41:32.233 INFO STEP 126 (remove_files) COMPLETE
49882025-02-24T21:41:33.854Z[ recovery-image] Feb 24 21:41:32.233 INFO O| Feb 24 21:41:32.233 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-24T21:41:33.910Z[ recovery-image] Feb 24 21:41:32.292 INFO O| Feb 24 21:41:32.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49902025-02-24T21:41:33.910Z[ recovery-image] Feb 24 21:41:32.292 INFO O| Feb 24 21:41:32.292 INFO STEP 127 (remove_files) COMPLETE
49912025-02-24T21:41:33.912Z[ recovery-image] Feb 24 21:41:32.293 INFO O| Feb 24 21:41:32.292 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-24T21:41:33.933Z[ recovery-image] Feb 24 21:41:32.317 INFO O| Feb 24 21:41:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49932025-02-24T21:41:33.933Z[ recovery-image] Feb 24 21:41:32.317 INFO O| Feb 24 21:41:32.317 INFO STEP 128 (remove_files) COMPLETE
49942025-02-24T21:41:33.933Z[ recovery-image] Feb 24 21:41:32.317 INFO O| Feb 24 21:41:32.317 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-24T21:41:33.966Z[ recovery-image] Feb 24 21:41:32.349 INFO O| Feb 24 21:41:32.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49962025-02-24T21:41:33.968Z[ recovery-image] Feb 24 21:41:32.349 INFO O| Feb 24 21:41:32.349 INFO STEP 129 (remove_files) COMPLETE
49972025-02-24T21:41:33.968Z[ recovery-image] Feb 24 21:41:32.349 INFO O| Feb 24 21:41:32.349 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-24T21:41:33.990Z[ recovery-image] Feb 24 21:41:32.373 INFO O| Feb 24 21:41:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49992025-02-24T21:41:33.992Z[ recovery-image] Feb 24 21:41:32.373 INFO O| Feb 24 21:41:32.373 INFO STEP 130 (remove_files) COMPLETE
50002025-02-24T21:41:33.992Z[ recovery-image] Feb 24 21:41:32.374 INFO O| Feb 24 21:41:32.374 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-24T21:41:34.034Z[ recovery-image] Feb 24 21:41:32.416 INFO O| Feb 24 21:41:32.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
50022025-02-24T21:41:34.034Z[ recovery-image] Feb 24 21:41:32.417 INFO O| Feb 24 21:41:32.417 INFO STEP 131 (remove_files) COMPLETE
50032025-02-24T21:41:34.034Z[ recovery-image] Feb 24 21:41:32.417 INFO O| Feb 24 21:41:32.417 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-24T21:41:34.075Z[ recovery-image] Feb 24 21:41:32.458 INFO O| Feb 24 21:41:32.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
50052025-02-24T21:41:34.075Z[ recovery-image] Feb 24 21:41:32.458 INFO O| Feb 24 21:41:32.458 INFO STEP 132 (remove_files) COMPLETE
50062025-02-24T21:41:34.075Z[ recovery-image] Feb 24 21:41:32.458 INFO O| Feb 24 21:41:32.458 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-02-24T21:41:34.098Z[ recovery-image] Feb 24 21:41:32.481 INFO O| Feb 24 21:41:32.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
50082025-02-24T21:41:34.098Z[ recovery-image] Feb 24 21:41:32.481 INFO O| Feb 24 21:41:32.481 INFO STEP 133 (remove_files) COMPLETE
50092025-02-24T21:41:34.098Z[ recovery-image] Feb 24 21:41:32.481 INFO O| Feb 24 21:41:32.481 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-02-24T21:41:34.127Z[ recovery-image] Feb 24 21:41:32.511 INFO O| Feb 24 21:41:32.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
50112025-02-24T21:41:34.128Z[ recovery-image] Feb 24 21:41:32.511 INFO O| Feb 24 21:41:32.511 INFO STEP 134 (remove_files) COMPLETE
50122025-02-24T21:41:34.130Z[ recovery-image] Feb 24 21:41:32.511 INFO O| Feb 24 21:41:32.511 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-02-24T21:41:34.152Z[ recovery-image] Feb 24 21:41:32.536 INFO O| Feb 24 21:41:32.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50142025-02-24T21:41:34.152Z[ recovery-image] Feb 24 21:41:32.536 INFO O| Feb 24 21:41:32.536 INFO STEP 135 (remove_files) COMPLETE
50152025-02-24T21:41:34.152Z[ recovery-image] Feb 24 21:41:32.536 INFO O| Feb 24 21:41:32.536 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-02-24T21:41:34.177Z[ recovery-image] Feb 24 21:41:32.559 INFO O| Feb 24 21:41:32.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50172025-02-24T21:41:34.177Z[ recovery-image] Feb 24 21:41:32.559 INFO O| Feb 24 21:41:32.559 INFO STEP 136 (remove_files) COMPLETE
50182025-02-24T21:41:34.177Z[ recovery-image] Feb 24 21:41:32.559 INFO O| Feb 24 21:41:32.559 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-02-24T21:41:34.206Z[ recovery-image] Feb 24 21:41:32.589 INFO O| Feb 24 21:41:32.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50202025-02-24T21:41:34.208Z[ recovery-image] Feb 24 21:41:32.590 INFO O| Feb 24 21:41:32.589 INFO STEP 137 (remove_files) COMPLETE
50212025-02-24T21:41:34.208Z[ recovery-image] Feb 24 21:41:32.590 INFO O| Feb 24 21:41:32.589 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-02-24T21:41:34.230Z[ recovery-image] Feb 24 21:41:32.613 INFO O| Feb 24 21:41:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50232025-02-24T21:41:34.230Z[ recovery-image] Feb 24 21:41:32.613 INFO O| Feb 24 21:41:32.613 INFO STEP 138 (remove_files) COMPLETE
50242025-02-24T21:41:34.232Z[ recovery-image] Feb 24 21:41:32.613 INFO O| Feb 24 21:41:32.613 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-02-24T21:41:34.252Z[ recovery-image] Feb 24 21:41:32.636 INFO O| Feb 24 21:41:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50262025-02-24T21:41:34.252Z[ recovery-image] Feb 24 21:41:32.636 INFO O| Feb 24 21:41:32.636 INFO STEP 139 (remove_files) COMPLETE
50272025-02-24T21:41:34.255Z[ recovery-image] Feb 24 21:41:32.636 INFO O| Feb 24 21:41:32.636 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-02-24T21:41:34.289Z[ recovery-image] Feb 24 21:41:32.672 INFO O| Feb 24 21:41:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50292025-02-24T21:41:34.289Z[ recovery-image] Feb 24 21:41:32.673 INFO O| Feb 24 21:41:32.673 INFO STEP 140 (remove_files) COMPLETE
50302025-02-24T21:41:34.289Z[ recovery-image] Feb 24 21:41:32.673 INFO O| Feb 24 21:41:32.673 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-02-24T21:41:34.314Z[ recovery-image] Feb 24 21:41:32.697 INFO O| Feb 24 21:41:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50322025-02-24T21:41:34.315Z[ recovery-image] Feb 24 21:41:32.697 INFO O| Feb 24 21:41:32.697 INFO STEP 141 (remove_files) COMPLETE
50332025-02-24T21:41:34.315Z[ recovery-image] Feb 24 21:41:32.697 INFO O| Feb 24 21:41:32.697 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-02-24T21:41:34.338Z[ recovery-image] Feb 24 21:41:32.721 INFO O| Feb 24 21:41:32.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50352025-02-24T21:41:34.340Z[ recovery-image] Feb 24 21:41:32.721 INFO O| Feb 24 21:41:32.721 INFO STEP 142 (remove_files) COMPLETE
50362025-02-24T21:41:34.340Z[ recovery-image] Feb 24 21:41:32.721 INFO O| Feb 24 21:41:32.721 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-02-24T21:41:34.396Z[ recovery-image] Feb 24 21:41:32.779 INFO O| Feb 24 21:41:32.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50382025-02-24T21:41:34.398Z[ recovery-image] Feb 24 21:41:32.779 INFO O| Feb 24 21:41:32.779 INFO STEP 143 (remove_files) COMPLETE
50392025-02-24T21:41:34.399Z[ recovery-image] Feb 24 21:41:32.779 INFO O| Feb 24 21:41:32.779 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-02-24T21:41:34.454Z[ recovery-image] Feb 24 21:41:32.837 INFO O| Feb 24 21:41:32.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50412025-02-24T21:41:34.457Z[ recovery-image] Feb 24 21:41:32.837 INFO O| Feb 24 21:41:32.837 INFO STEP 144 (remove_files) COMPLETE
50422025-02-24T21:41:34.457Z[ recovery-image] Feb 24 21:41:32.837 INFO O| Feb 24 21:41:32.837 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-02-24T21:41:34.483Z[ recovery-image] Feb 24 21:41:32.866 INFO O| Feb 24 21:41:32.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50442025-02-24T21:41:34.483Z[ recovery-image] Feb 24 21:41:32.866 INFO O| Feb 24 21:41:32.866 INFO STEP 145 (remove_files) COMPLETE
50452025-02-24T21:41:34.485Z[ recovery-image] Feb 24 21:41:32.866 INFO O| Feb 24 21:41:32.866 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-02-24T21:41:34.512Z[ recovery-image] Feb 24 21:41:32.895 INFO O| Feb 24 21:41:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50472025-02-24T21:41:34.512Z[ recovery-image] Feb 24 21:41:32.895 INFO O| Feb 24 21:41:32.895 INFO STEP 146 (remove_files) COMPLETE
50482025-02-24T21:41:34.515Z[ recovery-image] Feb 24 21:41:32.895 INFO O| Feb 24 21:41:32.895 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-02-24T21:41:34.535Z[ recovery-image] Feb 24 21:41:32.918 INFO O| Feb 24 21:41:32.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50502025-02-24T21:41:34.550Z[ recovery-image] Feb 24 21:41:32.933 INFO O| Feb 24 21:41:32.933 INFO STEP 147 (remove_files) COMPLETE
50512025-02-24T21:41:34.550Z[ recovery-image] Feb 24 21:41:32.933 INFO O| Feb 24 21:41:32.933 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-02-24T21:41:34.583Z[ recovery-image] Feb 24 21:41:32.966 INFO O| Feb 24 21:41:32.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50532025-02-24T21:41:34.583Z[ recovery-image] Feb 24 21:41:32.966 INFO O| Feb 24 21:41:32.966 INFO STEP 148 (remove_files) COMPLETE
50542025-02-24T21:41:34.586Z[ recovery-image] Feb 24 21:41:32.966 INFO O| Feb 24 21:41:32.966 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-02-24T21:41:34.623Z[ recovery-image] Feb 24 21:41:33.006 INFO O| Feb 24 21:41:33.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50562025-02-24T21:41:34.626Z[ recovery-image] Feb 24 21:41:33.006 INFO O| Feb 24 21:41:33.006 INFO STEP 149 (remove_files) COMPLETE
50572025-02-24T21:41:34.626Z[ recovery-image] Feb 24 21:41:33.006 INFO O| Feb 24 21:41:33.006 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-02-24T21:41:34.648Z[ recovery-image] Feb 24 21:41:33.031 INFO O| Feb 24 21:41:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50592025-02-24T21:41:34.651Z[ recovery-image] Feb 24 21:41:33.031 INFO O| Feb 24 21:41:33.031 INFO STEP 150 (remove_files) COMPLETE
50602025-02-24T21:41:34.651Z[ recovery-image] Feb 24 21:41:33.031 INFO O| Feb 24 21:41:33.031 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-02-24T21:41:34.682Z[ recovery-image] Feb 24 21:41:33.065 INFO O| Feb 24 21:41:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50622025-02-24T21:41:34.685Z[ recovery-image] Feb 24 21:41:33.065 INFO O| Feb 24 21:41:33.065 INFO STEP 151 (remove_files) COMPLETE
50632025-02-24T21:41:34.685Z[ recovery-image] Feb 24 21:41:33.065 INFO O| Feb 24 21:41:33.065 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-02-24T21:41:34.716Z[ recovery-image] Feb 24 21:41:33.099 INFO O| Feb 24 21:41:33.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50652025-02-24T21:41:34.719Z[ recovery-image] Feb 24 21:41:33.099 INFO O| Feb 24 21:41:33.099 INFO STEP 152 (remove_files) COMPLETE
50662025-02-24T21:41:34.719Z[ recovery-image] Feb 24 21:41:33.100 INFO O| Feb 24 21:41:33.100 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-02-24T21:41:34.741Z[ recovery-image] Feb 24 21:41:33.124 INFO O| Feb 24 21:41:33.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50682025-02-24T21:41:34.741Z[ recovery-image] Feb 24 21:41:33.124 INFO O| Feb 24 21:41:33.124 INFO STEP 153 (remove_files) COMPLETE
50692025-02-24T21:41:34.744Z[ recovery-image] Feb 24 21:41:33.124 INFO O| Feb 24 21:41:33.124 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-24T21:41:34.764Z[ recovery-image] Feb 24 21:41:33.147 INFO O| Feb 24 21:41:33.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50712025-02-24T21:41:34.764Z[ recovery-image] Feb 24 21:41:33.147 INFO O| Feb 24 21:41:33.147 INFO STEP 154 (remove_files) COMPLETE
50722025-02-24T21:41:34.767Z[ recovery-image] Feb 24 21:41:33.147 INFO O| Feb 24 21:41:33.147 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-24T21:41:34.799Z[ recovery-image] Feb 24 21:41:33.182 INFO O| Feb 24 21:41:33.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50742025-02-24T21:41:34.803Z[ recovery-image] Feb 24 21:41:33.183 INFO O| Feb 24 21:41:33.182 INFO STEP 155 (remove_files) COMPLETE
50752025-02-24T21:41:34.803Z[ recovery-image] Feb 24 21:41:33.183 INFO O| Feb 24 21:41:33.183 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-24T21:41:34.823Z[ recovery-image] Feb 24 21:41:33.206 INFO O| Feb 24 21:41:33.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50772025-02-24T21:41:34.826Z[ recovery-image] Feb 24 21:41:33.207 INFO O| Feb 24 21:41:33.207 INFO STEP 156 (remove_files) COMPLETE
50782025-02-24T21:41:34.826Z[ recovery-image] Feb 24 21:41:33.207 INFO O| Feb 24 21:41:33.207 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-02-24T21:41:34.848Z[ recovery-image] Feb 24 21:41:33.231 INFO O| Feb 24 21:41:33.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50802025-02-24T21:41:34.851Z[ recovery-image] Feb 24 21:41:33.231 INFO O| Feb 24 21:41:33.231 INFO STEP 157 (remove_files) COMPLETE
50812025-02-24T21:41:34.851Z[ recovery-image] Feb 24 21:41:33.231 INFO O| Feb 24 21:41:33.231 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-02-24T21:41:34.883Z[ recovery-image] Feb 24 21:41:33.266 INFO O| Feb 24 21:41:33.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50832025-02-24T21:41:34.883Z[ recovery-image] Feb 24 21:41:33.266 INFO O| Feb 24 21:41:33.266 INFO STEP 158 (remove_files) COMPLETE
50842025-02-24T21:41:34.883Z[ recovery-image] Feb 24 21:41:33.266 INFO O| Feb 24 21:41:33.266 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-02-24T21:41:34.906Z[ recovery-image] Feb 24 21:41:33.289 INFO O| Feb 24 21:41:33.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50862025-02-24T21:41:34.906Z[ recovery-image] Feb 24 21:41:33.289 INFO O| Feb 24 21:41:33.289 INFO STEP 159 (remove_files) COMPLETE
50872025-02-24T21:41:34.908Z[ recovery-image] Feb 24 21:41:33.289 INFO O| Feb 24 21:41:33.289 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-02-24T21:41:34.928Z[ recovery-image] Feb 24 21:41:33.311 INFO O| Feb 24 21:41:33.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50892025-02-24T21:41:34.928Z[ recovery-image] Feb 24 21:41:33.311 INFO O| Feb 24 21:41:33.311 INFO STEP 160 (remove_files) COMPLETE
50902025-02-24T21:41:34.935Z[ recovery-image] Feb 24 21:41:33.311 INFO O| Feb 24 21:41:33.311 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-02-24T21:41:34.951Z[ recovery-image] Feb 24 21:41:33.333 INFO O| Feb 24 21:41:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50922025-02-24T21:41:34.952Z[ recovery-image] Feb 24 21:41:33.333 INFO O| Feb 24 21:41:33.333 INFO STEP 161 (remove_files) COMPLETE
50932025-02-24T21:41:34.952Z[ recovery-image] Feb 24 21:41:33.333 INFO O| Feb 24 21:41:33.333 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-02-24T21:41:34.973Z[ recovery-image] Feb 24 21:41:33.355 INFO O| Feb 24 21:41:33.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50952025-02-24T21:41:34.973Z[ recovery-image] Feb 24 21:41:33.355 INFO O| Feb 24 21:41:33.355 INFO STEP 162 (remove_files) COMPLETE
50962025-02-24T21:41:34.973Z[ recovery-image] Feb 24 21:41:33.355 INFO O| Feb 24 21:41:33.355 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-02-24T21:41:35.010Z[ recovery-image] Feb 24 21:41:33.392 INFO O| Feb 24 21:41:33.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50982025-02-24T21:41:35.010Z[ recovery-image] Feb 24 21:41:33.392 INFO O| Feb 24 21:41:33.392 INFO STEP 163 (remove_files) COMPLETE
50992025-02-24T21:41:35.010Z[ recovery-image] Feb 24 21:41:33.392 INFO O| Feb 24 21:41:33.392 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-02-24T21:41:35.032Z[ recovery-image] Feb 24 21:41:33.415 INFO O| Feb 24 21:41:33.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
51012025-02-24T21:41:35.053Z[ recovery-image] Feb 24 21:41:33.435 INFO O| Feb 24 21:41:33.435 INFO STEP 164 (remove_files) COMPLETE
51022025-02-24T21:41:35.053Z[ recovery-image] Feb 24 21:41:33.435 INFO O| Feb 24 21:41:33.435 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-02-24T21:41:35.077Z[ recovery-image] Feb 24 21:41:33.460 INFO O| Feb 24 21:41:33.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51042025-02-24T21:41:35.077Z[ recovery-image] Feb 24 21:41:33.460 INFO O| Feb 24 21:41:33.460 INFO STEP 165 (remove_files) COMPLETE
51052025-02-24T21:41:35.077Z[ recovery-image] Feb 24 21:41:33.460 INFO O| Feb 24 21:41:33.460 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-02-24T21:41:35.114Z[ recovery-image] Feb 24 21:41:33.497 INFO O| Feb 24 21:41:33.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51072025-02-24T21:41:35.114Z[ recovery-image] Feb 24 21:41:33.497 INFO O| Feb 24 21:41:33.497 INFO STEP 166 (remove_files) COMPLETE
51082025-02-24T21:41:35.114Z[ recovery-image] Feb 24 21:41:33.497 INFO O| Feb 24 21:41:33.497 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-02-24T21:41:35.138Z[ recovery-image] Feb 24 21:41:33.520 INFO O| Feb 24 21:41:33.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51102025-02-24T21:41:35.138Z[ recovery-image] Feb 24 21:41:33.521 INFO O| Feb 24 21:41:33.520 INFO STEP 167 (remove_files) COMPLETE
51112025-02-24T21:41:35.138Z[ recovery-image] Feb 24 21:41:33.521 INFO O| Feb 24 21:41:33.521 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-02-24T21:41:35.159Z[ recovery-image] Feb 24 21:41:33.542 INFO O| Feb 24 21:41:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51132025-02-24T21:41:35.159Z[ recovery-image] Feb 24 21:41:33.542 INFO O| Feb 24 21:41:33.542 INFO STEP 168 (remove_files) COMPLETE
51142025-02-24T21:41:35.159Z[ recovery-image] Feb 24 21:41:33.542 INFO O| Feb 24 21:41:33.542 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-02-24T21:41:35.180Z[ recovery-image] Feb 24 21:41:33.563 INFO O| Feb 24 21:41:33.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51162025-02-24T21:41:35.180Z[ recovery-image] Feb 24 21:41:33.563 INFO O| Feb 24 21:41:33.563 INFO STEP 169 (remove_files) COMPLETE
51172025-02-24T21:41:35.183Z[ recovery-image] Feb 24 21:41:33.563 INFO O| Feb 24 21:41:33.563 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-02-24T21:41:35.202Z[ recovery-image] Feb 24 21:41:33.585 INFO O| Feb 24 21:41:33.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51192025-02-24T21:41:35.202Z[ recovery-image] Feb 24 21:41:33.585 INFO O| Feb 24 21:41:33.585 INFO STEP 170 (remove_files) COMPLETE
51202025-02-24T21:41:35.202Z[ recovery-image] Feb 24 21:41:33.585 INFO O| Feb 24 21:41:33.585 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-02-24T21:41:35.224Z[ recovery-image] Feb 24 21:41:33.607 INFO O| Feb 24 21:41:33.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51222025-02-24T21:41:35.224Z[ recovery-image] Feb 24 21:41:33.607 INFO O| Feb 24 21:41:33.607 INFO STEP 171 (remove_files) COMPLETE
51232025-02-24T21:41:35.227Z[ recovery-image] Feb 24 21:41:33.607 INFO O| Feb 24 21:41:33.607 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-02-24T21:41:35.259Z[ recovery-image] Feb 24 21:41:33.642 INFO O| Feb 24 21:41:33.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51252025-02-24T21:41:35.259Z[ recovery-image] Feb 24 21:41:33.642 INFO O| Feb 24 21:41:33.642 INFO STEP 172 (remove_files) COMPLETE
51262025-02-24T21:41:35.262Z[ recovery-image] Feb 24 21:41:33.642 INFO O| Feb 24 21:41:33.642 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-02-24T21:41:35.319Z[ recovery-image] Feb 24 21:41:33.702 INFO O| Feb 24 21:41:33.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51282025-02-24T21:41:35.319Z[ recovery-image] Feb 24 21:41:33.702 INFO O| Feb 24 21:41:33.702 INFO STEP 173 (remove_files) COMPLETE
51292025-02-24T21:41:35.322Z[ recovery-image] Feb 24 21:41:33.702 INFO O| Feb 24 21:41:33.702 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-02-24T21:41:35.366Z[ recovery-image] Feb 24 21:41:33.749 INFO O| Feb 24 21:41:33.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51312025-02-24T21:41:35.366Z[ recovery-image] Feb 24 21:41:33.749 INFO O| Feb 24 21:41:33.749 INFO STEP 174 (remove_files) COMPLETE
51322025-02-24T21:41:35.369Z[ recovery-image] Feb 24 21:41:33.749 INFO O| Feb 24 21:41:33.749 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-02-24T21:41:35.388Z[ recovery-image] Feb 24 21:41:33.771 INFO O| Feb 24 21:41:33.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51342025-02-24T21:41:35.389Z[ recovery-image] Feb 24 21:41:33.771 INFO O| Feb 24 21:41:33.771 INFO STEP 175 (remove_files) COMPLETE
51352025-02-24T21:41:35.391Z[ recovery-image] Feb 24 21:41:33.771 INFO O| Feb 24 21:41:33.771 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-02-24T21:41:35.410Z[ recovery-image] Feb 24 21:41:33.793 INFO O| Feb 24 21:41:33.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51372025-02-24T21:41:35.410Z[ recovery-image] Feb 24 21:41:33.793 INFO O| Feb 24 21:41:33.793 INFO STEP 176 (remove_files) COMPLETE
51382025-02-24T21:41:35.410Z[ recovery-image] Feb 24 21:41:33.793 INFO O| Feb 24 21:41:33.793 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-02-24T21:41:35.430Z[ recovery-image] Feb 24 21:41:33.813 INFO O| Feb 24 21:41:33.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51402025-02-24T21:41:35.430Z[ recovery-image] Feb 24 21:41:33.813 INFO O| Feb 24 21:41:33.813 INFO STEP 177 (remove_files) COMPLETE
51412025-02-24T21:41:36.436Z[ recovery-image] Feb 24 21:41:33.813 INFO O| Feb 24 21:41:33.813 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.837 INFO O| Feb 24 21:41:33.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51432025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.837 INFO O| Feb 24 21:41:33.837 INFO STEP 178 (remove_files) COMPLETE
51442025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.837 INFO O| Feb 24 21:41:33.837 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.881 INFO O| Feb 24 21:41:33.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51462025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.883 INFO O| Feb 24 21:41:33.883 INFO STEP 179 (remove_files) COMPLETE
51472025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.883 INFO O| Feb 24 21:41:33.883 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.942 INFO O| Feb 24 21:41:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51492025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.942 INFO O| Feb 24 21:41:33.942 INFO STEP 180 (remove_files) COMPLETE
51502025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.942 INFO O| Feb 24 21:41:33.942 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.964 INFO O| Feb 24 21:41:33.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51522025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.965 INFO O| Feb 24 21:41:33.965 INFO STEP 181 (remove_files) COMPLETE
51532025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.965 INFO O| Feb 24 21:41:33.965 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.987 INFO O| Feb 24 21:41:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51552025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.987 INFO O| Feb 24 21:41:33.987 INFO STEP 182 (remove_files) COMPLETE
51562025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:33.987 INFO O| Feb 24 21:41:33.987 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:34.012 INFO O| Feb 24 21:41:34.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51582025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:34.012 INFO O| Feb 24 21:41:34.012 INFO STEP 183 (remove_files) COMPLETE
51592025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:34.012 INFO O| Feb 24 21:41:34.012 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-02-24T21:41:36.441Z[ recovery-image] Feb 24 21:41:34.035 INFO O| Feb 24 21:41:34.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51612025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.035 INFO O| Feb 24 21:41:34.035 INFO STEP 184 (remove_files) COMPLETE
51622025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.035 INFO O| Feb 24 21:41:34.035 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.058 INFO O| Feb 24 21:41:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51642025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.058 INFO O| Feb 24 21:41:34.058 INFO STEP 185 (remove_files) COMPLETE
51652025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.058 INFO O| Feb 24 21:41:34.058 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.081 INFO O| Feb 24 21:41:34.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51672025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.082 INFO O| Feb 24 21:41:34.082 INFO STEP 186 (remove_files) COMPLETE
51682025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.082 INFO O| Feb 24 21:41:34.082 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.104 INFO O| Feb 24 21:41:34.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51702025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.104 INFO O| Feb 24 21:41:34.104 INFO STEP 187 (remove_files) COMPLETE
51712025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.104 INFO O| Feb 24 21:41:34.104 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.128 INFO O| Feb 24 21:41:34.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51732025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.128 INFO O| Feb 24 21:41:34.128 INFO STEP 188 (remove_files) COMPLETE
51742025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.128 INFO O| Feb 24 21:41:34.128 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.159 INFO O| Feb 24 21:41:34.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51762025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.159 INFO O| Feb 24 21:41:34.159 INFO STEP 189 (remove_files) COMPLETE
51772025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.159 INFO O| Feb 24 21:41:34.159 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.205 INFO O| Feb 24 21:41:34.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51792025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.205 INFO O| Feb 24 21:41:34.205 INFO STEP 190 (remove_files) COMPLETE
51802025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.205 INFO O| Feb 24 21:41:34.205 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.229 INFO O| Feb 24 21:41:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51822025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.229 INFO O| Feb 24 21:41:34.229 INFO STEP 191 (remove_files) COMPLETE
51832025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.229 INFO O| Feb 24 21:41:34.229 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.252 INFO O| Feb 24 21:41:34.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51852025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.252 INFO O| Feb 24 21:41:34.252 INFO STEP 192 (remove_files) COMPLETE
51862025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.252 INFO O| Feb 24 21:41:34.252 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.290 INFO O| Feb 24 21:41:34.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51882025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.290 INFO O| Feb 24 21:41:34.290 INFO STEP 193 (remove_files) COMPLETE
51892025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.290 INFO O| Feb 24 21:41:34.290 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.313 INFO O| Feb 24 21:41:34.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51912025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.313 INFO O| Feb 24 21:41:34.313 INFO STEP 194 (remove_files) COMPLETE
51922025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.313 INFO O| Feb 24 21:41:34.313 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.345 INFO O| Feb 24 21:41:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51942025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.345 INFO O| Feb 24 21:41:34.345 INFO STEP 195 (remove_files) COMPLETE
51952025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.345 INFO O| Feb 24 21:41:34.345 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.367 INFO O| Feb 24 21:41:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51972025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.367 INFO O| Feb 24 21:41:34.367 INFO STEP 196 (remove_files) COMPLETE
51982025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.367 INFO O| Feb 24 21:41:34.367 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-02-24T21:41:36.442Z[ recovery-image] Feb 24 21:41:34.408 INFO O| Feb 24 21:41:34.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52002025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.408 INFO O| Feb 24 21:41:34.408 INFO STEP 197 (remove_files) COMPLETE
52012025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.408 INFO O| Feb 24 21:41:34.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.431 INFO O| Feb 24 21:41:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52032025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.431 INFO O| Feb 24 21:41:34.431 INFO STEP 198 (remove_files) COMPLETE
52042025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.431 INFO O| Feb 24 21:41:34.431 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.455 INFO O| Feb 24 21:41:34.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52062025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.455 INFO O| Feb 24 21:41:34.455 INFO STEP 199 (remove_files) COMPLETE
52072025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.455 INFO O| Feb 24 21:41:34.455 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.484 INFO O| Feb 24 21:41:34.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52092025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.484 INFO O| Feb 24 21:41:34.484 INFO STEP 200 (remove_files) COMPLETE
52102025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.485 INFO O| Feb 24 21:41:34.485 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.508 INFO O| Feb 24 21:41:34.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52122025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.508 INFO O| Feb 24 21:41:34.508 INFO STEP 201 (remove_files) COMPLETE
52132025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.508 INFO O| Feb 24 21:41:34.508 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.541 INFO O| Feb 24 21:41:34.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52152025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.542 INFO O| Feb 24 21:41:34.541 INFO STEP 202 (remove_files) COMPLETE
52162025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.542 INFO O| Feb 24 21:41:34.542 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.607 INFO O| Feb 24 21:41:34.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52182025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.607 INFO O| Feb 24 21:41:34.607 INFO STEP 203 (remove_files) COMPLETE
52192025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.607 INFO O| Feb 24 21:41:34.607 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.630 INFO O| Feb 24 21:41:34.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52212025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.630 INFO O| Feb 24 21:41:34.630 INFO STEP 204 (remove_files) COMPLETE
52222025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.630 INFO O| Feb 24 21:41:34.630 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.665 INFO O| Feb 24 21:41:34.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52242025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.665 INFO O| Feb 24 21:41:34.665 INFO STEP 205 (remove_files) COMPLETE
52252025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.665 INFO O| Feb 24 21:41:34.665 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.687 INFO O| Feb 24 21:41:34.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52272025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.687 INFO O| Feb 24 21:41:34.687 INFO STEP 206 (remove_files) COMPLETE
52282025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.687 INFO O| Feb 24 21:41:34.687 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.716 INFO O| Feb 24 21:41:34.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52302025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.717 INFO O| Feb 24 21:41:34.717 INFO STEP 207 (remove_files) COMPLETE
52312025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.717 INFO O| Feb 24 21:41:34.717 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.803 INFO O| Feb 24 21:41:34.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52332025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.803 INFO O| Feb 24 21:41:34.803 INFO STEP 208 (remove_files) COMPLETE
52342025-02-24T21:41:36.443Z[ recovery-image] Feb 24 21:41:34.803 INFO O| Feb 24 21:41:34.803 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-24T21:41:36.447Z[ recovery-image] Feb 24 21:41:34.825 INFO O| Feb 24 21:41:34.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52362025-02-24T21:41:36.447Z[ recovery-image] Feb 24 21:41:34.825 INFO O| Feb 24 21:41:34.825 INFO STEP 209 (remove_files) COMPLETE
52372025-02-24T21:41:36.447Z[ recovery-image] Feb 24 21:41:34.825 INFO O| Feb 24 21:41:34.825 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-24T21:41:36.501Z[ recovery-image] Feb 24 21:41:34.883 INFO O| Feb 24 21:41:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52392025-02-24T21:41:36.504Z[ recovery-image] Feb 24 21:41:34.883 INFO O| Feb 24 21:41:34.883 INFO STEP 210 (remove_files) COMPLETE
52402025-02-24T21:41:36.504Z[ recovery-image] Feb 24 21:41:34.884 INFO O| Feb 24 21:41:34.884 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-24T21:41:36.588Z[ recovery-image] Feb 24 21:41:34.971 INFO O| Feb 24 21:41:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52422025-02-24T21:41:36.591Z[ recovery-image] Feb 24 21:41:34.971 INFO O| Feb 24 21:41:34.971 INFO STEP 211 (remove_files) COMPLETE
52432025-02-24T21:41:36.591Z[ recovery-image] Feb 24 21:41:34.971 INFO O| Feb 24 21:41:34.971 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-24T21:41:36.612Z[ recovery-image] Feb 24 21:41:34.994 INFO O| Feb 24 21:41:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52452025-02-24T21:41:36.615Z[ recovery-image] Feb 24 21:41:34.995 INFO O| Feb 24 21:41:34.995 INFO STEP 212 (remove_files) COMPLETE
52462025-02-24T21:41:36.616Z[ recovery-image] Feb 24 21:41:34.995 INFO O| Feb 24 21:41:34.995 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-24T21:41:36.635Z[ recovery-image] Feb 24 21:41:35.017 INFO O| Feb 24 21:41:35.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52482025-02-24T21:41:36.638Z[ recovery-image] Feb 24 21:41:35.018 INFO O| Feb 24 21:41:35.018 INFO STEP 213 (remove_files) COMPLETE
52492025-02-24T21:41:36.638Z[ recovery-image] Feb 24 21:41:35.018 INFO O| Feb 24 21:41:35.018 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-24T21:41:36.659Z[ recovery-image] Feb 24 21:41:35.042 INFO O| Feb 24 21:41:35.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52512025-02-24T21:41:36.662Z[ recovery-image] Feb 24 21:41:35.042 INFO O| Feb 24 21:41:35.042 INFO STEP 214 (remove_files) COMPLETE
52522025-02-24T21:41:36.662Z[ recovery-image] Feb 24 21:41:35.042 INFO O| Feb 24 21:41:35.042 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-24T21:41:36.686Z[ recovery-image] Feb 24 21:41:35.068 INFO O| Feb 24 21:41:35.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52542025-02-24T21:41:36.686Z[ recovery-image] Feb 24 21:41:35.068 INFO O| Feb 24 21:41:35.068 INFO STEP 215 (remove_files) COMPLETE
52552025-02-24T21:41:36.689Z[ recovery-image] Feb 24 21:41:35.069 INFO O| Feb 24 21:41:35.068 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-02-24T21:41:36.710Z[ recovery-image] Feb 24 21:41:35.092 INFO O| Feb 24 21:41:35.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52572025-02-24T21:41:36.713Z[ recovery-image] Feb 24 21:41:35.093 INFO O| Feb 24 21:41:35.093 INFO STEP 216 (remove_files) COMPLETE
52582025-02-24T21:41:36.713Z[ recovery-image] Feb 24 21:41:35.093 INFO O| Feb 24 21:41:35.093 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-02-24T21:41:36.733Z[ recovery-image] Feb 24 21:41:35.115 INFO O| Feb 24 21:41:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52602025-02-24T21:41:36.733Z[ recovery-image] Feb 24 21:41:35.115 INFO O| Feb 24 21:41:35.115 INFO STEP 217 (remove_files) COMPLETE
52612025-02-24T21:41:36.733Z[ recovery-image] Feb 24 21:41:35.115 INFO O| Feb 24 21:41:35.115 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-02-24T21:41:36.754Z[ recovery-image] Feb 24 21:41:35.137 INFO O| Feb 24 21:41:35.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52632025-02-24T21:41:36.755Z[ recovery-image] Feb 24 21:41:35.137 INFO O| Feb 24 21:41:35.137 INFO STEP 218 (remove_files) COMPLETE
52642025-02-24T21:41:36.755Z[ recovery-image] Feb 24 21:41:35.137 INFO O| Feb 24 21:41:35.137 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-02-24T21:41:36.778Z[ recovery-image] Feb 24 21:41:35.160 INFO O| Feb 24 21:41:35.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52662025-02-24T21:41:36.778Z[ recovery-image] Feb 24 21:41:35.160 INFO O| Feb 24 21:41:35.160 INFO STEP 219 (remove_files) COMPLETE
52672025-02-24T21:41:36.780Z[ recovery-image] Feb 24 21:41:35.160 INFO O| Feb 24 21:41:35.160 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-02-24T21:41:36.816Z[ recovery-image] Feb 24 21:41:35.198 INFO O| Feb 24 21:41:35.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52692025-02-24T21:41:36.834Z[ recovery-image] Feb 24 21:41:35.217 INFO O| Feb 24 21:41:35.217 INFO STEP 220 (remove_files) COMPLETE
52702025-02-24T21:41:36.834Z[ recovery-image] Feb 24 21:41:35.217 INFO O| Feb 24 21:41:35.217 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-02-24T21:41:36.859Z[ recovery-image] Feb 24 21:41:35.241 INFO O| Feb 24 21:41:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52722025-02-24T21:41:36.862Z[ recovery-image] Feb 24 21:41:35.242 INFO O| Feb 24 21:41:35.242 INFO STEP 221 (remove_files) COMPLETE
52732025-02-24T21:41:36.862Z[ recovery-image] Feb 24 21:41:35.242 INFO O| Feb 24 21:41:35.242 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-02-24T21:41:36.890Z[ recovery-image] Feb 24 21:41:35.272 INFO O| Feb 24 21:41:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52752025-02-24T21:41:36.890Z[ recovery-image] Feb 24 21:41:35.272 INFO O| Feb 24 21:41:35.272 INFO STEP 222 (remove_files) COMPLETE
52762025-02-24T21:41:36.890Z[ recovery-image] Feb 24 21:41:35.272 INFO O| Feb 24 21:41:35.272 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-02-24T21:41:36.948Z[ recovery-image] Feb 24 21:41:35.329 INFO O| Feb 24 21:41:35.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52782025-02-24T21:41:36.952Z[ recovery-image] Feb 24 21:41:35.329 INFO O| Feb 24 21:41:35.329 INFO STEP 223 (remove_files) COMPLETE
52792025-02-24T21:41:36.953Z[ recovery-image] Feb 24 21:41:35.329 INFO O| Feb 24 21:41:35.329 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-02-24T21:41:36.983Z[ recovery-image] Feb 24 21:41:35.366 INFO O| Feb 24 21:41:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52812025-02-24T21:41:36.986Z[ recovery-image] Feb 24 21:41:35.366 INFO O| Feb 24 21:41:35.366 INFO STEP 224 (remove_files) COMPLETE
52822025-02-24T21:41:36.986Z[ recovery-image] Feb 24 21:41:35.366 INFO O| Feb 24 21:41:35.366 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-02-24T21:41:37.005Z[ recovery-image] Feb 24 21:41:35.387 INFO O| Feb 24 21:41:35.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52842025-02-24T21:41:37.005Z[ recovery-image] Feb 24 21:41:35.387 INFO O| Feb 24 21:41:35.387 INFO STEP 225 (remove_files) COMPLETE
52852025-02-24T21:41:37.005Z[ recovery-image] Feb 24 21:41:35.387 INFO O| Feb 24 21:41:35.387 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-02-24T21:41:37.025Z[ recovery-image] Feb 24 21:41:35.407 INFO O| Feb 24 21:41:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52872025-02-24T21:41:37.025Z[ recovery-image] Feb 24 21:41:35.408 INFO O| Feb 24 21:41:35.407 INFO STEP 226 (remove_files) COMPLETE
52882025-02-24T21:41:37.025Z[ recovery-image] Feb 24 21:41:35.408 INFO O| Feb 24 21:41:35.408 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-02-24T21:41:37.063Z[ recovery-image] Feb 24 21:41:35.446 INFO O| Feb 24 21:41:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52902025-02-24T21:41:37.066Z[ recovery-image] Feb 24 21:41:35.446 INFO O| Feb 24 21:41:35.446 INFO STEP 227 (remove_files) COMPLETE
52912025-02-24T21:41:37.066Z[ recovery-image] Feb 24 21:41:35.446 INFO O| Feb 24 21:41:35.446 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-02-24T21:41:37.103Z[ recovery-image] Feb 24 21:41:35.485 INFO O| Feb 24 21:41:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52932025-02-24T21:41:37.103Z[ recovery-image] Feb 24 21:41:35.485 INFO O| Feb 24 21:41:35.485 INFO STEP 228 (remove_files) COMPLETE
52942025-02-24T21:41:37.103Z[ recovery-image] Feb 24 21:41:35.485 INFO O| Feb 24 21:41:35.485 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-02-24T21:41:37.125Z[ recovery-image] Feb 24 21:41:35.507 INFO O| Feb 24 21:41:35.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52962025-02-24T21:41:37.125Z[ recovery-image] Feb 24 21:41:35.507 INFO O| Feb 24 21:41:35.507 INFO STEP 229 (remove_files) COMPLETE
52972025-02-24T21:41:37.128Z[ recovery-image] Feb 24 21:41:35.507 INFO O| Feb 24 21:41:35.507 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-24T21:41:37.146Z[ recovery-image] Feb 24 21:41:35.529 INFO O| Feb 24 21:41:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52992025-02-24T21:41:37.146Z[ recovery-image] Feb 24 21:41:35.529 INFO O| Feb 24 21:41:35.529 INFO STEP 230 (remove_files) COMPLETE
53002025-02-24T21:41:37.149Z[ recovery-image] Feb 24 21:41:35.529 INFO O| Feb 24 21:41:35.529 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-24T21:41:37.169Z[ recovery-image] Feb 24 21:41:35.551 INFO O| Feb 24 21:41:35.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53022025-02-24T21:41:37.169Z[ recovery-image] Feb 24 21:41:35.551 INFO O| Feb 24 21:41:35.551 INFO STEP 231 (remove_files) COMPLETE
53032025-02-24T21:41:37.172Z[ recovery-image] Feb 24 21:41:35.552 INFO O| Feb 24 21:41:35.551 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-24T21:41:37.192Z[ recovery-image] Feb 24 21:41:35.575 INFO O| Feb 24 21:41:35.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53052025-02-24T21:41:37.192Z[ recovery-image] Feb 24 21:41:35.575 INFO O| Feb 24 21:41:35.575 INFO STEP 232 (remove_files) COMPLETE
53062025-02-24T21:41:37.192Z[ recovery-image] Feb 24 21:41:35.575 INFO O| Feb 24 21:41:35.575 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-24T21:41:37.220Z[ recovery-image] Feb 24 21:41:35.602 INFO O| Feb 24 21:41:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53082025-02-24T21:41:37.220Z[ recovery-image] Feb 24 21:41:35.602 INFO O| Feb 24 21:41:35.602 INFO STEP 233 (remove_files) COMPLETE
53092025-02-24T21:41:37.220Z[ recovery-image] Feb 24 21:41:35.602 INFO O| Feb 24 21:41:35.602 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-24T21:41:37.241Z[ recovery-image] Feb 24 21:41:35.624 INFO O| Feb 24 21:41:35.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53112025-02-24T21:41:37.242Z[ recovery-image] Feb 24 21:41:35.624 INFO O| Feb 24 21:41:35.624 INFO STEP 234 (remove_files) COMPLETE
53122025-02-24T21:41:37.242Z[ recovery-image] Feb 24 21:41:35.624 INFO O| Feb 24 21:41:35.624 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-24T21:41:37.361Z[ recovery-image] Feb 24 21:41:35.743 INFO O| Feb 24 21:41:35.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53142025-02-24T21:41:37.365Z[ recovery-image] Feb 24 21:41:35.743 INFO O| Feb 24 21:41:35.743 INFO STEP 235 (remove_files) COMPLETE
53152025-02-24T21:41:37.366Z[ recovery-image] Feb 24 21:41:35.743 INFO O| Feb 24 21:41:35.743 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-24T21:41:37.420Z[ recovery-image] Feb 24 21:41:35.801 INFO O| Feb 24 21:41:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53172025-02-24T21:41:37.420Z[ recovery-image] Feb 24 21:41:35.802 INFO O| Feb 24 21:41:35.801 INFO STEP 236 (remove_files) COMPLETE
53182025-02-24T21:41:37.420Z[ recovery-image] Feb 24 21:41:35.802 INFO O| Feb 24 21:41:35.801 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-24T21:41:37.480Z[ recovery-image] Feb 24 21:41:35.862 INFO O| Feb 24 21:41:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53202025-02-24T21:41:37.480Z[ recovery-image] Feb 24 21:41:35.863 INFO O| Feb 24 21:41:35.862 INFO STEP 237 (remove_files) COMPLETE
53212025-02-24T21:41:37.480Z[ recovery-image] Feb 24 21:41:35.863 INFO O| Feb 24 21:41:35.862 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-24T21:41:37.502Z[ recovery-image] Feb 24 21:41:35.884 INFO O| Feb 24 21:41:35.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53232025-02-24T21:41:37.502Z[ recovery-image] Feb 24 21:41:35.884 INFO O| Feb 24 21:41:35.884 INFO STEP 238 (remove_files) COMPLETE
53242025-02-24T21:41:37.505Z[ recovery-image] Feb 24 21:41:35.884 INFO O| Feb 24 21:41:35.884 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-24T21:41:37.588Z[ recovery-image] Feb 24 21:41:35.970 INFO O| Feb 24 21:41:35.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53262025-02-24T21:41:37.588Z[ recovery-image] Feb 24 21:41:35.970 INFO O| Feb 24 21:41:35.970 INFO STEP 239 (remove_files) COMPLETE
53272025-02-24T21:41:37.593Z[ recovery-image] Feb 24 21:41:35.970 INFO O| Feb 24 21:41:35.970 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-24T21:41:37.628Z[ recovery-image] Feb 24 21:41:36.010 INFO O| Feb 24 21:41:36.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53292025-02-24T21:41:37.628Z[ recovery-image] Feb 24 21:41:36.010 INFO O| Feb 24 21:41:36.010 INFO STEP 240 (remove_files) COMPLETE
53302025-02-24T21:41:37.628Z[ recovery-image] Feb 24 21:41:36.010 INFO O| Feb 24 21:41:36.010 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-24T21:41:37.663Z[ recovery-image] Feb 24 21:41:36.045 INFO O| Feb 24 21:41:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53322025-02-24T21:41:37.663Z[ recovery-image] Feb 24 21:41:36.045 INFO O| Feb 24 21:41:36.045 INFO STEP 241 (remove_files) COMPLETE
53332025-02-24T21:41:37.665Z[ recovery-image] Feb 24 21:41:36.045 INFO O| Feb 24 21:41:36.045 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-24T21:41:37.684Z[ recovery-image] Feb 24 21:41:36.067 INFO O| Feb 24 21:41:36.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53352025-02-24T21:41:37.684Z[ recovery-image] Feb 24 21:41:36.067 INFO O| Feb 24 21:41:36.067 INFO STEP 242 (remove_files) COMPLETE
53362025-02-24T21:41:37.685Z[ recovery-image] Feb 24 21:41:36.067 INFO O| Feb 24 21:41:36.067 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-24T21:41:37.706Z[ recovery-image] Feb 24 21:41:36.088 INFO O| Feb 24 21:41:36.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53382025-02-24T21:41:37.706Z[ recovery-image] Feb 24 21:41:36.088 INFO O| Feb 24 21:41:36.088 INFO STEP 243 (remove_files) COMPLETE
53392025-02-24T21:41:37.706Z[ recovery-image] Feb 24 21:41:36.088 INFO O| Feb 24 21:41:36.088 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-24T21:41:37.729Z[ recovery-image] Feb 24 21:41:36.110 INFO O| Feb 24 21:41:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53412025-02-24T21:41:37.729Z[ recovery-image] Feb 24 21:41:36.110 INFO O| Feb 24 21:41:36.110 INFO STEP 244 (remove_files) COMPLETE
53422025-02-24T21:41:37.737Z[ recovery-image] Feb 24 21:41:36.110 INFO O| Feb 24 21:41:36.110 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-24T21:41:37.763Z[ recovery-image] Feb 24 21:41:36.145 INFO O| Feb 24 21:41:36.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53442025-02-24T21:41:37.763Z[ recovery-image] Feb 24 21:41:36.146 INFO O| Feb 24 21:41:36.145 INFO STEP 245 (remove_files) COMPLETE
53452025-02-24T21:41:37.763Z[ recovery-image] Feb 24 21:41:36.146 INFO O| Feb 24 21:41:36.146 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-24T21:41:37.799Z[ recovery-image] Feb 24 21:41:36.181 INFO O| Feb 24 21:41:36.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53472025-02-24T21:41:37.799Z[ recovery-image] Feb 24 21:41:36.181 INFO O| Feb 24 21:41:36.181 INFO STEP 246 (remove_files) COMPLETE
53482025-02-24T21:41:37.799Z[ recovery-image] Feb 24 21:41:36.181 INFO O| Feb 24 21:41:36.181 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-24T21:41:37.833Z[ recovery-image] Feb 24 21:41:36.215 INFO O| Feb 24 21:41:36.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53502025-02-24T21:41:37.836Z[ recovery-image] Feb 24 21:41:36.215 INFO O| Feb 24 21:41:36.215 INFO STEP 247 (remove_files) COMPLETE
53512025-02-24T21:41:37.836Z[ recovery-image] Feb 24 21:41:36.216 INFO O| Feb 24 21:41:36.216 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-24T21:41:37.857Z[ recovery-image] Feb 24 21:41:36.239 INFO O| Feb 24 21:41:36.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53532025-02-24T21:41:37.860Z[ recovery-image] Feb 24 21:41:36.240 INFO O| Feb 24 21:41:36.240 INFO STEP 248 (remove_files) COMPLETE
53542025-02-24T21:41:37.860Z[ recovery-image] Feb 24 21:41:36.240 INFO O| Feb 24 21:41:36.240 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-24T21:41:37.884Z[ recovery-image] Feb 24 21:41:36.266 INFO O| Feb 24 21:41:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53562025-02-24T21:41:37.886Z[ recovery-image] Feb 24 21:41:36.266 INFO O| Feb 24 21:41:36.266 INFO STEP 249 (remove_files) COMPLETE
53572025-02-24T21:41:37.886Z[ recovery-image] Feb 24 21:41:36.266 INFO O| Feb 24 21:41:36.266 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-24T21:41:37.908Z[ recovery-image] Feb 24 21:41:36.291 INFO O| Feb 24 21:41:36.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53592025-02-24T21:41:37.911Z[ recovery-image] Feb 24 21:41:36.291 INFO O| Feb 24 21:41:36.291 INFO STEP 250 (remove_files) COMPLETE
53602025-02-24T21:41:37.911Z[ recovery-image] Feb 24 21:41:36.291 INFO O| Feb 24 21:41:36.291 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-24T21:41:37.931Z[ recovery-image] Feb 24 21:41:36.313 INFO O| Feb 24 21:41:36.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53622025-02-24T21:41:37.934Z[ recovery-image] Feb 24 21:41:36.314 INFO O| Feb 24 21:41:36.314 INFO STEP 251 (remove_files) COMPLETE
53632025-02-24T21:41:37.934Z[ recovery-image] Feb 24 21:41:36.314 INFO O| Feb 24 21:41:36.314 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-24T21:41:37.954Z[ recovery-image] Feb 24 21:41:36.336 INFO O| Feb 24 21:41:36.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53652025-02-24T21:41:37.954Z[ recovery-image] Feb 24 21:41:36.336 INFO O| Feb 24 21:41:36.336 INFO STEP 252 (remove_files) COMPLETE
53662025-02-24T21:41:37.958Z[ recovery-image] Feb 24 21:41:36.336 INFO O| Feb 24 21:41:36.336 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-24T21:41:37.978Z[ recovery-image] Feb 24 21:41:36.360 INFO O| Feb 24 21:41:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53682025-02-24T21:41:37.978Z[ recovery-image] Feb 24 21:41:36.360 INFO O| Feb 24 21:41:36.360 INFO STEP 253 (remove_files) COMPLETE
53692025-02-24T21:41:37.981Z[ recovery-image] Feb 24 21:41:36.360 INFO O| Feb 24 21:41:36.360 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-24T21:41:38.003Z[ recovery-image] Feb 24 21:41:36.385 INFO O| Feb 24 21:41:36.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53712025-02-24T21:41:38.006Z[ recovery-image] Feb 24 21:41:36.385 INFO O| Feb 24 21:41:36.385 INFO STEP 254 (remove_files) COMPLETE
53722025-02-24T21:41:38.006Z[ recovery-image] Feb 24 21:41:36.385 INFO O| Feb 24 21:41:36.385 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-24T21:41:38.025Z[ recovery-image] Feb 24 21:41:36.407 INFO O| Feb 24 21:41:36.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53742025-02-24T21:41:38.028Z[ recovery-image] Feb 24 21:41:36.408 INFO O| Feb 24 21:41:36.408 INFO STEP 255 (remove_files) COMPLETE
53752025-02-24T21:41:38.028Z[ recovery-image] Feb 24 21:41:36.408 INFO O| Feb 24 21:41:36.408 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-24T21:41:38.047Z[ recovery-image] Feb 24 21:41:36.430 INFO O| Feb 24 21:41:36.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53772025-02-24T21:41:38.050Z[ recovery-image] Feb 24 21:41:36.430 INFO O| Feb 24 21:41:36.430 INFO STEP 256 (remove_files) COMPLETE
53782025-02-24T21:41:38.050Z[ recovery-image] Feb 24 21:41:36.430 INFO O| Feb 24 21:41:36.430 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-24T21:41:38.070Z[ recovery-image] Feb 24 21:41:36.452 INFO O| Feb 24 21:41:36.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53802025-02-24T21:41:38.073Z[ recovery-image] Feb 24 21:41:36.452 INFO O| Feb 24 21:41:36.452 INFO STEP 257 (remove_files) COMPLETE
53812025-02-24T21:41:38.073Z[ recovery-image] Feb 24 21:41:36.453 INFO O| Feb 24 21:41:36.453 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-24T21:41:38.111Z[ recovery-image] Feb 24 21:41:36.492 INFO O| Feb 24 21:41:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53832025-02-24T21:41:38.111Z[ recovery-image] Feb 24 21:41:36.492 INFO O| Feb 24 21:41:36.492 INFO STEP 258 (remove_files) COMPLETE
53842025-02-24T21:41:38.111Z[ recovery-image] Feb 24 21:41:36.493 INFO O| Feb 24 21:41:36.492 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-24T21:41:38.137Z[ recovery-image] Feb 24 21:41:36.518 INFO O| Feb 24 21:41:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53862025-02-24T21:41:38.137Z[ recovery-image] Feb 24 21:41:36.518 INFO O| Feb 24 21:41:36.518 INFO STEP 259 (remove_files) COMPLETE
53872025-02-24T21:41:38.137Z[ recovery-image] Feb 24 21:41:36.518 INFO O| Feb 24 21:41:36.518 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-24T21:41:38.164Z[ recovery-image] Feb 24 21:41:36.546 INFO O| Feb 24 21:41:36.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53892025-02-24T21:41:38.166Z[ recovery-image] Feb 24 21:41:36.546 INFO O| Feb 24 21:41:36.546 INFO STEP 260 (remove_files) COMPLETE
53902025-02-24T21:41:38.166Z[ recovery-image] Feb 24 21:41:36.546 INFO O| Feb 24 21:41:36.546 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-24T21:41:38.189Z[ recovery-image] Feb 24 21:41:36.571 INFO O| Feb 24 21:41:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53922025-02-24T21:41:38.193Z[ recovery-image] Feb 24 21:41:36.571 INFO O| Feb 24 21:41:36.571 INFO STEP 261 (remove_files) COMPLETE
53932025-02-24T21:41:38.193Z[ recovery-image] Feb 24 21:41:36.571 INFO O| Feb 24 21:41:36.571 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-24T21:41:38.214Z[ recovery-image] Feb 24 21:41:36.596 INFO O| Feb 24 21:41:36.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53952025-02-24T21:41:38.217Z[ recovery-image] Feb 24 21:41:36.596 INFO O| Feb 24 21:41:36.596 INFO STEP 262 (remove_files) COMPLETE
53962025-02-24T21:41:38.217Z[ recovery-image] Feb 24 21:41:36.596 INFO O| Feb 24 21:41:36.596 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-24T21:41:38.248Z[ recovery-image] Feb 24 21:41:36.630 INFO O| Feb 24 21:41:36.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53982025-02-24T21:41:38.251Z[ recovery-image] Feb 24 21:41:36.630 INFO O| Feb 24 21:41:36.630 INFO STEP 263 (remove_files) COMPLETE
53992025-02-24T21:41:38.251Z[ recovery-image] Feb 24 21:41:36.630 INFO O| Feb 24 21:41:36.630 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-24T21:41:38.273Z[ recovery-image] Feb 24 21:41:36.655 INFO O| Feb 24 21:41:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54012025-02-24T21:41:38.273Z[ recovery-image] Feb 24 21:41:36.655 INFO O| Feb 24 21:41:36.655 INFO STEP 264 (remove_files) COMPLETE
54022025-02-24T21:41:38.273Z[ recovery-image] Feb 24 21:41:36.655 INFO O| Feb 24 21:41:36.655 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-24T21:41:38.358Z[ recovery-image] Feb 24 21:41:36.740 INFO O| Feb 24 21:41:36.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54042025-02-24T21:41:38.358Z[ recovery-image] Feb 24 21:41:36.740 INFO O| Feb 24 21:41:36.740 INFO STEP 265 (remove_files) COMPLETE
54052025-02-24T21:41:38.358Z[ recovery-image] Feb 24 21:41:36.740 INFO O| Feb 24 21:41:36.740 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-24T21:41:38.382Z[ recovery-image] Feb 24 21:41:36.764 INFO O| Feb 24 21:41:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54072025-02-24T21:41:38.407Z[ recovery-image] Feb 24 21:41:36.789 INFO O| Feb 24 21:41:36.789 INFO STEP 266 (remove_files) COMPLETE
54082025-02-24T21:41:38.407Z[ recovery-image] Feb 24 21:41:36.789 INFO O| Feb 24 21:41:36.789 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-24T21:41:38.464Z[ recovery-image] Feb 24 21:41:36.846 INFO O| Feb 24 21:41:36.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54102025-02-24T21:41:38.467Z[ recovery-image] Feb 24 21:41:36.846 INFO O| Feb 24 21:41:36.846 INFO STEP 267 (remove_files) COMPLETE
54112025-02-24T21:41:38.467Z[ recovery-image] Feb 24 21:41:36.846 INFO O| Feb 24 21:41:36.846 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-24T21:41:38.470Z[ host-image] Feb 24 21:41:36.852 INFO O| Feb 24 21:41:36.852 INFO O| Planning: Solver setup ... Done
54132025-02-24T21:41:38.478Z[ host-image] Feb 24 21:41:36.860 INFO O| Feb 24 21:41:36.860 INFO O| Planning: Running solver ... Done
54142025-02-24T21:41:38.487Z[ recovery-image] Feb 24 21:41:36.869 INFO O| Feb 24 21:41:36.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54152025-02-24T21:41:38.487Z[ recovery-image] Feb 24 21:41:36.869 INFO O| Feb 24 21:41:36.869 INFO STEP 268 (remove_files) COMPLETE
54162025-02-24T21:41:38.490Z[ recovery-image] Feb 24 21:41:36.869 INFO O| Feb 24 21:41:36.869 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-24T21:41:38.510Z[ recovery-image] Feb 24 21:41:36.891 INFO O| Feb 24 21:41:36.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54182025-02-24T21:41:38.510Z[ recovery-image] Feb 24 21:41:36.891 INFO O| Feb 24 21:41:36.891 INFO STEP 269 (remove_files) COMPLETE
54192025-02-24T21:41:38.512Z[ recovery-image] Feb 24 21:41:36.892 INFO O| Feb 24 21:41:36.891 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-24T21:41:38.531Z[ recovery-image] Feb 24 21:41:36.913 INFO O| Feb 24 21:41:36.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54212025-02-24T21:41:38.531Z[ recovery-image] Feb 24 21:41:36.913 INFO O| Feb 24 21:41:36.913 INFO STEP 270 (remove_files) COMPLETE
54222025-02-24T21:41:38.531Z[ recovery-image] Feb 24 21:41:36.913 INFO O| Feb 24 21:41:36.913 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-24T21:41:38.568Z[ recovery-image] Feb 24 21:41:36.950 INFO O| Feb 24 21:41:36.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54242025-02-24T21:41:38.572Z[ recovery-image] Feb 24 21:41:36.950 INFO O| Feb 24 21:41:36.950 INFO STEP 271 (remove_files) COMPLETE
54252025-02-24T21:41:38.572Z[ recovery-image] Feb 24 21:41:36.951 INFO O| Feb 24 21:41:36.950 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-24T21:41:38.590Z[ host-image] Feb 24 21:41:36.972 INFO O| Feb 24 21:41:36.971 INFO O| Planning: Finding local manifests ... Done
54272025-02-24T21:41:38.593Z[ host-image] Feb 24 21:41:36.972 INFO O| Feb 24 21:41:36.972 INFO O| Planning: Fetching manifests: 0/1 0% complete
54282025-02-24T21:41:38.593Z[ recovery-image] Feb 24 21:41:36.975 INFO O| Feb 24 21:41:36.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54292025-02-24T21:41:38.593Z[ recovery-image] Feb 24 21:41:36.975 INFO O| Feb 24 21:41:36.975 INFO STEP 272 (remove_files) COMPLETE
54302025-02-24T21:41:38.593Z[ recovery-image] Feb 24 21:41:36.975 INFO O| Feb 24 21:41:36.975 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-24T21:41:38.617Z[ recovery-image] Feb 24 21:41:36.999 INFO O| Feb 24 21:41:36.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54322025-02-24T21:41:38.617Z[ recovery-image] Feb 24 21:41:36.999 INFO O| Feb 24 21:41:36.999 INFO STEP 273 (remove_files) COMPLETE
54332025-02-24T21:41:38.617Z[ recovery-image] Feb 24 21:41:36.999 INFO O| Feb 24 21:41:36.999 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-24T21:41:38.645Z[ recovery-image] Feb 24 21:41:37.027 INFO O| Feb 24 21:41:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54352025-02-24T21:41:38.645Z[ recovery-image] Feb 24 21:41:37.027 INFO O| Feb 24 21:41:37.027 INFO STEP 274 (remove_files) COMPLETE
54362025-02-24T21:41:38.648Z[ recovery-image] Feb 24 21:41:37.027 INFO O| Feb 24 21:41:37.027 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-24T21:41:38.690Z[ recovery-image] Feb 24 21:41:37.072 INFO O| Feb 24 21:41:37.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54382025-02-24T21:41:38.690Z[ recovery-image] Feb 24 21:41:37.072 INFO O| Feb 24 21:41:37.072 INFO STEP 275 (remove_files) COMPLETE
54392025-02-24T21:41:38.693Z[ recovery-image] Feb 24 21:41:37.072 INFO O| Feb 24 21:41:37.072 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-24T21:41:38.714Z[ recovery-image] Feb 24 21:41:37.095 INFO O| Feb 24 21:41:37.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54412025-02-24T21:41:38.716Z[ recovery-image] Feb 24 21:41:37.096 INFO O| Feb 24 21:41:37.096 INFO STEP 276 (remove_files) COMPLETE
54422025-02-24T21:41:38.716Z[ recovery-image] Feb 24 21:41:37.096 INFO O| Feb 24 21:41:37.096 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-24T21:41:38.757Z[ recovery-image] Feb 24 21:41:37.139 INFO O| Feb 24 21:41:37.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54442025-02-24T21:41:38.760Z[ recovery-image] Feb 24 21:41:37.140 INFO O| Feb 24 21:41:37.140 INFO STEP 277 (remove_files) COMPLETE
54452025-02-24T21:41:38.760Z[ recovery-image] Feb 24 21:41:37.140 INFO O| Feb 24 21:41:37.140 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-24T21:41:38.781Z[ recovery-image] Feb 24 21:41:37.163 INFO O| Feb 24 21:41:37.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54472025-02-24T21:41:38.781Z[ recovery-image] Feb 24 21:41:37.163 INFO O| Feb 24 21:41:37.163 INFO STEP 278 (remove_files) COMPLETE
54482025-02-24T21:41:38.783Z[ recovery-image] Feb 24 21:41:37.163 INFO O| Feb 24 21:41:37.163 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-24T21:41:38.805Z[ host-image] Feb 24 21:41:37.187 INFO O| Feb 24 21:41:37.187 INFO O| Planning: Fetching manifests: 1/1 100% complete
54502025-02-24T21:41:38.808Z[ recovery-image] Feb 24 21:41:37.188 INFO O| Feb 24 21:41:37.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54512025-02-24T21:41:38.808Z[ recovery-image] Feb 24 21:41:37.189 INFO O| Feb 24 21:41:37.188 INFO STEP 279 (remove_files) COMPLETE
54522025-02-24T21:41:38.808Z[ recovery-image] Feb 24 21:41:37.189 INFO O| Feb 24 21:41:37.189 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-24T21:41:38.829Z[ recovery-image] Feb 24 21:41:37.211 INFO O| Feb 24 21:41:37.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54542025-02-24T21:41:38.829Z[ recovery-image] Feb 24 21:41:37.211 INFO O| Feb 24 21:41:37.211 INFO STEP 280 (remove_files) COMPLETE
54552025-02-24T21:41:38.829Z[ recovery-image] Feb 24 21:41:37.211 INFO O| Feb 24 21:41:37.211 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-24T21:41:38.838Z[ host-image] Feb 24 21:41:37.220 INFO O| Feb 24 21:41:37.220 INFO O| Planning: Package planning ... Done
54572025-02-24T21:41:38.840Z[ host-image] Feb 24 21:41:37.220 INFO O| Feb 24 21:41:37.220 INFO O| Planning: Merging actions ... Done
54582025-02-24T21:41:38.873Z[ recovery-image] Feb 24 21:41:37.255 INFO O| Feb 24 21:41:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54592025-02-24T21:41:38.873Z[ recovery-image] Feb 24 21:41:37.256 INFO O| Feb 24 21:41:37.255 INFO STEP 281 (remove_files) COMPLETE
54602025-02-24T21:41:38.876Z[ recovery-image] Feb 24 21:41:37.259 INFO O| Feb 24 21:41:37.255 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-24T21:41:38.899Z[ recovery-image] Feb 24 21:41:37.281 INFO O| Feb 24 21:41:37.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54622025-02-24T21:41:38.899Z[ recovery-image] Feb 24 21:41:37.281 INFO O| Feb 24 21:41:37.281 INFO STEP 282 (remove_files) COMPLETE
54632025-02-24T21:41:38.899Z[ recovery-image] Feb 24 21:41:37.281 INFO O| Feb 24 21:41:37.281 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-24T21:41:38.919Z[ recovery-image] Feb 24 21:41:37.301 INFO O| Feb 24 21:41:37.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54652025-02-24T21:41:38.919Z[ recovery-image] Feb 24 21:41:37.301 INFO O| Feb 24 21:41:37.301 INFO STEP 283 (remove_files) COMPLETE
54662025-02-24T21:41:38.922Z[ recovery-image] Feb 24 21:41:37.301 INFO O| Feb 24 21:41:37.301 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-24T21:41:38.940Z[ recovery-image] Feb 24 21:41:37.322 INFO O| Feb 24 21:41:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54682025-02-24T21:41:38.940Z[ recovery-image] Feb 24 21:41:37.322 INFO O| Feb 24 21:41:37.322 INFO STEP 284 (remove_files) COMPLETE
54692025-02-24T21:41:38.943Z[ recovery-image] Feb 24 21:41:37.322 INFO O| Feb 24 21:41:37.322 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-24T21:41:38.963Z[ recovery-image] Feb 24 21:41:37.345 INFO O| Feb 24 21:41:37.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54712025-02-24T21:41:38.966Z[ recovery-image] Feb 24 21:41:37.345 INFO O| Feb 24 21:41:37.345 INFO STEP 285 (remove_files) COMPLETE
54722025-02-24T21:41:38.966Z[ recovery-image] Feb 24 21:41:37.345 INFO O| Feb 24 21:41:37.345 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-24T21:41:39.027Z[ recovery-image] Feb 24 21:41:37.409 INFO O| Feb 24 21:41:37.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54742025-02-24T21:41:39.030Z[ recovery-image] Feb 24 21:41:37.409 INFO O| Feb 24 21:41:37.409 INFO STEP 286 (remove_files) COMPLETE
54752025-02-24T21:41:39.030Z[ recovery-image] Feb 24 21:41:37.409 INFO O| Feb 24 21:41:37.409 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-24T21:41:39.041Z[ host-image] Feb 24 21:41:37.423 INFO O| Feb 24 21:41:37.423 INFO O| Planning: Checking for conflicting actions ... Done
54772025-02-24T21:41:39.044Z[ host-image] Feb 24 21:41:37.424 INFO O| Feb 24 21:41:37.424 INFO O| Planning: Consolidating action changes ... Done
54782025-02-24T21:41:39.055Z[ recovery-image] Feb 24 21:41:37.437 INFO O| Feb 24 21:41:37.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54792025-02-24T21:41:39.055Z[ recovery-image] Feb 24 21:41:37.437 INFO O| Feb 24 21:41:37.437 INFO STEP 287 (remove_files) COMPLETE
54802025-02-24T21:41:39.058Z[ recovery-image] Feb 24 21:41:37.437 INFO O| Feb 24 21:41:37.437 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-24T21:41:39.101Z[ recovery-image] Feb 24 21:41:37.482 INFO O| Feb 24 21:41:37.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54822025-02-24T21:41:39.103Z[ recovery-image] Feb 24 21:41:37.483 INFO O| Feb 24 21:41:37.483 INFO STEP 288 (remove_files) COMPLETE
54832025-02-24T21:41:39.103Z[ recovery-image] Feb 24 21:41:37.483 INFO O| Feb 24 21:41:37.483 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-24T21:41:39.124Z[ recovery-image] Feb 24 21:41:37.506 INFO O| Feb 24 21:41:37.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54852025-02-24T21:41:39.124Z[ recovery-image] Feb 24 21:41:37.506 INFO O| Feb 24 21:41:37.506 INFO STEP 289 (remove_files) COMPLETE
54862025-02-24T21:41:39.124Z[ recovery-image] Feb 24 21:41:37.506 INFO O| Feb 24 21:41:37.506 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-24T21:41:39.147Z[ recovery-image] Feb 24 21:41:37.529 INFO O| Feb 24 21:41:37.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54882025-02-24T21:41:39.147Z[ recovery-image] Feb 24 21:41:37.529 INFO O| Feb 24 21:41:37.529 INFO STEP 290 (remove_files) COMPLETE
54892025-02-24T21:41:39.150Z[ recovery-image] Feb 24 21:41:37.529 INFO O| Feb 24 21:41:37.529 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-24T21:41:39.169Z[ recovery-image] Feb 24 21:41:37.551 INFO O| Feb 24 21:41:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54912025-02-24T21:41:39.172Z[ recovery-image] Feb 24 21:41:37.551 INFO O| Feb 24 21:41:37.551 INFO STEP 291 (remove_files) COMPLETE
54922025-02-24T21:41:39.172Z[ recovery-image] Feb 24 21:41:37.552 INFO O| Feb 24 21:41:37.552 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-24T21:41:39.193Z[ recovery-image] Feb 24 21:41:37.575 INFO O| Feb 24 21:41:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54942025-02-24T21:41:39.196Z[ recovery-image] Feb 24 21:41:37.575 INFO O| Feb 24 21:41:37.575 INFO STEP 292 (remove_files) COMPLETE
54952025-02-24T21:41:39.196Z[ recovery-image] Feb 24 21:41:37.575 INFO O| Feb 24 21:41:37.575 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-24T21:41:39.235Z[ recovery-image] Feb 24 21:41:37.617 INFO O| Feb 24 21:41:37.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54972025-02-24T21:41:39.235Z[ recovery-image] Feb 24 21:41:37.617 INFO O| Feb 24 21:41:37.617 INFO STEP 293 (remove_files) COMPLETE
54982025-02-24T21:41:39.235Z[ recovery-image] Feb 24 21:41:37.617 INFO O| Feb 24 21:41:37.617 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-24T21:41:39.258Z[ recovery-image] Feb 24 21:41:37.640 INFO O| Feb 24 21:41:37.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
55002025-02-24T21:41:39.258Z[ recovery-image] Feb 24 21:41:37.640 INFO O| Feb 24 21:41:37.640 INFO STEP 294 (remove_files) COMPLETE
55012025-02-24T21:41:39.258Z[ recovery-image] Feb 24 21:41:37.640 INFO O| Feb 24 21:41:37.640 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-24T21:41:39.301Z[ recovery-image] Feb 24 21:41:37.683 INFO O| Feb 24 21:41:37.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
55032025-02-24T21:41:39.304Z[ recovery-image] Feb 24 21:41:37.683 INFO O| Feb 24 21:41:37.683 INFO STEP 295 (remove_files) COMPLETE
55042025-02-24T21:41:39.304Z[ recovery-image] Feb 24 21:41:37.683 INFO O| Feb 24 21:41:37.683 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-24T21:41:39.337Z[ recovery-image] Feb 24 21:41:37.718 INFO O| Feb 24 21:41:37.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55062025-02-24T21:41:39.337Z[ recovery-image] Feb 24 21:41:37.718 INFO O| Feb 24 21:41:37.718 INFO STEP 296 (remove_files) COMPLETE
55072025-02-24T21:41:39.339Z[ recovery-image] Feb 24 21:41:37.718 INFO O| Feb 24 21:41:37.718 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-24T21:41:39.358Z[ recovery-image] Feb 24 21:41:37.740 INFO O| Feb 24 21:41:37.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55092025-02-24T21:41:39.361Z[ recovery-image] Feb 24 21:41:37.740 INFO O| Feb 24 21:41:37.740 INFO STEP 297 (remove_files) COMPLETE
55102025-02-24T21:41:39.361Z[ recovery-image] Feb 24 21:41:37.741 INFO O| Feb 24 21:41:37.740 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-24T21:41:39.381Z[ recovery-image] Feb 24 21:41:37.762 INFO O| Feb 24 21:41:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55122025-02-24T21:41:39.384Z[ recovery-image] Feb 24 21:41:37.763 INFO O| Feb 24 21:41:37.762 INFO STEP 298 (remove_files) COMPLETE
55132025-02-24T21:41:39.384Z[ recovery-image] Feb 24 21:41:37.763 INFO O| Feb 24 21:41:37.763 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-24T21:41:39.403Z[ recovery-image] Feb 24 21:41:37.785 INFO O| Feb 24 21:41:37.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55152025-02-24T21:41:39.406Z[ recovery-image] Feb 24 21:41:37.785 INFO O| Feb 24 21:41:37.785 INFO STEP 299 (remove_files) COMPLETE
55162025-02-24T21:41:39.406Z[ recovery-image] Feb 24 21:41:37.785 INFO O| Feb 24 21:41:37.785 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-24T21:41:39.425Z[ recovery-image] Feb 24 21:41:37.807 INFO O| Feb 24 21:41:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55182025-02-24T21:41:39.429Z[ recovery-image] Feb 24 21:41:37.807 INFO O| Feb 24 21:41:37.807 INFO STEP 300 (remove_files) COMPLETE
55192025-02-24T21:41:39.429Z[ recovery-image] Feb 24 21:41:37.808 INFO O| Feb 24 21:41:37.807 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-24T21:41:39.449Z[ recovery-image] Feb 24 21:41:37.831 INFO O| Feb 24 21:41:37.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55212025-02-24T21:41:39.452Z[ recovery-image] Feb 24 21:41:37.831 INFO O| Feb 24 21:41:37.831 INFO STEP 301 (remove_files) COMPLETE
55222025-02-24T21:41:39.452Z[ recovery-image] Feb 24 21:41:37.831 INFO O| Feb 24 21:41:37.831 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-24T21:41:39.484Z[ recovery-image] Feb 24 21:41:37.865 INFO O| Feb 24 21:41:37.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55242025-02-24T21:41:39.484Z[ recovery-image] Feb 24 21:41:37.865 INFO O| Feb 24 21:41:37.865 INFO STEP 302 (remove_files) COMPLETE
55252025-02-24T21:41:39.484Z[ recovery-image] Feb 24 21:41:37.865 INFO O| Feb 24 21:41:37.865 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-24T21:41:39.507Z[ recovery-image] Feb 24 21:41:37.888 INFO O| Feb 24 21:41:37.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55272025-02-24T21:41:39.507Z[ recovery-image] Feb 24 21:41:37.888 INFO O| Feb 24 21:41:37.888 INFO STEP 303 (remove_files) COMPLETE
55282025-02-24T21:41:39.507Z[ recovery-image] Feb 24 21:41:37.888 INFO O| Feb 24 21:41:37.888 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-24T21:41:39.531Z[ host-image] Feb 24 21:41:37.910 INFO O| Feb 24 21:41:37.910 INFO O| Planning: Evaluating mediators ... Done
55302025-02-24T21:41:39.534Z[ recovery-image] Feb 24 21:41:37.911 INFO O| Feb 24 21:41:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55312025-02-24T21:41:39.535Z[ host-image] Feb 24 21:41:37.911 INFO O| Feb 24 21:41:37.911 INFO O| Planning: Planning completed in 5.72 seconds
55322025-02-24T21:41:39.535Z[ recovery-image] Feb 24 21:41:37.911 INFO O| Feb 24 21:41:37.911 INFO STEP 304 (remove_files) COMPLETE
55332025-02-24T21:41:39.535Z[ recovery-image] Feb 24 21:41:37.911 INFO O| Feb 24 21:41:37.911 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-02-24T21:41:39.535Z[ host-image] Feb 24 21:41:37.914 INFO O| Feb 24 21:41:37.914 INFO O| Packages to install: 1
55352025-02-24T21:41:39.553Z[ host-image] Feb 24 21:41:37.935 INFO O| Feb 24 21:41:37.935 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
55362025-02-24T21:41:39.571Z[ recovery-image] Feb 24 21:41:37.951 INFO O| Feb 24 21:41:37.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55372025-02-24T21:41:39.571Z[ recovery-image] Feb 24 21:41:37.952 INFO O| Feb 24 21:41:37.951 INFO STEP 305 (remove_files) COMPLETE
55382025-02-24T21:41:39.571Z[ recovery-image] Feb 24 21:41:37.952 INFO O| Feb 24 21:41:37.952 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-24T21:41:39.606Z[ recovery-image] Feb 24 21:41:37.988 INFO O| Feb 24 21:41:37.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55402025-02-24T21:41:39.609Z[ recovery-image] Feb 24 21:41:37.988 INFO O| Feb 24 21:41:37.988 INFO STEP 306 (remove_files) COMPLETE
55412025-02-24T21:41:39.609Z[ recovery-image] Feb 24 21:41:37.988 INFO O| Feb 24 21:41:37.988 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-24T21:41:39.631Z[ recovery-image] Feb 24 21:41:38.011 INFO O| Feb 24 21:41:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55432025-02-24T21:41:39.631Z[ recovery-image] Feb 24 21:41:38.011 INFO O| Feb 24 21:41:38.011 INFO STEP 307 (remove_files) COMPLETE
55442025-02-24T21:41:39.634Z[ recovery-image] Feb 24 21:41:38.011 INFO O| Feb 24 21:41:38.011 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-24T21:41:39.652Z[ recovery-image] Feb 24 21:41:38.034 INFO O| Feb 24 21:41:38.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55462025-02-24T21:41:39.652Z[ recovery-image] Feb 24 21:41:38.034 INFO O| Feb 24 21:41:38.034 INFO STEP 308 (remove_files) COMPLETE
55472025-02-24T21:41:39.655Z[ recovery-image] Feb 24 21:41:38.034 INFO O| Feb 24 21:41:38.034 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-24T21:41:39.675Z[ recovery-image] Feb 24 21:41:38.057 INFO O| Feb 24 21:41:38.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55492025-02-24T21:41:39.678Z[ recovery-image] Feb 24 21:41:38.057 INFO O| Feb 24 21:41:38.057 INFO STEP 309 (remove_files) COMPLETE
55502025-02-24T21:41:39.678Z[ recovery-image] Feb 24 21:41:38.057 INFO O| Feb 24 21:41:38.057 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-24T21:41:39.698Z[ recovery-image] Feb 24 21:41:38.080 INFO O| Feb 24 21:41:38.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55522025-02-24T21:41:39.700Z[ recovery-image] Feb 24 21:41:38.080 INFO O| Feb 24 21:41:38.080 INFO STEP 310 (remove_files) COMPLETE
55532025-02-24T21:41:39.700Z[ recovery-image] Feb 24 21:41:38.080 INFO O| Feb 24 21:41:38.080 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-24T21:41:39.721Z[ recovery-image] Feb 24 21:41:38.103 INFO O| Feb 24 21:41:38.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55552025-02-24T21:41:39.723Z[ recovery-image] Feb 24 21:41:38.103 INFO O| Feb 24 21:41:38.103 INFO STEP 311 (remove_files) COMPLETE
55562025-02-24T21:41:39.723Z[ recovery-image] Feb 24 21:41:38.103 INFO O| Feb 24 21:41:38.103 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-24T21:41:39.748Z[ recovery-image] Feb 24 21:41:38.129 INFO O| Feb 24 21:41:38.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55582025-02-24T21:41:39.748Z[ recovery-image] Feb 24 21:41:38.129 INFO O| Feb 24 21:41:38.129 INFO STEP 312 (remove_files) COMPLETE
55592025-02-24T21:41:39.748Z[ recovery-image] Feb 24 21:41:38.129 INFO O| Feb 24 21:41:38.129 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-24T21:41:39.779Z[ recovery-image] Feb 24 21:41:38.160 INFO O| Feb 24 21:41:38.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55612025-02-24T21:41:39.779Z[ recovery-image] Feb 24 21:41:38.160 INFO O| Feb 24 21:41:38.160 INFO STEP 313 (remove_files) COMPLETE
55622025-02-24T21:41:39.782Z[ recovery-image] Feb 24 21:41:38.160 INFO O| Feb 24 21:41:38.160 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-24T21:41:39.844Z[ recovery-image] Feb 24 21:41:38.225 INFO O| Feb 24 21:41:38.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55642025-02-24T21:41:39.846Z[ recovery-image] Feb 24 21:41:38.225 INFO O| Feb 24 21:41:38.225 INFO STEP 314 (remove_files) COMPLETE
55652025-02-24T21:41:39.846Z[ recovery-image] Feb 24 21:41:38.226 INFO O| Feb 24 21:41:38.226 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-24T21:41:39.876Z[ recovery-image] Feb 24 21:41:38.258 INFO O| Feb 24 21:41:38.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55672025-02-24T21:41:39.879Z[ recovery-image] Feb 24 21:41:38.258 INFO O| Feb 24 21:41:38.258 INFO STEP 315 (remove_files) COMPLETE
55682025-02-24T21:41:39.879Z[ recovery-image] Feb 24 21:41:38.258 INFO O| Feb 24 21:41:38.258 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-24T21:41:39.890Z[ host-image] Feb 24 21:41:38.272 INFO O| Feb 24 21:41:38.271 INFO O| Download: Completed 10.27 MB in 0.34 seconds (30.5M/s)
55702025-02-24T21:41:39.897Z[ recovery-image] Feb 24 21:41:38.278 INFO O| Feb 24 21:41:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55712025-02-24T21:41:39.899Z[ recovery-image] Feb 24 21:41:38.279 INFO O| Feb 24 21:41:38.279 INFO STEP 316 (remove_files) COMPLETE
55722025-02-24T21:41:39.899Z[ recovery-image] Feb 24 21:41:38.279 INFO O| Feb 24 21:41:38.279 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-24T21:41:39.922Z[ recovery-image] Feb 24 21:41:38.303 INFO O| Feb 24 21:41:38.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55742025-02-24T21:41:39.924Z[ recovery-image] Feb 24 21:41:38.304 INFO O| Feb 24 21:41:38.304 INFO STEP 317 (remove_files) COMPLETE
55752025-02-24T21:41:39.924Z[ recovery-image] Feb 24 21:41:38.304 INFO O| Feb 24 21:41:38.304 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-24T21:41:39.990Z[ host-image] Feb 24 21:41:38.372 INFO O| Feb 24 21:41:38.372 INFO O| Actions: 1/22 actions (Installing new actions)
55772025-02-24T21:41:39.996Z[ recovery-image] Feb 24 21:41:38.378 INFO O| Feb 24 21:41:38.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55782025-02-24T21:41:39.999Z[ recovery-image] Feb 24 21:41:38.378 INFO O| Feb 24 21:41:38.378 INFO STEP 318 (remove_files) COMPLETE
55792025-02-24T21:41:39.999Z[ recovery-image] Feb 24 21:41:38.378 INFO O| Feb 24 21:41:38.378 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-24T21:41:40.020Z[ recovery-image] Feb 24 21:41:38.401 INFO O| Feb 24 21:41:38.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55812025-02-24T21:41:40.022Z[ recovery-image] Feb 24 21:41:38.401 INFO O| Feb 24 21:41:38.401 INFO STEP 319 (remove_files) COMPLETE
55822025-02-24T21:41:40.022Z[ recovery-image] Feb 24 21:41:38.402 INFO O| Feb 24 21:41:38.401 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-24T21:41:40.050Z[ recovery-image] Feb 24 21:41:38.431 INFO O| Feb 24 21:41:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55842025-02-24T21:41:40.050Z[ recovery-image] Feb 24 21:41:38.431 INFO O| Feb 24 21:41:38.431 INFO STEP 320 (remove_files) COMPLETE
55852025-02-24T21:41:40.050Z[ recovery-image] Feb 24 21:41:38.431 INFO O| Feb 24 21:41:38.431 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-24T21:41:40.086Z[ recovery-image] Feb 24 21:41:38.468 INFO O| Feb 24 21:41:38.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55872025-02-24T21:41:40.086Z[ recovery-image] Feb 24 21:41:38.468 INFO O| Feb 24 21:41:38.468 INFO STEP 321 (remove_files) COMPLETE
55882025-02-24T21:41:40.086Z[ recovery-image] Feb 24 21:41:38.468 INFO O| Feb 24 21:41:38.468 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-24T21:41:40.131Z[ recovery-image] Feb 24 21:41:38.513 INFO O| Feb 24 21:41:38.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55902025-02-24T21:41:40.131Z[ recovery-image] Feb 24 21:41:38.513 INFO O| Feb 24 21:41:38.513 INFO STEP 322 (remove_files) COMPLETE
55912025-02-24T21:41:40.131Z[ recovery-image] Feb 24 21:41:38.513 INFO O| Feb 24 21:41:38.513 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-24T21:41:40.154Z[ recovery-image] Feb 24 21:41:38.536 INFO O| Feb 24 21:41:38.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55932025-02-24T21:41:40.161Z[ recovery-image] Feb 24 21:41:38.542 INFO O| Feb 24 21:41:38.542 INFO STEP 323 (remove_files) COMPLETE
55942025-02-24T21:41:40.161Z[ recovery-image] Feb 24 21:41:38.543 INFO O| Feb 24 21:41:38.542 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-24T21:41:40.194Z[ recovery-image] Feb 24 21:41:38.575 INFO O| Feb 24 21:41:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55962025-02-24T21:41:40.194Z[ recovery-image] Feb 24 21:41:38.575 INFO O| Feb 24 21:41:38.575 INFO STEP 324 (remove_files) COMPLETE
55972025-02-24T21:41:40.197Z[ recovery-image] Feb 24 21:41:38.575 INFO O| Feb 24 21:41:38.575 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-24T21:41:40.251Z[ recovery-image] Feb 24 21:41:38.632 INFO O| Feb 24 21:41:38.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55992025-02-24T21:41:40.251Z[ recovery-image] Feb 24 21:41:38.633 INFO O| Feb 24 21:41:38.633 INFO STEP 325 (remove_files) COMPLETE
56002025-02-24T21:41:40.254Z[ recovery-image] Feb 24 21:41:38.633 INFO O| Feb 24 21:41:38.633 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-24T21:41:40.287Z[ recovery-image] Feb 24 21:41:38.668 INFO O| Feb 24 21:41:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
56022025-02-24T21:41:40.287Z[ recovery-image] Feb 24 21:41:38.668 INFO O| Feb 24 21:41:38.668 INFO STEP 326 (remove_files) COMPLETE
56032025-02-24T21:41:40.287Z[ recovery-image] Feb 24 21:41:38.668 INFO O| Feb 24 21:41:38.668 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-24T21:41:40.311Z[ recovery-image] Feb 24 21:41:38.692 INFO O| Feb 24 21:41:38.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
56052025-02-24T21:41:40.311Z[ recovery-image] Feb 24 21:41:38.692 INFO O| Feb 24 21:41:38.692 INFO STEP 327 (remove_files) COMPLETE
56062025-02-24T21:41:40.311Z[ recovery-image] Feb 24 21:41:38.692 INFO O| Feb 24 21:41:38.692 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-24T21:41:40.336Z[ recovery-image] Feb 24 21:41:38.717 INFO O| Feb 24 21:41:38.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56082025-02-24T21:41:40.336Z[ recovery-image] Feb 24 21:41:38.717 INFO O| Feb 24 21:41:38.717 INFO STEP 328 (remove_files) COMPLETE
56092025-02-24T21:41:40.336Z[ recovery-image] Feb 24 21:41:38.717 INFO O| Feb 24 21:41:38.717 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-24T21:41:40.360Z[ recovery-image] Feb 24 21:41:38.741 INFO O| Feb 24 21:41:38.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56112025-02-24T21:41:40.362Z[ recovery-image] Feb 24 21:41:38.741 INFO O| Feb 24 21:41:38.741 INFO STEP 329 (remove_files) COMPLETE
56122025-02-24T21:41:40.362Z[ recovery-image] Feb 24 21:41:38.741 INFO O| Feb 24 21:41:38.741 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-24T21:41:40.422Z[ recovery-image] Feb 24 21:41:38.803 INFO O| Feb 24 21:41:38.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56142025-02-24T21:41:40.422Z[ recovery-image] Feb 24 21:41:38.803 INFO O| Feb 24 21:41:38.803 INFO STEP 330 (remove_files) COMPLETE
56152025-02-24T21:41:40.422Z[ recovery-image] Feb 24 21:41:38.803 INFO O| Feb 24 21:41:38.803 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-24T21:41:40.482Z[ recovery-image] Feb 24 21:41:38.863 INFO O| Feb 24 21:41:38.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56172025-02-24T21:41:40.483Z[ recovery-image] Feb 24 21:41:38.863 INFO O| Feb 24 21:41:38.863 INFO STEP 331 (remove_files) COMPLETE
56182025-02-24T21:41:40.483Z[ recovery-image] Feb 24 21:41:38.863 INFO O| Feb 24 21:41:38.863 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-24T21:41:40.502Z[ recovery-image] Feb 24 21:41:38.883 INFO O| Feb 24 21:41:38.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56202025-02-24T21:41:40.502Z[ recovery-image] Feb 24 21:41:38.884 INFO O| Feb 24 21:41:38.884 INFO STEP 332 (remove_files) COMPLETE
56212025-02-24T21:41:40.502Z[ recovery-image] Feb 24 21:41:38.884 INFO O| Feb 24 21:41:38.884 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-24T21:41:40.537Z[ host-image] Feb 24 21:41:38.918 INFO O| Feb 24 21:41:38.918 INFO O| Actions: Completed 22 actions in 0.55 seconds.
56232025-02-24T21:41:40.573Z[ recovery-image] Feb 24 21:41:38.955 INFO O| Feb 24 21:41:38.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56242025-02-24T21:41:40.574Z[ recovery-image] Feb 24 21:41:38.955 INFO O| Feb 24 21:41:38.955 INFO STEP 333 (remove_files) COMPLETE
56252025-02-24T21:41:40.577Z[ recovery-image] Feb 24 21:41:38.955 INFO O| Feb 24 21:41:38.955 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-02-24T21:41:40.598Z[ recovery-image] Feb 24 21:41:38.978 INFO O| Feb 24 21:41:38.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56272025-02-24T21:41:40.598Z[ recovery-image] Feb 24 21:41:38.979 INFO O| Feb 24 21:41:38.978 INFO STEP 334 (remove_files) COMPLETE
56282025-02-24T21:41:40.598Z[ recovery-image] Feb 24 21:41:38.979 INFO O| Feb 24 21:41:38.979 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-02-24T21:41:40.648Z[ recovery-image] Feb 24 21:41:39.029 INFO O| Feb 24 21:41:39.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56302025-02-24T21:41:40.648Z[ recovery-image] Feb 24 21:41:39.030 INFO O| Feb 24 21:41:39.030 INFO STEP 335 (remove_files) COMPLETE
56312025-02-24T21:41:40.648Z[ recovery-image] Feb 24 21:41:39.030 INFO O| Feb 24 21:41:39.030 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-02-24T21:41:40.670Z[ recovery-image] Feb 24 21:41:39.052 INFO O| Feb 24 21:41:39.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56332025-02-24T21:41:40.670Z[ recovery-image] Feb 24 21:41:39.052 INFO O| Feb 24 21:41:39.052 INFO STEP 336 (remove_files) COMPLETE
56342025-02-24T21:41:40.673Z[ recovery-image] Feb 24 21:41:39.052 INFO O| Feb 24 21:41:39.052 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-02-24T21:41:40.693Z[ recovery-image] Feb 24 21:41:39.075 INFO O| Feb 24 21:41:39.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56362025-02-24T21:41:40.713Z[ recovery-image] Feb 24 21:41:39.095 INFO O| Feb 24 21:41:39.095 INFO STEP 337 (remove_files) COMPLETE
56372025-02-24T21:41:40.713Z[ recovery-image] Feb 24 21:41:39.095 INFO O| Feb 24 21:41:39.095 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-02-24T21:41:40.761Z[ recovery-image] Feb 24 21:41:39.143 INFO O| Feb 24 21:41:39.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56392025-02-24T21:41:40.761Z[ recovery-image] Feb 24 21:41:39.143 INFO O| Feb 24 21:41:39.143 INFO STEP 338 (remove_files) COMPLETE
56402025-02-24T21:41:40.761Z[ recovery-image] Feb 24 21:41:39.143 INFO O| Feb 24 21:41:39.143 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-24T21:41:40.784Z[ recovery-image] Feb 24 21:41:39.165 INFO O| Feb 24 21:41:39.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56422025-02-24T21:41:40.784Z[ recovery-image] Feb 24 21:41:39.165 INFO O| Feb 24 21:41:39.165 INFO STEP 339 (remove_files) COMPLETE
56432025-02-24T21:41:40.786Z[ recovery-image] Feb 24 21:41:39.165 INFO O| Feb 24 21:41:39.165 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-24T21:41:40.810Z[ recovery-image] Feb 24 21:41:39.191 INFO O| Feb 24 21:41:39.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56452025-02-24T21:41:40.829Z[ recovery-image] Feb 24 21:41:39.210 INFO O| Feb 24 21:41:39.210 INFO STEP 340 (remove_files) COMPLETE
56462025-02-24T21:41:40.829Z[ recovery-image] Feb 24 21:41:39.210 INFO O| Feb 24 21:41:39.210 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-02-24T21:41:40.869Z[ recovery-image] Feb 24 21:41:39.250 INFO O| Feb 24 21:41:39.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56482025-02-24T21:41:40.869Z[ recovery-image] Feb 24 21:41:39.250 INFO O| Feb 24 21:41:39.250 INFO STEP 341 (remove_files) COMPLETE
56492025-02-24T21:41:40.871Z[ recovery-image] Feb 24 21:41:39.250 INFO O| Feb 24 21:41:39.250 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-24T21:41:40.894Z[ recovery-image] Feb 24 21:41:39.275 INFO O| Feb 24 21:41:39.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56512025-02-24T21:41:40.894Z[ recovery-image] Feb 24 21:41:39.275 INFO O| Feb 24 21:41:39.275 INFO STEP 342 (remove_files) COMPLETE
56522025-02-24T21:41:40.894Z[ recovery-image] Feb 24 21:41:39.275 INFO O| Feb 24 21:41:39.275 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-24T21:41:40.916Z[ recovery-image] Feb 24 21:41:39.297 INFO O| Feb 24 21:41:39.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56542025-02-24T21:41:40.919Z[ recovery-image] Feb 24 21:41:39.298 INFO O| Feb 24 21:41:39.298 INFO STEP 343 (remove_files) COMPLETE
56552025-02-24T21:41:40.919Z[ recovery-image] Feb 24 21:41:39.298 INFO O| Feb 24 21:41:39.298 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-24T21:41:40.945Z[ recovery-image] Feb 24 21:41:39.326 INFO O| Feb 24 21:41:39.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56572025-02-24T21:41:40.945Z[ recovery-image] Feb 24 21:41:39.326 INFO O| Feb 24 21:41:39.326 INFO STEP 344 (remove_files) COMPLETE
56582025-02-24T21:41:40.945Z[ recovery-image] Feb 24 21:41:39.326 INFO O| Feb 24 21:41:39.326 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-24T21:41:40.972Z[ recovery-image] Feb 24 21:41:39.350 INFO O| Feb 24 21:41:39.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56602025-02-24T21:41:40.973Z[ recovery-image] Feb 24 21:41:39.350 INFO O| Feb 24 21:41:39.350 INFO STEP 345 (remove_files) COMPLETE
56612025-02-24T21:41:40.973Z[ recovery-image] Feb 24 21:41:39.350 INFO O| Feb 24 21:41:39.350 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-24T21:41:40.992Z[ recovery-image] Feb 24 21:41:39.373 INFO O| Feb 24 21:41:39.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56632025-02-24T21:41:40.992Z[ recovery-image] Feb 24 21:41:39.373 INFO O| Feb 24 21:41:39.373 INFO STEP 346 (remove_files) COMPLETE
56642025-02-24T21:41:40.995Z[ recovery-image] Feb 24 21:41:39.373 INFO O| Feb 24 21:41:39.373 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-24T21:41:41.015Z[ recovery-image] Feb 24 21:41:39.396 INFO O| Feb 24 21:41:39.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56662025-02-24T21:41:41.015Z[ recovery-image] Feb 24 21:41:39.396 INFO O| Feb 24 21:41:39.396 INFO STEP 347 (remove_files) COMPLETE
56672025-02-24T21:41:41.015Z[ recovery-image] Feb 24 21:41:39.396 INFO O| Feb 24 21:41:39.396 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-24T21:41:41.092Z[ recovery-image] Feb 24 21:41:39.473 INFO O| Feb 24 21:41:39.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56692025-02-24T21:41:41.092Z[ recovery-image] Feb 24 21:41:39.473 INFO O| Feb 24 21:41:39.473 INFO STEP 348 (remove_files) COMPLETE
56702025-02-24T21:41:41.092Z[ recovery-image] Feb 24 21:41:39.473 INFO O| Feb 24 21:41:39.473 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-24T21:41:41.138Z[ recovery-image] Feb 24 21:41:39.518 INFO O| Feb 24 21:41:39.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56722025-02-24T21:41:41.142Z[ recovery-image] Feb 24 21:41:39.518 INFO O| Feb 24 21:41:39.518 INFO STEP 349 (remove_files) COMPLETE
56732025-02-24T21:41:41.142Z[ recovery-image] Feb 24 21:41:39.519 INFO O| Feb 24 21:41:39.518 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-24T21:41:41.162Z[ recovery-image] Feb 24 21:41:39.541 INFO O| Feb 24 21:41:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56752025-02-24T21:41:41.166Z[ recovery-image] Feb 24 21:41:39.542 INFO O| Feb 24 21:41:39.542 INFO STEP 350 (remove_files) COMPLETE
56762025-02-24T21:41:41.166Z[ recovery-image] Feb 24 21:41:39.542 INFO O| Feb 24 21:41:39.542 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-24T21:41:41.195Z[ recovery-image] Feb 24 21:41:39.576 INFO O| Feb 24 21:41:39.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56782025-02-24T21:41:41.198Z[ recovery-image] Feb 24 21:41:39.576 INFO O| Feb 24 21:41:39.576 INFO STEP 351 (remove_files) COMPLETE
56792025-02-24T21:41:41.198Z[ recovery-image] Feb 24 21:41:39.577 INFO O| Feb 24 21:41:39.577 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-24T21:41:41.220Z[ recovery-image] Feb 24 21:41:39.600 INFO O| Feb 24 21:41:39.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56812025-02-24T21:41:41.222Z[ recovery-image] Feb 24 21:41:39.600 INFO O| Feb 24 21:41:39.600 INFO STEP 352 (remove_files) COMPLETE
56822025-02-24T21:41:41.223Z[ recovery-image] Feb 24 21:41:39.600 INFO O| Feb 24 21:41:39.600 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-24T21:41:41.231Z[ host-image] Feb 24 21:41:39.612 INFO O| Feb 24 21:41:39.612 INFO O| Done
56842025-02-24T21:41:41.231Z[ host-image] Feb 24 21:41:39.612 INFO O| Feb 24 21:41:39.612 INFO O| Done
56852025-02-24T21:41:41.246Z[ recovery-image] Feb 24 21:41:39.625 INFO O| Feb 24 21:41:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56862025-02-24T21:41:41.247Z[ recovery-image] Feb 24 21:41:39.625 INFO O| Feb 24 21:41:39.625 INFO STEP 353 (remove_files) COMPLETE
56872025-02-24T21:41:41.249Z[ recovery-image] Feb 24 21:41:39.625 INFO O| Feb 24 21:41:39.625 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-24T21:41:41.290Z[ recovery-image] Feb 24 21:41:39.670 INFO O| Feb 24 21:41:39.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56892025-02-24T21:41:41.290Z[ recovery-image] Feb 24 21:41:39.670 INFO O| Feb 24 21:41:39.670 INFO STEP 354 (remove_files) COMPLETE
56902025-02-24T21:41:41.293Z[ recovery-image] Feb 24 21:41:39.670 INFO O| Feb 24 21:41:39.670 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-24T21:41:41.353Z[ recovery-image] Feb 24 21:41:39.734 INFO O| Feb 24 21:41:39.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56922025-02-24T21:41:41.356Z[ recovery-image] Feb 24 21:41:39.734 INFO O| Feb 24 21:41:39.734 INFO STEP 355 (remove_files) COMPLETE
56932025-02-24T21:41:41.356Z[ recovery-image] Feb 24 21:41:39.734 INFO O| Feb 24 21:41:39.734 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-24T21:41:41.376Z[ recovery-image] Feb 24 21:41:39.757 INFO O| Feb 24 21:41:39.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56952025-02-24T21:41:41.378Z[ recovery-image] Feb 24 21:41:39.757 INFO O| Feb 24 21:41:39.757 INFO STEP 356 (remove_files) COMPLETE
56962025-02-24T21:41:41.379Z[ recovery-image] Feb 24 21:41:39.757 INFO O| Feb 24 21:41:39.757 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-24T21:41:41.405Z[ recovery-image] Feb 24 21:41:39.786 INFO O| Feb 24 21:41:39.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56982025-02-24T21:41:41.405Z[ recovery-image] Feb 24 21:41:39.786 INFO O| Feb 24 21:41:39.786 INFO STEP 357 (remove_files) COMPLETE
56992025-02-24T21:41:41.405Z[ recovery-image] Feb 24 21:41:39.786 INFO O| Feb 24 21:41:39.786 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-24T21:41:41.424Z[ recovery-image] Feb 24 21:41:39.805 INFO O| Feb 24 21:41:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57012025-02-24T21:41:41.424Z[ recovery-image] Feb 24 21:41:39.805 INFO O| Feb 24 21:41:39.805 INFO STEP 358 (remove_files) COMPLETE
57022025-02-24T21:41:41.426Z[ recovery-image] Feb 24 21:41:39.805 INFO O| Feb 24 21:41:39.805 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-24T21:41:41.443Z[ recovery-image] Feb 24 21:41:39.824 INFO O| Feb 24 21:41:39.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57042025-02-24T21:41:41.446Z[ recovery-image] Feb 24 21:41:39.825 INFO O| Feb 24 21:41:39.825 INFO STEP 359 (remove_files) COMPLETE
57052025-02-24T21:41:41.446Z[ recovery-image] Feb 24 21:41:39.825 INFO O| Feb 24 21:41:39.825 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-24T21:41:41.464Z[ recovery-image] Feb 24 21:41:39.845 INFO O| Feb 24 21:41:39.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57072025-02-24T21:41:41.466Z[ recovery-image] Feb 24 21:41:39.845 INFO O| Feb 24 21:41:39.845 INFO STEP 360 (remove_files) COMPLETE
57082025-02-24T21:41:41.466Z[ recovery-image] Feb 24 21:41:39.845 INFO O| Feb 24 21:41:39.845 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-24T21:41:41.483Z[ recovery-image] Feb 24 21:41:39.864 INFO O| Feb 24 21:41:39.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57102025-02-24T21:41:41.486Z[ recovery-image] Feb 24 21:41:39.864 INFO O| Feb 24 21:41:39.864 INFO STEP 361 (remove_files) COMPLETE
57112025-02-24T21:41:41.486Z[ recovery-image] Feb 24 21:41:39.865 INFO O| Feb 24 21:41:39.864 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-24T21:41:41.503Z[ recovery-image] Feb 24 21:41:39.884 INFO O| Feb 24 21:41:39.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57132025-02-24T21:41:41.503Z[ recovery-image] Feb 24 21:41:39.884 INFO O| Feb 24 21:41:39.884 INFO STEP 362 (remove_files) COMPLETE
57142025-02-24T21:41:41.506Z[ recovery-image] Feb 24 21:41:39.885 INFO O| Feb 24 21:41:39.885 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-24T21:41:41.523Z[ recovery-image] Feb 24 21:41:39.904 INFO O| Feb 24 21:41:39.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57162025-02-24T21:41:41.523Z[ recovery-image] Feb 24 21:41:39.904 INFO O| Feb 24 21:41:39.904 INFO STEP 363 (remove_files) COMPLETE
57172025-02-24T21:41:41.526Z[ recovery-image] Feb 24 21:41:39.904 INFO O| Feb 24 21:41:39.904 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-24T21:41:41.542Z[ recovery-image] Feb 24 21:41:39.923 INFO O| Feb 24 21:41:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57192025-02-24T21:41:41.545Z[ recovery-image] Feb 24 21:41:39.923 INFO O| Feb 24 21:41:39.923 INFO STEP 364 (remove_files) COMPLETE
57202025-02-24T21:41:41.545Z[ recovery-image] Feb 24 21:41:39.924 INFO O| Feb 24 21:41:39.924 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-24T21:41:41.629Z[ recovery-image] Feb 24 21:41:40.009 INFO O| Feb 24 21:41:40.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57222025-02-24T21:41:41.629Z[ recovery-image] Feb 24 21:41:40.009 INFO O| Feb 24 21:41:40.009 INFO STEP 365 (remove_files) COMPLETE
57232025-02-24T21:41:41.629Z[ recovery-image] Feb 24 21:41:40.009 INFO O| Feb 24 21:41:40.009 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-24T21:41:41.722Z[ recovery-image] Feb 24 21:41:40.103 INFO O| Feb 24 21:41:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57252025-02-24T21:41:41.724Z[ recovery-image] Feb 24 21:41:40.103 INFO O| Feb 24 21:41:40.103 INFO STEP 366 (remove_files) COMPLETE
57262025-02-24T21:41:41.725Z[ recovery-image] Feb 24 21:41:40.103 INFO O| Feb 24 21:41:40.103 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-24T21:41:41.758Z[ recovery-image] Feb 24 21:41:40.139 INFO O| Feb 24 21:41:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57282025-02-24T21:41:41.758Z[ recovery-image] Feb 24 21:41:40.139 INFO O| Feb 24 21:41:40.139 INFO STEP 367 (remove_files) COMPLETE
57292025-02-24T21:41:41.758Z[ recovery-image] Feb 24 21:41:40.139 INFO O| Feb 24 21:41:40.139 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-24T21:41:41.780Z[ recovery-image] Feb 24 21:41:40.161 INFO O| Feb 24 21:41:40.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57312025-02-24T21:41:41.780Z[ recovery-image] Feb 24 21:41:40.161 INFO O| Feb 24 21:41:40.161 INFO STEP 368 (remove_files) COMPLETE
57322025-02-24T21:41:41.780Z[ recovery-image] Feb 24 21:41:40.161 INFO O| Feb 24 21:41:40.161 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-24T21:41:41.807Z[ recovery-image] Feb 24 21:41:40.188 INFO O| Feb 24 21:41:40.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57342025-02-24T21:41:41.810Z[ recovery-image] Feb 24 21:41:40.188 INFO O| Feb 24 21:41:40.188 INFO STEP 369 (remove_files) COMPLETE
57352025-02-24T21:41:41.810Z[ recovery-image] Feb 24 21:41:40.189 INFO O| Feb 24 21:41:40.188 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-24T21:41:41.867Z[ recovery-image] Feb 24 21:41:40.248 INFO O| Feb 24 21:41:40.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57372025-02-24T21:41:41.867Z[ recovery-image] Feb 24 21:41:40.248 INFO O| Feb 24 21:41:40.248 INFO STEP 370 (remove_files) COMPLETE
57382025-02-24T21:41:41.867Z[ recovery-image] Feb 24 21:41:40.248 INFO O| Feb 24 21:41:40.248 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-24T21:41:41.908Z[ recovery-image] Feb 24 21:41:40.289 INFO O| Feb 24 21:41:40.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57402025-02-24T21:41:41.909Z[ recovery-image] Feb 24 21:41:40.289 INFO O| Feb 24 21:41:40.289 INFO STEP 371 (remove_files) COMPLETE
57412025-02-24T21:41:41.911Z[ recovery-image] Feb 24 21:41:40.290 INFO O| Feb 24 21:41:40.289 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-24T21:41:41.949Z[ recovery-image] Feb 24 21:41:40.330 INFO O| Feb 24 21:41:40.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57432025-02-24T21:41:41.949Z[ recovery-image] Feb 24 21:41:40.330 INFO O| Feb 24 21:41:40.330 INFO STEP 372 (remove_files) COMPLETE
57442025-02-24T21:41:41.952Z[ recovery-image] Feb 24 21:41:40.330 INFO O| Feb 24 21:41:40.330 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-24T21:41:41.978Z[ recovery-image] Feb 24 21:41:40.355 INFO O| Feb 24 21:41:40.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57462025-02-24T21:41:41.981Z[ recovery-image] Feb 24 21:41:40.355 INFO O| Feb 24 21:41:40.355 INFO STEP 373 (remove_files) COMPLETE
57472025-02-24T21:41:41.981Z[ recovery-image] Feb 24 21:41:40.355 INFO O| Feb 24 21:41:40.355 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-24T21:41:42.007Z[ recovery-image] Feb 24 21:41:40.387 INFO O| Feb 24 21:41:40.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57492025-02-24T21:41:42.008Z[ recovery-image] Feb 24 21:41:40.387 INFO O| Feb 24 21:41:40.387 INFO STEP 374 (remove_files) COMPLETE
57502025-02-24T21:41:42.010Z[ recovery-image] Feb 24 21:41:40.387 INFO O| Feb 24 21:41:40.387 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-24T21:41:42.029Z[ recovery-image] Feb 24 21:41:40.410 INFO O| Feb 24 21:41:40.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57522025-02-24T21:41:42.029Z[ recovery-image] Feb 24 21:41:40.411 INFO O| Feb 24 21:41:40.411 INFO STEP 375 (remove_files) COMPLETE
57532025-02-24T21:41:42.032Z[ recovery-image] Feb 24 21:41:40.411 INFO O| Feb 24 21:41:40.411 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-24T21:41:42.071Z[ recovery-image] Feb 24 21:41:40.452 INFO O| Feb 24 21:41:40.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57552025-02-24T21:41:42.071Z[ recovery-image] Feb 24 21:41:40.452 INFO O| Feb 24 21:41:40.452 INFO STEP 376 (remove_files) COMPLETE
57562025-02-24T21:41:42.074Z[ recovery-image] Feb 24 21:41:40.453 INFO O| Feb 24 21:41:40.452 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-24T21:41:42.096Z[ recovery-image] Feb 24 21:41:40.477 INFO O| Feb 24 21:41:40.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57582025-02-24T21:41:42.096Z[ recovery-image] Feb 24 21:41:40.477 INFO O| Feb 24 21:41:40.477 INFO STEP 377 (remove_files) COMPLETE
57592025-02-24T21:41:42.096Z[ recovery-image] Feb 24 21:41:40.477 INFO O| Feb 24 21:41:40.477 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-24T21:41:42.120Z[ recovery-image] Feb 24 21:41:40.501 INFO O| Feb 24 21:41:40.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57612025-02-24T21:41:42.120Z[ recovery-image] Feb 24 21:41:40.501 INFO O| Feb 24 21:41:40.501 INFO STEP 378 (remove_files) COMPLETE
57622025-02-24T21:41:42.122Z[ recovery-image] Feb 24 21:41:40.501 INFO O| Feb 24 21:41:40.501 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-24T21:41:42.147Z[ recovery-image] Feb 24 21:41:40.528 INFO O| Feb 24 21:41:40.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57642025-02-24T21:41:42.150Z[ recovery-image] Feb 24 21:41:40.529 INFO O| Feb 24 21:41:40.529 INFO STEP 379 (remove_files) COMPLETE
57652025-02-24T21:41:42.150Z[ recovery-image] Feb 24 21:41:40.529 INFO O| Feb 24 21:41:40.529 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-24T21:41:42.177Z[ recovery-image] Feb 24 21:41:40.558 INFO O| Feb 24 21:41:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57672025-02-24T21:41:42.177Z[ recovery-image] Feb 24 21:41:40.558 INFO O| Feb 24 21:41:40.558 INFO STEP 380 (remove_files) COMPLETE
57682025-02-24T21:41:42.177Z[ recovery-image] Feb 24 21:41:40.558 INFO O| Feb 24 21:41:40.558 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-24T21:41:42.330Z[ recovery-image] Feb 24 21:41:40.711 INFO O| Feb 24 21:41:40.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57702025-02-24T21:41:42.333Z[ recovery-image] Feb 24 21:41:40.711 INFO O| Feb 24 21:41:40.711 INFO STEP 381 (remove_files) COMPLETE
57712025-02-24T21:41:42.333Z[ recovery-image] Feb 24 21:41:40.711 INFO O| Feb 24 21:41:40.711 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-24T21:41:42.354Z[ recovery-image] Feb 24 21:41:40.734 INFO O| Feb 24 21:41:40.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57732025-02-24T21:41:42.356Z[ recovery-image] Feb 24 21:41:40.735 INFO O| Feb 24 21:41:40.735 INFO STEP 382 (remove_files) COMPLETE
57742025-02-24T21:41:42.357Z[ recovery-image] Feb 24 21:41:40.735 INFO O| Feb 24 21:41:40.735 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-24T21:41:42.376Z[ recovery-image] Feb 24 21:41:40.757 INFO O| Feb 24 21:41:40.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57762025-02-24T21:41:42.379Z[ recovery-image] Feb 24 21:41:40.757 INFO O| Feb 24 21:41:40.757 INFO STEP 383 (remove_files) COMPLETE
57772025-02-24T21:41:42.379Z[ recovery-image] Feb 24 21:41:40.757 INFO O| Feb 24 21:41:40.757 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-24T21:41:42.398Z[ recovery-image] Feb 24 21:41:40.779 INFO O| Feb 24 21:41:40.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57792025-02-24T21:41:42.401Z[ recovery-image] Feb 24 21:41:40.780 INFO O| Feb 24 21:41:40.779 INFO STEP 384 (remove_files) COMPLETE
57802025-02-24T21:41:42.401Z[ recovery-image] Feb 24 21:41:40.780 INFO O| Feb 24 21:41:40.780 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-24T21:41:42.420Z[ recovery-image] Feb 24 21:41:40.801 INFO O| Feb 24 21:41:40.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57822025-02-24T21:41:42.423Z[ recovery-image] Feb 24 21:41:40.801 INFO O| Feb 24 21:41:40.801 INFO STEP 385 (remove_files) COMPLETE
57832025-02-24T21:41:42.423Z[ recovery-image] Feb 24 21:41:40.801 INFO O| Feb 24 21:41:40.801 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-24T21:41:42.441Z[ recovery-image] Feb 24 21:41:40.822 INFO O| Feb 24 21:41:40.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57852025-02-24T21:41:42.441Z[ recovery-image] Feb 24 21:41:40.822 INFO O| Feb 24 21:41:40.822 INFO STEP 386 (remove_files) COMPLETE
57862025-02-24T21:41:42.441Z[ recovery-image] Feb 24 21:41:40.822 INFO O| Feb 24 21:41:40.822 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-24T21:41:42.463Z[ recovery-image] Feb 24 21:41:40.844 INFO O| Feb 24 21:41:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57882025-02-24T21:41:42.466Z[ recovery-image] Feb 24 21:41:40.844 INFO O| Feb 24 21:41:40.844 INFO STEP 387 (remove_files) COMPLETE
57892025-02-24T21:41:42.466Z[ recovery-image] Feb 24 21:41:40.844 INFO O| Feb 24 21:41:40.844 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-24T21:41:42.486Z[ recovery-image] Feb 24 21:41:40.867 INFO O| Feb 24 21:41:40.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57912025-02-24T21:41:42.486Z[ recovery-image] Feb 24 21:41:40.867 INFO O| Feb 24 21:41:40.867 INFO STEP 388 (remove_files) COMPLETE
57922025-02-24T21:41:42.489Z[ recovery-image] Feb 24 21:41:40.867 INFO O| Feb 24 21:41:40.867 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-24T21:41:42.499Z[ host-image] Feb 24 21:41:40.879 INFO O| Feb 24 21:41:40.879 INFO O| Done
57942025-02-24T21:41:42.509Z[ recovery-image] Feb 24 21:41:40.890 INFO O| Feb 24 21:41:40.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57952025-02-24T21:41:42.509Z[ recovery-image] Feb 24 21:41:40.890 INFO O| Feb 24 21:41:40.890 INFO STEP 389 (remove_files) COMPLETE
57962025-02-24T21:41:42.512Z[ recovery-image] Feb 24 21:41:40.890 INFO O| Feb 24 21:41:40.890 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-24T21:41:42.545Z[ recovery-image] Feb 24 21:41:40.926 INFO O| Feb 24 21:41:40.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57982025-02-24T21:41:42.545Z[ recovery-image] Feb 24 21:41:40.926 INFO O| Feb 24 21:41:40.926 INFO STEP 390 (remove_files) COMPLETE
57992025-02-24T21:41:42.548Z[ recovery-image] Feb 24 21:41:40.926 INFO O| Feb 24 21:41:40.926 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-24T21:41:42.606Z[ recovery-image] Feb 24 21:41:40.987 INFO O| Feb 24 21:41:40.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58012025-02-24T21:41:42.609Z[ recovery-image] Feb 24 21:41:40.987 INFO O| Feb 24 21:41:40.987 INFO STEP 391 (remove_files) COMPLETE
58022025-02-24T21:41:42.609Z[ recovery-image] Feb 24 21:41:40.987 INFO O| Feb 24 21:41:40.987 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-24T21:41:42.630Z[ recovery-image] Feb 24 21:41:41.010 INFO O| Feb 24 21:41:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58042025-02-24T21:41:42.630Z[ recovery-image] Feb 24 21:41:41.010 INFO O| Feb 24 21:41:41.010 INFO STEP 392 (remove_files) COMPLETE
58052025-02-24T21:41:42.630Z[ recovery-image] Feb 24 21:41:41.010 INFO O| Feb 24 21:41:41.010 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-24T21:41:42.676Z[ recovery-image] Feb 24 21:41:41.057 INFO O| Feb 24 21:41:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58072025-02-24T21:41:42.679Z[ recovery-image] Feb 24 21:41:41.057 INFO O| Feb 24 21:41:41.057 INFO STEP 393 (remove_files) COMPLETE
58082025-02-24T21:41:42.679Z[ recovery-image] Feb 24 21:41:41.057 INFO O| Feb 24 21:41:41.057 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-24T21:41:42.700Z[ recovery-image] Feb 24 21:41:41.080 INFO O| Feb 24 21:41:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58102025-02-24T21:41:42.700Z[ recovery-image] Feb 24 21:41:41.080 INFO O| Feb 24 21:41:41.080 INFO STEP 394 (remove_files) COMPLETE
58112025-02-24T21:41:42.700Z[ recovery-image] Feb 24 21:41:41.080 INFO O| Feb 24 21:41:41.080 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-24T21:41:42.727Z[ recovery-image] Feb 24 21:41:41.107 INFO O| Feb 24 21:41:41.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58132025-02-24T21:41:42.727Z[ recovery-image] Feb 24 21:41:41.107 INFO O| Feb 24 21:41:41.107 INFO STEP 395 (remove_files) COMPLETE
58142025-02-24T21:41:42.727Z[ recovery-image] Feb 24 21:41:41.107 INFO O| Feb 24 21:41:41.107 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-24T21:41:42.749Z[ recovery-image] Feb 24 21:41:41.129 INFO O| Feb 24 21:41:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58162025-02-24T21:41:42.751Z[ recovery-image] Feb 24 21:41:41.130 INFO O| Feb 24 21:41:41.129 INFO STEP 396 (remove_files) COMPLETE
58172025-02-24T21:41:42.751Z[ recovery-image] Feb 24 21:41:41.130 INFO O| Feb 24 21:41:41.129 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-24T21:41:42.785Z[ recovery-image] Feb 24 21:41:41.166 INFO O| Feb 24 21:41:41.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58192025-02-24T21:41:42.785Z[ recovery-image] Feb 24 21:41:41.166 INFO O| Feb 24 21:41:41.166 INFO STEP 397 (remove_files) COMPLETE
58202025-02-24T21:41:42.786Z[ recovery-image] Feb 24 21:41:41.166 INFO O| Feb 24 21:41:41.166 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-24T21:41:42.819Z[ recovery-image] Feb 24 21:41:41.200 INFO O| Feb 24 21:41:41.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58222025-02-24T21:41:42.819Z[ recovery-image] Feb 24 21:41:41.200 INFO O| Feb 24 21:41:41.200 INFO STEP 398 (remove_files) COMPLETE
58232025-02-24T21:41:42.822Z[ recovery-image] Feb 24 21:41:41.200 INFO O| Feb 24 21:41:41.200 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-24T21:41:42.865Z[ recovery-image] Feb 24 21:41:41.246 INFO O| Feb 24 21:41:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58252025-02-24T21:41:42.865Z[ recovery-image] Feb 24 21:41:41.246 INFO O| Feb 24 21:41:41.246 INFO STEP 399 (remove_files) COMPLETE
58262025-02-24T21:41:42.865Z[ recovery-image] Feb 24 21:41:41.246 INFO O| Feb 24 21:41:41.246 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-24T21:41:42.933Z[ recovery-image] Feb 24 21:41:41.313 INFO O| Feb 24 21:41:41.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58282025-02-24T21:41:42.933Z[ recovery-image] Feb 24 21:41:41.313 INFO O| Feb 24 21:41:41.313 INFO STEP 400 (remove_files) COMPLETE
58292025-02-24T21:41:42.935Z[ recovery-image] Feb 24 21:41:41.313 INFO O| Feb 24 21:41:41.313 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-24T21:41:42.955Z[ recovery-image] Feb 24 21:41:41.335 INFO O| Feb 24 21:41:41.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58312025-02-24T21:41:42.955Z[ recovery-image] Feb 24 21:41:41.335 INFO O| Feb 24 21:41:41.335 INFO STEP 401 (remove_files) COMPLETE
58322025-02-24T21:41:42.955Z[ recovery-image] Feb 24 21:41:41.335 INFO O| Feb 24 21:41:41.335 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-24T21:41:42.978Z[ recovery-image] Feb 24 21:41:41.357 INFO O| Feb 24 21:41:41.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58342025-02-24T21:41:42.982Z[ recovery-image] Feb 24 21:41:41.357 INFO O| Feb 24 21:41:41.357 INFO STEP 402 (remove_files) COMPLETE
58352025-02-24T21:41:42.982Z[ recovery-image] Feb 24 21:41:41.357 INFO O| Feb 24 21:41:41.357 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-24T21:41:43.017Z[ recovery-image] Feb 24 21:41:41.397 INFO O| Feb 24 21:41:41.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58372025-02-24T21:41:43.017Z[ recovery-image] Feb 24 21:41:41.397 INFO O| Feb 24 21:41:41.397 INFO STEP 403 (remove_files) COMPLETE
58382025-02-24T21:41:43.017Z[ recovery-image] Feb 24 21:41:41.397 INFO O| Feb 24 21:41:41.397 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-24T21:41:43.057Z[ recovery-image] Feb 24 21:41:41.437 INFO O| Feb 24 21:41:41.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58402025-02-24T21:41:43.057Z[ recovery-image] Feb 24 21:41:41.437 INFO O| Feb 24 21:41:41.437 INFO STEP 404 (remove_files) COMPLETE
58412025-02-24T21:41:43.057Z[ recovery-image] Feb 24 21:41:41.437 INFO O| Feb 24 21:41:41.437 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-24T21:41:43.169Z[ recovery-image] Feb 24 21:41:41.550 INFO O| Feb 24 21:41:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58432025-02-24T21:41:43.169Z[ recovery-image] Feb 24 21:41:41.550 INFO O| Feb 24 21:41:41.550 INFO STEP 405 (remove_files) COMPLETE
58442025-02-24T21:41:43.169Z[ recovery-image] Feb 24 21:41:41.550 INFO O| Feb 24 21:41:41.550 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-24T21:41:43.192Z[ recovery-image] Feb 24 21:41:41.572 INFO O| Feb 24 21:41:41.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58462025-02-24T21:41:43.192Z[ recovery-image] Feb 24 21:41:41.572 INFO O| Feb 24 21:41:41.572 INFO STEP 406 (remove_files) COMPLETE
58472025-02-24T21:41:43.192Z[ recovery-image] Feb 24 21:41:41.572 INFO O| Feb 24 21:41:41.572 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-24T21:41:43.214Z[ recovery-image] Feb 24 21:41:41.594 INFO O| Feb 24 21:41:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58492025-02-24T21:41:43.214Z[ recovery-image] Feb 24 21:41:41.594 INFO O| Feb 24 21:41:41.594 INFO STEP 407 (remove_files) COMPLETE
58502025-02-24T21:41:43.215Z[ recovery-image] Feb 24 21:41:41.594 INFO O| Feb 24 21:41:41.594 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-24T21:41:43.236Z[ recovery-image] Feb 24 21:41:41.615 INFO O| Feb 24 21:41:41.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58522025-02-24T21:41:43.236Z[ recovery-image] Feb 24 21:41:41.615 INFO O| Feb 24 21:41:41.615 INFO STEP 408 (remove_files) COMPLETE
58532025-02-24T21:41:43.239Z[ recovery-image] Feb 24 21:41:41.615 INFO O| Feb 24 21:41:41.615 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-24T21:41:43.256Z[ recovery-image] Feb 24 21:41:41.636 INFO O| Feb 24 21:41:41.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58552025-02-24T21:41:43.256Z[ recovery-image] Feb 24 21:41:41.636 INFO O| Feb 24 21:41:41.636 INFO STEP 409 (remove_files) COMPLETE
58562025-02-24T21:41:43.259Z[ recovery-image] Feb 24 21:41:41.636 INFO O| Feb 24 21:41:41.636 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-24T21:41:43.279Z[ recovery-image] Feb 24 21:41:41.658 INFO O| Feb 24 21:41:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58582025-02-24T21:41:43.279Z[ recovery-image] Feb 24 21:41:41.658 INFO O| Feb 24 21:41:41.658 INFO STEP 410 (remove_files) COMPLETE
58592025-02-24T21:41:43.283Z[ recovery-image] Feb 24 21:41:41.658 INFO O| Feb 24 21:41:41.658 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-24T21:41:43.299Z[ recovery-image] Feb 24 21:41:41.680 INFO O| Feb 24 21:41:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58612025-02-24T21:41:43.299Z[ recovery-image] Feb 24 21:41:41.680 INFO O| Feb 24 21:41:41.680 INFO STEP 411 (remove_files) COMPLETE
58622025-02-24T21:41:43.299Z[ recovery-image] Feb 24 21:41:41.680 INFO O| Feb 24 21:41:41.680 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-24T21:41:43.409Z[ recovery-image] Feb 24 21:41:41.789 INFO O| Feb 24 21:41:41.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58642025-02-24T21:41:43.409Z[ recovery-image] Feb 24 21:41:41.789 INFO O| Feb 24 21:41:41.789 INFO STEP 412 (remove_files) COMPLETE
58652025-02-24T21:41:43.409Z[ recovery-image] Feb 24 21:41:41.789 INFO O| Feb 24 21:41:41.789 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-24T21:41:43.412Z[verify-libraries] Compiling petname v2.0.2
58672025-02-24T21:41:43.471Z[ recovery-image] Feb 24 21:41:41.852 INFO O| Feb 24 21:41:41.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58682025-02-24T21:41:43.474Z[ recovery-image] Feb 24 21:41:41.852 INFO O| Feb 24 21:41:41.852 INFO STEP 413 (remove_files) COMPLETE
58692025-02-24T21:41:43.474Z[ recovery-image] Feb 24 21:41:41.852 INFO O| Feb 24 21:41:41.852 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-24T21:41:43.520Z[ recovery-image] Feb 24 21:41:41.901 INFO O| Feb 24 21:41:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58712025-02-24T21:41:43.520Z[ recovery-image] Feb 24 21:41:41.901 INFO O| Feb 24 21:41:41.901 INFO STEP 414 (remove_files) COMPLETE
58722025-02-24T21:41:43.523Z[ recovery-image] Feb 24 21:41:41.901 INFO O| Feb 24 21:41:41.901 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-24T21:41:43.543Z[ recovery-image] Feb 24 21:41:41.923 INFO O| Feb 24 21:41:41.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58742025-02-24T21:41:43.543Z[ recovery-image] Feb 24 21:41:41.923 INFO O| Feb 24 21:41:41.923 INFO STEP 415 (remove_files) COMPLETE
58752025-02-24T21:41:43.543Z[ recovery-image] Feb 24 21:41:41.923 INFO O| Feb 24 21:41:41.923 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-24T21:41:43.587Z[ recovery-image] Feb 24 21:41:41.968 INFO O| Feb 24 21:41:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58772025-02-24T21:41:43.590Z[ recovery-image] Feb 24 21:41:41.968 INFO O| Feb 24 21:41:41.968 INFO STEP 416 (remove_files) COMPLETE
58782025-02-24T21:41:43.590Z[ recovery-image] Feb 24 21:41:41.968 INFO O| Feb 24 21:41:41.968 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-24T21:41:43.611Z[ recovery-image] Feb 24 21:41:41.991 INFO O| Feb 24 21:41:41.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58802025-02-24T21:41:43.613Z[ recovery-image] Feb 24 21:41:41.992 INFO O| Feb 24 21:41:41.992 INFO STEP 417 (remove_files) COMPLETE
58812025-02-24T21:41:43.613Z[ recovery-image] Feb 24 21:41:41.992 INFO O| Feb 24 21:41:41.992 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-24T21:41:43.643Z[ recovery-image] Feb 24 21:41:42.023 INFO O| Feb 24 21:41:42.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58832025-02-24T21:41:43.643Z[ recovery-image] Feb 24 21:41:42.023 INFO O| Feb 24 21:41:42.023 INFO STEP 418 (remove_files) COMPLETE
58842025-02-24T21:41:43.645Z[ recovery-image] Feb 24 21:41:42.023 INFO O| Feb 24 21:41:42.023 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-24T21:41:43.666Z[ recovery-image] Feb 24 21:41:42.047 INFO O| Feb 24 21:41:42.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58862025-02-24T21:41:43.669Z[ recovery-image] Feb 24 21:41:42.047 INFO O| Feb 24 21:41:42.047 INFO STEP 419 (remove_files) COMPLETE
58872025-02-24T21:41:43.669Z[ recovery-image] Feb 24 21:41:42.047 INFO O| Feb 24 21:41:42.047 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-24T21:41:43.698Z[ recovery-image] Feb 24 21:41:42.078 INFO O| Feb 24 21:41:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58892025-02-24T21:41:43.698Z[ recovery-image] Feb 24 21:41:42.078 INFO O| Feb 24 21:41:42.078 INFO STEP 420 (remove_files) COMPLETE
58902025-02-24T21:41:43.698Z[ recovery-image] Feb 24 21:41:42.078 INFO O| Feb 24 21:41:42.078 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-24T21:41:43.721Z[ recovery-image] Feb 24 21:41:42.101 INFO O| Feb 24 21:41:42.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58922025-02-24T21:41:43.721Z[ recovery-image] Feb 24 21:41:42.101 INFO O| Feb 24 21:41:42.101 INFO STEP 421 (remove_files) COMPLETE
58932025-02-24T21:41:43.721Z[ recovery-image] Feb 24 21:41:42.101 INFO O| Feb 24 21:41:42.101 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-24T21:41:43.745Z[ recovery-image] Feb 24 21:41:42.124 INFO O| Feb 24 21:41:42.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58952025-02-24T21:41:43.745Z[ recovery-image] Feb 24 21:41:42.124 INFO O| Feb 24 21:41:42.124 INFO STEP 422 (remove_files) COMPLETE
58962025-02-24T21:41:43.745Z[ recovery-image] Feb 24 21:41:42.124 INFO O| Feb 24 21:41:42.124 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-24T21:41:43.778Z[ recovery-image] Feb 24 21:41:42.158 INFO O| Feb 24 21:41:42.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58982025-02-24T21:41:43.778Z[ recovery-image] Feb 24 21:41:42.159 INFO O| Feb 24 21:41:42.159 INFO STEP 423 (remove_files) COMPLETE
58992025-02-24T21:41:43.778Z[ recovery-image] Feb 24 21:41:42.159 INFO O| Feb 24 21:41:42.159 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-24T21:41:43.834Z[ recovery-image] Feb 24 21:41:42.215 INFO O| Feb 24 21:41:42.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59012025-02-24T21:41:43.834Z[ recovery-image] Feb 24 21:41:42.215 INFO O| Feb 24 21:41:42.215 INFO STEP 424 (remove_files) COMPLETE
59022025-02-24T21:41:43.835Z[ recovery-image] Feb 24 21:41:42.215 INFO O| Feb 24 21:41:42.215 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-24T21:41:43.858Z[ recovery-image] Feb 24 21:41:42.238 INFO O| Feb 24 21:41:42.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59042025-02-24T21:41:43.868Z[ recovery-image] Feb 24 21:41:42.238 INFO O| Feb 24 21:41:42.238 INFO STEP 425 (remove_files) COMPLETE
59052025-02-24T21:41:43.868Z[ recovery-image] Feb 24 21:41:42.238 INFO O| Feb 24 21:41:42.238 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-24T21:41:43.880Z[ recovery-image] Feb 24 21:41:42.260 INFO O| Feb 24 21:41:42.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59072025-02-24T21:41:43.880Z[ recovery-image] Feb 24 21:41:42.260 INFO O| Feb 24 21:41:42.260 INFO STEP 426 (remove_files) COMPLETE
59082025-02-24T21:41:43.880Z[ recovery-image] Feb 24 21:41:42.260 INFO O| Feb 24 21:41:42.260 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-24T21:41:43.901Z[ recovery-image] Feb 24 21:41:42.281 INFO O| Feb 24 21:41:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59102025-02-24T21:41:43.921Z[ recovery-image] Feb 24 21:41:42.302 INFO O| Feb 24 21:41:42.302 INFO STEP 427 (remove_files) COMPLETE
59112025-02-24T21:41:43.922Z[ recovery-image] Feb 24 21:41:42.302 INFO O| Feb 24 21:41:42.302 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-24T21:41:43.951Z[ recovery-image] Feb 24 21:41:42.332 INFO O| Feb 24 21:41:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59132025-02-24T21:41:43.954Z[ recovery-image] Feb 24 21:41:42.332 INFO O| Feb 24 21:41:42.332 INFO STEP 428 (remove_files) COMPLETE
59142025-02-24T21:41:43.954Z[ recovery-image] Feb 24 21:41:42.332 INFO O| Feb 24 21:41:42.332 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-24T21:41:43.976Z[ recovery-image] Feb 24 21:41:42.357 INFO O| Feb 24 21:41:42.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59162025-02-24T21:41:43.983Z[ recovery-image] Feb 24 21:41:42.357 INFO O| Feb 24 21:41:42.357 INFO STEP 429 (remove_files) COMPLETE
59172025-02-24T21:41:43.983Z[ recovery-image] Feb 24 21:41:42.357 INFO O| Feb 24 21:41:42.357 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-24T21:41:43.998Z[ recovery-image] Feb 24 21:41:42.379 INFO O| Feb 24 21:41:42.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59192025-02-24T21:41:44.001Z[ recovery-image] Feb 24 21:41:42.379 INFO O| Feb 24 21:41:42.379 INFO STEP 430 (remove_files) COMPLETE
59202025-02-24T21:41:44.001Z[ recovery-image] Feb 24 21:41:42.379 INFO O| Feb 24 21:41:42.379 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-24T21:41:44.042Z[ recovery-image] Feb 24 21:41:42.422 INFO O| Feb 24 21:41:42.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59222025-02-24T21:41:44.042Z[ recovery-image] Feb 24 21:41:42.422 INFO O| Feb 24 21:41:42.422 INFO STEP 431 (remove_files) COMPLETE
59232025-02-24T21:41:44.042Z[ recovery-image] Feb 24 21:41:42.422 INFO O| Feb 24 21:41:42.422 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-24T21:41:44.079Z[ recovery-image] Feb 24 21:41:42.459 INFO O| Feb 24 21:41:42.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59252025-02-24T21:41:44.079Z[ recovery-image] Feb 24 21:41:42.459 INFO O| Feb 24 21:41:42.459 INFO STEP 432 (remove_files) COMPLETE
59262025-02-24T21:41:44.079Z[ recovery-image] Feb 24 21:41:42.459 INFO O| Feb 24 21:41:42.459 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-24T21:41:44.104Z[ recovery-image] Feb 24 21:41:42.484 INFO O| Feb 24 21:41:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59282025-02-24T21:41:44.106Z[ recovery-image] Feb 24 21:41:42.484 INFO O| Feb 24 21:41:42.484 INFO STEP 433 (remove_files) COMPLETE
59292025-02-24T21:41:44.106Z[ recovery-image] Feb 24 21:41:42.484 INFO O| Feb 24 21:41:42.484 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-24T21:41:44.128Z[ recovery-image] Feb 24 21:41:42.508 INFO O| Feb 24 21:41:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59312025-02-24T21:41:44.128Z[ recovery-image] Feb 24 21:41:42.508 INFO O| Feb 24 21:41:42.508 INFO STEP 434 (remove_files) COMPLETE
59322025-02-24T21:41:44.131Z[ recovery-image] Feb 24 21:41:42.508 INFO O| Feb 24 21:41:42.508 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-02-24T21:41:44.152Z[ recovery-image] Feb 24 21:41:42.531 INFO O| Feb 24 21:41:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59342025-02-24T21:41:44.152Z[ recovery-image] Feb 24 21:41:42.531 INFO O| Feb 24 21:41:42.531 INFO STEP 435 (remove_files) COMPLETE
59352025-02-24T21:41:44.152Z[ recovery-image] Feb 24 21:41:42.531 INFO O| Feb 24 21:41:42.531 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-02-24T21:41:44.184Z[ recovery-image] Feb 24 21:41:42.564 INFO O| Feb 24 21:41:42.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59372025-02-24T21:41:44.184Z[ recovery-image] Feb 24 21:41:42.564 INFO O| Feb 24 21:41:42.564 INFO STEP 436 (remove_files) COMPLETE
59382025-02-24T21:41:44.187Z[ recovery-image] Feb 24 21:41:42.564 INFO O| Feb 24 21:41:42.564 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-02-24T21:41:44.268Z[ recovery-image] Feb 24 21:41:42.648 INFO O| Feb 24 21:41:42.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59402025-02-24T21:41:44.268Z[ recovery-image] Feb 24 21:41:42.648 INFO O| Feb 24 21:41:42.648 INFO STEP 437 (remove_files) COMPLETE
59412025-02-24T21:41:44.268Z[ recovery-image] Feb 24 21:41:42.648 INFO O| Feb 24 21:41:42.648 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-02-24T21:41:44.305Z[ recovery-image] Feb 24 21:41:42.685 INFO O| Feb 24 21:41:42.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59432025-02-24T21:41:44.305Z[ recovery-image] Feb 24 21:41:42.686 INFO O| Feb 24 21:41:42.685 INFO STEP 438 (remove_files) COMPLETE
59442025-02-24T21:41:44.305Z[ recovery-image] Feb 24 21:41:42.686 INFO O| Feb 24 21:41:42.686 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-02-24T21:41:44.328Z[ recovery-image] Feb 24 21:41:42.708 INFO O| Feb 24 21:41:42.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59462025-02-24T21:41:44.331Z[ recovery-image] Feb 24 21:41:42.708 INFO O| Feb 24 21:41:42.708 INFO STEP 439 (remove_files) COMPLETE
59472025-02-24T21:41:44.331Z[ recovery-image] Feb 24 21:41:42.708 INFO O| Feb 24 21:41:42.708 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-02-24T21:41:44.351Z[ recovery-image] Feb 24 21:41:42.732 INFO O| Feb 24 21:41:42.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59492025-02-24T21:41:44.351Z[ recovery-image] Feb 24 21:41:42.732 INFO O| Feb 24 21:41:42.732 INFO STEP 440 (remove_files) COMPLETE
59502025-02-24T21:41:44.351Z[ recovery-image] Feb 24 21:41:42.732 INFO O| Feb 24 21:41:42.732 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-02-24T21:41:44.376Z[ recovery-image] Feb 24 21:41:42.756 INFO O| Feb 24 21:41:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59522025-02-24T21:41:44.376Z[ recovery-image] Feb 24 21:41:42.756 INFO O| Feb 24 21:41:42.756 INFO STEP 441 (remove_files) COMPLETE
59532025-02-24T21:41:44.379Z[ recovery-image] Feb 24 21:41:42.756 INFO O| Feb 24 21:41:42.756 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-24T21:41:44.400Z[ recovery-image] Feb 24 21:41:42.780 INFO O| Feb 24 21:41:42.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59552025-02-24T21:41:44.400Z[ recovery-image] Feb 24 21:41:42.781 INFO O| Feb 24 21:41:42.781 INFO STEP 442 (remove_files) COMPLETE
59562025-02-24T21:41:44.400Z[ recovery-image] Feb 24 21:41:42.781 INFO O| Feb 24 21:41:42.781 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-24T21:41:44.446Z[ recovery-image] Feb 24 21:41:42.827 INFO O| Feb 24 21:41:42.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59582025-02-24T21:41:44.446Z[ recovery-image] Feb 24 21:41:42.827 INFO O| Feb 24 21:41:42.815 INFO STEP 443 (remove_files) COMPLETE
59592025-02-24T21:41:44.446Z[ recovery-image] Feb 24 21:41:42.827 INFO O| Feb 24 21:41:42.815 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-24T21:41:44.472Z[ recovery-image] Feb 24 21:41:42.851 INFO O| Feb 24 21:41:42.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59612025-02-24T21:41:44.472Z[ recovery-image] Feb 24 21:41:42.851 INFO O| Feb 24 21:41:42.851 INFO STEP 444 (remove_files) COMPLETE
59622025-02-24T21:41:44.473Z[ recovery-image] Feb 24 21:41:42.852 INFO O| Feb 24 21:41:42.852 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-24T21:41:44.530Z[ recovery-image] Feb 24 21:41:42.910 INFO O| Feb 24 21:41:42.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59642025-02-24T21:41:44.530Z[ recovery-image] Feb 24 21:41:42.910 INFO O| Feb 24 21:41:42.910 INFO STEP 445 (remove_files) COMPLETE
59652025-02-24T21:41:44.530Z[ recovery-image] Feb 24 21:41:42.910 INFO O| Feb 24 21:41:42.910 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-24T21:41:44.551Z[ recovery-image] Feb 24 21:41:42.931 INFO O| Feb 24 21:41:42.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59672025-02-24T21:41:44.553Z[ recovery-image] Feb 24 21:41:42.931 INFO O| Feb 24 21:41:42.931 INFO STEP 446 (remove_files) COMPLETE
59682025-02-24T21:41:44.553Z[ recovery-image] Feb 24 21:41:42.931 INFO O| Feb 24 21:41:42.931 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-24T21:41:44.578Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
59702025-02-24T21:41:44.583Z[ recovery-image] Feb 24 21:41:42.964 INFO O| Feb 24 21:41:42.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59712025-02-24T21:41:44.583Z[ recovery-image] Feb 24 21:41:42.964 INFO O| Feb 24 21:41:42.964 INFO STEP 447 (remove_files) COMPLETE
59722025-02-24T21:41:44.586Z[ recovery-image] Feb 24 21:41:42.964 INFO O| Feb 24 21:41:42.964 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-02-24T21:41:44.652Z[ recovery-image] Feb 24 21:41:43.032 INFO O| Feb 24 21:41:43.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59742025-02-24T21:41:44.652Z[ recovery-image] Feb 24 21:41:43.032 INFO O| Feb 24 21:41:43.032 INFO STEP 448 (remove_files) COMPLETE
59752025-02-24T21:41:44.652Z[ recovery-image] Feb 24 21:41:43.032 INFO O| Feb 24 21:41:43.032 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-02-24T21:41:44.678Z[ recovery-image] Feb 24 21:41:43.058 INFO O| Feb 24 21:41:43.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59772025-02-24T21:41:44.678Z[ recovery-image] Feb 24 21:41:43.058 INFO O| Feb 24 21:41:43.058 INFO STEP 449 (remove_files) COMPLETE
59782025-02-24T21:41:44.681Z[ recovery-image] Feb 24 21:41:43.059 INFO O| Feb 24 21:41:43.058 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-02-24T21:41:44.700Z[ recovery-image] Feb 24 21:41:43.081 INFO O| Feb 24 21:41:43.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59802025-02-24T21:41:44.701Z[ recovery-image] Feb 24 21:41:43.081 INFO O| Feb 24 21:41:43.081 INFO STEP 450 (remove_files) COMPLETE
59812025-02-24T21:41:44.703Z[ recovery-image] Feb 24 21:41:43.081 INFO O| Feb 24 21:41:43.081 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-02-24T21:41:44.724Z[ recovery-image] Feb 24 21:41:43.104 INFO O| Feb 24 21:41:43.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59832025-02-24T21:41:44.726Z[ recovery-image] Feb 24 21:41:43.104 INFO O| Feb 24 21:41:43.104 INFO STEP 451 (remove_files) COMPLETE
59842025-02-24T21:41:44.726Z[ recovery-image] Feb 24 21:41:43.104 INFO O| Feb 24 21:41:43.104 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-02-24T21:41:44.759Z[ recovery-image] Feb 24 21:41:43.139 INFO O| Feb 24 21:41:43.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59862025-02-24T21:41:44.759Z[ recovery-image] Feb 24 21:41:43.139 INFO O| Feb 24 21:41:43.139 INFO STEP 452 (remove_files) COMPLETE
59872025-02-24T21:41:44.761Z[ recovery-image] Feb 24 21:41:43.139 INFO O| Feb 24 21:41:43.139 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-02-24T21:41:44.779Z[ recovery-image] Feb 24 21:41:43.159 INFO O| Feb 24 21:41:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59892025-02-24T21:41:44.779Z[ recovery-image] Feb 24 21:41:43.159 INFO O| Feb 24 21:41:43.159 INFO STEP 453 (remove_files) COMPLETE
59902025-02-24T21:41:44.779Z[ recovery-image] Feb 24 21:41:43.159 INFO O| Feb 24 21:41:43.159 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-02-24T21:41:44.824Z[ recovery-image] Feb 24 21:41:43.204 INFO O| Feb 24 21:41:43.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59922025-02-24T21:41:44.827Z[ recovery-image] Feb 24 21:41:43.204 INFO O| Feb 24 21:41:43.204 INFO STEP 454 (remove_files) COMPLETE
59932025-02-24T21:41:44.827Z[ recovery-image] Feb 24 21:41:43.205 INFO O| Feb 24 21:41:43.205 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-02-24T21:41:44.859Z[ recovery-image] Feb 24 21:41:43.239 INFO O| Feb 24 21:41:43.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59952025-02-24T21:41:44.862Z[ recovery-image] Feb 24 21:41:43.239 INFO O| Feb 24 21:41:43.239 INFO STEP 455 (remove_files) COMPLETE
59962025-02-24T21:41:44.862Z[ recovery-image] Feb 24 21:41:43.239 INFO O| Feb 24 21:41:43.239 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-02-24T21:41:44.884Z[ recovery-image] Feb 24 21:41:43.264 INFO O| Feb 24 21:41:43.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59982025-02-24T21:41:44.884Z[ recovery-image] Feb 24 21:41:43.264 INFO O| Feb 24 21:41:43.264 INFO STEP 456 (remove_files) COMPLETE
59992025-02-24T21:41:44.886Z[ recovery-image] Feb 24 21:41:43.264 INFO O| Feb 24 21:41:43.264 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-24T21:41:44.923Z[ recovery-image] Feb 24 21:41:43.302 INFO O| Feb 24 21:41:43.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60012025-02-24T21:41:44.923Z[ recovery-image] Feb 24 21:41:43.302 INFO O| Feb 24 21:41:43.302 INFO STEP 457 (remove_files) COMPLETE
60022025-02-24T21:41:44.923Z[ recovery-image] Feb 24 21:41:43.303 INFO O| Feb 24 21:41:43.302 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-24T21:41:44.961Z[ recovery-image] Feb 24 21:41:43.341 INFO O| Feb 24 21:41:43.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60042025-02-24T21:41:44.961Z[ recovery-image] Feb 24 21:41:43.341 INFO O| Feb 24 21:41:43.341 INFO STEP 458 (remove_files) COMPLETE
60052025-02-24T21:41:44.961Z[ recovery-image] Feb 24 21:41:43.341 INFO O| Feb 24 21:41:43.341 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-24T21:41:44.986Z[ recovery-image] Feb 24 21:41:43.363 INFO O| Feb 24 21:41:43.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60072025-02-24T21:41:44.996Z[ recovery-image] Feb 24 21:41:43.373 INFO O| Feb 24 21:41:43.373 INFO STEP 459 (remove_files) COMPLETE
60082025-02-24T21:41:44.996Z[ recovery-image] Feb 24 21:41:43.373 INFO O| Feb 24 21:41:43.373 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-24T21:41:45.052Z[ recovery-image] Feb 24 21:41:43.433 INFO O| Feb 24 21:41:43.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60102025-02-24T21:41:45.052Z[ recovery-image] Feb 24 21:41:43.433 INFO O| Feb 24 21:41:43.433 INFO STEP 460 (remove_files) COMPLETE
60112025-02-24T21:41:45.052Z[ recovery-image] Feb 24 21:41:43.433 INFO O| Feb 24 21:41:43.433 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-24T21:41:45.078Z[ recovery-image] Feb 24 21:41:43.457 INFO O| Feb 24 21:41:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60132025-02-24T21:41:45.078Z[ recovery-image] Feb 24 21:41:43.457 INFO O| Feb 24 21:41:43.457 INFO STEP 461 (remove_files) COMPLETE
60142025-02-24T21:41:45.078Z[ recovery-image] Feb 24 21:41:43.457 INFO O| Feb 24 21:41:43.457 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-24T21:41:45.100Z[ recovery-image] Feb 24 21:41:43.480 INFO O| Feb 24 21:41:43.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60162025-02-24T21:41:45.105Z[ recovery-image] Feb 24 21:41:43.484 INFO O| Feb 24 21:41:43.484 INFO STEP 462 (remove_files) COMPLETE
60172025-02-24T21:41:45.105Z[ recovery-image] Feb 24 21:41:43.484 INFO O| Feb 24 21:41:43.484 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-02-24T21:41:45.167Z[ recovery-image] Feb 24 21:41:43.545 INFO O| Feb 24 21:41:43.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60192025-02-24T21:41:45.167Z[ recovery-image] Feb 24 21:41:43.545 INFO O| Feb 24 21:41:43.545 INFO STEP 463 (remove_files) COMPLETE
60202025-02-24T21:41:45.167Z[ recovery-image] Feb 24 21:41:43.545 INFO O| Feb 24 21:41:43.545 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-02-24T21:41:45.191Z[ recovery-image] Feb 24 21:41:43.569 INFO O| Feb 24 21:41:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60222025-02-24T21:41:45.194Z[ recovery-image] Feb 24 21:41:43.569 INFO O| Feb 24 21:41:43.569 INFO STEP 464 (remove_files) COMPLETE
60232025-02-24T21:41:45.194Z[ recovery-image] Feb 24 21:41:43.569 INFO O| Feb 24 21:41:43.569 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-02-24T21:41:45.214Z[ recovery-image] Feb 24 21:41:43.594 INFO O| Feb 24 21:41:43.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60252025-02-24T21:41:45.214Z[ recovery-image] Feb 24 21:41:43.594 INFO O| Feb 24 21:41:43.594 INFO STEP 465 (remove_files) COMPLETE
60262025-02-24T21:41:45.217Z[ recovery-image] Feb 24 21:41:43.594 INFO O| Feb 24 21:41:43.594 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-02-24T21:41:45.274Z[ recovery-image] Feb 24 21:41:43.652 INFO O| Feb 24 21:41:43.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60282025-02-24T21:41:45.274Z[ recovery-image] Feb 24 21:41:43.652 INFO O| Feb 24 21:41:43.652 INFO STEP 466 (remove_files) COMPLETE
60292025-02-24T21:41:45.274Z[ recovery-image] Feb 24 21:41:43.652 INFO O| Feb 24 21:41:43.652 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-02-24T21:41:45.296Z[ recovery-image] Feb 24 21:41:43.676 INFO O| Feb 24 21:41:43.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60312025-02-24T21:41:45.297Z[ recovery-image] Feb 24 21:41:43.676 INFO O| Feb 24 21:41:43.676 INFO STEP 467 (remove_files) COMPLETE
60322025-02-24T21:41:45.297Z[ recovery-image] Feb 24 21:41:43.676 INFO O| Feb 24 21:41:43.676 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-02-24T21:41:45.319Z[ recovery-image] Feb 24 21:41:43.699 INFO O| Feb 24 21:41:43.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60342025-02-24T21:41:45.319Z[ recovery-image] Feb 24 21:41:43.699 INFO O| Feb 24 21:41:43.699 INFO STEP 468 (remove_files) COMPLETE
60352025-02-24T21:41:45.322Z[ recovery-image] Feb 24 21:41:43.699 INFO O| Feb 24 21:41:43.699 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-02-24T21:41:45.343Z[ recovery-image] Feb 24 21:41:43.722 INFO O| Feb 24 21:41:43.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60372025-02-24T21:41:45.343Z[ recovery-image] Feb 24 21:41:43.722 INFO O| Feb 24 21:41:43.722 INFO STEP 469 (remove_files) COMPLETE
60382025-02-24T21:41:45.343Z[ recovery-image] Feb 24 21:41:43.722 INFO O| Feb 24 21:41:43.722 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-02-24T21:41:45.403Z[ recovery-image] Feb 24 21:41:43.783 INFO O| Feb 24 21:41:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60402025-02-24T21:41:45.406Z[ recovery-image] Feb 24 21:41:43.783 INFO O| Feb 24 21:41:43.783 INFO STEP 470 (remove_files) COMPLETE
60412025-02-24T21:41:45.406Z[ recovery-image] Feb 24 21:41:43.783 INFO O| Feb 24 21:41:43.783 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-02-24T21:41:45.428Z[ recovery-image] Feb 24 21:41:43.807 INFO O| Feb 24 21:41:43.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60432025-02-24T21:41:45.428Z[ recovery-image] Feb 24 21:41:43.808 INFO O| Feb 24 21:41:43.807 INFO STEP 471 (remove_files) COMPLETE
60442025-02-24T21:41:45.428Z[ recovery-image] Feb 24 21:41:43.808 INFO O| Feb 24 21:41:43.808 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-02-24T21:41:45.452Z[ recovery-image] Feb 24 21:41:43.832 INFO O| Feb 24 21:41:43.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60462025-02-24T21:41:45.452Z[ recovery-image] Feb 24 21:41:43.832 INFO O| Feb 24 21:41:43.832 INFO STEP 472 (remove_files) COMPLETE
60472025-02-24T21:41:45.455Z[ recovery-image] Feb 24 21:41:43.832 INFO O| Feb 24 21:41:43.832 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-24T21:41:45.476Z[ recovery-image] Feb 24 21:41:43.855 INFO O| Feb 24 21:41:43.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60492025-02-24T21:41:45.476Z[ recovery-image] Feb 24 21:41:43.856 INFO O| Feb 24 21:41:43.855 INFO STEP 473 (remove_files) COMPLETE
60502025-02-24T21:41:45.476Z[ recovery-image] Feb 24 21:41:43.856 INFO O| Feb 24 21:41:43.856 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-24T21:41:45.501Z[ recovery-image] Feb 24 21:41:43.880 INFO O| Feb 24 21:41:43.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60522025-02-24T21:41:45.501Z[ recovery-image] Feb 24 21:41:43.880 INFO O| Feb 24 21:41:43.880 INFO STEP 474 (remove_files) COMPLETE
60532025-02-24T21:41:45.501Z[ recovery-image] Feb 24 21:41:43.880 INFO O| Feb 24 21:41:43.880 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-24T21:41:45.523Z[ recovery-image] Feb 24 21:41:43.903 INFO O| Feb 24 21:41:43.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60552025-02-24T21:41:45.526Z[ recovery-image] Feb 24 21:41:43.903 INFO O| Feb 24 21:41:43.903 INFO STEP 475 (remove_files) COMPLETE
60562025-02-24T21:41:45.526Z[ recovery-image] Feb 24 21:41:43.903 INFO O| Feb 24 21:41:43.903 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-24T21:41:45.545Z[ recovery-image] Feb 24 21:41:43.925 INFO O| Feb 24 21:41:43.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60582025-02-24T21:41:45.545Z[ recovery-image] Feb 24 21:41:43.925 INFO O| Feb 24 21:41:43.925 INFO STEP 476 (remove_files) COMPLETE
60592025-02-24T21:41:45.545Z[ recovery-image] Feb 24 21:41:43.925 INFO O| Feb 24 21:41:43.925 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-24T21:41:45.552Z[ host-image] Feb 24 21:41:43.932 INFO O| Feb 24 21:41:43.932 INFO O| Done
60612025-02-24T21:41:45.567Z[ recovery-image] Feb 24 21:41:43.947 INFO O| Feb 24 21:41:43.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60622025-02-24T21:41:45.567Z[ recovery-image] Feb 24 21:41:43.947 INFO O| Feb 24 21:41:43.947 INFO STEP 477 (remove_files) COMPLETE
60632025-02-24T21:41:45.570Z[ recovery-image] Feb 24 21:41:43.947 INFO O| Feb 24 21:41:43.947 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-24T21:41:45.590Z[ recovery-image] Feb 24 21:41:43.970 INFO O| Feb 24 21:41:43.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60652025-02-24T21:41:45.596Z[ host-image] Feb 24 21:41:43.976 INFO O| Feb 24 21:41:43.976 INFO O| Done
60662025-02-24T21:41:45.599Z[ host-image] Feb 24 21:41:43.977 INFO O| Feb 24 21:41:43.977 INFO O| Done
60672025-02-24T21:41:45.602Z[ recovery-image] Feb 24 21:41:43.981 INFO O| Feb 24 21:41:43.981 INFO STEP 478 (remove_files) COMPLETE
60682025-02-24T21:41:45.602Z[ recovery-image] Feb 24 21:41:43.981 INFO O| Feb 24 21:41:43.981 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-24T21:41:45.616Z[ host-image] Feb 24 21:41:43.995 INFO O| Feb 24 21:41:43.995 INFO O| Done
60702025-02-24T21:41:45.624Z[ recovery-image] Feb 24 21:41:44.004 INFO O| Feb 24 21:41:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60712025-02-24T21:41:45.624Z[ recovery-image] Feb 24 21:41:44.004 INFO O| Feb 24 21:41:44.004 INFO STEP 479 (remove_files) COMPLETE
60722025-02-24T21:41:45.624Z[ recovery-image] Feb 24 21:41:44.004 INFO O| Feb 24 21:41:44.004 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-24T21:41:45.649Z[ recovery-image] Feb 24 21:41:44.028 INFO O| Feb 24 21:41:44.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60742025-02-24T21:41:45.649Z[ recovery-image] Feb 24 21:41:44.029 INFO O| Feb 24 21:41:44.028 INFO STEP 480 (remove_files) COMPLETE
60752025-02-24T21:41:45.649Z[ recovery-image] Feb 24 21:41:44.029 INFO O| Feb 24 21:41:44.028 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-24T21:41:45.673Z[ recovery-image] Feb 24 21:41:44.053 INFO O| Feb 24 21:41:44.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60772025-02-24T21:41:45.676Z[ recovery-image] Feb 24 21:41:44.053 INFO O| Feb 24 21:41:44.053 INFO STEP 481 (remove_files) COMPLETE
60782025-02-24T21:41:45.676Z[ recovery-image] Feb 24 21:41:44.053 INFO O| Feb 24 21:41:44.053 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-24T21:41:45.703Z[ recovery-image] Feb 24 21:41:44.082 INFO O| Feb 24 21:41:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60802025-02-24T21:41:45.705Z[ recovery-image] Feb 24 21:41:44.083 INFO O| Feb 24 21:41:44.082 INFO STEP 482 (remove_files) COMPLETE
60812025-02-24T21:41:45.705Z[ recovery-image] Feb 24 21:41:44.083 INFO O| Feb 24 21:41:44.083 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-24T21:41:45.728Z[ recovery-image] Feb 24 21:41:44.107 INFO O| Feb 24 21:41:44.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60832025-02-24T21:41:45.728Z[ recovery-image] Feb 24 21:41:44.108 INFO O| Feb 24 21:41:44.108 INFO STEP 483 (remove_files) COMPLETE
60842025-02-24T21:41:45.731Z[ recovery-image] Feb 24 21:41:44.108 INFO O| Feb 24 21:41:44.108 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-24T21:41:45.761Z[ recovery-image] Feb 24 21:41:44.140 INFO O| Feb 24 21:41:44.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60862025-02-24T21:41:45.761Z[ recovery-image] Feb 24 21:41:44.140 INFO O| Feb 24 21:41:44.140 INFO STEP 484 (remove_files) COMPLETE
60872025-02-24T21:41:45.761Z[ recovery-image] Feb 24 21:41:44.140 INFO O| Feb 24 21:41:44.140 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-24T21:41:45.781Z[verify-libraries] Compiling internet-checksum v0.2.1
60892025-02-24T21:41:45.785Z[ recovery-image] Feb 24 21:41:44.162 INFO O| Feb 24 21:41:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60902025-02-24T21:41:45.785Z[ recovery-image] Feb 24 21:41:44.162 INFO O| Feb 24 21:41:44.162 INFO STEP 485 (remove_files) COMPLETE
60912025-02-24T21:41:45.785Z[ recovery-image] Feb 24 21:41:44.162 INFO O| Feb 24 21:41:44.162 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-02-24T21:41:45.817Z[ recovery-image] Feb 24 21:41:44.196 INFO O| Feb 24 21:41:44.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60932025-02-24T21:41:45.820Z[ recovery-image] Feb 24 21:41:44.196 INFO O| Feb 24 21:41:44.196 INFO STEP 486 (remove_files) COMPLETE
60942025-02-24T21:41:45.820Z[ recovery-image] Feb 24 21:41:44.196 INFO O| Feb 24 21:41:44.196 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-02-24T21:41:45.838Z[ recovery-image] Feb 24 21:41:44.218 INFO O| Feb 24 21:41:44.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60962025-02-24T21:41:45.841Z[ recovery-image] Feb 24 21:41:44.218 INFO O| Feb 24 21:41:44.218 INFO STEP 487 (remove_files) COMPLETE
60972025-02-24T21:41:45.841Z[ recovery-image] Feb 24 21:41:44.218 INFO O| Feb 24 21:41:44.218 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-02-24T21:41:45.860Z[ recovery-image] Feb 24 21:41:44.240 INFO O| Feb 24 21:41:44.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60992025-02-24T21:41:45.869Z[ recovery-image] Feb 24 21:41:44.240 INFO O| Feb 24 21:41:44.240 INFO STEP 488 (remove_files) COMPLETE
61002025-02-24T21:41:45.872Z[ recovery-image] Feb 24 21:41:44.240 INFO O| Feb 24 21:41:44.240 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO STEP 14 (pkg_install) COMPLETE
61022025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61032025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO skip step because feature "mfg" is not enabled
61042025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61052025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO skip step because feature "compliance" is not enabled
61062025-02-24T21:41:45.872Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61072025-02-24T21:41:45.873Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO skip step because feature "stress" is not enabled
61082025-02-24T21:41:45.873Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61092025-02-24T21:41:45.873Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO skip step because feature "nfs" is not enabled
61102025-02-24T21:41:45.873Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
61112025-02-24T21:41:45.873Z[ host-image] Feb 24 21:41:44.249 INFO O| Feb 24 21:41:44.249 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
61122025-02-24T21:41:45.897Z[ recovery-image] Feb 24 21:41:44.276 INFO O| Feb 24 21:41:44.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61132025-02-24T21:41:45.901Z[ recovery-image] Feb 24 21:41:44.276 INFO O| Feb 24 21:41:44.276 INFO STEP 489 (remove_files) COMPLETE
61142025-02-24T21:41:45.901Z[ recovery-image] Feb 24 21:41:44.277 INFO O| Feb 24 21:41:44.277 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-24T21:41:45.958Z[ recovery-image] Feb 24 21:41:44.337 INFO O| Feb 24 21:41:44.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61162025-02-24T21:41:45.958Z[ recovery-image] Feb 24 21:41:44.337 INFO O| Feb 24 21:41:44.337 INFO STEP 490 (remove_files) COMPLETE
61172025-02-24T21:41:45.961Z[ recovery-image] Feb 24 21:41:44.337 INFO O| Feb 24 21:41:44.337 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-24T21:41:46.000Z[ recovery-image] Feb 24 21:41:44.373 INFO O| Feb 24 21:41:44.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61192025-02-24T21:41:46.000Z[ recovery-image] Feb 24 21:41:44.373 INFO O| Feb 24 21:41:44.373 INFO STEP 491 (remove_files) COMPLETE
61202025-02-24T21:41:46.008Z[ recovery-image] Feb 24 21:41:44.373 INFO O| Feb 24 21:41:44.373 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-24T21:41:46.015Z[ recovery-image] Feb 24 21:41:44.394 INFO O| Feb 24 21:41:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61222025-02-24T21:41:46.015Z[ recovery-image] Feb 24 21:41:44.395 INFO O| Feb 24 21:41:44.395 INFO STEP 492 (remove_files) COMPLETE
61232025-02-24T21:41:46.017Z[ recovery-image] Feb 24 21:41:44.395 INFO O| Feb 24 21:41:44.395 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-24T21:41:46.037Z[ recovery-image] Feb 24 21:41:44.417 INFO O| Feb 24 21:41:44.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61252025-02-24T21:41:46.037Z[ recovery-image] Feb 24 21:41:44.417 INFO O| Feb 24 21:41:44.417 INFO STEP 493 (remove_files) COMPLETE
61262025-02-24T21:41:46.037Z[ recovery-image] Feb 24 21:41:44.417 INFO O| Feb 24 21:41:44.417 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-24T21:41:46.057Z[ host-image] Feb 24 21:41:44.437 INFO O| Feb 24 21:41:44.437 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
61282025-02-24T21:41:46.073Z[ recovery-image] Feb 24 21:41:44.452 INFO O| Feb 24 21:41:44.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61292025-02-24T21:41:46.073Z[ recovery-image] Feb 24 21:41:44.452 INFO O| Feb 24 21:41:44.452 INFO STEP 494 (remove_files) COMPLETE
61302025-02-24T21:41:46.073Z[ recovery-image] Feb 24 21:41:44.452 INFO O| Feb 24 21:41:44.452 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-24T21:41:46.130Z[ recovery-image] Feb 24 21:41:44.510 INFO O| Feb 24 21:41:44.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61322025-02-24T21:41:46.133Z[ recovery-image] Feb 24 21:41:44.510 INFO O| Feb 24 21:41:44.510 INFO STEP 495 (remove_files) COMPLETE
61332025-02-24T21:41:46.133Z[ recovery-image] Feb 24 21:41:44.510 INFO O| Feb 24 21:41:44.510 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-24T21:41:46.166Z[ recovery-image] Feb 24 21:41:44.545 INFO O| Feb 24 21:41:44.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61352025-02-24T21:41:46.169Z[ recovery-image] Feb 24 21:41:44.545 INFO O| Feb 24 21:41:44.545 INFO STEP 496 (remove_files) COMPLETE
61362025-02-24T21:41:46.169Z[ recovery-image] Feb 24 21:41:44.546 INFO O| Feb 24 21:41:44.545 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-24T21:41:46.190Z[ recovery-image] Feb 24 21:41:44.569 INFO O| Feb 24 21:41:44.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61382025-02-24T21:41:46.190Z[ recovery-image] Feb 24 21:41:44.569 INFO O| Feb 24 21:41:44.569 INFO STEP 497 (remove_files) COMPLETE
61392025-02-24T21:41:46.190Z[ recovery-image] Feb 24 21:41:44.569 INFO O| Feb 24 21:41:44.569 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-24T21:41:46.212Z[ recovery-image] Feb 24 21:41:44.592 INFO O| Feb 24 21:41:44.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61412025-02-24T21:41:46.212Z[ recovery-image] Feb 24 21:41:44.592 INFO O| Feb 24 21:41:44.592 INFO STEP 498 (remove_files) COMPLETE
61422025-02-24T21:41:46.212Z[ recovery-image] Feb 24 21:41:44.592 INFO O| Feb 24 21:41:44.592 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-24T21:41:46.235Z[ recovery-image] Feb 24 21:41:44.615 INFO O| Feb 24 21:41:44.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61442025-02-24T21:41:46.236Z[ recovery-image] Feb 24 21:41:44.615 INFO O| Feb 24 21:41:44.615 INFO STEP 499 (remove_files) COMPLETE
61452025-02-24T21:41:46.236Z[ recovery-image] Feb 24 21:41:44.615 INFO O| Feb 24 21:41:44.615 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-24T21:41:46.258Z[ recovery-image] Feb 24 21:41:44.637 INFO O| Feb 24 21:41:44.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61472025-02-24T21:41:46.258Z[ recovery-image] Feb 24 21:41:44.637 INFO O| Feb 24 21:41:44.637 INFO STEP 500 (remove_files) COMPLETE
61482025-02-24T21:41:46.258Z[ recovery-image] Feb 24 21:41:44.638 INFO O| Feb 24 21:41:44.637 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-24T21:41:46.273Z[ host-image] Feb 24 21:41:44.653 INFO O| Feb 24 21:41:44.653 INFO completed processing gimlet/ramdisk-01-os
61502025-02-24T21:41:46.276Z[ host-image] Feb 24 21:41:44.656 INFO omicron1 baseline generation...
61512025-02-24T21:41:46.279Z[ host-image] Feb 24 21:41:44.656 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
61522025-02-24T21:41:46.303Z[ recovery-image] Feb 24 21:41:44.682 INFO O| Feb 24 21:41:44.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61532025-02-24T21:41:46.307Z[ recovery-image] Feb 24 21:41:44.683 INFO O| Feb 24 21:41:44.683 INFO STEP 501 (remove_files) COMPLETE
61542025-02-24T21:41:46.307Z[ recovery-image] Feb 24 21:41:44.683 INFO O| Feb 24 21:41:44.683 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-24T21:41:46.326Z[ recovery-image] Feb 24 21:41:44.705 INFO O| Feb 24 21:41:44.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61562025-02-24T21:41:46.329Z[ recovery-image] Feb 24 21:41:44.706 INFO O| Feb 24 21:41:44.706 INFO STEP 502 (remove_files) COMPLETE
61572025-02-24T21:41:46.329Z[ recovery-image] Feb 24 21:41:44.706 INFO O| Feb 24 21:41:44.706 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-02-24T21:41:46.347Z[ recovery-image] Feb 24 21:41:44.727 INFO O| Feb 24 21:41:44.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61592025-02-24T21:41:46.351Z[ recovery-image] Feb 24 21:41:44.727 INFO O| Feb 24 21:41:44.727 INFO STEP 503 (remove_files) COMPLETE
61602025-02-24T21:41:46.351Z[ recovery-image] Feb 24 21:41:44.727 INFO O| Feb 24 21:41:44.727 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-02-24T21:41:46.369Z[ recovery-image] Feb 24 21:41:44.749 INFO O| Feb 24 21:41:44.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61622025-02-24T21:41:46.381Z[ recovery-image] Feb 24 21:41:44.761 INFO O| Feb 24 21:41:44.761 INFO STEP 504 (remove_files) COMPLETE
61632025-02-24T21:41:46.381Z[ recovery-image] Feb 24 21:41:44.761 INFO O| Feb 24 21:41:44.761 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-02-24T21:41:46.403Z[ recovery-image] Feb 24 21:41:44.782 INFO O| Feb 24 21:41:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61652025-02-24T21:41:46.424Z[ recovery-image] Feb 24 21:41:44.804 INFO O| Feb 24 21:41:44.804 INFO STEP 505 (remove_files) COMPLETE
61662025-02-24T21:41:46.427Z[ recovery-image] Feb 24 21:41:44.804 INFO O| Feb 24 21:41:44.804 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-02-24T21:41:46.446Z[ recovery-image] Feb 24 21:41:44.825 INFO O| Feb 24 21:41:44.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61682025-02-24T21:41:46.449Z[ recovery-image] Feb 24 21:41:44.826 INFO O| Feb 24 21:41:44.826 INFO STEP 506 (remove_files) COMPLETE
61692025-02-24T21:41:46.449Z[ recovery-image] Feb 24 21:41:44.826 INFO O| Feb 24 21:41:44.826 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-02-24T21:41:46.471Z[ recovery-image] Feb 24 21:41:44.851 INFO O| Feb 24 21:41:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61712025-02-24T21:41:46.471Z[ recovery-image] Feb 24 21:41:44.851 INFO O| Feb 24 21:41:44.851 INFO STEP 507 (remove_files) COMPLETE
61722025-02-24T21:41:46.474Z[ recovery-image] Feb 24 21:41:44.851 INFO O| Feb 24 21:41:44.851 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-02-24T21:41:46.494Z[ recovery-image] Feb 24 21:41:44.873 INFO O| Feb 24 21:41:44.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61742025-02-24T21:41:46.497Z[ recovery-image] Feb 24 21:41:44.874 INFO O| Feb 24 21:41:44.873 INFO STEP 508 (remove_files) COMPLETE
61752025-02-24T21:41:46.497Z[ recovery-image] Feb 24 21:41:44.874 INFO O| Feb 24 21:41:44.874 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-02-24T21:41:46.534Z[ recovery-image] Feb 24 21:41:44.914 INFO O| Feb 24 21:41:44.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61772025-02-24T21:41:46.535Z[ recovery-image] Feb 24 21:41:44.914 INFO O| Feb 24 21:41:44.914 INFO STEP 509 (remove_files) COMPLETE
61782025-02-24T21:41:46.535Z[ recovery-image] Feb 24 21:41:44.914 INFO O| Feb 24 21:41:44.914 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-02-24T21:41:46.557Z[ recovery-image] Feb 24 21:41:44.937 INFO O| Feb 24 21:41:44.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61802025-02-24T21:41:46.560Z[ recovery-image] Feb 24 21:41:44.937 INFO O| Feb 24 21:41:44.937 INFO STEP 510 (remove_files) COMPLETE
61812025-02-24T21:41:46.560Z[ recovery-image] Feb 24 21:41:44.937 INFO O| Feb 24 21:41:44.937 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-24T21:41:46.583Z[ recovery-image] Feb 24 21:41:44.960 INFO O| Feb 24 21:41:44.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61832025-02-24T21:41:46.583Z[ recovery-image] Feb 24 21:41:44.960 INFO O| Feb 24 21:41:44.960 INFO STEP 511 (remove_files) COMPLETE
61842025-02-24T21:41:46.583Z[ recovery-image] Feb 24 21:41:44.960 INFO O| Feb 24 21:41:44.960 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-24T21:41:46.643Z[ recovery-image] Feb 24 21:41:45.023 INFO O| Feb 24 21:41:45.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61862025-02-24T21:41:46.644Z[ recovery-image] Feb 24 21:41:45.023 INFO O| Feb 24 21:41:45.023 INFO STEP 512 (remove_files) COMPLETE
61872025-02-24T21:41:46.644Z[ recovery-image] Feb 24 21:41:45.023 INFO O| Feb 24 21:41:45.023 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-24T21:41:46.669Z[ recovery-image] Feb 24 21:41:45.048 INFO O| Feb 24 21:41:45.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61892025-02-24T21:41:46.672Z[ recovery-image] Feb 24 21:41:45.049 INFO O| Feb 24 21:41:45.049 INFO STEP 513 (remove_files) COMPLETE
61902025-02-24T21:41:46.672Z[ recovery-image] Feb 24 21:41:45.049 INFO O| Feb 24 21:41:45.049 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-24T21:41:46.693Z[ recovery-image] Feb 24 21:41:45.072 INFO O| Feb 24 21:41:45.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61922025-02-24T21:41:46.693Z[ recovery-image] Feb 24 21:41:45.073 INFO O| Feb 24 21:41:45.072 INFO STEP 514 (remove_files) COMPLETE
61932025-02-24T21:41:46.693Z[ recovery-image] Feb 24 21:41:45.073 INFO O| Feb 24 21:41:45.073 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-24T21:41:46.716Z[ recovery-image] Feb 24 21:41:45.095 INFO O| Feb 24 21:41:45.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61952025-02-24T21:41:46.719Z[ recovery-image] Feb 24 21:41:45.095 INFO O| Feb 24 21:41:45.095 INFO STEP 515 (remove_files) COMPLETE
61962025-02-24T21:41:46.719Z[ recovery-image] Feb 24 21:41:45.095 INFO O| Feb 24 21:41:45.095 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-24T21:41:46.777Z[ recovery-image] Feb 24 21:41:45.156 INFO O| Feb 24 21:41:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61982025-02-24T21:41:46.780Z[ recovery-image] Feb 24 21:41:45.157 INFO O| Feb 24 21:41:45.157 INFO STEP 516 (remove_files) COMPLETE
61992025-02-24T21:41:46.780Z[ recovery-image] Feb 24 21:41:45.157 INFO O| Feb 24 21:41:45.157 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-24T21:41:46.801Z[ recovery-image] Feb 24 21:41:45.181 INFO O| Feb 24 21:41:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
62012025-02-24T21:41:46.804Z[ recovery-image] Feb 24 21:41:45.181 INFO O| Feb 24 21:41:45.181 INFO STEP 517 (remove_files) COMPLETE
62022025-02-24T21:41:46.804Z[ recovery-image] Feb 24 21:41:45.181 INFO O| Feb 24 21:41:45.181 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-24T21:41:46.833Z[ recovery-image] Feb 24 21:41:45.211 INFO O| Feb 24 21:41:45.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
62042025-02-24T21:41:46.836Z[ recovery-image] Feb 24 21:41:45.212 INFO O| Feb 24 21:41:45.211 INFO STEP 518 (remove_files) COMPLETE
62052025-02-24T21:41:46.836Z[ recovery-image] Feb 24 21:41:45.212 INFO O| Feb 24 21:41:45.212 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-24T21:41:46.855Z[ recovery-image] Feb 24 21:41:45.235 INFO O| Feb 24 21:41:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
62072025-02-24T21:41:46.858Z[ recovery-image] Feb 24 21:41:45.235 INFO O| Feb 24 21:41:45.235 INFO STEP 519 (remove_files) COMPLETE
62082025-02-24T21:41:46.858Z[ recovery-image] Feb 24 21:41:45.235 INFO O| Feb 24 21:41:45.235 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-24T21:41:46.880Z[ recovery-image] Feb 24 21:41:45.259 INFO O| Feb 24 21:41:45.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
62102025-02-24T21:41:46.882Z[ recovery-image] Feb 24 21:41:45.259 INFO O| Feb 24 21:41:45.259 INFO STEP 520 (remove_files) COMPLETE
62112025-02-24T21:41:46.882Z[ recovery-image] Feb 24 21:41:45.259 INFO O| Feb 24 21:41:45.259 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-24T21:41:46.956Z[ recovery-image] Feb 24 21:41:45.336 INFO O| Feb 24 21:41:45.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
62132025-02-24T21:41:46.959Z[ recovery-image] Feb 24 21:41:45.338 INFO O| Feb 24 21:41:45.338 INFO STEP 521 (remove_files) COMPLETE
62142025-02-24T21:41:46.959Z[ recovery-image] Feb 24 21:41:45.338 INFO O| Feb 24 21:41:45.338 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-24T21:41:46.981Z[ recovery-image] Feb 24 21:41:45.360 INFO O| Feb 24 21:41:45.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62162025-02-24T21:41:47.005Z[ recovery-image] Feb 24 21:41:45.382 INFO O| Feb 24 21:41:45.382 INFO STEP 522 (remove_files) COMPLETE
62172025-02-24T21:41:47.005Z[ recovery-image] Feb 24 21:41:45.382 INFO O| Feb 24 21:41:45.382 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-24T21:41:47.042Z[ recovery-image] Feb 24 21:41:45.419 INFO O| Feb 24 21:41:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62192025-02-24T21:41:47.042Z[ recovery-image] Feb 24 21:41:45.419 INFO O| Feb 24 21:41:45.419 INFO STEP 523 (remove_files) COMPLETE
62202025-02-24T21:41:47.457Z[ recovery-image] Feb 24 21:41:45.419 INFO O| Feb 24 21:41:45.419 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.480 INFO O| Feb 24 21:41:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62222025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.481 INFO O| Feb 24 21:41:45.481 INFO STEP 524 (remove_files) COMPLETE
62232025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.481 INFO O| Feb 24 21:41:45.481 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-24T21:41:47.462Z[ host-image] Feb 24 21:41:45.500 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
62252025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.521 INFO O| Feb 24 21:41:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62262025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.521 INFO O| Feb 24 21:41:45.521 INFO STEP 525 (remove_files) COMPLETE
62272025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.521 INFO O| Feb 24 21:41:45.521 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.547 INFO O| Feb 24 21:41:45.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62292025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.547 INFO O| Feb 24 21:41:45.547 INFO STEP 526 (remove_files) COMPLETE
62302025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.547 INFO O| Feb 24 21:41:45.547 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.567 INFO O| Feb 24 21:41:45.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62322025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.567 INFO O| Feb 24 21:41:45.567 INFO STEP 527 (remove_files) COMPLETE
62332025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.567 INFO O| Feb 24 21:41:45.567 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.589 INFO O| Feb 24 21:41:45.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62352025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.589 INFO O| Feb 24 21:41:45.589 INFO STEP 528 (remove_files) COMPLETE
62362025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.589 INFO O| Feb 24 21:41:45.589 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.610 INFO O| Feb 24 21:41:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62382025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.610 INFO O| Feb 24 21:41:45.610 INFO STEP 529 (remove_files) COMPLETE
62392025-02-24T21:41:47.462Z[ recovery-image] Feb 24 21:41:45.610 INFO O| Feb 24 21:41:45.610 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.636 INFO O| Feb 24 21:41:45.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62412025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.636 INFO O| Feb 24 21:41:45.636 INFO STEP 530 (remove_files) COMPLETE
62422025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.636 INFO O| Feb 24 21:41:45.636 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.678 INFO O| Feb 24 21:41:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62442025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.678 INFO O| Feb 24 21:41:45.678 INFO STEP 531 (remove_files) COMPLETE
62452025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.678 INFO O| Feb 24 21:41:45.678 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.713 INFO O| Feb 24 21:41:45.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62472025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.713 INFO O| Feb 24 21:41:45.713 INFO STEP 532 (remove_files) COMPLETE
62482025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.713 INFO O| Feb 24 21:41:45.713 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.736 INFO O| Feb 24 21:41:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62502025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.736 INFO O| Feb 24 21:41:45.736 INFO STEP 533 (remove_files) COMPLETE
62512025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.736 INFO O| Feb 24 21:41:45.736 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.759 INFO O| Feb 24 21:41:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62532025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.759 INFO O| Feb 24 21:41:45.759 INFO STEP 534 (remove_files) COMPLETE
62542025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.759 INFO O| Feb 24 21:41:45.759 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.789 INFO O| Feb 24 21:41:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62562025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.790 INFO O| Feb 24 21:41:45.789 INFO STEP 535 (remove_files) COMPLETE
62572025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.790 INFO O| Feb 24 21:41:45.790 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.812 INFO O| Feb 24 21:41:45.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62592025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.812 INFO O| Feb 24 21:41:45.812 INFO STEP 536 (remove_files) COMPLETE
62602025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.812 INFO O| Feb 24 21:41:45.812 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.835 INFO O| Feb 24 21:41:45.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62622025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.835 INFO O| Feb 24 21:41:45.835 INFO STEP 537 (remove_files) COMPLETE
62632025-02-24T21:41:47.463Z[ recovery-image] Feb 24 21:41:45.835 INFO O| Feb 24 21:41:45.835 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-24T21:41:47.489Z[ recovery-image] Feb 24 21:41:45.868 INFO O| Feb 24 21:41:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62652025-02-24T21:41:47.489Z[ recovery-image] Feb 24 21:41:45.868 INFO O| Feb 24 21:41:45.868 INFO STEP 538 (remove_files) COMPLETE
62662025-02-24T21:41:47.489Z[ recovery-image] Feb 24 21:41:45.868 INFO O| Feb 24 21:41:45.868 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-24T21:41:47.512Z[ recovery-image] Feb 24 21:41:45.891 INFO O| Feb 24 21:41:45.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62682025-02-24T21:41:47.512Z[ recovery-image] Feb 24 21:41:45.891 INFO O| Feb 24 21:41:45.891 INFO STEP 539 (remove_files) COMPLETE
62692025-02-24T21:41:47.515Z[ recovery-image] Feb 24 21:41:45.891 INFO O| Feb 24 21:41:45.891 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-24T21:41:47.535Z[ recovery-image] Feb 24 21:41:45.914 INFO O| Feb 24 21:41:45.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62712025-02-24T21:41:47.535Z[ recovery-image] Feb 24 21:41:45.914 INFO O| Feb 24 21:41:45.914 INFO STEP 540 (remove_files) COMPLETE
62722025-02-24T21:41:47.535Z[ recovery-image] Feb 24 21:41:45.914 INFO O| Feb 24 21:41:45.914 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-24T21:41:47.558Z[ recovery-image] Feb 24 21:41:45.936 INFO O| Feb 24 21:41:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62742025-02-24T21:41:47.558Z[ recovery-image] Feb 24 21:41:45.936 INFO O| Feb 24 21:41:45.936 INFO STEP 541 (remove_files) COMPLETE
62752025-02-24T21:41:47.558Z[ recovery-image] Feb 24 21:41:45.936 INFO O| Feb 24 21:41:45.936 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-02-24T21:41:47.612Z[ recovery-image] Feb 24 21:41:45.992 INFO O| Feb 24 21:41:45.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62772025-02-24T21:41:47.613Z[ recovery-image] Feb 24 21:41:45.992 INFO O| Feb 24 21:41:45.992 INFO STEP 542 (remove_files) COMPLETE
62782025-02-24T21:41:47.613Z[ recovery-image] Feb 24 21:41:45.992 INFO O| Feb 24 21:41:45.992 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-02-24T21:41:47.642Z[ recovery-image] Feb 24 21:41:46.022 INFO O| Feb 24 21:41:46.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62802025-02-24T21:41:47.642Z[ recovery-image] Feb 24 21:41:46.022 INFO O| Feb 24 21:41:46.022 INFO STEP 543 (remove_files) COMPLETE
62812025-02-24T21:41:47.645Z[ recovery-image] Feb 24 21:41:46.022 INFO O| Feb 24 21:41:46.022 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-02-24T21:41:47.668Z[ recovery-image] Feb 24 21:41:46.047 INFO O| Feb 24 21:41:46.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62832025-02-24T21:41:47.668Z[ recovery-image] Feb 24 21:41:46.048 INFO O| Feb 24 21:41:46.047 INFO STEP 544 (remove_files) COMPLETE
62842025-02-24T21:41:47.671Z[ recovery-image] Feb 24 21:41:46.048 INFO O| Feb 24 21:41:46.047 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-02-24T21:41:47.733Z[ recovery-image] Feb 24 21:41:46.112 INFO O| Feb 24 21:41:46.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62862025-02-24T21:41:47.733Z[ recovery-image] Feb 24 21:41:46.112 INFO O| Feb 24 21:41:46.112 INFO STEP 545 (remove_files) COMPLETE
62872025-02-24T21:41:47.736Z[ recovery-image] Feb 24 21:41:46.112 INFO O| Feb 24 21:41:46.112 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-02-24T21:41:47.769Z[ recovery-image] Feb 24 21:41:46.148 INFO O| Feb 24 21:41:46.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62892025-02-24T21:41:47.769Z[ recovery-image] Feb 24 21:41:46.148 INFO O| Feb 24 21:41:46.148 INFO STEP 546 (remove_files) COMPLETE
62902025-02-24T21:41:47.769Z[ recovery-image] Feb 24 21:41:46.148 INFO O| Feb 24 21:41:46.148 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-02-24T21:41:47.790Z[ recovery-image] Feb 24 21:41:46.169 INFO O| Feb 24 21:41:46.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62922025-02-24T21:41:47.790Z[ recovery-image] Feb 24 21:41:46.169 INFO O| Feb 24 21:41:46.169 INFO STEP 547 (remove_files) COMPLETE
62932025-02-24T21:41:47.790Z[ recovery-image] Feb 24 21:41:46.169 INFO O| Feb 24 21:41:46.169 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-02-24T21:41:47.829Z[ recovery-image] Feb 24 21:41:46.208 INFO O| Feb 24 21:41:46.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62952025-02-24T21:41:47.831Z[ recovery-image] Feb 24 21:41:46.208 INFO O| Feb 24 21:41:46.208 INFO STEP 548 (remove_files) COMPLETE
62962025-02-24T21:41:47.831Z[ recovery-image] Feb 24 21:41:46.209 INFO O| Feb 24 21:41:46.208 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-02-24T21:41:47.852Z[ recovery-image] Feb 24 21:41:46.231 INFO O| Feb 24 21:41:46.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62982025-02-24T21:41:47.852Z[ recovery-image] Feb 24 21:41:46.231 INFO O| Feb 24 21:41:46.231 INFO STEP 549 (remove_files) COMPLETE
62992025-02-24T21:41:47.855Z[ recovery-image] Feb 24 21:41:46.231 INFO O| Feb 24 21:41:46.231 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-02-24T21:41:47.876Z[ recovery-image] Feb 24 21:41:46.255 INFO O| Feb 24 21:41:46.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
63012025-02-24T21:41:47.879Z[ recovery-image] Feb 24 21:41:46.255 INFO O| Feb 24 21:41:46.255 INFO STEP 550 (remove_files) COMPLETE
63022025-02-24T21:41:47.879Z[ recovery-image] Feb 24 21:41:46.256 INFO O| Feb 24 21:41:46.256 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-02-24T21:41:47.902Z[ recovery-image] Feb 24 21:41:46.280 INFO O| Feb 24 21:41:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
63042025-02-24T21:41:47.906Z[ recovery-image] Feb 24 21:41:46.280 INFO O| Feb 24 21:41:46.280 INFO STEP 551 (remove_files) COMPLETE
63052025-02-24T21:41:47.906Z[ recovery-image] Feb 24 21:41:46.280 INFO O| Feb 24 21:41:46.280 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-02-24T21:41:47.933Z[ recovery-image] Feb 24 21:41:46.310 INFO O| Feb 24 21:41:46.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
63072025-02-24T21:41:47.933Z[ recovery-image] Feb 24 21:41:46.310 INFO O| Feb 24 21:41:46.310 INFO STEP 552 (remove_files) COMPLETE
63082025-02-24T21:41:47.937Z[ recovery-image] Feb 24 21:41:46.310 INFO O| Feb 24 21:41:46.310 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-02-24T21:41:47.988Z[ recovery-image] Feb 24 21:41:46.367 INFO O| Feb 24 21:41:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
63102025-02-24T21:41:47.988Z[ recovery-image] Feb 24 21:41:46.367 INFO O| Feb 24 21:41:46.367 INFO STEP 553 (remove_files) COMPLETE
63112025-02-24T21:41:47.990Z[ recovery-image] Feb 24 21:41:46.367 INFO O| Feb 24 21:41:46.367 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-02-24T21:41:48.018Z[ recovery-image] Feb 24 21:41:46.397 INFO O| Feb 24 21:41:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
63132025-02-24T21:41:48.018Z[ recovery-image] Feb 24 21:41:46.397 INFO O| Feb 24 21:41:46.397 INFO STEP 554 (remove_files) COMPLETE
63142025-02-24T21:41:48.022Z[ recovery-image] Feb 24 21:41:46.397 INFO O| Feb 24 21:41:46.397 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-02-24T21:41:48.054Z[ recovery-image] Feb 24 21:41:46.433 INFO O| Feb 24 21:41:46.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63162025-02-24T21:41:48.054Z[ recovery-image] Feb 24 21:41:46.433 INFO O| Feb 24 21:41:46.433 INFO STEP 555 (remove_files) COMPLETE
63172025-02-24T21:41:48.057Z[ recovery-image] Feb 24 21:41:46.434 INFO O| Feb 24 21:41:46.434 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-02-24T21:41:48.077Z[ recovery-image] Feb 24 21:41:46.457 INFO O| Feb 24 21:41:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63192025-02-24T21:41:48.077Z[ recovery-image] Feb 24 21:41:46.457 INFO O| Feb 24 21:41:46.457 INFO STEP 556 (remove_files) COMPLETE
63202025-02-24T21:41:48.080Z[ recovery-image] Feb 24 21:41:46.457 INFO O| Feb 24 21:41:46.457 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-02-24T21:41:48.130Z[ recovery-image] Feb 24 21:41:46.508 INFO O| Feb 24 21:41:46.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63222025-02-24T21:41:48.133Z[ recovery-image] Feb 24 21:41:46.508 INFO O| Feb 24 21:41:46.508 INFO STEP 557 (remove_files) COMPLETE
63232025-02-24T21:41:48.133Z[ recovery-image] Feb 24 21:41:46.508 INFO O| Feb 24 21:41:46.508 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-02-24T21:41:48.152Z[ recovery-image] Feb 24 21:41:46.531 INFO O| Feb 24 21:41:46.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63252025-02-24T21:41:48.155Z[ recovery-image] Feb 24 21:41:46.532 INFO O| Feb 24 21:41:46.531 INFO STEP 558 (remove_files) COMPLETE
63262025-02-24T21:41:48.155Z[ recovery-image] Feb 24 21:41:46.532 INFO O| Feb 24 21:41:46.532 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-24T21:41:48.185Z[ recovery-image] Feb 24 21:41:46.564 INFO O| Feb 24 21:41:46.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63282025-02-24T21:41:48.189Z[ recovery-image] Feb 24 21:41:46.565 INFO O| Feb 24 21:41:46.565 INFO STEP 559 (remove_files) COMPLETE
63292025-02-24T21:41:48.189Z[ recovery-image] Feb 24 21:41:46.565 INFO O| Feb 24 21:41:46.565 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-24T21:41:48.207Z[ recovery-image] Feb 24 21:41:46.587 INFO O| Feb 24 21:41:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63312025-02-24T21:41:48.210Z[ recovery-image] Feb 24 21:41:46.587 INFO O| Feb 24 21:41:46.587 INFO STEP 560 (remove_files) COMPLETE
63322025-02-24T21:41:48.210Z[ recovery-image] Feb 24 21:41:46.587 INFO O| Feb 24 21:41:46.587 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-24T21:41:48.247Z[ recovery-image] Feb 24 21:41:46.626 INFO O| Feb 24 21:41:46.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63342025-02-24T21:41:48.249Z[ recovery-image] Feb 24 21:41:46.626 INFO O| Feb 24 21:41:46.626 INFO STEP 561 (remove_files) COMPLETE
63352025-02-24T21:41:48.249Z[ recovery-image] Feb 24 21:41:46.626 INFO O| Feb 24 21:41:46.626 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-24T21:41:48.271Z[ recovery-image] Feb 24 21:41:46.649 INFO O| Feb 24 21:41:46.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63372025-02-24T21:41:48.271Z[ recovery-image] Feb 24 21:41:46.649 INFO O| Feb 24 21:41:46.649 INFO STEP 562 (remove_files) COMPLETE
63382025-02-24T21:41:48.271Z[ recovery-image] Feb 24 21:41:46.649 INFO O| Feb 24 21:41:46.649 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-24T21:41:48.347Z[ recovery-image] Feb 24 21:41:46.725 INFO O| Feb 24 21:41:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63402025-02-24T21:41:48.347Z[ recovery-image] Feb 24 21:41:46.725 INFO O| Feb 24 21:41:46.725 INFO STEP 563 (remove_files) COMPLETE
63412025-02-24T21:41:48.347Z[ recovery-image] Feb 24 21:41:46.725 INFO O| Feb 24 21:41:46.725 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-24T21:41:48.404Z[ recovery-image] Feb 24 21:41:46.783 INFO O| Feb 24 21:41:46.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63432025-02-24T21:41:48.404Z[ recovery-image] Feb 24 21:41:46.783 INFO O| Feb 24 21:41:46.783 INFO STEP 564 (remove_files) COMPLETE
63442025-02-24T21:41:48.404Z[ recovery-image] Feb 24 21:41:46.783 INFO O| Feb 24 21:41:46.783 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-24T21:41:48.427Z[ recovery-image] Feb 24 21:41:46.806 INFO O| Feb 24 21:41:46.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63462025-02-24T21:41:48.454Z[ recovery-image] Feb 24 21:41:46.832 INFO O| Feb 24 21:41:46.832 INFO STEP 565 (remove_files) COMPLETE
63472025-02-24T21:41:48.454Z[ recovery-image] Feb 24 21:41:46.832 INFO O| Feb 24 21:41:46.832 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-24T21:41:48.493Z[ recovery-image] Feb 24 21:41:46.872 INFO O| Feb 24 21:41:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63492025-02-24T21:41:48.493Z[ recovery-image] Feb 24 21:41:46.872 INFO O| Feb 24 21:41:46.872 INFO STEP 566 (remove_files) COMPLETE
63502025-02-24T21:41:48.493Z[ recovery-image] Feb 24 21:41:46.872 INFO O| Feb 24 21:41:46.872 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-24T21:41:48.529Z[ recovery-image] Feb 24 21:41:46.908 INFO O| Feb 24 21:41:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63522025-02-24T21:41:48.529Z[ recovery-image] Feb 24 21:41:46.908 INFO O| Feb 24 21:41:46.908 INFO STEP 567 (remove_files) COMPLETE
63532025-02-24T21:41:48.532Z[ recovery-image] Feb 24 21:41:46.908 INFO O| Feb 24 21:41:46.908 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-24T21:41:48.585Z[ recovery-image] Feb 24 21:41:46.964 INFO O| Feb 24 21:41:46.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63552025-02-24T21:41:48.585Z[ recovery-image] Feb 24 21:41:46.964 INFO O| Feb 24 21:41:46.964 INFO STEP 568 (remove_files) COMPLETE
63562025-02-24T21:41:48.589Z[ recovery-image] Feb 24 21:41:46.964 INFO O| Feb 24 21:41:46.964 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-24T21:41:48.607Z[ recovery-image] Feb 24 21:41:46.986 INFO O| Feb 24 21:41:46.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63582025-02-24T21:41:48.607Z[ recovery-image] Feb 24 21:41:46.986 INFO O| Feb 24 21:41:46.986 INFO STEP 569 (remove_files) COMPLETE
63592025-02-24T21:41:48.607Z[ recovery-image] Feb 24 21:41:46.986 INFO O| Feb 24 21:41:46.986 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-02-24T21:41:48.667Z[ recovery-image] Feb 24 21:41:47.045 INFO O| Feb 24 21:41:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63612025-02-24T21:41:48.667Z[ recovery-image] Feb 24 21:41:47.045 INFO O| Feb 24 21:41:47.045 INFO STEP 570 (remove_files) COMPLETE
63622025-02-24T21:41:48.670Z[ recovery-image] Feb 24 21:41:47.045 INFO O| Feb 24 21:41:47.045 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-02-24T21:41:48.688Z[ recovery-image] Feb 24 21:41:47.067 INFO O| Feb 24 21:41:47.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63642025-02-24T21:41:48.688Z[ recovery-image] Feb 24 21:41:47.067 INFO O| Feb 24 21:41:47.067 INFO STEP 571 (remove_files) COMPLETE
63652025-02-24T21:41:48.691Z[ recovery-image] Feb 24 21:41:47.067 INFO O| Feb 24 21:41:47.067 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-24T21:41:48.716Z[ recovery-image] Feb 24 21:41:47.092 INFO O| Feb 24 21:41:47.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63672025-02-24T21:41:48.716Z[ recovery-image] Feb 24 21:41:47.092 INFO O| Feb 24 21:41:47.092 INFO STEP 572 (remove_files) COMPLETE
63682025-02-24T21:41:48.716Z[ recovery-image] Feb 24 21:41:47.092 INFO O| Feb 24 21:41:47.092 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-24T21:41:48.765Z[ recovery-image] Feb 24 21:41:47.144 INFO O| Feb 24 21:41:47.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63702025-02-24T21:41:48.765Z[ recovery-image] Feb 24 21:41:47.144 INFO O| Feb 24 21:41:47.144 INFO STEP 573 (remove_files) COMPLETE
63712025-02-24T21:41:48.768Z[ recovery-image] Feb 24 21:41:47.144 INFO O| Feb 24 21:41:47.144 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-02-24T21:41:48.786Z[ recovery-image] Feb 24 21:41:47.165 INFO O| Feb 24 21:41:47.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63732025-02-24T21:41:48.789Z[ recovery-image] Feb 24 21:41:47.166 INFO O| Feb 24 21:41:47.166 INFO STEP 574 (remove_files) COMPLETE
63742025-02-24T21:41:48.789Z[ recovery-image] Feb 24 21:41:47.166 INFO O| Feb 24 21:41:47.166 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-02-24T21:41:48.825Z[ recovery-image] Feb 24 21:41:47.204 INFO O| Feb 24 21:41:47.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63762025-02-24T21:41:48.825Z[ recovery-image] Feb 24 21:41:47.204 INFO O| Feb 24 21:41:47.204 INFO STEP 575 (remove_files) COMPLETE
63772025-02-24T21:41:48.828Z[ recovery-image] Feb 24 21:41:47.204 INFO O| Feb 24 21:41:47.204 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-02-24T21:41:48.849Z[ recovery-image] Feb 24 21:41:47.227 INFO O| Feb 24 21:41:47.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63792025-02-24T21:41:48.849Z[ recovery-image] Feb 24 21:41:47.227 INFO O| Feb 24 21:41:47.227 INFO STEP 576 (remove_files) COMPLETE
63802025-02-24T21:41:48.849Z[ recovery-image] Feb 24 21:41:47.227 INFO O| Feb 24 21:41:47.227 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-02-24T21:41:48.910Z[ recovery-image] Feb 24 21:41:47.288 INFO O| Feb 24 21:41:47.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63822025-02-24T21:41:48.910Z[ recovery-image] Feb 24 21:41:47.288 INFO O| Feb 24 21:41:47.288 INFO STEP 577 (remove_files) COMPLETE
63832025-02-24T21:41:48.910Z[ recovery-image] Feb 24 21:41:47.288 INFO O| Feb 24 21:41:47.288 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-24T21:41:48.932Z[ recovery-image] Feb 24 21:41:47.311 INFO O| Feb 24 21:41:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63852025-02-24T21:41:48.932Z[ recovery-image] Feb 24 21:41:47.311 INFO O| Feb 24 21:41:47.311 INFO STEP 578 (remove_files) COMPLETE
63862025-02-24T21:41:48.933Z[ recovery-image] Feb 24 21:41:47.311 INFO O| Feb 24 21:41:47.311 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-24T21:41:48.954Z[ recovery-image] Feb 24 21:41:47.333 INFO O| Feb 24 21:41:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63882025-02-24T21:41:48.955Z[ recovery-image] Feb 24 21:41:47.333 INFO O| Feb 24 21:41:47.333 INFO STEP 579 (remove_files) COMPLETE
63892025-02-24T21:41:48.957Z[ recovery-image] Feb 24 21:41:47.333 INFO O| Feb 24 21:41:47.333 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-02-24T21:41:48.991Z[ recovery-image] Feb 24 21:41:47.370 INFO O| Feb 24 21:41:47.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63912025-02-24T21:41:48.991Z[ recovery-image] Feb 24 21:41:47.370 INFO O| Feb 24 21:41:47.370 INFO STEP 580 (remove_files) COMPLETE
63922025-02-24T21:41:48.991Z[ recovery-image] Feb 24 21:41:47.370 INFO O| Feb 24 21:41:47.370 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-02-24T21:41:49.015Z[ recovery-image] Feb 24 21:41:47.392 INFO O| Feb 24 21:41:47.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63942025-02-24T21:41:49.015Z[ recovery-image] Feb 24 21:41:47.392 INFO O| Feb 24 21:41:47.392 INFO STEP 581 (remove_files) COMPLETE
63952025-02-24T21:41:49.017Z[ recovery-image] Feb 24 21:41:47.392 INFO O| Feb 24 21:41:47.392 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-02-24T21:41:49.034Z[ recovery-image] Feb 24 21:41:47.413 INFO O| Feb 24 21:41:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63972025-02-24T21:41:49.034Z[ recovery-image] Feb 24 21:41:47.413 INFO O| Feb 24 21:41:47.413 INFO STEP 582 (remove_files) COMPLETE
63982025-02-24T21:41:49.037Z[ recovery-image] Feb 24 21:41:47.413 INFO O| Feb 24 21:41:47.413 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-02-24T21:41:49.072Z[ recovery-image] Feb 24 21:41:47.451 INFO O| Feb 24 21:41:47.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
64002025-02-24T21:41:49.072Z[ recovery-image] Feb 24 21:41:47.451 INFO O| Feb 24 21:41:47.451 INFO STEP 583 (remove_files) COMPLETE
64012025-02-24T21:41:49.075Z[ recovery-image] Feb 24 21:41:47.451 INFO O| Feb 24 21:41:47.451 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-02-24T21:41:49.092Z[ recovery-image] Feb 24 21:41:47.471 INFO O| Feb 24 21:41:47.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
64032025-02-24T21:41:49.092Z[ recovery-image] Feb 24 21:41:47.471 INFO O| Feb 24 21:41:47.471 INFO STEP 584 (remove_files) COMPLETE
64042025-02-24T21:41:49.092Z[ recovery-image] Feb 24 21:41:47.471 INFO O| Feb 24 21:41:47.471 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-02-24T21:41:49.151Z[ recovery-image] Feb 24 21:41:47.529 INFO O| Feb 24 21:41:47.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
64062025-02-24T21:41:49.153Z[ recovery-image] Feb 24 21:41:47.529 INFO O| Feb 24 21:41:47.529 INFO STEP 585 (remove_files) COMPLETE
64072025-02-24T21:41:49.153Z[ recovery-image] Feb 24 21:41:47.529 INFO O| Feb 24 21:41:47.529 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-02-24T21:41:49.173Z[ recovery-image] Feb 24 21:41:47.552 INFO O| Feb 24 21:41:47.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
64092025-02-24T21:41:49.173Z[ recovery-image] Feb 24 21:41:47.552 INFO O| Feb 24 21:41:47.552 INFO STEP 586 (remove_files) COMPLETE
64102025-02-24T21:41:49.176Z[ recovery-image] Feb 24 21:41:47.552 INFO O| Feb 24 21:41:47.552 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-02-24T21:41:49.194Z[ recovery-image] Feb 24 21:41:47.573 INFO O| Feb 24 21:41:47.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
64122025-02-24T21:41:49.194Z[ recovery-image] Feb 24 21:41:47.573 INFO O| Feb 24 21:41:47.573 INFO STEP 587 (remove_files) COMPLETE
64132025-02-24T21:41:49.194Z[ recovery-image] Feb 24 21:41:47.573 INFO O| Feb 24 21:41:47.573 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-02-24T21:41:49.234Z[ recovery-image] Feb 24 21:41:47.613 INFO O| Feb 24 21:41:47.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64152025-02-24T21:41:49.237Z[ recovery-image] Feb 24 21:41:47.613 INFO O| Feb 24 21:41:47.613 INFO STEP 588 (remove_files) COMPLETE
64162025-02-24T21:41:49.237Z[ recovery-image] Feb 24 21:41:47.613 INFO O| Feb 24 21:41:47.613 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-02-24T21:41:49.302Z[ recovery-image] Feb 24 21:41:47.679 INFO O| Feb 24 21:41:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64182025-02-24T21:41:49.302Z[ recovery-image] Feb 24 21:41:47.679 INFO O| Feb 24 21:41:47.679 INFO STEP 589 (remove_files) COMPLETE
64192025-02-24T21:41:49.302Z[ recovery-image] Feb 24 21:41:47.679 INFO O| Feb 24 21:41:47.679 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-02-24T21:41:49.333Z[ recovery-image] Feb 24 21:41:47.712 INFO O| Feb 24 21:41:47.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64212025-02-24T21:41:49.338Z[ recovery-image] Feb 24 21:41:47.713 INFO O| Feb 24 21:41:47.712 INFO STEP 590 (remove_files) COMPLETE
64222025-02-24T21:41:49.338Z[ recovery-image] Feb 24 21:41:47.713 INFO O| Feb 24 21:41:47.713 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-02-24T21:41:49.357Z[ recovery-image] Feb 24 21:41:47.736 INFO O| Feb 24 21:41:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64242025-02-24T21:41:49.357Z[ recovery-image] Feb 24 21:41:47.736 INFO O| Feb 24 21:41:47.736 INFO STEP 591 (remove_files) COMPLETE
64252025-02-24T21:41:49.358Z[ recovery-image] Feb 24 21:41:47.736 INFO O| Feb 24 21:41:47.736 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-02-24T21:41:49.393Z[ recovery-image] Feb 24 21:41:47.772 INFO O| Feb 24 21:41:47.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64272025-02-24T21:41:49.393Z[ recovery-image] Feb 24 21:41:47.772 INFO O| Feb 24 21:41:47.772 INFO STEP 592 (remove_files) COMPLETE
64282025-02-24T21:41:49.393Z[ recovery-image] Feb 24 21:41:47.772 INFO O| Feb 24 21:41:47.772 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-02-24T21:41:49.417Z[ recovery-image] Feb 24 21:41:47.796 INFO O| Feb 24 21:41:47.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64302025-02-24T21:41:49.419Z[ recovery-image] Feb 24 21:41:47.796 INFO O| Feb 24 21:41:47.796 INFO STEP 593 (remove_files) COMPLETE
64312025-02-24T21:41:49.420Z[ recovery-image] Feb 24 21:41:47.796 INFO O| Feb 24 21:41:47.796 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-02-24T21:41:49.447Z[ recovery-image] Feb 24 21:41:47.826 INFO O| Feb 24 21:41:47.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64332025-02-24T21:41:49.448Z[ recovery-image] Feb 24 21:41:47.826 INFO O| Feb 24 21:41:47.826 INFO STEP 594 (remove_files) COMPLETE
64342025-02-24T21:41:49.448Z[ recovery-image] Feb 24 21:41:47.826 INFO O| Feb 24 21:41:47.826 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-24T21:41:49.493Z[ recovery-image] Feb 24 21:41:47.871 INFO O| Feb 24 21:41:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64362025-02-24T21:41:49.494Z[ recovery-image] Feb 24 21:41:47.871 INFO O| Feb 24 21:41:47.871 INFO STEP 595 (remove_files) COMPLETE
64372025-02-24T21:41:49.494Z[ recovery-image] Feb 24 21:41:47.872 INFO O| Feb 24 21:41:47.871 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-24T21:41:49.515Z[ recovery-image] Feb 24 21:41:47.894 INFO O| Feb 24 21:41:47.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64392025-02-24T21:41:49.515Z[ recovery-image] Feb 24 21:41:47.894 INFO O| Feb 24 21:41:47.894 INFO STEP 596 (remove_files) COMPLETE
64402025-02-24T21:41:49.518Z[ recovery-image] Feb 24 21:41:47.894 INFO O| Feb 24 21:41:47.894 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-24T21:41:49.545Z[ recovery-image] Feb 24 21:41:47.923 INFO O| Feb 24 21:41:47.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64422025-02-24T21:41:49.546Z[ recovery-image] Feb 24 21:41:47.923 INFO O| Feb 24 21:41:47.923 INFO STEP 597 (remove_files) COMPLETE
64432025-02-24T21:41:49.546Z[ recovery-image] Feb 24 21:41:47.923 INFO O| Feb 24 21:41:47.923 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-24T21:41:49.580Z[ recovery-image] Feb 24 21:41:47.959 INFO O| Feb 24 21:41:47.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64452025-02-24T21:41:49.580Z[ recovery-image] Feb 24 21:41:47.959 INFO O| Feb 24 21:41:47.959 INFO STEP 598 (remove_files) COMPLETE
64462025-02-24T21:41:49.580Z[ recovery-image] Feb 24 21:41:47.959 INFO O| Feb 24 21:41:47.959 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-24T21:41:49.602Z[ recovery-image] Feb 24 21:41:47.980 INFO O| Feb 24 21:41:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64482025-02-24T21:41:49.602Z[ recovery-image] Feb 24 21:41:47.980 INFO O| Feb 24 21:41:47.980 INFO STEP 599 (remove_files) COMPLETE
64492025-02-24T21:41:49.605Z[ recovery-image] Feb 24 21:41:47.980 INFO O| Feb 24 21:41:47.980 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-24T21:41:49.622Z[ recovery-image] Feb 24 21:41:48.001 INFO O| Feb 24 21:41:48.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64512025-02-24T21:41:49.622Z[ recovery-image] Feb 24 21:41:48.001 INFO O| Feb 24 21:41:48.001 INFO STEP 600 (remove_files) COMPLETE
64522025-02-24T21:41:49.625Z[ recovery-image] Feb 24 21:41:48.001 INFO O| Feb 24 21:41:48.001 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-24T21:41:49.654Z[ recovery-image] Feb 24 21:41:48.033 INFO O| Feb 24 21:41:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64542025-02-24T21:41:49.674Z[ recovery-image] Feb 24 21:41:48.053 INFO O| Feb 24 21:41:48.053 INFO STEP 601 (remove_files) COMPLETE
64552025-02-24T21:41:49.674Z[ recovery-image] Feb 24 21:41:48.053 INFO O| Feb 24 21:41:48.053 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-24T21:41:49.747Z[ recovery-image] Feb 24 21:41:48.125 INFO O| Feb 24 21:41:48.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64572025-02-24T21:41:49.747Z[ recovery-image] Feb 24 21:41:48.126 INFO O| Feb 24 21:41:48.126 INFO STEP 602 (remove_files) COMPLETE
64582025-02-24T21:41:49.747Z[ recovery-image] Feb 24 21:41:48.126 INFO O| Feb 24 21:41:48.126 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-24T21:41:49.769Z[ recovery-image] Feb 24 21:41:48.148 INFO O| Feb 24 21:41:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64602025-02-24T21:41:49.769Z[ recovery-image] Feb 24 21:41:48.148 INFO O| Feb 24 21:41:48.148 INFO STEP 603 (remove_files) COMPLETE
64612025-02-24T21:41:49.769Z[ recovery-image] Feb 24 21:41:48.148 INFO O| Feb 24 21:41:48.148 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-24T21:41:49.791Z[ recovery-image] Feb 24 21:41:48.170 INFO O| Feb 24 21:41:48.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64632025-02-24T21:41:49.791Z[ recovery-image] Feb 24 21:41:48.170 INFO O| Feb 24 21:41:48.170 INFO STEP 604 (remove_files) COMPLETE
64642025-02-24T21:41:49.791Z[ recovery-image] Feb 24 21:41:48.170 INFO O| Feb 24 21:41:48.170 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-24T21:41:49.862Z[ recovery-image] Feb 24 21:41:48.240 INFO O| Feb 24 21:41:48.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64662025-02-24T21:41:49.862Z[ recovery-image] Feb 24 21:41:48.240 INFO O| Feb 24 21:41:48.240 INFO STEP 605 (remove_files) COMPLETE
64672025-02-24T21:41:49.862Z[ recovery-image] Feb 24 21:41:48.240 INFO O| Feb 24 21:41:48.240 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-24T21:41:49.902Z[ recovery-image] Feb 24 21:41:48.280 INFO O| Feb 24 21:41:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64692025-02-24T21:41:49.902Z[ recovery-image] Feb 24 21:41:48.280 INFO O| Feb 24 21:41:48.280 INFO STEP 606 (remove_files) COMPLETE
64702025-02-24T21:41:49.902Z[ recovery-image] Feb 24 21:41:48.280 INFO O| Feb 24 21:41:48.280 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-24T21:41:49.926Z[ recovery-image] Feb 24 21:41:48.304 INFO O| Feb 24 21:41:48.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64722025-02-24T21:41:49.926Z[ recovery-image] Feb 24 21:41:48.304 INFO O| Feb 24 21:41:48.304 INFO STEP 607 (remove_files) COMPLETE
64732025-02-24T21:41:49.926Z[ recovery-image] Feb 24 21:41:48.304 INFO O| Feb 24 21:41:48.304 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-24T21:41:49.949Z[ recovery-image] Feb 24 21:41:48.327 INFO O| Feb 24 21:41:48.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64752025-02-24T21:41:49.950Z[ recovery-image] Feb 24 21:41:48.327 INFO O| Feb 24 21:41:48.327 INFO STEP 608 (remove_files) COMPLETE
64762025-02-24T21:41:49.950Z[ recovery-image] Feb 24 21:41:48.328 INFO O| Feb 24 21:41:48.327 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-24T21:41:49.987Z[ recovery-image] Feb 24 21:41:48.365 INFO O| Feb 24 21:41:48.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64782025-02-24T21:41:49.994Z[ recovery-image] Feb 24 21:41:48.372 INFO O| Feb 24 21:41:48.372 INFO STEP 609 (remove_files) COMPLETE
64792025-02-24T21:41:49.994Z[ recovery-image] Feb 24 21:41:48.372 INFO O| Feb 24 21:41:48.372 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-24T21:41:50.034Z[ recovery-image] Feb 24 21:41:48.411 INFO O| Feb 24 21:41:48.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64812025-02-24T21:41:50.034Z[ recovery-image] Feb 24 21:41:48.411 INFO O| Feb 24 21:41:48.411 INFO STEP 610 (remove_files) COMPLETE
64822025-02-24T21:41:50.034Z[ recovery-image] Feb 24 21:41:48.411 INFO O| Feb 24 21:41:48.411 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-24T21:41:50.056Z[ recovery-image] Feb 24 21:41:48.435 INFO O| Feb 24 21:41:48.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64842025-02-24T21:41:50.056Z[ recovery-image] Feb 24 21:41:48.435 INFO O| Feb 24 21:41:48.435 INFO STEP 611 (remove_files) COMPLETE
64852025-02-24T21:41:50.056Z[ recovery-image] Feb 24 21:41:48.435 INFO O| Feb 24 21:41:48.435 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-24T21:41:50.079Z[ recovery-image] Feb 24 21:41:48.457 INFO O| Feb 24 21:41:48.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64872025-02-24T21:41:50.079Z[ recovery-image] Feb 24 21:41:48.457 INFO O| Feb 24 21:41:48.457 INFO STEP 612 (remove_files) COMPLETE
64882025-02-24T21:41:50.081Z[ recovery-image] Feb 24 21:41:48.457 INFO O| Feb 24 21:41:48.457 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-24T21:41:50.114Z[ recovery-image] Feb 24 21:41:48.492 INFO O| Feb 24 21:41:48.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64902025-02-24T21:41:50.114Z[ recovery-image] Feb 24 21:41:48.492 INFO O| Feb 24 21:41:48.492 INFO STEP 613 (remove_files) COMPLETE
64912025-02-24T21:41:50.116Z[ recovery-image] Feb 24 21:41:48.492 INFO O| Feb 24 21:41:48.492 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-24T21:41:50.138Z[ recovery-image] Feb 24 21:41:48.516 INFO O| Feb 24 21:41:48.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64932025-02-24T21:41:50.138Z[ recovery-image] Feb 24 21:41:48.516 INFO O| Feb 24 21:41:48.516 INFO STEP 614 (remove_files) COMPLETE
64942025-02-24T21:41:50.138Z[ recovery-image] Feb 24 21:41:48.516 INFO O| Feb 24 21:41:48.516 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-24T21:41:50.160Z[ recovery-image] Feb 24 21:41:48.539 INFO O| Feb 24 21:41:48.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64962025-02-24T21:41:50.160Z[ recovery-image] Feb 24 21:41:48.539 INFO O| Feb 24 21:41:48.539 INFO STEP 615 (remove_files) COMPLETE
64972025-02-24T21:41:50.163Z[ recovery-image] Feb 24 21:41:48.539 INFO O| Feb 24 21:41:48.539 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-24T21:41:50.188Z[ recovery-image] Feb 24 21:41:48.566 INFO O| Feb 24 21:41:48.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64992025-02-24T21:41:50.190Z[ recovery-image] Feb 24 21:41:48.566 INFO O| Feb 24 21:41:48.566 INFO STEP 616 (remove_files) COMPLETE
65002025-02-24T21:41:50.190Z[ recovery-image] Feb 24 21:41:48.567 INFO O| Feb 24 21:41:48.566 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-24T21:41:50.211Z[ recovery-image] Feb 24 21:41:48.589 INFO O| Feb 24 21:41:48.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
65022025-02-24T21:41:50.214Z[ recovery-image] Feb 24 21:41:48.589 INFO O| Feb 24 21:41:48.589 INFO STEP 617 (remove_files) COMPLETE
65032025-02-24T21:41:50.214Z[ recovery-image] Feb 24 21:41:48.589 INFO O| Feb 24 21:41:48.589 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-24T21:41:50.235Z[ recovery-image] Feb 24 21:41:48.613 INFO O| Feb 24 21:41:48.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
65052025-02-24T21:41:50.235Z[ recovery-image] Feb 24 21:41:48.613 INFO O| Feb 24 21:41:48.613 INFO STEP 618 (remove_files) COMPLETE
65062025-02-24T21:41:50.243Z[ recovery-image] Feb 24 21:41:48.613 INFO O| Feb 24 21:41:48.613 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-24T21:41:50.296Z[ recovery-image] Feb 24 21:41:48.673 INFO O| Feb 24 21:41:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65082025-02-24T21:41:50.296Z[ recovery-image] Feb 24 21:41:48.673 INFO O| Feb 24 21:41:48.673 INFO STEP 619 (remove_files) COMPLETE
65092025-02-24T21:41:50.300Z[ recovery-image] Feb 24 21:41:48.673 INFO O| Feb 24 21:41:48.673 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-24T21:41:50.322Z[ recovery-image] Feb 24 21:41:48.700 INFO O| Feb 24 21:41:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65112025-02-24T21:41:50.325Z[ recovery-image] Feb 24 21:41:48.700 INFO O| Feb 24 21:41:48.700 INFO STEP 620 (remove_files) COMPLETE
65122025-02-24T21:41:50.325Z[ recovery-image] Feb 24 21:41:48.700 INFO O| Feb 24 21:41:48.700 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-24T21:41:50.345Z[ recovery-image] Feb 24 21:41:48.724 INFO O| Feb 24 21:41:48.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65142025-02-24T21:41:50.345Z[ recovery-image] Feb 24 21:41:48.724 INFO O| Feb 24 21:41:48.724 INFO STEP 621 (remove_files) COMPLETE
65152025-02-24T21:41:50.348Z[ recovery-image] Feb 24 21:41:48.724 INFO O| Feb 24 21:41:48.724 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-24T21:41:50.374Z[ recovery-image] Feb 24 21:41:48.745 INFO O| Feb 24 21:41:48.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65172025-02-24T21:41:50.374Z[ recovery-image] Feb 24 21:41:48.745 INFO O| Feb 24 21:41:48.745 INFO STEP 622 (remove_files) COMPLETE
65182025-02-24T21:41:50.377Z[ recovery-image] Feb 24 21:41:48.745 INFO O| Feb 24 21:41:48.745 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-24T21:41:50.392Z[ recovery-image] Feb 24 21:41:48.769 INFO O| Feb 24 21:41:48.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65202025-02-24T21:41:50.392Z[ recovery-image] Feb 24 21:41:48.769 INFO O| Feb 24 21:41:48.769 INFO STEP 623 (remove_files) COMPLETE
65212025-02-24T21:41:50.395Z[ recovery-image] Feb 24 21:41:48.769 INFO O| Feb 24 21:41:48.769 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-24T21:41:50.417Z[ recovery-image] Feb 24 21:41:48.794 INFO O| Feb 24 21:41:48.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65232025-02-24T21:41:50.417Z[ recovery-image] Feb 24 21:41:48.794 INFO O| Feb 24 21:41:48.794 INFO STEP 624 (remove_files) COMPLETE
65242025-02-24T21:41:50.420Z[ recovery-image] Feb 24 21:41:48.795 INFO O| Feb 24 21:41:48.794 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-24T21:41:50.440Z[ recovery-image] Feb 24 21:41:48.819 INFO O| Feb 24 21:41:48.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65262025-02-24T21:41:50.445Z[ recovery-image] Feb 24 21:41:48.819 INFO O| Feb 24 21:41:48.819 INFO STEP 625 (remove_files) COMPLETE
65272025-02-24T21:41:50.445Z[ recovery-image] Feb 24 21:41:48.819 INFO O| Feb 24 21:41:48.819 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-24T21:41:50.465Z[ recovery-image] Feb 24 21:41:48.843 INFO O| Feb 24 21:41:48.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65292025-02-24T21:41:50.467Z[ recovery-image] Feb 24 21:41:48.843 INFO O| Feb 24 21:41:48.843 INFO STEP 626 (remove_files) COMPLETE
65302025-02-24T21:41:50.467Z[ recovery-image] Feb 24 21:41:48.843 INFO O| Feb 24 21:41:48.843 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-24T21:41:50.512Z[ recovery-image] Feb 24 21:41:48.890 INFO O| Feb 24 21:41:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65322025-02-24T21:41:50.512Z[ recovery-image] Feb 24 21:41:48.890 INFO O| Feb 24 21:41:48.890 INFO STEP 627 (remove_files) COMPLETE
65332025-02-24T21:41:50.512Z[ recovery-image] Feb 24 21:41:48.890 INFO O| Feb 24 21:41:48.890 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-24T21:41:50.533Z[ recovery-image] Feb 24 21:41:48.912 INFO O| Feb 24 21:41:48.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65352025-02-24T21:41:50.533Z[ recovery-image] Feb 24 21:41:48.912 INFO O| Feb 24 21:41:48.912 INFO STEP 628 (remove_files) COMPLETE
65362025-02-24T21:41:50.534Z[ recovery-image] Feb 24 21:41:48.912 INFO O| Feb 24 21:41:48.912 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-24T21:41:50.585Z[ recovery-image] Feb 24 21:41:48.964 INFO O| Feb 24 21:41:48.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65382025-02-24T21:41:50.586Z[ recovery-image] Feb 24 21:41:48.964 INFO O| Feb 24 21:41:48.964 INFO STEP 629 (remove_files) COMPLETE
65392025-02-24T21:41:50.586Z[ recovery-image] Feb 24 21:41:48.964 INFO O| Feb 24 21:41:48.964 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-24T21:41:50.642Z[ recovery-image] Feb 24 21:41:49.020 INFO O| Feb 24 21:41:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65412025-02-24T21:41:50.642Z[ recovery-image] Feb 24 21:41:49.021 INFO O| Feb 24 21:41:49.021 INFO STEP 630 (remove_files) COMPLETE
65422025-02-24T21:41:50.642Z[ recovery-image] Feb 24 21:41:49.021 INFO O| Feb 24 21:41:49.021 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-24T21:41:50.704Z[ recovery-image] Feb 24 21:41:49.083 INFO O| Feb 24 21:41:49.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65442025-02-24T21:41:50.704Z[ recovery-image] Feb 24 21:41:49.083 INFO O| Feb 24 21:41:49.083 INFO STEP 631 (remove_files) COMPLETE
65452025-02-24T21:41:50.704Z[ recovery-image] Feb 24 21:41:49.083 INFO O| Feb 24 21:41:49.083 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-24T21:41:50.728Z[ recovery-image] Feb 24 21:41:49.107 INFO O| Feb 24 21:41:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65472025-02-24T21:41:50.728Z[ recovery-image] Feb 24 21:41:49.107 INFO O| Feb 24 21:41:49.107 INFO STEP 632 (remove_files) COMPLETE
65482025-02-24T21:41:50.728Z[ recovery-image] Feb 24 21:41:49.107 INFO O| Feb 24 21:41:49.107 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-24T21:41:50.753Z[ recovery-image] Feb 24 21:41:49.131 INFO O| Feb 24 21:41:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65502025-02-24T21:41:50.753Z[ recovery-image] Feb 24 21:41:49.131 INFO O| Feb 24 21:41:49.131 INFO STEP 633 (remove_files) COMPLETE
65512025-02-24T21:41:50.753Z[ recovery-image] Feb 24 21:41:49.131 INFO O| Feb 24 21:41:49.131 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-24T21:41:50.787Z[ recovery-image] Feb 24 21:41:49.165 INFO O| Feb 24 21:41:49.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65532025-02-24T21:41:50.787Z[ recovery-image] Feb 24 21:41:49.165 INFO O| Feb 24 21:41:49.165 INFO STEP 634 (remove_files) COMPLETE
65542025-02-24T21:41:50.787Z[ recovery-image] Feb 24 21:41:49.165 INFO O| Feb 24 21:41:49.165 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-24T21:41:50.820Z[ recovery-image] Feb 24 21:41:49.198 INFO O| Feb 24 21:41:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65562025-02-24T21:41:50.841Z[ recovery-image] Feb 24 21:41:49.219 INFO O| Feb 24 21:41:49.219 INFO STEP 635 (remove_files) COMPLETE
65572025-02-24T21:41:50.841Z[ recovery-image] Feb 24 21:41:49.219 INFO O| Feb 24 21:41:49.219 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-24T21:41:50.864Z[ recovery-image] Feb 24 21:41:49.242 INFO O| Feb 24 21:41:49.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65592025-02-24T21:41:50.864Z[ recovery-image] Feb 24 21:41:49.242 INFO O| Feb 24 21:41:49.242 INFO STEP 636 (remove_files) COMPLETE
65602025-02-24T21:41:50.867Z[ recovery-image] Feb 24 21:41:49.242 INFO O| Feb 24 21:41:49.242 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-24T21:41:50.888Z[ recovery-image] Feb 24 21:41:49.265 INFO O| Feb 24 21:41:49.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65622025-02-24T21:41:50.888Z[ recovery-image] Feb 24 21:41:49.265 INFO O| Feb 24 21:41:49.265 INFO STEP 637 (remove_files) COMPLETE
65632025-02-24T21:41:50.888Z[ recovery-image] Feb 24 21:41:49.265 INFO O| Feb 24 21:41:49.265 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-24T21:41:50.945Z[ recovery-image] Feb 24 21:41:49.322 INFO O| Feb 24 21:41:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65652025-02-24T21:41:50.945Z[ recovery-image] Feb 24 21:41:49.322 INFO O| Feb 24 21:41:49.322 INFO STEP 638 (remove_files) COMPLETE
65662025-02-24T21:41:50.948Z[ recovery-image] Feb 24 21:41:49.322 INFO O| Feb 24 21:41:49.322 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-24T21:41:50.967Z[ recovery-image] Feb 24 21:41:49.345 INFO O| Feb 24 21:41:49.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65682025-02-24T21:41:50.967Z[ recovery-image] Feb 24 21:41:49.345 INFO O| Feb 24 21:41:49.345 INFO STEP 639 (remove_files) COMPLETE
65692025-02-24T21:41:50.969Z[ recovery-image] Feb 24 21:41:49.345 INFO O| Feb 24 21:41:49.345 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-24T21:41:51.005Z[ recovery-image] Feb 24 21:41:49.383 INFO O| Feb 24 21:41:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65712025-02-24T21:41:51.005Z[ recovery-image] Feb 24 21:41:49.383 INFO O| Feb 24 21:41:49.383 INFO STEP 640 (remove_files) COMPLETE
65722025-02-24T21:41:51.005Z[ recovery-image] Feb 24 21:41:49.383 INFO O| Feb 24 21:41:49.383 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-24T21:41:51.050Z[ recovery-image] Feb 24 21:41:49.426 INFO O| Feb 24 21:41:49.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65742025-02-24T21:41:51.050Z[ recovery-image] Feb 24 21:41:49.426 INFO O| Feb 24 21:41:49.426 INFO STEP 641 (remove_files) COMPLETE
65752025-02-24T21:41:51.053Z[ recovery-image] Feb 24 21:41:49.426 INFO O| Feb 24 21:41:49.426 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-24T21:41:51.073Z[ recovery-image] Feb 24 21:41:49.450 INFO O| Feb 24 21:41:49.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65772025-02-24T21:41:51.073Z[ recovery-image] Feb 24 21:41:49.450 INFO O| Feb 24 21:41:49.450 INFO STEP 642 (remove_files) COMPLETE
65782025-02-24T21:41:51.073Z[ recovery-image] Feb 24 21:41:49.450 INFO O| Feb 24 21:41:49.450 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-24T21:41:51.131Z[ recovery-image] Feb 24 21:41:49.509 INFO O| Feb 24 21:41:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65802025-02-24T21:41:51.131Z[ recovery-image] Feb 24 21:41:49.509 INFO O| Feb 24 21:41:49.509 INFO STEP 643 (remove_files) COMPLETE
65812025-02-24T21:41:51.131Z[ recovery-image] Feb 24 21:41:49.509 INFO O| Feb 24 21:41:49.509 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-24T21:41:51.198Z[ recovery-image] Feb 24 21:41:49.576 INFO O| Feb 24 21:41:49.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65832025-02-24T21:41:51.200Z[ recovery-image] Feb 24 21:41:49.576 INFO O| Feb 24 21:41:49.576 INFO STEP 644 (remove_files) COMPLETE
65842025-02-24T21:41:51.200Z[ recovery-image] Feb 24 21:41:49.576 INFO O| Feb 24 21:41:49.576 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-02-24T21:41:51.265Z[ recovery-image] Feb 24 21:41:49.643 INFO O| Feb 24 21:41:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65862025-02-24T21:41:51.265Z[ recovery-image] Feb 24 21:41:49.643 INFO O| Feb 24 21:41:49.643 INFO STEP 645 (remove_files) COMPLETE
65872025-02-24T21:41:51.265Z[ recovery-image] Feb 24 21:41:49.643 INFO O| Feb 24 21:41:49.643 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-02-24T21:41:51.318Z[ recovery-image] Feb 24 21:41:49.696 INFO O| Feb 24 21:41:49.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65892025-02-24T21:41:51.318Z[ recovery-image] Feb 24 21:41:49.696 INFO O| Feb 24 21:41:49.696 INFO STEP 646 (remove_files) COMPLETE
65902025-02-24T21:41:51.321Z[ recovery-image] Feb 24 21:41:49.696 INFO O| Feb 24 21:41:49.696 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-02-24T21:41:51.340Z[ recovery-image] Feb 24 21:41:49.718 INFO O| Feb 24 21:41:49.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65922025-02-24T21:41:51.340Z[ recovery-image] Feb 24 21:41:49.718 INFO O| Feb 24 21:41:49.718 INFO STEP 647 (remove_files) COMPLETE
65932025-02-24T21:41:51.340Z[ recovery-image] Feb 24 21:41:49.718 INFO O| Feb 24 21:41:49.718 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-24T21:41:51.362Z[ recovery-image] Feb 24 21:41:49.740 INFO O| Feb 24 21:41:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65952025-02-24T21:41:51.362Z[ recovery-image] Feb 24 21:41:49.741 INFO O| Feb 24 21:41:49.740 INFO STEP 648 (remove_files) COMPLETE
65962025-02-24T21:41:51.362Z[ recovery-image] Feb 24 21:41:49.741 INFO O| Feb 24 21:41:49.741 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-24T21:41:51.402Z[ recovery-image] Feb 24 21:41:49.780 INFO O| Feb 24 21:41:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65982025-02-24T21:41:51.402Z[ recovery-image] Feb 24 21:41:49.780 INFO O| Feb 24 21:41:49.780 INFO STEP 649 (remove_files) COMPLETE
65992025-02-24T21:41:51.405Z[ recovery-image] Feb 24 21:41:49.780 INFO O| Feb 24 21:41:49.780 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-24T21:41:51.425Z[ recovery-image] Feb 24 21:41:49.803 INFO O| Feb 24 21:41:49.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66012025-02-24T21:41:51.425Z[ recovery-image] Feb 24 21:41:49.804 INFO O| Feb 24 21:41:49.804 INFO STEP 650 (remove_files) COMPLETE
66022025-02-24T21:41:51.428Z[ recovery-image] Feb 24 21:41:49.804 INFO O| Feb 24 21:41:49.804 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-24T21:41:51.457Z[ recovery-image] Feb 24 21:41:49.835 INFO O| Feb 24 21:41:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66042025-02-24T21:41:51.457Z[ recovery-image] Feb 24 21:41:49.835 INFO O| Feb 24 21:41:49.835 INFO STEP 651 (remove_files) COMPLETE
66052025-02-24T21:41:51.457Z[ recovery-image] Feb 24 21:41:49.835 INFO O| Feb 24 21:41:49.835 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-24T21:41:51.517Z[ recovery-image] Feb 24 21:41:49.894 INFO O| Feb 24 21:41:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66072025-02-24T21:41:51.517Z[ recovery-image] Feb 24 21:41:49.894 INFO O| Feb 24 21:41:49.894 INFO STEP 652 (remove_files) COMPLETE
66082025-02-24T21:41:51.517Z[ recovery-image] Feb 24 21:41:49.894 INFO O| Feb 24 21:41:49.894 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-24T21:41:51.537Z[ recovery-image] Feb 24 21:41:49.915 INFO O| Feb 24 21:41:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66102025-02-24T21:41:51.537Z[ recovery-image] Feb 24 21:41:49.915 INFO O| Feb 24 21:41:49.915 INFO STEP 653 (remove_files) COMPLETE
66112025-02-24T21:41:51.540Z[ recovery-image] Feb 24 21:41:49.915 INFO O| Feb 24 21:41:49.915 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-24T21:41:51.597Z[ recovery-image] Feb 24 21:41:49.974 INFO O| Feb 24 21:41:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66132025-02-24T21:41:51.597Z[ recovery-image] Feb 24 21:41:49.974 INFO O| Feb 24 21:41:49.974 INFO STEP 654 (remove_files) COMPLETE
66142025-02-24T21:41:51.597Z[ recovery-image] Feb 24 21:41:49.974 INFO O| Feb 24 21:41:49.974 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-24T21:41:51.619Z[ recovery-image] Feb 24 21:41:49.996 INFO O| Feb 24 21:41:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66162025-02-24T21:41:51.619Z[ recovery-image] Feb 24 21:41:49.996 INFO O| Feb 24 21:41:49.996 INFO STEP 655 (remove_files) COMPLETE
66172025-02-24T21:41:51.619Z[ recovery-image] Feb 24 21:41:49.996 INFO O| Feb 24 21:41:49.996 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-24T21:41:51.642Z[ recovery-image] Feb 24 21:41:50.020 INFO O| Feb 24 21:41:50.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66192025-02-24T21:41:51.642Z[ recovery-image] Feb 24 21:41:50.020 INFO O| Feb 24 21:41:50.020 INFO STEP 656 (remove_files) COMPLETE
66202025-02-24T21:41:51.645Z[ recovery-image] Feb 24 21:41:50.020 INFO O| Feb 24 21:41:50.020 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-24T21:41:51.702Z[ recovery-image] Feb 24 21:41:50.080 INFO O| Feb 24 21:41:50.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66222025-02-24T21:41:51.702Z[ recovery-image] Feb 24 21:41:50.080 INFO O| Feb 24 21:41:50.080 INFO STEP 657 (remove_files) COMPLETE
66232025-02-24T21:41:51.705Z[ recovery-image] Feb 24 21:41:50.080 INFO O| Feb 24 21:41:50.080 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-24T21:41:51.725Z[ recovery-image] Feb 24 21:41:50.103 INFO O| Feb 24 21:41:50.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66252025-02-24T21:41:51.725Z[ recovery-image] Feb 24 21:41:50.103 INFO O| Feb 24 21:41:50.103 INFO STEP 658 (remove_files) COMPLETE
66262025-02-24T21:41:51.730Z[ recovery-image] Feb 24 21:41:50.103 INFO O| Feb 24 21:41:50.103 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-24T21:41:51.762Z[ recovery-image] Feb 24 21:41:50.140 INFO O| Feb 24 21:41:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66282025-02-24T21:41:51.762Z[ recovery-image] Feb 24 21:41:50.140 INFO O| Feb 24 21:41:50.140 INFO STEP 659 (remove_files) COMPLETE
66292025-02-24T21:41:51.762Z[ recovery-image] Feb 24 21:41:50.140 INFO O| Feb 24 21:41:50.140 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-24T21:41:51.783Z[ recovery-image] Feb 24 21:41:50.160 INFO O| Feb 24 21:41:50.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66312025-02-24T21:41:51.783Z[ recovery-image] Feb 24 21:41:50.161 INFO O| Feb 24 21:41:50.161 INFO STEP 660 (remove_files) COMPLETE
66322025-02-24T21:41:51.783Z[ recovery-image] Feb 24 21:41:50.161 INFO O| Feb 24 21:41:50.161 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-24T21:41:51.838Z[ recovery-image] Feb 24 21:41:50.216 INFO O| Feb 24 21:41:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66342025-02-24T21:41:51.838Z[ recovery-image] Feb 24 21:41:50.216 INFO O| Feb 24 21:41:50.216 INFO STEP 661 (remove_files) COMPLETE
66352025-02-24T21:41:51.838Z[ recovery-image] Feb 24 21:41:50.216 INFO O| Feb 24 21:41:50.216 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-24T21:41:51.929Z[ recovery-image] Feb 24 21:41:50.306 INFO O| Feb 24 21:41:50.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66372025-02-24T21:41:51.929Z[ recovery-image] Feb 24 21:41:50.306 INFO O| Feb 24 21:41:50.306 INFO STEP 662 (remove_files) COMPLETE
66382025-02-24T21:41:51.929Z[ recovery-image] Feb 24 21:41:50.306 INFO O| Feb 24 21:41:50.306 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-24T21:41:51.962Z[ recovery-image] Feb 24 21:41:50.339 INFO O| Feb 24 21:41:50.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66402025-02-24T21:41:51.962Z[ recovery-image] Feb 24 21:41:50.339 INFO O| Feb 24 21:41:50.339 INFO STEP 663 (remove_files) COMPLETE
66412025-02-24T21:41:51.962Z[ recovery-image] Feb 24 21:41:50.339 INFO O| Feb 24 21:41:50.339 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-24T21:41:51.983Z[ recovery-image] Feb 24 21:41:50.359 INFO O| Feb 24 21:41:50.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66432025-02-24T21:41:51.983Z[ recovery-image] Feb 24 21:41:50.359 INFO O| Feb 24 21:41:50.359 INFO STEP 664 (remove_files) COMPLETE
66442025-02-24T21:41:51.983Z[ recovery-image] Feb 24 21:41:50.359 INFO O| Feb 24 21:41:50.359 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-24T21:41:52.009Z[ recovery-image] Feb 24 21:41:50.387 INFO O| Feb 24 21:41:50.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66462025-02-24T21:41:52.009Z[ recovery-image] Feb 24 21:41:50.387 INFO O| Feb 24 21:41:50.387 INFO STEP 665 (remove_files) COMPLETE
66472025-02-24T21:41:52.009Z[ recovery-image] Feb 24 21:41:50.387 INFO O| Feb 24 21:41:50.387 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-24T21:41:52.070Z[ recovery-image] Feb 24 21:41:50.448 INFO O| Feb 24 21:41:50.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66492025-02-24T21:41:52.071Z[ recovery-image] Feb 24 21:41:50.448 INFO O| Feb 24 21:41:50.448 INFO STEP 666 (remove_files) COMPLETE
66502025-02-24T21:41:52.071Z[ recovery-image] Feb 24 21:41:50.448 INFO O| Feb 24 21:41:50.448 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-02-24T21:41:52.138Z[ recovery-image] Feb 24 21:41:50.516 INFO O| Feb 24 21:41:50.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66522025-02-24T21:41:52.139Z[ recovery-image] Feb 24 21:41:50.516 INFO O| Feb 24 21:41:50.516 INFO STEP 667 (remove_files) COMPLETE
66532025-02-24T21:41:52.141Z[ recovery-image] Feb 24 21:41:50.516 INFO O| Feb 24 21:41:50.516 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-02-24T21:41:52.162Z[ recovery-image] Feb 24 21:41:50.539 INFO O| Feb 24 21:41:50.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66552025-02-24T21:41:52.162Z[ recovery-image] Feb 24 21:41:50.539 INFO O| Feb 24 21:41:50.539 INFO STEP 668 (remove_files) COMPLETE
66562025-02-24T21:41:52.162Z[ recovery-image] Feb 24 21:41:50.539 INFO O| Feb 24 21:41:50.539 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-02-24T21:41:52.222Z[ recovery-image] Feb 24 21:41:50.600 INFO O| Feb 24 21:41:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66582025-02-24T21:41:52.222Z[ recovery-image] Feb 24 21:41:50.600 INFO O| Feb 24 21:41:50.600 INFO STEP 669 (remove_files) COMPLETE
66592025-02-24T21:41:52.225Z[ recovery-image] Feb 24 21:41:50.600 INFO O| Feb 24 21:41:50.600 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-02-24T21:41:52.261Z[ recovery-image] Feb 24 21:41:50.638 INFO O| Feb 24 21:41:50.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66612025-02-24T21:41:52.261Z[ recovery-image] Feb 24 21:41:50.638 INFO O| Feb 24 21:41:50.638 INFO STEP 670 (remove_files) COMPLETE
66622025-02-24T21:41:52.261Z[ recovery-image] Feb 24 21:41:50.638 INFO O| Feb 24 21:41:50.638 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-02-24T21:41:52.283Z[ recovery-image] Feb 24 21:41:50.661 INFO O| Feb 24 21:41:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66642025-02-24T21:41:52.283Z[ recovery-image] Feb 24 21:41:50.661 INFO O| Feb 24 21:41:50.661 INFO STEP 671 (remove_files) COMPLETE
66652025-02-24T21:41:52.284Z[ recovery-image] Feb 24 21:41:50.661 INFO O| Feb 24 21:41:50.661 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-02-24T21:41:52.305Z[ recovery-image] Feb 24 21:41:50.683 INFO O| Feb 24 21:41:50.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66672025-02-24T21:41:52.305Z[ recovery-image] Feb 24 21:41:50.683 INFO O| Feb 24 21:41:50.683 INFO STEP 672 (remove_files) COMPLETE
66682025-02-24T21:41:52.305Z[ recovery-image] Feb 24 21:41:50.683 INFO O| Feb 24 21:41:50.683 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-02-24T21:41:52.341Z[ recovery-image] Feb 24 21:41:50.719 INFO O| Feb 24 21:41:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66702025-02-24T21:41:52.344Z[ recovery-image] Feb 24 21:41:50.719 INFO O| Feb 24 21:41:50.719 INFO STEP 673 (remove_files) COMPLETE
66712025-02-24T21:41:52.344Z[ recovery-image] Feb 24 21:41:50.719 INFO O| Feb 24 21:41:50.719 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-02-24T21:41:52.395Z[ recovery-image] Feb 24 21:41:50.773 INFO O| Feb 24 21:41:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66732025-02-24T21:41:52.395Z[ recovery-image] Feb 24 21:41:50.773 INFO O| Feb 24 21:41:50.773 INFO STEP 674 (remove_files) COMPLETE
66742025-02-24T21:41:52.395Z[ recovery-image] Feb 24 21:41:50.773 INFO O| Feb 24 21:41:50.773 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-02-24T21:41:52.418Z[ recovery-image] Feb 24 21:41:50.795 INFO O| Feb 24 21:41:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66762025-02-24T21:41:52.418Z[ recovery-image] Feb 24 21:41:50.795 INFO O| Feb 24 21:41:50.795 INFO STEP 675 (remove_files) COMPLETE
66772025-02-24T21:41:52.418Z[ recovery-image] Feb 24 21:41:50.795 INFO O| Feb 24 21:41:50.795 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-02-24T21:41:52.440Z[ recovery-image] Feb 24 21:41:50.817 INFO O| Feb 24 21:41:50.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66792025-02-24T21:41:52.443Z[ recovery-image] Feb 24 21:41:50.818 INFO O| Feb 24 21:41:50.817 INFO STEP 676 (remove_files) COMPLETE
66802025-02-24T21:41:52.443Z[ recovery-image] Feb 24 21:41:50.818 INFO O| Feb 24 21:41:50.818 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-02-24T21:41:52.464Z[ recovery-image] Feb 24 21:41:50.842 INFO O| Feb 24 21:41:50.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66822025-02-24T21:41:52.464Z[ recovery-image] Feb 24 21:41:50.842 INFO O| Feb 24 21:41:50.842 INFO STEP 677 (remove_files) COMPLETE
66832025-02-24T21:41:52.464Z[ recovery-image] Feb 24 21:41:50.842 INFO O| Feb 24 21:41:50.842 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-02-24T21:41:52.487Z[ recovery-image] Feb 24 21:41:50.864 INFO O| Feb 24 21:41:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66852025-02-24T21:41:52.487Z[ recovery-image] Feb 24 21:41:50.865 INFO O| Feb 24 21:41:50.865 INFO STEP 678 (remove_files) COMPLETE
66862025-02-24T21:41:52.487Z[ recovery-image] Feb 24 21:41:50.865 INFO O| Feb 24 21:41:50.865 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-02-24T21:41:52.510Z[ recovery-image] Feb 24 21:41:50.887 INFO O| Feb 24 21:41:50.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66882025-02-24T21:41:52.510Z[ recovery-image] Feb 24 21:41:50.887 INFO O| Feb 24 21:41:50.887 INFO STEP 679 (remove_files) COMPLETE
66892025-02-24T21:41:52.513Z[ recovery-image] Feb 24 21:41:50.888 INFO O| Feb 24 21:41:50.887 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-02-24T21:41:52.545Z[ recovery-image] Feb 24 21:41:50.923 INFO O| Feb 24 21:41:50.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66912025-02-24T21:41:52.548Z[ recovery-image] Feb 24 21:41:50.923 INFO O| Feb 24 21:41:50.923 INFO STEP 680 (remove_files) COMPLETE
66922025-02-24T21:41:52.548Z[ recovery-image] Feb 24 21:41:50.923 INFO O| Feb 24 21:41:50.923 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-02-24T21:41:52.584Z[ recovery-image] Feb 24 21:41:50.961 INFO O| Feb 24 21:41:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66942025-02-24T21:41:52.586Z[ recovery-image] Feb 24 21:41:50.962 INFO O| Feb 24 21:41:50.961 INFO STEP 681 (remove_files) COMPLETE
66952025-02-24T21:41:52.586Z[ recovery-image] Feb 24 21:41:50.962 INFO O| Feb 24 21:41:50.962 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-02-24T21:41:52.605Z[ recovery-image] Feb 24 21:41:50.983 INFO O| Feb 24 21:41:50.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66972025-02-24T21:41:52.608Z[ recovery-image] Feb 24 21:41:50.983 INFO O| Feb 24 21:41:50.983 INFO STEP 682 (remove_files) COMPLETE
66982025-02-24T21:41:52.608Z[ recovery-image] Feb 24 21:41:50.983 INFO O| Feb 24 21:41:50.983 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-02-24T21:41:52.627Z[ recovery-image] Feb 24 21:41:51.005 INFO O| Feb 24 21:41:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
67002025-02-24T21:41:52.631Z[ recovery-image] Feb 24 21:41:51.005 INFO O| Feb 24 21:41:51.005 INFO STEP 683 (remove_files) COMPLETE
67012025-02-24T21:41:52.631Z[ recovery-image] Feb 24 21:41:51.005 INFO O| Feb 24 21:41:51.005 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-02-24T21:41:52.665Z[ recovery-image] Feb 24 21:41:51.042 INFO O| Feb 24 21:41:51.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
67032025-02-24T21:41:52.666Z[ recovery-image] Feb 24 21:41:51.042 INFO O| Feb 24 21:41:51.042 INFO STEP 684 (remove_files) COMPLETE
67042025-02-24T21:41:52.666Z[ recovery-image] Feb 24 21:41:51.042 INFO O| Feb 24 21:41:51.042 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-02-24T21:41:52.686Z[ recovery-image] Feb 24 21:41:51.064 INFO O| Feb 24 21:41:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67062025-02-24T21:41:52.686Z[ recovery-image] Feb 24 21:41:51.064 INFO O| Feb 24 21:41:51.064 INFO STEP 685 (remove_files) COMPLETE
67072025-02-24T21:41:52.690Z[ recovery-image] Feb 24 21:41:51.064 INFO O| Feb 24 21:41:51.064 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-02-24T21:41:52.722Z[ recovery-image] Feb 24 21:41:51.100 INFO O| Feb 24 21:41:51.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67092025-02-24T21:41:52.722Z[ recovery-image] Feb 24 21:41:51.100 INFO O| Feb 24 21:41:51.100 INFO STEP 686 (remove_files) COMPLETE
67102025-02-24T21:41:52.722Z[ recovery-image] Feb 24 21:41:51.100 INFO O| Feb 24 21:41:51.100 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-02-24T21:41:52.744Z[ recovery-image] Feb 24 21:41:51.122 INFO O| Feb 24 21:41:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67122025-02-24T21:41:52.744Z[ recovery-image] Feb 24 21:41:51.122 INFO O| Feb 24 21:41:51.122 INFO STEP 687 (remove_files) COMPLETE
67132025-02-24T21:41:52.744Z[ recovery-image] Feb 24 21:41:51.122 INFO O| Feb 24 21:41:51.122 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-02-24T21:41:52.771Z[ recovery-image] Feb 24 21:41:51.149 INFO O| Feb 24 21:41:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67152025-02-24T21:41:52.771Z[ recovery-image] Feb 24 21:41:51.149 INFO O| Feb 24 21:41:51.149 INFO STEP 688 (remove_files) COMPLETE
67162025-02-24T21:41:52.771Z[ recovery-image] Feb 24 21:41:51.149 INFO O| Feb 24 21:41:51.149 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-02-24T21:41:52.813Z[ recovery-image] Feb 24 21:41:51.190 INFO O| Feb 24 21:41:51.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67182025-02-24T21:41:52.813Z[ recovery-image] Feb 24 21:41:51.190 INFO O| Feb 24 21:41:51.190 INFO STEP 689 (remove_files) COMPLETE
67192025-02-24T21:41:52.816Z[ recovery-image] Feb 24 21:41:51.190 INFO O| Feb 24 21:41:51.190 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-24T21:41:52.874Z[ recovery-image] Feb 24 21:41:51.252 INFO O| Feb 24 21:41:51.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67212025-02-24T21:41:52.875Z[ recovery-image] Feb 24 21:41:51.252 INFO O| Feb 24 21:41:51.252 INFO STEP 690 (remove_files) COMPLETE
67222025-02-24T21:41:52.875Z[ recovery-image] Feb 24 21:41:51.252 INFO O| Feb 24 21:41:51.252 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-24T21:41:52.904Z[ recovery-image] Feb 24 21:41:51.282 INFO O| Feb 24 21:41:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67242025-02-24T21:41:52.904Z[ recovery-image] Feb 24 21:41:51.282 INFO O| Feb 24 21:41:51.282 INFO STEP 691 (remove_files) COMPLETE
67252025-02-24T21:41:52.907Z[ recovery-image] Feb 24 21:41:51.282 INFO O| Feb 24 21:41:51.282 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-24T21:41:52.942Z[ recovery-image] Feb 24 21:41:51.320 INFO O| Feb 24 21:41:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67272025-02-24T21:41:52.942Z[ recovery-image] Feb 24 21:41:51.320 INFO O| Feb 24 21:41:51.320 INFO STEP 692 (remove_files) COMPLETE
67282025-02-24T21:41:52.945Z[ recovery-image] Feb 24 21:41:51.320 INFO O| Feb 24 21:41:51.320 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-24T21:41:52.964Z[ recovery-image] Feb 24 21:41:51.341 INFO O| Feb 24 21:41:51.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67302025-02-24T21:41:52.964Z[ recovery-image] Feb 24 21:41:51.341 INFO O| Feb 24 21:41:51.341 INFO STEP 693 (remove_files) COMPLETE
67312025-02-24T21:41:52.964Z[ recovery-image] Feb 24 21:41:51.341 INFO O| Feb 24 21:41:51.341 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-24T21:41:53.000Z[ recovery-image] Feb 24 21:41:51.377 INFO O| Feb 24 21:41:51.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67332025-02-24T21:41:53.000Z[ recovery-image] Feb 24 21:41:51.377 INFO O| Feb 24 21:41:51.377 INFO STEP 694 (remove_files) COMPLETE
67342025-02-24T21:41:53.003Z[ recovery-image] Feb 24 21:41:51.378 INFO O| Feb 24 21:41:51.377 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-24T21:41:53.023Z[ recovery-image] Feb 24 21:41:51.401 INFO O| Feb 24 21:41:51.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67362025-02-24T21:41:53.026Z[ recovery-image] Feb 24 21:41:51.401 INFO O| Feb 24 21:41:51.401 INFO STEP 695 (remove_files) COMPLETE
67372025-02-24T21:41:53.026Z[ recovery-image] Feb 24 21:41:51.401 INFO O| Feb 24 21:41:51.401 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-24T21:41:53.056Z[ recovery-image] Feb 24 21:41:51.434 INFO O| Feb 24 21:41:51.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67392025-02-24T21:41:53.056Z[ recovery-image] Feb 24 21:41:51.434 INFO O| Feb 24 21:41:51.434 INFO STEP 696 (remove_files) COMPLETE
67402025-02-24T21:41:53.056Z[ recovery-image] Feb 24 21:41:51.434 INFO O| Feb 24 21:41:51.434 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-24T21:41:53.078Z[ recovery-image] Feb 24 21:41:51.455 INFO O| Feb 24 21:41:51.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67422025-02-24T21:41:53.080Z[ recovery-image] Feb 24 21:41:51.456 INFO O| Feb 24 21:41:51.456 INFO STEP 697 (remove_files) COMPLETE
67432025-02-24T21:41:53.080Z[ recovery-image] Feb 24 21:41:51.456 INFO O| Feb 24 21:41:51.456 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-24T21:41:53.114Z[ recovery-image] Feb 24 21:41:51.491 INFO O| Feb 24 21:41:51.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67452025-02-24T21:41:53.134Z[ recovery-image] Feb 24 21:41:51.512 INFO O| Feb 24 21:41:51.512 INFO STEP 698 (remove_files) COMPLETE
67462025-02-24T21:41:53.134Z[ recovery-image] Feb 24 21:41:51.512 INFO O| Feb 24 21:41:51.512 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-24T21:41:53.157Z[ recovery-image] Feb 24 21:41:51.534 INFO O| Feb 24 21:41:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67482025-02-24T21:41:53.160Z[ recovery-image] Feb 24 21:41:51.535 INFO O| Feb 24 21:41:51.534 INFO STEP 699 (remove_files) COMPLETE
67492025-02-24T21:41:53.160Z[ recovery-image] Feb 24 21:41:51.535 INFO O| Feb 24 21:41:51.535 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-24T21:41:53.180Z[ recovery-image] Feb 24 21:41:51.558 INFO O| Feb 24 21:41:51.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67512025-02-24T21:41:53.183Z[ recovery-image] Feb 24 21:41:51.558 INFO O| Feb 24 21:41:51.558 INFO STEP 700 (remove_files) COMPLETE
67522025-02-24T21:41:53.183Z[ recovery-image] Feb 24 21:41:51.558 INFO O| Feb 24 21:41:51.558 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-24T21:41:53.224Z[ recovery-image] Feb 24 21:41:51.602 INFO O| Feb 24 21:41:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67542025-02-24T21:41:53.227Z[ recovery-image] Feb 24 21:41:51.602 INFO O| Feb 24 21:41:51.602 INFO STEP 701 (remove_files) COMPLETE
67552025-02-24T21:41:53.227Z[ recovery-image] Feb 24 21:41:51.602 INFO O| Feb 24 21:41:51.602 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-24T21:41:53.249Z[ recovery-image] Feb 24 21:41:51.626 INFO O| Feb 24 21:41:51.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67572025-02-24T21:41:53.249Z[ recovery-image] Feb 24 21:41:51.626 INFO O| Feb 24 21:41:51.626 INFO STEP 702 (remove_files) COMPLETE
67582025-02-24T21:41:53.252Z[ recovery-image] Feb 24 21:41:51.626 INFO O| Feb 24 21:41:51.626 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-24T21:41:53.278Z[ recovery-image] Feb 24 21:41:51.650 INFO O| Feb 24 21:41:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67602025-02-24T21:41:53.278Z[ recovery-image] Feb 24 21:41:51.650 INFO O| Feb 24 21:41:51.648 INFO STEP 703 (remove_files) COMPLETE
67612025-02-24T21:41:53.278Z[ recovery-image] Feb 24 21:41:51.650 INFO O| Feb 24 21:41:51.648 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-24T21:41:53.334Z[ recovery-image] Feb 24 21:41:51.712 INFO O| Feb 24 21:41:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67632025-02-24T21:41:53.337Z[ recovery-image] Feb 24 21:41:51.712 INFO O| Feb 24 21:41:51.712 INFO STEP 704 (remove_files) COMPLETE
67642025-02-24T21:41:53.337Z[ recovery-image] Feb 24 21:41:51.712 INFO O| Feb 24 21:41:51.712 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-24T21:41:53.390Z[ recovery-image] Feb 24 21:41:51.767 INFO O| Feb 24 21:41:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67662025-02-24T21:41:53.390Z[ recovery-image] Feb 24 21:41:51.767 INFO O| Feb 24 21:41:51.767 INFO STEP 705 (remove_files) COMPLETE
67672025-02-24T21:41:53.390Z[ recovery-image] Feb 24 21:41:51.768 INFO O| Feb 24 21:41:51.767 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-24T21:41:53.413Z[ recovery-image] Feb 24 21:41:51.790 INFO O| Feb 24 21:41:51.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67692025-02-24T21:41:53.413Z[ recovery-image] Feb 24 21:41:51.791 INFO O| Feb 24 21:41:51.791 INFO STEP 706 (remove_files) COMPLETE
67702025-02-24T21:41:53.416Z[ recovery-image] Feb 24 21:41:51.791 INFO O| Feb 24 21:41:51.791 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-24T21:41:53.450Z[ recovery-image] Feb 24 21:41:51.827 INFO O| Feb 24 21:41:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67722025-02-24T21:41:53.450Z[ recovery-image] Feb 24 21:41:51.827 INFO O| Feb 24 21:41:51.827 INFO STEP 707 (remove_files) COMPLETE
67732025-02-24T21:41:53.450Z[ recovery-image] Feb 24 21:41:51.827 INFO O| Feb 24 21:41:51.827 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-24T21:41:53.473Z[ recovery-image] Feb 24 21:41:51.850 INFO O| Feb 24 21:41:51.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67752025-02-24T21:41:53.473Z[ recovery-image] Feb 24 21:41:51.850 INFO O| Feb 24 21:41:51.850 INFO STEP 708 (remove_files) COMPLETE
67762025-02-24T21:41:53.473Z[ recovery-image] Feb 24 21:41:51.851 INFO O| Feb 24 21:41:51.850 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-24T21:41:53.495Z[ recovery-image] Feb 24 21:41:51.872 INFO O| Feb 24 21:41:51.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67782025-02-24T21:41:53.495Z[ recovery-image] Feb 24 21:41:51.872 INFO O| Feb 24 21:41:51.872 INFO STEP 709 (remove_files) COMPLETE
67792025-02-24T21:41:53.495Z[ recovery-image] Feb 24 21:41:51.873 INFO O| Feb 24 21:41:51.872 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-24T21:41:53.529Z[ recovery-image] Feb 24 21:41:51.907 INFO O| Feb 24 21:41:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67812025-02-24T21:41:53.529Z[ recovery-image] Feb 24 21:41:51.907 INFO O| Feb 24 21:41:51.907 INFO STEP 710 (remove_files) COMPLETE
67822025-02-24T21:41:53.532Z[ recovery-image] Feb 24 21:41:51.907 INFO O| Feb 24 21:41:51.907 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-24T21:41:53.559Z[ recovery-image] Feb 24 21:41:51.936 INFO O| Feb 24 21:41:51.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67842025-02-24T21:41:53.559Z[ recovery-image] Feb 24 21:41:51.936 INFO O| Feb 24 21:41:51.936 INFO STEP 711 (remove_files) COMPLETE
67852025-02-24T21:41:53.559Z[ recovery-image] Feb 24 21:41:51.936 INFO O| Feb 24 21:41:51.936 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-24T21:41:53.580Z[ recovery-image] Feb 24 21:41:51.957 INFO O| Feb 24 21:41:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67872025-02-24T21:41:53.580Z[ recovery-image] Feb 24 21:41:51.957 INFO O| Feb 24 21:41:51.957 INFO STEP 712 (remove_files) COMPLETE
67882025-02-24T21:41:53.580Z[ recovery-image] Feb 24 21:41:51.957 INFO O| Feb 24 21:41:51.957 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-24T21:41:53.599Z[ recovery-image] Feb 24 21:41:51.977 INFO O| Feb 24 21:41:51.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67902025-02-24T21:41:53.599Z[ recovery-image] Feb 24 21:41:51.977 INFO O| Feb 24 21:41:51.977 INFO STEP 713 (remove_files) COMPLETE
67912025-02-24T21:41:53.602Z[ recovery-image] Feb 24 21:41:51.977 INFO O| Feb 24 21:41:51.977 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-24T21:41:53.622Z[ recovery-image] Feb 24 21:41:51.999 INFO O| Feb 24 21:41:51.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67932025-02-24T21:41:53.622Z[ recovery-image] Feb 24 21:41:51.999 INFO O| Feb 24 21:41:51.999 INFO STEP 714 (remove_files) COMPLETE
67942025-02-24T21:41:53.624Z[ recovery-image] Feb 24 21:41:52.000 INFO O| Feb 24 21:41:51.999 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-24T21:41:53.644Z[ recovery-image] Feb 24 21:41:52.021 INFO O| Feb 24 21:41:52.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67962025-02-24T21:41:53.644Z[ recovery-image] Feb 24 21:41:52.021 INFO O| Feb 24 21:41:52.021 INFO STEP 715 (remove_files) COMPLETE
67972025-02-24T21:41:53.647Z[ recovery-image] Feb 24 21:41:52.021 INFO O| Feb 24 21:41:52.021 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-24T21:41:53.666Z[ recovery-image] Feb 24 21:41:52.043 INFO O| Feb 24 21:41:52.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67992025-02-24T21:41:53.666Z[ recovery-image] Feb 24 21:41:52.043 INFO O| Feb 24 21:41:52.043 INFO STEP 716 (remove_files) COMPLETE
68002025-02-24T21:41:53.666Z[ recovery-image] Feb 24 21:41:52.043 INFO O| Feb 24 21:41:52.043 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-24T21:41:53.758Z[ recovery-image] Feb 24 21:41:52.135 INFO O| Feb 24 21:41:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
68022025-02-24T21:41:53.758Z[ recovery-image] Feb 24 21:41:52.135 INFO O| Feb 24 21:41:52.135 INFO STEP 717 (remove_files) COMPLETE
68032025-02-24T21:41:53.758Z[ recovery-image] Feb 24 21:41:52.135 INFO O| Feb 24 21:41:52.135 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-24T21:41:53.778Z[ recovery-image] Feb 24 21:41:52.156 INFO O| Feb 24 21:41:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68052025-02-24T21:41:53.779Z[ recovery-image] Feb 24 21:41:52.156 INFO O| Feb 24 21:41:52.156 INFO STEP 718 (remove_files) COMPLETE
68062025-02-24T21:41:53.779Z[ recovery-image] Feb 24 21:41:52.156 INFO O| Feb 24 21:41:52.156 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-24T21:41:53.837Z[ recovery-image] Feb 24 21:41:52.214 INFO O| Feb 24 21:41:52.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68082025-02-24T21:41:53.840Z[ recovery-image] Feb 24 21:41:52.214 INFO O| Feb 24 21:41:52.214 INFO STEP 719 (remove_files) COMPLETE
68092025-02-24T21:41:53.840Z[ recovery-image] Feb 24 21:41:52.215 INFO O| Feb 24 21:41:52.214 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-24T21:41:53.859Z[ recovery-image] Feb 24 21:41:52.236 INFO O| Feb 24 21:41:52.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68112025-02-24T21:41:53.861Z[ recovery-image] Feb 24 21:41:52.236 INFO O| Feb 24 21:41:52.236 INFO STEP 720 (remove_files) COMPLETE
68122025-02-24T21:41:53.861Z[ recovery-image] Feb 24 21:41:52.236 INFO O| Feb 24 21:41:52.236 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-24T21:41:53.882Z[ recovery-image] Feb 24 21:41:52.259 INFO O| Feb 24 21:41:52.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68142025-02-24T21:41:53.890Z[ recovery-image] Feb 24 21:41:52.268 INFO O| Feb 24 21:41:52.268 INFO STEP 721 (remove_files) COMPLETE
68152025-02-24T21:41:53.893Z[ recovery-image] Feb 24 21:41:52.268 INFO O| Feb 24 21:41:52.268 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-24T21:41:53.914Z[ recovery-image] Feb 24 21:41:52.291 INFO O| Feb 24 21:41:52.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68172025-02-24T21:41:53.916Z[ recovery-image] Feb 24 21:41:52.291 INFO O| Feb 24 21:41:52.291 INFO STEP 722 (remove_files) COMPLETE
68182025-02-24T21:41:53.916Z[ recovery-image] Feb 24 21:41:52.291 INFO O| Feb 24 21:41:52.291 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-24T21:41:53.937Z[ recovery-image] Feb 24 21:41:52.315 INFO O| Feb 24 21:41:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68202025-02-24T21:41:53.940Z[ recovery-image] Feb 24 21:41:52.315 INFO O| Feb 24 21:41:52.315 INFO STEP 723 (remove_files) COMPLETE
68212025-02-24T21:41:53.940Z[ recovery-image] Feb 24 21:41:52.315 INFO O| Feb 24 21:41:52.315 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-24T21:41:53.961Z[ recovery-image] Feb 24 21:41:52.338 INFO O| Feb 24 21:41:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68232025-02-24T21:41:53.964Z[ recovery-image] Feb 24 21:41:52.339 INFO O| Feb 24 21:41:52.339 INFO STEP 724 (remove_files) COMPLETE
68242025-02-24T21:41:53.964Z[ recovery-image] Feb 24 21:41:52.339 INFO O| Feb 24 21:41:52.339 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-24T21:41:53.984Z[ recovery-image] Feb 24 21:41:52.361 INFO O| Feb 24 21:41:52.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68262025-02-24T21:41:53.987Z[ recovery-image] Feb 24 21:41:52.362 INFO O| Feb 24 21:41:52.362 INFO STEP 725 (remove_files) COMPLETE
68272025-02-24T21:41:53.987Z[ recovery-image] Feb 24 21:41:52.362 INFO O| Feb 24 21:41:52.362 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-24T21:41:54.007Z[ recovery-image] Feb 24 21:41:52.384 INFO O| Feb 24 21:41:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68292025-02-24T21:41:54.010Z[ recovery-image] Feb 24 21:41:52.385 INFO O| Feb 24 21:41:52.385 INFO STEP 726 (remove_files) COMPLETE
68302025-02-24T21:41:54.010Z[ recovery-image] Feb 24 21:41:52.385 INFO O| Feb 24 21:41:52.385 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-24T21:41:54.040Z[ recovery-image] Feb 24 21:41:52.415 INFO O| Feb 24 21:41:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68322025-02-24T21:41:54.045Z[ recovery-image] Feb 24 21:41:52.415 INFO O| Feb 24 21:41:52.415 INFO STEP 727 (remove_files) COMPLETE
68332025-02-24T21:41:54.045Z[ recovery-image] Feb 24 21:41:52.415 INFO O| Feb 24 21:41:52.415 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-24T21:41:54.089Z[ recovery-image] Feb 24 21:41:52.456 INFO O| Feb 24 21:41:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68352025-02-24T21:41:54.089Z[ recovery-image] Feb 24 21:41:52.456 INFO O| Feb 24 21:41:52.456 INFO STEP 728 (remove_files) COMPLETE
68362025-02-24T21:41:54.089Z[ recovery-image] Feb 24 21:41:52.456 INFO O| Feb 24 21:41:52.456 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-24T21:41:54.100Z[ recovery-image] Feb 24 21:41:52.478 INFO O| Feb 24 21:41:52.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68382025-02-24T21:41:54.100Z[ recovery-image] Feb 24 21:41:52.478 INFO O| Feb 24 21:41:52.478 INFO STEP 729 (remove_files) COMPLETE
68392025-02-24T21:41:54.103Z[ recovery-image] Feb 24 21:41:52.478 INFO O| Feb 24 21:41:52.478 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-24T21:41:54.133Z[ recovery-image] Feb 24 21:41:52.511 INFO O| Feb 24 21:41:52.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68412025-02-24T21:41:54.134Z[ recovery-image] Feb 24 21:41:52.511 INFO O| Feb 24 21:41:52.511 INFO STEP 730 (remove_files) COMPLETE
68422025-02-24T21:41:54.136Z[ recovery-image] Feb 24 21:41:52.511 INFO O| Feb 24 21:41:52.511 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-24T21:41:54.170Z[ recovery-image] Feb 24 21:41:52.547 INFO O| Feb 24 21:41:52.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68442025-02-24T21:41:54.170Z[ recovery-image] Feb 24 21:41:52.547 INFO O| Feb 24 21:41:52.547 INFO STEP 731 (remove_files) COMPLETE
68452025-02-24T21:41:54.170Z[ recovery-image] Feb 24 21:41:52.547 INFO O| Feb 24 21:41:52.547 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-24T21:41:54.190Z[ recovery-image] Feb 24 21:41:52.567 INFO O| Feb 24 21:41:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68472025-02-24T21:41:54.190Z[ recovery-image] Feb 24 21:41:52.568 INFO O| Feb 24 21:41:52.568 INFO STEP 732 (remove_files) COMPLETE
68482025-02-24T21:41:54.190Z[ recovery-image] Feb 24 21:41:52.568 INFO O| Feb 24 21:41:52.568 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-24T21:41:54.211Z[ recovery-image] Feb 24 21:41:52.588 INFO O| Feb 24 21:41:52.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68502025-02-24T21:41:54.213Z[ recovery-image] Feb 24 21:41:52.588 INFO O| Feb 24 21:41:52.588 INFO STEP 733 (remove_files) COMPLETE
68512025-02-24T21:41:54.214Z[ recovery-image] Feb 24 21:41:52.588 INFO O| Feb 24 21:41:52.588 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-24T21:41:54.248Z[ recovery-image] Feb 24 21:41:52.625 INFO O| Feb 24 21:41:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68532025-02-24T21:41:54.248Z[ recovery-image] Feb 24 21:41:52.625 INFO O| Feb 24 21:41:52.625 INFO STEP 734 (remove_files) COMPLETE
68542025-02-24T21:41:54.251Z[ recovery-image] Feb 24 21:41:52.625 INFO O| Feb 24 21:41:52.625 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-24T21:41:54.307Z[ recovery-image] Feb 24 21:41:52.685 INFO O| Feb 24 21:41:52.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68562025-02-24T21:41:54.308Z[ recovery-image] Feb 24 21:41:52.685 INFO O| Feb 24 21:41:52.685 INFO STEP 735 (remove_files) COMPLETE
68572025-02-24T21:41:54.310Z[ recovery-image] Feb 24 21:41:52.685 INFO O| Feb 24 21:41:52.685 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-24T21:41:54.345Z[ recovery-image] Feb 24 21:41:52.722 INFO O| Feb 24 21:41:52.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68592025-02-24T21:41:54.345Z[ recovery-image] Feb 24 21:41:52.723 INFO O| Feb 24 21:41:52.723 INFO STEP 736 (remove_files) COMPLETE
68602025-02-24T21:41:54.345Z[ recovery-image] Feb 24 21:41:52.723 INFO O| Feb 24 21:41:52.723 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-24T21:41:54.369Z[ recovery-image] Feb 24 21:41:52.745 INFO O| Feb 24 21:41:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68622025-02-24T21:41:54.369Z[ recovery-image] Feb 24 21:41:52.745 INFO O| Feb 24 21:41:52.745 INFO STEP 737 (remove_files) COMPLETE
68632025-02-24T21:41:54.369Z[ recovery-image] Feb 24 21:41:52.745 INFO O| Feb 24 21:41:52.745 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-24T21:41:54.392Z[ recovery-image] Feb 24 21:41:52.769 INFO O| Feb 24 21:41:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68652025-02-24T21:41:54.392Z[ recovery-image] Feb 24 21:41:52.769 INFO O| Feb 24 21:41:52.769 INFO STEP 738 (remove_files) COMPLETE
68662025-02-24T21:41:54.394Z[ recovery-image] Feb 24 21:41:52.769 INFO O| Feb 24 21:41:52.769 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-24T21:41:54.413Z[ recovery-image] Feb 24 21:41:52.790 INFO O| Feb 24 21:41:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68682025-02-24T21:41:54.413Z[ recovery-image] Feb 24 21:41:52.790 INFO O| Feb 24 21:41:52.790 INFO STEP 739 (remove_files) COMPLETE
68692025-02-24T21:41:54.413Z[ recovery-image] Feb 24 21:41:52.790 INFO O| Feb 24 21:41:52.790 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-24T21:41:54.433Z[ recovery-image] Feb 24 21:41:52.810 INFO O| Feb 24 21:41:52.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68712025-02-24T21:41:54.433Z[ recovery-image] Feb 24 21:41:52.810 INFO O| Feb 24 21:41:52.810 INFO STEP 740 (remove_files) COMPLETE
68722025-02-24T21:41:54.433Z[ recovery-image] Feb 24 21:41:52.810 INFO O| Feb 24 21:41:52.810 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-24T21:41:54.456Z[ recovery-image] Feb 24 21:41:52.833 INFO O| Feb 24 21:41:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68742025-02-24T21:41:54.456Z[ recovery-image] Feb 24 21:41:52.833 INFO O| Feb 24 21:41:52.833 INFO STEP 741 (remove_files) COMPLETE
68752025-02-24T21:41:54.456Z[ recovery-image] Feb 24 21:41:52.834 INFO O| Feb 24 21:41:52.833 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-24T21:41:54.487Z[ recovery-image] Feb 24 21:41:52.864 INFO O| Feb 24 21:41:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68772025-02-24T21:41:54.490Z[ recovery-image] Feb 24 21:41:52.865 INFO O| Feb 24 21:41:52.864 INFO STEP 742 (remove_files) COMPLETE
68782025-02-24T21:41:54.490Z[ recovery-image] Feb 24 21:41:52.865 INFO O| Feb 24 21:41:52.865 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-24T21:41:54.511Z[ recovery-image] Feb 24 21:41:52.888 INFO O| Feb 24 21:41:52.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68802025-02-24T21:41:54.511Z[ recovery-image] Feb 24 21:41:52.888 INFO O| Feb 24 21:41:52.888 INFO STEP 743 (remove_files) COMPLETE
68812025-02-24T21:41:54.511Z[ recovery-image] Feb 24 21:41:52.888 INFO O| Feb 24 21:41:52.888 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-24T21:41:54.540Z[ recovery-image] Feb 24 21:41:52.917 INFO O| Feb 24 21:41:52.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68832025-02-24T21:41:54.540Z[ recovery-image] Feb 24 21:41:52.917 INFO O| Feb 24 21:41:52.917 INFO STEP 744 (remove_files) COMPLETE
68842025-02-24T21:41:54.540Z[ recovery-image] Feb 24 21:41:52.917 INFO O| Feb 24 21:41:52.917 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-24T21:41:54.571Z[ recovery-image] Feb 24 21:41:52.948 INFO O| Feb 24 21:41:52.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68862025-02-24T21:41:54.571Z[ recovery-image] Feb 24 21:41:52.948 INFO O| Feb 24 21:41:52.948 INFO STEP 745 (remove_files) COMPLETE
68872025-02-24T21:41:54.571Z[ recovery-image] Feb 24 21:41:52.948 INFO O| Feb 24 21:41:52.948 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-24T21:41:54.596Z[ recovery-image] Feb 24 21:41:52.972 INFO O| Feb 24 21:41:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68892025-02-24T21:41:54.596Z[ recovery-image] Feb 24 21:41:52.973 INFO O| Feb 24 21:41:52.972 INFO STEP 746 (remove_files) COMPLETE
68902025-02-24T21:41:54.599Z[ recovery-image] Feb 24 21:41:52.973 INFO O| Feb 24 21:41:52.973 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-24T21:41:54.619Z[ recovery-image] Feb 24 21:41:52.996 INFO O| Feb 24 21:41:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68922025-02-24T21:41:54.619Z[ recovery-image] Feb 24 21:41:52.996 INFO O| Feb 24 21:41:52.996 INFO STEP 747 (remove_files) COMPLETE
68932025-02-24T21:41:54.619Z[ recovery-image] Feb 24 21:41:52.996 INFO O| Feb 24 21:41:52.996 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-24T21:41:54.645Z[ recovery-image] Feb 24 21:41:53.020 INFO O| Feb 24 21:41:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68952025-02-24T21:41:54.645Z[ recovery-image] Feb 24 21:41:53.020 INFO O| Feb 24 21:41:53.020 INFO STEP 748 (remove_files) COMPLETE
68962025-02-24T21:41:54.647Z[ recovery-image] Feb 24 21:41:53.020 INFO O| Feb 24 21:41:53.020 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-24T21:41:54.665Z[ recovery-image] Feb 24 21:41:53.043 INFO O| Feb 24 21:41:53.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68982025-02-24T21:41:54.665Z[ recovery-image] Feb 24 21:41:53.043 INFO O| Feb 24 21:41:53.043 INFO STEP 749 (remove_files) COMPLETE
68992025-02-24T21:41:54.665Z[ recovery-image] Feb 24 21:41:53.043 INFO O| Feb 24 21:41:53.043 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-24T21:41:54.757Z[ recovery-image] Feb 24 21:41:53.134 INFO O| Feb 24 21:41:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
69012025-02-24T21:41:54.757Z[ recovery-image] Feb 24 21:41:53.135 INFO O| Feb 24 21:41:53.134 INFO STEP 750 (remove_files) COMPLETE
69022025-02-24T21:41:54.757Z[ recovery-image] Feb 24 21:41:53.135 INFO O| Feb 24 21:41:53.134 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-24T21:41:54.778Z[ recovery-image] Feb 24 21:41:53.155 INFO O| Feb 24 21:41:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69042025-02-24T21:41:54.778Z[ recovery-image] Feb 24 21:41:53.156 INFO O| Feb 24 21:41:53.155 INFO STEP 751 (remove_files) COMPLETE
69052025-02-24T21:41:54.778Z[ recovery-image] Feb 24 21:41:53.156 INFO O| Feb 24 21:41:53.156 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-24T21:41:54.818Z[ recovery-image] Feb 24 21:41:53.195 INFO O| Feb 24 21:41:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69072025-02-24T21:41:54.821Z[ recovery-image] Feb 24 21:41:53.195 INFO O| Feb 24 21:41:53.195 INFO STEP 752 (remove_files) COMPLETE
69082025-02-24T21:41:54.821Z[ recovery-image] Feb 24 21:41:53.195 INFO O| Feb 24 21:41:53.195 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-24T21:41:54.841Z[ recovery-image] Feb 24 21:41:53.218 INFO O| Feb 24 21:41:53.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69102025-02-24T21:41:54.841Z[ recovery-image] Feb 24 21:41:53.218 INFO O| Feb 24 21:41:53.218 INFO STEP 753 (remove_files) COMPLETE
69112025-02-24T21:41:54.841Z[ recovery-image] Feb 24 21:41:53.218 INFO O| Feb 24 21:41:53.218 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-24T21:41:54.958Z[ recovery-image] Feb 24 21:41:53.320 INFO O| Feb 24 21:41:53.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69132025-02-24T21:41:54.958Z[ recovery-image] Feb 24 21:41:53.320 INFO O| Feb 24 21:41:53.320 INFO STEP 754 (remove_files) COMPLETE
69142025-02-24T21:41:54.962Z[ recovery-image] Feb 24 21:41:53.320 INFO O| Feb 24 21:41:53.320 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-24T21:41:54.965Z[ recovery-image] Feb 24 21:41:53.341 INFO O| Feb 24 21:41:53.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69162025-02-24T21:41:54.966Z[ recovery-image] Feb 24 21:41:53.342 INFO O| Feb 24 21:41:53.342 INFO STEP 755 (remove_files) COMPLETE
69172025-02-24T21:41:54.966Z[ recovery-image] Feb 24 21:41:53.342 INFO O| Feb 24 21:41:53.342 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-24T21:41:54.987Z[ recovery-image] Feb 24 21:41:53.364 INFO O| Feb 24 21:41:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69192025-02-24T21:41:54.990Z[ recovery-image] Feb 24 21:41:53.364 INFO O| Feb 24 21:41:53.364 INFO STEP 756 (remove_files) COMPLETE
69202025-02-24T21:41:54.990Z[ recovery-image] Feb 24 21:41:53.364 INFO O| Feb 24 21:41:53.364 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-24T21:41:55.079Z[ recovery-image] Feb 24 21:41:53.456 INFO O| Feb 24 21:41:53.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69222025-02-24T21:41:55.079Z[ recovery-image] Feb 24 21:41:53.457 INFO O| Feb 24 21:41:53.457 INFO STEP 757 (remove_files) COMPLETE
69232025-02-24T21:41:55.082Z[ recovery-image] Feb 24 21:41:53.457 INFO O| Feb 24 21:41:53.457 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-24T21:41:55.113Z[ recovery-image] Feb 24 21:41:53.489 INFO O| Feb 24 21:41:53.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69252025-02-24T21:41:55.113Z[ recovery-image] Feb 24 21:41:53.489 INFO O| Feb 24 21:41:53.489 INFO STEP 758 (remove_files) COMPLETE
69262025-02-24T21:41:55.116Z[ recovery-image] Feb 24 21:41:53.490 INFO O| Feb 24 21:41:53.489 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-24T21:41:55.134Z[ recovery-image] Feb 24 21:41:53.511 INFO O| Feb 24 21:41:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69282025-02-24T21:41:55.134Z[ recovery-image] Feb 24 21:41:53.511 INFO O| Feb 24 21:41:53.511 INFO STEP 759 (remove_files) COMPLETE
69292025-02-24T21:41:55.134Z[ recovery-image] Feb 24 21:41:53.511 INFO O| Feb 24 21:41:53.511 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-24T21:41:55.156Z[ recovery-image] Feb 24 21:41:53.534 INFO O| Feb 24 21:41:53.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69312025-02-24T21:41:55.156Z[ recovery-image] Feb 24 21:41:53.534 INFO O| Feb 24 21:41:53.534 INFO STEP 760 (remove_files) COMPLETE
69322025-02-24T21:41:55.156Z[ recovery-image] Feb 24 21:41:53.534 INFO O| Feb 24 21:41:53.534 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-24T21:41:55.178Z[ recovery-image] Feb 24 21:41:53.555 INFO O| Feb 24 21:41:53.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69342025-02-24T21:41:55.178Z[ recovery-image] Feb 24 21:41:53.555 INFO O| Feb 24 21:41:53.555 INFO STEP 761 (remove_files) COMPLETE
69352025-02-24T21:41:55.181Z[ recovery-image] Feb 24 21:41:53.555 INFO O| Feb 24 21:41:53.555 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-24T21:41:55.201Z[ recovery-image] Feb 24 21:41:53.578 INFO O| Feb 24 21:41:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69372025-02-24T21:41:55.204Z[ recovery-image] Feb 24 21:41:53.579 INFO O| Feb 24 21:41:53.579 INFO STEP 762 (remove_files) COMPLETE
69382025-02-24T21:41:55.204Z[ recovery-image] Feb 24 21:41:53.579 INFO O| Feb 24 21:41:53.579 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-24T21:41:55.241Z[ recovery-image] Feb 24 21:41:53.618 INFO O| Feb 24 21:41:53.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69402025-02-24T21:41:55.241Z[ recovery-image] Feb 24 21:41:53.618 INFO O| Feb 24 21:41:53.618 INFO STEP 763 (remove_files) COMPLETE
69412025-02-24T21:41:55.244Z[ recovery-image] Feb 24 21:41:53.618 INFO O| Feb 24 21:41:53.618 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-24T21:41:55.264Z[ recovery-image] Feb 24 21:41:53.641 INFO O| Feb 24 21:41:53.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69432025-02-24T21:41:55.264Z[ recovery-image] Feb 24 21:41:53.641 INFO O| Feb 24 21:41:53.641 INFO STEP 764 (remove_files) COMPLETE
69442025-02-24T21:41:55.267Z[ recovery-image] Feb 24 21:41:53.641 INFO O| Feb 24 21:41:53.641 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-24T21:41:55.287Z[ recovery-image] Feb 24 21:41:53.664 INFO O| Feb 24 21:41:53.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69462025-02-24T21:41:55.287Z[ recovery-image] Feb 24 21:41:53.664 INFO O| Feb 24 21:41:53.664 INFO STEP 765 (remove_files) COMPLETE
69472025-02-24T21:41:55.287Z[ recovery-image] Feb 24 21:41:53.664 INFO O| Feb 24 21:41:53.664 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-24T21:41:55.318Z[ recovery-image] Feb 24 21:41:53.695 INFO O| Feb 24 21:41:53.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69492025-02-24T21:41:55.318Z[ recovery-image] Feb 24 21:41:53.695 INFO O| Feb 24 21:41:53.695 INFO STEP 766 (remove_files) COMPLETE
69502025-02-24T21:41:55.318Z[ recovery-image] Feb 24 21:41:53.695 INFO O| Feb 24 21:41:53.695 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-24T21:41:55.356Z[ recovery-image] Feb 24 21:41:53.733 INFO O| Feb 24 21:41:53.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69522025-02-24T21:41:55.359Z[ recovery-image] Feb 24 21:41:53.733 INFO O| Feb 24 21:41:53.733 INFO STEP 767 (remove_files) COMPLETE
69532025-02-24T21:41:55.359Z[ recovery-image] Feb 24 21:41:53.733 INFO O| Feb 24 21:41:53.733 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-24T21:41:55.384Z[ recovery-image] Feb 24 21:41:53.761 INFO O| Feb 24 21:41:53.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69552025-02-24T21:41:55.384Z[ recovery-image] Feb 24 21:41:53.762 INFO O| Feb 24 21:41:53.762 INFO STEP 768 (remove_files) COMPLETE
69562025-02-24T21:41:55.387Z[ recovery-image] Feb 24 21:41:53.762 INFO O| Feb 24 21:41:53.762 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-24T21:41:55.407Z[ recovery-image] Feb 24 21:41:53.783 INFO O| Feb 24 21:41:53.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69582025-02-24T21:41:55.407Z[ recovery-image] Feb 24 21:41:53.783 INFO O| Feb 24 21:41:53.783 INFO STEP 769 (remove_files) COMPLETE
69592025-02-24T21:41:55.407Z[ recovery-image] Feb 24 21:41:53.783 INFO O| Feb 24 21:41:53.783 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-24T21:41:55.440Z[ recovery-image] Feb 24 21:41:53.817 INFO O| Feb 24 21:41:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69612025-02-24T21:41:55.443Z[ recovery-image] Feb 24 21:41:53.817 INFO O| Feb 24 21:41:53.817 INFO STEP 770 (remove_files) COMPLETE
69622025-02-24T21:41:55.443Z[ recovery-image] Feb 24 21:41:53.817 INFO O| Feb 24 21:41:53.817 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-24T21:41:55.502Z[ recovery-image] Feb 24 21:41:53.879 INFO O| Feb 24 21:41:53.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69642025-02-24T21:41:55.502Z[ recovery-image] Feb 24 21:41:53.879 INFO O| Feb 24 21:41:53.879 INFO STEP 771 (remove_files) COMPLETE
69652025-02-24T21:41:55.502Z[ recovery-image] Feb 24 21:41:53.879 INFO O| Feb 24 21:41:53.879 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-24T21:41:55.524Z[ recovery-image] Feb 24 21:41:53.901 INFO O| Feb 24 21:41:53.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69672025-02-24T21:41:55.524Z[ recovery-image] Feb 24 21:41:53.901 INFO O| Feb 24 21:41:53.901 INFO STEP 772 (remove_files) COMPLETE
69682025-02-24T21:41:55.524Z[ recovery-image] Feb 24 21:41:53.901 INFO O| Feb 24 21:41:53.901 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-24T21:41:55.552Z[ recovery-image] Feb 24 21:41:53.927 INFO O| Feb 24 21:41:53.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69702025-02-24T21:41:55.555Z[ recovery-image] Feb 24 21:41:53.927 INFO O| Feb 24 21:41:53.927 INFO STEP 773 (remove_files) COMPLETE
69712025-02-24T21:41:55.555Z[ recovery-image] Feb 24 21:41:53.927 INFO O| Feb 24 21:41:53.927 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-24T21:41:55.583Z[ recovery-image] Feb 24 21:41:53.959 INFO O| Feb 24 21:41:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69732025-02-24T21:41:55.583Z[ recovery-image] Feb 24 21:41:53.960 INFO O| Feb 24 21:41:53.960 INFO STEP 774 (remove_files) COMPLETE
69742025-02-24T21:41:55.583Z[ recovery-image] Feb 24 21:41:53.960 INFO O| Feb 24 21:41:53.960 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-24T21:41:55.605Z[ recovery-image] Feb 24 21:41:53.981 INFO O| Feb 24 21:41:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69762025-02-24T21:41:55.605Z[ recovery-image] Feb 24 21:41:53.982 INFO O| Feb 24 21:41:53.982 INFO STEP 775 (remove_files) COMPLETE
69772025-02-24T21:41:55.607Z[ recovery-image] Feb 24 21:41:53.982 INFO O| Feb 24 21:41:53.982 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-02-24T21:41:55.628Z[ recovery-image] Feb 24 21:41:54.004 INFO O| Feb 24 21:41:54.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69792025-02-24T21:41:55.628Z[ recovery-image] Feb 24 21:41:54.005 INFO O| Feb 24 21:41:54.005 INFO STEP 776 (remove_files) COMPLETE
69802025-02-24T21:41:55.631Z[ recovery-image] Feb 24 21:41:54.005 INFO O| Feb 24 21:41:54.005 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-02-24T21:41:55.665Z[ recovery-image] Feb 24 21:41:54.042 INFO O| Feb 24 21:41:54.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69822025-02-24T21:41:55.665Z[ recovery-image] Feb 24 21:41:54.042 INFO O| Feb 24 21:41:54.042 INFO STEP 777 (remove_files) COMPLETE
69832025-02-24T21:41:55.668Z[ recovery-image] Feb 24 21:41:54.042 INFO O| Feb 24 21:41:54.042 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-24T21:41:55.688Z[ recovery-image] Feb 24 21:41:54.065 INFO O| Feb 24 21:41:54.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69852025-02-24T21:41:55.691Z[ recovery-image] Feb 24 21:41:54.065 INFO O| Feb 24 21:41:54.065 INFO STEP 778 (remove_files) COMPLETE
69862025-02-24T21:41:55.691Z[ recovery-image] Feb 24 21:41:54.065 INFO O| Feb 24 21:41:54.065 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-02-24T21:41:55.709Z[ recovery-image] Feb 24 21:41:54.086 INFO O| Feb 24 21:41:54.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69882025-02-24T21:41:55.709Z[ recovery-image] Feb 24 21:41:54.086 INFO O| Feb 24 21:41:54.086 INFO STEP 779 (remove_files) COMPLETE
69892025-02-24T21:41:55.712Z[ recovery-image] Feb 24 21:41:54.086 INFO O| Feb 24 21:41:54.086 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-02-24T21:41:55.732Z[ recovery-image] Feb 24 21:41:54.109 INFO O| Feb 24 21:41:54.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69912025-02-24T21:41:55.732Z[ recovery-image] Feb 24 21:41:54.109 INFO O| Feb 24 21:41:54.109 INFO STEP 780 (remove_files) COMPLETE
69922025-02-24T21:41:55.735Z[ recovery-image] Feb 24 21:41:54.109 INFO O| Feb 24 21:41:54.109 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-02-24T21:41:55.755Z[ recovery-image] Feb 24 21:41:54.132 INFO O| Feb 24 21:41:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69942025-02-24T21:41:55.755Z[ recovery-image] Feb 24 21:41:54.132 INFO O| Feb 24 21:41:54.132 INFO STEP 781 (remove_files) COMPLETE
69952025-02-24T21:41:55.755Z[ recovery-image] Feb 24 21:41:54.132 INFO O| Feb 24 21:41:54.132 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-02-24T21:41:55.806Z[ recovery-image] Feb 24 21:41:54.183 INFO O| Feb 24 21:41:54.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69972025-02-24T21:41:55.806Z[ recovery-image] Feb 24 21:41:54.183 INFO O| Feb 24 21:41:54.183 INFO STEP 782 (remove_files) COMPLETE
69982025-02-24T21:41:55.806Z[ recovery-image] Feb 24 21:41:54.183 INFO O| Feb 24 21:41:54.183 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-02-24T21:41:55.829Z[ recovery-image] Feb 24 21:41:54.205 INFO O| Feb 24 21:41:54.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
70002025-02-24T21:41:55.829Z[ recovery-image] Feb 24 21:41:54.205 INFO O| Feb 24 21:41:54.205 INFO STEP 783 (remove_files) COMPLETE
70012025-02-24T21:41:55.829Z[ recovery-image] Feb 24 21:41:54.205 INFO O| Feb 24 21:41:54.205 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-02-24T21:41:55.850Z[ recovery-image] Feb 24 21:41:54.226 INFO O| Feb 24 21:41:54.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
70032025-02-24T21:41:55.850Z[ recovery-image] Feb 24 21:41:54.226 INFO O| Feb 24 21:41:54.226 INFO STEP 784 (remove_files) COMPLETE
70042025-02-24T21:41:55.850Z[ recovery-image] Feb 24 21:41:54.226 INFO O| Feb 24 21:41:54.226 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-02-24T21:41:55.870Z[ recovery-image] Feb 24 21:41:54.246 INFO O| Feb 24 21:41:54.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70062025-02-24T21:41:55.870Z[ recovery-image] Feb 24 21:41:54.246 INFO O| Feb 24 21:41:54.246 INFO STEP 785 (remove_files) COMPLETE
70072025-02-24T21:41:55.870Z[ recovery-image] Feb 24 21:41:54.246 INFO O| Feb 24 21:41:54.246 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-02-24T21:41:55.891Z[ recovery-image] Feb 24 21:41:54.268 INFO O| Feb 24 21:41:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70092025-02-24T21:41:55.895Z[ recovery-image] Feb 24 21:41:54.272 INFO O| Feb 24 21:41:54.272 INFO STEP 786 (remove_files) COMPLETE
70102025-02-24T21:41:55.896Z[ recovery-image] Feb 24 21:41:54.272 INFO O| Feb 24 21:41:54.272 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-24T21:41:55.957Z[ recovery-image] Feb 24 21:41:54.334 INFO O| Feb 24 21:41:54.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70122025-02-24T21:41:55.958Z[ recovery-image] Feb 24 21:41:54.334 INFO O| Feb 24 21:41:54.334 INFO STEP 787 (remove_files) COMPLETE
70132025-02-24T21:41:55.958Z[ recovery-image] Feb 24 21:41:54.334 INFO O| Feb 24 21:41:54.334 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-02-24T21:41:56.063Z[ recovery-image] Feb 24 21:41:54.438 INFO O| Feb 24 21:41:54.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70152025-02-24T21:41:56.063Z[ recovery-image] Feb 24 21:41:54.438 INFO O| Feb 24 21:41:54.438 INFO STEP 788 (remove_files) COMPLETE
70162025-02-24T21:41:56.063Z[ recovery-image] Feb 24 21:41:54.438 INFO O| Feb 24 21:41:54.438 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-02-24T21:41:56.087Z[ recovery-image] Feb 24 21:41:54.464 INFO O| Feb 24 21:41:54.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70182025-02-24T21:41:56.087Z[ recovery-image] Feb 24 21:41:54.464 INFO O| Feb 24 21:41:54.464 INFO STEP 789 (remove_files) COMPLETE
70192025-02-24T21:41:56.087Z[ recovery-image] Feb 24 21:41:54.464 INFO O| Feb 24 21:41:54.464 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-02-24T21:41:56.112Z[ recovery-image] Feb 24 21:41:54.489 INFO O| Feb 24 21:41:54.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70212025-02-24T21:41:56.112Z[ recovery-image] Feb 24 21:41:54.489 INFO O| Feb 24 21:41:54.489 INFO STEP 790 (remove_files) COMPLETE
70222025-02-24T21:41:56.117Z[ recovery-image] Feb 24 21:41:54.489 INFO O| Feb 24 21:41:54.489 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-02-24T21:41:56.149Z[ recovery-image] Feb 24 21:41:54.524 INFO O| Feb 24 21:41:54.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70242025-02-24T21:41:56.152Z[ recovery-image] Feb 24 21:41:54.524 INFO O| Feb 24 21:41:54.524 INFO STEP 791 (remove_files) COMPLETE
70252025-02-24T21:41:56.152Z[ recovery-image] Feb 24 21:41:54.524 INFO O| Feb 24 21:41:54.524 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-02-24T21:41:56.186Z[ recovery-image] Feb 24 21:41:54.562 INFO O| Feb 24 21:41:54.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70272025-02-24T21:41:56.190Z[ recovery-image] Feb 24 21:41:54.562 INFO O| Feb 24 21:41:54.562 INFO STEP 792 (remove_files) COMPLETE
70282025-02-24T21:41:56.190Z[ recovery-image] Feb 24 21:41:54.562 INFO O| Feb 24 21:41:54.562 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-02-24T21:41:56.211Z[ recovery-image] Feb 24 21:41:54.587 INFO O| Feb 24 21:41:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70302025-02-24T21:41:56.213Z[ recovery-image] Feb 24 21:41:54.587 INFO O| Feb 24 21:41:54.587 INFO STEP 793 (remove_files) COMPLETE
70312025-02-24T21:41:56.213Z[ recovery-image] Feb 24 21:41:54.587 INFO O| Feb 24 21:41:54.587 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-02-24T21:41:56.263Z[ recovery-image] Feb 24 21:41:54.640 INFO O| Feb 24 21:41:54.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70332025-02-24T21:41:56.264Z[ recovery-image] Feb 24 21:41:54.640 INFO O| Feb 24 21:41:54.640 INFO STEP 794 (remove_files) COMPLETE
70342025-02-24T21:41:56.264Z[ recovery-image] Feb 24 21:41:54.640 INFO O| Feb 24 21:41:54.640 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-02-24T21:41:56.285Z[ recovery-image] Feb 24 21:41:54.662 INFO O| Feb 24 21:41:54.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70362025-02-24T21:41:56.285Z[ recovery-image] Feb 24 21:41:54.662 INFO O| Feb 24 21:41:54.662 INFO STEP 795 (remove_files) COMPLETE
70372025-02-24T21:41:56.289Z[ recovery-image] Feb 24 21:41:54.662 INFO O| Feb 24 21:41:54.662 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-02-24T21:41:56.327Z[ recovery-image] Feb 24 21:41:54.703 INFO O| Feb 24 21:41:54.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70392025-02-24T21:41:56.327Z[ recovery-image] Feb 24 21:41:54.703 INFO O| Feb 24 21:41:54.703 INFO STEP 796 (remove_files) COMPLETE
70402025-02-24T21:41:56.327Z[ recovery-image] Feb 24 21:41:54.703 INFO O| Feb 24 21:41:54.703 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-02-24T21:41:56.370Z[ recovery-image] Feb 24 21:41:54.747 INFO O| Feb 24 21:41:54.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70422025-02-24T21:41:56.373Z[ recovery-image] Feb 24 21:41:54.747 INFO O| Feb 24 21:41:54.747 INFO STEP 797 (remove_files) COMPLETE
70432025-02-24T21:41:56.373Z[ recovery-image] Feb 24 21:41:54.747 INFO O| Feb 24 21:41:54.747 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-02-24T21:41:56.398Z[ recovery-image] Feb 24 21:41:54.770 INFO O| Feb 24 21:41:54.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70452025-02-24T21:41:56.398Z[ recovery-image] Feb 24 21:41:54.771 INFO O| Feb 24 21:41:54.771 INFO STEP 798 (remove_files) COMPLETE
70462025-02-24T21:41:56.398Z[ recovery-image] Feb 24 21:41:54.771 INFO O| Feb 24 21:41:54.771 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-02-24T21:41:56.415Z[ recovery-image] Feb 24 21:41:54.792 INFO O| Feb 24 21:41:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70482025-02-24T21:41:56.418Z[ recovery-image] Feb 24 21:41:54.792 INFO O| Feb 24 21:41:54.792 INFO STEP 799 (remove_files) COMPLETE
70492025-02-24T21:41:56.418Z[ recovery-image] Feb 24 21:41:54.793 INFO O| Feb 24 21:41:54.792 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-02-24T21:41:56.445Z[ recovery-image] Feb 24 21:41:54.821 INFO O| Feb 24 21:41:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70512025-02-24T21:41:56.445Z[ recovery-image] Feb 24 21:41:54.821 INFO O| Feb 24 21:41:54.821 INFO STEP 800 (remove_files) COMPLETE
70522025-02-24T21:41:56.448Z[ recovery-image] Feb 24 21:41:54.821 INFO O| Feb 24 21:41:54.821 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-02-24T21:41:56.468Z[ recovery-image] Feb 24 21:41:54.844 INFO O| Feb 24 21:41:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70542025-02-24T21:41:56.468Z[ recovery-image] Feb 24 21:41:54.844 INFO O| Feb 24 21:41:54.844 INFO STEP 801 (remove_files) COMPLETE
70552025-02-24T21:41:56.468Z[ recovery-image] Feb 24 21:41:54.844 INFO O| Feb 24 21:41:54.844 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-02-24T21:41:56.533Z[ recovery-image] Feb 24 21:41:54.909 INFO O| Feb 24 21:41:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70572025-02-24T21:41:56.533Z[ recovery-image] Feb 24 21:41:54.909 INFO O| Feb 24 21:41:54.909 INFO STEP 802 (remove_files) COMPLETE
70582025-02-24T21:41:56.533Z[ recovery-image] Feb 24 21:41:54.909 INFO O| Feb 24 21:41:54.909 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-02-24T21:41:56.556Z[ recovery-image] Feb 24 21:41:54.932 INFO O| Feb 24 21:41:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70602025-02-24T21:41:56.557Z[ recovery-image] Feb 24 21:41:54.932 INFO O| Feb 24 21:41:54.932 INFO STEP 803 (remove_files) COMPLETE
70612025-02-24T21:41:56.557Z[ recovery-image] Feb 24 21:41:54.932 INFO O| Feb 24 21:41:54.932 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-24T21:41:56.601Z[ recovery-image] Feb 24 21:41:54.977 INFO O| Feb 24 21:41:54.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70632025-02-24T21:41:56.601Z[ recovery-image] Feb 24 21:41:54.977 INFO O| Feb 24 21:41:54.977 INFO STEP 804 (remove_files) COMPLETE
70642025-02-24T21:41:56.603Z[ recovery-image] Feb 24 21:41:54.977 INFO O| Feb 24 21:41:54.977 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-02-24T21:41:56.626Z[ recovery-image] Feb 24 21:41:55.001 INFO O| Feb 24 21:41:55.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70662025-02-24T21:41:56.629Z[ recovery-image] Feb 24 21:41:55.001 INFO O| Feb 24 21:41:55.001 INFO STEP 805 (remove_files) COMPLETE
70672025-02-24T21:41:56.629Z[ recovery-image] Feb 24 21:41:55.001 INFO O| Feb 24 21:41:55.001 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-02-24T21:41:56.660Z[ recovery-image] Feb 24 21:41:55.036 INFO O| Feb 24 21:41:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70692025-02-24T21:41:56.660Z[ recovery-image] Feb 24 21:41:55.036 INFO O| Feb 24 21:41:55.036 INFO STEP 806 (remove_files) COMPLETE
70702025-02-24T21:41:56.660Z[ recovery-image] Feb 24 21:41:55.036 INFO O| Feb 24 21:41:55.036 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-02-24T21:41:56.696Z[ recovery-image] Feb 24 21:41:55.072 INFO O| Feb 24 21:41:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70722025-02-24T21:41:56.696Z[ recovery-image] Feb 24 21:41:55.072 INFO O| Feb 24 21:41:55.072 INFO STEP 807 (remove_files) COMPLETE
70732025-02-24T21:41:56.696Z[ recovery-image] Feb 24 21:41:55.072 INFO O| Feb 24 21:41:55.072 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-24T21:41:56.721Z[ recovery-image] Feb 24 21:41:55.098 INFO O| Feb 24 21:41:55.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70752025-02-24T21:41:56.721Z[ recovery-image] Feb 24 21:41:55.098 INFO O| Feb 24 21:41:55.098 INFO STEP 808 (remove_files) COMPLETE
70762025-02-24T21:41:56.721Z[ recovery-image] Feb 24 21:41:55.098 INFO O| Feb 24 21:41:55.098 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-24T21:41:56.749Z[ recovery-image] Feb 24 21:41:55.125 INFO O| Feb 24 21:41:55.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70782025-02-24T21:41:56.749Z[ recovery-image] Feb 24 21:41:55.125 INFO O| Feb 24 21:41:55.125 INFO STEP 809 (remove_files) COMPLETE
70792025-02-24T21:41:56.752Z[ recovery-image] Feb 24 21:41:55.125 INFO O| Feb 24 21:41:55.125 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-24T21:41:56.772Z[ recovery-image] Feb 24 21:41:55.148 INFO O| Feb 24 21:41:55.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70812025-02-24T21:41:56.772Z[ recovery-image] Feb 24 21:41:55.148 INFO O| Feb 24 21:41:55.148 INFO STEP 810 (remove_files) COMPLETE
70822025-02-24T21:41:56.774Z[ recovery-image] Feb 24 21:41:55.148 INFO O| Feb 24 21:41:55.148 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-24T21:41:56.823Z[ recovery-image] Feb 24 21:41:55.199 INFO O| Feb 24 21:41:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70842025-02-24T21:41:56.844Z[ recovery-image] Feb 24 21:41:55.221 INFO O| Feb 24 21:41:55.221 INFO STEP 811 (remove_files) COMPLETE
70852025-02-24T21:41:56.844Z[ recovery-image] Feb 24 21:41:55.221 INFO O| Feb 24 21:41:55.221 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-24T21:41:56.869Z[ recovery-image] Feb 24 21:41:55.245 INFO O| Feb 24 21:41:55.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70872025-02-24T21:41:56.871Z[ recovery-image] Feb 24 21:41:55.246 INFO O| Feb 24 21:41:55.245 INFO STEP 812 (remove_files) COMPLETE
70882025-02-24T21:41:56.871Z[ recovery-image] Feb 24 21:41:55.246 INFO O| Feb 24 21:41:55.246 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-24T21:41:56.906Z[ recovery-image] Feb 24 21:41:55.282 INFO O| Feb 24 21:41:55.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70902025-02-24T21:41:56.909Z[ recovery-image] Feb 24 21:41:55.282 INFO O| Feb 24 21:41:55.282 INFO STEP 813 (remove_files) COMPLETE
70912025-02-24T21:41:56.909Z[ recovery-image] Feb 24 21:41:55.282 INFO O| Feb 24 21:41:55.282 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-24T21:41:56.929Z[ recovery-image] Feb 24 21:41:55.305 INFO O| Feb 24 21:41:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70932025-02-24T21:41:56.929Z[ recovery-image] Feb 24 21:41:55.305 INFO O| Feb 24 21:41:55.305 INFO STEP 814 (remove_files) COMPLETE
70942025-02-24T21:41:56.931Z[ recovery-image] Feb 24 21:41:55.305 INFO O| Feb 24 21:41:55.305 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-24T21:41:56.962Z[ recovery-image] Feb 24 21:41:55.338 INFO O| Feb 24 21:41:55.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70962025-02-24T21:41:56.962Z[ recovery-image] Feb 24 21:41:55.338 INFO O| Feb 24 21:41:55.338 INFO STEP 815 (remove_files) COMPLETE
70972025-02-24T21:41:56.962Z[ recovery-image] Feb 24 21:41:55.338 INFO O| Feb 24 21:41:55.338 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-24T21:41:57.030Z[ recovery-image] Feb 24 21:41:55.406 INFO O| Feb 24 21:41:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70992025-02-24T21:41:57.030Z[ recovery-image] Feb 24 21:41:55.406 INFO O| Feb 24 21:41:55.406 INFO STEP 816 (remove_files) COMPLETE
71002025-02-24T21:41:57.033Z[ recovery-image] Feb 24 21:41:55.406 INFO O| Feb 24 21:41:55.406 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-24T21:41:57.056Z[ recovery-image] Feb 24 21:41:55.430 INFO O| Feb 24 21:41:55.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
71022025-02-24T21:41:57.056Z[ recovery-image] Feb 24 21:41:55.430 INFO O| Feb 24 21:41:55.430 INFO STEP 817 (remove_files) COMPLETE
71032025-02-24T21:41:57.061Z[ recovery-image] Feb 24 21:41:55.430 INFO O| Feb 24 21:41:55.430 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-24T21:41:57.076Z[ recovery-image] Feb 24 21:41:55.453 INFO O| Feb 24 21:41:55.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71052025-02-24T21:41:57.079Z[ recovery-image] Feb 24 21:41:55.453 INFO O| Feb 24 21:41:55.453 INFO STEP 818 (remove_files) COMPLETE
71062025-02-24T21:41:57.079Z[ recovery-image] Feb 24 21:41:55.453 INFO O| Feb 24 21:41:55.453 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-24T21:41:57.102Z[ recovery-image] Feb 24 21:41:55.479 INFO O| Feb 24 21:41:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71082025-02-24T21:41:57.102Z[ recovery-image] Feb 24 21:41:55.479 INFO O| Feb 24 21:41:55.475 INFO STEP 819 (remove_files) COMPLETE
71092025-02-24T21:41:57.105Z[ recovery-image] Feb 24 21:41:55.479 INFO O| Feb 24 21:41:55.475 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-24T21:41:57.121Z[ recovery-image] Feb 24 21:41:55.497 INFO O| Feb 24 21:41:55.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71112025-02-24T21:41:57.123Z[ recovery-image] Feb 24 21:41:55.497 INFO O| Feb 24 21:41:55.497 INFO STEP 820 (remove_files) COMPLETE
71122025-02-24T21:41:57.123Z[ recovery-image] Feb 24 21:41:55.497 INFO O| Feb 24 21:41:55.497 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-24T21:41:57.143Z[ recovery-image] Feb 24 21:41:55.519 INFO O| Feb 24 21:41:55.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71142025-02-24T21:41:57.147Z[ recovery-image] Feb 24 21:41:55.519 INFO O| Feb 24 21:41:55.519 INFO STEP 821 (remove_files) COMPLETE
71152025-02-24T21:41:57.147Z[ recovery-image] Feb 24 21:41:55.519 INFO O| Feb 24 21:41:55.519 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-24T21:41:57.165Z[ recovery-image] Feb 24 21:41:55.541 INFO O| Feb 24 21:41:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71172025-02-24T21:41:57.168Z[ recovery-image] Feb 24 21:41:55.541 INFO O| Feb 24 21:41:55.541 INFO STEP 822 (remove_files) COMPLETE
71182025-02-24T21:41:57.168Z[ recovery-image] Feb 24 21:41:55.542 INFO O| Feb 24 21:41:55.541 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-24T21:41:57.186Z[ recovery-image] Feb 24 21:41:55.563 INFO O| Feb 24 21:41:55.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71202025-02-24T21:41:57.189Z[ recovery-image] Feb 24 21:41:55.563 INFO O| Feb 24 21:41:55.563 INFO STEP 823 (remove_files) COMPLETE
71212025-02-24T21:41:57.189Z[ recovery-image] Feb 24 21:41:55.563 INFO O| Feb 24 21:41:55.563 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-24T21:41:57.209Z[ recovery-image] Feb 24 21:41:55.585 INFO O| Feb 24 21:41:55.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71232025-02-24T21:41:57.211Z[ recovery-image] Feb 24 21:41:55.585 INFO O| Feb 24 21:41:55.585 INFO STEP 824 (remove_files) COMPLETE
71242025-02-24T21:41:57.211Z[ recovery-image] Feb 24 21:41:55.586 INFO O| Feb 24 21:41:55.585 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-24T21:41:57.253Z[ recovery-image] Feb 24 21:41:55.630 INFO O| Feb 24 21:41:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71262025-02-24T21:41:57.253Z[ recovery-image] Feb 24 21:41:55.630 INFO O| Feb 24 21:41:55.630 INFO STEP 825 (remove_files) COMPLETE
71272025-02-24T21:41:57.253Z[ recovery-image] Feb 24 21:41:55.630 INFO O| Feb 24 21:41:55.630 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-24T21:41:57.277Z[ recovery-image] Feb 24 21:41:55.653 INFO O| Feb 24 21:41:55.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71292025-02-24T21:41:57.277Z[ recovery-image] Feb 24 21:41:55.653 INFO O| Feb 24 21:41:55.653 INFO STEP 826 (remove_files) COMPLETE
71302025-02-24T21:41:57.277Z[ recovery-image] Feb 24 21:41:55.653 INFO O| Feb 24 21:41:55.653 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-24T21:41:57.300Z[ recovery-image] Feb 24 21:41:55.677 INFO O| Feb 24 21:41:55.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71322025-02-24T21:41:57.303Z[ recovery-image] Feb 24 21:41:55.677 INFO O| Feb 24 21:41:55.677 INFO STEP 827 (remove_files) COMPLETE
71332025-02-24T21:41:57.303Z[ recovery-image] Feb 24 21:41:55.677 INFO O| Feb 24 21:41:55.677 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-24T21:41:57.325Z[ recovery-image] Feb 24 21:41:55.701 INFO O| Feb 24 21:41:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71352025-02-24T21:41:57.325Z[ recovery-image] Feb 24 21:41:55.701 INFO O| Feb 24 21:41:55.701 INFO STEP 828 (remove_files) COMPLETE
71362025-02-24T21:41:57.328Z[ recovery-image] Feb 24 21:41:55.702 INFO O| Feb 24 21:41:55.701 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-24T21:41:57.366Z[ recovery-image] Feb 24 21:41:55.741 INFO O| Feb 24 21:41:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71382025-02-24T21:41:57.366Z[ recovery-image] Feb 24 21:41:55.741 INFO O| Feb 24 21:41:55.741 INFO STEP 829 (remove_files) COMPLETE
71392025-02-24T21:41:57.370Z[ recovery-image] Feb 24 21:41:55.742 INFO O| Feb 24 21:41:55.741 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-24T21:41:57.387Z[ recovery-image] Feb 24 21:41:55.763 INFO O| Feb 24 21:41:55.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71412025-02-24T21:41:57.387Z[ recovery-image] Feb 24 21:41:55.763 INFO O| Feb 24 21:41:55.763 INFO STEP 830 (remove_files) COMPLETE
71422025-02-24T21:41:57.390Z[ recovery-image] Feb 24 21:41:55.763 INFO O| Feb 24 21:41:55.763 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-24T21:41:57.420Z[ recovery-image] Feb 24 21:41:55.796 INFO O| Feb 24 21:41:55.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71442025-02-24T21:41:57.420Z[ recovery-image] Feb 24 21:41:55.796 INFO O| Feb 24 21:41:55.796 INFO STEP 831 (remove_files) COMPLETE
71452025-02-24T21:41:57.420Z[ recovery-image] Feb 24 21:41:55.796 INFO O| Feb 24 21:41:55.796 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-24T21:41:57.482Z[ recovery-image] Feb 24 21:41:55.858 INFO O| Feb 24 21:41:55.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71472025-02-24T21:41:57.482Z[ recovery-image] Feb 24 21:41:55.858 INFO O| Feb 24 21:41:55.858 INFO STEP 832 (remove_files) COMPLETE
71482025-02-24T21:41:57.484Z[ recovery-image] Feb 24 21:41:55.858 INFO O| Feb 24 21:41:55.858 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-24T21:41:57.505Z[ recovery-image] Feb 24 21:41:55.882 INFO O| Feb 24 21:41:55.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71502025-02-24T21:41:57.505Z[ recovery-image] Feb 24 21:41:55.882 INFO O| Feb 24 21:41:55.882 INFO STEP 833 (remove_files) COMPLETE
71512025-02-24T21:41:57.508Z[ recovery-image] Feb 24 21:41:55.882 INFO O| Feb 24 21:41:55.882 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-24T21:41:57.528Z[ recovery-image] Feb 24 21:41:55.904 INFO O| Feb 24 21:41:55.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71532025-02-24T21:41:57.528Z[ recovery-image] Feb 24 21:41:55.904 INFO O| Feb 24 21:41:55.904 INFO STEP 834 (remove_files) COMPLETE
71542025-02-24T21:41:57.530Z[ recovery-image] Feb 24 21:41:55.904 INFO O| Feb 24 21:41:55.904 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-24T21:41:57.551Z[ recovery-image] Feb 24 21:41:55.927 INFO O| Feb 24 21:41:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71562025-02-24T21:41:57.551Z[ recovery-image] Feb 24 21:41:55.927 INFO O| Feb 24 21:41:55.927 INFO STEP 835 (remove_files) COMPLETE
71572025-02-24T21:41:57.551Z[ recovery-image] Feb 24 21:41:55.927 INFO O| Feb 24 21:41:55.927 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-24T21:41:57.571Z[ recovery-image] Feb 24 21:41:55.947 INFO O| Feb 24 21:41:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71592025-02-24T21:41:57.571Z[ recovery-image] Feb 24 21:41:55.947 INFO O| Feb 24 21:41:55.947 INFO STEP 836 (remove_files) COMPLETE
71602025-02-24T21:41:57.572Z[ recovery-image] Feb 24 21:41:55.947 INFO O| Feb 24 21:41:55.947 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-24T21:41:57.593Z[ recovery-image] Feb 24 21:41:55.969 INFO O| Feb 24 21:41:55.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71622025-02-24T21:41:57.610Z[ recovery-image] Feb 24 21:41:55.987 INFO O| Feb 24 21:41:55.987 INFO STEP 837 (remove_files) COMPLETE
71632025-02-24T21:41:57.610Z[ recovery-image] Feb 24 21:41:55.987 INFO O| Feb 24 21:41:55.987 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-24T21:41:57.685Z[ recovery-image] Feb 24 21:41:56.062 INFO O| Feb 24 21:41:56.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71652025-02-24T21:41:57.688Z[ recovery-image] Feb 24 21:41:56.062 INFO O| Feb 24 21:41:56.062 INFO STEP 838 (remove_files) COMPLETE
71662025-02-24T21:41:57.688Z[ recovery-image] Feb 24 21:41:56.062 INFO O| Feb 24 21:41:56.062 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-24T21:41:57.710Z[ recovery-image] Feb 24 21:41:56.084 INFO O| Feb 24 21:41:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71682025-02-24T21:41:57.710Z[ recovery-image] Feb 24 21:41:56.084 INFO O| Feb 24 21:41:56.084 INFO STEP 839 (remove_files) COMPLETE
71692025-02-24T21:41:57.710Z[ recovery-image] Feb 24 21:41:56.084 INFO O| Feb 24 21:41:56.084 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-24T21:41:57.757Z[ recovery-image] Feb 24 21:41:56.133 INFO O| Feb 24 21:41:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71712025-02-24T21:41:57.757Z[ recovery-image] Feb 24 21:41:56.134 INFO O| Feb 24 21:41:56.134 INFO STEP 840 (remove_files) COMPLETE
71722025-02-24T21:41:57.757Z[ recovery-image] Feb 24 21:41:56.134 INFO O| Feb 24 21:41:56.134 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-24T21:41:57.779Z[ recovery-image] Feb 24 21:41:56.155 INFO O| Feb 24 21:41:56.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71742025-02-24T21:41:57.780Z[ recovery-image] Feb 24 21:41:56.155 INFO O| Feb 24 21:41:56.155 INFO STEP 841 (remove_files) COMPLETE
71752025-02-24T21:41:57.783Z[ recovery-image] Feb 24 21:41:56.155 INFO O| Feb 24 21:41:56.155 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-24T21:41:57.837Z[ recovery-image] Feb 24 21:41:56.212 INFO O| Feb 24 21:41:56.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71772025-02-24T21:41:57.837Z[ recovery-image] Feb 24 21:41:56.212 INFO O| Feb 24 21:41:56.212 INFO STEP 842 (remove_files) COMPLETE
71782025-02-24T21:41:57.837Z[ recovery-image] Feb 24 21:41:56.212 INFO O| Feb 24 21:41:56.212 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-24T21:41:57.893Z[ recovery-image] Feb 24 21:41:56.269 INFO O| Feb 24 21:41:56.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71802025-02-24T21:41:57.896Z[ recovery-image] Feb 24 21:41:56.270 INFO O| Feb 24 21:41:56.270 INFO STEP 843 (remove_files) COMPLETE
71812025-02-24T21:41:57.896Z[ recovery-image] Feb 24 21:41:56.270 INFO O| Feb 24 21:41:56.270 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-24T21:41:57.915Z[ recovery-image] Feb 24 21:41:56.291 INFO O| Feb 24 21:41:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71832025-02-24T21:41:57.918Z[ recovery-image] Feb 24 21:41:56.292 INFO O| Feb 24 21:41:56.291 INFO STEP 844 (remove_files) COMPLETE
71842025-02-24T21:41:57.918Z[ recovery-image] Feb 24 21:41:56.292 INFO O| Feb 24 21:41:56.292 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-24T21:41:57.956Z[ recovery-image] Feb 24 21:41:56.332 INFO O| Feb 24 21:41:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71862025-02-24T21:41:57.959Z[ recovery-image] Feb 24 21:41:56.332 INFO O| Feb 24 21:41:56.332 INFO STEP 845 (remove_files) COMPLETE
71872025-02-24T21:41:57.959Z[ recovery-image] Feb 24 21:41:56.332 INFO O| Feb 24 21:41:56.332 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-24T21:41:57.979Z[ recovery-image] Feb 24 21:41:56.355 INFO O| Feb 24 21:41:56.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71892025-02-24T21:41:57.982Z[ recovery-image] Feb 24 21:41:56.355 INFO O| Feb 24 21:41:56.355 INFO STEP 846 (remove_files) COMPLETE
71902025-02-24T21:41:57.982Z[ recovery-image] Feb 24 21:41:56.356 INFO O| Feb 24 21:41:56.355 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-24T21:41:58.001Z[ recovery-image] Feb 24 21:41:56.377 INFO O| Feb 24 21:41:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71922025-02-24T21:41:58.004Z[ recovery-image] Feb 24 21:41:56.377 INFO O| Feb 24 21:41:56.377 INFO STEP 847 (remove_files) COMPLETE
71932025-02-24T21:41:58.004Z[ recovery-image] Feb 24 21:41:56.378 INFO O| Feb 24 21:41:56.377 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-24T21:41:58.023Z[ recovery-image] Feb 24 21:41:56.399 INFO O| Feb 24 21:41:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71952025-02-24T21:41:58.025Z[ recovery-image] Feb 24 21:41:56.399 INFO O| Feb 24 21:41:56.399 INFO STEP 848 (remove_files) COMPLETE
71962025-02-24T21:41:58.025Z[ recovery-image] Feb 24 21:41:56.399 INFO O| Feb 24 21:41:56.399 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-24T21:41:58.062Z[ recovery-image] Feb 24 21:41:56.438 INFO O| Feb 24 21:41:56.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71982025-02-24T21:41:58.067Z[ recovery-image] Feb 24 21:41:56.438 INFO O| Feb 24 21:41:56.438 INFO STEP 849 (remove_files) COMPLETE
71992025-02-24T21:41:58.067Z[ recovery-image] Feb 24 21:41:56.438 INFO O| Feb 24 21:41:56.438 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-24T21:41:58.119Z[ recovery-image] Feb 24 21:41:56.495 INFO O| Feb 24 21:41:56.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
72012025-02-24T21:41:58.119Z[ recovery-image] Feb 24 21:41:56.495 INFO O| Feb 24 21:41:56.495 INFO STEP 850 (remove_files) COMPLETE
72022025-02-24T21:41:58.122Z[ recovery-image] Feb 24 21:41:56.495 INFO O| Feb 24 21:41:56.495 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-24T21:41:58.181Z[ recovery-image] Feb 24 21:41:56.557 INFO O| Feb 24 21:41:56.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72042025-02-24T21:41:58.184Z[ recovery-image] Feb 24 21:41:56.557 INFO O| Feb 24 21:41:56.557 INFO STEP 851 (remove_files) COMPLETE
72052025-02-24T21:41:58.184Z[ recovery-image] Feb 24 21:41:56.557 INFO O| Feb 24 21:41:56.557 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-24T21:41:58.204Z[ recovery-image] Feb 24 21:41:56.580 INFO O| Feb 24 21:41:56.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72072025-02-24T21:41:58.204Z[ recovery-image] Feb 24 21:41:56.580 INFO O| Feb 24 21:41:56.580 INFO STEP 852 (remove_files) COMPLETE
72082025-02-24T21:41:58.207Z[ recovery-image] Feb 24 21:41:56.580 INFO O| Feb 24 21:41:56.580 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-24T21:41:58.261Z[ recovery-image] Feb 24 21:41:56.636 INFO O| Feb 24 21:41:56.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72102025-02-24T21:41:58.264Z[ recovery-image] Feb 24 21:41:56.636 INFO O| Feb 24 21:41:56.636 INFO STEP 853 (remove_files) COMPLETE
72112025-02-24T21:41:58.265Z[ recovery-image] Feb 24 21:41:56.636 INFO O| Feb 24 21:41:56.636 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-24T21:41:58.370Z[ recovery-image] Feb 24 21:41:56.745 INFO O| Feb 24 21:41:56.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72132025-02-24T21:41:58.370Z[ recovery-image] Feb 24 21:41:56.745 INFO O| Feb 24 21:41:56.745 INFO STEP 854 (remove_files) COMPLETE
72142025-02-24T21:41:58.370Z[ recovery-image] Feb 24 21:41:56.745 INFO O| Feb 24 21:41:56.745 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-24T21:41:58.414Z[ recovery-image] Feb 24 21:41:56.791 INFO O| Feb 24 21:41:56.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72162025-02-24T21:41:58.417Z[ recovery-image] Feb 24 21:41:56.791 INFO O| Feb 24 21:41:56.791 INFO STEP 855 (remove_files) COMPLETE
72172025-02-24T21:41:58.417Z[ recovery-image] Feb 24 21:41:56.791 INFO O| Feb 24 21:41:56.791 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-24T21:41:58.456Z[ recovery-image] Feb 24 21:41:56.832 INFO O| Feb 24 21:41:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72192025-02-24T21:41:58.456Z[ recovery-image] Feb 24 21:41:56.833 INFO O| Feb 24 21:41:56.833 INFO STEP 856 (remove_files) COMPLETE
72202025-02-24T21:41:58.459Z[ recovery-image] Feb 24 21:41:56.833 INFO O| Feb 24 21:41:56.833 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-02-24T21:41:58.497Z[ recovery-image] Feb 24 21:41:56.873 INFO O| Feb 24 21:41:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72222025-02-24T21:41:58.499Z[ recovery-image] Feb 24 21:41:56.873 INFO O| Feb 24 21:41:56.873 INFO STEP 857 (remove_files) COMPLETE
72232025-02-24T21:41:58.499Z[ recovery-image] Feb 24 21:41:56.873 INFO O| Feb 24 21:41:56.873 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-02-24T21:41:58.520Z[ recovery-image] Feb 24 21:41:56.896 INFO O| Feb 24 21:41:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72252025-02-24T21:41:58.523Z[ recovery-image] Feb 24 21:41:56.897 INFO O| Feb 24 21:41:56.897 INFO STEP 858 (remove_files) COMPLETE
72262025-02-24T21:41:58.523Z[ recovery-image] Feb 24 21:41:56.897 INFO O| Feb 24 21:41:56.897 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-24T21:41:58.554Z[ recovery-image] Feb 24 21:41:56.930 INFO O| Feb 24 21:41:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72282025-02-24T21:41:58.607Z[ recovery-image] Feb 24 21:41:56.983 INFO O| Feb 24 21:41:56.983 INFO STEP 859 (remove_files) COMPLETE
72292025-02-24T21:41:58.607Z[ recovery-image] Feb 24 21:41:56.983 INFO O| Feb 24 21:41:56.983 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-24T21:41:58.631Z[ recovery-image] Feb 24 21:41:57.006 INFO O| Feb 24 21:41:57.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72312025-02-24T21:41:58.635Z[ recovery-image] Feb 24 21:41:57.006 INFO O| Feb 24 21:41:57.006 INFO STEP 860 (remove_files) COMPLETE
72322025-02-24T21:41:58.635Z[ recovery-image] Feb 24 21:41:57.007 INFO O| Feb 24 21:41:57.007 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-24T21:41:58.652Z[ recovery-image] Feb 24 21:41:57.028 INFO O| Feb 24 21:41:57.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72342025-02-24T21:41:58.656Z[ recovery-image] Feb 24 21:41:57.028 INFO O| Feb 24 21:41:57.028 INFO STEP 861 (remove_files) COMPLETE
72352025-02-24T21:41:58.656Z[ recovery-image] Feb 24 21:41:57.028 INFO O| Feb 24 21:41:57.028 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-24T21:41:58.691Z[ recovery-image] Feb 24 21:41:57.067 INFO O| Feb 24 21:41:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72372025-02-24T21:41:58.694Z[ recovery-image] Feb 24 21:41:57.067 INFO O| Feb 24 21:41:57.067 INFO STEP 862 (remove_files) COMPLETE
72382025-02-24T21:41:58.694Z[ recovery-image] Feb 24 21:41:57.067 INFO O| Feb 24 21:41:57.067 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-24T21:41:58.714Z[ recovery-image] Feb 24 21:41:57.090 INFO O| Feb 24 21:41:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72402025-02-24T21:41:58.717Z[ recovery-image] Feb 24 21:41:57.090 INFO O| Feb 24 21:41:57.090 INFO STEP 863 (remove_files) COMPLETE
72412025-02-24T21:41:58.717Z[ recovery-image] Feb 24 21:41:57.090 INFO O| Feb 24 21:41:57.090 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-24T21:41:58.736Z[ recovery-image] Feb 24 21:41:57.112 INFO O| Feb 24 21:41:57.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72432025-02-24T21:41:58.736Z[ recovery-image] Feb 24 21:41:57.112 INFO O| Feb 24 21:41:57.112 INFO STEP 864 (remove_files) COMPLETE
72442025-02-24T21:41:58.739Z[ recovery-image] Feb 24 21:41:57.112 INFO O| Feb 24 21:41:57.112 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-24T21:41:58.766Z[ recovery-image] Feb 24 21:41:57.142 INFO O| Feb 24 21:41:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72462025-02-24T21:41:58.769Z[ recovery-image] Feb 24 21:41:57.142 INFO O| Feb 24 21:41:57.142 INFO STEP 865 (remove_files) COMPLETE
72472025-02-24T21:41:58.769Z[ recovery-image] Feb 24 21:41:57.142 INFO O| Feb 24 21:41:57.142 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-24T21:41:58.801Z[ recovery-image] Feb 24 21:41:57.177 INFO O| Feb 24 21:41:57.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72492025-02-24T21:41:58.801Z[ recovery-image] Feb 24 21:41:57.177 INFO O| Feb 24 21:41:57.177 INFO STEP 866 (remove_files) COMPLETE
72502025-02-24T21:41:58.801Z[ recovery-image] Feb 24 21:41:57.177 INFO O| Feb 24 21:41:57.177 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-24T21:41:58.848Z[ recovery-image] Feb 24 21:41:57.224 INFO O| Feb 24 21:41:57.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72522025-02-24T21:41:58.848Z[ recovery-image] Feb 24 21:41:57.224 INFO O| Feb 24 21:41:57.224 INFO STEP 867 (remove_files) COMPLETE
72532025-02-24T21:41:58.848Z[ recovery-image] Feb 24 21:41:57.224 INFO O| Feb 24 21:41:57.224 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-24T21:41:58.870Z[ recovery-image] Feb 24 21:41:57.246 INFO O| Feb 24 21:41:57.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72552025-02-24T21:41:58.870Z[ recovery-image] Feb 24 21:41:57.246 INFO O| Feb 24 21:41:57.246 INFO STEP 868 (remove_files) COMPLETE
72562025-02-24T21:41:58.873Z[ recovery-image] Feb 24 21:41:57.246 INFO O| Feb 24 21:41:57.246 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-24T21:41:58.921Z[ recovery-image] Feb 24 21:41:57.297 INFO O| Feb 24 21:41:57.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72582025-02-24T21:41:58.924Z[ recovery-image] Feb 24 21:41:57.297 INFO O| Feb 24 21:41:57.297 INFO STEP 869 (remove_files) COMPLETE
72592025-02-24T21:41:58.924Z[ recovery-image] Feb 24 21:41:57.298 INFO O| Feb 24 21:41:57.297 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-24T21:41:58.945Z[ recovery-image] Feb 24 21:41:57.321 INFO O| Feb 24 21:41:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72612025-02-24T21:41:58.948Z[ recovery-image] Feb 24 21:41:57.321 INFO O| Feb 24 21:41:57.321 INFO STEP 870 (remove_files) COMPLETE
72622025-02-24T21:41:58.948Z[ recovery-image] Feb 24 21:41:57.321 INFO O| Feb 24 21:41:57.321 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-24T21:41:58.967Z[ recovery-image] Feb 24 21:41:57.343 INFO O| Feb 24 21:41:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72642025-02-24T21:41:58.968Z[ recovery-image] Feb 24 21:41:57.344 INFO O| Feb 24 21:41:57.343 INFO STEP 871 (remove_files) COMPLETE
72652025-02-24T21:41:58.968Z[ recovery-image] Feb 24 21:41:57.344 INFO O| Feb 24 21:41:57.344 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-24T21:41:58.991Z[ recovery-image] Feb 24 21:41:57.366 INFO O| Feb 24 21:41:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72672025-02-24T21:41:58.991Z[ recovery-image] Feb 24 21:41:57.366 INFO O| Feb 24 21:41:57.366 INFO STEP 872 (remove_files) COMPLETE
72682025-02-24T21:41:58.991Z[ recovery-image] Feb 24 21:41:57.366 INFO O| Feb 24 21:41:57.366 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-24T21:41:59.014Z[ recovery-image] Feb 24 21:41:57.390 INFO O| Feb 24 21:41:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72702025-02-24T21:41:59.014Z[ recovery-image] Feb 24 21:41:57.390 INFO O| Feb 24 21:41:57.390 INFO STEP 873 (remove_files) COMPLETE
72712025-02-24T21:41:59.017Z[ recovery-image] Feb 24 21:41:57.390 INFO O| Feb 24 21:41:57.390 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-24T21:41:59.038Z[ recovery-image] Feb 24 21:41:57.413 INFO O| Feb 24 21:41:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72732025-02-24T21:41:59.038Z[ recovery-image] Feb 24 21:41:57.413 INFO O| Feb 24 21:41:57.413 INFO STEP 874 (remove_files) COMPLETE
72742025-02-24T21:41:59.038Z[ recovery-image] Feb 24 21:41:57.413 INFO O| Feb 24 21:41:57.413 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-24T21:41:59.061Z[ recovery-image] Feb 24 21:41:57.437 INFO O| Feb 24 21:41:57.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72762025-02-24T21:41:59.061Z[ recovery-image] Feb 24 21:41:57.437 INFO O| Feb 24 21:41:57.437 INFO STEP 875 (remove_files) COMPLETE
72772025-02-24T21:41:59.061Z[ recovery-image] Feb 24 21:41:57.437 INFO O| Feb 24 21:41:57.437 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-24T21:41:59.089Z[ recovery-image] Feb 24 21:41:57.465 INFO O| Feb 24 21:41:57.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72792025-02-24T21:41:59.091Z[ recovery-image] Feb 24 21:41:57.465 INFO O| Feb 24 21:41:57.465 INFO STEP 876 (remove_files) COMPLETE
72802025-02-24T21:41:59.091Z[ recovery-image] Feb 24 21:41:57.465 INFO O| Feb 24 21:41:57.465 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-02-24T21:41:59.112Z[ recovery-image] Feb 24 21:41:57.488 INFO O| Feb 24 21:41:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72822025-02-24T21:41:59.115Z[ recovery-image] Feb 24 21:41:57.488 INFO O| Feb 24 21:41:57.488 INFO STEP 877 (remove_files) COMPLETE
72832025-02-24T21:41:59.115Z[ recovery-image] Feb 24 21:41:57.488 INFO O| Feb 24 21:41:57.488 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-02-24T21:41:59.135Z[ recovery-image] Feb 24 21:41:57.511 INFO O| Feb 24 21:41:57.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72852025-02-24T21:41:59.138Z[ recovery-image] Feb 24 21:41:57.512 INFO O| Feb 24 21:41:57.512 INFO STEP 878 (remove_files) COMPLETE
72862025-02-24T21:41:59.138Z[ recovery-image] Feb 24 21:41:57.512 INFO O| Feb 24 21:41:57.512 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-02-24T21:41:59.159Z[ recovery-image] Feb 24 21:41:57.535 INFO O| Feb 24 21:41:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72882025-02-24T21:41:59.161Z[ recovery-image] Feb 24 21:41:57.535 INFO O| Feb 24 21:41:57.535 INFO STEP 879 (remove_files) COMPLETE
72892025-02-24T21:41:59.162Z[ recovery-image] Feb 24 21:41:57.535 INFO O| Feb 24 21:41:57.535 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-02-24T21:41:59.182Z[ recovery-image] Feb 24 21:41:57.558 INFO O| Feb 24 21:41:57.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72912025-02-24T21:41:59.185Z[ recovery-image] Feb 24 21:41:57.558 INFO O| Feb 24 21:41:57.558 INFO STEP 880 (remove_files) COMPLETE
72922025-02-24T21:41:59.185Z[ recovery-image] Feb 24 21:41:57.558 INFO O| Feb 24 21:41:57.558 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-02-24T21:41:59.256Z[ recovery-image] Feb 24 21:41:57.620 INFO O| Feb 24 21:41:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72942025-02-24T21:41:59.256Z[ recovery-image] Feb 24 21:41:57.620 INFO O| Feb 24 21:41:57.620 INFO STEP 881 (remove_files) COMPLETE
72952025-02-24T21:41:59.256Z[ recovery-image] Feb 24 21:41:57.620 INFO O| Feb 24 21:41:57.620 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-24T21:41:59.271Z[ recovery-image] Feb 24 21:41:57.646 INFO O| Feb 24 21:41:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72972025-02-24T21:41:59.271Z[ recovery-image] Feb 24 21:41:57.647 INFO O| Feb 24 21:41:57.647 INFO STEP 882 (remove_files) COMPLETE
72982025-02-24T21:41:59.271Z[ recovery-image] Feb 24 21:41:57.647 INFO O| Feb 24 21:41:57.647 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-24T21:41:59.324Z[ recovery-image] Feb 24 21:41:57.700 INFO O| Feb 24 21:41:57.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73002025-02-24T21:41:59.324Z[ recovery-image] Feb 24 21:41:57.700 INFO O| Feb 24 21:41:57.700 INFO STEP 883 (remove_files) COMPLETE
73012025-02-24T21:41:59.327Z[ recovery-image] Feb 24 21:41:57.700 INFO O| Feb 24 21:41:57.700 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-24T21:41:59.346Z[ recovery-image] Feb 24 21:41:57.722 INFO O| Feb 24 21:41:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73032025-02-24T21:41:59.346Z[ recovery-image] Feb 24 21:41:57.722 INFO O| Feb 24 21:41:57.722 INFO STEP 884 (remove_files) COMPLETE
73042025-02-24T21:41:59.349Z[ recovery-image] Feb 24 21:41:57.722 INFO O| Feb 24 21:41:57.722 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-24T21:41:59.478Z[ recovery-image] Feb 24 21:41:57.853 INFO O| Feb 24 21:41:57.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73062025-02-24T21:41:59.478Z[ recovery-image] Feb 24 21:41:57.853 INFO O| Feb 24 21:41:57.853 INFO STEP 885 (remove_files) COMPLETE
73072025-02-24T21:41:59.481Z[ recovery-image] Feb 24 21:41:57.853 INFO O| Feb 24 21:41:57.853 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-24T21:41:59.513Z[ recovery-image] Feb 24 21:41:57.888 INFO O| Feb 24 21:41:57.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73092025-02-24T21:41:59.513Z[ recovery-image] Feb 24 21:41:57.888 INFO O| Feb 24 21:41:57.888 INFO STEP 886 (remove_files) COMPLETE
73102025-02-24T21:41:59.513Z[ recovery-image] Feb 24 21:41:57.888 INFO O| Feb 24 21:41:57.888 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-24T21:41:59.560Z[ recovery-image] Feb 24 21:41:57.935 INFO O| Feb 24 21:41:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73122025-02-24T21:41:59.560Z[ recovery-image] Feb 24 21:41:57.935 INFO O| Feb 24 21:41:57.935 INFO STEP 887 (remove_files) COMPLETE
73132025-02-24T21:41:59.563Z[ recovery-image] Feb 24 21:41:57.936 INFO O| Feb 24 21:41:57.935 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-24T21:41:59.582Z[ recovery-image] Feb 24 21:41:57.958 INFO O| Feb 24 21:41:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73152025-02-24T21:41:59.582Z[ recovery-image] Feb 24 21:41:57.958 INFO O| Feb 24 21:41:57.958 INFO STEP 888 (remove_files) COMPLETE
73162025-02-24T21:41:59.585Z[ recovery-image] Feb 24 21:41:57.958 INFO O| Feb 24 21:41:57.958 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-24T21:41:59.607Z[ recovery-image] Feb 24 21:41:57.980 INFO O| Feb 24 21:41:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73182025-02-24T21:41:59.607Z[ recovery-image] Feb 24 21:41:57.980 INFO O| Feb 24 21:41:57.980 INFO STEP 889 (remove_files) COMPLETE
73192025-02-24T21:41:59.607Z[ recovery-image] Feb 24 21:41:57.981 INFO O| Feb 24 21:41:57.980 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-24T21:41:59.628Z[ recovery-image] Feb 24 21:41:58.003 INFO O| Feb 24 21:41:58.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73212025-02-24T21:41:59.628Z[ recovery-image] Feb 24 21:41:58.003 INFO O| Feb 24 21:41:58.003 INFO STEP 890 (remove_files) COMPLETE
73222025-02-24T21:41:59.631Z[ recovery-image] Feb 24 21:41:58.003 INFO O| Feb 24 21:41:58.003 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-24T21:41:59.666Z[ recovery-image] Feb 24 21:41:58.041 INFO O| Feb 24 21:41:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73242025-02-24T21:41:59.666Z[ recovery-image] Feb 24 21:41:58.041 INFO O| Feb 24 21:41:58.041 INFO STEP 891 (remove_files) COMPLETE
73252025-02-24T21:41:59.666Z[ recovery-image] Feb 24 21:41:58.041 INFO O| Feb 24 21:41:58.041 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-24T21:41:59.704Z[ recovery-image] Feb 24 21:41:58.079 INFO O| Feb 24 21:41:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73272025-02-24T21:41:59.704Z[ recovery-image] Feb 24 21:41:58.079 INFO O| Feb 24 21:41:58.079 INFO STEP 892 (remove_files) COMPLETE
73282025-02-24T21:41:59.704Z[ recovery-image] Feb 24 21:41:58.079 INFO O| Feb 24 21:41:58.079 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-24T21:41:59.723Z[ recovery-image] Feb 24 21:41:58.098 INFO O| Feb 24 21:41:58.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73302025-02-24T21:41:59.723Z[ recovery-image] Feb 24 21:41:58.099 INFO O| Feb 24 21:41:58.099 INFO STEP 893 (remove_files) COMPLETE
73312025-02-24T21:41:59.723Z[ recovery-image] Feb 24 21:41:58.099 INFO O| Feb 24 21:41:58.099 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-24T21:41:59.746Z[ recovery-image] Feb 24 21:41:58.122 INFO O| Feb 24 21:41:58.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73332025-02-24T21:41:59.746Z[ recovery-image] Feb 24 21:41:58.122 INFO O| Feb 24 21:41:58.122 INFO STEP 894 (remove_files) COMPLETE
73342025-02-24T21:41:59.746Z[ recovery-image] Feb 24 21:41:58.122 INFO O| Feb 24 21:41:58.122 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-24T21:42:00.080Z[ recovery-image] Feb 24 21:41:58.145 INFO O| Feb 24 21:41:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73362025-02-24T21:42:00.080Z[ recovery-image] Feb 24 21:41:58.145 INFO O| Feb 24 21:41:58.145 INFO STEP 895 (remove_files) COMPLETE
73372025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.145 INFO O| Feb 24 21:41:58.145 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.177 INFO O| Feb 24 21:41:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73392025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.178 INFO O| Feb 24 21:41:58.177 INFO STEP 896 (remove_files) COMPLETE
73402025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.178 INFO O| Feb 24 21:41:58.178 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.200 INFO O| Feb 24 21:41:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73422025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.200 INFO O| Feb 24 21:41:58.200 INFO STEP 897 (remove_files) COMPLETE
73432025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.200 INFO O| Feb 24 21:41:58.200 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-24T21:42:00.099Z[ recovery-image] Feb 24 21:41:58.221 INFO O| Feb 24 21:41:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73452025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.221 INFO O| Feb 24 21:41:58.221 INFO STEP 898 (remove_files) COMPLETE
73462025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.221 INFO O| Feb 24 21:41:58.221 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.242 INFO O| Feb 24 21:41:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73482025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.242 INFO O| Feb 24 21:41:58.242 INFO STEP 899 (remove_files) COMPLETE
73492025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.242 INFO O| Feb 24 21:41:58.242 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.281 INFO O| Feb 24 21:41:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73512025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.282 INFO O| Feb 24 21:41:58.282 INFO STEP 900 (remove_files) COMPLETE
73522025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.282 INFO O| Feb 24 21:41:58.282 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.329 INFO O| Feb 24 21:41:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73542025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.329 INFO O| Feb 24 21:41:58.329 INFO STEP 901 (remove_files) COMPLETE
73552025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.329 INFO O| Feb 24 21:41:58.329 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.354 INFO O| Feb 24 21:41:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73572025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.355 INFO O| Feb 24 21:41:58.354 INFO STEP 902 (remove_files) COMPLETE
73582025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.355 INFO O| Feb 24 21:41:58.355 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.389 INFO O| Feb 24 21:41:58.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73602025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.389 INFO O| Feb 24 21:41:58.389 INFO STEP 903 (remove_files) COMPLETE
73612025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.389 INFO O| Feb 24 21:41:58.389 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.421 INFO O| Feb 24 21:41:58.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73632025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.422 INFO O| Feb 24 21:41:58.422 INFO STEP 904 (remove_files) COMPLETE
73642025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.422 INFO O| Feb 24 21:41:58.422 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.444 INFO O| Feb 24 21:41:58.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73662025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.444 INFO O| Feb 24 21:41:58.444 INFO STEP 905 (remove_files) COMPLETE
73672025-02-24T21:42:00.100Z[ recovery-image] Feb 24 21:41:58.444 INFO O| Feb 24 21:41:58.444 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-02-24T21:42:00.145Z[ recovery-image] Feb 24 21:41:58.521 INFO O| Feb 24 21:41:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73692025-02-24T21:42:00.145Z[ recovery-image] Feb 24 21:41:58.521 INFO O| Feb 24 21:41:58.521 INFO STEP 906 (remove_files) COMPLETE
73702025-02-24T21:42:00.145Z[ recovery-image] Feb 24 21:41:58.521 INFO O| Feb 24 21:41:58.521 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-02-24T21:42:00.175Z[ recovery-image] Feb 24 21:41:58.551 INFO O| Feb 24 21:41:58.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73722025-02-24T21:42:00.175Z[ recovery-image] Feb 24 21:41:58.551 INFO O| Feb 24 21:41:58.551 INFO STEP 907 (remove_files) COMPLETE
73732025-02-24T21:42:00.178Z[ recovery-image] Feb 24 21:41:58.551 INFO O| Feb 24 21:41:58.551 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-02-24T21:42:00.197Z[ recovery-image] Feb 24 21:41:58.572 INFO O| Feb 24 21:41:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73752025-02-24T21:42:00.197Z[ recovery-image] Feb 24 21:41:58.572 INFO O| Feb 24 21:41:58.572 INFO STEP 908 (remove_files) COMPLETE
73762025-02-24T21:42:00.200Z[ recovery-image] Feb 24 21:41:58.572 INFO O| Feb 24 21:41:58.572 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-02-24T21:42:00.224Z[ recovery-image] Feb 24 21:41:58.599 INFO O| Feb 24 21:41:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73782025-02-24T21:42:00.224Z[ recovery-image] Feb 24 21:41:58.599 INFO O| Feb 24 21:41:58.599 INFO STEP 909 (remove_files) COMPLETE
73792025-02-24T21:42:00.224Z[ recovery-image] Feb 24 21:41:58.599 INFO O| Feb 24 21:41:58.599 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-02-24T21:42:00.246Z[ recovery-image] Feb 24 21:41:58.622 INFO O| Feb 24 21:41:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73812025-02-24T21:42:00.246Z[ recovery-image] Feb 24 21:41:58.622 INFO O| Feb 24 21:41:58.622 INFO STEP 910 (remove_files) COMPLETE
73822025-02-24T21:42:00.246Z[ recovery-image] Feb 24 21:41:58.622 INFO O| Feb 24 21:41:58.622 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-02-24T21:42:00.268Z[ recovery-image] Feb 24 21:41:58.644 INFO O| Feb 24 21:41:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73842025-02-24T21:42:00.268Z[ recovery-image] Feb 24 21:41:58.644 INFO O| Feb 24 21:41:58.644 INFO STEP 911 (remove_files) COMPLETE
73852025-02-24T21:42:00.268Z[ recovery-image] Feb 24 21:41:58.644 INFO O| Feb 24 21:41:58.644 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-02-24T21:42:00.321Z[ recovery-image] Feb 24 21:41:58.697 INFO O| Feb 24 21:41:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73872025-02-24T21:42:00.321Z[ recovery-image] Feb 24 21:41:58.697 INFO O| Feb 24 21:41:58.697 INFO STEP 912 (remove_files) COMPLETE
73882025-02-24T21:42:00.324Z[ recovery-image] Feb 24 21:41:58.697 INFO O| Feb 24 21:41:58.697 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-02-24T21:42:00.344Z[ recovery-image] Feb 24 21:41:58.719 INFO O| Feb 24 21:41:58.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73902025-02-24T21:42:00.344Z[ recovery-image] Feb 24 21:41:58.719 INFO O| Feb 24 21:41:58.719 INFO STEP 913 (remove_files) COMPLETE
73912025-02-24T21:42:00.344Z[ recovery-image] Feb 24 21:41:58.719 INFO O| Feb 24 21:41:58.719 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-02-24T21:42:00.384Z[ recovery-image] Feb 24 21:41:58.760 INFO O| Feb 24 21:41:58.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73932025-02-24T21:42:00.384Z[ recovery-image] Feb 24 21:41:58.760 INFO O| Feb 24 21:41:58.760 INFO STEP 914 (remove_files) COMPLETE
73942025-02-24T21:42:00.384Z[ recovery-image] Feb 24 21:41:58.760 INFO O| Feb 24 21:41:58.760 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-02-24T21:42:00.423Z[ recovery-image] Feb 24 21:41:58.798 INFO O| Feb 24 21:41:58.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73962025-02-24T21:42:00.423Z[ recovery-image] Feb 24 21:41:58.798 INFO O| Feb 24 21:41:58.798 INFO STEP 915 (remove_files) COMPLETE
73972025-02-24T21:42:00.423Z[ recovery-image] Feb 24 21:41:58.798 INFO O| Feb 24 21:41:58.798 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-02-24T21:42:00.445Z[ recovery-image] Feb 24 21:41:58.820 INFO O| Feb 24 21:41:58.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73992025-02-24T21:42:00.445Z[ recovery-image] Feb 24 21:41:58.820 INFO O| Feb 24 21:41:58.820 INFO STEP 916 (remove_files) COMPLETE
74002025-02-24T21:42:00.445Z[ recovery-image] Feb 24 21:41:58.820 INFO O| Feb 24 21:41:58.820 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-02-24T21:42:00.467Z[ recovery-image] Feb 24 21:41:58.842 INFO O| Feb 24 21:41:58.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74022025-02-24T21:42:00.467Z[ recovery-image] Feb 24 21:41:58.842 INFO O| Feb 24 21:41:58.842 INFO STEP 917 (remove_files) COMPLETE
74032025-02-24T21:42:00.467Z[ recovery-image] Feb 24 21:41:58.842 INFO O| Feb 24 21:41:58.842 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-02-24T21:42:00.488Z[ recovery-image] Feb 24 21:41:58.863 INFO O| Feb 24 21:41:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74052025-02-24T21:42:00.488Z[ recovery-image] Feb 24 21:41:58.863 INFO O| Feb 24 21:41:58.863 INFO STEP 918 (remove_files) COMPLETE
74062025-02-24T21:42:00.488Z[ recovery-image] Feb 24 21:41:58.863 INFO O| Feb 24 21:41:58.863 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-02-24T21:42:00.510Z[ recovery-image] Feb 24 21:41:58.885 INFO O| Feb 24 21:41:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74082025-02-24T21:42:00.510Z[ recovery-image] Feb 24 21:41:58.886 INFO O| Feb 24 21:41:58.885 INFO STEP 919 (remove_files) COMPLETE
74092025-02-24T21:42:00.510Z[ recovery-image] Feb 24 21:41:58.886 INFO O| Feb 24 21:41:58.886 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-02-24T21:42:00.548Z[ recovery-image] Feb 24 21:41:58.924 INFO O| Feb 24 21:41:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74112025-02-24T21:42:00.549Z[ recovery-image] Feb 24 21:41:58.924 INFO O| Feb 24 21:41:58.924 INFO STEP 920 (remove_files) COMPLETE
74122025-02-24T21:42:00.552Z[ recovery-image] Feb 24 21:41:58.924 INFO O| Feb 24 21:41:58.924 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-02-24T21:42:00.587Z[ recovery-image] Feb 24 21:41:58.962 INFO O| Feb 24 21:41:58.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74142025-02-24T21:42:00.590Z[ recovery-image] Feb 24 21:41:58.962 INFO O| Feb 24 21:41:58.962 INFO STEP 921 (remove_files) COMPLETE
74152025-02-24T21:42:00.590Z[ recovery-image] Feb 24 21:41:58.962 INFO O| Feb 24 21:41:58.962 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-02-24T21:42:00.620Z[ recovery-image] Feb 24 21:41:58.996 INFO O| Feb 24 21:41:58.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74172025-02-24T21:42:00.623Z[ recovery-image] Feb 24 21:41:58.996 INFO O| Feb 24 21:41:58.996 INFO STEP 922 (remove_files) COMPLETE
74182025-02-24T21:42:00.623Z[ recovery-image] Feb 24 21:41:58.996 INFO O| Feb 24 21:41:58.996 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-02-24T21:42:00.657Z[ recovery-image] Feb 24 21:41:59.032 INFO O| Feb 24 21:41:59.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74202025-02-24T21:42:00.659Z[ recovery-image] Feb 24 21:41:59.033 INFO O| Feb 24 21:41:59.032 INFO STEP 923 (remove_files) COMPLETE
74212025-02-24T21:42:00.659Z[ recovery-image] Feb 24 21:41:59.033 INFO O| Feb 24 21:41:59.033 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-02-24T21:42:00.680Z[ recovery-image] Feb 24 21:41:59.056 INFO O| Feb 24 21:41:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74232025-02-24T21:42:00.684Z[ recovery-image] Feb 24 21:41:59.056 INFO O| Feb 24 21:41:59.056 INFO STEP 924 (remove_files) COMPLETE
74242025-02-24T21:42:00.684Z[ recovery-image] Feb 24 21:41:59.056 INFO O| Feb 24 21:41:59.056 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-02-24T21:42:00.702Z[ recovery-image] Feb 24 21:41:59.078 INFO O| Feb 24 21:41:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74262025-02-24T21:42:00.705Z[ recovery-image] Feb 24 21:41:59.078 INFO O| Feb 24 21:41:59.078 INFO STEP 925 (remove_files) COMPLETE
74272025-02-24T21:42:00.705Z[ recovery-image] Feb 24 21:41:59.078 INFO O| Feb 24 21:41:59.078 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-02-24T21:42:00.758Z[ recovery-image] Feb 24 21:41:59.134 INFO O| Feb 24 21:41:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74292025-02-24T21:42:00.758Z[ recovery-image] Feb 24 21:41:59.134 INFO O| Feb 24 21:41:59.134 INFO STEP 926 (remove_files) COMPLETE
74302025-02-24T21:42:00.758Z[ recovery-image] Feb 24 21:41:59.134 INFO O| Feb 24 21:41:59.134 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-02-24T21:42:00.781Z[ recovery-image] Feb 24 21:41:59.156 INFO O| Feb 24 21:41:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74322025-02-24T21:42:00.781Z[ recovery-image] Feb 24 21:41:59.156 INFO O| Feb 24 21:41:59.156 INFO STEP 927 (remove_files) COMPLETE
74332025-02-24T21:42:00.784Z[ recovery-image] Feb 24 21:41:59.156 INFO O| Feb 24 21:41:59.156 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-02-24T21:42:00.802Z[ recovery-image] Feb 24 21:41:59.177 INFO O| Feb 24 21:41:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74352025-02-24T21:42:00.802Z[ recovery-image] Feb 24 21:41:59.177 INFO O| Feb 24 21:41:59.177 INFO STEP 928 (remove_files) COMPLETE
74362025-02-24T21:42:00.802Z[ recovery-image] Feb 24 21:41:59.177 INFO O| Feb 24 21:41:59.177 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-02-24T21:42:00.845Z[ recovery-image] Feb 24 21:41:59.221 INFO O| Feb 24 21:41:59.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74382025-02-24T21:42:00.845Z[ recovery-image] Feb 24 21:41:59.221 INFO O| Feb 24 21:41:59.221 INFO STEP 929 (remove_files) COMPLETE
74392025-02-24T21:42:00.848Z[ recovery-image] Feb 24 21:41:59.221 INFO O| Feb 24 21:41:59.221 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-02-24T21:42:00.875Z[ recovery-image] Feb 24 21:41:59.250 INFO O| Feb 24 21:41:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74412025-02-24T21:42:00.877Z[ recovery-image] Feb 24 21:41:59.250 INFO O| Feb 24 21:41:59.250 INFO STEP 930 (remove_files) COMPLETE
74422025-02-24T21:42:00.877Z[ recovery-image] Feb 24 21:41:59.250 INFO O| Feb 24 21:41:59.250 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-02-24T21:42:00.897Z[ recovery-image] Feb 24 21:41:59.273 INFO O| Feb 24 21:41:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74442025-02-24T21:42:00.900Z[ recovery-image] Feb 24 21:41:59.273 INFO O| Feb 24 21:41:59.273 INFO STEP 931 (remove_files) COMPLETE
74452025-02-24T21:42:00.900Z[ recovery-image] Feb 24 21:41:59.273 INFO O| Feb 24 21:41:59.273 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-02-24T21:42:00.920Z[ recovery-image] Feb 24 21:41:59.295 INFO O| Feb 24 21:41:59.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74472025-02-24T21:42:00.922Z[ recovery-image] Feb 24 21:41:59.295 INFO O| Feb 24 21:41:59.295 INFO STEP 932 (remove_files) COMPLETE
74482025-02-24T21:42:00.922Z[ recovery-image] Feb 24 21:41:59.296 INFO O| Feb 24 21:41:59.295 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-02-24T21:42:00.942Z[ recovery-image] Feb 24 21:41:59.317 INFO O| Feb 24 21:41:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74502025-02-24T21:42:00.944Z[ recovery-image] Feb 24 21:41:59.317 INFO O| Feb 24 21:41:59.317 INFO STEP 933 (remove_files) COMPLETE
74512025-02-24T21:42:00.944Z[ recovery-image] Feb 24 21:41:59.318 INFO O| Feb 24 21:41:59.317 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-02-24T21:42:00.965Z[ recovery-image] Feb 24 21:41:59.340 INFO O| Feb 24 21:41:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74532025-02-24T21:42:00.968Z[ recovery-image] Feb 24 21:41:59.340 INFO O| Feb 24 21:41:59.340 INFO STEP 934 (remove_files) COMPLETE
74542025-02-24T21:42:00.968Z[ recovery-image] Feb 24 21:41:59.341 INFO O| Feb 24 21:41:59.340 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-02-24T21:42:00.988Z[ recovery-image] Feb 24 21:41:59.363 INFO O| Feb 24 21:41:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74562025-02-24T21:42:00.990Z[ recovery-image] Feb 24 21:41:59.363 INFO O| Feb 24 21:41:59.363 INFO STEP 935 (remove_files) COMPLETE
74572025-02-24T21:42:00.990Z[ recovery-image] Feb 24 21:41:59.364 INFO O| Feb 24 21:41:59.364 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-02-24T21:42:01.009Z[ recovery-image] Feb 24 21:41:59.385 INFO O| Feb 24 21:41:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74592025-02-24T21:42:01.012Z[ recovery-image] Feb 24 21:41:59.385 INFO O| Feb 24 21:41:59.385 INFO STEP 936 (remove_files) COMPLETE
74602025-02-24T21:42:01.012Z[ recovery-image] Feb 24 21:41:59.385 INFO O| Feb 24 21:41:59.385 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-02-24T21:42:01.079Z[ recovery-image] Feb 24 21:41:59.454 INFO O| Feb 24 21:41:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74622025-02-24T21:42:01.079Z[ recovery-image] Feb 24 21:41:59.454 INFO O| Feb 24 21:41:59.454 INFO STEP 937 (remove_files) COMPLETE
74632025-02-24T21:42:01.087Z[ recovery-image] Feb 24 21:41:59.454 INFO O| Feb 24 21:41:59.454 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-02-24T21:42:01.131Z[ recovery-image] Feb 24 21:41:59.506 INFO O| Feb 24 21:41:59.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74652025-02-24T21:42:01.133Z[ recovery-image] Feb 24 21:41:59.506 INFO O| Feb 24 21:41:59.506 INFO STEP 938 (remove_files) COMPLETE
74662025-02-24T21:42:01.133Z[ recovery-image] Feb 24 21:41:59.506 INFO O| Feb 24 21:41:59.506 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-02-24T21:42:01.209Z[ recovery-image] Feb 24 21:41:59.584 INFO O| Feb 24 21:41:59.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74682025-02-24T21:42:01.211Z[ recovery-image] Feb 24 21:41:59.584 INFO O| Feb 24 21:41:59.584 INFO STEP 939 (remove_files) COMPLETE
74692025-02-24T21:42:01.211Z[ recovery-image] Feb 24 21:41:59.584 INFO O| Feb 24 21:41:59.584 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-02-24T21:42:01.250Z[ recovery-image] Feb 24 21:41:59.624 INFO O| Feb 24 21:41:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74712025-02-24T21:42:01.250Z[ recovery-image] Feb 24 21:41:59.624 INFO O| Feb 24 21:41:59.624 INFO STEP 940 (remove_files) COMPLETE
74722025-02-24T21:42:01.250Z[ recovery-image] Feb 24 21:41:59.624 INFO O| Feb 24 21:41:59.624 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-24T21:42:01.271Z[ recovery-image] Feb 24 21:41:59.646 INFO O| Feb 24 21:41:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74742025-02-24T21:42:01.271Z[ recovery-image] Feb 24 21:41:59.646 INFO O| Feb 24 21:41:59.646 INFO STEP 941 (remove_files) COMPLETE
74752025-02-24T21:42:01.271Z[ recovery-image] Feb 24 21:41:59.646 INFO O| Feb 24 21:41:59.646 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-24T21:42:01.311Z[ recovery-image] Feb 24 21:41:59.686 INFO O| Feb 24 21:41:59.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74772025-02-24T21:42:01.313Z[ recovery-image] Feb 24 21:41:59.686 INFO O| Feb 24 21:41:59.686 INFO STEP 942 (remove_files) COMPLETE
74782025-02-24T21:42:01.314Z[ recovery-image] Feb 24 21:41:59.686 INFO O| Feb 24 21:41:59.686 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-24T21:42:01.333Z[ recovery-image] Feb 24 21:41:59.708 INFO O| Feb 24 21:41:59.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74802025-02-24T21:42:01.335Z[ recovery-image] Feb 24 21:41:59.709 INFO O| Feb 24 21:41:59.709 INFO STEP 943 (remove_files) COMPLETE
74812025-02-24T21:42:01.335Z[ recovery-image] Feb 24 21:41:59.709 INFO O| Feb 24 21:41:59.709 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-24T21:42:01.392Z[ recovery-image] Feb 24 21:41:59.767 INFO O| Feb 24 21:41:59.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74832025-02-24T21:42:01.395Z[ recovery-image] Feb 24 21:41:59.767 INFO O| Feb 24 21:41:59.767 INFO STEP 944 (remove_files) COMPLETE
74842025-02-24T21:42:01.395Z[ recovery-image] Feb 24 21:41:59.767 INFO O| Feb 24 21:41:59.767 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-24T21:42:01.422Z[ recovery-image] Feb 24 21:41:59.797 INFO O| Feb 24 21:41:59.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74862025-02-24T21:42:01.422Z[ recovery-image] Feb 24 21:41:59.798 INFO O| Feb 24 21:41:59.798 INFO STEP 945 (remove_files) COMPLETE
74872025-02-24T21:42:01.422Z[ recovery-image] Feb 24 21:41:59.798 INFO O| Feb 24 21:41:59.798 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-24T21:42:01.445Z[ recovery-image] Feb 24 21:41:59.819 INFO O| Feb 24 21:41:59.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74892025-02-24T21:42:01.445Z[ recovery-image] Feb 24 21:41:59.819 INFO O| Feb 24 21:41:59.819 INFO STEP 946 (remove_files) COMPLETE
74902025-02-24T21:42:01.445Z[ recovery-image] Feb 24 21:41:59.819 INFO O| Feb 24 21:41:59.819 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-24T21:42:01.465Z[ recovery-image] Feb 24 21:41:59.840 INFO O| Feb 24 21:41:59.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74922025-02-24T21:42:01.465Z[ recovery-image] Feb 24 21:41:59.840 INFO O| Feb 24 21:41:59.840 INFO STEP 947 (remove_files) COMPLETE
74932025-02-24T21:42:01.468Z[ recovery-image] Feb 24 21:41:59.841 INFO O| Feb 24 21:41:59.840 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-24T21:42:01.494Z[ recovery-image] Feb 24 21:41:59.869 INFO O| Feb 24 21:41:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74952025-02-24T21:42:01.494Z[ recovery-image] Feb 24 21:41:59.869 INFO O| Feb 24 21:41:59.869 INFO STEP 948 (remove_files) COMPLETE
74962025-02-24T21:42:01.497Z[ recovery-image] Feb 24 21:41:59.869 INFO O| Feb 24 21:41:59.869 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-24T21:42:01.517Z[ recovery-image] Feb 24 21:41:59.891 INFO O| Feb 24 21:41:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74982025-02-24T21:42:01.517Z[ recovery-image] Feb 24 21:41:59.891 INFO O| Feb 24 21:41:59.891 INFO STEP 949 (remove_files) COMPLETE
74992025-02-24T21:42:01.517Z[ recovery-image] Feb 24 21:41:59.891 INFO O| Feb 24 21:41:59.891 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-24T21:42:01.538Z[ recovery-image] Feb 24 21:41:59.912 INFO O| Feb 24 21:41:59.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75012025-02-24T21:42:01.538Z[ recovery-image] Feb 24 21:41:59.913 INFO O| Feb 24 21:41:59.912 INFO STEP 950 (remove_files) COMPLETE
75022025-02-24T21:42:01.538Z[ recovery-image] Feb 24 21:41:59.913 INFO O| Feb 24 21:41:59.913 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-02-24T21:42:01.558Z[ recovery-image] Feb 24 21:41:59.932 INFO O| Feb 24 21:41:59.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75042025-02-24T21:42:01.558Z[ recovery-image] Feb 24 21:41:59.932 INFO O| Feb 24 21:41:59.932 INFO STEP 951 (remove_files) COMPLETE
75052025-02-24T21:42:01.558Z[ recovery-image] Feb 24 21:41:59.932 INFO O| Feb 24 21:41:59.932 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-02-24T21:42:01.598Z[ recovery-image] Feb 24 21:41:59.973 INFO O| Feb 24 21:41:59.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75072025-02-24T21:42:01.598Z[ recovery-image] Feb 24 21:41:59.973 INFO O| Feb 24 21:41:59.973 INFO STEP 952 (remove_files) COMPLETE
75082025-02-24T21:42:01.602Z[ recovery-image] Feb 24 21:41:59.973 INFO O| Feb 24 21:41:59.973 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-02-24T21:42:01.651Z[ recovery-image] Feb 24 21:42:00.025 INFO O| Feb 24 21:42:00.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75102025-02-24T21:42:01.651Z[ recovery-image] Feb 24 21:42:00.026 INFO O| Feb 24 21:42:00.026 INFO STEP 953 (remove_files) COMPLETE
75112025-02-24T21:42:01.651Z[ recovery-image] Feb 24 21:42:00.026 INFO O| Feb 24 21:42:00.026 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-02-24T21:42:01.674Z[ recovery-image] Feb 24 21:42:00.049 INFO O| Feb 24 21:42:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75132025-02-24T21:42:01.674Z[ recovery-image] Feb 24 21:42:00.049 INFO O| Feb 24 21:42:00.049 INFO STEP 954 (remove_files) COMPLETE
75142025-02-24T21:42:01.674Z[ recovery-image] Feb 24 21:42:00.049 INFO O| Feb 24 21:42:00.049 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-02-24T21:42:01.698Z[ recovery-image] Feb 24 21:42:00.073 INFO O| Feb 24 21:42:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75162025-02-24T21:42:01.698Z[ recovery-image] Feb 24 21:42:00.073 INFO O| Feb 24 21:42:00.073 INFO STEP 955 (remove_files) COMPLETE
75172025-02-24T21:42:01.701Z[ recovery-image] Feb 24 21:42:00.073 INFO O| Feb 24 21:42:00.073 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-02-24T21:42:01.721Z[ recovery-image] Feb 24 21:42:00.096 INFO O| Feb 24 21:42:00.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75192025-02-24T21:42:01.721Z[ recovery-image] Feb 24 21:42:00.096 INFO O| Feb 24 21:42:00.096 INFO STEP 956 (remove_files) COMPLETE
75202025-02-24T21:42:01.721Z[ recovery-image] Feb 24 21:42:00.096 INFO O| Feb 24 21:42:00.096 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-02-24T21:42:01.754Z[ recovery-image] Feb 24 21:42:00.128 INFO O| Feb 24 21:42:00.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75222025-02-24T21:42:01.754Z[ recovery-image] Feb 24 21:42:00.128 INFO O| Feb 24 21:42:00.128 INFO STEP 957 (remove_files) COMPLETE
75232025-02-24T21:42:01.754Z[ recovery-image] Feb 24 21:42:00.128 INFO O| Feb 24 21:42:00.128 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-02-24T21:42:01.779Z[ recovery-image] Feb 24 21:42:00.154 INFO O| Feb 24 21:42:00.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75252025-02-24T21:42:01.779Z[ recovery-image] Feb 24 21:42:00.154 INFO O| Feb 24 21:42:00.154 INFO STEP 958 (remove_files) COMPLETE
75262025-02-24T21:42:01.779Z[ recovery-image] Feb 24 21:42:00.154 INFO O| Feb 24 21:42:00.154 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-02-24T21:42:01.817Z[ recovery-image] Feb 24 21:42:00.192 INFO O| Feb 24 21:42:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75282025-02-24T21:42:01.817Z[ recovery-image] Feb 24 21:42:00.192 INFO O| Feb 24 21:42:00.192 INFO STEP 959 (remove_files) COMPLETE
75292025-02-24T21:42:01.817Z[ recovery-image] Feb 24 21:42:00.192 INFO O| Feb 24 21:42:00.192 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-02-24T21:42:01.880Z[ recovery-image] Feb 24 21:42:00.255 INFO O| Feb 24 21:42:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75312025-02-24T21:42:01.880Z[ recovery-image] Feb 24 21:42:00.255 INFO O| Feb 24 21:42:00.255 INFO STEP 960 (remove_files) COMPLETE
75322025-02-24T21:42:01.880Z[ recovery-image] Feb 24 21:42:00.255 INFO O| Feb 24 21:42:00.255 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-02-24T21:42:01.901Z[ recovery-image] Feb 24 21:42:00.276 INFO O| Feb 24 21:42:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75342025-02-24T21:42:01.901Z[ recovery-image] Feb 24 21:42:00.276 INFO O| Feb 24 21:42:00.276 INFO STEP 961 (remove_files) COMPLETE
75352025-02-24T21:42:01.901Z[ recovery-image] Feb 24 21:42:00.276 INFO O| Feb 24 21:42:00.276 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-02-24T21:42:01.923Z[ recovery-image] Feb 24 21:42:00.298 INFO O| Feb 24 21:42:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75372025-02-24T21:42:01.923Z[ recovery-image] Feb 24 21:42:00.298 INFO O| Feb 24 21:42:00.298 INFO STEP 962 (remove_files) COMPLETE
75382025-02-24T21:42:01.926Z[ recovery-image] Feb 24 21:42:00.298 INFO O| Feb 24 21:42:00.298 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-02-24T21:42:01.944Z[ recovery-image] Feb 24 21:42:00.319 INFO O| Feb 24 21:42:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75402025-02-24T21:42:01.944Z[ recovery-image] Feb 24 21:42:00.319 INFO O| Feb 24 21:42:00.319 INFO STEP 963 (remove_files) COMPLETE
75412025-02-24T21:42:01.947Z[ recovery-image] Feb 24 21:42:00.319 INFO O| Feb 24 21:42:00.319 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-02-24T21:42:01.965Z[ recovery-image] Feb 24 21:42:00.340 INFO O| Feb 24 21:42:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75432025-02-24T21:42:01.968Z[ recovery-image] Feb 24 21:42:00.340 INFO O| Feb 24 21:42:00.340 INFO STEP 964 (remove_files) COMPLETE
75442025-02-24T21:42:01.968Z[ recovery-image] Feb 24 21:42:00.340 INFO O| Feb 24 21:42:00.340 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-02-24T21:42:01.987Z[ recovery-image] Feb 24 21:42:00.362 INFO O| Feb 24 21:42:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75462025-02-24T21:42:01.990Z[ recovery-image] Feb 24 21:42:00.363 INFO O| Feb 24 21:42:00.363 INFO STEP 965 (remove_files) COMPLETE
75472025-02-24T21:42:01.990Z[ recovery-image] Feb 24 21:42:00.363 INFO O| Feb 24 21:42:00.363 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-02-24T21:42:02.009Z[ recovery-image] Feb 24 21:42:00.384 INFO O| Feb 24 21:42:00.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75492025-02-24T21:42:02.012Z[ recovery-image] Feb 24 21:42:00.384 INFO O| Feb 24 21:42:00.384 INFO STEP 966 (remove_files) COMPLETE
75502025-02-24T21:42:02.012Z[ recovery-image] Feb 24 21:42:00.384 INFO O| Feb 24 21:42:00.384 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-24T21:42:02.030Z[ recovery-image] Feb 24 21:42:00.405 INFO O| Feb 24 21:42:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75522025-02-24T21:42:02.032Z[ recovery-image] Feb 24 21:42:00.405 INFO O| Feb 24 21:42:00.405 INFO STEP 967 (remove_files) COMPLETE
75532025-02-24T21:42:02.033Z[ recovery-image] Feb 24 21:42:00.405 INFO O| Feb 24 21:42:00.405 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-02-24T21:42:02.060Z[ recovery-image] Feb 24 21:42:00.435 INFO O| Feb 24 21:42:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75552025-02-24T21:42:02.060Z[ recovery-image] Feb 24 21:42:00.435 INFO O| Feb 24 21:42:00.435 INFO STEP 968 (remove_files) COMPLETE
75562025-02-24T21:42:02.060Z[ recovery-image] Feb 24 21:42:00.435 INFO O| Feb 24 21:42:00.435 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-02-24T21:42:02.083Z[ recovery-image] Feb 24 21:42:00.458 INFO O| Feb 24 21:42:00.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75582025-02-24T21:42:02.083Z[ recovery-image] Feb 24 21:42:00.458 INFO O| Feb 24 21:42:00.458 INFO STEP 969 (remove_files) COMPLETE
75592025-02-24T21:42:02.083Z[ recovery-image] Feb 24 21:42:00.458 INFO O| Feb 24 21:42:00.458 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-02-24T21:42:02.122Z[ recovery-image] Feb 24 21:42:00.496 INFO O| Feb 24 21:42:00.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75612025-02-24T21:42:02.122Z[ recovery-image] Feb 24 21:42:00.496 INFO O| Feb 24 21:42:00.496 INFO STEP 970 (remove_files) COMPLETE
75622025-02-24T21:42:02.122Z[ recovery-image] Feb 24 21:42:00.496 INFO O| Feb 24 21:42:00.496 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-02-24T21:42:02.164Z[ recovery-image] Feb 24 21:42:00.539 INFO O| Feb 24 21:42:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75642025-02-24T21:42:02.165Z[ recovery-image] Feb 24 21:42:00.539 INFO O| Feb 24 21:42:00.539 INFO STEP 971 (remove_files) COMPLETE
75652025-02-24T21:42:02.165Z[ recovery-image] Feb 24 21:42:00.539 INFO O| Feb 24 21:42:00.539 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-02-24T21:42:02.227Z[ recovery-image] Feb 24 21:42:00.601 INFO O| Feb 24 21:42:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75672025-02-24T21:42:02.227Z[ recovery-image] Feb 24 21:42:00.601 INFO O| Feb 24 21:42:00.601 INFO STEP 972 (remove_files) COMPLETE
75682025-02-24T21:42:02.227Z[ recovery-image] Feb 24 21:42:00.601 INFO O| Feb 24 21:42:00.601 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-02-24T21:42:02.250Z[ recovery-image] Feb 24 21:42:00.625 INFO O| Feb 24 21:42:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75702025-02-24T21:42:02.250Z[ recovery-image] Feb 24 21:42:00.625 INFO O| Feb 24 21:42:00.625 INFO STEP 973 (remove_files) COMPLETE
75712025-02-24T21:42:02.250Z[ recovery-image] Feb 24 21:42:00.625 INFO O| Feb 24 21:42:00.625 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-02-24T21:42:02.275Z[ recovery-image] Feb 24 21:42:00.650 INFO O| Feb 24 21:42:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75732025-02-24T21:42:02.276Z[ recovery-image] Feb 24 21:42:00.651 INFO O| Feb 24 21:42:00.651 INFO STEP 974 (remove_files) COMPLETE
75742025-02-24T21:42:02.278Z[ recovery-image] Feb 24 21:42:00.651 INFO O| Feb 24 21:42:00.651 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-24T21:42:02.300Z[ recovery-image] Feb 24 21:42:00.675 INFO O| Feb 24 21:42:00.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75762025-02-24T21:42:02.302Z[ recovery-image] Feb 24 21:42:00.675 INFO O| Feb 24 21:42:00.675 INFO STEP 975 (remove_files) COMPLETE
75772025-02-24T21:42:02.302Z[ recovery-image] Feb 24 21:42:00.675 INFO O| Feb 24 21:42:00.675 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-24T21:42:02.324Z[ recovery-image] Feb 24 21:42:00.699 INFO O| Feb 24 21:42:00.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75792025-02-24T21:42:02.324Z[ recovery-image] Feb 24 21:42:00.699 INFO O| Feb 24 21:42:00.699 INFO STEP 976 (remove_files) COMPLETE
75802025-02-24T21:42:02.324Z[ recovery-image] Feb 24 21:42:00.699 INFO O| Feb 24 21:42:00.699 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-24T21:42:02.369Z[ recovery-image] Feb 24 21:42:00.724 INFO O| Feb 24 21:42:00.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75822025-02-24T21:42:02.369Z[ recovery-image] Feb 24 21:42:00.724 INFO O| Feb 24 21:42:00.724 INFO STEP 977 (remove_files) COMPLETE
75832025-02-24T21:42:02.369Z[ recovery-image] Feb 24 21:42:00.724 INFO O| Feb 24 21:42:00.724 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-24T21:42:02.382Z[ recovery-image] Feb 24 21:42:00.747 INFO O| Feb 24 21:42:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75852025-02-24T21:42:02.382Z[ recovery-image] Feb 24 21:42:00.747 INFO O| Feb 24 21:42:00.747 INFO STEP 978 (remove_files) COMPLETE
75862025-02-24T21:42:02.383Z[ recovery-image] Feb 24 21:42:00.747 INFO O| Feb 24 21:42:00.747 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-24T21:42:02.396Z[ recovery-image] Feb 24 21:42:00.771 INFO O| Feb 24 21:42:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75882025-02-24T21:42:02.407Z[ recovery-image] Feb 24 21:42:00.771 INFO O| Feb 24 21:42:00.771 INFO STEP 979 (remove_files) COMPLETE
75892025-02-24T21:42:02.407Z[ recovery-image] Feb 24 21:42:00.771 INFO O| Feb 24 21:42:00.771 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-24T21:42:02.442Z[ recovery-image] Feb 24 21:42:00.816 INFO O| Feb 24 21:42:00.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75912025-02-24T21:42:02.446Z[ recovery-image] Feb 24 21:42:00.817 INFO O| Feb 24 21:42:00.817 INFO STEP 980 (remove_files) COMPLETE
75922025-02-24T21:42:02.446Z[ recovery-image] Feb 24 21:42:00.817 INFO O| Feb 24 21:42:00.817 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-24T21:42:02.465Z[ recovery-image] Feb 24 21:42:00.840 INFO O| Feb 24 21:42:00.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75942025-02-24T21:42:02.467Z[ recovery-image] Feb 24 21:42:00.840 INFO O| Feb 24 21:42:00.840 INFO STEP 981 (remove_files) COMPLETE
75952025-02-24T21:42:02.467Z[ recovery-image] Feb 24 21:42:00.840 INFO O| Feb 24 21:42:00.840 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-02-24T21:42:02.489Z[ recovery-image] Feb 24 21:42:00.864 INFO O| Feb 24 21:42:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75972025-02-24T21:42:02.491Z[ recovery-image] Feb 24 21:42:00.864 INFO O| Feb 24 21:42:00.864 INFO STEP 982 (remove_files) COMPLETE
75982025-02-24T21:42:02.491Z[ recovery-image] Feb 24 21:42:00.864 INFO O| Feb 24 21:42:00.864 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-02-24T21:42:02.526Z[ recovery-image] Feb 24 21:42:00.901 INFO O| Feb 24 21:42:00.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76002025-02-24T21:42:02.526Z[ recovery-image] Feb 24 21:42:00.901 INFO O| Feb 24 21:42:00.901 INFO STEP 983 (remove_files) COMPLETE
76012025-02-24T21:42:02.529Z[ recovery-image] Feb 24 21:42:00.901 INFO O| Feb 24 21:42:00.901 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-02-24T21:42:02.585Z[ recovery-image] Feb 24 21:42:00.959 INFO O| Feb 24 21:42:00.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76032025-02-24T21:42:02.588Z[ recovery-image] Feb 24 21:42:00.960 INFO O| Feb 24 21:42:00.960 INFO STEP 984 (remove_files) COMPLETE
76042025-02-24T21:42:02.588Z[ recovery-image] Feb 24 21:42:00.960 INFO O| Feb 24 21:42:00.960 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-02-24T21:42:02.608Z[ recovery-image] Feb 24 21:42:00.982 INFO O| Feb 24 21:42:00.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76062025-02-24T21:42:02.610Z[ recovery-image] Feb 24 21:42:00.983 INFO O| Feb 24 21:42:00.983 INFO STEP 985 (remove_files) COMPLETE
76072025-02-24T21:42:02.610Z[ recovery-image] Feb 24 21:42:00.983 INFO O| Feb 24 21:42:00.983 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-02-24T21:42:02.631Z[ recovery-image] Feb 24 21:42:01.005 INFO O| Feb 24 21:42:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76092025-02-24T21:42:02.631Z[ recovery-image] Feb 24 21:42:01.006 INFO O| Feb 24 21:42:01.006 INFO STEP 986 (remove_files) COMPLETE
76102025-02-24T21:42:02.634Z[ recovery-image] Feb 24 21:42:01.006 INFO O| Feb 24 21:42:01.006 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-24T21:42:02.709Z[ recovery-image] Feb 24 21:42:01.084 INFO O| Feb 24 21:42:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76122025-02-24T21:42:02.709Z[ recovery-image] Feb 24 21:42:01.084 INFO O| Feb 24 21:42:01.084 INFO STEP 987 (remove_files) COMPLETE
76132025-02-24T21:42:02.709Z[ recovery-image] Feb 24 21:42:01.084 INFO O| Feb 24 21:42:01.084 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-24T21:42:02.735Z[ recovery-image] Feb 24 21:42:01.110 INFO O| Feb 24 21:42:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76152025-02-24T21:42:02.735Z[ recovery-image] Feb 24 21:42:01.110 INFO O| Feb 24 21:42:01.110 INFO STEP 988 (remove_files) COMPLETE
76162025-02-24T21:42:02.738Z[ recovery-image] Feb 24 21:42:01.110 INFO O| Feb 24 21:42:01.110 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-24T21:42:02.758Z[ recovery-image] Feb 24 21:42:01.133 INFO O| Feb 24 21:42:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76182025-02-24T21:42:02.758Z[ recovery-image] Feb 24 21:42:01.133 INFO O| Feb 24 21:42:01.133 INFO STEP 989 (remove_files) COMPLETE
76192025-02-24T21:42:02.760Z[ recovery-image] Feb 24 21:42:01.133 INFO O| Feb 24 21:42:01.133 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-24T21:42:02.799Z[ recovery-image] Feb 24 21:42:01.173 INFO O| Feb 24 21:42:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76212025-02-24T21:42:02.799Z[ recovery-image] Feb 24 21:42:01.173 INFO O| Feb 24 21:42:01.173 INFO STEP 990 (remove_files) COMPLETE
76222025-02-24T21:42:02.799Z[ recovery-image] Feb 24 21:42:01.173 INFO O| Feb 24 21:42:01.173 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-24T21:42:02.862Z[ recovery-image] Feb 24 21:42:01.237 INFO O| Feb 24 21:42:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76242025-02-24T21:42:02.862Z[ recovery-image] Feb 24 21:42:01.237 INFO O| Feb 24 21:42:01.237 INFO STEP 991 (remove_files) COMPLETE
76252025-02-24T21:42:02.865Z[ recovery-image] Feb 24 21:42:01.237 INFO O| Feb 24 21:42:01.237 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-24T21:42:02.900Z[ recovery-image] Feb 24 21:42:01.275 INFO O| Feb 24 21:42:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76272025-02-24T21:42:02.900Z[ recovery-image] Feb 24 21:42:01.275 INFO O| Feb 24 21:42:01.275 INFO STEP 992 (remove_files) COMPLETE
76282025-02-24T21:42:02.900Z[ recovery-image] Feb 24 21:42:01.275 INFO O| Feb 24 21:42:01.275 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-24T21:42:02.921Z[ recovery-image] Feb 24 21:42:01.296 INFO O| Feb 24 21:42:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76302025-02-24T21:42:02.922Z[ recovery-image] Feb 24 21:42:01.296 INFO O| Feb 24 21:42:01.296 INFO STEP 993 (remove_files) COMPLETE
76312025-02-24T21:42:02.922Z[ recovery-image] Feb 24 21:42:01.296 INFO O| Feb 24 21:42:01.296 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-02-24T21:42:02.958Z[ recovery-image] Feb 24 21:42:01.333 INFO O| Feb 24 21:42:01.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76332025-02-24T21:42:02.961Z[ recovery-image] Feb 24 21:42:01.333 INFO O| Feb 24 21:42:01.333 INFO STEP 994 (remove_files) COMPLETE
76342025-02-24T21:42:02.961Z[ recovery-image] Feb 24 21:42:01.334 INFO O| Feb 24 21:42:01.334 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-02-24T21:42:02.980Z[ recovery-image] Feb 24 21:42:01.354 INFO O| Feb 24 21:42:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76362025-02-24T21:42:02.982Z[ recovery-image] Feb 24 21:42:01.355 INFO O| Feb 24 21:42:01.355 INFO STEP 995 (remove_files) COMPLETE
76372025-02-24T21:42:02.982Z[ recovery-image] Feb 24 21:42:01.355 INFO O| Feb 24 21:42:01.355 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-02-24T21:42:03.003Z[ recovery-image] Feb 24 21:42:01.378 INFO O| Feb 24 21:42:01.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76392025-02-24T21:42:03.006Z[ recovery-image] Feb 24 21:42:01.378 INFO O| Feb 24 21:42:01.378 INFO STEP 996 (remove_files) COMPLETE
76402025-02-24T21:42:03.006Z[ recovery-image] Feb 24 21:42:01.378 INFO O| Feb 24 21:42:01.378 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-02-24T21:42:03.027Z[ recovery-image] Feb 24 21:42:01.402 INFO O| Feb 24 21:42:01.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76422025-02-24T21:42:03.030Z[ recovery-image] Feb 24 21:42:01.402 INFO O| Feb 24 21:42:01.402 INFO STEP 997 (remove_files) COMPLETE
76432025-02-24T21:42:03.030Z[ recovery-image] Feb 24 21:42:01.402 INFO O| Feb 24 21:42:01.402 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-02-24T21:42:03.052Z[ recovery-image] Feb 24 21:42:01.426 INFO O| Feb 24 21:42:01.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76452025-02-24T21:42:03.054Z[ recovery-image] Feb 24 21:42:01.427 INFO O| Feb 24 21:42:01.427 INFO STEP 998 (remove_files) COMPLETE
76462025-02-24T21:42:03.054Z[ recovery-image] Feb 24 21:42:01.427 INFO O| Feb 24 21:42:01.427 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-02-24T21:42:03.096Z[ recovery-image] Feb 24 21:42:01.465 INFO O| Feb 24 21:42:01.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76482025-02-24T21:42:03.096Z[ recovery-image] Feb 24 21:42:01.465 INFO O| Feb 24 21:42:01.465 INFO STEP 999 (remove_files) COMPLETE
76492025-02-24T21:42:03.096Z[ recovery-image] Feb 24 21:42:01.465 INFO O| Feb 24 21:42:01.465 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-02-24T21:42:03.116Z[ recovery-image] Feb 24 21:42:01.490 INFO O| Feb 24 21:42:01.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76512025-02-24T21:42:03.118Z[ recovery-image] Feb 24 21:42:01.490 INFO O| Feb 24 21:42:01.490 INFO STEP 1000 (remove_files) COMPLETE
76522025-02-24T21:42:03.118Z[ recovery-image] Feb 24 21:42:01.490 INFO O| Feb 24 21:42:01.490 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-02-24T21:42:03.179Z[ recovery-image] Feb 24 21:42:01.553 INFO O| Feb 24 21:42:01.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76542025-02-24T21:42:03.179Z[ recovery-image] Feb 24 21:42:01.553 INFO O| Feb 24 21:42:01.553 INFO STEP 1001 (remove_files) COMPLETE
76552025-02-24T21:42:03.179Z[ recovery-image] Feb 24 21:42:01.553 INFO O| Feb 24 21:42:01.553 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-24T21:42:03.233Z[ recovery-image] Feb 24 21:42:01.608 INFO O| Feb 24 21:42:01.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76572025-02-24T21:42:03.233Z[ recovery-image] Feb 24 21:42:01.608 INFO O| Feb 24 21:42:01.608 INFO STEP 1002 (remove_files) COMPLETE
76582025-02-24T21:42:03.233Z[ recovery-image] Feb 24 21:42:01.608 INFO O| Feb 24 21:42:01.608 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-24T21:42:03.256Z[ recovery-image] Feb 24 21:42:01.631 INFO O| Feb 24 21:42:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76602025-02-24T21:42:03.256Z[ recovery-image] Feb 24 21:42:01.631 INFO O| Feb 24 21:42:01.631 INFO STEP 1003 (remove_files) COMPLETE
76612025-02-24T21:42:03.259Z[ recovery-image] Feb 24 21:42:01.631 INFO O| Feb 24 21:42:01.631 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-24T21:42:03.281Z[ recovery-image] Feb 24 21:42:01.653 INFO O| Feb 24 21:42:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76632025-02-24T21:42:03.281Z[ recovery-image] Feb 24 21:42:01.653 INFO O| Feb 24 21:42:01.653 INFO STEP 1004 (remove_files) COMPLETE
76642025-02-24T21:42:03.281Z[ recovery-image] Feb 24 21:42:01.653 INFO O| Feb 24 21:42:01.653 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-24T21:42:03.302Z[ recovery-image] Feb 24 21:42:01.677 INFO O| Feb 24 21:42:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76662025-02-24T21:42:03.305Z[ recovery-image] Feb 24 21:42:01.677 INFO O| Feb 24 21:42:01.677 INFO STEP 1005 (remove_files) COMPLETE
76672025-02-24T21:42:03.305Z[ recovery-image] Feb 24 21:42:01.677 INFO O| Feb 24 21:42:01.677 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-02-24T21:42:03.325Z[ recovery-image] Feb 24 21:42:01.700 INFO O| Feb 24 21:42:01.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76692025-02-24T21:42:03.325Z[ recovery-image] Feb 24 21:42:01.700 INFO O| Feb 24 21:42:01.700 INFO STEP 1006 (remove_files) COMPLETE
76702025-02-24T21:42:03.328Z[ recovery-image] Feb 24 21:42:01.700 INFO O| Feb 24 21:42:01.700 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-24T21:42:03.390Z[ recovery-image] Feb 24 21:42:01.764 INFO O| Feb 24 21:42:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76722025-02-24T21:42:03.390Z[ recovery-image] Feb 24 21:42:01.764 INFO O| Feb 24 21:42:01.764 INFO STEP 1007 (remove_files) COMPLETE
76732025-02-24T21:42:03.390Z[ recovery-image] Feb 24 21:42:01.764 INFO O| Feb 24 21:42:01.764 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-24T21:42:03.412Z[ recovery-image] Feb 24 21:42:01.787 INFO O| Feb 24 21:42:01.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76752025-02-24T21:42:03.412Z[ recovery-image] Feb 24 21:42:01.787 INFO O| Feb 24 21:42:01.787 INFO STEP 1008 (remove_files) COMPLETE
76762025-02-24T21:42:03.412Z[ recovery-image] Feb 24 21:42:01.787 INFO O| Feb 24 21:42:01.787 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-02-24T21:42:03.455Z[ recovery-image] Feb 24 21:42:01.830 INFO O| Feb 24 21:42:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76782025-02-24T21:42:03.455Z[ recovery-image] Feb 24 21:42:01.830 INFO O| Feb 24 21:42:01.830 INFO STEP 1009 (remove_files) COMPLETE
76792025-02-24T21:42:03.455Z[ recovery-image] Feb 24 21:42:01.830 INFO O| Feb 24 21:42:01.830 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-02-24T21:42:03.478Z[ recovery-image] Feb 24 21:42:01.853 INFO O| Feb 24 21:42:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76812025-02-24T21:42:03.478Z[ recovery-image] Feb 24 21:42:01.853 INFO O| Feb 24 21:42:01.853 INFO STEP 1010 (remove_files) COMPLETE
76822025-02-24T21:42:03.478Z[ recovery-image] Feb 24 21:42:01.853 INFO O| Feb 24 21:42:01.853 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-24T21:42:03.512Z[ recovery-image] Feb 24 21:42:01.886 INFO O| Feb 24 21:42:01.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76842025-02-24T21:42:03.512Z[ recovery-image] Feb 24 21:42:01.886 INFO O| Feb 24 21:42:01.886 INFO STEP 1011 (remove_files) COMPLETE
76852025-02-24T21:42:03.514Z[ recovery-image] Feb 24 21:42:01.886 INFO O| Feb 24 21:42:01.886 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-24T21:42:03.535Z[ recovery-image] Feb 24 21:42:01.909 INFO O| Feb 24 21:42:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76872025-02-24T21:42:03.535Z[ recovery-image] Feb 24 21:42:01.909 INFO O| Feb 24 21:42:01.909 INFO STEP 1012 (remove_files) COMPLETE
76882025-02-24T21:42:03.537Z[ recovery-image] Feb 24 21:42:01.909 INFO O| Feb 24 21:42:01.909 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-24T21:42:03.557Z[ recovery-image] Feb 24 21:42:01.932 INFO O| Feb 24 21:42:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76902025-02-24T21:42:03.557Z[ recovery-image] Feb 24 21:42:01.932 INFO O| Feb 24 21:42:01.932 INFO STEP 1013 (remove_files) COMPLETE
76912025-02-24T21:42:03.557Z[ recovery-image] Feb 24 21:42:01.932 INFO O| Feb 24 21:42:01.932 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-24T21:42:03.580Z[ recovery-image] Feb 24 21:42:01.955 INFO O| Feb 24 21:42:01.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76932025-02-24T21:42:03.580Z[ recovery-image] Feb 24 21:42:01.955 INFO O| Feb 24 21:42:01.955 INFO STEP 1014 (remove_files) COMPLETE
76942025-02-24T21:42:03.583Z[ recovery-image] Feb 24 21:42:01.955 INFO O| Feb 24 21:42:01.955 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-24T21:42:03.604Z[ recovery-image] Feb 24 21:42:01.978 INFO O| Feb 24 21:42:01.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76962025-02-24T21:42:03.604Z[ recovery-image] Feb 24 21:42:01.978 INFO O| Feb 24 21:42:01.978 INFO STEP 1015 (remove_files) COMPLETE
76972025-02-24T21:42:03.606Z[ recovery-image] Feb 24 21:42:01.978 INFO O| Feb 24 21:42:01.978 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-24T21:42:03.627Z[ recovery-image] Feb 24 21:42:02.002 INFO O| Feb 24 21:42:02.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76992025-02-24T21:42:03.630Z[ recovery-image] Feb 24 21:42:02.002 INFO O| Feb 24 21:42:02.002 INFO STEP 1016 (remove_files) COMPLETE
77002025-02-24T21:42:03.630Z[ recovery-image] Feb 24 21:42:02.002 INFO O| Feb 24 21:42:02.002 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-24T21:42:03.651Z[ recovery-image] Feb 24 21:42:02.025 INFO O| Feb 24 21:42:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77022025-02-24T21:42:03.651Z[ recovery-image] Feb 24 21:42:02.025 INFO O| Feb 24 21:42:02.025 INFO STEP 1017 (remove_files) COMPLETE
77032025-02-24T21:42:03.651Z[ recovery-image] Feb 24 21:42:02.025 INFO O| Feb 24 21:42:02.025 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-24T21:42:03.674Z[ recovery-image] Feb 24 21:42:02.048 INFO O| Feb 24 21:42:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77052025-02-24T21:42:03.674Z[ recovery-image] Feb 24 21:42:02.048 INFO O| Feb 24 21:42:02.048 INFO STEP 1018 (remove_files) COMPLETE
77062025-02-24T21:42:03.676Z[ recovery-image] Feb 24 21:42:02.049 INFO O| Feb 24 21:42:02.048 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-24T21:42:03.697Z[ recovery-image] Feb 24 21:42:02.071 INFO O| Feb 24 21:42:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77082025-02-24T21:42:03.697Z[ recovery-image] Feb 24 21:42:02.071 INFO O| Feb 24 21:42:02.071 INFO STEP 1019 (remove_files) COMPLETE
77092025-02-24T21:42:03.699Z[ recovery-image] Feb 24 21:42:02.071 INFO O| Feb 24 21:42:02.071 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-24T21:42:03.719Z[ recovery-image] Feb 24 21:42:02.094 INFO O| Feb 24 21:42:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77112025-02-24T21:42:03.719Z[ recovery-image] Feb 24 21:42:02.094 INFO O| Feb 24 21:42:02.094 INFO STEP 1020 (remove_files) COMPLETE
77122025-02-24T21:42:03.719Z[ recovery-image] Feb 24 21:42:02.094 INFO O| Feb 24 21:42:02.094 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-24T21:42:03.742Z[ recovery-image] Feb 24 21:42:02.117 INFO O| Feb 24 21:42:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77142025-02-24T21:42:03.742Z[ recovery-image] Feb 24 21:42:02.117 INFO O| Feb 24 21:42:02.117 INFO STEP 1021 (remove_files) COMPLETE
77152025-02-24T21:42:03.742Z[ recovery-image] Feb 24 21:42:02.117 INFO O| Feb 24 21:42:02.117 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-24T21:42:03.773Z[ recovery-image] Feb 24 21:42:02.148 INFO O| Feb 24 21:42:02.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77172025-02-24T21:42:03.773Z[ recovery-image] Feb 24 21:42:02.148 INFO O| Feb 24 21:42:02.148 INFO STEP 1022 (remove_files) COMPLETE
77182025-02-24T21:42:03.773Z[ recovery-image] Feb 24 21:42:02.148 INFO O| Feb 24 21:42:02.148 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-24T21:42:03.792Z[ recovery-image] Feb 24 21:42:02.167 INFO O| Feb 24 21:42:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77202025-02-24T21:42:03.792Z[ recovery-image] Feb 24 21:42:02.167 INFO O| Feb 24 21:42:02.167 INFO STEP 1023 (remove_files) COMPLETE
77212025-02-24T21:42:03.792Z[ recovery-image] Feb 24 21:42:02.167 INFO O| Feb 24 21:42:02.167 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-24T21:42:03.821Z[ recovery-image] Feb 24 21:42:02.195 INFO O| Feb 24 21:42:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77232025-02-24T21:42:03.821Z[ recovery-image] Feb 24 21:42:02.195 INFO O| Feb 24 21:42:02.195 INFO STEP 1024 (remove_files) COMPLETE
77242025-02-24T21:42:03.824Z[ recovery-image] Feb 24 21:42:02.195 INFO O| Feb 24 21:42:02.195 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-24T21:42:03.842Z[ recovery-image] Feb 24 21:42:02.217 INFO O| Feb 24 21:42:02.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77262025-02-24T21:42:03.842Z[ recovery-image] Feb 24 21:42:02.217 INFO O| Feb 24 21:42:02.217 INFO STEP 1025 (remove_files) COMPLETE
77272025-02-24T21:42:03.845Z[ recovery-image] Feb 24 21:42:02.217 INFO O| Feb 24 21:42:02.217 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-24T21:42:03.864Z[ recovery-image] Feb 24 21:42:02.238 INFO O| Feb 24 21:42:02.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77292025-02-24T21:42:03.867Z[ recovery-image] Feb 24 21:42:02.238 INFO O| Feb 24 21:42:02.238 INFO STEP 1026 (remove_files) COMPLETE
77302025-02-24T21:42:03.867Z[ recovery-image] Feb 24 21:42:02.238 INFO O| Feb 24 21:42:02.238 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-24T21:42:03.886Z[ recovery-image] Feb 24 21:42:02.261 INFO O| Feb 24 21:42:02.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77322025-02-24T21:42:03.889Z[ recovery-image] Feb 24 21:42:02.261 INFO O| Feb 24 21:42:02.261 INFO STEP 1027 (remove_files) COMPLETE
77332025-02-24T21:42:03.889Z[ recovery-image] Feb 24 21:42:02.261 INFO O| Feb 24 21:42:02.261 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-24T21:42:03.918Z[ recovery-image] Feb 24 21:42:02.292 INFO O| Feb 24 21:42:02.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77352025-02-24T21:42:03.918Z[ recovery-image] Feb 24 21:42:02.292 INFO O| Feb 24 21:42:02.292 INFO STEP 1028 (remove_files) COMPLETE
77362025-02-24T21:42:03.918Z[ recovery-image] Feb 24 21:42:02.292 INFO O| Feb 24 21:42:02.292 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-24T21:42:03.941Z[ recovery-image] Feb 24 21:42:02.316 INFO O| Feb 24 21:42:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77382025-02-24T21:42:03.941Z[ recovery-image] Feb 24 21:42:02.316 INFO O| Feb 24 21:42:02.316 INFO STEP 1029 (remove_files) COMPLETE
77392025-02-24T21:42:03.941Z[ recovery-image] Feb 24 21:42:02.316 INFO O| Feb 24 21:42:02.316 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-24T21:42:03.970Z[ recovery-image] Feb 24 21:42:02.345 INFO O| Feb 24 21:42:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77412025-02-24T21:42:03.970Z[ recovery-image] Feb 24 21:42:02.345 INFO O| Feb 24 21:42:02.345 INFO STEP 1030 (remove_files) COMPLETE
77422025-02-24T21:42:03.970Z[ recovery-image] Feb 24 21:42:02.345 INFO O| Feb 24 21:42:02.345 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-24T21:42:03.992Z[ recovery-image] Feb 24 21:42:02.366 INFO O| Feb 24 21:42:02.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77442025-02-24T21:42:03.992Z[ recovery-image] Feb 24 21:42:02.366 INFO O| Feb 24 21:42:02.366 INFO STEP 1031 (remove_files) COMPLETE
77452025-02-24T21:42:03.994Z[ recovery-image] Feb 24 21:42:02.366 INFO O| Feb 24 21:42:02.366 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-24T21:42:04.013Z[ recovery-image] Feb 24 21:42:02.387 INFO O| Feb 24 21:42:02.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77472025-02-24T21:42:04.013Z[ recovery-image] Feb 24 21:42:02.388 INFO O| Feb 24 21:42:02.388 INFO STEP 1032 (remove_files) COMPLETE
77482025-02-24T21:42:04.013Z[ recovery-image] Feb 24 21:42:02.388 INFO O| Feb 24 21:42:02.388 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-24T21:42:04.046Z[ recovery-image] Feb 24 21:42:02.420 INFO O| Feb 24 21:42:02.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77502025-02-24T21:42:04.046Z[ recovery-image] Feb 24 21:42:02.420 INFO O| Feb 24 21:42:02.420 INFO STEP 1033 (remove_files) COMPLETE
77512025-02-24T21:42:04.046Z[ recovery-image] Feb 24 21:42:02.420 INFO O| Feb 24 21:42:02.420 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-24T21:42:04.083Z[ recovery-image] Feb 24 21:42:02.458 INFO O| Feb 24 21:42:02.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77532025-02-24T21:42:04.083Z[ recovery-image] Feb 24 21:42:02.458 INFO O| Feb 24 21:42:02.458 INFO STEP 1034 (remove_files) COMPLETE
77542025-02-24T21:42:04.086Z[ recovery-image] Feb 24 21:42:02.458 INFO O| Feb 24 21:42:02.458 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-24T21:42:04.105Z[ recovery-image] Feb 24 21:42:02.479 INFO O| Feb 24 21:42:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77562025-02-24T21:42:04.125Z[ recovery-image] Feb 24 21:42:02.499 INFO O| Feb 24 21:42:02.499 INFO STEP 1035 (remove_files) COMPLETE
77572025-02-24T21:42:04.125Z[ recovery-image] Feb 24 21:42:02.499 INFO O| Feb 24 21:42:02.499 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-24T21:42:04.162Z[ recovery-image] Feb 24 21:42:02.536 INFO O| Feb 24 21:42:02.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77592025-02-24T21:42:04.162Z[ recovery-image] Feb 24 21:42:02.536 INFO O| Feb 24 21:42:02.536 INFO STEP 1036 (remove_files) COMPLETE
77602025-02-24T21:42:04.179Z[ recovery-image] Feb 24 21:42:02.536 INFO O| Feb 24 21:42:02.536 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-24T21:42:04.189Z[ recovery-image] Feb 24 21:42:02.563 INFO O| Feb 24 21:42:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77622025-02-24T21:42:04.192Z[ recovery-image] Feb 24 21:42:02.563 INFO O| Feb 24 21:42:02.563 INFO STEP 1037 (remove_files) COMPLETE
77632025-02-24T21:42:04.192Z[ recovery-image] Feb 24 21:42:02.564 INFO O| Feb 24 21:42:02.564 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-24T21:42:04.243Z[ recovery-image] Feb 24 21:42:02.617 INFO O| Feb 24 21:42:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77652025-02-24T21:42:04.245Z[ recovery-image] Feb 24 21:42:02.618 INFO O| Feb 24 21:42:02.618 INFO STEP 1038 (remove_files) COMPLETE
77662025-02-24T21:42:04.245Z[ recovery-image] Feb 24 21:42:02.618 INFO O| Feb 24 21:42:02.618 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-24T21:42:04.282Z[ recovery-image] Feb 24 21:42:02.655 INFO O| Feb 24 21:42:02.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77682025-02-24T21:42:04.282Z[ recovery-image] Feb 24 21:42:02.656 INFO O| Feb 24 21:42:02.656 INFO STEP 1039 (remove_files) COMPLETE
77692025-02-24T21:42:04.282Z[ recovery-image] Feb 24 21:42:02.656 INFO O| Feb 24 21:42:02.656 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-24T21:42:04.341Z[ recovery-image] Feb 24 21:42:02.715 INFO O| Feb 24 21:42:02.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77712025-02-24T21:42:04.341Z[ recovery-image] Feb 24 21:42:02.715 INFO O| Feb 24 21:42:02.715 INFO STEP 1040 (remove_files) COMPLETE
77722025-02-24T21:42:04.341Z[ recovery-image] Feb 24 21:42:02.715 INFO O| Feb 24 21:42:02.715 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-24T21:42:04.418Z[ recovery-image] Feb 24 21:42:02.792 INFO O| Feb 24 21:42:02.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77742025-02-24T21:42:04.418Z[ recovery-image] Feb 24 21:42:02.792 INFO O| Feb 24 21:42:02.792 INFO STEP 1041 (remove_files) COMPLETE
77752025-02-24T21:42:04.418Z[ recovery-image] Feb 24 21:42:02.792 INFO O| Feb 24 21:42:02.792 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-24T21:42:04.442Z[ recovery-image] Feb 24 21:42:02.816 INFO O| Feb 24 21:42:02.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77772025-02-24T21:42:04.442Z[ recovery-image] Feb 24 21:42:02.817 INFO O| Feb 24 21:42:02.817 INFO STEP 1042 (remove_files) COMPLETE
77782025-02-24T21:42:04.442Z[ recovery-image] Feb 24 21:42:02.817 INFO O| Feb 24 21:42:02.817 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-24T21:42:04.464Z[ recovery-image] Feb 24 21:42:02.839 INFO O| Feb 24 21:42:02.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77802025-02-24T21:42:04.464Z[ recovery-image] Feb 24 21:42:02.839 INFO O| Feb 24 21:42:02.839 INFO STEP 1043 (remove_files) COMPLETE
77812025-02-24T21:42:04.464Z[ recovery-image] Feb 24 21:42:02.839 INFO O| Feb 24 21:42:02.839 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-24T21:42:04.509Z[ recovery-image] Feb 24 21:42:02.873 INFO O| Feb 24 21:42:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77832025-02-24T21:42:04.509Z[ recovery-image] Feb 24 21:42:02.874 INFO O| Feb 24 21:42:02.874 INFO STEP 1044 (remove_files) COMPLETE
77842025-02-24T21:42:04.511Z[ recovery-image] Feb 24 21:42:02.874 INFO O| Feb 24 21:42:02.874 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-24T21:42:04.520Z[ recovery-image] Feb 24 21:42:02.895 INFO O| Feb 24 21:42:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77862025-02-24T21:42:04.522Z[ recovery-image] Feb 24 21:42:02.895 INFO O| Feb 24 21:42:02.895 INFO STEP 1045 (remove_files) COMPLETE
77872025-02-24T21:42:04.523Z[ recovery-image] Feb 24 21:42:02.895 INFO O| Feb 24 21:42:02.895 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-24T21:42:04.543Z[ recovery-image] Feb 24 21:42:02.917 INFO O| Feb 24 21:42:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77892025-02-24T21:42:04.543Z[ recovery-image] Feb 24 21:42:02.917 INFO O| Feb 24 21:42:02.917 INFO STEP 1046 (remove_files) COMPLETE
77902025-02-24T21:42:04.545Z[ recovery-image] Feb 24 21:42:02.918 INFO O| Feb 24 21:42:02.917 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-24T21:42:04.564Z[ recovery-image] Feb 24 21:42:02.939 INFO O| Feb 24 21:42:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77922025-02-24T21:42:04.567Z[ recovery-image] Feb 24 21:42:02.939 INFO O| Feb 24 21:42:02.939 INFO STEP 1047 (remove_files) COMPLETE
77932025-02-24T21:42:04.567Z[ recovery-image] Feb 24 21:42:02.939 INFO O| Feb 24 21:42:02.939 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-24T21:42:04.586Z[ recovery-image] Feb 24 21:42:02.960 INFO O| Feb 24 21:42:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77952025-02-24T21:42:04.588Z[ recovery-image] Feb 24 21:42:02.960 INFO O| Feb 24 21:42:02.960 INFO STEP 1048 (remove_files) COMPLETE
77962025-02-24T21:42:04.588Z[ recovery-image] Feb 24 21:42:02.961 INFO O| Feb 24 21:42:02.960 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-24T21:42:04.617Z[ recovery-image] Feb 24 21:42:02.990 INFO O| Feb 24 21:42:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77982025-02-24T21:42:04.617Z[ recovery-image] Feb 24 21:42:02.990 INFO O| Feb 24 21:42:02.990 INFO STEP 1049 (remove_files) COMPLETE
77992025-02-24T21:42:04.617Z[ recovery-image] Feb 24 21:42:02.990 INFO O| Feb 24 21:42:02.990 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-24T21:42:04.675Z[ recovery-image] Feb 24 21:42:03.049 INFO O| Feb 24 21:42:03.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78012025-02-24T21:42:04.675Z[ recovery-image] Feb 24 21:42:03.050 INFO O| Feb 24 21:42:03.049 INFO STEP 1050 (remove_files) COMPLETE
78022025-02-24T21:42:04.675Z[ recovery-image] Feb 24 21:42:03.050 INFO O| Feb 24 21:42:03.050 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-24T21:42:04.705Z[ recovery-image] Feb 24 21:42:03.079 INFO O| Feb 24 21:42:03.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78042025-02-24T21:42:04.708Z[ recovery-image] Feb 24 21:42:03.079 INFO O| Feb 24 21:42:03.079 INFO STEP 1051 (remove_files) COMPLETE
78052025-02-24T21:42:04.708Z[ recovery-image] Feb 24 21:42:03.079 INFO O| Feb 24 21:42:03.079 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-24T21:42:04.728Z[ recovery-image] Feb 24 21:42:03.102 INFO O| Feb 24 21:42:03.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78072025-02-24T21:42:04.730Z[ recovery-image] Feb 24 21:42:03.102 INFO O| Feb 24 21:42:03.102 INFO STEP 1052 (remove_files) COMPLETE
78082025-02-24T21:42:04.730Z[ recovery-image] Feb 24 21:42:03.102 INFO O| Feb 24 21:42:03.102 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-24T21:42:04.761Z[ recovery-image] Feb 24 21:42:03.135 INFO O| Feb 24 21:42:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78102025-02-24T21:42:04.761Z[ recovery-image] Feb 24 21:42:03.135 INFO O| Feb 24 21:42:03.135 INFO STEP 1053 (remove_files) COMPLETE
78112025-02-24T21:42:04.765Z[ recovery-image] Feb 24 21:42:03.135 INFO O| Feb 24 21:42:03.135 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-24T21:42:04.781Z[ recovery-image] Feb 24 21:42:03.155 INFO O| Feb 24 21:42:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78132025-02-24T21:42:04.781Z[ recovery-image] Feb 24 21:42:03.156 INFO O| Feb 24 21:42:03.155 INFO STEP 1054 (remove_files) COMPLETE
78142025-02-24T21:42:04.784Z[ recovery-image] Feb 24 21:42:03.156 INFO O| Feb 24 21:42:03.156 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-24T21:42:04.835Z[ recovery-image] Feb 24 21:42:03.209 INFO O| Feb 24 21:42:03.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78162025-02-24T21:42:04.837Z[ recovery-image] Feb 24 21:42:03.209 INFO O| Feb 24 21:42:03.209 INFO STEP 1055 (remove_files) COMPLETE
78172025-02-24T21:42:04.837Z[ recovery-image] Feb 24 21:42:03.209 INFO O| Feb 24 21:42:03.209 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-24T21:42:04.859Z[ recovery-image] Feb 24 21:42:03.233 INFO O| Feb 24 21:42:03.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78192025-02-24T21:42:04.861Z[ recovery-image] Feb 24 21:42:03.233 INFO O| Feb 24 21:42:03.233 INFO STEP 1056 (remove_files) COMPLETE
78202025-02-24T21:42:04.861Z[ recovery-image] Feb 24 21:42:03.233 INFO O| Feb 24 21:42:03.233 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-24T21:42:04.881Z[ recovery-image] Feb 24 21:42:03.255 INFO O| Feb 24 21:42:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78222025-02-24T21:42:04.881Z[ recovery-image] Feb 24 21:42:03.255 INFO O| Feb 24 21:42:03.255 INFO STEP 1057 (remove_files) COMPLETE
78232025-02-24T21:42:04.884Z[ recovery-image] Feb 24 21:42:03.255 INFO O| Feb 24 21:42:03.255 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-24T21:42:04.905Z[ recovery-image] Feb 24 21:42:03.279 INFO O| Feb 24 21:42:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78252025-02-24T21:42:04.905Z[ recovery-image] Feb 24 21:42:03.279 INFO O| Feb 24 21:42:03.279 INFO STEP 1058 (remove_files) COMPLETE
78262025-02-24T21:42:04.907Z[ recovery-image] Feb 24 21:42:03.279 INFO O| Feb 24 21:42:03.279 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-24T21:42:04.928Z[ recovery-image] Feb 24 21:42:03.301 INFO O| Feb 24 21:42:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78282025-02-24T21:42:04.928Z[ recovery-image] Feb 24 21:42:03.301 INFO O| Feb 24 21:42:03.301 INFO STEP 1059 (remove_files) COMPLETE
78292025-02-24T21:42:04.928Z[ recovery-image] Feb 24 21:42:03.301 INFO O| Feb 24 21:42:03.301 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-24T21:42:04.954Z[ recovery-image] Feb 24 21:42:03.327 INFO O| Feb 24 21:42:03.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78312025-02-24T21:42:04.954Z[ recovery-image] Feb 24 21:42:03.327 INFO O| Feb 24 21:42:03.327 INFO STEP 1060 (remove_files) COMPLETE
78322025-02-24T21:42:04.954Z[ recovery-image] Feb 24 21:42:03.327 INFO O| Feb 24 21:42:03.327 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-24T21:42:05.037Z[ recovery-image] Feb 24 21:42:03.411 INFO O| Feb 24 21:42:03.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78342025-02-24T21:42:05.037Z[ recovery-image] Feb 24 21:42:03.411 INFO O| Feb 24 21:42:03.411 INFO STEP 1061 (remove_files) COMPLETE
78352025-02-24T21:42:05.037Z[ recovery-image] Feb 24 21:42:03.411 INFO O| Feb 24 21:42:03.411 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-24T21:42:05.060Z[ recovery-image] Feb 24 21:42:03.434 INFO O| Feb 24 21:42:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78372025-02-24T21:42:05.060Z[ recovery-image] Feb 24 21:42:03.434 INFO O| Feb 24 21:42:03.434 INFO STEP 1062 (remove_files) COMPLETE
78382025-02-24T21:42:05.060Z[ recovery-image] Feb 24 21:42:03.434 INFO O| Feb 24 21:42:03.434 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-24T21:42:05.082Z[ recovery-image] Feb 24 21:42:03.456 INFO O| Feb 24 21:42:03.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78402025-02-24T21:42:05.082Z[ recovery-image] Feb 24 21:42:03.456 INFO O| Feb 24 21:42:03.456 INFO STEP 1063 (remove_files) COMPLETE
78412025-02-24T21:42:05.085Z[ recovery-image] Feb 24 21:42:03.457 INFO O| Feb 24 21:42:03.456 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-24T21:42:05.107Z[ recovery-image] Feb 24 21:42:03.479 INFO O| Feb 24 21:42:03.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78432025-02-24T21:42:05.107Z[ recovery-image] Feb 24 21:42:03.479 INFO O| Feb 24 21:42:03.479 INFO STEP 1064 (remove_files) COMPLETE
78442025-02-24T21:42:05.107Z[ recovery-image] Feb 24 21:42:03.479 INFO O| Feb 24 21:42:03.479 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-24T21:42:05.126Z[ recovery-image] Feb 24 21:42:03.501 INFO O| Feb 24 21:42:03.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78462025-02-24T21:42:05.126Z[ recovery-image] Feb 24 21:42:03.501 INFO O| Feb 24 21:42:03.501 INFO STEP 1065 (remove_files) COMPLETE
78472025-02-24T21:42:05.126Z[ recovery-image] Feb 24 21:42:03.501 INFO O| Feb 24 21:42:03.501 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-24T21:42:05.151Z[ recovery-image] Feb 24 21:42:03.524 INFO O| Feb 24 21:42:03.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78492025-02-24T21:42:05.151Z[ recovery-image] Feb 24 21:42:03.524 INFO O| Feb 24 21:42:03.524 INFO STEP 1066 (remove_files) COMPLETE
78502025-02-24T21:42:05.151Z[ recovery-image] Feb 24 21:42:03.524 INFO O| Feb 24 21:42:03.524 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-24T21:42:05.174Z[ recovery-image] Feb 24 21:42:03.547 INFO O| Feb 24 21:42:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78522025-02-24T21:42:05.174Z[ recovery-image] Feb 24 21:42:03.547 INFO O| Feb 24 21:42:03.547 INFO STEP 1067 (remove_files) COMPLETE
78532025-02-24T21:42:05.174Z[ recovery-image] Feb 24 21:42:03.547 INFO O| Feb 24 21:42:03.547 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-24T21:42:05.195Z[ recovery-image] Feb 24 21:42:03.569 INFO O| Feb 24 21:42:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78552025-02-24T21:42:05.195Z[ recovery-image] Feb 24 21:42:03.569 INFO O| Feb 24 21:42:03.569 INFO STEP 1068 (remove_files) COMPLETE
78562025-02-24T21:42:05.198Z[ recovery-image] Feb 24 21:42:03.569 INFO O| Feb 24 21:42:03.569 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-24T21:42:05.240Z[ recovery-image] Feb 24 21:42:03.614 INFO O| Feb 24 21:42:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78582025-02-24T21:42:05.240Z[ recovery-image] Feb 24 21:42:03.614 INFO O| Feb 24 21:42:03.614 INFO STEP 1069 (remove_files) COMPLETE
78592025-02-24T21:42:05.242Z[ recovery-image] Feb 24 21:42:03.614 INFO O| Feb 24 21:42:03.614 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-24T21:42:05.333Z[ recovery-image] Feb 24 21:42:03.707 INFO O| Feb 24 21:42:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78612025-02-24T21:42:05.333Z[ recovery-image] Feb 24 21:42:03.707 INFO O| Feb 24 21:42:03.707 INFO STEP 1070 (remove_files) COMPLETE
78622025-02-24T21:42:05.333Z[ recovery-image] Feb 24 21:42:03.707 INFO O| Feb 24 21:42:03.707 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-24T21:42:05.356Z[ recovery-image] Feb 24 21:42:03.730 INFO O| Feb 24 21:42:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78642025-02-24T21:42:05.356Z[ recovery-image] Feb 24 21:42:03.730 INFO O| Feb 24 21:42:03.730 INFO STEP 1071 (remove_files) COMPLETE
78652025-02-24T21:42:05.356Z[ recovery-image] Feb 24 21:42:03.730 INFO O| Feb 24 21:42:03.730 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-24T21:42:05.377Z[ recovery-image] Feb 24 21:42:03.752 INFO O| Feb 24 21:42:03.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78672025-02-24T21:42:05.378Z[ recovery-image] Feb 24 21:42:03.752 INFO O| Feb 24 21:42:03.752 INFO STEP 1072 (remove_files) COMPLETE
78682025-02-24T21:42:05.378Z[ recovery-image] Feb 24 21:42:03.752 INFO O| Feb 24 21:42:03.752 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-02-24T21:42:05.400Z[ recovery-image] Feb 24 21:42:03.774 INFO O| Feb 24 21:42:03.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78702025-02-24T21:42:05.403Z[ recovery-image] Feb 24 21:42:03.774 INFO O| Feb 24 21:42:03.774 INFO STEP 1073 (remove_files) COMPLETE
78712025-02-24T21:42:05.403Z[ recovery-image] Feb 24 21:42:03.774 INFO O| Feb 24 21:42:03.774 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-02-24T21:42:05.423Z[ recovery-image] Feb 24 21:42:03.797 INFO O| Feb 24 21:42:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78732025-02-24T21:42:05.423Z[ recovery-image] Feb 24 21:42:03.797 INFO O| Feb 24 21:42:03.797 INFO STEP 1074 (remove_files) COMPLETE
78742025-02-24T21:42:05.423Z[ recovery-image] Feb 24 21:42:03.797 INFO O| Feb 24 21:42:03.797 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-02-24T21:42:05.455Z[ recovery-image] Feb 24 21:42:03.829 INFO O| Feb 24 21:42:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78762025-02-24T21:42:05.455Z[ recovery-image] Feb 24 21:42:03.830 INFO O| Feb 24 21:42:03.829 INFO STEP 1075 (remove_files) COMPLETE
78772025-02-24T21:42:05.455Z[ recovery-image] Feb 24 21:42:03.830 INFO O| Feb 24 21:42:03.830 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-24T21:42:05.478Z[ recovery-image] Feb 24 21:42:03.852 INFO O| Feb 24 21:42:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78792025-02-24T21:42:05.478Z[ recovery-image] Feb 24 21:42:03.852 INFO O| Feb 24 21:42:03.852 INFO STEP 1076 (remove_files) COMPLETE
78802025-02-24T21:42:05.481Z[ recovery-image] Feb 24 21:42:03.852 INFO O| Feb 24 21:42:03.852 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-24T21:42:05.515Z[ recovery-image] Feb 24 21:42:03.889 INFO O| Feb 24 21:42:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78822025-02-24T21:42:05.515Z[ recovery-image] Feb 24 21:42:03.890 INFO O| Feb 24 21:42:03.889 INFO STEP 1077 (remove_files) COMPLETE
78832025-02-24T21:42:05.516Z[ recovery-image] Feb 24 21:42:03.890 INFO O| Feb 24 21:42:03.890 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-24T21:42:05.542Z[ recovery-image] Feb 24 21:42:03.916 INFO O| Feb 24 21:42:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78852025-02-24T21:42:05.546Z[ recovery-image] Feb 24 21:42:03.917 INFO O| Feb 24 21:42:03.916 INFO STEP 1078 (remove_files) COMPLETE
78862025-02-24T21:42:05.546Z[ recovery-image] Feb 24 21:42:03.917 INFO O| Feb 24 21:42:03.917 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-24T21:42:05.565Z[ recovery-image] Feb 24 21:42:03.939 INFO O| Feb 24 21:42:03.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78882025-02-24T21:42:05.574Z[ recovery-image] Feb 24 21:42:03.939 INFO O| Feb 24 21:42:03.939 INFO STEP 1079 (remove_files) COMPLETE
78892025-02-24T21:42:05.574Z[ recovery-image] Feb 24 21:42:03.939 INFO O| Feb 24 21:42:03.939 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-24T21:42:05.589Z[ recovery-image] Feb 24 21:42:03.962 INFO O| Feb 24 21:42:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78912025-02-24T21:42:05.592Z[ recovery-image] Feb 24 21:42:03.962 INFO O| Feb 24 21:42:03.962 INFO STEP 1080 (remove_files) COMPLETE
78922025-02-24T21:42:05.592Z[ recovery-image] Feb 24 21:42:03.962 INFO O| Feb 24 21:42:03.962 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-02-24T21:42:05.611Z[ recovery-image] Feb 24 21:42:03.985 INFO O| Feb 24 21:42:03.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78942025-02-24T21:42:05.614Z[ recovery-image] Feb 24 21:42:03.985 INFO O| Feb 24 21:42:03.985 INFO STEP 1081 (remove_files) COMPLETE
78952025-02-24T21:42:05.614Z[ recovery-image] Feb 24 21:42:03.985 INFO O| Feb 24 21:42:03.985 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-02-24T21:42:05.654Z[ recovery-image] Feb 24 21:42:04.028 INFO O| Feb 24 21:42:04.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78972025-02-24T21:42:05.654Z[ recovery-image] Feb 24 21:42:04.028 INFO O| Feb 24 21:42:04.028 INFO STEP 1082 (remove_files) COMPLETE
78982025-02-24T21:42:05.658Z[ recovery-image] Feb 24 21:42:04.029 INFO O| Feb 24 21:42:04.028 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-02-24T21:42:05.703Z[ recovery-image] Feb 24 21:42:04.077 INFO O| Feb 24 21:42:04.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79002025-02-24T21:42:05.703Z[ recovery-image] Feb 24 21:42:04.077 INFO O| Feb 24 21:42:04.077 INFO STEP 1083 (remove_files) COMPLETE
79012025-02-24T21:42:05.706Z[ recovery-image] Feb 24 21:42:04.077 INFO O| Feb 24 21:42:04.077 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-02-24T21:42:05.767Z[ recovery-image] Feb 24 21:42:04.141 INFO O| Feb 24 21:42:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79032025-02-24T21:42:05.767Z[ recovery-image] Feb 24 21:42:04.141 INFO O| Feb 24 21:42:04.141 INFO STEP 1084 (remove_files) COMPLETE
79042025-02-24T21:42:05.770Z[ recovery-image] Feb 24 21:42:04.141 INFO O| Feb 24 21:42:04.141 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-02-24T21:42:05.788Z[ recovery-image] Feb 24 21:42:04.162 INFO O| Feb 24 21:42:04.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79062025-02-24T21:42:05.791Z[ recovery-image] Feb 24 21:42:04.162 INFO O| Feb 24 21:42:04.162 INFO STEP 1085 (remove_files) COMPLETE
79072025-02-24T21:42:05.791Z[ recovery-image] Feb 24 21:42:04.162 INFO O| Feb 24 21:42:04.162 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-02-24T21:42:05.830Z[ recovery-image] Feb 24 21:42:04.204 INFO O| Feb 24 21:42:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79092025-02-24T21:42:05.833Z[ recovery-image] Feb 24 21:42:04.204 INFO O| Feb 24 21:42:04.204 INFO STEP 1086 (remove_files) COMPLETE
79102025-02-24T21:42:05.833Z[ recovery-image] Feb 24 21:42:04.204 INFO O| Feb 24 21:42:04.204 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-02-24T21:42:05.888Z[ recovery-image] Feb 24 21:42:04.261 INFO O| Feb 24 21:42:04.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79122025-02-24T21:42:05.888Z[ recovery-image] Feb 24 21:42:04.262 INFO O| Feb 24 21:42:04.261 INFO STEP 1087 (remove_files) COMPLETE
79132025-02-24T21:42:05.888Z[ recovery-image] Feb 24 21:42:04.262 INFO O| Feb 24 21:42:04.261 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-24T21:42:05.911Z[ recovery-image] Feb 24 21:42:04.285 INFO O| Feb 24 21:42:04.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79152025-02-24T21:42:05.911Z[ recovery-image] Feb 24 21:42:04.285 INFO O| Feb 24 21:42:04.285 INFO STEP 1088 (remove_files) COMPLETE
79162025-02-24T21:42:05.914Z[ recovery-image] Feb 24 21:42:04.285 INFO O| Feb 24 21:42:04.285 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-24T21:42:05.989Z[ recovery-image] Feb 24 21:42:04.363 INFO O| Feb 24 21:42:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79182025-02-24T21:42:05.989Z[ recovery-image] Feb 24 21:42:04.363 INFO O| Feb 24 21:42:04.363 INFO STEP 1089 (remove_files) COMPLETE
79192025-02-24T21:42:05.989Z[ recovery-image] Feb 24 21:42:04.363 INFO O| Feb 24 21:42:04.363 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-24T21:42:06.033Z[ recovery-image] Feb 24 21:42:04.405 INFO O| Feb 24 21:42:04.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79212025-02-24T21:42:06.033Z[ recovery-image] Feb 24 21:42:04.406 INFO O| Feb 24 21:42:04.405 INFO STEP 1090 (remove_files) COMPLETE
79222025-02-24T21:42:06.033Z[ recovery-image] Feb 24 21:42:04.406 INFO O| Feb 24 21:42:04.406 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-24T21:42:06.053Z[ recovery-image] Feb 24 21:42:04.427 INFO O| Feb 24 21:42:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79242025-02-24T21:42:06.056Z[ recovery-image] Feb 24 21:42:04.427 INFO O| Feb 24 21:42:04.427 INFO STEP 1091 (remove_files) COMPLETE
79252025-02-24T21:42:06.056Z[ recovery-image] Feb 24 21:42:04.428 INFO O| Feb 24 21:42:04.427 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-24T21:42:06.076Z[ recovery-image] Feb 24 21:42:04.450 INFO O| Feb 24 21:42:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79272025-02-24T21:42:06.078Z[ recovery-image] Feb 24 21:42:04.450 INFO O| Feb 24 21:42:04.450 INFO STEP 1092 (remove_files) COMPLETE
79282025-02-24T21:42:06.079Z[ recovery-image] Feb 24 21:42:04.450 INFO O| Feb 24 21:42:04.450 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-24T21:42:06.131Z[ recovery-image] Feb 24 21:42:04.505 INFO O| Feb 24 21:42:04.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79302025-02-24T21:42:06.131Z[ recovery-image] Feb 24 21:42:04.505 INFO O| Feb 24 21:42:04.505 INFO STEP 1093 (remove_files) COMPLETE
79312025-02-24T21:42:06.134Z[ recovery-image] Feb 24 21:42:04.505 INFO O| Feb 24 21:42:04.505 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-24T21:42:06.169Z[ recovery-image] Feb 24 21:42:04.543 INFO O| Feb 24 21:42:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79332025-02-24T21:42:06.169Z[ recovery-image] Feb 24 21:42:04.543 INFO O| Feb 24 21:42:04.543 INFO STEP 1094 (remove_files) COMPLETE
79342025-02-24T21:42:06.171Z[ recovery-image] Feb 24 21:42:04.543 INFO O| Feb 24 21:42:04.543 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-24T21:42:06.191Z[ recovery-image] Feb 24 21:42:04.565 INFO O| Feb 24 21:42:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79362025-02-24T21:42:06.191Z[ recovery-image] Feb 24 21:42:04.565 INFO O| Feb 24 21:42:04.565 INFO STEP 1095 (remove_files) COMPLETE
79372025-02-24T21:42:06.194Z[ recovery-image] Feb 24 21:42:04.565 INFO O| Feb 24 21:42:04.565 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-24T21:42:06.239Z[ recovery-image] Feb 24 21:42:04.613 INFO O| Feb 24 21:42:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79392025-02-24T21:42:06.239Z[ recovery-image] Feb 24 21:42:04.613 INFO O| Feb 24 21:42:04.613 INFO STEP 1096 (remove_files) COMPLETE
79402025-02-24T21:42:06.242Z[ recovery-image] Feb 24 21:42:04.613 INFO O| Feb 24 21:42:04.613 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-24T21:42:06.262Z[ recovery-image] Feb 24 21:42:04.635 INFO O| Feb 24 21:42:04.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79422025-02-24T21:42:06.262Z[ recovery-image] Feb 24 21:42:04.636 INFO O| Feb 24 21:42:04.636 INFO STEP 1097 (remove_files) COMPLETE
79432025-02-24T21:42:06.264Z[ recovery-image] Feb 24 21:42:04.636 INFO O| Feb 24 21:42:04.636 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-24T21:42:06.286Z[ recovery-image] Feb 24 21:42:04.660 INFO O| Feb 24 21:42:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79452025-02-24T21:42:06.287Z[ recovery-image] Feb 24 21:42:04.660 INFO O| Feb 24 21:42:04.660 INFO STEP 1098 (remove_files) COMPLETE
79462025-02-24T21:42:06.289Z[ recovery-image] Feb 24 21:42:04.660 INFO O| Feb 24 21:42:04.660 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-02-24T21:42:06.308Z[ recovery-image] Feb 24 21:42:04.682 INFO O| Feb 24 21:42:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79482025-02-24T21:42:06.308Z[ recovery-image] Feb 24 21:42:04.682 INFO O| Feb 24 21:42:04.682 INFO STEP 1099 (remove_files) COMPLETE
79492025-02-24T21:42:06.311Z[ recovery-image] Feb 24 21:42:04.682 INFO O| Feb 24 21:42:04.682 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-02-24T21:42:06.329Z[ recovery-image] Feb 24 21:42:04.703 INFO O| Feb 24 21:42:04.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79512025-02-24T21:42:06.329Z[ recovery-image] Feb 24 21:42:04.703 INFO O| Feb 24 21:42:04.703 INFO STEP 1100 (remove_files) COMPLETE
79522025-02-24T21:42:06.333Z[ recovery-image] Feb 24 21:42:04.703 INFO O| Feb 24 21:42:04.703 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-02-24T21:42:06.351Z[ recovery-image] Feb 24 21:42:04.725 INFO O| Feb 24 21:42:04.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79542025-02-24T21:42:06.351Z[ recovery-image] Feb 24 21:42:04.725 INFO O| Feb 24 21:42:04.725 INFO STEP 1101 (remove_files) COMPLETE
79552025-02-24T21:42:06.351Z[ recovery-image] Feb 24 21:42:04.725 INFO O| Feb 24 21:42:04.725 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-02-24T21:42:06.373Z[ recovery-image] Feb 24 21:42:04.746 INFO O| Feb 24 21:42:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79572025-02-24T21:42:06.373Z[ recovery-image] Feb 24 21:42:04.746 INFO O| Feb 24 21:42:04.746 INFO STEP 1102 (remove_files) COMPLETE
79582025-02-24T21:42:06.377Z[ recovery-image] Feb 24 21:42:04.746 INFO O| Feb 24 21:42:04.746 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-02-24T21:42:06.412Z[ recovery-image] Feb 24 21:42:04.786 INFO O| Feb 24 21:42:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79602025-02-24T21:42:06.412Z[ recovery-image] Feb 24 21:42:04.786 INFO O| Feb 24 21:42:04.786 INFO STEP 1103 (remove_files) COMPLETE
79612025-02-24T21:42:06.412Z[ recovery-image] Feb 24 21:42:04.786 INFO O| Feb 24 21:42:04.786 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-02-24T21:42:06.507Z[ recovery-image] Feb 24 21:42:04.881 INFO O| Feb 24 21:42:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79632025-02-24T21:42:06.507Z[ recovery-image] Feb 24 21:42:04.881 INFO O| Feb 24 21:42:04.881 INFO STEP 1104 (remove_files) COMPLETE
79642025-02-24T21:42:06.510Z[ recovery-image] Feb 24 21:42:04.881 INFO O| Feb 24 21:42:04.881 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-02-24T21:42:06.567Z[ recovery-image] Feb 24 21:42:04.941 INFO O| Feb 24 21:42:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79662025-02-24T21:42:06.567Z[ recovery-image] Feb 24 21:42:04.941 INFO O| Feb 24 21:42:04.941 INFO STEP 1105 (remove_files) COMPLETE
79672025-02-24T21:42:06.567Z[ recovery-image] Feb 24 21:42:04.941 INFO O| Feb 24 21:42:04.941 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-02-24T21:42:06.591Z[ recovery-image] Feb 24 21:42:04.965 INFO O| Feb 24 21:42:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79692025-02-24T21:42:06.591Z[ recovery-image] Feb 24 21:42:04.965 INFO O| Feb 24 21:42:04.965 INFO STEP 1106 (remove_files) COMPLETE
79702025-02-24T21:42:06.596Z[ recovery-image] Feb 24 21:42:04.965 INFO O| Feb 24 21:42:04.965 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-02-24T21:42:06.613Z[ recovery-image] Feb 24 21:42:04.987 INFO O| Feb 24 21:42:04.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79722025-02-24T21:42:06.613Z[ recovery-image] Feb 24 21:42:04.987 INFO O| Feb 24 21:42:04.987 INFO STEP 1107 (remove_files) COMPLETE
79732025-02-24T21:42:06.616Z[ recovery-image] Feb 24 21:42:04.987 INFO O| Feb 24 21:42:04.987 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-02-24T21:42:06.642Z[ recovery-image] Feb 24 21:42:05.016 INFO O| Feb 24 21:42:05.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79752025-02-24T21:42:06.645Z[ recovery-image] Feb 24 21:42:05.016 INFO O| Feb 24 21:42:05.016 INFO STEP 1108 (remove_files) COMPLETE
79762025-02-24T21:42:06.645Z[ recovery-image] Feb 24 21:42:05.016 INFO O| Feb 24 21:42:05.016 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-02-24T21:42:06.665Z[ recovery-image] Feb 24 21:42:05.038 INFO O| Feb 24 21:42:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79782025-02-24T21:42:06.668Z[ recovery-image] Feb 24 21:42:05.039 INFO O| Feb 24 21:42:05.039 INFO STEP 1109 (remove_files) COMPLETE
79792025-02-24T21:42:06.668Z[ recovery-image] Feb 24 21:42:05.039 INFO O| Feb 24 21:42:05.039 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-02-24T21:42:06.687Z[ recovery-image] Feb 24 21:42:05.061 INFO O| Feb 24 21:42:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79812025-02-24T21:42:06.690Z[ recovery-image] Feb 24 21:42:05.061 INFO O| Feb 24 21:42:05.061 INFO STEP 1110 (remove_files) COMPLETE
79822025-02-24T21:42:06.690Z[ recovery-image] Feb 24 21:42:05.061 INFO O| Feb 24 21:42:05.061 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-02-24T21:42:06.711Z[ recovery-image] Feb 24 21:42:05.084 INFO O| Feb 24 21:42:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79842025-02-24T21:42:06.711Z[ recovery-image] Feb 24 21:42:05.084 INFO O| Feb 24 21:42:05.084 INFO STEP 1111 (remove_files) COMPLETE
79852025-02-24T21:42:06.713Z[ recovery-image] Feb 24 21:42:05.084 INFO O| Feb 24 21:42:05.084 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-02-24T21:42:06.734Z[ recovery-image] Feb 24 21:42:05.107 INFO O| Feb 24 21:42:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79872025-02-24T21:42:06.734Z[ recovery-image] Feb 24 21:42:05.107 INFO O| Feb 24 21:42:05.107 INFO STEP 1112 (remove_files) COMPLETE
79882025-02-24T21:42:06.734Z[ recovery-image] Feb 24 21:42:05.107 INFO O| Feb 24 21:42:05.107 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-02-24T21:42:06.770Z[ recovery-image] Feb 24 21:42:05.144 INFO O| Feb 24 21:42:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79902025-02-24T21:42:06.773Z[ recovery-image] Feb 24 21:42:05.144 INFO O| Feb 24 21:42:05.144 INFO STEP 1113 (remove_files) COMPLETE
79912025-02-24T21:42:06.773Z[ recovery-image] Feb 24 21:42:05.144 INFO O| Feb 24 21:42:05.144 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-02-24T21:42:06.791Z[ recovery-image] Feb 24 21:42:05.165 INFO O| Feb 24 21:42:05.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79932025-02-24T21:42:06.791Z[ recovery-image] Feb 24 21:42:05.165 INFO O| Feb 24 21:42:05.165 INFO STEP 1114 (remove_files) COMPLETE
79942025-02-24T21:42:06.794Z[ recovery-image] Feb 24 21:42:05.165 INFO O| Feb 24 21:42:05.165 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-02-24T21:42:06.825Z[ recovery-image] Feb 24 21:42:05.198 INFO O| Feb 24 21:42:05.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79962025-02-24T21:42:06.828Z[ recovery-image] Feb 24 21:42:05.199 INFO O| Feb 24 21:42:05.199 INFO STEP 1115 (remove_files) COMPLETE
79972025-02-24T21:42:06.828Z[ recovery-image] Feb 24 21:42:05.199 INFO O| Feb 24 21:42:05.199 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-02-24T21:42:06.876Z[ recovery-image] Feb 24 21:42:05.248 INFO O| Feb 24 21:42:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79992025-02-24T21:42:06.876Z[ recovery-image] Feb 24 21:42:05.248 INFO O| Feb 24 21:42:05.248 INFO STEP 1116 (remove_files) COMPLETE
80002025-02-24T21:42:06.879Z[ recovery-image] Feb 24 21:42:05.248 INFO O| Feb 24 21:42:05.248 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-02-24T21:42:06.913Z[ recovery-image] Feb 24 21:42:05.286 INFO O| Feb 24 21:42:05.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80022025-02-24T21:42:06.916Z[ recovery-image] Feb 24 21:42:05.286 INFO O| Feb 24 21:42:05.286 INFO STEP 1117 (remove_files) COMPLETE
80032025-02-24T21:42:06.916Z[ recovery-image] Feb 24 21:42:05.286 INFO O| Feb 24 21:42:05.286 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-02-24T21:42:06.935Z[ recovery-image] Feb 24 21:42:05.308 INFO O| Feb 24 21:42:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80052025-02-24T21:42:06.935Z[ recovery-image] Feb 24 21:42:05.308 INFO O| Feb 24 21:42:05.308 INFO STEP 1118 (remove_files) COMPLETE
80062025-02-24T21:42:06.938Z[ recovery-image] Feb 24 21:42:05.308 INFO O| Feb 24 21:42:05.308 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-02-24T21:42:06.956Z[ recovery-image] Feb 24 21:42:05.329 INFO O| Feb 24 21:42:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80082025-02-24T21:42:06.956Z[ recovery-image] Feb 24 21:42:05.329 INFO O| Feb 24 21:42:05.329 INFO STEP 1119 (remove_files) COMPLETE
80092025-02-24T21:42:06.956Z[ recovery-image] Feb 24 21:42:05.329 INFO O| Feb 24 21:42:05.329 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-02-24T21:42:06.978Z[ recovery-image] Feb 24 21:42:05.350 INFO O| Feb 24 21:42:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80112025-02-24T21:42:06.978Z[ recovery-image] Feb 24 21:42:05.350 INFO O| Feb 24 21:42:05.350 INFO STEP 1120 (remove_files) COMPLETE
80122025-02-24T21:42:06.981Z[ recovery-image] Feb 24 21:42:05.350 INFO O| Feb 24 21:42:05.350 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-02-24T21:42:06.998Z[ recovery-image] Feb 24 21:42:05.372 INFO O| Feb 24 21:42:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80142025-02-24T21:42:06.998Z[ recovery-image] Feb 24 21:42:05.372 INFO O| Feb 24 21:42:05.372 INFO STEP 1121 (remove_files) COMPLETE
80152025-02-24T21:42:06.998Z[ recovery-image] Feb 24 21:42:05.372 INFO O| Feb 24 21:42:05.372 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-02-24T21:42:07.025Z[ recovery-image] Feb 24 21:42:05.397 INFO O| Feb 24 21:42:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80172025-02-24T21:42:07.026Z[ recovery-image] Feb 24 21:42:05.397 INFO O| Feb 24 21:42:05.397 INFO STEP 1122 (remove_files) COMPLETE
80182025-02-24T21:42:07.026Z[ recovery-image] Feb 24 21:42:05.397 INFO O| Feb 24 21:42:05.397 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-02-24T21:42:07.046Z[ recovery-image] Feb 24 21:42:05.419 INFO O| Feb 24 21:42:05.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80202025-02-24T21:42:07.046Z[ recovery-image] Feb 24 21:42:05.420 INFO O| Feb 24 21:42:05.419 INFO STEP 1123 (remove_files) COMPLETE
80212025-02-24T21:42:07.050Z[ recovery-image] Feb 24 21:42:05.420 INFO O| Feb 24 21:42:05.420 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-02-24T21:42:07.068Z[ recovery-image] Feb 24 21:42:05.441 INFO O| Feb 24 21:42:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80232025-02-24T21:42:07.068Z[ recovery-image] Feb 24 21:42:05.441 INFO O| Feb 24 21:42:05.441 INFO STEP 1124 (remove_files) COMPLETE
80242025-02-24T21:42:07.068Z[ recovery-image] Feb 24 21:42:05.441 INFO O| Feb 24 21:42:05.441 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-02-24T21:42:07.126Z[ recovery-image] Feb 24 21:42:05.493 INFO O| Feb 24 21:42:05.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80262025-02-24T21:42:07.127Z[ recovery-image] Feb 24 21:42:05.493 INFO O| Feb 24 21:42:05.493 INFO STEP 1125 (remove_files) COMPLETE
80272025-02-24T21:42:07.127Z[ recovery-image] Feb 24 21:42:05.493 INFO O| Feb 24 21:42:05.493 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-02-24T21:42:07.345Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
80292025-02-24T21:42:07.408Z[ recovery-image] Feb 24 21:42:05.781 INFO O| Feb 24 21:42:05.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80302025-02-24T21:42:07.408Z[ recovery-image] Feb 24 21:42:05.782 INFO O| Feb 24 21:42:05.782 INFO STEP 1126 (remove_files) COMPLETE
80312025-02-24T21:42:07.411Z[ recovery-image] Feb 24 21:42:05.782 INFO O| Feb 24 21:42:05.782 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322025-02-24T21:42:07.431Z[ recovery-image] Feb 24 21:42:05.803 INFO O| Feb 24 21:42:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80332025-02-24T21:42:07.432Z[ recovery-image] Feb 24 21:42:05.803 INFO O| Feb 24 21:42:05.803 INFO STEP 1127 (remove_files) COMPLETE
80342025-02-24T21:42:07.432Z[ recovery-image] Feb 24 21:42:05.803 INFO O| Feb 24 21:42:05.803 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352025-02-24T21:42:07.451Z[ recovery-image] Feb 24 21:42:05.823 INFO O| Feb 24 21:42:05.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80362025-02-24T21:42:07.455Z[ recovery-image] Feb 24 21:42:05.823 INFO O| Feb 24 21:42:05.823 INFO STEP 1128 (remove_files) COMPLETE
80372025-02-24T21:42:07.455Z[ recovery-image] Feb 24 21:42:05.823 INFO O| Feb 24 21:42:05.823 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382025-02-24T21:42:07.476Z[ recovery-image] Feb 24 21:42:05.844 INFO O| Feb 24 21:42:05.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80392025-02-24T21:42:07.476Z[ recovery-image] Feb 24 21:42:05.844 INFO O| Feb 24 21:42:05.844 INFO STEP 1129 (remove_files) COMPLETE
80402025-02-24T21:42:07.476Z[ recovery-image] Feb 24 21:42:05.844 INFO O| Feb 24 21:42:05.844 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412025-02-24T21:42:07.502Z[ recovery-image] Feb 24 21:42:05.875 INFO O| Feb 24 21:42:05.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80422025-02-24T21:42:07.505Z[ recovery-image] Feb 24 21:42:05.875 INFO O| Feb 24 21:42:05.875 INFO STEP 1130 (remove_files) COMPLETE
80432025-02-24T21:42:07.505Z[ recovery-image] Feb 24 21:42:05.876 INFO O| Feb 24 21:42:05.875 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442025-02-24T21:42:07.525Z[ recovery-image] Feb 24 21:42:05.898 INFO O| Feb 24 21:42:05.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80452025-02-24T21:42:07.525Z[ recovery-image] Feb 24 21:42:05.898 INFO O| Feb 24 21:42:05.898 INFO STEP 1131 (remove_files) COMPLETE
80462025-02-24T21:42:07.525Z[ recovery-image] Feb 24 21:42:05.898 INFO O| Feb 24 21:42:05.898 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472025-02-24T21:42:07.567Z[ recovery-image] Feb 24 21:42:05.941 INFO O| Feb 24 21:42:05.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80482025-02-24T21:42:07.570Z[ recovery-image] Feb 24 21:42:05.941 INFO O| Feb 24 21:42:05.941 INFO STEP 1132 (remove_files) COMPLETE
80492025-02-24T21:42:07.570Z[ recovery-image] Feb 24 21:42:05.941 INFO O| Feb 24 21:42:05.941 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502025-02-24T21:42:07.602Z[ recovery-image] Feb 24 21:42:05.974 INFO O| Feb 24 21:42:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80512025-02-24T21:42:07.603Z[ recovery-image] Feb 24 21:42:05.975 INFO O| Feb 24 21:42:05.975 INFO STEP 1133 (remove_files) COMPLETE
80522025-02-24T21:42:07.603Z[ recovery-image] Feb 24 21:42:05.975 INFO O| Feb 24 21:42:05.975 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-02-24T21:42:07.663Z[ recovery-image] Feb 24 21:42:06.036 INFO O| Feb 24 21:42:06.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80542025-02-24T21:42:07.663Z[ recovery-image] Feb 24 21:42:06.036 INFO O| Feb 24 21:42:06.036 INFO STEP 1134 (remove_files) COMPLETE
80552025-02-24T21:42:07.663Z[ recovery-image] Feb 24 21:42:06.036 INFO O| Feb 24 21:42:06.036 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-02-24T21:42:07.685Z[ recovery-image] Feb 24 21:42:06.058 INFO O| Feb 24 21:42:06.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80572025-02-24T21:42:07.685Z[ recovery-image] Feb 24 21:42:06.059 INFO O| Feb 24 21:42:06.058 INFO STEP 1135 (remove_files) COMPLETE
80582025-02-24T21:42:07.685Z[ recovery-image] Feb 24 21:42:06.059 INFO O| Feb 24 21:42:06.058 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592025-02-24T21:42:07.711Z[ recovery-image] Feb 24 21:42:06.083 INFO O| Feb 24 21:42:06.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80602025-02-24T21:42:07.716Z[ recovery-image] Feb 24 21:42:06.084 INFO O| Feb 24 21:42:06.084 INFO STEP 1136 (remove_files) COMPLETE
80612025-02-24T21:42:07.716Z[ recovery-image] Feb 24 21:42:06.084 INFO O| Feb 24 21:42:06.084 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-02-24T21:42:07.736Z[ recovery-image] Feb 24 21:42:06.106 INFO O| Feb 24 21:42:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80632025-02-24T21:42:07.741Z[ recovery-image] Feb 24 21:42:06.107 INFO O| Feb 24 21:42:06.107 INFO STEP 1137 (remove_files) COMPLETE
80642025-02-24T21:42:07.741Z[ recovery-image] Feb 24 21:42:06.107 INFO O| Feb 24 21:42:06.107 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652025-02-24T21:42:07.767Z[ recovery-image] Feb 24 21:42:06.139 INFO O| Feb 24 21:42:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80662025-02-24T21:42:07.767Z[ recovery-image] Feb 24 21:42:06.139 INFO O| Feb 24 21:42:06.139 INFO STEP 1138 (remove_files) COMPLETE
80672025-02-24T21:42:07.768Z[ recovery-image] Feb 24 21:42:06.139 INFO O| Feb 24 21:42:06.139 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682025-02-24T21:42:07.813Z[ recovery-image] Feb 24 21:42:06.186 INFO O| Feb 24 21:42:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80692025-02-24T21:42:07.814Z[ recovery-image] Feb 24 21:42:06.186 INFO O| Feb 24 21:42:06.186 INFO STEP 1139 (remove_files) COMPLETE
80702025-02-24T21:42:07.817Z[ recovery-image] Feb 24 21:42:06.186 INFO O| Feb 24 21:42:06.186 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712025-02-24T21:42:07.858Z[ recovery-image] Feb 24 21:42:06.231 INFO O| Feb 24 21:42:06.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80722025-02-24T21:42:07.858Z[ recovery-image] Feb 24 21:42:06.232 INFO O| Feb 24 21:42:06.231 INFO STEP 1140 (remove_files) COMPLETE
80732025-02-24T21:42:07.858Z[ recovery-image] Feb 24 21:42:06.232 INFO O| Feb 24 21:42:06.232 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742025-02-24T21:42:07.880Z[ recovery-image] Feb 24 21:42:06.254 INFO O| Feb 24 21:42:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80752025-02-24T21:42:07.880Z[ recovery-image] Feb 24 21:42:06.254 INFO O| Feb 24 21:42:06.254 INFO STEP 1141 (remove_files) COMPLETE
80762025-02-24T21:42:07.880Z[ recovery-image] Feb 24 21:42:06.254 INFO O| Feb 24 21:42:06.254 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772025-02-24T21:42:07.905Z[ recovery-image] Feb 24 21:42:06.278 INFO O| Feb 24 21:42:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80782025-02-24T21:42:07.905Z[ recovery-image] Feb 24 21:42:06.278 INFO O| Feb 24 21:42:06.278 INFO STEP 1142 (remove_files) COMPLETE
80792025-02-24T21:42:07.905Z[ recovery-image] Feb 24 21:42:06.278 INFO O| Feb 24 21:42:06.278 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802025-02-24T21:42:07.930Z[ recovery-image] Feb 24 21:42:06.303 INFO O| Feb 24 21:42:06.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80812025-02-24T21:42:07.930Z[ recovery-image] Feb 24 21:42:06.303 INFO O| Feb 24 21:42:06.303 INFO STEP 1143 (remove_files) COMPLETE
80822025-02-24T21:42:07.933Z[ recovery-image] Feb 24 21:42:06.304 INFO O| Feb 24 21:42:06.303 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832025-02-24T21:42:07.954Z[ recovery-image] Feb 24 21:42:06.328 INFO O| Feb 24 21:42:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80842025-02-24T21:42:07.954Z[ recovery-image] Feb 24 21:42:06.328 INFO O| Feb 24 21:42:06.328 INFO STEP 1144 (remove_files) COMPLETE
80852025-02-24T21:42:07.954Z[ recovery-image] Feb 24 21:42:06.328 INFO O| Feb 24 21:42:06.328 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862025-02-24T21:42:07.978Z[ recovery-image] Feb 24 21:42:06.350 INFO O| Feb 24 21:42:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80872025-02-24T21:42:07.978Z[ recovery-image] Feb 24 21:42:06.350 INFO O| Feb 24 21:42:06.350 INFO STEP 1145 (remove_files) COMPLETE
80882025-02-24T21:42:07.979Z[ recovery-image] Feb 24 21:42:06.350 INFO O| Feb 24 21:42:06.350 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892025-02-24T21:42:08.061Z[ recovery-image] Feb 24 21:42:06.434 INFO O| Feb 24 21:42:06.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80902025-02-24T21:42:08.061Z[ recovery-image] Feb 24 21:42:06.434 INFO O| Feb 24 21:42:06.434 INFO STEP 1146 (remove_files) COMPLETE
80912025-02-24T21:42:08.061Z[ recovery-image] Feb 24 21:42:06.434 INFO O| Feb 24 21:42:06.434 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922025-02-24T21:42:08.084Z[ recovery-image] Feb 24 21:42:06.456 INFO O| Feb 24 21:42:06.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80932025-02-24T21:42:08.084Z[ recovery-image] Feb 24 21:42:06.456 INFO O| Feb 24 21:42:06.456 INFO STEP 1147 (remove_files) COMPLETE
80942025-02-24T21:42:08.084Z[ recovery-image] Feb 24 21:42:06.456 INFO O| Feb 24 21:42:06.456 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952025-02-24T21:42:08.121Z[ recovery-image] Feb 24 21:42:06.494 INFO O| Feb 24 21:42:06.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80962025-02-24T21:42:08.121Z[ recovery-image] Feb 24 21:42:06.494 INFO O| Feb 24 21:42:06.494 INFO STEP 1148 (remove_files) COMPLETE
80972025-02-24T21:42:08.124Z[ recovery-image] Feb 24 21:42:06.494 INFO O| Feb 24 21:42:06.494 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982025-02-24T21:42:08.143Z[ recovery-image] Feb 24 21:42:06.517 INFO O| Feb 24 21:42:06.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80992025-02-24T21:42:08.143Z[ recovery-image] Feb 24 21:42:06.517 INFO O| Feb 24 21:42:06.517 INFO STEP 1149 (remove_files) COMPLETE
81002025-02-24T21:42:08.143Z[ recovery-image] Feb 24 21:42:06.517 INFO O| Feb 24 21:42:06.517 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012025-02-24T21:42:08.165Z[ recovery-image] Feb 24 21:42:06.538 INFO O| Feb 24 21:42:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81022025-02-24T21:42:08.168Z[ recovery-image] Feb 24 21:42:06.539 INFO O| Feb 24 21:42:06.538 INFO STEP 1150 (remove_files) COMPLETE
81032025-02-24T21:42:08.168Z[ recovery-image] Feb 24 21:42:06.539 INFO O| Feb 24 21:42:06.538 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042025-02-24T21:42:08.187Z[ recovery-image] Feb 24 21:42:06.561 INFO O| Feb 24 21:42:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81052025-02-24T21:42:08.187Z[ recovery-image] Feb 24 21:42:06.561 INFO O| Feb 24 21:42:06.561 INFO STEP 1151 (remove_files) COMPLETE
81062025-02-24T21:42:08.188Z[ recovery-image] Feb 24 21:42:06.561 INFO O| Feb 24 21:42:06.561 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072025-02-24T21:42:08.210Z[ recovery-image] Feb 24 21:42:06.583 INFO O| Feb 24 21:42:06.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81082025-02-24T21:42:08.213Z[ recovery-image] Feb 24 21:42:06.584 INFO O| Feb 24 21:42:06.584 INFO STEP 1152 (remove_files) COMPLETE
81092025-02-24T21:42:08.213Z[ recovery-image] Feb 24 21:42:06.584 INFO O| Feb 24 21:42:06.584 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102025-02-24T21:42:08.235Z[ recovery-image] Feb 24 21:42:06.606 INFO O| Feb 24 21:42:06.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81112025-02-24T21:42:08.238Z[ recovery-image] Feb 24 21:42:06.606 INFO O| Feb 24 21:42:06.606 INFO STEP 1153 (remove_files) COMPLETE
81122025-02-24T21:42:08.238Z[ recovery-image] Feb 24 21:42:06.607 INFO O| Feb 24 21:42:06.606 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132025-02-24T21:42:08.257Z[ recovery-image] Feb 24 21:42:06.631 INFO O| Feb 24 21:42:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81142025-02-24T21:42:08.260Z[ recovery-image] Feb 24 21:42:06.631 INFO O| Feb 24 21:42:06.631 INFO STEP 1154 (remove_files) COMPLETE
81152025-02-24T21:42:08.260Z[ recovery-image] Feb 24 21:42:06.631 INFO O| Feb 24 21:42:06.631 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162025-02-24T21:42:08.321Z[ recovery-image] Feb 24 21:42:06.694 INFO O| Feb 24 21:42:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81172025-02-24T21:42:08.321Z[ recovery-image] Feb 24 21:42:06.694 INFO O| Feb 24 21:42:06.694 INFO STEP 1155 (remove_files) COMPLETE
81182025-02-24T21:42:08.321Z[ recovery-image] Feb 24 21:42:06.694 INFO O| Feb 24 21:42:06.694 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192025-02-24T21:42:08.343Z[ recovery-image] Feb 24 21:42:06.716 INFO O| Feb 24 21:42:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81202025-02-24T21:42:08.343Z[ recovery-image] Feb 24 21:42:06.716 INFO O| Feb 24 21:42:06.716 INFO STEP 1156 (remove_files) COMPLETE
81212025-02-24T21:42:08.343Z[ recovery-image] Feb 24 21:42:06.716 INFO O| Feb 24 21:42:06.716 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222025-02-24T21:42:08.378Z[ recovery-image] Feb 24 21:42:06.749 INFO O| Feb 24 21:42:06.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81232025-02-24T21:42:08.378Z[ recovery-image] Feb 24 21:42:06.749 INFO O| Feb 24 21:42:06.749 INFO STEP 1157 (remove_files) COMPLETE
81242025-02-24T21:42:08.381Z[ recovery-image] Feb 24 21:42:06.749 INFO O| Feb 24 21:42:06.749 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252025-02-24T21:42:08.435Z[ recovery-image] Feb 24 21:42:06.808 INFO O| Feb 24 21:42:06.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81262025-02-24T21:42:08.435Z[ recovery-image] Feb 24 21:42:06.808 INFO O| Feb 24 21:42:06.808 INFO STEP 1158 (remove_files) COMPLETE
81272025-02-24T21:42:08.438Z[ recovery-image] Feb 24 21:42:06.808 INFO O| Feb 24 21:42:06.808 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282025-02-24T21:42:08.473Z[ recovery-image] Feb 24 21:42:06.846 INFO O| Feb 24 21:42:06.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81292025-02-24T21:42:08.473Z[ recovery-image] Feb 24 21:42:06.846 INFO O| Feb 24 21:42:06.846 INFO STEP 1159 (remove_files) COMPLETE
81302025-02-24T21:42:08.476Z[ recovery-image] Feb 24 21:42:06.846 INFO O| Feb 24 21:42:06.846 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312025-02-24T21:42:08.496Z[ recovery-image] Feb 24 21:42:06.870 INFO O| Feb 24 21:42:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81322025-02-24T21:42:08.497Z[ recovery-image] Feb 24 21:42:06.870 INFO O| Feb 24 21:42:06.870 INFO STEP 1160 (remove_files) COMPLETE
81332025-02-24T21:42:08.499Z[ recovery-image] Feb 24 21:42:06.870 INFO O| Feb 24 21:42:06.870 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342025-02-24T21:42:08.536Z[ recovery-image] Feb 24 21:42:06.908 INFO O| Feb 24 21:42:06.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81352025-02-24T21:42:08.536Z[ recovery-image] Feb 24 21:42:06.908 INFO O| Feb 24 21:42:06.908 INFO STEP 1161 (remove_files) COMPLETE
81362025-02-24T21:42:08.536Z[ recovery-image] Feb 24 21:42:06.908 INFO O| Feb 24 21:42:06.908 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372025-02-24T21:42:08.574Z[ recovery-image] Feb 24 21:42:06.947 INFO O| Feb 24 21:42:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81382025-02-24T21:42:08.574Z[ recovery-image] Feb 24 21:42:06.947 INFO O| Feb 24 21:42:06.947 INFO STEP 1162 (remove_files) COMPLETE
81392025-02-24T21:42:08.577Z[ recovery-image] Feb 24 21:42:06.947 INFO O| Feb 24 21:42:06.947 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402025-02-24T21:42:08.596Z[ recovery-image] Feb 24 21:42:06.969 INFO O| Feb 24 21:42:06.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81412025-02-24T21:42:08.596Z[ recovery-image] Feb 24 21:42:06.970 INFO O| Feb 24 21:42:06.969 INFO STEP 1163 (remove_files) COMPLETE
81422025-02-24T21:42:08.596Z[ recovery-image] Feb 24 21:42:06.970 INFO O| Feb 24 21:42:06.970 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432025-02-24T21:42:08.619Z[ recovery-image] Feb 24 21:42:06.993 INFO O| Feb 24 21:42:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81442025-02-24T21:42:08.619Z[ recovery-image] Feb 24 21:42:06.993 INFO O| Feb 24 21:42:06.993 INFO STEP 1164 (remove_files) COMPLETE
81452025-02-24T21:42:08.622Z[ recovery-image] Feb 24 21:42:06.993 INFO O| Feb 24 21:42:06.993 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462025-02-24T21:42:08.645Z[ recovery-image] Feb 24 21:42:07.018 INFO O| Feb 24 21:42:07.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81472025-02-24T21:42:08.645Z[ recovery-image] Feb 24 21:42:07.018 INFO O| Feb 24 21:42:07.018 INFO STEP 1165 (remove_files) COMPLETE
81482025-02-24T21:42:08.645Z[ recovery-image] Feb 24 21:42:07.018 INFO O| Feb 24 21:42:07.018 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81492025-02-24T21:42:08.711Z[ recovery-image] Feb 24 21:42:07.084 INFO O| Feb 24 21:42:07.084 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81502025-02-24T21:42:08.711Z[ recovery-image] Feb 24 21:42:07.084 INFO O| Feb 24 21:42:07.084 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81512025-02-24T21:42:10.527Z[ recovery-image] Feb 24 21:42:08.900 INFO O| Feb 24 21:42:08.900 INFO STEP 1166 (pack_tar) COMPLETE
81522025-02-24T21:42:10.528Z[ recovery-image] Feb 24 21:42:08.900 INFO O| Feb 24 21:42:08.900 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81532025-02-24T21:42:10.530Z[ recovery-image] Feb 24 21:42:08.900 INFO O| Feb 24 21:42:08.900 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81542025-02-24T21:42:10.858Z[ recovery-image] Feb 24 21:42:09.228 INFO O| Feb 24 21:42:09.227 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81552025-02-24T21:42:11.011Z[ recovery-image] Feb 24 21:42:09.381 INFO O| Feb 24 21:42:09.381 INFO completed processing gimlet/ramdisk-03-recovery-trim
81562025-02-24T21:42:11.020Z[ recovery-image] Feb 24 21:42:09.392 INFO image builder template: zfs-recovery...
81572025-02-24T21:42:11.020Z[ recovery-image] Feb 24 21:42:09.392 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/.tmp1fVI8h/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
81582025-02-24T21:42:11.074Z[ recovery-image] Feb 24 21:42:09.445 INFO O| Feb 24 21:42:09.445 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81592025-02-24T21:42:11.096Z[ recovery-image] Feb 24 21:42:09.468 INFO O| Feb 24 21:42:09.468 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81602025-02-24T21:42:11.212Z[ recovery-image] Feb 24 21:42:09.583 INFO O| Feb 24 21:42:09.583 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81612025-02-24T21:42:11.310Z[ recovery-image] Feb 24 21:42:09.679 INFO O| Feb 24 21:42:09.679 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81622025-02-24T21:42:11.310Z[ recovery-image] Feb 24 21:42:09.679 INFO O| Feb 24 21:42:09.679 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81632025-02-24T21:42:11.318Z[ recovery-image] Feb 24 21:42:09.689 INFO O| Feb 24 21:42:09.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81642025-02-24T21:42:11.416Z[ recovery-image] Feb 24 21:42:09.788 INFO O| Feb 24 21:42:09.788 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81652025-02-24T21:42:11.509Z[ recovery-image] Feb 24 21:42:09.871 INFO O| Feb 24 21:42:09.871 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81662025-02-24T21:42:11.521Z[ recovery-image] Feb 24 21:42:09.891 INFO O| Feb 24 21:42:09.891 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81672025-02-24T21:42:11.532Z[ recovery-image] Feb 24 21:42:09.901 INFO O| Feb 24 21:42:09.901 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81682025-02-24T21:42:11.597Z[ recovery-image] Feb 24 21:42:09.968 INFO O| Feb 24 21:42:09.968 INFO no lofi found
81692025-02-24T21:42:11.598Z[ recovery-image] Feb 24 21:42:09.968 INFO O| Feb 24 21:42:09.968 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81702025-02-24T21:42:11.598Z[ recovery-image] Feb 24 21:42:09.968 INFO O| Feb 24 21:42:09.968 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81712025-02-24T21:42:12.923Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
81722025-02-24T21:42:14.645Z[ recovery-image] Feb 24 21:42:13.013 INFO O| Feb 24 21:42:13.013 INFO lofi device = /dev/dsk/c2t1d0p0
81732025-02-24T21:42:14.645Z[ recovery-image] Feb 24 21:42:13.013 INFO O| Feb 24 21:42:13.013 INFO pool device = /dev/dsk/c2t1d0p0
81742025-02-24T21:42:14.651Z[ recovery-image] Feb 24 21:42:13.014 INFO O| Feb 24 21:42:13.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"]
81752025-02-24T21:42:14.902Z[ recovery-image] Feb 24 21:42:13.270 INFO O| Feb 24 21:42:13.270 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762025-02-24T21:42:14.902Z[ recovery-image] Feb 24 21:42:13.270 INFO O| Feb 24 21:42:13.270 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81772025-02-24T21:42:14.949Z[ recovery-image] Feb 24 21:42:13.309 INFO O| Feb 24 21:42:13.309 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81782025-02-24T21:42:15.269Z[ recovery-image] Feb 24 21:42:13.640 INFO O| Feb 24 21:42:13.640 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81792025-02-24T21:42:15.328Z[ recovery-image] Feb 24 21:42:13.699 INFO O| Feb 24 21:42:13.699 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81802025-02-24T21:42:15.358Z[ recovery-image] Feb 24 21:42:13.729 INFO O| Feb 24 21:42:13.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81812025-02-24T21:42:15.382Z[ recovery-image] Feb 24 21:42:13.753 INFO O| Feb 24 21:42:13.752 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81822025-02-24T21:42:15.477Z[ recovery-image] Feb 24 21:42:13.848 INFO O| Feb 24 21:42:13.848 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81832025-02-24T21:42:15.477Z[ recovery-image] Feb 24 21:42:13.848 INFO O| Feb 24 21:42:13.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81842025-02-24T21:42:15.479Z[ recovery-image] Feb 24 21:42:13.848 INFO O| Feb 24 21:42:13.848 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81852025-02-24T21:42:15.515Z[ recovery-image] Feb 24 21:42:13.886 INFO O| Feb 24 21:42:13.886 INFO boot environment UUID: 508c8451-d186-4190-b98a-364aad01f4b7
81862025-02-24T21:42:15.515Z[ recovery-image] Feb 24 21:42:13.886 INFO O| Feb 24 21:42:13.886 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 508c8451-d186-4190-b98a-364aad01f4b7
81872025-02-24T21:42:15.579Z[ recovery-image] Feb 24 21:42:13.942 INFO O| Feb 24 21:42:13.942 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81882025-02-24T21:42:15.629Z[ recovery-image] Feb 24 21:42:13.999 INFO O| Feb 24 21:42:13.999 INFO STEP 0 (create_be) COMPLETE
81892025-02-24T21:42:15.632Z[ recovery-image] Feb 24 21:42:13.999 INFO O| Feb 24 21:42:13.999 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81902025-02-24T21:42:15.725Z[ recovery-image] Feb 24 21:42:14.095 INFO O| Feb 24 21:42:14.095 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"]
81912025-02-24T21:42:22.747Z[ recovery-image] Feb 24 21:42:21.115 INFO O| Feb 24 21:42:21.115 INFO STEP 1 (unpack_tar) COMPLETE
81922025-02-24T21:42:22.747Z[ recovery-image] Feb 24 21:42:21.116 INFO O| Feb 24 21:42:21.115 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81932025-02-24T21:42:22.773Z[ recovery-image] Feb 24 21:42:21.142 INFO O| Feb 24 21:42:21.142 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81942025-02-24T21:42:23.573Z[ recovery-image] Feb 24 21:42:21.942 INFO O| Feb 24 21:42:21.942 INFO STEP 2 (devfsadm) COMPLETE
81952025-02-24T21:42:23.573Z[ recovery-image] Feb 24 21:42:21.942 INFO O| Feb 24 21:42:21.942 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81962025-02-24T21:42:23.595Z[ recovery-image] Feb 24 21:42:21.964 INFO O| Feb 24 21:42:21.964 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81972025-02-24T21:42:23.595Z[ recovery-image] Feb 24 21:42:21.964 INFO O| Feb 24 21:42:21.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81982025-02-24T21:42:23.595Z[ recovery-image] Feb 24 21:42:21.964 INFO O| Feb 24 21:42:21.964 INFO STEP 3 (ensure_dir) COMPLETE
81992025-02-24T21:42:23.595Z[ recovery-image] Feb 24 21:42:21.964 INFO O| Feb 24 21:42:21.964 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82002025-02-24T21:42:23.627Z[ recovery-image] Feb 24 21:42:21.995 INFO O| Feb 24 21:42:21.995 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82012025-02-24T21:42:23.628Z[ recovery-image] Feb 24 21:42:21.995 INFO O| Feb 24 21:42:21.995 INFO STEP 4 (ensure_dir) COMPLETE
82022025-02-24T21:42:23.628Z[ recovery-image] Feb 24 21:42:21.995 INFO O| Feb 24 21:42:21.995 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82032025-02-24T21:42:23.668Z[ recovery-image] Feb 24 21:42:22.036 INFO O| Feb 24 21:42:22.036 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82042025-02-24T21:42:23.670Z[ recovery-image] Feb 24 21:42:22.036 INFO O| Feb 24 21:42:22.036 INFO STEP 5 (ensure_dir) COMPLETE
82052025-02-24T21:42:23.670Z[ recovery-image] Feb 24 21:42:22.036 INFO O| Feb 24 21:42:22.036 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82062025-02-24T21:42:23.691Z[ recovery-image] Feb 24 21:42:22.060 INFO O| Feb 24 21:42:22.060 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82072025-02-24T21:42:23.691Z[ recovery-image] Feb 24 21:42:22.060 INFO O| Feb 24 21:42:22.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82082025-02-24T21:42:23.691Z[ recovery-image] Feb 24 21:42:22.060 INFO O| Feb 24 21:42:22.060 INFO STEP 6 (ensure_dir) COMPLETE
82092025-02-24T21:42:23.695Z[ recovery-image] Feb 24 21:42:22.060 INFO O| Feb 24 21:42:22.060 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82102025-02-24T21:42:23.766Z[ recovery-image] Feb 24 21:42:22.135 INFO O| Feb 24 21:42:22.135 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82112025-02-24T21:42:23.766Z[ recovery-image] Feb 24 21:42:22.135 INFO O| Feb 24 21:42:22.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82122025-02-24T21:42:23.766Z[ recovery-image] Feb 24 21:42:22.135 INFO O| Feb 24 21:42:22.135 INFO STEP 7 (ensure_dir) COMPLETE
82132025-02-24T21:42:23.769Z[ recovery-image] Feb 24 21:42:22.135 INFO O| Feb 24 21:42:22.135 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82142025-02-24T21:42:23.787Z[ recovery-image] Feb 24 21:42:22.156 INFO O| Feb 24 21:42:22.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82152025-02-24T21:42:23.790Z[ recovery-image] Feb 24 21:42:22.156 INFO O| Feb 24 21:42:22.156 INFO STEP 8 (remove_files) COMPLETE
82162025-02-24T21:42:23.790Z[ recovery-image] Feb 24 21:42:22.156 INFO O| Feb 24 21:42:22.156 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82172025-02-24T21:42:23.820Z[ recovery-image] Feb 24 21:42:22.188 INFO O| Feb 24 21:42:22.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82182025-02-24T21:42:23.823Z[ recovery-image] Feb 24 21:42:22.189 INFO O| Feb 24 21:42:22.189 INFO STEP 9 (remove_files) COMPLETE
82192025-02-24T21:42:23.823Z[ recovery-image] Feb 24 21:42:22.189 INFO O| Feb 24 21:42:22.189 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82202025-02-24T21:42:23.853Z[ recovery-image] Feb 24 21:42:22.221 INFO O| Feb 24 21:42:22.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82212025-02-24T21:42:23.856Z[ recovery-image] Feb 24 21:42:22.222 INFO O| Feb 24 21:42:22.222 INFO STEP 10 (remove_files) COMPLETE
82222025-02-24T21:42:23.856Z[ recovery-image] Feb 24 21:42:22.222 INFO O| Feb 24 21:42:22.222 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82232025-02-24T21:42:23.974Z[ recovery-image] Feb 24 21:42:22.343 INFO O| Feb 24 21:42:22.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82242025-02-24T21:42:23.977Z[ recovery-image] Feb 24 21:42:22.343 INFO O| Feb 24 21:42:22.343 INFO STEP 11 (remove_files) COMPLETE
82252025-02-24T21:42:23.977Z[ recovery-image] Feb 24 21:42:22.343 INFO O| Feb 24 21:42:22.343 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82262025-02-24T21:42:23.996Z[ recovery-image] Feb 24 21:42:22.364 INFO O| Feb 24 21:42:22.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82272025-02-24T21:42:23.996Z[ recovery-image] Feb 24 21:42:22.365 INFO O| Feb 24 21:42:22.365 INFO STEP 12 (remove_files) COMPLETE
82282025-02-24T21:42:23.999Z[ recovery-image] Feb 24 21:42:22.365 INFO O| Feb 24 21:42:22.365 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82292025-02-24T21:42:24.018Z[ recovery-image] Feb 24 21:42:22.386 INFO O| Feb 24 21:42:22.386 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82302025-02-24T21:42:24.018Z[ recovery-image] Feb 24 21:42:22.386 INFO O| Feb 24 21:42:22.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82312025-02-24T21:42:24.020Z[ recovery-image] Feb 24 21:42:22.387 INFO O| Feb 24 21:42:22.386 INFO STEP 13 (ensure_dir) COMPLETE
82322025-02-24T21:42:24.020Z[ recovery-image] Feb 24 21:42:22.387 INFO O| Feb 24 21:42:22.387 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332025-02-24T21:42:24.041Z[ recovery-image] Feb 24 21:42:22.409 INFO O| Feb 24 21:42:22.409 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82342025-02-24T21:42:24.041Z[ recovery-image] Feb 24 21:42:22.410 INFO O| Feb 24 21:42:22.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82352025-02-24T21:42:24.044Z[ recovery-image] Feb 24 21:42:22.410 INFO O| Feb 24 21:42:22.410 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82362025-02-24T21:42:24.044Z[ recovery-image] Feb 24 21:42:22.410 INFO O| Feb 24 21:42:22.410 INFO STEP 14 (ensure_dir) COMPLETE
82372025-02-24T21:42:24.044Z[ recovery-image] Feb 24 21:42:22.410 INFO O| Feb 24 21:42:22.410 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82382025-02-24T21:42:24.064Z[ recovery-image] Feb 24 21:42:22.432 INFO O| Feb 24 21:42:22.432 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82392025-02-24T21:42:24.064Z[ recovery-image] Feb 24 21:42:22.432 INFO O| Feb 24 21:42:22.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82402025-02-24T21:42:24.066Z[ recovery-image] Feb 24 21:42:22.432 INFO O| Feb 24 21:42:22.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82412025-02-24T21:42:24.066Z[ recovery-image] Feb 24 21:42:22.432 INFO O| Feb 24 21:42:22.432 INFO STEP 15 (ensure_dir) COMPLETE
82422025-02-24T21:42:24.066Z[ recovery-image] Feb 24 21:42:22.432 INFO O| Feb 24 21:42:22.432 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82432025-02-24T21:42:24.085Z[ recovery-image] Feb 24 21:42:22.453 INFO O| Feb 24 21:42:22.453 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82442025-02-24T21:42:24.085Z[ recovery-image] Feb 24 21:42:22.453 INFO O| Feb 24 21:42:22.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82452025-02-24T21:42:24.085Z[ recovery-image] Feb 24 21:42:22.453 INFO O| Feb 24 21:42:22.453 INFO STEP 16 (ensure_dir) COMPLETE
82462025-02-24T21:42:24.088Z[ recovery-image] Feb 24 21:42:22.453 INFO O| Feb 24 21:42:22.453 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82472025-02-24T21:42:24.107Z[ recovery-image] Feb 24 21:42:22.475 INFO O| Feb 24 21:42:22.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82482025-02-24T21:42:24.107Z[ recovery-image] Feb 24 21:42:22.475 INFO O| Feb 24 21:42:22.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82492025-02-24T21:42:24.107Z[ recovery-image] Feb 24 21:42:22.475 INFO O| Feb 24 21:42:22.475 INFO STEP 17 (ensure_dir) COMPLETE
82502025-02-24T21:42:24.107Z[ recovery-image] Feb 24 21:42:22.475 INFO O| Feb 24 21:42:22.475 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82512025-02-24T21:42:24.128Z[ recovery-image] Feb 24 21:42:22.496 INFO O| Feb 24 21:42:22.496 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82522025-02-24T21:42:24.128Z[ recovery-image] Feb 24 21:42:22.496 INFO O| Feb 24 21:42:22.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82532025-02-24T21:42:24.129Z[ recovery-image] Feb 24 21:42:22.497 INFO O| Feb 24 21:42:22.496 INFO ok!
82542025-02-24T21:42:24.129Z[ recovery-image] Feb 24 21:42:22.497 INFO O| Feb 24 21:42:22.496 INFO STEP 18 (ensure_symlink) COMPLETE
82552025-02-24T21:42:24.129Z[ recovery-image] Feb 24 21:42:22.497 INFO O| Feb 24 21:42:22.496 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562025-02-24T21:42:24.149Z[ recovery-image] Feb 24 21:42:22.517 INFO O| Feb 24 21:42:22.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82572025-02-24T21:42:24.149Z[ recovery-image] Feb 24 21:42:22.517 INFO O| Feb 24 21:42:22.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82582025-02-24T21:42:24.149Z[ recovery-image] Feb 24 21:42:22.517 INFO O| Feb 24 21:42:22.517 INFO ok!
82592025-02-24T21:42:24.149Z[ recovery-image] Feb 24 21:42:22.517 INFO O| Feb 24 21:42:22.517 INFO STEP 19 (ensure_file) COMPLETE
82602025-02-24T21:42:24.149Z[ recovery-image] Feb 24 21:42:22.517 INFO O| Feb 24 21:42:22.517 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82612025-02-24T21:42:24.170Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82622025-02-24T21:42:24.170Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82632025-02-24T21:42:24.173Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82642025-02-24T21:42:24.173Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO ok!
82652025-02-24T21:42:24.173Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO STEP 20 (ensure_symlink) COMPLETE
82662025-02-24T21:42:24.173Z[ recovery-image] Feb 24 21:42:22.539 INFO O| Feb 24 21:42:22.539 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82672025-02-24T21:42:24.204Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82682025-02-24T21:42:24.204Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82692025-02-24T21:42:24.207Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82702025-02-24T21:42:24.207Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO ok!
82712025-02-24T21:42:24.207Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO STEP 21 (ensure_symlink) COMPLETE
82722025-02-24T21:42:24.207Z[ recovery-image] Feb 24 21:42:22.573 INFO O| Feb 24 21:42:22.573 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82732025-02-24T21:42:24.251Z[ recovery-image] Feb 24 21:42:22.614 INFO O| Feb 24 21:42:22.614 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82742025-02-24T21:42:24.251Z[ recovery-image] Feb 24 21:42:22.614 INFO O| Feb 24 21:42:22.614 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82752025-02-24T21:42:24.254Z[ recovery-image] Feb 24 21:42:22.615 INFO O| Feb 24 21:42:22.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82762025-02-24T21:42:24.254Z[ recovery-image] Feb 24 21:42:22.615 INFO O| Feb 24 21:42:22.615 INFO ok!
82772025-02-24T21:42:24.254Z[ recovery-image] Feb 24 21:42:22.615 INFO O| Feb 24 21:42:22.615 INFO STEP 22 (ensure_symlink) COMPLETE
82782025-02-24T21:42:24.254Z[ recovery-image] Feb 24 21:42:22.615 INFO O| Feb 24 21:42:22.615 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82792025-02-24T21:42:24.307Z[ recovery-image] Feb 24 21:42:22.676 INFO O| Feb 24 21:42:22.676 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82802025-02-24T21:42:24.308Z[ recovery-image] Feb 24 21:42:22.676 INFO O| Feb 24 21:42:22.676 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82812025-02-24T21:42:24.310Z[ recovery-image] Feb 24 21:42:22.676 INFO O| Feb 24 21:42:22.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82822025-02-24T21:42:24.310Z[ recovery-image] Feb 24 21:42:22.676 INFO O| Feb 24 21:42:22.676 INFO ok!
82832025-02-24T21:42:24.310Z[ recovery-image] Feb 24 21:42:22.676 INFO O| Feb 24 21:42:22.676 INFO STEP 23 (ensure_symlink) COMPLETE
82842025-02-24T21:42:24.310Z[ recovery-image] Feb 24 21:42:22.677 INFO O| Feb 24 21:42:22.676 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82852025-02-24T21:42:24.351Z[ recovery-image] Feb 24 21:42:22.719 INFO O| Feb 24 21:42:22.719 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82862025-02-24T21:42:24.351Z[ recovery-image] Feb 24 21:42:22.720 INFO O| Feb 24 21:42:22.720 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 ...
82872025-02-24T21:42:24.354Z[ recovery-image] Feb 24 21:42:22.720 INFO O| Feb 24 21:42:22.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82882025-02-24T21:42:24.354Z[ recovery-image] Feb 24 21:42:22.720 INFO O| Feb 24 21:42:22.720 INFO ok!
82892025-02-24T21:42:24.354Z[ recovery-image] Feb 24 21:42:22.720 INFO O| Feb 24 21:42:22.720 INFO STEP 24 (ensure_file) COMPLETE
82902025-02-24T21:42:24.354Z[ recovery-image] Feb 24 21:42:22.720 INFO O| Feb 24 21:42:22.720 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82912025-02-24T21:42:24.381Z[ recovery-image] Feb 24 21:42:22.743 INFO O| Feb 24 21:42:22.743 INFO updating shadow file
82922025-02-24T21:42:24.386Z[ recovery-image] Feb 24 21:42:22.744 INFO O| Feb 24 21:42:22.744 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82932025-02-24T21:42:24.386Z[ recovery-image] Feb 24 21:42:22.744 INFO O| Feb 24 21:42:22.744 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82942025-02-24T21:42:24.386Z[ recovery-image] Feb 24 21:42:22.744 INFO O| Feb 24 21:42:22.744 INFO STEP 25 (shadow) COMPLETE
82952025-02-24T21:42:24.386Z[ recovery-image] Feb 24 21:42:22.744 INFO O| Feb 24 21:42:22.744 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82962025-02-24T21:42:24.401Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.768 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82972025-02-24T21:42:24.401Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.769 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82982025-02-24T21:42:24.404Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82992025-02-24T21:42:24.404Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.769 INFO ok!
83002025-02-24T21:42:24.405Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.769 INFO STEP 26 (ensure_file) COMPLETE
83012025-02-24T21:42:24.405Z[ recovery-image] Feb 24 21:42:22.769 INFO O| Feb 24 21:42:22.769 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83022025-02-24T21:42:24.431Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83032025-02-24T21:42:24.431Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83042025-02-24T21:42:24.436Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83052025-02-24T21:42:24.436Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO ok!
83062025-02-24T21:42:24.436Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO STEP 27 (ensure_file) COMPLETE
83072025-02-24T21:42:24.436Z[ recovery-image] Feb 24 21:42:22.800 INFO O| Feb 24 21:42:22.800 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83082025-02-24T21:42:24.455Z[ recovery-image] Feb 24 21:42:22.822 INFO O| Feb 24 21:42:22.822 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83092025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.822 INFO O| Feb 24 21:42:22.822 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83102025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.823 INFO O| Feb 24 21:42:22.823 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83112025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.823 INFO O| Feb 24 21:42:22.823 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83122025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.823 INFO O| Feb 24 21:42:22.823 INFO ok!
83132025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.823 INFO O| Feb 24 21:42:22.823 INFO STEP 28 (ensure_file) COMPLETE
83142025-02-24T21:42:24.458Z[ recovery-image] Feb 24 21:42:22.823 INFO O| Feb 24 21:42:22.823 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83152025-02-24T21:42:24.492Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83162025-02-24T21:42:24.492Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83172025-02-24T21:42:24.496Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83182025-02-24T21:42:24.496Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO ok!
83192025-02-24T21:42:24.496Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO STEP 29 (ensure_file) COMPLETE
83202025-02-24T21:42:24.496Z[ recovery-image] Feb 24 21:42:22.860 INFO O| Feb 24 21:42:22.860 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83212025-02-24T21:42:24.550Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83222025-02-24T21:42:24.550Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83232025-02-24T21:42:24.554Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83242025-02-24T21:42:24.554Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO ok!
83252025-02-24T21:42:24.554Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO STEP 30 (ensure_file) COMPLETE
83262025-02-24T21:42:24.554Z[ recovery-image] Feb 24 21:42:22.918 INFO O| Feb 24 21:42:22.918 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83272025-02-24T21:42:24.581Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83282025-02-24T21:42:24.581Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83292025-02-24T21:42:24.598Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83302025-02-24T21:42:24.598Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83312025-02-24T21:42:24.598Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 INFO ok!
83322025-02-24T21:42:24.598Z[ recovery-image] Feb 24 21:42:22.942 INFO O| Feb 24 21:42:22.942 INFO STEP 31 (ensure_file) COMPLETE
83332025-02-24T21:42:24.598Z[ recovery-image] Feb 24 21:42:22.943 INFO O| Feb 24 21:42:22.942 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83342025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83352025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83362025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83372025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 INFO ok!
83382025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 INFO STEP 32 (ensure_file) COMPLETE
83392025-02-24T21:42:24.613Z[ recovery-image] Feb 24 21:42:22.966 INFO O| Feb 24 21:42:22.966 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83402025-02-24T21:42:24.645Z[ recovery-image] Feb 24 21:42:23.005 INFO O| Feb 24 21:42:23.005 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83412025-02-24T21:42:24.645Z[ recovery-image] Feb 24 21:42:23.005 INFO O| Feb 24 21:42:23.005 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83422025-02-24T21:42:24.659Z[ recovery-image] Feb 24 21:42:23.006 INFO O| Feb 24 21:42:23.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83432025-02-24T21:42:24.659Z[ recovery-image] Feb 24 21:42:23.006 INFO O| Feb 24 21:42:23.006 INFO ok!
83442025-02-24T21:42:24.659Z[ recovery-image] Feb 24 21:42:23.006 INFO O| Feb 24 21:42:23.006 INFO STEP 33 (ensure_file) COMPLETE
83452025-02-24T21:42:24.659Z[ recovery-image] Feb 24 21:42:23.006 INFO O| Feb 24 21:42:23.006 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83462025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.025 INFO O| Feb 24 21:42:23.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83472025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.025 INFO O| Feb 24 21:42:23.025 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83482025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.025 INFO O| Feb 24 21:42:23.025 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83492025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.025 INFO O| Feb 24 21:42:23.025 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83502025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.026 INFO O| Feb 24 21:42:23.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83512025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.026 INFO O| Feb 24 21:42:23.025 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83522025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.026 INFO O| Feb 24 21:42:23.026 INFO ok!
83532025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.026 INFO O| Feb 24 21:42:23.026 INFO STEP 34 (ensure_file) COMPLETE
83542025-02-24T21:42:24.674Z[ recovery-image] Feb 24 21:42:23.026 INFO O| Feb 24 21:42:23.026 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83552025-02-24T21:42:24.717Z[ recovery-image] Feb 24 21:42:23.079 INFO O| Feb 24 21:42:23.079 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83562025-02-24T21:42:24.717Z[ recovery-image] Feb 24 21:42:23.079 INFO O| Feb 24 21:42:23.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83572025-02-24T21:42:24.727Z[ recovery-image] Feb 24 21:42:23.079 INFO O| Feb 24 21:42:23.079 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83582025-02-24T21:42:24.727Z[ recovery-image] Feb 24 21:42:23.079 INFO O| Feb 24 21:42:23.079 INFO STEP 35 (ensure_dir) COMPLETE
83592025-02-24T21:42:24.727Z[ recovery-image] Feb 24 21:42:23.079 INFO O| Feb 24 21:42:23.079 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83602025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.101 INFO O| Feb 24 21:42:23.101 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
83612025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.101 INFO O| Feb 24 21:42:23.101 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 ...
83622025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.101 INFO O| Feb 24 21:42:23.101 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
83632025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.101 INFO O| Feb 24 21:42:23.101 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
83642025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.102 INFO O| Feb 24 21:42:23.101 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
83652025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.102 INFO O| Feb 24 21:42:23.102 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
83662025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.102 INFO O| Feb 24 21:42:23.102 INFO ok!
83672025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.102 INFO O| Feb 24 21:42:23.102 INFO STEP 36 (ensure_file) COMPLETE
83682025-02-24T21:42:24.742Z[ recovery-image] Feb 24 21:42:23.102 INFO O| Feb 24 21:42:23.102 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83692025-02-24T21:42:24.763Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83702025-02-24T21:42:24.764Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 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 ...
83712025-02-24T21:42:24.776Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83722025-02-24T21:42:24.776Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 INFO ok!
83732025-02-24T21:42:24.776Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 INFO STEP 37 (ensure_symlink) COMPLETE
83742025-02-24T21:42:24.776Z[ recovery-image] Feb 24 21:42:23.123 INFO O| Feb 24 21:42:23.123 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83752025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83762025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83772025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83782025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83792025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83802025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83812025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO ok!
83822025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO STEP 38 (ensure_file) COMPLETE
83832025-02-24T21:42:24.789Z[ recovery-image] Feb 24 21:42:23.149 INFO O| Feb 24 21:42:23.149 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83842025-02-24T21:42:24.834Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.199 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83852025-02-24T21:42:24.834Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 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 ...
83862025-02-24T21:42:24.845Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 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
83872025-02-24T21:42:24.845Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83882025-02-24T21:42:24.845Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 INFO ok!
83892025-02-24T21:42:24.845Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 INFO STEP 39 (ensure_file) COMPLETE
83902025-02-24T21:42:24.845Z[ recovery-image] Feb 24 21:42:23.200 INFO O| Feb 24 21:42:23.200 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83912025-02-24T21:42:24.904Z[ recovery-image] Feb 24 21:42:23.263 INFO O| Feb 24 21:42:23.263 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83922025-02-24T21:42:24.904Z[ recovery-image] Feb 24 21:42:23.263 INFO O| Feb 24 21:42:23.263 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83932025-02-24T21:42:24.911Z[ recovery-image] Feb 24 21:42:23.263 INFO O| Feb 24 21:42:23.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83942025-02-24T21:42:24.911Z[ recovery-image] Feb 24 21:42:23.264 INFO O| Feb 24 21:42:23.263 INFO ok!
83952025-02-24T21:42:24.911Z[ recovery-image] Feb 24 21:42:23.264 INFO O| Feb 24 21:42:23.264 INFO STEP 40 (ensure_file) COMPLETE
83962025-02-24T21:42:24.911Z[ recovery-image] Feb 24 21:42:23.264 INFO O| Feb 24 21:42:23.264 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83972025-02-24T21:42:24.935Z[ recovery-image] Feb 24 21:42:23.298 INFO O| Feb 24 21:42:23.298 INFO updating shadow file
83982025-02-24T21:42:24.935Z[ recovery-image] Feb 24 21:42:23.298 INFO O| Feb 24 21:42:23.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83992025-02-24T21:42:24.941Z[ recovery-image] Feb 24 21:42:23.298 INFO O| Feb 24 21:42:23.298 INFO STEP 41 (shadow) COMPLETE
84002025-02-24T21:42:24.941Z[ recovery-image] Feb 24 21:42:23.298 INFO O| Feb 24 21:42:23.298 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84012025-02-24T21:42:24.983Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.337 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84022025-02-24T21:42:24.983Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84032025-02-24T21:42:24.983Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84042025-02-24T21:42:24.994Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84052025-02-24T21:42:24.994Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO ok!
84062025-02-24T21:42:24.994Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO STEP 42 (ensure_file) COMPLETE
84072025-02-24T21:42:24.994Z[ recovery-image] Feb 24 21:42:23.338 INFO O| Feb 24 21:42:23.338 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84082025-02-24T21:42:25.045Z[ recovery-image] Feb 24 21:42:23.413 INFO O| Feb 24 21:42:23.413 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84092025-02-24T21:42:25.045Z[ recovery-image] Feb 24 21:42:23.413 INFO O| Feb 24 21:42:23.413 INFO STEP 43 (ensure_dir) COMPLETE
84102025-02-24T21:42:25.056Z[ recovery-image] Feb 24 21:42:23.413 INFO O| Feb 24 21:42:23.413 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84112025-02-24T21:42:25.098Z[ recovery-image] Feb 24 21:42:23.466 INFO O| Feb 24 21:42:23.466 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84122025-02-24T21:42:25.098Z[ recovery-image] Feb 24 21:42:23.466 INFO O| Feb 24 21:42:23.466 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84132025-02-24T21:42:25.099Z[ recovery-image] Feb 24 21:42:23.466 INFO O| Feb 24 21:42:23.466 INFO STEP 44 (ensure_dir) COMPLETE
84142025-02-24T21:42:25.099Z[ recovery-image] Feb 24 21:42:23.466 INFO O| Feb 24 21:42:23.466 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84152025-02-24T21:42:25.121Z[ recovery-image] Feb 24 21:42:23.489 INFO O| Feb 24 21:42:23.489 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84162025-02-24T21:42:25.122Z[ recovery-image] Feb 24 21:42:23.489 INFO O| Feb 24 21:42:23.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84172025-02-24T21:42:25.122Z[ recovery-image] Feb 24 21:42:23.489 INFO O| Feb 24 21:42:23.489 INFO STEP 45 (ensure_dir) COMPLETE
84182025-02-24T21:42:25.127Z[ recovery-image] Feb 24 21:42:23.489 INFO O| Feb 24 21:42:23.489 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84192025-02-24T21:42:25.163Z[ recovery-image] Feb 24 21:42:23.525 INFO O| Feb 24 21:42:23.525 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84202025-02-24T21:42:25.163Z[ recovery-image] Feb 24 21:42:23.525 INFO O| Feb 24 21:42:23.525 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84212025-02-24T21:42:25.322Z[ recovery-image] Feb 24 21:42:23.685 INFO O| Feb 24 21:42:23.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84222025-02-24T21:42:25.322Z[ recovery-image] Feb 24 21:42:23.686 INFO O| Feb 24 21:42:23.685 INFO ok!
84232025-02-24T21:42:25.322Z[ recovery-image] Feb 24 21:42:23.686 INFO O| Feb 24 21:42:23.686 INFO STEP 46 (ensure_file) COMPLETE
84242025-02-24T21:42:25.330Z[ recovery-image] Feb 24 21:42:23.686 INFO O| Feb 24 21:42:23.686 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84252025-02-24T21:42:25.364Z[ recovery-image] Feb 24 21:42:23.729 INFO O| Feb 24 21:42:23.729 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84262025-02-24T21:42:25.364Z[ recovery-image] Feb 24 21:42:23.729 INFO O| Feb 24 21:42:23.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84272025-02-24T21:42:25.374Z[ recovery-image] Feb 24 21:42:23.729 INFO O| Feb 24 21:42:23.729 INFO STEP 47 (ensure_dir) COMPLETE
84282025-02-24T21:42:25.374Z[ recovery-image] Feb 24 21:42:23.729 INFO O| Feb 24 21:42:23.729 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84292025-02-24T21:42:25.390Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84302025-02-24T21:42:25.391Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84312025-02-24T21:42:25.391Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84322025-02-24T21:42:25.391Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO ok!
84332025-02-24T21:42:25.396Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO STEP 48 (ensure_file) COMPLETE
84342025-02-24T21:42:25.396Z[ recovery-image] Feb 24 21:42:23.756 INFO O| Feb 24 21:42:23.756 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352025-02-24T21:42:25.448Z[ recovery-image] Feb 24 21:42:23.815 INFO O| Feb 24 21:42:23.815 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84362025-02-24T21:42:25.448Z[ recovery-image] Feb 24 21:42:23.815 INFO O| Feb 24 21:42:23.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84372025-02-24T21:42:25.448Z[ recovery-image] Feb 24 21:42:23.815 INFO O| Feb 24 21:42:23.815 INFO STEP 49 (ensure_dir) COMPLETE
84382025-02-24T21:42:25.448Z[ recovery-image] Feb 24 21:42:23.815 INFO O| Feb 24 21:42:23.815 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84392025-02-24T21:42:25.511Z[ recovery-image] Feb 24 21:42:23.878 INFO O| Feb 24 21:42:23.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84402025-02-24T21:42:25.511Z[ recovery-image] Feb 24 21:42:23.878 INFO O| Feb 24 21:42:23.878 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84412025-02-24T21:42:27.494Z[ recovery-image] Feb 24 21:42:25.861 INFO O| Feb 24 21:42:25.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84422025-02-24T21:42:27.494Z[ recovery-image] Feb 24 21:42:25.861 INFO O| Feb 24 21:42:25.861 INFO ok!
84432025-02-24T21:42:27.497Z[ recovery-image] Feb 24 21:42:25.861 INFO O| Feb 24 21:42:25.861 INFO STEP 50 (ensure_file) COMPLETE
84442025-02-24T21:42:27.497Z[ recovery-image] Feb 24 21:42:25.861 INFO O| Feb 24 21:42:25.861 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84452025-02-24T21:42:27.516Z[ recovery-image] Feb 24 21:42:25.883 INFO O| Feb 24 21:42:25.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84462025-02-24T21:42:27.516Z[ recovery-image] Feb 24 21:42:25.883 INFO O| Feb 24 21:42:25.883 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84472025-02-24T21:42:27.567Z[ recovery-image] Feb 24 21:42:25.935 INFO O| Feb 24 21:42:25.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84482025-02-24T21:42:27.567Z[ recovery-image] Feb 24 21:42:25.935 INFO O| Feb 24 21:42:25.935 INFO ok!
84492025-02-24T21:42:27.570Z[ recovery-image] Feb 24 21:42:25.935 INFO O| Feb 24 21:42:25.935 INFO STEP 51 (ensure_file) COMPLETE
84502025-02-24T21:42:27.570Z[ recovery-image] Feb 24 21:42:25.935 INFO O| Feb 24 21:42:25.935 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84512025-02-24T21:42:27.602Z[ recovery-image] Feb 24 21:42:25.970 INFO O| Feb 24 21:42:25.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84522025-02-24T21:42:27.605Z[ recovery-image] Feb 24 21:42:25.970 INFO O| Feb 24 21:42:25.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84532025-02-24T21:42:27.605Z[ recovery-image] Feb 24 21:42:25.970 INFO O| Feb 24 21:42:25.970 INFO STEP 52 (ensure_dir) COMPLETE
84542025-02-24T21:42:27.605Z[ recovery-image] Feb 24 21:42:25.970 INFO O| Feb 24 21:42:25.970 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-24T21:42:27.640Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84562025-02-24T21:42:27.640Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 INFO copying /tmp/.tmp1fVI8h/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 ...
84572025-02-24T21:42:27.643Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 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
84582025-02-24T21:42:27.643Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 INFO ok!
84592025-02-24T21:42:27.643Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 INFO STEP 53 (ensure_file) COMPLETE
84602025-02-24T21:42:27.643Z[ recovery-image] Feb 24 21:42:26.007 INFO O| Feb 24 21:42:26.007 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-24T21:42:27.740Z[ recovery-image] Feb 24 21:42:26.107 INFO O| Feb 24 21:42:26.107 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84622025-02-24T21:42:27.740Z[ recovery-image] Feb 24 21:42:26.107 INFO O| Feb 24 21:42:26.107 INFO copying /tmp/.tmp1fVI8h/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 ...
84632025-02-24T21:42:27.743Z[ recovery-image] Feb 24 21:42:26.107 INFO O| Feb 24 21:42:26.107 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
84642025-02-24T21:42:27.743Z[ recovery-image] Feb 24 21:42:26.107 INFO O| Feb 24 21:42:26.107 INFO ok!
84652025-02-24T21:42:27.743Z[ recovery-image] Feb 24 21:42:26.107 INFO O| Feb 24 21:42:26.107 INFO STEP 54 (ensure_file) COMPLETE
84662025-02-24T21:42:27.743Z[ recovery-image] Feb 24 21:42:26.108 INFO O| Feb 24 21:42:26.107 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84672025-02-24T21:42:27.778Z[ recovery-image] Feb 24 21:42:26.146 INFO O| Feb 24 21:42:26.146 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84682025-02-24T21:42:27.778Z[ recovery-image] Feb 24 21:42:26.146 INFO O| Feb 24 21:42:26.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84692025-02-24T21:42:27.781Z[ recovery-image] Feb 24 21:42:26.146 INFO O| Feb 24 21:42:26.146 INFO STEP 55 (ensure_dir) COMPLETE
84702025-02-24T21:42:27.781Z[ recovery-image] Feb 24 21:42:26.146 INFO O| Feb 24 21:42:26.146 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712025-02-24T21:42:27.810Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84722025-02-24T21:42:27.810Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO copying /tmp/.tmp1fVI8h/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 ...
84732025-02-24T21:42:27.813Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84742025-02-24T21:42:27.813Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO ok!
84752025-02-24T21:42:27.813Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO STEP 56 (ensure_file) COMPLETE
84762025-02-24T21:42:27.813Z[ recovery-image] Feb 24 21:42:26.177 INFO O| Feb 24 21:42:26.177 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772025-02-24T21:42:27.850Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84782025-02-24T21:42:27.850Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 INFO copying /tmp/.tmp1fVI8h/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 ...
84792025-02-24T21:42:27.852Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 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
84802025-02-24T21:42:27.852Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 INFO ok!
84812025-02-24T21:42:27.852Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 INFO STEP 57 (ensure_file) COMPLETE
84822025-02-24T21:42:27.852Z[ recovery-image] Feb 24 21:42:26.217 INFO O| Feb 24 21:42:26.217 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84832025-02-24T21:42:27.892Z[ recovery-image] Feb 24 21:42:26.259 INFO O| Feb 24 21:42:26.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84842025-02-24T21:42:27.892Z[ recovery-image] Feb 24 21:42:26.259 INFO O| Feb 24 21:42:26.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84852025-02-24T21:42:27.892Z[ recovery-image] Feb 24 21:42:26.259 INFO O| Feb 24 21:42:26.259 INFO STEP 58 (ensure_dir) COMPLETE
84862025-02-24T21:42:27.895Z[ recovery-image] Feb 24 21:42:26.259 INFO O| Feb 24 21:42:26.259 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872025-02-24T21:42:27.914Z[ recovery-image] Feb 24 21:42:26.281 INFO O| Feb 24 21:42:26.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84882025-02-24T21:42:27.914Z[ recovery-image] Feb 24 21:42:26.281 INFO O| Feb 24 21:42:26.281 INFO copying /tmp/.tmp1fVI8h/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 ...
84892025-02-24T21:42:27.916Z[ recovery-image] Feb 24 21:42:26.282 INFO O| Feb 24 21:42:26.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84902025-02-24T21:42:27.916Z[ recovery-image] Feb 24 21:42:26.282 INFO O| Feb 24 21:42:26.282 INFO ok!
84912025-02-24T21:42:27.916Z[ recovery-image] Feb 24 21:42:26.282 INFO O| Feb 24 21:42:26.282 INFO STEP 59 (ensure_file) COMPLETE
84922025-02-24T21:42:27.916Z[ recovery-image] Feb 24 21:42:26.282 INFO O| Feb 24 21:42:26.282 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84932025-02-24T21:42:27.957Z[ recovery-image] Feb 24 21:42:26.323 INFO O| Feb 24 21:42:26.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84942025-02-24T21:42:27.957Z[ recovery-image] Feb 24 21:42:26.324 INFO O| Feb 24 21:42:26.323 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84952025-02-24T21:42:27.961Z[ recovery-image] Feb 24 21:42:26.324 INFO O| Feb 24 21:42:26.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84962025-02-24T21:42:27.961Z[ recovery-image] Feb 24 21:42:26.324 INFO O| Feb 24 21:42:26.324 INFO ok!
84972025-02-24T21:42:27.961Z[ recovery-image] Feb 24 21:42:26.324 INFO O| Feb 24 21:42:26.324 INFO STEP 60 (ensure_file) COMPLETE
84982025-02-24T21:42:27.961Z[ recovery-image] Feb 24 21:42:26.324 INFO O| Feb 24 21:42:26.324 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84992025-02-24T21:42:27.978Z[ recovery-image] Feb 24 21:42:26.344 INFO O| Feb 24 21:42:26.344 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85002025-02-24T21:42:27.980Z[ recovery-image] Feb 24 21:42:26.344 INFO O| Feb 24 21:42:26.344 INFO STEP 61 (ensure_dir) COMPLETE
85012025-02-24T21:42:27.980Z[ recovery-image] Feb 24 21:42:26.344 INFO O| Feb 24 21:42:26.344 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85022025-02-24T21:42:28.022Z[ recovery-image] Feb 24 21:42:26.389 INFO O| Feb 24 21:42:26.389 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85032025-02-24T21:42:28.022Z[ recovery-image] Feb 24 21:42:26.389 INFO O| Feb 24 21:42:26.389 INFO STEP 62 (ensure_dir) COMPLETE
85042025-02-24T21:42:28.024Z[ recovery-image] Feb 24 21:42:26.389 INFO O| Feb 24 21:42:26.389 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85052025-02-24T21:42:28.046Z[ recovery-image] Feb 24 21:42:26.412 INFO O| Feb 24 21:42:26.412 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85062025-02-24T21:42:28.046Z[ recovery-image] Feb 24 21:42:26.412 INFO O| Feb 24 21:42:26.412 INFO STEP 63 (ensure_dir) COMPLETE
85072025-02-24T21:42:28.049Z[ recovery-image] Feb 24 21:42:26.412 INFO O| Feb 24 21:42:26.412 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85082025-02-24T21:42:28.151Z[ recovery-image] Feb 24 21:42:26.518 INFO O| Feb 24 21:42:26.518 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85092025-02-24T21:42:28.151Z[ recovery-image] Feb 24 21:42:26.518 INFO O| Feb 24 21:42:26.518 INFO STEP 64 (ensure_dir) COMPLETE
85102025-02-24T21:42:28.151Z[ recovery-image] Feb 24 21:42:26.518 INFO O| Feb 24 21:42:26.518 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85112025-02-24T21:42:28.182Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.549 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85122025-02-24T21:42:28.182Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.550 INFO copying /tmp/.tmp1fVI8h/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85132025-02-24T21:42:28.185Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85142025-02-24T21:42:28.185Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.550 INFO ok!
85152025-02-24T21:42:28.185Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.550 INFO STEP 65 (ensure_file) COMPLETE
85162025-02-24T21:42:28.185Z[ recovery-image] Feb 24 21:42:26.550 INFO O| Feb 24 21:42:26.550 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85172025-02-24T21:42:28.207Z[ recovery-image] Feb 24 21:42:26.574 INFO O| Feb 24 21:42:26.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85182025-02-24T21:42:28.211Z[ recovery-image] Feb 24 21:42:26.575 INFO O| Feb 24 21:42:26.575 INFO STEP 66 (remove_files) COMPLETE
85192025-02-24T21:42:28.211Z[ recovery-image] Feb 24 21:42:26.575 INFO O| Feb 24 21:42:26.575 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85202025-02-24T21:42:28.229Z[ recovery-image] Feb 24 21:42:26.597 INFO O| Feb 24 21:42:26.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85212025-02-24T21:42:28.232Z[ recovery-image] Feb 24 21:42:26.597 INFO O| Feb 24 21:42:26.597 INFO STEP 67 (remove_files) COMPLETE
85222025-02-24T21:42:28.232Z[ recovery-image] Feb 24 21:42:26.597 INFO O| Feb 24 21:42:26.597 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85232025-02-24T21:42:28.277Z[ recovery-image] Feb 24 21:42:26.645 INFO O| Feb 24 21:42:26.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85242025-02-24T21:42:28.280Z[ recovery-image] Feb 24 21:42:26.645 INFO O| Feb 24 21:42:26.645 INFO STEP 68 (remove_files) COMPLETE
85252025-02-24T21:42:28.280Z[ recovery-image] Feb 24 21:42:26.645 INFO O| Feb 24 21:42:26.645 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85262025-02-24T21:42:28.301Z[ recovery-image] Feb 24 21:42:26.668 INFO O| Feb 24 21:42:26.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85272025-02-24T21:42:28.304Z[ recovery-image] Feb 24 21:42:26.669 INFO O| Feb 24 21:42:26.669 INFO STEP 69 (remove_files) COMPLETE
85282025-02-24T21:42:28.304Z[ recovery-image] Feb 24 21:42:26.669 INFO O| Feb 24 21:42:26.669 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85292025-02-24T21:42:28.322Z[ recovery-image] Feb 24 21:42:26.689 INFO O| Feb 24 21:42:26.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85302025-02-24T21:42:28.324Z[ recovery-image] Feb 24 21:42:26.690 INFO O| Feb 24 21:42:26.689 INFO STEP 70 (remove_files) COMPLETE
85312025-02-24T21:42:28.325Z[ recovery-image] Feb 24 21:42:26.690 INFO O| Feb 24 21:42:26.690 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85322025-02-24T21:42:28.344Z[ recovery-image] Feb 24 21:42:26.711 INFO O| Feb 24 21:42:26.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85332025-02-24T21:42:28.344Z[ recovery-image] Feb 24 21:42:26.711 INFO O| Feb 24 21:42:26.711 INFO STEP 71 (remove_files) COMPLETE
85342025-02-24T21:42:28.344Z[ recovery-image] Feb 24 21:42:26.711 INFO O| Feb 24 21:42:26.711 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85352025-02-24T21:42:28.371Z[ recovery-image] Feb 24 21:42:26.738 INFO O| Feb 24 21:42:26.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85362025-02-24T21:42:28.371Z[ recovery-image] Feb 24 21:42:26.738 INFO O| Feb 24 21:42:26.738 INFO STEP 72 (remove_files) COMPLETE
85372025-02-24T21:42:28.373Z[ recovery-image] Feb 24 21:42:26.738 INFO O| Feb 24 21:42:26.738 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85382025-02-24T21:42:28.391Z[ recovery-image] Feb 24 21:42:26.758 INFO O| Feb 24 21:42:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85392025-02-24T21:42:28.394Z[ recovery-image] Feb 24 21:42:26.758 INFO O| Feb 24 21:42:26.758 INFO STEP 73 (remove_files) COMPLETE
85402025-02-24T21:42:28.394Z[ recovery-image] Feb 24 21:42:26.758 INFO O| Feb 24 21:42:26.758 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85412025-02-24T21:42:28.413Z[ recovery-image] Feb 24 21:42:26.780 INFO O| Feb 24 21:42:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85422025-02-24T21:42:28.413Z[ recovery-image] Feb 24 21:42:26.780 INFO O| Feb 24 21:42:26.780 INFO STEP 74 (remove_files) COMPLETE
85432025-02-24T21:42:28.413Z[ recovery-image] Feb 24 21:42:26.780 INFO O| Feb 24 21:42:26.780 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85442025-02-24T21:42:28.433Z[ recovery-image] Feb 24 21:42:26.800 INFO O| Feb 24 21:42:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85452025-02-24T21:42:28.433Z[ recovery-image] Feb 24 21:42:26.800 INFO O| Feb 24 21:42:26.800 INFO STEP 75 (remove_files) COMPLETE
85462025-02-24T21:42:28.433Z[ recovery-image] Feb 24 21:42:26.800 INFO O| Feb 24 21:42:26.800 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85472025-02-24T21:42:28.453Z[ recovery-image] Feb 24 21:42:26.821 INFO O| Feb 24 21:42:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85482025-02-24T21:42:28.456Z[ recovery-image] Feb 24 21:42:26.821 INFO O| Feb 24 21:42:26.821 INFO STEP 76 (remove_files) COMPLETE
85492025-02-24T21:42:28.456Z[ recovery-image] Feb 24 21:42:26.821 INFO O| Feb 24 21:42:26.821 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85502025-02-24T21:42:28.498Z[ recovery-image] Feb 24 21:42:26.865 INFO O| Feb 24 21:42:26.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85512025-02-24T21:42:28.498Z[ recovery-image] Feb 24 21:42:26.865 INFO O| Feb 24 21:42:26.865 INFO STEP 77 (remove_files) COMPLETE
85522025-02-24T21:42:28.498Z[ recovery-image] Feb 24 21:42:26.865 INFO O| Feb 24 21:42:26.865 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85532025-02-24T21:42:28.519Z[ recovery-image] Feb 24 21:42:26.886 INFO O| Feb 24 21:42:26.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85542025-02-24T21:42:28.519Z[ recovery-image] Feb 24 21:42:26.886 INFO O| Feb 24 21:42:26.886 INFO STEP 78 (remove_files) COMPLETE
85552025-02-24T21:42:28.519Z[ recovery-image] Feb 24 21:42:26.886 INFO O| Feb 24 21:42:26.886 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85562025-02-24T21:42:28.541Z[ recovery-image] Feb 24 21:42:26.909 INFO O| Feb 24 21:42:26.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85572025-02-24T21:42:28.541Z[ recovery-image] Feb 24 21:42:26.909 INFO O| Feb 24 21:42:26.909 INFO STEP 79 (remove_files) COMPLETE
85582025-02-24T21:42:28.544Z[ recovery-image] Feb 24 21:42:26.909 INFO O| Feb 24 21:42:26.909 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85592025-02-24T21:42:28.565Z[ recovery-image] Feb 24 21:42:26.932 INFO O| Feb 24 21:42:26.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85602025-02-24T21:42:28.565Z[ recovery-image] Feb 24 21:42:26.932 INFO O| Feb 24 21:42:26.932 INFO STEP 80 (remove_files) COMPLETE
85612025-02-24T21:42:28.565Z[ recovery-image] Feb 24 21:42:26.932 INFO O| Feb 24 21:42:26.932 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85622025-02-24T21:42:28.611Z[ recovery-image] Feb 24 21:42:26.978 INFO O| Feb 24 21:42:26.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85632025-02-24T21:42:28.611Z[ recovery-image] Feb 24 21:42:26.978 INFO O| Feb 24 21:42:26.978 INFO STEP 81 (remove_files) COMPLETE
85642025-02-24T21:42:28.614Z[ recovery-image] Feb 24 21:42:26.978 INFO O| Feb 24 21:42:26.978 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85652025-02-24T21:42:28.635Z[ recovery-image] Feb 24 21:42:27.002 INFO O| Feb 24 21:42:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85662025-02-24T21:42:28.635Z[ recovery-image] Feb 24 21:42:27.002 INFO O| Feb 24 21:42:27.002 INFO STEP 82 (remove_files) COMPLETE
85672025-02-24T21:42:28.635Z[ recovery-image] Feb 24 21:42:27.002 INFO O| Feb 24 21:42:27.002 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85682025-02-24T21:42:28.660Z[ recovery-image] Feb 24 21:42:27.026 INFO O| Feb 24 21:42:27.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85692025-02-24T21:42:28.660Z[ recovery-image] Feb 24 21:42:27.026 INFO O| Feb 24 21:42:27.026 INFO STEP 83 (remove_files) COMPLETE
85702025-02-24T21:42:28.660Z[ recovery-image] Feb 24 21:42:27.026 INFO O| Feb 24 21:42:27.026 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85712025-02-24T21:42:28.681Z[ recovery-image] Feb 24 21:42:27.048 INFO O| Feb 24 21:42:27.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85722025-02-24T21:42:28.681Z[ recovery-image] Feb 24 21:42:27.048 INFO O| Feb 24 21:42:27.048 INFO STEP 84 (remove_files) COMPLETE
85732025-02-24T21:42:28.681Z[ recovery-image] Feb 24 21:42:27.048 INFO O| Feb 24 21:42:27.048 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85742025-02-24T21:42:28.720Z[ recovery-image] Feb 24 21:42:27.087 INFO O| Feb 24 21:42:27.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85752025-02-24T21:42:28.720Z[ recovery-image] Feb 24 21:42:27.087 INFO O| Feb 24 21:42:27.087 INFO STEP 85 (remove_files) COMPLETE
85762025-02-24T21:42:28.720Z[ recovery-image] Feb 24 21:42:27.087 INFO O| Feb 24 21:42:27.087 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85772025-02-24T21:42:28.744Z[ recovery-image] Feb 24 21:42:27.111 INFO O| Feb 24 21:42:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85782025-02-24T21:42:28.744Z[ recovery-image] Feb 24 21:42:27.111 INFO O| Feb 24 21:42:27.111 INFO STEP 86 (remove_files) COMPLETE
85792025-02-24T21:42:28.747Z[ recovery-image] Feb 24 21:42:27.111 INFO O| Feb 24 21:42:27.111 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85802025-02-24T21:42:28.774Z[ recovery-image] Feb 24 21:42:27.141 INFO O| Feb 24 21:42:27.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85812025-02-24T21:42:28.774Z[ recovery-image] Feb 24 21:42:27.141 INFO O| Feb 24 21:42:27.141 INFO STEP 87 (remove_files) COMPLETE
85822025-02-24T21:42:28.774Z[ recovery-image] Feb 24 21:42:27.141 INFO O| Feb 24 21:42:27.141 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85832025-02-24T21:42:28.797Z[ recovery-image] Feb 24 21:42:27.164 INFO O| Feb 24 21:42:27.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85842025-02-24T21:42:28.800Z[ recovery-image] Feb 24 21:42:27.165 INFO O| Feb 24 21:42:27.164 INFO STEP 88 (remove_files) COMPLETE
85852025-02-24T21:42:28.800Z[ recovery-image] Feb 24 21:42:27.165 INFO O| Feb 24 21:42:27.164 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85862025-02-24T21:42:28.854Z[ recovery-image] Feb 24 21:42:27.222 INFO O| Feb 24 21:42:27.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85872025-02-24T21:42:28.855Z[ recovery-image] Feb 24 21:42:27.222 INFO O| Feb 24 21:42:27.222 INFO STEP 89 (remove_files) COMPLETE
85882025-02-24T21:42:28.857Z[ recovery-image] Feb 24 21:42:27.222 INFO O| Feb 24 21:42:27.222 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85892025-02-24T21:42:28.913Z[ recovery-image] Feb 24 21:42:27.280 INFO O| Feb 24 21:42:27.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85902025-02-24T21:42:28.913Z[ recovery-image] Feb 24 21:42:27.280 INFO O| Feb 24 21:42:27.280 INFO STEP 90 (remove_files) COMPLETE
85912025-02-24T21:42:28.913Z[ recovery-image] Feb 24 21:42:27.280 INFO O| Feb 24 21:42:27.280 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85922025-02-24T21:42:28.951Z[ recovery-image] Feb 24 21:42:27.318 INFO O| Feb 24 21:42:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85932025-02-24T21:42:28.951Z[ recovery-image] Feb 24 21:42:27.318 INFO O| Feb 24 21:42:27.318 INFO STEP 91 (remove_files) COMPLETE
85942025-02-24T21:42:28.951Z[ recovery-image] Feb 24 21:42:27.318 INFO O| Feb 24 21:42:27.318 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85952025-02-24T21:42:29.007Z[ recovery-image] Feb 24 21:42:27.374 INFO O| Feb 24 21:42:27.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85962025-02-24T21:42:29.007Z[ recovery-image] Feb 24 21:42:27.374 INFO O| Feb 24 21:42:27.374 INFO STEP 92 (remove_files) COMPLETE
85972025-02-24T21:42:29.010Z[ recovery-image] Feb 24 21:42:27.374 INFO O| Feb 24 21:42:27.374 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85982025-02-24T21:42:29.029Z[ recovery-image] Feb 24 21:42:27.396 INFO O| Feb 24 21:42:27.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85992025-02-24T21:42:29.029Z[ recovery-image] Feb 24 21:42:27.396 INFO O| Feb 24 21:42:27.396 INFO STEP 93 (remove_files) COMPLETE
86002025-02-24T21:42:29.029Z[ recovery-image] Feb 24 21:42:27.396 INFO O| Feb 24 21:42:27.396 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86012025-02-24T21:42:29.070Z[ recovery-image] Feb 24 21:42:27.437 INFO O| Feb 24 21:42:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86022025-02-24T21:42:29.070Z[ recovery-image] Feb 24 21:42:27.437 INFO O| Feb 24 21:42:27.437 INFO STEP 94 (remove_files) COMPLETE
86032025-02-24T21:42:29.073Z[ recovery-image] Feb 24 21:42:27.437 INFO O| Feb 24 21:42:27.437 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86042025-02-24T21:42:29.113Z[ recovery-image] Feb 24 21:42:27.480 INFO O| Feb 24 21:42:27.480 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86052025-02-24T21:42:29.116Z[ recovery-image] Feb 24 21:42:27.481 INFO O| Feb 24 21:42:27.481 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86062025-02-24T21:42:38.217Z[ recovery-image] Feb 24 21:42:36.581 INFO O| Feb 24 21:42:36.581 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
86072025-02-24T21:42:38.217Z[ recovery-image] Feb 24 21:42:36.581 INFO O| Feb 24 21:42:36.581 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86082025-02-24T21:42:38.236Z[ recovery-image] Feb 24 21:42:36.600 INFO O| Feb 24 21:42:36.600 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86092025-02-24T21:42:38.430Z[ recovery-image] Feb 24 21:42:36.794 INFO O| Feb 24 21:42:36.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86102025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.794 INFO O| Feb 24 21:42:36.792 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 ...
86112025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86122025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO ok!
86132025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86142025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO STEP 95 (seed_smf) COMPLETE
86152025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO steps complete; finalising image!
86162025-02-24T21:42:38.433Z[ recovery-image] Feb 24 21:42:36.795 INFO O| Feb 24 21:42:36.795 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86172025-02-24T21:42:38.502Z[ recovery-image] Feb 24 21:42:36.864 INFO O| Feb 24 21:42:36.864 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Mon Feb 24 21:42:36 2025)
86182025-02-24T21:42:38.712Z[ recovery-image] Feb 24 21:42:37.076 INFO O| Feb 24 21:42:37.076 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Mon Feb 24 21:42:36 2025)
86192025-02-24T21:42:38.953Z[ recovery-image] Feb 24 21:42:37.317 INFO O| Feb 24 21:42:37.317 INFO temporary pool has 377M used, 1.38G avail, 1.00x compressratio
86202025-02-24T21:42:38.953Z[ recovery-image] Feb 24 21:42:37.317 INFO O| Feb 24 21:42:37.317 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86212025-02-24T21:42:39.713Z[ recovery-image] Feb 24 21:42:38.077 INFO O| Feb 24 21:42:38.076 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
86222025-02-24T21:42:39.715Z[ recovery-image] Feb 24 21:42:38.077 INFO O| Feb 24 21:42:38.077 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86232025-02-24T21:42:40.773Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
86242025-02-24T21:42:41.573Z[verify-libraries] Compiling heck v0.4.1
86252025-02-24T21:42:43.162Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
86262025-02-24T21:42:45.278Z[ recovery-image] Feb 24 21:42:43.640 INFO O| Feb 24 21:42:43.640 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86272025-02-24T21:42:45.278Z[ recovery-image] Feb 24 21:42:43.640 INFO O| Feb 24 21:42:43.640 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86282025-02-24T21:42:45.280Z[ recovery-image] Feb 24 21:42:43.640 INFO O| Feb 24 21:42:43.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86292025-02-24T21:42:45.280Z[ recovery-image] Feb 24 21:42:43.640 INFO O| Feb 24 21:42:43.640 INFO completed processing gimlet/zfs-recovery
86302025-02-24T21:42:45.280Z[ recovery-image] Feb 24 21:42:43.640 INFO O| Feb 24 21:42:43.640 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86312025-02-24T21:42:45.768Z[ recovery-image] Feb 24 21:42:44.130 INFO O| Feb 24 21:42:44.130 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86322025-02-24T21:42:45.916Z[ recovery-image] Feb 24 21:42:44.279 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86332025-02-24T21:42:45.919Z[ recovery-image] Feb 24 21:42:44.279 INFO expanded image name: "recovery afbc4ad/${os_short_commit} 2025-02-24 21:09" -> "recovery afbc4ad/9fcb5ef 2025-02-24 21:09"
86342025-02-24T21:42:45.919Z[ recovery-image] Feb 24 21:42:44.279 INFO output artefacts stored in: "/work/os-recovery"
86352025-02-24T21:42:45.919Z[ recovery-image] Feb 24 21:42:44.279 INFO collecting git info from project "pinprick"...
86362025-02-24T21:42:45.947Z[ recovery-image] Feb 24 21:42:44.309 INFO collecting git info from project "phbl"...
86372025-02-24T21:42:45.959Z[ recovery-image] Feb 24 21:42:44.321 INFO collecting git info from project "amd-firmware"...
86382025-02-24T21:42:46.585Z[ recovery-image] Feb 24 21:42:44.947 INFO collecting git info from project "pilot"...
86392025-02-24T21:42:46.603Z[ recovery-image] Feb 24 21:42:44.965 INFO collecting git info from project "chelsio-t6-roms"...
86402025-02-24T21:42:46.636Z[ recovery-image] Feb 24 21:42:44.998 INFO collecting git info from project "image-builder"...
86412025-02-24T21:42:46.661Z[ recovery-image] Feb 24 21:42:45.022 INFO collecting git info from project "bootserver"...
86422025-02-24T21:42:46.688Z[ recovery-image] Feb 24 21:42:45.050 INFO collecting git info from project "amd-host-image-builder"...
86432025-02-24T21:42:47.466Z[ recovery-image] Feb 24 21:42:45.826 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86442025-02-24T21:42:48.862Z[ recovery-image] Feb 24 21:42:47.224 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86452025-02-24T21:42:49.623Z[ recovery-image] Feb 24 21:42:47.984 INFO creating Oxide boot image...
86462025-02-24T21:42:49.623Z[ recovery-image] Feb 24 21:42:47.984 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery afbc4ad/9fcb5ef 2025-02-24 21:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86472025-02-24T21:42:51.879Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86482025-02-24T21:42:53.538Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86492025-02-24T21:43:06.752Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86502025-02-24T21:43:07.684Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86512025-02-24T21:43:08.147Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86522025-02-24T21:43:08.760Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86532025-02-24T21:43:09.607Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86542025-02-24T21:43:10.042Z[verify-libraries] Compiling sync-ptr v0.1.1
86552025-02-24T21:43:10.366Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86562025-02-24T21:43:10.368Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86572025-02-24T21:43:13.870Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86582025-02-24T21:43:36.137Z[ host-image] Feb 24 21:43:34.484 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86592025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.485 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86602025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.485 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86612025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.485 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86622025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.485 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86632025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.485 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86642025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.487 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86652025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.487 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86662025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.487 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86672025-02-24T21:43:36.140Z[ host-image] Feb 24 21:43:34.487 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86682025-02-24T21:43:36.144Z[ host-image] Feb 24 21:43:34.487 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86692025-02-24T21:43:36.144Z[ host-image] Feb 24 21:43:34.490 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86702025-02-24T21:43:36.146Z[ host-image] Feb 24 21:43:34.491 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86712025-02-24T21:43:36.146Z[ host-image] Feb 24 21:43:34.492 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86722025-02-24T21:43:36.146Z[ host-image] Feb 24 21:43:34.492 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86732025-02-24T21:43:36.146Z[ host-image] Feb 24 21:43:34.493 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86742025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.495 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86752025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.495 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86762025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.495 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86772025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.495 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86782025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.495 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86792025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.496 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86802025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.496 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86812025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.496 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86822025-02-24T21:43:36.149Z[ host-image] Feb 24 21:43:34.496 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86832025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86842025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86852025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86862025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86872025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86882025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.497 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86892025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.498 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86902025-02-24T21:43:36.152Z[ host-image] Feb 24 21:43:34.498 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
86912025-02-24T21:43:36.153Z[ host-image] Feb 24 21:43:34.498 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
86922025-02-24T21:43:36.153Z[ host-image] Feb 24 21:43:34.500 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
86932025-02-24T21:43:36.153Z[ host-image] Feb 24 21:43:34.500 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
86942025-02-24T21:43:36.168Z[ host-image] Feb 24 21:43:34.515 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
86952025-02-24T21:43:36.168Z[ host-image] Feb 24 21:43:34.515 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
86962025-02-24T21:43:36.170Z[ host-image] Feb 24 21:43:34.515 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86972025-02-24T21:43:36.170Z[ host-image] Feb 24 21:43:34.515 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86982025-02-24T21:43:36.170Z[ host-image] Feb 24 21:43:34.516 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86992025-02-24T21:43:36.170Z[ host-image] Feb 24 21:43:34.517 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
87002025-02-24T21:43:36.170Z[ host-image] Feb 24 21:43:34.517 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87012025-02-24T21:43:36.171Z[ host-image] Feb 24 21:43:34.518 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87022025-02-24T21:43:36.173Z[ host-image] Feb 24 21:43:34.519 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87032025-02-24T21:43:36.173Z[ host-image] Feb 24 21:43:34.520 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87042025-02-24T21:43:36.194Z[ host-image] Feb 24 21:43:34.542 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87052025-02-24T21:43:36.197Z[ host-image] Feb 24 21:43:34.542 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87062025-02-24T21:43:36.197Z[ host-image] Feb 24 21:43:34.542 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87072025-02-24T21:43:36.197Z[ host-image] Feb 24 21:43:34.543 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87082025-02-24T21:43:36.197Z[ host-image] Feb 24 21:43:34.544 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87092025-02-24T21:43:36.200Z[ host-image] Feb 24 21:43:34.545 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87102025-02-24T21:43:36.261Z[ host-image] Feb 24 21:43:34.608 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87112025-02-24T21:43:36.263Z[ host-image] Feb 24 21:43:34.609 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87122025-02-24T21:43:36.263Z[ host-image] Feb 24 21:43:34.609 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87132025-02-24T21:43:36.263Z[ host-image] Feb 24 21:43:34.610 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87142025-02-24T21:43:36.263Z[ host-image] Feb 24 21:43:34.611 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87152025-02-24T21:43:36.263Z[ host-image] Feb 24 21:43:34.611 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87162025-02-24T21:43:36.266Z[ host-image] Feb 24 21:43:34.611 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87172025-02-24T21:43:36.266Z[ host-image] Feb 24 21:43:34.612 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87182025-02-24T21:43:36.289Z[ host-image] Feb 24 21:43:34.636 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87192025-02-24T21:43:36.289Z[ host-image] Feb 24 21:43:34.636 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87202025-02-24T21:43:36.291Z[ host-image] Feb 24 21:43:34.636 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87212025-02-24T21:43:36.291Z[ host-image] Feb 24 21:43:34.636 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87222025-02-24T21:43:36.296Z[ host-image] Feb 24 21:43:34.644 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87232025-02-24T21:43:36.299Z[ host-image] Feb 24 21:43:34.644 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87242025-02-24T21:43:36.299Z[ host-image] Feb 24 21:43:34.644 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87252025-02-24T21:43:36.299Z[ host-image] Feb 24 21:43:34.645 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87262025-02-24T21:43:36.299Z[ host-image] Feb 24 21:43:34.645 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87272025-02-24T21:43:36.321Z[ host-image] Feb 24 21:43:34.668 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87282025-02-24T21:43:36.324Z[ host-image] Feb 24 21:43:34.669 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87292025-02-24T21:43:36.327Z[ host-image] Feb 24 21:43:34.672 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87302025-02-24T21:43:36.327Z[ host-image] Feb 24 21:43:34.673 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87312025-02-24T21:43:36.327Z[ host-image] Feb 24 21:43:34.673 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87322025-02-24T21:43:36.327Z[ host-image] Feb 24 21:43:34.674 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87332025-02-24T21:43:36.329Z[ host-image] Feb 24 21:43:34.675 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87342025-02-24T21:43:36.329Z[ host-image] Feb 24 21:43:34.675 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87352025-02-24T21:43:36.329Z[ host-image] Feb 24 21:43:34.676 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87362025-02-24T21:43:36.334Z[ host-image] Feb 24 21:43:34.682 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87372025-02-24T21:43:36.337Z[ host-image] Feb 24 21:43:34.682 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87382025-02-24T21:43:36.337Z[ host-image] Feb 24 21:43:34.683 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87392025-02-24T21:43:36.337Z[ host-image] Feb 24 21:43:34.683 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87402025-02-24T21:43:36.337Z[ host-image] Feb 24 21:43:34.684 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87412025-02-24T21:43:36.341Z[ host-image] Feb 24 21:43:34.684 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87422025-02-24T21:43:36.341Z[ host-image] Feb 24 21:43:34.684 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87432025-02-24T21:43:36.341Z[ host-image] Feb 24 21:43:34.685 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87442025-02-24T21:43:36.351Z[ host-image] Feb 24 21:43:34.699 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87452025-02-24T21:43:36.351Z[ host-image] Feb 24 21:43:34.699 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87462025-02-24T21:43:36.354Z[ host-image] Feb 24 21:43:34.702 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87472025-02-24T21:43:36.357Z[ host-image] Feb 24 21:43:34.704 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87482025-02-24T21:43:36.357Z[ host-image] Feb 24 21:43:34.704 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87492025-02-24T21:43:36.359Z[ host-image] Feb 24 21:43:34.705 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87502025-02-24T21:43:36.359Z[ host-image] Feb 24 21:43:34.706 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87512025-02-24T21:43:36.359Z[ host-image] Feb 24 21:43:34.706 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87522025-02-24T21:43:36.375Z[ host-image] Feb 24 21:43:34.722 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87532025-02-24T21:43:36.375Z[ host-image] Feb 24 21:43:34.723 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87542025-02-24T21:43:36.377Z[ host-image] Feb 24 21:43:34.723 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87552025-02-24T21:43:36.378Z[ host-image] Feb 24 21:43:34.725 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87562025-02-24T21:43:36.380Z[ host-image] Feb 24 21:43:34.725 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87572025-02-24T21:43:36.426Z[ host-image] Feb 24 21:43:34.773 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87582025-02-24T21:43:36.426Z[ host-image] Feb 24 21:43:34.773 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87592025-02-24T21:43:36.431Z[ host-image] Feb 24 21:43:34.774 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87602025-02-24T21:43:36.431Z[ host-image] Feb 24 21:43:34.774 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87612025-02-24T21:43:36.431Z[ host-image] Feb 24 21:43:34.775 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87622025-02-24T21:43:36.474Z[ host-image] Feb 24 21:43:34.821 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87632025-02-24T21:43:36.477Z[ host-image] Feb 24 21:43:34.822 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87642025-02-24T21:43:36.477Z[ host-image] Feb 24 21:43:34.822 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87652025-02-24T21:43:36.477Z[ host-image] Feb 24 21:43:34.822 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87662025-02-24T21:43:36.477Z[ host-image] Feb 24 21:43:34.824 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87672025-02-24T21:43:36.479Z[ host-image] Feb 24 21:43:34.824 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87682025-02-24T21:43:36.479Z[ host-image] Feb 24 21:43:34.825 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87692025-02-24T21:43:36.479Z[ host-image] Feb 24 21:43:34.826 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87702025-02-24T21:43:36.479Z[ host-image] Feb 24 21:43:34.826 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87712025-02-24T21:43:36.480Z[ host-image] Feb 24 21:43:34.827 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87722025-02-24T21:43:36.482Z[ host-image] Feb 24 21:43:34.827 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87732025-02-24T21:43:36.482Z[ host-image] Feb 24 21:43:34.828 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87742025-02-24T21:43:36.482Z[ host-image] Feb 24 21:43:34.828 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87752025-02-24T21:43:36.485Z[ host-image] Feb 24 21:43:34.833 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87762025-02-24T21:43:36.488Z[ host-image] Feb 24 21:43:34.833 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87772025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.836 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87782025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.836 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87792025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.837 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87802025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.837 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87812025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.838 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87822025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.838 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87832025-02-24T21:43:36.490Z[ host-image] Feb 24 21:43:34.838 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87842025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87852025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87862025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87872025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87882025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87892025-02-24T21:43:36.493Z[ host-image] Feb 24 21:43:34.839 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87902025-02-24T21:43:36.494Z[ host-image] Feb 24 21:43:34.840 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87912025-02-24T21:43:36.496Z[ host-image] Feb 24 21:43:34.841 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87922025-02-24T21:43:36.496Z[ host-image] Feb 24 21:43:34.843 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87932025-02-24T21:43:36.496Z[ host-image] Feb 24 21:43:34.843 INFO O| tempdir @ "/tmp/.tmp8ibwhq/tmp"
87942025-02-24T21:43:36.496Z[ host-image] Feb 24 21:43:34.843 INFO O| image root @ "/tmp/.tmp8ibwhq/tmp/root"
87952025-02-24T21:43:36.496Z[ host-image] Feb 24 21:43:34.843 INFO O| creating image...
87962025-02-24T21:43:37.767Z[ host-image] Feb 24 21:43:36.109 INFO O| copying publishers...
87972025-02-24T21:43:40.041Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
87982025-02-24T21:43:52.669Z[ recovery-image] Feb 24 21:43:51.002 INFO O| ok, image written!
87992025-02-24T21:43:52.669Z[ recovery-image] Feb 24 21:43:51.002 INFO O| ok, boot_image_csum file written!
88002025-02-24T21:43:52.677Z[ recovery-image] Feb 24 21:43:51.009 INFO creating boot archive (CPIO)...
88012025-02-24T21:43:52.677Z[ recovery-image] Feb 24 21:43:51.009 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
88022025-02-24T21:43:52.681Z[ recovery-image] Feb 24 21:43:51.020 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
88032025-02-24T21:43:52.681Z[ recovery-image] Feb 24 21:43:51.020 INFO E| + outfile=/work/os-recovery/cpio
88042025-02-24T21:43:52.681Z[ recovery-image] Feb 24 21:43:51.020 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88052025-02-24T21:43:52.699Z[ recovery-image] Feb 24 21:43:51.023 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
88062025-02-24T21:43:52.699Z[ recovery-image] Feb 24 21:43:51.024 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88072025-02-24T21:43:52.733Z[ recovery-image] Feb 24 21:43:51.073 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88082025-02-24T21:43:52.733Z[ recovery-image] Feb 24 21:43:51.073 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88092025-02-24T21:43:52.750Z[ recovery-image] Feb 24 21:43:51.085 INFO creating compressed cpio/unix for nanobl-rs...
88102025-02-24T21:43:52.750Z[ recovery-image] Feb 24 21:43:51.085 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
88112025-02-24T21:43:53.241Z[ recovery-image] Feb 24 21:43:51.582 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88122025-02-24T21:44:00.274Z[ recovery-image] Feb 24 21:43:58.613 INFO creating reset image...
88132025-02-24T21:44:00.277Z[ recovery-image] Feb 24 21:43:58.614 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88142025-02-24T21:44:00.304Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88152025-02-24T21:44:00.792Z[ recovery-image] Feb 24 21:43:59.130 INFO E| Updating crates.io index
88162025-02-24T21:44:00.972Z[ recovery-image] Feb 24 21:43:59.312 INFO E| Downloading crates ...
88172025-02-24T21:44:01.075Z[ recovery-image] Feb 24 21:43:59.414 INFO E| Downloaded clap_derive v4.5.13
88182025-02-24T21:44:01.080Z[ recovery-image] Feb 24 21:43:59.420 INFO E| Downloaded colorchoice v1.0.2
88192025-02-24T21:44:01.083Z[ recovery-image] Feb 24 21:43:59.422 INFO E| Downloaded anstyle-parse v0.2.5
88202025-02-24T21:44:01.116Z[ recovery-image] Feb 24 21:43:59.455 INFO E| Downloaded utf8parse v0.2.2
88212025-02-24T21:44:01.121Z[ recovery-image] Feb 24 21:43:59.456 INFO E| Downloaded os_pipe v1.2.1
88222025-02-24T21:44:01.121Z[ recovery-image] Feb 24 21:43:59.459 INFO E| Downloaded is_terminal_polyfill v1.70.1
88232025-02-24T21:44:01.125Z[ recovery-image] Feb 24 21:43:59.460 INFO E| Downloaded heck v0.5.0
88242025-02-24T21:44:01.125Z[ recovery-image] Feb 24 21:43:59.462 INFO E| Downloaded anstyle-query v1.1.1
88252025-02-24T21:44:01.125Z[ recovery-image] Feb 24 21:43:59.465 INFO E| Downloaded quote v1.0.37
88262025-02-24T21:44:01.129Z[ recovery-image] Feb 24 21:43:59.469 INFO E| Downloaded anstyle v1.0.8
88272025-02-24T21:44:01.133Z[ recovery-image] Feb 24 21:43:59.471 INFO E| Downloaded anstream v0.6.15
88282025-02-24T21:44:01.138Z[ recovery-image] Feb 24 21:43:59.476 INFO E| Downloaded unicode-ident v1.0.13
88292025-02-24T21:44:01.169Z[ recovery-image] Feb 24 21:43:59.505 INFO E| Downloaded clap v4.5.17
88302025-02-24T21:44:01.181Z[ recovery-image] Feb 24 21:43:59.520 INFO E| Downloaded proc-macro2 v1.0.86
88312025-02-24T21:44:01.185Z[ recovery-image] Feb 24 21:43:59.524 INFO E| Downloaded once_cell v1.19.0
88322025-02-24T21:44:01.188Z[ recovery-image] Feb 24 21:43:59.528 INFO E| Downloaded duct v0.13.7
88332025-02-24T21:44:01.192Z[ recovery-image] Feb 24 21:43:59.531 INFO E| Downloaded strsim v0.11.1
88342025-02-24T21:44:01.195Z[ recovery-image] Feb 24 21:43:59.533 INFO E| Downloaded shared_child v1.0.1
88352025-02-24T21:44:01.210Z[ recovery-image] Feb 24 21:43:59.544 INFO E| Downloaded clap_lex v0.7.2
88362025-02-24T21:44:01.216Z[ recovery-image] Feb 24 21:43:59.546 INFO E| Downloaded clap_builder v4.5.17
88372025-02-24T21:44:01.222Z[ recovery-image] Feb 24 21:43:59.559 INFO E| Downloaded syn v2.0.77
88382025-02-24T21:44:01.267Z[ recovery-image] Feb 24 21:43:59.606 INFO E| Downloaded libc v0.2.158
88392025-02-24T21:44:01.408Z[ recovery-image] Feb 24 21:43:59.747 INFO E| Compiling proc-macro2 v1.0.86
88402025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.747 INFO E| Compiling unicode-ident v1.0.13
88412025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling libc v0.2.158
88422025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling utf8parse v0.2.2
88432025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling anstyle-query v1.1.1
88442025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling colorchoice v1.0.2
88452025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling anstyle v1.0.8
88462025-02-24T21:44:01.425Z[ recovery-image] Feb 24 21:43:59.748 INFO E| Compiling is_terminal_polyfill v1.70.1
88472025-02-24T21:44:02.124Z[ recovery-image] Feb 24 21:44:00.463 INFO E| Compiling anstyle-parse v0.2.5
88482025-02-24T21:44:02.617Z[ recovery-image] Feb 24 21:44:00.956 INFO E| Compiling clap_lex v0.7.2
88492025-02-24T21:44:02.828Z[ recovery-image] Feb 24 21:44:01.167 INFO E| Compiling anstream v0.6.15
88502025-02-24T21:44:02.831Z[ recovery-image] Feb 24 21:44:01.167 INFO E| Compiling heck v0.5.0
88512025-02-24T21:44:02.862Z[ recovery-image] Feb 24 21:44:01.200 INFO E| Compiling strsim v0.11.1
88522025-02-24T21:44:02.913Z[ recovery-image] Feb 24 21:44:01.252 INFO E| Compiling once_cell v1.19.0
88532025-02-24T21:44:04.470Z[ recovery-image] Feb 24 21:44:02.808 INFO E| Compiling clap_builder v4.5.17
88542025-02-24T21:44:04.823Z[ recovery-image] Feb 24 21:44:03.158 INFO E| Compiling shared_child v1.0.1
88552025-02-24T21:44:04.978Z[ recovery-image] Feb 24 21:44:03.283 INFO E| Compiling os_pipe v1.2.1
88562025-02-24T21:44:05.196Z[ host-image] Feb 24 21:44:03.519 INFO O| adding properties...
88572025-02-24T21:44:05.280Z[ recovery-image] Feb 24 21:44:03.617 INFO E| Compiling duct v0.13.7
88582025-02-24T21:44:06.335Z[ recovery-image] Feb 24 21:44:04.665 INFO E| Compiling quote v1.0.37
88592025-02-24T21:44:11.711Z[ recovery-image] Feb 24 21:44:06.318 INFO E| Compiling syn v2.0.77
88602025-02-24T21:44:11.789Z[ host-image] Feb 24 21:44:08.478 INFO O| installing packages...
88612025-02-24T21:44:17.762Z[ recovery-image] Feb 24 21:44:16.097 INFO E| Compiling clap_derive v4.5.13
88622025-02-24T21:44:22.885Z[ recovery-image] Feb 24 21:44:21.035 INFO E| Compiling clap v4.5.17
88632025-02-24T21:44:22.903Z[ recovery-image] Feb 24 21:44:21.141 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88642025-02-24T21:44:25.082Z[ recovery-image] Feb 24 21:44:23.414 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.64s
88652025-02-24T21:44:25.104Z[ recovery-image] Feb 24 21:44:23.437 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88662025-02-24T21:44:25.442Z[ recovery-image] Feb 24 21:44:23.774 INFO E| Updating crates.io index
88672025-02-24T21:44:25.652Z[ recovery-image] Feb 24 21:44:23.985 INFO E| Downloading crates ...
88682025-02-24T21:44:25.784Z[ recovery-image] Feb 24 21:44:24.114 INFO E| Downloaded bit_field v0.10.2
88692025-02-24T21:44:25.787Z[ recovery-image] Feb 24 21:44:24.117 INFO E| Downloaded adler2 v2.0.0
88702025-02-24T21:44:25.794Z[ recovery-image] Feb 24 21:44:24.126 INFO E| Downloaded scroll_derive v0.12.0
88712025-02-24T21:44:25.797Z[ recovery-image] Feb 24 21:44:24.127 INFO E| Downloaded bitstruct_derive v0.1.0
88722025-02-24T21:44:25.797Z[ recovery-image] Feb 24 21:44:24.129 INFO E| Downloaded bitstruct v0.1.1
88732025-02-24T21:44:25.811Z[ recovery-image] Feb 24 21:44:24.144 INFO E| Downloaded seq-macro v0.3.5
88742025-02-24T21:44:25.814Z[ recovery-image] Feb 24 21:44:24.147 INFO E| Downloaded scroll v0.12.0
88752025-02-24T21:44:25.817Z[ recovery-image] Feb 24 21:44:24.149 INFO E| Downloaded proc-macro2 v1.0.89
88762025-02-24T21:44:25.821Z[ recovery-image] Feb 24 21:44:24.154 INFO E| Downloaded cpio_reader v0.1.1
88772025-02-24T21:44:25.842Z[ recovery-image] Feb 24 21:44:24.174 INFO E| Downloaded miniz_oxide v0.8.0
88782025-02-24T21:44:25.846Z[ recovery-image] Feb 24 21:44:24.178 INFO E| Downloaded raw-cpuid v10.7.0
88792025-02-24T21:44:25.861Z[ recovery-image] Feb 24 21:44:24.193 INFO E| Downloaded goblin v0.8.2
88802025-02-24T21:44:25.891Z[ recovery-image] Feb 24 21:44:24.223 INFO E| Downloaded syn v2.0.85
88812025-02-24T21:44:26.068Z[ recovery-image] Feb 24 21:44:24.399 INFO E| Downloaded x86 v0.52.0
88822025-02-24T21:44:26.129Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88832025-02-24T21:44:26.155Z[ recovery-image] Feb 24 21:44:24.487 INFO E| Updating crates.io index
88842025-02-24T21:44:26.334Z[ recovery-image] Feb 24 21:44:24.666 INFO E| Downloading crates ...
88852025-02-24T21:44:26.471Z[ recovery-image] Feb 24 21:44:24.803 INFO E| Downloaded getopts v0.2.21
88862025-02-24T21:44:26.474Z[ recovery-image] Feb 24 21:44:24.806 INFO E| Downloaded allocator-api2 v0.2.18
88872025-02-24T21:44:26.488Z[ recovery-image] Feb 24 21:44:24.810 INFO E| Downloaded hashbrown v0.15.0
88882025-02-24T21:44:26.517Z[ recovery-image] Feb 24 21:44:24.849 INFO E| Downloaded rustc-demangle v0.1.24
88892025-02-24T21:44:26.520Z[ recovery-image] Feb 24 21:44:24.852 INFO E| Downloaded memchr v2.5.0
88902025-02-24T21:44:26.564Z[ recovery-image] Feb 24 21:44:24.896 INFO E| Downloaded compiler_builtins v0.1.134
88912025-02-24T21:44:26.649Z[ recovery-image] Feb 24 21:44:24.981 INFO E| Downloaded libc v0.2.161
88922025-02-24T21:44:26.820Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling compiler_builtins v0.1.134
88932025-02-24T21:44:26.820Z[ recovery-image] Feb 24 21:44:25.151 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)
88942025-02-24T21:44:26.823Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling proc-macro2 v1.0.89
88952025-02-24T21:44:26.824Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling unicode-ident v1.0.13
88962025-02-24T21:44:26.824Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling syn v1.0.109
88972025-02-24T21:44:26.824Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling x86 v0.52.0
88982025-02-24T21:44:26.824Z[ recovery-image] Feb 24 21:44:25.151 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88992025-02-24T21:44:26.832Z[ recovery-image] Feb 24 21:44:25.164 INFO E| Compiling seq-macro v0.3.5
89002025-02-24T21:44:29.888Z[ recovery-image] Feb 24 21:44:28.219 INFO E| Compiling quote v1.0.37
89012025-02-24T21:44:30.258Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
89022025-02-24T21:44:30.432Z[ recovery-image] Feb 24 21:44:28.762 INFO E| Compiling syn v2.0.85
89032025-02-24T21:44:36.887Z[ recovery-image] Feb 24 21:44:35.216 INFO E| Compiling scroll_derive v0.12.0
89042025-02-24T21:44:42.318Z[ recovery-image] Feb 24 21:44:40.646 INFO E| Compiling bitstruct_derive v0.1.0
89052025-02-24T21:44:45.677Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
89062025-02-24T21:44:51.768Z[ host-image] Feb 24 21:44:50.093 INFO O| seeding SMF database...
89072025-02-24T21:44:53.868Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89082025-02-24T21:44:59.945Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89092025-02-24T21:44:59.985Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89102025-02-24T21:45:00.938Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
89112025-02-24T21:45:05.116Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89122025-02-24T21:45:05.352Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89132025-02-24T21:45:05.392Z[ host-image] Feb 24 21:45:03.713 INFO O| configuring SMF profile...
89142025-02-24T21:45:05.392Z[ host-image] Feb 24 21:45:03.713 INFO O| modifying shadow(5)...
89152025-02-24T21:45:05.392Z[ host-image] Feb 24 21:45:03.713 INFO O| loading user and group database...
89162025-02-24T21:45:05.392Z[ host-image] Feb 24 21:45:03.713 INFO O| assessing packaged files...
89172025-02-24T21:45:05.968Z[verify-libraries] Compiling termios v0.3.3
89182025-02-24T21:45:06.527Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89192025-02-24T21:45:07.334Z[ recovery-image] Feb 24 21:45:05.654 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)
89202025-02-24T21:45:10.508Z[ recovery-image] Feb 24 21:45:08.827 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)
89212025-02-24T21:45:12.800Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89222025-02-24T21:45:12.922Z[ host-image] Feb 24 21:45:11.241 INFO O| creating archive...
89232025-02-24T21:45:13.002Z[ host-image] Feb 24 21:45:11.320 INFO O| missing from packaging:
89242025-02-24T21:45:13.005Z[ host-image] Feb 24 21:45:11.320 INFO O| "etc/.pwd.lock"
89252025-02-24T21:45:13.005Z[ host-image] Feb 24 21:45:11.320 INFO O| "etc/bash"
89262025-02-24T21:45:13.010Z[ host-image] Feb 24 21:45:11.329 INFO O| "etc/svc/profile/generic.xml"
89272025-02-24T21:45:13.013Z[ host-image] Feb 24 21:45:11.329 INFO O| "etc/svc/profile/inetd_services.xml"
89282025-02-24T21:45:13.013Z[ host-image] Feb 24 21:45:11.329 INFO O| "etc/svc/profile/name_service.xml"
89292025-02-24T21:45:13.013Z[ host-image] Feb 24 21:45:11.330 INFO O| "etc/svc/profile/platform.xml"
89302025-02-24T21:45:13.013Z[ host-image] Feb 24 21:45:11.330 INFO O| "etc/svc/profile/platform_omicron1.xml"
89312025-02-24T21:45:13.013Z[ host-image] Feb 24 21:45:11.330 INFO O| "etc/svc/repository.db"
89322025-02-24T21:45:13.027Z[ host-image] Feb 24 21:45:11.345 INFO O| "opt/ooce/share"
89332025-02-24T21:45:13.027Z[ host-image] Feb 24 21:45:11.345 INFO O| "opt/ooce/share/man"
89342025-02-24T21:45:13.029Z[ host-image] Feb 24 21:45:11.345 INFO O| "opt/ooce/share/man/man1"
89352025-02-24T21:45:13.042Z[ host-image] Feb 24 21:45:11.361 INFO O| finishing archive...
89362025-02-24T21:45:17.228Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling bitflags v1.3.2
89372025-02-24T21:45:17.228Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling adler2 v2.0.0
89382025-02-24T21:45:17.228Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling plain v0.2.3
89392025-02-24T21:45:17.231Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling scroll v0.12.0
89402025-02-24T21:45:17.231Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling log v0.4.22
89412025-02-24T21:45:17.231Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling bit_field v0.10.2
89422025-02-24T21:45:17.231Z[ recovery-image] Feb 24 21:45:15.546 INFO E| Compiling static_assertions v1.1.0
89432025-02-24T21:45:17.341Z[ recovery-image] Feb 24 21:45:15.658 INFO E| Compiling raw-cpuid v10.7.0
89442025-02-24T21:45:17.359Z[ recovery-image] Feb 24 21:45:15.676 INFO E| Compiling cpio_reader v0.1.1
89452025-02-24T21:45:17.582Z[ recovery-image] Feb 24 21:45:15.899 INFO E| Compiling miniz_oxide v0.8.0
89462025-02-24T21:45:17.698Z[ recovery-image] Feb 24 21:45:16.014 INFO E| Compiling bitstruct v0.1.1
89472025-02-24T21:45:17.801Z[ host-image] Feb 24 21:45:16.118 INFO O| creating gzonly manifest...
89482025-02-24T21:45:17.826Z[ host-image] Feb 24 21:45:16.143 INFO O| ok
89492025-02-24T21:45:18.120Z[ recovery-image] Feb 24 21:45:16.437 INFO E| Compiling goblin v0.8.2
89502025-02-24T21:45:18.144Z[ host-image] Feb 24 21:45:16.461 INFO image builder template: ramdisk-02-trim...
89512025-02-24T21:45:18.144Z[ host-image] Feb 24 21:45:16.462 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/.tmp1fVI8h/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
89522025-02-24T21:45:18.197Z[ host-image] Feb 24 21:45:16.514 INFO O| Feb 24 21:45:16.514 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89532025-02-24T21:45:18.237Z[ host-image] Feb 24 21:45:16.554 INFO O| Feb 24 21:45:16.554 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89542025-02-24T21:45:18.571Z[ host-image] Feb 24 21:45:16.888 INFO O| Feb 24 21:45:16.888 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89552025-02-24T21:45:18.750Z[ host-image] Feb 24 21:45:17.067 INFO O| Feb 24 21:45:17.067 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89562025-02-24T21:45:18.753Z[ host-image] Feb 24 21:45:17.068 INFO O| Feb 24 21:45:17.068 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89572025-02-24T21:45:18.763Z[ host-image] Feb 24 21:45:17.080 INFO O| Feb 24 21:45:17.080 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89582025-02-24T21:45:18.774Z[ host-image] Feb 24 21:45:17.091 INFO O| Feb 24 21:45:17.091 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89592025-02-24T21:45:18.798Z[ host-image] Feb 24 21:45:17.115 INFO O| Feb 24 21:45:17.115 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89602025-02-24T21:45:19.429Z[ host-image] Feb 24 21:45:17.745 INFO O| Feb 24 21:45:17.745 INFO rolled back to input snapshot; work may begin
89612025-02-24T21:45:19.429Z[ host-image] Feb 24 21:45:17.745 INFO O| Feb 24 21:45:17.745 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89622025-02-24T21:45:19.438Z[ host-image] Feb 24 21:45:17.755 INFO O| Feb 24 21:45:17.755 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632025-02-24T21:45:19.460Z[ host-image] Feb 24 21:45:17.777 INFO O| Feb 24 21:45:17.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89642025-02-24T21:45:19.632Z[ host-image] Feb 24 21:45:17.948 INFO O| Feb 24 21:45:17.948 INFO STEP 0 (remove_files) COMPLETE
89652025-02-24T21:45:19.632Z[ host-image] Feb 24 21:45:17.948 INFO O| Feb 24 21:45:17.948 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662025-02-24T21:45:19.690Z[ host-image] Feb 24 21:45:18.007 INFO O| Feb 24 21:45:18.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89672025-02-24T21:45:19.694Z[ host-image] Feb 24 21:45:18.010 INFO O| Feb 24 21:45:18.010 INFO STEP 1 (remove_files) COMPLETE
89682025-02-24T21:45:19.697Z[ host-image] Feb 24 21:45:18.010 INFO O| Feb 24 21:45:18.010 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692025-02-24T21:45:19.739Z[ host-image] Feb 24 21:45:18.056 INFO O| Feb 24 21:45:18.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89702025-02-24T21:45:19.763Z[ host-image] Feb 24 21:45:18.080 INFO O| Feb 24 21:45:18.080 INFO STEP 2 (remove_files) COMPLETE
89712025-02-24T21:45:19.764Z[ host-image] Feb 24 21:45:18.080 INFO O| Feb 24 21:45:18.080 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722025-02-24T21:45:19.802Z[ host-image] Feb 24 21:45:18.119 INFO O| Feb 24 21:45:18.119 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89732025-02-24T21:45:19.806Z[ host-image] Feb 24 21:45:18.122 INFO O| Feb 24 21:45:18.122 INFO STEP 3 (remove_files) COMPLETE
89742025-02-24T21:45:19.806Z[ host-image] Feb 24 21:45:18.122 INFO O| Feb 24 21:45:18.122 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752025-02-24T21:45:19.868Z[ host-image] Feb 24 21:45:18.185 INFO O| Feb 24 21:45:18.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89762025-02-24T21:45:19.876Z[ host-image] Feb 24 21:45:18.193 INFO O| Feb 24 21:45:18.193 INFO STEP 4 (remove_files) COMPLETE
89772025-02-24T21:45:19.876Z[ host-image] Feb 24 21:45:18.193 INFO O| Feb 24 21:45:18.193 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782025-02-24T21:45:19.918Z[ host-image] Feb 24 21:45:18.234 INFO O| Feb 24 21:45:18.234 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89792025-02-24T21:45:19.923Z[ host-image] Feb 24 21:45:18.240 INFO O| Feb 24 21:45:18.240 INFO STEP 5 (remove_files) COMPLETE
89802025-02-24T21:45:19.924Z[ host-image] Feb 24 21:45:18.240 INFO O| Feb 24 21:45:18.240 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812025-02-24T21:45:19.984Z[ host-image] Feb 24 21:45:18.298 INFO O| Feb 24 21:45:18.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89822025-02-24T21:45:20.006Z[ host-image] Feb 24 21:45:18.321 INFO O| Feb 24 21:45:18.321 INFO STEP 6 (remove_files) COMPLETE
89832025-02-24T21:45:20.006Z[ host-image] Feb 24 21:45:18.321 INFO O| Feb 24 21:45:18.321 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842025-02-24T21:45:20.043Z[ host-image] Feb 24 21:45:18.358 INFO O| Feb 24 21:45:18.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89852025-02-24T21:45:20.069Z[ host-image] Feb 24 21:45:18.385 INFO O| Feb 24 21:45:18.385 INFO STEP 7 (remove_files) COMPLETE
89862025-02-24T21:45:20.069Z[ host-image] Feb 24 21:45:18.385 INFO O| Feb 24 21:45:18.385 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872025-02-24T21:45:20.223Z[ host-image] Feb 24 21:45:18.535 INFO O| Feb 24 21:45:18.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89882025-02-24T21:45:20.450Z[ host-image] Feb 24 21:45:18.767 INFO O| Feb 24 21:45:18.767 INFO STEP 8 (remove_files) COMPLETE
89892025-02-24T21:45:20.450Z[ host-image] Feb 24 21:45:18.767 INFO O| Feb 24 21:45:18.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902025-02-24T21:45:20.506Z[ host-image] Feb 24 21:45:18.823 INFO O| Feb 24 21:45:18.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89912025-02-24T21:45:20.717Z[ host-image] Feb 24 21:45:19.033 INFO O| Feb 24 21:45:19.033 INFO STEP 9 (remove_files) COMPLETE
89922025-02-24T21:45:20.717Z[ host-image] Feb 24 21:45:19.033 INFO O| Feb 24 21:45:19.033 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932025-02-24T21:45:20.777Z[ host-image] Feb 24 21:45:19.093 INFO O| Feb 24 21:45:19.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89942025-02-24T21:45:20.784Z[ host-image] Feb 24 21:45:19.100 INFO O| Feb 24 21:45:19.100 INFO STEP 10 (remove_files) COMPLETE
89952025-02-24T21:45:20.784Z[ host-image] Feb 24 21:45:19.100 INFO O| Feb 24 21:45:19.100 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962025-02-24T21:45:20.818Z[ host-image] Feb 24 21:45:19.134 INFO O| Feb 24 21:45:19.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89972025-02-24T21:45:20.820Z[ host-image] Feb 24 21:45:19.136 INFO O| Feb 24 21:45:19.136 INFO STEP 11 (remove_files) COMPLETE
89982025-02-24T21:45:20.820Z[ host-image] Feb 24 21:45:19.136 INFO O| Feb 24 21:45:19.136 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992025-02-24T21:45:20.841Z[ host-image] Feb 24 21:45:19.157 INFO O| Feb 24 21:45:19.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
90002025-02-24T21:45:20.844Z[ host-image] Feb 24 21:45:19.160 INFO O| Feb 24 21:45:19.160 INFO STEP 12 (remove_files) COMPLETE
90012025-02-24T21:45:20.844Z[ host-image] Feb 24 21:45:19.160 INFO O| Feb 24 21:45:19.160 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022025-02-24T21:45:20.951Z[ host-image] Feb 24 21:45:19.267 INFO O| Feb 24 21:45:19.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
90032025-02-24T21:45:20.954Z[ host-image] Feb 24 21:45:19.271 INFO O| Feb 24 21:45:19.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
90042025-02-24T21:45:20.988Z[ host-image] Feb 24 21:45:19.305 INFO O| Feb 24 21:45:19.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90052025-02-24T21:45:20.998Z[ host-image] Feb 24 21:45:19.314 INFO O| Feb 24 21:45:19.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
90062025-02-24T21:45:22.059Z[ host-image] Feb 24 21:45:20.375 INFO O| Feb 24 21:45:20.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90072025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.376 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90082025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.376 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90092025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.376 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90102025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.376 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90112025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.376 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90122025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90132025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90142025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90152025-02-24T21:45:22.062Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90162025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90172025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.377 INFO O| Feb 24 21:45:20.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90182025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.378 INFO O| Feb 24 21:45:20.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90192025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.378 INFO O| Feb 24 21:45:20.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90202025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.378 INFO O| Feb 24 21:45:20.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90212025-02-24T21:45:22.063Z[ host-image] Feb 24 21:45:20.378 INFO O| Feb 24 21:45:20.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90222025-02-24T21:45:22.066Z[ host-image] Feb 24 21:45:20.379 INFO O| Feb 24 21:45:20.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90232025-02-24T21:45:22.077Z[ host-image] Feb 24 21:45:20.392 INFO O| Feb 24 21:45:20.392 INFO STEP 13 (remove_files) COMPLETE
90242025-02-24T21:45:22.077Z[ host-image] Feb 24 21:45:20.393 INFO O| Feb 24 21:45:20.392 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252025-02-24T21:45:22.165Z[ host-image] Feb 24 21:45:20.481 INFO O| Feb 24 21:45:20.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90262025-02-24T21:45:22.168Z[ host-image] Feb 24 21:45:20.484 INFO O| Feb 24 21:45:20.484 INFO STEP 14 (remove_files) COMPLETE
90272025-02-24T21:45:22.168Z[ host-image] Feb 24 21:45:20.484 INFO O| Feb 24 21:45:20.484 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282025-02-24T21:45:22.304Z[ host-image] Feb 24 21:45:20.620 INFO O| Feb 24 21:45:20.620 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90292025-02-24T21:45:22.317Z[ host-image] Feb 24 21:45:20.632 INFO O| Feb 24 21:45:20.632 INFO STEP 15 (remove_files) COMPLETE
90302025-02-24T21:45:22.317Z[ host-image] Feb 24 21:45:20.632 INFO O| Feb 24 21:45:20.632 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312025-02-24T21:45:22.377Z[ host-image] Feb 24 21:45:20.693 INFO O| Feb 24 21:45:20.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90322025-02-24T21:45:22.384Z[ host-image] Feb 24 21:45:20.693 INFO O| Feb 24 21:45:20.693 INFO STEP 16 (remove_files) COMPLETE
90332025-02-24T21:45:22.384Z[ host-image] Feb 24 21:45:20.693 INFO O| Feb 24 21:45:20.693 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342025-02-24T21:45:22.437Z[ host-image] Feb 24 21:45:20.753 INFO O| Feb 24 21:45:20.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90352025-02-24T21:45:22.441Z[ host-image] Feb 24 21:45:20.755 INFO O| Feb 24 21:45:20.755 INFO STEP 17 (remove_files) COMPLETE
90362025-02-24T21:45:22.441Z[ host-image] Feb 24 21:45:20.756 INFO O| Feb 24 21:45:20.755 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372025-02-24T21:45:22.499Z[ host-image] Feb 24 21:45:20.815 INFO O| Feb 24 21:45:20.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90382025-02-24T21:45:22.502Z[ host-image] Feb 24 21:45:20.815 INFO O| Feb 24 21:45:20.815 INFO STEP 18 (remove_files) COMPLETE
90392025-02-24T21:45:22.502Z[ host-image] Feb 24 21:45:20.815 INFO O| Feb 24 21:45:20.815 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402025-02-24T21:45:22.521Z[ host-image] Feb 24 21:45:20.837 INFO O| Feb 24 21:45:20.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90412025-02-24T21:45:22.521Z[ host-image] Feb 24 21:45:20.837 INFO O| Feb 24 21:45:20.837 INFO STEP 19 (remove_files) COMPLETE
90422025-02-24T21:45:22.521Z[ host-image] Feb 24 21:45:20.837 INFO O| Feb 24 21:45:20.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432025-02-24T21:45:22.543Z[ host-image] Feb 24 21:45:20.859 INFO O| Feb 24 21:45:20.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90442025-02-24T21:45:22.543Z[ host-image] Feb 24 21:45:20.859 INFO O| Feb 24 21:45:20.859 INFO STEP 20 (remove_files) COMPLETE
90452025-02-24T21:45:22.546Z[ host-image] Feb 24 21:45:20.859 INFO O| Feb 24 21:45:20.859 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462025-02-24T21:45:22.579Z[ host-image] Feb 24 21:45:20.895 INFO O| Feb 24 21:45:20.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90472025-02-24T21:45:22.582Z[ host-image] Feb 24 21:45:20.895 INFO O| Feb 24 21:45:20.895 INFO STEP 21 (remove_files) COMPLETE
90482025-02-24T21:45:22.582Z[ host-image] Feb 24 21:45:20.895 INFO O| Feb 24 21:45:20.895 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492025-02-24T21:45:22.615Z[ host-image] Feb 24 21:45:20.917 INFO O| Feb 24 21:45:20.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90502025-02-24T21:45:22.616Z[ host-image] Feb 24 21:45:20.917 INFO O| Feb 24 21:45:20.917 INFO STEP 22 (remove_files) COMPLETE
90512025-02-24T21:45:22.618Z[ host-image] Feb 24 21:45:20.917 INFO O| Feb 24 21:45:20.917 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522025-02-24T21:45:22.622Z[ host-image] Feb 24 21:45:20.938 INFO O| Feb 24 21:45:20.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90532025-02-24T21:45:22.625Z[ host-image] Feb 24 21:45:20.938 INFO O| Feb 24 21:45:20.938 INFO STEP 23 (remove_files) COMPLETE
90542025-02-24T21:45:22.625Z[ host-image] Feb 24 21:45:20.938 INFO O| Feb 24 21:45:20.938 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552025-02-24T21:45:22.645Z[ host-image] Feb 24 21:45:20.960 INFO O| Feb 24 21:45:20.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90562025-02-24T21:45:22.648Z[ host-image] Feb 24 21:45:20.961 INFO O| Feb 24 21:45:20.960 INFO STEP 24 (remove_files) COMPLETE
90572025-02-24T21:45:22.648Z[ host-image] Feb 24 21:45:20.961 INFO O| Feb 24 21:45:20.960 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582025-02-24T21:45:22.702Z[ host-image] Feb 24 21:45:21.017 INFO O| Feb 24 21:45:21.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90592025-02-24T21:45:22.705Z[ host-image] Feb 24 21:45:21.017 INFO O| Feb 24 21:45:21.017 INFO STEP 25 (remove_files) COMPLETE
90602025-02-24T21:45:22.705Z[ host-image] Feb 24 21:45:21.017 INFO O| Feb 24 21:45:21.017 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612025-02-24T21:45:22.723Z[ host-image] Feb 24 21:45:21.039 INFO O| Feb 24 21:45:21.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90622025-02-24T21:45:22.726Z[ host-image] Feb 24 21:45:21.039 INFO O| Feb 24 21:45:21.039 INFO STEP 26 (remove_files) COMPLETE
90632025-02-24T21:45:22.726Z[ host-image] Feb 24 21:45:21.039 INFO O| Feb 24 21:45:21.039 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642025-02-24T21:45:22.748Z[ host-image] Feb 24 21:45:21.064 INFO O| Feb 24 21:45:21.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90652025-02-24T21:45:22.752Z[ host-image] Feb 24 21:45:21.064 INFO O| Feb 24 21:45:21.064 INFO STEP 27 (remove_files) COMPLETE
90662025-02-24T21:45:22.752Z[ host-image] Feb 24 21:45:21.064 INFO O| Feb 24 21:45:21.064 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672025-02-24T21:45:22.780Z[ host-image] Feb 24 21:45:21.095 INFO O| Feb 24 21:45:21.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90682025-02-24T21:45:22.781Z[ host-image] Feb 24 21:45:21.095 INFO O| Feb 24 21:45:21.095 INFO STEP 28 (remove_files) COMPLETE
90692025-02-24T21:45:22.784Z[ host-image] Feb 24 21:45:21.095 INFO O| Feb 24 21:45:21.095 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702025-02-24T21:45:22.829Z[ host-image] Feb 24 21:45:21.144 INFO O| Feb 24 21:45:21.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90712025-02-24T21:45:22.829Z[ host-image] Feb 24 21:45:21.144 INFO O| Feb 24 21:45:21.144 INFO STEP 29 (remove_files) COMPLETE
90722025-02-24T21:45:22.829Z[ host-image] Feb 24 21:45:21.144 INFO O| Feb 24 21:45:21.144 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732025-02-24T21:45:22.849Z[ host-image] Feb 24 21:45:21.164 INFO O| Feb 24 21:45:21.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90742025-02-24T21:45:22.849Z[ host-image] Feb 24 21:45:21.164 INFO O| Feb 24 21:45:21.164 INFO STEP 30 (remove_files) COMPLETE
90752025-02-24T21:45:22.853Z[ host-image] Feb 24 21:45:21.164 INFO O| Feb 24 21:45:21.164 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90762025-02-24T21:45:22.958Z[ host-image] Feb 24 21:45:21.274 INFO O| Feb 24 21:45:21.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90772025-02-24T21:45:22.958Z[ host-image] Feb 24 21:45:21.274 INFO O| Feb 24 21:45:21.274 INFO STEP 31 (remove_files) COMPLETE
90782025-02-24T21:45:22.961Z[ host-image] Feb 24 21:45:21.274 INFO O| Feb 24 21:45:21.274 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792025-02-24T21:45:23.061Z[ host-image] Feb 24 21:45:21.376 INFO O| Feb 24 21:45:21.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90802025-02-24T21:45:23.061Z[ host-image] Feb 24 21:45:21.377 INFO O| Feb 24 21:45:21.377 INFO STEP 32 (remove_files) COMPLETE
90812025-02-24T21:45:23.061Z[ host-image] Feb 24 21:45:21.377 INFO O| Feb 24 21:45:21.377 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822025-02-24T21:45:23.149Z[ host-image] Feb 24 21:45:21.464 INFO O| Feb 24 21:45:21.464 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90832025-02-24T21:45:23.149Z[ host-image] Feb 24 21:45:21.464 INFO O| Feb 24 21:45:21.464 INFO STEP 33 (remove_files) COMPLETE
90842025-02-24T21:45:23.152Z[ host-image] Feb 24 21:45:21.464 INFO O| Feb 24 21:45:21.464 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90852025-02-24T21:45:23.212Z[ host-image] Feb 24 21:45:21.528 INFO O| Feb 24 21:45:21.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90862025-02-24T21:45:23.212Z[ host-image] Feb 24 21:45:21.528 INFO O| Feb 24 21:45:21.528 INFO STEP 34 (remove_files) COMPLETE
90872025-02-24T21:45:23.215Z[ host-image] Feb 24 21:45:21.528 INFO O| Feb 24 21:45:21.528 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882025-02-24T21:45:23.289Z[ host-image] Feb 24 21:45:21.605 INFO O| Feb 24 21:45:21.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90892025-02-24T21:45:23.289Z[ host-image] Feb 24 21:45:21.605 INFO O| Feb 24 21:45:21.605 INFO STEP 35 (remove_files) COMPLETE
90902025-02-24T21:45:23.292Z[ host-image] Feb 24 21:45:21.605 INFO O| Feb 24 21:45:21.605 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90912025-02-24T21:45:23.464Z[ host-image] Feb 24 21:45:21.779 INFO O| Feb 24 21:45:21.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90922025-02-24T21:45:23.464Z[ host-image] Feb 24 21:45:21.779 INFO O| Feb 24 21:45:21.779 INFO STEP 36 (remove_files) COMPLETE
90932025-02-24T21:45:23.467Z[ host-image] Feb 24 21:45:21.780 INFO O| Feb 24 21:45:21.779 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942025-02-24T21:45:23.503Z[ host-image] Feb 24 21:45:21.819 INFO O| Feb 24 21:45:21.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90952025-02-24T21:45:23.503Z[ host-image] Feb 24 21:45:21.819 INFO O| Feb 24 21:45:21.819 INFO STEP 37 (remove_files) COMPLETE
90962025-02-24T21:45:23.506Z[ host-image] Feb 24 21:45:21.819 INFO O| Feb 24 21:45:21.819 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90972025-02-24T21:45:23.524Z[ host-image] Feb 24 21:45:21.840 INFO O| Feb 24 21:45:21.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90982025-02-24T21:45:23.524Z[ host-image] Feb 24 21:45:21.840 INFO O| Feb 24 21:45:21.840 INFO STEP 38 (remove_files) COMPLETE
90992025-02-24T21:45:23.527Z[ host-image] Feb 24 21:45:21.840 INFO O| Feb 24 21:45:21.840 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002025-02-24T21:45:23.566Z[ host-image] Feb 24 21:45:21.882 INFO O| Feb 24 21:45:21.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
91012025-02-24T21:45:23.569Z[ host-image] Feb 24 21:45:21.882 INFO O| Feb 24 21:45:21.882 INFO STEP 39 (remove_files) COMPLETE
91022025-02-24T21:45:23.569Z[ host-image] Feb 24 21:45:21.882 INFO O| Feb 24 21:45:21.882 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91032025-02-24T21:45:23.671Z[ host-image] Feb 24 21:45:21.986 INFO O| Feb 24 21:45:21.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
91042025-02-24T21:45:23.671Z[ host-image] Feb 24 21:45:21.986 INFO O| Feb 24 21:45:21.986 INFO STEP 40 (remove_files) COMPLETE
91052025-02-24T21:45:23.674Z[ host-image] Feb 24 21:45:21.986 INFO O| Feb 24 21:45:21.986 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062025-02-24T21:45:23.790Z[ host-image] Feb 24 21:45:22.106 INFO O| Feb 24 21:45:22.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91072025-02-24T21:45:23.790Z[ host-image] Feb 24 21:45:22.106 INFO O| Feb 24 21:45:22.106 INFO STEP 41 (remove_files) COMPLETE
91082025-02-24T21:45:23.790Z[ host-image] Feb 24 21:45:22.106 INFO O| Feb 24 21:45:22.106 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91092025-02-24T21:45:23.898Z[ host-image] Feb 24 21:45:22.214 INFO O| Feb 24 21:45:22.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91102025-02-24T21:45:23.898Z[ host-image] Feb 24 21:45:22.214 INFO O| Feb 24 21:45:22.214 INFO STEP 42 (remove_files) COMPLETE
91112025-02-24T21:45:23.901Z[ host-image] Feb 24 21:45:22.214 INFO O| Feb 24 21:45:22.214 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91122025-02-24T21:45:23.921Z[ host-image] Feb 24 21:45:22.236 INFO O| Feb 24 21:45:22.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91132025-02-24T21:45:23.923Z[ host-image] Feb 24 21:45:22.236 INFO O| Feb 24 21:45:22.236 INFO STEP 43 (remove_files) COMPLETE
91142025-02-24T21:45:23.923Z[ host-image] Feb 24 21:45:22.236 INFO O| Feb 24 21:45:22.236 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91152025-02-24T21:45:23.943Z[ host-image] Feb 24 21:45:22.258 INFO O| Feb 24 21:45:22.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91162025-02-24T21:45:23.943Z[ host-image] Feb 24 21:45:22.258 INFO O| Feb 24 21:45:22.258 INFO STEP 44 (remove_files) COMPLETE
91172025-02-24T21:45:23.946Z[ host-image] Feb 24 21:45:22.258 INFO O| Feb 24 21:45:22.258 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182025-02-24T21:45:23.988Z[ host-image] Feb 24 21:45:22.303 INFO O| Feb 24 21:45:22.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91192025-02-24T21:45:23.988Z[ host-image] Feb 24 21:45:22.303 INFO O| Feb 24 21:45:22.303 INFO STEP 45 (remove_files) COMPLETE
91202025-02-24T21:45:23.991Z[ host-image] Feb 24 21:45:22.303 INFO O| Feb 24 21:45:22.303 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212025-02-24T21:45:24.009Z[ host-image] Feb 24 21:45:22.324 INFO O| Feb 24 21:45:22.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91222025-02-24T21:45:24.012Z[ host-image] Feb 24 21:45:22.324 INFO O| Feb 24 21:45:22.324 INFO STEP 46 (remove_files) COMPLETE
91232025-02-24T21:45:24.012Z[ host-image] Feb 24 21:45:22.324 INFO O| Feb 24 21:45:22.324 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91242025-02-24T21:45:24.031Z[ host-image] Feb 24 21:45:22.346 INFO O| Feb 24 21:45:22.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91252025-02-24T21:45:24.031Z[ host-image] Feb 24 21:45:22.346 INFO O| Feb 24 21:45:22.346 INFO STEP 47 (remove_files) COMPLETE
91262025-02-24T21:45:24.034Z[ host-image] Feb 24 21:45:22.346 INFO O| Feb 24 21:45:22.346 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272025-02-24T21:45:24.053Z[ host-image] Feb 24 21:45:22.368 INFO O| Feb 24 21:45:22.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91282025-02-24T21:45:24.053Z[ host-image] Feb 24 21:45:22.368 INFO O| Feb 24 21:45:22.368 INFO STEP 48 (remove_files) COMPLETE
91292025-02-24T21:45:24.053Z[ host-image] Feb 24 21:45:22.368 INFO O| Feb 24 21:45:22.368 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91302025-02-24T21:45:24.075Z[ host-image] Feb 24 21:45:22.390 INFO O| Feb 24 21:45:22.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91312025-02-24T21:45:24.075Z[ host-image] Feb 24 21:45:22.390 INFO O| Feb 24 21:45:22.390 INFO STEP 49 (remove_files) COMPLETE
91322025-02-24T21:45:24.075Z[ host-image] Feb 24 21:45:22.390 INFO O| Feb 24 21:45:22.390 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91332025-02-24T21:45:24.096Z[ host-image] Feb 24 21:45:22.411 INFO O| Feb 24 21:45:22.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91342025-02-24T21:45:24.096Z[ host-image] Feb 24 21:45:22.411 INFO O| Feb 24 21:45:22.411 INFO STEP 50 (remove_files) COMPLETE
91352025-02-24T21:45:24.099Z[ host-image] Feb 24 21:45:22.411 INFO O| Feb 24 21:45:22.411 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91362025-02-24T21:45:24.120Z[ host-image] Feb 24 21:45:22.435 INFO O| Feb 24 21:45:22.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91372025-02-24T21:45:24.123Z[ host-image] Feb 24 21:45:22.436 INFO O| Feb 24 21:45:22.435 INFO STEP 51 (remove_files) COMPLETE
91382025-02-24T21:45:24.123Z[ host-image] Feb 24 21:45:22.436 INFO O| Feb 24 21:45:22.436 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392025-02-24T21:45:24.144Z[ host-image] Feb 24 21:45:22.459 INFO O| Feb 24 21:45:22.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91402025-02-24T21:45:24.147Z[ host-image] Feb 24 21:45:22.459 INFO O| Feb 24 21:45:22.459 INFO STEP 52 (remove_files) COMPLETE
91412025-02-24T21:45:24.147Z[ host-image] Feb 24 21:45:22.459 INFO O| Feb 24 21:45:22.459 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91422025-02-24T21:45:24.168Z[ host-image] Feb 24 21:45:22.482 INFO O| Feb 24 21:45:22.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91432025-02-24T21:45:24.171Z[ host-image] Feb 24 21:45:22.482 INFO O| Feb 24 21:45:22.482 INFO STEP 53 (remove_files) COMPLETE
91442025-02-24T21:45:24.171Z[ host-image] Feb 24 21:45:22.482 INFO O| Feb 24 21:45:22.482 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91452025-02-24T21:45:24.288Z[ host-image] Feb 24 21:45:22.603 INFO O| Feb 24 21:45:22.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91462025-02-24T21:45:24.291Z[ host-image] Feb 24 21:45:22.603 INFO O| Feb 24 21:45:22.603 INFO STEP 54 (remove_files) COMPLETE
91472025-02-24T21:45:24.291Z[ host-image] Feb 24 21:45:22.604 INFO O| Feb 24 21:45:22.603 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91482025-02-24T21:45:24.341Z[ host-image] Feb 24 21:45:22.656 INFO O| Feb 24 21:45:22.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91492025-02-24T21:45:24.343Z[ host-image] Feb 24 21:45:22.656 INFO O| Feb 24 21:45:22.656 INFO STEP 55 (remove_files) COMPLETE
91502025-02-24T21:45:24.344Z[ host-image] Feb 24 21:45:22.657 INFO O| Feb 24 21:45:22.657 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91512025-02-24T21:45:24.382Z[ host-image] Feb 24 21:45:22.697 INFO O| Feb 24 21:45:22.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91522025-02-24T21:45:24.385Z[ host-image] Feb 24 21:45:22.698 INFO O| Feb 24 21:45:22.698 INFO STEP 56 (remove_files) COMPLETE
91532025-02-24T21:45:24.385Z[ host-image] Feb 24 21:45:22.698 INFO O| Feb 24 21:45:22.698 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91542025-02-24T21:45:24.440Z[ host-image] Feb 24 21:45:22.755 INFO O| Feb 24 21:45:22.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91552025-02-24T21:45:24.443Z[ host-image] Feb 24 21:45:22.755 INFO O| Feb 24 21:45:22.755 INFO STEP 57 (remove_files) COMPLETE
91562025-02-24T21:45:24.443Z[ host-image] Feb 24 21:45:22.755 INFO O| Feb 24 21:45:22.755 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91572025-02-24T21:45:24.509Z[ host-image] Feb 24 21:45:22.809 INFO O| Feb 24 21:45:22.809 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91582025-02-24T21:45:24.509Z[ host-image] Feb 24 21:45:22.809 INFO O| Feb 24 21:45:22.809 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91592025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91602025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91612025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91622025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91632025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO ok!
91642025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.810 INFO O| Feb 24 21:45:22.810 INFO STEP 58 (ensure_file) COMPLETE
91652025-02-24T21:45:24.513Z[ host-image] Feb 24 21:45:22.811 INFO O| Feb 24 21:45:22.811 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91662025-02-24T21:45:24.519Z[ host-image] Feb 24 21:45:22.834 INFO O| Feb 24 21:45:22.834 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91672025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.834 INFO O| Feb 24 21:45:22.834 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91682025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91692025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91702025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91712025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91722025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO ok!
91732025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO STEP 59 (ensure_file) COMPLETE
91742025-02-24T21:45:24.522Z[ host-image] Feb 24 21:45:22.835 INFO O| Feb 24 21:45:22.835 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91752025-02-24T21:45:24.543Z[ host-image] Feb 24 21:45:22.858 INFO O| Feb 24 21:45:22.858 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91762025-02-24T21:45:24.543Z[ host-image] Feb 24 21:45:22.859 INFO O| Feb 24 21:45:22.858 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91772025-02-24T21:45:24.546Z[ host-image] Feb 24 21:45:22.859 INFO O| Feb 24 21:45:22.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91782025-02-24T21:45:24.546Z[ host-image] Feb 24 21:45:22.859 INFO O| Feb 24 21:45:22.859 INFO ok!
91792025-02-24T21:45:24.546Z[ host-image] Feb 24 21:45:22.859 INFO O| Feb 24 21:45:22.859 INFO STEP 60 (ensure_file) COMPLETE
91802025-02-24T21:45:24.546Z[ host-image] Feb 24 21:45:22.859 INFO O| Feb 24 21:45:22.859 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91812025-02-24T21:45:24.567Z[ host-image] Feb 24 21:45:22.882 INFO O| Feb 24 21:45:22.881 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91822025-02-24T21:45:24.567Z[ host-image] Feb 24 21:45:22.882 INFO O| Feb 24 21:45:22.882 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91832025-02-24T21:45:24.570Z[ host-image] Feb 24 21:45:22.882 INFO O| Feb 24 21:45:22.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91842025-02-24T21:45:24.570Z[ host-image] Feb 24 21:45:22.882 INFO O| Feb 24 21:45:22.882 INFO ok!
91852025-02-24T21:45:24.570Z[ host-image] Feb 24 21:45:22.882 INFO O| Feb 24 21:45:22.882 INFO STEP 61 (ensure_file) COMPLETE
91862025-02-24T21:45:24.570Z[ host-image] Feb 24 21:45:22.883 INFO O| Feb 24 21:45:22.882 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91872025-02-24T21:45:24.589Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.904 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91882025-02-24T21:45:24.589Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91892025-02-24T21:45:24.593Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91902025-02-24T21:45:24.593Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91912025-02-24T21:45:24.593Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO ok!
91922025-02-24T21:45:24.593Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO STEP 62 (ensure_file) COMPLETE
91932025-02-24T21:45:24.593Z[ host-image] Feb 24 21:45:22.905 INFO O| Feb 24 21:45:22.905 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91942025-02-24T21:45:24.613Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91952025-02-24T21:45:24.613Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91962025-02-24T21:45:24.616Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91972025-02-24T21:45:24.616Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91982025-02-24T21:45:24.616Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO ok!
91992025-02-24T21:45:24.616Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO STEP 63 (ensure_file) COMPLETE
92002025-02-24T21:45:24.616Z[ host-image] Feb 24 21:45:22.928 INFO O| Feb 24 21:45:22.928 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92012025-02-24T21:45:24.659Z[ host-image] Feb 24 21:45:22.974 INFO O| Feb 24 21:45:22.974 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
92022025-02-24T21:45:24.659Z[ host-image] Feb 24 21:45:22.974 INFO O| Feb 24 21:45:22.974 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
92032025-02-24T21:45:24.662Z[ host-image] Feb 24 21:45:22.975 INFO O| Feb 24 21:45:22.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
92042025-02-24T21:45:24.662Z[ host-image] Feb 24 21:45:22.975 INFO O| Feb 24 21:45:22.975 INFO ok!
92052025-02-24T21:45:24.662Z[ host-image] Feb 24 21:45:22.975 INFO O| Feb 24 21:45:22.975 INFO STEP 64 (assemble_files) COMPLETE
92062025-02-24T21:45:24.662Z[ host-image] Feb 24 21:45:22.975 INFO O| Feb 24 21:45:22.975 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92072025-02-24T21:45:24.680Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92082025-02-24T21:45:24.680Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92092025-02-24T21:45:24.680Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92102025-02-24T21:45:24.682Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92112025-02-24T21:45:24.683Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO ok!
92122025-02-24T21:45:24.683Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO STEP 65 (ensure_file) COMPLETE
92132025-02-24T21:45:24.683Z[ host-image] Feb 24 21:45:22.995 INFO O| Feb 24 21:45:22.995 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92142025-02-24T21:45:24.701Z[ host-image] Feb 24 21:45:23.016 INFO O| Feb 24 21:45:23.016 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92152025-02-24T21:45:24.704Z[ host-image] Feb 24 21:45:23.017 INFO O| Feb 24 21:45:23.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92162025-02-24T21:45:24.704Z[ host-image] Feb 24 21:45:23.017 INFO O| Feb 24 21:45:23.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92172025-02-24T21:45:24.704Z[ host-image] Feb 24 21:45:23.017 INFO O| Feb 24 21:45:23.017 INFO STEP 66 (ensure_dir) COMPLETE
92182025-02-24T21:45:24.704Z[ host-image] Feb 24 21:45:23.017 INFO O| Feb 24 21:45:23.017 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92192025-02-24T21:45:24.724Z[ host-image] Feb 24 21:45:23.039 INFO O| Feb 24 21:45:23.039 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92202025-02-24T21:45:24.724Z[ host-image] Feb 24 21:45:23.039 INFO O| Feb 24 21:45:23.039 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 ...
92212025-02-24T21:45:24.735Z[ host-image] Feb 24 21:45:23.050 INFO O| Feb 24 21:45:23.050 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
92222025-02-24T21:45:24.735Z[ host-image] Feb 24 21:45:23.050 INFO O| Feb 24 21:45:23.050 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92232025-02-24T21:45:24.735Z[ host-image] Feb 24 21:45:23.050 INFO O| Feb 24 21:45:23.050 INFO ok!
92242025-02-24T21:45:24.735Z[ host-image] Feb 24 21:45:23.050 INFO O| Feb 24 21:45:23.050 INFO STEP 67 (ensure_file) COMPLETE
92252025-02-24T21:45:24.735Z[ host-image] Feb 24 21:45:23.050 INFO O| Feb 24 21:45:23.050 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92262025-02-24T21:45:24.757Z[ host-image] Feb 24 21:45:23.072 INFO O| Feb 24 21:45:23.072 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92272025-02-24T21:45:24.757Z[ host-image] Feb 24 21:45:23.072 INFO O| Feb 24 21:45:23.072 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 ...
92282025-02-24T21:45:24.763Z[ host-image] Feb 24 21:45:23.073 INFO O| Feb 24 21:45:23.073 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
92292025-02-24T21:45:24.763Z[ host-image] Feb 24 21:45:23.073 INFO O| Feb 24 21:45:23.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92302025-02-24T21:45:24.763Z[ host-image] Feb 24 21:45:23.073 INFO O| Feb 24 21:45:23.073 INFO ok!
92312025-02-24T21:45:24.763Z[ host-image] Feb 24 21:45:23.073 INFO O| Feb 24 21:45:23.073 INFO STEP 68 (ensure_file) COMPLETE
92322025-02-24T21:45:24.763Z[ host-image] Feb 24 21:45:23.073 INFO O| Feb 24 21:45:23.073 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92332025-02-24T21:45:24.821Z[ host-image] Feb 24 21:45:23.136 INFO O| Feb 24 21:45:23.136 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92342025-02-24T21:45:24.821Z[ host-image] Feb 24 21:45:23.136 INFO O| Feb 24 21:45:23.136 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92352025-02-24T21:45:29.429Z[ host-image] Feb 24 21:45:27.742 INFO O| Feb 24 21:45:27.742 INFO STEP 69 (pack_tar) COMPLETE
92362025-02-24T21:45:29.429Z[ host-image] Feb 24 21:45:27.742 INFO O| Feb 24 21:45:27.742 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92372025-02-24T21:45:29.432Z[ host-image] Feb 24 21:45:27.742 INFO O| Feb 24 21:45:27.742 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92382025-02-24T21:45:30.090Z[ host-image] Feb 24 21:45:28.404 INFO O| Feb 24 21:45:28.404 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92392025-02-24T21:45:30.192Z[ host-image] Feb 24 21:45:28.506 INFO O| Feb 24 21:45:28.506 INFO completed processing gimlet/ramdisk-02-trim
92402025-02-24T21:45:30.195Z[ host-image] Feb 24 21:45:28.509 INFO image builder template: zfs...
92412025-02-24T21:45:30.199Z[ host-image] Feb 24 21:45:28.509 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/.tmp1fVI8h/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
92422025-02-24T21:45:30.219Z[ host-image] Feb 24 21:45:28.533 INFO O| Feb 24 21:45:28.533 INFO skip include "stress" because feature "stress" is not enabled
92432025-02-24T21:45:30.279Z[ host-image] Feb 24 21:45:28.592 INFO O| Feb 24 21:45:28.592 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92442025-02-24T21:45:30.289Z[ recovery-image] Feb 24 21:45:28.603 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s
92452025-02-24T21:45:30.300Z[ host-image] Feb 24 21:45:28.613 INFO O| Feb 24 21:45:28.613 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92462025-02-24T21:45:30.325Z[ recovery-image] Feb 24 21:45:28.638 INFO building host image...
92472025-02-24T21:45:30.327Z[ recovery-image] Feb 24 21:45:28.639 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")
92482025-02-24T21:45:30.454Z[ host-image] Feb 24 21:45:28.766 INFO O| Feb 24 21:45:28.766 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92492025-02-24T21:45:30.565Z[ host-image] Feb 24 21:45:28.877 INFO O| Feb 24 21:45:28.877 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92502025-02-24T21:45:30.567Z[ host-image] Feb 24 21:45:28.877 INFO O| Feb 24 21:45:28.877 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92512025-02-24T21:45:30.573Z[ host-image] Feb 24 21:45:28.886 INFO O| Feb 24 21:45:28.886 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92522025-02-24T21:45:30.766Z[ host-image] Feb 24 21:45:29.080 INFO O| Feb 24 21:45:29.080 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92532025-02-24T21:45:30.866Z[ host-image] Feb 24 21:45:29.180 INFO O| Feb 24 21:45:29.180 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92542025-02-24T21:45:30.885Z[ host-image] Feb 24 21:45:29.199 INFO O| Feb 24 21:45:29.199 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92552025-02-24T21:45:30.895Z[ host-image] Feb 24 21:45:29.208 INFO O| Feb 24 21:45:29.208 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92562025-02-24T21:45:30.898Z[ host-image] Feb 24 21:45:29.209 INFO O| Feb 24 21:45:29.209 INFO no lofi found
92572025-02-24T21:45:30.898Z[ host-image] Feb 24 21:45:29.209 INFO O| Feb 24 21:45:29.209 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92582025-02-24T21:45:30.898Z[ host-image] Feb 24 21:45:29.209 INFO O| Feb 24 21:45:29.209 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92592025-02-24T21:45:31.253Z[ recovery-image] Feb 24 21:45:29.566 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92602025-02-24T21:45:32.700Z[ host-image] Feb 24 21:45:31.012 INFO O| Feb 24 21:45:31.012 INFO lofi device = /dev/dsk/c2t1d0p0
92612025-02-24T21:45:32.701Z[ host-image] Feb 24 21:45:31.012 INFO O| Feb 24 21:45:31.012 INFO pool device = /dev/dsk/c2t1d0p0
92622025-02-24T21:45:32.703Z[ host-image] Feb 24 21:45:31.013 INFO O| Feb 24 21:45:31.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"]
92632025-02-24T21:45:32.939Z[ host-image] Feb 24 21:45:31.247 INFO O| Feb 24 21:45:31.247 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92642025-02-24T21:45:32.939Z[ host-image] Feb 24 21:45:31.247 INFO O| Feb 24 21:45:31.247 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92652025-02-24T21:45:32.974Z[ host-image] Feb 24 21:45:31.278 INFO O| Feb 24 21:45:31.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92662025-02-24T21:45:33.150Z[ host-image] Feb 24 21:45:31.463 INFO O| Feb 24 21:45:31.463 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92672025-02-24T21:45:33.212Z[ host-image] Feb 24 21:45:31.525 INFO O| Feb 24 21:45:31.525 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92682025-02-24T21:45:33.241Z[ host-image] Feb 24 21:45:31.554 INFO O| Feb 24 21:45:31.554 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92692025-02-24T21:45:33.269Z[ host-image] Feb 24 21:45:31.581 INFO O| Feb 24 21:45:31.581 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92702025-02-24T21:45:33.416Z[ host-image] Feb 24 21:45:31.728 INFO O| Feb 24 21:45:31.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92712025-02-24T21:45:33.418Z[ host-image] Feb 24 21:45:31.729 INFO O| Feb 24 21:45:31.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92722025-02-24T21:45:33.418Z[ host-image] Feb 24 21:45:31.729 INFO O| Feb 24 21:45:31.729 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92732025-02-24T21:45:33.442Z[ host-image] Feb 24 21:45:31.752 INFO O| Feb 24 21:45:31.752 INFO boot environment UUID: adab9698-7648-4f18-9e8f-0936624f062d
92742025-02-24T21:45:33.442Z[ host-image] Feb 24 21:45:31.752 INFO O| Feb 24 21:45:31.752 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = adab9698-7648-4f18-9e8f-0936624f062d
92752025-02-24T21:45:33.513Z[ host-image] Feb 24 21:45:31.825 INFO O| Feb 24 21:45:31.825 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92762025-02-24T21:45:33.576Z[ host-image] Feb 24 21:45:31.889 INFO O| Feb 24 21:45:31.889 INFO STEP 0 (create_be) COMPLETE
92772025-02-24T21:45:33.576Z[ host-image] Feb 24 21:45:31.889 INFO O| Feb 24 21:45:31.889 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92782025-02-24T21:45:33.626Z[ host-image] Feb 24 21:45:31.939 INFO O| Feb 24 21:45:31.939 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92792025-02-24T21:45:33.911Z[ recovery-image] Feb 24 21:45:32.224 INFO image complete! materials are in "/work/os-recovery"
92802025-02-24T21:45:33.920Z[ recovery-image]
92812025-02-24T21:45:33.923Z[ recovery-image] real 10:45.059939532
92822025-02-24T21:45:33.923Z[ recovery-image] user 6:57.218102750
92832025-02-24T21:45:33.923Z[ recovery-image] sys 1:07.139573761
92842025-02-24T21:45:33.923Z[ recovery-image] trap 0.373392312
92852025-02-24T21:45:33.923Z[ recovery-image] tflt 0.495510678
92862025-02-24T21:45:33.923Z[ recovery-image] dflt 4.071485899
92872025-02-24T21:45:33.923Z[ recovery-image] kflt 0.000024913
92882025-02-24T21:45:33.923Z[ recovery-image] lock 25:11.002134970
92892025-02-24T21:45:33.923Z[ recovery-image] slp 1:05:53.889101658
92902025-02-24T21:45:33.923Z[ recovery-image] lat 5:01.143108295
92912025-02-24T21:45:33.923Z[ recovery-image] stop 8.174554169
92922025-02-24T21:45:33.923ZFeb 24 21:45:32.235 INFO [recovery-image] process exited with exit status: 0 (645.11901015s)
92932025-02-24T21:45:59.504Z[ host-image] Feb 24 21:45:57.808 INFO O| Feb 24 21:45:57.808 INFO STEP 1 (unpack_tar) COMPLETE
92942025-02-24T21:45:59.504Z[ host-image] Feb 24 21:45:57.808 INFO O| Feb 24 21:45:57.808 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952025-02-24T21:45:59.522Z[ host-image] Feb 24 21:45:57.827 INFO O| Feb 24 21:45:57.827 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92962025-02-24T21:46:00.321Z[ host-image] Feb 24 21:45:58.626 INFO O| Feb 24 21:45:58.626 INFO STEP 2 (devfsadm) COMPLETE
92972025-02-24T21:46:00.324Z[ host-image] Feb 24 21:45:58.626 INFO O| Feb 24 21:45:58.626 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982025-02-24T21:46:00.343Z[ host-image] Feb 24 21:45:58.648 INFO O| Feb 24 21:45:58.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92992025-02-24T21:46:00.343Z[ host-image] Feb 24 21:45:58.648 INFO O| Feb 24 21:45:58.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93002025-02-24T21:46:00.346Z[ host-image] Feb 24 21:45:58.648 INFO O| Feb 24 21:45:58.648 INFO STEP 3 (ensure_dir) COMPLETE
93012025-02-24T21:46:00.346Z[ host-image] Feb 24 21:45:58.648 INFO O| Feb 24 21:45:58.648 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022025-02-24T21:46:00.365Z[ host-image] Feb 24 21:45:58.670 INFO O| Feb 24 21:45:58.669 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93032025-02-24T21:46:00.365Z[ host-image] Feb 24 21:45:58.670 INFO O| Feb 24 21:45:58.669 INFO STEP 4 (ensure_dir) COMPLETE
93042025-02-24T21:46:00.368Z[ host-image] Feb 24 21:45:58.670 INFO O| Feb 24 21:45:58.669 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052025-02-24T21:46:00.392Z[ host-image] Feb 24 21:45:58.696 INFO O| Feb 24 21:45:58.696 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93062025-02-24T21:46:00.394Z[ host-image] Feb 24 21:45:58.697 INFO O| Feb 24 21:45:58.696 INFO STEP 5 (ensure_dir) COMPLETE
93072025-02-24T21:46:00.394Z[ host-image] Feb 24 21:45:58.697 INFO O| Feb 24 21:45:58.697 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082025-02-24T21:46:00.414Z[ host-image] Feb 24 21:45:58.719 INFO O| Feb 24 21:45:58.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93092025-02-24T21:46:00.417Z[ host-image] Feb 24 21:45:58.719 INFO O| Feb 24 21:45:58.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93102025-02-24T21:46:00.417Z[ host-image] Feb 24 21:45:58.719 INFO O| Feb 24 21:45:58.719 INFO STEP 6 (ensure_dir) COMPLETE
93112025-02-24T21:46:00.417Z[ host-image] Feb 24 21:45:58.719 INFO O| Feb 24 21:45:58.719 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93122025-02-24T21:46:00.436Z[ host-image] Feb 24 21:45:58.741 INFO O| Feb 24 21:45:58.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93132025-02-24T21:46:00.440Z[ host-image] Feb 24 21:45:58.741 INFO O| Feb 24 21:45:58.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93142025-02-24T21:46:00.440Z[ host-image] Feb 24 21:45:58.741 INFO O| Feb 24 21:45:58.741 INFO STEP 7 (ensure_dir) COMPLETE
93152025-02-24T21:46:00.440Z[ host-image] Feb 24 21:45:58.741 INFO O| Feb 24 21:45:58.741 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93162025-02-24T21:46:00.459Z[ host-image] Feb 24 21:45:58.764 INFO O| Feb 24 21:45:58.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
93172025-02-24T21:46:00.461Z[ host-image] Feb 24 21:45:58.764 INFO O| Feb 24 21:45:58.764 INFO STEP 8 (remove_files) COMPLETE
93182025-02-24T21:46:00.462Z[ host-image] Feb 24 21:45:58.764 INFO O| Feb 24 21:45:58.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192025-02-24T21:46:00.483Z[ host-image] Feb 24 21:45:58.787 INFO O| Feb 24 21:45:58.787 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
93202025-02-24T21:46:00.485Z[ host-image] Feb 24 21:45:58.789 INFO O| Feb 24 21:45:58.789 INFO STEP 9 (remove_files) COMPLETE
93212025-02-24T21:46:00.485Z[ host-image] Feb 24 21:45:58.789 INFO O| Feb 24 21:45:58.789 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222025-02-24T21:46:00.506Z[ host-image] Feb 24 21:45:58.811 INFO O| Feb 24 21:45:58.811 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93232025-02-24T21:46:00.509Z[ host-image] Feb 24 21:45:58.812 INFO O| Feb 24 21:45:58.812 INFO STEP 10 (remove_files) COMPLETE
93242025-02-24T21:46:00.509Z[ host-image] Feb 24 21:45:58.812 INFO O| Feb 24 21:45:58.812 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93252025-02-24T21:46:00.527Z[ host-image] Feb 24 21:45:58.832 INFO O| Feb 24 21:45:58.832 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93262025-02-24T21:46:00.530Z[ host-image] Feb 24 21:45:58.832 INFO O| Feb 24 21:45:58.832 INFO STEP 11 (remove_files) COMPLETE
93272025-02-24T21:46:00.530Z[ host-image] Feb 24 21:45:58.832 INFO O| Feb 24 21:45:58.832 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282025-02-24T21:46:00.548Z[ host-image] Feb 24 21:45:58.853 INFO O| Feb 24 21:45:58.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93292025-02-24T21:46:00.551Z[ host-image] Feb 24 21:45:58.853 INFO O| Feb 24 21:45:58.853 INFO STEP 12 (remove_files) COMPLETE
93302025-02-24T21:46:00.551Z[ host-image] Feb 24 21:45:58.853 INFO O| Feb 24 21:45:58.853 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312025-02-24T21:46:00.568Z[ host-image] Feb 24 21:45:58.873 INFO O| Feb 24 21:45:58.873 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93322025-02-24T21:46:00.572Z[ host-image] Feb 24 21:45:58.873 INFO O| Feb 24 21:45:58.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93332025-02-24T21:46:00.572Z[ host-image] Feb 24 21:45:58.873 INFO O| Feb 24 21:45:58.873 INFO STEP 13 (ensure_dir) COMPLETE
93342025-02-24T21:46:00.572Z[ host-image] Feb 24 21:45:58.874 INFO O| Feb 24 21:45:58.873 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93352025-02-24T21:46:00.588Z[ host-image] Feb 24 21:45:58.893 INFO O| Feb 24 21:45:58.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93362025-02-24T21:46:00.588Z[ host-image] Feb 24 21:45:58.893 INFO O| Feb 24 21:45:58.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93372025-02-24T21:46:00.591Z[ host-image] Feb 24 21:45:58.893 INFO O| Feb 24 21:45:58.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93382025-02-24T21:46:00.591Z[ host-image] Feb 24 21:45:58.893 INFO O| Feb 24 21:45:58.893 INFO STEP 14 (ensure_dir) COMPLETE
93392025-02-24T21:46:00.591Z[ host-image] Feb 24 21:45:58.893 INFO O| Feb 24 21:45:58.893 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93402025-02-24T21:46:00.609Z[ host-image] Feb 24 21:45:58.913 INFO O| Feb 24 21:45:58.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93412025-02-24T21:46:00.611Z[ host-image] Feb 24 21:45:58.914 INFO O| Feb 24 21:45:58.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93422025-02-24T21:46:00.611Z[ host-image] Feb 24 21:45:58.914 INFO O| Feb 24 21:45:58.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93432025-02-24T21:46:00.611Z[ host-image] Feb 24 21:45:58.914 INFO O| Feb 24 21:45:58.914 INFO STEP 15 (ensure_dir) COMPLETE
93442025-02-24T21:46:00.611Z[ host-image] Feb 24 21:45:58.914 INFO O| Feb 24 21:45:58.914 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93452025-02-24T21:46:00.664Z[ host-image] Feb 24 21:45:58.969 INFO O| Feb 24 21:45:58.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93462025-02-24T21:46:00.667Z[ host-image] Feb 24 21:45:58.969 INFO O| Feb 24 21:45:58.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93472025-02-24T21:46:00.668Z[ host-image] Feb 24 21:45:58.969 INFO O| Feb 24 21:45:58.969 INFO STEP 16 (ensure_dir) COMPLETE
93482025-02-24T21:46:00.668Z[ host-image] Feb 24 21:45:58.970 INFO O| Feb 24 21:45:58.969 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93492025-02-24T21:46:00.689Z[ host-image] Feb 24 21:45:58.993 INFO O| Feb 24 21:45:58.993 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93502025-02-24T21:46:00.689Z[ host-image] Feb 24 21:45:58.994 INFO O| Feb 24 21:45:58.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93512025-02-24T21:46:00.694Z[ host-image] Feb 24 21:45:58.994 INFO O| Feb 24 21:45:58.994 INFO STEP 17 (ensure_dir) COMPLETE
93522025-02-24T21:46:00.694Z[ host-image] Feb 24 21:45:58.994 INFO O| Feb 24 21:45:58.994 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93532025-02-24T21:46:00.712Z[ host-image] Feb 24 21:45:59.017 INFO O| Feb 24 21:45:59.017 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93542025-02-24T21:46:00.712Z[ host-image] Feb 24 21:45:59.017 INFO O| Feb 24 21:45:59.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93552025-02-24T21:46:00.712Z[ host-image] Feb 24 21:45:59.017 INFO O| Feb 24 21:45:59.017 INFO ok!
93562025-02-24T21:46:00.715Z[ host-image] Feb 24 21:45:59.017 INFO O| Feb 24 21:45:59.017 INFO STEP 18 (ensure_symlink) COMPLETE
93572025-02-24T21:46:00.715Z[ host-image] Feb 24 21:45:59.017 INFO O| Feb 24 21:45:59.017 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582025-02-24T21:46:00.734Z[ host-image] Feb 24 21:45:59.038 INFO O| Feb 24 21:45:59.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93592025-02-24T21:46:00.734Z[ host-image] Feb 24 21:45:59.039 INFO O| Feb 24 21:45:59.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93602025-02-24T21:46:00.734Z[ host-image] Feb 24 21:45:59.039 INFO O| Feb 24 21:45:59.039 INFO ok!
93612025-02-24T21:46:00.737Z[ host-image] Feb 24 21:45:59.039 INFO O| Feb 24 21:45:59.039 INFO STEP 19 (ensure_file) COMPLETE
93622025-02-24T21:46:00.737Z[ host-image] Feb 24 21:45:59.039 INFO O| Feb 24 21:45:59.039 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93632025-02-24T21:46:00.753Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93642025-02-24T21:46:00.753Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93652025-02-24T21:46:00.756Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93662025-02-24T21:46:00.756Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO ok!
93672025-02-24T21:46:00.756Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO STEP 20 (ensure_symlink) COMPLETE
93682025-02-24T21:46:00.756Z[ host-image] Feb 24 21:45:59.058 INFO O| Feb 24 21:45:59.058 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93692025-02-24T21:46:00.774Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93702025-02-24T21:46:00.774Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93712025-02-24T21:46:00.777Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93722025-02-24T21:46:00.777Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO ok!
93732025-02-24T21:46:00.777Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO STEP 21 (ensure_symlink) COMPLETE
93742025-02-24T21:46:00.777Z[ host-image] Feb 24 21:45:59.079 INFO O| Feb 24 21:45:59.079 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93752025-02-24T21:46:00.810Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93762025-02-24T21:46:00.810Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93772025-02-24T21:46:00.810Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93782025-02-24T21:46:00.810Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO ok!
93792025-02-24T21:46:00.813Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO STEP 22 (ensure_symlink) COMPLETE
93802025-02-24T21:46:00.813Z[ host-image] Feb 24 21:45:59.114 INFO O| Feb 24 21:45:59.114 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93812025-02-24T21:46:00.831Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93822025-02-24T21:46:00.831Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93832025-02-24T21:46:00.835Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93842025-02-24T21:46:00.835Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO ok!
93852025-02-24T21:46:00.835Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO STEP 23 (ensure_symlink) COMPLETE
93862025-02-24T21:46:00.835Z[ host-image] Feb 24 21:45:59.136 INFO O| Feb 24 21:45:59.136 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872025-02-24T21:46:00.853Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93882025-02-24T21:46:00.856Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93892025-02-24T21:46:00.856Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93902025-02-24T21:46:00.856Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 INFO ok!
93912025-02-24T21:46:00.856Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 INFO STEP 24 (ensure_file) COMPLETE
93922025-02-24T21:46:00.856Z[ host-image] Feb 24 21:45:59.157 INFO O| Feb 24 21:45:59.157 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93932025-02-24T21:46:00.875Z[ host-image] Feb 24 21:45:59.180 INFO O| Feb 24 21:45:59.180 INFO updating shadow file
93942025-02-24T21:46:00.875Z[ host-image] Feb 24 21:45:59.180 INFO O| Feb 24 21:45:59.180 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93952025-02-24T21:46:00.875Z[ host-image] Feb 24 21:45:59.180 INFO O| Feb 24 21:45:59.180 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93962025-02-24T21:46:00.879Z[ host-image] Feb 24 21:45:59.180 INFO O| Feb 24 21:45:59.180 INFO STEP 25 (shadow) COMPLETE
93972025-02-24T21:46:00.879Z[ host-image] Feb 24 21:45:59.180 INFO O| Feb 24 21:45:59.180 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93982025-02-24T21:46:00.899Z[ host-image] Feb 24 21:45:59.203 INFO O| Feb 24 21:45:59.203 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93992025-02-24T21:46:00.901Z[ host-image] Feb 24 21:45:59.203 INFO O| Feb 24 21:45:59.203 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
94002025-02-24T21:46:00.901Z[ host-image] Feb 24 21:45:59.203 INFO O| Feb 24 21:45:59.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
94012025-02-24T21:46:00.901Z[ host-image] Feb 24 21:45:59.203 INFO O| Feb 24 21:45:59.203 INFO ok!
94022025-02-24T21:46:00.901Z[ host-image] Feb 24 21:45:59.203 INFO O| Feb 24 21:45:59.203 INFO STEP 26 (ensure_file) COMPLETE
94032025-02-24T21:46:00.902Z[ host-image] Feb 24 21:45:59.204 INFO O| Feb 24 21:45:59.203 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94042025-02-24T21:46:00.922Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
94052025-02-24T21:46:00.922Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
94062025-02-24T21:46:00.922Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
94072025-02-24T21:46:00.922Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO ok!
94082025-02-24T21:46:00.924Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO STEP 27 (ensure_file) COMPLETE
94092025-02-24T21:46:00.925Z[ host-image] Feb 24 21:45:59.226 INFO O| Feb 24 21:45:59.226 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94102025-02-24T21:46:00.958Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94112025-02-24T21:46:00.958Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
94122025-02-24T21:46:00.961Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94132025-02-24T21:46:00.961Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94142025-02-24T21:46:00.961Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO ok!
94152025-02-24T21:46:00.961Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO STEP 28 (ensure_file) COMPLETE
94162025-02-24T21:46:00.961Z[ host-image] Feb 24 21:45:59.263 INFO O| Feb 24 21:45:59.263 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94172025-02-24T21:46:00.996Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
94182025-02-24T21:46:00.996Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
94192025-02-24T21:46:00.998Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
94202025-02-24T21:46:00.998Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO ok!
94212025-02-24T21:46:00.998Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO STEP 29 (ensure_file) COMPLETE
94222025-02-24T21:46:00.998Z[ host-image] Feb 24 21:45:59.300 INFO O| Feb 24 21:45:59.300 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94232025-02-24T21:46:01.017Z[ host-image] Feb 24 21:45:59.321 INFO O| Feb 24 21:45:59.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94242025-02-24T21:46:01.017Z[ host-image] Feb 24 21:45:59.321 INFO O| Feb 24 21:45:59.321 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94252025-02-24T21:46:01.020Z[ host-image] Feb 24 21:45:59.322 INFO O| Feb 24 21:45:59.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94262025-02-24T21:46:01.020Z[ host-image] Feb 24 21:45:59.322 INFO O| Feb 24 21:45:59.321 INFO ok!
94272025-02-24T21:46:01.020Z[ host-image] Feb 24 21:45:59.322 INFO O| Feb 24 21:45:59.321 INFO STEP 30 (ensure_file) COMPLETE
94282025-02-24T21:46:01.020Z[ host-image] Feb 24 21:45:59.322 INFO O| Feb 24 21:45:59.321 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94292025-02-24T21:46:01.041Z[ host-image] Feb 24 21:45:59.345 INFO O| Feb 24 21:45:59.345 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94302025-02-24T21:46:01.041Z[ host-image] Feb 24 21:45:59.345 INFO O| Feb 24 21:45:59.345 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94312025-02-24T21:46:01.044Z[ host-image] Feb 24 21:45:59.346 INFO O| Feb 24 21:45:59.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94322025-02-24T21:46:01.044Z[ host-image] Feb 24 21:45:59.346 INFO O| Feb 24 21:45:59.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94332025-02-24T21:46:01.044Z[ host-image] Feb 24 21:45:59.346 INFO O| Feb 24 21:45:59.346 INFO ok!
94342025-02-24T21:46:01.044Z[ host-image] Feb 24 21:45:59.346 INFO O| Feb 24 21:45:59.346 INFO STEP 31 (ensure_file) COMPLETE
94352025-02-24T21:46:01.044Z[ host-image] Feb 24 21:45:59.346 INFO O| Feb 24 21:45:59.346 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94362025-02-24T21:46:01.064Z[ host-image] Feb 24 21:45:59.368 INFO O| Feb 24 21:45:59.368 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94372025-02-24T21:46:01.064Z[ host-image] Feb 24 21:45:59.368 INFO O| Feb 24 21:45:59.368 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94382025-02-24T21:46:01.067Z[ host-image] Feb 24 21:45:59.368 INFO O| Feb 24 21:45:59.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94392025-02-24T21:46:01.067Z[ host-image] Feb 24 21:45:59.368 INFO O| Feb 24 21:45:59.368 INFO ok!
94402025-02-24T21:46:01.067Z[ host-image] Feb 24 21:45:59.368 INFO O| Feb 24 21:45:59.368 INFO STEP 32 (ensure_file) COMPLETE
94412025-02-24T21:46:01.067Z[ host-image] Feb 24 21:45:59.369 INFO O| Feb 24 21:45:59.368 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94422025-02-24T21:46:01.085Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.389 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94432025-02-24T21:46:01.085Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.390 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94442025-02-24T21:46:01.088Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94452025-02-24T21:46:01.088Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.390 INFO ok!
94462025-02-24T21:46:01.088Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.390 INFO STEP 33 (ensure_file) COMPLETE
94472025-02-24T21:46:01.088Z[ host-image] Feb 24 21:45:59.390 INFO O| Feb 24 21:45:59.390 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94482025-02-24T21:46:01.117Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94492025-02-24T21:46:01.117Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94502025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94512025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94522025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94532025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94542025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO ok!
94552025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO STEP 34 (ensure_file) COMPLETE
94562025-02-24T21:46:01.120Z[ host-image] Feb 24 21:45:59.422 INFO O| Feb 24 21:45:59.422 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94572025-02-24T21:46:01.143Z[ host-image] Feb 24 21:45:59.447 INFO O| Feb 24 21:45:59.447 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94582025-02-24T21:46:01.143Z[ host-image] Feb 24 21:45:59.447 INFO O| Feb 24 21:45:59.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94592025-02-24T21:46:01.145Z[ host-image] Feb 24 21:45:59.448 INFO O| Feb 24 21:45:59.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94602025-02-24T21:46:01.145Z[ host-image] Feb 24 21:45:59.448 INFO O| Feb 24 21:45:59.448 INFO STEP 35 (ensure_dir) COMPLETE
94612025-02-24T21:46:01.146Z[ host-image] Feb 24 21:45:59.448 INFO O| Feb 24 21:45:59.448 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94622025-02-24T21:46:01.180Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.484 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
94632025-02-24T21:46:01.180Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 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 ...
94642025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 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
94652025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 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
94662025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 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
94672025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 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
94682025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 INFO ok!
94692025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 INFO STEP 36 (ensure_file) COMPLETE
94702025-02-24T21:46:01.183Z[ host-image] Feb 24 21:45:59.485 INFO O| Feb 24 21:45:59.485 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94712025-02-24T21:46:01.202Z[ host-image] Feb 24 21:45:59.506 INFO O| Feb 24 21:45:59.506 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94722025-02-24T21:46:01.202Z[ host-image] Feb 24 21:45:59.507 INFO O| Feb 24 21:45:59.506 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 ...
94732025-02-24T21:46:01.204Z[ host-image] Feb 24 21:45:59.507 INFO O| Feb 24 21:45:59.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94742025-02-24T21:46:01.205Z[ host-image] Feb 24 21:45:59.507 INFO O| Feb 24 21:45:59.507 INFO ok!
94752025-02-24T21:46:01.205Z[ host-image] Feb 24 21:45:59.507 INFO O| Feb 24 21:45:59.507 INFO STEP 37 (ensure_symlink) COMPLETE
94762025-02-24T21:46:01.205Z[ host-image] Feb 24 21:45:59.507 INFO O| Feb 24 21:45:59.507 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94772025-02-24T21:46:01.224Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94782025-02-24T21:46:01.224Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94792025-02-24T21:46:01.224Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94802025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94812025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94822025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94832025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO ok!
94842025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO STEP 38 (ensure_file) COMPLETE
94852025-02-24T21:46:01.227Z[ host-image] Feb 24 21:45:59.529 INFO O| Feb 24 21:45:59.529 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94862025-02-24T21:46:01.247Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94872025-02-24T21:46:01.247Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 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 ...
94882025-02-24T21:46:01.250Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 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
94892025-02-24T21:46:01.250Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94902025-02-24T21:46:01.250Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 INFO ok!
94912025-02-24T21:46:01.250Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 INFO STEP 39 (ensure_file) COMPLETE
94922025-02-24T21:46:01.250Z[ host-image] Feb 24 21:45:59.552 INFO O| Feb 24 21:45:59.552 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94932025-02-24T21:46:01.270Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94942025-02-24T21:46:01.271Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94952025-02-24T21:46:01.271Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94962025-02-24T21:46:01.271Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO ok!
94972025-02-24T21:46:01.274Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO STEP 40 (ensure_file) COMPLETE
94982025-02-24T21:46:01.274Z[ host-image] Feb 24 21:45:59.575 INFO O| Feb 24 21:45:59.575 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94992025-02-24T21:46:01.350Z[ host-image] Feb 24 21:45:59.654 INFO O| Feb 24 21:45:59.654 INFO updating shadow file
95002025-02-24T21:46:01.355Z[ host-image] Feb 24 21:45:59.654 INFO O| Feb 24 21:45:59.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
95012025-02-24T21:46:01.355Z[ host-image] Feb 24 21:45:59.655 INFO O| Feb 24 21:45:59.654 INFO STEP 41 (shadow) COMPLETE
95022025-02-24T21:46:01.355Z[ host-image] Feb 24 21:45:59.655 INFO O| Feb 24 21:45:59.655 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95032025-02-24T21:46:01.447Z[ host-image] Feb 24 21:45:59.752 INFO O| Feb 24 21:45:59.752 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
95042025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.752 INFO O| Feb 24 21:45:59.752 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
95052025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.752 INFO O| Feb 24 21:45:59.752 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95062025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.752 INFO O| Feb 24 21:45:59.752 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95072025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.752 INFO O| Feb 24 21:45:59.752 INFO ok!
95082025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.752 INFO STEP 42 (ensure_file) COMPLETE
95092025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.753 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95102025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.753 INFO skip step because feature "mfg" is not enabled
95112025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.753 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95122025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.753 INFO skip step because feature "mfg" is not enabled
95132025-02-24T21:46:01.451Z[ host-image] Feb 24 21:45:59.753 INFO O| Feb 24 21:45:59.753 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95142025-02-24T21:46:01.473Z[ host-image] Feb 24 21:45:59.777 INFO O| Feb 24 21:45:59.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
95152025-02-24T21:46:01.473Z[ host-image] Feb 24 21:45:59.777 INFO O| Feb 24 21:45:59.777 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
95162025-02-24T21:46:02.424Z[ host-image] Feb 24 21:46:00.728 INFO O| Feb 24 21:46:00.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95172025-02-24T21:46:02.424Z[ host-image] Feb 24 21:46:00.728 INFO O| Feb 24 21:46:00.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95182025-02-24T21:46:02.427Z[ host-image] Feb 24 21:46:00.728 INFO O| Feb 24 21:46:00.728 INFO ok!
95192025-02-24T21:46:02.427Z[ host-image] Feb 24 21:46:00.728 INFO O| Feb 24 21:46:00.728 INFO STEP 45 (ensure_file) COMPLETE
95202025-02-24T21:46:02.427Z[ host-image] Feb 24 21:46:00.728 INFO O| Feb 24 21:46:00.728 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95212025-02-24T21:46:02.447Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95222025-02-24T21:46:02.447Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95232025-02-24T21:46:02.447Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95242025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95252025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95262025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95272025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.750 INFO O| Feb 24 21:46:00.750 INFO ok!
95282025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.751 INFO O| Feb 24 21:46:00.750 INFO STEP 46 (ensure_file) COMPLETE
95292025-02-24T21:46:02.450Z[ host-image] Feb 24 21:46:00.751 INFO O| Feb 24 21:46:00.751 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95302025-02-24T21:46:02.469Z[ host-image] Feb 24 21:46:00.773 INFO O| Feb 24 21:46:00.773 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95312025-02-24T21:46:02.469Z[ host-image] Feb 24 21:46:00.773 INFO O| Feb 24 21:46:00.773 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 ...
95322025-02-24T21:46:02.473Z[ host-image] Feb 24 21:46:00.774 INFO O| Feb 24 21:46:00.774 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
95332025-02-24T21:46:02.473Z[ host-image] Feb 24 21:46:00.774 INFO O| Feb 24 21:46:00.774 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95342025-02-24T21:46:02.473Z[ host-image] Feb 24 21:46:00.774 INFO O| Feb 24 21:46:00.774 INFO ok!
95352025-02-24T21:46:02.473Z[ host-image] Feb 24 21:46:00.774 INFO O| Feb 24 21:46:00.774 INFO STEP 47 (ensure_file) COMPLETE
95362025-02-24T21:46:02.473Z[ host-image] Feb 24 21:46:00.774 INFO O| Feb 24 21:46:00.774 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95372025-02-24T21:46:02.509Z[ host-image] Feb 24 21:46:00.813 INFO O| Feb 24 21:46:00.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95382025-02-24T21:46:02.509Z[ host-image] Feb 24 21:46:00.813 INFO O| Feb 24 21:46:00.813 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95392025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.813 INFO O| Feb 24 21:46:00.813 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95402025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.813 INFO O| Feb 24 21:46:00.813 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95412025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.813 INFO O| Feb 24 21:46:00.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95422025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.814 INFO O| Feb 24 21:46:00.814 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95432025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.814 INFO O| Feb 24 21:46:00.814 INFO ok!
95442025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.814 INFO O| Feb 24 21:46:00.814 INFO STEP 48 (ensure_file) COMPLETE
95452025-02-24T21:46:02.512Z[ host-image] Feb 24 21:46:00.814 INFO O| Feb 24 21:46:00.814 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95462025-02-24T21:46:02.531Z[ host-image] Feb 24 21:46:00.835 INFO O| Feb 24 21:46:00.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95472025-02-24T21:46:02.531Z[ host-image] Feb 24 21:46:00.835 INFO O| Feb 24 21:46:00.835 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 ...
95482025-02-24T21:46:02.534Z[ host-image] Feb 24 21:46:00.835 INFO O| Feb 24 21:46:00.835 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
95492025-02-24T21:46:02.534Z[ host-image] Feb 24 21:46:00.836 INFO O| Feb 24 21:46:00.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95502025-02-24T21:46:02.534Z[ host-image] Feb 24 21:46:00.836 INFO O| Feb 24 21:46:00.836 INFO ok!
95512025-02-24T21:46:02.534Z[ host-image] Feb 24 21:46:00.836 INFO O| Feb 24 21:46:00.836 INFO STEP 49 (ensure_file) COMPLETE
95522025-02-24T21:46:02.534Z[ host-image] Feb 24 21:46:00.836 INFO O| Feb 24 21:46:00.836 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95532025-02-24T21:46:02.559Z[ host-image] Feb 24 21:46:00.863 INFO O| Feb 24 21:46:00.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95542025-02-24T21:46:02.559Z[ host-image] Feb 24 21:46:00.863 INFO O| Feb 24 21:46:00.863 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95552025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95562025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95572025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95582025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95592025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO ok!
95602025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO STEP 50 (ensure_file) COMPLETE
95612025-02-24T21:46:02.562Z[ host-image] Feb 24 21:46:00.864 INFO O| Feb 24 21:46:00.864 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95622025-02-24T21:46:02.582Z[ host-image] Feb 24 21:46:00.886 INFO O| Feb 24 21:46:00.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95632025-02-24T21:46:02.582Z[ host-image] Feb 24 21:46:00.886 INFO O| Feb 24 21:46:00.886 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 ...
95642025-02-24T21:46:02.585Z[ host-image] Feb 24 21:46:00.887 INFO O| Feb 24 21:46:00.887 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
95652025-02-24T21:46:02.585Z[ host-image] Feb 24 21:46:00.887 INFO O| Feb 24 21:46:00.887 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95662025-02-24T21:46:02.585Z[ host-image] Feb 24 21:46:00.887 INFO O| Feb 24 21:46:00.887 INFO ok!
95672025-02-24T21:46:02.585Z[ host-image] Feb 24 21:46:00.887 INFO O| Feb 24 21:46:00.887 INFO STEP 51 (ensure_file) COMPLETE
95682025-02-24T21:46:02.585Z[ host-image] Feb 24 21:46:00.887 INFO O| Feb 24 21:46:00.887 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95692025-02-24T21:46:02.643Z[ host-image] Feb 24 21:46:00.947 INFO O| Feb 24 21:46:00.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95702025-02-24T21:46:02.643Z[ host-image] Feb 24 21:46:00.947 INFO O| Feb 24 21:46:00.947 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 ...
95712025-02-24T21:46:02.646Z[ host-image] Feb 24 21:46:00.947 INFO O| Feb 24 21:46:00.947 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
95722025-02-24T21:46:02.646Z[ host-image] Feb 24 21:46:00.947 INFO O| Feb 24 21:46:00.947 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95732025-02-24T21:46:02.646Z[ host-image] Feb 24 21:46:00.948 INFO O| Feb 24 21:46:00.947 INFO ok!
95742025-02-24T21:46:02.646Z[ host-image] Feb 24 21:46:00.948 INFO O| Feb 24 21:46:00.948 INFO STEP 52 (ensure_file) COMPLETE
95752025-02-24T21:46:02.646Z[ host-image] Feb 24 21:46:00.948 INFO O| Feb 24 21:46:00.948 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95762025-02-24T21:46:02.668Z[ host-image] Feb 24 21:46:00.972 INFO O| Feb 24 21:46:00.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95772025-02-24T21:46:02.668Z[ host-image] Feb 24 21:46:00.972 INFO O| Feb 24 21:46:00.972 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 ...
95782025-02-24T21:46:02.671Z[ host-image] Feb 24 21:46:00.973 INFO O| Feb 24 21:46:00.973 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
95792025-02-24T21:46:02.671Z[ host-image] Feb 24 21:46:00.973 INFO O| Feb 24 21:46:00.973 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95802025-02-24T21:46:02.671Z[ host-image] Feb 24 21:46:00.973 INFO O| Feb 24 21:46:00.973 INFO ok!
95812025-02-24T21:46:02.671Z[ host-image] Feb 24 21:46:00.973 INFO O| Feb 24 21:46:00.973 INFO STEP 53 (ensure_file) COMPLETE
95822025-02-24T21:46:02.671Z[ host-image] Feb 24 21:46:00.973 INFO O| Feb 24 21:46:00.973 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832025-02-24T21:46:02.692Z[ host-image] Feb 24 21:46:00.996 INFO O| Feb 24 21:46:00.996 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95842025-02-24T21:46:02.692Z[ host-image] Feb 24 21:46:00.997 INFO O| Feb 24 21:46:00.996 INFO STEP 54 (ensure_dir) COMPLETE
95852025-02-24T21:46:02.695Z[ host-image] Feb 24 21:46:00.997 INFO O| Feb 24 21:46:00.996 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-02-24T21:46:02.717Z[ host-image] Feb 24 21:46:01.021 INFO O| Feb 24 21:46:01.021 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95872025-02-24T21:46:02.717Z[ host-image] Feb 24 21:46:01.021 INFO O| Feb 24 21:46:01.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95882025-02-24T21:46:02.720Z[ host-image] Feb 24 21:46:01.021 INFO O| Feb 24 21:46:01.021 INFO STEP 55 (ensure_dir) COMPLETE
95892025-02-24T21:46:02.720Z[ host-image] Feb 24 21:46:01.021 INFO O| Feb 24 21:46:01.021 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902025-02-24T21:46:02.741Z[ host-image] Feb 24 21:46:01.044 INFO O| Feb 24 21:46:01.044 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95912025-02-24T21:46:02.741Z[ host-image] Feb 24 21:46:01.045 INFO O| Feb 24 21:46:01.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95922025-02-24T21:46:02.744Z[ host-image] Feb 24 21:46:01.045 INFO O| Feb 24 21:46:01.045 INFO STEP 56 (ensure_dir) COMPLETE
95932025-02-24T21:46:02.744Z[ host-image] Feb 24 21:46:01.045 INFO O| Feb 24 21:46:01.045 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942025-02-24T21:46:02.766Z[ host-image] Feb 24 21:46:01.070 INFO O| Feb 24 21:46:01.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95952025-02-24T21:46:02.766Z[ host-image] Feb 24 21:46:01.070 INFO O| Feb 24 21:46:01.070 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95962025-02-24T21:46:02.802Z[ host-image] Feb 24 21:46:01.106 INFO O| Feb 24 21:46:01.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95972025-02-24T21:46:02.802Z[ host-image] Feb 24 21:46:01.106 INFO O| Feb 24 21:46:01.106 INFO ok!
95982025-02-24T21:46:02.804Z[ host-image] Feb 24 21:46:01.106 INFO O| Feb 24 21:46:01.106 INFO STEP 57 (ensure_file) COMPLETE
95992025-02-24T21:46:02.804Z[ host-image] Feb 24 21:46:01.106 INFO O| Feb 24 21:46:01.106 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-02-24T21:46:02.886Z[ host-image] Feb 24 21:46:01.190 INFO O| Feb 24 21:46:01.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96012025-02-24T21:46:02.886Z[ host-image] Feb 24 21:46:01.190 INFO O| Feb 24 21:46:01.190 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
96022025-02-24T21:46:04.357Z[ host-image] Feb 24 21:46:02.660 INFO O| Feb 24 21:46:02.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
96032025-02-24T21:46:04.357Z[ host-image] Feb 24 21:46:02.661 INFO O| Feb 24 21:46:02.660 INFO ok!
96042025-02-24T21:46:04.360Z[ host-image] Feb 24 21:46:02.661 INFO O| Feb 24 21:46:02.660 INFO STEP 58 (ensure_file) COMPLETE
96052025-02-24T21:46:04.360Z[ host-image] Feb 24 21:46:02.661 INFO O| Feb 24 21:46:02.660 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-02-24T21:46:04.378Z[ host-image] Feb 24 21:46:02.681 INFO O| Feb 24 21:46:02.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96072025-02-24T21:46:04.378Z[ host-image] Feb 24 21:46:02.681 INFO O| Feb 24 21:46:02.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96082025-02-24T21:46:04.378Z[ host-image] Feb 24 21:46:02.681 INFO O| Feb 24 21:46:02.681 INFO STEP 59 (ensure_dir) COMPLETE
96092025-02-24T21:46:04.382Z[ host-image] Feb 24 21:46:02.681 INFO O| Feb 24 21:46:02.681 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-02-24T21:46:04.397Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96112025-02-24T21:46:04.397Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO copying /tmp/.tmp1fVI8h/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 ...
96122025-02-24T21:46:04.400Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96132025-02-24T21:46:04.400Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO ok!
96142025-02-24T21:46:04.400Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO STEP 60 (ensure_file) COMPLETE
96152025-02-24T21:46:04.400Z[ host-image] Feb 24 21:46:02.701 INFO O| Feb 24 21:46:02.701 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-02-24T21:46:04.438Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96172025-02-24T21:46:04.438Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.742 INFO copying /tmp/.tmp1fVI8h/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 ...
96182025-02-24T21:46:04.441Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96192025-02-24T21:46:04.441Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.742 INFO ok!
96202025-02-24T21:46:04.441Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.742 INFO STEP 61 (ensure_file) COMPLETE
96212025-02-24T21:46:04.441Z[ host-image] Feb 24 21:46:02.742 INFO O| Feb 24 21:46:02.742 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-02-24T21:46:04.480Z[ host-image] Feb 24 21:46:02.784 INFO O| Feb 24 21:46:02.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96232025-02-24T21:46:04.480Z[ host-image] Feb 24 21:46:02.784 INFO O| Feb 24 21:46:02.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96242025-02-24T21:46:04.480Z[ host-image] Feb 24 21:46:02.784 INFO O| Feb 24 21:46:02.784 INFO STEP 62 (ensure_dir) COMPLETE
96252025-02-24T21:46:04.483Z[ host-image] Feb 24 21:46:02.784 INFO O| Feb 24 21:46:02.784 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262025-02-24T21:46:04.501Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96272025-02-24T21:46:04.502Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO copying /tmp/.tmp1fVI8h/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 ...
96282025-02-24T21:46:04.502Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96292025-02-24T21:46:04.504Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO ok!
96302025-02-24T21:46:04.504Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO STEP 63 (ensure_file) COMPLETE
96312025-02-24T21:46:04.504Z[ host-image] Feb 24 21:46:02.805 INFO O| Feb 24 21:46:02.805 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322025-02-24T21:46:04.523Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96332025-02-24T21:46:04.524Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO copying /tmp/.tmp1fVI8h/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 ...
96342025-02-24T21:46:04.526Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96352025-02-24T21:46:04.526Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO ok!
96362025-02-24T21:46:04.526Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO STEP 64 (ensure_file) COMPLETE
96372025-02-24T21:46:04.526Z[ host-image] Feb 24 21:46:02.827 INFO O| Feb 24 21:46:02.827 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382025-02-24T21:46:04.547Z[ host-image] Feb 24 21:46:02.850 INFO O| Feb 24 21:46:02.850 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96392025-02-24T21:46:04.547Z[ host-image] Feb 24 21:46:02.851 INFO O| Feb 24 21:46:02.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96402025-02-24T21:46:04.550Z[ host-image] Feb 24 21:46:02.851 INFO O| Feb 24 21:46:02.851 INFO STEP 65 (ensure_dir) COMPLETE
96412025-02-24T21:46:04.550Z[ host-image] Feb 24 21:46:02.851 INFO O| Feb 24 21:46:02.851 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-02-24T21:46:04.572Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96432025-02-24T21:46:04.572Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO copying /tmp/.tmp1fVI8h/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 ...
96442025-02-24T21:46:04.575Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96452025-02-24T21:46:04.575Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO ok!
96462025-02-24T21:46:04.575Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO STEP 66 (ensure_file) COMPLETE
96472025-02-24T21:46:04.575Z[ host-image] Feb 24 21:46:02.876 INFO O| Feb 24 21:46:02.876 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-02-24T21:46:04.597Z[ host-image] Feb 24 21:46:02.900 INFO O| Feb 24 21:46:02.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96492025-02-24T21:46:04.597Z[ host-image] Feb 24 21:46:02.901 INFO O| Feb 24 21:46:02.900 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96502025-02-24T21:46:04.600Z[ host-image] Feb 24 21:46:02.901 INFO O| Feb 24 21:46:02.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96512025-02-24T21:46:04.600Z[ host-image] Feb 24 21:46:02.901 INFO O| Feb 24 21:46:02.901 INFO ok!
96522025-02-24T21:46:04.600Z[ host-image] Feb 24 21:46:02.901 INFO O| Feb 24 21:46:02.901 INFO STEP 67 (ensure_file) COMPLETE
96532025-02-24T21:46:04.600Z[ host-image] Feb 24 21:46:02.901 INFO O| Feb 24 21:46:02.901 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542025-02-24T21:46:04.622Z[ host-image] Feb 24 21:46:02.926 INFO O| Feb 24 21:46:02.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96552025-02-24T21:46:04.622Z[ host-image] Feb 24 21:46:02.926 INFO O| Feb 24 21:46:02.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96562025-02-24T21:46:04.622Z[ host-image] Feb 24 21:46:02.926 INFO O| Feb 24 21:46:02.926 INFO STEP 68 (ensure_dir) COMPLETE
96572025-02-24T21:46:04.622Z[ host-image] Feb 24 21:46:02.926 INFO O| Feb 24 21:46:02.926 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-02-24T21:46:04.646Z[ host-image] Feb 24 21:46:02.949 INFO O| Feb 24 21:46:02.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96592025-02-24T21:46:04.646Z[ host-image] Feb 24 21:46:02.949 INFO O| Feb 24 21:46:02.949 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96602025-02-24T21:46:06.218Z[ host-image] Feb 24 21:46:04.521 INFO O| Feb 24 21:46:04.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96612025-02-24T21:46:06.218Z[ host-image] Feb 24 21:46:04.521 INFO O| Feb 24 21:46:04.521 INFO ok!
96622025-02-24T21:46:06.221Z[ host-image] Feb 24 21:46:04.521 INFO O| Feb 24 21:46:04.521 INFO STEP 69 (ensure_file) COMPLETE
96632025-02-24T21:46:06.221Z[ host-image] Feb 24 21:46:04.521 INFO O| Feb 24 21:46:04.521 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642025-02-24T21:46:06.237Z[ host-image] Feb 24 21:46:04.540 INFO O| Feb 24 21:46:04.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96652025-02-24T21:46:06.237Z[ host-image] Feb 24 21:46:04.540 INFO O| Feb 24 21:46:04.540 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96662025-02-24T21:46:08.725Z[ host-image] Feb 24 21:46:07.027 INFO O| Feb 24 21:46:07.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96672025-02-24T21:46:08.725Z[ host-image] Feb 24 21:46:07.027 INFO O| Feb 24 21:46:07.027 INFO ok!
96682025-02-24T21:46:08.729Z[ host-image] Feb 24 21:46:07.027 INFO O| Feb 24 21:46:07.027 INFO STEP 70 (ensure_file) COMPLETE
96692025-02-24T21:46:08.729Z[ host-image] Feb 24 21:46:07.027 INFO O| Feb 24 21:46:07.027 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702025-02-24T21:46:08.747Z[ host-image] Feb 24 21:46:07.049 INFO O| Feb 24 21:46:07.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96712025-02-24T21:46:08.747Z[ host-image] Feb 24 21:46:07.049 INFO O| Feb 24 21:46:07.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96722025-02-24T21:46:08.750Z[ host-image] Feb 24 21:46:07.049 INFO O| Feb 24 21:46:07.049 INFO STEP 71 (ensure_dir) COMPLETE
96732025-02-24T21:46:08.750Z[ host-image] Feb 24 21:46:07.049 INFO O| Feb 24 21:46:07.049 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742025-02-24T21:46:08.791Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96752025-02-24T21:46:08.791Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO copying /tmp/.tmp1fVI8h/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 ...
96762025-02-24T21:46:08.794Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96772025-02-24T21:46:08.794Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO ok!
96782025-02-24T21:46:08.794Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO STEP 72 (ensure_file) COMPLETE
96792025-02-24T21:46:08.794Z[ host-image] Feb 24 21:46:07.093 INFO O| Feb 24 21:46:07.093 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802025-02-24T21:46:08.814Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96812025-02-24T21:46:08.814Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO copying /tmp/.tmp1fVI8h/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 ...
96822025-02-24T21:46:08.814Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96832025-02-24T21:46:08.814Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO ok!
96842025-02-24T21:46:08.817Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO STEP 73 (ensure_file) COMPLETE
96852025-02-24T21:46:08.817Z[ host-image] Feb 24 21:46:07.116 INFO O| Feb 24 21:46:07.116 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96872025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96882025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96892025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO ok!
96902025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO STEP 74 (ensure_file) COMPLETE
96912025-02-24T21:46:08.835Z[ host-image] Feb 24 21:46:07.137 INFO O| Feb 24 21:46:07.137 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922025-02-24T21:46:08.855Z[ host-image] Feb 24 21:46:07.157 INFO O| Feb 24 21:46:07.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96932025-02-24T21:46:08.855Z[ host-image] Feb 24 21:46:07.157 INFO O| Feb 24 21:46:07.157 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96942025-02-24T21:46:08.858Z[ host-image] Feb 24 21:46:07.158 INFO O| Feb 24 21:46:07.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96952025-02-24T21:46:08.858Z[ host-image] Feb 24 21:46:07.158 INFO O| Feb 24 21:46:07.158 INFO ok!
96962025-02-24T21:46:08.858Z[ host-image] Feb 24 21:46:07.158 INFO O| Feb 24 21:46:07.158 INFO STEP 75 (ensure_file) COMPLETE
96972025-02-24T21:46:08.858Z[ host-image] Feb 24 21:46:07.158 INFO O| Feb 24 21:46:07.158 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982025-02-24T21:46:08.910Z[ host-image] Feb 24 21:46:07.212 INFO O| Feb 24 21:46:07.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96992025-02-24T21:46:08.914Z[ host-image] Feb 24 21:46:07.213 INFO O| Feb 24 21:46:07.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97002025-02-24T21:46:08.914Z[ host-image] Feb 24 21:46:07.213 INFO O| Feb 24 21:46:07.213 INFO STEP 76 (ensure_dir) COMPLETE
97012025-02-24T21:46:08.914Z[ host-image] Feb 24 21:46:07.213 INFO O| Feb 24 21:46:07.213 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-24T21:46:08.944Z[ host-image] Feb 24 21:46:07.246 INFO O| Feb 24 21:46:07.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
97032025-02-24T21:46:08.944Z[ host-image] Feb 24 21:46:07.246 INFO O| Feb 24 21:46:07.246 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
97042025-02-24T21:46:08.949Z[ host-image] Feb 24 21:46:07.251 INFO O| Feb 24 21:46:07.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
97052025-02-24T21:46:08.949Z[ host-image] Feb 24 21:46:07.251 INFO O| Feb 24 21:46:07.251 INFO ok!
97062025-02-24T21:46:08.949Z[ host-image] Feb 24 21:46:07.251 INFO O| Feb 24 21:46:07.251 INFO STEP 77 (ensure_file) COMPLETE
97072025-02-24T21:46:08.949Z[ host-image] Feb 24 21:46:07.251 INFO O| Feb 24 21:46:07.251 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082025-02-24T21:46:08.972Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
97092025-02-24T21:46:08.972Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
97102025-02-24T21:46:08.972Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
97112025-02-24T21:46:08.975Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO ok!
97122025-02-24T21:46:08.975Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO STEP 78 (ensure_file) COMPLETE
97132025-02-24T21:46:08.975Z[ host-image] Feb 24 21:46:07.274 INFO O| Feb 24 21:46:07.274 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-02-24T21:46:09.012Z[ host-image] Feb 24 21:46:07.314 INFO O| Feb 24 21:46:07.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97152025-02-24T21:46:09.012Z[ host-image] Feb 24 21:46:07.314 INFO O| Feb 24 21:46:07.314 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
97162025-02-24T21:46:11.156Z[ host-image] Feb 24 21:46:09.457 INFO O| Feb 24 21:46:09.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
97172025-02-24T21:46:11.156Z[ host-image] Feb 24 21:46:09.457 INFO O| Feb 24 21:46:09.457 INFO ok!
97182025-02-24T21:46:11.161Z[ host-image] Feb 24 21:46:09.457 INFO O| Feb 24 21:46:09.457 INFO STEP 79 (ensure_file) COMPLETE
97192025-02-24T21:46:11.161Z[ host-image] Feb 24 21:46:09.457 INFO O| Feb 24 21:46:09.457 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202025-02-24T21:46:11.178Z[ host-image] Feb 24 21:46:09.479 INFO O| Feb 24 21:46:09.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97212025-02-24T21:46:11.178Z[ host-image] Feb 24 21:46:09.479 INFO O| Feb 24 21:46:09.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97222025-02-24T21:46:11.178Z[ host-image] Feb 24 21:46:09.479 INFO O| Feb 24 21:46:09.479 INFO STEP 80 (ensure_dir) COMPLETE
97232025-02-24T21:46:11.181Z[ host-image] Feb 24 21:46:09.479 INFO O| Feb 24 21:46:09.479 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242025-02-24T21:46:11.198Z[ host-image] Feb 24 21:46:09.499 INFO O| Feb 24 21:46:09.499 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97252025-02-24T21:46:11.198Z[ host-image] Feb 24 21:46:09.499 INFO O| Feb 24 21:46:09.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97262025-02-24T21:46:11.198Z[ host-image] Feb 24 21:46:09.499 INFO O| Feb 24 21:46:09.499 INFO STEP 81 (ensure_dir) COMPLETE
97272025-02-24T21:46:11.202Z[ host-image] Feb 24 21:46:09.499 INFO O| Feb 24 21:46:09.499 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282025-02-24T21:46:11.224Z[ host-image] Feb 24 21:46:09.526 INFO O| Feb 24 21:46:09.525 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97292025-02-24T21:46:11.224Z[ host-image] Feb 24 21:46:09.526 INFO O| Feb 24 21:46:09.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97302025-02-24T21:46:11.228Z[ host-image] Feb 24 21:46:09.526 INFO O| Feb 24 21:46:09.526 INFO STEP 82 (ensure_dir) COMPLETE
97312025-02-24T21:46:11.228Z[ host-image] Feb 24 21:46:09.526 INFO O| Feb 24 21:46:09.526 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-02-24T21:46:11.288Z[ host-image] Feb 24 21:46:09.589 INFO O| Feb 24 21:46:09.589 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97332025-02-24T21:46:11.288Z[ host-image] Feb 24 21:46:09.589 INFO O| Feb 24 21:46:09.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97342025-02-24T21:46:11.292Z[ host-image] Feb 24 21:46:09.589 INFO O| Feb 24 21:46:09.589 INFO STEP 83 (ensure_dir) COMPLETE
97352025-02-24T21:46:11.292Z[ host-image] Feb 24 21:46:09.589 INFO O| Feb 24 21:46:09.589 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362025-02-24T21:46:11.311Z[ host-image] Feb 24 21:46:09.612 INFO O| Feb 24 21:46:09.611 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97372025-02-24T21:46:11.311Z[ host-image] Feb 24 21:46:09.612 INFO O| Feb 24 21:46:09.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97382025-02-24T21:46:11.315Z[ host-image] Feb 24 21:46:09.612 INFO O| Feb 24 21:46:09.612 INFO STEP 84 (ensure_dir) COMPLETE
97392025-02-24T21:46:11.315Z[ host-image] Feb 24 21:46:09.612 INFO O| Feb 24 21:46:09.612 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402025-02-24T21:46:11.334Z[ host-image] Feb 24 21:46:09.635 INFO O| Feb 24 21:46:09.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97412025-02-24T21:46:11.335Z[ host-image] Feb 24 21:46:09.635 INFO O| Feb 24 21:46:09.635 INFO copying /tmp/.tmp1fVI8h/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 ...
97422025-02-24T21:46:11.338Z[ host-image] Feb 24 21:46:09.636 INFO O| Feb 24 21:46:09.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97432025-02-24T21:46:11.338Z[ host-image] Feb 24 21:46:09.636 INFO O| Feb 24 21:46:09.636 INFO ok!
97442025-02-24T21:46:11.338Z[ host-image] Feb 24 21:46:09.636 INFO O| Feb 24 21:46:09.636 INFO STEP 85 (ensure_file) COMPLETE
97452025-02-24T21:46:11.338Z[ host-image] Feb 24 21:46:09.636 INFO O| Feb 24 21:46:09.636 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462025-02-24T21:46:11.359Z[ host-image] Feb 24 21:46:09.660 INFO O| Feb 24 21:46:09.660 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97472025-02-24T21:46:11.359Z[ host-image] Feb 24 21:46:09.660 INFO O| Feb 24 21:46:09.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97482025-02-24T21:46:11.363Z[ host-image] Feb 24 21:46:09.660 INFO O| Feb 24 21:46:09.660 INFO STEP 86 (ensure_dir) COMPLETE
97492025-02-24T21:46:11.363Z[ host-image] Feb 24 21:46:09.660 INFO O| Feb 24 21:46:09.660 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-02-24T21:46:11.383Z[ host-image] Feb 24 21:46:09.684 INFO O| Feb 24 21:46:09.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97512025-02-24T21:46:11.383Z[ host-image] Feb 24 21:46:09.685 INFO O| Feb 24 21:46:09.684 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97522025-02-24T21:46:11.383Z[ host-image] Feb 24 21:46:09.685 INFO O| Feb 24 21:46:09.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97532025-02-24T21:46:11.390Z[ host-image] Feb 24 21:46:09.685 INFO O| Feb 24 21:46:09.685 INFO ok!
97542025-02-24T21:46:11.390Z[ host-image] Feb 24 21:46:09.685 INFO O| Feb 24 21:46:09.685 INFO STEP 87 (ensure_file) COMPLETE
97552025-02-24T21:46:11.390Z[ host-image] Feb 24 21:46:09.685 INFO O| Feb 24 21:46:09.685 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562025-02-24T21:46:11.417Z[ host-image] Feb 24 21:46:09.716 INFO O| Feb 24 21:46:09.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97572025-02-24T21:46:11.417Z[ host-image] Feb 24 21:46:09.717 INFO O| Feb 24 21:46:09.717 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97582025-02-24T21:46:11.436Z[ host-image] Feb 24 21:46:09.737 INFO O| Feb 24 21:46:09.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97592025-02-24T21:46:11.436Z[ host-image] Feb 24 21:46:09.737 INFO O| Feb 24 21:46:09.737 INFO ok!
97602025-02-24T21:46:11.440Z[ host-image] Feb 24 21:46:09.737 INFO O| Feb 24 21:46:09.737 INFO STEP 88 (ensure_file) COMPLETE
97612025-02-24T21:46:11.440Z[ host-image] Feb 24 21:46:09.737 INFO O| Feb 24 21:46:09.737 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622025-02-24T21:46:11.468Z[ host-image] Feb 24 21:46:09.769 INFO O| Feb 24 21:46:09.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97632025-02-24T21:46:11.468Z[ host-image] Feb 24 21:46:09.769 INFO O| Feb 24 21:46:09.769 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97642025-02-24T21:46:12.035Z[ host-image] Feb 24 21:46:10.336 INFO O| Feb 24 21:46:10.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97652025-02-24T21:46:12.035Z[ host-image] Feb 24 21:46:10.336 INFO O| Feb 24 21:46:10.336 INFO ok!
97662025-02-24T21:46:12.035Z[ host-image] Feb 24 21:46:10.336 INFO O| Feb 24 21:46:10.336 INFO STEP 89 (ensure_file) COMPLETE
97672025-02-24T21:46:12.038Z[ host-image] Feb 24 21:46:10.336 INFO O| Feb 24 21:46:10.336 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-02-24T21:46:12.055Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97692025-02-24T21:46:12.055Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97702025-02-24T21:46:12.058Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97712025-02-24T21:46:12.058Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO ok!
97722025-02-24T21:46:12.058Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO STEP 90 (ensure_file) COMPLETE
97732025-02-24T21:46:12.058Z[ host-image] Feb 24 21:46:10.357 INFO O| Feb 24 21:46:10.357 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742025-02-24T21:46:12.076Z[ host-image] Feb 24 21:46:10.377 INFO O| Feb 24 21:46:10.377 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97752025-02-24T21:46:12.076Z[ host-image] Feb 24 21:46:10.377 INFO O| Feb 24 21:46:10.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97762025-02-24T21:46:12.076Z[ host-image] Feb 24 21:46:10.377 INFO O| Feb 24 21:46:10.377 INFO STEP 91 (ensure_dir) COMPLETE
97772025-02-24T21:46:12.079Z[ host-image] Feb 24 21:46:10.377 INFO O| Feb 24 21:46:10.377 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782025-02-24T21:46:12.099Z[ host-image] Feb 24 21:46:10.400 INFO O| Feb 24 21:46:10.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97792025-02-24T21:46:12.099Z[ host-image] Feb 24 21:46:10.400 INFO O| Feb 24 21:46:10.400 INFO copying /tmp/.tmp1fVI8h/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 ...
97802025-02-24T21:46:12.102Z[ host-image] Feb 24 21:46:10.401 INFO O| Feb 24 21:46:10.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97812025-02-24T21:46:12.102Z[ host-image] Feb 24 21:46:10.401 INFO O| Feb 24 21:46:10.401 INFO ok!
97822025-02-24T21:46:12.102Z[ host-image] Feb 24 21:46:10.401 INFO O| Feb 24 21:46:10.401 INFO STEP 92 (ensure_file) COMPLETE
97832025-02-24T21:46:12.102Z[ host-image] Feb 24 21:46:10.401 INFO O| Feb 24 21:46:10.401 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842025-02-24T21:46:12.122Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97852025-02-24T21:46:12.123Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO copying /tmp/.tmp1fVI8h/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 ...
97862025-02-24T21:46:12.126Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97872025-02-24T21:46:12.126Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO ok!
97882025-02-24T21:46:12.126Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO STEP 93 (ensure_file) COMPLETE
97892025-02-24T21:46:12.126Z[ host-image] Feb 24 21:46:10.424 INFO O| Feb 24 21:46:10.424 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902025-02-24T21:46:12.146Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97912025-02-24T21:46:12.146Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO copying /tmp/.tmp1fVI8h/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 ...
97922025-02-24T21:46:12.146Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97932025-02-24T21:46:12.146Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO ok!
97942025-02-24T21:46:12.149Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO STEP 94 (ensure_file) COMPLETE
97952025-02-24T21:46:12.149Z[ host-image] Feb 24 21:46:10.447 INFO O| Feb 24 21:46:10.447 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97962025-02-24T21:46:12.169Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97972025-02-24T21:46:12.169Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO copying /tmp/.tmp1fVI8h/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 ...
97982025-02-24T21:46:12.171Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97992025-02-24T21:46:12.171Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO ok!
98002025-02-24T21:46:12.171Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO STEP 95 (ensure_file) COMPLETE
98012025-02-24T21:46:12.171Z[ host-image] Feb 24 21:46:10.470 INFO O| Feb 24 21:46:10.470 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98022025-02-24T21:46:12.192Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
98032025-02-24T21:46:12.192Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO copying /tmp/.tmp1fVI8h/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 ...
98042025-02-24T21:46:12.194Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
98052025-02-24T21:46:12.194Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO ok!
98062025-02-24T21:46:12.194Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO STEP 96 (ensure_file) COMPLETE
98072025-02-24T21:46:12.194Z[ host-image] Feb 24 21:46:10.493 INFO O| Feb 24 21:46:10.493 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082025-02-24T21:46:12.218Z[ host-image] Feb 24 21:46:10.519 INFO O| Feb 24 21:46:10.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98092025-02-24T21:46:12.218Z[ host-image] Feb 24 21:46:10.519 INFO O| Feb 24 21:46:10.519 INFO copying /tmp/.tmp1fVI8h/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 ...
98102025-02-24T21:46:12.218Z[ host-image] Feb 24 21:46:10.520 INFO O| Feb 24 21:46:10.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98112025-02-24T21:46:12.218Z[ host-image] Feb 24 21:46:10.520 INFO O| Feb 24 21:46:10.520 INFO ok!
98122025-02-24T21:46:12.221Z[ host-image] Feb 24 21:46:10.520 INFO O| Feb 24 21:46:10.520 INFO STEP 97 (ensure_file) COMPLETE
98132025-02-24T21:46:12.221Z[ host-image] Feb 24 21:46:10.520 INFO O| Feb 24 21:46:10.520 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142025-02-24T21:46:12.242Z[ host-image] Feb 24 21:46:10.542 INFO O| Feb 24 21:46:10.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98152025-02-24T21:46:12.242Z[ host-image] Feb 24 21:46:10.543 INFO O| Feb 24 21:46:10.542 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98162025-02-24T21:46:12.245Z[ host-image] Feb 24 21:46:10.543 INFO O| Feb 24 21:46:10.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98172025-02-24T21:46:12.245Z[ host-image] Feb 24 21:46:10.543 INFO O| Feb 24 21:46:10.543 INFO ok!
98182025-02-24T21:46:12.245Z[ host-image] Feb 24 21:46:10.543 INFO O| Feb 24 21:46:10.543 INFO STEP 98 (ensure_file) COMPLETE
98192025-02-24T21:46:12.245Z[ host-image] Feb 24 21:46:10.543 INFO O| Feb 24 21:46:10.543 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202025-02-24T21:46:12.265Z[ host-image] Feb 24 21:46:10.566 INFO O| Feb 24 21:46:10.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98212025-02-24T21:46:12.265Z[ host-image] Feb 24 21:46:10.566 INFO O| Feb 24 21:46:10.566 INFO copying /tmp/.tmp1fVI8h/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 ...
98222025-02-24T21:46:12.267Z[ host-image] Feb 24 21:46:10.566 INFO O| Feb 24 21:46:10.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98232025-02-24T21:46:12.267Z[ host-image] Feb 24 21:46:10.566 INFO O| Feb 24 21:46:10.566 INFO ok!
98242025-02-24T21:46:12.267Z[ host-image] Feb 24 21:46:10.567 INFO O| Feb 24 21:46:10.566 INFO STEP 99 (ensure_file) COMPLETE
98252025-02-24T21:46:12.267Z[ host-image] Feb 24 21:46:10.567 INFO O| Feb 24 21:46:10.567 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98262025-02-24T21:46:12.287Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98272025-02-24T21:46:12.287Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO copying /tmp/.tmp1fVI8h/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 ...
98282025-02-24T21:46:12.287Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98292025-02-24T21:46:12.287Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO ok!
98302025-02-24T21:46:12.291Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO STEP 100 (ensure_file) COMPLETE
98312025-02-24T21:46:12.291Z[ host-image] Feb 24 21:46:10.588 INFO O| Feb 24 21:46:10.588 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-02-24T21:46:12.307Z[ host-image] Feb 24 21:46:10.608 INFO O| Feb 24 21:46:10.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98332025-02-24T21:46:12.310Z[ host-image] Feb 24 21:46:10.608 INFO O| Feb 24 21:46:10.608 INFO copying /tmp/.tmp1fVI8h/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 ...
98342025-02-24T21:46:12.310Z[ host-image] Feb 24 21:46:10.608 INFO O| Feb 24 21:46:10.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98352025-02-24T21:46:12.310Z[ host-image] Feb 24 21:46:10.608 INFO O| Feb 24 21:46:10.608 INFO ok!
98362025-02-24T21:46:12.310Z[ host-image] Feb 24 21:46:10.609 INFO O| Feb 24 21:46:10.608 INFO STEP 101 (ensure_file) COMPLETE
98372025-02-24T21:46:12.310Z[ host-image] Feb 24 21:46:10.609 INFO O| Feb 24 21:46:10.609 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382025-02-24T21:46:12.343Z[ host-image] Feb 24 21:46:10.644 INFO O| Feb 24 21:46:10.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98392025-02-24T21:46:12.343Z[ host-image] Feb 24 21:46:10.644 INFO O| Feb 24 21:46:10.644 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98402025-02-24T21:46:12.346Z[ host-image] Feb 24 21:46:10.645 INFO O| Feb 24 21:46:10.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98412025-02-24T21:46:12.346Z[ host-image] Feb 24 21:46:10.645 INFO O| Feb 24 21:46:10.645 INFO ok!
98422025-02-24T21:46:12.346Z[ host-image] Feb 24 21:46:10.645 INFO O| Feb 24 21:46:10.645 INFO STEP 102 (ensure_file) COMPLETE
98432025-02-24T21:46:12.346Z[ host-image] Feb 24 21:46:10.645 INFO O| Feb 24 21:46:10.645 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98452025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO copying /tmp/.tmp1fVI8h/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 ...
98462025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98472025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO ok!
98482025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO STEP 103 (ensure_file) COMPLETE
98492025-02-24T21:46:12.365Z[ host-image] Feb 24 21:46:10.665 INFO O| Feb 24 21:46:10.665 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-02-24T21:46:12.386Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98512025-02-24T21:46:12.386Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO copying /tmp/.tmp1fVI8h/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 ...
98522025-02-24T21:46:12.386Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98532025-02-24T21:46:12.388Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO ok!
98542025-02-24T21:46:12.388Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO STEP 104 (ensure_file) COMPLETE
98552025-02-24T21:46:12.388Z[ host-image] Feb 24 21:46:10.687 INFO O| Feb 24 21:46:10.687 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-02-24T21:46:12.407Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98572025-02-24T21:46:12.408Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO copying /tmp/.tmp1fVI8h/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 ...
98582025-02-24T21:46:12.408Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98592025-02-24T21:46:12.408Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO ok!
98602025-02-24T21:46:12.411Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO STEP 105 (ensure_file) COMPLETE
98612025-02-24T21:46:12.411Z[ host-image] Feb 24 21:46:10.709 INFO O| Feb 24 21:46:10.709 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-02-24T21:46:12.430Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98632025-02-24T21:46:12.430Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO copying /tmp/.tmp1fVI8h/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 ...
98642025-02-24T21:46:12.430Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98652025-02-24T21:46:12.432Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO ok!
98662025-02-24T21:46:12.432Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO STEP 106 (ensure_file) COMPLETE
98672025-02-24T21:46:12.432Z[ host-image] Feb 24 21:46:10.731 INFO O| Feb 24 21:46:10.731 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682025-02-24T21:46:12.451Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98692025-02-24T21:46:12.451Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.752 INFO copying /tmp/.tmp1fVI8h/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 ...
98702025-02-24T21:46:12.454Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98712025-02-24T21:46:12.454Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.753 INFO ok!
98722025-02-24T21:46:12.454Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.753 INFO STEP 107 (ensure_file) COMPLETE
98732025-02-24T21:46:12.454Z[ host-image] Feb 24 21:46:10.753 INFO O| Feb 24 21:46:10.753 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742025-02-24T21:46:12.479Z[ host-image] Feb 24 21:46:10.780 INFO O| Feb 24 21:46:10.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98752025-02-24T21:46:12.479Z[ host-image] Feb 24 21:46:10.780 INFO O| Feb 24 21:46:10.780 INFO copying /tmp/.tmp1fVI8h/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 ...
98762025-02-24T21:46:12.482Z[ host-image] Feb 24 21:46:10.781 INFO O| Feb 24 21:46:10.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98772025-02-24T21:46:12.482Z[ host-image] Feb 24 21:46:10.781 INFO O| Feb 24 21:46:10.780 INFO ok!
98782025-02-24T21:46:12.482Z[ host-image] Feb 24 21:46:10.781 INFO O| Feb 24 21:46:10.781 INFO STEP 108 (ensure_file) COMPLETE
98792025-02-24T21:46:12.482Z[ host-image] Feb 24 21:46:10.781 INFO O| Feb 24 21:46:10.781 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-02-24T21:46:12.556Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98812025-02-24T21:46:12.556Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO copying /tmp/.tmp1fVI8h/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 ...
98822025-02-24T21:46:12.559Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98832025-02-24T21:46:12.559Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO ok!
98842025-02-24T21:46:12.559Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO STEP 109 (ensure_file) COMPLETE
98852025-02-24T21:46:12.559Z[ host-image] Feb 24 21:46:10.857 INFO O| Feb 24 21:46:10.857 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-02-24T21:46:12.636Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98872025-02-24T21:46:12.636Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO copying /tmp/.tmp1fVI8h/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 ...
98882025-02-24T21:46:12.636Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98892025-02-24T21:46:12.640Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO ok!
98902025-02-24T21:46:12.640Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO STEP 110 (ensure_file) COMPLETE
98912025-02-24T21:46:12.640Z[ host-image] Feb 24 21:46:10.937 INFO O| Feb 24 21:46:10.937 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-02-24T21:46:12.677Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98932025-02-24T21:46:12.677Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO copying /tmp/.tmp1fVI8h/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 ...
98942025-02-24T21:46:12.680Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98952025-02-24T21:46:12.680Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO ok!
98962025-02-24T21:46:12.680Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO STEP 111 (ensure_file) COMPLETE
98972025-02-24T21:46:12.680Z[ host-image] Feb 24 21:46:10.978 INFO O| Feb 24 21:46:10.978 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-02-24T21:46:12.699Z[ host-image] Feb 24 21:46:11.000 INFO O| Feb 24 21:46:11.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98992025-02-24T21:46:12.699Z[ host-image] Feb 24 21:46:11.000 INFO O| Feb 24 21:46:11.000 INFO copying /tmp/.tmp1fVI8h/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 ...
99002025-02-24T21:46:12.699Z[ host-image] Feb 24 21:46:11.000 INFO O| Feb 24 21:46:11.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
99012025-02-24T21:46:12.699Z[ host-image] Feb 24 21:46:11.000 INFO O| Feb 24 21:46:11.000 INFO ok!
99022025-02-24T21:46:12.702Z[ host-image] Feb 24 21:46:11.001 INFO O| Feb 24 21:46:11.000 INFO STEP 112 (ensure_file) COMPLETE
99032025-02-24T21:46:12.702Z[ host-image] Feb 24 21:46:11.001 INFO O| Feb 24 21:46:11.000 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042025-02-24T21:46:12.722Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
99052025-02-24T21:46:12.722Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO copying /tmp/.tmp1fVI8h/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 ...
99062025-02-24T21:46:12.725Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
99072025-02-24T21:46:12.725Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO ok!
99082025-02-24T21:46:12.725Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO STEP 113 (ensure_file) COMPLETE
99092025-02-24T21:46:12.725Z[ host-image] Feb 24 21:46:11.023 INFO O| Feb 24 21:46:11.023 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102025-02-24T21:46:12.761Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99112025-02-24T21:46:12.761Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO copying /tmp/.tmp1fVI8h/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 ...
99122025-02-24T21:46:12.765Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99132025-02-24T21:46:12.765Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO ok!
99142025-02-24T21:46:12.765Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO STEP 114 (ensure_file) COMPLETE
99152025-02-24T21:46:12.765Z[ host-image] Feb 24 21:46:11.062 INFO O| Feb 24 21:46:11.062 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99162025-02-24T21:46:12.784Z[ host-image] Feb 24 21:46:11.085 INFO O| Feb 24 21:46:11.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99172025-02-24T21:46:12.784Z[ host-image] Feb 24 21:46:11.085 INFO O| Feb 24 21:46:11.085 INFO copying /tmp/.tmp1fVI8h/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 ...
99182025-02-24T21:46:12.785Z[ host-image] Feb 24 21:46:11.086 INFO O| Feb 24 21:46:11.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99192025-02-24T21:46:12.785Z[ host-image] Feb 24 21:46:11.086 INFO O| Feb 24 21:46:11.086 INFO ok!
99202025-02-24T21:46:12.785Z[ host-image] Feb 24 21:46:11.086 INFO O| Feb 24 21:46:11.086 INFO STEP 115 (ensure_file) COMPLETE
99212025-02-24T21:46:12.785Z[ host-image] Feb 24 21:46:11.086 INFO O| Feb 24 21:46:11.086 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222025-02-24T21:46:12.807Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99232025-02-24T21:46:12.807Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO copying /tmp/.tmp1fVI8h/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 ...
99242025-02-24T21:46:12.807Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99252025-02-24T21:46:12.810Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO ok!
99262025-02-24T21:46:12.810Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO STEP 116 (ensure_file) COMPLETE
99272025-02-24T21:46:12.810Z[ host-image] Feb 24 21:46:11.108 INFO O| Feb 24 21:46:11.108 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-02-24T21:46:12.837Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99292025-02-24T21:46:12.837Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO copying /tmp/.tmp1fVI8h/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 ...
99302025-02-24T21:46:12.837Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99312025-02-24T21:46:12.837Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO ok!
99322025-02-24T21:46:12.840Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO STEP 117 (ensure_file) COMPLETE
99332025-02-24T21:46:12.840Z[ host-image] Feb 24 21:46:11.138 INFO O| Feb 24 21:46:11.138 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-02-24T21:46:12.893Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99352025-02-24T21:46:12.893Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO copying /tmp/.tmp1fVI8h/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 ...
99362025-02-24T21:46:12.893Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99372025-02-24T21:46:12.893Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO ok!
99382025-02-24T21:46:12.895Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO STEP 118 (ensure_file) COMPLETE
99392025-02-24T21:46:12.895Z[ host-image] Feb 24 21:46:11.194 INFO O| Feb 24 21:46:11.194 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-02-24T21:46:12.921Z[ host-image] Feb 24 21:46:11.222 INFO O| Feb 24 21:46:11.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99412025-02-24T21:46:12.921Z[ host-image] Feb 24 21:46:11.222 INFO O| Feb 24 21:46:11.222 INFO copying /tmp/.tmp1fVI8h/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 ...
99422025-02-24T21:46:12.924Z[ host-image] Feb 24 21:46:11.223 INFO O| Feb 24 21:46:11.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99432025-02-24T21:46:12.924Z[ host-image] Feb 24 21:46:11.223 INFO O| Feb 24 21:46:11.223 INFO ok!
99442025-02-24T21:46:12.924Z[ host-image] Feb 24 21:46:11.223 INFO O| Feb 24 21:46:11.223 INFO STEP 119 (ensure_file) COMPLETE
99452025-02-24T21:46:12.924Z[ host-image] Feb 24 21:46:11.223 INFO O| Feb 24 21:46:11.223 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-02-24T21:46:12.944Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99472025-02-24T21:46:12.944Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO copying /tmp/.tmp1fVI8h/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 ...
99482025-02-24T21:46:12.947Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99492025-02-24T21:46:12.947Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO ok!
99502025-02-24T21:46:12.947Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO STEP 120 (ensure_file) COMPLETE
99512025-02-24T21:46:12.947Z[ host-image] Feb 24 21:46:11.245 INFO O| Feb 24 21:46:11.245 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-02-24T21:46:12.965Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99532025-02-24T21:46:12.965Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99542025-02-24T21:46:12.968Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99552025-02-24T21:46:12.968Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO ok!
99562025-02-24T21:46:12.968Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO STEP 121 (ensure_file) COMPLETE
99572025-02-24T21:46:12.968Z[ host-image] Feb 24 21:46:11.266 INFO O| Feb 24 21:46:11.266 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-02-24T21:46:12.985Z[ host-image] Feb 24 21:46:11.286 INFO O| Feb 24 21:46:11.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99592025-02-24T21:46:12.985Z[ host-image] Feb 24 21:46:11.286 INFO O| Feb 24 21:46:11.286 INFO copying /tmp/.tmp1fVI8h/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 ...
99602025-02-24T21:46:12.985Z[ host-image] Feb 24 21:46:11.287 INFO O| Feb 24 21:46:11.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99612025-02-24T21:46:12.989Z[ host-image] Feb 24 21:46:11.287 INFO O| Feb 24 21:46:11.287 INFO ok!
99622025-02-24T21:46:12.989Z[ host-image] Feb 24 21:46:11.287 INFO O| Feb 24 21:46:11.287 INFO STEP 122 (ensure_file) COMPLETE
99632025-02-24T21:46:12.989Z[ host-image] Feb 24 21:46:11.287 INFO O| Feb 24 21:46:11.287 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642025-02-24T21:46:13.030Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99652025-02-24T21:46:13.030Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.331 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99662025-02-24T21:46:13.030Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99672025-02-24T21:46:13.032Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.331 INFO ok!
99682025-02-24T21:46:13.032Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.331 INFO STEP 123 (ensure_file) COMPLETE
99692025-02-24T21:46:13.032Z[ host-image] Feb 24 21:46:11.331 INFO O| Feb 24 21:46:11.331 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-24T21:46:13.053Z[ host-image] Feb 24 21:46:11.354 INFO O| Feb 24 21:46:11.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99712025-02-24T21:46:13.053Z[ host-image] Feb 24 21:46:11.354 INFO O| Feb 24 21:46:11.354 INFO copying /tmp/.tmp1fVI8h/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99722025-02-24T21:46:17.184Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
99732025-02-24T21:46:26.326Z[ host-image] Feb 24 21:46:24.623 INFO O| Feb 24 21:46:24.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99742025-02-24T21:46:26.329Z[ host-image] Feb 24 21:46:24.623 INFO O| Feb 24 21:46:24.623 INFO ok!
99752025-02-24T21:46:26.329Z[ host-image] Feb 24 21:46:24.623 INFO O| Feb 24 21:46:24.623 INFO STEP 124 (ensure_file) COMPLETE
99762025-02-24T21:46:26.329Z[ host-image] Feb 24 21:46:24.623 INFO O| Feb 24 21:46:24.623 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772025-02-24T21:46:26.371Z[ host-image] Feb 24 21:46:24.668 INFO O| Feb 24 21:46:24.668 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99782025-02-24T21:46:26.371Z[ host-image] Feb 24 21:46:24.668 INFO O| Feb 24 21:46:24.668 INFO STEP 125 (ensure_dir) COMPLETE
99792025-02-24T21:46:26.374Z[ host-image] Feb 24 21:46:24.668 INFO O| Feb 24 21:46:24.668 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99802025-02-24T21:46:26.816Z[ host-image] Feb 24 21:46:25.111 INFO O| Feb 24 21:46:25.111 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99812025-02-24T21:46:26.816Z[ host-image] Feb 24 21:46:25.112 INFO O| Feb 24 21:46:25.111 INFO STEP 126 (ensure_dir) COMPLETE
99822025-02-24T21:46:26.819Z[ host-image] Feb 24 21:46:25.112 INFO O| Feb 24 21:46:25.111 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832025-02-24T21:46:26.854Z[ host-image] Feb 24 21:46:25.150 INFO O| Feb 24 21:46:25.150 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99842025-02-24T21:46:26.854Z[ host-image] Feb 24 21:46:25.151 INFO O| Feb 24 21:46:25.150 INFO STEP 127 (ensure_dir) COMPLETE
99852025-02-24T21:46:26.856Z[ host-image] Feb 24 21:46:25.151 INFO O| Feb 24 21:46:25.150 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99862025-02-24T21:46:26.878Z[ host-image] Feb 24 21:46:25.174 INFO O| Feb 24 21:46:25.174 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99872025-02-24T21:46:26.878Z[ host-image] Feb 24 21:46:25.174 INFO O| Feb 24 21:46:25.174 INFO STEP 128 (ensure_dir) COMPLETE
99882025-02-24T21:46:26.881Z[ host-image] Feb 24 21:46:25.174 INFO O| Feb 24 21:46:25.174 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892025-02-24T21:46:26.912Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99902025-02-24T21:46:26.912Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.208 INFO copying /tmp/.tmp1fVI8h/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 ...
99912025-02-24T21:46:26.912Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99922025-02-24T21:46:26.915Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.209 INFO ok!
99932025-02-24T21:46:26.915Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.209 INFO STEP 129 (ensure_file) COMPLETE
99942025-02-24T21:46:26.915Z[ host-image] Feb 24 21:46:25.209 INFO O| Feb 24 21:46:25.209 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952025-02-24T21:46:27.228Z[ host-image] Feb 24 21:46:25.524 INFO O| Feb 24 21:46:25.524 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99962025-02-24T21:46:27.228Z[ host-image] Feb 24 21:46:25.524 INFO O| Feb 24 21:46:25.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99972025-02-24T21:46:27.228Z[ host-image] Feb 24 21:46:25.524 INFO O| Feb 24 21:46:25.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99982025-02-24T21:46:27.231Z[ host-image] Feb 24 21:46:25.524 INFO O| Feb 24 21:46:25.524 INFO STEP 130 (ensure_dir) COMPLETE
99992025-02-24T21:46:27.231Z[ host-image] Feb 24 21:46:25.524 INFO O| Feb 24 21:46:25.524 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002025-02-24T21:46:27.249Z[ host-image] Feb 24 21:46:25.546 INFO O| Feb 24 21:46:25.546 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
100012025-02-24T21:46:27.249Z[ host-image] Feb 24 21:46:25.546 INFO O| Feb 24 21:46:25.546 INFO copying /tmp/.tmp1fVI8h/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
100022025-02-24T21:46:27.253Z[ host-image] Feb 24 21:46:25.546 INFO O| Feb 24 21:46:25.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
100032025-02-24T21:46:27.253Z[ host-image] Feb 24 21:46:25.546 INFO O| Feb 24 21:46:25.546 INFO ok!
100042025-02-24T21:46:27.253Z[ host-image] Feb 24 21:46:25.546 INFO O| Feb 24 21:46:25.546 INFO STEP 131 (ensure_file) COMPLETE
100052025-02-24T21:46:27.253Z[ host-image] Feb 24 21:46:25.547 INFO O| Feb 24 21:46:25.546 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100062025-02-24T21:46:27.271Z[ host-image] Feb 24 21:46:25.568 INFO O| Feb 24 21:46:25.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
100072025-02-24T21:46:27.274Z[ host-image] Feb 24 21:46:25.568 INFO O| Feb 24 21:46:25.568 INFO STEP 132 (remove_files) COMPLETE
100082025-02-24T21:46:27.274Z[ host-image] Feb 24 21:46:25.568 INFO O| Feb 24 21:46:25.568 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100092025-02-24T21:46:27.366Z[ host-image] Feb 24 21:46:25.662 INFO O| Feb 24 21:46:25.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100102025-02-24T21:46:27.369Z[ host-image] Feb 24 21:46:25.662 INFO O| Feb 24 21:46:25.662 INFO STEP 133 (remove_files) COMPLETE
100112025-02-24T21:46:27.369Z[ host-image] Feb 24 21:46:25.662 INFO O| Feb 24 21:46:25.662 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100122025-02-24T21:46:27.457Z[ host-image] Feb 24 21:46:25.754 INFO O| Feb 24 21:46:25.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100132025-02-24T21:46:27.460Z[ host-image] Feb 24 21:46:25.755 INFO O| Feb 24 21:46:25.755 INFO STEP 134 (remove_files) COMPLETE
100142025-02-24T21:46:27.460Z[ host-image] Feb 24 21:46:25.755 INFO O| Feb 24 21:46:25.755 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100152025-02-24T21:46:27.482Z[ host-image] Feb 24 21:46:25.778 INFO O| Feb 24 21:46:25.778 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100162025-02-24T21:46:27.485Z[ host-image] Feb 24 21:46:25.779 INFO O| Feb 24 21:46:25.779 INFO STEP 135 (remove_files) COMPLETE
100172025-02-24T21:46:27.485Z[ host-image] Feb 24 21:46:25.779 INFO O| Feb 24 21:46:25.779 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100182025-02-24T21:46:27.505Z[ host-image] Feb 24 21:46:25.802 INFO O| Feb 24 21:46:25.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100192025-02-24T21:46:27.508Z[ host-image] Feb 24 21:46:25.802 INFO O| Feb 24 21:46:25.802 INFO STEP 136 (remove_files) COMPLETE
100202025-02-24T21:46:27.508Z[ host-image] Feb 24 21:46:25.803 INFO O| Feb 24 21:46:25.802 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100212025-02-24T21:46:27.528Z[ host-image] Feb 24 21:46:25.824 INFO O| Feb 24 21:46:25.824 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100222025-02-24T21:46:27.530Z[ host-image] Feb 24 21:46:25.825 INFO O| Feb 24 21:46:25.825 INFO STEP 137 (remove_files) COMPLETE
100232025-02-24T21:46:27.530Z[ host-image] Feb 24 21:46:25.825 INFO O| Feb 24 21:46:25.825 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100242025-02-24T21:46:27.589Z[ host-image] Feb 24 21:46:25.886 INFO O| Feb 24 21:46:25.885 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100252025-02-24T21:46:27.592Z[ host-image] Feb 24 21:46:25.886 INFO O| Feb 24 21:46:25.886 INFO STEP 138 (remove_files) COMPLETE
100262025-02-24T21:46:27.592Z[ host-image] Feb 24 21:46:25.886 INFO O| Feb 24 21:46:25.886 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100272025-02-24T21:46:27.612Z[ host-image] Feb 24 21:46:25.908 INFO O| Feb 24 21:46:25.908 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100282025-02-24T21:46:27.614Z[ host-image] Feb 24 21:46:25.909 INFO O| Feb 24 21:46:25.909 INFO STEP 139 (remove_files) COMPLETE
100292025-02-24T21:46:27.614Z[ host-image] Feb 24 21:46:25.909 INFO O| Feb 24 21:46:25.909 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100302025-02-24T21:46:27.633Z[ host-image] Feb 24 21:46:25.930 INFO O| Feb 24 21:46:25.930 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100312025-02-24T21:46:27.636Z[ host-image] Feb 24 21:46:25.930 INFO O| Feb 24 21:46:25.930 INFO STEP 140 (remove_files) COMPLETE
100322025-02-24T21:46:27.636Z[ host-image] Feb 24 21:46:25.930 INFO O| Feb 24 21:46:25.930 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100332025-02-24T21:46:27.656Z[ host-image] Feb 24 21:46:25.951 INFO O| Feb 24 21:46:25.951 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100342025-02-24T21:46:27.659Z[ host-image] Feb 24 21:46:25.952 INFO O| Feb 24 21:46:25.952 INFO STEP 141 (remove_files) COMPLETE
100352025-02-24T21:46:27.659Z[ host-image] Feb 24 21:46:25.952 INFO O| Feb 24 21:46:25.952 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100362025-02-24T21:46:27.676Z[ host-image] Feb 24 21:46:25.973 INFO O| Feb 24 21:46:25.973 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100372025-02-24T21:46:27.679Z[ host-image] Feb 24 21:46:25.973 INFO O| Feb 24 21:46:25.973 INFO STEP 142 (remove_files) COMPLETE
100382025-02-24T21:46:27.679Z[ host-image] Feb 24 21:46:25.974 INFO O| Feb 24 21:46:25.973 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100392025-02-24T21:46:27.702Z[ host-image] Feb 24 21:46:25.995 INFO O| Feb 24 21:46:25.995 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100402025-02-24T21:46:27.705Z[ host-image] Feb 24 21:46:25.995 INFO O| Feb 24 21:46:25.995 INFO STEP 143 (remove_files) COMPLETE
100412025-02-24T21:46:27.705Z[ host-image] Feb 24 21:46:25.995 INFO O| Feb 24 21:46:25.995 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100422025-02-24T21:46:27.742Z[ host-image] Feb 24 21:46:26.038 INFO O| Feb 24 21:46:26.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100432025-02-24T21:46:27.745Z[ host-image] Feb 24 21:46:26.038 INFO O| Feb 24 21:46:26.038 INFO STEP 144 (remove_files) COMPLETE
100442025-02-24T21:46:27.745Z[ host-image] Feb 24 21:46:26.038 INFO O| Feb 24 21:46:26.038 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100452025-02-24T21:46:27.797Z[ host-image] Feb 24 21:46:26.094 INFO O| Feb 24 21:46:26.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100462025-02-24T21:46:27.797Z[ host-image] Feb 24 21:46:26.094 INFO O| Feb 24 21:46:26.094 INFO STEP 145 (remove_files) COMPLETE
100472025-02-24T21:46:27.797Z[ host-image] Feb 24 21:46:26.094 INFO O| Feb 24 21:46:26.094 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100482025-02-24T21:46:27.820Z[ host-image] Feb 24 21:46:26.117 INFO O| Feb 24 21:46:26.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100492025-02-24T21:46:27.820Z[ host-image] Feb 24 21:46:26.117 INFO O| Feb 24 21:46:26.117 INFO STEP 146 (remove_files) COMPLETE
100502025-02-24T21:46:27.823Z[ host-image] Feb 24 21:46:26.117 INFO O| Feb 24 21:46:26.117 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100512025-02-24T21:46:27.844Z[ host-image] Feb 24 21:46:26.140 INFO O| Feb 24 21:46:26.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100522025-02-24T21:46:27.844Z[ host-image] Feb 24 21:46:26.140 INFO O| Feb 24 21:46:26.140 INFO STEP 147 (remove_files) COMPLETE
100532025-02-24T21:46:27.850Z[ host-image] Feb 24 21:46:26.140 INFO O| Feb 24 21:46:26.140 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100542025-02-24T21:46:27.864Z[ host-image] Feb 24 21:46:26.161 INFO O| Feb 24 21:46:26.161 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100552025-02-24T21:46:27.867Z[ host-image] Feb 24 21:46:26.161 INFO O| Feb 24 21:46:26.161 INFO STEP 148 (remove_files) COMPLETE
100562025-02-24T21:46:27.867Z[ host-image] Feb 24 21:46:26.161 INFO O| Feb 24 21:46:26.161 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100572025-02-24T21:46:27.886Z[ host-image] Feb 24 21:46:26.183 INFO O| Feb 24 21:46:26.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100582025-02-24T21:46:27.886Z[ host-image] Feb 24 21:46:26.183 INFO O| Feb 24 21:46:26.183 INFO STEP 149 (remove_files) COMPLETE
100592025-02-24T21:46:27.886Z[ host-image] Feb 24 21:46:26.183 INFO O| Feb 24 21:46:26.183 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100602025-02-24T21:46:27.937Z[ host-image] Feb 24 21:46:26.234 INFO O| Feb 24 21:46:26.234 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100612025-02-24T21:46:27.937Z[ host-image] Feb 24 21:46:26.234 INFO O| Feb 24 21:46:26.234 INFO STEP 150 (remove_files) COMPLETE
100622025-02-24T21:46:27.937Z[ host-image] Feb 24 21:46:26.234 INFO O| Feb 24 21:46:26.234 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100632025-02-24T21:46:27.976Z[ host-image] Feb 24 21:46:26.272 INFO O| Feb 24 21:46:26.272 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100642025-02-24T21:46:27.976Z[ host-image] Feb 24 21:46:26.272 INFO O| Feb 24 21:46:26.272 INFO STEP 151 (remove_files) COMPLETE
100652025-02-24T21:46:27.976Z[ host-image] Feb 24 21:46:26.272 INFO O| Feb 24 21:46:26.272 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100662025-02-24T21:46:28.025Z[ host-image] Feb 24 21:46:26.321 INFO O| Feb 24 21:46:26.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100672025-02-24T21:46:28.025Z[ host-image] Feb 24 21:46:26.321 INFO O| Feb 24 21:46:26.321 INFO STEP 152 (remove_files) COMPLETE
100682025-02-24T21:46:28.025Z[ host-image] Feb 24 21:46:26.321 INFO O| Feb 24 21:46:26.321 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100692025-02-24T21:46:28.045Z[ host-image] Feb 24 21:46:26.342 INFO O| Feb 24 21:46:26.342 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100702025-02-24T21:46:28.048Z[ host-image] Feb 24 21:46:26.342 INFO O| Feb 24 21:46:26.342 INFO STEP 153 (remove_files) COMPLETE
100712025-02-24T21:46:28.048Z[ host-image] Feb 24 21:46:26.342 INFO O| Feb 24 21:46:26.342 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100722025-02-24T21:46:28.068Z[ host-image] Feb 24 21:46:26.364 INFO O| Feb 24 21:46:26.364 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100732025-02-24T21:46:28.068Z[ host-image] Feb 24 21:46:26.364 INFO O| Feb 24 21:46:26.364 INFO STEP 154 (remove_files) COMPLETE
100742025-02-24T21:46:28.070Z[ host-image] Feb 24 21:46:26.364 INFO O| Feb 24 21:46:26.364 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100752025-02-24T21:46:28.093Z[ host-image] Feb 24 21:46:26.388 INFO O| Feb 24 21:46:26.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100762025-02-24T21:46:28.093Z[ host-image] Feb 24 21:46:26.389 INFO O| Feb 24 21:46:26.389 INFO STEP 155 (remove_files) COMPLETE
100772025-02-24T21:46:28.093Z[ host-image] Feb 24 21:46:26.389 INFO O| Feb 24 21:46:26.389 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100782025-02-24T21:46:28.129Z[ host-image] Feb 24 21:46:26.426 INFO O| Feb 24 21:46:26.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100792025-02-24T21:46:28.132Z[ host-image] Feb 24 21:46:26.426 INFO O| Feb 24 21:46:26.426 INFO STEP 156 (remove_files) COMPLETE
100802025-02-24T21:46:28.132Z[ host-image] Feb 24 21:46:26.426 INFO O| Feb 24 21:46:26.426 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100812025-02-24T21:46:28.153Z[ host-image] Feb 24 21:46:26.449 INFO O| Feb 24 21:46:26.449 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100822025-02-24T21:46:28.155Z[ host-image] Feb 24 21:46:26.450 INFO O| Feb 24 21:46:26.450 INFO STEP 157 (remove_files) COMPLETE
100832025-02-24T21:46:28.155Z[ host-image] Feb 24 21:46:26.450 INFO O| Feb 24 21:46:26.450 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100842025-02-24T21:46:28.176Z[ host-image] Feb 24 21:46:26.473 INFO O| Feb 24 21:46:26.472 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100852025-02-24T21:46:28.179Z[ host-image] Feb 24 21:46:26.473 INFO O| Feb 24 21:46:26.473 INFO STEP 158 (remove_files) COMPLETE
100862025-02-24T21:46:28.179Z[ host-image] Feb 24 21:46:26.473 INFO O| Feb 24 21:46:26.473 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100872025-02-24T21:46:28.198Z[ host-image] Feb 24 21:46:26.495 INFO O| Feb 24 21:46:26.495 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100882025-02-24T21:46:28.201Z[ host-image] Feb 24 21:46:26.495 INFO O| Feb 24 21:46:26.495 INFO STEP 159 (remove_files) COMPLETE
100892025-02-24T21:46:28.201Z[ host-image] Feb 24 21:46:26.496 INFO O| Feb 24 21:46:26.495 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100902025-02-24T21:46:28.221Z[ host-image] Feb 24 21:46:26.517 INFO O| Feb 24 21:46:26.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100912025-02-24T21:46:28.224Z[ host-image] Feb 24 21:46:26.518 INFO O| Feb 24 21:46:26.518 INFO STEP 160 (remove_files) COMPLETE
100922025-02-24T21:46:28.224Z[ host-image] Feb 24 21:46:26.518 INFO O| Feb 24 21:46:26.518 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100932025-02-24T21:46:28.264Z[ host-image] Feb 24 21:46:26.560 INFO O| Feb 24 21:46:26.560 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100942025-02-24T21:46:28.267Z[ host-image] Feb 24 21:46:26.561 INFO O| Feb 24 21:46:26.561 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
100952025-02-24T21:46:40.297Z[ host-image] Feb 24 21:46:38.589 INFO O| Feb 24 21:46:38.589 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
100962025-02-24T21:46:40.299Z[ host-image] Feb 24 21:46:38.590 INFO O| Feb 24 21:46:38.589 INFO E| svccfg: Loaded 74 smf(7) service descriptions
100972025-02-24T21:46:40.819Z[ host-image] Feb 24 21:46:39.112 INFO O| Feb 24 21:46:39.112 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
100982025-02-24T21:46:41.056Z[ host-image] Feb 24 21:46:39.348 INFO O| Feb 24 21:46:39.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
100992025-02-24T21:46:41.058Z[ host-image] Feb 24 21:46:39.348 INFO O| Feb 24 21:46:39.348 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101002025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.351 INFO O| Feb 24 21:46:39.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
101012025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.351 INFO O| Feb 24 21:46:39.351 INFO ok!
101022025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.351 INFO O| Feb 24 21:46:39.351 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
101032025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.352 INFO O| Feb 24 21:46:39.351 INFO STEP 161 (seed_smf) COMPLETE
101042025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.352 INFO O| Feb 24 21:46:39.352 INFO steps complete; finalising image!
101052025-02-24T21:46:41.063Z[ host-image] Feb 24 21:46:39.352 INFO O| Feb 24 21:46:39.352 INFO TRIM POOL: TEMPORARY-gimlet-zfs
101062025-02-24T21:46:41.281Z[ host-image] Feb 24 21:46:39.573 INFO O| Feb 24 21:46:39.573 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Feb 24 21:46:39 2025)
101072025-02-24T21:46:41.494Z[ host-image] Feb 24 21:46:39.785 INFO O| Feb 24 21:46:39.785 INFO trim TEMPORARY-gimlet-zfs: (44% trimmed, started at Mon Feb 24 21:46:39 2025)
101082025-02-24T21:46:41.708Z[ host-image] Feb 24 21:46:40.001 INFO O| Feb 24 21:46:40.001 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Mon Feb 24 21:46:39 2025)
101092025-02-24T21:46:41.958Z[ host-image] Feb 24 21:46:40.249 INFO O| Feb 24 21:46:40.249 INFO temporary pool has 720M used, 112M avail, 1.79x compressratio
101102025-02-24T21:46:41.958Z[ host-image] Feb 24 21:46:40.249 INFO O| Feb 24 21:46:40.249 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101112025-02-24T21:46:42.952Z[ host-image] Feb 24 21:46:41.244 INFO O| Feb 24 21:46:41.244 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101122025-02-24T21:46:42.952Z[ host-image] Feb 24 21:46:41.244 INFO O| Feb 24 21:46:41.244 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101132025-02-24T21:46:45.609Z[ host-image] Feb 24 21:46:43.900 INFO O| Feb 24 21:46:43.900 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101142025-02-24T21:46:45.612Z[ host-image] Feb 24 21:46:43.900 INFO O| Feb 24 21:46:43.900 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101152025-02-24T21:46:45.612Z[ host-image] Feb 24 21:46:43.900 INFO O| Feb 24 21:46:43.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101162025-02-24T21:46:45.613Z[ host-image] Feb 24 21:46:43.900 INFO O| Feb 24 21:46:43.900 INFO completed processing gimlet/zfs
101172025-02-24T21:46:45.613Z[ host-image] Feb 24 21:46:43.900 INFO O| Feb 24 21:46:43.900 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101182025-02-24T21:46:54.314Z[ host-image] Feb 24 21:46:52.603 INFO O| Feb 24 21:46:52.603 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101192025-02-24T21:46:54.448Z[ host-image] Feb 24 21:46:52.737 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101202025-02-24T21:46:54.451Z[ host-image] Feb 24 21:46:52.737 INFO expanded image name: "ci afbc4ad/${os_short_commit} 2025-02-24 21:09" -> "ci afbc4ad/9fcb5ef 2025-02-24 21:09"
101212025-02-24T21:46:54.451Z[ host-image] Feb 24 21:46:52.738 INFO output artefacts stored in: "/work/os-host"
101222025-02-24T21:46:54.451Z[ host-image] Feb 24 21:46:52.739 INFO collecting git info from project "pinprick"...
101232025-02-24T21:46:54.470Z[ host-image] Feb 24 21:46:52.759 INFO collecting git info from project "phbl"...
101242025-02-24T21:46:54.484Z[ host-image] Feb 24 21:46:52.773 INFO collecting git info from project "amd-firmware"...
101252025-02-24T21:46:54.535Z[ host-image] Feb 24 21:46:52.824 INFO collecting git info from project "pilot"...
101262025-02-24T21:46:54.555Z[ host-image] Feb 24 21:46:52.844 INFO collecting git info from project "chelsio-t6-roms"...
101272025-02-24T21:46:54.595Z[ host-image] Feb 24 21:46:52.884 INFO collecting git info from project "image-builder"...
101282025-02-24T21:46:54.779Z[ host-image] Feb 24 21:46:53.068 INFO collecting git info from project "bootserver"...
101292025-02-24T21:46:54.828Z[ host-image] Feb 24 21:46:53.116 INFO collecting git info from project "amd-host-image-builder"...
101302025-02-24T21:46:54.897Z[ host-image] Feb 24 21:46:53.185 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101312025-02-24T21:46:57.778Z[ host-image] Feb 24 21:46:56.062 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101322025-02-24T21:46:58.480Z[ host-image] Feb 24 21:46:56.749 INFO creating Oxide boot image...
101332025-02-24T21:46:58.480Z[ host-image] Feb 24 21:46:56.749 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci afbc4ad/9fcb5ef 2025-02-24 21:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101342025-02-24T21:47:01.284Z[ host-image] Feb 24 21:46:59.570 INFO O| ok, image written!
101352025-02-24T21:47:01.284Z[ host-image] Feb 24 21:46:59.571 INFO O| ok, boot_image_csum file written!
101362025-02-24T21:47:01.291Z[ host-image] Feb 24 21:46:59.577 INFO creating boot archive (CPIO)...
101372025-02-24T21:47:01.291Z[ host-image] Feb 24 21:46:59.577 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
101382025-02-24T21:47:01.304Z[ host-image] Feb 24 21:46:59.590 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101392025-02-24T21:47:01.304Z[ host-image] Feb 24 21:46:59.590 INFO E| + outfile=/work/os-host/cpio
101402025-02-24T21:47:01.307Z[ host-image] Feb 24 21:46:59.590 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101412025-02-24T21:47:01.309Z[ host-image] Feb 24 21:46:59.594 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101422025-02-24T21:47:01.309Z[ host-image] Feb 24 21:46:59.594 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101432025-02-24T21:47:01.381Z[ host-image] Feb 24 21:46:59.668 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101442025-02-24T21:47:01.384Z[ host-image] Feb 24 21:46:59.668 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101452025-02-24T21:47:01.395Z[ host-image] Feb 24 21:46:59.682 INFO creating compressed cpio/unix for nanobl-rs...
101462025-02-24T21:47:01.395Z[ host-image] Feb 24 21:46:59.682 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
101472025-02-24T21:47:01.848Z[ host-image] Feb 24 21:47:00.133 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101482025-02-24T21:47:09.620Z[ host-image] Feb 24 21:47:07.904 INFO creating reset image...
101492025-02-24T21:47:09.624Z[ host-image] Feb 24 21:47:07.904 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101502025-02-24T21:47:09.944Z[ host-image] Feb 24 21:47:08.228 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
101512025-02-24T21:47:09.947Z[ host-image] Feb 24 21:47:08.230 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101522025-02-24T21:47:10.149Z[ host-image] Feb 24 21:47:08.433 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101532025-02-24T21:47:14.114Z[ host-image] Feb 24 21:47:12.397 INFO E| Finished `release` profile [optimized] target(s) in 4.12s
101542025-02-24T21:47:14.134Z[ host-image] Feb 24 21:47:12.417 INFO building host image...
101552025-02-24T21:47:14.136Z[ host-image] Feb 24 21:47:12.417 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
101562025-02-24T21:47:15.235Z[ host-image] Feb 24 21:47:13.518 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101572025-02-24T21:48:34.763Z[ host-image] Feb 24 21:48:33.022 INFO image complete! materials are in "/work/os-host"
101582025-02-24T21:48:34.767Z[ host-image]
101592025-02-24T21:48:34.770Z[ host-image] real 14:24.532906784
101602025-02-24T21:48:34.770Z[ host-image] user 7:19.838931579
101612025-02-24T21:48:34.770Z[ host-image] sys 1:15.936960925
101622025-02-24T21:48:34.770Z[ host-image] trap 0.405097669
101632025-02-24T21:48:34.770Z[ host-image] tflt 0.047211369
101642025-02-24T21:48:34.770Z[ host-image] dflt 0.134259039
101652025-02-24T21:48:34.770Z[ host-image] kflt 0.091788838
101662025-02-24T21:48:34.770Z[ host-image] lock 8:20.458621172
101672025-02-24T21:48:34.770Z[ host-image] slp 1:13:57.774100057
101682025-02-24T21:48:34.770Z[ host-image] lat 3:38.673204456
101692025-02-24T21:48:34.770Z[ host-image] stop 0.838137424
101702025-02-24T21:48:34.770ZFeb 24 21:48:33.028 INFO [host-image] process exited with exit status: 0 (864.55535391s)
101712025-02-24T21:48:34.770ZFeb 24 21:48:33.028 INFO [tuf-repo] running task
101722025-02-24T21:49:19.781ZFeb 24 21:49:17.693 INFO assembling repository in `/tmp/tufaceousr3fdTx`, component: OmicronRepoAssembler
101732025-02-24T21:49:41.362ZFeb 24 21:49:39.601 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101742025-02-24T21:49:41.635ZFeb 24 21:49:39.874 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101752025-02-24T21:49:56.770ZFeb 24 21:49:55.004 INFO [tuf-repo] task succeeded (81.9759309s)
101762025-02-24T21:50:17.547Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101772025-02-24T21:52:17.394Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101782025-02-24T21:52:30.115Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101792025-02-24T21:52:37.621Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101802025-02-24T21:58:05.660Z[verify-libraries] Finished `release` profile [optimized] target(s) in 23m 13s
101812025-02-24T21:58:06.135ZFeb 24 21:58:04.224 INFO [verify-libraries] process exited with exit status: 0 (1397.865765012s)
101822025-02-24T21:58:06.141ZFeb 24 21:58:04.224 INFO all jobs completed in 2907.20270032s
101832025-02-24T21:58:08.920Zprocess exited: duration 3589818 ms, exit code 0
 
101842025-02-24T21:58:09.027Zfound 33 output files
101852025-02-24T21:58:09.163Zuploading: /work/manifest.toml (13429 bytes)
101862025-02-24T21:58:10.216Zuploaded: /work/manifest.toml
101872025-02-24T21:58:10.216Zuploading: /work/repo.zip (2157123189 bytes)
101882025-02-24T21:58:53.903Zuploaded: /work/repo.zip
101892025-02-24T21:58:53.903Zuploading: /work/repo.zip.sha256.txt (65 bytes)
101902025-02-24T21:58:54.910Zuploaded: /work/repo.zip.sha256.txt
101912025-02-24T21:58:54.910Zuploading: /work/helios-setup.log (69013 bytes)
101922025-02-24T21:58:55.924Zuploaded: /work/helios-setup.log
101932025-02-24T21:58:55.924Zuploading: /work/host-image.log (199108 bytes)
101942025-02-24T21:58:56.956Zuploaded: /work/host-image.log
101952025-02-24T21:58:56.959Zuploading: /work/host-package.log (24833 bytes)
101962025-02-24T21:58:57.971Zuploaded: /work/host-package.log
101972025-02-24T21:58:57.975Zuploading: /work/host-target.log (101 bytes)
101982025-02-24T21:58:58.984Zuploaded: /work/host-target.log
101992025-02-24T21:58:58.987Zuploading: /work/omicron-package.log (6627 bytes)
102002025-02-24T21:58:59.994Zuploaded: /work/omicron-package.log
102012025-02-24T21:58:59.994Zuploading: /work/phbl-toolchain.log (881 bytes)
102022025-02-24T21:59:01.011Zuploaded: /work/phbl-toolchain.log
102032025-02-24T21:59:01.011Zuploading: /work/recovery-image.log (578474 bytes)
102042025-02-24T21:59:02.045Zuploaded: /work/recovery-image.log
102052025-02-24T21:59:02.048Zuploading: /work/recovery-package.log (1762 bytes)
102062025-02-24T21:59:03.054Zuploaded: /work/recovery-package.log
102072025-02-24T21:59:03.056Zuploading: /work/recovery-target.log (57 bytes)
102082025-02-24T21:59:04.061Zuploaded: /work/recovery-target.log
102092025-02-24T21:59:04.062Zuploading: /work/stamp-clickhouse.log (117 bytes)
102102025-02-24T21:59:05.079Zuploaded: /work/stamp-clickhouse.log
102112025-02-24T21:59:05.081Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102122025-02-24T21:59:06.089Zuploaded: /work/stamp-clickhouse_keeper.log
102132025-02-24T21:59:06.091Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102142025-02-24T21:59:07.098Zuploaded: /work/stamp-cockroachdb.log
102152025-02-24T21:59:07.101Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102162025-02-24T21:59:08.120Zuploaded: /work/stamp-crucible-dtrace.log
102172025-02-24T21:59:08.123Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102182025-02-24T21:59:09.134Zuploaded: /work/stamp-crucible-pantry-zone.log
102192025-02-24T21:59:09.141Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102202025-02-24T21:59:10.146Zuploaded: /work/stamp-crucible-zone.log
102212025-02-24T21:59:10.146Zuploading: /work/stamp-external-dns.log (119 bytes)
102222025-02-24T21:59:11.160Zuploaded: /work/stamp-external-dns.log
102232025-02-24T21:59:11.165Zuploading: /work/stamp-installinator.log (103 bytes)
102242025-02-24T21:59:12.184Zuploaded: /work/stamp-installinator.log
102252025-02-24T21:59:12.184Zuploading: /work/stamp-internal-dns.log (119 bytes)
102262025-02-24T21:59:13.193Zuploaded: /work/stamp-internal-dns.log
102272025-02-24T21:59:13.196Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102282025-02-24T21:59:14.204Zuploaded: /work/stamp-mg-ddm-gz.log
102292025-02-24T21:59:14.204Zuploading: /work/stamp-nexus.log (112 bytes)
102302025-02-24T21:59:15.225Zuploaded: /work/stamp-nexus.log
102312025-02-24T21:59:15.225Zuploading: /work/stamp-ntp.log (110 bytes)
102322025-02-24T21:59:16.236Zuploaded: /work/stamp-ntp.log
102332025-02-24T21:59:16.236Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102342025-02-24T21:59:17.244Zuploaded: /work/stamp-omicron-sled-agent.log
102352025-02-24T21:59:17.244Zuploading: /work/stamp-overlay.log (114 bytes)
102362025-02-24T21:59:18.273Zuploaded: /work/stamp-overlay.log
102372025-02-24T21:59:18.290Zuploading: /work/stamp-oximeter.log (115 bytes)
102382025-02-24T21:59:19.303Zuploaded: /work/stamp-oximeter.log
102392025-02-24T21:59:19.303Zuploading: /work/stamp-oxlog.log (109 bytes)
102402025-02-24T21:59:20.311Zuploaded: /work/stamp-oxlog.log
102412025-02-24T21:59:20.311Zuploading: /work/stamp-probe.log (112 bytes)
102422025-02-24T21:59:21.322Zuploaded: /work/stamp-probe.log
102432025-02-24T21:59:21.322Zuploading: /work/stamp-propolis-server.log (122 bytes)
102442025-02-24T21:59:22.334Zuploaded: /work/stamp-propolis-server.log
102452025-02-24T21:59:22.334Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102462025-02-24T21:59:23.359Zuploaded: /work/stamp-pumpkind-gz.log
102472025-02-24T21:59:23.368Zuploading: /work/stamp-switch-asic.log (118 bytes)
102482025-02-24T21:59:24.752Zuploaded: /work/stamp-switch-asic.log
102492025-02-24T21:59:24.752Zuploading: /work/verify-libraries.log (17219 bytes)
102502025-02-24T21:59:33.074Zuploaded: /work/verify-libraries.log