01JKVBHD1H8JY4A0X6ZZSCWHXX: 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: 01JKVBHWWHHSWZT5FSVDPGQCDV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-11T20:35:54.434Zjob assigned to worker 01JKVBHZ72JJ9CHKXRVFMERBV4 [factory aws, i-042593e984199ce4a] (queued for 50 s)
 
22025-02-11T20:36:02.999Zstarting task 0: "setup"
32025-02-11T20:36:03.006Z++ uname -s
42025-02-11T20:36:03.010Z+ kern=SunOS
52025-02-11T20:36:03.010Z+ build_user=build
62025-02-11T20:36:03.010Z+ build_uid=12345
72025-02-11T20:36:03.010Z+ work_dir=/work
82025-02-11T20:36:03.010Z+ input_dir=/input
92025-02-11T20:36:03.010Z+ [[ 0 == 12345 ]]
102025-02-11T20:36:03.010Z+ case "$kern" in
112025-02-11T20:36:03.010Z+ groupadd -g 12345 build
122025-02-11T20:36:03.013Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-11T20:36:05.018Z+ zfs create -o mountpoint=/work rpool/work
142025-02-11T20:36:05.153Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-11T20:36:05.156Z+ home_fs=zfs
162025-02-11T20:36:05.156Z+ [[ zfs == autofs ]]
172025-02-11T20:36:05.156Z+ mkdir -p /home/build
182025-02-11T20:36:05.159Z+ chown build:build /home/build /work
192025-02-11T20:36:07.160Z+ chmod 0700 /home/build /work
202025-02-11T20:36:07.163Zprocess exited: duration 4162 ms, exit code 0
 
212025-02-11T20:36:07.168Zstarting task 1: "rust-toolchain"
222025-02-11T20:36:07.173Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-11T20:36:07.173Z * rust toolchain channel = "1.84.1"
242025-02-11T20:36:07.173Z * rust toolchain profile = "default"
252025-02-11T20:36:07.173Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-11T20:36:07.173Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-11T20:36:07.173Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-11T20:36:07.176Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-11T20:36:07.176Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-11T20:36:07.341Zinfo: downloading installer
312025-02-11T20:36:08.762Zwarning: it looks like you have an existing installation of Rust at:
322025-02-11T20:36:08.762Zwarning: /opt/ooce/bin
332025-02-11T20:36:08.762Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-11T20:36:08.762Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-11T20:36:08.762Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-11T20:36:08.762Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-11T20:36:08.762Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-11T20:36:08.762Zerror: cannot install while Rust is installed
392025-02-11T20:36:08.762Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-11T20:36:08.811Zinfo: profile set to 'default'
412025-02-11T20:36:08.811Zinfo: default host triple is x86_64-unknown-illumos
422025-02-11T20:36:08.813Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-11T20:36:08.949Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-11T20:36:08.949Zinfo: downloading component 'cargo'
452025-02-11T20:36:09.697Zinfo: downloading component 'clippy'
462025-02-11T20:36:09.984Zinfo: downloading component 'rust-docs'
472025-02-11T20:36:11.002Zinfo: downloading component 'rust-std'
482025-02-11T20:36:12.645Zinfo: downloading component 'rustc'
492025-02-11T20:36:18.426Zinfo: downloading component 'rustfmt'
502025-02-11T20:36:18.647Zinfo: installing component 'cargo'
512025-02-11T20:36:19.468Zinfo: installing component 'clippy'
522025-02-11T20:36:19.848Zinfo: installing component 'rust-docs'
532025-02-11T20:36:21.550Zinfo: installing component 'rust-std'
542025-02-11T20:36:23.398Zinfo: installing component 'rustc'
552025-02-11T20:36:29.244Zinfo: installing component 'rustfmt'
562025-02-11T20:36:29.587Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-11T20:36:29.587Z
582025-02-11T20:36:29.970Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-11T20:36:29.970Z
602025-02-11T20:36:29.974Z
612025-02-11T20:36:29.974ZRust is installed now. Great!
622025-02-11T20:36:29.974Z
632025-02-11T20:36:29.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-11T20:36:29.974Zenvironment variable. This has not been done automatically.
652025-02-11T20:36:29.974Z
662025-02-11T20:36:29.974ZTo configure your current shell, you need to source
672025-02-11T20:36:29.974Zthe corresponding env file under $HOME/.cargo.
682025-02-11T20:36:29.974Z
692025-02-11T20:36:29.974ZThis is usually done by running one of the following (note the leading DOT):
702025-02-11T20:36:29.974Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-11T20:36:29.974Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-11T20:36:30.044Z+ rustup --version
732025-02-11T20:36:30.052Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-11T20:36:30.052Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-11T20:36:30.129Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-11T20:36:30.133Z+ cargo --version
772025-02-11T20:36:30.190Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-11T20:36:30.193Z+ rustc --version
792025-02-11T20:36:30.253Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-11T20:36:30.256Zprocess exited: duration 23085 ms, exit code 0
 
812025-02-11T20:36:30.262Zstarting task 2: "authentication"
822025-02-11T20:36:30.283Zprocess exited: duration 21 ms, exit code 0
 
832025-02-11T20:36:30.291Zstarting task 3: "clone repository"
842025-02-11T20:36:30.293Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-11T20:36:30.297Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-11T20:36:30.624ZCloning into '/work/oxidecomputer/omicron'...
872025-02-11T20:36:36.767Z+ cd /work/oxidecomputer/omicron
882025-02-11T20:36:36.767Z+ git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5
892025-02-11T20:36:37.056ZFrom https://github.com/oxidecomputer/omicron
902025-02-11T20:36:37.056Z * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD
912025-02-11T20:36:37.066Z+ [[ -n iliana/tuf-replication-generation-numbers ]]
922025-02-11T20:36:37.068Z++ git branch --show-current
932025-02-11T20:36:37.071Z+ current=main
942025-02-11T20:36:37.071Z+ [[ main != iliana/tuf-replication-generation-numbers ]]
952025-02-11T20:36:37.071Z+ git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5
962025-02-11T20:36:37.074Z+ git checkout -f iliana/tuf-replication-generation-numbers
972025-02-11T20:36:37.260ZSwitched to branch 'iliana/tuf-replication-generation-numbers'
982025-02-11T20:36:37.263Z+ git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5
992025-02-11T20:36:37.444ZHEAD is now at 068d8dea4 fix some control flow
1002025-02-11T20:36:37.447Zprocess exited: duration 7157 ms, exit code 0
 
1012025-02-11T20:36:37.453Zstarting task 4: "build"
1022025-02-11T20:36:37.458Z+ source .github/buildomat/ci-env.sh
1032025-02-11T20:36:37.462Z++ export CARGO_TERM_COLOR=always
1042025-02-11T20:36:37.462Z++ CARGO_TERM_COLOR=always
1052025-02-11T20:36:37.462Z+ cargo --version
1062025-02-11T20:36:37.508Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-11T20:36:37.510Z+ rustc --version
1082025-02-11T20:36:37.570Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-11T20:36:37.573Z+ cargo tree --locked
1102025-02-11T20:36:37.804Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-11T20:36:38.117Z Updating crates.io index
1122025-02-11T20:36:38.119Z Updating git repository `https://github.com/oxidecomputer/daft`
1132025-02-11T20:36:38.456Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142025-02-11T20:36:38.966Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1152025-02-11T20:36:39.212Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-02-11T20:36:39.454Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-02-11T20:36:39.694Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182025-02-11T20:36:40.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192025-02-11T20:36:42.488Z Updating git repository `https://github.com/oxidecomputer/opte`
1202025-02-11T20:36:43.143Z Updating git repository `https://github.com/oxidecomputer/falcon`
1212025-02-11T20:36:43.858Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222025-02-11T20:36:44.152Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1232025-02-11T20:36:44.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1242025-02-11T20:36:44.916Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-02-11T20:36:45.483Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1262025-02-11T20:36:45.800Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1272025-02-11T20:36:46.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
1282025-02-11T20:36:46.442Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1292025-02-11T20:36:46.689Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1302025-02-11T20:36:46.924Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1312025-02-11T20:36:47.248Z Updating git repository `https://github.com/oxidecomputer/lldp`
1322025-02-11T20:36:47.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1332025-02-11T20:36:47.940Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342025-02-11T20:36:48.259Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352025-02-11T20:36:48.547Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1362025-02-11T20:36:48.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-02-11T20:36:49.436Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382025-02-11T20:36:49.756Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392025-02-11T20:36:50.121Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-02-11T20:36:50.529Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1412025-02-11T20:36:50.843Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-02-11T20:36:51.122Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-02-11T20:36:51.382Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-02-11T20:36:52.654Z Downloading crates ...
1452025-02-11T20:36:52.775Z Downloaded async-object-pool v0.1.5
1462025-02-11T20:36:52.778Z Downloaded async-stream-impl v0.3.6
1472025-02-11T20:36:52.780Z Downloaded escape8259 v0.5.3
1482025-02-11T20:36:52.782Z Downloaded chrono-tz-build v0.4.0
1492025-02-11T20:36:52.783Z Downloaded foreign-types-macros v0.2.3
1502025-02-11T20:36:52.790Z Downloaded foldhash v0.1.3
1512025-02-11T20:36:52.793Z Downloaded atomicwrites v0.4.4
1522025-02-11T20:36:52.796Z Downloaded filetime v0.2.25
1532025-02-11T20:36:52.799Z Downloaded atty v0.2.14
1542025-02-11T20:36:52.819Z Downloaded cfg_aliases v0.2.1
1552025-02-11T20:36:52.822Z Downloaded cfg_aliases v0.1.1
1562025-02-11T20:36:52.822Z Downloaded foreign-types v0.3.2
1572025-02-11T20:36:52.825Z Downloaded http-range v0.1.5
1582025-02-11T20:36:52.825Z Downloaded foreign-types-shared v0.3.1
1592025-02-11T20:36:52.828Z Downloaded fxhash v0.2.1
1602025-02-11T20:36:52.828Z Downloaded approx v0.5.1
1612025-02-11T20:36:52.830Z Downloaded adler2 v2.0.0
1622025-02-11T20:36:52.833Z Downloaded anstyle-query v1.1.1
1632025-02-11T20:36:52.833Z Downloaded http-body v1.0.1
1642025-02-11T20:36:52.836Z Downloaded anstyle-parse v0.2.5
1652025-02-11T20:36:52.836Z Downloaded headers-core v0.3.0
1662025-02-11T20:36:52.838Z Downloaded float-cmp v0.9.0
1672025-02-11T20:36:52.838Z Downloaded block-padding v0.3.3
1682025-02-11T20:36:52.841Z Downloaded block-buffer v0.10.4
1692025-02-11T20:36:52.841Z Downloaded bitfield-struct v0.6.2
1702025-02-11T20:36:52.843Z Downloaded fastrand v2.1.1
1712025-02-11T20:36:52.843Z Downloaded event-listener v2.5.3
1722025-02-11T20:36:52.845Z Downloaded bytecount v0.6.8
1732025-02-11T20:36:52.848Z Downloaded async-channel v2.3.1
1742025-02-11T20:36:52.848Z Downloaded assert_matches v1.5.0
1752025-02-11T20:36:52.851Z Downloaded bit-vec v0.6.3
1762025-02-11T20:36:52.851Z Downloaded byteorder v1.5.0
1772025-02-11T20:36:52.854Z Downloaded hubpack_derive v0.1.1
1782025-02-11T20:36:52.854Z Downloaded guppy-workspace-hack v0.1.0
1792025-02-11T20:36:52.857Z Downloaded foreign-types-shared v0.1.1
1802025-02-11T20:36:52.857Z Downloaded array-init v0.0.4
1812025-02-11T20:36:52.857Z Downloaded hex v0.4.3
1822025-02-11T20:36:52.859Z Downloaded opaque-debug v0.3.1
1832025-02-11T20:36:52.859Z Downloaded blowfish v0.9.1
1842025-02-11T20:36:52.862Z Downloaded bitfield v0.14.0
1852025-02-11T20:36:52.862Z Downloaded autocfg v1.4.0
1862025-02-11T20:36:52.864Z Downloaded foreign-types v0.5.0
1872025-02-11T20:36:52.867Z Downloaded float-ord v0.3.2
1882025-02-11T20:36:52.867Z Downloaded heck v0.5.0
1892025-02-11T20:36:52.870Z Downloaded fragile v2.0.0
1902025-02-11T20:36:52.872Z Downloaded fnv v1.0.7
1912025-02-11T20:36:52.872Z Downloaded cfg-if v1.0.0
1922025-02-11T20:36:52.875Z Downloaded futures-timer v3.0.3
1932025-02-11T20:36:52.875Z Downloaded hostname v0.4.0
1942025-02-11T20:36:52.878Z Downloaded heck v0.4.1
1952025-02-11T20:36:52.881Z Downloaded http-body-util v0.1.2
1962025-02-11T20:36:52.881Z Downloaded chacha20 v0.9.1
1972025-02-11T20:36:52.885Z Downloaded castaway v0.2.3
1982025-02-11T20:36:52.885Z Downloaded hex-literal v0.4.1
1992025-02-11T20:36:52.888Z Downloaded atomic-waker v1.1.2
2002025-02-11T20:36:52.889Z Downloaded ascii-canvas v3.0.0
2012025-02-11T20:36:52.889Z Downloaded humantime v2.1.0
2022025-02-11T20:36:52.891Z Downloaded futures-macro v0.3.31
2032025-02-11T20:36:52.891Z Downloaded fs-err v2.11.0
2042025-02-11T20:36:52.893Z Downloaded cassowary v0.3.0
2052025-02-11T20:36:52.896Z Downloaded glob v0.3.2
2062025-02-11T20:36:52.896Z Downloaded futures-io v0.3.31
2072025-02-11T20:36:52.898Z Downloaded cexpr v0.6.0
2082025-02-11T20:36:52.899Z Downloaded futures-core v0.3.31
2092025-02-11T20:36:52.901Z Downloaded buf-list v1.0.3
2102025-02-11T20:36:52.903Z Downloaded cast v0.3.0
2112025-02-11T20:36:52.907Z Downloaded httpdate v1.0.3
2122025-02-11T20:36:52.907Z Downloaded hash32 v0.3.1
2132025-02-11T20:36:52.909Z Downloaded group v0.13.0
2142025-02-11T20:36:52.909Z Downloaded funty v2.0.0
2152025-02-11T20:36:52.912Z Downloaded form_urlencoded v1.2.1
2162025-02-11T20:36:52.912Z Downloaded addr2line v0.24.2
2172025-02-11T20:36:52.915Z Downloaded async-global-executor v2.4.1
2182025-02-11T20:36:52.918Z Downloaded futures-task v0.3.31
2192025-02-11T20:36:52.918Z Downloaded anstream v0.6.15
2202025-02-11T20:36:52.923Z Downloaded heck v0.3.3
2212025-02-11T20:36:52.923Z Downloaded cargo_metadata v0.19.1
2222025-02-11T20:36:52.925Z Downloaded cargo_metadata v0.18.1
2232025-02-11T20:36:52.925Z Downloaded bcs v0.1.6
2242025-02-11T20:36:52.928Z Downloaded peg-runtime v0.8.3
2252025-02-11T20:36:52.930Z Downloaded async-task v4.7.1
2262025-02-11T20:36:52.933Z Downloaded fixedbitset v0.4.2
2272025-02-11T20:36:52.933Z Downloaded camino-tempfile v1.1.1
2282025-02-11T20:36:52.936Z Downloaded ghash v0.5.1
2292025-02-11T20:36:52.939Z Downloaded olpc-cjson v0.1.4
2302025-02-11T20:36:52.939Z Downloaded num_enum_derive v0.5.11
2312025-02-11T20:36:52.939Z Downloaded hostname v0.3.1
2322025-02-11T20:36:52.942Z Downloaded futures-channel v0.3.31
2332025-02-11T20:36:52.944Z Downloaded hubpack v0.1.2
2342025-02-11T20:36:52.944Z Downloaded base64ct v1.6.0
2352025-02-11T20:36:52.947Z Downloaded home v0.5.9
2362025-02-11T20:36:52.949Z Downloaded getrandom v0.2.15
2372025-02-11T20:36:52.952Z Downloaded generic-array v0.14.7
2382025-02-11T20:36:52.955Z Downloaded futures-executor v0.3.31
2392025-02-11T20:36:52.955Z Downloaded async-process v2.3.0
2402025-02-11T20:36:52.957Z Downloaded highway v1.2.0
2412025-02-11T20:36:52.960Z Downloaded futures-lite v2.3.0
2422025-02-11T20:36:52.962Z Downloaded httptest v0.16.1
2432025-02-11T20:36:52.965Z Downloaded anyhow v1.0.95
2442025-02-11T20:36:52.967Z Downloaded bb8 v0.8.5
2452025-02-11T20:36:52.971Z Downloaded event-listener v5.3.1
2462025-02-11T20:36:52.974Z Downloaded termtree v0.4.1
2472025-02-11T20:36:52.974Z Downloaded async-lock v3.4.0
2482025-02-11T20:36:52.978Z Downloaded hyper-rustls v0.27.3
2492025-02-11T20:36:52.980Z Downloaded gethostname v0.5.0
2502025-02-11T20:36:52.980Z Downloaded fs_extra v1.3.0
2512025-02-11T20:36:52.983Z Downloaded ahash v0.8.11
2522025-02-11T20:36:52.985Z Downloaded sigpipe v0.1.3
2532025-02-11T20:36:52.985Z Downloaded hashlink v0.9.1
2542025-02-11T20:36:52.988Z Downloaded parse-display-derive v0.10.0
2552025-02-11T20:36:52.988Z Downloaded num-iter v0.1.45
2562025-02-11T20:36:52.991Z Downloaded argon2 v0.5.3
2572025-02-11T20:36:52.993Z Downloaded globset v0.4.15
2582025-02-11T20:36:52.993Z Downloaded write16 v1.0.0
2592025-02-11T20:36:52.996Z Downloaded phf_codegen v0.11.2
2602025-02-11T20:36:52.996Z Downloaded blake2 v0.10.6
2612025-02-11T20:36:52.999Z Downloaded proc-macro-crate v3.2.0
2622025-02-11T20:36:53.001Z Downloaded proc-macro-crate v1.3.1
2632025-02-11T20:36:53.001Z Downloaded async-trait v0.1.86
2642025-02-11T20:36:53.004Z Downloaded polyval v0.6.2
2652025-02-11T20:36:53.011Z Downloaded backoff v0.4.0
2662025-02-11T20:36:53.011Z Downloaded assert_cmd v2.0.16
2672025-02-11T20:36:53.014Z Downloaded hyper-staticfile v0.10.1
2682025-02-11T20:36:53.014Z Downloaded cfg-expr v0.17.2
2692025-02-11T20:36:53.018Z Downloaded async-io v2.3.4
2702025-02-11T20:36:53.024Z Downloaded fatfs v0.3.6
2712025-02-11T20:36:53.024Z Downloaded quick-error v1.2.3
2722025-02-11T20:36:53.027Z Downloaded hmac v0.12.1
2732025-02-11T20:36:53.028Z Downloaded yoke-derive v0.7.4
2742025-02-11T20:36:53.030Z Downloaded cargo-platform v0.1.8
2752025-02-11T20:36:53.031Z Downloaded arrayvec v0.7.6
2762025-02-11T20:36:53.033Z Downloaded cancel-safe-futures v0.1.5
2772025-02-11T20:36:53.036Z Downloaded sha1 v0.10.6
2782025-02-11T20:36:53.038Z Downloaded secrecy v0.8.0
2792025-02-11T20:36:53.038Z Downloaded sec1 v0.7.3
2802025-02-11T20:36:53.041Z Downloaded strsim v0.11.1
2812025-02-11T20:36:53.045Z Downloaded strip-ansi-escapes v0.2.0
2822025-02-11T20:36:53.045Z Downloaded string_cache v0.8.7
2832025-02-11T20:36:53.049Z Downloaded dtrace-parser v0.2.0
2842025-02-11T20:36:53.049Z Downloaded cpufeatures v0.2.14
2852025-02-11T20:36:53.049Z Downloaded structmeta v0.2.0
2862025-02-11T20:36:53.052Z Downloaded stringmetrics v2.2.2
2872025-02-11T20:36:53.052Z Downloaded allocator-api2 v0.2.18
2882025-02-11T20:36:53.055Z Downloaded ref-cast-impl v1.0.23
2892025-02-11T20:36:53.057Z Downloaded parking_lot v0.11.2
2902025-02-11T20:36:53.057Z Downloaded blocking v1.6.1
2912025-02-11T20:36:53.061Z Downloaded toolchain_find v0.4.0
2922025-02-11T20:36:53.061Z Downloaded simd-adler32 v0.3.7
2932025-02-11T20:36:53.064Z Downloaded similar-asserts v1.6.0
2942025-02-11T20:36:53.067Z Downloaded terminal_size v0.4.0
2952025-02-11T20:36:53.068Z Downloaded smf v0.2.3
2962025-02-11T20:36:53.068Z Downloaded smawk v0.3.2
2972025-02-11T20:36:53.073Z Downloaded hickory-client v0.24.2
2982025-02-11T20:36:53.075Z Downloaded pest_derive v2.7.14
2992025-02-11T20:36:53.075Z Downloaded is_ci v1.2.0
3002025-02-11T20:36:53.078Z Downloaded half v2.4.1
3012025-02-11T20:36:53.080Z Downloaded predicates v3.1.2
3022025-02-11T20:36:53.084Z Downloaded typify-macro v0.2.0
3032025-02-11T20:36:53.084Z Downloaded untrusted v0.7.1
3042025-02-11T20:36:53.086Z Downloaded unicode-truncate v1.1.0
3052025-02-11T20:36:53.087Z Downloaded topological-sort v0.2.2
3062025-02-11T20:36:53.089Z Downloaded tls_codec v0.4.1
3072025-02-11T20:36:53.089Z Downloaded poly1305 v0.8.0
3082025-02-11T20:36:53.092Z Downloaded arc-swap v1.7.1
3092025-02-11T20:36:53.096Z Downloaded zeroize_derive v1.4.2
3102025-02-11T20:36:53.098Z Downloaded zerovec-derive v0.10.3
3112025-02-11T20:36:53.100Z Downloaded bzip2 v0.4.4
3122025-02-11T20:36:53.103Z Downloaded zerofrom-derive v0.1.4
3132025-02-11T20:36:53.103Z Downloaded futures v0.3.31
3142025-02-11T20:36:53.108Z Downloaded async-executor v1.13.1
3152025-02-11T20:36:53.110Z Downloaded number_prefix v0.4.0
3162025-02-11T20:36:53.113Z Downloaded newtype_derive v0.1.6
3172025-02-11T20:36:53.113Z Downloaded num v0.4.3
3182025-02-11T20:36:53.115Z Downloaded rtoolbox v0.0.2
3192025-02-11T20:36:53.118Z Downloaded async-bb8-diesel v0.2.1
3202025-02-11T20:36:53.120Z Downloaded stringprep v0.1.5
3212025-02-11T20:36:53.120Z Downloaded semver v0.1.20
3222025-02-11T20:36:53.123Z Downloaded endian-type v0.1.2
3232025-02-11T20:36:53.123Z Downloaded flume v0.11.1
3242025-02-11T20:36:53.125Z Downloaded digest v0.10.7
3252025-02-11T20:36:53.128Z Downloaded precomputed-hash v0.1.1
3262025-02-11T20:36:53.130Z Downloaded chacha20poly1305 v0.10.1
3272025-02-11T20:36:53.132Z Downloaded crossbeam-deque v0.8.5
3282025-02-11T20:36:53.133Z Downloaded zeroize v1.8.1
3292025-02-11T20:36:53.135Z Downloaded phf_shared v0.11.2
3302025-02-11T20:36:53.135Z Downloaded wait-timeout v0.2.0
3312025-02-11T20:36:53.139Z Downloaded ctr v0.9.2
3322025-02-11T20:36:53.142Z Downloaded env_filter v0.1.2
3332025-02-11T20:36:53.142Z Downloaded progenitor-client v0.9.1
3342025-02-11T20:36:53.142Z Downloaded enum-as-inner v0.6.1
3352025-02-11T20:36:53.144Z Downloaded termios v0.3.3
3362025-02-11T20:36:53.147Z Downloaded is_terminal_polyfill v1.70.1
3372025-02-11T20:36:53.147Z Downloaded difflib v0.4.0
3382025-02-11T20:36:53.150Z Downloaded curve25519-dalek-derive v0.1.1
3392025-02-11T20:36:53.150Z Downloaded target-spec v3.3.1
3402025-02-11T20:36:53.152Z Downloaded salsa20 v0.10.2
3412025-02-11T20:36:53.152Z Downloaded primeorder v0.13.6
3422025-02-11T20:36:53.155Z Downloaded base64 v0.13.1
3432025-02-11T20:36:53.158Z Downloaded indoc v2.0.5
3442025-02-11T20:36:53.161Z Downloaded libefi-sys v0.1.0
3452025-02-11T20:36:53.163Z Downloaded bytes v1.9.0
3462025-02-11T20:36:53.166Z Downloaded fancy-regex v0.13.0
3472025-02-11T20:36:53.170Z Downloaded memoffset v0.9.1
3482025-02-11T20:36:53.172Z Downloaded maplit v1.0.2
3492025-02-11T20:36:53.172Z Downloaded managed v0.8.0
3502025-02-11T20:36:53.175Z Downloaded linked-hash-map v0.5.6
3512025-02-11T20:36:53.178Z Downloaded yoke v0.7.4
3522025-02-11T20:36:53.178Z Downloaded base64 v0.21.7
3532025-02-11T20:36:53.181Z Downloaded backtrace v0.3.74
3542025-02-11T20:36:53.187Z Downloaded signal-hook-tokio v0.3.1
3552025-02-11T20:36:53.191Z Downloaded target-triple v0.1.3
3562025-02-11T20:36:53.191Z Downloaded nibble_vec v0.1.0
3572025-02-11T20:36:53.194Z Downloaded nanorand v0.7.0
3582025-02-11T20:36:53.194Z Downloaded sync_wrapper v1.0.1
3592025-02-11T20:36:53.197Z Downloaded sync-ptr v0.1.1
3602025-02-11T20:36:53.197Z Downloaded criterion-plot v0.5.0
3612025-02-11T20:36:53.201Z Downloaded signal-hook v0.3.17
3622025-02-11T20:36:53.203Z Downloaded pin-project-internal v1.1.6
3632025-02-11T20:36:53.203Z Downloaded paste v1.0.15
3642025-02-11T20:36:53.206Z Downloaded oso v0.27.3
3652025-02-11T20:36:53.209Z Downloaded structmeta v0.3.0
3662025-02-11T20:36:53.212Z Downloaded heapless v0.7.17
3672025-02-11T20:36:53.215Z Downloaded const_format_proc_macros v0.2.34
3682025-02-11T20:36:53.218Z Downloaded ryu v1.0.18
3692025-02-11T20:36:53.221Z Downloaded ciborium-io v0.2.2
3702025-02-11T20:36:53.223Z Downloaded predicates-core v1.0.8
3712025-02-11T20:36:53.223Z Downloaded ppv-lite86 v0.2.20
3722025-02-11T20:36:53.226Z Downloaded percent-encoding v2.3.1
3732025-02-11T20:36:53.226Z Downloaded deranged v0.3.11
3742025-02-11T20:36:53.230Z Downloaded prettyplease v0.2.25
3752025-02-11T20:36:53.232Z Downloaded similar v2.6.0
3762025-02-11T20:36:53.236Z Downloaded darling_macro v0.20.10
3772025-02-11T20:36:53.240Z Downloaded diesel_table_macro_syntax v0.2.0
3782025-02-11T20:36:53.240Z Downloaded flate2 v1.0.35
3792025-02-11T20:36:53.243Z Downloaded serde-hex v0.1.0
3802025-02-11T20:36:53.246Z Downloaded downcast v0.11.0
3812025-02-11T20:36:53.248Z Downloaded signal-hook-registry v1.4.2
3822025-02-11T20:36:53.248Z Downloaded signal-hook-mio v0.2.4
3832025-02-11T20:36:53.251Z Downloaded shlex v1.3.0
3842025-02-11T20:36:53.253Z Downloaded litemap v0.7.3
3852025-02-11T20:36:53.253Z Downloaded scopeguard v1.2.0
3862025-02-11T20:36:53.256Z Downloaded shell-words v1.1.0
3872025-02-11T20:36:53.256Z Downloaded http v1.2.0
3882025-02-11T20:36:53.260Z Downloaded bumpalo v3.16.0
3892025-02-11T20:36:53.263Z Downloaded heapless v0.8.0
3902025-02-11T20:36:53.268Z Downloaded ident_case v1.0.1
3912025-02-11T20:36:53.270Z Downloaded icu_provider_macros v1.5.0
3922025-02-11T20:36:53.270Z Downloaded relative-path v1.9.3
3932025-02-11T20:36:53.273Z Downloaded structmeta-derive v0.2.0
3942025-02-11T20:36:53.273Z Downloaded termcolor v1.4.1
3952025-02-11T20:36:53.275Z Downloaded derive_more v0.99.18
3962025-02-11T20:36:53.279Z Downloaded parking_lot_core v0.9.10
3972025-02-11T20:36:53.281Z Downloaded toml_datetime v0.6.8
3982025-02-11T20:36:53.284Z Downloaded cc v1.1.30
3992025-02-11T20:36:53.287Z Downloaded hickory-server v0.24.2
4002025-02-11T20:36:53.294Z Downloaded icu_provider v1.5.0
4012025-02-11T20:36:53.296Z Downloaded static_assertions v1.1.0
4022025-02-11T20:36:53.299Z Downloaded password-hash v0.4.2
4032025-02-11T20:36:53.301Z Downloaded openssl-probe v0.1.5
4042025-02-11T20:36:53.301Z Downloaded match_cfg v0.1.0
4052025-02-11T20:36:53.301Z Downloaded oso-derive v0.27.3
4062025-02-11T20:36:53.304Z Downloaded openssl-macros v0.1.1
4072025-02-11T20:36:53.304Z Downloaded hashbrown v0.12.3
4082025-02-11T20:36:53.307Z Downloaded universal-hash v0.5.1
4092025-02-11T20:36:53.312Z Downloaded uzers v0.12.1
4102025-02-11T20:36:53.315Z Downloaded utf8parse v0.2.2
4112025-02-11T20:36:53.315Z Downloaded md5 v0.7.0
4122025-02-11T20:36:53.315Z Downloaded rustls-pki-types v1.10.0
4132025-02-11T20:36:53.317Z Downloaded rand_chacha v0.3.1
4142025-02-11T20:36:53.320Z Downloaded threadpool v1.8.1
4152025-02-11T20:36:53.321Z Downloaded pretty-hex v0.4.1
4162025-02-11T20:36:53.323Z Downloaded headers v0.4.0
4172025-02-11T20:36:53.327Z Downloaded pretty-hex v0.2.1
4182025-02-11T20:36:53.332Z Downloaded data-encoding v2.6.0
4192025-02-11T20:36:53.335Z Downloaded serde_derive_internals v0.29.1
4202025-02-11T20:36:53.335Z Downloaded expectorate v1.1.0
4212025-02-11T20:36:53.335Z Downloaded schemars_derive v0.8.21
4222025-02-11T20:36:53.337Z Downloaded rustc-demangle v0.1.24
4232025-02-11T20:36:53.341Z Downloaded vergen v8.3.2
4242025-02-11T20:36:53.344Z Downloaded rustls-native-certs v0.7.3
4252025-02-11T20:36:53.344Z Downloaded russh-cryptovec v0.7.3
4262025-02-11T20:36:53.346Z Downloaded quinn v0.11.5
4272025-02-11T20:36:53.349Z Downloaded target-lexicon v0.12.16
4282025-02-11T20:36:53.352Z Downloaded embedded-io v0.6.1
4292025-02-11T20:36:53.352Z Downloaded hyper-tls v0.6.0
4302025-02-11T20:36:53.355Z Downloaded internet-checksum v0.2.1
4312025-02-11T20:36:53.355Z Downloaded serde-big-array v0.5.1
4322025-02-11T20:36:53.358Z Downloaded term v0.7.0
4332025-02-11T20:36:53.361Z Downloaded swrite v0.1.0
4342025-02-11T20:36:53.361Z Downloaded rstest_macros v0.23.0
4352025-02-11T20:36:53.364Z Downloaded sqlparser_derive v0.2.2
4362025-02-11T20:36:53.366Z Downloaded aes v0.8.4
4372025-02-11T20:36:53.369Z Downloaded compact_str v0.8.0
4382025-02-11T20:36:53.373Z Downloaded yasna v0.5.2
4392025-02-11T20:36:53.376Z Downloaded usdt-attr-macro v0.5.0
4402025-02-11T20:36:53.376Z Downloaded thiserror-impl-no-std v2.0.2
4412025-02-11T20:36:53.379Z Downloaded hickory-resolver v0.24.2
4422025-02-11T20:36:53.382Z Downloaded macaddr v1.0.1
4432025-02-11T20:36:53.384Z Downloaded tokio-tungstenite v0.21.0
4442025-02-11T20:36:53.387Z Downloaded time-core v0.1.2
4452025-02-11T20:36:53.389Z Downloaded plain v0.2.3
4462025-02-11T20:36:53.389Z Downloaded md-5 v0.10.6
4472025-02-11T20:36:53.393Z Downloaded try-lock v0.2.5
4482025-02-11T20:36:53.393Z Downloaded waitgroup v0.1.2
4492025-02-11T20:36:53.395Z Downloaded progenitor-impl v0.9.1
4502025-02-11T20:36:53.395Z Downloaded progenitor-impl v0.8.0
4512025-02-11T20:36:53.398Z Downloaded packed_struct_codegen v0.10.1
4522025-02-11T20:36:53.400Z Downloaded vte_generate_state_changes v0.1.2
4532025-02-11T20:36:53.400Z Downloaded maybe-uninit v2.0.0
4542025-02-11T20:36:53.403Z Downloaded zerocopy v0.6.6
4552025-02-11T20:36:53.403Z Downloaded progenitor-macro v0.8.0
4562025-02-11T20:36:53.406Z Downloaded packed_struct v0.10.1
4572025-02-11T20:36:53.408Z Downloaded progenitor-macro v0.9.1
4582025-02-11T20:36:53.408Z Downloaded constant_time_eq v0.3.1
4592025-02-11T20:36:53.411Z Downloaded uuid v1.12.0
4602025-02-11T20:36:53.413Z Downloaded value-bag v1.9.0
4612025-02-11T20:36:53.416Z Downloaded keccak v0.1.5
4622025-02-11T20:36:53.419Z Downloaded base64 v0.22.1
4632025-02-11T20:36:53.421Z Downloaded convert_case v0.4.0
4642025-02-11T20:36:53.424Z Downloaded cmake v0.1.51
4652025-02-11T20:36:53.424Z Downloaded clap_lex v0.7.4
4662025-02-11T20:36:53.427Z Downloaded dropshot_endpoint v0.15.1
4672025-02-11T20:36:53.429Z Downloaded smallvec v0.6.14
4682025-02-11T20:36:53.432Z Downloaded ssh-cipher v0.2.0
4692025-02-11T20:36:53.432Z Downloaded sqlformat v0.2.6
4702025-02-11T20:36:53.435Z Downloaded rust-argon2 v2.1.0
4712025-02-11T20:36:53.435Z Downloaded p256 v0.13.2
4722025-02-11T20:36:53.438Z Downloaded is-terminal v0.4.13
4732025-02-11T20:36:53.441Z Downloaded qorb v0.2.1
4742025-02-11T20:36:53.444Z Downloaded jobserver v0.1.32
4752025-02-11T20:36:53.448Z Downloaded tabwriter v1.4.0
4762025-02-11T20:36:53.451Z Downloaded rcgen v0.12.1
4772025-02-11T20:36:53.453Z Downloaded mirai-annotations v1.12.0
4782025-02-11T20:36:53.453Z Downloaded libloading v0.8.5
4792025-02-11T20:36:53.456Z Downloaded derive_builder_macro v0.20.2
4802025-02-11T20:36:53.456Z Downloaded sha2 v0.10.8
4812025-02-11T20:36:53.459Z Downloaded num-rational v0.4.2
4822025-02-11T20:36:53.461Z Downloaded tokio-postgres v0.7.12
4832025-02-11T20:36:53.465Z Downloaded wyz v0.5.1
4842025-02-11T20:36:53.468Z Downloaded thread_local v1.1.8
4852025-02-11T20:36:53.470Z Downloaded postcard v1.0.10
4862025-02-11T20:36:53.473Z Downloaded owo-colors v4.1.0
4872025-02-11T20:36:53.473Z Downloaded rusty-fork v0.3.0
4882025-02-11T20:36:53.475Z Downloaded thread-id v4.2.2
4892025-02-11T20:36:53.478Z Downloaded derive_builder v0.20.2
4902025-02-11T20:36:53.481Z Downloaded serde_derive v1.0.217
4912025-02-11T20:36:53.484Z Downloaded hashbrown v0.15.1
4922025-02-11T20:36:53.490Z Downloaded cipher v0.4.4
4932025-02-11T20:36:53.492Z Downloaded cookie v0.18.1
4942025-02-11T20:36:53.495Z Downloaded concurrent-queue v2.5.0
4952025-02-11T20:36:53.497Z Downloaded ciborium-ll v0.2.2
4962025-02-11T20:36:53.497Z Downloaded crossbeam-channel v0.5.13
4972025-02-11T20:36:53.502Z Downloaded tempfile v3.13.0
4982025-02-11T20:36:53.505Z Downloaded guppy v0.17.12
4992025-02-11T20:36:53.511Z Downloaded strum v0.26.3
5002025-02-11T20:36:53.513Z Downloaded plotters-backend v0.3.7
5012025-02-11T20:36:53.513Z Downloaded display-error-chain v0.2.2
5022025-02-11T20:36:53.516Z Downloaded tui-tree-widget v0.22.0
5032025-02-11T20:36:53.519Z Downloaded semver v1.0.24
5042025-02-11T20:36:53.519Z Downloaded hashbrown v0.13.2
5052025-02-11T20:36:53.523Z Downloaded tungstenite v0.24.0
5062025-02-11T20:36:53.527Z Downloaded inout v0.1.3
5072025-02-11T20:36:53.530Z Downloaded ed25519 v2.2.3
5082025-02-11T20:36:53.532Z Downloaded kv-log-macro v1.0.7
5092025-02-11T20:36:53.532Z Downloaded steno v0.4.1
5102025-02-11T20:36:53.538Z Downloaded thiserror-no-std v2.0.2
5112025-02-11T20:36:53.541Z Downloaded mime v0.3.17
5122025-02-11T20:36:53.543Z Downloaded nu-ansi-term v0.50.1
5132025-02-11T20:36:53.546Z Downloaded peg v0.8.4
5142025-02-11T20:36:53.549Z Downloaded want v0.3.1
5152025-02-11T20:36:53.551Z Downloaded usdt-impl v0.5.0
5162025-02-11T20:36:53.554Z Downloaded mockall v0.13.0
5172025-02-11T20:36:53.554Z Downloaded num-bigint-dig v0.8.4
5182025-02-11T20:36:53.558Z Downloaded oorandom v11.1.4
5192025-02-11T20:36:53.560Z Downloaded tracing-attributes v0.1.27
5202025-02-11T20:36:53.563Z Downloaded crucible-workspace-hack v0.1.0
5212025-02-11T20:36:53.563Z Downloaded pkcs8 v0.10.2
5222025-02-11T20:36:53.566Z Downloaded darling v0.20.10
5232025-02-11T20:36:53.570Z Downloaded crunchy v0.2.2
5242025-02-11T20:36:53.572Z Downloaded rustfmt-wrapper v0.2.1
5252025-02-11T20:36:53.572Z Downloaded progenitor v0.8.0
5262025-02-11T20:36:53.575Z Downloaded pkg-config v0.3.31
5272025-02-11T20:36:53.578Z Downloaded russh v0.45.0
5282025-02-11T20:36:53.582Z Downloaded serde_regex v1.1.0
5292025-02-11T20:36:53.584Z Downloaded scheduled-thread-pool v0.2.7
5302025-02-11T20:36:53.584Z Downloaded russh-keys v0.45.0
5312025-02-11T20:36:53.587Z Downloaded num-conv v0.1.0
5322025-02-11T20:36:53.589Z Downloaded nested v0.1.1
5332025-02-11T20:36:53.589Z Downloaded equivalent v1.0.1
5342025-02-11T20:36:53.592Z Downloaded icu_properties v1.5.1
5352025-02-11T20:36:53.595Z Downloaded ecdsa v0.16.9
5362025-02-11T20:36:53.599Z Downloaded icu_locid_transform v1.5.0
5372025-02-11T20:36:53.599Z Downloaded hyper-util v0.1.10
5382025-02-11T20:36:53.603Z Downloaded thiserror-impl v1.0.69
5392025-02-11T20:36:53.606Z Downloaded aho-corasick v1.1.3
5402025-02-11T20:36:53.610Z Downloaded test-strategy v0.3.1
5412025-02-11T20:36:53.614Z Downloaded termtree v0.5.1
5422025-02-11T20:36:53.616Z Downloaded hyper v1.5.2
5432025-02-11T20:36:53.623Z Downloaded scroll_derive v0.12.0
5442025-02-11T20:36:53.625Z Downloaded yansi v1.0.1
5452025-02-11T20:36:53.628Z Downloaded plotters-svg v0.3.7
5462025-02-11T20:36:53.628Z Downloaded xz2 v0.1.7
5472025-02-11T20:36:53.631Z Downloaded unicase v2.7.0
5482025-02-11T20:36:53.633Z Downloaded thiserror v1.0.69
5492025-02-11T20:36:53.636Z Downloaded lock_api v0.4.12
5502025-02-11T20:36:53.639Z Downloaded rand v0.8.5
5512025-02-11T20:36:53.642Z Downloaded tower-service v0.3.3
5522025-02-11T20:36:53.644Z Downloaded time v0.3.36
5532025-02-11T20:36:53.651Z Downloaded kstat-rs v0.2.4
5542025-02-11T20:36:53.654Z Downloaded openssl-sys v0.9.105
5552025-02-11T20:36:53.657Z Downloaded crypto-common v0.1.6
5562025-02-11T20:36:53.660Z Downloaded quote v1.0.38
5572025-02-11T20:36:53.662Z Downloaded crossbeam-utils v0.8.20
5582025-02-11T20:36:53.664Z Downloaded serde_with_macros v3.11.0
5592025-02-11T20:36:53.667Z Downloaded crossbeam-epoch v0.9.18
5602025-02-11T20:36:53.670Z Downloaded errno v0.3.9
5612025-02-11T20:36:53.673Z Downloaded linear-map v1.2.0
5622025-02-11T20:36:53.673Z Downloaded omicron-zone-package v0.12.0
5632025-02-11T20:36:53.675Z Downloaded tinyvec_macros v0.1.1
5642025-02-11T20:36:53.678Z Downloaded unicode_categories v0.1.1
5652025-02-11T20:36:53.680Z Downloaded icu_locid_transform_data v1.5.0
5662025-02-11T20:36:53.683Z Downloaded slog v2.7.0
5672025-02-11T20:36:53.685Z Downloaded colorchoice v1.0.2
5682025-02-11T20:36:53.685Z Downloaded num-derive v0.4.2
5692025-02-11T20:36:53.689Z Downloaded slog-async v2.8.0
5702025-02-11T20:36:53.696Z Downloaded parking v2.2.1
5712025-02-11T20:36:53.696Z Downloaded usdt v0.5.0
5722025-02-11T20:36:53.696Z Downloaded thiserror-impl v2.0.11
5732025-02-11T20:36:53.699Z Downloaded pbkdf2 v0.12.2
5742025-02-11T20:36:53.699Z Downloaded itertools v0.10.5
5752025-02-11T20:36:53.702Z Downloaded num_threads v0.1.7
5762025-02-11T20:36:53.704Z Downloaded miniz_oxide v0.8.0
5772025-02-11T20:36:53.708Z Downloaded defmt-parser v0.3.4
5782025-02-11T20:36:53.708Z Downloaded p521 v0.13.3
5792025-02-11T20:36:53.711Z Downloaded typify v0.2.0
5802025-02-11T20:36:53.713Z Downloaded rand_core v0.6.4
5812025-02-11T20:36:53.716Z Downloaded crypto-bigint v0.5.5
5822025-02-11T20:36:53.721Z Downloaded thiserror v2.0.11
5832025-02-11T20:36:53.727Z Downloaded normalize-line-endings v0.3.0
5842025-02-11T20:36:53.730Z Downloaded slog-envlogger v2.2.0
5852025-02-11T20:36:53.733Z Downloaded h2 v0.4.6
5862025-02-11T20:36:53.737Z Downloaded structmeta-derive v0.3.0
5872025-02-11T20:36:53.740Z Downloaded goblin v0.8.2
5882025-02-11T20:36:53.745Z Downloaded litrs v0.4.1
5892025-02-11T20:36:53.748Z Downloaded iana-time-zone v0.1.61
5902025-02-11T20:36:53.752Z Downloaded version_check v0.9.5
5912025-02-11T20:36:53.755Z Downloaded num-bigint v0.4.6
5922025-02-11T20:36:53.757Z Downloaded plotters v0.3.7
5932025-02-11T20:36:53.766Z Downloaded cobs v0.2.3
5942025-02-11T20:36:53.769Z Downloaded zone v0.1.8
5952025-02-11T20:36:53.769Z Downloaded parking_lot_core v0.8.6
5962025-02-11T20:36:53.771Z Downloaded textwrap v0.16.1
5972025-02-11T20:36:53.774Z Downloaded darling_core v0.20.10
5982025-02-11T20:36:53.779Z Downloaded dyn-clone v1.0.17
5992025-02-11T20:36:53.781Z Downloaded proc-macro-error-attr v1.0.4
6002025-02-11T20:36:53.784Z Downloaded pkcs1 v0.7.5
6012025-02-11T20:36:53.786Z Downloaded instant v0.1.13
6022025-02-11T20:36:53.786Z Downloaded dirs-next v2.0.0
6032025-02-11T20:36:53.789Z Downloaded lazycell v1.3.0
6042025-02-11T20:36:53.789Z Downloaded lazy_static v1.5.0
6052025-02-11T20:36:53.792Z Downloaded num_enum v0.5.11
6062025-02-11T20:36:53.795Z Downloaded newline-converter v0.3.0
6072025-02-11T20:36:53.797Z Downloaded new_debug_unreachable v1.0.6
6082025-02-11T20:36:53.800Z Downloaded progenitor-client v0.8.0
6092025-02-11T20:36:53.800Z Downloaded ipnetwork v0.20.0
6102025-02-11T20:36:53.802Z Downloaded lalrpop-util v0.19.12
6112025-02-11T20:36:53.802Z Downloaded rpassword v7.3.1
6122025-02-11T20:36:53.805Z Downloaded libsw v3.3.1
6132025-02-11T20:36:53.805Z Downloaded piper v0.2.4
6142025-02-11T20:36:53.807Z Downloaded unicode-bidi v0.3.17
6152025-02-11T20:36:53.810Z Downloaded serde_path_to_error v0.1.16
6162025-02-11T20:36:53.813Z Downloaded radium v0.7.0
6172025-02-11T20:36:53.813Z Downloaded pin-utils v0.1.0
6182025-02-11T20:36:53.815Z Downloaded slog-stdlog v4.1.1
6192025-02-11T20:36:53.815Z Downloaded rustls-pemfile v1.0.4
6202025-02-11T20:36:53.818Z Downloaded icu_locid v1.5.0
6212025-02-11T20:36:53.822Z Downloaded derive-where v1.2.7
6222025-02-11T20:36:53.826Z Downloaded tinytemplate v1.2.1
6232025-02-11T20:36:53.828Z Downloaded typify-macro v0.3.0
6242025-02-11T20:36:53.831Z Downloaded aws-lc-rs v1.10.0
6252025-02-11T20:36:53.838Z Downloaded crc-catalog v2.4.0
6262025-02-11T20:36:53.841Z Downloaded schemars v0.8.21
6272025-02-11T20:36:53.851Z Downloaded zerofrom v0.1.4
6282025-02-11T20:36:53.854Z Downloaded crc32fast v1.4.2
6292025-02-11T20:36:53.856Z Downloaded diesel-dtrace v0.4.2
6302025-02-11T20:36:53.856Z Downloaded csv-core v0.1.11
6312025-02-11T20:36:53.859Z Downloaded ed25519-dalek v2.1.1
6322025-02-11T20:36:53.862Z Downloaded unicode-segmentation v1.12.0
6332025-02-11T20:36:53.864Z Downloaded spki v0.7.3
6342025-02-11T20:36:53.867Z Downloaded native-tls v0.2.12
6352025-02-11T20:36:53.869Z Downloaded snafu v0.8.5
6362025-02-11T20:36:53.874Z Downloaded either v1.13.0
6372025-02-11T20:36:53.877Z Downloaded once_cell v1.20.2
6382025-02-11T20:36:53.880Z Downloaded libtest-mimic v0.7.3
6392025-02-11T20:36:53.882Z Downloaded phf_generator v0.11.2
6402025-02-11T20:36:53.886Z Downloaded rstest v0.23.0
6412025-02-11T20:36:53.889Z Downloaded lru v0.12.5
6422025-02-11T20:36:53.892Z Downloaded tinyvec v1.8.0
6432025-02-11T20:36:53.894Z Downloaded toml_edit v0.19.15
6442025-02-11T20:36:53.910Z Downloaded pem v3.0.4
6452025-02-11T20:36:53.912Z Downloaded clap_derive v4.5.24
6462025-02-11T20:36:53.915Z Downloaded ucd-trie v0.1.7
6472025-02-11T20:36:53.918Z Downloaded sct v0.7.1
6482025-02-11T20:36:53.925Z Downloaded rustls-pemfile v2.2.0
6492025-02-11T20:36:53.925Z Downloaded usdt-macro v0.5.0
6502025-02-11T20:36:53.925Z Downloaded proc-macro2 v1.0.92
6512025-02-11T20:36:53.928Z Downloaded pin-project-lite v0.2.14
6522025-02-11T20:36:53.930Z Downloaded serde v1.0.217
6532025-02-11T20:36:53.934Z Downloaded doc-comment v0.3.3
6542025-02-11T20:36:53.936Z Downloaded path-slash v0.1.5
6552025-02-11T20:36:53.936Z Downloaded colored v2.1.0
6562025-02-11T20:36:53.939Z Downloaded xattr v1.3.1
6572025-02-11T20:36:53.942Z Downloaded utf16_iter v1.0.5
6582025-02-11T20:36:53.942Z Downloaded winnow v0.6.20
6592025-02-11T20:36:53.950Z Downloaded utf-8 v0.7.6
6602025-02-11T20:36:53.953Z Downloaded indent_write v2.2.0
6612025-02-11T20:36:53.953Z Downloaded rfc6979 v0.4.0
6622025-02-11T20:36:53.956Z Downloaded predicates-tree v1.0.11
6632025-02-11T20:36:53.956Z Downloaded powerfmt v0.2.0
6642025-02-11T20:36:53.958Z Downloaded lru-cache v0.1.2
6652025-02-11T20:36:53.958Z Downloaded lockfree-object-pool v0.1.6
6662025-02-11T20:36:53.961Z Downloaded itoa v1.0.11
6672025-02-11T20:36:53.963Z Downloaded postgres-types v0.2.8
6682025-02-11T20:36:53.966Z Downloaded cstr-argument v0.1.2
6692025-02-11T20:36:53.966Z Downloaded der_derive v0.7.3
6702025-02-11T20:36:53.968Z Downloaded git2 v0.19.0
6712025-02-11T20:36:53.976Z Downloaded strum_macros v0.25.3
6722025-02-11T20:36:53.978Z Downloaded strum_macros v0.24.3
6732025-02-11T20:36:53.981Z Downloaded ssh-encoding v0.2.0
6742025-02-11T20:36:53.981Z Downloaded signature v2.2.0
6752025-02-11T20:36:53.984Z Downloaded strum_macros v0.26.4
6762025-02-11T20:36:53.988Z Downloaded defmt-macros v0.3.9
6772025-02-11T20:36:53.990Z Downloaded debug-ignore v1.0.5
6782025-02-11T20:36:53.991Z Downloaded take_mut v0.2.2
6792025-02-11T20:36:53.994Z Downloaded des v0.8.1
6802025-02-11T20:36:53.994Z Downloaded serde_urlencoded v0.7.1
6812025-02-11T20:36:53.996Z Downloaded which v4.4.2
6822025-02-11T20:36:53.996Z Downloaded utf8_iter v1.0.4
6832025-02-11T20:36:53.999Z Downloaded zerocopy v0.7.35
6842025-02-11T20:36:54.013Z Downloaded path-tree v0.8.1
6852025-02-11T20:36:54.015Z Downloaded toml v0.8.19
6862025-02-11T20:36:54.018Z Downloaded toml v0.7.8
6872025-02-11T20:36:54.020Z Downloaded subprocess v0.2.9
6882025-02-11T20:36:54.023Z Downloaded num_cpus v1.16.0
6892025-02-11T20:36:54.027Z Downloaded writeable v0.5.5
6902025-02-11T20:36:54.029Z Downloaded scrypt v0.11.0
6912025-02-11T20:36:54.029Z Downloaded rustc_version v0.4.1
6922025-02-11T20:36:54.032Z Downloaded idna_adapter v1.2.0
6932025-02-11T20:36:54.032Z Downloaded document-features v0.2.10
6942025-02-11T20:36:54.034Z Downloaded unicode-xid v0.2.6
6952025-02-11T20:36:54.037Z Downloaded serde_repr v0.1.19
6962025-02-11T20:36:54.037Z Downloaded slog-scope v4.4.0
6972025-02-11T20:36:54.039Z Downloaded typenum v1.17.0
6982025-02-11T20:36:54.042Z Downloaded crc v3.2.1
6992025-02-11T20:36:54.044Z Downloaded tracing v0.1.40
7002025-02-11T20:36:54.047Z Downloaded progenitor v0.9.1
7012025-02-11T20:36:54.050Z Downloaded pest_generator v2.7.14
7022025-02-11T20:36:54.050Z Downloaded instability v0.3.2
7032025-02-11T20:36:54.053Z Downloaded defmt v0.3.8
7042025-02-11T20:36:54.055Z Downloaded quinn-proto v0.11.8
7052025-02-11T20:36:54.061Z Downloaded postgres-protocol v0.6.7
7062025-02-11T20:36:54.064Z Downloaded async-std v1.13.0
7072025-02-11T20:36:54.082Z Downloaded zone_cfg_derive v0.1.2
7082025-02-11T20:36:54.085Z Downloaded reqwest v0.12.9
7092025-02-11T20:36:54.090Z Downloaded bindgen v0.69.5
7102025-02-11T20:36:54.097Z Downloaded zone_cfg_derive v0.3.0
7112025-02-11T20:36:54.100Z Downloaded zip v2.1.3
7122025-02-11T20:36:54.102Z Downloaded unarray v0.1.4
7132025-02-11T20:36:54.105Z Downloaded serde_spanned v0.6.8
7142025-02-11T20:36:54.105Z Downloaded phf_shared v0.10.0
7152025-02-11T20:36:54.107Z Downloaded bitvec v1.0.1
7162025-02-11T20:36:54.120Z Downloaded tap v1.0.1
7172025-02-11T20:36:54.122Z Downloaded rand_xorshift v0.3.0
7182025-02-11T20:36:54.122Z Downloaded whoami v1.5.2
7192025-02-11T20:36:54.125Z Downloaded parse-size v1.1.0
7202025-02-11T20:36:54.127Z Downloaded tiny-keccak v2.0.2
7212025-02-11T20:36:54.130Z Downloaded rsa v0.9.6
7222025-02-11T20:36:54.132Z Downloaded reedline v0.35.0
7232025-02-11T20:36:54.140Z Downloaded dirs-sys-next v0.1.2
7242025-02-11T20:36:54.142Z Downloaded datatest-stable v0.2.9
7252025-02-11T20:36:54.145Z Downloaded num-complex v0.4.6
7262025-02-11T20:36:54.147Z Downloaded spin v0.9.8
7272025-02-11T20:36:54.150Z Downloaded serde_yaml v0.9.34+deprecated
7282025-02-11T20:36:54.152Z Downloaded chrono v0.4.39
7292025-02-11T20:36:54.158Z Downloaded resolv-conf v0.7.0
7302025-02-11T20:36:54.162Z Downloaded ena v0.14.3
7312025-02-11T20:36:54.164Z Downloaded unicode-linebreak v0.1.5
7322025-02-11T20:36:54.164Z Downloaded snafu-derive v0.8.5
7332025-02-11T20:36:54.164Z Downloaded embedded-io v0.4.0
7342025-02-11T20:36:54.167Z Downloaded dunce v1.0.5
7352025-02-11T20:36:54.167Z Downloaded slog-dtrace v0.3.0
7362025-02-11T20:36:54.169Z Downloaded same-file v1.0.6
7372025-02-11T20:36:54.169Z Downloaded rustc_version v0.1.7
7382025-02-11T20:36:54.172Z Downloaded rustc-hash v2.0.0
7392025-02-11T20:36:54.172Z Downloaded ciborium v0.2.2
7402025-02-11T20:36:54.174Z Downloaded indexmap v1.9.3
7412025-02-11T20:36:54.177Z Downloaded slog-bunyan v2.5.0
7422025-02-11T20:36:54.179Z Downloaded slog-term v2.9.1
7432025-02-11T20:36:54.182Z Downloaded proc-macro-error v1.0.4
7442025-02-11T20:36:54.185Z Downloaded log v0.4.22
7452025-02-11T20:36:54.188Z Downloaded nodrop v0.1.14
7462025-02-11T20:36:54.188Z Downloaded memmap v0.7.0
7472025-02-11T20:36:54.190Z Downloaded socket2 v0.5.7
7482025-02-11T20:36:54.190Z Downloaded tracing-core v0.1.32
7492025-02-11T20:36:54.193Z Downloaded dof v0.3.0
7502025-02-11T20:36:54.195Z Downloaded tabled_derive v0.7.0
7512025-02-11T20:36:54.195Z Downloaded r2d2 v0.8.10
7522025-02-11T20:36:54.198Z Downloaded quinn-udp v0.5.5
7532025-02-11T20:36:54.198Z Downloaded parse-display v0.10.0
7542025-02-11T20:36:54.200Z Downloaded num-integer v0.1.46
7552025-02-11T20:36:54.200Z Downloaded indexmap v2.7.1
7562025-02-11T20:36:54.204Z Downloaded pbkdf2 v0.11.0
7572025-02-11T20:36:54.207Z Downloaded phf v0.11.2
7582025-02-11T20:36:54.209Z Downloaded cookie_store v0.21.1
7592025-02-11T20:36:54.212Z Downloaded icu_properties_data v1.5.0
7602025-02-11T20:36:54.220Z Downloaded zone v0.3.0
7612025-02-11T20:36:54.223Z Downloaded gimli v0.31.1
7622025-02-11T20:36:54.231Z Downloaded pem-rfc7468 v0.7.0
7632025-02-11T20:36:54.234Z Downloaded unicode-ident v1.0.14
7642025-02-11T20:36:54.236Z Downloaded tokio-stream v0.1.16
7652025-02-11T20:36:54.240Z Downloaded siphasher v0.3.11
7662025-02-11T20:36:54.243Z Downloaded zopfli v0.8.1
7672025-02-11T20:36:54.243Z Downloaded scroll v0.12.0
7682025-02-11T20:36:54.245Z Downloaded env_logger v0.10.2
7692025-02-11T20:36:54.248Z Downloaded icu_normalizer_data v1.5.0
7702025-02-11T20:36:54.251Z Downloaded time-macros v0.2.18
7712025-02-11T20:36:54.251Z Downloaded criterion v0.5.1
7722025-02-11T20:36:54.257Z Downloaded toml_edit v0.22.22
7732025-02-11T20:36:54.278Z Downloaded env_logger v0.11.5
7742025-02-11T20:36:54.282Z Downloaded tokio-tungstenite v0.23.1
7752025-02-11T20:36:54.285Z Downloaded tokio-rustls v0.26.0
7762025-02-11T20:36:54.285Z Downloaded indicatif v0.17.11
7772025-02-11T20:36:54.288Z Downloaded multer v3.1.0
7782025-02-11T20:36:54.292Z Downloaded partial-io v0.5.4
7792025-02-11T20:36:54.295Z Downloaded const-oid v0.9.6
7802025-02-11T20:36:54.298Z Downloaded clang-sys v1.8.1
7812025-02-11T20:36:54.298Z Downloaded der v0.7.9
7822025-02-11T20:36:54.302Z Downloaded mockall_derive v0.13.0
7832025-02-11T20:36:54.307Z Downloaded unicode-properties v0.1.3
7842025-02-11T20:36:54.310Z Downloaded crc-any v2.5.0
7852025-02-11T20:36:54.310Z Downloaded icu_normalizer v1.5.0
7862025-02-11T20:36:54.313Z Downloaded num-traits v0.2.19
7872025-02-11T20:36:54.317Z Downloaded pretty_assertions v1.4.1
7882025-02-11T20:36:54.317Z Downloaded sqlparser v0.45.0
7892025-02-11T20:36:54.322Z Downloaded regex v1.11.1
7902025-02-11T20:36:54.334Z Downloaded ipnet v2.10.1
7912025-02-11T20:36:54.337Z Downloaded ssh-key v0.6.6
7922025-02-11T20:36:54.345Z Downloaded pest_meta v2.7.14
7932025-02-11T20:36:54.348Z Downloaded publicsuffix v2.3.0
7942025-02-11T20:36:54.348Z Downloaded vcpkg v0.2.15
7952025-02-11T20:36:54.384Z Downloaded papergrid v0.11.0
7962025-02-11T20:36:54.388Z Downloaded tar v0.4.42
7972025-02-11T20:36:54.390Z Downloaded zip v0.6.6
7982025-02-11T20:36:54.394Z Downloaded polling v3.7.3
7992025-02-11T20:36:54.397Z Downloaded samael v0.0.17
8002025-02-11T20:36:54.402Z Downloaded multimap v0.10.0
8012025-02-11T20:36:54.405Z Downloaded walkdir v2.5.0
8022025-02-11T20:36:54.407Z Downloaded clap v4.5.27
8032025-02-11T20:36:54.413Z Downloaded elliptic-curve v0.13.8
8042025-02-11T20:36:54.418Z Downloaded const_format v0.2.34
8052025-02-11T20:36:54.422Z Downloaded tokio-util v0.7.12
8062025-02-11T20:36:54.428Z Downloaded serde_json v1.0.135
8072025-02-11T20:36:54.435Z Downloaded smoltcp v0.9.1
8082025-02-11T20:36:54.446Z Downloaded typify v0.3.0
8092025-02-11T20:36:54.449Z Downloaded rustyline v14.0.0
8102025-02-11T20:36:54.454Z Downloaded vte v0.11.1
8112025-02-11T20:36:54.457Z Downloaded object v0.30.4
8122025-02-11T20:36:54.465Z Downloaded libxml v0.3.3
8132025-02-11T20:36:54.471Z Downloaded p384 v0.13.0
8142025-02-11T20:36:54.476Z Downloaded serde_with v3.11.0
8152025-02-11T20:36:54.484Z Downloaded nom v7.1.3
8162025-02-11T20:36:54.490Z Downloaded proptest v1.5.0
8172025-02-11T20:36:54.499Z Downloaded icu_collections v1.5.0
8182025-02-11T20:36:54.504Z Downloaded unsafe-libyaml v0.2.11
8192025-02-11T20:36:54.508Z Downloaded minimal-lexical v0.2.1
8202025-02-11T20:36:54.512Z Downloaded itertools v0.13.0
8212025-02-11T20:36:54.519Z Downloaded crossterm v0.28.1
8222025-02-11T20:36:54.526Z Downloaded clap_builder v4.5.27
8232025-02-11T20:36:54.533Z Downloaded ron v0.8.1
8242025-02-11T20:36:54.538Z Downloaded salty v0.3.0
8252025-02-11T20:36:54.547Z Downloaded newtype-uuid v1.2.1
8262025-02-11T20:36:54.549Z Downloaded parking_lot v0.12.3
8272025-02-11T20:36:54.549Z Downloaded libm v0.2.8
8282025-02-11T20:36:54.557Z Downloaded x509-cert v0.2.5
8292025-02-11T20:36:54.563Z Downloaded dropshot v0.12.0
8302025-02-11T20:36:54.584Z Downloaded idna v1.0.3
8312025-02-11T20:36:54.588Z Downloaded hickory-proto v0.24.3
8322025-02-11T20:36:54.603Z Downloaded polar-core v0.27.3
8332025-02-11T20:36:54.612Z Downloaded unicode-normalization v0.1.24
8342025-02-11T20:36:54.616Z Downloaded smoltcp v0.11.0
8352025-02-11T20:36:54.629Z Downloaded itertools v0.12.1
8362025-02-11T20:36:54.635Z Downloaded portable-atomic v1.9.0
8372025-02-11T20:36:54.642Z Downloaded rustls-webpki v0.101.7
8382025-02-11T20:36:54.656Z Downloaded winnow v0.5.40
8392025-02-11T20:36:54.664Z Downloaded bstr v1.10.0
8402025-02-11T20:36:54.675Z Downloaded petname v2.0.2
8412025-02-11T20:36:54.681Z Downloaded rayon v1.10.0
8422025-02-11T20:36:54.691Z Downloaded lalrpop v0.19.12
8432025-02-11T20:36:54.705Z Downloaded rustls-webpki v0.102.8
8442025-02-11T20:36:54.720Z Downloaded tabled v0.15.0
8452025-02-11T20:36:54.735Z Downloaded syn v1.0.109
8462025-02-11T20:36:54.746Z Downloaded rustls v0.22.4
8472025-02-11T20:36:54.760Z Downloaded dropshot v0.15.1
8482025-02-11T20:36:54.783Z Downloaded unicode-width v0.1.14
8492025-02-11T20:36:54.788Z Downloaded rustix v0.38.37
8502025-02-11T20:36:54.811Z Downloaded openapiv3 v2.0.0
8512025-02-11T20:36:54.824Z Downloaded typify-impl v0.3.0
8522025-02-11T20:36:54.839Z Downloaded rustls v0.21.12
8532025-02-11T20:36:54.850Z Downloaded diesel v2.2.6
8542025-02-11T20:36:54.869Z Downloaded nix v0.29.0
8552025-02-11T20:36:54.881Z Downloaded regex-syntax v0.8.5
8562025-02-11T20:36:54.891Z Downloaded nix v0.28.0
8572025-02-11T20:36:54.901Z Downloaded regress v0.9.1
8582025-02-11T20:36:54.910Z Downloaded sled v0.34.7
8592025-02-11T20:36:54.920Z Downloaded bzip2-sys v0.1.11+1.0.8
8602025-02-11T20:36:54.934Z Downloaded regex-automata v0.4.8
8612025-02-11T20:36:54.950Z Downloaded typify-impl v0.2.0
8622025-02-11T20:36:54.965Z Downloaded syn v2.0.96
8632025-02-11T20:36:54.976Z Downloaded webpki-roots v0.26.6
8642025-02-11T20:36:54.980Z Downloaded nix v0.27.1
8652025-02-11T20:36:54.990Z Downloaded radix_trie v0.2.1
8662025-02-11T20:36:54.995Z Downloaded unicode-width v0.2.0
8672025-02-11T20:36:55.001Z Downloaded regress v0.10.1
8682025-02-11T20:36:55.010Z Downloaded openssl v0.10.70
8692025-02-11T20:36:55.026Z Downloaded zerocopy-derive v0.6.6
8702025-02-11T20:36:55.035Z Downloaded object v0.36.5
8712025-02-11T20:36:55.047Z Downloaded chrono-tz v0.10.1
8722025-02-11T20:36:55.054Z Downloaded lzma-sys v0.1.20
8732025-02-11T20:36:55.082Z Downloaded ratatui v0.28.1
8742025-02-11T20:36:55.101Z Downloaded zerocopy v0.8.10
8752025-02-11T20:36:55.125Z Downloaded rustls v0.23.19
8762025-02-11T20:36:55.136Z Downloaded curve25519-dalek v4.1.3
8772025-02-11T20:36:55.145Z Downloaded regex-syntax v0.6.29
8782025-02-11T20:36:55.152Z Downloaded quick-xml v0.33.0
8792025-02-11T20:36:55.158Z Downloaded tokio-native-tls v0.3.1
8802025-02-11T20:36:55.161Z Downloaded tls_codec_derive v0.4.1
8812025-02-11T20:36:55.164Z Downloaded tinystr v0.7.6
8822025-02-11T20:36:55.164Z Downloaded synstructure v0.13.1
8832025-02-11T20:36:55.167Z Downloaded tokio-tungstenite v0.24.0
8842025-02-11T20:36:55.167Z Downloaded vsss-rs v3.3.4
8852025-02-11T20:36:55.170Z Downloaded parse-zoneinfo v0.3.1
8862025-02-11T20:36:55.172Z Downloaded blake3 v1.5.4
8872025-02-11T20:36:55.179Z Downloaded libc v0.2.169
8882025-02-11T20:36:55.204Z Downloaded pest v2.7.14
8892025-02-11T20:36:55.209Z Downloaded impl-trait-for-tuples v0.2.2
8902025-02-11T20:36:55.212Z Downloaded zerocopy-derive v0.8.10
8912025-02-11T20:36:55.217Z Downloaded tokio v1.43.0
8922025-02-11T20:36:55.255Z Downloaded smallvec v1.13.2
8932025-02-11T20:36:55.258Z Downloaded tokio-macros v2.5.0
8942025-02-11T20:36:55.261Z Downloaded rayon-core v1.12.1
8952025-02-11T20:36:55.264Z Downloaded rand_distr v0.4.3
8962025-02-11T20:36:55.266Z Downloaded rustc-hash v1.1.0
8972025-02-11T20:36:55.266Z Downloaded dropshot_endpoint v0.12.0
8982025-02-11T20:36:55.271Z Downloaded petgraph v0.6.5
8992025-02-11T20:36:55.285Z Downloaded ron v0.7.1
9002025-02-11T20:36:55.290Z Downloaded memchr v2.7.4
9012025-02-11T20:36:55.294Z Downloaded futures-util v0.3.31
9022025-02-11T20:36:55.306Z Downloaded typed-path v0.9.3
9032025-02-11T20:36:55.311Z Downloaded stable_deref_trait v1.2.0
9042025-02-11T20:36:55.314Z Downloaded slog-json v2.6.1
9052025-02-11T20:36:55.314Z Downloaded serde_plain v1.0.2
9062025-02-11T20:36:55.317Z Downloaded rand_seeder v0.3.0
9072025-02-11T20:36:55.317Z Downloaded zerovec v0.10.4
9082025-02-11T20:36:55.322Z Downloaded libz-sys v1.1.20
9092025-02-11T20:36:55.343Z Downloaded rusqlite v0.32.1
9102025-02-11T20:36:55.349Z Downloaded sha3 v0.10.8
9112025-02-11T20:36:55.354Z Downloaded derive_builder_core v0.20.2
9122025-02-11T20:36:55.356Z Downloaded peg-macros v0.8.4
9132025-02-11T20:36:55.359Z Downloaded trybuild v1.0.101
9142025-02-11T20:36:55.361Z Downloaded hkdf v0.12.4
9152025-02-11T20:36:55.364Z Downloaded mime_guess v2.0.5
9162025-02-11T20:36:55.367Z Downloaded memmap2 v0.9.5
9172025-02-11T20:36:55.367Z Downloaded tough v0.19.0
9182025-02-11T20:36:55.376Z Downloaded supports-color v3.0.1
9192025-02-11T20:36:55.378Z Downloaded csv v1.3.1
9202025-02-11T20:36:55.397Z Downloaded subtle v2.6.1
9212025-02-11T20:36:55.400Z Downloaded slab v0.4.9
9222025-02-11T20:36:55.400Z Downloaded encoding_rs v0.8.34
9232025-02-11T20:36:55.418Z Downloaded mio v1.0.2
9242025-02-11T20:36:55.425Z Downloaded aes-gcm v0.10.3
9252025-02-11T20:36:55.428Z Downloaded displaydoc v0.2.5
9262025-02-11T20:36:55.431Z Downloaded console v0.15.10
9272025-02-11T20:36:55.434Z Downloaded zerocopy-derive v0.7.35
9282025-02-11T20:36:55.439Z Downloaded diesel_derives v2.2.3
9292025-02-11T20:36:55.442Z Downloaded hashbrown v0.14.5
9302025-02-11T20:36:55.447Z Downloaded tungstenite v0.23.0
9312025-02-11T20:36:55.451Z Downloaded tungstenite v0.21.0
9322025-02-11T20:36:55.457Z Downloaded url v2.5.3
9332025-02-11T20:36:55.458Z Downloaded rustversion v1.0.17
9342025-02-11T20:36:55.458Z Downloaded ref-cast v1.0.23
9352025-02-11T20:36:55.461Z Downloaded psl-types v2.0.11
9362025-02-11T20:36:55.461Z Downloaded diff v0.1.13
9372025-02-11T20:36:55.463Z Downloaded blake2b_simd v1.0.2
9382025-02-11T20:36:55.466Z Downloaded twox-hash v2.1.0
9392025-02-11T20:36:55.469Z Downloaded pkcs5 v0.7.1
9402025-02-11T20:36:55.471Z Downloaded password-hash v0.5.0
9412025-02-11T20:36:55.474Z Downloaded indoc v1.0.9
9422025-02-11T20:36:55.478Z Downloaded dsl_auto_type v0.1.2
9432025-02-11T20:36:55.478Z Downloaded untrusted v0.9.0
9442025-02-11T20:36:55.478Z Downloaded tokio-rustls v0.25.0
9452025-02-11T20:36:55.481Z Downloaded tokio-rustls v0.24.1
9462025-02-11T20:36:55.481Z Downloaded pin-project v1.1.6
9472025-02-11T20:36:55.491Z Downloaded pathdiff v0.2.3
9482025-02-11T20:36:55.494Z Downloaded serde_tokenstream v0.2.2
9492025-02-11T20:36:55.494Z Downloaded bitflags v2.6.0
9502025-02-11T20:36:55.497Z Downloaded hyper-rustls v0.26.0
9512025-02-11T20:36:55.500Z Downloaded httparse v1.9.5
9522025-02-11T20:36:55.503Z Downloaded camino v1.1.9
9532025-02-11T20:36:55.503Z Downloaded hash32 v0.2.1
9542025-02-11T20:36:55.507Z Downloaded httpmock v0.8.0-alpha.1
9552025-02-11T20:36:55.522Z Downloaded futures-sink v0.3.31
9562025-02-11T20:36:55.524Z Downloaded anes v0.1.6
9572025-02-11T20:36:55.528Z Downloaded cbc v0.1.2
9582025-02-11T20:36:55.528Z Downloaded bitflags v1.3.2
9592025-02-11T20:36:55.531Z Downloaded flagset v0.4.6
9602025-02-11T20:36:55.531Z Downloaded ff v0.13.0
9612025-02-11T20:36:55.534Z Downloaded fallible-streaming-iterator v0.1.9
9622025-02-11T20:36:55.534Z Downloaded fallible-iterator v0.3.0
9632025-02-11T20:36:55.534Z Downloaded fallible-iterator v0.2.0
9642025-02-11T20:36:55.538Z Downloaded async-channel v1.9.0
9652025-02-11T20:36:55.538Z Downloaded async-attributes v1.1.2
9662025-02-11T20:36:55.538Z Downloaded arrayref v0.3.9
9672025-02-11T20:36:55.543Z Downloaded async-stream v0.3.6
9682025-02-11T20:36:55.543Z Downloaded assert-json-diff v2.0.2
9692025-02-11T20:36:55.543Z Downloaded bit-set v0.5.3
9702025-02-11T20:36:55.543Z Downloaded async-signal v0.2.10
9712025-02-11T20:36:55.545Z Downloaded bcrypt-pbkdf v0.10.0
9722025-02-11T20:36:55.546Z Downloaded base16ct v0.2.0
9732025-02-11T20:36:55.546Z Downloaded async-recursion v1.1.1
9742025-02-11T20:36:55.548Z Downloaded anstyle v1.0.10
9752025-02-11T20:36:55.551Z Downloaded aead v0.5.2
9762025-02-11T20:36:55.551Z Downloaded fd-lock v4.0.2
9772025-02-11T20:36:55.554Z Downloaded event-listener-strategy v0.5.2
9782025-02-11T20:36:55.636Z Downloaded libgit2-sys v0.17.0+1.8.1
9792025-02-11T20:36:56.057Z Downloaded aws-lc-sys v0.22.0
9802025-02-11T20:36:56.266Z Downloaded ring v0.17.8
9812025-02-11T20:36:56.418Z Downloaded libsqlite3-sys v0.30.1
9822025-02-11T20:36:56.780Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9832025-02-11T20:37:02.561Zpkg list: illegal option -- F
9842025-02-11T20:37:02.561ZUsage:
9852025-02-11T20:37:02.564Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9862025-02-11T20:37:02.564Z [pkg_fmri_pattern ...]
9872025-02-11T20:37:03.397Zpkg list: illegal option -- F
9882025-02-11T20:37:03.397ZUsage:
9892025-02-11T20:37:03.400Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9902025-02-11T20:37:03.400Z [pkg_fmri_pattern ...]
9912025-02-11T20:37:11.692Z Startup: Refreshing catalog 'helios-dev' ... Done
9922025-02-11T20:37:16.064Z Startup: Caching catalogs ... Done
9932025-02-11T20:37:28.492ZPlanning: Solver setup ... Done (11.477s)
9942025-02-11T20:37:28.647ZPlanning: Running solver ... Done (0.155s)
9952025-02-11T20:37:28.949ZPlanning: Finding local manifests ... Done (0.187s)
9962025-02-11T20:37:28.963ZPlanning: Fetching manifests: 0/7 0% complete
9972025-02-11T20:37:29.224ZPlanning: Fetching manifests: 7/7 100% complete
9982025-02-11T20:37:29.564ZPlanning: Package planning ... Done (0.340s)
9992025-02-11T20:37:29.621ZPlanning: Merging actions ... Done (0.056s)
10002025-02-11T20:37:30.171ZPlanning: Checking for conflicting actions ... Done (0.550s)
10012025-02-11T20:37:34.242ZPlanning: Consolidating action changes ... Done (4.069s)
10022025-02-11T20:37:34.606ZPlanning: Evaluating mediators ... Done (0.364s)
10032025-02-11T20:37:34.719ZPlanning: Planning completed in 18.56 seconds
10042025-02-11T20:37:34.799Z Packages to install: 4
10052025-02-11T20:37:34.799Z Packages to update: 3
10062025-02-11T20:37:34.802Z Mediators to change: 2
10072025-02-11T20:37:34.802Z Services to change: 1
10082025-02-11T20:37:34.802Z Estimated space available: 155.36 GB
10092025-02-11T20:37:34.802ZEstimated space to be consumed: 1.65 GB
10102025-02-11T20:37:34.802Z Create boot environment: No
10112025-02-11T20:37:34.802ZCreate backup boot environment: Yes
10122025-02-11T20:37:34.802Z Rebuild boot archive: No
10132025-02-11T20:37:34.802Z
10142025-02-11T20:37:34.802ZChanged mediators:
10152025-02-11T20:37:34.802Z mediator clang:
10162025-02-11T20:37:34.802Z version: None -> 15 (system default)
10172025-02-11T20:37:34.802Z
10182025-02-11T20:37:34.802Z mediator llvm:
10192025-02-11T20:37:34.802Z version: 14 (system default) -> 15 (system default)
10202025-02-11T20:37:34.802Z
10212025-02-11T20:37:34.802ZChanged packages:
10222025-02-11T20:37:34.802Zhelios-dev
10232025-02-11T20:37:34.802Z developer/build-essential
10242025-02-11T20:37:34.802Z None -> 11-2.0
10252025-02-11T20:37:34.802Z library/libxmlsec1
10262025-02-11T20:37:34.803Z None -> 1.2.35-2.0
10272025-02-11T20:37:34.803Z ooce/developer/clang-15
10282025-02-11T20:37:34.803Z None -> 15.0.7-2.0
10292025-02-11T20:37:34.803Z ooce/developer/llvm-15
10302025-02-11T20:37:34.803Z None -> 15.0.7-2.0
10312025-02-11T20:37:34.803Z package/pkg
10322025-02-11T20:37:34.803Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10332025-02-11T20:37:34.803Z system/library/g++-runtime
10342025-02-11T20:37:34.803Z 13-2.0 -> 14-2.0
10352025-02-11T20:37:34.803Z system/library/gcc-runtime
10362025-02-11T20:37:34.803Z 13-2.0 -> 14-2.0
10372025-02-11T20:37:34.803Z
10382025-02-11T20:37:34.803ZServices:
10392025-02-11T20:37:34.803Z restart_fmri:
10402025-02-11T20:37:34.803Z svc:/system/update-man-index:default
10412025-02-11T20:37:34.803Z
10422025-02-11T20:37:34.803ZEditable files to change:
10432025-02-11T20:37:34.803Z Update:
10442025-02-11T20:37:34.803Z usr/share/lib/pkg/web/config.shtml
10452025-02-11T20:37:35.020Z
10462025-02-11T20:37:35.020ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10472025-02-11T20:37:40.021ZDownload: 848/4301 items 18.8/225.4MB 8% complete (4.0M/s)
10482025-02-11T20:37:45.021ZDownload: 1263/4301 items 109.5/225.4MB 48% complete (10.9M/s)
10492025-02-11T20:37:50.643ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (10.1M/s)
10502025-02-11T20:37:55.647ZDownload: 3186/4301 items 161.1/225.4MB 71% complete (4.3M/s)
10512025-02-11T20:38:01.648ZDownload: 3287/4301 items 212.3/225.4MB 94% complete (9.4M/s)
10522025-02-11T20:38:06.651ZDownload: 3990/4301 items 218.3/225.4MB 96% complete (3.7M/s)
10532025-02-11T20:38:09.517ZDownload: Completed 225.42 MB in 34.49 seconds (6.5M/s)
10542025-02-11T20:38:11.700Z Actions: 1/5122 actions (Removing old actions)
10552025-02-11T20:38:11.719Z Actions: 194/5122 actions (Installing new actions)
10562025-02-11T20:38:16.923Z Actions: 4098/5122 actions (Installing new actions)
10572025-02-11T20:38:18.229Z Actions: 4267/5122 actions (Updating modified actions)
10582025-02-11T20:38:19.004Z Actions: Completed 5122 actions in 7.30 seconds.
10592025-02-11T20:38:19.246Z Done (0.227s)
10602025-02-11T20:38:19.267Z Done (0.001s)
10612025-02-11T20:38:19.842Z Done (0.598s)
10622025-02-11T20:38:27.634Z Done (7.569s)
10632025-02-11T20:38:28.206Z Done (0.502s)
10642025-02-11T20:38:28.208Z Done (0.000s)
10652025-02-11T20:38:28.377Z Done (0.000s)
10662025-02-11T20:38:29.080ZPlanning: Evaluating mediator changes ... Done
10672025-02-11T20:38:29.241ZPlanning: Checking for conflicting actions ... Done
10682025-02-11T20:38:29.244ZPlanning: Consolidating action changes ... Done
10692025-02-11T20:38:29.508ZPlanning: Evaluating mediators ... Done
10702025-02-11T20:38:29.512ZPlanning: Planning completed in 0.43 seconds
10712025-02-11T20:38:29.546Z Mediators to change: 2
10722025-02-11T20:38:29.547Z Create boot environment: No
10732025-02-11T20:38:29.549ZCreate backup boot environment: No
10742025-02-11T20:38:29.631Z Done
10752025-02-11T20:38:29.631Z Done
10762025-02-11T20:38:30.006Z Done
10772025-02-11T20:38:33.545Z Done
10782025-02-11T20:38:33.634Z Done
10792025-02-11T20:38:33.636Z Done
10802025-02-11T20:38:33.802Z Done
10812025-02-11T20:38:34.405ZPlanning: Evaluating mediator changes ... Done
10822025-02-11T20:38:34.408ZPlanning: Merging actions ... Done
10832025-02-11T20:38:34.592ZPlanning: Checking for conflicting actions ... Done
10842025-02-11T20:38:34.595ZPlanning: Consolidating action changes ... Done
10852025-02-11T20:38:34.855ZPlanning: Evaluating mediators ... Done
10862025-02-11T20:38:34.909ZPlanning: Planning completed in 0.74 seconds
10872025-02-11T20:38:34.947Z Packages to change: 1
10882025-02-11T20:38:34.947Z Mediators to change: 1
10892025-02-11T20:38:34.950Z Services to change: 1
10902025-02-11T20:38:34.950Z Create boot environment: No
10912025-02-11T20:38:34.950ZCreate backup boot environment: Yes
10922025-02-11T20:38:36.977Z Actions: 1/6 actions (Updating modified actions)
10932025-02-11T20:38:37.104Z Actions: Completed 6 actions in 0.13 seconds.
10942025-02-11T20:38:37.106Z Done
10952025-02-11T20:38:37.106Z Done
10962025-02-11T20:38:37.226Z Done
10972025-02-11T20:38:40.848Z Done
10982025-02-11T20:38:40.888Z Done
10992025-02-11T20:38:40.891Z Done
11002025-02-11T20:38:41.018Z Done
11012025-02-11T20:38:41.447ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11022025-02-11T20:38:41.447Zclang system 15 system
11032025-02-11T20:38:41.447Zcsh system system illumos
11042025-02-11T20:38:41.447Zctags system system illumos
11052025-02-11T20:38:41.447Zgcc vendor 12 vendor
11062025-02-11T20:38:41.447Zgcc system 10 system
11072025-02-11T20:38:41.447Zgcc system 7 system
11082025-02-11T20:38:41.447Zgo system 1.20 system
11092025-02-11T20:38:41.447Zgo system 1.19 system
11102025-02-11T20:38:41.447Zllvm system 15 system
11112025-02-11T20:38:41.447Zllvm system 14 system
11122025-02-11T20:38:41.447Zmariadb system 10.6 system
11132025-02-11T20:38:41.447Zmta vendor vendor dma
11142025-02-11T20:38:41.447Zopenjdk system 17 system
11152025-02-11T20:38:41.447Zopenjdk system 11 system
11162025-02-11T20:38:41.448Zopenjdk system 1.8 system
11172025-02-11T20:38:41.448Zopenssl vendor 3 vendor
11182025-02-11T20:38:41.448Zperl system 5.36 system
11192025-02-11T20:38:41.448Zpostgresql system 15 system
11202025-02-11T20:38:41.448Zpostgresql system 13 system
11212025-02-11T20:38:41.448Zpython vendor 3 vendor
11222025-02-11T20:38:41.448Zpython system 2 system
11232025-02-11T20:38:41.448Zpython3 system 3.11 system
11242025-02-11T20:38:41.448Zruby system 3.0 system
11252025-02-11T20:38:41.448Zwords vendor vendor american-english
11262025-02-11T20:38:41.448Zwords system system australian-english
11272025-02-11T20:38:41.448Zwords system system british-english
11282025-02-11T20:38:41.448Zwords system system canadian-english
11292025-02-11T20:38:41.448Zwords system system french
11302025-02-11T20:38:41.448Zwords system system italian
11312025-02-11T20:38:41.448Zwords system system ngerman
11322025-02-11T20:38:41.448Zwords system system ogerman
11332025-02-11T20:38:41.448Zwords system system spanish
11342025-02-11T20:38:41.773ZPUBLISHER TYPE STATUS P LOCATION
11352025-02-11T20:38:41.773Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11362025-02-11T20:38:44.646ZFMRI IFO
11372025-02-11T20:38:44.646Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11382025-02-11T20:38:44.646Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11392025-02-11T20:38:44.647Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11402025-02-11T20:38:44.647Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11412025-02-11T20:38:44.647Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11422025-02-11T20:38:44.647Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11432025-02-11T20:38:44.647Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11442025-02-11T20:38:44.647Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11452025-02-11T20:38:44.647Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11462025-02-11T20:38:44.647Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11472025-02-11T20:38:44.647Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11482025-02-11T20:38:44.647Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11492025-02-11T20:38:44.647Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11502025-02-11T20:38:44.647Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11512025-02-11T20:38:44.647Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11522025-02-11T20:38:45.686Z Downloading crates ...
11532025-02-11T20:38:45.814Z Downloaded cargo_toml v0.20.5
11542025-02-11T20:38:45.950Z Compiling proc-macro2 v1.0.92
11552025-02-11T20:38:45.953Z Compiling unicode-ident v1.0.14
11562025-02-11T20:38:45.953Z Compiling version_check v0.9.5
11572025-02-11T20:38:45.953Z Compiling serde v1.0.217
11582025-02-11T20:38:45.953Z Compiling memchr v2.7.4
11592025-02-11T20:38:45.954Z Compiling thiserror v1.0.69
11602025-02-11T20:38:45.972Z Compiling libc v0.2.169
11612025-02-11T20:38:45.975Z Compiling ryu v1.0.18
11622025-02-11T20:38:46.231Z Compiling ucd-trie v0.1.7
11632025-02-11T20:38:46.346Z Compiling itoa v1.0.11
11642025-02-11T20:38:46.618Z Compiling once_cell v1.20.2
11652025-02-11T20:38:46.671Z Compiling byteorder v1.5.0
11662025-02-11T20:38:46.899Z Compiling rustix v0.38.37
11672025-02-11T20:38:47.216Z Compiling serde_json v1.0.135
11682025-02-11T20:38:47.647Z Compiling bitflags v2.6.0
11692025-02-11T20:38:47.651Z Compiling usdt-impl v0.5.0
11702025-02-11T20:38:47.721Z Compiling proc-macro-error-attr v1.0.4
11712025-02-11T20:38:47.867Z Compiling syn v1.0.109
11722025-02-11T20:38:47.916Z Compiling proc-macro-error v1.0.4
11732025-02-11T20:38:48.017Z Compiling hashbrown v0.15.1
11742025-02-11T20:38:48.028Z Compiling camino v1.1.9
11752025-02-11T20:38:48.092Z Compiling equivalent v1.0.1
11762025-02-11T20:38:48.162Z Compiling plain v0.2.3
11772025-02-11T20:38:48.205Z Compiling utf8parse v0.2.2
11782025-02-11T20:38:48.302Z Compiling thread-id v4.2.2
11792025-02-11T20:38:48.319Z Compiling log v0.4.22
11802025-02-11T20:38:48.345Z Compiling anstyle-parse v0.2.5
11812025-02-11T20:38:48.547Z Compiling pretty-hex v0.4.1
11822025-02-11T20:38:48.635Z Compiling quote v1.0.38
11832025-02-11T20:38:48.647Z Compiling is_terminal_polyfill v1.70.1
11842025-02-11T20:38:48.650Z Compiling winnow v0.6.20
11852025-02-11T20:38:48.737Z Compiling errno v0.3.9
11862025-02-11T20:38:48.761Z Compiling semver v1.0.24
11872025-02-11T20:38:48.776Z Compiling anstyle v1.0.10
11882025-02-11T20:38:48.940Z Compiling colorchoice v1.0.2
11892025-02-11T20:38:49.084Z Compiling syn v2.0.96
11902025-02-11T20:38:49.099Z Compiling indexmap v2.7.1
11912025-02-11T20:38:49.223Z Compiling unicode-width v0.1.14
11922025-02-11T20:38:49.258Z Compiling autocfg v1.4.0
11932025-02-11T20:38:49.713Z Compiling anstyle-query v1.1.1
11942025-02-11T20:38:49.840Z Compiling anstream v0.6.15
11952025-02-11T20:38:50.196Z Compiling fs-err v2.11.0
11962025-02-11T20:38:50.370Z Compiling anyhow v1.0.95
11972025-02-11T20:38:50.408Z Compiling fnv v1.0.7
11982025-02-11T20:38:50.462Z Compiling cfg-if v1.0.0
11992025-02-11T20:38:50.532Z Compiling heck v0.4.1
12002025-02-11T20:38:50.551Z Compiling heck v0.5.0
12012025-02-11T20:38:50.769Z Compiling terminal_size v0.4.0
12022025-02-11T20:38:50.909Z Compiling clap_lex v0.7.4
12032025-02-11T20:38:50.968Z Compiling strsim v0.11.1
12042025-02-11T20:38:50.997Z Compiling fastrand v2.1.1
12052025-02-11T20:38:51.043Z Compiling bytecount v0.6.8
12062025-02-11T20:38:51.256Z Compiling papergrid v0.11.0
12072025-02-11T20:38:51.364Z Compiling tempfile v3.13.0
12082025-02-11T20:38:51.481Z Compiling clap_builder v4.5.27
12092025-02-11T20:38:51.896Z Compiling memmap v0.7.0
12102025-02-11T20:38:51.947Z Compiling unicode-linebreak v0.1.5
12112025-02-11T20:38:52.135Z Compiling smawk v0.3.2
12122025-02-11T20:38:52.357Z Compiling textwrap v0.16.1
12132025-02-11T20:38:52.480Z Compiling swrite v0.1.0
12142025-02-11T20:38:53.520Z Compiling tabled_derive v0.7.0
12152025-02-11T20:38:54.569Z Compiling tabled v0.15.0
12162025-02-11T20:38:55.676Z Compiling serde_derive v1.0.217
12172025-02-11T20:38:55.688Z Compiling thiserror-impl v1.0.69
12182025-02-11T20:38:56.012Z Compiling zerocopy-derive v0.7.35
12192025-02-11T20:38:56.039Z Compiling scroll_derive v0.12.0
12202025-02-11T20:38:56.108Z Compiling clap_derive v4.5.24
12212025-02-11T20:38:57.162Z Compiling scroll v0.12.0
12222025-02-11T20:38:57.556Z Compiling zerocopy v0.7.35
12232025-02-11T20:38:57.623Z Compiling goblin v0.8.2
12242025-02-11T20:38:57.944Z Compiling pest v2.7.14
12252025-02-11T20:38:59.329Z Compiling clap v4.5.27
12262025-02-11T20:39:00.101Z Compiling pest_meta v2.7.14
12272025-02-11T20:39:00.934Z Compiling pest_generator v2.7.14
12282025-02-11T20:39:02.192Z Compiling pest_derive v2.7.14
12292025-02-11T20:39:02.912Z Compiling dtrace-parser v0.2.0
12302025-02-11T20:39:03.992Z Compiling serde_spanned v0.6.8
12312025-02-11T20:39:04.001Z Compiling toml_datetime v0.6.8
12322025-02-11T20:39:04.001Z Compiling cargo-platform v0.1.8
12332025-02-11T20:39:04.300Z Compiling serde_tokenstream v0.2.2
12342025-02-11T20:39:04.348Z Compiling toml_edit v0.22.22
12352025-02-11T20:39:04.473Z Compiling macaddr v1.0.1
12362025-02-11T20:39:04.489Z Compiling camino-tempfile v1.1.1
12372025-02-11T20:39:05.301Z Compiling dof v0.3.0
12382025-02-11T20:39:05.301Z Compiling cargo_metadata v0.18.1
12392025-02-11T20:39:06.919Z Compiling usdt-attr-macro v0.5.0
12402025-02-11T20:39:06.919Z Compiling usdt-macro v0.5.0
12412025-02-11T20:39:06.987Z Compiling toml v0.8.19
12422025-02-11T20:39:08.012Z Compiling cargo_toml v0.20.5
12432025-02-11T20:39:08.115Z Compiling usdt v0.5.0
12442025-02-11T20:39:10.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12452025-02-11T20:39:13.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.47s
12462025-02-11T20:39:13.721Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12472025-02-11T20:39:14.557Z Compiling serde v1.0.217
12482025-02-11T20:39:14.560Z Compiling lock_api v0.4.12
12492025-02-11T20:39:14.560Z Compiling value-bag v1.9.0
12502025-02-11T20:39:14.560Z Compiling scopeguard v1.2.0
12512025-02-11T20:39:14.560Z Compiling typenum v1.17.0
12522025-02-11T20:39:14.561Z Compiling generic-array v0.14.7
12532025-02-11T20:39:14.715Z Compiling syn v2.0.96
12542025-02-11T20:39:14.729Z Compiling getrandom v0.2.15
12552025-02-11T20:39:14.857Z Compiling subtle v2.6.1
12562025-02-11T20:39:14.965Z Compiling rand_core v0.6.4
12572025-02-11T20:39:15.112Z Compiling log v0.4.22
12582025-02-11T20:39:15.224Z Compiling shlex v1.3.0
12592025-02-11T20:39:15.252Z Compiling jobserver v0.1.32
12602025-02-11T20:39:15.275Z Compiling smallvec v1.13.2
12612025-02-11T20:39:15.482Z Compiling const-oid v0.9.6
12622025-02-11T20:39:15.557Z Compiling pin-project-lite v0.2.14
12632025-02-11T20:39:15.576Z Compiling rustix v0.38.37
12642025-02-11T20:39:15.633Z Compiling cc v1.1.30
12652025-02-11T20:39:15.693Z Compiling spin v0.9.8
12662025-02-11T20:39:15.836Z Compiling parking_lot_core v0.9.10
12672025-02-11T20:39:16.077Z Compiling futures-core v0.3.31
12682025-02-11T20:39:16.098Z Compiling signal-hook-registry v1.4.2
12692025-02-11T20:39:16.329Z Compiling mio v1.0.2
12702025-02-11T20:39:16.393Z Compiling aho-corasick v1.1.3
12712025-02-11T20:39:16.791Z Compiling parking_lot v0.12.3
12722025-02-11T20:39:16.867Z Compiling stable_deref_trait v1.2.0
12732025-02-11T20:39:16.964Z Compiling regex-syntax v0.8.5
12742025-02-11T20:39:16.983Z Compiling cpufeatures v0.2.14
12752025-02-11T20:39:17.092Z Compiling either v1.13.0
12762025-02-11T20:39:17.386Z Compiling glob v0.3.2
12772025-02-11T20:39:17.473Z Compiling futures-sink v0.3.31
12782025-02-11T20:39:17.530Z Compiling socket2 v0.5.7
12792025-02-11T20:39:17.621Z Compiling slab v0.4.9
12802025-02-11T20:39:17.645Z Compiling prettyplease v0.2.25
12812025-02-11T20:39:17.991Z Compiling lazy_static v1.5.0
12822025-02-11T20:39:18.059Z Compiling serde_json v1.0.135
12832025-02-11T20:39:18.125Z Compiling minimal-lexical v0.2.1
12842025-02-11T20:39:18.252Z Compiling clang-sys v1.8.1
12852025-02-11T20:39:18.394Z Compiling libloading v0.8.5
12862025-02-11T20:39:18.628Z Compiling nom v7.1.3
12872025-02-11T20:39:18.644Z Compiling home v0.5.9
12882025-02-11T20:39:18.765Z Compiling bindgen v0.69.5
12892025-02-11T20:39:18.884Z Compiling futures-channel v0.3.31
12902025-02-11T20:39:19.215Z Compiling itertools v0.12.1
12912025-02-11T20:39:19.283Z Compiling foldhash v0.1.3
12922025-02-11T20:39:19.560Z Compiling libm v0.2.8
12932025-02-11T20:39:19.578Z Compiling futures-io v0.3.31
12942025-02-11T20:39:19.844Z Compiling rustc-hash v1.1.0
12952025-02-11T20:39:19.872Z Compiling pin-utils v0.1.0
12962025-02-11T20:39:19.972Z Compiling allocator-api2 v0.2.18
12972025-02-11T20:39:19.998Z Compiling lazycell v1.3.0
12982025-02-11T20:39:20.158Z Compiling futures-task v0.3.31
12992025-02-11T20:39:20.445Z Compiling regex-automata v0.4.8
13002025-02-11T20:39:20.677Z Compiling hashbrown v0.15.1
13012025-02-11T20:39:20.971Z Compiling cmake v0.1.51
13022025-02-11T20:39:21.834Z Compiling synstructure v0.13.1
13032025-02-11T20:39:21.950Z Compiling cexpr v0.6.0
13042025-02-11T20:39:22.037Z Compiling num-traits v0.2.19
13052025-02-11T20:39:22.327Z Compiling fs_extra v1.3.0
13062025-02-11T20:39:22.879Z Compiling pkg-config v0.3.31
13072025-02-11T20:39:23.012Z Compiling dunce v1.0.5
13082025-02-11T20:39:23.384Z Compiling litemap v0.7.3
13092025-02-11T20:39:23.498Z Compiling writeable v0.5.5
13102025-02-11T20:39:23.759Z Compiling ring v0.17.8
13112025-02-11T20:39:24.043Z Compiling base64ct v1.6.0
13122025-02-11T20:39:24.531Z Compiling paste v1.0.15
13132025-02-11T20:39:24.584Z Compiling pem-rfc7468 v0.7.0
13142025-02-11T20:39:24.618Z Compiling flagset v0.4.6
13152025-02-11T20:39:24.811Z Compiling aws-lc-rs v1.10.0
13162025-02-11T20:39:25.023Z Compiling httparse v1.9.5
13172025-02-11T20:39:25.185Z Compiling icu_locid_transform_data v1.5.0
13182025-02-11T20:39:25.291Z Compiling tracing-core v0.1.32
13192025-02-11T20:39:25.704Z Compiling percent-encoding v2.3.1
13202025-02-11T20:39:25.845Z Compiling regex v1.11.1
13212025-02-11T20:39:26.042Z Compiling icu_properties_data v1.5.0
13222025-02-11T20:39:26.152Z Compiling rustls-pki-types v1.10.0
13232025-02-11T20:39:26.279Z Compiling crossbeam-utils v0.8.20
13242025-02-11T20:39:26.798Z Compiling powerfmt v0.2.0
13252025-02-11T20:39:26.818Z Compiling untrusted v0.9.0
13262025-02-11T20:39:27.002Z Compiling icu_normalizer_data v1.5.0
13272025-02-11T20:39:27.065Z Compiling vcpkg v0.2.15
13282025-02-11T20:39:27.067Z Compiling num-conv v0.1.0
13292025-02-11T20:39:27.101Z Compiling utf16_iter v1.0.5
13302025-02-11T20:39:27.157Z Compiling utf8_iter v1.0.4
13312025-02-11T20:39:27.250Z Compiling serde_derive v1.0.217
13322025-02-11T20:39:27.271Z Compiling zeroize_derive v1.4.2
13332025-02-11T20:39:27.328Z Compiling zerocopy-derive v0.7.35
13342025-02-11T20:39:27.381Z Compiling tokio-macros v2.5.0
13352025-02-11T20:39:28.557Z Compiling zeroize v1.8.1
13362025-02-11T20:39:28.696Z Compiling zerofrom-derive v0.1.4
13372025-02-11T20:39:28.905Z Compiling yoke-derive v0.7.4
13382025-02-11T20:39:29.225Z Compiling zerocopy v0.7.35
13392025-02-11T20:39:29.299Z Compiling thiserror-impl v1.0.69
13402025-02-11T20:39:30.009Z Compiling crypto-common v0.1.6
13412025-02-11T20:39:30.249Z Compiling block-buffer v0.10.4
13422025-02-11T20:39:30.512Z Compiling digest v0.10.7
13432025-02-11T20:39:30.552Z Compiling zerovec-derive v0.10.3
13442025-02-11T20:39:30.964Z Compiling hmac v0.12.1
13452025-02-11T20:39:30.997Z Compiling futures-macro v0.3.31
13462025-02-11T20:39:31.226Z Compiling displaydoc v0.2.5
13472025-02-11T20:39:31.565Z Compiling block-padding v0.3.3
13482025-02-11T20:39:31.812Z Compiling inout v0.1.3
13492025-02-11T20:39:31.952Z Compiling zerofrom v0.1.4
13502025-02-11T20:39:32.072Z Compiling cipher v0.4.4
13512025-02-11T20:39:32.180Z Compiling yoke v0.7.4
13522025-02-11T20:39:32.225Z Compiling thiserror v1.0.69
13532025-02-11T20:39:32.360Z Compiling sha2 v0.10.8
13542025-02-11T20:39:32.537Z Compiling icu_provider_macros v1.5.0
13552025-02-11T20:39:32.566Z Compiling ppv-lite86 v0.2.20
13562025-02-11T20:39:32.658Z Compiling der_derive v0.7.3
13572025-02-11T20:39:32.694Z Compiling futures-util v0.3.31
13582025-02-11T20:39:32.929Z Compiling zerovec v0.10.4
13592025-02-11T20:39:33.234Z Compiling rand_chacha v0.3.1
13602025-02-11T20:39:33.549Z Compiling tracing-attributes v0.1.27
13612025-02-11T20:39:34.738Z Compiling tinystr v0.7.6
13622025-02-11T20:39:34.847Z Compiling der v0.7.9
13632025-02-11T20:39:35.118Z Compiling icu_locid v1.5.0
13642025-02-11T20:39:35.248Z Compiling icu_collections v1.5.0
13652025-02-11T20:39:35.638Z Compiling rand v0.8.5
13662025-02-11T20:39:36.522Z Compiling icu_provider v1.5.0
13672025-02-11T20:39:36.780Z Compiling tracing v0.1.40
13682025-02-11T20:39:37.139Z Compiling icu_locid_transform v1.5.0
13692025-02-11T20:39:37.263Z Compiling spki v0.7.3
13702025-02-11T20:39:37.424Z Compiling salsa20 v0.10.2
13712025-02-11T20:39:37.574Z Compiling pest v2.7.14
13722025-02-11T20:39:37.610Z Compiling pbkdf2 v0.12.2
13732025-02-11T20:39:37.645Z Compiling time-core v0.1.2
13742025-02-11T20:39:37.702Z Compiling mirai-annotations v1.12.0
13752025-02-11T20:39:37.754Z Compiling write16 v1.0.0
13762025-02-11T20:39:37.774Z Compiling untrusted v0.7.1
13772025-02-11T20:39:37.800Z Compiling time-macros v0.2.18
13782025-02-11T20:39:37.874Z Compiling scrypt v0.11.0
13792025-02-11T20:39:37.888Z Compiling aes v0.8.4
13802025-02-11T20:39:37.951Z Compiling cbc v0.1.2
13812025-02-11T20:39:38.187Z Compiling openssl-sys v0.9.105
13822025-02-11T20:39:38.382Z Compiling icu_properties v1.5.1
13832025-02-11T20:39:39.054Z Compiling bitflags v2.6.0
13842025-02-11T20:39:39.176Z Compiling bytes v1.9.0
13852025-02-11T20:39:39.983Z Compiling tokio v1.43.0
13862025-02-11T20:39:40.304Z Compiling indexmap v2.7.1
13872025-02-11T20:39:40.450Z Compiling http v1.2.0
13882025-02-11T20:39:40.468Z Compiling semver v1.0.24
13892025-02-11T20:39:40.681Z Compiling pest_meta v2.7.14
13902025-02-11T20:39:41.124Z Compiling rustc_version v0.4.1
13912025-02-11T20:39:41.806Z Compiling icu_normalizer v1.5.0
13922025-02-11T20:39:42.200Z Compiling scroll_derive v0.12.0
13932025-02-11T20:39:42.586Z Compiling deranged v0.3.11
13942025-02-11T20:39:43.583Z Compiling which v4.4.2
13952025-02-11T20:39:43.620Z Compiling atomic-waker v1.1.2
13962025-02-11T20:39:43.818Z Compiling num_threads v0.1.7
13972025-02-11T20:39:43.988Z Compiling tinyvec_macros v0.1.1
13982025-02-11T20:39:44.009Z Compiling time v0.3.36
13992025-02-11T20:39:44.041Z Compiling scroll v0.12.0
14002025-02-11T20:39:44.090Z Compiling tinyvec v1.8.0
14012025-02-11T20:39:44.123Z Compiling idna_adapter v1.2.0
14022025-02-11T20:39:44.348Z Compiling pest_generator v2.7.14
14032025-02-11T20:39:44.564Z Compiling http-body v1.0.1
14042025-02-11T20:39:44.901Z Compiling pkcs5 v0.7.1
14052025-02-11T20:39:45.091Z Compiling form_urlencoded v1.2.1
14062025-02-11T20:39:45.150Z Compiling slog v2.7.0
14072025-02-11T20:39:45.400Z Compiling try-lock v0.2.5
14082025-02-11T20:39:45.523Z Compiling want v0.3.1
14092025-02-11T20:39:45.551Z Compiling pkcs8 v0.10.2
14102025-02-11T20:39:45.726Z Compiling goblin v0.8.2
14112025-02-11T20:39:45.795Z Compiling idna v1.0.3
14122025-02-11T20:39:46.032Z Compiling uuid v1.12.0
14132025-02-11T20:39:46.187Z Compiling pest_derive v2.7.14
14142025-02-11T20:39:46.230Z Compiling iana-time-zone v0.1.61
14152025-02-11T20:39:46.624Z Compiling httpdate v1.0.3
14162025-02-11T20:39:46.956Z Compiling dtrace-parser v0.2.0
14172025-02-11T20:39:47.059Z Compiling chrono v0.4.39
14182025-02-11T20:39:47.512Z Compiling serde_spanned v0.6.8
14192025-02-11T20:39:47.754Z Compiling toml_datetime v0.6.8
14202025-02-11T20:39:48.142Z Compiling tokio-util v0.7.12
14212025-02-11T20:39:48.219Z Compiling serde_tokenstream v0.2.2
14222025-02-11T20:39:48.636Z Compiling tower-service v0.3.3
14232025-02-11T20:39:48.776Z Compiling foreign-types-shared v0.1.1
14242025-02-11T20:39:48.795Z Compiling base64 v0.22.1
14252025-02-11T20:39:48.848Z Compiling match_cfg v0.1.0
14262025-02-11T20:39:48.893Z Compiling openssl v0.10.70
14272025-02-11T20:39:48.949Z Compiling adler2 v2.0.0
14282025-02-11T20:39:49.168Z Compiling h2 v0.4.6
14292025-02-11T20:39:49.308Z Compiling rustversion v1.0.17
14302025-02-11T20:39:49.395Z Compiling miniz_oxide v0.8.0
14312025-02-11T20:39:49.443Z Compiling hostname v0.3.1
14322025-02-11T20:39:49.656Z Compiling foreign-types v0.3.2
14332025-02-11T20:39:49.759Z Compiling url v2.5.3
14342025-02-11T20:39:50.354Z Compiling async-trait v0.1.86
14352025-02-11T20:39:50.804Z Compiling openssl-macros v0.1.1
14362025-02-11T20:39:51.253Z Compiling dof v0.3.0
14372025-02-11T20:39:51.559Z Compiling serde_derive_internals v0.29.1
14382025-02-11T20:39:51.577Z Compiling dirs-sys-next v0.1.2
14392025-02-11T20:39:52.135Z Compiling usdt-impl v0.5.0
14402025-02-11T20:39:52.857Z Compiling data-encoding v2.6.0
14412025-02-11T20:39:53.067Z Compiling schemars v0.8.21
14422025-02-11T20:39:53.284Z Compiling siphasher v0.3.11
14432025-02-11T20:39:53.401Z Compiling rustls v0.23.19
14442025-02-11T20:39:53.503Z Compiling native-tls v0.2.12
14452025-02-11T20:39:53.669Z Compiling rustls v0.22.4
14462025-02-11T20:39:53.689Z Compiling syn v1.0.109
14472025-02-11T20:39:53.855Z Compiling schemars_derive v0.8.21
14482025-02-11T20:39:53.901Z Compiling dirs-next v2.0.0
14492025-02-11T20:39:54.317Z Compiling unicode-normalization v0.1.24
14502025-02-11T20:39:54.733Z Compiling http-body-util v0.1.2
14512025-02-11T20:39:54.802Z Compiling crossbeam-epoch v0.9.18
14522025-02-11T20:39:55.194Z Compiling heapless v0.7.17
14532025-02-11T20:39:55.287Z Compiling signature v2.2.0
14542025-02-11T20:39:55.377Z Compiling sha1 v0.10.6
14552025-02-11T20:39:55.474Z Compiling bzip2-sys v0.1.11+1.0.8
14562025-02-11T20:39:55.570Z Compiling thread_local v1.1.8
14572025-02-11T20:39:55.616Z Compiling encoding_rs v0.8.34
14582025-02-11T20:39:55.793Z Compiling multer v3.1.0
14592025-02-11T20:39:55.939Z Compiling cookie v0.18.1
14602025-02-11T20:39:56.024Z Compiling ipnet v2.10.1
14612025-02-11T20:39:56.092Z Compiling hyper v1.5.2
14622025-02-11T20:39:56.271Z Compiling openssl-probe v0.1.5
14632025-02-11T20:39:56.590Z Compiling gimli v0.31.1
14642025-02-11T20:39:56.862Z Compiling signal-hook v0.3.17
14652025-02-11T20:39:57.105Z Compiling unicode-properties v0.1.3
14662025-02-11T20:39:57.127Z Compiling rayon-core v1.12.1
14672025-02-11T20:39:57.406Z Compiling mime v0.3.17
14682025-02-11T20:39:57.526Z Compiling unicode-bidi v0.3.17
14692025-02-11T20:39:57.919Z Compiling dyn-clone v1.0.17
14702025-02-11T20:39:58.147Z Compiling slog-async v2.8.0
14712025-02-11T20:39:58.634Z Compiling hyper-util v0.1.10
14722025-02-11T20:39:58.845Z Compiling stringprep v0.1.5
14732025-02-11T20:39:59.878Z Compiling toml_edit v0.22.22
14742025-02-11T20:40:00.343Z Compiling crossbeam-deque v0.8.5
14752025-02-11T20:40:00.671Z Compiling addr2line v0.24.2
14762025-02-11T20:40:01.288Z Compiling usdt-attr-macro v0.5.0
14772025-02-11T20:40:01.351Z Compiling usdt-macro v0.5.0
14782025-02-11T20:40:01.597Z Compiling term v0.7.0
14792025-02-11T20:40:01.740Z Compiling slog-json v2.6.1
14802025-02-11T20:40:02.137Z Compiling serde_urlencoded v0.7.1
14812025-02-11T20:40:02.366Z Compiling crossbeam-channel v0.5.13
14822025-02-11T20:40:02.556Z Compiling curve25519-dalek v4.1.3
14832025-02-11T20:40:02.744Z Compiling enum-as-inner v0.6.1
14842025-02-11T20:40:02.818Z Compiling futures-executor v0.3.31
14852025-02-11T20:40:02.873Z Compiling md-5 v0.10.6
14862025-02-11T20:40:03.151Z Compiling async-stream-impl v0.3.6
14872025-02-11T20:40:03.219Z Compiling rustls-pemfile v2.2.0
14882025-02-11T20:40:03.327Z Compiling num-integer v0.1.46
14892025-02-11T20:40:03.367Z Compiling hash32 v0.2.1
14902025-02-11T20:40:03.528Z Compiling ff v0.13.0
14912025-02-11T20:40:03.690Z Compiling is-terminal v0.4.13
14922025-02-11T20:40:03.724Z Compiling object v0.36.5
14932025-02-11T20:40:03.746Z Compiling dropshot v0.12.0
14942025-02-11T20:40:03.822Z Compiling quick-error v1.2.3
14952025-02-11T20:40:03.980Z Compiling take_mut v0.2.2
14962025-02-11T20:40:04.032Z Compiling fallible-iterator v0.2.0
14972025-02-11T20:40:04.064Z Compiling rustc-demangle v0.1.24
14982025-02-11T20:40:04.135Z Compiling psl-types v2.0.11
14992025-02-11T20:40:04.350Z Compiling anyhow v1.0.95
15002025-02-11T20:40:04.435Z Compiling utf-8 v0.7.6
15012025-02-11T20:40:04.637Z Compiling litrs v0.4.1
15022025-02-11T20:40:04.761Z Compiling portable-atomic v1.9.0
15032025-02-11T20:40:04.959Z Compiling linked-hash-map v0.5.6
15042025-02-11T20:40:04.980Z Compiling base16ct v0.2.0
15052025-02-11T20:40:05.305Z Compiling num-bigint-dig v0.8.4
15062025-02-11T20:40:05.320Z Compiling smoltcp v0.9.1
15072025-02-11T20:40:05.632Z Compiling lru-cache v0.1.2
15082025-02-11T20:40:05.726Z Compiling document-features v0.2.10
15092025-02-11T20:40:05.796Z Compiling sec1 v0.7.3
15102025-02-11T20:40:05.932Z Compiling tungstenite v0.24.0
15112025-02-11T20:40:06.217Z Compiling postgres-protocol v0.6.7
15122025-02-11T20:40:06.397Z Compiling async-stream v0.3.6
15132025-02-11T20:40:06.690Z Compiling publicsuffix v2.3.0
15142025-02-11T20:40:07.074Z Compiling resolv-conf v0.7.0
15152025-02-11T20:40:07.149Z Compiling num-iter v0.1.45
15162025-02-11T20:40:07.335Z Compiling slog-term v2.9.1
15172025-02-11T20:40:07.448Z Compiling usdt v0.5.0
15182025-02-11T20:40:07.777Z Compiling group v0.13.0
15192025-02-11T20:40:07.915Z Compiling hickory-proto v0.24.3
15202025-02-11T20:40:08.087Z Compiling futures v0.3.31
15212025-02-11T20:40:08.120Z Compiling toml v0.8.19
15222025-02-11T20:40:08.204Z Compiling slog-bunyan v2.5.0
15232025-02-11T20:40:08.583Z Compiling tokio-native-tls v0.3.1
15242025-02-11T20:40:09.619Z Compiling camino v1.1.9
15252025-02-11T20:40:09.974Z Compiling phf_shared v0.11.2
15262025-02-11T20:40:10.010Z Compiling dropshot_endpoint v0.12.0
15272025-02-11T20:40:10.336Z Compiling backtrace v0.3.74
15282025-02-11T20:40:10.472Z Compiling waitgroup v0.1.2
15292025-02-11T20:40:10.683Z Compiling terminal_size v0.4.0
15302025-02-11T20:40:10.707Z Compiling openapiv3 v2.0.0
15312025-02-11T20:40:10.766Z Compiling serde_path_to_error v0.1.16
15322025-02-11T20:40:10.908Z Compiling hkdf v0.12.4
15332025-02-11T20:40:11.195Z Compiling crypto-bigint v0.5.5
15342025-02-11T20:40:11.538Z Compiling zerocopy-derive v0.6.6
15352025-02-11T20:40:13.346Z Compiling curve25519-dalek-derive v0.1.1
15362025-02-11T20:40:13.483Z Compiling webpki-roots v0.26.6
15372025-02-11T20:40:13.568Z Compiling hubpack_derive v0.1.1
15382025-02-11T20:40:13.704Z Compiling hostname v0.4.0
15392025-02-11T20:40:13.932Z Compiling ahash v0.8.11
15402025-02-11T20:40:14.195Z Compiling fs-err v2.11.0
15412025-02-11T20:40:14.245Z Compiling crc32fast v1.4.2
15422025-02-11T20:40:14.382Z Compiling managed v0.8.0
15432025-02-11T20:40:14.472Z Compiling unicode-width v0.2.0
15442025-02-11T20:40:14.581Z Compiling debug-ignore v1.0.5
15452025-02-11T20:40:14.705Z Compiling bitflags v1.3.2
15462025-02-11T20:40:14.709Z Compiling winnow v0.5.40
15472025-02-11T20:40:14.741Z Compiling newtype-uuid v1.2.1
15482025-02-11T20:40:14.778Z Compiling clap_builder v4.5.27
15492025-02-11T20:40:14.998Z Compiling console v0.15.10
15502025-02-11T20:40:16.368Z Compiling flate2 v1.0.35
15512025-02-11T20:40:16.913Z Compiling strum_macros v0.25.3
15522025-02-11T20:40:16.952Z Compiling hubpack v0.1.2
15532025-02-11T20:40:17.142Z Compiling elliptic-curve v0.13.8
15542025-02-11T20:40:17.268Z Compiling zerocopy v0.6.6
15552025-02-11T20:40:17.370Z Compiling hickory-resolver v0.24.2
15562025-02-11T20:40:17.919Z Compiling toml_edit v0.19.15
15572025-02-11T20:40:18.168Z Compiling phf v0.11.2
15582025-02-11T20:40:18.442Z Compiling signal-hook-mio v0.2.4
15592025-02-11T20:40:18.636Z Compiling cookie_store v0.21.1
15602025-02-11T20:40:18.782Z Compiling rayon v1.10.0
15612025-02-11T20:40:20.122Z Compiling hyper-tls v0.6.0
15622025-02-11T20:40:20.532Z Compiling bzip2 v0.4.4
15632025-02-11T20:40:20.908Z Compiling postgres-types v0.2.8
15642025-02-11T20:40:22.201Z Compiling tokio-tungstenite v0.24.0
15652025-02-11T20:40:22.893Z Compiling ed25519 v2.2.3
15662025-02-11T20:40:22.911Z Compiling phf_shared v0.10.0
15672025-02-11T20:40:23.010Z Compiling tokio-stream v0.1.16
15682025-02-11T20:40:23.117Z Compiling pkcs1 v0.7.5
15692025-02-11T20:40:23.267Z Compiling serde-big-array v0.5.1
15702025-02-11T20:40:23.514Z Compiling clap_derive v4.5.24
15712025-02-11T20:40:23.905Z Compiling rfc6979 v0.4.0
15722025-02-11T20:40:23.954Z Compiling derive-where v1.2.7
15732025-02-11T20:40:24.017Z Compiling serde_repr v0.1.19
15742025-02-11T20:40:24.097Z Compiling bstr v1.10.0
15752025-02-11T20:40:24.694Z Compiling float-cmp v0.9.0
15762025-02-11T20:40:24.932Z Compiling sync_wrapper v1.0.1
15772025-02-11T20:40:25.109Z Compiling difflib v0.4.0
15782025-02-11T20:40:25.129Z Compiling fixedbitset v0.4.2
15792025-02-11T20:40:25.132Z Compiling static_assertions v1.1.0
15802025-02-11T20:40:25.254Z Compiling precomputed-hash v0.1.1
15812025-02-11T20:40:25.390Z Compiling new_debug_unreachable v1.0.6
15822025-02-11T20:40:25.497Z Compiling number_prefix v0.4.0
15832025-02-11T20:40:25.570Z Compiling unicode-segmentation v1.12.0
15842025-02-11T20:40:25.659Z Compiling normalize-line-endings v0.3.0
15852025-02-11T20:40:25.733Z Compiling predicates-core v1.0.8
15862025-02-11T20:40:25.794Z Compiling bit-vec v0.6.3
15872025-02-11T20:40:26.077Z Compiling whoami v1.5.2
15882025-02-11T20:40:26.223Z Compiling bit-set v0.5.3
15892025-02-11T20:40:26.451Z Compiling tokio-postgres v0.7.12
15902025-02-11T20:40:26.470Z Compiling similar v2.6.0
15912025-02-11T20:40:26.504Z Compiling predicates v3.1.2
15922025-02-11T20:40:26.643Z Compiling indicatif v0.17.11
15932025-02-11T20:40:27.128Z Compiling string_cache v0.8.7
15942025-02-11T20:40:27.564Z Compiling petgraph v0.6.5
15952025-02-11T20:40:27.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15962025-02-11T20:40:28.115Z Compiling clap v4.5.27
15972025-02-11T20:40:28.241Z Compiling ecdsa v0.16.9
15982025-02-11T20:40:28.499Z Compiling rsa v0.9.6
15992025-02-11T20:40:28.677Z Compiling ed25519-dalek v2.1.1
16002025-02-11T20:40:29.018Z Compiling toml v0.7.8
16012025-02-11T20:40:29.947Z Compiling zip v0.6.6
16022025-02-11T20:40:30.463Z Compiling crossterm v0.28.1
16032025-02-11T20:40:32.003Z Compiling hex v0.4.3
16042025-02-11T20:40:32.023Z Compiling x509-cert v0.2.5
16052025-02-11T20:40:32.049Z Compiling itertools v0.10.5
16062025-02-11T20:40:32.568Z Compiling unicode-xid v0.2.6
16072025-02-11T20:40:32.761Z Compiling peg-runtime v0.8.3
16082025-02-11T20:40:33.377Z Compiling lalrpop-util v0.19.12
16092025-02-11T20:40:33.731Z Compiling strum_macros v0.26.4
16102025-02-11T20:40:33.749Z Compiling xattr v1.3.1
16112025-02-11T20:40:34.008Z Compiling filetime v0.2.25
16122025-02-11T20:40:34.312Z Compiling tar v0.4.42
16132025-02-11T20:40:38.378Z Compiling strum v0.26.3
16142025-02-11T20:40:41.212Z Compiling aws-lc-sys v0.22.0
16152025-02-11T20:41:17.864Z Compiling rustls-webpki v0.102.8
16162025-02-11T20:41:20.980Z Compiling tokio-rustls v0.25.0
16172025-02-11T20:41:22.623Z Compiling tokio-rustls v0.26.0
16182025-02-11T20:41:22.959Z Compiling hyper-rustls v0.27.3
16192025-02-11T20:41:23.507Z Compiling reqwest v0.12.9
16202025-02-11T20:41:24.494Z Compiling qorb v0.2.1
16212025-02-11T20:41:27.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16222025-02-11T20:41:27.746Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16232025-02-11T20:41:32.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16242025-02-11T20:41:32.233Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16252025-02-11T20:41:32.276ZFeb 11 20:41:30.879 INFO Starting download, target: Cockroach
16262025-02-11T20:41:32.276ZFeb 11 20:41:30.879 INFO Starting download, target: Console
16272025-02-11T20:41:32.280ZFeb 11 20:41:30.879 INFO Starting download, target: Clickhouse
16282025-02-11T20:41:32.280ZFeb 11 20:41:30.879 INFO Starting download, target: DendriteOpenapi
16292025-02-11T20:41:32.280ZFeb 11 20:41:30.879 INFO Starting download, target: DendriteStub
16302025-02-11T20:41:32.280ZFeb 11 20:41:30.879 INFO Starting download, target: MaghemiteMgd
16312025-02-11T20:41:32.280ZFeb 11 20:41:30.879 INFO Starting download, target: TransceiverControl
16322025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/dpd-bec304c7a9abc1a130c93be003d285cd4ebe028e.json (attempt 1/3), target: DendriteOpenapi
16332025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16342025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16352025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16362025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16372025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16382025-02-11T20:41:32.280ZFeb 11 20:41:30.880 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16392025-02-11T20:41:32.468ZFeb 11 20:41:31.071 INFO Download complete, target: DendriteOpenapi
16402025-02-11T20:41:32.685ZFeb 11 20:41:31.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16412025-02-11T20:41:32.840ZFeb 11 20:41:31.416 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16422025-02-11T20:41:33.185ZFeb 11 20:41:31.787 INFO Download complete, target: Console
16432025-02-11T20:41:33.197ZFeb 11 20:41:31.787 INFO Download complete, target: TransceiverControl
16442025-02-11T20:41:33.225ZFeb 11 20:41:31.822 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16452025-02-11T20:41:33.526ZFeb 11 20:41:32.127 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16462025-02-11T20:41:33.945ZFeb 11 20:41:32.547 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16472025-02-11T20:41:33.945ZFeb 11 20:41:32.547 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16482025-02-11T20:41:34.379ZFeb 11 20:41:32.981 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16492025-02-11T20:41:36.125ZFeb 11 20:41:34.727 INFO Download complete, target: DendriteStub
16502025-02-11T20:41:36.456ZFeb 11 20:41:35.058 INFO Download complete, target: MaghemiteMgd
16512025-02-11T20:41:41.524ZFeb 11 20:41:40.127 INFO Checking that binary works, target: Cockroach
16522025-02-11T20:41:41.730ZFeb 11 20:41:40.332 INFO Download complete, target: Cockroach
16532025-02-11T20:41:47.014ZFeb 11 20:41:45.614 INFO Checking that binary works, target: Clickhouse
16542025-02-11T20:41:47.865ZFeb 11 20:41:46.466 INFO Download complete, target: Clickhouse
16552025-02-11T20:41:47.872ZAll prerequisites installed successfully
16562025-02-11T20:41:47.875Z
16572025-02-11T20:41:47.875Zreal 4:51.057946459
16582025-02-11T20:41:47.875Zuser 15:23.924371242
16592025-02-11T20:41:47.875Zsys 1:56.641519586
16602025-02-11T20:41:47.875Ztrap 0.500382060
16612025-02-11T20:41:47.875Ztflt 9.820066422
16622025-02-11T20:41:47.875Zdflt 7.786349599
16632025-02-11T20:41:47.875Zkflt 0.302223387
16642025-02-11T20:41:47.875Zlock 27:11.262805697
16652025-02-11T20:41:47.875Zslp 55:50.501450723
16662025-02-11T20:41:47.875Zlat 50.379344954
16672025-02-11T20:41:47.875Zstop 2:08.916781101
16682025-02-11T20:41:47.875Z+ source ./tools/include/force-git-over-https.sh
16692025-02-11T20:41:47.875Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16702025-02-11T20:41:47.875Z++ (( i = 0 ))
16712025-02-11T20:41:47.875Z++ (( i < 5 ))
16722025-02-11T20:41:47.875Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16732025-02-11T20:41:47.878Z++ (( i++ ))
16742025-02-11T20:41:47.878Z++ (( i < 5 ))
16752025-02-11T20:41:47.878Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16762025-02-11T20:41:47.881Z++ (( i++ ))
16772025-02-11T20:41:47.881Z++ (( i < 5 ))
16782025-02-11T20:41:47.881Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16792025-02-11T20:41:47.884Z++ (( i++ ))
16802025-02-11T20:41:47.884Z++ (( i < 5 ))
16812025-02-11T20:41:47.884Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16822025-02-11T20:41:47.886Z++ (( i++ ))
16832025-02-11T20:41:47.886Z++ (( i < 5 ))
16842025-02-11T20:41:47.886Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16852025-02-11T20:41:47.889Z++ (( i++ ))
16862025-02-11T20:41:47.889Z++ (( i < 5 ))
16872025-02-11T20:41:47.892Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16882025-02-11T20:41:47.892Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16892025-02-11T20:41:47.892Z+ rc=0
16902025-02-11T20:41:47.892Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16912025-02-11T20:42:19.401Z+ case $rc in
16922025-02-11T20:42:19.401Z+ pfexec zfs create -p rpool/images/build/host
16932025-02-11T20:42:19.640Z+ pfexec zfs create -p rpool/images/build/recovery
16942025-02-11T20:42:19.720Z+ cargo xtask releng --output-dir /work
16952025-02-11T20:42:20.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16962025-02-11T20:42:20.258Z Running `target/debug/xtask releng --output-dir /work`
16972025-02-11T20:42:21.136Z Compiling proc-macro2 v1.0.92
16982025-02-11T20:42:21.136Z Compiling unicode-ident v1.0.14
16992025-02-11T20:42:21.139Z Compiling libc v0.2.169
17002025-02-11T20:42:21.139Z Compiling serde v1.0.217
17012025-02-11T20:42:21.140Z Compiling autocfg v1.4.0
17022025-02-11T20:42:21.140Z Compiling version_check v0.9.5
17032025-02-11T20:42:21.140Z Compiling cfg-if v1.0.0
17042025-02-11T20:42:21.363Z Compiling memchr v2.7.4
17052025-02-11T20:42:21.493Z Compiling typenum v1.17.0
17062025-02-11T20:42:21.493Z Compiling shlex v1.3.0
17072025-02-11T20:42:21.918Z Compiling generic-array v0.14.7
17082025-02-11T20:42:22.000Z Compiling value-bag v1.9.0
17092025-02-11T20:42:22.059Z Compiling lock_api v0.4.12
17102025-02-11T20:42:22.245Z Compiling scopeguard v1.2.0
17112025-02-11T20:42:22.430Z Compiling log v0.4.22
17122025-02-11T20:42:22.517Z Compiling rustix v0.38.37
17132025-02-11T20:42:22.768Z Compiling parking_lot_core v0.9.10
17142025-02-11T20:42:23.147Z Compiling quote v1.0.38
17152025-02-11T20:42:23.150Z Compiling jobserver v0.1.32
17162025-02-11T20:42:23.186Z Compiling getrandom v0.2.15
17172025-02-11T20:42:23.294Z Compiling serde_json v1.0.135
17182025-02-11T20:42:23.474Z Compiling libm v0.2.8
17192025-02-11T20:42:23.501Z Compiling syn v2.0.96
17202025-02-11T20:42:23.596Z Compiling cc v1.1.30
17212025-02-11T20:42:23.635Z Compiling num-traits v0.2.19
17222025-02-11T20:42:23.705Z Compiling once_cell v1.20.2
17232025-02-11T20:42:23.728Z Compiling thiserror v1.0.69
17242025-02-11T20:42:23.798Z Compiling itoa v1.0.11
17252025-02-11T20:42:23.843Z Compiling aho-corasick v1.1.3
17262025-02-11T20:42:23.932Z Compiling regex-syntax v0.8.5
17272025-02-11T20:42:24.093Z Compiling spin v0.9.8
17282025-02-11T20:42:24.213Z Compiling slab v0.4.9
17292025-02-11T20:42:24.695Z Compiling errno v0.3.9
17302025-02-11T20:42:24.862Z Compiling byteorder v1.5.0
17312025-02-11T20:42:24.941Z Compiling either v1.13.0
17322025-02-11T20:42:25.294Z Compiling glob v0.3.2
17332025-02-11T20:42:25.451Z Compiling rand_core v0.6.4
17342025-02-11T20:42:26.006Z Compiling prettyplease v0.2.25
17352025-02-11T20:42:26.045Z Compiling subtle v2.6.1
17362025-02-11T20:42:26.067Z Compiling clang-sys v1.8.1
17372025-02-11T20:42:26.138Z Compiling lazy_static v1.5.0
17382025-02-11T20:42:26.317Z Compiling minimal-lexical v0.2.1
17392025-02-11T20:42:26.574Z Compiling libloading v0.8.5
17402025-02-11T20:42:26.692Z Compiling bindgen v0.69.5
17412025-02-11T20:42:26.820Z Compiling nom v7.1.3
17422025-02-11T20:42:26.886Z Compiling home v0.5.9
17432025-02-11T20:42:27.141Z Compiling itertools v0.12.1
17442025-02-11T20:42:27.480Z Compiling rustc-hash v1.1.0
17452025-02-11T20:42:27.677Z Compiling regex-automata v0.4.8
17462025-02-11T20:42:27.717Z Compiling smallvec v1.13.2
17472025-02-11T20:42:28.189Z Compiling lazycell v1.3.0
17482025-02-11T20:42:28.400Z Compiling cmake v0.1.51
17492025-02-11T20:42:29.609Z Compiling dunce v1.0.5
17502025-02-11T20:42:29.627Z Compiling pkg-config v0.3.31
17512025-02-11T20:42:29.739Z Compiling fs_extra v1.3.0
17522025-02-11T20:42:30.082Z Compiling cexpr v0.6.0
17532025-02-11T20:42:30.115Z Compiling semver v1.0.24
17542025-02-11T20:42:30.134Z Compiling ring v0.17.8
17552025-02-11T20:42:30.306Z Compiling paste v1.0.15
17562025-02-11T20:42:30.684Z Compiling synstructure v0.13.1
17572025-02-11T20:42:31.132Z Compiling ryu v1.0.18
17582025-02-11T20:42:31.594Z Compiling httparse v1.9.5
17592025-02-11T20:42:31.950Z Compiling aws-lc-rs v1.10.0
17602025-02-11T20:42:32.064Z Compiling const-oid v0.9.6
17612025-02-11T20:42:32.344Z Compiling pin-project-lite v0.2.14
17622025-02-11T20:42:32.504Z Compiling heck v0.5.0
17632025-02-11T20:42:32.548Z Compiling allocator-api2 v0.2.18
17642025-02-11T20:42:33.364Z Compiling regex v1.11.1
17652025-02-11T20:42:33.390Z Compiling futures-core v0.3.31
17662025-02-11T20:42:33.815Z Compiling signal-hook-registry v1.4.2
17672025-02-11T20:42:34.472Z Compiling num-conv v0.1.0
17682025-02-11T20:42:34.835Z Compiling time-core v0.1.2
17692025-02-11T20:42:34.858Z Compiling parking_lot v0.12.3
17702025-02-11T20:42:35.027Z Compiling time-macros v0.2.18
17712025-02-11T20:42:35.097Z Compiling mio v1.0.2
17722025-02-11T20:42:35.140Z Compiling vcpkg v0.2.15
17732025-02-11T20:42:35.181Z Compiling serde_derive v1.0.217
17742025-02-11T20:42:35.312Z Compiling zeroize_derive v1.4.2
17752025-02-11T20:42:36.579Z Compiling zerocopy-derive v0.7.35
17762025-02-11T20:42:36.838Z Compiling zeroize v1.8.1
17772025-02-11T20:42:36.861Z Compiling tokio-macros v2.5.0
17782025-02-11T20:42:37.084Z Compiling thiserror-impl v1.0.69
17792025-02-11T20:42:37.235Z Compiling zerofrom-derive v0.1.4
17802025-02-11T20:42:37.332Z Compiling yoke-derive v0.7.4
17812025-02-11T20:42:37.904Z Compiling zerovec-derive v0.10.3
17822025-02-11T20:42:37.978Z Compiling futures-macro v0.3.31
17832025-02-11T20:42:38.533Z Compiling displaydoc v0.2.5
17842025-02-11T20:42:39.839Z Compiling zerocopy v0.7.35
17852025-02-11T20:42:39.918Z Compiling icu_provider_macros v1.5.0
17862025-02-11T20:42:39.921Z Compiling crypto-common v0.1.6
17872025-02-11T20:42:40.248Z Compiling tracing-attributes v0.1.27
17882025-02-11T20:42:40.297Z Compiling block-buffer v0.10.4
17892025-02-11T20:42:40.530Z Compiling digest v0.10.7
17902025-02-11T20:42:40.560Z Compiling der_derive v0.7.3
17912025-02-11T20:42:40.985Z Compiling schemars v0.8.21
17922025-02-11T20:42:41.043Z Compiling crossbeam-utils v0.8.20
17932025-02-11T20:42:41.386Z Compiling openssl-sys v0.9.105
17942025-02-11T20:42:41.499Z Compiling serde_derive_internals v0.29.1
17952025-02-11T20:42:42.551Z Compiling socket2 v0.5.7
17962025-02-11T20:42:43.015Z Compiling fnv v1.0.7
17972025-02-11T20:42:43.595Z Compiling schemars_derive v0.8.21
17982025-02-11T20:42:44.305Z Compiling ahash v0.8.11
17992025-02-11T20:42:44.582Z Compiling futures-sink v0.3.31
18002025-02-11T20:42:44.747Z Compiling stable_deref_trait v1.2.0
18012025-02-11T20:42:45.065Z Compiling cpufeatures v0.2.14
18022025-02-11T20:42:45.206Z Compiling equivalent v1.0.1
18032025-02-11T20:42:45.318Z Compiling foldhash v0.1.3
18042025-02-11T20:42:45.657Z Compiling hashbrown v0.15.1
18052025-02-11T20:42:46.062Z Compiling slog v2.7.0
18062025-02-11T20:42:46.195Z Compiling zerofrom v0.1.4
18072025-02-11T20:42:46.529Z Compiling yoke v0.7.4
18082025-02-11T20:42:46.532Z Compiling futures-channel v0.3.31
18092025-02-11T20:42:46.993Z Compiling pin-utils v0.1.0
18102025-02-11T20:42:47.017Z Compiling openssl v0.10.70
18112025-02-11T20:42:47.070Z Compiling futures-io v0.3.31
18122025-02-11T20:42:47.129Z Compiling futures-task v0.3.31
18132025-02-11T20:42:47.395Z Compiling futures-util v0.3.31
18142025-02-11T20:42:47.429Z Compiling zerovec v0.10.4
18152025-02-11T20:42:47.488Z Compiling scroll_derive v0.12.0
18162025-02-11T20:42:47.508Z Compiling ucd-trie v0.1.7
18172025-02-11T20:42:47.801Z Compiling pest v2.7.14
18182025-02-11T20:42:48.025Z Compiling bitflags v2.6.0
18192025-02-11T20:42:48.432Z Compiling bytes v1.9.0
18202025-02-11T20:42:50.542Z Compiling tokio v1.43.0
18212025-02-11T20:42:50.827Z Compiling indexmap v2.7.1
18222025-02-11T20:42:51.701Z Compiling serde_tokenstream v0.2.2
18232025-02-11T20:42:52.109Z Compiling which v4.4.2
18242025-02-11T20:42:52.594Z Compiling http v1.2.0
18252025-02-11T20:42:52.635Z Compiling rustc_version v0.4.1
18262025-02-11T20:42:53.276Z Compiling uuid v1.12.0
18272025-02-11T20:42:54.065Z Compiling hmac v0.12.1
18282025-02-11T20:42:54.365Z Compiling openssl-macros v0.1.1
18292025-02-11T20:42:54.517Z Compiling native-tls v0.2.12
18302025-02-11T20:42:55.162Z Compiling rustls v0.23.19
18312025-02-11T20:42:55.193Z Compiling iana-time-zone v0.1.61
18322025-02-11T20:42:55.575Z Compiling chrono v0.4.39
18332025-02-11T20:42:55.578Z Compiling pest_meta v2.7.14
18342025-02-11T20:42:57.189Z Compiling tinystr v0.7.6
18352025-02-11T20:42:57.758Z Compiling block-padding v0.3.3
18362025-02-11T20:42:57.825Z Compiling writeable v0.5.5
18372025-02-11T20:42:58.131Z Compiling litemap v0.7.3
18382025-02-11T20:42:58.563Z Compiling icu_locid v1.5.0
18392025-02-11T20:42:58.950Z Compiling inout v0.1.3
18402025-02-11T20:42:59.126Z Compiling pest_generator v2.7.14
18412025-02-11T20:42:59.705Z Compiling cookie v0.18.1
18422025-02-11T20:43:01.092Z Compiling pest_derive v2.7.14
18432025-02-11T20:43:01.942Z Compiling icu_provider v1.5.0
18442025-02-11T20:43:03.822Z Compiling cipher v0.4.4
18452025-02-11T20:43:04.295Z Compiling sha2 v0.10.8
18462025-02-11T20:43:04.735Z Compiling async-trait v0.1.86
18472025-02-11T20:43:05.267Z Compiling tracing-core v0.1.32
18482025-02-11T20:43:05.520Z Compiling usdt-impl v0.5.0
18492025-02-11T20:43:05.693Z Compiling aws-lc-sys v0.22.0
18502025-02-11T20:43:05.931Z Compiling rustls-pki-types v1.10.0
18512025-02-11T20:43:06.385Z Compiling base64ct v1.6.0
18522025-02-11T20:43:06.963Z Compiling percent-encoding v2.3.1
18532025-02-11T20:43:07.032Z Compiling icu_locid_transform_data v1.5.0
18542025-02-11T20:43:07.170Z Compiling dyn-clone v1.0.17
18552025-02-11T20:43:07.511Z Compiling icu_locid_transform v1.5.0
18562025-02-11T20:43:07.570Z Compiling pem-rfc7468 v0.7.0
18572025-02-11T20:43:07.766Z Compiling tracing v0.1.40
18582025-02-11T20:43:09.719Z Compiling tokio-util v0.7.12
18592025-02-11T20:43:10.226Z Compiling icu_collections v1.5.0
18602025-02-11T20:43:10.799Z Compiling scroll v0.12.0
18612025-02-11T20:43:12.283Z Compiling ppv-lite86 v0.2.20
18622025-02-11T20:43:12.933Z Compiling plain v0.2.3
18632025-02-11T20:43:13.055Z Compiling untrusted v0.7.1
18642025-02-11T20:43:13.152Z Compiling mirai-annotations v1.12.0
18652025-02-11T20:43:13.214Z Compiling flagset v0.4.6
18662025-02-11T20:43:13.246Z Compiling powerfmt v0.2.0
18672025-02-11T20:43:13.329Z Compiling icu_properties_data v1.5.0
18682025-02-11T20:43:13.429Z Compiling camino v1.1.9
18692025-02-11T20:43:13.476Z Compiling untrusted v0.9.0
18702025-02-11T20:43:13.589Z Compiling syn v1.0.109
18712025-02-11T20:43:13.798Z Compiling deranged v0.3.11
18722025-02-11T20:43:14.051Z Compiling icu_properties v1.5.1
18732025-02-11T20:43:14.216Z Compiling der v0.7.9
18742025-02-11T20:43:17.291Z Compiling goblin v0.8.2
18752025-02-11T20:43:17.892Z Compiling rand_chacha v0.3.1
18762025-02-11T20:43:20.718Z Compiling litrs v0.4.1
18772025-02-11T20:43:21.352Z Compiling atomic-waker v1.1.2
18782025-02-11T20:43:21.543Z Compiling rustls v0.22.4
18792025-02-11T20:43:21.603Z Compiling icu_normalizer_data v1.5.0
18802025-02-11T20:43:21.741Z Compiling rayon-core v1.12.1
18812025-02-11T20:43:21.877Z Compiling utf16_iter v1.0.5
18822025-02-11T20:43:21.928Z Compiling pretty-hex v0.4.1
18832025-02-11T20:43:22.169Z Compiling write16 v1.0.0
18842025-02-11T20:43:22.209Z Compiling utf8_iter v1.0.4
18852025-02-11T20:43:22.263Z Compiling num_threads v0.1.7
18862025-02-11T20:43:22.319Z Compiling document-features v0.2.10
18872025-02-11T20:43:22.456Z Compiling icu_normalizer v1.5.0
18882025-02-11T20:43:22.669Z Compiling time v0.3.36
18892025-02-11T20:43:23.392Z Compiling dof v0.3.0
18902025-02-11T20:43:25.104Z Compiling rand v0.8.5
18912025-02-11T20:43:25.235Z Compiling spki v0.7.3
18922025-02-11T20:43:26.458Z Compiling form_urlencoded v1.2.1
18932025-02-11T20:43:27.047Z Compiling salsa20 v0.10.2
18942025-02-11T20:43:27.081Z Compiling dtrace-parser v0.2.0
18952025-02-11T20:43:27.376Z Compiling http-body v1.0.1
18962025-02-11T20:43:27.703Z Compiling pbkdf2 v0.12.2
18972025-02-11T20:43:28.315Z Compiling bzip2-sys v0.1.11+1.0.8
18982025-02-11T20:43:28.641Z Compiling thread-id v4.2.2
18992025-02-11T20:43:29.502Z Compiling try-lock v0.2.5
19002025-02-11T20:43:29.714Z Compiling want v0.3.1
19012025-02-11T20:43:33.089Z Compiling scrypt v0.11.0
19022025-02-11T20:43:33.123Z Compiling idna_adapter v1.2.0
19032025-02-11T20:43:33.200Z Compiling h2 v0.4.6
19042025-02-11T20:43:33.258Z Compiling cbc v0.1.2
19052025-02-11T20:43:33.434Z Compiling aes v0.8.4
19062025-02-11T20:43:33.938Z Compiling multer v3.1.0
19072025-02-11T20:43:34.004Z Compiling slog-async v2.8.0
19082025-02-11T20:43:34.659Z Compiling base64 v0.22.1
19092025-02-11T20:43:34.714Z Compiling tinyvec_macros v0.1.1
19102025-02-11T20:43:34.812Z Compiling httpdate v1.0.3
19112025-02-11T20:43:35.464Z Compiling tinyvec v1.8.0
19122025-02-11T20:43:35.952Z Compiling pkcs5 v0.7.1
19132025-02-11T20:43:37.506Z Compiling idna v1.0.3
19142025-02-11T20:43:41.825Z Compiling hyper v1.5.2
19152025-02-11T20:43:43.634Z Compiling heapless v0.7.17
19162025-02-11T20:43:44.083Z Compiling zerocopy-derive v0.6.6
19172025-02-11T20:43:44.746Z Compiling num-bigint-dig v0.8.4
19182025-02-11T20:43:45.094Z Compiling tower-service v0.3.3
19192025-02-11T20:43:45.539Z Compiling anyhow v1.0.95
19202025-02-11T20:43:45.575Z Compiling signal-hook v0.3.17
19212025-02-11T20:43:46.174Z Compiling hyper-util v0.1.10
19222025-02-11T20:43:49.052Z Compiling pkcs8 v0.10.2
19232025-02-11T20:43:49.814Z Compiling usdt-macro v0.5.0
19242025-02-11T20:43:51.010Z Compiling usdt-attr-macro v0.5.0
19252025-02-11T20:43:52.192Z Compiling async-stream-impl v0.3.6
19262025-02-11T20:43:52.664Z Compiling strsim v0.11.1
19272025-02-11T20:43:52.815Z Compiling foreign-types-shared v0.1.1
19282025-02-11T20:43:52.969Z Compiling rustversion v1.0.17
19292025-02-11T20:43:53.277Z Compiling foreign-types v0.3.2
19302025-02-11T20:43:54.113Z Compiling url v2.5.3
19312025-02-11T20:43:54.433Z Compiling http-body-util v0.1.2
19322025-02-11T20:43:55.373Z Compiling curve25519-dalek v4.1.3
19332025-02-11T20:43:55.723Z Compiling openapiv3 v2.0.0
19342025-02-11T20:43:55.872Z Compiling toml_datetime v0.6.8
19352025-02-11T20:43:56.379Z Compiling serde_spanned v0.6.8
19362025-02-11T20:43:56.592Z Compiling enum-as-inner v0.6.1
19372025-02-11T20:43:57.595Z Compiling dropshot v0.12.0
19382025-02-11T20:43:57.941Z Compiling encoding_rs v0.8.34
19392025-02-11T20:43:59.507Z Compiling smoltcp v0.9.1
19402025-02-11T20:44:00.039Z Compiling mime v0.3.17
19412025-02-11T20:44:00.713Z Compiling portable-atomic v1.9.0
19422025-02-11T20:44:00.811Z Compiling match_cfg v0.1.0
19432025-02-11T20:44:00.926Z Compiling heck v0.4.1
19442025-02-11T20:44:01.165Z Compiling newtype-uuid v1.2.1
19452025-02-11T20:44:01.317Z Compiling adler2 v2.0.0
19462025-02-11T20:44:01.527Z Compiling miniz_oxide v0.8.0
19472025-02-11T20:44:01.737Z Compiling hostname v0.3.1
19482025-02-11T20:44:12.667Z Compiling serde_urlencoded v0.7.1
19492025-02-11T20:44:12.749Z Compiling rustls-pemfile v2.2.0
19502025-02-11T20:44:13.270Z Compiling clap_derive v4.5.24
19512025-02-11T20:44:13.303Z Compiling dirs-sys-next v0.1.2
19522025-02-11T20:44:13.813Z Compiling siphasher v0.3.11
19532025-02-11T20:44:14.695Z Compiling data-encoding v2.6.0
19542025-02-11T20:44:16.281Z Compiling ipnet v2.10.1
19552025-02-11T20:44:18.152Z Compiling openssl-probe v0.1.5
19562025-02-11T20:44:19.364Z Compiling dirs-next v2.0.0
19572025-02-11T20:44:21.958Z Compiling rustls-webpki v0.102.8
19582025-02-11T20:44:22.436Z Compiling hubpack_derive v0.1.1
19592025-02-11T20:44:22.609Z Compiling unicode-normalization v0.1.24
19602025-02-11T20:44:23.101Z Compiling crossbeam-epoch v0.9.18
19612025-02-11T20:44:23.443Z Compiling dropshot_endpoint v0.12.0
19622025-02-11T20:44:23.959Z Compiling sha1 v0.10.6
19632025-02-11T20:44:24.090Z Compiling signature v2.2.0
19642025-02-11T20:44:24.379Z Compiling curve25519-dalek-derive v0.1.1
19652025-02-11T20:44:24.522Z Compiling thread_local v1.1.8
19662025-02-11T20:44:24.738Z Compiling fs-err v2.11.0
19672025-02-11T20:44:25.918Z Compiling unicode-properties v0.1.3
19682025-02-11T20:44:26.027Z Compiling anstyle v1.0.10
19692025-02-11T20:44:26.450Z Compiling unicode-bidi v0.3.17
19702025-02-11T20:44:27.034Z Compiling winnow v0.6.20
19712025-02-11T20:44:27.647Z Compiling psl-types v2.0.11
19722025-02-11T20:44:27.845Z Compiling utf8parse v0.2.2
19732025-02-11T20:44:27.907Z Compiling gimli v0.31.1
19742025-02-11T20:44:28.059Z Compiling anstyle-parse v0.2.5
19752025-02-11T20:44:28.194Z Compiling publicsuffix v2.3.0
19762025-02-11T20:44:28.516Z Compiling stringprep v0.1.5
19772025-02-11T20:44:29.080Z Compiling crossbeam-deque v0.8.5
19782025-02-11T20:44:30.522Z Compiling toml_edit v0.22.22
19792025-02-11T20:44:31.934Z Compiling term v0.7.0
19802025-02-11T20:44:32.487Z Compiling addr2line v0.24.2
19812025-02-11T20:44:33.081Z Compiling tokio-native-tls v0.3.1
19822025-02-11T20:44:33.144Z Compiling slog-json v2.6.1
19832025-02-11T20:44:33.682Z Compiling crossbeam-channel v0.5.13
19842025-02-11T20:44:35.053Z Compiling webpki-roots v0.26.6
19852025-02-11T20:44:35.255Z Compiling futures-executor v0.3.31
19862025-02-11T20:44:35.690Z Compiling num-integer v0.1.46
19872025-02-11T20:44:35.744Z Compiling md-5 v0.10.6
19882025-02-11T20:44:36.006Z Compiling ff v0.13.0
19892025-02-11T20:44:36.246Z Compiling hash32 v0.2.1
19902025-02-11T20:44:36.350Z Compiling memmap v0.7.0
19912025-02-11T20:44:36.609Z Compiling is-terminal v0.4.13
19922025-02-11T20:44:36.667Z Compiling object v0.36.5
19932025-02-11T20:44:36.764Z Compiling rustc-demangle v0.1.24
19942025-02-11T20:44:36.914Z Compiling quick-error v1.2.3
19952025-02-11T20:44:37.080Z Compiling is_terminal_polyfill v1.70.1
19962025-02-11T20:44:37.155Z Compiling base16ct v0.2.0
19972025-02-11T20:44:37.229Z Compiling linked-hash-map v0.5.6
19982025-02-11T20:44:37.454Z Compiling colorchoice v1.0.2
19992025-02-11T20:44:37.571Z Compiling fallible-iterator v0.2.0
20002025-02-11T20:44:37.590Z Compiling take_mut v0.2.2
20012025-02-11T20:44:37.624Z Compiling utf-8 v0.7.6
20022025-02-11T20:44:37.766Z Compiling anstyle-query v1.1.1
20032025-02-11T20:44:37.928Z Compiling anstream v0.6.15
20042025-02-11T20:44:37.931Z Compiling tungstenite v0.24.0
20052025-02-11T20:44:38.255Z Compiling postgres-protocol v0.6.7
20062025-02-11T20:44:39.333Z Compiling lru-cache v0.1.2
20072025-02-11T20:44:39.414Z Compiling sec1 v0.7.3
20082025-02-11T20:44:39.740Z Compiling resolv-conf v0.7.0
20092025-02-11T20:44:39.849Z Compiling slog-term v2.9.1
20102025-02-11T20:44:39.965Z Compiling usdt v0.5.0
20112025-02-11T20:44:40.412Z Compiling tokio-rustls v0.26.0
20122025-02-11T20:44:40.857Z Compiling group v0.13.0
20132025-02-11T20:44:40.890Z Compiling num-iter v0.1.45
20142025-02-11T20:44:41.340Z Compiling futures v0.3.31
20152025-02-11T20:44:41.596Z Compiling toml v0.8.19
20162025-02-11T20:44:42.156Z Compiling tokio-rustls v0.25.0
20172025-02-11T20:44:42.809Z Compiling slog-bunyan v2.5.0
20182025-02-11T20:44:42.832Z Compiling hyper-tls v0.6.0
20192025-02-11T20:44:42.986Z Compiling cookie_store v0.21.1
20202025-02-11T20:44:43.254Z Compiling backtrace v0.3.74
20212025-02-11T20:44:43.308Z Compiling hickory-proto v0.24.3
20222025-02-11T20:44:43.328Z Compiling phf_shared v0.11.2
20232025-02-11T20:44:43.552Z Compiling strum_macros v0.25.3
20242025-02-11T20:44:43.996Z Compiling async-stream v0.3.6
20252025-02-11T20:44:44.730Z Compiling waitgroup v0.1.2
20262025-02-11T20:44:45.188Z Compiling hashbrown v0.14.5
20272025-02-11T20:44:45.811Z Compiling hkdf v0.12.4
20282025-02-11T20:44:46.060Z Compiling terminal_size v0.4.0
20292025-02-11T20:44:46.381Z Compiling serde_path_to_error v0.1.16
20302025-02-11T20:44:46.891Z Compiling crypto-bigint v0.5.5
20312025-02-11T20:44:46.913Z Compiling derive-where v1.2.7
20322025-02-11T20:44:46.978Z Compiling serde_repr v0.1.19
20332025-02-11T20:44:47.103Z Compiling sync_wrapper v1.0.1
20342025-02-11T20:44:47.428Z Compiling hostname v0.4.0
20352025-02-11T20:44:47.450Z Compiling crc32fast v1.4.2
20362025-02-11T20:44:48.139Z Compiling managed v0.8.0
20372025-02-11T20:44:48.579Z Compiling unicode-width v0.2.0
20382025-02-11T20:44:48.609Z Compiling clap_lex v0.7.4
20392025-02-11T20:44:49.022Z Compiling bitflags v1.3.2
20402025-02-11T20:44:49.146Z Compiling debug-ignore v1.0.5
20412025-02-11T20:44:49.149Z Compiling winnow v0.5.40
20422025-02-11T20:44:49.847Z Compiling elliptic-curve v0.13.8
20432025-02-11T20:44:50.547Z Compiling console v0.15.10
20442025-02-11T20:44:51.285Z Compiling clap_builder v4.5.27
20452025-02-11T20:44:51.715Z Compiling hickory-resolver v0.24.2
20462025-02-11T20:44:52.478Z Compiling toml_edit v0.19.15
20472025-02-11T20:44:56.507Z Compiling flate2 v1.0.35
20482025-02-11T20:44:56.596Z Compiling regress v0.10.1
20492025-02-11T20:44:57.330Z Compiling hyper-rustls v0.27.3
20502025-02-11T20:44:58.647Z Compiling phf v0.11.2
20512025-02-11T20:44:59.326Z Compiling signal-hook-mio v0.2.4
20522025-02-11T20:44:59.517Z Compiling rayon v1.10.0
20532025-02-11T20:45:00.230Z Compiling bzip2 v0.4.4
20542025-02-11T20:45:00.340Z Compiling tokio-tungstenite v0.24.0
20552025-02-11T20:45:00.875Z Compiling postgres-types v0.2.8
20562025-02-11T20:45:01.125Z Compiling ed25519 v2.2.3
20572025-02-11T20:45:01.204Z Compiling hubpack v0.1.2
20582025-02-11T20:45:01.625Z Compiling phf_shared v0.10.0
20592025-02-11T20:45:02.090Z Compiling pkcs1 v0.7.5
20602025-02-11T20:45:03.322Z Compiling zerocopy v0.6.6
20612025-02-11T20:45:03.710Z Compiling tokio-stream v0.1.16
20622025-02-11T20:45:03.820Z Compiling rfc6979 v0.4.0
20632025-02-11T20:45:04.028Z Compiling serde-big-array v0.5.1
20642025-02-11T20:45:04.052Z Compiling float-cmp v0.9.0
20652025-02-11T20:45:04.444Z Compiling bstr v1.10.0
20662025-02-11T20:45:04.644Z Compiling whoami v1.5.2
20672025-02-11T20:45:05.025Z Compiling precomputed-hash v0.1.1
20682025-02-11T20:45:05.169Z Compiling bit-vec v0.6.3
20692025-02-11T20:45:05.365Z Compiling unicode-segmentation v1.12.0
20702025-02-11T20:45:05.577Z Compiling predicates-core v1.0.8
20712025-02-11T20:45:05.637Z Compiling normalize-line-endings v0.3.0
20722025-02-11T20:45:05.779Z Compiling number_prefix v0.4.0
20732025-02-11T20:45:06.016Z Compiling static_assertions v1.1.0
20742025-02-11T20:45:06.077Z Compiling difflib v0.4.0
20752025-02-11T20:45:06.136Z Compiling new_debug_unreachable v1.0.6
20762025-02-11T20:45:06.164Z Compiling fixedbitset v0.4.2
20772025-02-11T20:45:06.271Z Compiling string_cache v0.8.7
20782025-02-11T20:45:06.579Z Compiling predicates v3.1.2
20792025-02-11T20:45:06.678Z Compiling petgraph v0.6.5
20802025-02-11T20:45:07.207Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20812025-02-11T20:45:07.881Z Compiling similar v2.6.0
20822025-02-11T20:45:10.109Z Compiling indicatif v0.17.11
20832025-02-11T20:45:10.610Z Compiling reqwest v0.12.9
20842025-02-11T20:45:11.308Z Compiling bit-set v0.5.3
20852025-02-11T20:45:11.400Z Compiling tokio-postgres v0.7.12
20862025-02-11T20:45:11.871Z Compiling qorb v0.2.1
20872025-02-11T20:45:12.647Z Compiling ecdsa v0.16.9
20882025-02-11T20:45:13.345Z Compiling rsa v0.9.6
20892025-02-11T20:45:13.519Z Compiling ed25519-dalek v2.1.1
20902025-02-11T20:45:14.045Z Compiling zip v0.6.6
20912025-02-11T20:45:14.493Z Compiling typify-impl v0.2.0
20922025-02-11T20:45:14.759Z Compiling crossterm v0.28.1
20932025-02-11T20:45:15.261Z Compiling toml v0.7.8
20942025-02-11T20:45:16.589Z Compiling clap v4.5.27
20952025-02-11T20:45:17.943Z Compiling x509-cert v0.2.5
20962025-02-11T20:45:19.474Z Compiling hex v0.4.3
20972025-02-11T20:45:21.949Z Compiling itertools v0.10.5
20982025-02-11T20:45:22.280Z Compiling peg-runtime v0.8.3
20992025-02-11T20:45:24.684Z Compiling lalrpop-util v0.19.12
21002025-02-11T20:45:25.021Z Compiling unicode-xid v0.2.6
21012025-02-11T20:45:25.226Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21022025-02-11T20:45:25.542Z Compiling typify-macro v0.2.0
21032025-02-11T20:45:53.799Z Compiling radium v0.7.0
21042025-02-11T20:46:01.189Z Compiling tap v1.0.1
21052025-02-11T20:46:01.605Z Compiling ident_case v1.0.1
21062025-02-11T20:46:01.810Z Compiling maybe-uninit v2.0.0
21072025-02-11T20:46:02.387Z Compiling darling_core v0.20.10
21082025-02-11T20:46:04.585Z Compiling wyz v0.5.1
21092025-02-11T20:46:11.500Z Compiling typify v0.2.0
21102025-02-11T20:46:14.356Z Compiling funty v2.0.0
21112025-02-11T20:46:15.661Z Compiling packed_struct v0.10.1
21122025-02-11T20:46:16.092Z Compiling unsafe-libyaml v0.2.11
21132025-02-11T20:46:17.753Z Compiling serde_yaml v0.9.34+deprecated
21142025-02-11T20:46:21.485Z Compiling bitvec v1.0.1
21152025-02-11T20:46:29.246Z Compiling progenitor-impl v0.8.0
21162025-02-11T20:46:29.503Z Compiling darling_macro v0.20.10
21172025-02-11T20:46:33.089Z Compiling ipnetwork v0.20.0
21182025-02-11T20:46:33.930Z Compiling packed_struct_codegen v0.10.1
21192025-02-11T20:46:34.384Z Compiling structmeta-derive v0.3.0
21202025-02-11T20:46:35.309Z Compiling indexmap v1.9.3
21212025-02-11T20:46:35.639Z Compiling fastrand v2.1.1
21222025-02-11T20:46:36.315Z Compiling crc-catalog v2.4.0
21232025-02-11T20:46:36.549Z Compiling nodrop v0.1.14
21242025-02-11T20:46:36.693Z Compiling thiserror v2.0.11
21252025-02-11T20:46:36.784Z Compiling structmeta v0.3.0
21262025-02-11T20:46:36.821Z Compiling array-init v0.0.4
21272025-02-11T20:46:37.308Z Compiling crc v3.2.1
21282025-02-11T20:46:37.743Z Compiling tempfile v3.13.0
21292025-02-11T20:46:37.800Z Compiling progenitor-macro v0.8.0
21302025-02-11T20:46:37.849Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21312025-02-11T20:46:38.203Z Compiling darling v0.20.10
21322025-02-11T20:46:38.340Z Compiling smallvec v0.6.14
21332025-02-11T20:46:39.394Z Compiling progenitor-client v0.8.0
21342025-02-11T20:46:39.424Z Compiling xattr v1.3.1
21352025-02-11T20:46:39.770Z Compiling thiserror-impl v2.0.11
21362025-02-11T20:46:40.316Z Compiling pin-project-internal v1.1.6
21372025-02-11T20:46:41.579Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21382025-02-11T20:46:41.710Z Compiling filetime v0.2.25
21392025-02-11T20:46:42.076Z Compiling dropshot v0.15.1
21402025-02-11T20:46:42.398Z Compiling bitfield v0.14.0
21412025-02-11T20:46:42.606Z Compiling hashbrown v0.12.3
21422025-02-11T20:46:42.637Z Compiling same-file v1.0.6
21432025-02-11T20:46:42.685Z Compiling termcolor v1.4.1
21442025-02-11T20:46:42.809Z Compiling base64 v0.21.7
21452025-02-11T20:46:42.942Z Compiling walkdir v2.5.0
21462025-02-11T20:46:43.701Z Compiling ron v0.8.1
21472025-02-11T20:46:43.985Z Compiling env_logger v0.10.2
21482025-02-11T20:46:44.570Z Compiling pin-project v1.1.6
21492025-02-11T20:46:44.742Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21502025-02-11T20:46:44.954Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21512025-02-11T20:46:45.562Z Compiling tar v0.4.42
21522025-02-11T20:46:47.163Z Compiling serde-hex v0.1.0
21532025-02-11T20:46:48.715Z Compiling progenitor v0.8.0
21542025-02-11T20:46:48.951Z Compiling serde_with_macros v3.11.0
21552025-02-11T20:46:49.338Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21562025-02-11T20:46:49.673Z Compiling parse-display-derive v0.10.0
21572025-02-11T20:46:54.104Z Compiling strum_macros v0.26.4
21582025-02-11T20:46:54.139Z Compiling snafu-derive v0.8.5
21592025-02-11T20:46:54.139Z Compiling hashbrown v0.13.2
21602025-02-11T20:46:54.156Z Compiling dropshot_endpoint v0.15.1
21612025-02-11T20:46:54.156Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622025-02-11T20:46:54.156Z Compiling blake3 v1.5.4
21632025-02-11T20:46:54.768Z Compiling instant v0.1.13
21642025-02-11T20:46:54.964Z Compiling buf-list v1.0.3
21652025-02-11T20:46:55.454Z Compiling simd-adler32 v0.3.7
21662025-02-11T20:46:55.513Z Compiling lockfree-object-pool v0.1.6
21672025-02-11T20:46:55.690Z Compiling crc-any v2.5.0
21682025-02-11T20:46:55.802Z Compiling bumpalo v3.16.0
21692025-02-11T20:46:56.378Z Compiling zip v2.1.3
21702025-02-11T20:46:56.641Z Compiling zopfli v0.8.1
21712025-02-11T20:46:56.685Z Compiling snafu v0.8.5
21722025-02-11T20:46:56.819Z Compiling strum v0.26.3
21732025-02-11T20:46:57.049Z Compiling backoff v0.4.0
21742025-02-11T20:46:57.821Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752025-02-11T20:46:58.039Z Compiling object v0.30.4
21762025-02-11T20:46:58.060Z Compiling parse-display v0.10.0
21772025-02-11T20:46:58.707Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21782025-02-11T20:47:00.030Z Compiling serde_with v3.11.0
21792025-02-11T20:47:00.846Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21802025-02-11T20:47:02.403Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21812025-02-11T20:47:03.827Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21822025-02-11T20:47:04.525Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21832025-02-11T20:47:05.252Z Compiling camino-tempfile v1.1.1
21842025-02-11T20:47:06.060Z Compiling globset v0.4.15
21852025-02-11T20:47:07.583Z Compiling regress v0.9.1
21862025-02-11T20:47:09.932Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21872025-02-11T20:47:10.139Z Compiling progenitor-client v0.9.1
21882025-02-11T20:47:11.077Z Compiling olpc-cjson v0.1.4
21892025-02-11T20:47:11.439Z Compiling pem v3.0.4
21902025-02-11T20:47:12.870Z Compiling cargo-platform v0.1.8
21912025-02-11T20:47:13.212Z Compiling macaddr v1.0.1
21922025-02-11T20:47:13.257Z Compiling serde_plain v1.0.2
21932025-02-11T20:47:13.811Z Compiling async-recursion v1.1.1
21942025-02-11T20:47:13.846Z Compiling memmap2 v0.9.5
21952025-02-11T20:47:13.875Z Compiling path-slash v0.1.5
21962025-02-11T20:47:14.131Z Compiling typed-path v0.9.3
21972025-02-11T20:47:14.484Z Compiling constant_time_eq v0.3.1
21982025-02-11T20:47:14.692Z Compiling arrayvec v0.7.6
21992025-02-11T20:47:15.121Z Compiling arrayref v0.3.9
22002025-02-11T20:47:15.174Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22012025-02-11T20:47:15.576Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22022025-02-11T20:47:15.991Z Compiling cargo_metadata v0.18.1
22032025-02-11T20:47:17.835Z Compiling tough v0.19.0
22042025-02-11T20:47:20.611Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22052025-02-11T20:47:20.618Z Compiling itertools v0.13.0
22062025-02-11T20:47:20.909Z Compiling topological-sort v0.2.2
22072025-02-11T20:47:20.912Z Compiling parse-size v1.1.0
22082025-02-11T20:47:21.219Z Compiling omicron-zone-package v0.12.0
22092025-02-11T20:47:21.240Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22102025-02-11T20:47:24.010Z Compiling shell-words v1.1.0
22112025-02-11T20:47:27.885Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22122025-02-11T20:47:41.158Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22132025-02-11T20:47:56.380Z Finished `release` profile [optimized] target(s) in 5m 36s
22142025-02-11T20:47:56.545Z Running `target/release/omicron-releng --output-dir /work`
22152025-02-11T20:47:56.591ZFeb 11 20:47:55.152 DEBG changing working directory to /work/oxidecomputer/omicron
22162025-02-11T20:47:56.697ZFeb 11 20:47:55.259 DEBG running: git rev-parse HEAD
22172025-02-11T20:47:56.704ZFeb 11 20:47:55.266 DEBG process exited with exit status: 0 (6.762919ms)
22182025-02-11T20:47:56.704ZFeb 11 20:47:55.266 INFO version: 13.0.0-0.ci+git068d8dea4d2
22192025-02-11T20:47:56.744ZFeb 11 20:47:55.306 INFO cloning helios to /work/oxidecomputer/helios
22202025-02-11T20:47:56.744ZFeb 11 20:47:55.306 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22212025-02-11T20:47:56.749ZCloning into '/work/oxidecomputer/helios'...
22222025-02-11T20:47:57.277ZFeb 11 20:47:55.838 DEBG process exited with exit status: 0 (532.434598ms)
22232025-02-11T20:47:57.277ZFeb 11 20:47:55.838 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22242025-02-11T20:47:58.157ZFeb 11 20:47:56.718 DEBG process exited with exit status: 0 (879.954756ms)
22252025-02-11T20:47:58.157ZFeb 11 20:47:56.718 DEBG running: zfs list rpool/images/build/host
22262025-02-11T20:47:58.163ZNAME USED AVAIL REFER MOUNTPOINT
22272025-02-11T20:47:58.164Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22282025-02-11T20:47:58.166ZFeb 11 20:47:56.726 DEBG process exited with exit status: 0 (7.269335ms)
22292025-02-11T20:47:58.166ZFeb 11 20:47:56.726 DEBG running: zfs list rpool/images/build/recovery
22302025-02-11T20:47:58.170ZNAME USED AVAIL REFER MOUNTPOINT
22312025-02-11T20:47:58.170Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22322025-02-11T20:47:58.172ZFeb 11 20:47:56.732 DEBG process exited with exit status: 0 (6.19072ms)
22332025-02-11T20:47:58.172ZFeb 11 20:47:56.732 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22342025-02-11T20:47:58.178Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22352025-02-11T20:47:58.178Z# branch.head master
22362025-02-11T20:47:58.178Z# branch.upstream origin/master
22372025-02-11T20:47:58.178Z# branch.ab +0 -0
22382025-02-11T20:47:58.181ZFeb 11 20:47:56.740 DEBG process exited with exit status: 0 (8.057375ms)
22392025-02-11T20:47:58.181ZFeb 11 20:47:56.741 INFO [hubris-staging] running task
22402025-02-11T20:47:58.181ZFeb 11 20:47:56.741 INFO [hubris-production] running task
22412025-02-11T20:47:58.181ZFeb 11 20:47:56.742 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22422025-02-11T20:47:58.184ZFeb 11 20:47:56.745 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22432025-02-11T20:47:58.251Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22442025-02-11T20:47:58.651Z[ omicron-package] Blocking waiting for file lock on package cache
22452025-02-11T20:47:59.090Z[ omicron-package] Blocking waiting for file lock on package cache
22462025-02-11T20:47:59.373Z[ omicron-package] Blocking waiting for file lock on package cache
22472025-02-11T20:47:59.986ZFeb 11 20:47:58.547 INFO [hubris-production] task succeeded (1.805730172s)
22482025-02-11T20:48:00.177Z[ omicron-package] Compiling zerocopy v0.8.10
22492025-02-11T20:48:00.180Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22502025-02-11T20:48:00.180Z[ omicron-package] Compiling itertools v0.13.0
22512025-02-11T20:48:00.180Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22522025-02-11T20:48:00.180Z[ omicron-package] Compiling heapless v0.8.0
22532025-02-11T20:48:00.180Z[ omicron-package] Compiling hash32 v0.3.1
22542025-02-11T20:48:00.180Z[ omicron-package] Compiling smoltcp v0.11.0
22552025-02-11T20:48:00.180Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22562025-02-11T20:48:01.298Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22572025-02-11T20:48:01.402Z[ omicron-package] Compiling num_enum_derive v0.5.11
22582025-02-11T20:48:01.783Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22592025-02-11T20:48:02.195Z[ omicron-package] Compiling cobs v0.2.3
22602025-02-11T20:48:02.581Z[ omicron-package] Compiling postcard v1.0.10
22612025-02-11T20:48:03.118Z[ omicron-package] Compiling proc-macro-error v1.0.4
22622025-02-11T20:48:03.121Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632025-02-11T20:48:03.121Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22642025-02-11T20:48:04.025Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652025-02-11T20:48:04.093Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22662025-02-11T20:48:04.152Z[ omicron-package] Compiling unicode-width v0.1.14
22672025-02-11T20:48:05.047Z[ omicron-package] Compiling tabwriter v1.4.0
22682025-02-11T20:48:05.780Z[ omicron-package] Compiling foreign-types v0.5.0
22692025-02-11T20:48:05.865Z[ omicron-package] Compiling num_enum v0.5.11
22702025-02-11T20:48:06.074Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22712025-02-11T20:48:06.154Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22722025-02-11T20:48:06.256Z[ omicron-package] Compiling cstr-argument v0.1.2
22732025-02-11T20:48:06.462Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22742025-02-11T20:48:06.853Z[ omicron-package] Compiling pretty-hex v0.2.1
22752025-02-11T20:48:06.992Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22762025-02-11T20:48:07.137Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22772025-02-11T20:48:07.601Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22782025-02-11T20:48:07.878Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22792025-02-11T20:48:08.206Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802025-02-11T20:48:08.416Z[ omicron-package] Compiling colored v2.1.0
22812025-02-11T20:48:08.604Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22822025-02-11T20:48:09.088Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22832025-02-11T20:48:09.450Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22842025-02-11T20:48:09.867Z[ omicron-package] Compiling sigpipe v0.1.3
22852025-02-11T20:48:10.140Z[ omicron-package] Compiling num-derive v0.4.2
22862025-02-11T20:48:10.638Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22872025-02-11T20:48:10.730Z[ omicron-package] Compiling libefi-sys v0.1.0
22882025-02-11T20:48:11.497Z[ omicron-package] Compiling zone v0.3.0
22892025-02-11T20:48:11.533Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22902025-02-11T20:48:11.595Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22912025-02-11T20:48:11.649Z[ omicron-package] Compiling smf v0.2.3
22922025-02-11T20:48:12.676Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22932025-02-11T20:48:13.201Z[ omicron-package] Compiling bitfield-struct v0.6.2
22942025-02-11T20:48:13.946Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22952025-02-11T20:48:15.415Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22962025-02-11T20:48:15.988Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972025-02-11T20:48:16.313Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22982025-02-11T20:48:16.538Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22992025-02-11T20:48:16.587Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23002025-02-11T20:48:16.907Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012025-02-11T20:48:17.007Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23022025-02-11T20:48:17.132Z[ omicron-package] Compiling gethostname v0.5.0
23032025-02-11T20:48:17.163Z[ omicron-package] Compiling indent_write v2.2.0
23042025-02-11T20:48:19.543Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-02-11T20:48:20.871Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23062025-02-11T20:48:22.237Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072025-02-11T20:48:25.030Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23082025-02-11T20:48:25.566Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23092025-02-11T20:48:27.426Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23102025-02-11T20:48:28.345ZFeb 11 20:48:26.903 INFO [hubris-staging] task succeeded (30.1618469s)
23112025-02-11T20:48:36.684Z[ helios-setup] Feb 11 20:48:35.241 INFO helios repository root is: /work/oxidecomputer/helios
23122025-02-11T20:48:36.686Z[ helios-setup] Feb 11 20:48:35.243 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
23132025-02-11T20:48:36.686Z[ helios-setup] Feb 11 20:48:35.243 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23142025-02-11T20:48:36.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23152025-02-11T20:48:37.508Z[ helios-setup] Feb 11 20:48:36.065 INFO clone ok!, project: pinprick
23162025-02-11T20:48:37.510Z[ helios-setup] Feb 11 20:48:36.065 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23172025-02-11T20:48:37.511Z[ helios-setup] Feb 11 20:48:36.065 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23182025-02-11T20:48:37.511Z[ helios-setup] Feb 11 20:48:36.065 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
23192025-02-11T20:48:37.511Z[ helios-setup] Feb 11 20:48:36.065 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23202025-02-11T20:48:37.513Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23212025-02-11T20:48:38.266Z[ helios-setup] Feb 11 20:48:36.823 INFO clone ok!, project: image-builder
23222025-02-11T20:48:38.269Z[ helios-setup] Feb 11 20:48:36.824 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
23232025-02-11T20:48:38.269Z[ helios-setup] Feb 11 20:48:36.824 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23242025-02-11T20:48:38.272Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23252025-02-11T20:48:39.465Z[ helios-setup] Feb 11 20:48:38.022 INFO clone ok!, project: chelsio-t6-roms
23262025-02-11T20:48:39.468Z[ helios-setup] Feb 11 20:48:38.022 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23272025-02-11T20:48:39.468Z[ helios-setup] Feb 11 20:48:38.022 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
23282025-02-11T20:48:39.468Z[ helios-setup] Feb 11 20:48:38.022 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23292025-02-11T20:48:39.471Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23302025-02-11T20:48:45.217Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.02s
23312025-02-11T20:48:45.481Z[ omicron-package]
23322025-02-11T20:48:45.481Z[ omicron-package] real 47.243473015
23332025-02-11T20:48:45.481Z[ omicron-package] user 2:59.295308592
23342025-02-11T20:48:45.484Z[ omicron-package] sys 18.014464456
23352025-02-11T20:48:45.484Z[ omicron-package] trap 0.337518800
23362025-02-11T20:48:45.484Z[ omicron-package] tflt 0.379980716
23372025-02-11T20:48:45.484Z[ omicron-package] dflt 0.507314012
23382025-02-11T20:48:45.484Z[ omicron-package] kflt 0.000016517
23392025-02-11T20:48:45.484Z[ omicron-package] lock 5:34.456264931
23402025-02-11T20:48:45.484Z[ omicron-package] slp 9:11.631622043
23412025-02-11T20:48:45.484Z[ omicron-package] lat 1:37.473929137
23422025-02-11T20:48:45.484Z[ omicron-package] stop 1:03.098247665
23432025-02-11T20:48:45.484ZFeb 11 20:48:44.038 INFO [omicron-package] process exited with exit status: 0 (47.292940622s)
23442025-02-11T20:48:45.484ZFeb 11 20:48:44.038 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23452025-02-11T20:48:45.564ZFeb 11 20:48:44.120 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23462025-02-11T20:48:45.577Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23472025-02-11T20:48:45.579Z[ host-target] Created new build target 'host' and set it as active
23482025-02-11T20:48:45.579ZFeb 11 20:48:44.136 INFO [host-target] process exited with exit status: 0 (97.521422ms)
23492025-02-11T20:48:45.583ZFeb 11 20:48:44.136 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23502025-02-11T20:48:45.587Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23512025-02-11T20:48:45.590Z[ recovery-target] Created new build target 'recovery' and set it as active
23522025-02-11T20:48:45.591ZFeb 11 20:48:44.146 INFO [recovery-target] process exited with exit status: 0 (26.36199ms)
23532025-02-11T20:48:45.598Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23542025-02-11T20:48:45.625Z[ helios-setup] Feb 11 20:48:44.181 INFO clone ok!, project: amd-firmware
23552025-02-11T20:48:45.627Z[ helios-setup] Feb 11 20:48:44.182 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
23562025-02-11T20:48:45.628Z[ helios-setup] Feb 11 20:48:44.182 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23572025-02-11T20:48:45.630Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23582025-02-11T20:48:46.109Z[ helios-setup] Feb 11 20:48:44.665 INFO clone ok!, project: phbl
23592025-02-11T20:48:46.112Z[ helios-setup] Feb 11 20:48:44.665 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
23602025-02-11T20:48:46.112Z[ helios-setup] Feb 11 20:48:44.665 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23612025-02-11T20:48:46.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23622025-02-11T20:48:46.630Z[ helios-setup] Feb 11 20:48:45.186 INFO clone ok!, project: bootserver
23632025-02-11T20:48:46.630Z[ helios-setup] Feb 11 20:48:45.186 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
23642025-02-11T20:48:46.633Z[ helios-setup] Feb 11 20:48:45.186 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23652025-02-11T20:48:46.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23662025-02-11T20:48:46.765Z[ host-package] Compiling thiserror v2.0.11
23672025-02-11T20:48:46.904Z[ host-package] Compiling typify-impl v0.3.0
23682025-02-11T20:48:46.916Z[ host-package] Compiling convert_case v0.4.0
23692025-02-11T20:48:46.919Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23702025-02-11T20:48:46.919Z[ host-package] Compiling newline-converter v0.3.0
23712025-02-11T20:48:46.928Z[ host-package] Compiling password-hash v0.5.0
23722025-02-11T20:48:46.931Z[ host-package] Compiling blake2 v0.10.6
23732025-02-11T20:48:46.933Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23742025-02-11T20:48:47.149Z[ host-package] Compiling expectorate v1.1.0
23752025-02-11T20:48:47.286Z[ host-package] Compiling atomicwrites v0.4.4
23762025-02-11T20:48:47.435Z[ host-package] Compiling owo-colors v4.1.0
23772025-02-11T20:48:47.630Z[ helios-setup] Feb 11 20:48:46.186 INFO clone ok!, project: pilot
23782025-02-11T20:48:47.633Z[ helios-setup] Feb 11 20:48:46.186 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
23792025-02-11T20:48:47.633Z[ helios-setup] Feb 11 20:48:46.186 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
23802025-02-11T20:48:47.636Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23812025-02-11T20:48:47.639Z[ host-package] Compiling derive_more v0.99.18
23822025-02-11T20:48:47.767Z[ host-package] Compiling argon2 v0.5.3
23832025-02-11T20:48:47.823Z[ host-package] Compiling cancel-safe-futures v0.1.5
23842025-02-11T20:48:48.199Z[ host-package] Compiling num-rational v0.4.2
23852025-02-11T20:48:48.220Z[ host-package] Compiling progenitor-client v0.9.1
23862025-02-11T20:48:48.336Z[ host-package] Compiling num-complex v0.4.6
23872025-02-11T20:48:48.835Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882025-02-11T20:48:48.859Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23892025-02-11T20:48:48.889Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23902025-02-11T20:48:49.433Z[ host-package] Compiling num v0.4.3
23912025-02-11T20:48:49.564Z[ host-package] Compiling libsw v3.3.1
23922025-02-11T20:48:49.967Z[ host-package] Compiling swrite v0.1.0
23932025-02-11T20:48:50.156Z[ host-package] Compiling linear-map v1.2.0
23942025-02-11T20:48:50.250Z[ host-package] Compiling float-ord v0.3.2
23952025-02-11T20:48:50.275Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23962025-02-11T20:48:50.477Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23972025-02-11T20:48:50.597Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23982025-02-11T20:48:50.884Z[ host-package] Compiling highway v1.2.0
23992025-02-11T20:48:51.702Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24002025-02-11T20:48:52.423Z[ host-package] Compiling semver v0.1.20
24012025-02-11T20:48:52.974Z[ host-package] Compiling rustc_version v0.1.7
24022025-02-11T20:48:53.388Z[ host-package] Compiling newtype_derive v0.1.6
24032025-02-11T20:48:53.719Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24042025-02-11T20:48:53.745Z[ host-package] Compiling tungstenite v0.21.0
24052025-02-11T20:48:57.465Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
24062025-02-11T20:48:57.479Z[ helios-setup] Feb 11 20:48:56.034 INFO clone ok!, project: amd-host-image-builder
24072025-02-11T20:48:57.482Z[ helios-setup] Feb 11 20:48:56.035 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24082025-02-11T20:48:58.238Z[ helios-setup] Feb 11 20:48:56.792 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24092025-02-11T20:48:58.361Z[ host-package] Compiling typify-macro v0.3.0
24102025-02-11T20:48:58.433Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24112025-02-11T20:48:58.770Z[ helios-setup] Feb 11 20:48:57.324 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24122025-02-11T20:48:58.772Z[ helios-setup] Feb 11 20:48:57.324 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24132025-02-11T20:48:59.173Z[ host-package] Compiling ipnetwork v0.20.0
24142025-02-11T20:48:59.276Z[ helios-setup] Feb 11 20:48:57.830 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24152025-02-11T20:48:59.807Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24162025-02-11T20:48:59.929Z[ helios-setup] Feb 11 20:48:58.483 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24172025-02-11T20:48:59.932Z[ helios-setup] Feb 11 20:48:58.483 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24182025-02-11T20:49:00.150Z[ host-package] Compiling tokio-tungstenite v0.21.0
24192025-02-11T20:49:00.310Z[ host-package] Compiling progenitor-client v0.8.0
24202025-02-11T20:49:00.455Z[ helios-setup] Feb 11 20:48:59.010 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24212025-02-11T20:49:00.620Z[ host-package] Compiling humantime v2.1.0
24222025-02-11T20:49:00.868Z[ host-package] Compiling progenitor v0.8.0
24232025-02-11T20:49:00.979Z[ helios-setup] Feb 11 20:48:59.532 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24242025-02-11T20:49:00.979Z[ helios-setup] Feb 11 20:48:59.532 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24252025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24262025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO ok!
24272025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24282025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24292025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO ok!
24302025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24312025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24322025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO ok!
24332025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24342025-02-11T20:49:00.982Z[ helios-setup] Feb 11 20:48:59.532 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24352025-02-11T20:49:01.110Z[ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24362025-02-11T20:49:01.145Z[ host-package] Compiling dropshot v0.15.1
24372025-02-11T20:49:01.230Z[ helios-setup] Feb 11 20:48:59.784 INFO E| Downloading crates ...
24382025-02-11T20:49:01.284Z[ host-package] Compiling instant v0.1.13
24392025-02-11T20:49:01.403Z[ helios-setup] Feb 11 20:48:59.956 INFO E| Downloaded miniz_oxide v0.7.2
24402025-02-11T20:49:01.456Z[ helios-setup] Feb 11 20:49:00.011 INFO E| Compiling adler v1.0.2
24412025-02-11T20:49:01.491Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24422025-02-11T20:49:01.494Z[ host-package] Compiling backoff v0.4.0
24432025-02-11T20:49:01.597Z[ helios-setup] Feb 11 20:49:00.152 INFO E| Compiling miniz_oxide v0.7.2
24442025-02-11T20:49:02.069Z[ host-package] Compiling steno v0.4.1
24452025-02-11T20:49:02.157Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24462025-02-11T20:49:02.293Z[ host-package] Compiling typify v0.3.0
24472025-02-11T20:49:02.490Z[ host-package] Compiling progenitor-impl v0.9.1
24482025-02-11T20:49:04.122Z[ helios-setup] Feb 11 20:49:02.677 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24492025-02-11T20:49:05.071Z[ helios-setup] Feb 11 20:49:03.625 INFO E| Finished `release` profile [optimized] target(s) in 3.98s
24502025-02-11T20:49:05.082Z[ helios-setup] Feb 11 20:49:03.636 INFO building project "pinprick" ok (4 seconds)
24512025-02-11T20:49:05.082Z[ helios-setup] Feb 11 20:49:03.636 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24522025-02-11T20:49:05.082Z[ helios-setup] Feb 11 20:49:03.636 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24532025-02-11T20:49:05.338Z[ helios-setup] Feb 11 20:49:03.891 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24542025-02-11T20:49:05.781Z[ helios-setup] Feb 11 20:49:04.335 INFO E| From https://github.com/jclulow/rust-jmclib
24552025-02-11T20:49:05.782Z[ helios-setup] Feb 11 20:49:04.336 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24562025-02-11T20:49:05.800Z[ helios-setup] Feb 11 20:49:04.354 INFO E| Updating crates.io index
24572025-02-11T20:49:06.004Z[ helios-setup] Feb 11 20:49:04.558 INFO E| Downloading crates ...
24582025-02-11T20:49:06.087Z[ helios-setup] Feb 11 20:49:04.641 INFO E| Downloaded digest v0.9.0
24592025-02-11T20:49:06.092Z[ helios-setup] Feb 11 20:49:04.646 INFO E| Downloaded md-5 v0.9.1
24602025-02-11T20:49:06.095Z[ helios-setup] Feb 11 20:49:04.649 INFO E| Downloaded block-buffer v0.9.0
24612025-02-11T20:49:06.098Z[ helios-setup] Feb 11 20:49:04.652 INFO E| Downloaded fastrand v2.0.0
24622025-02-11T20:49:06.101Z[ helios-setup] Feb 11 20:49:04.654 INFO E| Downloaded cpufeatures v0.2.9
24632025-02-11T20:49:06.103Z[ helios-setup] Feb 11 20:49:04.656 INFO E| Downloaded opaque-debug v0.3.0
24642025-02-11T20:49:06.103Z[ helios-setup] Feb 11 20:49:04.658 INFO E| Downloaded quote v1.0.31
24652025-02-11T20:49:06.110Z[ helios-setup] Feb 11 20:49:04.664 INFO E| Downloaded libdevinfo-sys v1.0.0
24662025-02-11T20:49:06.119Z[ helios-setup] Feb 11 20:49:04.673 INFO E| Downloaded itoa v1.0.9
24672025-02-11T20:49:06.122Z[ helios-setup] Feb 11 20:49:04.675 INFO E| Downloaded glob v0.3.1
24682025-02-11T20:49:06.124Z[ helios-setup] Feb 11 20:49:04.678 INFO E| Downloaded errno v0.3.1
24692025-02-11T20:49:06.127Z[ helios-setup] Feb 11 20:49:04.682 INFO E| Downloaded walkdir v2.3.3
24702025-02-11T20:49:06.132Z[ helios-setup] Feb 11 20:49:04.686 INFO E| Downloaded unicode-width v0.1.10
24712025-02-11T20:49:06.141Z[ helios-setup] Feb 11 20:49:04.695 INFO E| Downloaded getrandom v0.2.10
24722025-02-11T20:49:06.145Z[ helios-setup] Feb 11 20:49:04.699 INFO E| Downloaded sha-1 v0.9.8
24732025-02-11T20:49:06.147Z[ helios-setup] Feb 11 20:49:04.701 INFO E| Downloaded once_cell v1.18.0
24742025-02-11T20:49:06.150Z[ helios-setup] Feb 11 20:49:04.705 INFO E| Downloaded uuid v0.8.2
24752025-02-11T20:49:06.156Z[ helios-setup] Feb 11 20:49:04.709 INFO E| Downloaded unicode-ident v1.0.11
24762025-02-11T20:49:06.181Z[ helios-setup] Feb 11 20:49:04.735 INFO E| Downloaded toml v0.5.11
24772025-02-11T20:49:06.186Z[ helios-setup] Feb 11 20:49:04.740 INFO E| Downloaded serde_derive v1.0.193
24782025-02-11T20:49:06.190Z[ helios-setup] Feb 11 20:49:04.744 INFO E| Downloaded serde v1.0.193
24792025-02-11T20:49:06.196Z[ helios-setup] Feb 11 20:49:04.750 INFO E| Downloaded ryu v1.0.15
24802025-02-11T20:49:06.202Z[ helios-setup] Feb 11 20:49:04.756 INFO E| Downloaded proc-macro2 v1.0.66
24812025-02-11T20:49:06.211Z[ helios-setup] Feb 11 20:49:04.765 INFO E| Downloaded typenum v1.16.0
24822025-02-11T20:49:06.216Z[ helios-setup] Feb 11 20:49:04.769 INFO E| Downloaded tempfile v3.7.0
24832025-02-11T20:49:06.219Z[ helios-setup] Feb 11 20:49:04.773 INFO E| Downloaded anyhow v1.0.72
24842025-02-11T20:49:06.227Z[ helios-setup] Feb 11 20:49:04.780 INFO E| Downloaded bitflags v2.3.3
24852025-02-11T20:49:06.230Z[ helios-setup] Feb 11 20:49:04.784 INFO E| Downloaded serde_json v1.0.103
24862025-02-11T20:49:06.242Z[ helios-setup] Feb 11 20:49:04.796 INFO E| Downloaded syn v2.0.32
24872025-02-11T20:49:06.257Z[ helios-setup] Feb 11 20:49:04.811 INFO E| Downloaded rustix v0.38.4
24882025-02-11T20:49:06.314Z[ helios-setup] Feb 11 20:49:04.867 INFO E| Downloaded libc v0.2.147
24892025-02-11T20:49:06.457Z[ helios-setup] Feb 11 20:49:05.010 INFO E| Compiling libc v0.2.147
24902025-02-11T20:49:06.463Z[ helios-setup] Feb 11 20:49:05.017 INFO E| Compiling proc-macro2 v1.0.66
24912025-02-11T20:49:06.466Z[ helios-setup] Feb 11 20:49:05.018 INFO E| Compiling unicode-ident v1.0.11
24922025-02-11T20:49:06.614Z[ helios-setup] Feb 11 20:49:05.168 INFO E| Compiling cfg-if v1.0.0
24932025-02-11T20:49:06.617Z[ helios-setup] Feb 11 20:49:05.169 INFO E| Compiling version_check v0.9.4
24942025-02-11T20:49:06.618Z[ helios-setup] Feb 11 20:49:05.169 INFO E| Compiling typenum v1.16.0
24952025-02-11T20:49:06.618Z[ helios-setup] Feb 11 20:49:05.169 INFO E| Compiling serde v1.0.193
24962025-02-11T20:49:06.618Z[ helios-setup] Feb 11 20:49:05.169 INFO E| Compiling time-core v0.1.2
24972025-02-11T20:49:07.108Z[ helios-setup] Feb 11 20:49:05.661 INFO E| Compiling slog v2.7.0
24982025-02-11T20:49:07.108Z[ helios-setup] Feb 11 20:49:05.661 INFO E| Compiling rustix v0.38.4
24992025-02-11T20:49:07.493Z[ helios-setup] Feb 11 20:49:06.047 INFO E| Compiling powerfmt v0.2.0
25002025-02-11T20:49:08.112Z[ helios-setup] Feb 11 20:49:06.666 INFO E| Compiling num-conv v0.1.0
25012025-02-11T20:49:08.308Z[ helios-setup] Feb 11 20:49:06.861 INFO E| Compiling generic-array v0.14.7
25022025-02-11T20:49:08.417Z[ helios-setup] Feb 11 20:49:06.934 INFO E| Compiling itoa v1.0.9
25032025-02-11T20:49:08.474Z[ helios-setup] Feb 11 20:49:07.027 INFO E| Compiling deranged v0.3.11
25042025-02-11T20:49:08.713Z[ helios-setup] Feb 11 20:49:07.267 INFO E| Compiling num_threads v0.1.6
25052025-02-11T20:49:08.726Z[ helios-setup] Feb 11 20:49:07.280 INFO E| Compiling time-macros v0.2.18
25062025-02-11T20:49:08.934Z[ helios-setup] Feb 11 20:49:07.488 INFO E| Compiling once_cell v1.18.0
25072025-02-11T20:49:09.107Z[ helios-setup] Feb 11 20:49:07.661 INFO E| Compiling bitflags v2.3.3
25082025-02-11T20:49:09.407Z[ helios-setup] Feb 11 20:49:07.960 INFO E| Compiling quote v1.0.31
25092025-02-11T20:49:10.106Z[ helios-setup] Feb 11 20:49:08.659 INFO E| Compiling syn v2.0.32
25102025-02-11T20:49:10.362Z[ helios-setup] Feb 11 20:49:08.915 INFO E| Compiling dirs-sys-next v0.1.2
25112025-02-11T20:49:10.377Z[ helios-setup] Feb 11 20:49:08.931 INFO E| Compiling errno v0.3.1
25122025-02-11T20:49:10.549Z[ helios-setup] Feb 11 20:49:09.102 INFO E| Compiling atty v0.2.14
25132025-02-11T20:49:10.668Z[ host-package] Compiling progenitor-macro v0.9.1
25142025-02-11T20:49:10.704Z[ helios-setup] Feb 11 20:49:09.258 INFO E| Compiling thread_local v1.1.7
25152025-02-11T20:49:10.901Z[ helios-setup] Feb 11 20:49:09.455 INFO E| Compiling fastrand v2.0.0
25162025-02-11T20:49:11.545Z[ helios-setup] Feb 11 20:49:10.098 INFO E| Compiling dirs-next v2.0.0
25172025-02-11T20:49:11.754Z[ helios-setup] Feb 11 20:49:10.307 INFO E| Compiling term v0.7.0
25182025-02-11T20:49:11.866Z[ helios-setup] Feb 11 20:49:10.419 INFO E| Compiling opaque-debug v0.3.0
25192025-02-11T20:49:11.948Z[ helios-setup] Feb 11 20:49:10.502 INFO E| Compiling serde_json v1.0.103
25202025-02-11T20:49:11.958Z[ helios-setup] Feb 11 20:49:10.512 INFO E| Compiling anyhow v1.0.72
25212025-02-11T20:49:12.168Z[ helios-setup] Feb 11 20:49:10.721 INFO E| Compiling getrandom v0.2.10
25222025-02-11T20:49:12.911Z[ helios-setup] Feb 11 20:49:11.464 INFO E| Compiling block-buffer v0.9.0
25232025-02-11T20:49:13.058Z[ helios-setup] Feb 11 20:49:11.611 INFO E| Compiling digest v0.9.0
25242025-02-11T20:49:13.172Z[ helios-setup] Feb 11 20:49:11.725 INFO E| Compiling unicode-width v0.1.10
25252025-02-11T20:49:13.248Z[ helios-setup] Feb 11 20:49:11.801 INFO E| Compiling tempfile v3.7.0
25262025-02-11T20:49:13.422Z[ helios-setup] Feb 11 20:49:11.975 INFO E| Compiling ryu v1.0.15
25272025-02-11T20:49:13.422Z[ helios-setup] Feb 11 20:49:11.975 INFO E| Compiling cpufeatures v0.2.9
25282025-02-11T20:49:13.520Z[ helios-setup] Feb 11 20:49:12.072 INFO E| Compiling same-file v1.0.6
25292025-02-11T20:49:13.676Z[ host-package] Compiling parse-display v0.10.0
25302025-02-11T20:49:13.723Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312025-02-11T20:49:14.074Z[ helios-setup] Feb 11 20:49:12.624 INFO E| Compiling walkdir v2.3.3
25322025-02-11T20:49:14.125Z[ helios-setup] Feb 11 20:49:12.677 INFO E| Compiling sha-1 v0.9.8
25332025-02-11T20:49:14.156Z[ host-package] Compiling strum v0.26.3
25342025-02-11T20:49:14.408Z[ host-package] Compiling serde_with v3.11.0
25352025-02-11T20:49:14.434Z[ helios-setup] Feb 11 20:49:12.987 INFO E| Compiling getopts v0.2.21
25362025-02-11T20:49:14.536Z[ helios-setup] Feb 11 20:49:13.089 INFO E| Compiling time v0.3.36
25372025-02-11T20:49:14.651Z[ helios-setup] Feb 11 20:49:13.204 INFO E| Compiling md-5 v0.9.1
25382025-02-11T20:49:14.881Z[ helios-setup] Feb 11 20:49:13.434 INFO E| Compiling glob v0.3.1
25392025-02-11T20:49:14.884Z[ host-package] Compiling regress v0.9.1
25402025-02-11T20:49:15.057Z[ helios-setup] Feb 11 20:49:13.610 INFO E| Compiling libdevinfo-sys v1.0.0
25412025-02-11T20:49:17.368Z[ helios-setup] Feb 11 20:49:15.921 INFO E| Compiling serde_derive v1.0.193
25422025-02-11T20:49:17.947Z[ helios-setup] Feb 11 20:49:16.499 INFO E| Compiling slog-term v2.9.0
25432025-02-11T20:49:19.763Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25442025-02-11T20:49:21.114Z[ host-package] Compiling macaddr v1.0.1
25452025-02-11T20:49:21.492Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25462025-02-11T20:49:21.708Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25472025-02-11T20:49:21.759Z[ host-package] Compiling slog-dtrace v0.3.0
25482025-02-11T20:49:22.486Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25492025-02-11T20:49:22.621Z[ host-package] Compiling prettyplease v0.2.25
25502025-02-11T20:49:24.532Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25512025-02-11T20:49:26.201Z[ host-package] Compiling progenitor v0.9.1
25522025-02-11T20:49:26.478Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532025-02-11T20:49:28.822Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25542025-02-11T20:49:30.115Z[ helios-setup] Feb 11 20:49:28.667 INFO E| Compiling toml v0.5.11
25552025-02-11T20:49:30.118Z[ helios-setup] Feb 11 20:49:28.667 INFO E| Compiling uuid v0.8.2
25562025-02-11T20:49:30.688Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25572025-02-11T20:49:32.408Z[ helios-setup] Feb 11 20:49:30.959 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25582025-02-11T20:49:34.544Z[ helios-setup] Feb 11 20:49:33.095 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25592025-02-11T20:49:41.304Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25602025-02-11T20:49:42.303Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612025-02-11T20:49:43.362Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25622025-02-11T20:49:44.524Z[ helios-setup] Feb 11 20:49:43.074 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s
25632025-02-11T20:49:44.558Z[ helios-setup] Feb 11 20:49:43.106 INFO building project "image-builder" ok (39 seconds)
25642025-02-11T20:49:44.561Z[ helios-setup] Feb 11 20:49:43.106 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25652025-02-11T20:49:44.561Z[ helios-setup] Feb 11 20:49:43.106 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25662025-02-11T20:49:44.822Z[ helios-setup] Feb 11 20:49:43.372 INFO E| Downloading crates ...
25672025-02-11T20:49:44.964Z[ helios-setup] Feb 11 20:49:43.514 INFO E| Downloaded flate2 v1.0.25
25682025-02-11T20:49:44.973Z[ helios-setup] Feb 11 20:49:43.523 INFO E| Downloaded sha2 v0.10.5
25692025-02-11T20:49:44.976Z[ helios-setup] Feb 11 20:49:43.526 INFO E| Downloaded generic-array v0.14.6
25702025-02-11T20:49:44.979Z[ helios-setup] Feb 11 20:49:43.528 INFO E| Downloaded digest v0.10.3
25712025-02-11T20:49:44.981Z[ helios-setup] Feb 11 20:49:43.531 INFO E| Downloaded cpufeatures v0.2.5
25722025-02-11T20:49:44.984Z[ helios-setup] Feb 11 20:49:43.533 INFO E| Downloaded anyhow v1.0.62
25732025-02-11T20:49:44.989Z[ helios-setup] Feb 11 20:49:43.539 INFO E| Downloaded typenum v1.15.0
25742025-02-11T20:49:44.993Z[ helios-setup] Feb 11 20:49:43.543 INFO E| Downloaded bytes v1.2.1
25752025-02-11T20:49:44.998Z[ helios-setup] Feb 11 20:49:43.548 INFO E| Downloaded block-buffer v0.10.3
25762025-02-11T20:49:45.001Z[ helios-setup] Feb 11 20:49:43.550 INFO E| Downloaded miniz_oxide v0.6.2
25772025-02-11T20:49:45.069Z[ helios-setup] Feb 11 20:49:43.619 INFO E| Compiling version_check v0.9.4
25782025-02-11T20:49:45.069Z[ helios-setup] Feb 11 20:49:43.619 INFO E| Compiling typenum v1.15.0
25792025-02-11T20:49:45.069Z[ helios-setup] Feb 11 20:49:43.619 INFO E| Compiling cfg-if v1.0.0
25802025-02-11T20:49:45.072Z[ helios-setup] Feb 11 20:49:43.619 INFO E| Compiling crc32fast v1.3.2
25812025-02-11T20:49:45.075Z[ helios-setup] Feb 11 20:49:43.624 INFO E| Compiling adler v1.0.2
25822025-02-11T20:49:45.075Z[ helios-setup] Feb 11 20:49:43.624 INFO E| Compiling anyhow v1.0.62
25832025-02-11T20:49:45.077Z[ helios-setup] Feb 11 20:49:43.624 INFO E| Compiling unicode-width v0.1.10
25842025-02-11T20:49:45.077Z[ helios-setup] Feb 11 20:49:43.625 INFO E| Compiling cpufeatures v0.2.5
25852025-02-11T20:49:45.226Z[ helios-setup] Feb 11 20:49:43.775 INFO E| Compiling bitflags v1.3.2
25862025-02-11T20:49:45.248Z[ helios-setup] Feb 11 20:49:43.797 INFO E| Compiling bytes v1.2.1
25872025-02-11T20:49:45.530Z[ helios-setup] Feb 11 20:49:44.080 INFO E| Compiling miniz_oxide v0.6.2
25882025-02-11T20:49:45.539Z[ helios-setup] Feb 11 20:49:44.089 INFO E| Compiling getopts v0.2.21
25892025-02-11T20:49:45.632Z[ host-package] Compiling half v2.4.1
25902025-02-11T20:49:46.307Z[ helios-setup] Feb 11 20:49:44.857 INFO E| Compiling generic-array v0.14.6
25912025-02-11T20:49:46.906Z[ host-package] Compiling ciborium-io v0.2.2
25922025-02-11T20:49:47.170Z[ helios-setup] Feb 11 20:49:45.719 INFO E| Compiling flate2 v1.0.25
25932025-02-11T20:49:47.470Z[ host-package] Compiling ciborium-ll v0.2.2
25942025-02-11T20:49:48.894Z[ host-package] Compiling ciborium v0.2.2
25952025-02-11T20:49:49.011Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25962025-02-11T20:49:50.774Z[ helios-setup] Feb 11 20:49:49.322 INFO E| Compiling crypto-common v0.1.6
25972025-02-11T20:49:50.774Z[ helios-setup] Feb 11 20:49:49.322 INFO E| Compiling block-buffer v0.10.3
25982025-02-11T20:49:51.052Z[ helios-setup] Feb 11 20:49:49.601 INFO E| Compiling digest v0.10.3
25992025-02-11T20:49:51.183Z[ host-package] Compiling display-error-chain v0.2.2
26002025-02-11T20:49:51.279Z[ host-package] Compiling fastrand v2.1.1
26012025-02-11T20:49:51.383Z[ helios-setup] Feb 11 20:49:49.932 INFO E| Compiling sha2 v0.10.5
26022025-02-11T20:49:51.782Z[ host-package] Compiling same-file v1.0.6
26032025-02-11T20:49:51.861Z[ helios-setup] Feb 11 20:49:50.410 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26042025-02-11T20:49:51.895Z[ host-package] Compiling tempfile v3.13.0
26052025-02-11T20:49:52.158Z[ host-package] Compiling walkdir v2.5.0
26062025-02-11T20:49:52.385Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26072025-02-11T20:49:52.865Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082025-02-11T20:49:53.107Z[ host-package] Compiling blake3 v1.5.4
26092025-02-11T20:49:54.035Z[ host-package] Compiling const_format_proc_macros v0.2.34
26102025-02-11T20:49:56.512Z[ host-package] Compiling xattr v1.3.1
26112025-02-11T20:49:56.758Z[ helios-setup] Feb 11 20:49:55.306 INFO E| Finished `release` profile [optimized] target(s) in 12.10s
26122025-02-11T20:49:56.773Z[ helios-setup] Feb 11 20:49:55.322 INFO building project "bootserver" ok (12 seconds)
26132025-02-11T20:49:56.773Z[ helios-setup] Feb 11 20:49:55.322 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26142025-02-11T20:49:56.774Z[ helios-setup] Feb 11 20:49:55.322 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26152025-02-11T20:49:56.884Z[ host-package] Compiling memmap2 v0.9.5
26162025-02-11T20:49:56.966Z[ host-package] Compiling filetime v0.2.25
26172025-02-11T20:49:57.011Z[ helios-setup] Feb 11 20:49:55.560 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26182025-02-11T20:49:57.322Z[ host-package] Compiling constant_time_eq v0.3.1
26192025-02-11T20:49:57.344Z[ host-package] Compiling maplit v1.0.2
26202025-02-11T20:49:57.493Z[ host-package] Compiling arrayref v0.3.9
26212025-02-11T20:49:57.539Z[ host-package] Compiling crunchy v0.2.2
26222025-02-11T20:49:57.627Z[ host-package] Compiling keccak v0.1.5
26232025-02-11T20:49:58.012Z[ host-package] Compiling arrayvec v0.7.6
26242025-02-11T20:49:58.360Z[ helios-setup] Feb 11 20:49:56.909 INFO E| From https://github.com/oxidecomputer/progenitor
26252025-02-11T20:49:58.360Z[ helios-setup] Feb 11 20:49:56.909 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26262025-02-11T20:49:58.464Z[ helios-setup] Feb 11 20:49:57.013 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26272025-02-11T20:49:58.507Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26282025-02-11T20:49:58.940Z[ host-package] Compiling sha3 v0.10.8
26292025-02-11T20:49:58.953Z[ helios-setup] Feb 11 20:49:57.502 INFO E| From https://github.com/jclulow/hiercmd
26302025-02-11T20:49:58.953Z[ helios-setup] Feb 11 20:49:57.502 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26312025-02-11T20:49:58.967Z[ helios-setup] Feb 11 20:49:57.516 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26322025-02-11T20:49:59.002Z[ host-package] Compiling tar v0.4.42
26332025-02-11T20:49:59.368Z[ helios-setup] Feb 11 20:49:57.916 INFO E| From https://github.com/jclulow/network-interface
26342025-02-11T20:49:59.368Z[ helios-setup] Feb 11 20:49:57.916 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26352025-02-11T20:49:59.386Z[ helios-setup] Feb 11 20:49:57.934 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26362025-02-11T20:49:59.553Z[ host-package] Compiling const_format v0.2.34
26372025-02-11T20:49:59.814Z[ helios-setup] Feb 11 20:49:58.362 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26382025-02-11T20:49:59.814Z[ helios-setup] Feb 11 20:49:58.362 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26392025-02-11T20:49:59.863Z[ helios-setup] Feb 11 20:49:58.411 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26402025-02-11T20:49:59.887Z[ host-package] Compiling toolchain_find v0.4.0
26412025-02-11T20:50:00.453Z[ helios-setup] Feb 11 20:49:59.001 INFO E| From https://github.com/oxidecomputer/facade
26422025-02-11T20:50:00.453Z[ helios-setup] Feb 11 20:49:59.001 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26432025-02-11T20:50:00.473Z[ host-package] Compiling camino-tempfile v1.1.1
26442025-02-11T20:50:00.496Z[ helios-setup] Feb 11 20:49:59.044 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26452025-02-11T20:50:00.779Z[ host-package] Compiling tiny-keccak v2.0.2
26462025-02-11T20:50:00.929Z[ host-package] Compiling topological-sort v0.2.2
26472025-02-11T20:50:00.956Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26482025-02-11T20:50:01.158Z[ helios-setup] Feb 11 20:49:59.706 INFO E| From https://github.com/oxidecomputer/dropshot
26492025-02-11T20:50:01.158Z[ helios-setup] Feb 11 20:49:59.706 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26502025-02-11T20:50:01.184Z[ host-package] Compiling omicron-zone-package v0.12.0
26512025-02-11T20:50:01.204Z[ helios-setup] Feb 11 20:49:59.752 INFO E| Updating crates.io index
26522025-02-11T20:50:01.208Z[ host-package] Compiling dsl_auto_type v0.1.2
26532025-02-11T20:50:01.304Z[ helios-setup] Feb 11 20:49:59.851 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26542025-02-11T20:50:01.396Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26552025-02-11T20:50:01.581Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26562025-02-11T20:50:02.003Z[ host-package] Compiling r2d2 v0.8.10
26572025-02-11T20:50:02.196Z[ helios-setup] Feb 11 20:50:00.744 INFO E| From https://github.com/oxidecomputer/typify
26582025-02-11T20:50:02.196Z[ helios-setup] Feb 11 20:50:00.744 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26592025-02-11T20:50:02.495Z[ host-package] Compiling diesel_derives v2.2.3
26602025-02-11T20:50:02.542Z[ helios-setup] Feb 11 20:50:01.090 INFO E| Downloading crates ...
26612025-02-11T20:50:02.728Z[ helios-setup] Feb 11 20:50:01.276 INFO E| Downloaded async-stream-impl v0.3.5
26622025-02-11T20:50:02.731Z[ helios-setup] Feb 11 20:50:01.278 INFO E| Downloaded autocfg v1.1.0
26632025-02-11T20:50:02.733Z[ helios-setup] Feb 11 20:50:01.281 INFO E| Downloaded async-stream v0.3.5
26642025-02-11T20:50:02.736Z[ helios-setup] Feb 11 20:50:01.284 INFO E| Downloaded anstyle v0.3.5
26652025-02-11T20:50:02.745Z[ helios-setup] Feb 11 20:50:01.293 INFO E| Downloaded async-trait v0.1.68
26662025-02-11T20:50:02.754Z[ helios-setup] Feb 11 20:50:01.301 INFO E| Downloaded ahash v0.7.6
26672025-02-11T20:50:02.758Z[ helios-setup] Feb 11 20:50:01.306 INFO E| Downloaded anstream v0.2.6
26682025-02-11T20:50:02.762Z[ helios-setup] Feb 11 20:50:01.310 INFO E| Downloaded rustfmt-wrapper v0.2.0
26692025-02-11T20:50:02.765Z[ helios-setup] Feb 11 20:50:01.313 INFO E| Downloaded concolor-override v1.0.0
26702025-02-11T20:50:02.768Z[ helios-setup] Feb 11 20:50:01.316 INFO E| Downloaded smawk v0.3.1
26712025-02-11T20:50:02.799Z[ helios-setup] Feb 11 20:50:01.347 INFO E| Downloaded want v0.3.0
26722025-02-11T20:50:02.802Z[ helios-setup] Feb 11 20:50:01.349 INFO E| Downloaded try-lock v0.2.4
26732025-02-11T20:50:02.805Z[ helios-setup] Feb 11 20:50:01.351 INFO E| Downloaded tower-service v0.3.2
26742025-02-11T20:50:02.805Z[ helios-setup] Feb 11 20:50:01.353 INFO E| Downloaded spin v0.5.2
26752025-02-11T20:50:02.807Z[ helios-setup] Feb 11 20:50:01.355 INFO E| Downloaded smallvec v1.10.0
26762025-02-11T20:50:02.812Z[ helios-setup] Feb 11 20:50:01.360 INFO E| Downloaded toolchain_find v0.2.0
26772025-02-11T20:50:02.814Z[ helios-setup] Feb 11 20:50:01.362 INFO E| Downloaded serde_spanned v0.6.1
26782025-02-11T20:50:02.818Z[ helios-setup] Feb 11 20:50:01.364 INFO E| Downloaded smartstring v1.0.1
26792025-02-11T20:50:02.821Z[ helios-setup] Feb 11 20:50:01.369 INFO E| Downloaded toml_datetime v0.6.1
26802025-02-11T20:50:02.824Z[ helios-setup] Feb 11 20:50:01.371 INFO E| Downloaded anstyle-parse v0.1.1
26812025-02-11T20:50:02.827Z[ helios-setup] Feb 11 20:50:01.375 INFO E| Downloaded slog-async v2.7.0
26822025-02-11T20:50:02.831Z[ helios-setup] Feb 11 20:50:01.379 INFO E| Downloaded terminal_size v0.2.6
26832025-02-11T20:50:02.835Z[ helios-setup] Feb 11 20:50:01.383 INFO E| Downloaded slog-bunyan v2.4.0
26842025-02-11T20:50:02.837Z[ helios-setup] Feb 11 20:50:01.385 INFO E| Downloaded thiserror v1.0.38
26852025-02-11T20:50:02.846Z[ helios-setup] Feb 11 20:50:01.394 INFO E| Downloaded sha2 v0.10.6
26862025-02-11T20:50:02.851Z[ helios-setup] Feb 11 20:50:01.399 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26872025-02-11T20:50:02.855Z[ helios-setup] Feb 11 20:50:01.404 INFO E| Downloaded semver-parser v0.10.2
26882025-02-11T20:50:02.859Z[ helios-setup] Feb 11 20:50:01.407 INFO E| Downloaded built v0.6.0
26892025-02-11T20:50:02.862Z[ helios-setup] Feb 11 20:50:01.411 INFO E| Downloaded scopeguard v1.1.0
26902025-02-11T20:50:02.865Z[ helios-setup] Feb 11 20:50:01.413 INFO E| Downloaded time v0.1.45
26912025-02-11T20:50:02.868Z[ helios-setup] Feb 11 20:50:01.416 INFO E| Downloaded memoffset v0.7.1
26922025-02-11T20:50:02.871Z[ helios-setup] Feb 11 20:50:01.419 INFO E| Downloaded ppv-lite86 v0.2.17
26932025-02-11T20:50:02.874Z[ helios-setup] Feb 11 20:50:01.422 INFO E| Downloaded jobserver v0.1.26
26942025-02-11T20:50:02.878Z[ helios-setup] Feb 11 20:50:01.426 INFO E| Downloaded proc-macro-crate v1.2.1
26952025-02-11T20:50:02.880Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
26962025-02-11T20:50:02.883Z[ helios-setup] Feb 11 20:50:01.429 INFO E| Downloaded num_enum_derive v0.5.7
26972025-02-11T20:50:02.886Z[ helios-setup] Feb 11 20:50:01.431 INFO E| Downloaded signal-hook-registry v1.4.0
26982025-02-11T20:50:02.886Z[ helios-setup] Feb 11 20:50:01.434 INFO E| Downloaded tokio-tungstenite v0.18.0
26992025-02-11T20:50:02.890Z[ helios-setup] Feb 11 20:50:01.439 INFO E| Downloaded serde_path_to_error v0.1.11
27002025-02-11T20:50:02.893Z[ helios-setup] Feb 11 20:50:01.442 INFO E| Downloaded slab v0.4.7
27012025-02-11T20:50:02.896Z[ helios-setup] Feb 11 20:50:01.444 INFO E| Downloaded unicode-ident v1.0.8
27022025-02-11T20:50:02.902Z[ helios-setup] Feb 11 20:50:01.450 INFO E| Downloaded sct v0.7.0
27032025-02-11T20:50:02.907Z[ helios-setup] Feb 11 20:50:01.455 INFO E| Downloaded unicode-bidi v0.3.13
27042025-02-11T20:50:02.911Z[ helios-setup] Feb 11 20:50:01.459 INFO E| Downloaded tungstenite v0.18.0
27052025-02-11T20:50:02.915Z[ helios-setup] Feb 11 20:50:01.463 INFO E| Downloaded ucd-trie v0.1.5
27062025-02-11T20:50:02.922Z[ helios-setup] Feb 11 20:50:01.470 INFO E| Downloaded serde_derive v1.0.204
27072025-02-11T20:50:02.924Z[ helios-setup] Feb 11 20:50:01.470 INFO E| Downloaded uuid v1.3.0
27082025-02-11T20:50:02.928Z[ helios-setup] Feb 11 20:50:01.476 INFO E| Downloaded tracing-core v0.1.30
27092025-02-11T20:50:02.933Z[ helios-setup] Feb 11 20:50:01.481 INFO E| Downloaded url v2.3.1
27102025-02-11T20:50:02.937Z[ helios-setup] Feb 11 20:50:01.485 INFO E| Downloaded rustls-webpki v0.100.1
27112025-02-11T20:50:02.950Z[ helios-setup] Feb 11 20:50:01.498 INFO E| Downloaded serde v1.0.204
27122025-02-11T20:50:02.956Z[ helios-setup] Feb 11 20:50:01.504 INFO E| Downloaded unicode-linebreak v0.1.4
27132025-02-11T20:50:02.959Z[ helios-setup] Feb 11 20:50:01.507 INFO E| Downloaded serde_yaml v0.9.21
27142025-02-11T20:50:02.965Z[ helios-setup] Feb 11 20:50:01.514 INFO E| Downloaded toml_edit v0.19.8
27152025-02-11T20:50:03.010Z[ helios-setup] Feb 11 20:50:01.558 INFO E| Downloaded tokio-util v0.7.7
27162025-02-11T20:50:03.020Z[ helios-setup] Feb 11 20:50:01.568 INFO E| Downloaded unicode-normalization v0.1.22
27172025-02-11T20:50:03.026Z[ helios-setup] Feb 11 20:50:01.574 INFO E| Downloaded bytes v1.4.0
27182025-02-11T20:50:03.032Z[ helios-setup] Feb 11 20:50:01.580 INFO E| Downloaded cc v1.0.78
27192025-02-11T20:50:03.036Z[ helios-setup] Feb 11 20:50:01.584 INFO E| Downloaded winnow v0.4.1
27202025-02-11T20:50:03.050Z[ helios-setup] Feb 11 20:50:01.598 INFO E| Downloaded serde_json v1.0.95
27212025-02-11T20:50:03.062Z[ helios-setup] Feb 11 20:50:01.610 INFO E| Downloaded rayon-core v1.10.2
27222025-02-11T20:50:03.069Z[ helios-setup] Feb 11 20:50:01.617 INFO E| Downloaded base64 v0.21.0
27232025-02-11T20:50:03.075Z[ helios-setup] Feb 11 20:50:01.623 INFO E| Downloaded anyhow v1.0.68
27242025-02-11T20:50:03.082Z[ helios-setup] Feb 11 20:50:01.630 INFO E| Downloaded syn v2.0.72
27252025-02-11T20:50:03.100Z[ helios-setup] Feb 11 20:50:01.648 INFO E| Downloaded pest v2.5.7
27262025-02-11T20:50:03.108Z[ helios-setup] Feb 11 20:50:01.656 INFO E| Downloaded syn v1.0.107
27272025-02-11T20:50:03.125Z[ helios-setup] Feb 11 20:50:01.672 INFO E| Downloaded rustls v0.21.0
27282025-02-11T20:50:03.142Z[ helios-setup] Feb 11 20:50:01.690 INFO E| Downloaded aho-corasick v0.7.20
27292025-02-11T20:50:03.148Z[ helios-setup] Feb 11 20:50:01.696 INFO E| Downloaded futures-util v0.3.28
27302025-02-11T20:50:03.171Z[ helios-setup] Feb 11 20:50:01.717 INFO E| Downloaded reqwest v0.11.16
27312025-02-11T20:50:03.182Z[ helios-setup] Feb 11 20:50:01.729 INFO E| Downloaded clap_builder v4.2.1
27322025-02-11T20:50:03.193Z[ helios-setup] Feb 11 20:50:01.741 INFO E| Downloaded rayon v1.6.1
27332025-02-11T20:50:03.208Z[ helios-setup] Feb 11 20:50:01.756 INFO E| Downloaded chrono v0.4.24
27342025-02-11T20:50:03.218Z[ helios-setup] Feb 11 20:50:01.766 INFO E| Downloaded h2 v0.3.16
27352025-02-11T20:50:03.252Z[ helios-setup] Feb 11 20:50:01.775 INFO E| Downloaded regex v1.7.3
27362025-02-11T20:50:03.252Z[ helios-setup] Feb 11 20:50:01.785 INFO E| Downloaded regress v0.5.0
27372025-02-11T20:50:03.252Z[ helios-setup] Feb 11 20:50:01.795 INFO E| Downloaded git2 v0.16.1
27382025-02-11T20:50:03.255Z[ host-package] Compiling phf_generator v0.11.2
27392025-02-11T20:50:03.260Z[ helios-setup] Feb 11 20:50:01.808 INFO E| Downloaded idna v0.3.0
27402025-02-11T20:50:03.273Z[ helios-setup] Feb 11 20:50:01.820 INFO E| Downloaded hyper v0.14.25
27412025-02-11T20:50:03.305Z[ helios-setup] Feb 11 20:50:01.853 INFO E| Downloaded mio v0.8.5
27422025-02-11T20:50:03.314Z[ helios-setup] Feb 11 20:50:01.862 INFO E| Downloaded rustix v0.37.3
27432025-02-11T20:50:03.352Z[ helios-setup] Feb 11 20:50:01.900 INFO E| Downloaded rhai v1.14.0
27442025-02-11T20:50:03.371Z[ helios-setup] Feb 11 20:50:01.918 INFO E| Downloaded http v0.2.9
27452025-02-11T20:50:03.376Z[ helios-setup] Feb 11 20:50:01.924 INFO E| Downloaded crossbeam-channel v0.5.6
27462025-02-11T20:50:03.383Z[ helios-setup] Feb 11 20:50:01.931 INFO E| Downloaded ryu v1.0.13
27472025-02-11T20:50:03.389Z[ helios-setup] Feb 11 20:50:01.936 INFO E| Downloaded openapiv3 v1.0.2
27482025-02-11T20:50:03.409Z[ helios-setup] Feb 11 20:50:01.957 INFO E| Downloaded proc-macro2 v1.0.86
27492025-02-11T20:50:03.413Z[ helios-setup] Feb 11 20:50:01.961 INFO E| Downloaded parking_lot v0.12.1
27502025-02-11T20:50:03.417Z[ helios-setup] Feb 11 20:50:01.965 INFO E| Downloaded tokio v1.27.0
27512025-02-11T20:50:03.467Z[ host-package] Compiling ascii-canvas v3.0.0
27522025-02-11T20:50:03.470Z[ helios-setup] Feb 11 20:50:02.017 INFO E| Downloaded memchr v2.5.0
27532025-02-11T20:50:03.475Z[ helios-setup] Feb 11 20:50:02.023 INFO E| Downloaded log v0.4.17
27542025-02-11T20:50:03.482Z[ helios-setup] Feb 11 20:50:02.026 INFO E| Downloaded crossbeam-utils v0.8.14
27552025-02-11T20:50:03.483Z[ helios-setup] Feb 11 20:50:02.030 INFO E| Downloaded crossbeam-epoch v0.9.13
27562025-02-11T20:50:03.486Z[ helios-setup] Feb 11 20:50:02.034 INFO E| Downloaded tracing v0.1.37
27572025-02-11T20:50:03.493Z[ helios-setup] Feb 11 20:50:02.041 INFO E| Downloaded num-traits v0.2.15
27582025-02-11T20:50:03.498Z[ helios-setup] Feb 11 20:50:02.045 INFO E| Downloaded lock_api v0.4.9
27592025-02-11T20:50:03.501Z[ helios-setup] Feb 11 20:50:02.047 INFO E| Downloaded crossbeam-deque v0.8.2
27602025-02-11T20:50:03.503Z[ helios-setup] Feb 11 20:50:02.050 INFO E| Downloaded schemars v0.8.12
27612025-02-11T20:50:03.520Z[ helios-setup] Feb 11 20:50:02.068 INFO E| Downloaded unsafe-libyaml v0.2.8
27622025-02-11T20:50:03.527Z[ helios-setup] Feb 11 20:50:02.073 INFO E| Downloaded parking_lot_core v0.9.6
27632025-02-11T20:50:03.529Z[ helios-setup] Feb 11 20:50:02.077 INFO E| Downloaded io-lifetimes v1.0.10
27642025-02-11T20:50:03.532Z[ helios-setup] Feb 11 20:50:02.080 INFO E| Downloaded futures v0.3.28
27652025-02-11T20:50:03.541Z[ helios-setup] Feb 11 20:50:02.089 INFO E| Downloaded clap v4.2.1
27662025-02-11T20:50:03.554Z[ helios-setup] Feb 11 20:50:02.102 INFO E| Downloaded semver v1.0.17
27672025-02-11T20:50:03.559Z[ helios-setup] Feb 11 20:50:02.107 INFO E| Downloaded futures-channel v0.3.28
27682025-02-11T20:50:03.562Z[ helios-setup] Feb 11 20:50:02.110 INFO E| Downloaded libc v0.2.139
27692025-02-11T20:50:03.599Z[ helios-setup] Feb 11 20:50:02.146 INFO E| Downloaded rhai_codegen v1.5.0
27702025-02-11T20:50:03.611Z[ helios-setup] Feb 11 20:50:02.159 INFO E| Downloaded ahash v0.8.3
27712025-02-11T20:50:03.615Z[ helios-setup] Feb 11 20:50:02.163 INFO E| Downloaded tinyvec v1.6.0
27722025-02-11T20:50:03.621Z[ helios-setup] Feb 11 20:50:02.169 INFO E| Downloaded httparse v1.8.0
27732025-02-11T20:50:03.624Z[ helios-setup] Feb 11 20:50:02.172 INFO E| Downloaded textwrap v0.16.0
27742025-02-11T20:50:03.628Z[ helios-setup] Feb 11 20:50:02.176 INFO E| Downloaded pin-project-lite v0.2.9
27752025-02-11T20:50:03.635Z[ helios-setup] Feb 11 20:50:02.183 INFO E| Downloaded camino v1.1.4
27762025-02-11T20:50:03.638Z[ helios-setup] Feb 11 20:50:02.186 INFO E| Downloaded bincode v1.3.3
27772025-02-11T20:50:03.643Z[ helios-setup] Feb 11 20:50:02.190 INFO E| Downloaded once_cell v1.17.0
27782025-02-11T20:50:03.667Z[ helios-setup] Feb 11 20:50:02.215 INFO E| Downloaded clap_derive v4.2.0
27792025-02-11T20:50:03.670Z[ helios-setup] Feb 11 20:50:02.218 INFO E| Downloaded toml v0.7.3
27802025-02-11T20:50:03.676Z[ helios-setup] Feb 11 20:50:02.223 INFO E| Downloaded quote v1.0.36
27812025-02-11T20:50:03.680Z[ helios-setup] Feb 11 20:50:02.226 INFO E| Downloaded pkg-config v0.3.26
27822025-02-11T20:50:03.683Z[ helios-setup] Feb 11 20:50:02.229 INFO E| Downloaded cargo-lock v8.0.3
27832025-02-11T20:50:03.686Z[ helios-setup] Feb 11 20:50:02.233 INFO E| Downloaded socket2 v0.4.9
27842025-02-11T20:50:03.691Z[ helios-setup] Feb 11 20:50:02.236 INFO E| Downloaded getrandom v0.2.8
27852025-02-11T20:50:03.695Z[ helios-setup] Feb 11 20:50:02.240 INFO E| Downloaded serde_tokenstream v0.2.0
27862025-02-11T20:50:03.698Z[ helios-setup] Feb 11 20:50:02.246 INFO E| Downloaded serde_derive_internals v0.26.0
27872025-02-11T20:50:03.701Z[ helios-setup] Feb 11 20:50:02.248 INFO E| Downloaded semver v0.11.0
27882025-02-11T20:50:03.705Z[ helios-setup] Feb 11 20:50:02.250 INFO E| Downloaded ipnet v2.7.2
27892025-02-11T20:50:03.709Z[ helios-setup] Feb 11 20:50:02.253 INFO E| Downloaded tokio-rustls v0.24.0
27902025-02-11T20:50:03.713Z[ helios-setup] Feb 11 20:50:02.256 INFO E| Downloaded tempfile v3.5.0
27912025-02-11T20:50:03.713Z[ helios-setup] Feb 11 20:50:02.260 INFO E| Downloaded concolor-query v0.3.3
27922025-02-11T20:50:03.716Z[ helios-setup] Feb 11 20:50:02.261 INFO E| Downloaded futures-sink v0.3.28
27932025-02-11T20:50:03.716Z[ helios-setup] Feb 11 20:50:02.262 INFO E| Downloaded dyn-clone v1.0.11
27942025-02-11T20:50:03.720Z[ helios-setup] Feb 11 20:50:02.265 INFO E| Downloaded lazy_static v1.4.0
27952025-02-11T20:50:03.723Z[ helios-setup] Feb 11 20:50:02.267 INFO E| Downloaded utf8parse v0.2.1
27962025-02-11T20:50:03.723Z[ helios-setup] Feb 11 20:50:02.268 INFO E| Downloaded percent-encoding v2.2.0
27972025-02-11T20:50:03.723Z[ helios-setup] Feb 11 20:50:02.270 INFO E| Downloaded num_enum v0.5.7
27982025-02-11T20:50:03.727Z[ helios-setup] Feb 11 20:50:02.275 INFO E| Downloaded num_cpus v1.15.0
27992025-02-11T20:50:03.734Z[ helios-setup] Feb 11 20:50:02.281 INFO E| Downloaded num-integer v0.1.45
28002025-02-11T20:50:03.736Z[ helios-setup] Feb 11 20:50:02.284 INFO E| Downloaded rustls-pemfile v1.0.2
28012025-02-11T20:50:03.739Z[ helios-setup] Feb 11 20:50:02.287 INFO E| Downloaded thiserror-impl v1.0.38
28022025-02-11T20:50:03.743Z[ helios-setup] Feb 11 20:50:02.289 INFO E| Downloaded is-terminal v0.4.7
28032025-02-11T20:50:03.746Z[ helios-setup] Feb 11 20:50:02.291 INFO E| Downloaded home v0.5.4
28042025-02-11T20:50:03.747Z[ helios-setup] Feb 11 20:50:02.292 INFO E| Downloaded paste v1.0.12
28052025-02-11T20:50:03.749Z[ helios-setup] Feb 11 20:50:02.297 INFO E| Downloaded fastrand v1.9.0
28062025-02-11T20:50:03.756Z[ helios-setup] Feb 11 20:50:02.299 INFO E| Downloaded sha1 v0.10.5
28072025-02-11T20:50:03.764Z[ helios-setup] Feb 11 20:50:02.301 INFO E| Downloaded schemars_derive v0.8.12
28082025-02-11T20:50:03.764Z[ helios-setup] Feb 11 20:50:02.303 INFO E| Downloaded tokio-macros v2.0.0
28092025-02-11T20:50:03.764Z[ helios-setup] Feb 11 20:50:02.305 INFO E| Downloaded itoa v1.0.6
28102025-02-11T20:50:03.767Z[ helios-setup] Feb 11 20:50:02.307 INFO E| Downloaded futures-executor v0.3.28
28112025-02-11T20:50:03.767Z[ helios-setup] Feb 11 20:50:02.309 INFO E| Downloaded digest v0.10.6
28122025-02-11T20:50:03.767Z[ helios-setup] Feb 11 20:50:02.312 INFO E| Downloaded httpdate v1.0.2
28132025-02-11T20:50:03.767Z[ helios-setup] Feb 11 20:50:02.314 INFO E| Downloaded futures-task v0.3.28
28142025-02-11T20:50:03.771Z[ helios-setup] Feb 11 20:50:02.316 INFO E| Downloaded futures-macro v0.3.28
28152025-02-11T20:50:03.771Z[ helios-setup] Feb 11 20:50:02.317 INFO E| Downloaded byteorder v1.4.3
28162025-02-11T20:50:03.776Z[ helios-setup] Feb 11 20:50:02.320 INFO E| Downloaded strsim v0.10.0
28172025-02-11T20:50:03.780Z[ helios-setup] Feb 11 20:50:02.322 INFO E| Downloaded clap_lex v0.4.1
28182025-02-11T20:50:03.780Z[ helios-setup] Feb 11 20:50:02.323 INFO E| Downloaded iana-time-zone v0.1.56
28192025-02-11T20:50:03.781Z[ helios-setup] Feb 11 20:50:02.326 INFO E| Downloaded http-body v0.4.5
28202025-02-11T20:50:03.783Z[ helios-setup] Feb 11 20:50:02.328 INFO E| Downloaded futures-io v0.3.28
28212025-02-11T20:50:03.783Z[ helios-setup] Feb 11 20:50:02.329 INFO E| Downloaded futures-core v0.3.28
28222025-02-11T20:50:03.787Z[ helios-setup] Feb 11 20:50:02.332 INFO E| Downloaded form_urlencoded v1.1.0
28232025-02-11T20:50:03.787Z[ helios-setup] Feb 11 20:50:02.333 INFO E| Downloaded either v1.8.0
28242025-02-11T20:50:03.791Z[ helios-setup] Feb 11 20:50:02.335 INFO E| Downloaded project-root v0.2.2
28252025-02-11T20:50:03.791Z[ helios-setup] Feb 11 20:50:02.336 INFO E| Downloaded const-random-macro v0.1.15
28262025-02-11T20:50:03.791Z[ helios-setup] Feb 11 20:50:02.338 INFO E| Downloaded const-random v0.1.15
28272025-02-11T20:50:03.819Z[ helios-setup] Feb 11 20:50:02.367 INFO E| Downloaded encoding_rs v0.8.32
28282025-02-11T20:50:03.954Z[ helios-setup] Feb 11 20:50:02.502 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28292025-02-11T20:50:03.959Z[ host-package] Compiling secrecy v0.8.0
28302025-02-11T20:50:03.990Z[ host-package] Compiling ena v0.14.3
28312025-02-11T20:50:04.102Z[ helios-setup] Feb 11 20:50:02.650 INFO E| Downloaded libz-sys v1.1.8
28322025-02-11T20:50:04.232Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28332025-02-11T20:50:04.361Z[ helios-setup] Feb 11 20:50:02.908 INFO E| Downloaded ring v0.16.20
28342025-02-11T20:50:04.418Z[ host-package] Compiling regex-syntax v0.6.29
28352025-02-11T20:50:04.687Z[ host-package] Compiling arc-swap v1.7.1
28362025-02-11T20:50:04.748Z[ helios-setup] Feb 11 20:50:03.296 INFO E| Compiling proc-macro2 v1.0.86
28372025-02-11T20:50:04.782Z[ helios-setup] Feb 11 20:50:03.330 INFO E| Compiling libc v0.2.139
28382025-02-11T20:50:04.883Z[ helios-setup] Feb 11 20:50:03.431 INFO E| Compiling unicode-ident v1.0.8
28392025-02-11T20:50:04.886Z[ helios-setup] Feb 11 20:50:03.431 INFO E| Compiling autocfg v1.1.0
28402025-02-11T20:50:04.886Z[ helios-setup] Feb 11 20:50:03.431 INFO E| Compiling cfg-if v1.0.0
28412025-02-11T20:50:04.886Z[ helios-setup] Feb 11 20:50:03.431 INFO E| Compiling version_check v0.9.4
28422025-02-11T20:50:04.886Z[ helios-setup] Feb 11 20:50:03.432 INFO E| Compiling serde v1.0.204
28432025-02-11T20:50:04.886Z[ helios-setup] Feb 11 20:50:03.432 INFO E| Compiling syn v1.0.107
28442025-02-11T20:50:05.661Z[ helios-setup] Feb 11 20:50:04.208 INFO E| Compiling memchr v2.5.0
28452025-02-11T20:50:06.000Z[ helios-setup] Feb 11 20:50:04.548 INFO E| Compiling once_cell v1.17.0
28462025-02-11T20:50:06.011Z[ host-package] Compiling diff v0.1.13
28472025-02-11T20:50:06.138Z[ helios-setup] Feb 11 20:50:04.686 INFO E| Compiling thiserror v1.0.38
28482025-02-11T20:50:06.292Z[ helios-setup] Feb 11 20:50:04.839 INFO E| Compiling log v0.4.17
28492025-02-11T20:50:06.875Z[ host-package] Compiling slog-scope v4.4.0
28502025-02-11T20:50:06.959Z[ helios-setup] Feb 11 20:50:05.507 INFO E| Compiling serde_json v1.0.95
28512025-02-11T20:50:07.113Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28522025-02-11T20:50:07.176Z[ helios-setup] Feb 11 20:50:05.723 INFO E| Compiling itoa v1.0.6
28532025-02-11T20:50:07.201Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28542025-02-11T20:50:08.121Z[ helios-setup] Feb 11 20:50:06.668 INFO E| Compiling scopeguard v1.1.0
28552025-02-11T20:50:08.408Z[ host-package] Compiling phf_codegen v0.11.2
28562025-02-11T20:50:08.582Z[ helios-setup] Feb 11 20:50:07.129 INFO E| Compiling quote v1.0.36
28572025-02-11T20:50:08.869Z[ helios-setup] Feb 11 20:50:07.411 INFO E| Compiling getrandom v0.2.8
28582025-02-11T20:50:08.913Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28592025-02-11T20:50:08.979Z[ helios-setup] Feb 11 20:50:07.527 INFO E| Compiling pin-project-lite v0.2.9
28602025-02-11T20:50:09.199Z[ helios-setup] Feb 11 20:50:07.746 INFO E| Compiling jobserver v0.1.26
28612025-02-11T20:50:09.516Z[ helios-setup] Feb 11 20:50:08.063 INFO E| Compiling syn v2.0.72
28622025-02-11T20:50:09.935Z[ helios-setup] Feb 11 20:50:08.480 INFO E| Compiling cc v1.0.78
28632025-02-11T20:50:10.004Z[ helios-setup] Feb 11 20:50:08.551 INFO E| Compiling indexmap v1.9.3
28642025-02-11T20:50:10.135Z[ helios-setup] Feb 11 20:50:08.682 INFO E| Compiling bytes v1.4.0
28652025-02-11T20:50:10.138Z[ helios-setup] Feb 11 20:50:08.682 INFO E| Compiling futures-core v0.3.28
28662025-02-11T20:50:10.594Z[ helios-setup] Feb 11 20:50:09.142 INFO E| Compiling num-integer v0.1.45
28672025-02-11T20:50:10.956Z[ helios-setup] Feb 11 20:50:09.503 INFO E| Compiling ryu v1.0.13
28682025-02-11T20:50:11.176Z[ host-package] Compiling lalrpop v0.19.12
28692025-02-11T20:50:11.470Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28702025-02-11T20:50:12.046Z[ helios-setup] Feb 11 20:50:10.593 INFO E| Compiling lock_api v0.4.9
28712025-02-11T20:50:12.240Z[ helios-setup] Feb 11 20:50:10.785 INFO E| Compiling parking_lot_core v0.9.6
28722025-02-11T20:50:12.358Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28732025-02-11T20:50:12.967Z[ helios-setup] Feb 11 20:50:11.514 INFO E| Compiling typenum v1.16.0
28742025-02-11T20:50:12.999Z[ helios-setup] Feb 11 20:50:11.546 INFO E| Compiling bitflags v1.3.2
28752025-02-11T20:50:13.104Z[ host-package] Compiling universal-hash v0.5.1
28762025-02-11T20:50:13.568Z[ helios-setup] Feb 11 20:50:12.114 INFO E| Compiling num_cpus v1.15.0
28772025-02-11T20:50:13.671Z[ helios-setup] Feb 11 20:50:12.218 INFO E| Compiling slab v0.4.7
28782025-02-11T20:50:13.675Z[ helios-setup] Feb 11 20:50:12.220 INFO E| Compiling generic-array v0.14.6
28792025-02-11T20:50:13.675Z[ helios-setup] Feb 11 20:50:12.220 INFO E| Compiling futures-task v0.3.28
28802025-02-11T20:50:13.736Z[ helios-setup] Feb 11 20:50:12.283 INFO E| Compiling futures-sink v0.3.28
28812025-02-11T20:50:13.837Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28822025-02-11T20:50:13.971Z[ helios-setup] Feb 11 20:50:12.518 INFO E| Compiling futures-channel v0.3.28
28832025-02-11T20:50:14.806Z[ helios-setup] Feb 11 20:50:13.353 INFO E| Compiling tokio v1.27.0
28842025-02-11T20:50:14.979Z[ helios-setup] Feb 11 20:50:13.526 INFO E| Compiling futures-util v0.3.28
28852025-02-11T20:50:16.188Z[ helios-setup] Feb 11 20:50:14.735 INFO E| Compiling mio v0.8.5
28862025-02-11T20:50:16.188Z[ helios-setup] Feb 11 20:50:14.735 INFO E| Compiling signal-hook-registry v1.4.0
28872025-02-11T20:50:16.443Z[ helios-setup] Feb 11 20:50:14.990 INFO E| Compiling socket2 v0.4.9
28882025-02-11T20:50:16.457Z[ helios-setup] Feb 11 20:50:15.004 INFO E| Compiling futures-io v0.3.28
28892025-02-11T20:50:16.585Z[ helios-setup] Feb 11 20:50:15.132 INFO E| Compiling pin-utils v0.1.0
28902025-02-11T20:50:17.082Z[ helios-setup] Feb 11 20:50:15.628 INFO E| Compiling schemars v0.8.12
28912025-02-11T20:50:17.461Z[ helios-setup] Feb 11 20:50:16.005 INFO E| Compiling num-traits v0.2.15
28922025-02-11T20:50:18.259Z[ host-package] Compiling parse-zoneinfo v0.3.1
28932025-02-11T20:50:18.279Z[ helios-setup] Feb 11 20:50:16.826 INFO E| Compiling ahash v0.7.6
28942025-02-11T20:50:19.102Z[ helios-setup] Feb 11 20:50:17.648 INFO E| Compiling crunchy v0.2.2
28952025-02-11T20:50:19.141Z[ helios-setup] Feb 11 20:50:17.688 INFO E| Compiling io-lifetimes v1.0.10
28962025-02-11T20:50:19.191Z[ host-package] Compiling diesel v2.2.6
28972025-02-11T20:50:19.895Z[ helios-setup] Feb 11 20:50:18.441 INFO E| Compiling ahash v0.8.3
28982025-02-11T20:50:20.277Z[ helios-setup] Feb 11 20:50:18.823 INFO E| Compiling serde_derive_internals v0.26.0
28992025-02-11T20:50:20.451Z[ helios-setup] Feb 11 20:50:18.997 INFO E| Compiling crypto-common v0.1.6
29002025-02-11T20:50:20.718Z[ host-package] Compiling unicase v2.7.0
29012025-02-11T20:50:20.774Z[ helios-setup] Feb 11 20:50:19.319 INFO E| Compiling block-buffer v0.10.3
29022025-02-11T20:50:21.109Z[ helios-setup] Feb 11 20:50:19.655 INFO E| Compiling crossbeam-utils v0.8.14
29032025-02-11T20:50:21.250Z[ helios-setup] Feb 11 20:50:19.796 INFO E| Compiling rustix v0.37.3
29042025-02-11T20:50:21.388Z[ host-package] Compiling ref-cast v1.0.23
29052025-02-11T20:50:21.411Z[ helios-setup] Feb 11 20:50:19.957 INFO E| Compiling tiny-keccak v2.0.2
29062025-02-11T20:50:22.095Z[ helios-setup] Feb 11 20:50:20.641 INFO E| Compiling slog v2.7.0
29072025-02-11T20:50:22.200Z[ helios-setup] Feb 11 20:50:20.746 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29082025-02-11T20:50:22.326Z[ helios-setup] Feb 11 20:50:20.872 INFO E| Compiling hashbrown v0.12.3
29092025-02-11T20:50:22.590Z[ host-package] Compiling opaque-debug v0.3.1
29102025-02-11T20:50:23.084Z[ host-package] Compiling poly1305 v0.8.0
29112025-02-11T20:50:23.911Z[ helios-setup] Feb 11 20:50:22.423 INFO E| Compiling digest v0.10.6
29122025-02-11T20:50:24.657Z[ helios-setup] Feb 11 20:50:23.202 INFO E| Compiling errno v0.3.1
29132025-02-11T20:50:24.820Z[ helios-setup] Feb 11 20:50:23.366 INFO E| Compiling anyhow v1.0.68
29142025-02-11T20:50:24.970Z[ helios-setup] Feb 11 20:50:23.515 INFO E| Compiling cpufeatures v0.2.5
29152025-02-11T20:50:25.178Z[ helios-setup] Feb 11 20:50:23.724 INFO E| Compiling fnv v1.0.7
29162025-02-11T20:50:25.392Z[ helios-setup] Feb 11 20:50:23.937 INFO E| Compiling pkg-config v0.3.26
29172025-02-11T20:50:25.427Z[ helios-setup] Feb 11 20:50:23.972 INFO E| Compiling unicode-width v0.1.10
29182025-02-11T20:50:25.865Z[ helios-setup] Feb 11 20:50:24.410 INFO E| Compiling http v0.2.9
29192025-02-11T20:50:25.904Z[ host-package] Compiling chrono-tz-build v0.4.0
29202025-02-11T20:50:27.836Z[ host-package] Compiling thiserror-no-std v2.0.2
29212025-02-11T20:50:28.016Z[ helios-setup] Feb 11 20:50:26.560 INFO E| Compiling thiserror-impl v1.0.38
29222025-02-11T20:50:28.456Z[ helios-setup] Feb 11 20:50:27.000 INFO E| Compiling schemars_derive v0.8.12
29232025-02-11T20:50:28.561Z[ host-package] Compiling slog-stdlog v4.1.1
29242025-02-11T20:50:29.158Z[ helios-setup] Feb 11 20:50:27.703 INFO E| Compiling serde_derive v1.0.204
29252025-02-11T20:50:29.290Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29262025-02-11T20:50:29.924Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29272025-02-11T20:50:30.086Z[ host-package] Compiling derive_builder_core v0.20.2
29282025-02-11T20:50:30.119Z[ helios-setup] Feb 11 20:50:28.664 INFO E| Compiling futures-macro v0.3.28
29292025-02-11T20:50:30.709Z[ host-package] Compiling chacha20 v0.9.1
29302025-02-11T20:50:30.986Z[ helios-setup] Feb 11 20:50:29.531 INFO E| Compiling tokio-macros v2.0.0
29312025-02-11T20:50:31.163Z[ helios-setup] Feb 11 20:50:29.707 INFO E| Compiling aho-corasick v0.7.20
29322025-02-11T20:50:31.811Z[ host-package] Compiling headers-core v0.3.0
29332025-02-11T20:50:32.207Z[ host-package] Compiling aead v0.5.2
29342025-02-11T20:50:32.234Z[ helios-setup] Feb 11 20:50:30.779 INFO E| Compiling regex-syntax v0.6.29
29352025-02-11T20:50:33.155Z[ host-package] Compiling libxml v0.3.3
29362025-02-11T20:50:33.879Z[ helios-setup] Feb 11 20:50:32.422 INFO E| Compiling percent-encoding v2.2.0
29372025-02-11T20:50:33.922Z[ helios-setup] Feb 11 20:50:32.466 INFO E| Compiling heck v0.4.1
29382025-02-11T20:50:34.113Z[ host-package] Compiling ref-cast-impl v1.0.23
29392025-02-11T20:50:34.177Z[ helios-setup] Feb 11 20:50:32.722 INFO E| Compiling tinyvec_macros v0.1.1
29402025-02-11T20:50:34.587Z[ helios-setup] Feb 11 20:50:33.131 INFO E| Compiling httparse v1.8.0
29412025-02-11T20:50:34.606Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29422025-02-11T20:50:34.743Z[ helios-setup] Feb 11 20:50:33.288 INFO E| Compiling tinyvec v1.6.0
29432025-02-11T20:50:34.828Z[ helios-setup] Feb 11 20:50:33.372 INFO E| Compiling form_urlencoded v1.1.0
29442025-02-11T20:50:35.068Z[ helios-setup] Feb 11 20:50:33.612 INFO E| Compiling const-random-macro v0.1.15
29452025-02-11T20:50:35.542Z[ helios-setup] Feb 11 20:50:34.087 INFO E| Compiling hashbrown v0.13.2
29462025-02-11T20:50:35.670Z[ host-package] Compiling vte v0.11.1
29472025-02-11T20:50:36.696Z[ helios-setup] Feb 11 20:50:35.240 INFO E| Compiling libz-sys v1.1.8
29482025-02-11T20:50:36.956Z[ host-package] Compiling derive_builder_macro v0.20.2
29492025-02-11T20:50:37.712Z[ helios-setup] Feb 11 20:50:36.256 INFO E| Compiling chrono v0.4.24
29502025-02-11T20:50:38.199Z[ helios-setup] Feb 11 20:50:36.743 INFO E| Compiling getopts v0.2.21
29512025-02-11T20:50:38.504Z[ helios-setup] Feb 11 20:50:37.048 INFO E| Compiling regex v1.7.3
29522025-02-11T20:50:38.795Z[ host-package] Compiling chacha20poly1305 v0.10.1
29532025-02-11T20:50:39.154Z[ host-package] Compiling headers v0.4.0
29542025-02-11T20:50:39.605Z[ host-package] Compiling slog-envlogger v2.2.0
29552025-02-11T20:50:39.893Z[ helios-setup] Feb 11 20:50:38.436 INFO E| Compiling memoffset v0.7.1
29562025-02-11T20:50:41.092Z[ helios-setup] Feb 11 20:50:39.636 INFO E| Compiling uuid v1.3.0
29572025-02-11T20:50:41.365Z[ helios-setup] Feb 11 20:50:39.909 INFO E| Compiling dyn-clone v1.0.11
29582025-02-11T20:50:41.468Z[ helios-setup] Feb 11 20:50:40.012 INFO E| Compiling time-core v0.1.2
29592025-02-11T20:50:41.822Z[ helios-setup] Feb 11 20:50:40.365 INFO E| Compiling powerfmt v0.2.0
29602025-02-11T20:50:42.085Z[ helios-setup] Feb 11 20:50:40.629 INFO E| Compiling num-conv v0.1.0
29612025-02-11T20:50:42.901Z[ helios-setup] Feb 11 20:50:41.443 INFO E| Compiling deranged v0.3.11
29622025-02-11T20:50:43.101Z[ helios-setup] Feb 11 20:50:41.645 INFO E| Compiling unicode-normalization v0.1.22
29632025-02-11T20:50:43.103Z[ helios-setup] Feb 11 20:50:41.645 INFO E| Compiling time-macros v0.2.18
29642025-02-11T20:50:44.116Z[ host-package] Compiling vsss-rs v3.3.4
29652025-02-11T20:50:45.083Z[ host-package] Compiling chrono-tz v0.10.1
29662025-02-11T20:50:45.142Z[ helios-setup] Feb 11 20:50:43.686 INFO E| Compiling regress v0.5.0
29672025-02-11T20:50:45.836Z[ helios-setup] Feb 11 20:50:44.379 INFO E| Compiling const-random v0.1.15
29682025-02-11T20:50:46.383Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29692025-02-11T20:50:46.537Z[ helios-setup] Feb 11 20:50:45.080 INFO E| Compiling tracing-core v0.1.30
29702025-02-11T20:50:46.672Z[ helios-setup] Feb 11 20:50:45.215 INFO E| Compiling crossbeam-epoch v0.9.13
29712025-02-11T20:50:47.958Z[ helios-setup] Feb 11 20:50:46.502 INFO E| Compiling unicode-bidi v0.3.13
29722025-02-11T20:50:49.032Z[ helios-setup] Feb 11 20:50:47.575 INFO E| Compiling ucd-trie v0.1.5
29732025-02-11T20:50:49.211Z[ helios-setup] Feb 11 20:50:47.754 INFO E| Compiling num_threads v0.1.6
29742025-02-11T20:50:50.085Z[ helios-setup] Feb 11 20:50:48.627 INFO E| Compiling pest v2.5.7
29752025-02-11T20:50:50.230Z[ helios-setup] Feb 11 20:50:48.773 INFO E| Compiling time v0.3.36
29762025-02-11T20:50:51.165Z[ helios-setup] Feb 11 20:50:49.707 INFO E| Compiling idna v0.3.0
29772025-02-11T20:50:51.655Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29782025-02-11T20:50:52.044Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29792025-02-11T20:50:52.495Z[ host-package] Compiling strum_macros v0.24.3
29802025-02-11T20:50:53.579Z[ helios-setup] Feb 11 20:50:52.122 INFO E| Compiling toml v0.5.11
29812025-02-11T20:50:54.195Z[ host-package] Compiling polar-core v0.27.3
29822025-02-11T20:50:54.338Z[ helios-setup] Feb 11 20:50:52.880 INFO E| Compiling smallvec v1.10.0
29832025-02-11T20:50:56.451Z[ helios-setup] Feb 11 20:50:54.993 INFO E| Compiling parking_lot v0.12.1
29842025-02-11T20:50:58.652Z[ helios-setup] Feb 11 20:50:57.194 INFO E| Compiling serde_tokenstream v0.2.0
29852025-02-11T20:50:58.825Z[ host-package] Compiling fxhash v0.2.1
29862025-02-11T20:50:59.323Z[ host-package] Compiling samael v0.0.17
29872025-02-11T20:50:59.942Z[ helios-setup] Feb 11 20:50:58.484 INFO E| Compiling tracing v0.1.37
29882025-02-11T20:51:00.261Z[ host-package] Compiling indoc v1.0.9
29892025-02-11T20:51:01.525Z[ host-package] Compiling bytecount v0.6.8
29902025-02-11T20:51:01.939Z[ host-package] Compiling papergrid v0.11.0
29912025-02-11T20:51:03.401Z[ helios-setup] Feb 11 20:51:01.942 INFO E| Compiling crossbeam-channel v0.5.6
29922025-02-11T20:51:03.635Z[ helios-setup] Feb 11 20:51:02.173 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29932025-02-11T20:51:05.380Z[ helios-setup] Feb 11 20:51:03.921 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29942025-02-11T20:51:05.412Z[ helios-setup] Feb 11 20:51:03.953 INFO E| Compiling time v0.1.45
29952025-02-11T20:51:06.758Z[ helios-setup] Feb 11 20:51:05.299 INFO E| Compiling dirs-sys-next v0.1.2
29962025-02-11T20:51:06.819Z[ helios-setup] Feb 11 20:51:05.360 INFO E| Compiling semver v1.0.17
29972025-02-11T20:51:06.885Z[ helios-setup] Feb 11 20:51:05.426 INFO E| Compiling iana-time-zone v0.1.56
29982025-02-11T20:51:08.718Z[ helios-setup] Feb 11 20:51:07.258 INFO E| Compiling crc32fast v1.3.2
29992025-02-11T20:51:09.190Z[ helios-setup] Feb 11 20:51:07.731 INFO E| Compiling dirs-next v2.0.0
30002025-02-11T20:51:11.133Z[ helios-setup] Feb 11 20:51:09.674 INFO E| Compiling proc-macro-crate v1.2.1
30012025-02-11T20:51:11.840Z[ host-package] Compiling derive_builder v0.20.2
30022025-02-11T20:51:12.515Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30032025-02-11T20:51:12.683Z[ helios-setup] Feb 11 20:51:11.223 INFO E| Compiling tokio-util v0.7.7
30042025-02-11T20:51:12.916Z[ helios-setup] Feb 11 20:51:11.456 INFO E| Compiling semver-parser v0.10.2
30052025-02-11T20:51:13.854Z[ helios-setup] Feb 11 20:51:12.395 INFO E| Compiling url v2.3.1
30062025-02-11T20:51:16.779Z[ helios-setup] Feb 11 20:51:15.318 INFO E| Compiling futures-executor v0.3.28
30072025-02-11T20:51:17.480Z[ helios-setup] Feb 11 20:51:16.020 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30082025-02-11T20:51:17.645Z[ helios-setup] Feb 11 20:51:16.185 INFO E| Compiling thread_local v1.1.7
30092025-02-11T20:51:18.079Z[ helios-setup] Feb 11 20:51:16.618 INFO E| Compiling try-lock v0.2.4
30102025-02-11T20:51:18.958Z[ helios-setup] Feb 11 20:51:17.498 INFO E| Compiling rayon-core v1.10.2
30112025-02-11T20:51:19.033Z[ helios-setup] Feb 11 20:51:17.573 INFO E| Compiling adler v1.0.2
30122025-02-11T20:51:19.212Z[ helios-setup] Feb 11 20:51:17.752 INFO E| Compiling same-file v1.0.6
30132025-02-11T20:51:20.088Z[ helios-setup] Feb 11 20:51:18.628 INFO E| Compiling walkdir v2.3.3
30142025-02-11T20:51:20.177Z[ helios-setup] Feb 11 20:51:18.717 INFO E| Compiling miniz_oxide v0.6.2
30152025-02-11T20:51:21.339Z[ helios-setup] Feb 11 20:51:19.878 INFO E| Compiling want v0.3.0
30162025-02-11T20:51:23.606Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30172025-02-11T20:51:24.483Z[ host-package] Compiling tabled_derive v0.7.0
30182025-02-11T20:51:24.515Z[ helios-setup] Feb 11 20:51:23.054 INFO E| Compiling futures v0.3.28
30192025-02-11T20:51:25.080Z[ helios-setup] Feb 11 20:51:23.617 INFO E| Compiling h2 v0.3.16
30202025-02-11T20:51:25.626Z[ helios-setup] Feb 11 20:51:24.165 INFO E| Compiling semver v0.11.0
30212025-02-11T20:51:26.039Z[ helios-setup] Feb 11 20:51:24.578 INFO E| Compiling num_enum_derive v0.5.7
30222025-02-11T20:51:26.687Z[ host-package] Compiling fd-lock v4.0.2
30232025-02-11T20:51:26.764Z[ helios-setup] Feb 11 20:51:25.302 INFO E| Compiling crossbeam-deque v0.8.2
30242025-02-11T20:51:27.176Z[ host-package] Compiling peg-macros v0.8.4
30252025-02-11T20:51:28.088Z[ helios-setup] Feb 11 20:51:26.627 INFO E| Compiling term v0.7.0
30262025-02-11T20:51:28.299Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272025-02-11T20:51:30.310Z[ host-package] Compiling kstat-rs v0.2.4
30282025-02-11T20:51:31.548Z[ host-package] Compiling oso-derive v0.27.3
30292025-02-11T20:51:32.243Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30302025-02-11T20:51:32.796Z[ helios-setup] Feb 11 20:51:31.334 INFO E| Compiling http-body v0.4.5
30312025-02-11T20:51:33.109Z[ helios-setup] Feb 11 20:51:31.647 INFO E| Compiling sha2 v0.10.6
30322025-02-11T20:51:33.342Z[ helios-setup] Feb 11 20:51:31.880 INFO E| Compiling ring v0.16.20
30332025-02-11T20:51:33.590Z[ helios-setup] Feb 11 20:51:32.119 INFO E| Compiling rand_core v0.6.4
30342025-02-11T20:51:33.969Z[ host-package] Compiling quick-xml v0.33.0
30352025-02-11T20:51:34.057Z[ host-package] Compiling diesel-dtrace v0.4.2
30362025-02-11T20:51:34.585Z[ helios-setup] Feb 11 20:51:33.123 INFO E| Compiling atty v0.2.14
30372025-02-11T20:51:35.111Z[ host-package] Compiling nu-ansi-term v0.50.1
30382025-02-11T20:51:35.143Z[ helios-setup] Feb 11 20:51:33.681 INFO E| Compiling utf8parse v0.2.1
30392025-02-11T20:51:35.145Z[ helios-setup] Feb 11 20:51:33.681 INFO E| Compiling ppv-lite86 v0.2.17
30402025-02-11T20:51:35.696Z[ helios-setup] Feb 11 20:51:34.234 INFO E| Compiling lazy_static v1.4.0
30412025-02-11T20:51:36.139Z[ helios-setup] Feb 11 20:51:34.668 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30422025-02-11T20:51:36.867Z[ helios-setup] Feb 11 20:51:35.404 INFO E| Compiling tower-service v0.3.2
30432025-02-11T20:51:37.048Z[ helios-setup] Feb 11 20:51:35.586 INFO E| Compiling fastrand v1.9.0
30442025-02-11T20:51:37.087Z[ helios-setup] Feb 11 20:51:35.625 INFO E| Compiling httpdate v1.0.2
30452025-02-11T20:51:37.291Z[ helios-setup] Feb 11 20:51:35.828 INFO E| Compiling base64 v0.21.0
30462025-02-11T20:51:37.674Z[ host-package] Compiling reedline v0.35.0
30472025-02-11T20:51:37.687Z[ helios-setup] Feb 11 20:51:36.223 INFO E| Compiling home v0.5.4
30482025-02-11T20:51:38.192Z[ helios-setup] Feb 11 20:51:36.730 INFO E| Compiling toolchain_find v0.2.0
30492025-02-11T20:51:38.676Z[ helios-setup] Feb 11 20:51:37.213 INFO E| Compiling hyper v0.14.25
30502025-02-11T20:51:39.371Z[ helios-setup] Feb 11 20:51:37.903 INFO E| Compiling tempfile v3.5.0
30512025-02-11T20:51:39.753Z[ helios-setup] Feb 11 20:51:38.290 INFO E| Compiling rand_chacha v0.3.1
30522025-02-11T20:51:41.099Z[ helios-setup] Feb 11 20:51:39.636 INFO E| Compiling anstyle-parse v0.1.1
30532025-02-11T20:51:42.088Z[ helios-setup] Feb 11 20:51:40.625 INFO E| Compiling slog-term v2.9.0
30542025-02-11T20:51:44.057Z[ host-package] Compiling oso v0.27.3
30552025-02-11T20:51:47.723Z[ helios-setup] Feb 11 20:51:46.259 INFO E| Compiling num_enum v0.5.7
30562025-02-11T20:51:48.148Z[ helios-setup] Feb 11 20:51:46.679 INFO E| Compiling cargo-lock v8.0.3
30572025-02-11T20:51:51.708Z[ host-package] Compiling peg v0.8.4
30582025-02-11T20:51:52.008Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30592025-02-11T20:51:53.546Z[ helios-setup] Feb 11 20:51:52.082 INFO E| Compiling flate2 v1.0.25
30602025-02-11T20:51:56.602Z[ helios-setup] Feb 11 20:51:55.137 INFO E| Compiling serde_urlencoded v0.7.1
30612025-02-11T20:51:57.745Z[ helios-setup] Feb 11 20:51:56.279 INFO E| Compiling is-terminal v0.4.7
30622025-02-11T20:51:57.862Z[ helios-setup] Feb 11 20:51:56.396 INFO E| Compiling sha1 v0.10.5
30632025-02-11T20:51:58.063Z[ helios-setup] Feb 11 20:51:56.597 INFO E| Compiling anstyle v0.3.5
30642025-02-11T20:51:59.364Z[ helios-setup] Feb 11 20:51:57.899 INFO E| Compiling concolor-override v1.0.0
30652025-02-11T20:51:59.776Z[ helios-setup] Feb 11 20:51:58.311 INFO E| Compiling either v1.8.0
30662025-02-11T20:52:00.701Z[ helios-setup] Feb 11 20:51:59.237 INFO E| Compiling concolor-query v0.3.3
30672025-02-11T20:52:01.202Z[ host-package] Compiling tabled v0.15.0
30682025-02-11T20:52:04.386Z[ helios-setup] Feb 11 20:52:02.786 INFO E| Compiling anstream v0.2.6
30692025-02-11T20:52:05.800Z[ helios-setup] Feb 11 20:52:04.334 INFO E| Compiling rayon v1.6.1
30702025-02-11T20:52:05.900Z[ helios-setup] Feb 11 20:52:04.435 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30712025-02-11T20:52:11.882Z[ helios-setup] Feb 11 20:52:06.907 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30722025-02-11T20:52:11.882Z[ helios-setup] Feb 11 20:52:07.036 INFO E| Compiling rand v0.8.5
30732025-02-11T20:52:11.882Z[ helios-setup] Feb 11 20:52:07.076 INFO E| Compiling rustfmt-wrapper v0.2.0
30742025-02-11T20:52:11.882Z[ helios-setup] Feb 11 20:52:09.322 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30752025-02-11T20:52:12.458Z[ helios-setup] Feb 11 20:52:10.991 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30762025-02-11T20:52:12.552Z[ helios-setup] Feb 11 20:52:11.086 INFO E| Compiling openapiv3 v1.0.2
30772025-02-11T20:52:13.037Z[ helios-setup] Feb 11 20:52:11.570 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30782025-02-11T20:52:13.237Z[ helios-setup] Feb 11 20:52:11.771 INFO E| Compiling encoding_rs v0.8.32
30792025-02-11T20:52:16.162Z[ helios-setup] Feb 11 20:52:14.696 INFO E| Compiling utf-8 v0.7.6
30802025-02-11T20:52:17.094Z[ helios-setup] Feb 11 20:52:15.628 INFO E| Compiling ipnet v2.7.2
30812025-02-11T20:52:18.330Z[ helios-setup] Feb 11 20:52:16.863 INFO E| Compiling untrusted v0.7.1
30822025-02-11T20:52:19.089Z[ helios-setup] Feb 11 20:52:17.622 INFO E| Compiling mime v0.3.17
30832025-02-11T20:52:19.389Z[ helios-setup] Feb 11 20:52:17.922 INFO E| Compiling base64 v0.13.1
30842025-02-11T20:52:21.099Z[ helios-setup] Feb 11 20:52:19.632 INFO E| Compiling project-root v0.2.2
30852025-02-11T20:52:21.519Z[ helios-setup] Feb 11 20:52:20.051 INFO E| Compiling unsafe-libyaml v0.2.8
30862025-02-11T20:52:22.017Z[ helios-setup] Feb 11 20:52:20.549 INFO E| Compiling spin v0.5.2
30872025-02-11T20:52:22.563Z[ helios-setup] Feb 11 20:52:21.096 INFO E| Compiling clap_lex v0.4.1
30882025-02-11T20:52:22.936Z[ helios-setup] Feb 11 20:52:21.469 INFO E| Compiling strsim v0.10.0
30892025-02-11T20:52:24.097Z[ helios-setup] Feb 11 20:52:22.630 INFO E| Compiling byteorder v1.4.3
30902025-02-11T20:52:24.658Z[ helios-setup] Feb 11 20:52:23.191 INFO E| Compiling serde_yaml v0.9.21
30912025-02-11T20:52:24.873Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30922025-02-11T20:52:25.203Z[ helios-setup] Feb 11 20:52:23.735 INFO E| Compiling tungstenite v0.18.0
30932025-02-11T20:52:25.907Z[ helios-setup] Feb 11 20:52:24.440 INFO E| Compiling clap_builder v4.2.1
30942025-02-11T20:52:26.240Z[ helios-setup] Feb 11 20:52:24.773 INFO E| Compiling reqwest v0.11.16
30952025-02-11T20:52:29.181Z[ helios-setup] Feb 11 20:52:27.713 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30962025-02-11T20:52:30.485Z[ helios-setup] Feb 11 20:52:29.016 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30972025-02-11T20:52:32.171Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30982025-02-11T20:52:35.165Z[ helios-setup] Feb 11 20:52:33.695 INFO E| Compiling clap_derive v4.2.0
30992025-02-11T20:52:38.814Z[ helios-setup] Feb 11 20:52:37.345 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31002025-02-11T20:52:40.443Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31012025-02-11T20:52:40.531Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
31022025-02-11T20:52:43.400Z[ helios-setup] Feb 11 20:52:41.929 INFO E| Compiling clap v4.2.1
31032025-02-11T20:52:43.580Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31042025-02-11T20:52:44.329Z[ host-package] Compiling bb8 v0.8.5
31052025-02-11T20:52:46.157Z[ host-package] Compiling bcs v0.1.6
31062025-02-11T20:52:47.482Z[ host-package] Compiling libz-sys v1.1.20
31072025-02-11T20:52:48.401Z[ host-package] Compiling nanorand v0.7.0
31082025-02-11T20:52:49.053Z[ host-package] Compiling parking_lot_core v0.8.6
31092025-02-11T20:52:49.941Z[ host-package] Compiling termtree v0.5.1
31102025-02-11T20:52:50.227Z[ host-package] Compiling flume v0.11.1
31112025-02-11T20:52:52.132Z[ host-package] Compiling async-bb8-diesel v0.2.1
31122025-02-11T20:52:54.195Z[ host-package] Compiling mime_guess v2.0.5
31132025-02-11T20:52:58.622Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31142025-02-11T20:53:01.177Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31152025-02-11T20:53:01.637Z[ helios-setup] Feb 11 20:53:00.165 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31162025-02-11T20:53:05.076Z[ helios-setup] Feb 11 20:53:03.604 INFO E| Compiling tokio-tungstenite v0.18.0
31172025-02-11T20:53:06.683Z[ helios-setup] Feb 11 20:53:05.210 INFO E| Compiling smartstring v1.0.1
31182025-02-11T20:53:07.019Z[ host-package] Compiling nibble_vec v0.1.0
31192025-02-11T20:53:07.639Z[ helios-setup] Feb 11 20:53:06.167 INFO E| Compiling rustls v0.21.0
31202025-02-11T20:53:08.084Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
31212025-02-11T20:53:08.646Z[ helios-setup] Feb 11 20:53:07.174 INFO E| Compiling toml_datetime v0.6.1
31222025-02-11T20:53:08.740Z[ helios-setup] Feb 11 20:53:07.268 INFO E| Compiling serde_spanned v0.6.1
31232025-02-11T20:53:09.117Z[ helios-setup] Feb 11 20:53:07.645 INFO E| Compiling match_cfg v0.1.0
31242025-02-11T20:53:09.700Z[ host-package] Compiling atty v0.2.14
31252025-02-11T20:53:09.775Z[ host-package] Compiling salty v0.3.0
31262025-02-11T20:53:09.936Z[ helios-setup] Feb 11 20:53:08.463 INFO E| Compiling paste v1.0.12
31272025-02-11T20:53:10.134Z[ helios-setup] Feb 11 20:53:08.662 INFO E| Compiling slog-async v2.7.0
31282025-02-11T20:53:10.153Z[ host-package] Compiling endian-type v0.1.2
31292025-02-11T20:53:11.032Z[ host-package] Compiling http-range v0.1.5
31302025-02-11T20:53:11.163Z[ helios-setup] Feb 11 20:53:09.691 INFO E| Compiling async-trait v0.1.68
31312025-02-11T20:53:11.194Z[ host-package] Compiling radix_trie v0.2.1
31322025-02-11T20:53:11.280Z[ helios-setup] Feb 11 20:53:09.808 INFO E| Compiling camino v1.1.4
31332025-02-11T20:53:12.358Z[ helios-setup] Feb 11 20:53:10.885 INFO E| Compiling winnow v0.4.1
31342025-02-11T20:53:13.067Z[ helios-setup] Feb 11 20:53:11.595 INFO E| Compiling static_assertions v1.1.0
31352025-02-11T20:53:13.108Z[ host-package] Compiling parking_lot v0.11.2
31362025-02-11T20:53:15.618Z[ helios-setup] Feb 11 20:53:14.145 INFO E| Compiling hostname v0.3.1
31372025-02-11T20:53:15.802Z[ helios-setup] Feb 11 20:53:14.329 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31382025-02-11T20:53:16.222Z[ helios-setup] Feb 11 20:53:14.749 INFO E| Compiling slog-json v2.6.1
31392025-02-11T20:53:17.288Z[ helios-setup] Feb 11 20:53:15.815 INFO E| Compiling bincode v1.3.3
31402025-02-11T20:53:18.188Z[ helios-setup] Feb 11 20:53:16.715 INFO E| Compiling unicode-linebreak v0.1.4
31412025-02-11T20:53:19.222Z[ helios-setup] Feb 11 20:53:17.749 INFO E| Compiling toml_edit v0.19.8
31422025-02-11T20:53:19.508Z[ helios-setup] Feb 11 20:53:18.035 INFO E| Compiling async-stream-impl v0.3.5
31432025-02-11T20:53:20.877Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31442025-02-11T20:53:22.204Z[ helios-setup] Feb 11 20:53:20.730 INFO E| Compiling rhai_codegen v1.5.0
31452025-02-11T20:53:22.796Z[ helios-setup] Feb 11 20:53:21.322 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31462025-02-11T20:53:23.775Z[ helios-setup] Feb 11 20:53:22.301 INFO E| Compiling take_mut v0.2.2
31472025-02-11T20:53:26.807Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31482025-02-11T20:53:27.820Z[ helios-setup] Feb 11 20:53:26.345 INFO E| Compiling rhai v1.14.0
31492025-02-11T20:53:29.121Z[ helios-setup] Feb 11 20:53:27.645 INFO E| Compiling toml v0.7.3
31502025-02-11T20:53:29.608Z[ host-package] Compiling hyper-staticfile v0.10.1
31512025-02-11T20:53:32.695Z[ helios-setup] Feb 11 20:53:31.220 INFO E| Compiling async-stream v0.3.5
31522025-02-11T20:53:33.415Z[ helios-setup] Feb 11 20:53:31.940 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31532025-02-11T20:53:34.605Z[ helios-setup] Feb 11 20:53:33.130 INFO E| Compiling slog-bunyan v2.4.0
31542025-02-11T20:53:35.001Z[ host-package] Compiling sled v0.34.7
31552025-02-11T20:53:39.153Z[ helios-setup] Feb 11 20:53:37.678 INFO E| Compiling rustls-pemfile v1.0.2
31562025-02-11T20:53:40.328Z[ helios-setup] Feb 11 20:53:38.853 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31572025-02-11T20:53:40.493Z[ helios-setup] Feb 11 20:53:39.017 INFO E| Compiling serde_path_to_error v0.1.11
31582025-02-11T20:53:41.458Z[ host-package] Compiling hickory-client v0.24.2
31592025-02-11T20:53:42.443Z[ helios-setup] Feb 11 20:53:40.967 INFO E| Compiling terminal_size v0.2.6
31602025-02-11T20:53:42.897Z[ helios-setup] Feb 11 20:53:41.421 INFO E| Compiling smawk v0.3.1
31612025-02-11T20:53:43.068Z[ helios-setup] Feb 11 20:53:41.593 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
31622025-02-11T20:53:43.643Z[ helios-setup] Feb 11 20:53:42.167 INFO E| Compiling textwrap v0.16.0
31632025-02-11T20:53:50.642Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31642025-02-11T20:53:52.866Z[ helios-setup] Feb 11 20:53:51.390 INFO E| Compiling rustls-webpki v0.100.1
31652025-02-11T20:53:53.043Z[ helios-setup] Feb 11 20:53:51.566 INFO E| Compiling sct v0.7.0
31662025-02-11T20:53:56.454Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31672025-02-11T20:53:57.950Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31682025-02-11T20:54:00.732Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31692025-02-11T20:54:01.278Z[ helios-setup] Feb 11 20:53:59.800 INFO E| Compiling git2 v0.16.1
31702025-02-11T20:54:02.059Z[ helios-setup] Feb 11 20:54:00.581 INFO E| Compiling tokio-rustls v0.24.0
31712025-02-11T20:54:12.626Z[ helios-setup] Feb 11 20:54:11.144 INFO E| Compiling built v0.6.0
31722025-02-11T20:54:13.470Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31732025-02-11T20:54:13.825Z[ helios-setup] Feb 11 20:54:12.345 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31742025-02-11T20:54:16.296Z[ helios-setup] Feb 11 20:54:14.817 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31752025-02-11T20:54:17.577Z[ helios-setup] Feb 11 20:54:16.097 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31762025-02-11T20:54:20.234Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31772025-02-11T20:54:24.213Z[ host-package] Compiling hickory-server v0.24.2
31782025-02-11T20:54:26.616Z[ host-package] Compiling primeorder v0.13.6
31792025-02-11T20:54:27.662Z[ host-package] Compiling castaway v0.2.3
31802025-02-11T20:54:28.001Z[ host-package] Compiling vergen v8.3.2
31812025-02-11T20:54:29.092Z[ host-package] Compiling env_filter v0.1.2
31822025-02-11T20:54:31.763Z[ host-package] Compiling cargo-platform v0.1.8
31832025-02-11T20:54:32.863Z[ host-package] Compiling memoffset v0.9.1
31842025-02-11T20:54:33.543Z[ host-package] Compiling cargo_metadata v0.18.1
31852025-02-11T20:54:36.822Z[ host-package] Compiling env_logger v0.11.5
31862025-02-11T20:54:37.138Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31872025-02-11T20:54:38.554Z[ host-package] Compiling compact_str v0.8.0
31882025-02-11T20:54:38.598Z[ host-package] Compiling p384 v0.13.0
31892025-02-11T20:54:40.160Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31902025-02-11T20:54:41.317Z[ host-package] Compiling git2 v0.19.0
31912025-02-11T20:54:46.489Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31922025-02-11T20:54:49.004Z[ helios-setup] Feb 11 20:54:47.521 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31932025-02-11T20:54:50.636Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31942025-02-11T20:54:51.532Z[ helios-setup] Feb 11 20:54:50.049 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31952025-02-11T20:54:52.129Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31962025-02-11T20:54:52.444Z[ host-package] Compiling unicode-truncate v1.1.0
31972025-02-11T20:54:53.072Z[ host-package] Compiling lru v0.12.5
31982025-02-11T20:54:54.079Z[ host-package] Compiling rand_seeder v0.3.0
31992025-02-11T20:54:55.112Z[ host-package] Compiling libsqlite3-sys v0.30.1
32002025-02-11T20:54:56.722Z[ host-package] Compiling lzma-sys v0.1.20
32012025-02-11T20:54:58.473Z[ host-package] Compiling instability v0.3.2
32022025-02-11T20:55:00.500Z[ host-package] Compiling rustls v0.21.12
32032025-02-11T20:55:01.360Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32042025-02-11T20:55:02.661Z[ host-package] Compiling cassowary v0.3.0
32052025-02-11T20:55:03.497Z[ host-package] Compiling cfg_aliases v0.2.1
32062025-02-11T20:55:03.870Z[ host-package] Compiling ratatui v0.28.1
32072025-02-11T20:55:03.892Z[ host-package] Compiling nix v0.29.0
32082025-02-11T20:55:05.791Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32092025-02-11T20:55:06.434Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32102025-02-11T20:55:09.178Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32112025-02-11T20:55:09.250Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32122025-02-11T20:55:11.177Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32132025-02-11T20:55:11.301Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32142025-02-11T20:55:12.216Z[ host-package] Compiling rustls-webpki v0.101.7
32152025-02-11T20:55:17.261Z[ host-package] Compiling sct v0.7.1
32162025-02-11T20:55:18.422Z[ host-package] Compiling heck v0.3.3
32172025-02-11T20:55:18.508Z[ host-package] Compiling csv-core v0.1.11
32182025-02-11T20:55:19.036Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32192025-02-11T20:55:19.190Z[ host-package] Compiling glob v0.3.2
32202025-02-11T20:55:19.210Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32212025-02-11T20:55:20.320Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32222025-02-11T20:55:20.385Z[ host-package] Compiling csv v1.3.1
32232025-02-11T20:55:20.507Z[ host-package] Compiling zone_cfg_derive v0.1.2
32242025-02-11T20:55:23.666Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32252025-02-11T20:55:24.680Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
32262025-02-11T20:55:27.036Z[ host-package] Compiling nix v0.27.1
32272025-02-11T20:55:31.436Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32282025-02-11T20:55:32.620Z[ helios-setup] Feb 11 20:55:31.132 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32292025-02-11T20:55:35.790Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32302025-02-11T20:55:35.894Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32312025-02-11T20:55:36.338Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32322025-02-11T20:55:43.368Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32332025-02-11T20:55:43.908Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32342025-02-11T20:55:43.964Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32352025-02-11T20:55:44.479Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362025-02-11T20:55:45.100Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32372025-02-11T20:55:45.275Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32382025-02-11T20:55:46.140Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32392025-02-11T20:55:47.554Z[ host-package] Compiling tungstenite v0.23.0
32402025-02-11T20:55:48.482Z[ host-package] Compiling hashlink v0.9.1
32412025-02-11T20:55:50.181Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32422025-02-11T20:55:50.890Z[ host-package] Compiling base64 v0.13.1
32432025-02-11T20:55:52.327Z[ host-package] Compiling fallible-iterator v0.3.0
32442025-02-11T20:55:52.503Z[ host-package] Compiling ron v0.7.1
32452025-02-11T20:55:53.980Z[ host-package] Compiling rusqlite v0.32.1
32462025-02-11T20:55:54.160Z[ host-package] Compiling tokio-tungstenite v0.23.1
32472025-02-11T20:55:55.624Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32482025-02-11T20:55:57.182Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32492025-02-11T20:55:58.277Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32502025-02-11T20:55:59.166Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32512025-02-11T20:56:01.648Z[ host-package] Compiling xz2 v0.1.7
32522025-02-11T20:56:02.245Z[ host-package] Compiling tokio-rustls v0.24.1
32532025-02-11T20:56:03.227Z[ host-package] Compiling zone v0.1.8
32542025-02-11T20:56:06.445Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32552025-02-11T20:56:08.831Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32562025-02-11T20:56:21.194Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32572025-02-11T20:56:27.895Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32582025-02-11T20:56:28.988Z[ helios-setup] Feb 11 20:56:27.495 INFO E| Finished `release` profile [optimized] target(s) in 6m 32s
32592025-02-11T20:56:29.145Z[ helios-setup] Feb 11 20:56:27.651 INFO building project "pilot" ok (392 seconds)
32602025-02-11T20:56:29.145Z[ helios-setup] Feb 11 20:56:27.651 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32612025-02-11T20:56:29.145Z[ helios-setup] Feb 11 20:56:27.651 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32622025-02-11T20:56:29.155Z[ helios-setup] Feb 11 20:56:27.661 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32632025-02-11T20:56:29.288Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32642025-02-11T20:56:29.434Z[ helios-setup] Feb 11 20:56:27.940 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32652025-02-11T20:56:29.434Z[ helios-setup] Feb 11 20:56:27.940 INFO E| info: downloading component 'cargo'
32662025-02-11T20:56:30.667Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32672025-02-11T20:56:31.113Z[ helios-setup] Feb 11 20:56:29.619 INFO E| info: downloading component 'clippy'
32682025-02-11T20:56:31.330Z[ helios-setup] Feb 11 20:56:29.836 INFO E| info: downloading component 'rust-docs'
32692025-02-11T20:56:32.708Z[ helios-setup] Feb 11 20:56:31.214 INFO E| info: downloading component 'rust-src'
32702025-02-11T20:56:32.829Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32712025-02-11T20:56:32.999Z[ host-package] Compiling rustls-pemfile v1.0.4
32722025-02-11T20:56:33.010Z[ helios-setup] Feb 11 20:56:31.516 INFO E| info: downloading component 'rust-std'
32732025-02-11T20:56:33.845Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742025-02-11T20:56:34.181Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32752025-02-11T20:56:34.392Z[ host-package] Compiling signal-hook-tokio v0.3.1
32762025-02-11T20:56:34.598Z[ helios-setup] Feb 11 20:56:33.103 INFO E| info: downloading component 'rustc'
32772025-02-11T20:56:34.628Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
32782025-02-11T20:56:36.818Z[ host-package] Compiling yasna v0.5.2
32792025-02-11T20:56:39.924Z[ helios-setup] Feb 11 20:56:38.429 INFO E| info: downloading component 'rustfmt'
32802025-02-11T20:56:40.188Z[ helios-setup] Feb 11 20:56:38.694 INFO E| info: installing component 'cargo'
32812025-02-11T20:56:40.252Z[ host-package] Compiling twox-hash v2.1.0
32822025-02-11T20:56:41.486Z[ host-package] Compiling unicode-linebreak v0.1.5
32832025-02-11T20:56:41.651Z[ helios-setup] Feb 11 20:56:40.156 INFO E| info: installing component 'clippy'
32842025-02-11T20:56:42.079Z[ helios-setup] Feb 11 20:56:40.584 INFO E| info: installing component 'rust-docs'
32852025-02-11T20:56:42.082Z[ host-package] Compiling is_ci v1.2.0
32862025-02-11T20:56:42.162Z[ host-package] Compiling smawk v0.3.2
32872025-02-11T20:56:42.457Z[ host-package] Compiling supports-color v3.0.1
32882025-02-11T20:56:42.629Z[ host-package] Compiling textwrap v0.16.1
32892025-02-11T20:56:43.949Z[ host-package] Compiling rcgen v0.12.1
32902025-02-11T20:56:46.635Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32912025-02-11T20:56:47.652Z[ helios-setup] Feb 11 20:56:46.156 INFO E| info: installing component 'rust-src'
32922025-02-11T20:56:48.399Z[ helios-setup] Feb 11 20:56:46.904 INFO E| info: installing component 'rust-std'
32932025-02-11T20:56:50.607Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
32942025-02-11T20:56:51.140Z[ helios-setup] Feb 11 20:56:49.644 INFO E| info: installing component 'rustc'
32952025-02-11T20:56:51.261Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962025-02-11T20:56:56.052Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32972025-02-11T20:56:56.476Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32982025-02-11T20:56:57.085Z[ helios-setup] Feb 11 20:56:55.588 INFO E| info: installing component 'rustfmt'
32992025-02-11T20:56:57.934Z[ helios-setup] Feb 11 20:56:56.438 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33002025-02-11T20:56:58.849Z[ helios-setup] Feb 11 20:56:57.352 INFO E| From https://github.com/oxidecomputer/amd-apcb
33012025-02-11T20:56:58.849Z[ helios-setup] Feb 11 20:56:57.352 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
33022025-02-11T20:56:58.849Z[ helios-setup] Feb 11 20:56:57.352 INFO E| * [new tag] v0.4.5 -> v0.4.5
33032025-02-11T20:56:59.030Z[ helios-setup] Feb 11 20:56:57.533 INFO E| * [new tag] v0.1.3 -> v0.1.3
33042025-02-11T20:56:59.030Z[ helios-setup] Feb 11 20:56:57.533 INFO E| * [new tag] v0.1.4 -> v0.1.4
33052025-02-11T20:56:59.032Z[ helios-setup] Feb 11 20:56:57.533 INFO E| * [new tag] v0.1.5 -> v0.1.5
33062025-02-11T20:56:59.032Z[ helios-setup] Feb 11 20:56:57.533 INFO E| * [new tag] v0.2.0 -> v0.2.0
33072025-02-11T20:56:59.032Z[ helios-setup] Feb 11 20:56:57.533 INFO E| * [new tag] v0.3.0 -> v0.3.0
33082025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.534 INFO E| * [new tag] v0.3.1 -> v0.3.1
33092025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.534 INFO E| * [new tag] v0.3.2 -> v0.3.2
33102025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.534 INFO E| * [new tag] v0.3.3 -> v0.3.3
33112025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.535 INFO E| * [new tag] v0.4.0 -> v0.4.0
33122025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.535 INFO E| * [new tag] v0.4.1 -> v0.4.1
33132025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.535 INFO E| * [new tag] v0.4.2 -> v0.4.2
33142025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.535 INFO E| * [new tag] v0.4.3 -> v0.4.3
33152025-02-11T20:56:59.033Z[ helios-setup] Feb 11 20:56:57.535 INFO E| * [new tag] v0.4.4 -> v0.4.4
33162025-02-11T20:56:59.123Z[ helios-setup] Feb 11 20:56:57.627 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
33172025-02-11T20:57:00.141Z[ helios-setup] Feb 11 20:56:58.644 INFO E| From https://github.com/oxidecomputer/amd-efs
33182025-02-11T20:57:00.141Z[ helios-setup] Feb 11 20:56:58.644 INFO E| * [new branch] empty -> origin/empty
33192025-02-11T20:57:00.141Z[ helios-setup] Feb 11 20:56:58.644 INFO E| * [new branch] issue-99 -> origin/issue-99
33202025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.644 INFO E| * [new branch] main -> origin/main
33212025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new branch] review -> origin/review
33222025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new ref] -> origin/HEAD
33232025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new tag] v0.2.0 -> v0.2.0
33242025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new tag] v0.2.1 -> v0.2.1
33252025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new tag] v0.2.2 -> v0.2.2
33262025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.645 INFO E| * [new tag] v0.2.3 -> v0.2.3
33272025-02-11T20:57:00.144Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.2.4 -> v0.2.4
33282025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.2.5 -> v0.2.5
33292025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.2.6 -> v0.2.6
33302025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.2.7 -> v0.2.7
33312025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.3.0 -> v0.3.0
33322025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.3.1 -> v0.3.1
33332025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.4.0 -> v0.4.0
33342025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.646 INFO E| * [new tag] v0.4.1 -> v0.4.1
33352025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.647 INFO E| * [new tag] v0.4.2 -> v0.4.2
33362025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.647 INFO E| * [new tag] v0.4.3 -> v0.4.3
33372025-02-11T20:57:00.145Z[ helios-setup] Feb 11 20:56:58.647 INFO E| * [new tag] v0.4.4 -> v0.4.4
33382025-02-11T20:57:00.170Z[ helios-setup] Feb 11 20:56:58.673 INFO E| Updating crates.io index
33392025-02-11T20:57:00.307Z[ helios-setup] Feb 11 20:56:58.810 INFO E| Downloading crates ...
33402025-02-11T20:57:00.449Z[ helios-setup] Feb 11 20:56:58.952 INFO E| Downloaded ansi_term v0.12.1
33412025-02-11T20:57:00.452Z[ helios-setup] Feb 11 20:56:58.956 INFO E| Downloaded modular-bitfield-impl v0.11.2
33422025-02-11T20:57:00.534Z[ helios-setup] Feb 11 20:56:59.037 INFO E| Downloaded unic-ucd-version v0.9.0
33432025-02-11T20:57:00.537Z[ helios-setup] Feb 11 20:56:59.039 INFO E| Downloaded unic-common v0.9.0
33442025-02-11T20:57:00.537Z[ helios-setup] Feb 11 20:56:59.040 INFO E| Downloaded unic-char-range v0.9.0
33452025-02-11T20:57:00.540Z[ helios-setup] Feb 11 20:56:59.041 INFO E| Downloaded unic-char-property v0.9.0
33462025-02-11T20:57:00.542Z[ helios-setup] Feb 11 20:56:59.043 INFO E| Downloaded textwrap v0.11.0
33472025-02-11T20:57:00.542Z[ helios-setup] Feb 11 20:56:59.045 INFO E| Downloaded proc-macro-crate v0.1.5
33482025-02-11T20:57:00.545Z[ helios-setup] Feb 11 20:56:59.046 INFO E| Downloaded scroll_derive v0.10.5
33492025-02-11T20:57:00.545Z[ helios-setup] Feb 11 20:56:59.047 INFO E| Downloaded cpufeatures v0.2.16
33502025-02-11T20:57:00.547Z[ helios-setup] Feb 11 20:56:59.049 INFO E| Downloaded strum v0.23.0
33512025-02-11T20:57:00.547Z[ helios-setup] Feb 11 20:56:59.050 INFO E| Downloaded pre v0.2.1
33522025-02-11T20:57:00.550Z[ helios-setup] Feb 11 20:56:59.051 INFO E| Downloaded semver v0.9.0
33532025-02-11T20:57:00.552Z[ helios-setup] Feb 11 20:56:59.053 INFO E| Downloaded pest_generator v2.7.15
33542025-02-11T20:57:00.552Z[ helios-setup] Feb 11 20:56:59.055 INFO E| Downloaded vec_map v0.8.2
33552025-02-11T20:57:00.555Z[ helios-setup] Feb 11 20:56:59.057 INFO E| Downloaded strsim v0.8.0
33562025-02-11T20:57:00.558Z[ helios-setup] Feb 11 20:56:59.059 INFO E| Downloaded pre-proc-macro v0.2.1
33572025-02-11T20:57:00.560Z[ helios-setup] Feb 11 20:56:59.061 INFO E| Downloaded rustc_version v0.2.3
33582025-02-11T20:57:00.560Z[ helios-setup] Feb 11 20:56:59.063 INFO E| Downloaded itoa v1.0.14
33592025-02-11T20:57:00.563Z[ helios-setup] Feb 11 20:56:59.064 INFO E| Downloaded structopt-derive v0.4.18
33602025-02-11T20:57:00.565Z[ helios-setup] Feb 11 20:56:59.066 INFO E| Downloaded semver-parser v0.7.0
33612025-02-11T20:57:00.565Z[ helios-setup] Feb 11 20:56:59.068 INFO E| Downloaded four-cc v0.3.0
33622025-02-11T20:57:00.568Z[ helios-setup] Feb 11 20:56:59.069 INFO E| Downloaded unic-ucd-ident v0.9.0
33632025-02-11T20:57:00.572Z[ helios-setup] Feb 11 20:56:59.071 INFO E| Downloaded strum_macros v0.23.1
33642025-02-11T20:57:00.575Z[ helios-setup] Feb 11 20:56:59.074 INFO E| Downloaded scroll v0.10.2
33652025-02-11T20:57:00.575Z[ helios-setup] Feb 11 20:56:59.077 INFO E| Downloaded bytesize v1.3.0
33662025-02-11T20:57:00.577Z[ helios-setup] Feb 11 20:56:59.078 INFO E| Downloaded cfg-if v0.1.10
33672025-02-11T20:57:00.577Z[ helios-setup] Feb 11 20:56:59.080 INFO E| Downloaded rustversion v1.0.19
33682025-02-11T20:57:00.581Z[ helios-setup] Feb 11 20:56:59.084 INFO E| Downloaded proc-macro2 v1.0.93
33692025-02-11T20:57:00.585Z[ helios-setup] Feb 11 20:56:59.088 INFO E| Downloaded pest_meta v2.7.15
33702025-02-11T20:57:00.588Z[ helios-setup] Feb 11 20:56:59.092 INFO E| Downloaded structopt v0.3.26
33712025-02-11T20:57:00.599Z[ helios-setup] Feb 11 20:56:59.102 INFO E| Downloaded pest_derive v2.7.15
33722025-02-11T20:57:00.602Z[ helios-setup] Feb 11 20:56:59.105 INFO E| Downloaded modular-bitfield v0.11.2
33732025-02-11T20:57:00.618Z[ helios-setup] Feb 11 20:56:59.121 INFO E| Downloaded pest v2.7.15
33742025-02-11T20:57:00.625Z[ helios-setup] Feb 11 20:56:59.128 INFO E| Downloaded goblin v0.4.3
33752025-02-11T20:57:00.633Z[ helios-setup] Feb 11 20:56:59.136 INFO E| Downloaded clap v2.34.0
33762025-02-11T20:57:00.643Z[ helios-setup] Feb 11 20:56:59.146 INFO E| Downloaded parse_int v0.6.0
33772025-02-11T20:57:00.645Z[ helios-setup] Feb 11 20:56:59.147 INFO E| Downloaded memoffset v0.5.6
33782025-02-11T20:57:00.645Z[ helios-setup] Feb 11 20:56:59.148 INFO E| Downloaded fletcher v0.1.0
33792025-02-11T20:57:00.754Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling proc-macro2 v1.0.93
33802025-02-11T20:57:00.754Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling unicode-ident v1.0.14
33812025-02-11T20:57:00.754Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling syn v1.0.109
33822025-02-11T20:57:00.754Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling version_check v0.9.5
33832025-02-11T20:57:00.757Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling memchr v2.7.4
33842025-02-11T20:57:00.757Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling autocfg v1.4.0
33852025-02-11T20:57:00.757Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling semver-parser v0.7.0
33862025-02-11T20:57:00.757Z[ helios-setup] Feb 11 20:56:59.257 INFO E| Compiling serde v1.0.217
33872025-02-11T20:57:02.248Z[ helios-setup] Feb 11 20:57:00.750 INFO E| Compiling semver v0.9.0
33882025-02-11T20:57:02.373Z[ helios-setup] Feb 11 20:57:00.876 INFO E| Compiling proc-macro-error-attr v1.0.4
33892025-02-11T20:57:02.766Z[ helios-setup] Feb 11 20:57:01.269 INFO E| Compiling proc-macro-error v1.0.4
33902025-02-11T20:57:02.869Z[ helios-setup] Feb 11 20:57:01.372 INFO E| Compiling rustc_version v0.2.3
33912025-02-11T20:57:03.030Z[ helios-setup] Feb 11 20:57:01.531 INFO E| Compiling serde_json v1.0.135
33922025-02-11T20:57:03.058Z[ helios-setup] Feb 11 20:57:01.561 INFO E| Compiling thiserror v2.0.11
33932025-02-11T20:57:03.560Z[ helios-setup] Feb 11 20:57:02.063 INFO E| Compiling quote v1.0.38
33942025-02-11T20:57:03.711Z[ helios-setup] Feb 11 20:57:02.213 INFO E| Compiling num-traits v0.2.19
33952025-02-11T20:57:03.722Z[ helios-setup] Feb 11 20:57:02.224 INFO E| Compiling unicode-segmentation v1.12.0
33962025-02-11T20:57:03.755Z[ helios-setup] Feb 11 20:57:02.258 INFO E| Compiling schemars v0.8.21
33972025-02-11T20:57:04.314Z[ helios-setup] Feb 11 20:57:02.816 INFO E| Compiling syn v2.0.96
33982025-02-11T20:57:04.800Z[ helios-setup] Feb 11 20:57:03.302 INFO E| Compiling ryu v1.0.18
33992025-02-11T20:57:05.158Z[ helios-setup] Feb 11 20:57:03.661 INFO E| Compiling itoa v1.0.14
34002025-02-11T20:57:05.308Z[ helios-setup] Feb 11 20:57:03.811 INFO E| Compiling heck v0.3.3
34012025-02-11T20:57:05.576Z[ helios-setup] Feb 11 20:57:04.078 INFO E| Compiling pre-proc-macro v0.2.1
34022025-02-11T20:57:05.683Z[ helios-setup] Feb 11 20:57:04.185 INFO E| Compiling memoffset v0.5.6
34032025-02-11T20:57:05.930Z[ helios-setup] Feb 11 20:57:04.431 INFO E| Compiling lazy_static v1.5.0
34042025-02-11T20:57:06.119Z[ helios-setup] Feb 11 20:57:04.621 INFO E| Compiling paste v1.0.15
34052025-02-11T20:57:06.134Z[ helios-setup] Feb 11 20:57:04.637 INFO E| Compiling thiserror v1.0.69
34062025-02-11T20:57:06.149Z[ helios-setup] Feb 11 20:57:04.651 INFO E| Compiling dyn-clone v1.0.17
34072025-02-11T20:57:06.323Z[ helios-setup] Feb 11 20:57:04.825 INFO E| Compiling libc v0.2.169
34082025-02-11T20:57:06.501Z[ helios-setup] Feb 11 20:57:05.003 INFO E| Compiling rustversion v1.0.19
34092025-02-11T20:57:06.879Z[ helios-setup] Feb 11 20:57:05.381 INFO E| Compiling ucd-trie v0.1.7
34102025-02-11T20:57:07.744Z[ helios-setup] Feb 11 20:57:06.246 INFO E| Compiling pre v0.2.1
34112025-02-11T20:57:08.214Z[ helios-setup] Feb 11 20:57:06.716 INFO E| Compiling cfg-if v0.1.10
34122025-02-11T20:57:08.225Z[ helios-setup] Feb 11 20:57:06.728 INFO E| Compiling byteorder v1.5.0
34132025-02-11T20:57:08.303Z[ helios-setup] Feb 11 20:57:06.805 INFO E| Compiling static_assertions v1.1.0
34142025-02-11T20:57:08.398Z[ helios-setup] Feb 11 20:57:06.900 INFO E| Compiling once_cell v1.20.2
34152025-02-11T20:57:09.239Z[ helios-setup] Feb 11 20:57:07.741 INFO E| Compiling unicode-width v0.1.14
34162025-02-11T20:57:10.221Z[ helios-setup] Feb 11 20:57:08.723 INFO E| Compiling atty v0.2.14
34172025-02-11T20:57:10.401Z[ helios-setup] Feb 11 20:57:08.903 INFO E| Compiling textwrap v0.11.0
34182025-02-11T20:57:10.406Z[ helios-setup] Feb 11 20:57:08.908 INFO E| Compiling vec_map v0.8.2
34192025-02-11T20:57:11.016Z[ helios-setup] Feb 11 20:57:09.517 INFO E| Compiling bitflags v1.3.2
34202025-02-11T20:57:11.116Z[ helios-setup] Feb 11 20:57:09.618 INFO E| Compiling unic-char-range v0.9.0
34212025-02-11T20:57:11.570Z[ helios-setup] Feb 11 20:57:10.071 INFO E| Compiling strsim v0.8.0
34222025-02-11T20:57:11.650Z[ helios-setup] Feb 11 20:57:10.152 INFO E| Compiling fletcher v0.1.0
34232025-02-11T20:57:11.785Z[ helios-setup] Feb 11 20:57:10.286 INFO E| Compiling ansi_term v0.12.1
34242025-02-11T20:57:11.950Z[ helios-setup] Feb 11 20:57:10.452 INFO E| Compiling unic-common v0.9.0
34252025-02-11T20:57:12.056Z[ helios-setup] Feb 11 20:57:10.558 INFO E| Compiling strum v0.23.0
34262025-02-11T20:57:12.218Z[ helios-setup] Feb 11 20:57:10.719 INFO E| Compiling parse_int v0.6.0
34272025-02-11T20:57:12.268Z[ helios-setup] Feb 11 20:57:10.770 INFO E| Compiling clap v2.34.0
34282025-02-11T20:57:12.465Z[ helios-setup] Feb 11 20:57:10.967 INFO E| Compiling unic-ucd-version v0.9.0
34292025-02-11T20:57:12.536Z[ helios-setup] Feb 11 20:57:11.038 INFO E| Compiling unic-char-property v0.9.0
34302025-02-11T20:57:12.859Z[ helios-setup] Feb 11 20:57:11.360 INFO E| Compiling log v0.4.22
34312025-02-11T20:57:12.859Z[ helios-setup] Feb 11 20:57:11.360 INFO E| Compiling plain v0.2.3
34322025-02-11T20:57:12.916Z[ helios-setup] Feb 11 20:57:11.417 INFO E| Compiling unic-ucd-ident v0.9.0
34332025-02-11T20:57:12.954Z[ helios-setup] Feb 11 20:57:11.456 INFO E| Compiling bytesize v1.3.0
34342025-02-11T20:57:13.266Z[ helios-setup] Feb 11 20:57:11.767 INFO E| Compiling serde_derive_internals v0.29.1
34352025-02-11T20:57:13.560Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34362025-02-11T20:57:16.379Z[ helios-setup] Feb 11 20:57:14.880 INFO E| Compiling toml v0.5.11
34372025-02-11T20:57:18.753Z[ helios-setup] Feb 11 20:57:17.254 INFO E| Compiling serde_derive v1.0.217
34382025-02-11T20:57:18.753Z[ helios-setup] Feb 11 20:57:17.254 INFO E| Compiling thiserror-impl v2.0.11
34392025-02-11T20:57:18.756Z[ helios-setup] Feb 11 20:57:17.254 INFO E| Compiling schemars_derive v0.8.21
34402025-02-11T20:57:18.878Z[ helios-setup] Feb 11 20:57:17.379 INFO E| Compiling thiserror-impl v1.0.69
34412025-02-11T20:57:19.973Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34422025-02-11T20:57:20.034Z[ helios-setup] Feb 11 20:57:18.535 INFO E| Compiling proc-macro-crate v0.1.5
34432025-02-11T20:57:21.227Z[ helios-setup] Feb 11 20:57:19.728 INFO E| Compiling zerocopy-derive v0.6.6
34442025-02-11T20:57:22.420Z[ helios-setup] Feb 11 20:57:20.921 INFO E| Compiling num-derive v0.4.2
34452025-02-11T20:57:25.149Z[ helios-setup] Feb 11 20:57:23.649 INFO E| Compiling zerocopy v0.6.6
34462025-02-11T20:57:25.371Z[ helios-setup] Feb 11 20:57:23.871 INFO E| Compiling pest v2.7.15
34472025-02-11T20:57:26.869Z[ helios-setup] Feb 11 20:57:25.369 INFO E| Compiling modular-bitfield-impl v0.11.2
34482025-02-11T20:57:27.293Z[ helios-setup] Feb 11 20:57:25.793 INFO E| Compiling strum_macros v0.23.1
34492025-02-11T20:57:27.408Z[ helios-setup] Feb 11 20:57:25.907 INFO E| Compiling scroll_derive v0.10.5
34502025-02-11T20:57:28.265Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512025-02-11T20:57:29.071Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34522025-02-11T20:57:30.523Z[ helios-setup] Feb 11 20:57:29.023 INFO E| Compiling pest_meta v2.7.15
34532025-02-11T20:57:30.648Z[ helios-setup] Feb 11 20:57:29.148 INFO E| Compiling scroll v0.10.2
34542025-02-11T20:57:31.410Z[ helios-setup] Feb 11 20:57:29.910 INFO E| Compiling structopt-derive v0.4.18
34552025-02-11T20:57:32.141Z[ helios-setup] Feb 11 20:57:30.641 INFO E| Compiling goblin v0.4.3
34562025-02-11T20:57:32.493Z[ helios-setup] Feb 11 20:57:30.992 INFO E| Compiling modular-bitfield v0.11.2
34572025-02-11T20:57:33.191Z[ helios-setup] Feb 11 20:57:31.691 INFO E| Compiling pest_generator v2.7.15
34582025-02-11T20:57:36.381Z[ helios-setup] Feb 11 20:57:34.881 INFO E| Compiling structopt v0.3.26
34592025-02-11T20:57:38.198Z[ helios-setup] Feb 11 20:57:36.697 INFO E| Compiling pest_derive v2.7.15
34602025-02-11T20:57:43.125Z[ helios-setup] Feb 11 20:57:41.623 INFO E| Compiling json5 v0.4.1
34612025-02-11T20:57:48.736Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34622025-02-11T20:57:48.985Z[ helios-setup] Feb 11 20:57:47.483 INFO E| Compiling four-cc v0.3.0
34632025-02-11T20:57:48.988Z[ helios-setup] Feb 11 20:57:47.483 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34642025-02-11T20:57:49.328Z[ helios-setup] Feb 11 20:57:47.825 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
34652025-02-11T20:57:50.201Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34662025-02-11T20:57:57.453Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34672025-02-11T20:57:57.905Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34682025-02-11T20:57:58.317Z[ host-package] Compiling fatfs v0.3.6
34692025-02-11T20:57:59.945Z[ host-package] Compiling subprocess v0.2.9
34702025-02-11T20:58:01.430Z[ host-package] Compiling rtoolbox v0.0.2
34712025-02-11T20:58:02.092Z[ host-package] Compiling assert_matches v1.5.0
34722025-02-11T20:58:05.057Z[ host-package] Compiling rpassword v7.3.1
34732025-02-11T20:58:05.733Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34742025-02-11T20:58:09.250Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34752025-02-11T20:58:12.700Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34762025-02-11T20:58:14.541Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34772025-02-11T20:58:20.317Z[ host-package] Compiling tui-tree-widget v0.22.0
34782025-02-11T20:58:20.873Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34792025-02-11T20:58:23.208Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34802025-02-11T20:58:23.790Z[ host-package] Compiling uzers v0.12.1
34812025-02-11T20:58:27.397Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34822025-02-11T20:58:33.221Z[ helios-setup] Feb 11 20:58:31.714 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34832025-02-11T20:58:35.686Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34842025-02-11T20:58:38.246Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34852025-02-11T20:58:52.175Z[ helios-setup] Feb 11 20:58:50.666 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34862025-02-11T20:59:07.234Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34872025-02-11T20:59:09.060Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34882025-02-11T20:59:14.565Z[ host-package] Compiling multimap v0.10.0
34892025-02-11T20:59:43.838Z[ helios-setup] Feb 11 20:59:42.322 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
34902025-02-11T20:59:43.875Z[ helios-setup] Feb 11 20:59:42.360 INFO building project "amd-host-image-builder" ok (194 seconds)
34912025-02-11T20:59:43.877Z[ helios-setup] rm -f helios-build
34922025-02-11T20:59:43.880Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34932025-02-11T20:59:43.884Z[ helios-setup]
34942025-02-11T20:59:43.888Z[ helios-setup] Setup complete! ./helios-build is now available.
34952025-02-11T20:59:43.891Z[ helios-setup]
34962025-02-11T20:59:43.891Z[ helios-setup]
34972025-02-11T20:59:43.891Z[ helios-setup] real 11:45.627522517
34982025-02-11T20:59:43.891Z[ helios-setup] user 28:32.370831157
34992025-02-11T20:59:43.891Z[ helios-setup] sys 2:43.939992420
35002025-02-11T20:59:43.891Z[ helios-setup] trap 1.711192735
35012025-02-11T20:59:43.891Z[ helios-setup] tflt 4.768559315
35022025-02-11T20:59:43.891Z[ helios-setup] dflt 27.805255712
35032025-02-11T20:59:43.891Z[ helios-setup] kflt 0.075816205
35042025-02-11T20:59:43.891Z[ helios-setup] lock 1:58:15.410087013
35052025-02-11T20:59:43.891Z[ helios-setup] slp 3:33:20.672222370
35062025-02-11T20:59:43.891Z[ helios-setup] lat 32:11.786121914
35072025-02-11T20:59:43.891Z[ helios-setup] stop 4:52.441650558
35082025-02-11T20:59:43.891ZFeb 11 20:59:42.375 INFO [helios-setup] process exited with exit status: 0 (705.633314063s)
35092025-02-11T20:59:43.891ZFeb 11 20:59:42.375 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35102025-02-11T20:59:43.919Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35112025-02-11T20:59:44.259Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35122025-02-11T20:59:44.259Z[ phbl-toolchain] info: downloading component 'cargo'
35132025-02-11T20:59:46.201Z[ phbl-toolchain] info: downloading component 'clippy'
35142025-02-11T20:59:46.636Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35152025-02-11T20:59:51.698Z[ phbl-toolchain] info: downloading component 'miri'
35162025-02-11T20:59:52.016Z[ phbl-toolchain] info: downloading component 'rust-docs'
35172025-02-11T20:59:53.412Z[ phbl-toolchain] info: downloading component 'rust-src'
35182025-02-11T20:59:53.628Z[ phbl-toolchain] info: downloading component 'rust-std'
35192025-02-11T20:59:55.530Z[ phbl-toolchain] info: downloading component 'rustc'
35202025-02-11T21:00:03.611Z[ phbl-toolchain] info: downloading component 'rustfmt'
35212025-02-11T21:00:03.980Z[ phbl-toolchain] info: installing component 'cargo'
35222025-02-11T21:00:05.276Z[ phbl-toolchain] info: installing component 'clippy'
35232025-02-11T21:00:05.815Z[ phbl-toolchain] info: installing component 'llvm-tools'
35242025-02-11T21:00:11.276Z[ phbl-toolchain] info: installing component 'miri'
35252025-02-11T21:00:11.620Z[ phbl-toolchain] info: installing component 'rust-docs'
35262025-02-11T21:00:19.462Z[ phbl-toolchain] info: installing component 'rust-src'
35272025-02-11T21:00:20.102Z[ phbl-toolchain] info: installing component 'rust-std'
35282025-02-11T21:00:22.709Z[ phbl-toolchain] info: installing component 'rustc'
35292025-02-11T21:00:32.073Z[ phbl-toolchain] info: installing component 'rustfmt'
35302025-02-11T21:00:32.847Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35312025-02-11T21:00:32.850ZFeb 11 21:00:31.331 INFO [phbl-toolchain] process exited with exit status: 0 (48.955383342s)
35322025-02-11T21:01:46.114Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35332025-02-11T21:02:01.558Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35342025-02-11T21:09:11.264Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 25s
35352025-02-11T21:10:19.202ZFeb 11 21:10:17.620 INFO [host-package] process exited with exit status: 0 (1293.483581535s)
35362025-02-11T21:10:19.206ZFeb 11 21:10:17.620 INFO [host-stamp] running task
35372025-02-11T21:10:19.206ZFeb 11 21:10:17.620 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35382025-02-11T21:10:19.212ZFeb 11 21:10:17.630 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+git068d8dea4d2
35392025-02-11T21:10:19.222ZFeb 11 21:10:17.639 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+git068d8dea4d2
35402025-02-11T21:10:19.228Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35412025-02-11T21:10:19.232Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35422025-02-11T21:10:19.234ZFeb 11 21:10:17.649 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+git068d8dea4d2
35432025-02-11T21:10:19.243ZFeb 11 21:10:17.659 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+git068d8dea4d2
35442025-02-11T21:10:19.251Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35452025-02-11T21:10:19.254Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35462025-02-11T21:10:19.258Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35472025-02-11T21:10:19.260ZFeb 11 21:10:17.675 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+git068d8dea4d2
35482025-02-11T21:10:19.271Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35492025-02-11T21:10:19.271ZFeb 11 21:10:17.688 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+git068d8dea4d2
35502025-02-11T21:10:19.282Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35512025-02-11T21:10:19.287Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-02-11T21:10:19.290ZFeb 11 21:10:17.705 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+git068d8dea4d2
35532025-02-11T21:10:19.302Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35542025-02-11T21:10:19.305ZFeb 11 21:10:17.719 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+git068d8dea4d2
35552025-02-11T21:10:19.318ZFeb 11 21:10:17.735 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (85.438434ms)
35562025-02-11T21:10:19.320ZFeb 11 21:10:17.735 INFO [stamp-overlay] process exited with exit status: 0 (76.121022ms)
35572025-02-11T21:10:19.320Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35582025-02-11T21:10:19.328Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35592025-02-11T21:10:19.341Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35602025-02-11T21:10:19.345ZFeb 11 21:10:17.762 INFO [stamp-oxlog] process exited with exit status: 0 (43.072836ms)
35612025-02-11T21:10:19.402Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35622025-02-11T21:10:19.405ZFeb 11 21:10:17.823 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.545984ms)
35632025-02-11T21:10:19.556Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35642025-02-11T21:10:19.559ZFeb 11 21:10:17.976 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (271.969414ms)
35652025-02-11T21:10:19.641Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35662025-02-11T21:10:19.645ZFeb 11 21:10:18.062 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (422.83134ms)
35672025-02-11T21:10:20.451Z[recovery-package] Compiling newtype-uuid v1.2.1
35682025-02-11T21:10:20.466Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35692025-02-11T21:10:20.469ZFeb 11 21:10:18.886 INFO [stamp-propolis-server] process exited with exit status: 0 (1.25678298s)
35702025-02-11T21:10:20.977Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35712025-02-11T21:10:21.263Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35722025-02-11T21:10:21.263Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35732025-02-11T21:10:21.265Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35742025-02-11T21:10:21.307Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35752025-02-11T21:10:21.906Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35762025-02-11T21:10:29.388Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35772025-02-11T21:10:29.397ZFeb 11 21:10:27.806 INFO [stamp-switch-asic] process exited with exit status: 0 (10.13141765s)
35782025-02-11T21:10:29.397ZFeb 11 21:10:27.806 INFO [host-stamp] task succeeded (10.186521087s)
35792025-02-11T21:10:29.397ZFeb 11 21:10:27.806 INFO [host-proto] running task
35802025-02-11T21:10:29.760Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35812025-02-11T21:10:29.760Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35822025-02-11T21:10:29.762Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35832025-02-11T21:10:29.762Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35842025-02-11T21:10:29.853ZFeb 11 21:10:28.268 INFO [host-proto] task succeeded (461.992223ms)
35852025-02-11T21:10:29.853ZFeb 11 21:10:28.268 INFO [host-profile] running task
35862025-02-11T21:10:29.857ZFeb 11 21:10:28.269 INFO [host-profile] task succeeded (201.752µs)
35872025-02-11T21:10:29.857ZFeb 11 21:10:28.269 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpA54Xaq/proto/host/root -N 'ci 068d8de/${os_short_commit} 2025-02-11 20:47' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35882025-02-11T21:10:29.878Z[ host-image] Feb 11 21:10:28.293 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35892025-02-11T21:10:29.878Z[ host-image] Feb 11 21:10:28.294 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35902025-02-11T21:10:29.899Z[ host-image] Feb 11 21:10:28.314 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpA54Xaq/proto/host/root"
35912025-02-11T21:10:29.902Z[ host-image] Feb 11 21:10:28.315 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35922025-02-11T21:10:29.902Z[ host-image] Feb 11 21:10:28.315 INFO image builder template: ramdisk-01-os...
35932025-02-11T21:10:29.902Z[ host-image] Feb 11 21:10:28.315 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/.tmpA54Xaq/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35942025-02-11T21:10:29.929Z[ host-image] Feb 11 21:10:28.344 INFO O| Feb 11 21:10:28.344 INFO CREATE DATASET: rpool/images/build/host/output
35952025-02-11T21:10:30.139Z[ host-image] Feb 11 21:10:28.550 INFO O| Feb 11 21:10:28.550 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35962025-02-11T21:10:30.148Z[ host-image] Feb 11 21:10:28.557 INFO O| Feb 11 21:10:28.557 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35972025-02-11T21:10:30.488Z[ host-image] Feb 11 21:10:28.902 INFO O| Feb 11 21:10:28.902 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35982025-02-11T21:10:30.545Z[ host-image] Feb 11 21:10:28.960 INFO O| Feb 11 21:10:28.960 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35992025-02-11T21:10:30.545Z[ host-image] Feb 11 21:10:28.961 INFO O| Feb 11 21:10:28.960 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36002025-02-11T21:10:30.548Z[ host-image] Feb 11 21:10:28.961 INFO O| Feb 11 21:10:28.961 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36012025-02-11T21:10:30.548Z[ host-image] Feb 11 21:10:28.961 INFO O| Feb 11 21:10:28.961 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36022025-02-11T21:10:30.561Z[ host-image] Feb 11 21:10:28.974 INFO O| Feb 11 21:10:28.974 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36032025-02-11T21:10:30.848Z[ host-image] Feb 11 21:10:29.263 INFO O| Feb 11 21:10:29.263 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042025-02-11T21:10:30.866Z[ host-image] Feb 11 21:10:29.281 INFO O| Feb 11 21:10:29.281 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36052025-02-11T21:10:31.707Z[ host-image] Feb 11 21:10:30.123 INFO O| Feb 11 21:10:30.123 INFO O| Caching catalogs ... Done
36062025-02-11T21:10:31.837Z[ host-image] Feb 11 21:10:30.253 INFO O| Feb 11 21:10:30.252 INFO STEP 0 (pkg_image_create) COMPLETE
36072025-02-11T21:10:31.837Z[ host-image] Feb 11 21:10:30.253 INFO O| Feb 11 21:10:30.252 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082025-02-11T21:10:31.837Z[ host-image] Feb 11 21:10:30.253 INFO O| Feb 11 21:10:30.253 INFO skip step because feature "repo_redist" is not enabled
36092025-02-11T21:10:31.840Z[ host-image] Feb 11 21:10:30.253 INFO O| Feb 11 21:10:30.253 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36102025-02-11T21:10:31.855Z[ host-image] Feb 11 21:10:30.271 INFO O| Feb 11 21:10:30.270 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"]
36112025-02-11T21:10:32.498Z[ host-image] Feb 11 21:10:30.914 INFO O| Feb 11 21:10:30.914 INFO STEP 2 (pkg_set_publisher) COMPLETE
36122025-02-11T21:10:32.498Z[ host-image] Feb 11 21:10:30.914 INFO O| Feb 11 21:10:30.914 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132025-02-11T21:10:32.515Z[ host-image] Feb 11 21:10:30.930 INFO O| Feb 11 21:10:30.930 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"]
36142025-02-11T21:10:33.093Z[ host-image] Feb 11 21:10:31.508 INFO O| Feb 11 21:10:31.508 INFO STEP 3 (pkg_set_publisher) COMPLETE
36152025-02-11T21:10:33.093Z[ host-image] Feb 11 21:10:31.508 INFO O| Feb 11 21:10:31.508 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36162025-02-11T21:10:33.095Z[ host-image] Feb 11 21:10:31.508 INFO O| Feb 11 21:10:31.508 INFO skip step because feature "repo_redist" is not enabled
36172025-02-11T21:10:33.095Z[ host-image] Feb 11 21:10:31.508 INFO O| Feb 11 21:10:31.508 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182025-02-11T21:10:33.700Z[ host-image] Feb 11 21:10:32.113 INFO O| Feb 11 21:10:32.113 INFO variant opensolaris.zone is already global
36192025-02-11T21:10:33.700Z[ host-image] Feb 11 21:10:32.113 INFO O| Feb 11 21:10:32.113 INFO STEP 5 (pkg_change_variant) COMPLETE
36202025-02-11T21:10:33.704Z[ host-image] Feb 11 21:10:32.113 INFO O| Feb 11 21:10:32.113 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36212025-02-11T21:10:34.304Z[ host-image] Feb 11 21:10:32.713 INFO O| Feb 11 21:10:32.713 INFO variant opensolaris.imagetype is full; changing to partial
36222025-02-11T21:10:34.304Z[ host-image] Feb 11 21:10:32.713 INFO O| Feb 11 21:10:32.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36232025-02-11T21:10:34.772Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36242025-02-11T21:10:35.032Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36252025-02-11T21:10:37.516Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36262025-02-11T21:10:40.335Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36272025-02-11T21:10:40.416Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36282025-02-11T21:10:41.333Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36292025-02-11T21:10:47.235Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36302025-02-11T21:10:47.620Z[ host-image] Feb 11 21:10:46.032 INFO O| Feb 11 21:10:46.032 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36312025-02-11T21:10:53.964Z[ host-image] Feb 11 21:10:52.316 INFO O| Feb 11 21:10:52.316 INFO O| Startup: Caching catalogs ... Done
36322025-02-11T21:10:54.009Z[ host-image] Feb 11 21:10:52.393 INFO O| Feb 11 21:10:52.393 INFO O| Planning: Planning completed in 0.00 seconds
36332025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.393 INFO O| Feb 11 21:10:52.393 INFO O| Planning: Consolidating action changes ... Done
36342025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.393 INFO O| Feb 11 21:10:52.393 INFO O| Planning: Evaluating mediators ... Done
36352025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.393 INFO O| Feb 11 21:10:52.393 INFO O| Planning: Planning completed in 0.00 seconds
36362025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.394 INFO O| Feb 11 21:10:52.394 INFO O| Variants/Facets to change: 1
36372025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.410 INFO O| Feb 11 21:10:52.410 INFO O| Done
36382025-02-11T21:10:54.041Z[ host-image] Feb 11 21:10:52.410 INFO O| Feb 11 21:10:52.410 INFO O| Done
36392025-02-11T21:10:54.567Z[ host-image] Feb 11 21:10:52.979 INFO O| Feb 11 21:10:52.979 INFO O| Done
36402025-02-11T21:10:54.618Z[ host-image] Feb 11 21:10:53.027 INFO O| Feb 11 21:10:53.027 INFO O| Done
36412025-02-11T21:10:54.637Z[ host-image] Feb 11 21:10:53.028 INFO O| Feb 11 21:10:53.028 INFO O| Done
36422025-02-11T21:10:54.637Z[ host-image] Feb 11 21:10:53.028 INFO O| Feb 11 21:10:53.028 INFO O| Done
36432025-02-11T21:10:54.637Z[ host-image] Feb 11 21:10:53.029 INFO O| Feb 11 21:10:53.029 INFO O| Done
36442025-02-11T21:10:55.049Z[ host-image] Feb 11 21:10:53.458 INFO O| Feb 11 21:10:53.458 INFO STEP 6 (pkg_change_variant) COMPLETE
36452025-02-11T21:10:55.050Z[ host-image] Feb 11 21:10:53.458 INFO O| Feb 11 21:10:53.458 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462025-02-11T21:10:55.073Z[ host-image] Feb 11 21:10:53.458 INFO O| Feb 11 21:10:53.458 INFO skip step because feature "debug_variant" is not enabled
36472025-02-11T21:10:55.073Z[ host-image] Feb 11 21:10:53.458 INFO O| Feb 11 21:10:53.458 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482025-02-11T21:10:55.551Z[ host-image] Feb 11 21:10:53.952 INFO O| Feb 11 21:10:53.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36492025-02-11T21:11:00.966Z[ host-image] Feb 11 21:10:54.942 INFO O| Feb 11 21:10:54.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36502025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.944 INFO O| Feb 11 21:10:54.944 INFO O| Planning: Planning completed in 0.00 seconds
36512025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.945 INFO O| Feb 11 21:10:54.945 INFO O| Planning: Consolidating action changes ... Done
36522025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.945 INFO O| Feb 11 21:10:54.945 INFO O| Planning: Evaluating mediators ... Done
36532025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.945 INFO O| Feb 11 21:10:54.945 INFO O| Planning: Planning completed in 0.00 seconds
36542025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.946 INFO O| Feb 11 21:10:54.946 INFO O| Variants/Facets to change: 1
36552025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.996 INFO O| Feb 11 21:10:54.996 INFO O| Done
36562025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:54.996 INFO O| Feb 11 21:10:54.996 INFO O| Done
36572025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:55.766 INFO O| Feb 11 21:10:55.766 INFO O| Done
36582025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:55.857 INFO O| Feb 11 21:10:55.857 INFO O| Done
36592025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:55.858 INFO O| Feb 11 21:10:55.858 INFO O| Done
36602025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:55.858 INFO O| Feb 11 21:10:55.858 INFO O| Done
36612025-02-11T21:11:01.020Z[ host-image] Feb 11 21:10:55.860 INFO O| Feb 11 21:10:55.860 INFO O| Done
36622025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO STEP 8 (pkg_change_facet) COMPLETE
36632025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO skip step because feature "recovery" is not enabled
36652025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO skip step because feature "recovery" is not enabled
36672025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.943 INFO O| Feb 11 21:10:55.943 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:55.960 INFO O| Feb 11 21:10:55.960 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"]
36692025-02-11T21:11:01.021Z[ host-image] Feb 11 21:10:56.830 INFO O| Feb 11 21:10:56.830 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36702025-02-11T21:11:05.866Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.38s
36712025-02-11T21:11:07.176ZFeb 11 21:11:05.587 INFO [recovery-package] process exited with exit status: 0 (47.967058395s)
36722025-02-11T21:11:07.176ZFeb 11 21:11:05.587 INFO [recovery-stamp] running task
36732025-02-11T21:11:07.178ZFeb 11 21:11:05.588 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36742025-02-11T21:11:07.178ZFeb 11 21:11:05.588 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+git068d8dea4d2
36752025-02-11T21:11:07.192ZFeb 11 21:11:05.604 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git068d8dea4d2
36762025-02-11T21:11:07.202Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36772025-02-11T21:11:07.209Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36782025-02-11T21:11:07.277Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36792025-02-11T21:11:07.280ZFeb 11 21:11:05.692 INFO [stamp-installinator] process exited with exit status: 0 (88.273692ms)
36802025-02-11T21:11:07.322Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36812025-02-11T21:11:07.325ZFeb 11 21:11:05.737 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (149.042397ms)
36822025-02-11T21:11:07.327ZFeb 11 21:11:05.737 INFO [recovery-stamp] task succeeded (149.510487ms)
36832025-02-11T21:11:07.327ZFeb 11 21:11:05.737 INFO [recovery-proto] running task
36842025-02-11T21:11:07.327ZFeb 11 21:11:05.737 INFO [tuf-stamp] running task
36852025-02-11T21:11:07.327ZFeb 11 21:11:05.738 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+git068d8dea4d2
36862025-02-11T21:11:07.342ZFeb 11 21:11:05.754 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+git068d8dea4d2
36872025-02-11T21:11:07.358Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36882025-02-11T21:11:07.361ZFeb 11 21:11:05.770 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+git068d8dea4d2
36892025-02-11T21:11:07.373Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36902025-02-11T21:11:07.376ZFeb 11 21:11:05.785 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+git068d8dea4d2
36912025-02-11T21:11:07.388Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36922025-02-11T21:11:07.391ZFeb 11 21:11:05.801 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+git068d8dea4d2
36932025-02-11T21:11:07.401Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36942025-02-11T21:11:07.405ZFeb 11 21:11:05.817 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+git068d8dea4d2
36952025-02-11T21:11:07.436Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36962025-02-11T21:11:07.439ZFeb 11 21:11:05.848 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+git068d8dea4d2
36972025-02-11T21:11:07.538Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36982025-02-11T21:11:07.541Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36992025-02-11T21:11:07.541ZFeb 11 21:11:05.950 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+git068d8dea4d2
37002025-02-11T21:11:07.603ZFeb 11 21:11:06.015 INFO [recovery-proto] task succeeded (277.677277ms)
37012025-02-11T21:11:07.606ZFeb 11 21:11:06.015 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpA54Xaq/proto/recovery/root -N 'recovery 068d8de/${os_short_commit} 2025-02-11 20:47' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37022025-02-11T21:11:07.623Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37032025-02-11T21:11:07.626ZFeb 11 21:11:06.035 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+git068d8dea4d2
37042025-02-11T21:11:07.630Z[ recovery-image] Feb 11 21:11:06.040 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37052025-02-11T21:11:07.633Z[ recovery-image] Feb 11 21:11:06.041 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37062025-02-11T21:11:07.703Z[ recovery-image] Feb 11 21:11:06.088 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpA54Xaq/proto/recovery/root"
37072025-02-11T21:11:07.703Z[ recovery-image] Feb 11 21:11:06.088 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37082025-02-11T21:11:07.705Z[ recovery-image] Feb 11 21:11:06.088 INFO image builder template: ramdisk-01-os...
37092025-02-11T21:11:07.706Z[ recovery-image] Feb 11 21:11:06.088 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/.tmpA54Xaq/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37102025-02-11T21:11:07.734Z[ recovery-image] Feb 11 21:11:06.146 INFO O| Feb 11 21:11:06.145 INFO CREATE DATASET: rpool/images/build/recovery/output
37112025-02-11T21:11:07.794ZFeb 11 21:11:06.205 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+git068d8dea4d2
37122025-02-11T21:11:07.796Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37132025-02-11T21:11:07.933ZFeb 11 21:11:06.345 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+git068d8dea4d2
37142025-02-11T21:11:08.030Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37152025-02-11T21:11:08.034Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37162025-02-11T21:11:08.036ZFeb 11 21:11:06.446 INFO [stamp-probe] process exited with exit status: 0 (660.865157ms)
37172025-02-11T21:11:08.067Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37182025-02-11T21:11:08.093Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
37192025-02-11T21:11:08.157Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37202025-02-11T21:11:08.196Z[ recovery-image] Feb 11 21:11:06.607 INFO O| Feb 11 21:11:06.607 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37212025-02-11T21:11:08.202Z[ recovery-image] Feb 11 21:11:06.613 INFO O| Feb 11 21:11:06.613 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37222025-02-11T21:11:08.213Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37232025-02-11T21:11:08.235ZFeb 11 21:11:06.647 INFO [stamp-ntp] process exited with exit status: 0 (696.900398ms)
37242025-02-11T21:11:08.484Z[ recovery-image] Feb 11 21:11:06.894 INFO O| Feb 11 21:11:06.894 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37252025-02-11T21:11:08.551Z[ recovery-image] Feb 11 21:11:06.963 INFO O| Feb 11 21:11:06.962 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37262025-02-11T21:11:08.551Z[ recovery-image] Feb 11 21:11:06.963 INFO O| Feb 11 21:11:06.963 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37272025-02-11T21:11:08.553Z[ recovery-image] Feb 11 21:11:06.963 INFO O| Feb 11 21:11:06.963 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37282025-02-11T21:11:08.553Z[ recovery-image] Feb 11 21:11:06.963 INFO O| Feb 11 21:11:06.963 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37292025-02-11T21:11:08.575Z[ recovery-image] Feb 11 21:11:06.987 INFO O| Feb 11 21:11:06.986 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37302025-02-11T21:11:08.977Z[ recovery-image] Feb 11 21:11:07.388 INFO O| Feb 11 21:11:07.388 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312025-02-11T21:11:09.027Z[ recovery-image] Feb 11 21:11:07.439 INFO O| Feb 11 21:11:07.438 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37322025-02-11T21:11:09.247Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37332025-02-11T21:11:09.249Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37342025-02-11T21:11:09.267ZFeb 11 21:11:07.678 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.924046059s)
37352025-02-11T21:11:09.295ZFeb 11 21:11:07.706 INFO [stamp-internal-dns] process exited with exit status: 0 (1.968628331s)
37362025-02-11T21:11:09.513Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37372025-02-11T21:11:09.545Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37382025-02-11T21:11:09.558ZFeb 11 21:11:07.957 INFO [stamp-external-dns] process exited with exit status: 0 (2.108887188s)
37392025-02-11T21:11:09.558ZFeb 11 21:11:07.960 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.615420058s)
37402025-02-11T21:11:09.674Z[ recovery-image] Feb 11 21:11:08.085 INFO O| Feb 11 21:11:08.085 INFO O| Caching catalogs ... Done
37412025-02-11T21:11:09.793Z[ recovery-image] Feb 11 21:11:08.204 INFO O| Feb 11 21:11:08.204 INFO STEP 0 (pkg_image_create) COMPLETE
37422025-02-11T21:11:09.793Z[ recovery-image] Feb 11 21:11:08.204 INFO O| Feb 11 21:11:08.204 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37432025-02-11T21:11:09.793Z[ recovery-image] Feb 11 21:11:08.204 INFO O| Feb 11 21:11:08.204 INFO skip step because feature "repo_redist" is not enabled
37442025-02-11T21:11:09.820Z[ recovery-image] Feb 11 21:11:08.204 INFO O| Feb 11 21:11:08.204 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452025-02-11T21:11:09.820Z[ recovery-image] Feb 11 21:11:08.220 INFO O| Feb 11 21:11:08.220 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"]
37462025-02-11T21:11:10.089Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37472025-02-11T21:11:10.093ZFeb 11 21:11:08.505 INFO [stamp-oximeter] process exited with exit status: 0 (2.253381629s)
37482025-02-11T21:11:10.301Z[ recovery-image] Feb 11 21:11:08.712 INFO O| Feb 11 21:11:08.712 INFO STEP 2 (pkg_set_publisher) COMPLETE
37492025-02-11T21:11:10.301Z[ recovery-image] Feb 11 21:11:08.712 INFO O| Feb 11 21:11:08.712 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502025-02-11T21:11:10.315Z[ recovery-image] Feb 11 21:11:08.726 INFO O| Feb 11 21:11:08.726 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"]
37512025-02-11T21:11:10.701Z[ recovery-image] Feb 11 21:11:09.112 INFO O| Feb 11 21:11:09.112 INFO STEP 3 (pkg_set_publisher) COMPLETE
37522025-02-11T21:11:10.702Z[ recovery-image] Feb 11 21:11:09.113 INFO O| Feb 11 21:11:09.112 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-11T21:11:10.702Z[ recovery-image] Feb 11 21:11:09.113 INFO O| Feb 11 21:11:09.112 INFO skip step because feature "repo_redist" is not enabled
37542025-02-11T21:11:10.704Z[ recovery-image] Feb 11 21:11:09.113 INFO O| Feb 11 21:11:09.112 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552025-02-11T21:11:11.133Z[ recovery-image] Feb 11 21:11:09.544 INFO O| Feb 11 21:11:09.544 INFO variant opensolaris.zone is already global
37562025-02-11T21:11:11.133Z[ recovery-image] Feb 11 21:11:09.545 INFO O| Feb 11 21:11:09.544 INFO STEP 5 (pkg_change_variant) COMPLETE
37572025-02-11T21:11:11.133Z[ recovery-image] Feb 11 21:11:09.545 INFO O| Feb 11 21:11:09.544 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582025-02-11T21:11:11.600Z[ recovery-image] Feb 11 21:11:10.010 INFO O| Feb 11 21:11:10.010 INFO variant opensolaris.imagetype is full; changing to partial
37592025-02-11T21:11:11.600Z[ recovery-image] Feb 11 21:11:10.010 INFO O| Feb 11 21:11:10.010 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37602025-02-11T21:11:11.738Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37612025-02-11T21:11:11.742ZFeb 11 21:11:10.153 INFO [stamp-nexus] process exited with exit status: 0 (4.117337352s)
37622025-02-11T21:11:12.557Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37632025-02-11T21:11:12.707Z[verify-libraries] Compiling home v0.5.9
37642025-02-11T21:11:12.727Z[verify-libraries] Compiling cfg_aliases v0.1.1
37652025-02-11T21:11:12.754Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37662025-02-11T21:11:12.754Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37672025-02-11T21:11:12.754Z[verify-libraries] Compiling unicode_categories v0.1.1
37682025-02-11T21:11:12.976Z[verify-libraries] Compiling nix v0.28.0
37692025-02-11T21:11:13.004Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37702025-02-11T21:11:13.009Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712025-02-11T21:11:13.097Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37722025-02-11T21:11:13.136ZFeb 11 21:11:11.546 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.775744694s)
37732025-02-11T21:11:13.294Z[verify-libraries] Compiling sqlformat v0.2.6
37742025-02-11T21:11:13.344Z[verify-libraries] Compiling polyval v0.6.2
37752025-02-11T21:11:13.506Z[verify-libraries] Compiling ctr v0.9.2
37762025-02-11T21:11:14.085Z[verify-libraries] Compiling ghash v0.5.1
37772025-02-11T21:11:14.230Z[verify-libraries] Compiling ssh-encoding v0.2.0
37782025-02-11T21:11:14.300Z[verify-libraries] Compiling blowfish v0.9.1
37792025-02-11T21:11:14.473Z[verify-libraries] Compiling aes-gcm v0.10.3
37802025-02-11T21:11:14.629Z[verify-libraries] Compiling sqlparser v0.45.0
37812025-02-11T21:11:15.228Z[verify-libraries] Compiling ssh-cipher v0.2.0
37822025-02-11T21:11:15.877Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37832025-02-11T21:11:16.590Z[verify-libraries] Compiling password-hash v0.4.2
37842025-02-11T21:11:19.599Z[verify-libraries] Compiling rustyline v14.0.0
37852025-02-11T21:11:20.781Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37862025-02-11T21:11:20.805ZFeb 11 21:11:19.215 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.397835106s)
37872025-02-11T21:11:20.872Z[verify-libraries] Compiling pbkdf2 v0.11.0
37882025-02-11T21:11:21.822Z[verify-libraries] Compiling ssh-key v0.6.6
37892025-02-11T21:11:21.830Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37902025-02-11T21:11:21.858ZFeb 11 21:11:20.268 INFO [stamp-clickhouse] process exited with exit status: 0 (14.467208545s)
37912025-02-11T21:11:21.858ZFeb 11 21:11:20.268 INFO [tuf-stamp] task succeeded (14.530765152s)
37922025-02-11T21:11:21.985Z[verify-libraries] Compiling p256 v0.13.2
37932025-02-11T21:11:23.187Z[verify-libraries] Compiling p521 v0.13.3
37942025-02-11T21:11:24.487Z[ recovery-image] Feb 11 21:11:22.895 INFO O| Feb 11 21:11:22.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37952025-02-11T21:11:24.959Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37962025-02-11T21:11:25.473Z[verify-libraries] Compiling md5 v0.7.0
37972025-02-11T21:11:26.187Z[verify-libraries] Compiling russh-keys v0.45.0
37982025-02-11T21:11:28.152Z[verify-libraries] Compiling num-bigint v0.4.6
37992025-02-11T21:11:34.806Z[ recovery-image] Feb 11 21:11:33.215 INFO O| Feb 11 21:11:33.215 INFO O| Startup: Caching catalogs ... Done
38002025-02-11T21:11:34.951Z[ recovery-image] Feb 11 21:11:33.360 INFO O| Feb 11 21:11:33.360 INFO O| Planning: Planning completed in 0.00 seconds
38012025-02-11T21:11:34.954Z[ recovery-image] Feb 11 21:11:33.361 INFO O| Feb 11 21:11:33.361 INFO O| Planning: Consolidating action changes ... Done
38022025-02-11T21:11:34.954Z[ recovery-image] Feb 11 21:11:33.362 INFO O| Feb 11 21:11:33.362 INFO O| Planning: Evaluating mediators ... Done
38032025-02-11T21:11:34.954Z[ recovery-image] Feb 11 21:11:33.362 INFO O| Feb 11 21:11:33.362 INFO O| Planning: Planning completed in 0.00 seconds
38042025-02-11T21:11:34.954Z[ recovery-image] Feb 11 21:11:33.363 INFO O| Feb 11 21:11:33.363 INFO O| Variants/Facets to change: 1
38052025-02-11T21:11:35.124Z[ recovery-image] Feb 11 21:11:33.531 INFO O| Feb 11 21:11:33.531 INFO O| Done
38062025-02-11T21:11:35.124Z[ recovery-image] Feb 11 21:11:33.531 INFO O| Feb 11 21:11:33.531 INFO O| Done
38072025-02-11T21:11:36.334Z[ recovery-image] Feb 11 21:11:34.743 INFO O| Feb 11 21:11:34.743 INFO O| Done
38082025-02-11T21:11:36.407Z[ recovery-image] Feb 11 21:11:34.815 INFO O| Feb 11 21:11:34.815 INFO O| Done
38092025-02-11T21:11:36.422Z[ recovery-image] Feb 11 21:11:34.817 INFO O| Feb 11 21:11:34.816 INFO O| Done
38102025-02-11T21:11:36.422Z[ recovery-image] Feb 11 21:11:34.817 INFO O| Feb 11 21:11:34.817 INFO O| Done
38112025-02-11T21:11:36.422Z[ recovery-image] Feb 11 21:11:34.818 INFO O| Feb 11 21:11:34.818 INFO O| Done
38122025-02-11T21:11:36.661Z[verify-libraries] Compiling des v0.8.1
38132025-02-11T21:11:37.148Z[ recovery-image] Feb 11 21:11:35.554 INFO O| Feb 11 21:11:35.554 INFO STEP 6 (pkg_change_variant) COMPLETE
38142025-02-11T21:11:37.148Z[ recovery-image] Feb 11 21:11:35.554 INFO O| Feb 11 21:11:35.554 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152025-02-11T21:11:37.151Z[ recovery-image] Feb 11 21:11:35.554 INFO O| Feb 11 21:11:35.554 INFO skip step because feature "debug_variant" is not enabled
38162025-02-11T21:11:37.151Z[ recovery-image] Feb 11 21:11:35.554 INFO O| Feb 11 21:11:35.554 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172025-02-11T21:11:37.346Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38182025-02-11T21:11:37.790Z[ recovery-image] Feb 11 21:11:36.197 INFO O| Feb 11 21:11:36.196 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38192025-02-11T21:11:37.857Z[verify-libraries] Compiling hex-literal v0.4.1
38202025-02-11T21:11:38.180Z[verify-libraries] Compiling russh v0.45.0
38212025-02-11T21:11:38.559Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38222025-02-11T21:11:38.907Z[ recovery-image] Feb 11 21:11:37.316 INFO O| Feb 11 21:11:37.316 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38232025-02-11T21:11:38.910Z[ recovery-image] Feb 11 21:11:37.317 INFO O| Feb 11 21:11:37.317 INFO O| Planning: Planning completed in 0.00 seconds
38242025-02-11T21:11:38.910Z[ recovery-image] Feb 11 21:11:37.318 INFO O| Feb 11 21:11:37.318 INFO O| Planning: Consolidating action changes ... Done
38252025-02-11T21:11:38.910Z[ recovery-image] Feb 11 21:11:37.318 INFO O| Feb 11 21:11:37.318 INFO O| Planning: Evaluating mediators ... Done
38262025-02-11T21:11:38.914Z[ recovery-image] Feb 11 21:11:37.319 INFO O| Feb 11 21:11:37.319 INFO O| Planning: Planning completed in 0.00 seconds
38272025-02-11T21:11:38.914Z[ recovery-image] Feb 11 21:11:37.319 INFO O| Feb 11 21:11:37.319 INFO O| Variants/Facets to change: 1
38282025-02-11T21:11:39.090Z[ recovery-image] Feb 11 21:11:37.498 INFO O| Feb 11 21:11:37.498 INFO O| Done
38292025-02-11T21:11:39.090Z[ recovery-image] Feb 11 21:11:37.498 INFO O| Feb 11 21:11:37.498 INFO O| Done
38302025-02-11T21:11:39.981Z[ recovery-image] Feb 11 21:11:38.388 INFO O| Feb 11 21:11:38.388 INFO O| Done
38312025-02-11T21:11:40.093Z[ recovery-image] Feb 11 21:11:38.501 INFO O| Feb 11 21:11:38.501 INFO O| Done
38322025-02-11T21:11:40.097Z[ recovery-image] Feb 11 21:11:38.502 INFO O| Feb 11 21:11:38.502 INFO O| Done
38332025-02-11T21:11:40.097Z[ recovery-image] Feb 11 21:11:38.502 INFO O| Feb 11 21:11:38.502 INFO O| Done
38342025-02-11T21:11:40.097Z[ recovery-image] Feb 11 21:11:38.504 INFO O| Feb 11 21:11:38.504 INFO O| Done
38352025-02-11T21:11:40.194Z[ recovery-image] Feb 11 21:11:38.602 INFO O| Feb 11 21:11:38.602 INFO STEP 8 (pkg_change_facet) COMPLETE
38362025-02-11T21:11:40.194Z[ recovery-image] Feb 11 21:11:38.602 INFO O| Feb 11 21:11:38.602 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38372025-02-11T21:11:40.927Z[ recovery-image] Feb 11 21:11:39.333 INFO O| Feb 11 21:11:39.333 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38382025-02-11T21:11:42.111Z[ recovery-image] Feb 11 21:11:40.519 INFO O| Feb 11 21:11:40.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38392025-02-11T21:11:42.113Z[ recovery-image] Feb 11 21:11:40.521 INFO O| Feb 11 21:11:40.521 INFO O| Planning: Planning completed in 0.00 seconds
38402025-02-11T21:11:42.115Z[ recovery-image] Feb 11 21:11:40.522 INFO O| Feb 11 21:11:40.522 INFO O| Planning: Consolidating action changes ... Done
38412025-02-11T21:11:42.115Z[ recovery-image] Feb 11 21:11:40.522 INFO O| Feb 11 21:11:40.522 INFO O| Planning: Evaluating mediators ... Done
38422025-02-11T21:11:42.115Z[ recovery-image] Feb 11 21:11:40.523 INFO O| Feb 11 21:11:40.523 INFO O| Planning: Planning completed in 0.00 seconds
38432025-02-11T21:11:42.115Z[ recovery-image] Feb 11 21:11:40.523 INFO O| Feb 11 21:11:40.523 INFO O| Variants/Facets to change: 1
38442025-02-11T21:11:42.195Z[ recovery-image] Feb 11 21:11:40.603 INFO O| Feb 11 21:11:40.603 INFO O| Done
38452025-02-11T21:11:42.195Z[ recovery-image] Feb 11 21:11:40.603 INFO O| Feb 11 21:11:40.603 INFO O| Done
38462025-02-11T21:11:43.187Z[ recovery-image] Feb 11 21:11:41.595 INFO O| Feb 11 21:11:41.595 INFO O| Done
38472025-02-11T21:11:43.274Z[ recovery-image] Feb 11 21:11:41.681 INFO O| Feb 11 21:11:41.681 INFO O| Done
38482025-02-11T21:11:43.276Z[ recovery-image] Feb 11 21:11:41.683 INFO O| Feb 11 21:11:41.682 INFO O| Done
38492025-02-11T21:11:43.276Z[ recovery-image] Feb 11 21:11:41.683 INFO O| Feb 11 21:11:41.683 INFO O| Done
38502025-02-11T21:11:43.280Z[ recovery-image] Feb 11 21:11:41.685 INFO O| Feb 11 21:11:41.684 INFO O| Done
38512025-02-11T21:11:43.371Z[ recovery-image] Feb 11 21:11:41.779 INFO O| Feb 11 21:11:41.779 INFO STEP 9 (pkg_change_facet) COMPLETE
38522025-02-11T21:11:43.371Z[ recovery-image] Feb 11 21:11:41.779 INFO O| Feb 11 21:11:41.779 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38532025-02-11T21:11:43.668Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38542025-02-11T21:11:44.150Z[ recovery-image] Feb 11 21:11:42.558 INFO O| Feb 11 21:11:42.558 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38552025-02-11T21:11:45.256Z[ recovery-image] Feb 11 21:11:43.664 INFO O| Feb 11 21:11:43.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38562025-02-11T21:11:45.259Z[ recovery-image] Feb 11 21:11:43.666 INFO O| Feb 11 21:11:43.666 INFO O| Planning: Planning completed in 0.00 seconds
38572025-02-11T21:11:45.259Z[ recovery-image] Feb 11 21:11:43.667 INFO O| Feb 11 21:11:43.667 INFO O| Planning: Consolidating action changes ... Done
38582025-02-11T21:11:45.259Z[ recovery-image] Feb 11 21:11:43.667 INFO O| Feb 11 21:11:43.667 INFO O| Planning: Evaluating mediators ... Done
38592025-02-11T21:11:45.262Z[ recovery-image] Feb 11 21:11:43.667 INFO O| Feb 11 21:11:43.667 INFO O| Planning: Planning completed in 0.00 seconds
38602025-02-11T21:11:45.262Z[ recovery-image] Feb 11 21:11:43.668 INFO O| Feb 11 21:11:43.668 INFO O| Variants/Facets to change: 1
38612025-02-11T21:11:45.362Z[ recovery-image] Feb 11 21:11:43.769 INFO O| Feb 11 21:11:43.769 INFO O| Done
38622025-02-11T21:11:45.362Z[ recovery-image] Feb 11 21:11:43.769 INFO O| Feb 11 21:11:43.769 INFO O| Done
38632025-02-11T21:11:46.321Z[ recovery-image] Feb 11 21:11:44.728 INFO O| Feb 11 21:11:44.728 INFO O| Done
38642025-02-11T21:11:46.428Z[ recovery-image] Feb 11 21:11:44.835 INFO O| Feb 11 21:11:44.835 INFO O| Done
38652025-02-11T21:11:46.430Z[ recovery-image] Feb 11 21:11:44.836 INFO O| Feb 11 21:11:44.836 INFO O| Done
38662025-02-11T21:11:46.430Z[ recovery-image] Feb 11 21:11:44.836 INFO O| Feb 11 21:11:44.836 INFO O| Done
38672025-02-11T21:11:46.433Z[ recovery-image] Feb 11 21:11:44.838 INFO O| Feb 11 21:11:44.838 INFO O| Done
38682025-02-11T21:11:46.535Z[ recovery-image] Feb 11 21:11:44.941 INFO O| Feb 11 21:11:44.941 INFO STEP 10 (pkg_change_facet) COMPLETE
38692025-02-11T21:11:46.535Z[ recovery-image] Feb 11 21:11:44.941 INFO O| Feb 11 21:11:44.941 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38702025-02-11T21:11:46.553Z[ recovery-image] Feb 11 21:11:44.960 INFO O| Feb 11 21:11:44.960 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"]
38712025-02-11T21:11:47.586Z[ recovery-image] Feb 11 21:11:45.992 INFO O| Feb 11 21:11:45.992 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38722025-02-11T21:11:48.667Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38732025-02-11T21:11:51.625Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38742025-02-11T21:11:56.470Z[verify-libraries] Compiling petname v2.0.2
38752025-02-11T21:12:00.527Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38762025-02-11T21:12:00.599Z[verify-libraries] Compiling internet-checksum v0.2.1
38772025-02-11T21:12:00.599Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38782025-02-11T21:12:02.156Z[ host-image] Feb 11 21:12:00.562 INFO O| Feb 11 21:12:00.562 INFO O| Planning: Solver setup ... Done
38792025-02-11T21:12:13.959Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38802025-02-11T21:12:51.711Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38812025-02-11T21:12:52.773Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38822025-02-11T21:12:54.153Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38832025-02-11T21:12:57.904Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38842025-02-11T21:12:58.933Z[ recovery-image] Feb 11 21:12:57.333 INFO O| Feb 11 21:12:57.332 INFO O| Planning: Solver setup ... Done
38852025-02-11T21:12:59.483Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38862025-02-11T21:13:01.713Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38872025-02-11T21:13:03.001Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38882025-02-11T21:13:28.282Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38892025-02-11T21:13:28.814Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38902025-02-11T21:13:35.043Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38912025-02-11T21:13:35.496Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38922025-02-11T21:13:35.992Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38932025-02-11T21:13:36.481Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38942025-02-11T21:13:36.836Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38952025-02-11T21:13:37.116Z[ host-image] Feb 11 21:13:35.512 INFO O| Feb 11 21:13:35.511 INFO O| Planning: Running solver ... Done
38962025-02-11T21:13:37.944Z[ host-image] Feb 11 21:13:36.340 INFO O| Feb 11 21:13:36.340 INFO O| Planning: Finding local manifests ... Done
38972025-02-11T21:13:37.960Z[ host-image] Feb 11 21:13:36.356 INFO O| Feb 11 21:13:36.356 INFO O| Planning: Fetching manifests: 0/124 0% complete
38982025-02-11T21:13:42.415Z[ host-image] Feb 11 21:13:40.810 INFO O| Feb 11 21:13:40.810 INFO O| Planning: Fetching manifests: 124/124 100% complete
38992025-02-11T21:13:43.478Z[ host-image] Feb 11 21:13:41.873 INFO O| Feb 11 21:13:41.873 INFO O| Planning: Package planning ... Done
39002025-02-11T21:13:44.986Z[verify-libraries] Compiling sync-ptr v0.1.1
39012025-02-11T21:13:45.073Z[ host-image] Feb 11 21:13:43.468 INFO O| Feb 11 21:13:43.467 INFO O| Planning: Merging actions ... Done
39022025-02-11T21:13:45.307Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39032025-02-11T21:13:45.596Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39042025-02-11T21:13:45.664Z[ host-image] Feb 11 21:13:44.054 INFO O| Feb 11 21:13:44.054 INFO O| Planning: Checking for conflicting actions ... Done
39052025-02-11T21:13:46.018Z[ host-image] Feb 11 21:13:44.412 INFO O| Feb 11 21:13:44.412 INFO O| Planning: Consolidating action changes ... Done
39062025-02-11T21:13:46.785Z[ host-image] Feb 11 21:13:45.179 INFO O| Feb 11 21:13:45.179 INFO O| Planning: Evaluating mediators ... Done
39072025-02-11T21:13:47.897Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39082025-02-11T21:13:48.283Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39092025-02-11T21:13:53.081Z[ host-image] Feb 11 21:13:51.475 INFO O| Feb 11 21:13:51.475 INFO O| Planning: Planning completed in 174.64 seconds
39102025-02-11T21:13:53.095Z[ host-image] Feb 11 21:13:51.489 INFO O| Feb 11 21:13:51.489 INFO O| Packages to install: 124
39112025-02-11T21:13:53.098Z[ host-image] Feb 11 21:13:51.489 INFO O| Feb 11 21:13:51.489 INFO O| Mediators to change: 4
39122025-02-11T21:13:53.098Z[ host-image] Feb 11 21:13:51.489 INFO O| Feb 11 21:13:51.489 INFO O| Services to change: 6
39132025-02-11T21:13:53.249Z[ host-image] Feb 11 21:13:51.643 INFO O| Feb 11 21:13:51.643 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete
39142025-02-11T21:13:58.320Z[ host-image] Feb 11 21:13:56.713 INFO O| Feb 11 21:13:56.713 INFO O| Download: 1068/22794 items 5.9/199.7MB 2% complete (1.3M/s)
39152025-02-11T21:14:00.072Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39162025-02-11T21:14:01.896Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39172025-02-11T21:14:03.485Z[ host-image] Feb 11 21:14:01.878 INFO O| Feb 11 21:14:01.878 INFO O| Download: 1772/22794 items 12.0/199.7MB 6% complete (1.2M/s)
39182025-02-11T21:14:06.464Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39192025-02-11T21:14:08.512Z[ host-image] Feb 11 21:14:06.904 INFO O| Feb 11 21:14:06.904 INFO O| Download: 2317/22794 items 27.2/199.7MB 13% complete (2.1M/s)
39202025-02-11T21:14:13.616Z[ host-image] Feb 11 21:14:12.007 INFO O| Feb 11 21:14:12.007 INFO O| Download: 3486/22794 items 35.6/199.7MB 17% complete (2.4M/s)
39212025-02-11T21:14:14.786Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39222025-02-11T21:14:18.618Z[ host-image] Feb 11 21:14:17.009 INFO O| Feb 11 21:14:17.009 INFO O| Download: 4556/22794 items 42.6/199.7MB 21% complete (1.6M/s)
39232025-02-11T21:14:21.808Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39242025-02-11T21:14:22.378Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39252025-02-11T21:14:23.619Z[ host-image] Feb 11 21:14:22.009 INFO O| Feb 11 21:14:22.009 INFO O| Download: 5754/22794 items 46.3/199.7MB 23% complete (1.1M/s)
39262025-02-11T21:14:27.634Z[verify-libraries] Compiling termios v0.3.3
39272025-02-11T21:14:28.307Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39282025-02-11T21:14:28.755Z[ host-image] Feb 11 21:14:27.145 INFO O| Feb 11 21:14:27.145 INFO O| Download: 6855/22794 items 49.0/199.7MB 24% complete (675k/s)
39292025-02-11T21:14:29.981Z[ recovery-image] Feb 11 21:14:28.371 INFO O| Feb 11 21:14:28.371 INFO O| Planning: Running solver ... Done
39302025-02-11T21:14:30.585Z[ recovery-image] Feb 11 21:14:28.975 INFO O| Feb 11 21:14:28.975 INFO O| Planning: Finding local manifests ... Done
39312025-02-11T21:14:30.601Z[ recovery-image] Feb 11 21:14:28.991 INFO O| Feb 11 21:14:28.990 INFO O| Planning: Fetching manifests: 0/124 0% complete
39322025-02-11T21:14:32.726Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39332025-02-11T21:14:33.777Z[ host-image] Feb 11 21:14:32.166 INFO O| Feb 11 21:14:32.166 INFO O| Download: 7716/22794 items 58.8/199.7MB 29% complete (1.2M/s)
39342025-02-11T21:14:35.593Z[ recovery-image] Feb 11 21:14:33.983 INFO O| Feb 11 21:14:33.983 INFO O| Planning: Fetching manifests: 124/124 100% complete
39352025-02-11T21:14:36.705Z[ recovery-image] Feb 11 21:14:35.094 INFO O| Feb 11 21:14:35.094 INFO O| Planning: Package planning ... Done
39362025-02-11T21:14:37.494Z[ recovery-image] Feb 11 21:14:35.883 INFO O| Feb 11 21:14:35.883 INFO O| Planning: Merging actions ... Done
39372025-02-11T21:14:37.664Z[ recovery-image] Feb 11 21:14:36.053 INFO O| Feb 11 21:14:36.053 INFO O| Planning: Checking for conflicting actions ... Done
39382025-02-11T21:14:37.813Z[ recovery-image] Feb 11 21:14:36.202 INFO O| Feb 11 21:14:36.202 INFO O| Planning: Consolidating action changes ... Done
39392025-02-11T21:14:38.198Z[ recovery-image] Feb 11 21:14:36.587 INFO O| Feb 11 21:14:36.587 INFO O| Planning: Evaluating mediators ... Done
39402025-02-11T21:14:38.799Z[ host-image] Feb 11 21:14:37.187 INFO O| Feb 11 21:14:37.187 INFO O| Download: 8567/22794 items 70.1/199.7MB 35% complete (2.1M/s)
39412025-02-11T21:14:43.803Z[ host-image] Feb 11 21:14:42.192 INFO O| Feb 11 21:14:42.191 INFO O| Download: 9776/22794 items 83.6/199.7MB 41% complete (2.5M/s)
39422025-02-11T21:14:44.185Z[ recovery-image] Feb 11 21:14:42.573 INFO O| Feb 11 21:14:42.573 INFO O| Planning: Planning completed in 176.58 seconds
39432025-02-11T21:14:44.192Z[ recovery-image] Feb 11 21:14:42.580 INFO O| Feb 11 21:14:42.580 INFO O| Packages to install: 124
39442025-02-11T21:14:44.192Z[ recovery-image] Feb 11 21:14:42.580 INFO O| Feb 11 21:14:42.580 INFO O| Mediators to change: 4
39452025-02-11T21:14:44.195Z[ recovery-image] Feb 11 21:14:42.580 INFO O| Feb 11 21:14:42.580 INFO O| Services to change: 5
39462025-02-11T21:14:44.267Z[ recovery-image] Feb 11 21:14:42.655 INFO O| Feb 11 21:14:42.655 INFO O| Download: 0/15865 items 0.0/176.4MB 0% complete
39472025-02-11T21:14:48.829Z[ host-image] Feb 11 21:14:47.217 INFO O| Feb 11 21:14:47.217 INFO O| Download: 10528/22794 items 88.7/199.7MB 44% complete (1.9M/s)
39482025-02-11T21:14:49.269Z[ recovery-image] Feb 11 21:14:47.657 INFO O| Feb 11 21:14:47.657 INFO O| Download: 986/15865 items 7.8/176.4MB 4% complete (1.6M/s)
39492025-02-11T21:14:53.830Z[ host-image] Feb 11 21:14:52.217 INFO O| Feb 11 21:14:52.217 INFO O| Download: 11213/22794 items 94.0/199.7MB 47% complete (1.0M/s)
39502025-02-11T21:14:54.270Z[ recovery-image] Feb 11 21:14:52.657 INFO O| Feb 11 21:14:52.657 INFO O| Download: 1182/15865 items 14.0/176.4MB 7% complete (1.3M/s)
39512025-02-11T21:14:55.564Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39522025-02-11T21:14:58.831Z[ host-image] Feb 11 21:14:57.217 INFO O| Feb 11 21:14:57.217 INFO O| Download: 11983/22794 items 98.2/199.7MB 49% complete (975k/s)
39532025-02-11T21:14:59.535Z[ recovery-image] Feb 11 21:14:57.921 INFO O| Feb 11 21:14:57.921 INFO O| Download: 1618/15865 items 25.1/176.4MB 14% complete (1.7M/s)
39542025-02-11T21:15:03.895Z[ host-image] Feb 11 21:15:02.281 INFO O| Feb 11 21:15:02.281 INFO O| Download: 12278/22794 items 109.5/199.7MB 54% complete (1.6M/s)
39552025-02-11T21:15:04.751Z[ recovery-image] Feb 11 21:15:03.137 INFO O| Feb 11 21:15:03.137 INFO O| Download: 2534/15865 items 31.5/176.4MB 17% complete (1.7M/s)
39562025-02-11T21:15:09.652Z[ host-image] Feb 11 21:15:08.038 INFO O| Feb 11 21:15:08.038 INFO O| Download: 13318/22794 items 110.0/199.7MB 55% complete (1.2M/s)
39572025-02-11T21:15:09.763Z[ recovery-image] Feb 11 21:15:08.148 INFO O| Feb 11 21:15:08.148 INFO O| Download: 3369/15865 items 38.1/176.4MB 21% complete (1.4M/s)
39582025-02-11T21:15:14.674Z[ host-image] Feb 11 21:15:13.059 INFO O| Feb 11 21:15:13.059 INFO O| Download: 14258/22794 items 110.7/199.7MB 55% complete (118k/s)
39592025-02-11T21:15:15.946Z[ recovery-image] Feb 11 21:15:14.331 INFO O| Feb 11 21:15:14.331 INFO O| Download: 3611/15865 items 39.1/176.4MB 22% complete (1.1M/s)
39602025-02-11T21:15:20.094Z[ host-image] Feb 11 21:15:18.478 INFO O| Feb 11 21:15:18.478 INFO O| Download: 14523/22794 items 116.7/199.7MB 58% complete (704k/s)
39612025-02-11T21:15:20.952Z[ recovery-image] Feb 11 21:15:19.337 INFO O| Feb 11 21:15:19.337 INFO O| Download: 4029/15865 items 42.6/176.4MB 24% complete (408k/s)
39622025-02-11T21:15:25.117Z[ host-image] Feb 11 21:15:23.501 INFO O| Feb 11 21:15:23.501 INFO O| Download: 15338/22794 items 124.7/199.7MB 62% complete (1.4M/s)
39632025-02-11T21:15:26.728Z[ recovery-image] Feb 11 21:15:25.112 INFO O| Feb 11 21:15:25.112 INFO O| Download: 4784/15865 items 43.0/176.4MB 24% complete (447k/s)
39642025-02-11T21:15:30.118Z[ host-image] Feb 11 21:15:28.502 INFO O| Feb 11 21:15:28.501 INFO O| Download: 16141/22794 items 132.5/199.7MB 66% complete (1.6M/s)
39652025-02-11T21:15:35.124Z[ host-image] Feb 11 21:15:33.507 INFO O| Feb 11 21:15:33.507 INFO O| Download: 17161/22794 items 140.6/199.7MB 70% complete (1.6M/s)
39662025-02-11T21:15:36.347Z[ recovery-image] Feb 11 21:15:34.730 INFO O| Feb 11 21:15:34.730 INFO O| Download: 4786/15865 items 43.0/176.4MB 24% complete
39672025-02-11T21:15:40.422Z[ host-image] Feb 11 21:15:38.805 INFO O| Feb 11 21:15:38.805 INFO O| Download: 17904/22794 items 150.4/199.7MB 75% complete (1.8M/s)
39682025-02-11T21:15:41.351Z[ recovery-image] Feb 11 21:15:39.733 INFO O| Feb 11 21:15:39.733 INFO O| Download: 5654/15865 items 44.3/176.4MB 25% complete (171k/s)
39692025-02-11T21:15:45.441Z[ host-image] Feb 11 21:15:43.822 INFO O| Feb 11 21:15:43.822 INFO O| Download: 18722/22794 items 164.9/199.7MB 82% complete (2.2M/s)
39702025-02-11T21:15:46.355Z[ recovery-image] Feb 11 21:15:44.737 INFO O| Feb 11 21:15:44.737 INFO O| Download: 5702/15865 items 45.3/176.4MB 25% complete (239k/s)
39712025-02-11T21:15:50.445Z[ host-image] Feb 11 21:15:48.826 INFO O| Feb 11 21:15:48.826 INFO O| Download: 19510/22794 items 168.5/199.7MB 84% complete (1.8M/s)
39722025-02-11T21:15:52.052Z[ recovery-image] Feb 11 21:15:50.433 INFO O| Feb 11 21:15:50.433 INFO O| Download: 5755/15865 items 47.0/176.4MB 26% complete (331k/s)
39732025-02-11T21:15:55.446Z[ host-image] Feb 11 21:15:53.826 INFO O| Feb 11 21:15:53.826 INFO O| Download: 20403/22794 items 171.7/199.7MB 85% complete (694k/s)
39742025-02-11T21:15:57.314Z[ recovery-image] Feb 11 21:15:55.694 INFO O| Feb 11 21:15:55.694 INFO O| Download: 6095/15865 items 55.0/176.4MB 31% complete (929k/s)
39752025-02-11T21:16:00.888Z[ host-image] Feb 11 21:15:59.268 INFO O| Feb 11 21:15:59.268 INFO O| Download: 20853/22794 items 177.8/199.7MB 89% complete (866k/s)
39762025-02-11T21:16:03.572Z[ recovery-image] Feb 11 21:16:01.951 INFO O| Feb 11 21:16:01.951 INFO O| Download: 6187/15865 items 62.0/176.4MB 35% complete (1.6M/s)
39772025-02-11T21:16:05.889Z[ host-image] Feb 11 21:16:04.268 INFO O| Feb 11 21:16:04.268 INFO O| Download: 21471/22794 items 180.5/199.7MB 90% complete (871k/s)
39782025-02-11T21:16:08.576Z[ recovery-image] Feb 11 21:16:06.955 INFO O| Feb 11 21:16:06.955 INFO O| Download: 6643/15865 items 64.4/176.4MB 36% complete (926k/s)
39792025-02-11T21:16:11.408Z[ host-image] Feb 11 21:16:09.787 INFO O| Feb 11 21:16:09.787 INFO O| Download: 21707/22794 items 183.7/199.7MB 91% complete (960k/s)
39802025-02-11T21:16:13.591Z[ recovery-image] Feb 11 21:16:11.970 INFO O| Feb 11 21:16:11.970 INFO O| Download: 7287/15865 items 73.4/176.4MB 41% complete (1.1M/s)
39812025-02-11T21:16:16.494Z[ host-image] Feb 11 21:16:14.872 INFO O| Feb 11 21:16:14.872 INFO O| Download: 21930/22794 items 191.5/199.7MB 95% complete (1.1M/s)
39822025-02-11T21:16:19.406Z[ recovery-image] Feb 11 21:16:17.784 INFO O| Feb 11 21:16:17.784 INFO O| Download: 7644/15865 items 73.7/176.4MB 41% complete (1.0M/s)
39832025-02-11T21:16:22.068Z[ host-image] Feb 11 21:16:20.445 INFO O| Feb 11 21:16:20.445 INFO O| Download: 22046/22794 items 192.6/199.7MB 96% complete (920k/s)
39842025-02-11T21:16:24.409Z[ recovery-image] Feb 11 21:16:22.786 INFO O| Feb 11 21:16:22.786 INFO O| Download: 8053/15865 items 79.5/176.4MB 45% complete (608k/s)
39852025-02-11T21:16:27.180Z[ host-image] Feb 11 21:16:25.557 INFO O| Feb 11 21:16:25.557 INFO O| Download: 22264/22794 items 197.9/199.7MB 99% complete (679k/s)
39862025-02-11T21:16:29.628Z[ recovery-image] Feb 11 21:16:28.004 INFO O| Feb 11 21:16:28.004 INFO O| Download: 8661/15865 items 81.6/176.4MB 46% complete (825k/s)
39872025-02-11T21:16:31.272Z[ host-image] Feb 11 21:16:29.649 INFO O| Feb 11 21:16:29.649 INFO O| Download: Completed 199.73 MB in 158.01 seconds (1.3M/s)
39882025-02-11T21:16:33.028Z[ host-image] Feb 11 21:16:31.404 INFO O| Feb 11 21:16:31.404 INFO O| Actions: 1/49494 actions (Installing new actions)
39892025-02-11T21:16:35.052Z[ recovery-image] Feb 11 21:16:33.428 INFO O| Feb 11 21:16:33.428 INFO O| Download: 8845/15865 items 91.9/176.4MB 52% complete (1.3M/s)
39902025-02-11T21:16:38.029Z[ host-image] Feb 11 21:16:36.405 INFO O| Feb 11 21:16:36.405 INFO O| Actions: 9172/49494 actions (Installing new actions)
39912025-02-11T21:16:40.062Z[ recovery-image] Feb 11 21:16:38.438 INFO O| Feb 11 21:16:38.438 INFO O| Download: 9498/15865 items 92.9/176.4MB 52% complete (1.1M/s)
39922025-02-11T21:16:43.030Z[ host-image] Feb 11 21:16:41.405 INFO O| Feb 11 21:16:41.405 INFO O| Actions: 13735/49494 actions (Installing new actions)
39932025-02-11T21:16:45.097Z[ recovery-image] Feb 11 21:16:43.472 INFO O| Feb 11 21:16:43.472 INFO O| Download: 10117/15865 items 93.3/176.4MB 52% complete (135k/s)
39942025-02-11T21:16:48.030Z[ host-image] Feb 11 21:16:46.405 INFO O| Feb 11 21:16:46.405 INFO O| Actions: 19048/49494 actions (Installing new actions)
39952025-02-11T21:16:50.110Z[ recovery-image] Feb 11 21:16:48.485 INFO O| Feb 11 21:16:48.485 INFO O| Download: 10727/15865 items 93.6/176.4MB 53% complete (63.5k/s)
39962025-02-11T21:16:53.031Z[ host-image] Feb 11 21:16:51.406 INFO O| Feb 11 21:16:51.406 INFO O| Actions: 22472/49494 actions (Installing new actions)
39972025-02-11T21:16:55.411Z[ recovery-image] Feb 11 21:16:53.785 INFO O| Feb 11 21:16:53.785 INFO O| Download: 11077/15865 items 97.9/176.4MB 55% complete (345k/s)
39982025-02-11T21:16:58.081Z[ host-image] Feb 11 21:16:56.406 INFO O| Feb 11 21:16:56.406 INFO O| Actions: 44218/49494 actions (Installing new actions)
39992025-02-11T21:17:00.422Z[ recovery-image] Feb 11 21:16:58.786 INFO O| Feb 11 21:16:58.786 INFO O| Download: 11601/15865 items 113.1/176.4MB 64% complete (1.9M/s)
40002025-02-11T21:17:00.912Z[ host-image] Feb 11 21:16:59.285 INFO O| Feb 11 21:16:59.285 INFO O| Actions: Completed 49494 actions in 27.87 seconds.
40012025-02-11T21:17:02.233Z[ host-image] Feb 11 21:17:00.606 INFO O| Feb 11 21:17:00.606 INFO O| Done
40022025-02-11T21:17:02.233Z[ host-image] Feb 11 21:17:00.607 INFO O| Feb 11 21:17:00.606 INFO O| Done
40032025-02-11T21:17:04.372Z[ host-image] Feb 11 21:17:02.745 INFO O| Feb 11 21:17:02.745 INFO O| Done
40042025-02-11T21:17:05.519Z[ recovery-image] Feb 11 21:17:03.892 INFO O| Feb 11 21:17:03.892 INFO O| Download: 11998/15865 items 139.9/176.4MB 79% complete (4.5M/s)
40052025-02-11T21:17:07.088Z[ host-image] Feb 11 21:17:05.460 INFO O| Feb 11 21:17:05.459 INFO O| Done
40062025-02-11T21:17:07.153Z[ host-image] Feb 11 21:17:05.524 INFO O| Feb 11 21:17:05.524 INFO O| Done
40072025-02-11T21:17:10.523Z[ recovery-image] Feb 11 21:17:08.895 INFO O| Feb 11 21:17:08.895 INFO O| Download: 12926/15865 items 143.9/176.4MB 81% complete (3.1M/s)
40082025-02-11T21:17:15.301Z[ host-image] Feb 11 21:17:13.673 INFO O| Feb 11 21:17:13.673 INFO O| Done
40092025-02-11T21:17:15.545Z[ recovery-image] Feb 11 21:17:13.917 INFO O| Feb 11 21:17:13.917 INFO O| Download: 13936/15865 items 148.0/176.4MB 83% complete (824k/s)
40102025-02-11T21:17:16.397Z[ host-image] Feb 11 21:17:14.769 INFO O| Feb 11 21:17:14.769 INFO O| Done
40112025-02-11T21:17:17.331Z[ host-image] Feb 11 21:17:15.703 INFO O| Feb 11 21:17:15.703 INFO STEP 11 (pkg_install) COMPLETE
40122025-02-11T21:17:17.334Z[ host-image] Feb 11 21:17:15.703 INFO O| Feb 11 21:17:15.703 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40132025-02-11T21:17:17.365Z[ host-image] Feb 11 21:17:15.737 INFO O| Feb 11 21:17:15.736 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"]
40142025-02-11T21:17:20.546Z[ recovery-image] Feb 11 21:17:18.917 INFO O| Feb 11 21:17:18.917 INFO O| Download: 14676/15865 items 150.7/176.4MB 85% complete (694k/s)
40152025-02-11T21:17:20.701Z[ host-image] Feb 11 21:17:19.051 INFO O| Feb 11 21:17:19.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40162025-02-11T21:17:20.913Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40172025-02-11T21:17:25.552Z[ recovery-image] Feb 11 21:17:23.922 INFO O| Feb 11 21:17:23.922 INFO O| Download: 15219/15865 items 158.1/176.4MB 89% complete (1.0M/s)
40182025-02-11T21:17:26.072Z[ host-image] Feb 11 21:17:24.443 INFO O| Feb 11 21:17:24.443 INFO O| Planning: Solver setup ... Done
40192025-02-11T21:17:26.078Z[ host-image] Feb 11 21:17:24.449 INFO O| Feb 11 21:17:24.449 INFO O| Planning: Running solver ... Done
40202025-02-11T21:17:26.195Z[ host-image] Feb 11 21:17:24.566 INFO O| Feb 11 21:17:24.566 INFO O| Planning: Finding local manifests ... Done
40212025-02-11T21:17:26.198Z[ host-image] Feb 11 21:17:24.568 INFO O| Feb 11 21:17:24.568 INFO O| Planning: Fetching manifests: 0/5 0% complete
40222025-02-11T21:17:26.480Z[ host-image] Feb 11 21:17:24.850 INFO O| Feb 11 21:17:24.850 INFO O| Planning: Fetching manifests: 5/5 100% complete
40232025-02-11T21:17:26.528Z[ host-image] Feb 11 21:17:24.899 INFO O| Feb 11 21:17:24.899 INFO O| Planning: Package planning ... Done
40242025-02-11T21:17:26.535Z[ host-image] Feb 11 21:17:24.906 INFO O| Feb 11 21:17:24.906 INFO O| Planning: Merging actions ... Done
40252025-02-11T21:17:26.720Z[ host-image] Feb 11 21:17:25.091 INFO O| Feb 11 21:17:25.090 INFO O| Planning: Checking for conflicting actions ... Done
40262025-02-11T21:17:26.723Z[ host-image] Feb 11 21:17:25.093 INFO O| Feb 11 21:17:25.093 INFO O| Planning: Consolidating action changes ... Done
40272025-02-11T21:17:27.234Z[ host-image] Feb 11 21:17:25.605 INFO O| Feb 11 21:17:25.605 INFO O| Planning: Evaluating mediators ... Done
40282025-02-11T21:17:27.237Z[ host-image] Feb 11 21:17:25.606 INFO O| Feb 11 21:17:25.606 INFO O| Planning: Planning completed in 6.55 seconds
40292025-02-11T21:17:27.246Z[ host-image] Feb 11 21:17:25.617 INFO O| Feb 11 21:17:25.617 INFO O| Packages to install: 5
40302025-02-11T21:17:27.246Z[ host-image] Feb 11 21:17:25.617 INFO O| Feb 11 21:17:25.617 INFO O| Services to change: 2
40312025-02-11T21:17:27.276Z[ host-image] Feb 11 21:17:25.647 INFO O| Feb 11 21:17:25.647 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
40322025-02-11T21:17:28.735Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40332025-02-11T21:17:29.304Z[ host-image] Feb 11 21:17:27.674 INFO O| Feb 11 21:17:27.674 INFO O| Download: Completed 1.46 MB in 2.03 seconds (734k/s)
40342025-02-11T21:17:29.348Z[ host-image] Feb 11 21:17:27.718 INFO O| Feb 11 21:17:27.718 INFO O| Actions: 1/306 actions (Installing new actions)
40352025-02-11T21:17:29.540Z[ host-image] Feb 11 21:17:27.910 INFO O| Feb 11 21:17:27.910 INFO O| Actions: Completed 306 actions in 0.19 seconds.
40362025-02-11T21:17:30.149Z[ host-image] Feb 11 21:17:28.520 INFO O| Feb 11 21:17:28.520 INFO O| Done
40372025-02-11T21:17:30.150Z[ host-image] Feb 11 21:17:28.520 INFO O| Feb 11 21:17:28.520 INFO O| Done
40382025-02-11T21:17:30.874Z[ recovery-image] Feb 11 21:17:29.244 INFO O| Feb 11 21:17:29.244 INFO O| Download: 15559/15865 items 169.0/176.4MB 95% complete (1.8M/s)
40392025-02-11T21:17:31.535Z[ host-image] Feb 11 21:17:29.905 INFO O| Feb 11 21:17:29.905 INFO O| Done
40402025-02-11T21:17:34.259Z[ host-image] Feb 11 21:17:32.629 INFO O| Feb 11 21:17:32.629 INFO O| Done
40412025-02-11T21:17:34.323Z[ host-image] Feb 11 21:17:32.693 INFO O| Feb 11 21:17:32.693 INFO O| Done
40422025-02-11T21:17:34.326Z[ host-image] Feb 11 21:17:32.693 INFO O| Feb 11 21:17:32.693 INFO O| Done
40432025-02-11T21:17:34.354Z[ host-image] Feb 11 21:17:32.724 INFO O| Feb 11 21:17:32.724 INFO O| Done
40442025-02-11T21:17:34.534Z[ host-image] Feb 11 21:17:32.903 INFO O| Feb 11 21:17:32.903 INFO STEP 12 (pkg_install) COMPLETE
40452025-02-11T21:17:34.534Z[ host-image] Feb 11 21:17:32.904 INFO O| Feb 11 21:17:32.903 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40462025-02-11T21:17:34.554Z[ host-image] Feb 11 21:17:32.923 INFO O| Feb 11 21:17:32.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40472025-02-11T21:17:35.989Z[ host-image] Feb 11 21:17:34.359 INFO O| Feb 11 21:17:34.358 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40482025-02-11T21:17:36.076Z[ recovery-image] Feb 11 21:17:34.446 INFO O| Feb 11 21:17:34.446 INFO O| Download: 15839/15865 items 175.2/176.4MB 99% complete (1.6M/s)
40492025-02-11T21:17:39.972Z[ host-image] Feb 11 21:17:38.341 INFO O| Feb 11 21:17:38.341 INFO O| Planning: Solver setup ... Done
40502025-02-11T21:17:39.978Z[ host-image] Feb 11 21:17:38.348 INFO O| Feb 11 21:17:38.348 INFO O| Planning: Running solver ... Done
40512025-02-11T21:17:40.079Z[ host-image] Feb 11 21:17:38.448 INFO O| Feb 11 21:17:38.448 INFO O| Planning: Finding local manifests ... Done
40522025-02-11T21:17:40.082Z[ host-image] Feb 11 21:17:38.450 INFO O| Feb 11 21:17:38.450 INFO O| Planning: Fetching manifests: 0/6 0% complete
40532025-02-11T21:17:40.485Z[ host-image] Feb 11 21:17:38.834 INFO O| Feb 11 21:17:38.833 INFO O| Planning: Fetching manifests: 6/6 100% complete
40542025-02-11T21:17:40.520Z[ host-image] Feb 11 21:17:38.889 INFO O| Feb 11 21:17:38.889 INFO O| Planning: Package planning ... Done
40552025-02-11T21:17:40.558Z[ host-image] Feb 11 21:17:38.928 INFO O| Feb 11 21:17:38.928 INFO O| Planning: Merging actions ... Done
40562025-02-11T21:17:40.694Z[ host-image] Feb 11 21:17:39.063 INFO O| Feb 11 21:17:39.063 INFO O| Planning: Checking for conflicting actions ... Done
40572025-02-11T21:17:40.701Z[ host-image] Feb 11 21:17:39.070 INFO O| Feb 11 21:17:39.070 INFO O| Planning: Consolidating action changes ... Done
40582025-02-11T21:17:41.088Z[ host-image] Feb 11 21:17:39.457 INFO O| Feb 11 21:17:39.457 INFO O| Planning: Evaluating mediators ... Done
40592025-02-11T21:17:41.094Z[ host-image] Feb 11 21:17:39.463 INFO O| Feb 11 21:17:39.463 INFO O| Planning: Planning completed in 5.10 seconds
40602025-02-11T21:17:41.096Z[ host-image] Feb 11 21:17:39.466 INFO O| Feb 11 21:17:39.466 INFO O| Packages to install: 6
40612025-02-11T21:17:41.096Z[ host-image] Feb 11 21:17:39.466 INFO O| Feb 11 21:17:39.466 INFO O| Mediators to change: 1
40622025-02-11T21:17:41.099Z[ host-image] Feb 11 21:17:39.466 INFO O| Feb 11 21:17:39.466 INFO O| Services to change: 1
40632025-02-11T21:17:41.120Z[ host-image] Feb 11 21:17:39.490 INFO O| Feb 11 21:17:39.489 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40642025-02-11T21:17:43.749Z[ recovery-image] Feb 11 21:17:42.117 INFO O| Feb 11 21:17:42.117 INFO O| Download: 15863/15865 items 176.4/176.4MB 99% complete (1.4M/s)
40652025-02-11T21:17:43.761Z[ recovery-image] Feb 11 21:17:42.130 INFO O| Feb 11 21:17:42.130 INFO O| Download: Completed 176.45 MB in 179.47 seconds (1003k/s)
40662025-02-11T21:17:44.837Z[ recovery-image] Feb 11 21:17:43.206 INFO O| Feb 11 21:17:43.206 INFO O| Actions: 1/25031 actions (Installing new actions)
40672025-02-11T21:17:46.173Z[ host-image] Feb 11 21:17:44.536 INFO O| Feb 11 21:17:44.535 INFO O| Download: 566/1140 items 2.7/8.4MB 32% complete (583k/s)
40682025-02-11T21:17:49.844Z[ recovery-image] Feb 11 21:17:48.212 INFO O| Feb 11 21:17:48.212 INFO O| Actions: 7976/25031 actions (Installing new actions)
40692025-02-11T21:17:50.127Z[ host-image] Feb 11 21:17:48.496 INFO O| Feb 11 21:17:48.495 INFO O| Download: Completed 8.42 MB in 9.01 seconds (956k/s)
40702025-02-11T21:17:50.335Z[ host-image] Feb 11 21:17:48.703 INFO O| Feb 11 21:17:48.703 INFO O| Actions: 1/1361 actions (Installing new actions)
40712025-02-11T21:17:51.129Z[ host-image] Feb 11 21:17:49.497 INFO O| Feb 11 21:17:49.497 INFO O| Actions: Completed 1361 actions in 0.79 seconds.
40722025-02-11T21:17:51.824Z[ host-image] Feb 11 21:17:50.191 INFO O| Feb 11 21:17:50.191 INFO O| Done
40732025-02-11T21:17:51.824Z[ host-image] Feb 11 21:17:50.191 INFO O| Feb 11 21:17:50.191 INFO O| Done
40742025-02-11T21:17:52.698Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40752025-02-11T21:17:53.463Z[ host-image] Feb 11 21:17:51.831 INFO O| Feb 11 21:17:51.831 INFO O| Done
40762025-02-11T21:17:54.845Z[ recovery-image] Feb 11 21:17:53.213 INFO O| Feb 11 21:17:53.213 INFO O| Actions: 14169/25031 actions (Installing new actions)
40772025-02-11T21:17:57.187Z[ host-image] Feb 11 21:17:55.554 INFO O| Feb 11 21:17:55.554 INFO O| Done
40782025-02-11T21:17:57.281Z[ host-image] Feb 11 21:17:55.648 INFO O| Feb 11 21:17:55.648 INFO O| Done
40792025-02-11T21:17:57.284Z[ host-image] Feb 11 21:17:55.649 INFO O| Feb 11 21:17:55.649 INFO O| Done
40802025-02-11T21:17:57.430Z[ host-image] Feb 11 21:17:55.797 INFO O| Feb 11 21:17:55.797 INFO O| Done
40812025-02-11T21:17:57.628Z[ host-image] Feb 11 21:17:55.996 INFO O| Feb 11 21:17:55.996 INFO STEP 13 (pkg_install) COMPLETE
40822025-02-11T21:17:57.629Z[ host-image] Feb 11 21:17:55.996 INFO O| Feb 11 21:17:55.996 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40832025-02-11T21:17:57.650Z[ host-image] Feb 11 21:17:56.018 INFO O| Feb 11 21:17:56.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40842025-02-11T21:17:58.688Z[ host-image] Feb 11 21:17:57.055 INFO O| Feb 11 21:17:57.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40852025-02-11T21:17:59.614Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40862025-02-11T21:18:00.405Z[ recovery-image] Feb 11 21:17:58.772 INFO O| Feb 11 21:17:58.772 INFO O| Actions: 24476/25031 actions (Installing new actions)
40872025-02-11T21:18:01.734Z[ recovery-image] Feb 11 21:18:00.101 INFO O| Feb 11 21:18:00.101 INFO O| Actions: Completed 25031 actions in 16.89 seconds.
40882025-02-11T21:18:02.752Z[ recovery-image] Feb 11 21:18:01.119 INFO O| Feb 11 21:18:01.119 INFO O| Done
40892025-02-11T21:18:02.752Z[ recovery-image] Feb 11 21:18:01.119 INFO O| Feb 11 21:18:01.119 INFO O| Done
40902025-02-11T21:18:03.574Z[ host-image] Feb 11 21:18:01.941 INFO O| Feb 11 21:18:01.941 INFO O| Planning: Solver setup ... Done
40912025-02-11T21:18:03.582Z[ host-image] Feb 11 21:18:01.949 INFO O| Feb 11 21:18:01.949 INFO O| Planning: Running solver ... Done
40922025-02-11T21:18:03.683Z[ host-image] Feb 11 21:18:02.050 INFO O| Feb 11 21:18:02.050 INFO O| Planning: Finding local manifests ... Done
40932025-02-11T21:18:03.686Z[ host-image] Feb 11 21:18:02.051 INFO O| Feb 11 21:18:02.051 INFO O| Planning: Fetching manifests: 0/1 0% complete
40942025-02-11T21:18:03.933Z[ host-image] Feb 11 21:18:02.299 INFO O| Feb 11 21:18:02.299 INFO O| Planning: Fetching manifests: 1/1 100% complete
40952025-02-11T21:18:03.996Z[ host-image] Feb 11 21:18:02.363 INFO O| Feb 11 21:18:02.363 INFO O| Planning: Package planning ... Done
40962025-02-11T21:18:03.999Z[ host-image] Feb 11 21:18:02.364 INFO O| Feb 11 21:18:02.364 INFO O| Planning: Merging actions ... Done
40972025-02-11T21:18:04.109Z[ host-image] Feb 11 21:18:02.476 INFO O| Feb 11 21:18:02.476 INFO O| Planning: Checking for conflicting actions ... Done
40982025-02-11T21:18:04.112Z[ host-image] Feb 11 21:18:02.477 INFO O| Feb 11 21:18:02.477 INFO O| Planning: Consolidating action changes ... Done
40992025-02-11T21:18:04.469Z[ recovery-image] Feb 11 21:18:02.836 INFO O| Feb 11 21:18:02.836 INFO O| Done
41002025-02-11T21:18:04.509Z[ host-image] Feb 11 21:18:02.876 INFO O| Feb 11 21:18:02.876 INFO O| Planning: Evaluating mediators ... Done
41012025-02-11T21:18:04.512Z[ host-image] Feb 11 21:18:02.877 INFO O| Feb 11 21:18:02.877 INFO O| Planning: Planning completed in 5.82 seconds
41022025-02-11T21:18:04.515Z[ host-image] Feb 11 21:18:02.879 INFO O| Feb 11 21:18:02.879 INFO O| Packages to install: 1
41032025-02-11T21:18:04.534Z[ host-image] Feb 11 21:18:02.901 INFO O| Feb 11 21:18:02.901 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41042025-02-11T21:18:05.289Z[ host-image] Feb 11 21:18:03.656 INFO O| Feb 11 21:18:03.656 INFO O| Download: Completed 9.99 MB in 0.76 seconds (13.2M/s)
41052025-02-11T21:18:05.439Z[ host-image] Feb 11 21:18:03.806 INFO O| Feb 11 21:18:03.806 INFO O| Actions: 1/22 actions (Installing new actions)
41062025-02-11T21:18:05.879Z[ host-image] Feb 11 21:18:04.245 INFO O| Feb 11 21:18:04.245 INFO O| Actions: Completed 22 actions in 0.44 seconds.
41072025-02-11T21:18:06.577Z[ recovery-image] Feb 11 21:18:04.746 INFO O| Feb 11 21:18:04.746 INFO O| Done
41082025-02-11T21:18:06.583Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41092025-02-11T21:18:06.583Z[ recovery-image] Feb 11 21:18:04.785 INFO O| Feb 11 21:18:04.785 INFO O| Done
41102025-02-11T21:18:06.597Z[ host-image] Feb 11 21:18:04.964 INFO O| Feb 11 21:18:04.964 INFO O| Done
41112025-02-11T21:18:06.597Z[ host-image] Feb 11 21:18:04.964 INFO O| Feb 11 21:18:04.964 INFO O| Done
41122025-02-11T21:18:07.865Z[ host-image] Feb 11 21:18:06.232 INFO O| Feb 11 21:18:06.232 INFO O| Done
41132025-02-11T21:18:10.715Z[ host-image] Feb 11 21:18:09.081 INFO O| Feb 11 21:18:09.081 INFO O| Done
41142025-02-11T21:18:10.760Z[ host-image] Feb 11 21:18:09.126 INFO O| Feb 11 21:18:09.126 INFO O| Done
41152025-02-11T21:18:10.762Z[ host-image] Feb 11 21:18:09.126 INFO O| Feb 11 21:18:09.126 INFO O| Done
41162025-02-11T21:18:10.779Z[ host-image] Feb 11 21:18:09.145 INFO O| Feb 11 21:18:09.145 INFO O| Done
41172025-02-11T21:18:10.962Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.327 INFO STEP 14 (pkg_install) COMPLETE
41182025-02-11T21:18:10.962Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41192025-02-11T21:18:10.964Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO skip step because feature "mfg" is not enabled
41202025-02-11T21:18:10.964Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41212025-02-11T21:18:10.964Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO skip step because feature "compliance" is not enabled
41222025-02-11T21:18:10.964Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41232025-02-11T21:18:10.964Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO skip step because feature "stress" is not enabled
41242025-02-11T21:18:10.965Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41252025-02-11T21:18:10.965Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO skip step because feature "nfs" is not enabled
41262025-02-11T21:18:10.965Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
41272025-02-11T21:18:10.965Z[ host-image] Feb 11 21:18:09.328 INFO O| Feb 11 21:18:09.328 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
41282025-02-11T21:18:11.094Z[ host-image] Feb 11 21:18:09.460 INFO O| Feb 11 21:18:09.460 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
41292025-02-11T21:18:11.395Z[ host-image] Feb 11 21:18:09.761 INFO O| Feb 11 21:18:09.761 INFO completed processing gimlet/ramdisk-01-os
41302025-02-11T21:18:11.398Z[ host-image] Feb 11 21:18:09.765 INFO omicron1 baseline generation...
41312025-02-11T21:18:11.401Z[ host-image] Feb 11 21:18:09.765 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
41322025-02-11T21:18:11.520Z[ recovery-image] Feb 11 21:18:09.886 INFO O| Feb 11 21:18:09.886 INFO O| Done
41332025-02-11T21:18:12.101Z[ recovery-image] Feb 11 21:18:10.467 INFO O| Feb 11 21:18:10.467 INFO O| Done
41342025-02-11T21:18:12.678Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO STEP 11 (pkg_install) COMPLETE
41352025-02-11T21:18:12.678Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41362025-02-11T21:18:12.680Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO skip step because feature "recovery" is enabled
41372025-02-11T21:18:12.680Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41382025-02-11T21:18:12.680Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO skip step because feature "omicron1" is not enabled
41392025-02-11T21:18:12.681Z[ recovery-image] Feb 11 21:18:11.043 INFO O| Feb 11 21:18:11.043 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41402025-02-11T21:18:12.694Z[ recovery-image] Feb 11 21:18:11.060 INFO O| Feb 11 21:18:11.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
41412025-02-11T21:18:12.701Z[ host-image] Feb 11 21:18:11.067 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23216:20250211T162152Z
41422025-02-11T21:18:14.103Z[ recovery-image] Feb 11 21:18:12.469 INFO O| Feb 11 21:18:12.468 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41432025-02-11T21:18:18.847Z[ recovery-image] Feb 11 21:18:17.212 INFO O| Feb 11 21:18:17.212 INFO O| Planning: Solver setup ... Done
41442025-02-11T21:18:18.865Z[ recovery-image] Feb 11 21:18:17.230 INFO O| Feb 11 21:18:17.230 INFO O| Planning: Running solver ... Done
41452025-02-11T21:18:18.965Z[ recovery-image] Feb 11 21:18:17.330 INFO O| Feb 11 21:18:17.330 INFO O| Planning: Finding local manifests ... Done
41462025-02-11T21:18:18.967Z[ recovery-image] Feb 11 21:18:17.331 INFO O| Feb 11 21:18:17.331 INFO O| Planning: Fetching manifests: 0/1 0% complete
41472025-02-11T21:18:19.213Z[ recovery-image] Feb 11 21:18:17.578 INFO O| Feb 11 21:18:17.578 INFO O| Planning: Fetching manifests: 1/1 100% complete
41482025-02-11T21:18:19.245Z[ recovery-image] Feb 11 21:18:17.610 INFO O| Feb 11 21:18:17.610 INFO O| Planning: Package planning ... Done
41492025-02-11T21:18:19.248Z[ recovery-image] Feb 11 21:18:17.611 INFO O| Feb 11 21:18:17.611 INFO O| Planning: Merging actions ... Done
41502025-02-11T21:18:19.351Z[ recovery-image] Feb 11 21:18:17.716 INFO O| Feb 11 21:18:17.716 INFO O| Planning: Checking for conflicting actions ... Done
41512025-02-11T21:18:19.354Z[ recovery-image] Feb 11 21:18:17.717 INFO O| Feb 11 21:18:17.717 INFO O| Planning: Consolidating action changes ... Done
41522025-02-11T21:18:19.836Z[ recovery-image] Feb 11 21:18:18.200 INFO O| Feb 11 21:18:18.200 INFO O| Planning: Evaluating mediators ... Done
41532025-02-11T21:18:19.839Z[ recovery-image] Feb 11 21:18:18.201 INFO O| Feb 11 21:18:18.201 INFO O| Planning: Planning completed in 5.73 seconds
41542025-02-11T21:18:19.839Z[ recovery-image] Feb 11 21:18:18.203 INFO O| Feb 11 21:18:18.203 INFO O| Packages to install: 1
41552025-02-11T21:18:19.858Z[ recovery-image] Feb 11 21:18:18.223 INFO O| Feb 11 21:18:18.222 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41562025-02-11T21:18:20.522Z[ recovery-image] Feb 11 21:18:18.887 INFO O| Feb 11 21:18:18.887 INFO O| Download: Completed 9.99 MB in 0.66 seconds (15.0M/s)
41572025-02-11T21:18:20.633Z[ recovery-image] Feb 11 21:18:18.998 INFO O| Feb 11 21:18:18.998 INFO O| Actions: 1/22 actions (Installing new actions)
41582025-02-11T21:18:21.064Z[ recovery-image] Feb 11 21:18:19.429 INFO O| Feb 11 21:18:19.429 INFO O| Actions: Completed 22 actions in 0.43 seconds.
41592025-02-11T21:18:21.767Z[ recovery-image] Feb 11 21:18:20.132 INFO O| Feb 11 21:18:20.132 INFO O| Done
41602025-02-11T21:18:21.767Z[ recovery-image] Feb 11 21:18:20.132 INFO O| Feb 11 21:18:20.132 INFO O| Done
41612025-02-11T21:18:23.053Z[ recovery-image] Feb 11 21:18:21.418 INFO O| Feb 11 21:18:21.418 INFO O| Done
41622025-02-11T21:18:25.030Z[ recovery-image] Feb 11 21:18:23.394 INFO O| Feb 11 21:18:23.394 INFO O| Done
41632025-02-11T21:18:25.055Z[ recovery-image] Feb 11 21:18:23.419 INFO O| Feb 11 21:18:23.419 INFO O| Done
41642025-02-11T21:18:25.057Z[ recovery-image] Feb 11 21:18:23.419 INFO O| Feb 11 21:18:23.419 INFO O| Done
41652025-02-11T21:18:25.086Z[ recovery-image] Feb 11 21:18:23.451 INFO O| Feb 11 21:18:23.451 INFO O| Done
41662025-02-11T21:18:25.288Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO STEP 14 (pkg_install) COMPLETE
41672025-02-11T21:18:25.288Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41682025-02-11T21:18:25.288Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO skip step because feature "mfg" is not enabled
41692025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41702025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO skip step because feature "compliance" is not enabled
41712025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41722025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO skip step because feature "stress" is not enabled
41732025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41742025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO skip step because feature "nfs" is not enabled
41752025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41762025-02-11T21:18:25.291Z[ recovery-image] Feb 11 21:18:23.652 INFO O| Feb 11 21:18:23.652 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41772025-02-11T21:18:25.418Z[ recovery-image] Feb 11 21:18:23.783 INFO O| Feb 11 21:18:23.783 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41782025-02-11T21:18:25.611Z[ recovery-image] Feb 11 21:18:23.975 INFO O| Feb 11 21:18:23.975 INFO completed processing gimlet/ramdisk-01-os
41792025-02-11T21:18:25.614Z[ recovery-image] Feb 11 21:18:23.979 INFO image builder template: ramdisk-02-trim...
41802025-02-11T21:18:25.617Z[ recovery-image] Feb 11 21:18:23.979 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/.tmpA54Xaq/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
41812025-02-11T21:18:25.653Z[ recovery-image] Feb 11 21:18:24.018 INFO O| Feb 11 21:18:24.017 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41822025-02-11T21:18:25.660Z[ recovery-image] Feb 11 21:18:24.025 INFO O| Feb 11 21:18:24.024 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41832025-02-11T21:18:25.765Z[ recovery-image] Feb 11 21:18:24.130 INFO O| Feb 11 21:18:24.130 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41842025-02-11T21:18:25.836Z[ recovery-image] Feb 11 21:18:24.201 INFO O| Feb 11 21:18:24.201 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41852025-02-11T21:18:25.839Z[ recovery-image] Feb 11 21:18:24.201 INFO O| Feb 11 21:18:24.201 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41862025-02-11T21:18:25.847Z[ recovery-image] Feb 11 21:18:24.212 INFO O| Feb 11 21:18:24.211 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41872025-02-11T21:18:25.855Z[ recovery-image] Feb 11 21:18:24.220 INFO O| Feb 11 21:18:24.219 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41882025-02-11T21:18:25.864Z[ recovery-image] Feb 11 21:18:24.229 INFO O| Feb 11 21:18:24.229 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41892025-02-11T21:18:26.336Z[ recovery-image] Feb 11 21:18:24.701 INFO O| Feb 11 21:18:24.700 INFO rolled back to input snapshot; work may begin
41902025-02-11T21:18:26.336Z[ recovery-image] Feb 11 21:18:24.701 INFO O| Feb 11 21:18:24.700 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41912025-02-11T21:18:26.345Z[ recovery-image] Feb 11 21:18:24.710 INFO O| Feb 11 21:18:24.710 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922025-02-11T21:18:26.362Z[ recovery-image] Feb 11 21:18:24.727 INFO O| Feb 11 21:18:24.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41932025-02-11T21:18:26.482Z[ recovery-image] Feb 11 21:18:24.846 INFO O| Feb 11 21:18:24.846 INFO STEP 0 (remove_files) COMPLETE
41942025-02-11T21:18:26.482Z[ recovery-image] Feb 11 21:18:24.846 INFO O| Feb 11 21:18:24.846 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952025-02-11T21:18:26.501Z[ recovery-image] Feb 11 21:18:24.864 INFO O| Feb 11 21:18:24.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41962025-02-11T21:18:26.503Z[ recovery-image] Feb 11 21:18:24.867 INFO O| Feb 11 21:18:24.867 INFO STEP 1 (remove_files) COMPLETE
41972025-02-11T21:18:26.503Z[ recovery-image] Feb 11 21:18:24.867 INFO O| Feb 11 21:18:24.867 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982025-02-11T21:18:26.560Z[ recovery-image] Feb 11 21:18:24.924 INFO O| Feb 11 21:18:24.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41992025-02-11T21:18:26.580Z[ recovery-image] Feb 11 21:18:24.944 INFO O| Feb 11 21:18:24.944 INFO STEP 2 (remove_files) COMPLETE
42002025-02-11T21:18:26.580Z[ recovery-image] Feb 11 21:18:24.944 INFO O| Feb 11 21:18:24.944 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012025-02-11T21:18:26.601Z[ recovery-image] Feb 11 21:18:24.965 INFO O| Feb 11 21:18:24.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42022025-02-11T21:18:26.603Z[ recovery-image] Feb 11 21:18:24.968 INFO O| Feb 11 21:18:24.967 INFO STEP 3 (remove_files) COMPLETE
42032025-02-11T21:18:26.603Z[ recovery-image] Feb 11 21:18:24.968 INFO O| Feb 11 21:18:24.968 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042025-02-11T21:18:26.623Z[ recovery-image] Feb 11 21:18:24.987 INFO O| Feb 11 21:18:24.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42052025-02-11T21:18:26.629Z[ recovery-image] Feb 11 21:18:24.994 INFO O| Feb 11 21:18:24.993 INFO STEP 4 (remove_files) COMPLETE
42062025-02-11T21:18:26.629Z[ recovery-image] Feb 11 21:18:24.994 INFO O| Feb 11 21:18:24.994 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072025-02-11T21:18:26.650Z[ recovery-image] Feb 11 21:18:25.015 INFO O| Feb 11 21:18:25.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42082025-02-11T21:18:26.653Z[ recovery-image] Feb 11 21:18:25.015 INFO O| Feb 11 21:18:25.015 INFO STEP 5 (remove_files) COMPLETE
42092025-02-11T21:18:26.653Z[ recovery-image] Feb 11 21:18:25.015 INFO O| Feb 11 21:18:25.015 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102025-02-11T21:18:26.672Z[ recovery-image] Feb 11 21:18:25.034 INFO O| Feb 11 21:18:25.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42112025-02-11T21:18:26.687Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO STEP 6 (remove_files) COMPLETE
42122025-02-11T21:18:26.687Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO skip step because feature "recovery" is enabled
42142025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO skip step because feature "recovery" is enabled
42162025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO skip step because feature "recovery" is enabled
42182025-02-11T21:18:26.690Z[ recovery-image] Feb 11 21:18:25.052 INFO O| Feb 11 21:18:25.052 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192025-02-11T21:18:26.720Z[ recovery-image] Feb 11 21:18:25.084 INFO O| Feb 11 21:18:25.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42202025-02-11T21:18:26.725Z[ recovery-image] Feb 11 21:18:25.089 INFO O| Feb 11 21:18:25.089 INFO STEP 10 (remove_files) COMPLETE
42212025-02-11T21:18:26.725Z[ recovery-image] Feb 11 21:18:25.089 INFO O| Feb 11 21:18:25.089 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222025-02-11T21:18:26.743Z[ recovery-image] Feb 11 21:18:25.107 INFO O| Feb 11 21:18:25.107 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42232025-02-11T21:18:26.746Z[ recovery-image] Feb 11 21:18:25.108 INFO O| Feb 11 21:18:25.108 INFO STEP 11 (remove_files) COMPLETE
42242025-02-11T21:18:26.746Z[ recovery-image] Feb 11 21:18:25.108 INFO O| Feb 11 21:18:25.108 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252025-02-11T21:18:26.761Z[ recovery-image] Feb 11 21:18:25.126 INFO O| Feb 11 21:18:25.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42262025-02-11T21:18:26.764Z[ recovery-image] Feb 11 21:18:25.128 INFO O| Feb 11 21:18:25.128 INFO STEP 12 (remove_files) COMPLETE
42272025-02-11T21:18:26.764Z[ recovery-image] Feb 11 21:18:25.128 INFO O| Feb 11 21:18:25.128 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282025-02-11T21:18:26.831Z[ recovery-image] Feb 11 21:18:25.195 INFO O| Feb 11 21:18:25.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42292025-02-11T21:18:27.148Z[ recovery-image] Feb 11 21:18:25.512 INFO O| Feb 11 21:18:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42302025-02-11T21:18:27.150Z[ recovery-image] Feb 11 21:18:25.512 INFO O| Feb 11 21:18:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42312025-02-11T21:18:27.225Z[ recovery-image] Feb 11 21:18:25.589 INFO O| Feb 11 21:18:25.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42322025-02-11T21:18:27.228Z[ recovery-image] Feb 11 21:18:25.592 INFO O| Feb 11 21:18:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42332025-02-11T21:18:27.252Z[ recovery-image] Feb 11 21:18:25.616 INFO O| Feb 11 21:18:25.616 INFO STEP 13 (remove_files) COMPLETE
42342025-02-11T21:18:27.252Z[ recovery-image] Feb 11 21:18:25.616 INFO O| Feb 11 21:18:25.616 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352025-02-11T21:18:27.285Z[ recovery-image] Feb 11 21:18:25.649 INFO O| Feb 11 21:18:25.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42362025-02-11T21:18:27.287Z[ recovery-image] Feb 11 21:18:25.651 INFO O| Feb 11 21:18:25.651 INFO STEP 14 (remove_files) COMPLETE
42372025-02-11T21:18:27.288Z[ recovery-image] Feb 11 21:18:25.651 INFO O| Feb 11 21:18:25.651 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382025-02-11T21:18:27.331Z[ recovery-image] Feb 11 21:18:25.695 INFO O| Feb 11 21:18:25.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42392025-02-11T21:18:27.340Z[ recovery-image] Feb 11 21:18:25.704 INFO O| Feb 11 21:18:25.704 INFO STEP 15 (remove_files) COMPLETE
42402025-02-11T21:18:27.340Z[ recovery-image] Feb 11 21:18:25.704 INFO O| Feb 11 21:18:25.704 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412025-02-11T21:18:27.386Z[ recovery-image] Feb 11 21:18:25.750 INFO O| Feb 11 21:18:25.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42422025-02-11T21:18:27.388Z[ recovery-image] Feb 11 21:18:25.751 INFO O| Feb 11 21:18:25.750 INFO STEP 16 (remove_files) COMPLETE
42432025-02-11T21:18:27.388Z[ recovery-image] Feb 11 21:18:25.751 INFO O| Feb 11 21:18:25.751 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442025-02-11T21:18:27.407Z[ recovery-image] Feb 11 21:18:25.771 INFO O| Feb 11 21:18:25.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42452025-02-11T21:18:27.409Z[ recovery-image] Feb 11 21:18:25.773 INFO O| Feb 11 21:18:25.773 INFO STEP 17 (remove_files) COMPLETE
42462025-02-11T21:18:27.409Z[ recovery-image] Feb 11 21:18:25.773 INFO O| Feb 11 21:18:25.773 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472025-02-11T21:18:27.429Z[ recovery-image] Feb 11 21:18:25.794 INFO O| Feb 11 21:18:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42482025-02-11T21:18:27.432Z[ recovery-image] Feb 11 21:18:25.794 INFO O| Feb 11 21:18:25.794 INFO STEP 18 (remove_files) COMPLETE
42492025-02-11T21:18:27.432Z[ recovery-image] Feb 11 21:18:25.794 INFO O| Feb 11 21:18:25.794 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502025-02-11T21:18:27.452Z[ recovery-image] Feb 11 21:18:25.817 INFO O| Feb 11 21:18:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42512025-02-11T21:18:27.455Z[ recovery-image] Feb 11 21:18:25.817 INFO O| Feb 11 21:18:25.817 INFO STEP 19 (remove_files) COMPLETE
42522025-02-11T21:18:27.455Z[ recovery-image] Feb 11 21:18:25.817 INFO O| Feb 11 21:18:25.817 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532025-02-11T21:18:27.484Z[ recovery-image] Feb 11 21:18:25.848 INFO O| Feb 11 21:18:25.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42542025-02-11T21:18:27.484Z[ recovery-image] Feb 11 21:18:25.848 INFO O| Feb 11 21:18:25.848 INFO STEP 20 (remove_files) COMPLETE
42552025-02-11T21:18:27.487Z[ recovery-image] Feb 11 21:18:25.848 INFO O| Feb 11 21:18:25.848 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562025-02-11T21:18:27.557Z[ recovery-image] Feb 11 21:18:25.921 INFO O| Feb 11 21:18:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42572025-02-11T21:18:27.557Z[ recovery-image] Feb 11 21:18:25.921 INFO O| Feb 11 21:18:25.921 INFO STEP 21 (remove_files) COMPLETE
42582025-02-11T21:18:27.560Z[ recovery-image] Feb 11 21:18:25.921 INFO O| Feb 11 21:18:25.921 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592025-02-11T21:18:27.578Z[ recovery-image] Feb 11 21:18:25.942 INFO O| Feb 11 21:18:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42602025-02-11T21:18:27.578Z[ recovery-image] Feb 11 21:18:25.942 INFO O| Feb 11 21:18:25.942 INFO STEP 22 (remove_files) COMPLETE
42612025-02-11T21:18:27.581Z[ recovery-image] Feb 11 21:18:25.942 INFO O| Feb 11 21:18:25.942 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622025-02-11T21:18:27.599Z[ recovery-image] Feb 11 21:18:25.963 INFO O| Feb 11 21:18:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42632025-02-11T21:18:27.599Z[ recovery-image] Feb 11 21:18:25.963 INFO O| Feb 11 21:18:25.963 INFO STEP 23 (remove_files) COMPLETE
42642025-02-11T21:18:27.602Z[ recovery-image] Feb 11 21:18:25.963 INFO O| Feb 11 21:18:25.963 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652025-02-11T21:18:27.619Z[ recovery-image] Feb 11 21:18:25.984 INFO O| Feb 11 21:18:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42662025-02-11T21:18:27.624Z[ recovery-image] Feb 11 21:18:25.984 INFO O| Feb 11 21:18:25.984 INFO STEP 24 (remove_files) COMPLETE
42672025-02-11T21:18:27.624Z[ recovery-image] Feb 11 21:18:25.984 INFO O| Feb 11 21:18:25.984 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682025-02-11T21:18:27.640Z[ recovery-image] Feb 11 21:18:26.004 INFO O| Feb 11 21:18:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42692025-02-11T21:18:27.640Z[ recovery-image] Feb 11 21:18:26.004 INFO O| Feb 11 21:18:26.004 INFO STEP 25 (remove_files) COMPLETE
42702025-02-11T21:18:27.640Z[ recovery-image] Feb 11 21:18:26.005 INFO O| Feb 11 21:18:26.004 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712025-02-11T21:18:27.660Z[ recovery-image] Feb 11 21:18:26.025 INFO O| Feb 11 21:18:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42722025-02-11T21:18:27.660Z[ recovery-image] Feb 11 21:18:26.025 INFO O| Feb 11 21:18:26.025 INFO STEP 26 (remove_files) COMPLETE
42732025-02-11T21:18:27.663Z[ recovery-image] Feb 11 21:18:26.025 INFO O| Feb 11 21:18:26.025 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742025-02-11T21:18:27.701Z[ recovery-image] Feb 11 21:18:26.065 INFO O| Feb 11 21:18:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42752025-02-11T21:18:27.703Z[ recovery-image] Feb 11 21:18:26.065 INFO O| Feb 11 21:18:26.065 INFO STEP 27 (remove_files) COMPLETE
42762025-02-11T21:18:27.703Z[ recovery-image] Feb 11 21:18:26.065 INFO O| Feb 11 21:18:26.065 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772025-02-11T21:18:27.735Z[ recovery-image] Feb 11 21:18:26.099 INFO O| Feb 11 21:18:26.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42782025-02-11T21:18:27.735Z[ recovery-image] Feb 11 21:18:26.099 INFO O| Feb 11 21:18:26.099 INFO STEP 28 (remove_files) COMPLETE
42792025-02-11T21:18:27.737Z[ recovery-image] Feb 11 21:18:26.099 INFO O| Feb 11 21:18:26.099 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-02-11T21:18:27.783Z[ recovery-image] Feb 11 21:18:26.147 INFO O| Feb 11 21:18:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42812025-02-11T21:18:27.783Z[ recovery-image] Feb 11 21:18:26.147 INFO O| Feb 11 21:18:26.147 INFO STEP 29 (remove_files) COMPLETE
42822025-02-11T21:18:27.783Z[ recovery-image] Feb 11 21:18:26.147 INFO O| Feb 11 21:18:26.147 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832025-02-11T21:18:27.800Z[ recovery-image] Feb 11 21:18:26.164 INFO O| Feb 11 21:18:26.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42842025-02-11T21:18:27.800Z[ recovery-image] Feb 11 21:18:26.164 INFO O| Feb 11 21:18:26.164 INFO STEP 30 (remove_files) COMPLETE
42852025-02-11T21:18:27.800Z[ recovery-image] Feb 11 21:18:26.164 INFO O| Feb 11 21:18:26.164 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862025-02-11T21:18:27.817Z[ recovery-image] Feb 11 21:18:26.181 INFO O| Feb 11 21:18:26.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42872025-02-11T21:18:27.817Z[ recovery-image] Feb 11 21:18:26.181 INFO O| Feb 11 21:18:26.181 INFO STEP 31 (remove_files) COMPLETE
42882025-02-11T21:18:27.820Z[ recovery-image] Feb 11 21:18:26.181 INFO O| Feb 11 21:18:26.181 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892025-02-11T21:18:27.834Z[ recovery-image] Feb 11 21:18:26.198 INFO O| Feb 11 21:18:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42902025-02-11T21:18:27.834Z[ recovery-image] Feb 11 21:18:26.198 INFO O| Feb 11 21:18:26.198 INFO STEP 32 (remove_files) COMPLETE
42912025-02-11T21:18:27.834Z[ recovery-image] Feb 11 21:18:26.198 INFO O| Feb 11 21:18:26.198 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922025-02-11T21:18:27.852Z[ recovery-image] Feb 11 21:18:26.216 INFO O| Feb 11 21:18:26.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42932025-02-11T21:18:27.853Z[ recovery-image] Feb 11 21:18:26.216 INFO O| Feb 11 21:18:26.216 INFO STEP 33 (remove_files) COMPLETE
42942025-02-11T21:18:27.853Z[ recovery-image] Feb 11 21:18:26.216 INFO O| Feb 11 21:18:26.216 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952025-02-11T21:18:27.871Z[ recovery-image] Feb 11 21:18:26.235 INFO O| Feb 11 21:18:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42962025-02-11T21:18:27.871Z[ recovery-image] Feb 11 21:18:26.235 INFO O| Feb 11 21:18:26.235 INFO STEP 34 (remove_files) COMPLETE
42972025-02-11T21:18:27.871Z[ recovery-image] Feb 11 21:18:26.235 INFO O| Feb 11 21:18:26.235 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982025-02-11T21:18:27.889Z[ recovery-image] Feb 11 21:18:26.252 INFO O| Feb 11 21:18:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42992025-02-11T21:18:27.889Z[ recovery-image] Feb 11 21:18:26.253 INFO O| Feb 11 21:18:26.252 INFO STEP 35 (remove_files) COMPLETE
43002025-02-11T21:18:27.889Z[ recovery-image] Feb 11 21:18:26.253 INFO O| Feb 11 21:18:26.252 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012025-02-11T21:18:27.915Z[ recovery-image] Feb 11 21:18:26.279 INFO O| Feb 11 21:18:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43022025-02-11T21:18:27.915Z[ recovery-image] Feb 11 21:18:26.279 INFO O| Feb 11 21:18:26.279 INFO STEP 36 (remove_files) COMPLETE
43032025-02-11T21:18:27.915Z[ recovery-image] Feb 11 21:18:26.279 INFO O| Feb 11 21:18:26.279 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43042025-02-11T21:18:27.963Z[ recovery-image] Feb 11 21:18:26.327 INFO O| Feb 11 21:18:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43052025-02-11T21:18:27.963Z[ recovery-image] Feb 11 21:18:26.327 INFO O| Feb 11 21:18:26.327 INFO STEP 37 (remove_files) COMPLETE
43062025-02-11T21:18:27.963Z[ recovery-image] Feb 11 21:18:26.327 INFO O| Feb 11 21:18:26.327 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072025-02-11T21:18:28.006Z[ recovery-image] Feb 11 21:18:26.370 INFO O| Feb 11 21:18:26.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43082025-02-11T21:18:28.006Z[ recovery-image] Feb 11 21:18:26.370 INFO O| Feb 11 21:18:26.370 INFO STEP 38 (remove_files) COMPLETE
43092025-02-11T21:18:28.006Z[ recovery-image] Feb 11 21:18:26.370 INFO O| Feb 11 21:18:26.370 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43102025-02-11T21:18:28.055Z[ recovery-image] Feb 11 21:18:26.419 INFO O| Feb 11 21:18:26.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43112025-02-11T21:18:28.058Z[ recovery-image] Feb 11 21:18:26.419 INFO O| Feb 11 21:18:26.419 INFO STEP 39 (remove_files) COMPLETE
43122025-02-11T21:18:28.058Z[ recovery-image] Feb 11 21:18:26.419 INFO O| Feb 11 21:18:26.419 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132025-02-11T21:18:28.129Z[ recovery-image] Feb 11 21:18:26.492 INFO O| Feb 11 21:18:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43142025-02-11T21:18:28.133Z[ recovery-image] Feb 11 21:18:26.492 INFO O| Feb 11 21:18:26.492 INFO STEP 40 (remove_files) COMPLETE
43152025-02-11T21:18:28.133Z[ recovery-image] Feb 11 21:18:26.492 INFO O| Feb 11 21:18:26.492 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162025-02-11T21:18:28.191Z[ recovery-image] Feb 11 21:18:26.555 INFO O| Feb 11 21:18:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43172025-02-11T21:18:28.191Z[ recovery-image] Feb 11 21:18:26.555 INFO O| Feb 11 21:18:26.555 INFO STEP 41 (remove_files) COMPLETE
43182025-02-11T21:18:28.191Z[ recovery-image] Feb 11 21:18:26.555 INFO O| Feb 11 21:18:26.555 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-02-11T21:18:28.225Z[ recovery-image] Feb 11 21:18:26.590 INFO O| Feb 11 21:18:26.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43202025-02-11T21:18:28.225Z[ recovery-image] Feb 11 21:18:26.590 INFO O| Feb 11 21:18:26.590 INFO STEP 42 (remove_files) COMPLETE
43212025-02-11T21:18:28.226Z[ recovery-image] Feb 11 21:18:26.590 INFO O| Feb 11 21:18:26.590 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222025-02-11T21:18:28.245Z[ recovery-image] Feb 11 21:18:26.609 INFO O| Feb 11 21:18:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43232025-02-11T21:18:28.245Z[ recovery-image] Feb 11 21:18:26.609 INFO O| Feb 11 21:18:26.609 INFO STEP 43 (remove_files) COMPLETE
43242025-02-11T21:18:28.247Z[ recovery-image] Feb 11 21:18:26.609 INFO O| Feb 11 21:18:26.609 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-11T21:18:28.272Z[ recovery-image] Feb 11 21:18:26.637 INFO O| Feb 11 21:18:26.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43262025-02-11T21:18:28.273Z[ recovery-image] Feb 11 21:18:26.637 INFO O| Feb 11 21:18:26.637 INFO STEP 44 (remove_files) COMPLETE
43272025-02-11T21:18:28.278Z[ recovery-image] Feb 11 21:18:26.637 INFO O| Feb 11 21:18:26.637 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-02-11T21:18:28.307Z[ recovery-image] Feb 11 21:18:26.671 INFO O| Feb 11 21:18:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43292025-02-11T21:18:28.307Z[ recovery-image] Feb 11 21:18:26.671 INFO O| Feb 11 21:18:26.671 INFO STEP 45 (remove_files) COMPLETE
43302025-02-11T21:18:28.307Z[ recovery-image] Feb 11 21:18:26.671 INFO O| Feb 11 21:18:26.671 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43312025-02-11T21:18:28.349Z[ recovery-image] Feb 11 21:18:26.713 INFO O| Feb 11 21:18:26.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43322025-02-11T21:18:28.352Z[ recovery-image] Feb 11 21:18:26.713 INFO O| Feb 11 21:18:26.713 INFO STEP 46 (remove_files) COMPLETE
43332025-02-11T21:18:28.352Z[ recovery-image] Feb 11 21:18:26.714 INFO O| Feb 11 21:18:26.713 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-02-11T21:18:28.368Z[ recovery-image] Feb 11 21:18:26.732 INFO O| Feb 11 21:18:26.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43352025-02-11T21:18:28.372Z[ recovery-image] Feb 11 21:18:26.732 INFO O| Feb 11 21:18:26.732 INFO STEP 47 (remove_files) COMPLETE
43362025-02-11T21:18:28.372Z[ recovery-image] Feb 11 21:18:26.733 INFO O| Feb 11 21:18:26.732 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-02-11T21:18:28.387Z[ recovery-image] Feb 11 21:18:26.751 INFO O| Feb 11 21:18:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43382025-02-11T21:18:28.387Z[ recovery-image] Feb 11 21:18:26.751 INFO O| Feb 11 21:18:26.751 INFO STEP 48 (remove_files) COMPLETE
43392025-02-11T21:18:28.390Z[ recovery-image] Feb 11 21:18:26.751 INFO O| Feb 11 21:18:26.751 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-02-11T21:18:28.413Z[ recovery-image] Feb 11 21:18:26.777 INFO O| Feb 11 21:18:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43412025-02-11T21:18:28.413Z[ recovery-image] Feb 11 21:18:26.777 INFO O| Feb 11 21:18:26.777 INFO STEP 49 (remove_files) COMPLETE
43422025-02-11T21:18:28.413Z[ recovery-image] Feb 11 21:18:26.777 INFO O| Feb 11 21:18:26.777 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-02-11T21:18:28.432Z[ recovery-image] Feb 11 21:18:26.796 INFO O| Feb 11 21:18:26.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43442025-02-11T21:18:28.434Z[ recovery-image] Feb 11 21:18:26.796 INFO O| Feb 11 21:18:26.796 INFO STEP 50 (remove_files) COMPLETE
43452025-02-11T21:18:28.434Z[ recovery-image] Feb 11 21:18:26.796 INFO O| Feb 11 21:18:26.796 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-11T21:18:28.449Z[ recovery-image] Feb 11 21:18:26.814 INFO O| Feb 11 21:18:26.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43472025-02-11T21:18:28.450Z[ recovery-image] Feb 11 21:18:26.814 INFO O| Feb 11 21:18:26.814 INFO STEP 51 (remove_files) COMPLETE
43482025-02-11T21:18:28.450Z[ recovery-image] Feb 11 21:18:26.814 INFO O| Feb 11 21:18:26.814 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-02-11T21:18:28.468Z[ recovery-image] Feb 11 21:18:26.832 INFO O| Feb 11 21:18:26.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43502025-02-11T21:18:28.468Z[ recovery-image] Feb 11 21:18:26.832 INFO O| Feb 11 21:18:26.832 INFO STEP 52 (remove_files) COMPLETE
43512025-02-11T21:18:28.468Z[ recovery-image] Feb 11 21:18:26.832 INFO O| Feb 11 21:18:26.832 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-02-11T21:18:28.506Z[ recovery-image] Feb 11 21:18:26.870 INFO O| Feb 11 21:18:26.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43532025-02-11T21:18:28.509Z[ recovery-image] Feb 11 21:18:26.870 INFO O| Feb 11 21:18:26.870 INFO STEP 53 (remove_files) COMPLETE
43542025-02-11T21:18:28.509Z[ recovery-image] Feb 11 21:18:26.870 INFO O| Feb 11 21:18:26.870 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552025-02-11T21:18:28.525Z[ recovery-image] Feb 11 21:18:26.889 INFO O| Feb 11 21:18:26.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43562025-02-11T21:18:28.528Z[ recovery-image] Feb 11 21:18:26.889 INFO O| Feb 11 21:18:26.889 INFO STEP 54 (remove_files) COMPLETE
43572025-02-11T21:18:28.528Z[ recovery-image] Feb 11 21:18:26.889 INFO O| Feb 11 21:18:26.889 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-02-11T21:18:28.564Z[ recovery-image] Feb 11 21:18:26.928 INFO O| Feb 11 21:18:26.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43592025-02-11T21:18:28.564Z[ recovery-image] Feb 11 21:18:26.928 INFO O| Feb 11 21:18:26.928 INFO STEP 55 (remove_files) COMPLETE
43602025-02-11T21:18:28.567Z[ recovery-image] Feb 11 21:18:26.928 INFO O| Feb 11 21:18:26.928 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612025-02-11T21:18:28.600Z[ recovery-image] Feb 11 21:18:26.964 INFO O| Feb 11 21:18:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43622025-02-11T21:18:28.600Z[ recovery-image] Feb 11 21:18:26.964 INFO O| Feb 11 21:18:26.964 INFO STEP 56 (remove_files) COMPLETE
43632025-02-11T21:18:28.602Z[ recovery-image] Feb 11 21:18:26.964 INFO O| Feb 11 21:18:26.964 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-11T21:18:28.619Z[ recovery-image] Feb 11 21:18:26.983 INFO O| Feb 11 21:18:26.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43652025-02-11T21:18:28.619Z[ recovery-image] Feb 11 21:18:26.983 INFO O| Feb 11 21:18:26.983 INFO STEP 57 (remove_files) COMPLETE
43662025-02-11T21:18:28.622Z[ recovery-image] Feb 11 21:18:26.983 INFO O| Feb 11 21:18:26.983 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-02-11T21:18:28.691Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43682025-02-11T21:18:28.691Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43692025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43702025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43712025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43722025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.055 INFO O| Feb 11 21:18:27.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43732025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.056 INFO O| Feb 11 21:18:27.056 INFO ok!
43742025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.056 INFO O| Feb 11 21:18:27.056 INFO STEP 58 (ensure_file) COMPLETE
43752025-02-11T21:18:28.694Z[ recovery-image] Feb 11 21:18:27.056 INFO O| Feb 11 21:18:27.056 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-11T21:18:28.801Z[ recovery-image] Feb 11 21:18:27.165 INFO O| Feb 11 21:18:27.165 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43772025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.165 INFO O| Feb 11 21:18:27.165 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43782025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43792025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43802025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43812025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43822025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO ok!
43832025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO STEP 59 (ensure_file) COMPLETE
43842025-02-11T21:18:28.804Z[ recovery-image] Feb 11 21:18:27.166 INFO O| Feb 11 21:18:27.166 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-11T21:18:28.822Z[ recovery-image] Feb 11 21:18:27.186 INFO O| Feb 11 21:18:27.186 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43862025-02-11T21:18:28.822Z[ recovery-image] Feb 11 21:18:27.186 INFO O| Feb 11 21:18:27.186 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43872025-02-11T21:18:28.824Z[ recovery-image] Feb 11 21:18:27.186 INFO O| Feb 11 21:18:27.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43882025-02-11T21:18:28.825Z[ recovery-image] Feb 11 21:18:27.187 INFO O| Feb 11 21:18:27.186 INFO ok!
43892025-02-11T21:18:28.825Z[ recovery-image] Feb 11 21:18:27.187 INFO O| Feb 11 21:18:27.187 INFO STEP 60 (ensure_file) COMPLETE
43902025-02-11T21:18:28.825Z[ recovery-image] Feb 11 21:18:27.187 INFO O| Feb 11 21:18:27.187 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-11T21:18:28.842Z[ recovery-image] Feb 11 21:18:27.205 INFO O| Feb 11 21:18:27.205 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43922025-02-11T21:18:28.842Z[ recovery-image] Feb 11 21:18:27.205 INFO O| Feb 11 21:18:27.205 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43932025-02-11T21:18:28.845Z[ recovery-image] Feb 11 21:18:27.206 INFO O| Feb 11 21:18:27.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43942025-02-11T21:18:28.845Z[ recovery-image] Feb 11 21:18:27.206 INFO O| Feb 11 21:18:27.206 INFO ok!
43952025-02-11T21:18:28.845Z[ recovery-image] Feb 11 21:18:27.206 INFO O| Feb 11 21:18:27.206 INFO STEP 61 (ensure_file) COMPLETE
43962025-02-11T21:18:28.845Z[ recovery-image] Feb 11 21:18:27.206 INFO O| Feb 11 21:18:27.206 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-02-11T21:18:28.861Z[ recovery-image] Feb 11 21:18:27.225 INFO O| Feb 11 21:18:27.225 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43982025-02-11T21:18:28.861Z[ recovery-image] Feb 11 21:18:27.225 INFO O| Feb 11 21:18:27.225 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43992025-02-11T21:18:28.865Z[ recovery-image] Feb 11 21:18:27.225 INFO O| Feb 11 21:18:27.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44002025-02-11T21:18:28.865Z[ recovery-image] Feb 11 21:18:27.225 INFO O| Feb 11 21:18:27.225 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44012025-02-11T21:18:28.865Z[ recovery-image] Feb 11 21:18:27.225 INFO O| Feb 11 21:18:27.225 INFO ok!
44022025-02-11T21:18:28.865Z[ recovery-image] Feb 11 21:18:27.226 INFO O| Feb 11 21:18:27.226 INFO STEP 62 (ensure_file) COMPLETE
44032025-02-11T21:18:28.865Z[ recovery-image] Feb 11 21:18:27.226 INFO O| Feb 11 21:18:27.226 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-11T21:18:28.880Z[ recovery-image] Feb 11 21:18:27.244 INFO O| Feb 11 21:18:27.244 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44052025-02-11T21:18:28.880Z[ recovery-image] Feb 11 21:18:27.244 INFO O| Feb 11 21:18:27.244 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44062025-02-11T21:18:28.883Z[ recovery-image] Feb 11 21:18:27.244 INFO O| Feb 11 21:18:27.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44072025-02-11T21:18:28.883Z[ recovery-image] Feb 11 21:18:27.244 INFO O| Feb 11 21:18:27.244 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44082025-02-11T21:18:28.883Z[ recovery-image] Feb 11 21:18:27.245 INFO O| Feb 11 21:18:27.244 INFO ok!
44092025-02-11T21:18:28.883Z[ recovery-image] Feb 11 21:18:27.245 INFO O| Feb 11 21:18:27.245 INFO STEP 63 (ensure_file) COMPLETE
44102025-02-11T21:18:28.883Z[ recovery-image] Feb 11 21:18:27.245 INFO O| Feb 11 21:18:27.245 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44112025-02-11T21:18:28.899Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.262 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44122025-02-11T21:18:28.899Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.263 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44132025-02-11T21:18:28.902Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44142025-02-11T21:18:28.902Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.263 INFO ok!
44152025-02-11T21:18:28.902Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.263 INFO STEP 64 (assemble_files) COMPLETE
44162025-02-11T21:18:28.902Z[ recovery-image] Feb 11 21:18:27.263 INFO O| Feb 11 21:18:27.263 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44172025-02-11T21:18:28.930Z[ recovery-image] Feb 11 21:18:27.294 INFO O| Feb 11 21:18:27.294 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44182025-02-11T21:18:28.931Z[ recovery-image] Feb 11 21:18:27.294 INFO O| Feb 11 21:18:27.294 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44192025-02-11T21:18:28.931Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44202025-02-11T21:18:28.933Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44212025-02-11T21:18:28.933Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO ok!
44222025-02-11T21:18:28.934Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO STEP 65 (ensure_file) COMPLETE
44232025-02-11T21:18:28.934Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44242025-02-11T21:18:28.934Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO skip step because feature "omicron1" is not enabled
44252025-02-11T21:18:28.935Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262025-02-11T21:18:28.935Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO skip step because feature "omicron1" is not enabled
44272025-02-11T21:18:28.935Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-11T21:18:28.935Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO skip step because feature "omicron1" is not enabled
44292025-02-11T21:18:28.935Z[ recovery-image] Feb 11 21:18:27.295 INFO O| Feb 11 21:18:27.295 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-11T21:18:29.030Z[ recovery-image] Feb 11 21:18:27.394 INFO O| Feb 11 21:18:27.394 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44312025-02-11T21:18:29.030Z[ recovery-image] Feb 11 21:18:27.394 INFO O| Feb 11 21:18:27.394 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44322025-02-11T21:18:32.066Z[ recovery-image] Feb 11 21:18:30.429 INFO O| Feb 11 21:18:30.429 INFO STEP 69 (pack_tar) COMPLETE
44332025-02-11T21:18:32.066Z[ recovery-image] Feb 11 21:18:30.429 INFO O| Feb 11 21:18:30.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44342025-02-11T21:18:32.069Z[ recovery-image] Feb 11 21:18:30.429 INFO O| Feb 11 21:18:30.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44352025-02-11T21:18:32.240Z[ recovery-image] Feb 11 21:18:30.604 INFO O| Feb 11 21:18:30.604 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44362025-02-11T21:18:32.381Z[ recovery-image] Feb 11 21:18:30.745 INFO O| Feb 11 21:18:30.745 INFO completed processing gimlet/ramdisk-02-trim
44372025-02-11T21:18:32.384Z[ recovery-image] Feb 11 21:18:30.748 INFO image builder template: ramdisk-03-recovery-trim...
44382025-02-11T21:18:32.384Z[ recovery-image] Feb 11 21:18:30.748 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/.tmpA54Xaq/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
44392025-02-11T21:18:32.573Z[ recovery-image] Feb 11 21:18:30.936 INFO O| Feb 11 21:18:30.936 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44402025-02-11T21:18:32.600Z[ recovery-image] Feb 11 21:18:30.963 INFO O| Feb 11 21:18:30.963 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44412025-02-11T21:18:32.725Z[ recovery-image] Feb 11 21:18:31.088 INFO O| Feb 11 21:18:31.088 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44422025-02-11T21:18:32.806Z[ recovery-image] Feb 11 21:18:31.169 INFO O| Feb 11 21:18:31.169 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44432025-02-11T21:18:32.810Z[ recovery-image] Feb 11 21:18:31.170 INFO O| Feb 11 21:18:31.170 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44442025-02-11T21:18:32.823Z[ recovery-image] Feb 11 21:18:31.186 INFO O| Feb 11 21:18:31.186 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44452025-02-11T21:18:32.831Z[ recovery-image] Feb 11 21:18:31.194 INFO O| Feb 11 21:18:31.194 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44462025-02-11T21:18:32.842Z[ recovery-image] Feb 11 21:18:31.204 INFO O| Feb 11 21:18:31.204 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44472025-02-11T21:18:33.841Z[ recovery-image] Feb 11 21:18:32.205 INFO O| Feb 11 21:18:32.205 INFO rolled back to input snapshot; work may begin
44482025-02-11T21:18:33.841Z[ recovery-image] Feb 11 21:18:32.205 INFO O| Feb 11 21:18:32.205 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44492025-02-11T21:18:33.851Z[ recovery-image] Feb 11 21:18:32.215 INFO O| Feb 11 21:18:32.214 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502025-02-11T21:18:33.872Z[ recovery-image] Feb 11 21:18:32.235 INFO O| Feb 11 21:18:32.235 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44512025-02-11T21:18:33.876Z[ recovery-image] Feb 11 21:18:32.240 INFO O| Feb 11 21:18:32.240 INFO STEP 0 (remove_files) COMPLETE
44522025-02-11T21:18:33.876Z[ recovery-image] Feb 11 21:18:32.240 INFO O| Feb 11 21:18:32.240 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532025-02-11T21:18:33.917Z[ recovery-image] Feb 11 21:18:32.278 INFO O| Feb 11 21:18:32.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44542025-02-11T21:18:34.294Z[ recovery-image] Feb 11 21:18:32.657 INFO O| Feb 11 21:18:32.657 INFO STEP 1 (remove_files) COMPLETE
44552025-02-11T21:18:34.294Z[ recovery-image] Feb 11 21:18:32.657 INFO O| Feb 11 21:18:32.657 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562025-02-11T21:18:34.324Z[ recovery-image] Feb 11 21:18:32.687 INFO O| Feb 11 21:18:32.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44572025-02-11T21:18:34.349Z[ recovery-image] Feb 11 21:18:32.712 INFO O| Feb 11 21:18:32.712 INFO STEP 2 (remove_files) COMPLETE
44582025-02-11T21:18:34.349Z[ recovery-image] Feb 11 21:18:32.713 INFO O| Feb 11 21:18:32.713 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592025-02-11T21:18:34.372Z[ recovery-image] Feb 11 21:18:32.734 INFO O| Feb 11 21:18:32.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44602025-02-11T21:18:34.466Z[ recovery-image] Feb 11 21:18:32.829 INFO O| Feb 11 21:18:32.829 INFO STEP 3 (remove_files) COMPLETE
44612025-02-11T21:18:34.466Z[ recovery-image] Feb 11 21:18:32.829 INFO O| Feb 11 21:18:32.829 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622025-02-11T21:18:34.580Z[ recovery-image] Feb 11 21:18:32.944 INFO O| Feb 11 21:18:32.944 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44632025-02-11T21:18:34.777Z[ recovery-image] Feb 11 21:18:33.139 INFO O| Feb 11 21:18:33.139 INFO STEP 4 (remove_files) COMPLETE
44642025-02-11T21:18:34.777Z[ recovery-image] Feb 11 21:18:33.139 INFO O| Feb 11 21:18:33.139 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652025-02-11T21:18:34.806Z[ recovery-image] Feb 11 21:18:33.169 INFO O| Feb 11 21:18:33.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44662025-02-11T21:18:34.842Z[ recovery-image] Feb 11 21:18:33.206 INFO O| Feb 11 21:18:33.206 INFO STEP 5 (remove_files) COMPLETE
44672025-02-11T21:18:34.842Z[ recovery-image] Feb 11 21:18:33.206 INFO O| Feb 11 21:18:33.206 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682025-02-11T21:18:34.899Z[ recovery-image] Feb 11 21:18:33.263 INFO O| Feb 11 21:18:33.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44692025-02-11T21:18:34.902Z[ recovery-image] Feb 11 21:18:33.265 INFO O| Feb 11 21:18:33.265 INFO STEP 6 (remove_files) COMPLETE
44702025-02-11T21:18:34.903Z[ recovery-image] Feb 11 21:18:33.265 INFO O| Feb 11 21:18:33.265 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712025-02-11T21:18:34.944Z[ recovery-image] Feb 11 21:18:33.307 INFO O| Feb 11 21:18:33.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44722025-02-11T21:18:35.036Z[ recovery-image] Feb 11 21:18:33.399 INFO O| Feb 11 21:18:33.399 INFO STEP 7 (remove_files) COMPLETE
44732025-02-11T21:18:35.036Z[ recovery-image] Feb 11 21:18:33.399 INFO O| Feb 11 21:18:33.399 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742025-02-11T21:18:35.078Z[ recovery-image] Feb 11 21:18:33.442 INFO O| Feb 11 21:18:33.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44752025-02-11T21:18:35.103Z[ recovery-image] Feb 11 21:18:33.466 INFO O| Feb 11 21:18:33.466 INFO STEP 8 (remove_files) COMPLETE
44762025-02-11T21:18:35.103Z[ recovery-image] Feb 11 21:18:33.466 INFO O| Feb 11 21:18:33.466 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772025-02-11T21:18:35.162Z[ recovery-image] Feb 11 21:18:33.526 INFO O| Feb 11 21:18:33.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44782025-02-11T21:18:35.207Z[ recovery-image] Feb 11 21:18:33.569 INFO O| Feb 11 21:18:33.569 INFO STEP 9 (remove_files) COMPLETE
44792025-02-11T21:18:35.207Z[ recovery-image] Feb 11 21:18:33.569 INFO O| Feb 11 21:18:33.569 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802025-02-11T21:18:35.250Z[ recovery-image] Feb 11 21:18:33.613 INFO O| Feb 11 21:18:33.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44812025-02-11T21:18:35.321Z[ recovery-image] Feb 11 21:18:33.685 INFO O| Feb 11 21:18:33.685 INFO STEP 10 (remove_files) COMPLETE
44822025-02-11T21:18:35.321Z[ recovery-image] Feb 11 21:18:33.685 INFO O| Feb 11 21:18:33.685 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832025-02-11T21:18:35.346Z[ recovery-image] Feb 11 21:18:33.710 INFO O| Feb 11 21:18:33.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44842025-02-11T21:18:35.372Z[ recovery-image] Feb 11 21:18:33.736 INFO O| Feb 11 21:18:33.736 INFO STEP 11 (remove_files) COMPLETE
44852025-02-11T21:18:35.375Z[ recovery-image] Feb 11 21:18:33.736 INFO O| Feb 11 21:18:33.736 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862025-02-11T21:18:35.392Z[ recovery-image] Feb 11 21:18:33.755 INFO O| Feb 11 21:18:33.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44872025-02-11T21:18:35.395Z[ recovery-image] Feb 11 21:18:33.758 INFO O| Feb 11 21:18:33.758 INFO STEP 12 (remove_files) COMPLETE
44882025-02-11T21:18:35.398Z[ recovery-image] Feb 11 21:18:33.758 INFO O| Feb 11 21:18:33.758 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892025-02-11T21:18:35.455Z[ recovery-image] Feb 11 21:18:33.818 INFO O| Feb 11 21:18:33.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44902025-02-11T21:18:35.476Z[ recovery-image] Feb 11 21:18:33.839 INFO O| Feb 11 21:18:33.839 INFO STEP 13 (remove_files) COMPLETE
44912025-02-11T21:18:35.476Z[ recovery-image] Feb 11 21:18:33.839 INFO O| Feb 11 21:18:33.839 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922025-02-11T21:18:35.559Z[ recovery-image] Feb 11 21:18:33.923 INFO O| Feb 11 21:18:33.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44932025-02-11T21:18:35.563Z[ recovery-image] Feb 11 21:18:33.923 INFO O| Feb 11 21:18:33.923 INFO STEP 14 (remove_files) COMPLETE
44942025-02-11T21:18:35.563Z[ recovery-image] Feb 11 21:18:33.923 INFO O| Feb 11 21:18:33.923 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952025-02-11T21:18:35.580Z[ recovery-image] Feb 11 21:18:33.943 INFO O| Feb 11 21:18:33.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44962025-02-11T21:18:35.639Z[ recovery-image] Feb 11 21:18:34.002 INFO O| Feb 11 21:18:34.002 INFO STEP 15 (remove_files) COMPLETE
44972025-02-11T21:18:35.639Z[ recovery-image] Feb 11 21:18:34.002 INFO O| Feb 11 21:18:34.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982025-02-11T21:18:35.674Z[ recovery-image] Feb 11 21:18:34.037 INFO O| Feb 11 21:18:34.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44992025-02-11T21:18:35.674Z[ recovery-image] Feb 11 21:18:34.037 INFO O| Feb 11 21:18:34.037 INFO STEP 16 (remove_files) COMPLETE
45002025-02-11T21:18:35.674Z[ recovery-image] Feb 11 21:18:34.037 INFO O| Feb 11 21:18:34.037 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012025-02-11T21:18:35.726Z[ recovery-image] Feb 11 21:18:34.089 INFO O| Feb 11 21:18:34.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45022025-02-11T21:18:35.746Z[ recovery-image] Feb 11 21:18:34.109 INFO O| Feb 11 21:18:34.109 INFO STEP 17 (remove_files) COMPLETE
45032025-02-11T21:18:35.746Z[ recovery-image] Feb 11 21:18:34.109 INFO O| Feb 11 21:18:34.109 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042025-02-11T21:18:35.897Z[ recovery-image] Feb 11 21:18:34.260 INFO O| Feb 11 21:18:34.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45052025-02-11T21:18:36.066Z[ recovery-image] Feb 11 21:18:34.429 INFO O| Feb 11 21:18:34.429 INFO STEP 18 (remove_files) COMPLETE
45062025-02-11T21:18:36.066Z[ recovery-image] Feb 11 21:18:34.429 INFO O| Feb 11 21:18:34.429 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072025-02-11T21:18:36.121Z[ recovery-image] Feb 11 21:18:34.485 INFO O| Feb 11 21:18:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45082025-02-11T21:18:36.134Z[ recovery-image] Feb 11 21:18:34.496 INFO O| Feb 11 21:18:34.496 INFO STEP 19 (remove_files) COMPLETE
45092025-02-11T21:18:36.134Z[ recovery-image] Feb 11 21:18:34.496 INFO O| Feb 11 21:18:34.496 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102025-02-11T21:18:36.168Z[ recovery-image] Feb 11 21:18:34.531 INFO O| Feb 11 21:18:34.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45112025-02-11T21:18:36.168Z[ recovery-image] Feb 11 21:18:34.531 INFO O| Feb 11 21:18:34.531 INFO STEP 20 (remove_files) COMPLETE
45122025-02-11T21:18:36.168Z[ recovery-image] Feb 11 21:18:34.531 INFO O| Feb 11 21:18:34.531 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132025-02-11T21:18:36.201Z[ recovery-image] Feb 11 21:18:34.564 INFO O| Feb 11 21:18:34.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45142025-02-11T21:18:36.225Z[ recovery-image] Feb 11 21:18:34.588 INFO O| Feb 11 21:18:34.588 INFO STEP 21 (remove_files) COMPLETE
45152025-02-11T21:18:36.225Z[ recovery-image] Feb 11 21:18:34.588 INFO O| Feb 11 21:18:34.588 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162025-02-11T21:18:36.258Z[ recovery-image] Feb 11 21:18:34.621 INFO O| Feb 11 21:18:34.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45172025-02-11T21:18:36.258Z[ recovery-image] Feb 11 21:18:34.621 INFO O| Feb 11 21:18:34.621 INFO STEP 22 (remove_files) COMPLETE
45182025-02-11T21:18:36.258Z[ recovery-image] Feb 11 21:18:34.621 INFO O| Feb 11 21:18:34.621 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192025-02-11T21:18:36.286Z[ recovery-image] Feb 11 21:18:34.649 INFO O| Feb 11 21:18:34.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45202025-02-11T21:18:36.299Z[ recovery-image] Feb 11 21:18:34.663 INFO O| Feb 11 21:18:34.663 INFO STEP 23 (remove_files) COMPLETE
45212025-02-11T21:18:36.300Z[ recovery-image] Feb 11 21:18:34.663 INFO O| Feb 11 21:18:34.663 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222025-02-11T21:18:36.367Z[ recovery-image] Feb 11 21:18:34.730 INFO O| Feb 11 21:18:34.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45232025-02-11T21:18:36.367Z[ recovery-image] Feb 11 21:18:34.730 INFO O| Feb 11 21:18:34.730 INFO STEP 24 (remove_files) COMPLETE
45242025-02-11T21:18:36.369Z[ recovery-image] Feb 11 21:18:34.730 INFO O| Feb 11 21:18:34.730 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252025-02-11T21:18:36.428Z[ recovery-image] Feb 11 21:18:34.791 INFO O| Feb 11 21:18:34.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45262025-02-11T21:18:36.449Z[ recovery-image] Feb 11 21:18:34.798 INFO O| Feb 11 21:18:34.798 INFO STEP 25 (remove_files) COMPLETE
45272025-02-11T21:18:36.449Z[ recovery-image] Feb 11 21:18:34.798 INFO O| Feb 11 21:18:34.798 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-02-11T21:18:36.455Z[ recovery-image] Feb 11 21:18:34.818 INFO O| Feb 11 21:18:34.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45292025-02-11T21:18:36.455Z[ recovery-image] Feb 11 21:18:34.818 INFO O| Feb 11 21:18:34.818 INFO STEP 26 (remove_files) COMPLETE
45302025-02-11T21:18:36.458Z[ recovery-image] Feb 11 21:18:34.818 INFO O| Feb 11 21:18:34.818 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-02-11T21:18:36.476Z[ recovery-image] Feb 11 21:18:34.839 INFO O| Feb 11 21:18:34.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45322025-02-11T21:18:36.488Z[ recovery-image] Feb 11 21:18:34.851 INFO O| Feb 11 21:18:34.851 INFO STEP 27 (remove_files) COMPLETE
45332025-02-11T21:18:36.488Z[ recovery-image] Feb 11 21:18:34.851 INFO O| Feb 11 21:18:34.851 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-02-11T21:18:36.525Z[ recovery-image] Feb 11 21:18:34.888 INFO O| Feb 11 21:18:34.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45352025-02-11T21:18:36.525Z[ recovery-image] Feb 11 21:18:34.888 INFO O| Feb 11 21:18:34.888 INFO STEP 28 (remove_files) COMPLETE
45362025-02-11T21:18:36.527Z[ recovery-image] Feb 11 21:18:34.888 INFO O| Feb 11 21:18:34.888 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-02-11T21:18:36.545Z[ recovery-image] Feb 11 21:18:34.908 INFO O| Feb 11 21:18:34.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45382025-02-11T21:18:36.547Z[ recovery-image] Feb 11 21:18:34.910 INFO O| Feb 11 21:18:34.910 INFO STEP 29 (remove_files) COMPLETE
45392025-02-11T21:18:36.547Z[ recovery-image] Feb 11 21:18:34.910 INFO O| Feb 11 21:18:34.910 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-02-11T21:18:36.616Z[ recovery-image] Feb 11 21:18:34.979 INFO O| Feb 11 21:18:34.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45412025-02-11T21:18:36.616Z[ recovery-image] Feb 11 21:18:34.979 INFO O| Feb 11 21:18:34.979 INFO STEP 30 (remove_files) COMPLETE
45422025-02-11T21:18:36.618Z[ recovery-image] Feb 11 21:18:34.979 INFO O| Feb 11 21:18:34.979 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-02-11T21:18:36.635Z[ recovery-image] Feb 11 21:18:34.998 INFO O| Feb 11 21:18:34.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45442025-02-11T21:18:36.652Z[ recovery-image] Feb 11 21:18:35.015 INFO O| Feb 11 21:18:35.015 INFO STEP 31 (remove_files) COMPLETE
45452025-02-11T21:18:36.652Z[ recovery-image] Feb 11 21:18:35.015 INFO O| Feb 11 21:18:35.015 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-02-11T21:18:36.710Z[ recovery-image] Feb 11 21:18:35.073 INFO O| Feb 11 21:18:35.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45472025-02-11T21:18:36.710Z[ recovery-image] Feb 11 21:18:35.074 INFO O| Feb 11 21:18:35.074 INFO STEP 32 (remove_files) COMPLETE
45482025-02-11T21:18:36.713Z[ recovery-image] Feb 11 21:18:35.074 INFO O| Feb 11 21:18:35.074 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-02-11T21:18:36.742Z[ recovery-image] Feb 11 21:18:35.105 INFO O| Feb 11 21:18:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45502025-02-11T21:18:36.745Z[ recovery-image] Feb 11 21:18:35.105 INFO O| Feb 11 21:18:35.105 INFO STEP 33 (remove_files) COMPLETE
45512025-02-11T21:18:36.745Z[ recovery-image] Feb 11 21:18:35.105 INFO O| Feb 11 21:18:35.105 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-11T21:18:36.760Z[ recovery-image] Feb 11 21:18:35.123 INFO O| Feb 11 21:18:35.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45532025-02-11T21:18:36.762Z[ recovery-image] Feb 11 21:18:35.123 INFO O| Feb 11 21:18:35.123 INFO STEP 34 (remove_files) COMPLETE
45542025-02-11T21:18:36.762Z[ recovery-image] Feb 11 21:18:35.123 INFO O| Feb 11 21:18:35.123 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-11T21:18:36.776Z[ recovery-image] Feb 11 21:18:35.140 INFO O| Feb 11 21:18:35.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45562025-02-11T21:18:36.776Z[ recovery-image] Feb 11 21:18:35.140 INFO O| Feb 11 21:18:35.140 INFO STEP 35 (remove_files) COMPLETE
45572025-02-11T21:18:36.779Z[ recovery-image] Feb 11 21:18:35.140 INFO O| Feb 11 21:18:35.140 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-11T21:18:36.804Z[ recovery-image] Feb 11 21:18:35.166 INFO O| Feb 11 21:18:35.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45592025-02-11T21:18:36.804Z[ recovery-image] Feb 11 21:18:35.166 INFO O| Feb 11 21:18:35.166 INFO STEP 36 (remove_files) COMPLETE
45602025-02-11T21:18:36.807Z[ recovery-image] Feb 11 21:18:35.166 INFO O| Feb 11 21:18:35.166 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-11T21:18:36.835Z[ recovery-image] Feb 11 21:18:35.197 INFO O| Feb 11 21:18:35.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45622025-02-11T21:18:36.835Z[ recovery-image] Feb 11 21:18:35.197 INFO O| Feb 11 21:18:35.197 INFO STEP 37 (remove_files) COMPLETE
45632025-02-11T21:18:36.835Z[ recovery-image] Feb 11 21:18:35.197 INFO O| Feb 11 21:18:35.197 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-11T21:18:36.900Z[ recovery-image] Feb 11 21:18:35.263 INFO O| Feb 11 21:18:35.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45652025-02-11T21:18:36.902Z[ recovery-image] Feb 11 21:18:35.263 INFO O| Feb 11 21:18:35.263 INFO STEP 38 (remove_files) COMPLETE
45662025-02-11T21:18:36.903Z[ recovery-image] Feb 11 21:18:35.263 INFO O| Feb 11 21:18:35.263 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-11T21:18:36.920Z[ recovery-image] Feb 11 21:18:35.283 INFO O| Feb 11 21:18:35.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45682025-02-11T21:18:36.920Z[ recovery-image] Feb 11 21:18:35.283 INFO O| Feb 11 21:18:35.283 INFO STEP 39 (remove_files) COMPLETE
45692025-02-11T21:18:36.922Z[ recovery-image] Feb 11 21:18:35.283 INFO O| Feb 11 21:18:35.283 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-11T21:18:36.938Z[ recovery-image] Feb 11 21:18:35.301 INFO O| Feb 11 21:18:35.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45712025-02-11T21:18:36.939Z[ recovery-image] Feb 11 21:18:35.301 INFO O| Feb 11 21:18:35.301 INFO STEP 40 (remove_files) COMPLETE
45722025-02-11T21:18:36.942Z[ recovery-image] Feb 11 21:18:35.301 INFO O| Feb 11 21:18:35.301 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-11T21:18:36.956Z[ recovery-image] Feb 11 21:18:35.319 INFO O| Feb 11 21:18:35.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45742025-02-11T21:18:36.956Z[ recovery-image] Feb 11 21:18:35.319 INFO O| Feb 11 21:18:35.319 INFO STEP 41 (remove_files) COMPLETE
45752025-02-11T21:18:36.959Z[ recovery-image] Feb 11 21:18:35.319 INFO O| Feb 11 21:18:35.319 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-11T21:18:36.974Z[ recovery-image] Feb 11 21:18:35.337 INFO O| Feb 11 21:18:35.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45772025-02-11T21:18:36.974Z[ recovery-image] Feb 11 21:18:35.337 INFO O| Feb 11 21:18:35.337 INFO STEP 42 (remove_files) COMPLETE
45782025-02-11T21:18:36.977Z[ recovery-image] Feb 11 21:18:35.337 INFO O| Feb 11 21:18:35.337 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-11T21:18:36.993Z[ recovery-image] Feb 11 21:18:35.356 INFO O| Feb 11 21:18:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45802025-02-11T21:18:36.993Z[ recovery-image] Feb 11 21:18:35.356 INFO O| Feb 11 21:18:35.356 INFO STEP 43 (remove_files) COMPLETE
45812025-02-11T21:18:36.996Z[ recovery-image] Feb 11 21:18:35.356 INFO O| Feb 11 21:18:35.356 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-11T21:18:37.010Z[ recovery-image] Feb 11 21:18:35.373 INFO O| Feb 11 21:18:35.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45832025-02-11T21:18:37.010Z[ recovery-image] Feb 11 21:18:35.374 INFO O| Feb 11 21:18:35.374 INFO STEP 44 (remove_files) COMPLETE
45842025-02-11T21:18:37.010Z[ recovery-image] Feb 11 21:18:35.374 INFO O| Feb 11 21:18:35.374 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-02-11T21:18:37.030Z[ recovery-image] Feb 11 21:18:35.392 INFO O| Feb 11 21:18:35.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45862025-02-11T21:18:37.030Z[ recovery-image] Feb 11 21:18:35.392 INFO O| Feb 11 21:18:35.392 INFO STEP 45 (remove_files) COMPLETE
45872025-02-11T21:18:37.030Z[ recovery-image] Feb 11 21:18:35.392 INFO O| Feb 11 21:18:35.392 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-11T21:18:37.051Z[ recovery-image] Feb 11 21:18:35.414 INFO O| Feb 11 21:18:35.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45892025-02-11T21:18:37.051Z[ recovery-image] Feb 11 21:18:35.414 INFO O| Feb 11 21:18:35.414 INFO STEP 46 (remove_files) COMPLETE
45902025-02-11T21:18:37.051Z[ recovery-image] Feb 11 21:18:35.414 INFO O| Feb 11 21:18:35.414 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-11T21:18:37.072Z[ recovery-image] Feb 11 21:18:35.434 INFO O| Feb 11 21:18:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45922025-02-11T21:18:37.072Z[ recovery-image] Feb 11 21:18:35.435 INFO O| Feb 11 21:18:35.435 INFO STEP 47 (remove_files) COMPLETE
45932025-02-11T21:18:37.072Z[ recovery-image] Feb 11 21:18:35.435 INFO O| Feb 11 21:18:35.435 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-11T21:18:37.090Z[ recovery-image] Feb 11 21:18:35.453 INFO O| Feb 11 21:18:35.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45952025-02-11T21:18:37.090Z[ recovery-image] Feb 11 21:18:35.453 INFO O| Feb 11 21:18:35.453 INFO STEP 48 (remove_files) COMPLETE
45962025-02-11T21:18:37.093Z[ recovery-image] Feb 11 21:18:35.453 INFO O| Feb 11 21:18:35.453 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-11T21:18:37.203Z[ recovery-image] Feb 11 21:18:35.566 INFO O| Feb 11 21:18:35.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45982025-02-11T21:18:37.203Z[ recovery-image] Feb 11 21:18:35.566 INFO O| Feb 11 21:18:35.566 INFO STEP 49 (remove_files) COMPLETE
45992025-02-11T21:18:37.203Z[ recovery-image] Feb 11 21:18:35.566 INFO O| Feb 11 21:18:35.566 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-11T21:18:37.248Z[ recovery-image] Feb 11 21:18:35.612 INFO O| Feb 11 21:18:35.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46012025-02-11T21:18:37.251Z[ recovery-image] Feb 11 21:18:35.612 INFO O| Feb 11 21:18:35.612 INFO STEP 50 (remove_files) COMPLETE
46022025-02-11T21:18:37.251Z[ recovery-image] Feb 11 21:18:35.612 INFO O| Feb 11 21:18:35.612 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-11T21:18:37.269Z[ recovery-image] Feb 11 21:18:35.632 INFO O| Feb 11 21:18:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46042025-02-11T21:18:37.272Z[ recovery-image] Feb 11 21:18:35.633 INFO O| Feb 11 21:18:35.633 INFO STEP 51 (remove_files) COMPLETE
46052025-02-11T21:18:37.272Z[ recovery-image] Feb 11 21:18:35.633 INFO O| Feb 11 21:18:35.633 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-11T21:18:37.315Z[ recovery-image] Feb 11 21:18:35.678 INFO O| Feb 11 21:18:35.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46072025-02-11T21:18:37.335Z[ recovery-image] Feb 11 21:18:35.698 INFO O| Feb 11 21:18:35.698 INFO STEP 52 (remove_files) COMPLETE
46082025-02-11T21:18:37.335Z[ recovery-image] Feb 11 21:18:35.698 INFO O| Feb 11 21:18:35.698 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-11T21:18:37.366Z[ recovery-image] Feb 11 21:18:35.729 INFO O| Feb 11 21:18:35.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46102025-02-11T21:18:37.366Z[ recovery-image] Feb 11 21:18:35.729 INFO O| Feb 11 21:18:35.729 INFO STEP 53 (remove_files) COMPLETE
46112025-02-11T21:18:37.366Z[ recovery-image] Feb 11 21:18:35.729 INFO O| Feb 11 21:18:35.729 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-11T21:18:37.395Z[ recovery-image] Feb 11 21:18:35.758 INFO O| Feb 11 21:18:35.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46132025-02-11T21:18:37.395Z[ recovery-image] Feb 11 21:18:35.758 INFO O| Feb 11 21:18:35.758 INFO STEP 54 (remove_files) COMPLETE
46142025-02-11T21:18:37.398Z[ recovery-image] Feb 11 21:18:35.758 INFO O| Feb 11 21:18:35.758 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-11T21:18:37.417Z[ recovery-image] Feb 11 21:18:35.779 INFO O| Feb 11 21:18:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46162025-02-11T21:18:37.417Z[ recovery-image] Feb 11 21:18:35.779 INFO O| Feb 11 21:18:35.779 INFO STEP 55 (remove_files) COMPLETE
46172025-02-11T21:18:37.417Z[ recovery-image] Feb 11 21:18:35.779 INFO O| Feb 11 21:18:35.779 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-11T21:18:37.461Z[ recovery-image] Feb 11 21:18:35.824 INFO O| Feb 11 21:18:35.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46192025-02-11T21:18:37.461Z[ recovery-image] Feb 11 21:18:35.824 INFO O| Feb 11 21:18:35.824 INFO STEP 56 (remove_files) COMPLETE
46202025-02-11T21:18:37.464Z[ recovery-image] Feb 11 21:18:35.824 INFO O| Feb 11 21:18:35.824 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-11T21:18:37.522Z[ recovery-image] Feb 11 21:18:35.885 INFO O| Feb 11 21:18:35.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46222025-02-11T21:18:37.522Z[ recovery-image] Feb 11 21:18:35.885 INFO O| Feb 11 21:18:35.885 INFO STEP 57 (remove_files) COMPLETE
46232025-02-11T21:18:37.525Z[ recovery-image] Feb 11 21:18:35.885 INFO O| Feb 11 21:18:35.885 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-11T21:18:37.543Z[ recovery-image] Feb 11 21:18:35.905 INFO O| Feb 11 21:18:35.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46252025-02-11T21:18:37.543Z[ recovery-image] Feb 11 21:18:35.905 INFO O| Feb 11 21:18:35.905 INFO STEP 58 (remove_files) COMPLETE
46262025-02-11T21:18:37.543Z[ recovery-image] Feb 11 21:18:35.905 INFO O| Feb 11 21:18:35.905 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-11T21:18:37.563Z[ recovery-image] Feb 11 21:18:35.926 INFO O| Feb 11 21:18:35.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46282025-02-11T21:18:37.563Z[ recovery-image] Feb 11 21:18:35.926 INFO O| Feb 11 21:18:35.926 INFO STEP 59 (remove_files) COMPLETE
46292025-02-11T21:18:37.563Z[ recovery-image] Feb 11 21:18:35.926 INFO O| Feb 11 21:18:35.926 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-11T21:18:37.608Z[ recovery-image] Feb 11 21:18:35.971 INFO O| Feb 11 21:18:35.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46312025-02-11T21:18:37.608Z[ recovery-image] Feb 11 21:18:35.971 INFO O| Feb 11 21:18:35.971 INFO STEP 60 (remove_files) COMPLETE
46322025-02-11T21:18:37.611Z[ recovery-image] Feb 11 21:18:35.971 INFO O| Feb 11 21:18:35.971 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-11T21:18:37.649Z[ recovery-image] Feb 11 21:18:36.012 INFO O| Feb 11 21:18:36.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46342025-02-11T21:18:37.649Z[ recovery-image] Feb 11 21:18:36.012 INFO O| Feb 11 21:18:36.012 INFO STEP 61 (remove_files) COMPLETE
46352025-02-11T21:18:37.649Z[ recovery-image] Feb 11 21:18:36.012 INFO O| Feb 11 21:18:36.012 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-11T21:18:37.682Z[ recovery-image] Feb 11 21:18:36.045 INFO O| Feb 11 21:18:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46372025-02-11T21:18:37.682Z[ recovery-image] Feb 11 21:18:36.045 INFO O| Feb 11 21:18:36.045 INFO STEP 62 (remove_files) COMPLETE
46382025-02-11T21:18:37.686Z[ recovery-image] Feb 11 21:18:36.045 INFO O| Feb 11 21:18:36.045 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-11T21:18:37.715Z[ recovery-image] Feb 11 21:18:36.078 INFO O| Feb 11 21:18:36.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46402025-02-11T21:18:37.715Z[ recovery-image] Feb 11 21:18:36.078 INFO O| Feb 11 21:18:36.078 INFO STEP 63 (remove_files) COMPLETE
46412025-02-11T21:18:37.715Z[ recovery-image] Feb 11 21:18:36.078 INFO O| Feb 11 21:18:36.078 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-11T21:18:37.735Z[ recovery-image] Feb 11 21:18:36.098 INFO O| Feb 11 21:18:36.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46432025-02-11T21:18:37.735Z[ recovery-image] Feb 11 21:18:36.098 INFO O| Feb 11 21:18:36.098 INFO STEP 64 (remove_files) COMPLETE
46442025-02-11T21:18:37.735Z[ recovery-image] Feb 11 21:18:36.098 INFO O| Feb 11 21:18:36.098 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-02-11T21:18:37.763Z[ recovery-image] Feb 11 21:18:36.126 INFO O| Feb 11 21:18:36.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46462025-02-11T21:18:37.763Z[ recovery-image] Feb 11 21:18:36.126 INFO O| Feb 11 21:18:36.126 INFO STEP 65 (remove_files) COMPLETE
46472025-02-11T21:18:37.763Z[ recovery-image] Feb 11 21:18:36.126 INFO O| Feb 11 21:18:36.126 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-02-11T21:18:37.785Z[ recovery-image] Feb 11 21:18:36.148 INFO O| Feb 11 21:18:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46492025-02-11T21:18:37.785Z[ recovery-image] Feb 11 21:18:36.148 INFO O| Feb 11 21:18:36.148 INFO STEP 66 (remove_files) COMPLETE
46502025-02-11T21:18:37.788Z[ recovery-image] Feb 11 21:18:36.148 INFO O| Feb 11 21:18:36.148 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-02-11T21:18:37.808Z[ recovery-image] Feb 11 21:18:36.167 INFO O| Feb 11 21:18:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46522025-02-11T21:18:37.808Z[ recovery-image] Feb 11 21:18:36.167 INFO O| Feb 11 21:18:36.167 INFO STEP 67 (remove_files) COMPLETE
46532025-02-11T21:18:37.808Z[ recovery-image] Feb 11 21:18:36.167 INFO O| Feb 11 21:18:36.167 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-02-11T21:18:37.887Z[ recovery-image] Feb 11 21:18:36.250 INFO O| Feb 11 21:18:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46552025-02-11T21:18:37.890Z[ recovery-image] Feb 11 21:18:36.251 INFO O| Feb 11 21:18:36.250 INFO STEP 68 (remove_files) COMPLETE
46562025-02-11T21:18:37.890Z[ recovery-image] Feb 11 21:18:36.251 INFO O| Feb 11 21:18:36.251 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-11T21:18:37.907Z[ recovery-image] Feb 11 21:18:36.270 INFO O| Feb 11 21:18:36.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46582025-02-11T21:18:37.909Z[ recovery-image] Feb 11 21:18:36.270 INFO O| Feb 11 21:18:36.270 INFO STEP 69 (remove_files) COMPLETE
46592025-02-11T21:18:37.909Z[ recovery-image] Feb 11 21:18:36.270 INFO O| Feb 11 21:18:36.270 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-02-11T21:18:37.927Z[ recovery-image] Feb 11 21:18:36.289 INFO O| Feb 11 21:18:36.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46612025-02-11T21:18:37.929Z[ recovery-image] Feb 11 21:18:36.290 INFO O| Feb 11 21:18:36.290 INFO STEP 70 (remove_files) COMPLETE
46622025-02-11T21:18:37.929Z[ recovery-image] Feb 11 21:18:36.290 INFO O| Feb 11 21:18:36.290 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-11T21:18:37.961Z[ recovery-image] Feb 11 21:18:36.324 INFO O| Feb 11 21:18:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46642025-02-11T21:18:37.964Z[ recovery-image] Feb 11 21:18:36.324 INFO O| Feb 11 21:18:36.324 INFO STEP 71 (remove_files) COMPLETE
46652025-02-11T21:18:37.964Z[ recovery-image] Feb 11 21:18:36.325 INFO O| Feb 11 21:18:36.325 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-11T21:18:38.000Z[ recovery-image] Feb 11 21:18:36.363 INFO O| Feb 11 21:18:36.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46672025-02-11T21:18:38.000Z[ recovery-image] Feb 11 21:18:36.363 INFO O| Feb 11 21:18:36.363 INFO STEP 72 (remove_files) COMPLETE
46682025-02-11T21:18:38.000Z[ recovery-image] Feb 11 21:18:36.363 INFO O| Feb 11 21:18:36.363 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-11T21:18:38.019Z[ recovery-image] Feb 11 21:18:36.382 INFO O| Feb 11 21:18:36.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46702025-02-11T21:18:38.022Z[ recovery-image] Feb 11 21:18:36.383 INFO O| Feb 11 21:18:36.383 INFO STEP 73 (remove_files) COMPLETE
46712025-02-11T21:18:38.023Z[ recovery-image] Feb 11 21:18:36.383 INFO O| Feb 11 21:18:36.383 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-11T21:18:38.040Z[ recovery-image] Feb 11 21:18:36.403 INFO O| Feb 11 21:18:36.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46732025-02-11T21:18:38.043Z[ recovery-image] Feb 11 21:18:36.403 INFO O| Feb 11 21:18:36.403 INFO STEP 74 (remove_files) COMPLETE
46742025-02-11T21:18:38.043Z[ recovery-image] Feb 11 21:18:36.403 INFO O| Feb 11 21:18:36.403 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-11T21:18:38.059Z[ recovery-image] Feb 11 21:18:36.422 INFO O| Feb 11 21:18:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46762025-02-11T21:18:38.062Z[ recovery-image] Feb 11 21:18:36.422 INFO O| Feb 11 21:18:36.422 INFO STEP 75 (remove_files) COMPLETE
46772025-02-11T21:18:38.062Z[ recovery-image] Feb 11 21:18:36.422 INFO O| Feb 11 21:18:36.422 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-11T21:18:38.078Z[ recovery-image] Feb 11 21:18:36.441 INFO O| Feb 11 21:18:36.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46792025-02-11T21:18:38.081Z[ recovery-image] Feb 11 21:18:36.441 INFO O| Feb 11 21:18:36.441 INFO STEP 76 (remove_files) COMPLETE
46802025-02-11T21:18:38.081Z[ recovery-image] Feb 11 21:18:36.441 INFO O| Feb 11 21:18:36.441 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-11T21:18:38.107Z[ recovery-image] Feb 11 21:18:36.470 INFO O| Feb 11 21:18:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46822025-02-11T21:18:38.107Z[ recovery-image] Feb 11 21:18:36.470 INFO O| Feb 11 21:18:36.470 INFO STEP 77 (remove_files) COMPLETE
46832025-02-11T21:18:38.110Z[ recovery-image] Feb 11 21:18:36.470 INFO O| Feb 11 21:18:36.470 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-11T21:18:38.128Z[ recovery-image] Feb 11 21:18:36.491 INFO O| Feb 11 21:18:36.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46852025-02-11T21:18:38.128Z[ recovery-image] Feb 11 21:18:36.491 INFO O| Feb 11 21:18:36.491 INFO STEP 78 (remove_files) COMPLETE
46862025-02-11T21:18:38.128Z[ recovery-image] Feb 11 21:18:36.491 INFO O| Feb 11 21:18:36.491 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-11T21:18:38.186Z[ recovery-image] Feb 11 21:18:36.549 INFO O| Feb 11 21:18:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46882025-02-11T21:18:38.186Z[ recovery-image] Feb 11 21:18:36.549 INFO O| Feb 11 21:18:36.549 INFO STEP 79 (remove_files) COMPLETE
46892025-02-11T21:18:38.186Z[ recovery-image] Feb 11 21:18:36.549 INFO O| Feb 11 21:18:36.549 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-11T21:18:38.205Z[ recovery-image] Feb 11 21:18:36.568 INFO O| Feb 11 21:18:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46912025-02-11T21:18:38.205Z[ recovery-image] Feb 11 21:18:36.568 INFO O| Feb 11 21:18:36.568 INFO STEP 80 (remove_files) COMPLETE
46922025-02-11T21:18:38.208Z[ recovery-image] Feb 11 21:18:36.568 INFO O| Feb 11 21:18:36.568 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-11T21:18:38.257Z[ recovery-image] Feb 11 21:18:36.620 INFO O| Feb 11 21:18:36.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46942025-02-11T21:18:38.257Z[ recovery-image] Feb 11 21:18:36.620 INFO O| Feb 11 21:18:36.620 INFO STEP 81 (remove_files) COMPLETE
46952025-02-11T21:18:38.257Z[ recovery-image] Feb 11 21:18:36.620 INFO O| Feb 11 21:18:36.620 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-11T21:18:38.277Z[ recovery-image] Feb 11 21:18:36.638 INFO O| Feb 11 21:18:36.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46972025-02-11T21:18:38.277Z[ recovery-image] Feb 11 21:18:36.639 INFO O| Feb 11 21:18:36.639 INFO STEP 82 (remove_files) COMPLETE
46982025-02-11T21:18:38.277Z[ recovery-image] Feb 11 21:18:36.639 INFO O| Feb 11 21:18:36.639 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-11T21:18:38.297Z[ recovery-image] Feb 11 21:18:36.660 INFO O| Feb 11 21:18:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47002025-02-11T21:18:38.297Z[ recovery-image] Feb 11 21:18:36.660 INFO O| Feb 11 21:18:36.660 INFO STEP 83 (remove_files) COMPLETE
47012025-02-11T21:18:38.297Z[ recovery-image] Feb 11 21:18:36.660 INFO O| Feb 11 21:18:36.660 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-11T21:18:38.354Z[ recovery-image] Feb 11 21:18:36.717 INFO O| Feb 11 21:18:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47032025-02-11T21:18:38.357Z[ recovery-image] Feb 11 21:18:36.717 INFO O| Feb 11 21:18:36.717 INFO STEP 84 (remove_files) COMPLETE
47042025-02-11T21:18:38.357Z[ recovery-image] Feb 11 21:18:36.717 INFO O| Feb 11 21:18:36.717 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-11T21:18:38.375Z[ recovery-image] Feb 11 21:18:36.738 INFO O| Feb 11 21:18:36.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47062025-02-11T21:18:38.375Z[ recovery-image] Feb 11 21:18:36.738 INFO O| Feb 11 21:18:36.738 INFO STEP 85 (remove_files) COMPLETE
47072025-02-11T21:18:38.378Z[ recovery-image] Feb 11 21:18:36.738 INFO O| Feb 11 21:18:36.738 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-11T21:18:38.395Z[ recovery-image] Feb 11 21:18:36.758 INFO O| Feb 11 21:18:36.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47092025-02-11T21:18:38.396Z[ recovery-image] Feb 11 21:18:36.758 INFO O| Feb 11 21:18:36.758 INFO STEP 86 (remove_files) COMPLETE
47102025-02-11T21:18:38.396Z[ recovery-image] Feb 11 21:18:36.758 INFO O| Feb 11 21:18:36.758 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-11T21:18:38.417Z[ recovery-image] Feb 11 21:18:36.780 INFO O| Feb 11 21:18:36.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47122025-02-11T21:18:38.420Z[ recovery-image] Feb 11 21:18:36.782 INFO O| Feb 11 21:18:36.782 INFO STEP 87 (remove_files) COMPLETE
47132025-02-11T21:18:38.420Z[ recovery-image] Feb 11 21:18:36.782 INFO O| Feb 11 21:18:36.782 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-11T21:18:38.459Z[ recovery-image] Feb 11 21:18:36.821 INFO O| Feb 11 21:18:36.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47152025-02-11T21:18:38.459Z[ recovery-image] Feb 11 21:18:36.821 INFO O| Feb 11 21:18:36.821 INFO STEP 88 (remove_files) COMPLETE
47162025-02-11T21:18:38.459Z[ recovery-image] Feb 11 21:18:36.821 INFO O| Feb 11 21:18:36.821 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-11T21:18:38.519Z[ recovery-image] Feb 11 21:18:36.882 INFO O| Feb 11 21:18:36.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47182025-02-11T21:18:38.519Z[ recovery-image] Feb 11 21:18:36.882 INFO O| Feb 11 21:18:36.882 INFO STEP 89 (remove_files) COMPLETE
47192025-02-11T21:18:38.522Z[ recovery-image] Feb 11 21:18:36.882 INFO O| Feb 11 21:18:36.882 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-11T21:18:38.538Z[ recovery-image] Feb 11 21:18:36.901 INFO O| Feb 11 21:18:36.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47212025-02-11T21:18:38.538Z[ recovery-image] Feb 11 21:18:36.901 INFO O| Feb 11 21:18:36.901 INFO STEP 90 (remove_files) COMPLETE
47222025-02-11T21:18:38.541Z[ recovery-image] Feb 11 21:18:36.901 INFO O| Feb 11 21:18:36.901 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-11T21:18:38.557Z[ recovery-image] Feb 11 21:18:36.920 INFO O| Feb 11 21:18:36.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47242025-02-11T21:18:38.557Z[ recovery-image] Feb 11 21:18:36.920 INFO O| Feb 11 21:18:36.920 INFO STEP 91 (remove_files) COMPLETE
47252025-02-11T21:18:38.557Z[ recovery-image] Feb 11 21:18:36.920 INFO O| Feb 11 21:18:36.920 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-11T21:18:38.576Z[ recovery-image] Feb 11 21:18:36.939 INFO O| Feb 11 21:18:36.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47272025-02-11T21:18:38.576Z[ recovery-image] Feb 11 21:18:36.939 INFO O| Feb 11 21:18:36.939 INFO STEP 92 (remove_files) COMPLETE
47282025-02-11T21:18:38.579Z[ recovery-image] Feb 11 21:18:36.939 INFO O| Feb 11 21:18:36.939 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-11T21:18:38.603Z[ recovery-image] Feb 11 21:18:36.966 INFO O| Feb 11 21:18:36.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47302025-02-11T21:18:38.606Z[ recovery-image] Feb 11 21:18:36.967 INFO O| Feb 11 21:18:36.967 INFO STEP 93 (remove_files) COMPLETE
47312025-02-11T21:18:38.606Z[ recovery-image] Feb 11 21:18:36.967 INFO O| Feb 11 21:18:36.967 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-02-11T21:18:38.633Z[ recovery-image] Feb 11 21:18:36.996 INFO O| Feb 11 21:18:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47332025-02-11T21:18:38.636Z[ recovery-image] Feb 11 21:18:36.996 INFO O| Feb 11 21:18:36.996 INFO STEP 94 (remove_files) COMPLETE
47342025-02-11T21:18:38.636Z[ recovery-image] Feb 11 21:18:36.996 INFO O| Feb 11 21:18:36.996 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-02-11T21:18:38.655Z[ recovery-image] Feb 11 21:18:37.018 INFO O| Feb 11 21:18:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47362025-02-11T21:18:38.655Z[ recovery-image] Feb 11 21:18:37.018 INFO O| Feb 11 21:18:37.018 INFO STEP 95 (remove_files) COMPLETE
47372025-02-11T21:18:38.655Z[ recovery-image] Feb 11 21:18:37.018 INFO O| Feb 11 21:18:37.018 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-11T21:18:38.674Z[ recovery-image] Feb 11 21:18:37.037 INFO O| Feb 11 21:18:37.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47392025-02-11T21:18:38.674Z[ recovery-image] Feb 11 21:18:37.037 INFO O| Feb 11 21:18:37.037 INFO STEP 96 (remove_files) COMPLETE
47402025-02-11T21:18:38.677Z[ recovery-image] Feb 11 21:18:37.037 INFO O| Feb 11 21:18:37.037 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-11T21:18:38.789Z[ recovery-image] Feb 11 21:18:37.152 INFO O| Feb 11 21:18:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47422025-02-11T21:18:38.789Z[ recovery-image] Feb 11 21:18:37.152 INFO O| Feb 11 21:18:37.152 INFO STEP 97 (remove_files) COMPLETE
47432025-02-11T21:18:38.792Z[ recovery-image] Feb 11 21:18:37.152 INFO O| Feb 11 21:18:37.152 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-11T21:18:38.824Z[ recovery-image] Feb 11 21:18:37.187 INFO O| Feb 11 21:18:37.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47452025-02-11T21:18:38.828Z[ recovery-image] Feb 11 21:18:37.187 INFO O| Feb 11 21:18:37.187 INFO STEP 98 (remove_files) COMPLETE
47462025-02-11T21:18:38.828Z[ recovery-image] Feb 11 21:18:37.187 INFO O| Feb 11 21:18:37.187 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-11T21:18:38.847Z[ recovery-image] Feb 11 21:18:37.210 INFO O| Feb 11 21:18:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47482025-02-11T21:18:38.847Z[ recovery-image] Feb 11 21:18:37.210 INFO O| Feb 11 21:18:37.210 INFO STEP 99 (remove_files) COMPLETE
47492025-02-11T21:18:38.847Z[ recovery-image] Feb 11 21:18:37.210 INFO O| Feb 11 21:18:37.210 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-11T21:18:38.867Z[ recovery-image] Feb 11 21:18:37.230 INFO O| Feb 11 21:18:37.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47512025-02-11T21:18:38.867Z[ recovery-image] Feb 11 21:18:37.230 INFO O| Feb 11 21:18:37.230 INFO STEP 100 (remove_files) COMPLETE
47522025-02-11T21:18:38.867Z[ recovery-image] Feb 11 21:18:37.230 INFO O| Feb 11 21:18:37.230 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-02-11T21:18:38.887Z[ recovery-image] Feb 11 21:18:37.250 INFO O| Feb 11 21:18:37.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47542025-02-11T21:18:38.887Z[ recovery-image] Feb 11 21:18:37.250 INFO O| Feb 11 21:18:37.250 INFO STEP 101 (remove_files) COMPLETE
47552025-02-11T21:18:38.890Z[ recovery-image] Feb 11 21:18:37.250 INFO O| Feb 11 21:18:37.250 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-02-11T21:18:38.907Z[ recovery-image] Feb 11 21:18:37.270 INFO O| Feb 11 21:18:37.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47572025-02-11T21:18:38.907Z[ recovery-image] Feb 11 21:18:37.270 INFO O| Feb 11 21:18:37.270 INFO STEP 102 (remove_files) COMPLETE
47582025-02-11T21:18:38.907Z[ recovery-image] Feb 11 21:18:37.270 INFO O| Feb 11 21:18:37.270 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-02-11T21:18:38.933Z[ recovery-image] Feb 11 21:18:37.296 INFO O| Feb 11 21:18:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47602025-02-11T21:18:38.955Z[ recovery-image] Feb 11 21:18:37.318 INFO O| Feb 11 21:18:37.318 INFO STEP 103 (remove_files) COMPLETE
47612025-02-11T21:18:38.955Z[ recovery-image] Feb 11 21:18:37.318 INFO O| Feb 11 21:18:37.318 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-02-11T21:18:38.991Z[ recovery-image] Feb 11 21:18:37.354 INFO O| Feb 11 21:18:37.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47632025-02-11T21:18:38.994Z[ recovery-image] Feb 11 21:18:37.354 INFO O| Feb 11 21:18:37.354 INFO STEP 104 (remove_files) COMPLETE
47642025-02-11T21:18:38.994Z[ recovery-image] Feb 11 21:18:37.354 INFO O| Feb 11 21:18:37.354 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-02-11T21:18:39.010Z[ recovery-image] Feb 11 21:18:37.373 INFO O| Feb 11 21:18:37.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47662025-02-11T21:18:39.013Z[ recovery-image] Feb 11 21:18:37.373 INFO O| Feb 11 21:18:37.373 INFO STEP 105 (remove_files) COMPLETE
47672025-02-11T21:18:39.013Z[ recovery-image] Feb 11 21:18:37.373 INFO O| Feb 11 21:18:37.373 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-02-11T21:18:39.028Z[ recovery-image] Feb 11 21:18:37.392 INFO O| Feb 11 21:18:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47692025-02-11T21:18:39.045Z[ recovery-image] Feb 11 21:18:37.408 INFO O| Feb 11 21:18:37.408 INFO STEP 106 (remove_files) COMPLETE
47702025-02-11T21:18:39.045Z[ recovery-image] Feb 11 21:18:37.408 INFO O| Feb 11 21:18:37.408 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-02-11T21:18:39.065Z[ recovery-image] Feb 11 21:18:37.428 INFO O| Feb 11 21:18:37.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47722025-02-11T21:18:39.068Z[ recovery-image] Feb 11 21:18:37.428 INFO O| Feb 11 21:18:37.428 INFO STEP 107 (remove_files) COMPLETE
47732025-02-11T21:18:39.068Z[ recovery-image] Feb 11 21:18:37.428 INFO O| Feb 11 21:18:37.428 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-02-11T21:18:39.121Z[ recovery-image] Feb 11 21:18:37.484 INFO O| Feb 11 21:18:37.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47752025-02-11T21:18:39.121Z[ recovery-image] Feb 11 21:18:37.484 INFO O| Feb 11 21:18:37.484 INFO STEP 108 (remove_files) COMPLETE
47762025-02-11T21:18:39.121Z[ recovery-image] Feb 11 21:18:37.484 INFO O| Feb 11 21:18:37.484 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-02-11T21:18:39.139Z[ recovery-image] Feb 11 21:18:37.502 INFO O| Feb 11 21:18:37.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47782025-02-11T21:18:39.139Z[ recovery-image] Feb 11 21:18:37.502 INFO O| Feb 11 21:18:37.502 INFO STEP 109 (remove_files) COMPLETE
47792025-02-11T21:18:39.139Z[ recovery-image] Feb 11 21:18:37.502 INFO O| Feb 11 21:18:37.502 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-02-11T21:18:39.175Z[ recovery-image] Feb 11 21:18:37.538 INFO O| Feb 11 21:18:37.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47812025-02-11T21:18:39.175Z[ recovery-image] Feb 11 21:18:37.538 INFO O| Feb 11 21:18:37.538 INFO STEP 110 (remove_files) COMPLETE
47822025-02-11T21:18:39.178Z[ recovery-image] Feb 11 21:18:37.538 INFO O| Feb 11 21:18:37.538 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-02-11T21:18:39.195Z[ recovery-image] Feb 11 21:18:37.558 INFO O| Feb 11 21:18:37.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47842025-02-11T21:18:39.195Z[ recovery-image] Feb 11 21:18:37.558 INFO O| Feb 11 21:18:37.558 INFO STEP 111 (remove_files) COMPLETE
47852025-02-11T21:18:39.195Z[ recovery-image] Feb 11 21:18:37.558 INFO O| Feb 11 21:18:37.558 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-02-11T21:18:39.216Z[ recovery-image] Feb 11 21:18:37.579 INFO O| Feb 11 21:18:37.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47872025-02-11T21:18:39.216Z[ recovery-image] Feb 11 21:18:37.579 INFO O| Feb 11 21:18:37.579 INFO STEP 112 (remove_files) COMPLETE
47882025-02-11T21:18:39.216Z[ recovery-image] Feb 11 21:18:37.579 INFO O| Feb 11 21:18:37.579 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-02-11T21:18:39.236Z[ recovery-image] Feb 11 21:18:37.599 INFO O| Feb 11 21:18:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47902025-02-11T21:18:39.236Z[ recovery-image] Feb 11 21:18:37.599 INFO O| Feb 11 21:18:37.599 INFO STEP 113 (remove_files) COMPLETE
47912025-02-11T21:18:39.236Z[ recovery-image] Feb 11 21:18:37.599 INFO O| Feb 11 21:18:37.599 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-02-11T21:18:39.257Z[ recovery-image] Feb 11 21:18:37.620 INFO O| Feb 11 21:18:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47932025-02-11T21:18:39.260Z[ recovery-image] Feb 11 21:18:37.620 INFO O| Feb 11 21:18:37.620 INFO STEP 114 (remove_files) COMPLETE
47942025-02-11T21:18:39.260Z[ recovery-image] Feb 11 21:18:37.620 INFO O| Feb 11 21:18:37.620 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-02-11T21:18:39.283Z[ recovery-image] Feb 11 21:18:37.646 INFO O| Feb 11 21:18:37.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47962025-02-11T21:18:39.283Z[ recovery-image] Feb 11 21:18:37.646 INFO O| Feb 11 21:18:37.646 INFO STEP 115 (remove_files) COMPLETE
47972025-02-11T21:18:39.283Z[ recovery-image] Feb 11 21:18:37.646 INFO O| Feb 11 21:18:37.646 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-02-11T21:18:39.305Z[ recovery-image] Feb 11 21:18:37.667 INFO O| Feb 11 21:18:37.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47992025-02-11T21:18:39.305Z[ recovery-image] Feb 11 21:18:37.667 INFO O| Feb 11 21:18:37.667 INFO STEP 116 (remove_files) COMPLETE
48002025-02-11T21:18:39.305Z[ recovery-image] Feb 11 21:18:37.667 INFO O| Feb 11 21:18:37.667 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-11T21:18:39.324Z[ recovery-image] Feb 11 21:18:37.687 INFO O| Feb 11 21:18:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48022025-02-11T21:18:39.325Z[ recovery-image] Feb 11 21:18:37.688 INFO O| Feb 11 21:18:37.688 INFO STEP 117 (remove_files) COMPLETE
48032025-02-11T21:18:39.327Z[ recovery-image] Feb 11 21:18:37.688 INFO O| Feb 11 21:18:37.688 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-11T21:18:39.345Z[ recovery-image] Feb 11 21:18:37.708 INFO O| Feb 11 21:18:37.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48052025-02-11T21:18:39.346Z[ recovery-image] Feb 11 21:18:37.708 INFO O| Feb 11 21:18:37.708 INFO STEP 118 (remove_files) COMPLETE
48062025-02-11T21:18:39.346Z[ recovery-image] Feb 11 21:18:37.708 INFO O| Feb 11 21:18:37.708 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-11T21:18:39.366Z[ recovery-image] Feb 11 21:18:37.729 INFO O| Feb 11 21:18:37.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48082025-02-11T21:18:39.366Z[ recovery-image] Feb 11 21:18:37.729 INFO O| Feb 11 21:18:37.729 INFO STEP 119 (remove_files) COMPLETE
48092025-02-11T21:18:39.366Z[ recovery-image] Feb 11 21:18:37.729 INFO O| Feb 11 21:18:37.729 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-11T21:18:39.388Z[ recovery-image] Feb 11 21:18:37.751 INFO O| Feb 11 21:18:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48112025-02-11T21:18:39.388Z[ recovery-image] Feb 11 21:18:37.751 INFO O| Feb 11 21:18:37.751 INFO STEP 120 (remove_files) COMPLETE
48122025-02-11T21:18:39.388Z[ recovery-image] Feb 11 21:18:37.751 INFO O| Feb 11 21:18:37.751 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-02-11T21:18:39.409Z[ recovery-image] Feb 11 21:18:37.772 INFO O| Feb 11 21:18:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48142025-02-11T21:18:39.409Z[ recovery-image] Feb 11 21:18:37.772 INFO O| Feb 11 21:18:37.772 INFO STEP 121 (remove_files) COMPLETE
48152025-02-11T21:18:39.412Z[ recovery-image] Feb 11 21:18:37.772 INFO O| Feb 11 21:18:37.772 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-02-11T21:18:39.436Z[ recovery-image] Feb 11 21:18:37.799 INFO O| Feb 11 21:18:37.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48172025-02-11T21:18:39.436Z[ recovery-image] Feb 11 21:18:37.799 INFO O| Feb 11 21:18:37.799 INFO STEP 122 (remove_files) COMPLETE
48182025-02-11T21:18:39.439Z[ recovery-image] Feb 11 21:18:37.799 INFO O| Feb 11 21:18:37.799 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-02-11T21:18:39.454Z[ recovery-image] Feb 11 21:18:37.817 INFO O| Feb 11 21:18:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48202025-02-11T21:18:39.454Z[ recovery-image] Feb 11 21:18:37.817 INFO O| Feb 11 21:18:37.817 INFO STEP 123 (remove_files) COMPLETE
48212025-02-11T21:18:39.454Z[ recovery-image] Feb 11 21:18:37.817 INFO O| Feb 11 21:18:37.817 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-02-11T21:18:39.470Z[ recovery-image] Feb 11 21:18:37.833 INFO O| Feb 11 21:18:37.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48232025-02-11T21:18:39.470Z[ recovery-image] Feb 11 21:18:37.833 INFO O| Feb 11 21:18:37.833 INFO STEP 124 (remove_files) COMPLETE
48242025-02-11T21:18:39.473Z[ recovery-image] Feb 11 21:18:37.833 INFO O| Feb 11 21:18:37.833 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-02-11T21:18:39.488Z[ recovery-image] Feb 11 21:18:37.850 INFO O| Feb 11 21:18:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48262025-02-11T21:18:39.488Z[ recovery-image] Feb 11 21:18:37.851 INFO O| Feb 11 21:18:37.850 INFO STEP 125 (remove_files) COMPLETE
48272025-02-11T21:18:39.490Z[ recovery-image] Feb 11 21:18:37.851 INFO O| Feb 11 21:18:37.851 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-02-11T21:18:39.516Z[ recovery-image] Feb 11 21:18:37.879 INFO O| Feb 11 21:18:37.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48292025-02-11T21:18:39.516Z[ recovery-image] Feb 11 21:18:37.879 INFO O| Feb 11 21:18:37.879 INFO STEP 126 (remove_files) COMPLETE
48302025-02-11T21:18:39.516Z[ recovery-image] Feb 11 21:18:37.879 INFO O| Feb 11 21:18:37.879 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-11T21:18:39.549Z[ recovery-image] Feb 11 21:18:37.911 INFO O| Feb 11 21:18:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48322025-02-11T21:18:39.549Z[ recovery-image] Feb 11 21:18:37.911 INFO O| Feb 11 21:18:37.911 INFO STEP 127 (remove_files) COMPLETE
48332025-02-11T21:18:39.549Z[ recovery-image] Feb 11 21:18:37.911 INFO O| Feb 11 21:18:37.911 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-11T21:18:39.579Z[ recovery-image] Feb 11 21:18:37.942 INFO O| Feb 11 21:18:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48352025-02-11T21:18:39.579Z[ recovery-image] Feb 11 21:18:37.942 INFO O| Feb 11 21:18:37.942 INFO STEP 128 (remove_files) COMPLETE
48362025-02-11T21:18:39.579Z[ recovery-image] Feb 11 21:18:37.942 INFO O| Feb 11 21:18:37.942 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-11T21:18:39.651Z[ recovery-image] Feb 11 21:18:38.013 INFO O| Feb 11 21:18:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48382025-02-11T21:18:39.651Z[ recovery-image] Feb 11 21:18:38.013 INFO O| Feb 11 21:18:38.013 INFO STEP 129 (remove_files) COMPLETE
48392025-02-11T21:18:39.651Z[ recovery-image] Feb 11 21:18:38.013 INFO O| Feb 11 21:18:38.013 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-02-11T21:18:39.672Z[ recovery-image] Feb 11 21:18:38.034 INFO O| Feb 11 21:18:38.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48412025-02-11T21:18:39.672Z[ recovery-image] Feb 11 21:18:38.034 INFO O| Feb 11 21:18:38.034 INFO STEP 130 (remove_files) COMPLETE
48422025-02-11T21:18:39.672Z[ recovery-image] Feb 11 21:18:38.034 INFO O| Feb 11 21:18:38.034 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-02-11T21:18:39.707Z[ recovery-image] Feb 11 21:18:38.070 INFO O| Feb 11 21:18:38.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48442025-02-11T21:18:39.707Z[ recovery-image] Feb 11 21:18:38.070 INFO O| Feb 11 21:18:38.070 INFO STEP 131 (remove_files) COMPLETE
48452025-02-11T21:18:39.707Z[ recovery-image] Feb 11 21:18:38.070 INFO O| Feb 11 21:18:38.070 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-11T21:18:39.747Z[ recovery-image] Feb 11 21:18:38.110 INFO O| Feb 11 21:18:38.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48472025-02-11T21:18:39.747Z[ recovery-image] Feb 11 21:18:38.110 INFO O| Feb 11 21:18:38.110 INFO STEP 132 (remove_files) COMPLETE
48482025-02-11T21:18:39.750Z[ recovery-image] Feb 11 21:18:38.110 INFO O| Feb 11 21:18:38.110 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-11T21:18:39.765Z[ recovery-image] Feb 11 21:18:38.128 INFO O| Feb 11 21:18:38.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48502025-02-11T21:18:39.765Z[ recovery-image] Feb 11 21:18:38.128 INFO O| Feb 11 21:18:38.128 INFO STEP 133 (remove_files) COMPLETE
48512025-02-11T21:18:39.768Z[ recovery-image] Feb 11 21:18:38.128 INFO O| Feb 11 21:18:38.128 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-11T21:18:39.785Z[ recovery-image] Feb 11 21:18:38.148 INFO O| Feb 11 21:18:38.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48532025-02-11T21:18:39.785Z[ recovery-image] Feb 11 21:18:38.148 INFO O| Feb 11 21:18:38.148 INFO STEP 134 (remove_files) COMPLETE
48542025-02-11T21:18:39.788Z[ recovery-image] Feb 11 21:18:38.148 INFO O| Feb 11 21:18:38.148 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-11T21:18:39.802Z[ recovery-image] Feb 11 21:18:38.165 INFO O| Feb 11 21:18:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48562025-02-11T21:18:39.802Z[ recovery-image] Feb 11 21:18:38.165 INFO O| Feb 11 21:18:38.165 INFO STEP 135 (remove_files) COMPLETE
48572025-02-11T21:18:39.802Z[ recovery-image] Feb 11 21:18:38.165 INFO O| Feb 11 21:18:38.165 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-11T21:18:39.821Z[ recovery-image] Feb 11 21:18:38.184 INFO O| Feb 11 21:18:38.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48592025-02-11T21:18:39.824Z[ recovery-image] Feb 11 21:18:38.184 INFO O| Feb 11 21:18:38.184 INFO STEP 136 (remove_files) COMPLETE
48602025-02-11T21:18:39.824Z[ recovery-image] Feb 11 21:18:38.185 INFO O| Feb 11 21:18:38.184 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-11T21:18:39.841Z[ recovery-image] Feb 11 21:18:38.203 INFO O| Feb 11 21:18:38.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48622025-02-11T21:18:39.845Z[ recovery-image] Feb 11 21:18:38.204 INFO O| Feb 11 21:18:38.204 INFO STEP 137 (remove_files) COMPLETE
48632025-02-11T21:18:39.845Z[ recovery-image] Feb 11 21:18:38.204 INFO O| Feb 11 21:18:38.204 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-11T21:18:39.879Z[ recovery-image] Feb 11 21:18:38.242 INFO O| Feb 11 21:18:38.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48652025-02-11T21:18:39.879Z[ recovery-image] Feb 11 21:18:38.242 INFO O| Feb 11 21:18:38.242 INFO STEP 138 (remove_files) COMPLETE
48662025-02-11T21:18:39.882Z[ recovery-image] Feb 11 21:18:38.243 INFO O| Feb 11 21:18:38.242 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-11T21:18:39.897Z[ recovery-image] Feb 11 21:18:38.260 INFO O| Feb 11 21:18:38.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48682025-02-11T21:18:39.897Z[ recovery-image] Feb 11 21:18:38.260 INFO O| Feb 11 21:18:38.260 INFO STEP 139 (remove_files) COMPLETE
48692025-02-11T21:18:39.900Z[ recovery-image] Feb 11 21:18:38.260 INFO O| Feb 11 21:18:38.260 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-11T21:18:39.915Z[ recovery-image] Feb 11 21:18:38.278 INFO O| Feb 11 21:18:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48712025-02-11T21:18:39.915Z[ recovery-image] Feb 11 21:18:38.278 INFO O| Feb 11 21:18:38.278 INFO STEP 140 (remove_files) COMPLETE
48722025-02-11T21:18:39.918Z[ recovery-image] Feb 11 21:18:38.278 INFO O| Feb 11 21:18:38.278 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-11T21:18:39.945Z[ recovery-image] Feb 11 21:18:38.308 INFO O| Feb 11 21:18:38.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48742025-02-11T21:18:39.945Z[ recovery-image] Feb 11 21:18:38.308 INFO O| Feb 11 21:18:38.308 INFO STEP 141 (remove_files) COMPLETE
48752025-02-11T21:18:39.948Z[ recovery-image] Feb 11 21:18:38.308 INFO O| Feb 11 21:18:38.308 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-11T21:18:39.977Z[ recovery-image] Feb 11 21:18:38.340 INFO O| Feb 11 21:18:38.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48772025-02-11T21:18:39.977Z[ recovery-image] Feb 11 21:18:38.340 INFO O| Feb 11 21:18:38.340 INFO STEP 142 (remove_files) COMPLETE
48782025-02-11T21:18:39.977Z[ recovery-image] Feb 11 21:18:38.340 INFO O| Feb 11 21:18:38.340 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-11T21:18:40.007Z[ recovery-image] Feb 11 21:18:38.369 INFO O| Feb 11 21:18:38.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48802025-02-11T21:18:40.007Z[ recovery-image] Feb 11 21:18:38.369 INFO O| Feb 11 21:18:38.369 INFO STEP 143 (remove_files) COMPLETE
48812025-02-11T21:18:40.007Z[ recovery-image] Feb 11 21:18:38.369 INFO O| Feb 11 21:18:38.369 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-11T21:18:40.027Z[ recovery-image] Feb 11 21:18:38.389 INFO O| Feb 11 21:18:38.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48832025-02-11T21:18:40.027Z[ recovery-image] Feb 11 21:18:38.389 INFO O| Feb 11 21:18:38.389 INFO STEP 144 (remove_files) COMPLETE
48842025-02-11T21:18:40.029Z[ recovery-image] Feb 11 21:18:38.389 INFO O| Feb 11 21:18:38.389 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-11T21:18:40.045Z[ recovery-image] Feb 11 21:18:38.408 INFO O| Feb 11 21:18:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48862025-02-11T21:18:40.045Z[ recovery-image] Feb 11 21:18:38.408 INFO O| Feb 11 21:18:38.408 INFO STEP 145 (remove_files) COMPLETE
48872025-02-11T21:18:40.045Z[ recovery-image] Feb 11 21:18:38.408 INFO O| Feb 11 21:18:38.408 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-11T21:18:40.064Z[ recovery-image] Feb 11 21:18:38.427 INFO O| Feb 11 21:18:38.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48892025-02-11T21:18:40.064Z[ recovery-image] Feb 11 21:18:38.427 INFO O| Feb 11 21:18:38.427 INFO STEP 146 (remove_files) COMPLETE
48902025-02-11T21:18:40.067Z[ recovery-image] Feb 11 21:18:38.427 INFO O| Feb 11 21:18:38.427 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-11T21:18:40.086Z[ recovery-image] Feb 11 21:18:38.449 INFO O| Feb 11 21:18:38.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48922025-02-11T21:18:40.086Z[ recovery-image] Feb 11 21:18:38.449 INFO O| Feb 11 21:18:38.449 INFO STEP 147 (remove_files) COMPLETE
48932025-02-11T21:18:40.089Z[ recovery-image] Feb 11 21:18:38.449 INFO O| Feb 11 21:18:38.449 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-11T21:18:40.133Z[ recovery-image] Feb 11 21:18:38.496 INFO O| Feb 11 21:18:38.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48952025-02-11T21:18:40.133Z[ recovery-image] Feb 11 21:18:38.496 INFO O| Feb 11 21:18:38.496 INFO STEP 148 (remove_files) COMPLETE
48962025-02-11T21:18:40.133Z[ recovery-image] Feb 11 21:18:38.496 INFO O| Feb 11 21:18:38.496 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-11T21:18:40.181Z[ recovery-image] Feb 11 21:18:38.532 INFO O| Feb 11 21:18:38.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48982025-02-11T21:18:40.181Z[ recovery-image] Feb 11 21:18:38.533 INFO O| Feb 11 21:18:38.532 INFO STEP 149 (remove_files) COMPLETE
48992025-02-11T21:18:40.181Z[ recovery-image] Feb 11 21:18:38.533 INFO O| Feb 11 21:18:38.533 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-11T21:18:40.190Z[ recovery-image] Feb 11 21:18:38.553 INFO O| Feb 11 21:18:38.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49012025-02-11T21:18:40.192Z[ recovery-image] Feb 11 21:18:38.553 INFO O| Feb 11 21:18:38.553 INFO STEP 150 (remove_files) COMPLETE
49022025-02-11T21:18:40.192Z[ recovery-image] Feb 11 21:18:38.553 INFO O| Feb 11 21:18:38.553 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-02-11T21:18:40.218Z[ recovery-image] Feb 11 21:18:38.581 INFO O| Feb 11 21:18:38.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49042025-02-11T21:18:40.227Z[ recovery-image] Feb 11 21:18:38.590 INFO O| Feb 11 21:18:38.590 INFO STEP 151 (remove_files) COMPLETE
49052025-02-11T21:18:40.227Z[ recovery-image] Feb 11 21:18:38.590 INFO O| Feb 11 21:18:38.590 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-02-11T21:18:40.250Z[ recovery-image] Feb 11 21:18:38.613 INFO O| Feb 11 21:18:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49072025-02-11T21:18:40.250Z[ recovery-image] Feb 11 21:18:38.613 INFO O| Feb 11 21:18:38.613 INFO STEP 152 (remove_files) COMPLETE
49082025-02-11T21:18:40.250Z[ recovery-image] Feb 11 21:18:38.613 INFO O| Feb 11 21:18:38.613 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-02-11T21:18:40.273Z[ recovery-image] Feb 11 21:18:38.636 INFO O| Feb 11 21:18:38.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49102025-02-11T21:18:40.276Z[ recovery-image] Feb 11 21:18:38.636 INFO O| Feb 11 21:18:38.636 INFO STEP 153 (remove_files) COMPLETE
49112025-02-11T21:18:40.276Z[ recovery-image] Feb 11 21:18:38.636 INFO O| Feb 11 21:18:38.636 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-02-11T21:18:40.294Z[ recovery-image] Feb 11 21:18:38.657 INFO O| Feb 11 21:18:38.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49132025-02-11T21:18:40.294Z[ recovery-image] Feb 11 21:18:38.657 INFO O| Feb 11 21:18:38.657 INFO STEP 154 (remove_files) COMPLETE
49142025-02-11T21:18:40.297Z[ recovery-image] Feb 11 21:18:38.657 INFO O| Feb 11 21:18:38.657 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-02-11T21:18:40.312Z[ recovery-image] Feb 11 21:18:38.675 INFO O| Feb 11 21:18:38.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49162025-02-11T21:18:40.335Z[ recovery-image] Feb 11 21:18:38.698 INFO O| Feb 11 21:18:38.698 INFO STEP 155 (remove_files) COMPLETE
49172025-02-11T21:18:40.335Z[ recovery-image] Feb 11 21:18:38.698 INFO O| Feb 11 21:18:38.698 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-02-11T21:18:40.391Z[ recovery-image] Feb 11 21:18:38.753 INFO O| Feb 11 21:18:38.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49192025-02-11T21:18:40.391Z[ recovery-image] Feb 11 21:18:38.753 INFO O| Feb 11 21:18:38.753 INFO STEP 156 (remove_files) COMPLETE
49202025-02-11T21:18:40.391Z[ recovery-image] Feb 11 21:18:38.753 INFO O| Feb 11 21:18:38.753 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.797 INFO O| Feb 11 21:18:38.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49222025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.797 INFO O| Feb 11 21:18:38.797 INFO STEP 157 (remove_files) COMPLETE
49232025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.797 INFO O| Feb 11 21:18:38.797 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.831 INFO O| Feb 11 21:18:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49252025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.831 INFO O| Feb 11 21:18:38.831 INFO STEP 158 (remove_files) COMPLETE
49262025-02-11T21:18:40.503Z[ recovery-image] Feb 11 21:18:38.831 INFO O| Feb 11 21:18:38.831 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-11T21:18:40.506Z[ recovery-image] Feb 11 21:18:38.866 INFO O| Feb 11 21:18:38.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49282025-02-11T21:18:40.523Z[ recovery-image] Feb 11 21:18:38.886 INFO O| Feb 11 21:18:38.886 INFO STEP 159 (remove_files) COMPLETE
49292025-02-11T21:18:40.523Z[ recovery-image] Feb 11 21:18:38.886 INFO O| Feb 11 21:18:38.886 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-11T21:18:40.541Z[ recovery-image] Feb 11 21:18:38.904 INFO O| Feb 11 21:18:38.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49312025-02-11T21:18:40.542Z[ recovery-image] Feb 11 21:18:38.904 INFO O| Feb 11 21:18:38.904 INFO STEP 160 (remove_files) COMPLETE
49322025-02-11T21:18:40.542Z[ recovery-image] Feb 11 21:18:38.904 INFO O| Feb 11 21:18:38.904 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-11T21:18:40.561Z[ recovery-image] Feb 11 21:18:38.923 INFO O| Feb 11 21:18:38.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49342025-02-11T21:18:40.561Z[ recovery-image] Feb 11 21:18:38.924 INFO O| Feb 11 21:18:38.924 INFO STEP 161 (remove_files) COMPLETE
49352025-02-11T21:18:40.564Z[ recovery-image] Feb 11 21:18:38.924 INFO O| Feb 11 21:18:38.924 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-02-11T21:18:40.580Z[ recovery-image] Feb 11 21:18:38.943 INFO O| Feb 11 21:18:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49372025-02-11T21:18:40.580Z[ recovery-image] Feb 11 21:18:38.943 INFO O| Feb 11 21:18:38.943 INFO STEP 162 (remove_files) COMPLETE
49382025-02-11T21:18:40.583Z[ recovery-image] Feb 11 21:18:38.943 INFO O| Feb 11 21:18:38.943 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-02-11T21:18:40.623Z[ recovery-image] Feb 11 21:18:38.986 INFO O| Feb 11 21:18:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49402025-02-11T21:18:40.623Z[ recovery-image] Feb 11 21:18:38.986 INFO O| Feb 11 21:18:38.986 INFO STEP 163 (remove_files) COMPLETE
49412025-02-11T21:18:40.623Z[ recovery-image] Feb 11 21:18:38.986 INFO O| Feb 11 21:18:38.986 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-02-11T21:18:40.666Z[ recovery-image] Feb 11 21:18:39.029 INFO O| Feb 11 21:18:39.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49432025-02-11T21:18:40.669Z[ recovery-image] Feb 11 21:18:39.029 INFO O| Feb 11 21:18:39.029 INFO STEP 164 (remove_files) COMPLETE
49442025-02-11T21:18:40.669Z[ recovery-image] Feb 11 21:18:39.029 INFO O| Feb 11 21:18:39.029 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-11T21:18:40.688Z[ recovery-image] Feb 11 21:18:39.050 INFO O| Feb 11 21:18:39.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49462025-02-11T21:18:40.692Z[ recovery-image] Feb 11 21:18:39.051 INFO O| Feb 11 21:18:39.051 INFO STEP 165 (remove_files) COMPLETE
49472025-02-11T21:18:40.692Z[ recovery-image] Feb 11 21:18:39.051 INFO O| Feb 11 21:18:39.051 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-11T21:18:40.729Z[ recovery-image] Feb 11 21:18:39.091 INFO O| Feb 11 21:18:39.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49492025-02-11T21:18:40.731Z[ recovery-image] Feb 11 21:18:39.091 INFO O| Feb 11 21:18:39.091 INFO STEP 166 (remove_files) COMPLETE
49502025-02-11T21:18:40.731Z[ recovery-image] Feb 11 21:18:39.091 INFO O| Feb 11 21:18:39.091 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-11T21:18:40.750Z[ recovery-image] Feb 11 21:18:39.113 INFO O| Feb 11 21:18:39.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49522025-02-11T21:18:40.753Z[ recovery-image] Feb 11 21:18:39.113 INFO O| Feb 11 21:18:39.113 INFO STEP 167 (remove_files) COMPLETE
49532025-02-11T21:18:40.753Z[ recovery-image] Feb 11 21:18:39.113 INFO O| Feb 11 21:18:39.113 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-11T21:18:40.771Z[ recovery-image] Feb 11 21:18:39.133 INFO O| Feb 11 21:18:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49552025-02-11T21:18:40.787Z[ recovery-image] Feb 11 21:18:39.150 INFO O| Feb 11 21:18:39.150 INFO STEP 168 (remove_files) COMPLETE
49562025-02-11T21:18:40.787Z[ recovery-image] Feb 11 21:18:39.150 INFO O| Feb 11 21:18:39.150 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-11T21:18:40.831Z[ recovery-image] Feb 11 21:18:39.194 INFO O| Feb 11 21:18:39.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49582025-02-11T21:18:40.831Z[ recovery-image] Feb 11 21:18:39.194 INFO O| Feb 11 21:18:39.188 INFO STEP 169 (remove_files) COMPLETE
49592025-02-11T21:18:40.834Z[ recovery-image] Feb 11 21:18:39.194 INFO O| Feb 11 21:18:39.188 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-11T21:18:40.881Z[ recovery-image] Feb 11 21:18:39.244 INFO O| Feb 11 21:18:39.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49612025-02-11T21:18:40.884Z[ recovery-image] Feb 11 21:18:39.244 INFO O| Feb 11 21:18:39.244 INFO STEP 170 (remove_files) COMPLETE
49622025-02-11T21:18:40.884Z[ recovery-image] Feb 11 21:18:39.244 INFO O| Feb 11 21:18:39.244 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-11T21:18:40.901Z[ recovery-image] Feb 11 21:18:39.264 INFO O| Feb 11 21:18:39.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49642025-02-11T21:18:40.921Z[ recovery-image] Feb 11 21:18:39.284 INFO O| Feb 11 21:18:39.284 INFO STEP 171 (remove_files) COMPLETE
49652025-02-11T21:18:40.921Z[ recovery-image] Feb 11 21:18:39.284 INFO O| Feb 11 21:18:39.284 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-11T21:18:40.983Z[ recovery-image] Feb 11 21:18:39.346 INFO O| Feb 11 21:18:39.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49672025-02-11T21:18:40.984Z[ recovery-image] Feb 11 21:18:39.346 INFO O| Feb 11 21:18:39.346 INFO STEP 172 (remove_files) COMPLETE
49682025-02-11T21:18:40.986Z[ recovery-image] Feb 11 21:18:39.346 INFO O| Feb 11 21:18:39.346 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-11T21:18:41.022Z[ recovery-image] Feb 11 21:18:39.383 INFO O| Feb 11 21:18:39.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49702025-02-11T21:18:41.022Z[ recovery-image] Feb 11 21:18:39.384 INFO O| Feb 11 21:18:39.383 INFO STEP 173 (remove_files) COMPLETE
49712025-02-11T21:18:41.022Z[ recovery-image] Feb 11 21:18:39.384 INFO O| Feb 11 21:18:39.384 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-11T21:18:41.098Z[ recovery-image] Feb 11 21:18:39.461 INFO O| Feb 11 21:18:39.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49732025-02-11T21:18:41.101Z[ recovery-image] Feb 11 21:18:39.461 INFO O| Feb 11 21:18:39.461 INFO STEP 174 (remove_files) COMPLETE
49742025-02-11T21:18:41.101Z[ recovery-image] Feb 11 21:18:39.461 INFO O| Feb 11 21:18:39.461 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-11T21:18:41.119Z[ recovery-image] Feb 11 21:18:39.481 INFO O| Feb 11 21:18:39.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49762025-02-11T21:18:41.119Z[ recovery-image] Feb 11 21:18:39.481 INFO O| Feb 11 21:18:39.481 INFO STEP 175 (remove_files) COMPLETE
49772025-02-11T21:18:41.119Z[ recovery-image] Feb 11 21:18:39.481 INFO O| Feb 11 21:18:39.481 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-11T21:18:41.138Z[ recovery-image] Feb 11 21:18:39.500 INFO O| Feb 11 21:18:39.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49792025-02-11T21:18:41.138Z[ recovery-image] Feb 11 21:18:39.500 INFO O| Feb 11 21:18:39.500 INFO STEP 176 (remove_files) COMPLETE
49802025-02-11T21:18:41.138Z[ recovery-image] Feb 11 21:18:39.500 INFO O| Feb 11 21:18:39.500 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-11T21:18:41.177Z[ recovery-image] Feb 11 21:18:39.540 INFO O| Feb 11 21:18:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49822025-02-11T21:18:41.180Z[ recovery-image] Feb 11 21:18:39.540 INFO O| Feb 11 21:18:39.540 INFO STEP 177 (remove_files) COMPLETE
49832025-02-11T21:18:41.180Z[ recovery-image] Feb 11 21:18:39.540 INFO O| Feb 11 21:18:39.540 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-11T21:18:41.199Z[ recovery-image] Feb 11 21:18:39.562 INFO O| Feb 11 21:18:39.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49852025-02-11T21:18:41.199Z[ recovery-image] Feb 11 21:18:39.562 INFO O| Feb 11 21:18:39.562 INFO STEP 178 (remove_files) COMPLETE
49862025-02-11T21:18:41.199Z[ recovery-image] Feb 11 21:18:39.562 INFO O| Feb 11 21:18:39.562 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-11T21:18:41.242Z[ recovery-image] Feb 11 21:18:39.605 INFO O| Feb 11 21:18:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49882025-02-11T21:18:41.242Z[ recovery-image] Feb 11 21:18:39.605 INFO O| Feb 11 21:18:39.605 INFO STEP 179 (remove_files) COMPLETE
49892025-02-11T21:18:41.242Z[ recovery-image] Feb 11 21:18:39.605 INFO O| Feb 11 21:18:39.605 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-11T21:18:41.262Z[ recovery-image] Feb 11 21:18:39.625 INFO O| Feb 11 21:18:39.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49912025-02-11T21:18:41.262Z[ recovery-image] Feb 11 21:18:39.625 INFO O| Feb 11 21:18:39.625 INFO STEP 180 (remove_files) COMPLETE
49922025-02-11T21:18:41.262Z[ recovery-image] Feb 11 21:18:39.625 INFO O| Feb 11 21:18:39.625 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-11T21:18:41.290Z[ recovery-image] Feb 11 21:18:39.652 INFO O| Feb 11 21:18:39.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49942025-02-11T21:18:41.290Z[ recovery-image] Feb 11 21:18:39.652 INFO O| Feb 11 21:18:39.652 INFO STEP 181 (remove_files) COMPLETE
49952025-02-11T21:18:41.290Z[ recovery-image] Feb 11 21:18:39.652 INFO O| Feb 11 21:18:39.652 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-11T21:18:41.341Z[ recovery-image] Feb 11 21:18:39.703 INFO O| Feb 11 21:18:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49972025-02-11T21:18:41.341Z[ recovery-image] Feb 11 21:18:39.703 INFO O| Feb 11 21:18:39.703 INFO STEP 182 (remove_files) COMPLETE
49982025-02-11T21:18:41.341Z[ recovery-image] Feb 11 21:18:39.703 INFO O| Feb 11 21:18:39.703 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-11T21:18:41.404Z[ recovery-image] Feb 11 21:18:39.767 INFO O| Feb 11 21:18:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50002025-02-11T21:18:41.404Z[ recovery-image] Feb 11 21:18:39.767 INFO O| Feb 11 21:18:39.767 INFO STEP 183 (remove_files) COMPLETE
50012025-02-11T21:18:41.407Z[ recovery-image] Feb 11 21:18:39.767 INFO O| Feb 11 21:18:39.767 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-11T21:18:41.468Z[ recovery-image] Feb 11 21:18:39.830 INFO O| Feb 11 21:18:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50032025-02-11T21:18:41.468Z[ recovery-image] Feb 11 21:18:39.830 INFO O| Feb 11 21:18:39.830 INFO STEP 184 (remove_files) COMPLETE
50042025-02-11T21:18:41.471Z[ recovery-image] Feb 11 21:18:39.830 INFO O| Feb 11 21:18:39.830 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-11T21:18:41.522Z[ recovery-image] Feb 11 21:18:39.872 INFO O| Feb 11 21:18:39.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50062025-02-11T21:18:41.522Z[ recovery-image] Feb 11 21:18:39.872 INFO O| Feb 11 21:18:39.872 INFO STEP 185 (remove_files) COMPLETE
50072025-02-11T21:18:41.522Z[ recovery-image] Feb 11 21:18:39.872 INFO O| Feb 11 21:18:39.872 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-11T21:18:41.529Z[ recovery-image] Feb 11 21:18:39.892 INFO O| Feb 11 21:18:39.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50092025-02-11T21:18:41.532Z[ recovery-image] Feb 11 21:18:39.892 INFO O| Feb 11 21:18:39.892 INFO STEP 186 (remove_files) COMPLETE
50102025-02-11T21:18:41.532Z[ recovery-image] Feb 11 21:18:39.892 INFO O| Feb 11 21:18:39.892 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-11T21:18:41.548Z[ recovery-image] Feb 11 21:18:39.911 INFO O| Feb 11 21:18:39.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50122025-02-11T21:18:41.548Z[ recovery-image] Feb 11 21:18:39.911 INFO O| Feb 11 21:18:39.911 INFO STEP 187 (remove_files) COMPLETE
50132025-02-11T21:18:41.551Z[ recovery-image] Feb 11 21:18:39.911 INFO O| Feb 11 21:18:39.911 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-11T21:18:41.567Z[ recovery-image] Feb 11 21:18:39.930 INFO O| Feb 11 21:18:39.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50152025-02-11T21:18:41.567Z[ recovery-image] Feb 11 21:18:39.930 INFO O| Feb 11 21:18:39.930 INFO STEP 188 (remove_files) COMPLETE
50162025-02-11T21:18:41.567Z[ recovery-image] Feb 11 21:18:39.930 INFO O| Feb 11 21:18:39.930 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-11T21:18:41.609Z[ recovery-image] Feb 11 21:18:39.972 INFO O| Feb 11 21:18:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50182025-02-11T21:18:41.610Z[ recovery-image] Feb 11 21:18:39.972 INFO O| Feb 11 21:18:39.972 INFO STEP 189 (remove_files) COMPLETE
50192025-02-11T21:18:41.610Z[ recovery-image] Feb 11 21:18:39.972 INFO O| Feb 11 21:18:39.972 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-11T21:18:41.689Z[ recovery-image] Feb 11 21:18:40.051 INFO O| Feb 11 21:18:40.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50212025-02-11T21:18:41.689Z[ recovery-image] Feb 11 21:18:40.051 INFO O| Feb 11 21:18:40.051 INFO STEP 190 (remove_files) COMPLETE
50222025-02-11T21:18:41.691Z[ recovery-image] Feb 11 21:18:40.051 INFO O| Feb 11 21:18:40.051 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-11T21:18:41.758Z[ recovery-image] Feb 11 21:18:40.121 INFO O| Feb 11 21:18:40.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50242025-02-11T21:18:41.758Z[ recovery-image] Feb 11 21:18:40.121 INFO O| Feb 11 21:18:40.121 INFO STEP 191 (remove_files) COMPLETE
50252025-02-11T21:18:41.758Z[ recovery-image] Feb 11 21:18:40.121 INFO O| Feb 11 21:18:40.121 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-11T21:18:41.891Z[ recovery-image] Feb 11 21:18:40.253 INFO O| Feb 11 21:18:40.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50272025-02-11T21:18:41.891Z[ recovery-image] Feb 11 21:18:40.253 INFO O| Feb 11 21:18:40.253 INFO STEP 192 (remove_files) COMPLETE
50282025-02-11T21:18:41.891Z[ recovery-image] Feb 11 21:18:40.253 INFO O| Feb 11 21:18:40.253 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-11T21:18:41.909Z[ recovery-image] Feb 11 21:18:40.271 INFO O| Feb 11 21:18:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50302025-02-11T21:18:41.909Z[ recovery-image] Feb 11 21:18:40.272 INFO O| Feb 11 21:18:40.272 INFO STEP 193 (remove_files) COMPLETE
50312025-02-11T21:18:41.909Z[ recovery-image] Feb 11 21:18:40.272 INFO O| Feb 11 21:18:40.272 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-11T21:18:41.928Z[ recovery-image] Feb 11 21:18:40.290 INFO O| Feb 11 21:18:40.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50332025-02-11T21:18:41.928Z[ recovery-image] Feb 11 21:18:40.290 INFO O| Feb 11 21:18:40.290 INFO STEP 194 (remove_files) COMPLETE
50342025-02-11T21:18:41.928Z[ recovery-image] Feb 11 21:18:40.290 INFO O| Feb 11 21:18:40.290 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-11T21:18:41.946Z[ recovery-image] Feb 11 21:18:40.308 INFO O| Feb 11 21:18:40.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50362025-02-11T21:18:41.946Z[ recovery-image] Feb 11 21:18:40.309 INFO O| Feb 11 21:18:40.308 INFO STEP 195 (remove_files) COMPLETE
50372025-02-11T21:18:41.946Z[ recovery-image] Feb 11 21:18:40.309 INFO O| Feb 11 21:18:40.309 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-11T21:18:41.972Z[ recovery-image] Feb 11 21:18:40.334 INFO O| Feb 11 21:18:40.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50392025-02-11T21:18:41.972Z[ recovery-image] Feb 11 21:18:40.334 INFO O| Feb 11 21:18:40.334 INFO STEP 196 (remove_files) COMPLETE
50402025-02-11T21:18:41.972Z[ recovery-image] Feb 11 21:18:40.334 INFO O| Feb 11 21:18:40.334 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-11T21:18:42.024Z[ recovery-image] Feb 11 21:18:40.386 INFO O| Feb 11 21:18:40.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50422025-02-11T21:18:42.026Z[ recovery-image] Feb 11 21:18:40.386 INFO O| Feb 11 21:18:40.386 INFO STEP 197 (remove_files) COMPLETE
50432025-02-11T21:18:42.026Z[ recovery-image] Feb 11 21:18:40.387 INFO O| Feb 11 21:18:40.386 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-11T21:18:42.050Z[ recovery-image] Feb 11 21:18:40.412 INFO O| Feb 11 21:18:40.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50452025-02-11T21:18:42.050Z[ recovery-image] Feb 11 21:18:40.412 INFO O| Feb 11 21:18:40.412 INFO STEP 198 (remove_files) COMPLETE
50462025-02-11T21:18:42.050Z[ recovery-image] Feb 11 21:18:40.412 INFO O| Feb 11 21:18:40.412 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-11T21:18:42.117Z[ recovery-image] Feb 11 21:18:40.471 INFO O| Feb 11 21:18:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50482025-02-11T21:18:42.120Z[ recovery-image] Feb 11 21:18:40.471 INFO O| Feb 11 21:18:40.471 INFO STEP 199 (remove_files) COMPLETE
50492025-02-11T21:18:42.120Z[ recovery-image] Feb 11 21:18:40.471 INFO O| Feb 11 21:18:40.471 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-11T21:18:42.127Z[ recovery-image] Feb 11 21:18:40.490 INFO O| Feb 11 21:18:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50512025-02-11T21:18:42.130Z[ recovery-image] Feb 11 21:18:40.490 INFO O| Feb 11 21:18:40.490 INFO STEP 200 (remove_files) COMPLETE
50522025-02-11T21:18:42.130Z[ recovery-image] Feb 11 21:18:40.490 INFO O| Feb 11 21:18:40.490 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-11T21:18:42.146Z[ recovery-image] Feb 11 21:18:40.509 INFO O| Feb 11 21:18:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50542025-02-11T21:18:42.149Z[ recovery-image] Feb 11 21:18:40.509 INFO O| Feb 11 21:18:40.509 INFO STEP 201 (remove_files) COMPLETE
50552025-02-11T21:18:42.149Z[ recovery-image] Feb 11 21:18:40.509 INFO O| Feb 11 21:18:40.509 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-11T21:18:42.202Z[ recovery-image] Feb 11 21:18:40.564 INFO O| Feb 11 21:18:40.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50572025-02-11T21:18:42.202Z[ recovery-image] Feb 11 21:18:40.565 INFO O| Feb 11 21:18:40.565 INFO STEP 202 (remove_files) COMPLETE
50582025-02-11T21:18:42.205Z[ recovery-image] Feb 11 21:18:40.565 INFO O| Feb 11 21:18:40.565 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-11T21:18:42.221Z[ recovery-image] Feb 11 21:18:40.584 INFO O| Feb 11 21:18:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50602025-02-11T21:18:42.221Z[ recovery-image] Feb 11 21:18:40.584 INFO O| Feb 11 21:18:40.584 INFO STEP 203 (remove_files) COMPLETE
50612025-02-11T21:18:42.221Z[ recovery-image] Feb 11 21:18:40.584 INFO O| Feb 11 21:18:40.584 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-11T21:18:42.240Z[ recovery-image] Feb 11 21:18:40.603 INFO O| Feb 11 21:18:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50632025-02-11T21:18:42.240Z[ recovery-image] Feb 11 21:18:40.603 INFO O| Feb 11 21:18:40.603 INFO STEP 204 (remove_files) COMPLETE
50642025-02-11T21:18:42.243Z[ recovery-image] Feb 11 21:18:40.603 INFO O| Feb 11 21:18:40.603 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-11T21:18:42.260Z[ recovery-image] Feb 11 21:18:40.623 INFO O| Feb 11 21:18:40.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50662025-02-11T21:18:42.263Z[ recovery-image] Feb 11 21:18:40.623 INFO O| Feb 11 21:18:40.623 INFO STEP 205 (remove_files) COMPLETE
50672025-02-11T21:18:42.263Z[ recovery-image] Feb 11 21:18:40.624 INFO O| Feb 11 21:18:40.624 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-11T21:18:42.285Z[ recovery-image] Feb 11 21:18:40.647 INFO O| Feb 11 21:18:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50692025-02-11T21:18:42.287Z[ recovery-image] Feb 11 21:18:40.648 INFO O| Feb 11 21:18:40.647 INFO STEP 206 (remove_files) COMPLETE
50702025-02-11T21:18:42.287Z[ recovery-image] Feb 11 21:18:40.648 INFO O| Feb 11 21:18:40.648 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-11T21:18:42.358Z[ recovery-image] Feb 11 21:18:40.721 INFO O| Feb 11 21:18:40.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50722025-02-11T21:18:42.358Z[ recovery-image] Feb 11 21:18:40.721 INFO O| Feb 11 21:18:40.721 INFO STEP 207 (remove_files) COMPLETE
50732025-02-11T21:18:42.361Z[ recovery-image] Feb 11 21:18:40.721 INFO O| Feb 11 21:18:40.721 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-11T21:18:42.415Z[ recovery-image] Feb 11 21:18:40.778 INFO O| Feb 11 21:18:40.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50752025-02-11T21:18:42.415Z[ recovery-image] Feb 11 21:18:40.778 INFO O| Feb 11 21:18:40.778 INFO STEP 208 (remove_files) COMPLETE
50762025-02-11T21:18:42.416Z[ recovery-image] Feb 11 21:18:40.778 INFO O| Feb 11 21:18:40.778 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-11T21:18:42.435Z[ recovery-image] Feb 11 21:18:40.797 INFO O| Feb 11 21:18:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50782025-02-11T21:18:42.435Z[ recovery-image] Feb 11 21:18:40.797 INFO O| Feb 11 21:18:40.797 INFO STEP 209 (remove_files) COMPLETE
50792025-02-11T21:18:42.437Z[ recovery-image] Feb 11 21:18:40.797 INFO O| Feb 11 21:18:40.797 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-11T21:18:42.453Z[ recovery-image] Feb 11 21:18:40.815 INFO O| Feb 11 21:18:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50812025-02-11T21:18:42.453Z[ recovery-image] Feb 11 21:18:40.815 INFO O| Feb 11 21:18:40.815 INFO STEP 210 (remove_files) COMPLETE
50822025-02-11T21:18:42.455Z[ recovery-image] Feb 11 21:18:40.815 INFO O| Feb 11 21:18:40.815 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-11T21:18:42.480Z[ recovery-image] Feb 11 21:18:40.843 INFO O| Feb 11 21:18:40.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50842025-02-11T21:18:42.481Z[ recovery-image] Feb 11 21:18:40.843 INFO O| Feb 11 21:18:40.843 INFO STEP 211 (remove_files) COMPLETE
50852025-02-11T21:18:42.481Z[ recovery-image] Feb 11 21:18:40.843 INFO O| Feb 11 21:18:40.843 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-11T21:18:42.500Z[ recovery-image] Feb 11 21:18:40.863 INFO O| Feb 11 21:18:40.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50872025-02-11T21:18:42.500Z[ recovery-image] Feb 11 21:18:40.863 INFO O| Feb 11 21:18:40.863 INFO STEP 212 (remove_files) COMPLETE
50882025-02-11T21:18:42.500Z[ recovery-image] Feb 11 21:18:40.863 INFO O| Feb 11 21:18:40.863 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-11T21:18:42.518Z[ recovery-image] Feb 11 21:18:40.880 INFO O| Feb 11 21:18:40.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50902025-02-11T21:18:42.518Z[ recovery-image] Feb 11 21:18:40.880 INFO O| Feb 11 21:18:40.880 INFO STEP 213 (remove_files) COMPLETE
50912025-02-11T21:18:42.518Z[ recovery-image] Feb 11 21:18:40.880 INFO O| Feb 11 21:18:40.880 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-11T21:18:42.537Z[ recovery-image] Feb 11 21:18:40.899 INFO O| Feb 11 21:18:40.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50932025-02-11T21:18:42.537Z[ recovery-image] Feb 11 21:18:40.899 INFO O| Feb 11 21:18:40.899 INFO STEP 214 (remove_files) COMPLETE
50942025-02-11T21:18:42.537Z[ recovery-image] Feb 11 21:18:40.899 INFO O| Feb 11 21:18:40.899 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-11T21:18:42.557Z[ recovery-image] Feb 11 21:18:40.919 INFO O| Feb 11 21:18:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50962025-02-11T21:18:42.557Z[ recovery-image] Feb 11 21:18:40.919 INFO O| Feb 11 21:18:40.919 INFO STEP 215 (remove_files) COMPLETE
50972025-02-11T21:18:42.557Z[ recovery-image] Feb 11 21:18:40.919 INFO O| Feb 11 21:18:40.919 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-11T21:18:42.589Z[ recovery-image] Feb 11 21:18:40.951 INFO O| Feb 11 21:18:40.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50992025-02-11T21:18:42.589Z[ recovery-image] Feb 11 21:18:40.951 INFO O| Feb 11 21:18:40.951 INFO STEP 216 (remove_files) COMPLETE
51002025-02-11T21:18:42.589Z[ recovery-image] Feb 11 21:18:40.951 INFO O| Feb 11 21:18:40.951 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-11T21:18:42.608Z[ recovery-image] Feb 11 21:18:40.971 INFO O| Feb 11 21:18:40.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51022025-02-11T21:18:42.611Z[ recovery-image] Feb 11 21:18:40.971 INFO O| Feb 11 21:18:40.971 INFO STEP 217 (remove_files) COMPLETE
51032025-02-11T21:18:42.611Z[ recovery-image] Feb 11 21:18:40.971 INFO O| Feb 11 21:18:40.971 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-11T21:18:42.632Z[ recovery-image] Feb 11 21:18:40.994 INFO O| Feb 11 21:18:40.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51052025-02-11T21:18:42.632Z[ recovery-image] Feb 11 21:18:40.994 INFO O| Feb 11 21:18:40.994 INFO STEP 218 (remove_files) COMPLETE
51062025-02-11T21:18:42.632Z[ recovery-image] Feb 11 21:18:40.994 INFO O| Feb 11 21:18:40.994 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-11T21:18:42.723Z[ recovery-image] Feb 11 21:18:41.085 INFO O| Feb 11 21:18:41.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51082025-02-11T21:18:42.723Z[ recovery-image] Feb 11 21:18:41.085 INFO O| Feb 11 21:18:41.085 INFO STEP 219 (remove_files) COMPLETE
51092025-02-11T21:18:42.725Z[ recovery-image] Feb 11 21:18:41.085 INFO O| Feb 11 21:18:41.085 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-11T21:18:42.763Z[ recovery-image] Feb 11 21:18:41.125 INFO O| Feb 11 21:18:41.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51112025-02-11T21:18:42.763Z[ recovery-image] Feb 11 21:18:41.126 INFO O| Feb 11 21:18:41.125 INFO STEP 220 (remove_files) COMPLETE
51122025-02-11T21:18:42.763Z[ recovery-image] Feb 11 21:18:41.126 INFO O| Feb 11 21:18:41.126 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-11T21:18:42.797Z[ recovery-image] Feb 11 21:18:41.159 INFO O| Feb 11 21:18:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51142025-02-11T21:18:42.797Z[ recovery-image] Feb 11 21:18:41.160 INFO O| Feb 11 21:18:41.160 INFO STEP 221 (remove_files) COMPLETE
51152025-02-11T21:18:42.797Z[ recovery-image] Feb 11 21:18:41.160 INFO O| Feb 11 21:18:41.160 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-11T21:18:42.857Z[ recovery-image] Feb 11 21:18:41.219 INFO O| Feb 11 21:18:41.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51172025-02-11T21:18:42.882Z[ recovery-image] Feb 11 21:18:41.235 INFO O| Feb 11 21:18:41.235 INFO STEP 222 (remove_files) COMPLETE
51182025-02-11T21:18:42.882Z[ recovery-image] Feb 11 21:18:41.235 INFO O| Feb 11 21:18:41.235 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-11T21:18:42.916Z[ recovery-image] Feb 11 21:18:41.277 INFO O| Feb 11 21:18:41.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51202025-02-11T21:18:42.916Z[ recovery-image] Feb 11 21:18:41.277 INFO O| Feb 11 21:18:41.277 INFO STEP 223 (remove_files) COMPLETE
51212025-02-11T21:18:42.916Z[ recovery-image] Feb 11 21:18:41.277 INFO O| Feb 11 21:18:41.277 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-11T21:18:42.964Z[ recovery-image] Feb 11 21:18:41.326 INFO O| Feb 11 21:18:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51232025-02-11T21:18:42.964Z[ recovery-image] Feb 11 21:18:41.327 INFO O| Feb 11 21:18:41.326 INFO STEP 224 (remove_files) COMPLETE
51242025-02-11T21:18:42.967Z[ recovery-image] Feb 11 21:18:41.327 INFO O| Feb 11 21:18:41.327 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-11T21:18:42.981Z[ recovery-image] Feb 11 21:18:41.343 INFO O| Feb 11 21:18:41.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51262025-02-11T21:18:42.984Z[ recovery-image] Feb 11 21:18:41.344 INFO O| Feb 11 21:18:41.344 INFO STEP 225 (remove_files) COMPLETE
51272025-02-11T21:18:42.984Z[ recovery-image] Feb 11 21:18:41.344 INFO O| Feb 11 21:18:41.344 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-11T21:18:42.999Z[ recovery-image] Feb 11 21:18:41.361 INFO O| Feb 11 21:18:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51292025-02-11T21:18:43.002Z[ recovery-image] Feb 11 21:18:41.362 INFO O| Feb 11 21:18:41.361 INFO STEP 226 (remove_files) COMPLETE
51302025-02-11T21:18:43.002Z[ recovery-image] Feb 11 21:18:41.362 INFO O| Feb 11 21:18:41.362 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-11T21:18:43.056Z[ recovery-image] Feb 11 21:18:41.418 INFO O| Feb 11 21:18:41.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51322025-02-11T21:18:43.056Z[ recovery-image] Feb 11 21:18:41.418 INFO O| Feb 11 21:18:41.418 INFO STEP 227 (remove_files) COMPLETE
51332025-02-11T21:18:43.056Z[ recovery-image] Feb 11 21:18:41.418 INFO O| Feb 11 21:18:41.418 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-11T21:18:43.113Z[ recovery-image] Feb 11 21:18:41.475 INFO O| Feb 11 21:18:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51352025-02-11T21:18:43.113Z[ recovery-image] Feb 11 21:18:41.475 INFO O| Feb 11 21:18:41.475 INFO STEP 228 (remove_files) COMPLETE
51362025-02-11T21:18:43.113Z[ recovery-image] Feb 11 21:18:41.475 INFO O| Feb 11 21:18:41.475 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-11T21:18:43.132Z[ recovery-image] Feb 11 21:18:41.495 INFO O| Feb 11 21:18:41.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51382025-02-11T21:18:43.135Z[ recovery-image] Feb 11 21:18:41.495 INFO O| Feb 11 21:18:41.495 INFO STEP 229 (remove_files) COMPLETE
51392025-02-11T21:18:43.135Z[ recovery-image] Feb 11 21:18:41.496 INFO O| Feb 11 21:18:41.495 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-11T21:18:43.164Z[ recovery-image] Feb 11 21:18:41.527 INFO O| Feb 11 21:18:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51412025-02-11T21:18:43.165Z[ recovery-image] Feb 11 21:18:41.527 INFO O| Feb 11 21:18:41.527 INFO STEP 230 (remove_files) COMPLETE
51422025-02-11T21:18:43.165Z[ recovery-image] Feb 11 21:18:41.527 INFO O| Feb 11 21:18:41.527 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-11T21:18:43.202Z[ recovery-image] Feb 11 21:18:41.564 INFO O| Feb 11 21:18:41.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51442025-02-11T21:18:43.204Z[ recovery-image] Feb 11 21:18:41.564 INFO O| Feb 11 21:18:41.564 INFO STEP 231 (remove_files) COMPLETE
51452025-02-11T21:18:43.204Z[ recovery-image] Feb 11 21:18:41.564 INFO O| Feb 11 21:18:41.564 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-11T21:18:43.220Z[ recovery-image] Feb 11 21:18:41.582 INFO O| Feb 11 21:18:41.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51472025-02-11T21:18:43.220Z[ recovery-image] Feb 11 21:18:41.582 INFO O| Feb 11 21:18:41.582 INFO STEP 232 (remove_files) COMPLETE
51482025-02-11T21:18:43.223Z[ recovery-image] Feb 11 21:18:41.583 INFO O| Feb 11 21:18:41.582 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-11T21:18:43.249Z[ recovery-image] Feb 11 21:18:41.612 INFO O| Feb 11 21:18:41.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51502025-02-11T21:18:43.249Z[ recovery-image] Feb 11 21:18:41.612 INFO O| Feb 11 21:18:41.612 INFO STEP 233 (remove_files) COMPLETE
51512025-02-11T21:18:43.249Z[ recovery-image] Feb 11 21:18:41.612 INFO O| Feb 11 21:18:41.612 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-11T21:18:43.268Z[ recovery-image] Feb 11 21:18:41.630 INFO O| Feb 11 21:18:41.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51532025-02-11T21:18:43.268Z[ recovery-image] Feb 11 21:18:41.630 INFO O| Feb 11 21:18:41.630 INFO STEP 234 (remove_files) COMPLETE
51542025-02-11T21:18:43.271Z[ recovery-image] Feb 11 21:18:41.630 INFO O| Feb 11 21:18:41.630 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-11T21:18:43.294Z[ recovery-image] Feb 11 21:18:41.656 INFO O| Feb 11 21:18:41.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51562025-02-11T21:18:43.294Z[ recovery-image] Feb 11 21:18:41.656 INFO O| Feb 11 21:18:41.656 INFO STEP 235 (remove_files) COMPLETE
51572025-02-11T21:18:43.296Z[ recovery-image] Feb 11 21:18:41.656 INFO O| Feb 11 21:18:41.656 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-11T21:18:43.326Z[ recovery-image] Feb 11 21:18:41.688 INFO O| Feb 11 21:18:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51592025-02-11T21:18:43.326Z[ recovery-image] Feb 11 21:18:41.688 INFO O| Feb 11 21:18:41.688 INFO STEP 236 (remove_files) COMPLETE
51602025-02-11T21:18:43.328Z[ recovery-image] Feb 11 21:18:41.688 INFO O| Feb 11 21:18:41.688 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-11T21:18:43.345Z[ recovery-image] Feb 11 21:18:41.708 INFO O| Feb 11 21:18:41.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51622025-02-11T21:18:43.348Z[ recovery-image] Feb 11 21:18:41.708 INFO O| Feb 11 21:18:41.708 INFO STEP 237 (remove_files) COMPLETE
51632025-02-11T21:18:43.348Z[ recovery-image] Feb 11 21:18:41.708 INFO O| Feb 11 21:18:41.708 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-11T21:18:43.364Z[ recovery-image] Feb 11 21:18:41.726 INFO O| Feb 11 21:18:41.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51652025-02-11T21:18:43.364Z[ recovery-image] Feb 11 21:18:41.726 INFO O| Feb 11 21:18:41.726 INFO STEP 238 (remove_files) COMPLETE
51662025-02-11T21:18:43.364Z[ recovery-image] Feb 11 21:18:41.726 INFO O| Feb 11 21:18:41.726 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-11T21:18:43.384Z[ recovery-image] Feb 11 21:18:41.746 INFO O| Feb 11 21:18:41.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51682025-02-11T21:18:43.384Z[ recovery-image] Feb 11 21:18:41.746 INFO O| Feb 11 21:18:41.746 INFO STEP 239 (remove_files) COMPLETE
51692025-02-11T21:18:43.384Z[ recovery-image] Feb 11 21:18:41.747 INFO O| Feb 11 21:18:41.746 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-11T21:18:43.405Z[ recovery-image] Feb 11 21:18:41.768 INFO O| Feb 11 21:18:41.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51712025-02-11T21:18:43.405Z[ recovery-image] Feb 11 21:18:41.768 INFO O| Feb 11 21:18:41.768 INFO STEP 240 (remove_files) COMPLETE
51722025-02-11T21:18:43.405Z[ recovery-image] Feb 11 21:18:41.768 INFO O| Feb 11 21:18:41.768 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-11T21:18:43.442Z[ recovery-image] Feb 11 21:18:41.805 INFO O| Feb 11 21:18:41.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51742025-02-11T21:18:43.442Z[ recovery-image] Feb 11 21:18:41.805 INFO O| Feb 11 21:18:41.805 INFO STEP 241 (remove_files) COMPLETE
51752025-02-11T21:18:43.442Z[ recovery-image] Feb 11 21:18:41.805 INFO O| Feb 11 21:18:41.805 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-11T21:18:43.510Z[ recovery-image] Feb 11 21:18:41.873 INFO O| Feb 11 21:18:41.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51772025-02-11T21:18:43.510Z[ recovery-image] Feb 11 21:18:41.873 INFO O| Feb 11 21:18:41.873 INFO STEP 242 (remove_files) COMPLETE
51782025-02-11T21:18:43.514Z[ recovery-image] Feb 11 21:18:41.873 INFO O| Feb 11 21:18:41.873 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-11T21:18:43.567Z[ recovery-image] Feb 11 21:18:41.930 INFO O| Feb 11 21:18:41.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51802025-02-11T21:18:43.567Z[ recovery-image] Feb 11 21:18:41.930 INFO O| Feb 11 21:18:41.930 INFO STEP 243 (remove_files) COMPLETE
51812025-02-11T21:18:43.570Z[ recovery-image] Feb 11 21:18:41.930 INFO O| Feb 11 21:18:41.930 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-11T21:18:43.609Z[ recovery-image] Feb 11 21:18:41.971 INFO O| Feb 11 21:18:41.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51832025-02-11T21:18:43.609Z[ recovery-image] Feb 11 21:18:41.971 INFO O| Feb 11 21:18:41.971 INFO STEP 244 (remove_files) COMPLETE
51842025-02-11T21:18:43.609Z[ recovery-image] Feb 11 21:18:41.971 INFO O| Feb 11 21:18:41.971 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-11T21:18:43.662Z[ recovery-image] Feb 11 21:18:42.024 INFO O| Feb 11 21:18:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51862025-02-11T21:18:43.665Z[ recovery-image] Feb 11 21:18:42.024 INFO O| Feb 11 21:18:42.024 INFO STEP 245 (remove_files) COMPLETE
51872025-02-11T21:18:43.665Z[ recovery-image] Feb 11 21:18:42.024 INFO O| Feb 11 21:18:42.024 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-11T21:18:43.698Z[ recovery-image] Feb 11 21:18:42.061 INFO O| Feb 11 21:18:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51892025-02-11T21:18:43.698Z[ recovery-image] Feb 11 21:18:42.061 INFO O| Feb 11 21:18:42.061 INFO STEP 246 (remove_files) COMPLETE
51902025-02-11T21:18:43.701Z[ recovery-image] Feb 11 21:18:42.061 INFO O| Feb 11 21:18:42.061 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-11T21:18:43.780Z[ recovery-image] Feb 11 21:18:42.143 INFO O| Feb 11 21:18:42.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51922025-02-11T21:18:43.783Z[ recovery-image] Feb 11 21:18:42.143 INFO O| Feb 11 21:18:42.143 INFO STEP 247 (remove_files) COMPLETE
51932025-02-11T21:18:43.783Z[ recovery-image] Feb 11 21:18:42.143 INFO O| Feb 11 21:18:42.143 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-11T21:18:43.819Z[ recovery-image] Feb 11 21:18:42.181 INFO O| Feb 11 21:18:42.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51952025-02-11T21:18:43.821Z[ recovery-image] Feb 11 21:18:42.181 INFO O| Feb 11 21:18:42.181 INFO STEP 248 (remove_files) COMPLETE
51962025-02-11T21:18:43.821Z[ recovery-image] Feb 11 21:18:42.181 INFO O| Feb 11 21:18:42.181 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-11T21:18:43.840Z[ recovery-image] Feb 11 21:18:42.202 INFO O| Feb 11 21:18:42.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51982025-02-11T21:18:43.842Z[ recovery-image] Feb 11 21:18:42.202 INFO O| Feb 11 21:18:42.202 INFO STEP 249 (remove_files) COMPLETE
51992025-02-11T21:18:43.842Z[ recovery-image] Feb 11 21:18:42.202 INFO O| Feb 11 21:18:42.202 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-11T21:18:43.860Z[ recovery-image] Feb 11 21:18:42.223 INFO O| Feb 11 21:18:42.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52012025-02-11T21:18:43.863Z[ recovery-image] Feb 11 21:18:42.223 INFO O| Feb 11 21:18:42.223 INFO STEP 250 (remove_files) COMPLETE
52022025-02-11T21:18:43.863Z[ recovery-image] Feb 11 21:18:42.223 INFO O| Feb 11 21:18:42.223 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-11T21:18:43.881Z[ recovery-image] Feb 11 21:18:42.243 INFO O| Feb 11 21:18:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52042025-02-11T21:18:43.884Z[ recovery-image] Feb 11 21:18:42.244 INFO O| Feb 11 21:18:42.243 INFO STEP 251 (remove_files) COMPLETE
52052025-02-11T21:18:43.884Z[ recovery-image] Feb 11 21:18:42.244 INFO O| Feb 11 21:18:42.244 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-11T21:18:43.919Z[ recovery-image] Feb 11 21:18:42.282 INFO O| Feb 11 21:18:42.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52072025-02-11T21:18:43.919Z[ recovery-image] Feb 11 21:18:42.282 INFO O| Feb 11 21:18:42.282 INFO STEP 252 (remove_files) COMPLETE
52082025-02-11T21:18:43.919Z[ recovery-image] Feb 11 21:18:42.282 INFO O| Feb 11 21:18:42.282 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-11T21:18:43.940Z[ recovery-image] Feb 11 21:18:42.303 INFO O| Feb 11 21:18:42.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52102025-02-11T21:18:43.940Z[ recovery-image] Feb 11 21:18:42.303 INFO O| Feb 11 21:18:42.303 INFO STEP 253 (remove_files) COMPLETE
52112025-02-11T21:18:43.943Z[ recovery-image] Feb 11 21:18:42.303 INFO O| Feb 11 21:18:42.303 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-11T21:18:43.964Z[ recovery-image] Feb 11 21:18:42.326 INFO O| Feb 11 21:18:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52132025-02-11T21:18:43.964Z[ recovery-image] Feb 11 21:18:42.326 INFO O| Feb 11 21:18:42.326 INFO STEP 254 (remove_files) COMPLETE
52142025-02-11T21:18:43.964Z[ recovery-image] Feb 11 21:18:42.326 INFO O| Feb 11 21:18:42.326 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-11T21:18:44.007Z[ recovery-image] Feb 11 21:18:42.369 INFO O| Feb 11 21:18:42.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52162025-02-11T21:18:44.007Z[ recovery-image] Feb 11 21:18:42.369 INFO O| Feb 11 21:18:42.369 INFO STEP 255 (remove_files) COMPLETE
52172025-02-11T21:18:44.007Z[ recovery-image] Feb 11 21:18:42.369 INFO O| Feb 11 21:18:42.369 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-11T21:18:44.027Z[ recovery-image] Feb 11 21:18:42.390 INFO O| Feb 11 21:18:42.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52192025-02-11T21:18:44.027Z[ recovery-image] Feb 11 21:18:42.390 INFO O| Feb 11 21:18:42.390 INFO STEP 256 (remove_files) COMPLETE
52202025-02-11T21:18:44.027Z[ recovery-image] Feb 11 21:18:42.390 INFO O| Feb 11 21:18:42.390 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-11T21:18:44.048Z[ recovery-image] Feb 11 21:18:42.410 INFO O| Feb 11 21:18:42.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52222025-02-11T21:18:44.048Z[ recovery-image] Feb 11 21:18:42.410 INFO O| Feb 11 21:18:42.410 INFO STEP 257 (remove_files) COMPLETE
52232025-02-11T21:18:44.048Z[ recovery-image] Feb 11 21:18:42.410 INFO O| Feb 11 21:18:42.410 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-11T21:18:44.082Z[ recovery-image] Feb 11 21:18:42.445 INFO O| Feb 11 21:18:42.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52252025-02-11T21:18:44.082Z[ recovery-image] Feb 11 21:18:42.445 INFO O| Feb 11 21:18:42.445 INFO STEP 258 (remove_files) COMPLETE
52262025-02-11T21:18:44.082Z[ recovery-image] Feb 11 21:18:42.445 INFO O| Feb 11 21:18:42.445 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-11T21:18:44.114Z[ recovery-image] Feb 11 21:18:42.477 INFO O| Feb 11 21:18:42.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52282025-02-11T21:18:44.114Z[ recovery-image] Feb 11 21:18:42.477 INFO O| Feb 11 21:18:42.477 INFO STEP 259 (remove_files) COMPLETE
52292025-02-11T21:18:44.114Z[ recovery-image] Feb 11 21:18:42.477 INFO O| Feb 11 21:18:42.477 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-11T21:18:44.135Z[ recovery-image] Feb 11 21:18:42.497 INFO O| Feb 11 21:18:42.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52312025-02-11T21:18:44.135Z[ recovery-image] Feb 11 21:18:42.497 INFO O| Feb 11 21:18:42.497 INFO STEP 260 (remove_files) COMPLETE
52322025-02-11T21:18:44.135Z[ recovery-image] Feb 11 21:18:42.497 INFO O| Feb 11 21:18:42.497 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-11T21:18:44.153Z[ recovery-image] Feb 11 21:18:42.516 INFO O| Feb 11 21:18:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52342025-02-11T21:18:44.153Z[ recovery-image] Feb 11 21:18:42.516 INFO O| Feb 11 21:18:42.516 INFO STEP 261 (remove_files) COMPLETE
52352025-02-11T21:18:44.156Z[ recovery-image] Feb 11 21:18:42.516 INFO O| Feb 11 21:18:42.516 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-11T21:18:44.172Z[ recovery-image] Feb 11 21:18:42.534 INFO O| Feb 11 21:18:42.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52372025-02-11T21:18:44.172Z[ recovery-image] Feb 11 21:18:42.534 INFO O| Feb 11 21:18:42.534 INFO STEP 262 (remove_files) COMPLETE
52382025-02-11T21:18:44.172Z[ recovery-image] Feb 11 21:18:42.534 INFO O| Feb 11 21:18:42.534 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-11T21:18:44.191Z[ recovery-image] Feb 11 21:18:42.553 INFO O| Feb 11 21:18:42.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52402025-02-11T21:18:44.191Z[ recovery-image] Feb 11 21:18:42.553 INFO O| Feb 11 21:18:42.553 INFO STEP 263 (remove_files) COMPLETE
52412025-02-11T21:18:44.191Z[ recovery-image] Feb 11 21:18:42.553 INFO O| Feb 11 21:18:42.553 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-11T21:18:44.226Z[ recovery-image] Feb 11 21:18:42.588 INFO O| Feb 11 21:18:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52432025-02-11T21:18:44.226Z[ recovery-image] Feb 11 21:18:42.588 INFO O| Feb 11 21:18:42.588 INFO STEP 264 (remove_files) COMPLETE
52442025-02-11T21:18:44.226Z[ recovery-image] Feb 11 21:18:42.588 INFO O| Feb 11 21:18:42.588 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-11T21:18:44.249Z[ recovery-image] Feb 11 21:18:42.612 INFO O| Feb 11 21:18:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52462025-02-11T21:18:44.249Z[ recovery-image] Feb 11 21:18:42.612 INFO O| Feb 11 21:18:42.612 INFO STEP 265 (remove_files) COMPLETE
52472025-02-11T21:18:44.249Z[ recovery-image] Feb 11 21:18:42.612 INFO O| Feb 11 21:18:42.612 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-11T21:18:44.277Z[ recovery-image] Feb 11 21:18:42.639 INFO O| Feb 11 21:18:42.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52492025-02-11T21:18:44.280Z[ recovery-image] Feb 11 21:18:42.639 INFO O| Feb 11 21:18:42.639 INFO STEP 266 (remove_files) COMPLETE
52502025-02-11T21:18:44.280Z[ recovery-image] Feb 11 21:18:42.640 INFO O| Feb 11 21:18:42.640 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-11T21:18:44.299Z[ recovery-image] Feb 11 21:18:42.661 INFO O| Feb 11 21:18:42.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52522025-02-11T21:18:44.302Z[ recovery-image] Feb 11 21:18:42.661 INFO O| Feb 11 21:18:42.661 INFO STEP 267 (remove_files) COMPLETE
52532025-02-11T21:18:44.302Z[ recovery-image] Feb 11 21:18:42.661 INFO O| Feb 11 21:18:42.661 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-11T21:18:44.319Z[ recovery-image] Feb 11 21:18:42.681 INFO O| Feb 11 21:18:42.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52552025-02-11T21:18:44.321Z[ recovery-image] Feb 11 21:18:42.681 INFO O| Feb 11 21:18:42.681 INFO STEP 268 (remove_files) COMPLETE
52562025-02-11T21:18:44.321Z[ recovery-image] Feb 11 21:18:42.681 INFO O| Feb 11 21:18:42.681 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-11T21:18:44.338Z[ recovery-image] Feb 11 21:18:42.701 INFO O| Feb 11 21:18:42.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52582025-02-11T21:18:44.341Z[ recovery-image] Feb 11 21:18:42.701 INFO O| Feb 11 21:18:42.701 INFO STEP 269 (remove_files) COMPLETE
52592025-02-11T21:18:44.341Z[ recovery-image] Feb 11 21:18:42.701 INFO O| Feb 11 21:18:42.701 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-11T21:18:44.358Z[ recovery-image] Feb 11 21:18:42.720 INFO O| Feb 11 21:18:42.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52612025-02-11T21:18:44.361Z[ recovery-image] Feb 11 21:18:42.721 INFO O| Feb 11 21:18:42.721 INFO STEP 270 (remove_files) COMPLETE
52622025-02-11T21:18:44.361Z[ recovery-image] Feb 11 21:18:42.721 INFO O| Feb 11 21:18:42.721 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-11T21:18:44.378Z[ recovery-image] Feb 11 21:18:42.741 INFO O| Feb 11 21:18:42.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52642025-02-11T21:18:44.381Z[ recovery-image] Feb 11 21:18:42.741 INFO O| Feb 11 21:18:42.741 INFO STEP 271 (remove_files) COMPLETE
52652025-02-11T21:18:44.381Z[ recovery-image] Feb 11 21:18:42.741 INFO O| Feb 11 21:18:42.741 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-11T21:18:44.448Z[ recovery-image] Feb 11 21:18:42.810 INFO O| Feb 11 21:18:42.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52672025-02-11T21:18:44.448Z[ recovery-image] Feb 11 21:18:42.810 INFO O| Feb 11 21:18:42.810 INFO STEP 272 (remove_files) COMPLETE
52682025-02-11T21:18:44.448Z[ recovery-image] Feb 11 21:18:42.810 INFO O| Feb 11 21:18:42.810 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-11T21:18:44.496Z[ recovery-image] Feb 11 21:18:42.859 INFO O| Feb 11 21:18:42.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52702025-02-11T21:18:44.499Z[ recovery-image] Feb 11 21:18:42.859 INFO O| Feb 11 21:18:42.859 INFO STEP 273 (remove_files) COMPLETE
52712025-02-11T21:18:44.499Z[ recovery-image] Feb 11 21:18:42.859 INFO O| Feb 11 21:18:42.859 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-11T21:18:44.536Z[ recovery-image] Feb 11 21:18:42.898 INFO O| Feb 11 21:18:42.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52732025-02-11T21:18:44.539Z[ recovery-image] Feb 11 21:18:42.898 INFO O| Feb 11 21:18:42.898 INFO STEP 274 (remove_files) COMPLETE
52742025-02-11T21:18:44.539Z[ recovery-image] Feb 11 21:18:42.898 INFO O| Feb 11 21:18:42.898 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-11T21:18:44.571Z[ recovery-image] Feb 11 21:18:42.933 INFO O| Feb 11 21:18:42.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52762025-02-11T21:18:44.571Z[ recovery-image] Feb 11 21:18:42.933 INFO O| Feb 11 21:18:42.933 INFO STEP 275 (remove_files) COMPLETE
52772025-02-11T21:18:44.571Z[ recovery-image] Feb 11 21:18:42.933 INFO O| Feb 11 21:18:42.933 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-11T21:18:44.629Z[ recovery-image] Feb 11 21:18:42.991 INFO O| Feb 11 21:18:42.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52792025-02-11T21:18:44.632Z[ recovery-image] Feb 11 21:18:42.992 INFO O| Feb 11 21:18:42.992 INFO STEP 276 (remove_files) COMPLETE
52802025-02-11T21:18:44.632Z[ recovery-image] Feb 11 21:18:42.992 INFO O| Feb 11 21:18:42.992 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-11T21:18:44.702Z[ recovery-image] Feb 11 21:18:43.056 INFO O| Feb 11 21:18:43.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52822025-02-11T21:18:44.705Z[ recovery-image] Feb 11 21:18:43.065 INFO O| Feb 11 21:18:43.065 INFO STEP 277 (remove_files) COMPLETE
52832025-02-11T21:18:44.705Z[ recovery-image] Feb 11 21:18:43.065 INFO O| Feb 11 21:18:43.065 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-11T21:18:44.761Z[ recovery-image] Feb 11 21:18:43.115 INFO O| Feb 11 21:18:43.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52852025-02-11T21:18:44.761Z[ recovery-image] Feb 11 21:18:43.115 INFO O| Feb 11 21:18:43.115 INFO STEP 278 (remove_files) COMPLETE
52862025-02-11T21:18:44.761Z[ recovery-image] Feb 11 21:18:43.115 INFO O| Feb 11 21:18:43.115 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-11T21:18:44.833Z[ recovery-image] Feb 11 21:18:43.195 INFO O| Feb 11 21:18:43.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52882025-02-11T21:18:44.833Z[ recovery-image] Feb 11 21:18:43.195 INFO O| Feb 11 21:18:43.195 INFO STEP 279 (remove_files) COMPLETE
52892025-02-11T21:18:44.833Z[ recovery-image] Feb 11 21:18:43.195 INFO O| Feb 11 21:18:43.195 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-11T21:18:44.854Z[ recovery-image] Feb 11 21:18:43.215 INFO O| Feb 11 21:18:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52912025-02-11T21:18:44.854Z[ recovery-image] Feb 11 21:18:43.215 INFO O| Feb 11 21:18:43.215 INFO STEP 280 (remove_files) COMPLETE
52922025-02-11T21:18:44.854Z[ recovery-image] Feb 11 21:18:43.215 INFO O| Feb 11 21:18:43.215 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-11T21:18:44.956Z[ recovery-image] Feb 11 21:18:43.318 INFO O| Feb 11 21:18:43.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52942025-02-11T21:18:44.956Z[ recovery-image] Feb 11 21:18:43.318 INFO O| Feb 11 21:18:43.318 INFO STEP 281 (remove_files) COMPLETE
52952025-02-11T21:18:44.956Z[ recovery-image] Feb 11 21:18:43.318 INFO O| Feb 11 21:18:43.318 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-11T21:18:44.999Z[ recovery-image] Feb 11 21:18:43.361 INFO O| Feb 11 21:18:43.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52972025-02-11T21:18:44.999Z[ recovery-image] Feb 11 21:18:43.361 INFO O| Feb 11 21:18:43.361 INFO STEP 282 (remove_files) COMPLETE
52982025-02-11T21:18:45.002Z[ recovery-image] Feb 11 21:18:43.361 INFO O| Feb 11 21:18:43.361 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-11T21:18:45.037Z[ recovery-image] Feb 11 21:18:43.399 INFO O| Feb 11 21:18:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53002025-02-11T21:18:45.037Z[ recovery-image] Feb 11 21:18:43.399 INFO O| Feb 11 21:18:43.399 INFO STEP 283 (remove_files) COMPLETE
53012025-02-11T21:18:45.037Z[ recovery-image] Feb 11 21:18:43.399 INFO O| Feb 11 21:18:43.399 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-11T21:18:45.084Z[ recovery-image] Feb 11 21:18:43.447 INFO O| Feb 11 21:18:43.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53032025-02-11T21:18:45.084Z[ recovery-image] Feb 11 21:18:43.447 INFO O| Feb 11 21:18:43.435 INFO STEP 284 (remove_files) COMPLETE
53042025-02-11T21:18:45.087Z[ recovery-image] Feb 11 21:18:43.447 INFO O| Feb 11 21:18:43.435 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-11T21:18:45.104Z[ recovery-image] Feb 11 21:18:43.466 INFO O| Feb 11 21:18:43.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53062025-02-11T21:18:45.104Z[ recovery-image] Feb 11 21:18:43.466 INFO O| Feb 11 21:18:43.456 INFO STEP 285 (remove_files) COMPLETE
53072025-02-11T21:18:45.107Z[ recovery-image] Feb 11 21:18:43.466 INFO O| Feb 11 21:18:43.456 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-11T21:18:45.132Z[ recovery-image] Feb 11 21:18:43.494 INFO O| Feb 11 21:18:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53092025-02-11T21:18:45.133Z[ recovery-image] Feb 11 21:18:43.494 INFO O| Feb 11 21:18:43.494 INFO STEP 286 (remove_files) COMPLETE
53102025-02-11T21:18:45.133Z[ recovery-image] Feb 11 21:18:43.494 INFO O| Feb 11 21:18:43.494 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-11T21:18:45.208Z[ recovery-image] Feb 11 21:18:43.571 INFO O| Feb 11 21:18:43.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53122025-02-11T21:18:45.208Z[ recovery-image] Feb 11 21:18:43.571 INFO O| Feb 11 21:18:43.571 INFO STEP 287 (remove_files) COMPLETE
53132025-02-11T21:18:45.209Z[ recovery-image] Feb 11 21:18:43.571 INFO O| Feb 11 21:18:43.571 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-11T21:18:45.257Z[ recovery-image] Feb 11 21:18:43.619 INFO O| Feb 11 21:18:43.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53152025-02-11T21:18:45.257Z[ recovery-image] Feb 11 21:18:43.619 INFO O| Feb 11 21:18:43.619 INFO STEP 288 (remove_files) COMPLETE
53162025-02-11T21:18:45.257Z[ recovery-image] Feb 11 21:18:43.619 INFO O| Feb 11 21:18:43.619 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-11T21:18:45.275Z[ recovery-image] Feb 11 21:18:43.638 INFO O| Feb 11 21:18:43.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53182025-02-11T21:18:45.275Z[ recovery-image] Feb 11 21:18:43.638 INFO O| Feb 11 21:18:43.638 INFO STEP 289 (remove_files) COMPLETE
53192025-02-11T21:18:45.278Z[ recovery-image] Feb 11 21:18:43.638 INFO O| Feb 11 21:18:43.638 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-11T21:18:45.346Z[ recovery-image] Feb 11 21:18:43.709 INFO O| Feb 11 21:18:43.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53212025-02-11T21:18:45.350Z[ recovery-image] Feb 11 21:18:43.709 INFO O| Feb 11 21:18:43.709 INFO STEP 290 (remove_files) COMPLETE
53222025-02-11T21:18:45.350Z[ recovery-image] Feb 11 21:18:43.709 INFO O| Feb 11 21:18:43.709 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-11T21:18:45.435Z[ recovery-image] Feb 11 21:18:43.798 INFO O| Feb 11 21:18:43.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53242025-02-11T21:18:45.436Z[ recovery-image] Feb 11 21:18:43.798 INFO O| Feb 11 21:18:43.793 INFO STEP 291 (remove_files) COMPLETE
53252025-02-11T21:18:45.436Z[ recovery-image] Feb 11 21:18:43.798 INFO O| Feb 11 21:18:43.793 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-11T21:18:45.465Z[ recovery-image] Feb 11 21:18:43.827 INFO O| Feb 11 21:18:43.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53272025-02-11T21:18:45.465Z[ recovery-image] Feb 11 21:18:43.827 INFO O| Feb 11 21:18:43.827 INFO STEP 292 (remove_files) COMPLETE
53282025-02-11T21:18:45.468Z[ recovery-image] Feb 11 21:18:43.827 INFO O| Feb 11 21:18:43.827 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-11T21:18:45.501Z[ recovery-image] Feb 11 21:18:43.864 INFO O| Feb 11 21:18:43.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53302025-02-11T21:18:45.501Z[ recovery-image] Feb 11 21:18:43.864 INFO O| Feb 11 21:18:43.864 INFO STEP 293 (remove_files) COMPLETE
53312025-02-11T21:18:45.504Z[ recovery-image] Feb 11 21:18:43.864 INFO O| Feb 11 21:18:43.864 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-11T21:18:45.533Z[ recovery-image] Feb 11 21:18:43.895 INFO O| Feb 11 21:18:43.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53332025-02-11T21:18:45.533Z[ recovery-image] Feb 11 21:18:43.895 INFO O| Feb 11 21:18:43.895 INFO STEP 294 (remove_files) COMPLETE
53342025-02-11T21:18:45.533Z[ recovery-image] Feb 11 21:18:43.895 INFO O| Feb 11 21:18:43.895 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-11T21:18:45.594Z[ recovery-image] Feb 11 21:18:43.956 INFO O| Feb 11 21:18:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53362025-02-11T21:18:45.594Z[ recovery-image] Feb 11 21:18:43.956 INFO O| Feb 11 21:18:43.956 INFO STEP 295 (remove_files) COMPLETE
53372025-02-11T21:18:45.594Z[ recovery-image] Feb 11 21:18:43.956 INFO O| Feb 11 21:18:43.956 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-11T21:18:45.661Z[ recovery-image] Feb 11 21:18:44.023 INFO O| Feb 11 21:18:44.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53392025-02-11T21:18:45.661Z[ recovery-image] Feb 11 21:18:44.023 INFO O| Feb 11 21:18:44.023 INFO STEP 296 (remove_files) COMPLETE
53402025-02-11T21:18:45.661Z[ recovery-image] Feb 11 21:18:44.023 INFO O| Feb 11 21:18:44.023 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-11T21:18:45.717Z[ recovery-image] Feb 11 21:18:44.079 INFO O| Feb 11 21:18:44.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53422025-02-11T21:18:45.717Z[ recovery-image] Feb 11 21:18:44.079 INFO O| Feb 11 21:18:44.079 INFO STEP 297 (remove_files) COMPLETE
53432025-02-11T21:18:45.717Z[ recovery-image] Feb 11 21:18:44.079 INFO O| Feb 11 21:18:44.079 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-11T21:18:45.736Z[ recovery-image] Feb 11 21:18:44.098 INFO O| Feb 11 21:18:44.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53452025-02-11T21:18:45.736Z[ recovery-image] Feb 11 21:18:44.098 INFO O| Feb 11 21:18:44.098 INFO STEP 298 (remove_files) COMPLETE
53462025-02-11T21:18:45.736Z[ recovery-image] Feb 11 21:18:44.098 INFO O| Feb 11 21:18:44.098 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-11T21:18:45.771Z[ recovery-image] Feb 11 21:18:44.133 INFO O| Feb 11 21:18:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53482025-02-11T21:18:45.771Z[ recovery-image] Feb 11 21:18:44.133 INFO O| Feb 11 21:18:44.133 INFO STEP 299 (remove_files) COMPLETE
53492025-02-11T21:18:45.771Z[ recovery-image] Feb 11 21:18:44.133 INFO O| Feb 11 21:18:44.133 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-11T21:18:45.791Z[ recovery-image] Feb 11 21:18:44.153 INFO O| Feb 11 21:18:44.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53512025-02-11T21:18:45.791Z[ recovery-image] Feb 11 21:18:44.153 INFO O| Feb 11 21:18:44.153 INFO STEP 300 (remove_files) COMPLETE
53522025-02-11T21:18:45.791Z[ recovery-image] Feb 11 21:18:44.153 INFO O| Feb 11 21:18:44.153 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-11T21:18:45.838Z[ recovery-image] Feb 11 21:18:44.200 INFO O| Feb 11 21:18:44.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53542025-02-11T21:18:45.838Z[ recovery-image] Feb 11 21:18:44.200 INFO O| Feb 11 21:18:44.200 INFO STEP 301 (remove_files) COMPLETE
53552025-02-11T21:18:45.838Z[ recovery-image] Feb 11 21:18:44.200 INFO O| Feb 11 21:18:44.200 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-11T21:18:45.902Z[ recovery-image] Feb 11 21:18:44.264 INFO O| Feb 11 21:18:44.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53572025-02-11T21:18:45.904Z[ recovery-image] Feb 11 21:18:44.264 INFO O| Feb 11 21:18:44.264 INFO STEP 302 (remove_files) COMPLETE
53582025-02-11T21:18:45.904Z[ recovery-image] Feb 11 21:18:44.264 INFO O| Feb 11 21:18:44.264 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-11T21:18:45.919Z[ recovery-image] Feb 11 21:18:44.281 INFO O| Feb 11 21:18:44.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53602025-02-11T21:18:45.922Z[ recovery-image] Feb 11 21:18:44.281 INFO O| Feb 11 21:18:44.281 INFO STEP 303 (remove_files) COMPLETE
53612025-02-11T21:18:45.923Z[ recovery-image] Feb 11 21:18:44.281 INFO O| Feb 11 21:18:44.281 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-11T21:18:45.936Z[ recovery-image] Feb 11 21:18:44.298 INFO O| Feb 11 21:18:44.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53632025-02-11T21:18:45.939Z[ recovery-image] Feb 11 21:18:44.299 INFO O| Feb 11 21:18:44.299 INFO STEP 304 (remove_files) COMPLETE
53642025-02-11T21:18:45.939Z[ recovery-image] Feb 11 21:18:44.299 INFO O| Feb 11 21:18:44.299 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-11T21:18:45.968Z[ recovery-image] Feb 11 21:18:44.330 INFO O| Feb 11 21:18:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53662025-02-11T21:18:45.971Z[ recovery-image] Feb 11 21:18:44.330 INFO O| Feb 11 21:18:44.330 INFO STEP 305 (remove_files) COMPLETE
53672025-02-11T21:18:45.971Z[ recovery-image] Feb 11 21:18:44.331 INFO O| Feb 11 21:18:44.330 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-11T21:18:45.988Z[ recovery-image] Feb 11 21:18:44.350 INFO O| Feb 11 21:18:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53692025-02-11T21:18:45.990Z[ recovery-image] Feb 11 21:18:44.350 INFO O| Feb 11 21:18:44.350 INFO STEP 306 (remove_files) COMPLETE
53702025-02-11T21:18:45.990Z[ recovery-image] Feb 11 21:18:44.350 INFO O| Feb 11 21:18:44.350 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-11T21:18:46.006Z[ recovery-image] Feb 11 21:18:44.368 INFO O| Feb 11 21:18:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53722025-02-11T21:18:46.009Z[ recovery-image] Feb 11 21:18:44.368 INFO O| Feb 11 21:18:44.368 INFO STEP 307 (remove_files) COMPLETE
53732025-02-11T21:18:46.009Z[ recovery-image] Feb 11 21:18:44.368 INFO O| Feb 11 21:18:44.368 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-11T21:18:46.023Z[ recovery-image] Feb 11 21:18:44.385 INFO O| Feb 11 21:18:44.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53752025-02-11T21:18:46.023Z[ recovery-image] Feb 11 21:18:44.386 INFO O| Feb 11 21:18:44.386 INFO STEP 308 (remove_files) COMPLETE
53762025-02-11T21:18:46.023Z[ recovery-image] Feb 11 21:18:44.386 INFO O| Feb 11 21:18:44.386 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-11T21:18:46.055Z[ recovery-image] Feb 11 21:18:44.417 INFO O| Feb 11 21:18:44.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53782025-02-11T21:18:46.055Z[ recovery-image] Feb 11 21:18:44.417 INFO O| Feb 11 21:18:44.417 INFO STEP 309 (remove_files) COMPLETE
53792025-02-11T21:18:46.056Z[ recovery-image] Feb 11 21:18:44.417 INFO O| Feb 11 21:18:44.417 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-11T21:18:46.092Z[ recovery-image] Feb 11 21:18:44.453 INFO O| Feb 11 21:18:44.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53812025-02-11T21:18:46.092Z[ recovery-image] Feb 11 21:18:44.453 INFO O| Feb 11 21:18:44.453 INFO STEP 310 (remove_files) COMPLETE
53822025-02-11T21:18:46.092Z[ recovery-image] Feb 11 21:18:44.454 INFO O| Feb 11 21:18:44.453 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-02-11T21:18:46.151Z[ recovery-image] Feb 11 21:18:44.513 INFO O| Feb 11 21:18:44.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53842025-02-11T21:18:46.151Z[ recovery-image] Feb 11 21:18:44.513 INFO O| Feb 11 21:18:44.513 INFO STEP 311 (remove_files) COMPLETE
53852025-02-11T21:18:46.151Z[ recovery-image] Feb 11 21:18:44.513 INFO O| Feb 11 21:18:44.513 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-02-11T21:18:46.180Z[ recovery-image] Feb 11 21:18:44.542 INFO O| Feb 11 21:18:44.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53872025-02-11T21:18:46.183Z[ recovery-image] Feb 11 21:18:44.542 INFO O| Feb 11 21:18:44.542 INFO STEP 312 (remove_files) COMPLETE
53882025-02-11T21:18:46.183Z[ recovery-image] Feb 11 21:18:44.543 INFO O| Feb 11 21:18:44.542 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-02-11T21:18:46.201Z[ recovery-image] Feb 11 21:18:44.564 INFO O| Feb 11 21:18:44.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53902025-02-11T21:18:46.204Z[ recovery-image] Feb 11 21:18:44.564 INFO O| Feb 11 21:18:44.564 INFO STEP 313 (remove_files) COMPLETE
53912025-02-11T21:18:46.204Z[ recovery-image] Feb 11 21:18:44.564 INFO O| Feb 11 21:18:44.564 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-02-11T21:18:46.221Z[ recovery-image] Feb 11 21:18:44.584 INFO O| Feb 11 21:18:44.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53932025-02-11T21:18:46.221Z[ recovery-image] Feb 11 21:18:44.584 INFO O| Feb 11 21:18:44.584 INFO STEP 314 (remove_files) COMPLETE
53942025-02-11T21:18:46.224Z[ recovery-image] Feb 11 21:18:44.584 INFO O| Feb 11 21:18:44.584 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-02-11T21:18:46.257Z[ recovery-image] Feb 11 21:18:44.619 INFO O| Feb 11 21:18:44.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53962025-02-11T21:18:46.257Z[ recovery-image] Feb 11 21:18:44.619 INFO O| Feb 11 21:18:44.619 INFO STEP 315 (remove_files) COMPLETE
53972025-02-11T21:18:46.257Z[ recovery-image] Feb 11 21:18:44.620 INFO O| Feb 11 21:18:44.619 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-02-11T21:18:46.290Z[ recovery-image] Feb 11 21:18:44.652 INFO O| Feb 11 21:18:44.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53992025-02-11T21:18:46.290Z[ recovery-image] Feb 11 21:18:44.652 INFO O| Feb 11 21:18:44.652 INFO STEP 316 (remove_files) COMPLETE
54002025-02-11T21:18:46.290Z[ recovery-image] Feb 11 21:18:44.652 INFO O| Feb 11 21:18:44.652 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-02-11T21:18:46.341Z[ recovery-image] Feb 11 21:18:44.703 INFO O| Feb 11 21:18:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54022025-02-11T21:18:46.344Z[ recovery-image] Feb 11 21:18:44.704 INFO O| Feb 11 21:18:44.704 INFO STEP 317 (remove_files) COMPLETE
54032025-02-11T21:18:46.344Z[ recovery-image] Feb 11 21:18:44.704 INFO O| Feb 11 21:18:44.704 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-02-11T21:18:46.363Z[ recovery-image] Feb 11 21:18:44.724 INFO O| Feb 11 21:18:44.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54052025-02-11T21:18:46.363Z[ recovery-image] Feb 11 21:18:44.724 INFO O| Feb 11 21:18:44.724 INFO STEP 318 (remove_files) COMPLETE
54062025-02-11T21:18:46.363Z[ recovery-image] Feb 11 21:18:44.724 INFO O| Feb 11 21:18:44.724 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-02-11T21:18:46.383Z[ recovery-image] Feb 11 21:18:44.745 INFO O| Feb 11 21:18:44.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54082025-02-11T21:18:46.383Z[ recovery-image] Feb 11 21:18:44.745 INFO O| Feb 11 21:18:44.745 INFO STEP 319 (remove_files) COMPLETE
54092025-02-11T21:18:46.383Z[ recovery-image] Feb 11 21:18:44.745 INFO O| Feb 11 21:18:44.745 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-11T21:18:46.403Z[ recovery-image] Feb 11 21:18:44.765 INFO O| Feb 11 21:18:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54112025-02-11T21:18:46.406Z[ recovery-image] Feb 11 21:18:44.765 INFO O| Feb 11 21:18:44.765 INFO STEP 320 (remove_files) COMPLETE
54122025-02-11T21:18:46.406Z[ recovery-image] Feb 11 21:18:44.765 INFO O| Feb 11 21:18:44.765 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-02-11T21:18:46.424Z[ recovery-image] Feb 11 21:18:44.785 INFO O| Feb 11 21:18:44.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54142025-02-11T21:18:46.424Z[ recovery-image] Feb 11 21:18:44.785 INFO O| Feb 11 21:18:44.785 INFO STEP 321 (remove_files) COMPLETE
54152025-02-11T21:18:46.424Z[ recovery-image] Feb 11 21:18:44.785 INFO O| Feb 11 21:18:44.785 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-02-11T21:18:46.442Z[ recovery-image] Feb 11 21:18:44.804 INFO O| Feb 11 21:18:44.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54172025-02-11T21:18:46.445Z[ recovery-image] Feb 11 21:18:44.806 INFO O| Feb 11 21:18:44.806 INFO STEP 322 (remove_files) COMPLETE
54182025-02-11T21:18:46.445Z[ recovery-image] Feb 11 21:18:44.806 INFO O| Feb 11 21:18:44.806 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-11T21:18:46.463Z[ recovery-image] Feb 11 21:18:44.825 INFO O| Feb 11 21:18:44.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54202025-02-11T21:18:46.466Z[ recovery-image] Feb 11 21:18:44.826 INFO O| Feb 11 21:18:44.826 INFO STEP 323 (remove_files) COMPLETE
54212025-02-11T21:18:46.466Z[ recovery-image] Feb 11 21:18:44.826 INFO O| Feb 11 21:18:44.826 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-02-11T21:18:46.483Z[ recovery-image] Feb 11 21:18:44.845 INFO O| Feb 11 21:18:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54232025-02-11T21:18:46.486Z[ recovery-image] Feb 11 21:18:44.846 INFO O| Feb 11 21:18:44.846 INFO STEP 324 (remove_files) COMPLETE
54242025-02-11T21:18:46.486Z[ recovery-image] Feb 11 21:18:44.846 INFO O| Feb 11 21:18:44.846 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-02-11T21:18:46.520Z[ recovery-image] Feb 11 21:18:44.882 INFO O| Feb 11 21:18:44.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54262025-02-11T21:18:46.520Z[ recovery-image] Feb 11 21:18:44.882 INFO O| Feb 11 21:18:44.882 INFO STEP 325 (remove_files) COMPLETE
54272025-02-11T21:18:46.520Z[ recovery-image] Feb 11 21:18:44.882 INFO O| Feb 11 21:18:44.882 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-11T21:18:46.539Z[ recovery-image] Feb 11 21:18:44.902 INFO O| Feb 11 21:18:44.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54292025-02-11T21:18:46.540Z[ recovery-image] Feb 11 21:18:44.902 INFO O| Feb 11 21:18:44.902 INFO STEP 326 (remove_files) COMPLETE
54302025-02-11T21:18:46.540Z[ recovery-image] Feb 11 21:18:44.902 INFO O| Feb 11 21:18:44.902 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-11T21:18:46.558Z[ recovery-image] Feb 11 21:18:44.920 INFO O| Feb 11 21:18:44.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54322025-02-11T21:18:46.558Z[ recovery-image] Feb 11 21:18:44.920 INFO O| Feb 11 21:18:44.920 INFO STEP 327 (remove_files) COMPLETE
54332025-02-11T21:18:46.561Z[ recovery-image] Feb 11 21:18:44.920 INFO O| Feb 11 21:18:44.920 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-11T21:18:46.578Z[ recovery-image] Feb 11 21:18:44.940 INFO O| Feb 11 21:18:44.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54352025-02-11T21:18:46.598Z[ recovery-image] Feb 11 21:18:44.960 INFO O| Feb 11 21:18:44.960 INFO STEP 328 (remove_files) COMPLETE
54362025-02-11T21:18:46.598Z[ recovery-image] Feb 11 21:18:44.960 INFO O| Feb 11 21:18:44.960 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-11T21:18:46.635Z[ recovery-image] Feb 11 21:18:44.996 INFO O| Feb 11 21:18:44.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54382025-02-11T21:18:46.635Z[ recovery-image] Feb 11 21:18:44.997 INFO O| Feb 11 21:18:44.997 INFO STEP 329 (remove_files) COMPLETE
54392025-02-11T21:18:46.635Z[ recovery-image] Feb 11 21:18:44.997 INFO O| Feb 11 21:18:44.997 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-11T21:18:46.692Z[ recovery-image] Feb 11 21:18:45.054 INFO O| Feb 11 21:18:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54412025-02-11T21:18:46.692Z[ recovery-image] Feb 11 21:18:45.054 INFO O| Feb 11 21:18:45.054 INFO STEP 330 (remove_files) COMPLETE
54422025-02-11T21:18:46.692Z[ recovery-image] Feb 11 21:18:45.054 INFO O| Feb 11 21:18:45.054 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-11T21:18:46.712Z[ recovery-image] Feb 11 21:18:45.074 INFO O| Feb 11 21:18:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54442025-02-11T21:18:46.712Z[ recovery-image] Feb 11 21:18:45.074 INFO O| Feb 11 21:18:45.074 INFO STEP 331 (remove_files) COMPLETE
54452025-02-11T21:18:46.712Z[ recovery-image] Feb 11 21:18:45.074 INFO O| Feb 11 21:18:45.074 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-11T21:18:46.771Z[ recovery-image] Feb 11 21:18:45.133 INFO O| Feb 11 21:18:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54472025-02-11T21:18:46.771Z[ recovery-image] Feb 11 21:18:45.133 INFO O| Feb 11 21:18:45.133 INFO STEP 332 (remove_files) COMPLETE
54482025-02-11T21:18:46.771Z[ recovery-image] Feb 11 21:18:45.133 INFO O| Feb 11 21:18:45.133 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-11T21:18:46.814Z[ recovery-image] Feb 11 21:18:45.176 INFO O| Feb 11 21:18:45.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54502025-02-11T21:18:46.814Z[ recovery-image] Feb 11 21:18:45.177 INFO O| Feb 11 21:18:45.177 INFO STEP 333 (remove_files) COMPLETE
54512025-02-11T21:18:46.815Z[ recovery-image] Feb 11 21:18:45.177 INFO O| Feb 11 21:18:45.177 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-11T21:18:46.857Z[ recovery-image] Feb 11 21:18:45.219 INFO O| Feb 11 21:18:45.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54532025-02-11T21:18:46.857Z[ recovery-image] Feb 11 21:18:45.219 INFO O| Feb 11 21:18:45.219 INFO STEP 334 (remove_files) COMPLETE
54542025-02-11T21:18:46.857Z[ recovery-image] Feb 11 21:18:45.219 INFO O| Feb 11 21:18:45.219 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-11T21:18:46.883Z[ recovery-image] Feb 11 21:18:45.245 INFO O| Feb 11 21:18:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54562025-02-11T21:18:46.883Z[ recovery-image] Feb 11 21:18:45.246 INFO O| Feb 11 21:18:45.245 INFO STEP 335 (remove_files) COMPLETE
54572025-02-11T21:18:46.883Z[ recovery-image] Feb 11 21:18:45.246 INFO O| Feb 11 21:18:45.245 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-11T21:18:46.918Z[ recovery-image] Feb 11 21:18:45.280 INFO O| Feb 11 21:18:45.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54592025-02-11T21:18:46.918Z[ recovery-image] Feb 11 21:18:45.280 INFO O| Feb 11 21:18:45.280 INFO STEP 336 (remove_files) COMPLETE
54602025-02-11T21:18:46.918Z[ recovery-image] Feb 11 21:18:45.280 INFO O| Feb 11 21:18:45.280 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-11T21:18:46.942Z[ recovery-image] Feb 11 21:18:45.304 INFO O| Feb 11 21:18:45.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54622025-02-11T21:18:46.945Z[ recovery-image] Feb 11 21:18:45.304 INFO O| Feb 11 21:18:45.304 INFO STEP 337 (remove_files) COMPLETE
54632025-02-11T21:18:46.945Z[ recovery-image] Feb 11 21:18:45.305 INFO O| Feb 11 21:18:45.304 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-11T21:18:46.963Z[ recovery-image] Feb 11 21:18:45.325 INFO O| Feb 11 21:18:45.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54652025-02-11T21:18:46.966Z[ recovery-image] Feb 11 21:18:45.326 INFO O| Feb 11 21:18:45.326 INFO STEP 338 (remove_files) COMPLETE
54662025-02-11T21:18:46.966Z[ recovery-image] Feb 11 21:18:45.326 INFO O| Feb 11 21:18:45.326 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-11T21:18:46.985Z[ recovery-image] Feb 11 21:18:45.347 INFO O| Feb 11 21:18:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54682025-02-11T21:18:46.987Z[ recovery-image] Feb 11 21:18:45.347 INFO O| Feb 11 21:18:45.347 INFO STEP 339 (remove_files) COMPLETE
54692025-02-11T21:18:46.987Z[ recovery-image] Feb 11 21:18:45.347 INFO O| Feb 11 21:18:45.347 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-11T21:18:47.006Z[ recovery-image] Feb 11 21:18:45.368 INFO O| Feb 11 21:18:45.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54712025-02-11T21:18:47.030Z[ recovery-image] Feb 11 21:18:45.392 INFO O| Feb 11 21:18:45.392 INFO STEP 340 (remove_files) COMPLETE
54722025-02-11T21:18:47.030Z[ recovery-image] Feb 11 21:18:45.392 INFO O| Feb 11 21:18:45.392 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-11T21:18:47.051Z[ recovery-image] Feb 11 21:18:45.413 INFO O| Feb 11 21:18:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54742025-02-11T21:18:47.054Z[ recovery-image] Feb 11 21:18:45.414 INFO O| Feb 11 21:18:45.414 INFO STEP 341 (remove_files) COMPLETE
54752025-02-11T21:18:47.054Z[ recovery-image] Feb 11 21:18:45.414 INFO O| Feb 11 21:18:45.414 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-11T21:18:47.093Z[ recovery-image] Feb 11 21:18:45.455 INFO O| Feb 11 21:18:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54772025-02-11T21:18:47.095Z[ recovery-image] Feb 11 21:18:45.455 INFO O| Feb 11 21:18:45.455 INFO STEP 342 (remove_files) COMPLETE
54782025-02-11T21:18:47.095Z[ recovery-image] Feb 11 21:18:45.455 INFO O| Feb 11 21:18:45.455 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-11T21:18:47.153Z[ recovery-image] Feb 11 21:18:45.515 INFO O| Feb 11 21:18:45.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54802025-02-11T21:18:47.153Z[ recovery-image] Feb 11 21:18:45.515 INFO O| Feb 11 21:18:45.515 INFO STEP 343 (remove_files) COMPLETE
54812025-02-11T21:18:47.153Z[ recovery-image] Feb 11 21:18:45.515 INFO O| Feb 11 21:18:45.515 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-11T21:18:47.173Z[ recovery-image] Feb 11 21:18:45.535 INFO O| Feb 11 21:18:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54832025-02-11T21:18:47.173Z[ recovery-image] Feb 11 21:18:45.535 INFO O| Feb 11 21:18:45.535 INFO STEP 344 (remove_files) COMPLETE
54842025-02-11T21:18:47.173Z[ recovery-image] Feb 11 21:18:45.535 INFO O| Feb 11 21:18:45.535 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-11T21:18:47.206Z[ recovery-image] Feb 11 21:18:45.568 INFO O| Feb 11 21:18:45.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54862025-02-11T21:18:47.206Z[ recovery-image] Feb 11 21:18:45.568 INFO O| Feb 11 21:18:45.568 INFO STEP 345 (remove_files) COMPLETE
54872025-02-11T21:18:47.206Z[ recovery-image] Feb 11 21:18:45.568 INFO O| Feb 11 21:18:45.568 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-11T21:18:47.244Z[ recovery-image] Feb 11 21:18:45.606 INFO O| Feb 11 21:18:45.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54892025-02-11T21:18:47.244Z[ recovery-image] Feb 11 21:18:45.606 INFO O| Feb 11 21:18:45.606 INFO STEP 346 (remove_files) COMPLETE
54902025-02-11T21:18:47.244Z[ recovery-image] Feb 11 21:18:45.606 INFO O| Feb 11 21:18:45.606 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-02-11T21:18:47.275Z[ recovery-image] Feb 11 21:18:45.637 INFO O| Feb 11 21:18:45.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54922025-02-11T21:18:47.275Z[ recovery-image] Feb 11 21:18:45.638 INFO O| Feb 11 21:18:45.638 INFO STEP 347 (remove_files) COMPLETE
54932025-02-11T21:18:47.275Z[ recovery-image] Feb 11 21:18:45.638 INFO O| Feb 11 21:18:45.638 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-02-11T21:18:47.317Z[ recovery-image] Feb 11 21:18:45.679 INFO O| Feb 11 21:18:45.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54952025-02-11T21:18:47.317Z[ recovery-image] Feb 11 21:18:45.679 INFO O| Feb 11 21:18:45.679 INFO STEP 348 (remove_files) COMPLETE
54962025-02-11T21:18:47.317Z[ recovery-image] Feb 11 21:18:45.679 INFO O| Feb 11 21:18:45.679 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-02-11T21:18:47.338Z[ recovery-image] Feb 11 21:18:45.700 INFO O| Feb 11 21:18:45.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54982025-02-11T21:18:47.338Z[ recovery-image] Feb 11 21:18:45.700 INFO O| Feb 11 21:18:45.700 INFO STEP 349 (remove_files) COMPLETE
54992025-02-11T21:18:47.340Z[ recovery-image] Feb 11 21:18:45.700 INFO O| Feb 11 21:18:45.700 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-11T21:18:47.356Z[ recovery-image] Feb 11 21:18:45.719 INFO O| Feb 11 21:18:45.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55012025-02-11T21:18:47.357Z[ recovery-image] Feb 11 21:18:45.719 INFO O| Feb 11 21:18:45.719 INFO STEP 350 (remove_files) COMPLETE
55022025-02-11T21:18:47.357Z[ recovery-image] Feb 11 21:18:45.719 INFO O| Feb 11 21:18:45.719 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-11T21:18:47.381Z[ recovery-image] Feb 11 21:18:45.743 INFO O| Feb 11 21:18:45.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55042025-02-11T21:18:47.381Z[ recovery-image] Feb 11 21:18:45.743 INFO O| Feb 11 21:18:45.743 INFO STEP 351 (remove_files) COMPLETE
55052025-02-11T21:18:47.381Z[ recovery-image] Feb 11 21:18:45.743 INFO O| Feb 11 21:18:45.743 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-02-11T21:18:47.401Z[ recovery-image] Feb 11 21:18:45.763 INFO O| Feb 11 21:18:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55072025-02-11T21:18:47.402Z[ recovery-image] Feb 11 21:18:45.763 INFO O| Feb 11 21:18:45.763 INFO STEP 352 (remove_files) COMPLETE
55082025-02-11T21:18:47.402Z[ recovery-image] Feb 11 21:18:45.763 INFO O| Feb 11 21:18:45.763 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-02-11T21:18:47.420Z[ recovery-image] Feb 11 21:18:45.782 INFO O| Feb 11 21:18:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55102025-02-11T21:18:47.420Z[ recovery-image] Feb 11 21:18:45.782 INFO O| Feb 11 21:18:45.782 INFO STEP 353 (remove_files) COMPLETE
55112025-02-11T21:18:47.423Z[ recovery-image] Feb 11 21:18:45.782 INFO O| Feb 11 21:18:45.782 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-02-11T21:18:47.440Z[ recovery-image] Feb 11 21:18:45.801 INFO O| Feb 11 21:18:45.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55132025-02-11T21:18:47.440Z[ recovery-image] Feb 11 21:18:45.801 INFO O| Feb 11 21:18:45.801 INFO STEP 354 (remove_files) COMPLETE
55142025-02-11T21:18:47.440Z[ recovery-image] Feb 11 21:18:45.801 INFO O| Feb 11 21:18:45.801 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-02-11T21:18:47.472Z[ recovery-image] Feb 11 21:18:45.834 INFO O| Feb 11 21:18:45.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55162025-02-11T21:18:47.472Z[ recovery-image] Feb 11 21:18:45.834 INFO O| Feb 11 21:18:45.834 INFO STEP 355 (remove_files) COMPLETE
55172025-02-11T21:18:47.472Z[ recovery-image] Feb 11 21:18:45.834 INFO O| Feb 11 21:18:45.834 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-02-11T21:18:47.523Z[ recovery-image] Feb 11 21:18:45.884 INFO O| Feb 11 21:18:45.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55192025-02-11T21:18:47.523Z[ recovery-image] Feb 11 21:18:45.884 INFO O| Feb 11 21:18:45.884 INFO STEP 356 (remove_files) COMPLETE
55202025-02-11T21:18:47.523Z[ recovery-image] Feb 11 21:18:45.884 INFO O| Feb 11 21:18:45.884 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-02-11T21:18:47.584Z[ recovery-image] Feb 11 21:18:45.946 INFO O| Feb 11 21:18:45.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55222025-02-11T21:18:47.584Z[ recovery-image] Feb 11 21:18:45.946 INFO O| Feb 11 21:18:45.946 INFO STEP 357 (remove_files) COMPLETE
55232025-02-11T21:18:47.584Z[ recovery-image] Feb 11 21:18:45.946 INFO O| Feb 11 21:18:45.946 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-02-11T21:18:47.624Z[ recovery-image] Feb 11 21:18:45.986 INFO O| Feb 11 21:18:45.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55252025-02-11T21:18:47.626Z[ recovery-image] Feb 11 21:18:45.986 INFO O| Feb 11 21:18:45.986 INFO STEP 358 (remove_files) COMPLETE
55262025-02-11T21:18:47.627Z[ recovery-image] Feb 11 21:18:45.986 INFO O| Feb 11 21:18:45.986 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-11T21:18:47.670Z[ recovery-image] Feb 11 21:18:46.032 INFO O| Feb 11 21:18:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55282025-02-11T21:18:47.671Z[ recovery-image] Feb 11 21:18:46.033 INFO O| Feb 11 21:18:46.032 INFO STEP 359 (remove_files) COMPLETE
55292025-02-11T21:18:47.673Z[ recovery-image] Feb 11 21:18:46.033 INFO O| Feb 11 21:18:46.032 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-11T21:18:47.689Z[ recovery-image] Feb 11 21:18:46.051 INFO O| Feb 11 21:18:46.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55312025-02-11T21:18:47.689Z[ recovery-image] Feb 11 21:18:46.051 INFO O| Feb 11 21:18:46.051 INFO STEP 360 (remove_files) COMPLETE
55322025-02-11T21:18:47.692Z[ recovery-image] Feb 11 21:18:46.051 INFO O| Feb 11 21:18:46.051 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-11T21:18:47.731Z[ recovery-image] Feb 11 21:18:46.093 INFO O| Feb 11 21:18:46.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55342025-02-11T21:18:47.734Z[ recovery-image] Feb 11 21:18:46.093 INFO O| Feb 11 21:18:46.093 INFO STEP 361 (remove_files) COMPLETE
55352025-02-11T21:18:47.734Z[ recovery-image] Feb 11 21:18:46.093 INFO O| Feb 11 21:18:46.093 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-11T21:18:47.751Z[ recovery-image] Feb 11 21:18:46.113 INFO O| Feb 11 21:18:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55372025-02-11T21:18:47.754Z[ recovery-image] Feb 11 21:18:46.113 INFO O| Feb 11 21:18:46.113 INFO STEP 362 (remove_files) COMPLETE
55382025-02-11T21:18:47.754Z[ recovery-image] Feb 11 21:18:46.113 INFO O| Feb 11 21:18:46.113 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-11T21:18:47.769Z[ recovery-image] Feb 11 21:18:46.131 INFO O| Feb 11 21:18:46.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55402025-02-11T21:18:47.769Z[ recovery-image] Feb 11 21:18:46.131 INFO O| Feb 11 21:18:46.131 INFO STEP 363 (remove_files) COMPLETE
55412025-02-11T21:18:47.769Z[ recovery-image] Feb 11 21:18:46.131 INFO O| Feb 11 21:18:46.131 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-11T21:18:47.807Z[ recovery-image] Feb 11 21:18:46.169 INFO O| Feb 11 21:18:46.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55432025-02-11T21:18:47.807Z[ recovery-image] Feb 11 21:18:46.169 INFO O| Feb 11 21:18:46.169 INFO STEP 364 (remove_files) COMPLETE
55442025-02-11T21:18:47.807Z[ recovery-image] Feb 11 21:18:46.169 INFO O| Feb 11 21:18:46.169 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-11T21:18:47.826Z[ recovery-image] Feb 11 21:18:46.188 INFO O| Feb 11 21:18:46.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55462025-02-11T21:18:47.826Z[ recovery-image] Feb 11 21:18:46.188 INFO O| Feb 11 21:18:46.188 INFO STEP 365 (remove_files) COMPLETE
55472025-02-11T21:18:47.826Z[ recovery-image] Feb 11 21:18:46.188 INFO O| Feb 11 21:18:46.188 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-11T21:18:47.845Z[ recovery-image] Feb 11 21:18:46.207 INFO O| Feb 11 21:18:46.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55492025-02-11T21:18:47.845Z[ recovery-image] Feb 11 21:18:46.207 INFO O| Feb 11 21:18:46.207 INFO STEP 366 (remove_files) COMPLETE
55502025-02-11T21:18:47.845Z[ recovery-image] Feb 11 21:18:46.207 INFO O| Feb 11 21:18:46.207 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-11T21:18:47.881Z[ recovery-image] Feb 11 21:18:46.243 INFO O| Feb 11 21:18:46.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55522025-02-11T21:18:47.884Z[ recovery-image] Feb 11 21:18:46.243 INFO O| Feb 11 21:18:46.243 INFO STEP 367 (remove_files) COMPLETE
55532025-02-11T21:18:47.884Z[ recovery-image] Feb 11 21:18:46.244 INFO O| Feb 11 21:18:46.243 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-11T21:18:47.917Z[ recovery-image] Feb 11 21:18:46.279 INFO O| Feb 11 21:18:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55552025-02-11T21:18:47.917Z[ recovery-image] Feb 11 21:18:46.279 INFO O| Feb 11 21:18:46.279 INFO STEP 368 (remove_files) COMPLETE
55562025-02-11T21:18:47.917Z[ recovery-image] Feb 11 21:18:46.279 INFO O| Feb 11 21:18:46.279 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-11T21:18:47.971Z[ recovery-image] Feb 11 21:18:46.332 INFO O| Feb 11 21:18:46.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55582025-02-11T21:18:47.973Z[ recovery-image] Feb 11 21:18:46.333 INFO O| Feb 11 21:18:46.333 INFO STEP 369 (remove_files) COMPLETE
55592025-02-11T21:18:47.973Z[ recovery-image] Feb 11 21:18:46.333 INFO O| Feb 11 21:18:46.333 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-11T21:18:47.990Z[ recovery-image] Feb 11 21:18:46.352 INFO O| Feb 11 21:18:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55612025-02-11T21:18:47.993Z[ recovery-image] Feb 11 21:18:46.352 INFO O| Feb 11 21:18:46.352 INFO STEP 370 (remove_files) COMPLETE
55622025-02-11T21:18:47.993Z[ recovery-image] Feb 11 21:18:46.352 INFO O| Feb 11 21:18:46.352 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-11T21:18:48.010Z[ recovery-image] Feb 11 21:18:46.371 INFO O| Feb 11 21:18:46.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55642025-02-11T21:18:48.010Z[ recovery-image] Feb 11 21:18:46.371 INFO O| Feb 11 21:18:46.371 INFO STEP 371 (remove_files) COMPLETE
55652025-02-11T21:18:48.010Z[ recovery-image] Feb 11 21:18:46.371 INFO O| Feb 11 21:18:46.371 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-11T21:18:48.028Z[ recovery-image] Feb 11 21:18:46.390 INFO O| Feb 11 21:18:46.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55672025-02-11T21:18:48.028Z[ recovery-image] Feb 11 21:18:46.390 INFO O| Feb 11 21:18:46.390 INFO STEP 372 (remove_files) COMPLETE
55682025-02-11T21:18:48.028Z[ recovery-image] Feb 11 21:18:46.390 INFO O| Feb 11 21:18:46.390 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-11T21:18:48.046Z[ recovery-image] Feb 11 21:18:46.408 INFO O| Feb 11 21:18:46.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55702025-02-11T21:18:48.047Z[ recovery-image] Feb 11 21:18:46.408 INFO O| Feb 11 21:18:46.408 INFO STEP 373 (remove_files) COMPLETE
55712025-02-11T21:18:48.047Z[ recovery-image] Feb 11 21:18:46.408 INFO O| Feb 11 21:18:46.408 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-02-11T21:18:48.084Z[ recovery-image] Feb 11 21:18:46.445 INFO O| Feb 11 21:18:46.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55732025-02-11T21:18:48.084Z[ recovery-image] Feb 11 21:18:46.445 INFO O| Feb 11 21:18:46.445 INFO STEP 374 (remove_files) COMPLETE
55742025-02-11T21:18:48.084Z[ recovery-image] Feb 11 21:18:46.445 INFO O| Feb 11 21:18:46.445 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-02-11T21:18:48.108Z[ recovery-image] Feb 11 21:18:46.470 INFO O| Feb 11 21:18:46.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55762025-02-11T21:18:48.111Z[ recovery-image] Feb 11 21:18:46.470 INFO O| Feb 11 21:18:46.470 INFO STEP 375 (remove_files) COMPLETE
55772025-02-11T21:18:48.111Z[ recovery-image] Feb 11 21:18:46.470 INFO O| Feb 11 21:18:46.470 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-02-11T21:18:48.129Z[ recovery-image] Feb 11 21:18:46.491 INFO O| Feb 11 21:18:46.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55792025-02-11T21:18:48.132Z[ recovery-image] Feb 11 21:18:46.491 INFO O| Feb 11 21:18:46.491 INFO STEP 376 (remove_files) COMPLETE
55802025-02-11T21:18:48.132Z[ recovery-image] Feb 11 21:18:46.491 INFO O| Feb 11 21:18:46.491 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-02-11T21:18:48.148Z[ recovery-image] Feb 11 21:18:46.510 INFO O| Feb 11 21:18:46.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55822025-02-11T21:18:48.151Z[ recovery-image] Feb 11 21:18:46.510 INFO O| Feb 11 21:18:46.510 INFO STEP 377 (remove_files) COMPLETE
55832025-02-11T21:18:48.151Z[ recovery-image] Feb 11 21:18:46.510 INFO O| Feb 11 21:18:46.510 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-02-11T21:18:48.182Z[ recovery-image] Feb 11 21:18:46.544 INFO O| Feb 11 21:18:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55852025-02-11T21:18:48.185Z[ recovery-image] Feb 11 21:18:46.544 INFO O| Feb 11 21:18:46.544 INFO STEP 378 (remove_files) COMPLETE
55862025-02-11T21:18:48.185Z[ recovery-image] Feb 11 21:18:46.544 INFO O| Feb 11 21:18:46.544 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-02-11T21:18:48.203Z[ recovery-image] Feb 11 21:18:46.564 INFO O| Feb 11 21:18:46.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55882025-02-11T21:18:48.206Z[ recovery-image] Feb 11 21:18:46.565 INFO O| Feb 11 21:18:46.565 INFO STEP 379 (remove_files) COMPLETE
55892025-02-11T21:18:48.206Z[ recovery-image] Feb 11 21:18:46.565 INFO O| Feb 11 21:18:46.565 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-02-11T21:18:48.249Z[ recovery-image] Feb 11 21:18:46.611 INFO O| Feb 11 21:18:46.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55912025-02-11T21:18:48.249Z[ recovery-image] Feb 11 21:18:46.611 INFO O| Feb 11 21:18:46.611 INFO STEP 380 (remove_files) COMPLETE
55922025-02-11T21:18:48.252Z[ recovery-image] Feb 11 21:18:46.611 INFO O| Feb 11 21:18:46.611 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-02-11T21:18:48.268Z[ recovery-image] Feb 11 21:18:46.630 INFO O| Feb 11 21:18:46.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55942025-02-11T21:18:48.268Z[ recovery-image] Feb 11 21:18:46.630 INFO O| Feb 11 21:18:46.630 INFO STEP 381 (remove_files) COMPLETE
55952025-02-11T21:18:48.268Z[ recovery-image] Feb 11 21:18:46.630 INFO O| Feb 11 21:18:46.630 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-02-11T21:18:48.296Z[ recovery-image] Feb 11 21:18:46.658 INFO O| Feb 11 21:18:46.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55972025-02-11T21:18:48.296Z[ recovery-image] Feb 11 21:18:46.658 INFO O| Feb 11 21:18:46.658 INFO STEP 382 (remove_files) COMPLETE
55982025-02-11T21:18:48.299Z[ recovery-image] Feb 11 21:18:46.658 INFO O| Feb 11 21:18:46.658 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-02-11T21:18:48.318Z[ recovery-image] Feb 11 21:18:46.680 INFO O| Feb 11 21:18:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56002025-02-11T21:18:48.318Z[ recovery-image] Feb 11 21:18:46.680 INFO O| Feb 11 21:18:46.680 INFO STEP 383 (remove_files) COMPLETE
56012025-02-11T21:18:48.318Z[ recovery-image] Feb 11 21:18:46.680 INFO O| Feb 11 21:18:46.680 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-11T21:18:48.337Z[ recovery-image] Feb 11 21:18:46.699 INFO O| Feb 11 21:18:46.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56032025-02-11T21:18:48.337Z[ recovery-image] Feb 11 21:18:46.699 INFO O| Feb 11 21:18:46.699 INFO STEP 384 (remove_files) COMPLETE
56042025-02-11T21:18:48.338Z[ recovery-image] Feb 11 21:18:46.700 INFO O| Feb 11 21:18:46.699 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-02-11T21:18:48.357Z[ recovery-image] Feb 11 21:18:46.719 INFO O| Feb 11 21:18:46.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56062025-02-11T21:18:48.357Z[ recovery-image] Feb 11 21:18:46.719 INFO O| Feb 11 21:18:46.719 INFO STEP 385 (remove_files) COMPLETE
56072025-02-11T21:18:48.357Z[ recovery-image] Feb 11 21:18:46.719 INFO O| Feb 11 21:18:46.719 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-02-11T21:18:48.381Z[ recovery-image] Feb 11 21:18:46.743 INFO O| Feb 11 21:18:46.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56092025-02-11T21:18:48.381Z[ recovery-image] Feb 11 21:18:46.743 INFO O| Feb 11 21:18:46.743 INFO STEP 386 (remove_files) COMPLETE
56102025-02-11T21:18:48.381Z[ recovery-image] Feb 11 21:18:46.743 INFO O| Feb 11 21:18:46.743 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-02-11T21:18:48.424Z[ recovery-image] Feb 11 21:18:46.786 INFO O| Feb 11 21:18:46.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56122025-02-11T21:18:48.424Z[ recovery-image] Feb 11 21:18:46.786 INFO O| Feb 11 21:18:46.786 INFO STEP 387 (remove_files) COMPLETE
56132025-02-11T21:18:48.424Z[ recovery-image] Feb 11 21:18:46.786 INFO O| Feb 11 21:18:46.786 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-02-11T21:18:48.463Z[ recovery-image] Feb 11 21:18:46.825 INFO O| Feb 11 21:18:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56152025-02-11T21:18:48.463Z[ recovery-image] Feb 11 21:18:46.825 INFO O| Feb 11 21:18:46.825 INFO STEP 388 (remove_files) COMPLETE
56162025-02-11T21:18:48.463Z[ recovery-image] Feb 11 21:18:46.825 INFO O| Feb 11 21:18:46.825 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-02-11T21:18:48.501Z[ recovery-image] Feb 11 21:18:46.863 INFO O| Feb 11 21:18:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56182025-02-11T21:18:48.501Z[ recovery-image] Feb 11 21:18:46.863 INFO O| Feb 11 21:18:46.863 INFO STEP 389 (remove_files) COMPLETE
56192025-02-11T21:18:48.501Z[ recovery-image] Feb 11 21:18:46.863 INFO O| Feb 11 21:18:46.863 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-02-11T21:18:48.520Z[ recovery-image] Feb 11 21:18:46.882 INFO O| Feb 11 21:18:46.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56212025-02-11T21:18:48.520Z[ recovery-image] Feb 11 21:18:46.882 INFO O| Feb 11 21:18:46.882 INFO STEP 390 (remove_files) COMPLETE
56222025-02-11T21:18:48.520Z[ recovery-image] Feb 11 21:18:46.882 INFO O| Feb 11 21:18:46.882 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-02-11T21:18:48.549Z[ recovery-image] Feb 11 21:18:46.911 INFO O| Feb 11 21:18:46.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56242025-02-11T21:18:48.552Z[ recovery-image] Feb 11 21:18:46.911 INFO O| Feb 11 21:18:46.911 INFO STEP 391 (remove_files) COMPLETE
56252025-02-11T21:18:48.552Z[ recovery-image] Feb 11 21:18:46.912 INFO O| Feb 11 21:18:46.911 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-02-11T21:18:48.569Z[ recovery-image] Feb 11 21:18:46.931 INFO O| Feb 11 21:18:46.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56272025-02-11T21:18:48.572Z[ recovery-image] Feb 11 21:18:46.931 INFO O| Feb 11 21:18:46.931 INFO STEP 392 (remove_files) COMPLETE
56282025-02-11T21:18:48.572Z[ recovery-image] Feb 11 21:18:46.931 INFO O| Feb 11 21:18:46.931 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-02-11T21:18:48.588Z[ recovery-image] Feb 11 21:18:46.950 INFO O| Feb 11 21:18:46.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56302025-02-11T21:18:48.591Z[ recovery-image] Feb 11 21:18:46.950 INFO O| Feb 11 21:18:46.950 INFO STEP 393 (remove_files) COMPLETE
56312025-02-11T21:18:48.591Z[ recovery-image] Feb 11 21:18:46.951 INFO O| Feb 11 21:18:46.950 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-02-11T21:18:48.607Z[ recovery-image] Feb 11 21:18:46.969 INFO O| Feb 11 21:18:46.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56332025-02-11T21:18:48.610Z[ recovery-image] Feb 11 21:18:46.969 INFO O| Feb 11 21:18:46.969 INFO STEP 394 (remove_files) COMPLETE
56342025-02-11T21:18:48.610Z[ recovery-image] Feb 11 21:18:46.970 INFO O| Feb 11 21:18:46.969 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-02-11T21:18:48.627Z[ recovery-image] Feb 11 21:18:46.989 INFO O| Feb 11 21:18:46.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56362025-02-11T21:18:48.627Z[ recovery-image] Feb 11 21:18:46.989 INFO O| Feb 11 21:18:46.989 INFO STEP 395 (remove_files) COMPLETE
56372025-02-11T21:18:48.627Z[ recovery-image] Feb 11 21:18:46.989 INFO O| Feb 11 21:18:46.989 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-02-11T21:18:48.664Z[ recovery-image] Feb 11 21:18:47.026 INFO O| Feb 11 21:18:47.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56392025-02-11T21:18:48.664Z[ recovery-image] Feb 11 21:18:47.026 INFO O| Feb 11 21:18:47.026 INFO STEP 396 (remove_files) COMPLETE
56402025-02-11T21:18:48.664Z[ recovery-image] Feb 11 21:18:47.026 INFO O| Feb 11 21:18:47.026 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-11T21:18:48.687Z[ recovery-image] Feb 11 21:18:47.049 INFO O| Feb 11 21:18:47.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56422025-02-11T21:18:48.687Z[ recovery-image] Feb 11 21:18:47.049 INFO O| Feb 11 21:18:47.049 INFO STEP 397 (remove_files) COMPLETE
56432025-02-11T21:18:48.689Z[ recovery-image] Feb 11 21:18:47.049 INFO O| Feb 11 21:18:47.049 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-11T21:18:48.716Z[ recovery-image] Feb 11 21:18:47.078 INFO O| Feb 11 21:18:47.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56452025-02-11T21:18:48.716Z[ recovery-image] Feb 11 21:18:47.078 INFO O| Feb 11 21:18:47.078 INFO STEP 398 (remove_files) COMPLETE
56462025-02-11T21:18:48.718Z[ recovery-image] Feb 11 21:18:47.078 INFO O| Feb 11 21:18:47.078 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-02-11T21:18:48.757Z[ recovery-image] Feb 11 21:18:47.119 INFO O| Feb 11 21:18:47.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56482025-02-11T21:18:48.757Z[ recovery-image] Feb 11 21:18:47.119 INFO O| Feb 11 21:18:47.119 INFO STEP 399 (remove_files) COMPLETE
56492025-02-11T21:18:48.757Z[ recovery-image] Feb 11 21:18:47.119 INFO O| Feb 11 21:18:47.119 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-11T21:18:48.779Z[ recovery-image] Feb 11 21:18:47.141 INFO O| Feb 11 21:18:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56512025-02-11T21:18:48.779Z[ recovery-image] Feb 11 21:18:47.141 INFO O| Feb 11 21:18:47.141 INFO STEP 400 (remove_files) COMPLETE
56522025-02-11T21:18:48.779Z[ recovery-image] Feb 11 21:18:47.141 INFO O| Feb 11 21:18:47.141 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-11T21:18:48.800Z[ recovery-image] Feb 11 21:18:47.162 INFO O| Feb 11 21:18:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56542025-02-11T21:18:48.801Z[ recovery-image] Feb 11 21:18:47.163 INFO O| Feb 11 21:18:47.163 INFO STEP 401 (remove_files) COMPLETE
56552025-02-11T21:18:48.801Z[ recovery-image] Feb 11 21:18:47.163 INFO O| Feb 11 21:18:47.163 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-11T21:18:48.846Z[ recovery-image] Feb 11 21:18:47.208 INFO O| Feb 11 21:18:47.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56572025-02-11T21:18:48.846Z[ recovery-image] Feb 11 21:18:47.208 INFO O| Feb 11 21:18:47.208 INFO STEP 402 (remove_files) COMPLETE
56582025-02-11T21:18:48.849Z[ recovery-image] Feb 11 21:18:47.208 INFO O| Feb 11 21:18:47.208 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-11T21:18:48.884Z[ recovery-image] Feb 11 21:18:47.246 INFO O| Feb 11 21:18:47.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56602025-02-11T21:18:48.884Z[ recovery-image] Feb 11 21:18:47.246 INFO O| Feb 11 21:18:47.246 INFO STEP 403 (remove_files) COMPLETE
56612025-02-11T21:18:48.884Z[ recovery-image] Feb 11 21:18:47.246 INFO O| Feb 11 21:18:47.246 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-11T21:18:48.946Z[ recovery-image] Feb 11 21:18:47.308 INFO O| Feb 11 21:18:47.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56632025-02-11T21:18:48.946Z[ recovery-image] Feb 11 21:18:47.308 INFO O| Feb 11 21:18:47.308 INFO STEP 404 (remove_files) COMPLETE
56642025-02-11T21:18:48.946Z[ recovery-image] Feb 11 21:18:47.308 INFO O| Feb 11 21:18:47.308 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-11T21:18:48.970Z[ recovery-image] Feb 11 21:18:47.331 INFO O| Feb 11 21:18:47.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56662025-02-11T21:18:48.970Z[ recovery-image] Feb 11 21:18:47.331 INFO O| Feb 11 21:18:47.331 INFO STEP 405 (remove_files) COMPLETE
56672025-02-11T21:18:48.970Z[ recovery-image] Feb 11 21:18:47.331 INFO O| Feb 11 21:18:47.331 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-11T21:18:48.989Z[ recovery-image] Feb 11 21:18:47.351 INFO O| Feb 11 21:18:47.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56692025-02-11T21:18:48.990Z[ recovery-image] Feb 11 21:18:47.351 INFO O| Feb 11 21:18:47.351 INFO STEP 406 (remove_files) COMPLETE
56702025-02-11T21:18:48.990Z[ recovery-image] Feb 11 21:18:47.351 INFO O| Feb 11 21:18:47.351 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-11T21:18:49.008Z[ recovery-image] Feb 11 21:18:47.369 INFO O| Feb 11 21:18:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56722025-02-11T21:18:49.008Z[ recovery-image] Feb 11 21:18:47.370 INFO O| Feb 11 21:18:47.370 INFO STEP 407 (remove_files) COMPLETE
56732025-02-11T21:18:49.008Z[ recovery-image] Feb 11 21:18:47.370 INFO O| Feb 11 21:18:47.370 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-11T21:18:49.046Z[ recovery-image] Feb 11 21:18:47.408 INFO O| Feb 11 21:18:47.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56752025-02-11T21:18:49.049Z[ recovery-image] Feb 11 21:18:47.408 INFO O| Feb 11 21:18:47.408 INFO STEP 408 (remove_files) COMPLETE
56762025-02-11T21:18:49.049Z[ recovery-image] Feb 11 21:18:47.408 INFO O| Feb 11 21:18:47.408 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-11T21:18:49.068Z[ recovery-image] Feb 11 21:18:47.430 INFO O| Feb 11 21:18:47.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56782025-02-11T21:18:49.082Z[ recovery-image] Feb 11 21:18:47.443 INFO O| Feb 11 21:18:47.443 INFO STEP 409 (remove_files) COMPLETE
56792025-02-11T21:18:49.082Z[ recovery-image] Feb 11 21:18:47.443 INFO O| Feb 11 21:18:47.443 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-11T21:18:49.125Z[ recovery-image] Feb 11 21:18:47.486 INFO O| Feb 11 21:18:47.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56812025-02-11T21:18:49.128Z[ recovery-image] Feb 11 21:18:47.487 INFO O| Feb 11 21:18:47.486 INFO STEP 410 (remove_files) COMPLETE
56822025-02-11T21:18:49.128Z[ recovery-image] Feb 11 21:18:47.487 INFO O| Feb 11 21:18:47.487 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-11T21:18:49.146Z[ recovery-image] Feb 11 21:18:47.508 INFO O| Feb 11 21:18:47.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56842025-02-11T21:18:49.146Z[ recovery-image] Feb 11 21:18:47.508 INFO O| Feb 11 21:18:47.508 INFO STEP 411 (remove_files) COMPLETE
56852025-02-11T21:18:49.151Z[ recovery-image] Feb 11 21:18:47.508 INFO O| Feb 11 21:18:47.508 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-11T21:18:49.172Z[ recovery-image] Feb 11 21:18:47.534 INFO O| Feb 11 21:18:47.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56872025-02-11T21:18:49.175Z[ recovery-image] Feb 11 21:18:47.534 INFO O| Feb 11 21:18:47.534 INFO STEP 412 (remove_files) COMPLETE
56882025-02-11T21:18:49.175Z[ recovery-image] Feb 11 21:18:47.535 INFO O| Feb 11 21:18:47.534 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-11T21:18:49.194Z[ recovery-image] Feb 11 21:18:47.556 INFO O| Feb 11 21:18:47.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56902025-02-11T21:18:49.197Z[ recovery-image] Feb 11 21:18:47.556 INFO O| Feb 11 21:18:47.556 INFO STEP 413 (remove_files) COMPLETE
56912025-02-11T21:18:49.197Z[ recovery-image] Feb 11 21:18:47.556 INFO O| Feb 11 21:18:47.556 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-11T21:18:49.215Z[ recovery-image] Feb 11 21:18:47.577 INFO O| Feb 11 21:18:47.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56932025-02-11T21:18:49.215Z[ recovery-image] Feb 11 21:18:47.577 INFO O| Feb 11 21:18:47.577 INFO STEP 414 (remove_files) COMPLETE
56942025-02-11T21:18:49.215Z[ recovery-image] Feb 11 21:18:47.577 INFO O| Feb 11 21:18:47.577 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-11T21:18:49.236Z[ recovery-image] Feb 11 21:18:47.598 INFO O| Feb 11 21:18:47.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56962025-02-11T21:18:49.236Z[ recovery-image] Feb 11 21:18:47.598 INFO O| Feb 11 21:18:47.598 INFO STEP 415 (remove_files) COMPLETE
56972025-02-11T21:18:49.236Z[ recovery-image] Feb 11 21:18:47.598 INFO O| Feb 11 21:18:47.598 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-11T21:18:49.261Z[ recovery-image] Feb 11 21:18:47.623 INFO O| Feb 11 21:18:47.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56992025-02-11T21:18:49.261Z[ recovery-image] Feb 11 21:18:47.623 INFO O| Feb 11 21:18:47.623 INFO STEP 416 (remove_files) COMPLETE
57002025-02-11T21:18:49.261Z[ recovery-image] Feb 11 21:18:47.623 INFO O| Feb 11 21:18:47.623 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-11T21:18:49.310Z[ recovery-image] Feb 11 21:18:47.672 INFO O| Feb 11 21:18:47.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57022025-02-11T21:18:49.310Z[ recovery-image] Feb 11 21:18:47.672 INFO O| Feb 11 21:18:47.672 INFO STEP 417 (remove_files) COMPLETE
57032025-02-11T21:18:49.310Z[ recovery-image] Feb 11 21:18:47.672 INFO O| Feb 11 21:18:47.672 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-11T21:18:49.331Z[ recovery-image] Feb 11 21:18:47.693 INFO O| Feb 11 21:18:47.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57052025-02-11T21:18:49.331Z[ recovery-image] Feb 11 21:18:47.693 INFO O| Feb 11 21:18:47.693 INFO STEP 418 (remove_files) COMPLETE
57062025-02-11T21:18:49.331Z[ recovery-image] Feb 11 21:18:47.693 INFO O| Feb 11 21:18:47.693 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-11T21:18:49.349Z[ recovery-image] Feb 11 21:18:47.711 INFO O| Feb 11 21:18:47.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57082025-02-11T21:18:49.349Z[ recovery-image] Feb 11 21:18:47.711 INFO O| Feb 11 21:18:47.711 INFO STEP 419 (remove_files) COMPLETE
57092025-02-11T21:18:49.352Z[ recovery-image] Feb 11 21:18:47.711 INFO O| Feb 11 21:18:47.711 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-11T21:18:49.387Z[ recovery-image] Feb 11 21:18:47.748 INFO O| Feb 11 21:18:47.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57112025-02-11T21:18:49.387Z[ recovery-image] Feb 11 21:18:47.749 INFO O| Feb 11 21:18:47.749 INFO STEP 420 (remove_files) COMPLETE
57122025-02-11T21:18:49.389Z[ recovery-image] Feb 11 21:18:47.749 INFO O| Feb 11 21:18:47.749 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-11T21:18:49.408Z[ recovery-image] Feb 11 21:18:47.770 INFO O| Feb 11 21:18:47.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57142025-02-11T21:18:49.411Z[ recovery-image] Feb 11 21:18:47.771 INFO O| Feb 11 21:18:47.770 INFO STEP 421 (remove_files) COMPLETE
57152025-02-11T21:18:49.411Z[ recovery-image] Feb 11 21:18:47.771 INFO O| Feb 11 21:18:47.771 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-11T21:18:49.428Z[ recovery-image] Feb 11 21:18:47.790 INFO O| Feb 11 21:18:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57172025-02-11T21:18:49.431Z[ recovery-image] Feb 11 21:18:47.790 INFO O| Feb 11 21:18:47.790 INFO STEP 422 (remove_files) COMPLETE
57182025-02-11T21:18:49.431Z[ recovery-image] Feb 11 21:18:47.790 INFO O| Feb 11 21:18:47.790 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-11T21:18:49.461Z[ recovery-image] Feb 11 21:18:47.823 INFO O| Feb 11 21:18:47.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57202025-02-11T21:18:49.461Z[ recovery-image] Feb 11 21:18:47.823 INFO O| Feb 11 21:18:47.823 INFO STEP 423 (remove_files) COMPLETE
57212025-02-11T21:18:49.464Z[ recovery-image] Feb 11 21:18:47.824 INFO O| Feb 11 21:18:47.823 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-11T21:18:49.495Z[ recovery-image] Feb 11 21:18:47.857 INFO O| Feb 11 21:18:47.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57232025-02-11T21:18:49.495Z[ recovery-image] Feb 11 21:18:47.857 INFO O| Feb 11 21:18:47.857 INFO STEP 424 (remove_files) COMPLETE
57242025-02-11T21:18:49.497Z[ recovery-image] Feb 11 21:18:47.857 INFO O| Feb 11 21:18:47.857 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-02-11T21:18:49.552Z[ recovery-image] Feb 11 21:18:47.914 INFO O| Feb 11 21:18:47.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57262025-02-11T21:18:49.552Z[ recovery-image] Feb 11 21:18:47.914 INFO O| Feb 11 21:18:47.914 INFO STEP 425 (remove_files) COMPLETE
57272025-02-11T21:18:49.555Z[ recovery-image] Feb 11 21:18:47.914 INFO O| Feb 11 21:18:47.914 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-02-11T21:18:49.573Z[ recovery-image] Feb 11 21:18:47.935 INFO O| Feb 11 21:18:47.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57292025-02-11T21:18:49.573Z[ recovery-image] Feb 11 21:18:47.935 INFO O| Feb 11 21:18:47.935 INFO STEP 426 (remove_files) COMPLETE
57302025-02-11T21:18:49.573Z[ recovery-image] Feb 11 21:18:47.935 INFO O| Feb 11 21:18:47.935 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-02-11T21:18:49.593Z[ recovery-image] Feb 11 21:18:47.955 INFO O| Feb 11 21:18:47.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57322025-02-11T21:18:49.593Z[ recovery-image] Feb 11 21:18:47.955 INFO O| Feb 11 21:18:47.955 INFO STEP 427 (remove_files) COMPLETE
57332025-02-11T21:18:49.593Z[ recovery-image] Feb 11 21:18:47.955 INFO O| Feb 11 21:18:47.955 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-02-11T21:18:49.636Z[ recovery-image] Feb 11 21:18:47.998 INFO O| Feb 11 21:18:47.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57352025-02-11T21:18:49.636Z[ recovery-image] Feb 11 21:18:47.998 INFO O| Feb 11 21:18:47.998 INFO STEP 428 (remove_files) COMPLETE
57362025-02-11T21:18:49.639Z[ recovery-image] Feb 11 21:18:47.998 INFO O| Feb 11 21:18:47.998 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-11T21:18:49.659Z[ recovery-image] Feb 11 21:18:48.021 INFO O| Feb 11 21:18:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57382025-02-11T21:18:49.659Z[ recovery-image] Feb 11 21:18:48.021 INFO O| Feb 11 21:18:48.021 INFO STEP 429 (remove_files) COMPLETE
57392025-02-11T21:18:49.659Z[ recovery-image] Feb 11 21:18:48.021 INFO O| Feb 11 21:18:48.021 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-11T21:18:49.692Z[ recovery-image] Feb 11 21:18:48.053 INFO O| Feb 11 21:18:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57412025-02-11T21:18:49.694Z[ recovery-image] Feb 11 21:18:48.053 INFO O| Feb 11 21:18:48.053 INFO STEP 430 (remove_files) COMPLETE
57422025-02-11T21:18:49.694Z[ recovery-image] Feb 11 21:18:48.053 INFO O| Feb 11 21:18:48.053 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-11T21:18:49.710Z[ recovery-image] Feb 11 21:18:48.072 INFO O| Feb 11 21:18:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57442025-02-11T21:18:49.713Z[ recovery-image] Feb 11 21:18:48.072 INFO O| Feb 11 21:18:48.072 INFO STEP 431 (remove_files) COMPLETE
57452025-02-11T21:18:49.713Z[ recovery-image] Feb 11 21:18:48.072 INFO O| Feb 11 21:18:48.072 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-11T21:18:49.730Z[ recovery-image] Feb 11 21:18:48.091 INFO O| Feb 11 21:18:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57472025-02-11T21:18:49.733Z[ recovery-image] Feb 11 21:18:48.091 INFO O| Feb 11 21:18:48.091 INFO STEP 432 (remove_files) COMPLETE
57482025-02-11T21:18:49.733Z[ recovery-image] Feb 11 21:18:48.091 INFO O| Feb 11 21:18:48.091 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-11T21:18:49.748Z[ recovery-image] Feb 11 21:18:48.110 INFO O| Feb 11 21:18:48.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57502025-02-11T21:18:49.748Z[ recovery-image] Feb 11 21:18:48.110 INFO O| Feb 11 21:18:48.110 INFO STEP 433 (remove_files) COMPLETE
57512025-02-11T21:18:49.748Z[ recovery-image] Feb 11 21:18:48.110 INFO O| Feb 11 21:18:48.110 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-11T21:18:49.781Z[ recovery-image] Feb 11 21:18:48.142 INFO O| Feb 11 21:18:48.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57532025-02-11T21:18:49.781Z[ recovery-image] Feb 11 21:18:48.142 INFO O| Feb 11 21:18:48.142 INFO STEP 434 (remove_files) COMPLETE
57542025-02-11T21:18:49.781Z[ recovery-image] Feb 11 21:18:48.142 INFO O| Feb 11 21:18:48.142 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-11T21:18:49.822Z[ recovery-image] Feb 11 21:18:48.183 INFO O| Feb 11 21:18:48.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57562025-02-11T21:18:49.822Z[ recovery-image] Feb 11 21:18:48.184 INFO O| Feb 11 21:18:48.184 INFO STEP 435 (remove_files) COMPLETE
57572025-02-11T21:18:49.823Z[ recovery-image] Feb 11 21:18:48.184 INFO O| Feb 11 21:18:48.184 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-11T21:18:49.847Z[ recovery-image] Feb 11 21:18:48.209 INFO O| Feb 11 21:18:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57592025-02-11T21:18:49.847Z[ recovery-image] Feb 11 21:18:48.209 INFO O| Feb 11 21:18:48.209 INFO STEP 436 (remove_files) COMPLETE
57602025-02-11T21:18:49.850Z[ recovery-image] Feb 11 21:18:48.209 INFO O| Feb 11 21:18:48.209 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-11T21:18:49.866Z[ recovery-image] Feb 11 21:18:48.226 INFO O| Feb 11 21:18:48.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57622025-02-11T21:18:49.866Z[ recovery-image] Feb 11 21:18:48.226 INFO O| Feb 11 21:18:48.226 INFO STEP 437 (remove_files) COMPLETE
57632025-02-11T21:18:49.866Z[ recovery-image] Feb 11 21:18:48.226 INFO O| Feb 11 21:18:48.226 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-11T21:18:49.882Z[ recovery-image] Feb 11 21:18:48.244 INFO O| Feb 11 21:18:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57652025-02-11T21:18:49.885Z[ recovery-image] Feb 11 21:18:48.244 INFO O| Feb 11 21:18:48.244 INFO STEP 438 (remove_files) COMPLETE
57662025-02-11T21:18:49.885Z[ recovery-image] Feb 11 21:18:48.244 INFO O| Feb 11 21:18:48.244 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-11T21:18:49.901Z[ recovery-image] Feb 11 21:18:48.262 INFO O| Feb 11 21:18:48.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57682025-02-11T21:18:49.901Z[ recovery-image] Feb 11 21:18:48.263 INFO O| Feb 11 21:18:48.262 INFO STEP 439 (remove_files) COMPLETE
57692025-02-11T21:18:49.901Z[ recovery-image] Feb 11 21:18:48.263 INFO O| Feb 11 21:18:48.263 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-11T21:18:49.930Z[ recovery-image] Feb 11 21:18:48.292 INFO O| Feb 11 21:18:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57712025-02-11T21:18:49.933Z[ recovery-image] Feb 11 21:18:48.293 INFO O| Feb 11 21:18:48.292 INFO STEP 440 (remove_files) COMPLETE
57722025-02-11T21:18:49.933Z[ recovery-image] Feb 11 21:18:48.293 INFO O| Feb 11 21:18:48.292 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-11T21:18:49.953Z[ recovery-image] Feb 11 21:18:48.315 INFO O| Feb 11 21:18:48.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57742025-02-11T21:18:49.956Z[ recovery-image] Feb 11 21:18:48.315 INFO O| Feb 11 21:18:48.315 INFO STEP 441 (remove_files) COMPLETE
57752025-02-11T21:18:49.956Z[ recovery-image] Feb 11 21:18:48.315 INFO O| Feb 11 21:18:48.315 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-11T21:18:49.978Z[ recovery-image] Feb 11 21:18:48.340 INFO O| Feb 11 21:18:48.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57772025-02-11T21:18:49.978Z[ recovery-image] Feb 11 21:18:48.340 INFO O| Feb 11 21:18:48.340 INFO STEP 442 (remove_files) COMPLETE
57782025-02-11T21:18:49.978Z[ recovery-image] Feb 11 21:18:48.340 INFO O| Feb 11 21:18:48.340 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-11T21:18:50.038Z[ recovery-image] Feb 11 21:18:48.400 INFO O| Feb 11 21:18:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57802025-02-11T21:18:50.038Z[ recovery-image] Feb 11 21:18:48.400 INFO O| Feb 11 21:18:48.400 INFO STEP 443 (remove_files) COMPLETE
57812025-02-11T21:18:50.041Z[ recovery-image] Feb 11 21:18:48.400 INFO O| Feb 11 21:18:48.400 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-11T21:18:50.079Z[ recovery-image] Feb 11 21:18:48.441 INFO O| Feb 11 21:18:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57832025-02-11T21:18:50.082Z[ recovery-image] Feb 11 21:18:48.441 INFO O| Feb 11 21:18:48.441 INFO STEP 444 (remove_files) COMPLETE
57842025-02-11T21:18:50.082Z[ recovery-image] Feb 11 21:18:48.441 INFO O| Feb 11 21:18:48.441 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-11T21:18:50.100Z[ recovery-image] Feb 11 21:18:48.462 INFO O| Feb 11 21:18:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57862025-02-11T21:18:50.103Z[ recovery-image] Feb 11 21:18:48.462 INFO O| Feb 11 21:18:48.462 INFO STEP 445 (remove_files) COMPLETE
57872025-02-11T21:18:50.103Z[ recovery-image] Feb 11 21:18:48.462 INFO O| Feb 11 21:18:48.462 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-11T21:18:50.120Z[ recovery-image] Feb 11 21:18:48.482 INFO O| Feb 11 21:18:48.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57892025-02-11T21:18:50.123Z[ recovery-image] Feb 11 21:18:48.482 INFO O| Feb 11 21:18:48.482 INFO STEP 446 (remove_files) COMPLETE
57902025-02-11T21:18:50.123Z[ recovery-image] Feb 11 21:18:48.482 INFO O| Feb 11 21:18:48.482 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-11T21:18:50.159Z[ recovery-image] Feb 11 21:18:48.521 INFO O| Feb 11 21:18:48.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57922025-02-11T21:18:50.162Z[ recovery-image] Feb 11 21:18:48.521 INFO O| Feb 11 21:18:48.521 INFO STEP 447 (remove_files) COMPLETE
57932025-02-11T21:18:50.162Z[ recovery-image] Feb 11 21:18:48.521 INFO O| Feb 11 21:18:48.521 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-11T21:18:50.180Z[ recovery-image] Feb 11 21:18:48.542 INFO O| Feb 11 21:18:48.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57952025-02-11T21:18:50.180Z[ recovery-image] Feb 11 21:18:48.542 INFO O| Feb 11 21:18:48.542 INFO STEP 448 (remove_files) COMPLETE
57962025-02-11T21:18:50.183Z[ recovery-image] Feb 11 21:18:48.542 INFO O| Feb 11 21:18:48.542 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-11T21:18:50.200Z[ recovery-image] Feb 11 21:18:48.562 INFO O| Feb 11 21:18:48.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57982025-02-11T21:18:50.200Z[ recovery-image] Feb 11 21:18:48.562 INFO O| Feb 11 21:18:48.562 INFO STEP 449 (remove_files) COMPLETE
57992025-02-11T21:18:50.203Z[ recovery-image] Feb 11 21:18:48.562 INFO O| Feb 11 21:18:48.562 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-11T21:18:50.220Z[ recovery-image] Feb 11 21:18:48.581 INFO O| Feb 11 21:18:48.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58012025-02-11T21:18:50.220Z[ recovery-image] Feb 11 21:18:48.581 INFO O| Feb 11 21:18:48.581 INFO STEP 450 (remove_files) COMPLETE
58022025-02-11T21:18:50.222Z[ recovery-image] Feb 11 21:18:48.582 INFO O| Feb 11 21:18:48.581 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-11T21:18:50.251Z[ recovery-image] Feb 11 21:18:48.612 INFO O| Feb 11 21:18:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58042025-02-11T21:18:50.251Z[ recovery-image] Feb 11 21:18:48.613 INFO O| Feb 11 21:18:48.613 INFO STEP 451 (remove_files) COMPLETE
58052025-02-11T21:18:50.251Z[ recovery-image] Feb 11 21:18:48.613 INFO O| Feb 11 21:18:48.613 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-11T21:18:50.270Z[ recovery-image] Feb 11 21:18:48.632 INFO O| Feb 11 21:18:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58072025-02-11T21:18:50.270Z[ recovery-image] Feb 11 21:18:48.632 INFO O| Feb 11 21:18:48.632 INFO STEP 452 (remove_files) COMPLETE
58082025-02-11T21:18:50.273Z[ recovery-image] Feb 11 21:18:48.632 INFO O| Feb 11 21:18:48.632 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-11T21:18:50.307Z[ recovery-image] Feb 11 21:18:48.669 INFO O| Feb 11 21:18:48.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58102025-02-11T21:18:50.307Z[ recovery-image] Feb 11 21:18:48.669 INFO O| Feb 11 21:18:48.669 INFO STEP 453 (remove_files) COMPLETE
58112025-02-11T21:18:50.307Z[ recovery-image] Feb 11 21:18:48.669 INFO O| Feb 11 21:18:48.669 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-11T21:18:50.360Z[ recovery-image] Feb 11 21:18:48.722 INFO O| Feb 11 21:18:48.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58132025-02-11T21:18:50.360Z[ recovery-image] Feb 11 21:18:48.722 INFO O| Feb 11 21:18:48.722 INFO STEP 454 (remove_files) COMPLETE
58142025-02-11T21:18:50.363Z[ recovery-image] Feb 11 21:18:48.722 INFO O| Feb 11 21:18:48.722 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-11T21:18:50.378Z[ recovery-image] Feb 11 21:18:48.739 INFO O| Feb 11 21:18:48.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58162025-02-11T21:18:50.378Z[ recovery-image] Feb 11 21:18:48.740 INFO O| Feb 11 21:18:48.740 INFO STEP 455 (remove_files) COMPLETE
58172025-02-11T21:18:50.381Z[ recovery-image] Feb 11 21:18:48.740 INFO O| Feb 11 21:18:48.740 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-11T21:18:50.398Z[ recovery-image] Feb 11 21:18:48.758 INFO O| Feb 11 21:18:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58192025-02-11T21:18:50.398Z[ recovery-image] Feb 11 21:18:48.758 INFO O| Feb 11 21:18:48.757 INFO STEP 456 (remove_files) COMPLETE
58202025-02-11T21:18:50.398Z[ recovery-image] Feb 11 21:18:48.758 INFO O| Feb 11 21:18:48.757 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-11T21:18:50.455Z[ recovery-image] Feb 11 21:18:48.817 INFO O| Feb 11 21:18:48.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58222025-02-11T21:18:50.458Z[ recovery-image] Feb 11 21:18:48.817 INFO O| Feb 11 21:18:48.817 INFO STEP 457 (remove_files) COMPLETE
58232025-02-11T21:18:50.458Z[ recovery-image] Feb 11 21:18:48.817 INFO O| Feb 11 21:18:48.817 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-11T21:18:50.474Z[ recovery-image] Feb 11 21:18:48.836 INFO O| Feb 11 21:18:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58252025-02-11T21:18:50.477Z[ recovery-image] Feb 11 21:18:48.836 INFO O| Feb 11 21:18:48.836 INFO STEP 458 (remove_files) COMPLETE
58262025-02-11T21:18:50.477Z[ recovery-image] Feb 11 21:18:48.836 INFO O| Feb 11 21:18:48.836 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-11T21:18:50.493Z[ recovery-image] Feb 11 21:18:48.855 INFO O| Feb 11 21:18:48.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58282025-02-11T21:18:50.496Z[ recovery-image] Feb 11 21:18:48.855 INFO O| Feb 11 21:18:48.855 INFO STEP 459 (remove_files) COMPLETE
58292025-02-11T21:18:50.496Z[ recovery-image] Feb 11 21:18:48.855 INFO O| Feb 11 21:18:48.855 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-11T21:18:50.514Z[ recovery-image] Feb 11 21:18:48.875 INFO O| Feb 11 21:18:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58312025-02-11T21:18:50.516Z[ recovery-image] Feb 11 21:18:48.876 INFO O| Feb 11 21:18:48.876 INFO STEP 460 (remove_files) COMPLETE
58322025-02-11T21:18:50.516Z[ recovery-image] Feb 11 21:18:48.876 INFO O| Feb 11 21:18:48.876 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-11T21:18:50.546Z[ recovery-image] Feb 11 21:18:48.907 INFO O| Feb 11 21:18:48.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58342025-02-11T21:18:50.546Z[ recovery-image] Feb 11 21:18:48.907 INFO O| Feb 11 21:18:48.907 INFO STEP 461 (remove_files) COMPLETE
58352025-02-11T21:18:50.548Z[ recovery-image] Feb 11 21:18:48.908 INFO O| Feb 11 21:18:48.907 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-11T21:18:50.567Z[ recovery-image] Feb 11 21:18:48.929 INFO O| Feb 11 21:18:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58372025-02-11T21:18:50.567Z[ recovery-image] Feb 11 21:18:48.929 INFO O| Feb 11 21:18:48.929 INFO STEP 462 (remove_files) COMPLETE
58382025-02-11T21:18:50.567Z[ recovery-image] Feb 11 21:18:48.929 INFO O| Feb 11 21:18:48.929 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-11T21:18:50.595Z[ recovery-image] Feb 11 21:18:48.957 INFO O| Feb 11 21:18:48.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58402025-02-11T21:18:50.598Z[ recovery-image] Feb 11 21:18:48.957 INFO O| Feb 11 21:18:48.957 INFO STEP 463 (remove_files) COMPLETE
58412025-02-11T21:18:50.598Z[ recovery-image] Feb 11 21:18:48.958 INFO O| Feb 11 21:18:48.957 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-11T21:18:50.615Z[ recovery-image] Feb 11 21:18:48.977 INFO O| Feb 11 21:18:48.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58432025-02-11T21:18:50.618Z[ recovery-image] Feb 11 21:18:48.977 INFO O| Feb 11 21:18:48.977 INFO STEP 464 (remove_files) COMPLETE
58442025-02-11T21:18:50.618Z[ recovery-image] Feb 11 21:18:48.978 INFO O| Feb 11 21:18:48.978 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-11T21:18:50.635Z[ recovery-image] Feb 11 21:18:48.996 INFO O| Feb 11 21:18:48.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58462025-02-11T21:18:50.635Z[ recovery-image] Feb 11 21:18:48.996 INFO O| Feb 11 21:18:48.996 INFO STEP 465 (remove_files) COMPLETE
58472025-02-11T21:18:50.637Z[ recovery-image] Feb 11 21:18:48.997 INFO O| Feb 11 21:18:48.996 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-11T21:18:50.665Z[ recovery-image] Feb 11 21:18:49.026 INFO O| Feb 11 21:18:49.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58492025-02-11T21:18:50.665Z[ recovery-image] Feb 11 21:18:49.026 INFO O| Feb 11 21:18:49.026 INFO STEP 466 (remove_files) COMPLETE
58502025-02-11T21:18:50.667Z[ recovery-image] Feb 11 21:18:49.026 INFO O| Feb 11 21:18:49.026 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-11T21:18:50.701Z[ recovery-image] Feb 11 21:18:49.062 INFO O| Feb 11 21:18:49.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58522025-02-11T21:18:50.701Z[ recovery-image] Feb 11 21:18:49.062 INFO O| Feb 11 21:18:49.062 INFO STEP 467 (remove_files) COMPLETE
58532025-02-11T21:18:50.701Z[ recovery-image] Feb 11 21:18:49.062 INFO O| Feb 11 21:18:49.062 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-11T21:18:50.718Z[ recovery-image] Feb 11 21:18:49.080 INFO O| Feb 11 21:18:49.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58552025-02-11T21:18:50.718Z[ recovery-image] Feb 11 21:18:49.080 INFO O| Feb 11 21:18:49.080 INFO STEP 468 (remove_files) COMPLETE
58562025-02-11T21:18:50.724Z[ recovery-image] Feb 11 21:18:49.080 INFO O| Feb 11 21:18:49.080 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-11T21:18:50.751Z[ recovery-image] Feb 11 21:18:49.112 INFO O| Feb 11 21:18:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58582025-02-11T21:18:50.751Z[ recovery-image] Feb 11 21:18:49.112 INFO O| Feb 11 21:18:49.112 INFO STEP 469 (remove_files) COMPLETE
58592025-02-11T21:18:50.751Z[ recovery-image] Feb 11 21:18:49.112 INFO O| Feb 11 21:18:49.112 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-11T21:18:50.803Z[ recovery-image] Feb 11 21:18:49.165 INFO O| Feb 11 21:18:49.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58612025-02-11T21:18:50.806Z[ recovery-image] Feb 11 21:18:49.165 INFO O| Feb 11 21:18:49.165 INFO STEP 470 (remove_files) COMPLETE
58622025-02-11T21:18:50.806Z[ recovery-image] Feb 11 21:18:49.165 INFO O| Feb 11 21:18:49.165 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-11T21:18:50.865Z[ recovery-image] Feb 11 21:18:49.227 INFO O| Feb 11 21:18:49.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58642025-02-11T21:18:50.866Z[ recovery-image] Feb 11 21:18:49.227 INFO O| Feb 11 21:18:49.227 INFO STEP 471 (remove_files) COMPLETE
58652025-02-11T21:18:50.868Z[ recovery-image] Feb 11 21:18:49.227 INFO O| Feb 11 21:18:49.227 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-11T21:18:50.885Z[ recovery-image] Feb 11 21:18:49.247 INFO O| Feb 11 21:18:49.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58672025-02-11T21:18:50.885Z[ recovery-image] Feb 11 21:18:49.247 INFO O| Feb 11 21:18:49.247 INFO STEP 472 (remove_files) COMPLETE
58682025-02-11T21:18:50.885Z[ recovery-image] Feb 11 21:18:49.247 INFO O| Feb 11 21:18:49.247 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-11T21:18:50.944Z[ recovery-image] Feb 11 21:18:49.306 INFO O| Feb 11 21:18:49.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58702025-02-11T21:18:50.944Z[ recovery-image] Feb 11 21:18:49.306 INFO O| Feb 11 21:18:49.306 INFO STEP 473 (remove_files) COMPLETE
58712025-02-11T21:18:50.944Z[ recovery-image] Feb 11 21:18:49.306 INFO O| Feb 11 21:18:49.306 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-11T21:18:50.980Z[ recovery-image] Feb 11 21:18:49.342 INFO O| Feb 11 21:18:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58732025-02-11T21:18:50.980Z[ recovery-image] Feb 11 21:18:49.342 INFO O| Feb 11 21:18:49.342 INFO STEP 474 (remove_files) COMPLETE
58742025-02-11T21:18:50.983Z[ recovery-image] Feb 11 21:18:49.342 INFO O| Feb 11 21:18:49.342 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-11T21:18:50.999Z[ recovery-image] Feb 11 21:18:49.361 INFO O| Feb 11 21:18:49.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58762025-02-11T21:18:51.000Z[ recovery-image] Feb 11 21:18:49.361 INFO O| Feb 11 21:18:49.361 INFO STEP 475 (remove_files) COMPLETE
58772025-02-11T21:18:51.002Z[ recovery-image] Feb 11 21:18:49.361 INFO O| Feb 11 21:18:49.361 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-11T21:18:51.043Z[ recovery-image] Feb 11 21:18:49.404 INFO O| Feb 11 21:18:49.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58792025-02-11T21:18:51.043Z[ recovery-image] Feb 11 21:18:49.405 INFO O| Feb 11 21:18:49.404 INFO STEP 476 (remove_files) COMPLETE
58802025-02-11T21:18:51.046Z[ recovery-image] Feb 11 21:18:49.405 INFO O| Feb 11 21:18:49.405 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-11T21:18:51.092Z[ recovery-image] Feb 11 21:18:49.453 INFO O| Feb 11 21:18:49.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58822025-02-11T21:18:51.092Z[ recovery-image] Feb 11 21:18:49.454 INFO O| Feb 11 21:18:49.453 INFO STEP 477 (remove_files) COMPLETE
58832025-02-11T21:18:51.092Z[ recovery-image] Feb 11 21:18:49.454 INFO O| Feb 11 21:18:49.454 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-11T21:18:51.112Z[ recovery-image] Feb 11 21:18:49.473 INFO O| Feb 11 21:18:49.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58852025-02-11T21:18:51.112Z[ recovery-image] Feb 11 21:18:49.474 INFO O| Feb 11 21:18:49.474 INFO STEP 478 (remove_files) COMPLETE
58862025-02-11T21:18:51.112Z[ recovery-image] Feb 11 21:18:49.474 INFO O| Feb 11 21:18:49.474 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-11T21:18:51.150Z[ recovery-image] Feb 11 21:18:49.512 INFO O| Feb 11 21:18:49.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58882025-02-11T21:18:51.150Z[ recovery-image] Feb 11 21:18:49.512 INFO O| Feb 11 21:18:49.512 INFO STEP 479 (remove_files) COMPLETE
58892025-02-11T21:18:51.153Z[ recovery-image] Feb 11 21:18:49.512 INFO O| Feb 11 21:18:49.512 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-11T21:18:51.213Z[ recovery-image] Feb 11 21:18:49.575 INFO O| Feb 11 21:18:49.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58912025-02-11T21:18:51.213Z[ recovery-image] Feb 11 21:18:49.575 INFO O| Feb 11 21:18:49.575 INFO STEP 480 (remove_files) COMPLETE
58922025-02-11T21:18:51.213Z[ recovery-image] Feb 11 21:18:49.575 INFO O| Feb 11 21:18:49.575 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-11T21:18:51.233Z[ recovery-image] Feb 11 21:18:49.595 INFO O| Feb 11 21:18:49.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58942025-02-11T21:18:51.233Z[ recovery-image] Feb 11 21:18:49.595 INFO O| Feb 11 21:18:49.595 INFO STEP 481 (remove_files) COMPLETE
58952025-02-11T21:18:51.236Z[ recovery-image] Feb 11 21:18:49.595 INFO O| Feb 11 21:18:49.595 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-11T21:18:51.260Z[ recovery-image] Feb 11 21:18:49.621 INFO O| Feb 11 21:18:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58972025-02-11T21:18:51.260Z[ recovery-image] Feb 11 21:18:49.621 INFO O| Feb 11 21:18:49.621 INFO STEP 482 (remove_files) COMPLETE
58982025-02-11T21:18:51.262Z[ recovery-image] Feb 11 21:18:49.621 INFO O| Feb 11 21:18:49.621 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-11T21:18:51.310Z[ recovery-image] Feb 11 21:18:49.671 INFO O| Feb 11 21:18:49.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59002025-02-11T21:18:51.313Z[ recovery-image] Feb 11 21:18:49.671 INFO O| Feb 11 21:18:49.671 INFO STEP 483 (remove_files) COMPLETE
59012025-02-11T21:18:51.313Z[ recovery-image] Feb 11 21:18:49.672 INFO O| Feb 11 21:18:49.672 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-11T21:18:51.331Z[ recovery-image] Feb 11 21:18:49.692 INFO O| Feb 11 21:18:49.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59032025-02-11T21:18:51.331Z[ recovery-image] Feb 11 21:18:49.692 INFO O| Feb 11 21:18:49.692 INFO STEP 484 (remove_files) COMPLETE
59042025-02-11T21:18:51.334Z[ recovery-image] Feb 11 21:18:49.693 INFO O| Feb 11 21:18:49.692 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-11T21:18:51.353Z[ recovery-image] Feb 11 21:18:49.715 INFO O| Feb 11 21:18:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59062025-02-11T21:18:51.354Z[ recovery-image] Feb 11 21:18:49.715 INFO O| Feb 11 21:18:49.715 INFO STEP 485 (remove_files) COMPLETE
59072025-02-11T21:18:51.356Z[ recovery-image] Feb 11 21:18:49.715 INFO O| Feb 11 21:18:49.715 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-11T21:18:51.412Z[ recovery-image] Feb 11 21:18:49.773 INFO O| Feb 11 21:18:49.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59092025-02-11T21:18:51.412Z[ recovery-image] Feb 11 21:18:49.773 INFO O| Feb 11 21:18:49.773 INFO STEP 486 (remove_files) COMPLETE
59102025-02-11T21:18:51.414Z[ recovery-image] Feb 11 21:18:49.773 INFO O| Feb 11 21:18:49.773 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-11T21:18:51.472Z[ recovery-image] Feb 11 21:18:49.834 INFO O| Feb 11 21:18:49.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59122025-02-11T21:18:51.472Z[ recovery-image] Feb 11 21:18:49.834 INFO O| Feb 11 21:18:49.834 INFO STEP 487 (remove_files) COMPLETE
59132025-02-11T21:18:51.475Z[ recovery-image] Feb 11 21:18:49.834 INFO O| Feb 11 21:18:49.834 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-11T21:18:51.492Z[ recovery-image] Feb 11 21:18:49.853 INFO O| Feb 11 21:18:49.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59152025-02-11T21:18:51.492Z[ recovery-image] Feb 11 21:18:49.853 INFO O| Feb 11 21:18:49.853 INFO STEP 488 (remove_files) COMPLETE
59162025-02-11T21:18:51.492Z[ recovery-image] Feb 11 21:18:49.853 INFO O| Feb 11 21:18:49.853 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-11T21:18:51.511Z[ recovery-image] Feb 11 21:18:49.873 INFO O| Feb 11 21:18:49.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59182025-02-11T21:18:51.511Z[ recovery-image] Feb 11 21:18:49.873 INFO O| Feb 11 21:18:49.873 INFO STEP 489 (remove_files) COMPLETE
59192025-02-11T21:18:51.512Z[ recovery-image] Feb 11 21:18:49.873 INFO O| Feb 11 21:18:49.873 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-11T21:18:51.532Z[ recovery-image] Feb 11 21:18:49.893 INFO O| Feb 11 21:18:49.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59212025-02-11T21:18:51.532Z[ recovery-image] Feb 11 21:18:49.893 INFO O| Feb 11 21:18:49.893 INFO STEP 490 (remove_files) COMPLETE
59222025-02-11T21:18:51.534Z[ recovery-image] Feb 11 21:18:49.893 INFO O| Feb 11 21:18:49.893 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-11T21:18:51.552Z[ recovery-image] Feb 11 21:18:49.913 INFO O| Feb 11 21:18:49.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59242025-02-11T21:18:51.552Z[ recovery-image] Feb 11 21:18:49.913 INFO O| Feb 11 21:18:49.913 INFO STEP 491 (remove_files) COMPLETE
59252025-02-11T21:18:51.552Z[ recovery-image] Feb 11 21:18:49.914 INFO O| Feb 11 21:18:49.913 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-11T21:18:51.571Z[ recovery-image] Feb 11 21:18:49.933 INFO O| Feb 11 21:18:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59272025-02-11T21:18:51.571Z[ recovery-image] Feb 11 21:18:49.933 INFO O| Feb 11 21:18:49.933 INFO STEP 492 (remove_files) COMPLETE
59282025-02-11T21:18:51.574Z[ recovery-image] Feb 11 21:18:49.933 INFO O| Feb 11 21:18:49.933 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-11T21:18:51.604Z[ recovery-image] Feb 11 21:18:49.965 INFO O| Feb 11 21:18:49.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59302025-02-11T21:18:51.604Z[ recovery-image] Feb 11 21:18:49.965 INFO O| Feb 11 21:18:49.965 INFO STEP 493 (remove_files) COMPLETE
59312025-02-11T21:18:51.606Z[ recovery-image] Feb 11 21:18:49.965 INFO O| Feb 11 21:18:49.965 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-11T21:18:51.624Z[ recovery-image] Feb 11 21:18:49.986 INFO O| Feb 11 21:18:49.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59332025-02-11T21:18:51.624Z[ recovery-image] Feb 11 21:18:49.986 INFO O| Feb 11 21:18:49.986 INFO STEP 494 (remove_files) COMPLETE
59342025-02-11T21:18:51.624Z[ recovery-image] Feb 11 21:18:49.986 INFO O| Feb 11 21:18:49.986 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-11T21:18:51.667Z[ recovery-image] Feb 11 21:18:50.029 INFO O| Feb 11 21:18:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59362025-02-11T21:18:51.667Z[ recovery-image] Feb 11 21:18:50.029 INFO O| Feb 11 21:18:50.029 INFO STEP 495 (remove_files) COMPLETE
59372025-02-11T21:18:51.670Z[ recovery-image] Feb 11 21:18:50.029 INFO O| Feb 11 21:18:50.029 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-11T21:18:51.688Z[ recovery-image] Feb 11 21:18:50.049 INFO O| Feb 11 21:18:50.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59392025-02-11T21:18:51.688Z[ recovery-image] Feb 11 21:18:50.049 INFO O| Feb 11 21:18:50.049 INFO STEP 496 (remove_files) COMPLETE
59402025-02-11T21:18:51.691Z[ recovery-image] Feb 11 21:18:50.050 INFO O| Feb 11 21:18:50.050 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-11T21:18:51.708Z[ recovery-image] Feb 11 21:18:50.070 INFO O| Feb 11 21:18:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59422025-02-11T21:18:51.711Z[ recovery-image] Feb 11 21:18:50.070 INFO O| Feb 11 21:18:50.070 INFO STEP 497 (remove_files) COMPLETE
59432025-02-11T21:18:51.711Z[ recovery-image] Feb 11 21:18:50.070 INFO O| Feb 11 21:18:50.070 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-11T21:18:51.739Z[ recovery-image] Feb 11 21:18:50.100 INFO O| Feb 11 21:18:50.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59452025-02-11T21:18:51.739Z[ recovery-image] Feb 11 21:18:50.100 INFO O| Feb 11 21:18:50.100 INFO STEP 498 (remove_files) COMPLETE
59462025-02-11T21:18:51.739Z[ recovery-image] Feb 11 21:18:50.100 INFO O| Feb 11 21:18:50.100 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-11T21:18:51.779Z[ recovery-image] Feb 11 21:18:50.139 INFO O| Feb 11 21:18:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59482025-02-11T21:18:51.779Z[ recovery-image] Feb 11 21:18:50.139 INFO O| Feb 11 21:18:50.139 INFO STEP 499 (remove_files) COMPLETE
59492025-02-11T21:18:51.779Z[ recovery-image] Feb 11 21:18:50.139 INFO O| Feb 11 21:18:50.139 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-11T21:18:51.824Z[ recovery-image] Feb 11 21:18:50.185 INFO O| Feb 11 21:18:50.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59512025-02-11T21:18:51.824Z[ recovery-image] Feb 11 21:18:50.185 INFO O| Feb 11 21:18:50.185 INFO STEP 500 (remove_files) COMPLETE
59522025-02-11T21:18:51.824Z[ recovery-image] Feb 11 21:18:50.185 INFO O| Feb 11 21:18:50.185 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-11T21:18:51.874Z[ recovery-image] Feb 11 21:18:50.235 INFO O| Feb 11 21:18:50.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59542025-02-11T21:18:51.877Z[ recovery-image] Feb 11 21:18:50.236 INFO O| Feb 11 21:18:50.235 INFO STEP 501 (remove_files) COMPLETE
59552025-02-11T21:18:51.877Z[ recovery-image] Feb 11 21:18:50.236 INFO O| Feb 11 21:18:50.236 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-11T21:18:51.894Z[ recovery-image] Feb 11 21:18:50.256 INFO O| Feb 11 21:18:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59572025-02-11T21:18:51.897Z[ recovery-image] Feb 11 21:18:50.256 INFO O| Feb 11 21:18:50.256 INFO STEP 502 (remove_files) COMPLETE
59582025-02-11T21:18:51.897Z[ recovery-image] Feb 11 21:18:50.256 INFO O| Feb 11 21:18:50.256 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-11T21:18:51.926Z[ recovery-image] Feb 11 21:18:50.287 INFO O| Feb 11 21:18:50.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59602025-02-11T21:18:51.926Z[ recovery-image] Feb 11 21:18:50.287 INFO O| Feb 11 21:18:50.287 INFO STEP 503 (remove_files) COMPLETE
59612025-02-11T21:18:51.927Z[ recovery-image] Feb 11 21:18:50.287 INFO O| Feb 11 21:18:50.287 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-11T21:18:51.986Z[ recovery-image] Feb 11 21:18:50.347 INFO O| Feb 11 21:18:50.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59632025-02-11T21:18:51.986Z[ recovery-image] Feb 11 21:18:50.347 INFO O| Feb 11 21:18:50.347 INFO STEP 504 (remove_files) COMPLETE
59642025-02-11T21:18:51.986Z[ recovery-image] Feb 11 21:18:50.347 INFO O| Feb 11 21:18:50.347 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-11T21:18:52.006Z[ recovery-image] Feb 11 21:18:50.367 INFO O| Feb 11 21:18:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59662025-02-11T21:18:52.006Z[ recovery-image] Feb 11 21:18:50.367 INFO O| Feb 11 21:18:50.367 INFO STEP 505 (remove_files) COMPLETE
59672025-02-11T21:18:52.006Z[ recovery-image] Feb 11 21:18:50.367 INFO O| Feb 11 21:18:50.367 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-11T21:18:52.040Z[ recovery-image] Feb 11 21:18:50.401 INFO O| Feb 11 21:18:50.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59692025-02-11T21:18:52.042Z[ recovery-image] Feb 11 21:18:50.402 INFO O| Feb 11 21:18:50.401 INFO STEP 506 (remove_files) COMPLETE
59702025-02-11T21:18:52.042Z[ recovery-image] Feb 11 21:18:50.402 INFO O| Feb 11 21:18:50.402 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-11T21:18:52.068Z[ recovery-image] Feb 11 21:18:50.423 INFO O| Feb 11 21:18:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59722025-02-11T21:18:52.069Z[ recovery-image] Feb 11 21:18:50.423 INFO O| Feb 11 21:18:50.423 INFO STEP 507 (remove_files) COMPLETE
59732025-02-11T21:18:52.069Z[ recovery-image] Feb 11 21:18:50.423 INFO O| Feb 11 21:18:50.423 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-11T21:18:52.097Z[ recovery-image] Feb 11 21:18:50.458 INFO O| Feb 11 21:18:50.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59752025-02-11T21:18:52.101Z[ recovery-image] Feb 11 21:18:50.458 INFO O| Feb 11 21:18:50.458 INFO STEP 508 (remove_files) COMPLETE
59762025-02-11T21:18:52.101Z[ recovery-image] Feb 11 21:18:50.459 INFO O| Feb 11 21:18:50.459 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-11T21:18:52.120Z[ recovery-image] Feb 11 21:18:50.481 INFO O| Feb 11 21:18:50.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59782025-02-11T21:18:52.123Z[ recovery-image] Feb 11 21:18:50.481 INFO O| Feb 11 21:18:50.481 INFO STEP 509 (remove_files) COMPLETE
59792025-02-11T21:18:52.123Z[ recovery-image] Feb 11 21:18:50.481 INFO O| Feb 11 21:18:50.481 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-11T21:18:52.150Z[ recovery-image] Feb 11 21:18:50.511 INFO O| Feb 11 21:18:50.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59812025-02-11T21:18:52.150Z[ recovery-image] Feb 11 21:18:50.511 INFO O| Feb 11 21:18:50.511 INFO STEP 510 (remove_files) COMPLETE
59822025-02-11T21:18:52.153Z[ recovery-image] Feb 11 21:18:50.511 INFO O| Feb 11 21:18:50.511 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-11T21:18:52.171Z[ recovery-image] Feb 11 21:18:50.532 INFO O| Feb 11 21:18:50.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59842025-02-11T21:18:52.171Z[ recovery-image] Feb 11 21:18:50.532 INFO O| Feb 11 21:18:50.532 INFO STEP 511 (remove_files) COMPLETE
59852025-02-11T21:18:52.174Z[ recovery-image] Feb 11 21:18:50.532 INFO O| Feb 11 21:18:50.532 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-11T21:18:52.231Z[ recovery-image] Feb 11 21:18:50.592 INFO O| Feb 11 21:18:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59872025-02-11T21:18:52.234Z[ recovery-image] Feb 11 21:18:50.593 INFO O| Feb 11 21:18:50.593 INFO STEP 512 (remove_files) COMPLETE
59882025-02-11T21:18:52.234Z[ recovery-image] Feb 11 21:18:50.593 INFO O| Feb 11 21:18:50.593 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-11T21:18:52.256Z[ recovery-image] Feb 11 21:18:50.617 INFO O| Feb 11 21:18:50.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59902025-02-11T21:18:52.258Z[ recovery-image] Feb 11 21:18:50.617 INFO O| Feb 11 21:18:50.617 INFO STEP 513 (remove_files) COMPLETE
59912025-02-11T21:18:52.259Z[ recovery-image] Feb 11 21:18:50.617 INFO O| Feb 11 21:18:50.617 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-11T21:18:52.295Z[ recovery-image] Feb 11 21:18:50.657 INFO O| Feb 11 21:18:50.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59932025-02-11T21:18:52.295Z[ recovery-image] Feb 11 21:18:50.657 INFO O| Feb 11 21:18:50.657 INFO STEP 514 (remove_files) COMPLETE
59942025-02-11T21:18:52.295Z[ recovery-image] Feb 11 21:18:50.657 INFO O| Feb 11 21:18:50.657 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-11T21:18:52.338Z[ recovery-image] Feb 11 21:18:50.699 INFO O| Feb 11 21:18:50.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59962025-02-11T21:18:52.338Z[ recovery-image] Feb 11 21:18:50.699 INFO O| Feb 11 21:18:50.699 INFO STEP 515 (remove_files) COMPLETE
59972025-02-11T21:18:52.341Z[ recovery-image] Feb 11 21:18:50.700 INFO O| Feb 11 21:18:50.699 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-11T21:18:52.358Z[ recovery-image] Feb 11 21:18:50.720 INFO O| Feb 11 21:18:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59992025-02-11T21:18:52.359Z[ recovery-image] Feb 11 21:18:50.720 INFO O| Feb 11 21:18:50.720 INFO STEP 516 (remove_files) COMPLETE
60002025-02-11T21:18:52.359Z[ recovery-image] Feb 11 21:18:50.720 INFO O| Feb 11 21:18:50.720 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-11T21:18:52.379Z[ recovery-image] Feb 11 21:18:50.740 INFO O| Feb 11 21:18:50.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60022025-02-11T21:18:52.379Z[ recovery-image] Feb 11 21:18:50.741 INFO O| Feb 11 21:18:50.741 INFO STEP 517 (remove_files) COMPLETE
60032025-02-11T21:18:52.379Z[ recovery-image] Feb 11 21:18:50.741 INFO O| Feb 11 21:18:50.741 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-11T21:18:52.412Z[ recovery-image] Feb 11 21:18:50.773 INFO O| Feb 11 21:18:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60052025-02-11T21:18:52.414Z[ recovery-image] Feb 11 21:18:50.773 INFO O| Feb 11 21:18:50.773 INFO STEP 518 (remove_files) COMPLETE
60062025-02-11T21:18:52.414Z[ recovery-image] Feb 11 21:18:50.774 INFO O| Feb 11 21:18:50.774 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-11T21:18:52.448Z[ recovery-image] Feb 11 21:18:50.809 INFO O| Feb 11 21:18:50.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60082025-02-11T21:18:52.451Z[ recovery-image] Feb 11 21:18:50.810 INFO O| Feb 11 21:18:50.810 INFO STEP 519 (remove_files) COMPLETE
60092025-02-11T21:18:52.451Z[ recovery-image] Feb 11 21:18:50.810 INFO O| Feb 11 21:18:50.810 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-11T21:18:52.467Z[ recovery-image] Feb 11 21:18:50.829 INFO O| Feb 11 21:18:50.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60112025-02-11T21:18:52.470Z[ recovery-image] Feb 11 21:18:50.829 INFO O| Feb 11 21:18:50.829 INFO STEP 520 (remove_files) COMPLETE
60122025-02-11T21:18:52.470Z[ recovery-image] Feb 11 21:18:50.829 INFO O| Feb 11 21:18:50.829 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-11T21:18:52.486Z[ recovery-image] Feb 11 21:18:50.847 INFO O| Feb 11 21:18:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60142025-02-11T21:18:52.489Z[ recovery-image] Feb 11 21:18:50.848 INFO O| Feb 11 21:18:50.848 INFO STEP 521 (remove_files) COMPLETE
60152025-02-11T21:18:52.489Z[ recovery-image] Feb 11 21:18:50.848 INFO O| Feb 11 21:18:50.848 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-11T21:18:52.513Z[ recovery-image] Feb 11 21:18:50.874 INFO O| Feb 11 21:18:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60172025-02-11T21:18:52.533Z[ recovery-image] Feb 11 21:18:50.895 INFO O| Feb 11 21:18:50.895 INFO STEP 522 (remove_files) COMPLETE
60182025-02-11T21:18:52.533Z[ recovery-image] Feb 11 21:18:50.895 INFO O| Feb 11 21:18:50.895 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-11T21:18:52.618Z[ recovery-image] Feb 11 21:18:50.979 INFO O| Feb 11 21:18:50.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60202025-02-11T21:18:52.618Z[ recovery-image] Feb 11 21:18:50.979 INFO O| Feb 11 21:18:50.979 INFO STEP 523 (remove_files) COMPLETE
60212025-02-11T21:18:52.621Z[ recovery-image] Feb 11 21:18:50.980 INFO O| Feb 11 21:18:50.979 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-11T21:18:52.641Z[ recovery-image] Feb 11 21:18:51.003 INFO O| Feb 11 21:18:51.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60232025-02-11T21:18:52.667Z[ recovery-image] Feb 11 21:18:51.028 INFO O| Feb 11 21:18:51.028 INFO STEP 524 (remove_files) COMPLETE
60242025-02-11T21:18:52.667Z[ recovery-image] Feb 11 21:18:51.028 INFO O| Feb 11 21:18:51.028 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-11T21:18:52.709Z[ recovery-image] Feb 11 21:18:51.065 INFO O| Feb 11 21:18:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60262025-02-11T21:18:52.727Z[ recovery-image] Feb 11 21:18:51.088 INFO O| Feb 11 21:18:51.088 INFO STEP 525 (remove_files) COMPLETE
60272025-02-11T21:18:52.727Z[ recovery-image] Feb 11 21:18:51.088 INFO O| Feb 11 21:18:51.088 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-11T21:18:52.773Z[ recovery-image] Feb 11 21:18:51.135 INFO O| Feb 11 21:18:51.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60292025-02-11T21:18:52.773Z[ recovery-image] Feb 11 21:18:51.135 INFO O| Feb 11 21:18:51.135 INFO STEP 526 (remove_files) COMPLETE
60302025-02-11T21:18:52.776Z[ recovery-image] Feb 11 21:18:51.135 INFO O| Feb 11 21:18:51.135 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-11T21:18:52.791Z[ recovery-image] Feb 11 21:18:51.153 INFO O| Feb 11 21:18:51.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60322025-02-11T21:18:52.794Z[ recovery-image] Feb 11 21:18:51.153 INFO O| Feb 11 21:18:51.153 INFO STEP 527 (remove_files) COMPLETE
60332025-02-11T21:18:52.794Z[ recovery-image] Feb 11 21:18:51.153 INFO O| Feb 11 21:18:51.153 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-11T21:18:52.832Z[ recovery-image] Feb 11 21:18:51.194 INFO O| Feb 11 21:18:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60352025-02-11T21:18:52.835Z[ recovery-image] Feb 11 21:18:51.194 INFO O| Feb 11 21:18:51.194 INFO STEP 528 (remove_files) COMPLETE
60362025-02-11T21:18:52.835Z[ recovery-image] Feb 11 21:18:51.194 INFO O| Feb 11 21:18:51.194 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-11T21:18:52.852Z[ recovery-image] Feb 11 21:18:51.214 INFO O| Feb 11 21:18:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60382025-02-11T21:18:52.853Z[ recovery-image] Feb 11 21:18:51.214 INFO O| Feb 11 21:18:51.214 INFO STEP 529 (remove_files) COMPLETE
60392025-02-11T21:18:52.855Z[ recovery-image] Feb 11 21:18:51.214 INFO O| Feb 11 21:18:51.214 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-11T21:18:52.876Z[ recovery-image] Feb 11 21:18:51.237 INFO O| Feb 11 21:18:51.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60412025-02-11T21:18:52.876Z[ recovery-image] Feb 11 21:18:51.237 INFO O| Feb 11 21:18:51.237 INFO STEP 530 (remove_files) COMPLETE
60422025-02-11T21:18:52.876Z[ recovery-image] Feb 11 21:18:51.237 INFO O| Feb 11 21:18:51.237 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-11T21:18:52.912Z[ recovery-image] Feb 11 21:18:51.274 INFO O| Feb 11 21:18:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60442025-02-11T21:18:52.913Z[ recovery-image] Feb 11 21:18:51.274 INFO O| Feb 11 21:18:51.274 INFO STEP 531 (remove_files) COMPLETE
60452025-02-11T21:18:52.913Z[ recovery-image] Feb 11 21:18:51.274 INFO O| Feb 11 21:18:51.274 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-11T21:18:52.948Z[ recovery-image] Feb 11 21:18:51.309 INFO O| Feb 11 21:18:51.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60472025-02-11T21:18:52.948Z[ recovery-image] Feb 11 21:18:51.309 INFO O| Feb 11 21:18:51.309 INFO STEP 532 (remove_files) COMPLETE
60482025-02-11T21:18:52.950Z[ recovery-image] Feb 11 21:18:51.309 INFO O| Feb 11 21:18:51.309 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-11T21:18:52.991Z[ recovery-image] Feb 11 21:18:51.352 INFO O| Feb 11 21:18:51.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60502025-02-11T21:18:52.991Z[ recovery-image] Feb 11 21:18:51.352 INFO O| Feb 11 21:18:51.352 INFO STEP 533 (remove_files) COMPLETE
60512025-02-11T21:18:52.991Z[ recovery-image] Feb 11 21:18:51.352 INFO O| Feb 11 21:18:51.352 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-11T21:18:53.035Z[ recovery-image] Feb 11 21:18:51.396 INFO O| Feb 11 21:18:51.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60532025-02-11T21:18:53.038Z[ recovery-image] Feb 11 21:18:51.397 INFO O| Feb 11 21:18:51.397 INFO STEP 534 (remove_files) COMPLETE
60542025-02-11T21:18:53.038Z[ recovery-image] Feb 11 21:18:51.397 INFO O| Feb 11 21:18:51.397 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-11T21:18:53.091Z[ recovery-image] Feb 11 21:18:51.453 INFO O| Feb 11 21:18:51.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60562025-02-11T21:18:53.094Z[ recovery-image] Feb 11 21:18:51.453 INFO O| Feb 11 21:18:51.453 INFO STEP 535 (remove_files) COMPLETE
60572025-02-11T21:18:53.094Z[ recovery-image] Feb 11 21:18:51.453 INFO O| Feb 11 21:18:51.453 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-11T21:18:53.113Z[ recovery-image] Feb 11 21:18:51.474 INFO O| Feb 11 21:18:51.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60592025-02-11T21:18:53.115Z[ recovery-image] Feb 11 21:18:51.474 INFO O| Feb 11 21:18:51.474 INFO STEP 536 (remove_files) COMPLETE
60602025-02-11T21:18:53.115Z[ recovery-image] Feb 11 21:18:51.474 INFO O| Feb 11 21:18:51.474 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-11T21:18:53.133Z[ recovery-image] Feb 11 21:18:51.495 INFO O| Feb 11 21:18:51.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60622025-02-11T21:18:53.136Z[ recovery-image] Feb 11 21:18:51.495 INFO O| Feb 11 21:18:51.495 INFO STEP 537 (remove_files) COMPLETE
60632025-02-11T21:18:53.136Z[ recovery-image] Feb 11 21:18:51.495 INFO O| Feb 11 21:18:51.495 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-11T21:18:53.155Z[ recovery-image] Feb 11 21:18:51.516 INFO O| Feb 11 21:18:51.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60652025-02-11T21:18:53.157Z[ recovery-image] Feb 11 21:18:51.516 INFO O| Feb 11 21:18:51.516 INFO STEP 538 (remove_files) COMPLETE
60662025-02-11T21:18:53.157Z[ recovery-image] Feb 11 21:18:51.516 INFO O| Feb 11 21:18:51.516 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-11T21:18:53.175Z[ recovery-image] Feb 11 21:18:51.536 INFO O| Feb 11 21:18:51.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60682025-02-11T21:18:53.175Z[ recovery-image] Feb 11 21:18:51.536 INFO O| Feb 11 21:18:51.536 INFO STEP 539 (remove_files) COMPLETE
60692025-02-11T21:18:53.177Z[ recovery-image] Feb 11 21:18:51.536 INFO O| Feb 11 21:18:51.536 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-11T21:18:53.194Z[ recovery-image] Feb 11 21:18:51.556 INFO O| Feb 11 21:18:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60712025-02-11T21:18:53.194Z[ recovery-image] Feb 11 21:18:51.556 INFO O| Feb 11 21:18:51.556 INFO STEP 540 (remove_files) COMPLETE
60722025-02-11T21:18:53.197Z[ recovery-image] Feb 11 21:18:51.556 INFO O| Feb 11 21:18:51.556 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-11T21:18:53.219Z[ recovery-image] Feb 11 21:18:51.580 INFO O| Feb 11 21:18:51.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60742025-02-11T21:18:53.219Z[ recovery-image] Feb 11 21:18:51.580 INFO O| Feb 11 21:18:51.580 INFO STEP 541 (remove_files) COMPLETE
60752025-02-11T21:18:53.219Z[ recovery-image] Feb 11 21:18:51.580 INFO O| Feb 11 21:18:51.580 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-11T21:18:53.251Z[ recovery-image] Feb 11 21:18:51.612 INFO O| Feb 11 21:18:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60772025-02-11T21:18:53.251Z[ recovery-image] Feb 11 21:18:51.612 INFO O| Feb 11 21:18:51.612 INFO STEP 542 (remove_files) COMPLETE
60782025-02-11T21:18:53.253Z[ recovery-image] Feb 11 21:18:51.612 INFO O| Feb 11 21:18:51.612 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-11T21:18:53.272Z[ recovery-image] Feb 11 21:18:51.633 INFO O| Feb 11 21:18:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60802025-02-11T21:18:53.272Z[ recovery-image] Feb 11 21:18:51.633 INFO O| Feb 11 21:18:51.633 INFO STEP 543 (remove_files) COMPLETE
60812025-02-11T21:18:53.272Z[ recovery-image] Feb 11 21:18:51.633 INFO O| Feb 11 21:18:51.633 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-11T21:18:53.322Z[ recovery-image] Feb 11 21:18:51.683 INFO O| Feb 11 21:18:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60832025-02-11T21:18:53.325Z[ recovery-image] Feb 11 21:18:51.683 INFO O| Feb 11 21:18:51.683 INFO STEP 544 (remove_files) COMPLETE
60842025-02-11T21:18:53.325Z[ recovery-image] Feb 11 21:18:51.684 INFO O| Feb 11 21:18:51.683 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-11T21:18:53.342Z[ recovery-image] Feb 11 21:18:51.704 INFO O| Feb 11 21:18:51.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60862025-02-11T21:18:53.345Z[ recovery-image] Feb 11 21:18:51.704 INFO O| Feb 11 21:18:51.704 INFO STEP 545 (remove_files) COMPLETE
60872025-02-11T21:18:53.345Z[ recovery-image] Feb 11 21:18:51.704 INFO O| Feb 11 21:18:51.704 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-11T21:18:53.362Z[ recovery-image] Feb 11 21:18:51.723 INFO O| Feb 11 21:18:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60892025-02-11T21:18:53.368Z[ recovery-image] Feb 11 21:18:51.723 INFO O| Feb 11 21:18:51.723 INFO STEP 546 (remove_files) COMPLETE
60902025-02-11T21:18:53.368Z[ recovery-image] Feb 11 21:18:51.724 INFO O| Feb 11 21:18:51.724 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-11T21:18:53.382Z[ recovery-image] Feb 11 21:18:51.743 INFO O| Feb 11 21:18:51.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60922025-02-11T21:18:53.385Z[ recovery-image] Feb 11 21:18:51.744 INFO O| Feb 11 21:18:51.744 INFO STEP 547 (remove_files) COMPLETE
60932025-02-11T21:18:53.385Z[ recovery-image] Feb 11 21:18:51.744 INFO O| Feb 11 21:18:51.744 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-11T21:18:53.403Z[ recovery-image] Feb 11 21:18:51.764 INFO O| Feb 11 21:18:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60952025-02-11T21:18:53.405Z[ recovery-image] Feb 11 21:18:51.764 INFO O| Feb 11 21:18:51.764 INFO STEP 548 (remove_files) COMPLETE
60962025-02-11T21:18:53.405Z[ recovery-image] Feb 11 21:18:51.764 INFO O| Feb 11 21:18:51.764 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-11T21:18:53.422Z[ recovery-image] Feb 11 21:18:51.784 INFO O| Feb 11 21:18:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60982025-02-11T21:18:53.425Z[ recovery-image] Feb 11 21:18:51.784 INFO O| Feb 11 21:18:51.784 INFO STEP 549 (remove_files) COMPLETE
60992025-02-11T21:18:53.425Z[ recovery-image] Feb 11 21:18:51.784 INFO O| Feb 11 21:18:51.784 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-11T21:18:53.447Z[ recovery-image] Feb 11 21:18:51.808 INFO O| Feb 11 21:18:51.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61012025-02-11T21:18:53.447Z[ recovery-image] Feb 11 21:18:51.808 INFO O| Feb 11 21:18:51.808 INFO STEP 550 (remove_files) COMPLETE
61022025-02-11T21:18:53.450Z[ recovery-image] Feb 11 21:18:51.808 INFO O| Feb 11 21:18:51.808 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-11T21:18:53.467Z[ recovery-image] Feb 11 21:18:51.829 INFO O| Feb 11 21:18:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61042025-02-11T21:18:53.467Z[ recovery-image] Feb 11 21:18:51.829 INFO O| Feb 11 21:18:51.829 INFO STEP 551 (remove_files) COMPLETE
61052025-02-11T21:18:53.470Z[ recovery-image] Feb 11 21:18:51.829 INFO O| Feb 11 21:18:51.829 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-11T21:18:53.486Z[ recovery-image] Feb 11 21:18:51.848 INFO O| Feb 11 21:18:51.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61072025-02-11T21:18:53.486Z[ recovery-image] Feb 11 21:18:51.848 INFO O| Feb 11 21:18:51.848 INFO STEP 552 (remove_files) COMPLETE
61082025-02-11T21:18:53.489Z[ recovery-image] Feb 11 21:18:51.848 INFO O| Feb 11 21:18:51.848 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-11T21:18:53.516Z[ recovery-image] Feb 11 21:18:51.877 INFO O| Feb 11 21:18:51.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61102025-02-11T21:18:53.516Z[ recovery-image] Feb 11 21:18:51.877 INFO O| Feb 11 21:18:51.877 INFO STEP 553 (remove_files) COMPLETE
61112025-02-11T21:18:53.516Z[ recovery-image] Feb 11 21:18:51.877 INFO O| Feb 11 21:18:51.877 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-11T21:18:53.535Z[ recovery-image] Feb 11 21:18:51.897 INFO O| Feb 11 21:18:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61132025-02-11T21:18:53.535Z[ recovery-image] Feb 11 21:18:51.897 INFO O| Feb 11 21:18:51.897 INFO STEP 554 (remove_files) COMPLETE
61142025-02-11T21:18:53.538Z[ recovery-image] Feb 11 21:18:51.897 INFO O| Feb 11 21:18:51.897 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-11T21:18:53.555Z[ recovery-image] Feb 11 21:18:51.916 INFO O| Feb 11 21:18:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61162025-02-11T21:18:53.555Z[ recovery-image] Feb 11 21:18:51.916 INFO O| Feb 11 21:18:51.916 INFO STEP 555 (remove_files) COMPLETE
61172025-02-11T21:18:53.557Z[ recovery-image] Feb 11 21:18:51.916 INFO O| Feb 11 21:18:51.916 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-11T21:18:53.574Z[ recovery-image] Feb 11 21:18:51.935 INFO O| Feb 11 21:18:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61192025-02-11T21:18:53.574Z[ recovery-image] Feb 11 21:18:51.935 INFO O| Feb 11 21:18:51.935 INFO STEP 556 (remove_files) COMPLETE
61202025-02-11T21:18:53.574Z[ recovery-image] Feb 11 21:18:51.935 INFO O| Feb 11 21:18:51.935 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-11T21:18:53.800Z[ recovery-image] Feb 11 21:18:51.955 INFO O| Feb 11 21:18:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61222025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:51.960 INFO O| Feb 11 21:18:51.960 INFO STEP 557 (remove_files) COMPLETE
61232025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:51.960 INFO O| Feb 11 21:18:51.960 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:51.991 INFO O| Feb 11 21:18:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61252025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:51.992 INFO O| Feb 11 21:18:51.992 INFO STEP 558 (remove_files) COMPLETE
61262025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:51.992 INFO O| Feb 11 21:18:51.992 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.011 INFO O| Feb 11 21:18:52.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61282025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.011 INFO O| Feb 11 21:18:52.011 INFO STEP 559 (remove_files) COMPLETE
61292025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.011 INFO O| Feb 11 21:18:52.011 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.030 INFO O| Feb 11 21:18:52.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61312025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.030 INFO O| Feb 11 21:18:52.030 INFO STEP 560 (remove_files) COMPLETE
61322025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.030 INFO O| Feb 11 21:18:52.030 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.070 INFO O| Feb 11 21:18:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61342025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.070 INFO O| Feb 11 21:18:52.070 INFO STEP 561 (remove_files) COMPLETE
61352025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.070 INFO O| Feb 11 21:18:52.070 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.092 INFO O| Feb 11 21:18:52.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61372025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.092 INFO O| Feb 11 21:18:52.092 INFO STEP 562 (remove_files) COMPLETE
61382025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.092 INFO O| Feb 11 21:18:52.092 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.125 INFO O| Feb 11 21:18:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61402025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.125 INFO O| Feb 11 21:18:52.125 INFO STEP 563 (remove_files) COMPLETE
61412025-02-11T21:18:53.805Z[ recovery-image] Feb 11 21:18:52.125 INFO O| Feb 11 21:18:52.125 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-11T21:18:53.822Z[ recovery-image] Feb 11 21:18:52.184 INFO O| Feb 11 21:18:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61432025-02-11T21:18:53.822Z[ recovery-image] Feb 11 21:18:52.184 INFO O| Feb 11 21:18:52.184 INFO STEP 564 (remove_files) COMPLETE
61442025-02-11T21:18:53.823Z[ recovery-image] Feb 11 21:18:52.184 INFO O| Feb 11 21:18:52.184 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-11T21:18:53.844Z[ recovery-image] Feb 11 21:18:52.205 INFO O| Feb 11 21:18:52.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61462025-02-11T21:18:53.844Z[ recovery-image] Feb 11 21:18:52.205 INFO O| Feb 11 21:18:52.205 INFO STEP 565 (remove_files) COMPLETE
61472025-02-11T21:18:53.847Z[ recovery-image] Feb 11 21:18:52.205 INFO O| Feb 11 21:18:52.205 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-11T21:18:53.864Z[ recovery-image] Feb 11 21:18:52.225 INFO O| Feb 11 21:18:52.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61492025-02-11T21:18:53.864Z[ recovery-image] Feb 11 21:18:52.225 INFO O| Feb 11 21:18:52.225 INFO STEP 566 (remove_files) COMPLETE
61502025-02-11T21:18:53.864Z[ recovery-image] Feb 11 21:18:52.225 INFO O| Feb 11 21:18:52.225 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-11T21:18:53.893Z[ recovery-image] Feb 11 21:18:52.254 INFO O| Feb 11 21:18:52.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61522025-02-11T21:18:53.893Z[ recovery-image] Feb 11 21:18:52.254 INFO O| Feb 11 21:18:52.254 INFO STEP 567 (remove_files) COMPLETE
61532025-02-11T21:18:53.893Z[ recovery-image] Feb 11 21:18:52.254 INFO O| Feb 11 21:18:52.254 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-11T21:18:53.952Z[ recovery-image] Feb 11 21:18:52.314 INFO O| Feb 11 21:18:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61552025-02-11T21:18:53.952Z[ recovery-image] Feb 11 21:18:52.314 INFO O| Feb 11 21:18:52.314 INFO STEP 568 (remove_files) COMPLETE
61562025-02-11T21:18:53.952Z[ recovery-image] Feb 11 21:18:52.314 INFO O| Feb 11 21:18:52.314 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-11T21:18:54.017Z[ recovery-image] Feb 11 21:18:52.377 INFO O| Feb 11 21:18:52.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61582025-02-11T21:18:54.017Z[ recovery-image] Feb 11 21:18:52.377 INFO O| Feb 11 21:18:52.377 INFO STEP 569 (remove_files) COMPLETE
61592025-02-11T21:18:54.017Z[ recovery-image] Feb 11 21:18:52.377 INFO O| Feb 11 21:18:52.377 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-11T21:18:54.035Z[ recovery-image] Feb 11 21:18:52.396 INFO O| Feb 11 21:18:52.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61612025-02-11T21:18:54.035Z[ recovery-image] Feb 11 21:18:52.396 INFO O| Feb 11 21:18:52.396 INFO STEP 570 (remove_files) COMPLETE
61622025-02-11T21:18:54.038Z[ recovery-image] Feb 11 21:18:52.396 INFO O| Feb 11 21:18:52.396 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-11T21:18:54.054Z[ recovery-image] Feb 11 21:18:52.415 INFO O| Feb 11 21:18:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61642025-02-11T21:18:54.054Z[ recovery-image] Feb 11 21:18:52.415 INFO O| Feb 11 21:18:52.415 INFO STEP 571 (remove_files) COMPLETE
61652025-02-11T21:18:54.056Z[ recovery-image] Feb 11 21:18:52.415 INFO O| Feb 11 21:18:52.415 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-11T21:18:54.073Z[ recovery-image] Feb 11 21:18:52.434 INFO O| Feb 11 21:18:52.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61672025-02-11T21:18:54.076Z[ recovery-image] Feb 11 21:18:52.434 INFO O| Feb 11 21:18:52.434 INFO STEP 572 (remove_files) COMPLETE
61682025-02-11T21:18:54.076Z[ recovery-image] Feb 11 21:18:52.434 INFO O| Feb 11 21:18:52.434 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-11T21:18:54.092Z[ recovery-image] Feb 11 21:18:52.453 INFO O| Feb 11 21:18:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61702025-02-11T21:18:54.092Z[ recovery-image] Feb 11 21:18:52.453 INFO O| Feb 11 21:18:52.453 INFO STEP 573 (remove_files) COMPLETE
61712025-02-11T21:18:54.095Z[ recovery-image] Feb 11 21:18:52.454 INFO O| Feb 11 21:18:52.453 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-11T21:18:54.111Z[ recovery-image] Feb 11 21:18:52.473 INFO O| Feb 11 21:18:52.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61732025-02-11T21:18:54.111Z[ recovery-image] Feb 11 21:18:52.473 INFO O| Feb 11 21:18:52.473 INFO STEP 574 (remove_files) COMPLETE
61742025-02-11T21:18:54.114Z[ recovery-image] Feb 11 21:18:52.473 INFO O| Feb 11 21:18:52.473 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-11T21:18:54.144Z[ recovery-image] Feb 11 21:18:52.506 INFO O| Feb 11 21:18:52.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61762025-02-11T21:18:54.145Z[ recovery-image] Feb 11 21:18:52.506 INFO O| Feb 11 21:18:52.506 INFO STEP 575 (remove_files) COMPLETE
61772025-02-11T21:18:54.145Z[ recovery-image] Feb 11 21:18:52.506 INFO O| Feb 11 21:18:52.506 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-11T21:18:54.206Z[ recovery-image] Feb 11 21:18:52.567 INFO O| Feb 11 21:18:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61792025-02-11T21:18:54.206Z[ recovery-image] Feb 11 21:18:52.567 INFO O| Feb 11 21:18:52.567 INFO STEP 576 (remove_files) COMPLETE
61802025-02-11T21:18:54.206Z[ recovery-image] Feb 11 21:18:52.567 INFO O| Feb 11 21:18:52.567 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-11T21:18:54.226Z[ recovery-image] Feb 11 21:18:52.587 INFO O| Feb 11 21:18:52.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61822025-02-11T21:18:54.226Z[ recovery-image] Feb 11 21:18:52.587 INFO O| Feb 11 21:18:52.587 INFO STEP 577 (remove_files) COMPLETE
61832025-02-11T21:18:54.226Z[ recovery-image] Feb 11 21:18:52.587 INFO O| Feb 11 21:18:52.587 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-11T21:18:54.248Z[ recovery-image] Feb 11 21:18:52.609 INFO O| Feb 11 21:18:52.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61852025-02-11T21:18:54.250Z[ recovery-image] Feb 11 21:18:52.610 INFO O| Feb 11 21:18:52.610 INFO STEP 578 (remove_files) COMPLETE
61862025-02-11T21:18:54.250Z[ recovery-image] Feb 11 21:18:52.610 INFO O| Feb 11 21:18:52.610 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-11T21:18:54.282Z[ recovery-image] Feb 11 21:18:52.643 INFO O| Feb 11 21:18:52.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61882025-02-11T21:18:54.282Z[ recovery-image] Feb 11 21:18:52.643 INFO O| Feb 11 21:18:52.643 INFO STEP 579 (remove_files) COMPLETE
61892025-02-11T21:18:54.282Z[ recovery-image] Feb 11 21:18:52.643 INFO O| Feb 11 21:18:52.643 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-11T21:18:54.325Z[ recovery-image] Feb 11 21:18:52.687 INFO O| Feb 11 21:18:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61912025-02-11T21:18:54.325Z[ recovery-image] Feb 11 21:18:52.687 INFO O| Feb 11 21:18:52.687 INFO STEP 580 (remove_files) COMPLETE
61922025-02-11T21:18:54.328Z[ recovery-image] Feb 11 21:18:52.687 INFO O| Feb 11 21:18:52.687 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-11T21:18:54.367Z[ recovery-image] Feb 11 21:18:52.728 INFO O| Feb 11 21:18:52.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61942025-02-11T21:18:54.370Z[ recovery-image] Feb 11 21:18:52.728 INFO O| Feb 11 21:18:52.728 INFO STEP 581 (remove_files) COMPLETE
61952025-02-11T21:18:54.370Z[ recovery-image] Feb 11 21:18:52.728 INFO O| Feb 11 21:18:52.728 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-11T21:18:54.403Z[ recovery-image] Feb 11 21:18:52.764 INFO O| Feb 11 21:18:52.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61972025-02-11T21:18:54.406Z[ recovery-image] Feb 11 21:18:52.764 INFO O| Feb 11 21:18:52.764 INFO STEP 582 (remove_files) COMPLETE
61982025-02-11T21:18:54.406Z[ recovery-image] Feb 11 21:18:52.765 INFO O| Feb 11 21:18:52.764 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-11T21:18:54.423Z[ recovery-image] Feb 11 21:18:52.784 INFO O| Feb 11 21:18:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62002025-02-11T21:18:54.423Z[ recovery-image] Feb 11 21:18:52.785 INFO O| Feb 11 21:18:52.784 INFO STEP 583 (remove_files) COMPLETE
62012025-02-11T21:18:54.426Z[ recovery-image] Feb 11 21:18:52.785 INFO O| Feb 11 21:18:52.785 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-11T21:18:54.442Z[ recovery-image] Feb 11 21:18:52.803 INFO O| Feb 11 21:18:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62032025-02-11T21:18:54.445Z[ recovery-image] Feb 11 21:18:52.803 INFO O| Feb 11 21:18:52.803 INFO STEP 584 (remove_files) COMPLETE
62042025-02-11T21:18:54.445Z[ recovery-image] Feb 11 21:18:52.803 INFO O| Feb 11 21:18:52.803 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-11T21:18:54.463Z[ recovery-image] Feb 11 21:18:52.824 INFO O| Feb 11 21:18:52.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62062025-02-11T21:18:54.465Z[ recovery-image] Feb 11 21:18:52.824 INFO O| Feb 11 21:18:52.824 INFO STEP 585 (remove_files) COMPLETE
62072025-02-11T21:18:54.465Z[ recovery-image] Feb 11 21:18:52.824 INFO O| Feb 11 21:18:52.824 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-11T21:18:54.500Z[ recovery-image] Feb 11 21:18:52.861 INFO O| Feb 11 21:18:52.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62092025-02-11T21:18:54.503Z[ recovery-image] Feb 11 21:18:52.861 INFO O| Feb 11 21:18:52.861 INFO STEP 586 (remove_files) COMPLETE
62102025-02-11T21:18:54.503Z[ recovery-image] Feb 11 21:18:52.862 INFO O| Feb 11 21:18:52.861 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-11T21:18:54.533Z[ recovery-image] Feb 11 21:18:52.894 INFO O| Feb 11 21:18:52.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62122025-02-11T21:18:54.533Z[ recovery-image] Feb 11 21:18:52.894 INFO O| Feb 11 21:18:52.894 INFO STEP 587 (remove_files) COMPLETE
62132025-02-11T21:18:54.536Z[ recovery-image] Feb 11 21:18:52.894 INFO O| Feb 11 21:18:52.894 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-11T21:18:54.575Z[ recovery-image] Feb 11 21:18:52.936 INFO O| Feb 11 21:18:52.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62152025-02-11T21:18:54.575Z[ recovery-image] Feb 11 21:18:52.936 INFO O| Feb 11 21:18:52.936 INFO STEP 588 (remove_files) COMPLETE
62162025-02-11T21:18:54.575Z[ recovery-image] Feb 11 21:18:52.936 INFO O| Feb 11 21:18:52.936 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-11T21:18:54.614Z[ recovery-image] Feb 11 21:18:52.975 INFO O| Feb 11 21:18:52.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62182025-02-11T21:18:54.614Z[ recovery-image] Feb 11 21:18:52.975 INFO O| Feb 11 21:18:52.975 INFO STEP 589 (remove_files) COMPLETE
62192025-02-11T21:18:54.614Z[ recovery-image] Feb 11 21:18:52.975 INFO O| Feb 11 21:18:52.975 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-11T21:18:54.634Z[ recovery-image] Feb 11 21:18:52.995 INFO O| Feb 11 21:18:52.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62212025-02-11T21:18:54.634Z[ recovery-image] Feb 11 21:18:52.995 INFO O| Feb 11 21:18:52.995 INFO STEP 590 (remove_files) COMPLETE
62222025-02-11T21:18:54.637Z[ recovery-image] Feb 11 21:18:52.995 INFO O| Feb 11 21:18:52.995 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-11T21:18:54.694Z[ recovery-image] Feb 11 21:18:53.055 INFO O| Feb 11 21:18:53.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62242025-02-11T21:18:54.696Z[ recovery-image] Feb 11 21:18:53.055 INFO O| Feb 11 21:18:53.055 INFO STEP 591 (remove_files) COMPLETE
62252025-02-11T21:18:54.696Z[ recovery-image] Feb 11 21:18:53.055 INFO O| Feb 11 21:18:53.055 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-11T21:18:54.714Z[ recovery-image] Feb 11 21:18:53.075 INFO O| Feb 11 21:18:53.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62272025-02-11T21:18:54.736Z[ recovery-image] Feb 11 21:18:53.097 INFO O| Feb 11 21:18:53.097 INFO STEP 592 (remove_files) COMPLETE
62282025-02-11T21:18:54.736Z[ recovery-image] Feb 11 21:18:53.097 INFO O| Feb 11 21:18:53.097 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-11T21:18:54.772Z[ recovery-image] Feb 11 21:18:53.133 INFO O| Feb 11 21:18:53.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62302025-02-11T21:18:54.775Z[ recovery-image] Feb 11 21:18:53.133 INFO O| Feb 11 21:18:53.133 INFO STEP 593 (remove_files) COMPLETE
62312025-02-11T21:18:54.775Z[ recovery-image] Feb 11 21:18:53.133 INFO O| Feb 11 21:18:53.133 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-11T21:18:54.811Z[ recovery-image] Feb 11 21:18:53.172 INFO O| Feb 11 21:18:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62332025-02-11T21:18:54.811Z[ recovery-image] Feb 11 21:18:53.172 INFO O| Feb 11 21:18:53.172 INFO STEP 594 (remove_files) COMPLETE
62342025-02-11T21:18:54.811Z[ recovery-image] Feb 11 21:18:53.172 INFO O| Feb 11 21:18:53.172 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-11T21:18:54.852Z[ recovery-image] Feb 11 21:18:53.213 INFO O| Feb 11 21:18:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62362025-02-11T21:18:54.877Z[ recovery-image] Feb 11 21:18:53.238 INFO O| Feb 11 21:18:53.238 INFO STEP 595 (remove_files) COMPLETE
62372025-02-11T21:18:54.877Z[ recovery-image] Feb 11 21:18:53.238 INFO O| Feb 11 21:18:53.238 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-02-11T21:18:54.910Z[ recovery-image] Feb 11 21:18:53.271 INFO O| Feb 11 21:18:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62392025-02-11T21:18:54.910Z[ recovery-image] Feb 11 21:18:53.271 INFO O| Feb 11 21:18:53.271 INFO STEP 596 (remove_files) COMPLETE
62402025-02-11T21:18:54.910Z[ recovery-image] Feb 11 21:18:53.271 INFO O| Feb 11 21:18:53.271 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-02-11T21:18:54.946Z[ recovery-image] Feb 11 21:18:53.307 INFO O| Feb 11 21:18:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62422025-02-11T21:18:54.948Z[ recovery-image] Feb 11 21:18:53.307 INFO O| Feb 11 21:18:53.307 INFO STEP 597 (remove_files) COMPLETE
62432025-02-11T21:18:54.949Z[ recovery-image] Feb 11 21:18:53.307 INFO O| Feb 11 21:18:53.307 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-02-11T21:18:54.967Z[ recovery-image] Feb 11 21:18:53.328 INFO O| Feb 11 21:18:53.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62452025-02-11T21:18:54.970Z[ recovery-image] Feb 11 21:18:53.328 INFO O| Feb 11 21:18:53.328 INFO STEP 598 (remove_files) COMPLETE
62462025-02-11T21:18:54.970Z[ recovery-image] Feb 11 21:18:53.328 INFO O| Feb 11 21:18:53.328 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-02-11T21:18:54.987Z[ recovery-image] Feb 11 21:18:53.348 INFO O| Feb 11 21:18:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62482025-02-11T21:18:54.990Z[ recovery-image] Feb 11 21:18:53.349 INFO O| Feb 11 21:18:53.349 INFO STEP 599 (remove_files) COMPLETE
62492025-02-11T21:18:54.990Z[ recovery-image] Feb 11 21:18:53.349 INFO O| Feb 11 21:18:53.349 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-11T21:18:55.008Z[ recovery-image] Feb 11 21:18:53.369 INFO O| Feb 11 21:18:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62512025-02-11T21:18:55.011Z[ recovery-image] Feb 11 21:18:53.369 INFO O| Feb 11 21:18:53.369 INFO STEP 600 (remove_files) COMPLETE
62522025-02-11T21:18:55.011Z[ recovery-image] Feb 11 21:18:53.369 INFO O| Feb 11 21:18:53.369 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-11T21:18:55.028Z[ recovery-image] Feb 11 21:18:53.390 INFO O| Feb 11 21:18:53.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62542025-02-11T21:18:55.031Z[ recovery-image] Feb 11 21:18:53.390 INFO O| Feb 11 21:18:53.390 INFO STEP 601 (remove_files) COMPLETE
62552025-02-11T21:18:55.031Z[ recovery-image] Feb 11 21:18:53.390 INFO O| Feb 11 21:18:53.390 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-02-11T21:18:55.047Z[ recovery-image] Feb 11 21:18:53.409 INFO O| Feb 11 21:18:53.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62572025-02-11T21:18:55.068Z[ recovery-image] Feb 11 21:18:53.430 INFO O| Feb 11 21:18:53.430 INFO STEP 602 (remove_files) COMPLETE
62582025-02-11T21:18:55.068Z[ recovery-image] Feb 11 21:18:53.430 INFO O| Feb 11 21:18:53.430 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-02-11T21:18:55.089Z[ recovery-image] Feb 11 21:18:53.450 INFO O| Feb 11 21:18:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62602025-02-11T21:18:55.091Z[ recovery-image] Feb 11 21:18:53.450 INFO O| Feb 11 21:18:53.450 INFO STEP 603 (remove_files) COMPLETE
62612025-02-11T21:18:55.092Z[ recovery-image] Feb 11 21:18:53.450 INFO O| Feb 11 21:18:53.450 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-02-11T21:18:55.108Z[ recovery-image] Feb 11 21:18:53.469 INFO O| Feb 11 21:18:53.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62632025-02-11T21:18:55.110Z[ recovery-image] Feb 11 21:18:53.469 INFO O| Feb 11 21:18:53.469 INFO STEP 604 (remove_files) COMPLETE
62642025-02-11T21:18:55.111Z[ recovery-image] Feb 11 21:18:53.469 INFO O| Feb 11 21:18:53.469 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-11T21:18:55.146Z[ recovery-image] Feb 11 21:18:53.507 INFO O| Feb 11 21:18:53.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62662025-02-11T21:18:55.146Z[ recovery-image] Feb 11 21:18:53.507 INFO O| Feb 11 21:18:53.507 INFO STEP 605 (remove_files) COMPLETE
62672025-02-11T21:18:55.146Z[ recovery-image] Feb 11 21:18:53.507 INFO O| Feb 11 21:18:53.507 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-11T21:18:55.165Z[ recovery-image] Feb 11 21:18:53.526 INFO O| Feb 11 21:18:53.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62692025-02-11T21:18:55.165Z[ recovery-image] Feb 11 21:18:53.526 INFO O| Feb 11 21:18:53.526 INFO STEP 606 (remove_files) COMPLETE
62702025-02-11T21:18:55.167Z[ recovery-image] Feb 11 21:18:53.526 INFO O| Feb 11 21:18:53.526 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-11T21:18:55.183Z[ recovery-image] Feb 11 21:18:53.544 INFO O| Feb 11 21:18:53.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62722025-02-11T21:18:55.183Z[ recovery-image] Feb 11 21:18:53.544 INFO O| Feb 11 21:18:53.544 INFO STEP 607 (remove_files) COMPLETE
62732025-02-11T21:18:55.185Z[ recovery-image] Feb 11 21:18:53.544 INFO O| Feb 11 21:18:53.544 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-11T21:18:55.206Z[ recovery-image] Feb 11 21:18:53.567 INFO O| Feb 11 21:18:53.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62752025-02-11T21:18:55.206Z[ recovery-image] Feb 11 21:18:53.567 INFO O| Feb 11 21:18:53.567 INFO STEP 608 (remove_files) COMPLETE
62762025-02-11T21:18:55.208Z[ recovery-image] Feb 11 21:18:53.567 INFO O| Feb 11 21:18:53.567 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-11T21:18:55.224Z[ recovery-image] Feb 11 21:18:53.586 INFO O| Feb 11 21:18:53.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62782025-02-11T21:18:55.224Z[ recovery-image] Feb 11 21:18:53.586 INFO O| Feb 11 21:18:53.586 INFO STEP 609 (remove_files) COMPLETE
62792025-02-11T21:18:55.227Z[ recovery-image] Feb 11 21:18:53.586 INFO O| Feb 11 21:18:53.586 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-11T21:18:55.245Z[ recovery-image] Feb 11 21:18:53.606 INFO O| Feb 11 21:18:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62812025-02-11T21:18:55.245Z[ recovery-image] Feb 11 21:18:53.606 INFO O| Feb 11 21:18:53.606 INFO STEP 610 (remove_files) COMPLETE
62822025-02-11T21:18:55.247Z[ recovery-image] Feb 11 21:18:53.606 INFO O| Feb 11 21:18:53.606 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-11T21:18:55.289Z[ recovery-image] Feb 11 21:18:53.650 INFO O| Feb 11 21:18:53.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62842025-02-11T21:18:55.289Z[ recovery-image] Feb 11 21:18:53.650 INFO O| Feb 11 21:18:53.650 INFO STEP 611 (remove_files) COMPLETE
62852025-02-11T21:18:55.289Z[ recovery-image] Feb 11 21:18:53.650 INFO O| Feb 11 21:18:53.650 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-11T21:18:55.317Z[ recovery-image] Feb 11 21:18:53.678 INFO O| Feb 11 21:18:53.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62872025-02-11T21:18:55.317Z[ recovery-image] Feb 11 21:18:53.679 INFO O| Feb 11 21:18:53.678 INFO STEP 612 (remove_files) COMPLETE
62882025-02-11T21:18:55.317Z[ recovery-image] Feb 11 21:18:53.679 INFO O| Feb 11 21:18:53.679 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-11T21:18:55.377Z[ recovery-image] Feb 11 21:18:53.738 INFO O| Feb 11 21:18:53.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62902025-02-11T21:18:55.377Z[ recovery-image] Feb 11 21:18:53.739 INFO O| Feb 11 21:18:53.738 INFO STEP 613 (remove_files) COMPLETE
62912025-02-11T21:18:55.380Z[ recovery-image] Feb 11 21:18:53.739 INFO O| Feb 11 21:18:53.738 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-11T21:18:55.412Z[ recovery-image] Feb 11 21:18:53.773 INFO O| Feb 11 21:18:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62932025-02-11T21:18:55.412Z[ recovery-image] Feb 11 21:18:53.773 INFO O| Feb 11 21:18:53.773 INFO STEP 614 (remove_files) COMPLETE
62942025-02-11T21:18:55.412Z[ recovery-image] Feb 11 21:18:53.773 INFO O| Feb 11 21:18:53.773 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-11T21:18:55.432Z[ recovery-image] Feb 11 21:18:53.794 INFO O| Feb 11 21:18:53.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62962025-02-11T21:18:55.435Z[ recovery-image] Feb 11 21:18:53.794 INFO O| Feb 11 21:18:53.794 INFO STEP 615 (remove_files) COMPLETE
62972025-02-11T21:18:55.435Z[ recovery-image] Feb 11 21:18:53.794 INFO O| Feb 11 21:18:53.794 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-11T21:18:55.452Z[ recovery-image] Feb 11 21:18:53.814 INFO O| Feb 11 21:18:53.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62992025-02-11T21:18:55.455Z[ recovery-image] Feb 11 21:18:53.814 INFO O| Feb 11 21:18:53.814 INFO STEP 616 (remove_files) COMPLETE
63002025-02-11T21:18:55.455Z[ recovery-image] Feb 11 21:18:53.814 INFO O| Feb 11 21:18:53.814 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-11T21:18:55.502Z[ recovery-image] Feb 11 21:18:53.845 INFO O| Feb 11 21:18:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63022025-02-11T21:18:55.502Z[ recovery-image] Feb 11 21:18:53.845 INFO O| Feb 11 21:18:53.845 INFO STEP 617 (remove_files) COMPLETE
63032025-02-11T21:18:55.502Z[ recovery-image] Feb 11 21:18:53.846 INFO O| Feb 11 21:18:53.845 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-11T21:18:55.505Z[ recovery-image] Feb 11 21:18:53.865 INFO O| Feb 11 21:18:53.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63052025-02-11T21:18:55.505Z[ recovery-image] Feb 11 21:18:53.866 INFO O| Feb 11 21:18:53.865 INFO STEP 618 (remove_files) COMPLETE
63062025-02-11T21:18:55.505Z[ recovery-image] Feb 11 21:18:53.866 INFO O| Feb 11 21:18:53.866 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-11T21:18:55.523Z[ recovery-image] Feb 11 21:18:53.884 INFO O| Feb 11 21:18:53.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63082025-02-11T21:18:55.525Z[ recovery-image] Feb 11 21:18:53.884 INFO O| Feb 11 21:18:53.884 INFO STEP 619 (remove_files) COMPLETE
63092025-02-11T21:18:55.525Z[ recovery-image] Feb 11 21:18:53.884 INFO O| Feb 11 21:18:53.884 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-11T21:18:55.541Z[ recovery-image] Feb 11 21:18:53.902 INFO O| Feb 11 21:18:53.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63112025-02-11T21:18:55.544Z[ recovery-image] Feb 11 21:18:53.903 INFO O| Feb 11 21:18:53.902 INFO STEP 620 (remove_files) COMPLETE
63122025-02-11T21:18:55.544Z[ recovery-image] Feb 11 21:18:53.903 INFO O| Feb 11 21:18:53.903 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-11T21:18:55.559Z[ recovery-image] Feb 11 21:18:53.920 INFO O| Feb 11 21:18:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63142025-02-11T21:18:55.562Z[ recovery-image] Feb 11 21:18:53.921 INFO O| Feb 11 21:18:53.920 INFO STEP 621 (remove_files) COMPLETE
63152025-02-11T21:18:55.562Z[ recovery-image] Feb 11 21:18:53.921 INFO O| Feb 11 21:18:53.921 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-11T21:18:55.577Z[ recovery-image] Feb 11 21:18:53.939 INFO O| Feb 11 21:18:53.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63172025-02-11T21:18:55.580Z[ recovery-image] Feb 11 21:18:53.939 INFO O| Feb 11 21:18:53.939 INFO STEP 622 (remove_files) COMPLETE
63182025-02-11T21:18:55.580Z[ recovery-image] Feb 11 21:18:53.939 INFO O| Feb 11 21:18:53.939 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-02-11T21:18:55.616Z[ recovery-image] Feb 11 21:18:53.977 INFO O| Feb 11 21:18:53.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63202025-02-11T21:18:55.618Z[ recovery-image] Feb 11 21:18:53.977 INFO O| Feb 11 21:18:53.977 INFO STEP 623 (remove_files) COMPLETE
63212025-02-11T21:18:55.618Z[ recovery-image] Feb 11 21:18:53.977 INFO O| Feb 11 21:18:53.977 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-02-11T21:18:55.638Z[ recovery-image] Feb 11 21:18:53.999 INFO O| Feb 11 21:18:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63232025-02-11T21:18:55.640Z[ recovery-image] Feb 11 21:18:53.999 INFO O| Feb 11 21:18:53.999 INFO STEP 624 (remove_files) COMPLETE
63242025-02-11T21:18:55.640Z[ recovery-image] Feb 11 21:18:53.999 INFO O| Feb 11 21:18:53.999 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-02-11T21:18:55.693Z[ recovery-image] Feb 11 21:18:54.054 INFO O| Feb 11 21:18:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63262025-02-11T21:18:55.717Z[ recovery-image] Feb 11 21:18:54.079 INFO O| Feb 11 21:18:54.079 INFO STEP 625 (remove_files) COMPLETE
63272025-02-11T21:18:55.717Z[ recovery-image] Feb 11 21:18:54.079 INFO O| Feb 11 21:18:54.079 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-02-11T21:18:55.738Z[ recovery-image] Feb 11 21:18:54.100 INFO O| Feb 11 21:18:54.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63292025-02-11T21:18:55.738Z[ recovery-image] Feb 11 21:18:54.100 INFO O| Feb 11 21:18:54.100 INFO STEP 626 (remove_files) COMPLETE
63302025-02-11T21:18:55.741Z[ recovery-image] Feb 11 21:18:54.100 INFO O| Feb 11 21:18:54.100 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-02-11T21:18:55.771Z[ recovery-image] Feb 11 21:18:54.132 INFO O| Feb 11 21:18:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63322025-02-11T21:18:55.771Z[ recovery-image] Feb 11 21:18:54.132 INFO O| Feb 11 21:18:54.132 INFO STEP 627 (remove_files) COMPLETE
63332025-02-11T21:18:55.771Z[ recovery-image] Feb 11 21:18:54.132 INFO O| Feb 11 21:18:54.132 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-11T21:18:55.790Z[ recovery-image] Feb 11 21:18:54.152 INFO O| Feb 11 21:18:54.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63352025-02-11T21:18:55.790Z[ recovery-image] Feb 11 21:18:54.152 INFO O| Feb 11 21:18:54.152 INFO STEP 628 (remove_files) COMPLETE
63362025-02-11T21:18:55.790Z[ recovery-image] Feb 11 21:18:54.152 INFO O| Feb 11 21:18:54.152 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-11T21:18:55.810Z[ recovery-image] Feb 11 21:18:54.171 INFO O| Feb 11 21:18:54.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63382025-02-11T21:18:55.810Z[ recovery-image] Feb 11 21:18:54.171 INFO O| Feb 11 21:18:54.171 INFO STEP 629 (remove_files) COMPLETE
63392025-02-11T21:18:55.812Z[ recovery-image] Feb 11 21:18:54.171 INFO O| Feb 11 21:18:54.171 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-11T21:18:55.841Z[ recovery-image] Feb 11 21:18:54.202 INFO O| Feb 11 21:18:54.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63412025-02-11T21:18:55.841Z[ recovery-image] Feb 11 21:18:54.202 INFO O| Feb 11 21:18:54.202 INFO STEP 630 (remove_files) COMPLETE
63422025-02-11T21:18:55.841Z[ recovery-image] Feb 11 21:18:54.202 INFO O| Feb 11 21:18:54.202 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-02-11T21:18:55.860Z[ recovery-image] Feb 11 21:18:54.221 INFO O| Feb 11 21:18:54.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63442025-02-11T21:18:55.860Z[ recovery-image] Feb 11 21:18:54.221 INFO O| Feb 11 21:18:54.221 INFO STEP 631 (remove_files) COMPLETE
63452025-02-11T21:18:55.862Z[ recovery-image] Feb 11 21:18:54.221 INFO O| Feb 11 21:18:54.221 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-11T21:18:55.879Z[ recovery-image] Feb 11 21:18:54.240 INFO O| Feb 11 21:18:54.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63472025-02-11T21:18:55.879Z[ recovery-image] Feb 11 21:18:54.240 INFO O| Feb 11 21:18:54.240 INFO STEP 632 (remove_files) COMPLETE
63482025-02-11T21:18:55.882Z[ recovery-image] Feb 11 21:18:54.240 INFO O| Feb 11 21:18:54.240 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-11T21:18:55.898Z[ recovery-image] Feb 11 21:18:54.260 INFO O| Feb 11 21:18:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63502025-02-11T21:18:55.901Z[ recovery-image] Feb 11 21:18:54.260 INFO O| Feb 11 21:18:54.260 INFO STEP 633 (remove_files) COMPLETE
63512025-02-11T21:18:55.901Z[ recovery-image] Feb 11 21:18:54.260 INFO O| Feb 11 21:18:54.260 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-11T21:18:55.917Z[ recovery-image] Feb 11 21:18:54.278 INFO O| Feb 11 21:18:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63532025-02-11T21:18:55.920Z[ recovery-image] Feb 11 21:18:54.278 INFO O| Feb 11 21:18:54.278 INFO STEP 634 (remove_files) COMPLETE
63542025-02-11T21:18:55.920Z[ recovery-image] Feb 11 21:18:54.278 INFO O| Feb 11 21:18:54.278 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-11T21:18:55.987Z[ recovery-image] Feb 11 21:18:54.348 INFO O| Feb 11 21:18:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63562025-02-11T21:18:55.990Z[ recovery-image] Feb 11 21:18:54.348 INFO O| Feb 11 21:18:54.348 INFO STEP 635 (remove_files) COMPLETE
63572025-02-11T21:18:55.990Z[ recovery-image] Feb 11 21:18:54.349 INFO O| Feb 11 21:18:54.348 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-11T21:18:56.008Z[ recovery-image] Feb 11 21:18:54.369 INFO O| Feb 11 21:18:54.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63592025-02-11T21:18:56.010Z[ recovery-image] Feb 11 21:18:54.369 INFO O| Feb 11 21:18:54.369 INFO STEP 636 (remove_files) COMPLETE
63602025-02-11T21:18:56.010Z[ recovery-image] Feb 11 21:18:54.369 INFO O| Feb 11 21:18:54.369 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-11T21:18:56.027Z[ recovery-image] Feb 11 21:18:54.388 INFO O| Feb 11 21:18:54.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63622025-02-11T21:18:56.030Z[ recovery-image] Feb 11 21:18:54.389 INFO O| Feb 11 21:18:54.389 INFO STEP 637 (remove_files) COMPLETE
63632025-02-11T21:18:56.030Z[ recovery-image] Feb 11 21:18:54.389 INFO O| Feb 11 21:18:54.389 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-11T21:18:56.060Z[ recovery-image] Feb 11 21:18:54.421 INFO O| Feb 11 21:18:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63652025-02-11T21:18:56.063Z[ recovery-image] Feb 11 21:18:54.421 INFO O| Feb 11 21:18:54.421 INFO STEP 638 (remove_files) COMPLETE
63662025-02-11T21:18:56.085Z[ recovery-image] Feb 11 21:18:54.445 INFO O| Feb 11 21:18:54.445 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-11T21:18:56.145Z[ recovery-image] Feb 11 21:18:54.506 INFO O| Feb 11 21:18:54.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63682025-02-11T21:18:56.148Z[ recovery-image] Feb 11 21:18:54.507 INFO O| Feb 11 21:18:54.507 INFO STEP 639 (remove_files) COMPLETE
63692025-02-11T21:18:56.148Z[ recovery-image] Feb 11 21:18:54.507 INFO O| Feb 11 21:18:54.507 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-11T21:18:56.174Z[ recovery-image] Feb 11 21:18:54.535 INFO O| Feb 11 21:18:54.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63712025-02-11T21:18:56.174Z[ recovery-image] Feb 11 21:18:54.535 INFO O| Feb 11 21:18:54.535 INFO STEP 640 (remove_files) COMPLETE
63722025-02-11T21:18:56.174Z[ recovery-image] Feb 11 21:18:54.535 INFO O| Feb 11 21:18:54.535 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-11T21:18:56.194Z[ recovery-image] Feb 11 21:18:54.555 INFO O| Feb 11 21:18:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63742025-02-11T21:18:56.194Z[ recovery-image] Feb 11 21:18:54.555 INFO O| Feb 11 21:18:54.555 INFO STEP 641 (remove_files) COMPLETE
63752025-02-11T21:18:56.194Z[ recovery-image] Feb 11 21:18:54.555 INFO O| Feb 11 21:18:54.555 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-11T21:18:56.249Z[ recovery-image] Feb 11 21:18:54.610 INFO O| Feb 11 21:18:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63772025-02-11T21:18:56.249Z[ recovery-image] Feb 11 21:18:54.610 INFO O| Feb 11 21:18:54.610 INFO STEP 642 (remove_files) COMPLETE
63782025-02-11T21:18:56.249Z[ recovery-image] Feb 11 21:18:54.610 INFO O| Feb 11 21:18:54.610 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-11T21:18:56.267Z[ recovery-image] Feb 11 21:18:54.628 INFO O| Feb 11 21:18:54.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63802025-02-11T21:18:56.267Z[ recovery-image] Feb 11 21:18:54.628 INFO O| Feb 11 21:18:54.628 INFO STEP 643 (remove_files) COMPLETE
63812025-02-11T21:18:56.270Z[ recovery-image] Feb 11 21:18:54.628 INFO O| Feb 11 21:18:54.628 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-11T21:18:56.302Z[ recovery-image] Feb 11 21:18:54.663 INFO O| Feb 11 21:18:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63832025-02-11T21:18:56.302Z[ recovery-image] Feb 11 21:18:54.663 INFO O| Feb 11 21:18:54.663 INFO STEP 644 (remove_files) COMPLETE
63842025-02-11T21:18:56.302Z[ recovery-image] Feb 11 21:18:54.663 INFO O| Feb 11 21:18:54.663 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-11T21:18:56.375Z[ recovery-image] Feb 11 21:18:54.736 INFO O| Feb 11 21:18:54.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63862025-02-11T21:18:56.375Z[ recovery-image] Feb 11 21:18:54.736 INFO O| Feb 11 21:18:54.736 INFO STEP 645 (remove_files) COMPLETE
63872025-02-11T21:18:56.375Z[ recovery-image] Feb 11 21:18:54.736 INFO O| Feb 11 21:18:54.736 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-11T21:18:56.395Z[ recovery-image] Feb 11 21:18:54.756 INFO O| Feb 11 21:18:54.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63892025-02-11T21:18:56.395Z[ recovery-image] Feb 11 21:18:54.756 INFO O| Feb 11 21:18:54.756 INFO STEP 646 (remove_files) COMPLETE
63902025-02-11T21:18:56.395Z[ recovery-image] Feb 11 21:18:54.756 INFO O| Feb 11 21:18:54.756 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-11T21:18:56.413Z[ recovery-image] Feb 11 21:18:54.774 INFO O| Feb 11 21:18:54.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63922025-02-11T21:18:56.413Z[ recovery-image] Feb 11 21:18:54.774 INFO O| Feb 11 21:18:54.774 INFO STEP 647 (remove_files) COMPLETE
63932025-02-11T21:18:56.413Z[ recovery-image] Feb 11 21:18:54.774 INFO O| Feb 11 21:18:54.774 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-11T21:18:56.432Z[ recovery-image] Feb 11 21:18:54.794 INFO O| Feb 11 21:18:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63952025-02-11T21:18:56.432Z[ recovery-image] Feb 11 21:18:54.794 INFO O| Feb 11 21:18:54.794 INFO STEP 648 (remove_files) COMPLETE
63962025-02-11T21:18:56.432Z[ recovery-image] Feb 11 21:18:54.794 INFO O| Feb 11 21:18:54.794 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-11T21:18:56.451Z[ recovery-image] Feb 11 21:18:54.812 INFO O| Feb 11 21:18:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63982025-02-11T21:18:56.451Z[ recovery-image] Feb 11 21:18:54.812 INFO O| Feb 11 21:18:54.812 INFO STEP 649 (remove_files) COMPLETE
63992025-02-11T21:18:56.451Z[ recovery-image] Feb 11 21:18:54.812 INFO O| Feb 11 21:18:54.812 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-11T21:18:56.491Z[ recovery-image] Feb 11 21:18:54.852 INFO O| Feb 11 21:18:54.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64012025-02-11T21:18:56.494Z[ recovery-image] Feb 11 21:18:54.852 INFO O| Feb 11 21:18:54.852 INFO STEP 650 (remove_files) COMPLETE
64022025-02-11T21:18:56.494Z[ recovery-image] Feb 11 21:18:54.852 INFO O| Feb 11 21:18:54.852 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-11T21:18:56.511Z[ recovery-image] Feb 11 21:18:54.873 INFO O| Feb 11 21:18:54.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64042025-02-11T21:18:56.514Z[ recovery-image] Feb 11 21:18:54.873 INFO O| Feb 11 21:18:54.873 INFO STEP 651 (remove_files) COMPLETE
64052025-02-11T21:18:56.514Z[ recovery-image] Feb 11 21:18:54.873 INFO O| Feb 11 21:18:54.873 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-11T21:18:56.531Z[ recovery-image] Feb 11 21:18:54.892 INFO O| Feb 11 21:18:54.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64072025-02-11T21:18:56.533Z[ recovery-image] Feb 11 21:18:54.892 INFO O| Feb 11 21:18:54.892 INFO STEP 652 (remove_files) COMPLETE
64082025-02-11T21:18:56.533Z[ recovery-image] Feb 11 21:18:54.892 INFO O| Feb 11 21:18:54.892 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-11T21:18:56.562Z[ recovery-image] Feb 11 21:18:54.923 INFO O| Feb 11 21:18:54.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64102025-02-11T21:18:56.565Z[ recovery-image] Feb 11 21:18:54.924 INFO O| Feb 11 21:18:54.923 INFO STEP 653 (remove_files) COMPLETE
64112025-02-11T21:18:56.565Z[ recovery-image] Feb 11 21:18:54.924 INFO O| Feb 11 21:18:54.923 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-11T21:18:56.582Z[ recovery-image] Feb 11 21:18:54.943 INFO O| Feb 11 21:18:54.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64132025-02-11T21:18:56.585Z[ recovery-image] Feb 11 21:18:54.944 INFO O| Feb 11 21:18:54.943 INFO STEP 654 (remove_files) COMPLETE
64142025-02-11T21:18:56.585Z[ recovery-image] Feb 11 21:18:54.944 INFO O| Feb 11 21:18:54.944 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-11T21:18:56.617Z[ recovery-image] Feb 11 21:18:54.978 INFO O| Feb 11 21:18:54.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64162025-02-11T21:18:56.617Z[ recovery-image] Feb 11 21:18:54.978 INFO O| Feb 11 21:18:54.978 INFO STEP 655 (remove_files) COMPLETE
64172025-02-11T21:18:56.617Z[ recovery-image] Feb 11 21:18:54.978 INFO O| Feb 11 21:18:54.978 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-11T21:18:56.650Z[ recovery-image] Feb 11 21:18:55.011 INFO O| Feb 11 21:18:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64192025-02-11T21:18:56.650Z[ recovery-image] Feb 11 21:18:55.011 INFO O| Feb 11 21:18:55.011 INFO STEP 656 (remove_files) COMPLETE
64202025-02-11T21:18:56.650Z[ recovery-image] Feb 11 21:18:55.011 INFO O| Feb 11 21:18:55.011 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-11T21:18:56.684Z[ recovery-image] Feb 11 21:18:55.045 INFO O| Feb 11 21:18:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64222025-02-11T21:18:56.684Z[ recovery-image] Feb 11 21:18:55.045 INFO O| Feb 11 21:18:55.045 INFO STEP 657 (remove_files) COMPLETE
64232025-02-11T21:18:56.684Z[ recovery-image] Feb 11 21:18:55.045 INFO O| Feb 11 21:18:55.045 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-11T21:18:56.707Z[ recovery-image] Feb 11 21:18:55.068 INFO O| Feb 11 21:18:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64252025-02-11T21:18:56.707Z[ recovery-image] Feb 11 21:18:55.068 INFO O| Feb 11 21:18:55.068 INFO STEP 658 (remove_files) COMPLETE
64262025-02-11T21:18:56.709Z[ recovery-image] Feb 11 21:18:55.068 INFO O| Feb 11 21:18:55.068 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-11T21:18:56.741Z[ recovery-image] Feb 11 21:18:55.102 INFO O| Feb 11 21:18:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64282025-02-11T21:18:56.741Z[ recovery-image] Feb 11 21:18:55.102 INFO O| Feb 11 21:18:55.102 INFO STEP 659 (remove_files) COMPLETE
64292025-02-11T21:18:56.744Z[ recovery-image] Feb 11 21:18:55.102 INFO O| Feb 11 21:18:55.102 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-11T21:18:56.761Z[ recovery-image] Feb 11 21:18:55.122 INFO O| Feb 11 21:18:55.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64312025-02-11T21:18:56.761Z[ recovery-image] Feb 11 21:18:55.122 INFO O| Feb 11 21:18:55.122 INFO STEP 660 (remove_files) COMPLETE
64322025-02-11T21:18:56.761Z[ recovery-image] Feb 11 21:18:55.122 INFO O| Feb 11 21:18:55.122 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-11T21:18:56.779Z[ recovery-image] Feb 11 21:18:55.140 INFO O| Feb 11 21:18:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64342025-02-11T21:18:56.780Z[ recovery-image] Feb 11 21:18:55.140 INFO O| Feb 11 21:18:55.140 INFO STEP 661 (remove_files) COMPLETE
64352025-02-11T21:18:56.780Z[ recovery-image] Feb 11 21:18:55.140 INFO O| Feb 11 21:18:55.140 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-11T21:18:56.799Z[ recovery-image] Feb 11 21:18:55.160 INFO O| Feb 11 21:18:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64372025-02-11T21:18:56.799Z[ recovery-image] Feb 11 21:18:55.160 INFO O| Feb 11 21:18:55.160 INFO STEP 662 (remove_files) COMPLETE
64382025-02-11T21:18:56.802Z[ recovery-image] Feb 11 21:18:55.160 INFO O| Feb 11 21:18:55.160 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-11T21:18:56.834Z[ recovery-image] Feb 11 21:18:55.195 INFO O| Feb 11 21:18:55.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64402025-02-11T21:18:56.837Z[ recovery-image] Feb 11 21:18:55.196 INFO O| Feb 11 21:18:55.195 INFO STEP 663 (remove_files) COMPLETE
64412025-02-11T21:18:56.837Z[ recovery-image] Feb 11 21:18:55.196 INFO O| Feb 11 21:18:55.196 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-11T21:18:56.855Z[ recovery-image] Feb 11 21:18:55.216 INFO O| Feb 11 21:18:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64432025-02-11T21:18:56.858Z[ recovery-image] Feb 11 21:18:55.216 INFO O| Feb 11 21:18:55.216 INFO STEP 664 (remove_files) COMPLETE
64442025-02-11T21:18:56.858Z[ recovery-image] Feb 11 21:18:55.216 INFO O| Feb 11 21:18:55.216 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-11T21:18:56.875Z[ recovery-image] Feb 11 21:18:55.236 INFO O| Feb 11 21:18:55.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64462025-02-11T21:18:56.878Z[ recovery-image] Feb 11 21:18:55.236 INFO O| Feb 11 21:18:55.236 INFO STEP 665 (remove_files) COMPLETE
64472025-02-11T21:18:56.878Z[ recovery-image] Feb 11 21:18:55.236 INFO O| Feb 11 21:18:55.236 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-11T21:18:56.894Z[ recovery-image] Feb 11 21:18:55.255 INFO O| Feb 11 21:18:55.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64492025-02-11T21:18:56.897Z[ recovery-image] Feb 11 21:18:55.256 INFO O| Feb 11 21:18:55.256 INFO STEP 666 (remove_files) COMPLETE
64502025-02-11T21:18:56.897Z[ recovery-image] Feb 11 21:18:55.256 INFO O| Feb 11 21:18:55.256 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-11T21:18:56.912Z[ recovery-image] Feb 11 21:18:55.273 INFO O| Feb 11 21:18:55.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64522025-02-11T21:18:56.915Z[ recovery-image] Feb 11 21:18:55.274 INFO O| Feb 11 21:18:55.274 INFO STEP 667 (remove_files) COMPLETE
64532025-02-11T21:18:56.915Z[ recovery-image] Feb 11 21:18:55.274 INFO O| Feb 11 21:18:55.274 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-11T21:18:56.931Z[ recovery-image] Feb 11 21:18:55.292 INFO O| Feb 11 21:18:55.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64552025-02-11T21:18:56.933Z[ recovery-image] Feb 11 21:18:55.292 INFO O| Feb 11 21:18:55.292 INFO STEP 668 (remove_files) COMPLETE
64562025-02-11T21:18:56.933Z[ recovery-image] Feb 11 21:18:55.292 INFO O| Feb 11 21:18:55.292 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-11T21:18:56.948Z[ recovery-image] Feb 11 21:18:55.309 INFO O| Feb 11 21:18:55.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64582025-02-11T21:18:56.951Z[ recovery-image] Feb 11 21:18:55.309 INFO O| Feb 11 21:18:55.309 INFO STEP 669 (remove_files) COMPLETE
64592025-02-11T21:18:56.951Z[ recovery-image] Feb 11 21:18:55.310 INFO O| Feb 11 21:18:55.309 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-11T21:18:56.967Z[ recovery-image] Feb 11 21:18:55.328 INFO O| Feb 11 21:18:55.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64612025-02-11T21:18:56.970Z[ recovery-image] Feb 11 21:18:55.328 INFO O| Feb 11 21:18:55.328 INFO STEP 670 (remove_files) COMPLETE
64622025-02-11T21:18:56.970Z[ recovery-image] Feb 11 21:18:55.328 INFO O| Feb 11 21:18:55.328 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-11T21:18:57.007Z[ recovery-image] Feb 11 21:18:55.368 INFO O| Feb 11 21:18:55.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64642025-02-11T21:18:57.007Z[ recovery-image] Feb 11 21:18:55.368 INFO O| Feb 11 21:18:55.368 INFO STEP 671 (remove_files) COMPLETE
64652025-02-11T21:18:57.010Z[ recovery-image] Feb 11 21:18:55.368 INFO O| Feb 11 21:18:55.368 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-11T21:18:57.026Z[ recovery-image] Feb 11 21:18:55.387 INFO O| Feb 11 21:18:55.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64672025-02-11T21:18:57.026Z[ recovery-image] Feb 11 21:18:55.388 INFO O| Feb 11 21:18:55.388 INFO STEP 672 (remove_files) COMPLETE
64682025-02-11T21:18:57.026Z[ recovery-image] Feb 11 21:18:55.388 INFO O| Feb 11 21:18:55.388 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-11T21:18:57.060Z[ recovery-image] Feb 11 21:18:55.421 INFO O| Feb 11 21:18:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64702025-02-11T21:18:57.060Z[ recovery-image] Feb 11 21:18:55.422 INFO O| Feb 11 21:18:55.422 INFO STEP 673 (remove_files) COMPLETE
64712025-02-11T21:18:57.060Z[ recovery-image] Feb 11 21:18:55.422 INFO O| Feb 11 21:18:55.422 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-11T21:18:57.079Z[ recovery-image] Feb 11 21:18:55.440 INFO O| Feb 11 21:18:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64732025-02-11T21:18:57.079Z[ recovery-image] Feb 11 21:18:55.440 INFO O| Feb 11 21:18:55.440 INFO STEP 674 (remove_files) COMPLETE
64742025-02-11T21:18:57.079Z[ recovery-image] Feb 11 21:18:55.440 INFO O| Feb 11 21:18:55.440 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-11T21:18:57.097Z[ recovery-image] Feb 11 21:18:55.458 INFO O| Feb 11 21:18:55.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64762025-02-11T21:18:57.097Z[ recovery-image] Feb 11 21:18:55.458 INFO O| Feb 11 21:18:55.458 INFO STEP 675 (remove_files) COMPLETE
64772025-02-11T21:18:57.097Z[ recovery-image] Feb 11 21:18:55.458 INFO O| Feb 11 21:18:55.458 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-02-11T21:18:57.114Z[ recovery-image] Feb 11 21:18:55.475 INFO O| Feb 11 21:18:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64792025-02-11T21:18:57.114Z[ recovery-image] Feb 11 21:18:55.475 INFO O| Feb 11 21:18:55.475 INFO STEP 676 (remove_files) COMPLETE
64802025-02-11T21:18:57.114Z[ recovery-image] Feb 11 21:18:55.475 INFO O| Feb 11 21:18:55.475 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-02-11T21:18:57.152Z[ recovery-image] Feb 11 21:18:55.513 INFO O| Feb 11 21:18:55.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64822025-02-11T21:18:57.152Z[ recovery-image] Feb 11 21:18:55.513 INFO O| Feb 11 21:18:55.513 INFO STEP 677 (remove_files) COMPLETE
64832025-02-11T21:18:57.152Z[ recovery-image] Feb 11 21:18:55.513 INFO O| Feb 11 21:18:55.513 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-02-11T21:18:57.173Z[ recovery-image] Feb 11 21:18:55.534 INFO O| Feb 11 21:18:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64852025-02-11T21:18:57.173Z[ recovery-image] Feb 11 21:18:55.534 INFO O| Feb 11 21:18:55.534 INFO STEP 678 (remove_files) COMPLETE
64862025-02-11T21:18:57.173Z[ recovery-image] Feb 11 21:18:55.534 INFO O| Feb 11 21:18:55.534 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-02-11T21:18:57.207Z[ recovery-image] Feb 11 21:18:55.567 INFO O| Feb 11 21:18:55.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64882025-02-11T21:18:57.211Z[ recovery-image] Feb 11 21:18:55.567 INFO O| Feb 11 21:18:55.567 INFO STEP 679 (remove_files) COMPLETE
64892025-02-11T21:18:57.211Z[ recovery-image] Feb 11 21:18:55.567 INFO O| Feb 11 21:18:55.567 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-02-11T21:18:57.228Z[ recovery-image] Feb 11 21:18:55.589 INFO O| Feb 11 21:18:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64912025-02-11T21:18:57.228Z[ recovery-image] Feb 11 21:18:55.589 INFO O| Feb 11 21:18:55.589 INFO STEP 680 (remove_files) COMPLETE
64922025-02-11T21:18:57.228Z[ recovery-image] Feb 11 21:18:55.589 INFO O| Feb 11 21:18:55.589 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-02-11T21:18:57.256Z[ recovery-image] Feb 11 21:18:55.617 INFO O| Feb 11 21:18:55.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64942025-02-11T21:18:57.256Z[ recovery-image] Feb 11 21:18:55.617 INFO O| Feb 11 21:18:55.617 INFO STEP 681 (remove_files) COMPLETE
64952025-02-11T21:18:57.259Z[ recovery-image] Feb 11 21:18:55.617 INFO O| Feb 11 21:18:55.617 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-11T21:18:57.292Z[ recovery-image] Feb 11 21:18:55.653 INFO O| Feb 11 21:18:55.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64972025-02-11T21:18:57.292Z[ recovery-image] Feb 11 21:18:55.653 INFO O| Feb 11 21:18:55.653 INFO STEP 682 (remove_files) COMPLETE
64982025-02-11T21:18:57.292Z[ recovery-image] Feb 11 21:18:55.653 INFO O| Feb 11 21:18:55.653 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-11T21:18:57.336Z[ recovery-image] Feb 11 21:18:55.697 INFO O| Feb 11 21:18:55.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65002025-02-11T21:18:57.336Z[ recovery-image] Feb 11 21:18:55.697 INFO O| Feb 11 21:18:55.697 INFO STEP 683 (remove_files) COMPLETE
65012025-02-11T21:18:57.338Z[ recovery-image] Feb 11 21:18:55.697 INFO O| Feb 11 21:18:55.697 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-11T21:18:57.355Z[ recovery-image] Feb 11 21:18:55.716 INFO O| Feb 11 21:18:55.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65032025-02-11T21:18:57.355Z[ recovery-image] Feb 11 21:18:55.716 INFO O| Feb 11 21:18:55.716 INFO STEP 684 (remove_files) COMPLETE
65042025-02-11T21:18:57.355Z[ recovery-image] Feb 11 21:18:55.716 INFO O| Feb 11 21:18:55.716 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-11T21:18:57.374Z[ recovery-image] Feb 11 21:18:55.735 INFO O| Feb 11 21:18:55.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65062025-02-11T21:18:57.377Z[ recovery-image] Feb 11 21:18:55.735 INFO O| Feb 11 21:18:55.735 INFO STEP 685 (remove_files) COMPLETE
65072025-02-11T21:18:57.377Z[ recovery-image] Feb 11 21:18:55.735 INFO O| Feb 11 21:18:55.735 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-11T21:18:57.403Z[ recovery-image] Feb 11 21:18:55.764 INFO O| Feb 11 21:18:55.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65092025-02-11T21:18:57.403Z[ recovery-image] Feb 11 21:18:55.764 INFO O| Feb 11 21:18:55.764 INFO STEP 686 (remove_files) COMPLETE
65102025-02-11T21:18:57.403Z[ recovery-image] Feb 11 21:18:55.764 INFO O| Feb 11 21:18:55.764 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-02-11T21:18:57.461Z[ recovery-image] Feb 11 21:18:55.822 INFO O| Feb 11 21:18:55.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65122025-02-11T21:18:57.461Z[ recovery-image] Feb 11 21:18:55.822 INFO O| Feb 11 21:18:55.822 INFO STEP 687 (remove_files) COMPLETE
65132025-02-11T21:18:57.461Z[ recovery-image] Feb 11 21:18:55.822 INFO O| Feb 11 21:18:55.822 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-02-11T21:18:57.524Z[ recovery-image] Feb 11 21:18:55.885 INFO O| Feb 11 21:18:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65152025-02-11T21:18:57.524Z[ recovery-image] Feb 11 21:18:55.885 INFO O| Feb 11 21:18:55.885 INFO STEP 688 (remove_files) COMPLETE
65162025-02-11T21:18:57.528Z[ recovery-image] Feb 11 21:18:55.885 INFO O| Feb 11 21:18:55.885 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-02-11T21:18:57.565Z[ recovery-image] Feb 11 21:18:55.926 INFO O| Feb 11 21:18:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65182025-02-11T21:18:57.565Z[ recovery-image] Feb 11 21:18:55.926 INFO O| Feb 11 21:18:55.926 INFO STEP 689 (remove_files) COMPLETE
65192025-02-11T21:18:57.567Z[ recovery-image] Feb 11 21:18:55.926 INFO O| Feb 11 21:18:55.926 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-11T21:18:57.585Z[ recovery-image] Feb 11 21:18:55.946 INFO O| Feb 11 21:18:55.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65212025-02-11T21:18:57.585Z[ recovery-image] Feb 11 21:18:55.947 INFO O| Feb 11 21:18:55.947 INFO STEP 690 (remove_files) COMPLETE
65222025-02-11T21:18:57.588Z[ recovery-image] Feb 11 21:18:55.947 INFO O| Feb 11 21:18:55.947 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-11T21:18:57.608Z[ recovery-image] Feb 11 21:18:55.969 INFO O| Feb 11 21:18:55.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65242025-02-11T21:18:57.608Z[ recovery-image] Feb 11 21:18:55.969 INFO O| Feb 11 21:18:55.969 INFO STEP 691 (remove_files) COMPLETE
65252025-02-11T21:18:57.608Z[ recovery-image] Feb 11 21:18:55.969 INFO O| Feb 11 21:18:55.969 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-11T21:18:57.628Z[ recovery-image] Feb 11 21:18:55.988 INFO O| Feb 11 21:18:55.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65272025-02-11T21:18:57.628Z[ recovery-image] Feb 11 21:18:55.989 INFO O| Feb 11 21:18:55.988 INFO STEP 692 (remove_files) COMPLETE
65282025-02-11T21:18:57.628Z[ recovery-image] Feb 11 21:18:55.989 INFO O| Feb 11 21:18:55.988 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-11T21:18:57.657Z[ recovery-image] Feb 11 21:18:56.018 INFO O| Feb 11 21:18:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65302025-02-11T21:18:57.660Z[ recovery-image] Feb 11 21:18:56.018 INFO O| Feb 11 21:18:56.018 INFO STEP 693 (remove_files) COMPLETE
65312025-02-11T21:18:57.660Z[ recovery-image] Feb 11 21:18:56.019 INFO O| Feb 11 21:18:56.018 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-11T21:18:57.678Z[ recovery-image] Feb 11 21:18:56.038 INFO O| Feb 11 21:18:56.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65332025-02-11T21:18:57.678Z[ recovery-image] Feb 11 21:18:56.038 INFO O| Feb 11 21:18:56.038 INFO STEP 694 (remove_files) COMPLETE
65342025-02-11T21:18:57.681Z[ recovery-image] Feb 11 21:18:56.038 INFO O| Feb 11 21:18:56.038 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-11T21:18:57.702Z[ recovery-image] Feb 11 21:18:56.063 INFO O| Feb 11 21:18:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65362025-02-11T21:18:57.705Z[ recovery-image] Feb 11 21:18:56.063 INFO O| Feb 11 21:18:56.063 INFO STEP 695 (remove_files) COMPLETE
65372025-02-11T21:18:57.705Z[ recovery-image] Feb 11 21:18:56.063 INFO O| Feb 11 21:18:56.063 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-11T21:18:57.759Z[ recovery-image] Feb 11 21:18:56.120 INFO O| Feb 11 21:18:56.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65392025-02-11T21:18:57.762Z[ recovery-image] Feb 11 21:18:56.120 INFO O| Feb 11 21:18:56.120 INFO STEP 696 (remove_files) COMPLETE
65402025-02-11T21:18:57.762Z[ recovery-image] Feb 11 21:18:56.120 INFO O| Feb 11 21:18:56.120 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-11T21:18:57.778Z[ recovery-image] Feb 11 21:18:56.139 INFO O| Feb 11 21:18:56.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65422025-02-11T21:18:57.778Z[ recovery-image] Feb 11 21:18:56.139 INFO O| Feb 11 21:18:56.139 INFO STEP 697 (remove_files) COMPLETE
65432025-02-11T21:18:57.781Z[ recovery-image] Feb 11 21:18:56.140 INFO O| Feb 11 21:18:56.139 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-11T21:18:57.813Z[ recovery-image] Feb 11 21:18:56.173 INFO O| Feb 11 21:18:56.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65452025-02-11T21:18:57.813Z[ recovery-image] Feb 11 21:18:56.173 INFO O| Feb 11 21:18:56.173 INFO STEP 698 (remove_files) COMPLETE
65462025-02-11T21:18:57.813Z[ recovery-image] Feb 11 21:18:56.173 INFO O| Feb 11 21:18:56.173 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-11T21:18:57.862Z[ recovery-image] Feb 11 21:18:56.223 INFO O| Feb 11 21:18:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65482025-02-11T21:18:57.866Z[ recovery-image] Feb 11 21:18:56.223 INFO O| Feb 11 21:18:56.223 INFO STEP 699 (remove_files) COMPLETE
65492025-02-11T21:18:57.866Z[ recovery-image] Feb 11 21:18:56.223 INFO O| Feb 11 21:18:56.223 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-11T21:18:57.922Z[ recovery-image] Feb 11 21:18:56.283 INFO O| Feb 11 21:18:56.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65512025-02-11T21:18:57.930Z[ recovery-image] Feb 11 21:18:56.283 INFO O| Feb 11 21:18:56.283 INFO STEP 700 (remove_files) COMPLETE
65522025-02-11T21:18:57.930Z[ recovery-image] Feb 11 21:18:56.283 INFO O| Feb 11 21:18:56.283 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-11T21:18:57.941Z[ recovery-image] Feb 11 21:18:56.302 INFO O| Feb 11 21:18:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65542025-02-11T21:18:57.984Z[ recovery-image] Feb 11 21:18:56.345 INFO O| Feb 11 21:18:56.345 INFO STEP 701 (remove_files) COMPLETE
65552025-02-11T21:18:57.984Z[ recovery-image] Feb 11 21:18:56.345 INFO O| Feb 11 21:18:56.345 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-11T21:18:58.004Z[ recovery-image] Feb 11 21:18:56.365 INFO O| Feb 11 21:18:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65572025-02-11T21:18:58.004Z[ recovery-image] Feb 11 21:18:56.365 INFO O| Feb 11 21:18:56.365 INFO STEP 702 (remove_files) COMPLETE
65582025-02-11T21:18:58.006Z[ recovery-image] Feb 11 21:18:56.365 INFO O| Feb 11 21:18:56.365 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-11T21:18:58.024Z[ recovery-image] Feb 11 21:18:56.385 INFO O| Feb 11 21:18:56.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65602025-02-11T21:18:58.033Z[ recovery-image] Feb 11 21:18:56.385 INFO O| Feb 11 21:18:56.385 INFO STEP 703 (remove_files) COMPLETE
65612025-02-11T21:18:58.033Z[ recovery-image] Feb 11 21:18:56.385 INFO O| Feb 11 21:18:56.385 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-11T21:18:58.047Z[ recovery-image] Feb 11 21:18:56.406 INFO O| Feb 11 21:18:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65632025-02-11T21:18:58.049Z[ recovery-image] Feb 11 21:18:56.406 INFO O| Feb 11 21:18:56.406 INFO STEP 704 (remove_files) COMPLETE
65642025-02-11T21:18:58.049Z[ recovery-image] Feb 11 21:18:56.406 INFO O| Feb 11 21:18:56.406 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-11T21:18:58.084Z[ recovery-image] Feb 11 21:18:56.445 INFO O| Feb 11 21:18:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65662025-02-11T21:18:58.084Z[ recovery-image] Feb 11 21:18:56.445 INFO O| Feb 11 21:18:56.445 INFO STEP 705 (remove_files) COMPLETE
65672025-02-11T21:18:58.084Z[ recovery-image] Feb 11 21:18:56.445 INFO O| Feb 11 21:18:56.445 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-11T21:18:58.110Z[ recovery-image] Feb 11 21:18:56.471 INFO O| Feb 11 21:18:56.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65692025-02-11T21:18:58.120Z[ recovery-image] Feb 11 21:18:56.480 INFO O| Feb 11 21:18:56.480 INFO STEP 706 (remove_files) COMPLETE
65702025-02-11T21:18:58.120Z[ recovery-image] Feb 11 21:18:56.480 INFO O| Feb 11 21:18:56.480 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-11T21:18:58.152Z[ recovery-image] Feb 11 21:18:56.513 INFO O| Feb 11 21:18:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65722025-02-11T21:18:58.152Z[ recovery-image] Feb 11 21:18:56.513 INFO O| Feb 11 21:18:56.513 INFO STEP 707 (remove_files) COMPLETE
65732025-02-11T21:18:58.152Z[ recovery-image] Feb 11 21:18:56.513 INFO O| Feb 11 21:18:56.513 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-11T21:18:58.189Z[ recovery-image] Feb 11 21:18:56.542 INFO O| Feb 11 21:18:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65752025-02-11T21:18:58.189Z[ recovery-image] Feb 11 21:18:56.542 INFO O| Feb 11 21:18:56.542 INFO STEP 708 (remove_files) COMPLETE
65762025-02-11T21:18:58.189Z[ recovery-image] Feb 11 21:18:56.542 INFO O| Feb 11 21:18:56.542 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-11T21:18:58.240Z[ recovery-image] Feb 11 21:18:56.601 INFO O| Feb 11 21:18:56.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65782025-02-11T21:18:58.240Z[ recovery-image] Feb 11 21:18:56.601 INFO O| Feb 11 21:18:56.601 INFO STEP 709 (remove_files) COMPLETE
65792025-02-11T21:18:58.240Z[ recovery-image] Feb 11 21:18:56.601 INFO O| Feb 11 21:18:56.601 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-11T21:18:58.259Z[ recovery-image] Feb 11 21:18:56.620 INFO O| Feb 11 21:18:56.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65812025-02-11T21:18:58.259Z[ recovery-image] Feb 11 21:18:56.620 INFO O| Feb 11 21:18:56.620 INFO STEP 710 (remove_files) COMPLETE
65822025-02-11T21:18:58.260Z[ recovery-image] Feb 11 21:18:56.620 INFO O| Feb 11 21:18:56.620 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-11T21:18:58.294Z[ recovery-image] Feb 11 21:18:56.655 INFO O| Feb 11 21:18:56.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65842025-02-11T21:18:58.296Z[ recovery-image] Feb 11 21:18:56.655 INFO O| Feb 11 21:18:56.655 INFO STEP 711 (remove_files) COMPLETE
65852025-02-11T21:18:58.296Z[ recovery-image] Feb 11 21:18:56.655 INFO O| Feb 11 21:18:56.655 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-11T21:18:58.346Z[ recovery-image] Feb 11 21:18:56.707 INFO O| Feb 11 21:18:56.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65872025-02-11T21:18:58.366Z[ recovery-image] Feb 11 21:18:56.727 INFO O| Feb 11 21:18:56.727 INFO STEP 712 (remove_files) COMPLETE
65882025-02-11T21:18:58.366Z[ recovery-image] Feb 11 21:18:56.727 INFO O| Feb 11 21:18:56.727 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-11T21:18:58.398Z[ recovery-image] Feb 11 21:18:56.759 INFO O| Feb 11 21:18:56.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65902025-02-11T21:18:58.398Z[ recovery-image] Feb 11 21:18:56.759 INFO O| Feb 11 21:18:56.759 INFO STEP 713 (remove_files) COMPLETE
65912025-02-11T21:18:58.400Z[ recovery-image] Feb 11 21:18:56.760 INFO O| Feb 11 21:18:56.759 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-11T21:18:58.449Z[ recovery-image] Feb 11 21:18:56.810 INFO O| Feb 11 21:18:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65932025-02-11T21:18:58.449Z[ recovery-image] Feb 11 21:18:56.810 INFO O| Feb 11 21:18:56.810 INFO STEP 714 (remove_files) COMPLETE
65942025-02-11T21:18:58.452Z[ recovery-image] Feb 11 21:18:56.810 INFO O| Feb 11 21:18:56.810 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-11T21:18:58.481Z[ recovery-image] Feb 11 21:18:56.842 INFO O| Feb 11 21:18:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65962025-02-11T21:18:58.481Z[ recovery-image] Feb 11 21:18:56.842 INFO O| Feb 11 21:18:56.842 INFO STEP 715 (remove_files) COMPLETE
65972025-02-11T21:18:58.481Z[ recovery-image] Feb 11 21:18:56.842 INFO O| Feb 11 21:18:56.842 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-11T21:18:58.560Z[ recovery-image] Feb 11 21:18:56.921 INFO O| Feb 11 21:18:56.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65992025-02-11T21:18:58.581Z[ recovery-image] Feb 11 21:18:56.942 INFO O| Feb 11 21:18:56.942 INFO STEP 716 (remove_files) COMPLETE
66002025-02-11T21:18:58.581Z[ recovery-image] Feb 11 21:18:56.942 INFO O| Feb 11 21:18:56.942 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-11T21:18:58.612Z[ recovery-image] Feb 11 21:18:56.973 INFO O| Feb 11 21:18:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66022025-02-11T21:18:58.636Z[ recovery-image] Feb 11 21:18:56.997 INFO O| Feb 11 21:18:56.997 INFO STEP 717 (remove_files) COMPLETE
66032025-02-11T21:18:58.636Z[ recovery-image] Feb 11 21:18:56.997 INFO O| Feb 11 21:18:56.997 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-11T21:18:58.693Z[ recovery-image] Feb 11 21:18:57.054 INFO O| Feb 11 21:18:57.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66052025-02-11T21:18:58.693Z[ recovery-image] Feb 11 21:18:57.054 INFO O| Feb 11 21:18:57.054 INFO STEP 718 (remove_files) COMPLETE
66062025-02-11T21:18:58.693Z[ recovery-image] Feb 11 21:18:57.054 INFO O| Feb 11 21:18:57.054 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-11T21:18:58.749Z[ recovery-image] Feb 11 21:18:57.110 INFO O| Feb 11 21:18:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66082025-02-11T21:18:58.749Z[ recovery-image] Feb 11 21:18:57.110 INFO O| Feb 11 21:18:57.110 INFO STEP 719 (remove_files) COMPLETE
66092025-02-11T21:18:58.749Z[ recovery-image] Feb 11 21:18:57.110 INFO O| Feb 11 21:18:57.110 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-11T21:18:58.807Z[ recovery-image] Feb 11 21:18:57.167 INFO O| Feb 11 21:18:57.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66112025-02-11T21:18:58.807Z[ recovery-image] Feb 11 21:18:57.167 INFO O| Feb 11 21:18:57.167 INFO STEP 720 (remove_files) COMPLETE
66122025-02-11T21:18:58.809Z[ recovery-image] Feb 11 21:18:57.167 INFO O| Feb 11 21:18:57.167 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-11T21:18:58.845Z[ recovery-image] Feb 11 21:18:57.206 INFO O| Feb 11 21:18:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66142025-02-11T21:18:58.845Z[ recovery-image] Feb 11 21:18:57.206 INFO O| Feb 11 21:18:57.206 INFO STEP 721 (remove_files) COMPLETE
66152025-02-11T21:18:58.845Z[ recovery-image] Feb 11 21:18:57.206 INFO O| Feb 11 21:18:57.206 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-11T21:18:58.912Z[ recovery-image] Feb 11 21:18:57.273 INFO O| Feb 11 21:18:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66172025-02-11T21:18:58.914Z[ recovery-image] Feb 11 21:18:57.273 INFO O| Feb 11 21:18:57.273 INFO STEP 722 (remove_files) COMPLETE
66182025-02-11T21:18:58.914Z[ recovery-image] Feb 11 21:18:57.273 INFO O| Feb 11 21:18:57.273 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-11T21:18:58.932Z[ recovery-image] Feb 11 21:18:57.293 INFO O| Feb 11 21:18:57.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66202025-02-11T21:18:58.934Z[ recovery-image] Feb 11 21:18:57.293 INFO O| Feb 11 21:18:57.293 INFO STEP 723 (remove_files) COMPLETE
66212025-02-11T21:18:58.934Z[ recovery-image] Feb 11 21:18:57.293 INFO O| Feb 11 21:18:57.293 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-11T21:18:58.951Z[ recovery-image] Feb 11 21:18:57.312 INFO O| Feb 11 21:18:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66232025-02-11T21:18:58.953Z[ recovery-image] Feb 11 21:18:57.312 INFO O| Feb 11 21:18:57.312 INFO STEP 724 (remove_files) COMPLETE
66242025-02-11T21:18:58.953Z[ recovery-image] Feb 11 21:18:57.312 INFO O| Feb 11 21:18:57.312 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-11T21:18:58.984Z[ recovery-image] Feb 11 21:18:57.345 INFO O| Feb 11 21:18:57.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66262025-02-11T21:18:58.987Z[ recovery-image] Feb 11 21:18:57.345 INFO O| Feb 11 21:18:57.345 INFO STEP 725 (remove_files) COMPLETE
66272025-02-11T21:18:58.987Z[ recovery-image] Feb 11 21:18:57.346 INFO O| Feb 11 21:18:57.346 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-11T21:18:59.032Z[ recovery-image] Feb 11 21:18:57.393 INFO O| Feb 11 21:18:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66292025-02-11T21:18:59.034Z[ recovery-image] Feb 11 21:18:57.393 INFO O| Feb 11 21:18:57.393 INFO STEP 726 (remove_files) COMPLETE
66302025-02-11T21:18:59.034Z[ recovery-image] Feb 11 21:18:57.393 INFO O| Feb 11 21:18:57.393 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-11T21:18:59.054Z[ recovery-image] Feb 11 21:18:57.414 INFO O| Feb 11 21:18:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66322025-02-11T21:18:59.056Z[ recovery-image] Feb 11 21:18:57.415 INFO O| Feb 11 21:18:57.415 INFO STEP 727 (remove_files) COMPLETE
66332025-02-11T21:18:59.056Z[ recovery-image] Feb 11 21:18:57.415 INFO O| Feb 11 21:18:57.415 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-11T21:18:59.074Z[ recovery-image] Feb 11 21:18:57.435 INFO O| Feb 11 21:18:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66352025-02-11T21:18:59.077Z[ recovery-image] Feb 11 21:18:57.435 INFO O| Feb 11 21:18:57.435 INFO STEP 728 (remove_files) COMPLETE
66362025-02-11T21:18:59.077Z[ recovery-image] Feb 11 21:18:57.435 INFO O| Feb 11 21:18:57.435 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-11T21:18:59.134Z[ recovery-image] Feb 11 21:18:57.495 INFO O| Feb 11 21:18:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66382025-02-11T21:18:59.134Z[ recovery-image] Feb 11 21:18:57.495 INFO O| Feb 11 21:18:57.495 INFO STEP 729 (remove_files) COMPLETE
66392025-02-11T21:18:59.136Z[ recovery-image] Feb 11 21:18:57.495 INFO O| Feb 11 21:18:57.495 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-11T21:18:59.161Z[ recovery-image] Feb 11 21:18:57.522 INFO O| Feb 11 21:18:57.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66412025-02-11T21:18:59.161Z[ recovery-image] Feb 11 21:18:57.522 INFO O| Feb 11 21:18:57.522 INFO STEP 730 (remove_files) COMPLETE
66422025-02-11T21:18:59.163Z[ recovery-image] Feb 11 21:18:57.522 INFO O| Feb 11 21:18:57.522 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-11T21:18:59.182Z[ recovery-image] Feb 11 21:18:57.542 INFO O| Feb 11 21:18:57.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66442025-02-11T21:18:59.182Z[ recovery-image] Feb 11 21:18:57.542 INFO O| Feb 11 21:18:57.542 INFO STEP 731 (remove_files) COMPLETE
66452025-02-11T21:18:59.182Z[ recovery-image] Feb 11 21:18:57.542 INFO O| Feb 11 21:18:57.542 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-11T21:18:59.200Z[ recovery-image] Feb 11 21:18:57.561 INFO O| Feb 11 21:18:57.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66472025-02-11T21:18:59.200Z[ recovery-image] Feb 11 21:18:57.561 INFO O| Feb 11 21:18:57.561 INFO STEP 732 (remove_files) COMPLETE
66482025-02-11T21:18:59.202Z[ recovery-image] Feb 11 21:18:57.561 INFO O| Feb 11 21:18:57.561 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-11T21:18:59.220Z[ recovery-image] Feb 11 21:18:57.581 INFO O| Feb 11 21:18:57.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66502025-02-11T21:18:59.220Z[ recovery-image] Feb 11 21:18:57.581 INFO O| Feb 11 21:18:57.581 INFO STEP 733 (remove_files) COMPLETE
66512025-02-11T21:18:59.223Z[ recovery-image] Feb 11 21:18:57.582 INFO O| Feb 11 21:18:57.581 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-11T21:18:59.239Z[ recovery-image] Feb 11 21:18:57.600 INFO O| Feb 11 21:18:57.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66532025-02-11T21:18:59.239Z[ recovery-image] Feb 11 21:18:57.600 INFO O| Feb 11 21:18:57.600 INFO STEP 734 (remove_files) COMPLETE
66542025-02-11T21:18:59.241Z[ recovery-image] Feb 11 21:18:57.600 INFO O| Feb 11 21:18:57.600 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-11T21:18:59.264Z[ recovery-image] Feb 11 21:18:57.624 INFO O| Feb 11 21:18:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66562025-02-11T21:18:59.266Z[ recovery-image] Feb 11 21:18:57.625 INFO O| Feb 11 21:18:57.625 INFO STEP 735 (remove_files) COMPLETE
66572025-02-11T21:18:59.266Z[ recovery-image] Feb 11 21:18:57.625 INFO O| Feb 11 21:18:57.625 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-11T21:18:59.297Z[ recovery-image] Feb 11 21:18:57.658 INFO O| Feb 11 21:18:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66592025-02-11T21:18:59.299Z[ recovery-image] Feb 11 21:18:57.658 INFO O| Feb 11 21:18:57.658 INFO STEP 736 (remove_files) COMPLETE
66602025-02-11T21:18:59.299Z[ recovery-image] Feb 11 21:18:57.658 INFO O| Feb 11 21:18:57.658 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-11T21:18:59.358Z[ recovery-image] Feb 11 21:18:57.719 INFO O| Feb 11 21:18:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66622025-02-11T21:18:59.361Z[ recovery-image] Feb 11 21:18:57.719 INFO O| Feb 11 21:18:57.719 INFO STEP 737 (remove_files) COMPLETE
66632025-02-11T21:18:59.361Z[ recovery-image] Feb 11 21:18:57.719 INFO O| Feb 11 21:18:57.719 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-11T21:18:59.379Z[ recovery-image] Feb 11 21:18:57.739 INFO O| Feb 11 21:18:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66652025-02-11T21:18:59.379Z[ recovery-image] Feb 11 21:18:57.740 INFO O| Feb 11 21:18:57.740 INFO STEP 738 (remove_files) COMPLETE
66662025-02-11T21:18:59.381Z[ recovery-image] Feb 11 21:18:57.740 INFO O| Feb 11 21:18:57.740 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-11T21:18:59.398Z[ recovery-image] Feb 11 21:18:57.759 INFO O| Feb 11 21:18:57.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66682025-02-11T21:18:59.398Z[ recovery-image] Feb 11 21:18:57.759 INFO O| Feb 11 21:18:57.759 INFO STEP 739 (remove_files) COMPLETE
66692025-02-11T21:18:59.398Z[ recovery-image] Feb 11 21:18:57.759 INFO O| Feb 11 21:18:57.759 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-11T21:18:59.418Z[ recovery-image] Feb 11 21:18:57.779 INFO O| Feb 11 21:18:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66712025-02-11T21:18:59.418Z[ recovery-image] Feb 11 21:18:57.779 INFO O| Feb 11 21:18:57.779 INFO STEP 740 (remove_files) COMPLETE
66722025-02-11T21:18:59.420Z[ recovery-image] Feb 11 21:18:57.779 INFO O| Feb 11 21:18:57.779 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-11T21:18:59.447Z[ recovery-image] Feb 11 21:18:57.808 INFO O| Feb 11 21:18:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66742025-02-11T21:18:59.447Z[ recovery-image] Feb 11 21:18:57.808 INFO O| Feb 11 21:18:57.808 INFO STEP 741 (remove_files) COMPLETE
66752025-02-11T21:18:59.449Z[ recovery-image] Feb 11 21:18:57.808 INFO O| Feb 11 21:18:57.808 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-11T21:18:59.526Z[ recovery-image] Feb 11 21:18:57.887 INFO O| Feb 11 21:18:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66772025-02-11T21:18:59.526Z[ recovery-image] Feb 11 21:18:57.887 INFO O| Feb 11 21:18:57.887 INFO STEP 742 (remove_files) COMPLETE
66782025-02-11T21:18:59.526Z[ recovery-image] Feb 11 21:18:57.887 INFO O| Feb 11 21:18:57.887 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-11T21:18:59.547Z[ recovery-image] Feb 11 21:18:57.908 INFO O| Feb 11 21:18:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66802025-02-11T21:18:59.547Z[ recovery-image] Feb 11 21:18:57.908 INFO O| Feb 11 21:18:57.908 INFO STEP 743 (remove_files) COMPLETE
66812025-02-11T21:18:59.547Z[ recovery-image] Feb 11 21:18:57.908 INFO O| Feb 11 21:18:57.908 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-11T21:18:59.577Z[ recovery-image] Feb 11 21:18:57.936 INFO O| Feb 11 21:18:57.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66832025-02-11T21:18:59.577Z[ recovery-image] Feb 11 21:18:57.936 INFO O| Feb 11 21:18:57.936 INFO STEP 744 (remove_files) COMPLETE
66842025-02-11T21:18:59.579Z[ recovery-image] Feb 11 21:18:57.936 INFO O| Feb 11 21:18:57.936 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-11T21:18:59.635Z[ recovery-image] Feb 11 21:18:57.996 INFO O| Feb 11 21:18:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66862025-02-11T21:18:59.635Z[ recovery-image] Feb 11 21:18:57.996 INFO O| Feb 11 21:18:57.996 INFO STEP 745 (remove_files) COMPLETE
66872025-02-11T21:18:59.635Z[ recovery-image] Feb 11 21:18:57.996 INFO O| Feb 11 21:18:57.996 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-11T21:18:59.656Z[ recovery-image] Feb 11 21:18:58.017 INFO O| Feb 11 21:18:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66892025-02-11T21:18:59.656Z[ recovery-image] Feb 11 21:18:58.017 INFO O| Feb 11 21:18:58.017 INFO STEP 746 (remove_files) COMPLETE
66902025-02-11T21:18:59.656Z[ recovery-image] Feb 11 21:18:58.017 INFO O| Feb 11 21:18:58.017 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-11T21:18:59.693Z[ recovery-image] Feb 11 21:18:58.054 INFO O| Feb 11 21:18:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66922025-02-11T21:18:59.693Z[ recovery-image] Feb 11 21:18:58.054 INFO O| Feb 11 21:18:58.054 INFO STEP 747 (remove_files) COMPLETE
66932025-02-11T21:18:59.695Z[ recovery-image] Feb 11 21:18:58.054 INFO O| Feb 11 21:18:58.054 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-11T21:18:59.715Z[ recovery-image] Feb 11 21:18:58.076 INFO O| Feb 11 21:18:58.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66952025-02-11T21:18:59.715Z[ recovery-image] Feb 11 21:18:58.076 INFO O| Feb 11 21:18:58.076 INFO STEP 748 (remove_files) COMPLETE
66962025-02-11T21:18:59.715Z[ recovery-image] Feb 11 21:18:58.076 INFO O| Feb 11 21:18:58.076 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-11T21:18:59.739Z[ recovery-image] Feb 11 21:18:58.100 INFO O| Feb 11 21:18:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66982025-02-11T21:18:59.743Z[ recovery-image] Feb 11 21:18:58.100 INFO O| Feb 11 21:18:58.100 INFO STEP 749 (remove_files) COMPLETE
66992025-02-11T21:18:59.744Z[ recovery-image] Feb 11 21:18:58.100 INFO O| Feb 11 21:18:58.100 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-11T21:18:59.790Z[ recovery-image] Feb 11 21:18:58.151 INFO O| Feb 11 21:18:58.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67012025-02-11T21:18:59.793Z[ recovery-image] Feb 11 21:18:58.151 INFO O| Feb 11 21:18:58.151 INFO STEP 750 (remove_files) COMPLETE
67022025-02-11T21:18:59.793Z[ recovery-image] Feb 11 21:18:58.151 INFO O| Feb 11 21:18:58.151 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-11T21:18:59.809Z[ recovery-image] Feb 11 21:18:58.170 INFO O| Feb 11 21:18:58.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67042025-02-11T21:18:59.811Z[ recovery-image] Feb 11 21:18:58.170 INFO O| Feb 11 21:18:58.170 INFO STEP 751 (remove_files) COMPLETE
67052025-02-11T21:18:59.811Z[ recovery-image] Feb 11 21:18:58.170 INFO O| Feb 11 21:18:58.170 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-11T21:18:59.839Z[ recovery-image] Feb 11 21:18:58.199 INFO O| Feb 11 21:18:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67072025-02-11T21:18:59.839Z[ recovery-image] Feb 11 21:18:58.200 INFO O| Feb 11 21:18:58.200 INFO STEP 752 (remove_files) COMPLETE
67082025-02-11T21:18:59.840Z[ recovery-image] Feb 11 21:18:58.200 INFO O| Feb 11 21:18:58.200 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-11T21:18:59.883Z[ recovery-image] Feb 11 21:18:58.244 INFO O| Feb 11 21:18:58.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67102025-02-11T21:18:59.883Z[ recovery-image] Feb 11 21:18:58.244 INFO O| Feb 11 21:18:58.244 INFO STEP 753 (remove_files) COMPLETE
67112025-02-11T21:18:59.883Z[ recovery-image] Feb 11 21:18:58.244 INFO O| Feb 11 21:18:58.244 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-11T21:18:59.946Z[ recovery-image] Feb 11 21:18:58.307 INFO O| Feb 11 21:18:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67132025-02-11T21:18:59.948Z[ recovery-image] Feb 11 21:18:58.307 INFO O| Feb 11 21:18:58.307 INFO STEP 754 (remove_files) COMPLETE
67142025-02-11T21:18:59.948Z[ recovery-image] Feb 11 21:18:58.307 INFO O| Feb 11 21:18:58.307 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-11T21:18:59.986Z[ recovery-image] Feb 11 21:18:58.346 INFO O| Feb 11 21:18:58.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67162025-02-11T21:18:59.986Z[ recovery-image] Feb 11 21:18:58.346 INFO O| Feb 11 21:18:58.346 INFO STEP 755 (remove_files) COMPLETE
67172025-02-11T21:18:59.986Z[ recovery-image] Feb 11 21:18:58.346 INFO O| Feb 11 21:18:58.346 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-11T21:19:00.037Z[ recovery-image] Feb 11 21:18:58.397 INFO O| Feb 11 21:18:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67192025-02-11T21:19:00.037Z[ recovery-image] Feb 11 21:18:58.397 INFO O| Feb 11 21:18:58.397 INFO STEP 756 (remove_files) COMPLETE
67202025-02-11T21:19:00.037Z[ recovery-image] Feb 11 21:18:58.397 INFO O| Feb 11 21:18:58.397 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-11T21:19:00.094Z[ recovery-image] Feb 11 21:18:58.455 INFO O| Feb 11 21:18:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67222025-02-11T21:19:00.094Z[ recovery-image] Feb 11 21:18:58.455 INFO O| Feb 11 21:18:58.455 INFO STEP 757 (remove_files) COMPLETE
67232025-02-11T21:19:00.094Z[ recovery-image] Feb 11 21:18:58.455 INFO O| Feb 11 21:18:58.455 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-11T21:19:00.123Z[ recovery-image] Feb 11 21:18:58.484 INFO O| Feb 11 21:18:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67252025-02-11T21:19:00.123Z[ recovery-image] Feb 11 21:18:58.484 INFO O| Feb 11 21:18:58.484 INFO STEP 758 (remove_files) COMPLETE
67262025-02-11T21:19:00.124Z[ recovery-image] Feb 11 21:18:58.484 INFO O| Feb 11 21:18:58.484 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-11T21:19:00.145Z[ recovery-image] Feb 11 21:18:58.506 INFO O| Feb 11 21:18:58.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67282025-02-11T21:19:00.145Z[ recovery-image] Feb 11 21:18:58.506 INFO O| Feb 11 21:18:58.506 INFO STEP 759 (remove_files) COMPLETE
67292025-02-11T21:19:00.147Z[ recovery-image] Feb 11 21:18:58.506 INFO O| Feb 11 21:18:58.506 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-11T21:19:00.177Z[ recovery-image] Feb 11 21:18:58.537 INFO O| Feb 11 21:18:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67312025-02-11T21:19:00.177Z[ recovery-image] Feb 11 21:18:58.537 INFO O| Feb 11 21:18:58.537 INFO STEP 760 (remove_files) COMPLETE
67322025-02-11T21:19:00.177Z[ recovery-image] Feb 11 21:18:58.537 INFO O| Feb 11 21:18:58.537 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-11T21:19:00.199Z[ recovery-image] Feb 11 21:18:58.559 INFO O| Feb 11 21:18:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67342025-02-11T21:19:00.199Z[ recovery-image] Feb 11 21:18:58.560 INFO O| Feb 11 21:18:58.560 INFO STEP 761 (remove_files) COMPLETE
67352025-02-11T21:19:00.199Z[ recovery-image] Feb 11 21:18:58.560 INFO O| Feb 11 21:18:58.560 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-11T21:19:00.228Z[ recovery-image] Feb 11 21:18:58.589 INFO O| Feb 11 21:18:58.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67372025-02-11T21:19:00.228Z[ recovery-image] Feb 11 21:18:58.589 INFO O| Feb 11 21:18:58.589 INFO STEP 762 (remove_files) COMPLETE
67382025-02-11T21:19:00.228Z[ recovery-image] Feb 11 21:18:58.589 INFO O| Feb 11 21:18:58.589 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-11T21:19:00.261Z[ recovery-image] Feb 11 21:18:58.622 INFO O| Feb 11 21:18:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67402025-02-11T21:19:00.261Z[ recovery-image] Feb 11 21:18:58.622 INFO O| Feb 11 21:18:58.622 INFO STEP 763 (remove_files) COMPLETE
67412025-02-11T21:19:00.263Z[ recovery-image] Feb 11 21:18:58.622 INFO O| Feb 11 21:18:58.622 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-11T21:19:00.283Z[ recovery-image] Feb 11 21:18:58.643 INFO O| Feb 11 21:18:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67432025-02-11T21:19:00.283Z[ recovery-image] Feb 11 21:18:58.643 INFO O| Feb 11 21:18:58.643 INFO STEP 764 (remove_files) COMPLETE
67442025-02-11T21:19:00.285Z[ recovery-image] Feb 11 21:18:58.643 INFO O| Feb 11 21:18:58.643 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-11T21:19:00.330Z[ recovery-image] Feb 11 21:18:58.691 INFO O| Feb 11 21:18:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67462025-02-11T21:19:00.333Z[ recovery-image] Feb 11 21:18:58.691 INFO O| Feb 11 21:18:58.691 INFO STEP 765 (remove_files) COMPLETE
67472025-02-11T21:19:00.333Z[ recovery-image] Feb 11 21:18:58.691 INFO O| Feb 11 21:18:58.691 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-11T21:19:00.349Z[ recovery-image] Feb 11 21:18:58.710 INFO O| Feb 11 21:18:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67492025-02-11T21:19:00.351Z[ recovery-image] Feb 11 21:18:58.710 INFO O| Feb 11 21:18:58.710 INFO STEP 766 (remove_files) COMPLETE
67502025-02-11T21:19:00.351Z[ recovery-image] Feb 11 21:18:58.710 INFO O| Feb 11 21:18:58.710 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-11T21:19:00.368Z[ recovery-image] Feb 11 21:18:58.729 INFO O| Feb 11 21:18:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67522025-02-11T21:19:00.371Z[ recovery-image] Feb 11 21:18:58.729 INFO O| Feb 11 21:18:58.729 INFO STEP 767 (remove_files) COMPLETE
67532025-02-11T21:19:00.371Z[ recovery-image] Feb 11 21:18:58.730 INFO O| Feb 11 21:18:58.729 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-11T21:19:00.388Z[ recovery-image] Feb 11 21:18:58.748 INFO O| Feb 11 21:18:58.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67552025-02-11T21:19:00.390Z[ recovery-image] Feb 11 21:18:58.749 INFO O| Feb 11 21:18:58.749 INFO STEP 768 (remove_files) COMPLETE
67562025-02-11T21:19:00.390Z[ recovery-image] Feb 11 21:18:58.749 INFO O| Feb 11 21:18:58.749 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-11T21:19:00.408Z[ recovery-image] Feb 11 21:18:58.768 INFO O| Feb 11 21:18:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67582025-02-11T21:19:00.416Z[ recovery-image] Feb 11 21:18:58.769 INFO O| Feb 11 21:18:58.769 INFO STEP 769 (remove_files) COMPLETE
67592025-02-11T21:19:00.416Z[ recovery-image] Feb 11 21:18:58.769 INFO O| Feb 11 21:18:58.769 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-11T21:19:00.447Z[ recovery-image] Feb 11 21:18:58.807 INFO O| Feb 11 21:18:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67612025-02-11T21:19:00.449Z[ recovery-image] Feb 11 21:18:58.808 INFO O| Feb 11 21:18:58.808 INFO STEP 770 (remove_files) COMPLETE
67622025-02-11T21:19:00.449Z[ recovery-image] Feb 11 21:18:58.808 INFO O| Feb 11 21:18:58.808 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-11T21:19:00.463Z[ recovery-image] Feb 11 21:18:58.824 INFO O| Feb 11 21:18:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67642025-02-11T21:19:00.463Z[ recovery-image] Feb 11 21:18:58.824 INFO O| Feb 11 21:18:58.824 INFO STEP 771 (remove_files) COMPLETE
67652025-02-11T21:19:00.466Z[ recovery-image] Feb 11 21:18:58.824 INFO O| Feb 11 21:18:58.824 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-11T21:19:00.479Z[ recovery-image] Feb 11 21:18:58.840 INFO O| Feb 11 21:18:58.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67672025-02-11T21:19:00.479Z[ recovery-image] Feb 11 21:18:58.840 INFO O| Feb 11 21:18:58.840 INFO STEP 772 (remove_files) COMPLETE
67682025-02-11T21:19:00.479Z[ recovery-image] Feb 11 21:18:58.840 INFO O| Feb 11 21:18:58.840 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-11T21:19:00.496Z[ recovery-image] Feb 11 21:18:58.857 INFO O| Feb 11 21:18:58.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67702025-02-11T21:19:00.496Z[ recovery-image] Feb 11 21:18:58.857 INFO O| Feb 11 21:18:58.857 INFO STEP 773 (remove_files) COMPLETE
67712025-02-11T21:19:00.499Z[ recovery-image] Feb 11 21:18:58.858 INFO O| Feb 11 21:18:58.857 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-11T21:19:00.516Z[ recovery-image] Feb 11 21:18:58.877 INFO O| Feb 11 21:18:58.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67732025-02-11T21:19:00.518Z[ recovery-image] Feb 11 21:18:58.877 INFO O| Feb 11 21:18:58.877 INFO STEP 774 (remove_files) COMPLETE
67742025-02-11T21:19:00.518Z[ recovery-image] Feb 11 21:18:58.877 INFO O| Feb 11 21:18:58.877 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-11T21:19:00.535Z[ recovery-image] Feb 11 21:18:58.895 INFO O| Feb 11 21:18:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67762025-02-11T21:19:00.535Z[ recovery-image] Feb 11 21:18:58.896 INFO O| Feb 11 21:18:58.895 INFO STEP 775 (remove_files) COMPLETE
67772025-02-11T21:19:00.537Z[ recovery-image] Feb 11 21:18:58.896 INFO O| Feb 11 21:18:58.895 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-11T21:19:00.554Z[ recovery-image] Feb 11 21:18:58.914 INFO O| Feb 11 21:18:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67792025-02-11T21:19:00.556Z[ recovery-image] Feb 11 21:18:58.915 INFO O| Feb 11 21:18:58.914 INFO STEP 776 (remove_files) COMPLETE
67802025-02-11T21:19:00.556Z[ recovery-image] Feb 11 21:18:58.915 INFO O| Feb 11 21:18:58.915 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-11T21:19:00.573Z[ recovery-image] Feb 11 21:18:58.934 INFO O| Feb 11 21:18:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67822025-02-11T21:19:00.573Z[ recovery-image] Feb 11 21:18:58.934 INFO O| Feb 11 21:18:58.934 INFO STEP 777 (remove_files) COMPLETE
67832025-02-11T21:19:00.575Z[ recovery-image] Feb 11 21:18:58.934 INFO O| Feb 11 21:18:58.934 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-11T21:19:00.611Z[ recovery-image] Feb 11 21:18:58.972 INFO O| Feb 11 21:18:58.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67852025-02-11T21:19:00.611Z[ recovery-image] Feb 11 21:18:58.972 INFO O| Feb 11 21:18:58.972 INFO STEP 778 (remove_files) COMPLETE
67862025-02-11T21:19:00.611Z[ recovery-image] Feb 11 21:18:58.972 INFO O| Feb 11 21:18:58.972 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-11T21:19:00.705Z[ recovery-image] Feb 11 21:18:59.066 INFO O| Feb 11 21:18:59.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67882025-02-11T21:19:00.705Z[ recovery-image] Feb 11 21:18:59.066 INFO O| Feb 11 21:18:59.066 INFO STEP 779 (remove_files) COMPLETE
67892025-02-11T21:19:00.705Z[ recovery-image] Feb 11 21:18:59.066 INFO O| Feb 11 21:18:59.066 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-11T21:19:00.742Z[ recovery-image] Feb 11 21:18:59.103 INFO O| Feb 11 21:18:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67912025-02-11T21:19:00.744Z[ recovery-image] Feb 11 21:18:59.103 INFO O| Feb 11 21:18:59.103 INFO STEP 780 (remove_files) COMPLETE
67922025-02-11T21:19:00.744Z[ recovery-image] Feb 11 21:18:59.103 INFO O| Feb 11 21:18:59.103 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-11T21:19:00.761Z[ recovery-image] Feb 11 21:18:59.122 INFO O| Feb 11 21:18:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67942025-02-11T21:19:00.761Z[ recovery-image] Feb 11 21:18:59.122 INFO O| Feb 11 21:18:59.122 INFO STEP 781 (remove_files) COMPLETE
67952025-02-11T21:19:00.763Z[ recovery-image] Feb 11 21:18:59.122 INFO O| Feb 11 21:18:59.122 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-11T21:19:00.802Z[ recovery-image] Feb 11 21:18:59.162 INFO O| Feb 11 21:18:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67972025-02-11T21:19:00.802Z[ recovery-image] Feb 11 21:18:59.162 INFO O| Feb 11 21:18:59.162 INFO STEP 782 (remove_files) COMPLETE
67982025-02-11T21:19:00.802Z[ recovery-image] Feb 11 21:18:59.162 INFO O| Feb 11 21:18:59.162 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-11T21:19:00.824Z[ recovery-image] Feb 11 21:18:59.183 INFO O| Feb 11 21:18:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68002025-02-11T21:19:00.824Z[ recovery-image] Feb 11 21:18:59.183 INFO O| Feb 11 21:18:59.183 INFO STEP 783 (remove_files) COMPLETE
68012025-02-11T21:19:00.824Z[ recovery-image] Feb 11 21:18:59.183 INFO O| Feb 11 21:18:59.183 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-11T21:19:00.865Z[ recovery-image] Feb 11 21:18:59.225 INFO O| Feb 11 21:18:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68032025-02-11T21:19:00.865Z[ recovery-image] Feb 11 21:18:59.225 INFO O| Feb 11 21:18:59.225 INFO STEP 784 (remove_files) COMPLETE
68042025-02-11T21:19:00.865Z[ recovery-image] Feb 11 21:18:59.225 INFO O| Feb 11 21:18:59.225 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-11T21:19:00.898Z[ recovery-image] Feb 11 21:18:59.258 INFO O| Feb 11 21:18:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68062025-02-11T21:19:00.898Z[ recovery-image] Feb 11 21:18:59.258 INFO O| Feb 11 21:18:59.258 INFO STEP 785 (remove_files) COMPLETE
68072025-02-11T21:19:00.898Z[ recovery-image] Feb 11 21:18:59.258 INFO O| Feb 11 21:18:59.258 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-11T21:19:00.918Z[ recovery-image] Feb 11 21:18:59.278 INFO O| Feb 11 21:18:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68092025-02-11T21:19:00.926Z[ recovery-image] Feb 11 21:18:59.287 INFO O| Feb 11 21:18:59.287 INFO STEP 786 (remove_files) COMPLETE
68102025-02-11T21:19:00.926Z[ recovery-image] Feb 11 21:18:59.287 INFO O| Feb 11 21:18:59.287 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-11T21:19:00.948Z[ recovery-image] Feb 11 21:18:59.308 INFO O| Feb 11 21:18:59.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68122025-02-11T21:19:00.950Z[ recovery-image] Feb 11 21:18:59.308 INFO O| Feb 11 21:18:59.308 INFO STEP 787 (remove_files) COMPLETE
68132025-02-11T21:19:00.950Z[ recovery-image] Feb 11 21:18:59.308 INFO O| Feb 11 21:18:59.308 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-11T21:19:01.028Z[ recovery-image] Feb 11 21:18:59.389 INFO O| Feb 11 21:18:59.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68152025-02-11T21:19:01.031Z[ recovery-image] Feb 11 21:18:59.389 INFO O| Feb 11 21:18:59.389 INFO STEP 788 (remove_files) COMPLETE
68162025-02-11T21:19:01.031Z[ recovery-image] Feb 11 21:18:59.389 INFO O| Feb 11 21:18:59.389 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-11T21:19:01.089Z[ recovery-image] Feb 11 21:18:59.449 INFO O| Feb 11 21:18:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68182025-02-11T21:19:01.089Z[ recovery-image] Feb 11 21:18:59.449 INFO O| Feb 11 21:18:59.449 INFO STEP 789 (remove_files) COMPLETE
68192025-02-11T21:19:01.089Z[ recovery-image] Feb 11 21:18:59.449 INFO O| Feb 11 21:18:59.449 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-11T21:19:01.125Z[ recovery-image] Feb 11 21:18:59.485 INFO O| Feb 11 21:18:59.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68212025-02-11T21:19:01.125Z[ recovery-image] Feb 11 21:18:59.485 INFO O| Feb 11 21:18:59.485 INFO STEP 790 (remove_files) COMPLETE
68222025-02-11T21:19:01.125Z[ recovery-image] Feb 11 21:18:59.485 INFO O| Feb 11 21:18:59.485 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-11T21:19:01.146Z[ recovery-image] Feb 11 21:18:59.506 INFO O| Feb 11 21:18:59.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68242025-02-11T21:19:01.146Z[ recovery-image] Feb 11 21:18:59.506 INFO O| Feb 11 21:18:59.506 INFO STEP 791 (remove_files) COMPLETE
68252025-02-11T21:19:01.146Z[ recovery-image] Feb 11 21:18:59.506 INFO O| Feb 11 21:18:59.506 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-11T21:19:01.207Z[ recovery-image] Feb 11 21:18:59.568 INFO O| Feb 11 21:18:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68272025-02-11T21:19:01.207Z[ recovery-image] Feb 11 21:18:59.568 INFO O| Feb 11 21:18:59.568 INFO STEP 792 (remove_files) COMPLETE
68282025-02-11T21:19:01.207Z[ recovery-image] Feb 11 21:18:59.568 INFO O| Feb 11 21:18:59.568 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-11T21:19:01.247Z[ recovery-image] Feb 11 21:18:59.608 INFO O| Feb 11 21:18:59.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68302025-02-11T21:19:01.247Z[ recovery-image] Feb 11 21:18:59.608 INFO O| Feb 11 21:18:59.608 INFO STEP 793 (remove_files) COMPLETE
68312025-02-11T21:19:01.249Z[ recovery-image] Feb 11 21:18:59.608 INFO O| Feb 11 21:18:59.608 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-11T21:19:01.270Z[ recovery-image] Feb 11 21:18:59.630 INFO O| Feb 11 21:18:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68332025-02-11T21:19:01.270Z[ recovery-image] Feb 11 21:18:59.630 INFO O| Feb 11 21:18:59.630 INFO STEP 794 (remove_files) COMPLETE
68342025-02-11T21:19:01.272Z[ recovery-image] Feb 11 21:18:59.630 INFO O| Feb 11 21:18:59.630 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-11T21:19:01.299Z[ recovery-image] Feb 11 21:18:59.659 INFO O| Feb 11 21:18:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68362025-02-11T21:19:01.301Z[ recovery-image] Feb 11 21:18:59.660 INFO O| Feb 11 21:18:59.659 INFO STEP 795 (remove_files) COMPLETE
68372025-02-11T21:19:01.301Z[ recovery-image] Feb 11 21:18:59.660 INFO O| Feb 11 21:18:59.659 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-11T21:19:01.358Z[ recovery-image] Feb 11 21:18:59.718 INFO O| Feb 11 21:18:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68392025-02-11T21:19:01.358Z[ recovery-image] Feb 11 21:18:59.718 INFO O| Feb 11 21:18:59.718 INFO STEP 796 (remove_files) COMPLETE
68402025-02-11T21:19:01.360Z[ recovery-image] Feb 11 21:18:59.718 INFO O| Feb 11 21:18:59.718 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-11T21:19:01.377Z[ recovery-image] Feb 11 21:18:59.737 INFO O| Feb 11 21:18:59.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68422025-02-11T21:19:01.377Z[ recovery-image] Feb 11 21:18:59.737 INFO O| Feb 11 21:18:59.737 INFO STEP 797 (remove_files) COMPLETE
68432025-02-11T21:19:01.379Z[ recovery-image] Feb 11 21:18:59.737 INFO O| Feb 11 21:18:59.737 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-11T21:19:01.405Z[ recovery-image] Feb 11 21:18:59.765 INFO O| Feb 11 21:18:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68452025-02-11T21:19:01.405Z[ recovery-image] Feb 11 21:18:59.765 INFO O| Feb 11 21:18:59.765 INFO STEP 798 (remove_files) COMPLETE
68462025-02-11T21:19:01.405Z[ recovery-image] Feb 11 21:18:59.765 INFO O| Feb 11 21:18:59.765 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-11T21:19:01.449Z[ recovery-image] Feb 11 21:18:59.809 INFO O| Feb 11 21:18:59.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68482025-02-11T21:19:01.449Z[ recovery-image] Feb 11 21:18:59.810 INFO O| Feb 11 21:18:59.810 INFO STEP 799 (remove_files) COMPLETE
68492025-02-11T21:19:01.449Z[ recovery-image] Feb 11 21:18:59.810 INFO O| Feb 11 21:18:59.810 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-11T21:19:01.469Z[ recovery-image] Feb 11 21:18:59.830 INFO O| Feb 11 21:18:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68512025-02-11T21:19:01.469Z[ recovery-image] Feb 11 21:18:59.830 INFO O| Feb 11 21:18:59.830 INFO STEP 800 (remove_files) COMPLETE
68522025-02-11T21:19:01.472Z[ recovery-image] Feb 11 21:18:59.830 INFO O| Feb 11 21:18:59.830 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-11T21:19:01.489Z[ recovery-image] Feb 11 21:18:59.850 INFO O| Feb 11 21:18:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68542025-02-11T21:19:01.489Z[ recovery-image] Feb 11 21:18:59.850 INFO O| Feb 11 21:18:59.850 INFO STEP 801 (remove_files) COMPLETE
68552025-02-11T21:19:01.489Z[ recovery-image] Feb 11 21:18:59.850 INFO O| Feb 11 21:18:59.850 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-11T21:19:01.512Z[ recovery-image] Feb 11 21:18:59.872 INFO O| Feb 11 21:18:59.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68572025-02-11T21:19:01.512Z[ recovery-image] Feb 11 21:18:59.872 INFO O| Feb 11 21:18:59.872 INFO STEP 802 (remove_files) COMPLETE
68582025-02-11T21:19:01.512Z[ recovery-image] Feb 11 21:18:59.872 INFO O| Feb 11 21:18:59.872 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-11T21:19:01.533Z[ recovery-image] Feb 11 21:18:59.893 INFO O| Feb 11 21:18:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68602025-02-11T21:19:01.533Z[ recovery-image] Feb 11 21:18:59.893 INFO O| Feb 11 21:18:59.893 INFO STEP 803 (remove_files) COMPLETE
68612025-02-11T21:19:01.533Z[ recovery-image] Feb 11 21:18:59.893 INFO O| Feb 11 21:18:59.893 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-11T21:19:01.551Z[ recovery-image] Feb 11 21:18:59.911 INFO O| Feb 11 21:18:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68632025-02-11T21:19:01.551Z[ recovery-image] Feb 11 21:18:59.912 INFO O| Feb 11 21:18:59.911 INFO STEP 804 (remove_files) COMPLETE
68642025-02-11T21:19:01.551Z[ recovery-image] Feb 11 21:18:59.912 INFO O| Feb 11 21:18:59.911 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-11T21:19:01.572Z[ recovery-image] Feb 11 21:18:59.933 INFO O| Feb 11 21:18:59.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68662025-02-11T21:19:01.572Z[ recovery-image] Feb 11 21:18:59.933 INFO O| Feb 11 21:18:59.933 INFO STEP 805 (remove_files) COMPLETE
68672025-02-11T21:19:01.572Z[ recovery-image] Feb 11 21:18:59.933 INFO O| Feb 11 21:18:59.933 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-11T21:19:01.612Z[ recovery-image] Feb 11 21:18:59.973 INFO O| Feb 11 21:18:59.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68692025-02-11T21:19:01.612Z[ recovery-image] Feb 11 21:18:59.973 INFO O| Feb 11 21:18:59.973 INFO STEP 806 (remove_files) COMPLETE
68702025-02-11T21:19:01.612Z[ recovery-image] Feb 11 21:18:59.973 INFO O| Feb 11 21:18:59.973 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-11T21:19:01.652Z[ recovery-image] Feb 11 21:19:00.013 INFO O| Feb 11 21:19:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68722025-02-11T21:19:01.652Z[ recovery-image] Feb 11 21:19:00.013 INFO O| Feb 11 21:19:00.013 INFO STEP 807 (remove_files) COMPLETE
68732025-02-11T21:19:01.654Z[ recovery-image] Feb 11 21:19:00.013 INFO O| Feb 11 21:19:00.013 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-11T21:19:01.676Z[ recovery-image] Feb 11 21:19:00.036 INFO O| Feb 11 21:19:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68752025-02-11T21:19:01.676Z[ recovery-image] Feb 11 21:19:00.036 INFO O| Feb 11 21:19:00.036 INFO STEP 808 (remove_files) COMPLETE
68762025-02-11T21:19:01.676Z[ recovery-image] Feb 11 21:19:00.036 INFO O| Feb 11 21:19:00.036 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-11T21:19:01.698Z[ recovery-image] Feb 11 21:19:00.057 INFO O| Feb 11 21:19:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68782025-02-11T21:19:01.698Z[ recovery-image] Feb 11 21:19:00.057 INFO O| Feb 11 21:19:00.057 INFO STEP 809 (remove_files) COMPLETE
68792025-02-11T21:19:01.698Z[ recovery-image] Feb 11 21:19:00.057 INFO O| Feb 11 21:19:00.057 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-11T21:19:01.720Z[ recovery-image] Feb 11 21:19:00.080 INFO O| Feb 11 21:19:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68812025-02-11T21:19:01.722Z[ recovery-image] Feb 11 21:19:00.080 INFO O| Feb 11 21:19:00.079 INFO STEP 810 (remove_files) COMPLETE
68822025-02-11T21:19:01.722Z[ recovery-image] Feb 11 21:19:00.080 INFO O| Feb 11 21:19:00.079 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-11T21:19:01.739Z[ recovery-image] Feb 11 21:19:00.099 INFO O| Feb 11 21:19:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68842025-02-11T21:19:01.739Z[ recovery-image] Feb 11 21:19:00.099 INFO O| Feb 11 21:19:00.099 INFO STEP 811 (remove_files) COMPLETE
68852025-02-11T21:19:01.739Z[ recovery-image] Feb 11 21:19:00.099 INFO O| Feb 11 21:19:00.099 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-11T21:19:01.756Z[ recovery-image] Feb 11 21:19:00.116 INFO O| Feb 11 21:19:00.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68872025-02-11T21:19:01.756Z[ recovery-image] Feb 11 21:19:00.116 INFO O| Feb 11 21:19:00.116 INFO STEP 812 (remove_files) COMPLETE
68882025-02-11T21:19:01.756Z[ recovery-image] Feb 11 21:19:00.116 INFO O| Feb 11 21:19:00.116 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-11T21:19:01.782Z[ recovery-image] Feb 11 21:19:00.135 INFO O| Feb 11 21:19:00.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68902025-02-11T21:19:01.782Z[ recovery-image] Feb 11 21:19:00.135 INFO O| Feb 11 21:19:00.135 INFO STEP 813 (remove_files) COMPLETE
68912025-02-11T21:19:01.782Z[ recovery-image] Feb 11 21:19:00.135 INFO O| Feb 11 21:19:00.135 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-11T21:19:01.811Z[ recovery-image] Feb 11 21:19:00.170 INFO O| Feb 11 21:19:00.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68932025-02-11T21:19:01.811Z[ recovery-image] Feb 11 21:19:00.170 INFO O| Feb 11 21:19:00.170 INFO STEP 814 (remove_files) COMPLETE
68942025-02-11T21:19:01.811Z[ recovery-image] Feb 11 21:19:00.170 INFO O| Feb 11 21:19:00.170 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-11T21:19:01.827Z[ recovery-image] Feb 11 21:19:00.188 INFO O| Feb 11 21:19:00.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68962025-02-11T21:19:01.827Z[ recovery-image] Feb 11 21:19:00.188 INFO O| Feb 11 21:19:00.188 INFO STEP 815 (remove_files) COMPLETE
68972025-02-11T21:19:01.827Z[ recovery-image] Feb 11 21:19:00.188 INFO O| Feb 11 21:19:00.188 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-11T21:19:01.847Z[ recovery-image] Feb 11 21:19:00.208 INFO O| Feb 11 21:19:00.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68992025-02-11T21:19:01.852Z[ recovery-image] Feb 11 21:19:00.208 INFO O| Feb 11 21:19:00.208 INFO STEP 816 (remove_files) COMPLETE
69002025-02-11T21:19:01.852Z[ recovery-image] Feb 11 21:19:00.208 INFO O| Feb 11 21:19:00.208 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-11T21:19:01.874Z[ recovery-image] Feb 11 21:19:00.232 INFO O| Feb 11 21:19:00.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69022025-02-11T21:19:01.874Z[ recovery-image] Feb 11 21:19:00.232 INFO O| Feb 11 21:19:00.232 INFO STEP 817 (remove_files) COMPLETE
69032025-02-11T21:19:01.874Z[ recovery-image] Feb 11 21:19:00.232 INFO O| Feb 11 21:19:00.232 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-11T21:19:01.892Z[ recovery-image] Feb 11 21:19:00.253 INFO O| Feb 11 21:19:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69052025-02-11T21:19:01.892Z[ recovery-image] Feb 11 21:19:00.253 INFO O| Feb 11 21:19:00.253 INFO STEP 818 (remove_files) COMPLETE
69062025-02-11T21:19:01.892Z[ recovery-image] Feb 11 21:19:00.253 INFO O| Feb 11 21:19:00.253 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-11T21:19:01.918Z[ recovery-image] Feb 11 21:19:00.278 INFO O| Feb 11 21:19:00.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69082025-02-11T21:19:01.918Z[ recovery-image] Feb 11 21:19:00.278 INFO O| Feb 11 21:19:00.278 INFO STEP 819 (remove_files) COMPLETE
69092025-02-11T21:19:01.920Z[ recovery-image] Feb 11 21:19:00.278 INFO O| Feb 11 21:19:00.278 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-11T21:19:01.977Z[ recovery-image] Feb 11 21:19:00.336 INFO O| Feb 11 21:19:00.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69112025-02-11T21:19:01.977Z[ recovery-image] Feb 11 21:19:00.336 INFO O| Feb 11 21:19:00.336 INFO STEP 820 (remove_files) COMPLETE
69122025-02-11T21:19:01.977Z[ recovery-image] Feb 11 21:19:00.336 INFO O| Feb 11 21:19:00.336 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-11T21:19:01.998Z[ recovery-image] Feb 11 21:19:00.356 INFO O| Feb 11 21:19:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69142025-02-11T21:19:01.998Z[ recovery-image] Feb 11 21:19:00.357 INFO O| Feb 11 21:19:00.356 INFO STEP 821 (remove_files) COMPLETE
69152025-02-11T21:19:01.998Z[ recovery-image] Feb 11 21:19:00.357 INFO O| Feb 11 21:19:00.357 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-11T21:19:02.017Z[ recovery-image] Feb 11 21:19:00.377 INFO O| Feb 11 21:19:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69172025-02-11T21:19:02.017Z[ recovery-image] Feb 11 21:19:00.377 INFO O| Feb 11 21:19:00.377 INFO STEP 822 (remove_files) COMPLETE
69182025-02-11T21:19:02.017Z[ recovery-image] Feb 11 21:19:00.377 INFO O| Feb 11 21:19:00.377 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-11T21:19:02.062Z[ recovery-image] Feb 11 21:19:00.414 INFO O| Feb 11 21:19:00.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69202025-02-11T21:19:02.074Z[ recovery-image] Feb 11 21:19:00.414 INFO O| Feb 11 21:19:00.414 INFO STEP 823 (remove_files) COMPLETE
69212025-02-11T21:19:02.074Z[ recovery-image] Feb 11 21:19:00.414 INFO O| Feb 11 21:19:00.414 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-11T21:19:02.084Z[ recovery-image] Feb 11 21:19:00.435 INFO O| Feb 11 21:19:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69232025-02-11T21:19:02.084Z[ recovery-image] Feb 11 21:19:00.435 INFO O| Feb 11 21:19:00.435 INFO STEP 824 (remove_files) COMPLETE
69242025-02-11T21:19:02.084Z[ recovery-image] Feb 11 21:19:00.435 INFO O| Feb 11 21:19:00.435 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-11T21:19:02.094Z[ recovery-image] Feb 11 21:19:00.454 INFO O| Feb 11 21:19:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69262025-02-11T21:19:02.094Z[ recovery-image] Feb 11 21:19:00.454 INFO O| Feb 11 21:19:00.454 INFO STEP 825 (remove_files) COMPLETE
69272025-02-11T21:19:02.094Z[ recovery-image] Feb 11 21:19:00.454 INFO O| Feb 11 21:19:00.454 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-11T21:19:02.113Z[ recovery-image] Feb 11 21:19:00.473 INFO O| Feb 11 21:19:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69292025-02-11T21:19:02.113Z[ recovery-image] Feb 11 21:19:00.473 INFO O| Feb 11 21:19:00.473 INFO STEP 826 (remove_files) COMPLETE
69302025-02-11T21:19:02.113Z[ recovery-image] Feb 11 21:19:00.473 INFO O| Feb 11 21:19:00.473 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-11T21:19:02.138Z[ recovery-image] Feb 11 21:19:00.492 INFO O| Feb 11 21:19:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69322025-02-11T21:19:02.138Z[ recovery-image] Feb 11 21:19:00.493 INFO O| Feb 11 21:19:00.493 INFO STEP 827 (remove_files) COMPLETE
69332025-02-11T21:19:02.150Z[ recovery-image] Feb 11 21:19:00.493 INFO O| Feb 11 21:19:00.493 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-11T21:19:02.167Z[ recovery-image] Feb 11 21:19:00.527 INFO O| Feb 11 21:19:00.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69352025-02-11T21:19:02.172Z[ recovery-image] Feb 11 21:19:00.527 INFO O| Feb 11 21:19:00.527 INFO STEP 828 (remove_files) COMPLETE
69362025-02-11T21:19:02.172Z[ recovery-image] Feb 11 21:19:00.527 INFO O| Feb 11 21:19:00.527 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-11T21:19:02.223Z[ recovery-image] Feb 11 21:19:00.580 INFO O| Feb 11 21:19:00.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69382025-02-11T21:19:02.223Z[ recovery-image] Feb 11 21:19:00.580 INFO O| Feb 11 21:19:00.580 INFO STEP 829 (remove_files) COMPLETE
69392025-02-11T21:19:02.230Z[ recovery-image] Feb 11 21:19:00.580 INFO O| Feb 11 21:19:00.580 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-11T21:19:02.238Z[ recovery-image] Feb 11 21:19:00.598 INFO O| Feb 11 21:19:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69412025-02-11T21:19:02.238Z[ recovery-image] Feb 11 21:19:00.598 INFO O| Feb 11 21:19:00.598 INFO STEP 830 (remove_files) COMPLETE
69422025-02-11T21:19:02.238Z[ recovery-image] Feb 11 21:19:00.598 INFO O| Feb 11 21:19:00.598 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-11T21:19:02.265Z[ recovery-image] Feb 11 21:19:00.625 INFO O| Feb 11 21:19:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69442025-02-11T21:19:02.265Z[ recovery-image] Feb 11 21:19:00.625 INFO O| Feb 11 21:19:00.625 INFO STEP 831 (remove_files) COMPLETE
69452025-02-11T21:19:02.265Z[ recovery-image] Feb 11 21:19:00.625 INFO O| Feb 11 21:19:00.625 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-11T21:19:02.315Z[ recovery-image] Feb 11 21:19:00.675 INFO O| Feb 11 21:19:00.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69472025-02-11T21:19:02.315Z[ recovery-image] Feb 11 21:19:00.675 INFO O| Feb 11 21:19:00.675 INFO STEP 832 (remove_files) COMPLETE
69482025-02-11T21:19:02.317Z[ recovery-image] Feb 11 21:19:00.675 INFO O| Feb 11 21:19:00.675 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-11T21:19:02.336Z[ recovery-image] Feb 11 21:19:00.696 INFO O| Feb 11 21:19:00.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69502025-02-11T21:19:02.336Z[ recovery-image] Feb 11 21:19:00.696 INFO O| Feb 11 21:19:00.696 INFO STEP 833 (remove_files) COMPLETE
69512025-02-11T21:19:02.338Z[ recovery-image] Feb 11 21:19:00.697 INFO O| Feb 11 21:19:00.696 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-11T21:19:02.356Z[ recovery-image] Feb 11 21:19:00.717 INFO O| Feb 11 21:19:00.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69532025-02-11T21:19:02.356Z[ recovery-image] Feb 11 21:19:00.717 INFO O| Feb 11 21:19:00.717 INFO STEP 834 (remove_files) COMPLETE
69542025-02-11T21:19:02.359Z[ recovery-image] Feb 11 21:19:00.717 INFO O| Feb 11 21:19:00.717 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-11T21:19:02.397Z[ recovery-image] Feb 11 21:19:00.757 INFO O| Feb 11 21:19:00.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69562025-02-11T21:19:02.397Z[ recovery-image] Feb 11 21:19:00.757 INFO O| Feb 11 21:19:00.757 INFO STEP 835 (remove_files) COMPLETE
69572025-02-11T21:19:02.397Z[ recovery-image] Feb 11 21:19:00.757 INFO O| Feb 11 21:19:00.757 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-11T21:19:02.458Z[ recovery-image] Feb 11 21:19:00.818 INFO O| Feb 11 21:19:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69592025-02-11T21:19:02.458Z[ recovery-image] Feb 11 21:19:00.818 INFO O| Feb 11 21:19:00.818 INFO STEP 836 (remove_files) COMPLETE
69602025-02-11T21:19:02.460Z[ recovery-image] Feb 11 21:19:00.818 INFO O| Feb 11 21:19:00.818 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-11T21:19:02.475Z[ recovery-image] Feb 11 21:19:00.836 INFO O| Feb 11 21:19:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69622025-02-11T21:19:02.475Z[ recovery-image] Feb 11 21:19:00.836 INFO O| Feb 11 21:19:00.836 INFO STEP 837 (remove_files) COMPLETE
69632025-02-11T21:19:02.475Z[ recovery-image] Feb 11 21:19:00.836 INFO O| Feb 11 21:19:00.836 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-11T21:19:02.494Z[ recovery-image] Feb 11 21:19:00.855 INFO O| Feb 11 21:19:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69652025-02-11T21:19:02.494Z[ recovery-image] Feb 11 21:19:00.855 INFO O| Feb 11 21:19:00.855 INFO STEP 838 (remove_files) COMPLETE
69662025-02-11T21:19:02.494Z[ recovery-image] Feb 11 21:19:00.855 INFO O| Feb 11 21:19:00.855 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-11T21:19:02.514Z[ recovery-image] Feb 11 21:19:00.875 INFO O| Feb 11 21:19:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69682025-02-11T21:19:02.514Z[ recovery-image] Feb 11 21:19:00.875 INFO O| Feb 11 21:19:00.875 INFO STEP 839 (remove_files) COMPLETE
69692025-02-11T21:19:02.514Z[ recovery-image] Feb 11 21:19:00.875 INFO O| Feb 11 21:19:00.875 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-11T21:19:02.536Z[ recovery-image] Feb 11 21:19:00.895 INFO O| Feb 11 21:19:00.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69712025-02-11T21:19:02.536Z[ recovery-image] Feb 11 21:19:00.895 INFO O| Feb 11 21:19:00.895 INFO STEP 840 (remove_files) COMPLETE
69722025-02-11T21:19:02.536Z[ recovery-image] Feb 11 21:19:00.895 INFO O| Feb 11 21:19:00.895 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-11T21:19:02.573Z[ recovery-image] Feb 11 21:19:00.934 INFO O| Feb 11 21:19:00.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69742025-02-11T21:19:02.573Z[ recovery-image] Feb 11 21:19:00.934 INFO O| Feb 11 21:19:00.934 INFO STEP 841 (remove_files) COMPLETE
69752025-02-11T21:19:02.575Z[ recovery-image] Feb 11 21:19:00.934 INFO O| Feb 11 21:19:00.934 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-11T21:19:02.594Z[ recovery-image] Feb 11 21:19:00.954 INFO O| Feb 11 21:19:00.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69772025-02-11T21:19:02.594Z[ recovery-image] Feb 11 21:19:00.954 INFO O| Feb 11 21:19:00.954 INFO STEP 842 (remove_files) COMPLETE
69782025-02-11T21:19:02.596Z[ recovery-image] Feb 11 21:19:00.954 INFO O| Feb 11 21:19:00.954 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-11T21:19:02.632Z[ recovery-image] Feb 11 21:19:00.993 INFO O| Feb 11 21:19:00.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69802025-02-11T21:19:02.636Z[ recovery-image] Feb 11 21:19:00.993 INFO O| Feb 11 21:19:00.993 INFO STEP 843 (remove_files) COMPLETE
69812025-02-11T21:19:02.636Z[ recovery-image] Feb 11 21:19:00.993 INFO O| Feb 11 21:19:00.993 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-11T21:19:02.651Z[ recovery-image] Feb 11 21:19:01.011 INFO O| Feb 11 21:19:01.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69832025-02-11T21:19:02.653Z[ recovery-image] Feb 11 21:19:01.012 INFO O| Feb 11 21:19:01.012 INFO STEP 844 (remove_files) COMPLETE
69842025-02-11T21:19:02.653Z[ recovery-image] Feb 11 21:19:01.012 INFO O| Feb 11 21:19:01.012 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-11T21:19:02.691Z[ recovery-image] Feb 11 21:19:01.051 INFO O| Feb 11 21:19:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69862025-02-11T21:19:02.691Z[ recovery-image] Feb 11 21:19:01.051 INFO O| Feb 11 21:19:01.051 INFO STEP 845 (remove_files) COMPLETE
69872025-02-11T21:19:02.691Z[ recovery-image] Feb 11 21:19:01.051 INFO O| Feb 11 21:19:01.051 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-11T21:19:02.709Z[ recovery-image] Feb 11 21:19:01.069 INFO O| Feb 11 21:19:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69892025-02-11T21:19:02.709Z[ recovery-image] Feb 11 21:19:01.069 INFO O| Feb 11 21:19:01.069 INFO STEP 846 (remove_files) COMPLETE
69902025-02-11T21:19:02.709Z[ recovery-image] Feb 11 21:19:01.069 INFO O| Feb 11 21:19:01.069 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-11T21:19:02.726Z[ recovery-image] Feb 11 21:19:01.086 INFO O| Feb 11 21:19:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69922025-02-11T21:19:02.726Z[ recovery-image] Feb 11 21:19:01.086 INFO O| Feb 11 21:19:01.086 INFO STEP 847 (remove_files) COMPLETE
69932025-02-11T21:19:02.726Z[ recovery-image] Feb 11 21:19:01.086 INFO O| Feb 11 21:19:01.086 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-11T21:19:02.743Z[ recovery-image] Feb 11 21:19:01.103 INFO O| Feb 11 21:19:01.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69952025-02-11T21:19:02.743Z[ recovery-image] Feb 11 21:19:01.104 INFO O| Feb 11 21:19:01.103 INFO STEP 848 (remove_files) COMPLETE
69962025-02-11T21:19:02.743Z[ recovery-image] Feb 11 21:19:01.104 INFO O| Feb 11 21:19:01.104 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-11T21:19:02.762Z[ recovery-image] Feb 11 21:19:01.122 INFO O| Feb 11 21:19:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69982025-02-11T21:19:02.762Z[ recovery-image] Feb 11 21:19:01.122 INFO O| Feb 11 21:19:01.122 INFO STEP 849 (remove_files) COMPLETE
69992025-02-11T21:19:02.762Z[ recovery-image] Feb 11 21:19:01.122 INFO O| Feb 11 21:19:01.122 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-11T21:19:02.793Z[ recovery-image] Feb 11 21:19:01.154 INFO O| Feb 11 21:19:01.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70012025-02-11T21:19:02.794Z[ recovery-image] Feb 11 21:19:01.154 INFO O| Feb 11 21:19:01.154 INFO STEP 850 (remove_files) COMPLETE
70022025-02-11T21:19:02.794Z[ recovery-image] Feb 11 21:19:01.154 INFO O| Feb 11 21:19:01.154 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-11T21:19:02.812Z[ recovery-image] Feb 11 21:19:01.172 INFO O| Feb 11 21:19:01.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70042025-02-11T21:19:02.812Z[ recovery-image] Feb 11 21:19:01.172 INFO O| Feb 11 21:19:01.172 INFO STEP 851 (remove_files) COMPLETE
70052025-02-11T21:19:02.812Z[ recovery-image] Feb 11 21:19:01.172 INFO O| Feb 11 21:19:01.172 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-11T21:19:02.832Z[ recovery-image] Feb 11 21:19:01.190 INFO O| Feb 11 21:19:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70072025-02-11T21:19:02.832Z[ recovery-image] Feb 11 21:19:01.190 INFO O| Feb 11 21:19:01.190 INFO STEP 852 (remove_files) COMPLETE
70082025-02-11T21:19:02.832Z[ recovery-image] Feb 11 21:19:01.190 INFO O| Feb 11 21:19:01.190 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-11T21:19:02.858Z[ recovery-image] Feb 11 21:19:01.219 INFO O| Feb 11 21:19:01.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70102025-02-11T21:19:02.858Z[ recovery-image] Feb 11 21:19:01.219 INFO O| Feb 11 21:19:01.219 INFO STEP 853 (remove_files) COMPLETE
70112025-02-11T21:19:02.858Z[ recovery-image] Feb 11 21:19:01.219 INFO O| Feb 11 21:19:01.219 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-11T21:19:02.875Z[ recovery-image] Feb 11 21:19:01.236 INFO O| Feb 11 21:19:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70132025-02-11T21:19:02.875Z[ recovery-image] Feb 11 21:19:01.236 INFO O| Feb 11 21:19:01.236 INFO STEP 854 (remove_files) COMPLETE
70142025-02-11T21:19:02.875Z[ recovery-image] Feb 11 21:19:01.236 INFO O| Feb 11 21:19:01.236 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-11T21:19:02.902Z[ recovery-image] Feb 11 21:19:01.262 INFO O| Feb 11 21:19:01.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70162025-02-11T21:19:02.904Z[ recovery-image] Feb 11 21:19:01.262 INFO O| Feb 11 21:19:01.262 INFO STEP 855 (remove_files) COMPLETE
70172025-02-11T21:19:02.904Z[ recovery-image] Feb 11 21:19:01.262 INFO O| Feb 11 21:19:01.262 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-11T21:19:02.933Z[ recovery-image] Feb 11 21:19:01.294 INFO O| Feb 11 21:19:01.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70192025-02-11T21:19:02.933Z[ recovery-image] Feb 11 21:19:01.294 INFO O| Feb 11 21:19:01.294 INFO STEP 856 (remove_files) COMPLETE
70202025-02-11T21:19:02.933Z[ recovery-image] Feb 11 21:19:01.294 INFO O| Feb 11 21:19:01.294 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-11T21:19:02.951Z[ recovery-image] Feb 11 21:19:01.312 INFO O| Feb 11 21:19:01.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70222025-02-11T21:19:02.951Z[ recovery-image] Feb 11 21:19:01.312 INFO O| Feb 11 21:19:01.312 INFO STEP 857 (remove_files) COMPLETE
70232025-02-11T21:19:02.951Z[ recovery-image] Feb 11 21:19:01.312 INFO O| Feb 11 21:19:01.312 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-11T21:19:02.978Z[ recovery-image] Feb 11 21:19:01.338 INFO O| Feb 11 21:19:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70252025-02-11T21:19:02.978Z[ recovery-image] Feb 11 21:19:01.338 INFO O| Feb 11 21:19:01.338 INFO STEP 858 (remove_files) COMPLETE
70262025-02-11T21:19:02.982Z[ recovery-image] Feb 11 21:19:01.339 INFO O| Feb 11 21:19:01.338 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-11T21:19:02.998Z[ recovery-image] Feb 11 21:19:01.359 INFO O| Feb 11 21:19:01.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70282025-02-11T21:19:02.998Z[ recovery-image] Feb 11 21:19:01.359 INFO O| Feb 11 21:19:01.359 INFO STEP 859 (remove_files) COMPLETE
70292025-02-11T21:19:03.003Z[ recovery-image] Feb 11 21:19:01.359 INFO O| Feb 11 21:19:01.359 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-11T21:19:03.017Z[ recovery-image] Feb 11 21:19:01.377 INFO O| Feb 11 21:19:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70312025-02-11T21:19:03.017Z[ recovery-image] Feb 11 21:19:01.377 INFO O| Feb 11 21:19:01.377 INFO STEP 860 (remove_files) COMPLETE
70322025-02-11T21:19:03.019Z[ recovery-image] Feb 11 21:19:01.378 INFO O| Feb 11 21:19:01.377 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-11T21:19:03.036Z[ recovery-image] Feb 11 21:19:01.396 INFO O| Feb 11 21:19:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70342025-02-11T21:19:03.038Z[ recovery-image] Feb 11 21:19:01.396 INFO O| Feb 11 21:19:01.396 INFO STEP 861 (remove_files) COMPLETE
70352025-02-11T21:19:03.038Z[ recovery-image] Feb 11 21:19:01.396 INFO O| Feb 11 21:19:01.396 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-11T21:19:03.086Z[ recovery-image] Feb 11 21:19:01.433 INFO O| Feb 11 21:19:01.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70372025-02-11T21:19:03.087Z[ recovery-image] Feb 11 21:19:01.433 INFO O| Feb 11 21:19:01.433 INFO STEP 862 (remove_files) COMPLETE
70382025-02-11T21:19:03.087Z[ recovery-image] Feb 11 21:19:01.433 INFO O| Feb 11 21:19:01.433 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-11T21:19:03.119Z[ recovery-image] Feb 11 21:19:01.479 INFO O| Feb 11 21:19:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70402025-02-11T21:19:03.121Z[ recovery-image] Feb 11 21:19:01.479 INFO O| Feb 11 21:19:01.479 INFO STEP 863 (remove_files) COMPLETE
70412025-02-11T21:19:03.121Z[ recovery-image] Feb 11 21:19:01.479 INFO O| Feb 11 21:19:01.479 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-11T21:19:03.137Z[ recovery-image] Feb 11 21:19:01.498 INFO O| Feb 11 21:19:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70432025-02-11T21:19:03.146Z[ recovery-image] Feb 11 21:19:01.498 INFO O| Feb 11 21:19:01.498 INFO STEP 864 (remove_files) COMPLETE
70442025-02-11T21:19:03.146Z[ recovery-image] Feb 11 21:19:01.498 INFO O| Feb 11 21:19:01.498 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-11T21:19:03.172Z[ recovery-image] Feb 11 21:19:01.533 INFO O| Feb 11 21:19:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70462025-02-11T21:19:03.181Z[ recovery-image] Feb 11 21:19:01.533 INFO O| Feb 11 21:19:01.533 INFO STEP 865 (remove_files) COMPLETE
70472025-02-11T21:19:03.181Z[ recovery-image] Feb 11 21:19:01.533 INFO O| Feb 11 21:19:01.533 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-11T21:19:03.193Z[ recovery-image] Feb 11 21:19:01.554 INFO O| Feb 11 21:19:01.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70492025-02-11T21:19:03.196Z[ recovery-image] Feb 11 21:19:01.554 INFO O| Feb 11 21:19:01.554 INFO STEP 866 (remove_files) COMPLETE
70502025-02-11T21:19:03.196Z[ recovery-image] Feb 11 21:19:01.554 INFO O| Feb 11 21:19:01.554 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-11T21:19:03.213Z[ recovery-image] Feb 11 21:19:01.573 INFO O| Feb 11 21:19:01.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70522025-02-11T21:19:03.215Z[ recovery-image] Feb 11 21:19:01.573 INFO O| Feb 11 21:19:01.573 INFO STEP 867 (remove_files) COMPLETE
70532025-02-11T21:19:03.215Z[ recovery-image] Feb 11 21:19:01.573 INFO O| Feb 11 21:19:01.573 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-11T21:19:03.231Z[ recovery-image] Feb 11 21:19:01.592 INFO O| Feb 11 21:19:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70552025-02-11T21:19:03.231Z[ recovery-image] Feb 11 21:19:01.592 INFO O| Feb 11 21:19:01.592 INFO STEP 868 (remove_files) COMPLETE
70562025-02-11T21:19:03.231Z[ recovery-image] Feb 11 21:19:01.592 INFO O| Feb 11 21:19:01.592 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-11T21:19:03.250Z[ recovery-image] Feb 11 21:19:01.610 INFO O| Feb 11 21:19:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70582025-02-11T21:19:03.250Z[ recovery-image] Feb 11 21:19:01.610 INFO O| Feb 11 21:19:01.610 INFO STEP 869 (remove_files) COMPLETE
70592025-02-11T21:19:03.250Z[ recovery-image] Feb 11 21:19:01.610 INFO O| Feb 11 21:19:01.610 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-11T21:19:03.286Z[ recovery-image] Feb 11 21:19:01.647 INFO O| Feb 11 21:19:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70612025-02-11T21:19:03.286Z[ recovery-image] Feb 11 21:19:01.647 INFO O| Feb 11 21:19:01.647 INFO STEP 870 (remove_files) COMPLETE
70622025-02-11T21:19:03.286Z[ recovery-image] Feb 11 21:19:01.647 INFO O| Feb 11 21:19:01.647 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-11T21:19:03.351Z[ recovery-image] Feb 11 21:19:01.712 INFO O| Feb 11 21:19:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70642025-02-11T21:19:03.351Z[ recovery-image] Feb 11 21:19:01.712 INFO O| Feb 11 21:19:01.712 INFO STEP 871 (remove_files) COMPLETE
70652025-02-11T21:19:03.351Z[ recovery-image] Feb 11 21:19:01.712 INFO O| Feb 11 21:19:01.712 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-11T21:19:03.385Z[ recovery-image] Feb 11 21:19:01.745 INFO O| Feb 11 21:19:01.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70672025-02-11T21:19:03.385Z[ recovery-image] Feb 11 21:19:01.745 INFO O| Feb 11 21:19:01.745 INFO STEP 872 (remove_files) COMPLETE
70682025-02-11T21:19:03.387Z[ recovery-image] Feb 11 21:19:01.745 INFO O| Feb 11 21:19:01.745 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-11T21:19:03.404Z[ recovery-image] Feb 11 21:19:01.765 INFO O| Feb 11 21:19:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70702025-02-11T21:19:03.406Z[ recovery-image] Feb 11 21:19:01.765 INFO O| Feb 11 21:19:01.765 INFO STEP 873 (remove_files) COMPLETE
70712025-02-11T21:19:03.406Z[ recovery-image] Feb 11 21:19:01.765 INFO O| Feb 11 21:19:01.765 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-11T21:19:03.463Z[ recovery-image] Feb 11 21:19:01.823 INFO O| Feb 11 21:19:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70732025-02-11T21:19:03.463Z[ recovery-image] Feb 11 21:19:01.823 INFO O| Feb 11 21:19:01.823 INFO STEP 874 (remove_files) COMPLETE
70742025-02-11T21:19:03.463Z[ recovery-image] Feb 11 21:19:01.823 INFO O| Feb 11 21:19:01.823 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-11T21:19:03.492Z[ recovery-image] Feb 11 21:19:01.852 INFO O| Feb 11 21:19:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70762025-02-11T21:19:03.492Z[ recovery-image] Feb 11 21:19:01.852 INFO O| Feb 11 21:19:01.852 INFO STEP 875 (remove_files) COMPLETE
70772025-02-11T21:19:03.496Z[ recovery-image] Feb 11 21:19:01.852 INFO O| Feb 11 21:19:01.852 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-11T21:19:03.513Z[ recovery-image] Feb 11 21:19:01.873 INFO O| Feb 11 21:19:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70792025-02-11T21:19:03.516Z[ recovery-image] Feb 11 21:19:01.873 INFO O| Feb 11 21:19:01.873 INFO STEP 876 (remove_files) COMPLETE
70802025-02-11T21:19:03.516Z[ recovery-image] Feb 11 21:19:01.874 INFO O| Feb 11 21:19:01.873 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-11T21:19:03.532Z[ recovery-image] Feb 11 21:19:01.892 INFO O| Feb 11 21:19:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70822025-02-11T21:19:03.532Z[ recovery-image] Feb 11 21:19:01.892 INFO O| Feb 11 21:19:01.892 INFO STEP 877 (remove_files) COMPLETE
70832025-02-11T21:19:03.536Z[ recovery-image] Feb 11 21:19:01.892 INFO O| Feb 11 21:19:01.892 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-11T21:19:03.551Z[ recovery-image] Feb 11 21:19:01.911 INFO O| Feb 11 21:19:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70852025-02-11T21:19:03.551Z[ recovery-image] Feb 11 21:19:01.911 INFO O| Feb 11 21:19:01.911 INFO STEP 878 (remove_files) COMPLETE
70862025-02-11T21:19:03.551Z[ recovery-image] Feb 11 21:19:01.911 INFO O| Feb 11 21:19:01.911 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-11T21:19:03.585Z[ recovery-image] Feb 11 21:19:01.945 INFO O| Feb 11 21:19:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70882025-02-11T21:19:03.587Z[ recovery-image] Feb 11 21:19:01.945 INFO O| Feb 11 21:19:01.945 INFO STEP 879 (remove_files) COMPLETE
70892025-02-11T21:19:03.587Z[ recovery-image] Feb 11 21:19:01.945 INFO O| Feb 11 21:19:01.945 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-11T21:19:03.643Z[ recovery-image] Feb 11 21:19:02.003 INFO O| Feb 11 21:19:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70912025-02-11T21:19:03.643Z[ recovery-image] Feb 11 21:19:02.003 INFO O| Feb 11 21:19:02.003 INFO STEP 880 (remove_files) COMPLETE
70922025-02-11T21:19:03.645Z[ recovery-image] Feb 11 21:19:02.003 INFO O| Feb 11 21:19:02.003 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-11T21:19:03.679Z[ recovery-image] Feb 11 21:19:02.039 INFO O| Feb 11 21:19:02.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70942025-02-11T21:19:03.679Z[ recovery-image] Feb 11 21:19:02.039 INFO O| Feb 11 21:19:02.039 INFO STEP 881 (remove_files) COMPLETE
70952025-02-11T21:19:03.681Z[ recovery-image] Feb 11 21:19:02.039 INFO O| Feb 11 21:19:02.039 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-11T21:19:03.712Z[ recovery-image] Feb 11 21:19:02.073 INFO O| Feb 11 21:19:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70972025-02-11T21:19:03.712Z[ recovery-image] Feb 11 21:19:02.073 INFO O| Feb 11 21:19:02.073 INFO STEP 882 (remove_files) COMPLETE
70982025-02-11T21:19:03.712Z[ recovery-image] Feb 11 21:19:02.073 INFO O| Feb 11 21:19:02.073 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-11T21:19:03.733Z[ recovery-image] Feb 11 21:19:02.094 INFO O| Feb 11 21:19:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71002025-02-11T21:19:03.734Z[ recovery-image] Feb 11 21:19:02.094 INFO O| Feb 11 21:19:02.094 INFO STEP 883 (remove_files) COMPLETE
71012025-02-11T21:19:03.734Z[ recovery-image] Feb 11 21:19:02.094 INFO O| Feb 11 21:19:02.094 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-11T21:19:03.792Z[ recovery-image] Feb 11 21:19:02.153 INFO O| Feb 11 21:19:02.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71032025-02-11T21:19:03.795Z[ recovery-image] Feb 11 21:19:02.153 INFO O| Feb 11 21:19:02.153 INFO STEP 884 (remove_files) COMPLETE
71042025-02-11T21:19:03.795Z[ recovery-image] Feb 11 21:19:02.153 INFO O| Feb 11 21:19:02.153 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-11T21:19:03.834Z[ recovery-image] Feb 11 21:19:02.194 INFO O| Feb 11 21:19:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71062025-02-11T21:19:03.836Z[ recovery-image] Feb 11 21:19:02.194 INFO O| Feb 11 21:19:02.194 INFO STEP 885 (remove_files) COMPLETE
71072025-02-11T21:19:03.837Z[ recovery-image] Feb 11 21:19:02.194 INFO O| Feb 11 21:19:02.194 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-11T21:19:03.883Z[ recovery-image] Feb 11 21:19:02.244 INFO O| Feb 11 21:19:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71092025-02-11T21:19:03.883Z[ recovery-image] Feb 11 21:19:02.244 INFO O| Feb 11 21:19:02.244 INFO STEP 886 (remove_files) COMPLETE
71102025-02-11T21:19:03.883Z[ recovery-image] Feb 11 21:19:02.244 INFO O| Feb 11 21:19:02.244 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-02-11T21:19:03.901Z[ recovery-image] Feb 11 21:19:02.262 INFO O| Feb 11 21:19:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71122025-02-11T21:19:03.901Z[ recovery-image] Feb 11 21:19:02.262 INFO O| Feb 11 21:19:02.262 INFO STEP 887 (remove_files) COMPLETE
71132025-02-11T21:19:03.901Z[ recovery-image] Feb 11 21:19:02.262 INFO O| Feb 11 21:19:02.262 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-02-11T21:19:03.934Z[ recovery-image] Feb 11 21:19:02.294 INFO O| Feb 11 21:19:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71152025-02-11T21:19:03.934Z[ recovery-image] Feb 11 21:19:02.294 INFO O| Feb 11 21:19:02.294 INFO STEP 888 (remove_files) COMPLETE
71162025-02-11T21:19:03.934Z[ recovery-image] Feb 11 21:19:02.294 INFO O| Feb 11 21:19:02.294 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-02-11T21:19:03.953Z[ recovery-image] Feb 11 21:19:02.313 INFO O| Feb 11 21:19:02.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71182025-02-11T21:19:03.953Z[ recovery-image] Feb 11 21:19:02.313 INFO O| Feb 11 21:19:02.313 INFO STEP 889 (remove_files) COMPLETE
71192025-02-11T21:19:03.953Z[ recovery-image] Feb 11 21:19:02.313 INFO O| Feb 11 21:19:02.313 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-02-11T21:19:03.971Z[ recovery-image] Feb 11 21:19:02.332 INFO O| Feb 11 21:19:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71212025-02-11T21:19:03.971Z[ recovery-image] Feb 11 21:19:02.332 INFO O| Feb 11 21:19:02.332 INFO STEP 890 (remove_files) COMPLETE
71222025-02-11T21:19:03.971Z[ recovery-image] Feb 11 21:19:02.332 INFO O| Feb 11 21:19:02.332 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-02-11T21:19:04.005Z[ recovery-image] Feb 11 21:19:02.366 INFO O| Feb 11 21:19:02.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71242025-02-11T21:19:04.005Z[ recovery-image] Feb 11 21:19:02.366 INFO O| Feb 11 21:19:02.366 INFO STEP 891 (remove_files) COMPLETE
71252025-02-11T21:19:04.008Z[ recovery-image] Feb 11 21:19:02.366 INFO O| Feb 11 21:19:02.366 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-11T21:19:04.045Z[ recovery-image] Feb 11 21:19:02.405 INFO O| Feb 11 21:19:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71272025-02-11T21:19:04.045Z[ recovery-image] Feb 11 21:19:02.405 INFO O| Feb 11 21:19:02.405 INFO STEP 892 (remove_files) COMPLETE
71282025-02-11T21:19:04.045Z[ recovery-image] Feb 11 21:19:02.405 INFO O| Feb 11 21:19:02.405 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-11T21:19:04.078Z[ recovery-image] Feb 11 21:19:02.438 INFO O| Feb 11 21:19:02.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71302025-02-11T21:19:04.078Z[ recovery-image] Feb 11 21:19:02.438 INFO O| Feb 11 21:19:02.438 INFO STEP 893 (remove_files) COMPLETE
71312025-02-11T21:19:04.078Z[ recovery-image] Feb 11 21:19:02.438 INFO O| Feb 11 21:19:02.438 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-11T21:19:04.105Z[ recovery-image] Feb 11 21:19:02.465 INFO O| Feb 11 21:19:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71332025-02-11T21:19:04.105Z[ recovery-image] Feb 11 21:19:02.465 INFO O| Feb 11 21:19:02.465 INFO STEP 894 (remove_files) COMPLETE
71342025-02-11T21:19:04.107Z[ recovery-image] Feb 11 21:19:02.465 INFO O| Feb 11 21:19:02.465 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-11T21:19:04.139Z[ recovery-image] Feb 11 21:19:02.500 INFO O| Feb 11 21:19:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71362025-02-11T21:19:04.139Z[ recovery-image] Feb 11 21:19:02.500 INFO O| Feb 11 21:19:02.500 INFO STEP 895 (remove_files) COMPLETE
71372025-02-11T21:19:04.142Z[ recovery-image] Feb 11 21:19:02.500 INFO O| Feb 11 21:19:02.500 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-11T21:19:04.172Z[ recovery-image] Feb 11 21:19:02.532 INFO O| Feb 11 21:19:02.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71392025-02-11T21:19:04.172Z[ recovery-image] Feb 11 21:19:02.532 INFO O| Feb 11 21:19:02.532 INFO STEP 896 (remove_files) COMPLETE
71402025-02-11T21:19:04.174Z[ recovery-image] Feb 11 21:19:02.532 INFO O| Feb 11 21:19:02.532 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-11T21:19:04.191Z[ recovery-image] Feb 11 21:19:02.551 INFO O| Feb 11 21:19:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71422025-02-11T21:19:04.191Z[ recovery-image] Feb 11 21:19:02.552 INFO O| Feb 11 21:19:02.552 INFO STEP 897 (remove_files) COMPLETE
71432025-02-11T21:19:04.194Z[ recovery-image] Feb 11 21:19:02.552 INFO O| Feb 11 21:19:02.552 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-11T21:19:04.235Z[ recovery-image] Feb 11 21:19:02.595 INFO O| Feb 11 21:19:02.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71452025-02-11T21:19:04.235Z[ recovery-image] Feb 11 21:19:02.595 INFO O| Feb 11 21:19:02.595 INFO STEP 898 (remove_files) COMPLETE
71462025-02-11T21:19:04.235Z[ recovery-image] Feb 11 21:19:02.595 INFO O| Feb 11 21:19:02.595 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-11T21:19:04.253Z[ recovery-image] Feb 11 21:19:02.613 INFO O| Feb 11 21:19:02.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71482025-02-11T21:19:04.253Z[ recovery-image] Feb 11 21:19:02.613 INFO O| Feb 11 21:19:02.613 INFO STEP 899 (remove_files) COMPLETE
71492025-02-11T21:19:04.253Z[ recovery-image] Feb 11 21:19:02.613 INFO O| Feb 11 21:19:02.613 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-11T21:19:04.270Z[ recovery-image] Feb 11 21:19:02.630 INFO O| Feb 11 21:19:02.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71512025-02-11T21:19:04.270Z[ recovery-image] Feb 11 21:19:02.630 INFO O| Feb 11 21:19:02.630 INFO STEP 900 (remove_files) COMPLETE
71522025-02-11T21:19:04.270Z[ recovery-image] Feb 11 21:19:02.630 INFO O| Feb 11 21:19:02.630 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-11T21:19:04.300Z[ recovery-image] Feb 11 21:19:02.661 INFO O| Feb 11 21:19:02.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71542025-02-11T21:19:04.303Z[ recovery-image] Feb 11 21:19:02.661 INFO O| Feb 11 21:19:02.661 INFO STEP 901 (remove_files) COMPLETE
71552025-02-11T21:19:04.303Z[ recovery-image] Feb 11 21:19:02.661 INFO O| Feb 11 21:19:02.661 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-11T21:19:04.318Z[ recovery-image] Feb 11 21:19:02.678 INFO O| Feb 11 21:19:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71572025-02-11T21:19:04.320Z[ recovery-image] Feb 11 21:19:02.678 INFO O| Feb 11 21:19:02.678 INFO STEP 902 (remove_files) COMPLETE
71582025-02-11T21:19:04.320Z[ recovery-image] Feb 11 21:19:02.678 INFO O| Feb 11 21:19:02.678 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-11T21:19:04.334Z[ recovery-image] Feb 11 21:19:02.695 INFO O| Feb 11 21:19:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71602025-02-11T21:19:04.337Z[ recovery-image] Feb 11 21:19:02.695 INFO O| Feb 11 21:19:02.695 INFO STEP 903 (remove_files) COMPLETE
71612025-02-11T21:19:04.337Z[ recovery-image] Feb 11 21:19:02.695 INFO O| Feb 11 21:19:02.695 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-11T21:19:04.389Z[ recovery-image] Feb 11 21:19:02.749 INFO O| Feb 11 21:19:02.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71632025-02-11T21:19:04.391Z[ recovery-image] Feb 11 21:19:02.750 INFO O| Feb 11 21:19:02.750 INFO STEP 904 (remove_files) COMPLETE
71642025-02-11T21:19:04.391Z[ recovery-image] Feb 11 21:19:02.750 INFO O| Feb 11 21:19:02.750 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-11T21:19:04.407Z[ recovery-image] Feb 11 21:19:02.768 INFO O| Feb 11 21:19:02.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71662025-02-11T21:19:04.409Z[ recovery-image] Feb 11 21:19:02.768 INFO O| Feb 11 21:19:02.768 INFO STEP 905 (remove_files) COMPLETE
71672025-02-11T21:19:04.410Z[ recovery-image] Feb 11 21:19:02.768 INFO O| Feb 11 21:19:02.768 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-11T21:19:04.429Z[ recovery-image] Feb 11 21:19:02.789 INFO O| Feb 11 21:19:02.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71692025-02-11T21:19:04.429Z[ recovery-image] Feb 11 21:19:02.789 INFO O| Feb 11 21:19:02.789 INFO STEP 906 (remove_files) COMPLETE
71702025-02-11T21:19:04.431Z[ recovery-image] Feb 11 21:19:02.789 INFO O| Feb 11 21:19:02.789 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-11T21:19:04.448Z[ recovery-image] Feb 11 21:19:02.809 INFO O| Feb 11 21:19:02.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71722025-02-11T21:19:04.448Z[ recovery-image] Feb 11 21:19:02.809 INFO O| Feb 11 21:19:02.809 INFO STEP 907 (remove_files) COMPLETE
71732025-02-11T21:19:04.450Z[ recovery-image] Feb 11 21:19:02.809 INFO O| Feb 11 21:19:02.809 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-11T21:19:04.467Z[ recovery-image] Feb 11 21:19:02.827 INFO O| Feb 11 21:19:02.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71752025-02-11T21:19:04.469Z[ recovery-image] Feb 11 21:19:02.827 INFO O| Feb 11 21:19:02.827 INFO STEP 908 (remove_files) COMPLETE
71762025-02-11T21:19:04.469Z[ recovery-image] Feb 11 21:19:02.828 INFO O| Feb 11 21:19:02.827 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-11T21:19:04.486Z[ recovery-image] Feb 11 21:19:02.847 INFO O| Feb 11 21:19:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71782025-02-11T21:19:04.489Z[ recovery-image] Feb 11 21:19:02.847 INFO O| Feb 11 21:19:02.847 INFO STEP 909 (remove_files) COMPLETE
71792025-02-11T21:19:04.489Z[ recovery-image] Feb 11 21:19:02.847 INFO O| Feb 11 21:19:02.847 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-11T21:19:04.506Z[ recovery-image] Feb 11 21:19:02.866 INFO O| Feb 11 21:19:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71812025-02-11T21:19:04.508Z[ recovery-image] Feb 11 21:19:02.866 INFO O| Feb 11 21:19:02.866 INFO STEP 910 (remove_files) COMPLETE
71822025-02-11T21:19:04.509Z[ recovery-image] Feb 11 21:19:02.866 INFO O| Feb 11 21:19:02.866 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-11T21:19:04.523Z[ recovery-image] Feb 11 21:19:02.883 INFO O| Feb 11 21:19:02.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71842025-02-11T21:19:04.523Z[ recovery-image] Feb 11 21:19:02.883 INFO O| Feb 11 21:19:02.883 INFO STEP 911 (remove_files) COMPLETE
71852025-02-11T21:19:04.523Z[ recovery-image] Feb 11 21:19:02.883 INFO O| Feb 11 21:19:02.883 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-02-11T21:19:04.540Z[ recovery-image] Feb 11 21:19:02.900 INFO O| Feb 11 21:19:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71872025-02-11T21:19:04.540Z[ recovery-image] Feb 11 21:19:02.901 INFO O| Feb 11 21:19:02.901 INFO STEP 912 (remove_files) COMPLETE
71882025-02-11T21:19:04.540Z[ recovery-image] Feb 11 21:19:02.901 INFO O| Feb 11 21:19:02.901 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-02-11T21:19:04.561Z[ recovery-image] Feb 11 21:19:02.918 INFO O| Feb 11 21:19:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71902025-02-11T21:19:04.561Z[ recovery-image] Feb 11 21:19:02.918 INFO O| Feb 11 21:19:02.918 INFO STEP 913 (remove_files) COMPLETE
71912025-02-11T21:19:04.561Z[ recovery-image] Feb 11 21:19:02.918 INFO O| Feb 11 21:19:02.918 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-02-11T21:19:04.596Z[ recovery-image] Feb 11 21:19:02.956 INFO O| Feb 11 21:19:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71932025-02-11T21:19:04.605Z[ recovery-image] Feb 11 21:19:02.956 INFO O| Feb 11 21:19:02.956 INFO STEP 914 (remove_files) COMPLETE
71942025-02-11T21:19:04.605Z[ recovery-image] Feb 11 21:19:02.956 INFO O| Feb 11 21:19:02.956 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-02-11T21:19:04.617Z[ recovery-image] Feb 11 21:19:02.976 INFO O| Feb 11 21:19:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71962025-02-11T21:19:04.617Z[ recovery-image] Feb 11 21:19:02.976 INFO O| Feb 11 21:19:02.976 INFO STEP 915 (remove_files) COMPLETE
71972025-02-11T21:19:04.617Z[ recovery-image] Feb 11 21:19:02.976 INFO O| Feb 11 21:19:02.976 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-02-11T21:19:04.651Z[ recovery-image] Feb 11 21:19:03.011 INFO O| Feb 11 21:19:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71992025-02-11T21:19:04.651Z[ recovery-image] Feb 11 21:19:03.011 INFO O| Feb 11 21:19:03.011 INFO STEP 916 (remove_files) COMPLETE
72002025-02-11T21:19:04.651Z[ recovery-image] Feb 11 21:19:03.011 INFO O| Feb 11 21:19:03.011 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-02-11T21:19:04.680Z[ recovery-image] Feb 11 21:19:03.040 INFO O| Feb 11 21:19:03.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72022025-02-11T21:19:04.680Z[ recovery-image] Feb 11 21:19:03.040 INFO O| Feb 11 21:19:03.040 INFO STEP 917 (remove_files) COMPLETE
72032025-02-11T21:19:04.680Z[ recovery-image] Feb 11 21:19:03.040 INFO O| Feb 11 21:19:03.040 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-02-11T21:19:04.740Z[ recovery-image] Feb 11 21:19:03.099 INFO O| Feb 11 21:19:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72052025-02-11T21:19:04.740Z[ recovery-image] Feb 11 21:19:03.099 INFO O| Feb 11 21:19:03.099 INFO STEP 918 (remove_files) COMPLETE
72062025-02-11T21:19:04.740Z[ recovery-image] Feb 11 21:19:03.099 INFO O| Feb 11 21:19:03.099 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-02-11T21:19:04.801Z[ recovery-image] Feb 11 21:19:03.161 INFO O| Feb 11 21:19:03.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72082025-02-11T21:19:04.801Z[ recovery-image] Feb 11 21:19:03.161 INFO O| Feb 11 21:19:03.161 INFO STEP 919 (remove_files) COMPLETE
72092025-02-11T21:19:04.801Z[ recovery-image] Feb 11 21:19:03.161 INFO O| Feb 11 21:19:03.161 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-11T21:19:04.821Z[ recovery-image] Feb 11 21:19:03.180 INFO O| Feb 11 21:19:03.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72112025-02-11T21:19:04.821Z[ recovery-image] Feb 11 21:19:03.180 INFO O| Feb 11 21:19:03.180 INFO STEP 920 (remove_files) COMPLETE
72122025-02-11T21:19:04.821Z[ recovery-image] Feb 11 21:19:03.180 INFO O| Feb 11 21:19:03.180 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-11T21:19:04.838Z[ recovery-image] Feb 11 21:19:03.198 INFO O| Feb 11 21:19:03.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72142025-02-11T21:19:04.840Z[ recovery-image] Feb 11 21:19:03.198 INFO O| Feb 11 21:19:03.198 INFO STEP 921 (remove_files) COMPLETE
72152025-02-11T21:19:04.840Z[ recovery-image] Feb 11 21:19:03.198 INFO O| Feb 11 21:19:03.198 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-11T21:19:04.856Z[ recovery-image] Feb 11 21:19:03.216 INFO O| Feb 11 21:19:03.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72172025-02-11T21:19:04.856Z[ recovery-image] Feb 11 21:19:03.216 INFO O| Feb 11 21:19:03.216 INFO STEP 922 (remove_files) COMPLETE
72182025-02-11T21:19:04.856Z[ recovery-image] Feb 11 21:19:03.216 INFO O| Feb 11 21:19:03.216 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-11T21:19:04.875Z[ recovery-image] Feb 11 21:19:03.235 INFO O| Feb 11 21:19:03.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72202025-02-11T21:19:04.875Z[ recovery-image] Feb 11 21:19:03.235 INFO O| Feb 11 21:19:03.235 INFO STEP 923 (remove_files) COMPLETE
72212025-02-11T21:19:04.875Z[ recovery-image] Feb 11 21:19:03.235 INFO O| Feb 11 21:19:03.235 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-11T21:19:04.894Z[ recovery-image] Feb 11 21:19:03.254 INFO O| Feb 11 21:19:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72232025-02-11T21:19:04.894Z[ recovery-image] Feb 11 21:19:03.254 INFO O| Feb 11 21:19:03.254 INFO STEP 924 (remove_files) COMPLETE
72242025-02-11T21:19:04.894Z[ recovery-image] Feb 11 21:19:03.254 INFO O| Feb 11 21:19:03.254 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-11T21:19:04.913Z[ recovery-image] Feb 11 21:19:03.273 INFO O| Feb 11 21:19:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72262025-02-11T21:19:04.913Z[ recovery-image] Feb 11 21:19:03.273 INFO O| Feb 11 21:19:03.273 INFO STEP 925 (remove_files) COMPLETE
72272025-02-11T21:19:04.913Z[ recovery-image] Feb 11 21:19:03.273 INFO O| Feb 11 21:19:03.273 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-11T21:19:04.945Z[ recovery-image] Feb 11 21:19:03.305 INFO O| Feb 11 21:19:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72292025-02-11T21:19:04.948Z[ recovery-image] Feb 11 21:19:03.305 INFO O| Feb 11 21:19:03.305 INFO STEP 926 (remove_files) COMPLETE
72302025-02-11T21:19:04.948Z[ recovery-image] Feb 11 21:19:03.305 INFO O| Feb 11 21:19:03.305 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-11T21:19:05.020Z[ recovery-image] Feb 11 21:19:03.380 INFO O| Feb 11 21:19:03.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72322025-02-11T21:19:05.020Z[ recovery-image] Feb 11 21:19:03.380 INFO O| Feb 11 21:19:03.380 INFO STEP 927 (remove_files) COMPLETE
72332025-02-11T21:19:05.020Z[ recovery-image] Feb 11 21:19:03.380 INFO O| Feb 11 21:19:03.380 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-11T21:19:05.077Z[ recovery-image] Feb 11 21:19:03.437 INFO O| Feb 11 21:19:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72352025-02-11T21:19:05.077Z[ recovery-image] Feb 11 21:19:03.437 INFO O| Feb 11 21:19:03.437 INFO STEP 928 (remove_files) COMPLETE
72362025-02-11T21:19:05.077Z[ recovery-image] Feb 11 21:19:03.437 INFO O| Feb 11 21:19:03.437 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-11T21:19:05.097Z[ recovery-image] Feb 11 21:19:03.457 INFO O| Feb 11 21:19:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72382025-02-11T21:19:05.097Z[ recovery-image] Feb 11 21:19:03.457 INFO O| Feb 11 21:19:03.457 INFO STEP 929 (remove_files) COMPLETE
72392025-02-11T21:19:05.097Z[ recovery-image] Feb 11 21:19:03.457 INFO O| Feb 11 21:19:03.457 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-11T21:19:05.116Z[ recovery-image] Feb 11 21:19:03.476 INFO O| Feb 11 21:19:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72412025-02-11T21:19:05.116Z[ recovery-image] Feb 11 21:19:03.476 INFO O| Feb 11 21:19:03.476 INFO STEP 930 (remove_files) COMPLETE
72422025-02-11T21:19:05.116Z[ recovery-image] Feb 11 21:19:03.476 INFO O| Feb 11 21:19:03.476 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-11T21:19:05.135Z[ recovery-image] Feb 11 21:19:03.495 INFO O| Feb 11 21:19:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72442025-02-11T21:19:05.135Z[ recovery-image] Feb 11 21:19:03.495 INFO O| Feb 11 21:19:03.495 INFO STEP 931 (remove_files) COMPLETE
72452025-02-11T21:19:05.135Z[ recovery-image] Feb 11 21:19:03.495 INFO O| Feb 11 21:19:03.495 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-11T21:19:05.172Z[ recovery-image] Feb 11 21:19:03.532 INFO O| Feb 11 21:19:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72472025-02-11T21:19:05.174Z[ recovery-image] Feb 11 21:19:03.532 INFO O| Feb 11 21:19:03.532 INFO STEP 932 (remove_files) COMPLETE
72482025-02-11T21:19:05.174Z[ recovery-image] Feb 11 21:19:03.532 INFO O| Feb 11 21:19:03.532 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-11T21:19:05.192Z[ recovery-image] Feb 11 21:19:03.552 INFO O| Feb 11 21:19:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72502025-02-11T21:19:05.195Z[ recovery-image] Feb 11 21:19:03.552 INFO O| Feb 11 21:19:03.552 INFO STEP 933 (remove_files) COMPLETE
72512025-02-11T21:19:05.195Z[ recovery-image] Feb 11 21:19:03.553 INFO O| Feb 11 21:19:03.552 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-11T21:19:05.241Z[ recovery-image] Feb 11 21:19:03.601 INFO O| Feb 11 21:19:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72532025-02-11T21:19:05.241Z[ recovery-image] Feb 11 21:19:03.601 INFO O| Feb 11 21:19:03.601 INFO STEP 934 (remove_files) COMPLETE
72542025-02-11T21:19:05.241Z[ recovery-image] Feb 11 21:19:03.601 INFO O| Feb 11 21:19:03.601 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-11T21:19:05.260Z[ recovery-image] Feb 11 21:19:03.620 INFO O| Feb 11 21:19:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72562025-02-11T21:19:05.260Z[ recovery-image] Feb 11 21:19:03.621 INFO O| Feb 11 21:19:03.621 INFO STEP 935 (remove_files) COMPLETE
72572025-02-11T21:19:05.260Z[ recovery-image] Feb 11 21:19:03.621 INFO O| Feb 11 21:19:03.621 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-11T21:19:05.277Z[ recovery-image] Feb 11 21:19:03.637 INFO O| Feb 11 21:19:03.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72592025-02-11T21:19:05.277Z[ recovery-image] Feb 11 21:19:03.637 INFO O| Feb 11 21:19:03.637 INFO STEP 936 (remove_files) COMPLETE
72602025-02-11T21:19:05.277Z[ recovery-image] Feb 11 21:19:03.637 INFO O| Feb 11 21:19:03.637 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-11T21:19:05.304Z[ recovery-image] Feb 11 21:19:03.664 INFO O| Feb 11 21:19:03.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72622025-02-11T21:19:05.304Z[ recovery-image] Feb 11 21:19:03.665 INFO O| Feb 11 21:19:03.665 INFO STEP 937 (remove_files) COMPLETE
72632025-02-11T21:19:05.307Z[ recovery-image] Feb 11 21:19:03.665 INFO O| Feb 11 21:19:03.665 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-11T21:19:05.326Z[ recovery-image] Feb 11 21:19:03.686 INFO O| Feb 11 21:19:03.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72652025-02-11T21:19:05.328Z[ recovery-image] Feb 11 21:19:03.687 INFO O| Feb 11 21:19:03.687 INFO STEP 938 (remove_files) COMPLETE
72662025-02-11T21:19:05.328Z[ recovery-image] Feb 11 21:19:03.687 INFO O| Feb 11 21:19:03.687 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-11T21:19:05.346Z[ recovery-image] Feb 11 21:19:03.706 INFO O| Feb 11 21:19:03.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72682025-02-11T21:19:05.348Z[ recovery-image] Feb 11 21:19:03.706 INFO O| Feb 11 21:19:03.706 INFO STEP 939 (remove_files) COMPLETE
72692025-02-11T21:19:05.348Z[ recovery-image] Feb 11 21:19:03.706 INFO O| Feb 11 21:19:03.706 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-11T21:19:05.366Z[ recovery-image] Feb 11 21:19:03.726 INFO O| Feb 11 21:19:03.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72712025-02-11T21:19:05.366Z[ recovery-image] Feb 11 21:19:03.726 INFO O| Feb 11 21:19:03.726 INFO STEP 940 (remove_files) COMPLETE
72722025-02-11T21:19:05.368Z[ recovery-image] Feb 11 21:19:03.726 INFO O| Feb 11 21:19:03.726 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-11T21:19:05.398Z[ recovery-image] Feb 11 21:19:03.758 INFO O| Feb 11 21:19:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72742025-02-11T21:19:05.398Z[ recovery-image] Feb 11 21:19:03.758 INFO O| Feb 11 21:19:03.758 INFO STEP 941 (remove_files) COMPLETE
72752025-02-11T21:19:05.398Z[ recovery-image] Feb 11 21:19:03.758 INFO O| Feb 11 21:19:03.758 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-11T21:19:05.418Z[ recovery-image] Feb 11 21:19:03.778 INFO O| Feb 11 21:19:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72772025-02-11T21:19:05.420Z[ recovery-image] Feb 11 21:19:03.778 INFO O| Feb 11 21:19:03.778 INFO STEP 942 (remove_files) COMPLETE
72782025-02-11T21:19:05.420Z[ recovery-image] Feb 11 21:19:03.778 INFO O| Feb 11 21:19:03.778 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-11T21:19:05.438Z[ recovery-image] Feb 11 21:19:03.798 INFO O| Feb 11 21:19:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72802025-02-11T21:19:05.440Z[ recovery-image] Feb 11 21:19:03.798 INFO O| Feb 11 21:19:03.798 INFO STEP 943 (remove_files) COMPLETE
72812025-02-11T21:19:05.440Z[ recovery-image] Feb 11 21:19:03.798 INFO O| Feb 11 21:19:03.798 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-11T21:19:05.458Z[ recovery-image] Feb 11 21:19:03.819 INFO O| Feb 11 21:19:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72832025-02-11T21:19:05.458Z[ recovery-image] Feb 11 21:19:03.819 INFO O| Feb 11 21:19:03.819 INFO STEP 944 (remove_files) COMPLETE
72842025-02-11T21:19:05.458Z[ recovery-image] Feb 11 21:19:03.819 INFO O| Feb 11 21:19:03.819 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-11T21:19:05.511Z[ recovery-image] Feb 11 21:19:03.870 INFO O| Feb 11 21:19:03.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72862025-02-11T21:19:05.511Z[ recovery-image] Feb 11 21:19:03.870 INFO O| Feb 11 21:19:03.870 INFO STEP 945 (remove_files) COMPLETE
72872025-02-11T21:19:05.511Z[ recovery-image] Feb 11 21:19:03.870 INFO O| Feb 11 21:19:03.870 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-11T21:19:05.530Z[ recovery-image] Feb 11 21:19:03.890 INFO O| Feb 11 21:19:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72892025-02-11T21:19:05.532Z[ recovery-image] Feb 11 21:19:03.890 INFO O| Feb 11 21:19:03.890 INFO STEP 946 (remove_files) COMPLETE
72902025-02-11T21:19:05.532Z[ recovery-image] Feb 11 21:19:03.891 INFO O| Feb 11 21:19:03.891 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-11T21:19:05.556Z[ recovery-image] Feb 11 21:19:03.910 INFO O| Feb 11 21:19:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72922025-02-11T21:19:05.556Z[ recovery-image] Feb 11 21:19:03.910 INFO O| Feb 11 21:19:03.910 INFO STEP 947 (remove_files) COMPLETE
72932025-02-11T21:19:05.556Z[ recovery-image] Feb 11 21:19:03.910 INFO O| Feb 11 21:19:03.910 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-11T21:19:05.574Z[ recovery-image] Feb 11 21:19:03.934 INFO O| Feb 11 21:19:03.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72952025-02-11T21:19:05.574Z[ recovery-image] Feb 11 21:19:03.934 INFO O| Feb 11 21:19:03.934 INFO STEP 948 (remove_files) COMPLETE
72962025-02-11T21:19:05.574Z[ recovery-image] Feb 11 21:19:03.934 INFO O| Feb 11 21:19:03.934 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-11T21:19:05.619Z[ recovery-image] Feb 11 21:19:03.979 INFO O| Feb 11 21:19:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72982025-02-11T21:19:05.619Z[ recovery-image] Feb 11 21:19:03.979 INFO O| Feb 11 21:19:03.979 INFO STEP 949 (remove_files) COMPLETE
72992025-02-11T21:19:05.620Z[ recovery-image] Feb 11 21:19:03.979 INFO O| Feb 11 21:19:03.979 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-11T21:19:05.639Z[ recovery-image] Feb 11 21:19:03.999 INFO O| Feb 11 21:19:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73012025-02-11T21:19:05.639Z[ recovery-image] Feb 11 21:19:03.999 INFO O| Feb 11 21:19:03.999 INFO STEP 950 (remove_files) COMPLETE
73022025-02-11T21:19:05.639Z[ recovery-image] Feb 11 21:19:03.999 INFO O| Feb 11 21:19:03.999 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-11T21:19:05.682Z[ recovery-image] Feb 11 21:19:04.043 INFO O| Feb 11 21:19:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73042025-02-11T21:19:05.683Z[ recovery-image] Feb 11 21:19:04.043 INFO O| Feb 11 21:19:04.043 INFO STEP 951 (remove_files) COMPLETE
73052025-02-11T21:19:05.683Z[ recovery-image] Feb 11 21:19:04.043 INFO O| Feb 11 21:19:04.043 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-11T21:19:05.715Z[ recovery-image] Feb 11 21:19:04.075 INFO O| Feb 11 21:19:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73072025-02-11T21:19:05.715Z[ recovery-image] Feb 11 21:19:04.075 INFO O| Feb 11 21:19:04.075 INFO STEP 952 (remove_files) COMPLETE
73082025-02-11T21:19:05.715Z[ recovery-image] Feb 11 21:19:04.075 INFO O| Feb 11 21:19:04.075 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-11T21:19:05.775Z[ recovery-image] Feb 11 21:19:04.134 INFO O| Feb 11 21:19:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73102025-02-11T21:19:05.775Z[ recovery-image] Feb 11 21:19:04.134 INFO O| Feb 11 21:19:04.134 INFO STEP 953 (remove_files) COMPLETE
73112025-02-11T21:19:05.775Z[ recovery-image] Feb 11 21:19:04.134 INFO O| Feb 11 21:19:04.134 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-11T21:19:05.815Z[ recovery-image] Feb 11 21:19:04.175 INFO O| Feb 11 21:19:04.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73132025-02-11T21:19:05.815Z[ recovery-image] Feb 11 21:19:04.175 INFO O| Feb 11 21:19:04.175 INFO STEP 954 (remove_files) COMPLETE
73142025-02-11T21:19:05.815Z[ recovery-image] Feb 11 21:19:04.175 INFO O| Feb 11 21:19:04.175 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-11T21:19:05.908Z[ recovery-image] Feb 11 21:19:04.268 INFO O| Feb 11 21:19:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73162025-02-11T21:19:05.910Z[ recovery-image] Feb 11 21:19:04.268 INFO O| Feb 11 21:19:04.268 INFO STEP 955 (remove_files) COMPLETE
73172025-02-11T21:19:05.910Z[ recovery-image] Feb 11 21:19:04.268 INFO O| Feb 11 21:19:04.268 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-11T21:19:05.927Z[ recovery-image] Feb 11 21:19:04.287 INFO O| Feb 11 21:19:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73192025-02-11T21:19:05.929Z[ recovery-image] Feb 11 21:19:04.287 INFO O| Feb 11 21:19:04.287 INFO STEP 956 (remove_files) COMPLETE
73202025-02-11T21:19:05.929Z[ recovery-image] Feb 11 21:19:04.288 INFO O| Feb 11 21:19:04.287 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-11T21:19:05.947Z[ recovery-image] Feb 11 21:19:04.307 INFO O| Feb 11 21:19:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73222025-02-11T21:19:05.950Z[ recovery-image] Feb 11 21:19:04.307 INFO O| Feb 11 21:19:04.307 INFO STEP 957 (remove_files) COMPLETE
73232025-02-11T21:19:05.950Z[ recovery-image] Feb 11 21:19:04.307 INFO O| Feb 11 21:19:04.307 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-11T21:19:05.967Z[ recovery-image] Feb 11 21:19:04.327 INFO O| Feb 11 21:19:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73252025-02-11T21:19:05.969Z[ recovery-image] Feb 11 21:19:04.327 INFO O| Feb 11 21:19:04.327 INFO STEP 958 (remove_files) COMPLETE
73262025-02-11T21:19:05.969Z[ recovery-image] Feb 11 21:19:04.327 INFO O| Feb 11 21:19:04.327 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-11T21:19:05.998Z[ recovery-image] Feb 11 21:19:04.358 INFO O| Feb 11 21:19:04.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73282025-02-11T21:19:06.001Z[ recovery-image] Feb 11 21:19:04.359 INFO O| Feb 11 21:19:04.358 INFO STEP 959 (remove_files) COMPLETE
73292025-02-11T21:19:06.001Z[ recovery-image] Feb 11 21:19:04.359 INFO O| Feb 11 21:19:04.359 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-11T21:19:06.017Z[ recovery-image] Feb 11 21:19:04.377 INFO O| Feb 11 21:19:04.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73312025-02-11T21:19:06.017Z[ recovery-image] Feb 11 21:19:04.377 INFO O| Feb 11 21:19:04.377 INFO STEP 960 (remove_files) COMPLETE
73322025-02-11T21:19:06.017Z[ recovery-image] Feb 11 21:19:04.377 INFO O| Feb 11 21:19:04.377 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-11T21:19:06.050Z[ recovery-image] Feb 11 21:19:04.410 INFO O| Feb 11 21:19:04.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73342025-02-11T21:19:06.050Z[ recovery-image] Feb 11 21:19:04.411 INFO O| Feb 11 21:19:04.410 INFO STEP 961 (remove_files) COMPLETE
73352025-02-11T21:19:06.050Z[ recovery-image] Feb 11 21:19:04.411 INFO O| Feb 11 21:19:04.410 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-11T21:19:06.072Z[ recovery-image] Feb 11 21:19:04.432 INFO O| Feb 11 21:19:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73372025-02-11T21:19:06.072Z[ recovery-image] Feb 11 21:19:04.432 INFO O| Feb 11 21:19:04.432 INFO STEP 962 (remove_files) COMPLETE
73382025-02-11T21:19:06.072Z[ recovery-image] Feb 11 21:19:04.432 INFO O| Feb 11 21:19:04.432 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-11T21:19:06.140Z[ recovery-image] Feb 11 21:19:04.500 INFO O| Feb 11 21:19:04.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73402025-02-11T21:19:06.140Z[ recovery-image] Feb 11 21:19:04.500 INFO O| Feb 11 21:19:04.500 INFO STEP 963 (remove_files) COMPLETE
73412025-02-11T21:19:06.141Z[ recovery-image] Feb 11 21:19:04.500 INFO O| Feb 11 21:19:04.500 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-11T21:19:06.177Z[ recovery-image] Feb 11 21:19:04.538 INFO O| Feb 11 21:19:04.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73432025-02-11T21:19:06.178Z[ recovery-image] Feb 11 21:19:04.538 INFO O| Feb 11 21:19:04.538 INFO STEP 964 (remove_files) COMPLETE
73442025-02-11T21:19:06.180Z[ recovery-image] Feb 11 21:19:04.538 INFO O| Feb 11 21:19:04.538 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-11T21:19:06.222Z[ recovery-image] Feb 11 21:19:04.581 INFO O| Feb 11 21:19:04.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73462025-02-11T21:19:06.222Z[ recovery-image] Feb 11 21:19:04.581 INFO O| Feb 11 21:19:04.581 INFO STEP 965 (remove_files) COMPLETE
73472025-02-11T21:19:06.222Z[ recovery-image] Feb 11 21:19:04.581 INFO O| Feb 11 21:19:04.581 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-11T21:19:06.254Z[ recovery-image] Feb 11 21:19:04.614 INFO O| Feb 11 21:19:04.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73492025-02-11T21:19:06.254Z[ recovery-image] Feb 11 21:19:04.614 INFO O| Feb 11 21:19:04.614 INFO STEP 966 (remove_files) COMPLETE
73502025-02-11T21:19:06.254Z[ recovery-image] Feb 11 21:19:04.614 INFO O| Feb 11 21:19:04.614 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-11T21:19:06.278Z[ recovery-image] Feb 11 21:19:04.638 INFO O| Feb 11 21:19:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73522025-02-11T21:19:06.278Z[ recovery-image] Feb 11 21:19:04.638 INFO O| Feb 11 21:19:04.638 INFO STEP 967 (remove_files) COMPLETE
73532025-02-11T21:19:06.278Z[ recovery-image] Feb 11 21:19:04.638 INFO O| Feb 11 21:19:04.638 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-11T21:19:06.333Z[ recovery-image] Feb 11 21:19:04.693 INFO O| Feb 11 21:19:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73552025-02-11T21:19:06.333Z[ recovery-image] Feb 11 21:19:04.693 INFO O| Feb 11 21:19:04.693 INFO STEP 968 (remove_files) COMPLETE
73562025-02-11T21:19:06.333Z[ recovery-image] Feb 11 21:19:04.693 INFO O| Feb 11 21:19:04.693 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-11T21:19:06.354Z[ recovery-image] Feb 11 21:19:04.714 INFO O| Feb 11 21:19:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73582025-02-11T21:19:06.354Z[ recovery-image] Feb 11 21:19:04.714 INFO O| Feb 11 21:19:04.714 INFO STEP 969 (remove_files) COMPLETE
73592025-02-11T21:19:06.354Z[ recovery-image] Feb 11 21:19:04.714 INFO O| Feb 11 21:19:04.714 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-11T21:19:06.373Z[ recovery-image] Feb 11 21:19:04.733 INFO O| Feb 11 21:19:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73612025-02-11T21:19:06.375Z[ recovery-image] Feb 11 21:19:04.733 INFO O| Feb 11 21:19:04.733 INFO STEP 970 (remove_files) COMPLETE
73622025-02-11T21:19:06.375Z[ recovery-image] Feb 11 21:19:04.734 INFO O| Feb 11 21:19:04.733 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-11T21:19:06.392Z[ recovery-image] Feb 11 21:19:04.753 INFO O| Feb 11 21:19:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73642025-02-11T21:19:06.393Z[ recovery-image] Feb 11 21:19:04.753 INFO O| Feb 11 21:19:04.753 INFO STEP 971 (remove_files) COMPLETE
73652025-02-11T21:19:06.393Z[ recovery-image] Feb 11 21:19:04.753 INFO O| Feb 11 21:19:04.753 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-11T21:19:06.434Z[ recovery-image] Feb 11 21:19:04.794 INFO O| Feb 11 21:19:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73672025-02-11T21:19:06.434Z[ recovery-image] Feb 11 21:19:04.794 INFO O| Feb 11 21:19:04.794 INFO STEP 972 (remove_files) COMPLETE
73682025-02-11T21:19:06.434Z[ recovery-image] Feb 11 21:19:04.794 INFO O| Feb 11 21:19:04.794 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-11T21:19:06.454Z[ recovery-image] Feb 11 21:19:04.814 INFO O| Feb 11 21:19:04.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73702025-02-11T21:19:06.454Z[ recovery-image] Feb 11 21:19:04.814 INFO O| Feb 11 21:19:04.814 INFO STEP 973 (remove_files) COMPLETE
73712025-02-11T21:19:06.454Z[ recovery-image] Feb 11 21:19:04.814 INFO O| Feb 11 21:19:04.814 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-11T21:19:06.473Z[ recovery-image] Feb 11 21:19:04.833 INFO O| Feb 11 21:19:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73732025-02-11T21:19:06.475Z[ recovery-image] Feb 11 21:19:04.833 INFO O| Feb 11 21:19:04.833 INFO STEP 974 (remove_files) COMPLETE
73742025-02-11T21:19:06.475Z[ recovery-image] Feb 11 21:19:04.833 INFO O| Feb 11 21:19:04.833 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-11T21:19:06.493Z[ recovery-image] Feb 11 21:19:04.853 INFO O| Feb 11 21:19:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73762025-02-11T21:19:06.493Z[ recovery-image] Feb 11 21:19:04.853 INFO O| Feb 11 21:19:04.853 INFO STEP 975 (remove_files) COMPLETE
73772025-02-11T21:19:06.493Z[ recovery-image] Feb 11 21:19:04.853 INFO O| Feb 11 21:19:04.853 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-11T21:19:06.523Z[ recovery-image] Feb 11 21:19:04.883 INFO O| Feb 11 21:19:04.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73792025-02-11T21:19:06.525Z[ recovery-image] Feb 11 21:19:04.883 INFO O| Feb 11 21:19:04.883 INFO STEP 976 (remove_files) COMPLETE
73802025-02-11T21:19:06.525Z[ recovery-image] Feb 11 21:19:04.884 INFO O| Feb 11 21:19:04.883 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-11T21:19:06.542Z[ recovery-image] Feb 11 21:19:04.902 INFO O| Feb 11 21:19:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73822025-02-11T21:19:06.544Z[ recovery-image] Feb 11 21:19:04.902 INFO O| Feb 11 21:19:04.902 INFO STEP 977 (remove_files) COMPLETE
73832025-02-11T21:19:06.544Z[ recovery-image] Feb 11 21:19:04.903 INFO O| Feb 11 21:19:04.903 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-11T21:19:06.561Z[ recovery-image] Feb 11 21:19:04.922 INFO O| Feb 11 21:19:04.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73852025-02-11T21:19:06.564Z[ recovery-image] Feb 11 21:19:04.922 INFO O| Feb 11 21:19:04.922 INFO STEP 978 (remove_files) COMPLETE
73862025-02-11T21:19:06.564Z[ recovery-image] Feb 11 21:19:04.922 INFO O| Feb 11 21:19:04.922 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-11T21:19:06.581Z[ recovery-image] Feb 11 21:19:04.941 INFO O| Feb 11 21:19:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73882025-02-11T21:19:06.584Z[ recovery-image] Feb 11 21:19:04.942 INFO O| Feb 11 21:19:04.942 INFO STEP 979 (remove_files) COMPLETE
73892025-02-11T21:19:06.584Z[ recovery-image] Feb 11 21:19:04.942 INFO O| Feb 11 21:19:04.942 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-11T21:19:06.621Z[ recovery-image] Feb 11 21:19:04.981 INFO O| Feb 11 21:19:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73912025-02-11T21:19:06.636Z[ recovery-image] Feb 11 21:19:04.996 INFO O| Feb 11 21:19:04.996 INFO STEP 980 (remove_files) COMPLETE
73922025-02-11T21:19:06.637Z[ recovery-image] Feb 11 21:19:04.996 INFO O| Feb 11 21:19:04.996 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-11T21:19:06.679Z[ recovery-image] Feb 11 21:19:05.038 INFO O| Feb 11 21:19:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73942025-02-11T21:19:06.679Z[ recovery-image] Feb 11 21:19:05.038 INFO O| Feb 11 21:19:05.038 INFO STEP 981 (remove_files) COMPLETE
73952025-02-11T21:19:06.679Z[ recovery-image] Feb 11 21:19:05.038 INFO O| Feb 11 21:19:05.038 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-11T21:19:06.743Z[ recovery-image] Feb 11 21:19:05.103 INFO O| Feb 11 21:19:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73972025-02-11T21:19:06.748Z[ recovery-image] Feb 11 21:19:05.104 INFO O| Feb 11 21:19:05.104 INFO STEP 982 (remove_files) COMPLETE
73982025-02-11T21:19:06.748Z[ recovery-image] Feb 11 21:19:05.104 INFO O| Feb 11 21:19:05.104 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-11T21:19:06.763Z[ recovery-image] Feb 11 21:19:05.123 INFO O| Feb 11 21:19:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74002025-02-11T21:19:06.763Z[ recovery-image] Feb 11 21:19:05.123 INFO O| Feb 11 21:19:05.123 INFO STEP 983 (remove_files) COMPLETE
74012025-02-11T21:19:06.763Z[ recovery-image] Feb 11 21:19:05.123 INFO O| Feb 11 21:19:05.123 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-11T21:19:06.783Z[ recovery-image] Feb 11 21:19:05.142 INFO O| Feb 11 21:19:05.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74032025-02-11T21:19:06.783Z[ recovery-image] Feb 11 21:19:05.142 INFO O| Feb 11 21:19:05.142 INFO STEP 984 (remove_files) COMPLETE
74042025-02-11T21:19:06.783Z[ recovery-image] Feb 11 21:19:05.142 INFO O| Feb 11 21:19:05.142 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-11T21:19:06.814Z[ recovery-image] Feb 11 21:19:05.174 INFO O| Feb 11 21:19:05.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74062025-02-11T21:19:06.814Z[ recovery-image] Feb 11 21:19:05.174 INFO O| Feb 11 21:19:05.174 INFO STEP 985 (remove_files) COMPLETE
74072025-02-11T21:19:06.814Z[ recovery-image] Feb 11 21:19:05.174 INFO O| Feb 11 21:19:05.174 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-11T21:19:06.873Z[ recovery-image] Feb 11 21:19:05.233 INFO O| Feb 11 21:19:05.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74092025-02-11T21:19:06.873Z[ recovery-image] Feb 11 21:19:05.233 INFO O| Feb 11 21:19:05.233 INFO STEP 986 (remove_files) COMPLETE
74102025-02-11T21:19:06.873Z[ recovery-image] Feb 11 21:19:05.233 INFO O| Feb 11 21:19:05.233 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-11T21:19:06.912Z[ recovery-image] Feb 11 21:19:05.272 INFO O| Feb 11 21:19:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74122025-02-11T21:19:06.912Z[ recovery-image] Feb 11 21:19:05.273 INFO O| Feb 11 21:19:05.273 INFO STEP 987 (remove_files) COMPLETE
74132025-02-11T21:19:06.912Z[ recovery-image] Feb 11 21:19:05.273 INFO O| Feb 11 21:19:05.273 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-11T21:19:06.939Z[ recovery-image] Feb 11 21:19:05.299 INFO O| Feb 11 21:19:05.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74152025-02-11T21:19:06.939Z[ recovery-image] Feb 11 21:19:05.299 INFO O| Feb 11 21:19:05.299 INFO STEP 988 (remove_files) COMPLETE
74162025-02-11T21:19:06.939Z[ recovery-image] Feb 11 21:19:05.299 INFO O| Feb 11 21:19:05.299 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-11T21:19:06.992Z[ recovery-image] Feb 11 21:19:05.352 INFO O| Feb 11 21:19:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74182025-02-11T21:19:06.992Z[ recovery-image] Feb 11 21:19:05.352 INFO O| Feb 11 21:19:05.352 INFO STEP 989 (remove_files) COMPLETE
74192025-02-11T21:19:06.992Z[ recovery-image] Feb 11 21:19:05.352 INFO O| Feb 11 21:19:05.352 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-11T21:19:07.011Z[ recovery-image] Feb 11 21:19:05.371 INFO O| Feb 11 21:19:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74212025-02-11T21:19:07.012Z[ recovery-image] Feb 11 21:19:05.372 INFO O| Feb 11 21:19:05.371 INFO STEP 990 (remove_files) COMPLETE
74222025-02-11T21:19:07.012Z[ recovery-image] Feb 11 21:19:05.372 INFO O| Feb 11 21:19:05.371 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-11T21:19:07.030Z[ recovery-image] Feb 11 21:19:05.390 INFO O| Feb 11 21:19:05.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74242025-02-11T21:19:07.030Z[ recovery-image] Feb 11 21:19:05.391 INFO O| Feb 11 21:19:05.390 INFO STEP 991 (remove_files) COMPLETE
74252025-02-11T21:19:07.033Z[ recovery-image] Feb 11 21:19:05.391 INFO O| Feb 11 21:19:05.391 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-11T21:19:07.068Z[ recovery-image] Feb 11 21:19:05.428 INFO O| Feb 11 21:19:05.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74272025-02-11T21:19:07.070Z[ recovery-image] Feb 11 21:19:05.428 INFO O| Feb 11 21:19:05.428 INFO STEP 992 (remove_files) COMPLETE
74282025-02-11T21:19:07.070Z[ recovery-image] Feb 11 21:19:05.428 INFO O| Feb 11 21:19:05.428 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-11T21:19:07.089Z[ recovery-image] Feb 11 21:19:05.448 INFO O| Feb 11 21:19:05.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74302025-02-11T21:19:07.089Z[ recovery-image] Feb 11 21:19:05.448 INFO O| Feb 11 21:19:05.448 INFO STEP 993 (remove_files) COMPLETE
74312025-02-11T21:19:07.089Z[ recovery-image] Feb 11 21:19:05.448 INFO O| Feb 11 21:19:05.448 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-11T21:19:07.107Z[ recovery-image] Feb 11 21:19:05.467 INFO O| Feb 11 21:19:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74332025-02-11T21:19:07.107Z[ recovery-image] Feb 11 21:19:05.467 INFO O| Feb 11 21:19:05.467 INFO STEP 994 (remove_files) COMPLETE
74342025-02-11T21:19:07.107Z[ recovery-image] Feb 11 21:19:05.467 INFO O| Feb 11 21:19:05.467 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-11T21:19:07.133Z[ recovery-image] Feb 11 21:19:05.493 INFO O| Feb 11 21:19:05.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74362025-02-11T21:19:07.135Z[ recovery-image] Feb 11 21:19:05.493 INFO O| Feb 11 21:19:05.493 INFO STEP 995 (remove_files) COMPLETE
74372025-02-11T21:19:07.136Z[ recovery-image] Feb 11 21:19:05.494 INFO O| Feb 11 21:19:05.494 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-11T21:19:07.197Z[ recovery-image] Feb 11 21:19:05.557 INFO O| Feb 11 21:19:05.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74392025-02-11T21:19:07.197Z[ recovery-image] Feb 11 21:19:05.558 INFO O| Feb 11 21:19:05.557 INFO STEP 996 (remove_files) COMPLETE
74402025-02-11T21:19:07.197Z[ recovery-image] Feb 11 21:19:05.558 INFO O| Feb 11 21:19:05.558 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-11T21:19:07.216Z[ recovery-image] Feb 11 21:19:05.576 INFO O| Feb 11 21:19:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74422025-02-11T21:19:07.216Z[ recovery-image] Feb 11 21:19:05.577 INFO O| Feb 11 21:19:05.577 INFO STEP 997 (remove_files) COMPLETE
74432025-02-11T21:19:07.219Z[ recovery-image] Feb 11 21:19:05.577 INFO O| Feb 11 21:19:05.577 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-11T21:19:07.235Z[ recovery-image] Feb 11 21:19:05.595 INFO O| Feb 11 21:19:05.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74452025-02-11T21:19:07.238Z[ recovery-image] Feb 11 21:19:05.599 INFO O| Feb 11 21:19:05.599 INFO STEP 998 (remove_files) COMPLETE
74462025-02-11T21:19:07.239Z[ recovery-image] Feb 11 21:19:05.599 INFO O| Feb 11 21:19:05.599 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-11T21:19:07.265Z[ recovery-image] Feb 11 21:19:05.625 INFO O| Feb 11 21:19:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74482025-02-11T21:19:07.265Z[ recovery-image] Feb 11 21:19:05.625 INFO O| Feb 11 21:19:05.625 INFO STEP 999 (remove_files) COMPLETE
74492025-02-11T21:19:07.265Z[ recovery-image] Feb 11 21:19:05.625 INFO O| Feb 11 21:19:05.625 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-11T21:19:07.288Z[ recovery-image] Feb 11 21:19:05.648 INFO O| Feb 11 21:19:05.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74512025-02-11T21:19:07.288Z[ recovery-image] Feb 11 21:19:05.648 INFO O| Feb 11 21:19:05.648 INFO STEP 1000 (remove_files) COMPLETE
74522025-02-11T21:19:07.288Z[ recovery-image] Feb 11 21:19:05.648 INFO O| Feb 11 21:19:05.648 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-11T21:19:07.310Z[ recovery-image] Feb 11 21:19:05.670 INFO O| Feb 11 21:19:05.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74542025-02-11T21:19:07.310Z[ recovery-image] Feb 11 21:19:05.670 INFO O| Feb 11 21:19:05.670 INFO STEP 1001 (remove_files) COMPLETE
74552025-02-11T21:19:07.312Z[ recovery-image] Feb 11 21:19:05.670 INFO O| Feb 11 21:19:05.670 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-11T21:19:07.351Z[ recovery-image] Feb 11 21:19:05.711 INFO O| Feb 11 21:19:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74572025-02-11T21:19:07.351Z[ recovery-image] Feb 11 21:19:05.711 INFO O| Feb 11 21:19:05.711 INFO STEP 1002 (remove_files) COMPLETE
74582025-02-11T21:19:07.353Z[ recovery-image] Feb 11 21:19:05.711 INFO O| Feb 11 21:19:05.711 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-11T21:19:07.369Z[ recovery-image] Feb 11 21:19:05.729 INFO O| Feb 11 21:19:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74602025-02-11T21:19:07.371Z[ recovery-image] Feb 11 21:19:05.729 INFO O| Feb 11 21:19:05.729 INFO STEP 1003 (remove_files) COMPLETE
74612025-02-11T21:19:07.372Z[ recovery-image] Feb 11 21:19:05.730 INFO O| Feb 11 21:19:05.729 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-11T21:19:07.388Z[ recovery-image] Feb 11 21:19:05.748 INFO O| Feb 11 21:19:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74632025-02-11T21:19:07.389Z[ recovery-image] Feb 11 21:19:05.749 INFO O| Feb 11 21:19:05.749 INFO STEP 1004 (remove_files) COMPLETE
74642025-02-11T21:19:07.391Z[ recovery-image] Feb 11 21:19:05.749 INFO O| Feb 11 21:19:05.749 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-11T21:19:07.428Z[ recovery-image] Feb 11 21:19:05.788 INFO O| Feb 11 21:19:05.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74662025-02-11T21:19:07.428Z[ recovery-image] Feb 11 21:19:05.788 INFO O| Feb 11 21:19:05.788 INFO STEP 1005 (remove_files) COMPLETE
74672025-02-11T21:19:07.430Z[ recovery-image] Feb 11 21:19:05.788 INFO O| Feb 11 21:19:05.788 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-11T21:19:07.468Z[ recovery-image] Feb 11 21:19:05.827 INFO O| Feb 11 21:19:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74692025-02-11T21:19:07.470Z[ recovery-image] Feb 11 21:19:05.828 INFO O| Feb 11 21:19:05.828 INFO STEP 1006 (remove_files) COMPLETE
74702025-02-11T21:19:07.470Z[ recovery-image] Feb 11 21:19:05.828 INFO O| Feb 11 21:19:05.828 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-11T21:19:07.489Z[ recovery-image] Feb 11 21:19:05.849 INFO O| Feb 11 21:19:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74722025-02-11T21:19:07.491Z[ recovery-image] Feb 11 21:19:05.849 INFO O| Feb 11 21:19:05.849 INFO STEP 1007 (remove_files) COMPLETE
74732025-02-11T21:19:07.491Z[ recovery-image] Feb 11 21:19:05.849 INFO O| Feb 11 21:19:05.849 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-11T21:19:07.514Z[ recovery-image] Feb 11 21:19:05.874 INFO O| Feb 11 21:19:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74752025-02-11T21:19:07.514Z[ recovery-image] Feb 11 21:19:05.874 INFO O| Feb 11 21:19:05.874 INFO STEP 1008 (remove_files) COMPLETE
74762025-02-11T21:19:07.514Z[ recovery-image] Feb 11 21:19:05.874 INFO O| Feb 11 21:19:05.874 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-11T21:19:07.534Z[ recovery-image] Feb 11 21:19:05.894 INFO O| Feb 11 21:19:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74782025-02-11T21:19:07.534Z[ recovery-image] Feb 11 21:19:05.895 INFO O| Feb 11 21:19:05.895 INFO STEP 1009 (remove_files) COMPLETE
74792025-02-11T21:19:07.535Z[ recovery-image] Feb 11 21:19:05.895 INFO O| Feb 11 21:19:05.895 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-11T21:19:07.554Z[ recovery-image] Feb 11 21:19:05.914 INFO O| Feb 11 21:19:05.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74812025-02-11T21:19:07.554Z[ recovery-image] Feb 11 21:19:05.914 INFO O| Feb 11 21:19:05.914 INFO STEP 1010 (remove_files) COMPLETE
74822025-02-11T21:19:07.554Z[ recovery-image] Feb 11 21:19:05.914 INFO O| Feb 11 21:19:05.914 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-11T21:19:07.574Z[ recovery-image] Feb 11 21:19:05.934 INFO O| Feb 11 21:19:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74842025-02-11T21:19:07.574Z[ recovery-image] Feb 11 21:19:05.934 INFO O| Feb 11 21:19:05.934 INFO STEP 1011 (remove_files) COMPLETE
74852025-02-11T21:19:07.574Z[ recovery-image] Feb 11 21:19:05.934 INFO O| Feb 11 21:19:05.934 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-11T21:19:07.595Z[ recovery-image] Feb 11 21:19:05.955 INFO O| Feb 11 21:19:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74872025-02-11T21:19:07.595Z[ recovery-image] Feb 11 21:19:05.955 INFO O| Feb 11 21:19:05.955 INFO STEP 1012 (remove_files) COMPLETE
74882025-02-11T21:19:07.595Z[ recovery-image] Feb 11 21:19:05.955 INFO O| Feb 11 21:19:05.955 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-11T21:19:07.615Z[ recovery-image] Feb 11 21:19:05.975 INFO O| Feb 11 21:19:05.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74902025-02-11T21:19:07.617Z[ recovery-image] Feb 11 21:19:05.975 INFO O| Feb 11 21:19:05.975 INFO STEP 1013 (remove_files) COMPLETE
74912025-02-11T21:19:07.617Z[ recovery-image] Feb 11 21:19:05.975 INFO O| Feb 11 21:19:05.975 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-11T21:19:07.636Z[ recovery-image] Feb 11 21:19:05.996 INFO O| Feb 11 21:19:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74932025-02-11T21:19:07.636Z[ recovery-image] Feb 11 21:19:05.996 INFO O| Feb 11 21:19:05.996 INFO STEP 1014 (remove_files) COMPLETE
74942025-02-11T21:19:07.636Z[ recovery-image] Feb 11 21:19:05.996 INFO O| Feb 11 21:19:05.996 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-11T21:19:07.748Z[ recovery-image] Feb 11 21:19:06.108 INFO O| Feb 11 21:19:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74962025-02-11T21:19:07.748Z[ recovery-image] Feb 11 21:19:06.108 INFO O| Feb 11 21:19:06.108 INFO STEP 1015 (remove_files) COMPLETE
74972025-02-11T21:19:07.751Z[ recovery-image] Feb 11 21:19:06.108 INFO O| Feb 11 21:19:06.108 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-11T21:19:07.788Z[ recovery-image] Feb 11 21:19:06.148 INFO O| Feb 11 21:19:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74992025-02-11T21:19:07.788Z[ recovery-image] Feb 11 21:19:06.148 INFO O| Feb 11 21:19:06.148 INFO STEP 1016 (remove_files) COMPLETE
75002025-02-11T21:19:07.788Z[ recovery-image] Feb 11 21:19:06.148 INFO O| Feb 11 21:19:06.148 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-11T21:19:07.807Z[ recovery-image] Feb 11 21:19:06.167 INFO O| Feb 11 21:19:06.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75022025-02-11T21:19:07.808Z[ recovery-image] Feb 11 21:19:06.167 INFO O| Feb 11 21:19:06.167 INFO STEP 1017 (remove_files) COMPLETE
75032025-02-11T21:19:07.808Z[ recovery-image] Feb 11 21:19:06.167 INFO O| Feb 11 21:19:06.167 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-11T21:19:07.837Z[ recovery-image] Feb 11 21:19:06.197 INFO O| Feb 11 21:19:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75052025-02-11T21:19:07.839Z[ recovery-image] Feb 11 21:19:06.197 INFO O| Feb 11 21:19:06.197 INFO STEP 1018 (remove_files) COMPLETE
75062025-02-11T21:19:07.839Z[ recovery-image] Feb 11 21:19:06.198 INFO O| Feb 11 21:19:06.197 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-11T21:19:07.879Z[ recovery-image] Feb 11 21:19:06.239 INFO O| Feb 11 21:19:06.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75082025-02-11T21:19:07.879Z[ recovery-image] Feb 11 21:19:06.239 INFO O| Feb 11 21:19:06.239 INFO STEP 1019 (remove_files) COMPLETE
75092025-02-11T21:19:07.882Z[ recovery-image] Feb 11 21:19:06.239 INFO O| Feb 11 21:19:06.239 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-11T21:19:07.899Z[ recovery-image] Feb 11 21:19:06.259 INFO O| Feb 11 21:19:06.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75112025-02-11T21:19:07.899Z[ recovery-image] Feb 11 21:19:06.259 INFO O| Feb 11 21:19:06.259 INFO STEP 1020 (remove_files) COMPLETE
75122025-02-11T21:19:07.901Z[ recovery-image] Feb 11 21:19:06.259 INFO O| Feb 11 21:19:06.259 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-11T21:19:07.918Z[ recovery-image] Feb 11 21:19:06.278 INFO O| Feb 11 21:19:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75142025-02-11T21:19:07.918Z[ recovery-image] Feb 11 21:19:06.278 INFO O| Feb 11 21:19:06.278 INFO STEP 1021 (remove_files) COMPLETE
75152025-02-11T21:19:07.918Z[ recovery-image] Feb 11 21:19:06.278 INFO O| Feb 11 21:19:06.278 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-11T21:19:07.963Z[ recovery-image] Feb 11 21:19:06.322 INFO O| Feb 11 21:19:06.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75172025-02-11T21:19:07.963Z[ recovery-image] Feb 11 21:19:06.322 INFO O| Feb 11 21:19:06.322 INFO STEP 1022 (remove_files) COMPLETE
75182025-02-11T21:19:07.963Z[ recovery-image] Feb 11 21:19:06.322 INFO O| Feb 11 21:19:06.322 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-11T21:19:07.998Z[ recovery-image] Feb 11 21:19:06.358 INFO O| Feb 11 21:19:06.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75202025-02-11T21:19:07.998Z[ recovery-image] Feb 11 21:19:06.358 INFO O| Feb 11 21:19:06.358 INFO STEP 1023 (remove_files) COMPLETE
75212025-02-11T21:19:07.998Z[ recovery-image] Feb 11 21:19:06.358 INFO O| Feb 11 21:19:06.358 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-11T21:19:08.017Z[ recovery-image] Feb 11 21:19:06.377 INFO O| Feb 11 21:19:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75232025-02-11T21:19:08.017Z[ recovery-image] Feb 11 21:19:06.377 INFO O| Feb 11 21:19:06.377 INFO STEP 1024 (remove_files) COMPLETE
75242025-02-11T21:19:08.017Z[ recovery-image] Feb 11 21:19:06.377 INFO O| Feb 11 21:19:06.377 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-11T21:19:08.045Z[ recovery-image] Feb 11 21:19:06.405 INFO O| Feb 11 21:19:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75262025-02-11T21:19:08.045Z[ recovery-image] Feb 11 21:19:06.405 INFO O| Feb 11 21:19:06.405 INFO STEP 1025 (remove_files) COMPLETE
75272025-02-11T21:19:08.045Z[ recovery-image] Feb 11 21:19:06.405 INFO O| Feb 11 21:19:06.405 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-11T21:19:08.081Z[ recovery-image] Feb 11 21:19:06.441 INFO O| Feb 11 21:19:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75292025-02-11T21:19:08.081Z[ recovery-image] Feb 11 21:19:06.441 INFO O| Feb 11 21:19:06.441 INFO STEP 1026 (remove_files) COMPLETE
75302025-02-11T21:19:08.087Z[ recovery-image] Feb 11 21:19:06.441 INFO O| Feb 11 21:19:06.441 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-11T21:19:08.122Z[ recovery-image] Feb 11 21:19:06.482 INFO O| Feb 11 21:19:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75322025-02-11T21:19:08.122Z[ recovery-image] Feb 11 21:19:06.482 INFO O| Feb 11 21:19:06.482 INFO STEP 1027 (remove_files) COMPLETE
75332025-02-11T21:19:08.122Z[ recovery-image] Feb 11 21:19:06.482 INFO O| Feb 11 21:19:06.482 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-11T21:19:08.140Z[ recovery-image] Feb 11 21:19:06.500 INFO O| Feb 11 21:19:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75352025-02-11T21:19:08.140Z[ recovery-image] Feb 11 21:19:06.500 INFO O| Feb 11 21:19:06.500 INFO STEP 1028 (remove_files) COMPLETE
75362025-02-11T21:19:08.140Z[ recovery-image] Feb 11 21:19:06.500 INFO O| Feb 11 21:19:06.500 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-11T21:19:08.194Z[ recovery-image] Feb 11 21:19:06.554 INFO O| Feb 11 21:19:06.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75382025-02-11T21:19:08.194Z[ recovery-image] Feb 11 21:19:06.554 INFO O| Feb 11 21:19:06.554 INFO STEP 1029 (remove_files) COMPLETE
75392025-02-11T21:19:08.194Z[ recovery-image] Feb 11 21:19:06.554 INFO O| Feb 11 21:19:06.554 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-11T21:19:08.214Z[ recovery-image] Feb 11 21:19:06.574 INFO O| Feb 11 21:19:06.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75412025-02-11T21:19:08.214Z[ recovery-image] Feb 11 21:19:06.574 INFO O| Feb 11 21:19:06.574 INFO STEP 1030 (remove_files) COMPLETE
75422025-02-11T21:19:08.214Z[ recovery-image] Feb 11 21:19:06.574 INFO O| Feb 11 21:19:06.574 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-11T21:19:08.235Z[ recovery-image] Feb 11 21:19:06.594 INFO O| Feb 11 21:19:06.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75442025-02-11T21:19:08.235Z[ recovery-image] Feb 11 21:19:06.594 INFO O| Feb 11 21:19:06.594 INFO STEP 1031 (remove_files) COMPLETE
75452025-02-11T21:19:08.235Z[ recovery-image] Feb 11 21:19:06.594 INFO O| Feb 11 21:19:06.594 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-11T21:19:08.270Z[ recovery-image] Feb 11 21:19:06.625 INFO O| Feb 11 21:19:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75472025-02-11T21:19:08.270Z[ recovery-image] Feb 11 21:19:06.625 INFO O| Feb 11 21:19:06.625 INFO STEP 1032 (remove_files) COMPLETE
75482025-02-11T21:19:08.270Z[ recovery-image] Feb 11 21:19:06.625 INFO O| Feb 11 21:19:06.625 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-11T21:19:08.327Z[ recovery-image] Feb 11 21:19:06.687 INFO O| Feb 11 21:19:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75502025-02-11T21:19:08.327Z[ recovery-image] Feb 11 21:19:06.687 INFO O| Feb 11 21:19:06.687 INFO STEP 1033 (remove_files) COMPLETE
75512025-02-11T21:19:08.327Z[ recovery-image] Feb 11 21:19:06.687 INFO O| Feb 11 21:19:06.687 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-11T21:19:08.357Z[ recovery-image] Feb 11 21:19:06.716 INFO O| Feb 11 21:19:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75532025-02-11T21:19:08.357Z[ recovery-image] Feb 11 21:19:06.716 INFO O| Feb 11 21:19:06.716 INFO STEP 1034 (remove_files) COMPLETE
75542025-02-11T21:19:08.357Z[ recovery-image] Feb 11 21:19:06.716 INFO O| Feb 11 21:19:06.716 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-11T21:19:08.380Z[ recovery-image] Feb 11 21:19:06.739 INFO O| Feb 11 21:19:06.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75562025-02-11T21:19:08.380Z[ recovery-image] Feb 11 21:19:06.740 INFO O| Feb 11 21:19:06.740 INFO STEP 1035 (remove_files) COMPLETE
75572025-02-11T21:19:08.380Z[ recovery-image] Feb 11 21:19:06.740 INFO O| Feb 11 21:19:06.740 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-11T21:19:08.398Z[ recovery-image] Feb 11 21:19:06.758 INFO O| Feb 11 21:19:06.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75592025-02-11T21:19:08.398Z[ recovery-image] Feb 11 21:19:06.758 INFO O| Feb 11 21:19:06.758 INFO STEP 1036 (remove_files) COMPLETE
75602025-02-11T21:19:08.398Z[ recovery-image] Feb 11 21:19:06.758 INFO O| Feb 11 21:19:06.758 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-11T21:19:08.417Z[ recovery-image] Feb 11 21:19:06.777 INFO O| Feb 11 21:19:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75622025-02-11T21:19:08.417Z[ recovery-image] Feb 11 21:19:06.777 INFO O| Feb 11 21:19:06.777 INFO STEP 1037 (remove_files) COMPLETE
75632025-02-11T21:19:08.420Z[ recovery-image] Feb 11 21:19:06.777 INFO O| Feb 11 21:19:06.777 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-11T21:19:08.436Z[ recovery-image] Feb 11 21:19:06.796 INFO O| Feb 11 21:19:06.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75652025-02-11T21:19:08.436Z[ recovery-image] Feb 11 21:19:06.796 INFO O| Feb 11 21:19:06.796 INFO STEP 1038 (remove_files) COMPLETE
75662025-02-11T21:19:08.436Z[ recovery-image] Feb 11 21:19:06.796 INFO O| Feb 11 21:19:06.796 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-11T21:19:08.458Z[ recovery-image] Feb 11 21:19:06.818 INFO O| Feb 11 21:19:06.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75682025-02-11T21:19:08.460Z[ recovery-image] Feb 11 21:19:06.818 INFO O| Feb 11 21:19:06.818 INFO STEP 1039 (remove_files) COMPLETE
75692025-02-11T21:19:08.460Z[ recovery-image] Feb 11 21:19:06.818 INFO O| Feb 11 21:19:06.818 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-11T21:19:08.476Z[ recovery-image] Feb 11 21:19:06.836 INFO O| Feb 11 21:19:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75712025-02-11T21:19:08.476Z[ recovery-image] Feb 11 21:19:06.836 INFO O| Feb 11 21:19:06.836 INFO STEP 1040 (remove_files) COMPLETE
75722025-02-11T21:19:08.478Z[ recovery-image] Feb 11 21:19:06.836 INFO O| Feb 11 21:19:06.836 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-11T21:19:08.494Z[ recovery-image] Feb 11 21:19:06.854 INFO O| Feb 11 21:19:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75742025-02-11T21:19:08.501Z[ recovery-image] Feb 11 21:19:06.854 INFO O| Feb 11 21:19:06.854 INFO STEP 1041 (remove_files) COMPLETE
75752025-02-11T21:19:08.501Z[ recovery-image] Feb 11 21:19:06.854 INFO O| Feb 11 21:19:06.854 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-11T21:19:08.513Z[ recovery-image] Feb 11 21:19:06.871 INFO O| Feb 11 21:19:06.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75772025-02-11T21:19:08.517Z[ recovery-image] Feb 11 21:19:06.872 INFO O| Feb 11 21:19:06.872 INFO STEP 1042 (remove_files) COMPLETE
75782025-02-11T21:19:08.517Z[ recovery-image] Feb 11 21:19:06.872 INFO O| Feb 11 21:19:06.872 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-11T21:19:08.529Z[ recovery-image] Feb 11 21:19:06.889 INFO O| Feb 11 21:19:06.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75802025-02-11T21:19:08.534Z[ recovery-image] Feb 11 21:19:06.889 INFO O| Feb 11 21:19:06.889 INFO STEP 1043 (remove_files) COMPLETE
75812025-02-11T21:19:08.534Z[ recovery-image] Feb 11 21:19:06.889 INFO O| Feb 11 21:19:06.889 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-11T21:19:08.546Z[ recovery-image] Feb 11 21:19:06.906 INFO O| Feb 11 21:19:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75832025-02-11T21:19:08.550Z[ recovery-image] Feb 11 21:19:06.906 INFO O| Feb 11 21:19:06.906 INFO STEP 1044 (remove_files) COMPLETE
75842025-02-11T21:19:08.550Z[ recovery-image] Feb 11 21:19:06.906 INFO O| Feb 11 21:19:06.906 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-11T21:19:08.578Z[ recovery-image] Feb 11 21:19:06.938 INFO O| Feb 11 21:19:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75862025-02-11T21:19:08.578Z[ recovery-image] Feb 11 21:19:06.938 INFO O| Feb 11 21:19:06.938 INFO STEP 1045 (remove_files) COMPLETE
75872025-02-11T21:19:08.578Z[ recovery-image] Feb 11 21:19:06.938 INFO O| Feb 11 21:19:06.938 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-11T21:19:08.596Z[ recovery-image] Feb 11 21:19:06.956 INFO O| Feb 11 21:19:06.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75892025-02-11T21:19:08.596Z[ recovery-image] Feb 11 21:19:06.956 INFO O| Feb 11 21:19:06.956 INFO STEP 1046 (remove_files) COMPLETE
75902025-02-11T21:19:08.596Z[ recovery-image] Feb 11 21:19:06.956 INFO O| Feb 11 21:19:06.956 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-11T21:19:08.623Z[ recovery-image] Feb 11 21:19:06.983 INFO O| Feb 11 21:19:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75922025-02-11T21:19:08.623Z[ recovery-image] Feb 11 21:19:06.983 INFO O| Feb 11 21:19:06.983 INFO STEP 1047 (remove_files) COMPLETE
75932025-02-11T21:19:08.624Z[ recovery-image] Feb 11 21:19:06.984 INFO O| Feb 11 21:19:06.983 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-11T21:19:08.642Z[ recovery-image] Feb 11 21:19:07.002 INFO O| Feb 11 21:19:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75952025-02-11T21:19:08.642Z[ recovery-image] Feb 11 21:19:07.002 INFO O| Feb 11 21:19:07.002 INFO STEP 1048 (remove_files) COMPLETE
75962025-02-11T21:19:08.642Z[ recovery-image] Feb 11 21:19:07.002 INFO O| Feb 11 21:19:07.002 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-11T21:19:08.679Z[ recovery-image] Feb 11 21:19:07.039 INFO O| Feb 11 21:19:07.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75982025-02-11T21:19:08.679Z[ recovery-image] Feb 11 21:19:07.039 INFO O| Feb 11 21:19:07.039 INFO STEP 1049 (remove_files) COMPLETE
75992025-02-11T21:19:08.679Z[ recovery-image] Feb 11 21:19:07.039 INFO O| Feb 11 21:19:07.039 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-11T21:19:08.700Z[ recovery-image] Feb 11 21:19:07.059 INFO O| Feb 11 21:19:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76012025-02-11T21:19:08.701Z[ recovery-image] Feb 11 21:19:07.059 INFO O| Feb 11 21:19:07.059 INFO STEP 1050 (remove_files) COMPLETE
76022025-02-11T21:19:08.701Z[ recovery-image] Feb 11 21:19:07.059 INFO O| Feb 11 21:19:07.059 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-11T21:19:08.716Z[ recovery-image] Feb 11 21:19:07.076 INFO O| Feb 11 21:19:07.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76042025-02-11T21:19:08.716Z[ recovery-image] Feb 11 21:19:07.076 INFO O| Feb 11 21:19:07.076 INFO STEP 1051 (remove_files) COMPLETE
76052025-02-11T21:19:08.716Z[ recovery-image] Feb 11 21:19:07.076 INFO O| Feb 11 21:19:07.076 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-11T21:19:08.738Z[ recovery-image] Feb 11 21:19:07.098 INFO O| Feb 11 21:19:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76072025-02-11T21:19:08.738Z[ recovery-image] Feb 11 21:19:07.098 INFO O| Feb 11 21:19:07.098 INFO STEP 1052 (remove_files) COMPLETE
76082025-02-11T21:19:08.738Z[ recovery-image] Feb 11 21:19:07.098 INFO O| Feb 11 21:19:07.098 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-11T21:19:08.759Z[ recovery-image] Feb 11 21:19:07.119 INFO O| Feb 11 21:19:07.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76102025-02-11T21:19:08.759Z[ recovery-image] Feb 11 21:19:07.119 INFO O| Feb 11 21:19:07.119 INFO STEP 1053 (remove_files) COMPLETE
76112025-02-11T21:19:08.762Z[ recovery-image] Feb 11 21:19:07.119 INFO O| Feb 11 21:19:07.119 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-11T21:19:08.781Z[ recovery-image] Feb 11 21:19:07.140 INFO O| Feb 11 21:19:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76132025-02-11T21:19:08.781Z[ recovery-image] Feb 11 21:19:07.140 INFO O| Feb 11 21:19:07.140 INFO STEP 1054 (remove_files) COMPLETE
76142025-02-11T21:19:08.783Z[ recovery-image] Feb 11 21:19:07.140 INFO O| Feb 11 21:19:07.140 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-11T21:19:08.800Z[ recovery-image] Feb 11 21:19:07.159 INFO O| Feb 11 21:19:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76162025-02-11T21:19:08.800Z[ recovery-image] Feb 11 21:19:07.159 INFO O| Feb 11 21:19:07.159 INFO STEP 1055 (remove_files) COMPLETE
76172025-02-11T21:19:08.803Z[ recovery-image] Feb 11 21:19:07.159 INFO O| Feb 11 21:19:07.159 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-11T21:19:08.818Z[ recovery-image] Feb 11 21:19:07.178 INFO O| Feb 11 21:19:07.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76192025-02-11T21:19:08.819Z[ recovery-image] Feb 11 21:19:07.178 INFO O| Feb 11 21:19:07.178 INFO STEP 1056 (remove_files) COMPLETE
76202025-02-11T21:19:08.819Z[ recovery-image] Feb 11 21:19:07.178 INFO O| Feb 11 21:19:07.178 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-11T21:19:08.837Z[ recovery-image] Feb 11 21:19:07.197 INFO O| Feb 11 21:19:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76222025-02-11T21:19:08.837Z[ recovery-image] Feb 11 21:19:07.197 INFO O| Feb 11 21:19:07.197 INFO STEP 1057 (remove_files) COMPLETE
76232025-02-11T21:19:08.837Z[ recovery-image] Feb 11 21:19:07.197 INFO O| Feb 11 21:19:07.197 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-11T21:19:08.881Z[ recovery-image] Feb 11 21:19:07.241 INFO O| Feb 11 21:19:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76252025-02-11T21:19:08.881Z[ recovery-image] Feb 11 21:19:07.241 INFO O| Feb 11 21:19:07.241 INFO STEP 1058 (remove_files) COMPLETE
76262025-02-11T21:19:08.886Z[ recovery-image] Feb 11 21:19:07.241 INFO O| Feb 11 21:19:07.241 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-11T21:19:08.941Z[ recovery-image] Feb 11 21:19:07.300 INFO O| Feb 11 21:19:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76282025-02-11T21:19:08.941Z[ recovery-image] Feb 11 21:19:07.300 INFO O| Feb 11 21:19:07.300 INFO STEP 1059 (remove_files) COMPLETE
76292025-02-11T21:19:08.941Z[ recovery-image] Feb 11 21:19:07.300 INFO O| Feb 11 21:19:07.300 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-11T21:19:08.965Z[ recovery-image] Feb 11 21:19:07.325 INFO O| Feb 11 21:19:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76312025-02-11T21:19:08.965Z[ recovery-image] Feb 11 21:19:07.325 INFO O| Feb 11 21:19:07.325 INFO STEP 1060 (remove_files) COMPLETE
76322025-02-11T21:19:08.966Z[ recovery-image] Feb 11 21:19:07.325 INFO O| Feb 11 21:19:07.325 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-11T21:19:08.986Z[ recovery-image] Feb 11 21:19:07.345 INFO O| Feb 11 21:19:07.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76342025-02-11T21:19:08.986Z[ recovery-image] Feb 11 21:19:07.345 INFO O| Feb 11 21:19:07.345 INFO STEP 1061 (remove_files) COMPLETE
76352025-02-11T21:19:08.986Z[ recovery-image] Feb 11 21:19:07.345 INFO O| Feb 11 21:19:07.345 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-11T21:19:09.078Z[ recovery-image] Feb 11 21:19:07.438 INFO O| Feb 11 21:19:07.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76372025-02-11T21:19:09.081Z[ recovery-image] Feb 11 21:19:07.438 INFO O| Feb 11 21:19:07.438 INFO STEP 1062 (remove_files) COMPLETE
76382025-02-11T21:19:09.081Z[ recovery-image] Feb 11 21:19:07.438 INFO O| Feb 11 21:19:07.438 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-11T21:19:09.149Z[ recovery-image] Feb 11 21:19:07.509 INFO O| Feb 11 21:19:07.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76402025-02-11T21:19:09.149Z[ recovery-image] Feb 11 21:19:07.509 INFO O| Feb 11 21:19:07.509 INFO STEP 1063 (remove_files) COMPLETE
76412025-02-11T21:19:09.149Z[ recovery-image] Feb 11 21:19:07.509 INFO O| Feb 11 21:19:07.509 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-11T21:19:09.171Z[ recovery-image] Feb 11 21:19:07.530 INFO O| Feb 11 21:19:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76432025-02-11T21:19:09.171Z[ recovery-image] Feb 11 21:19:07.530 INFO O| Feb 11 21:19:07.530 INFO STEP 1064 (remove_files) COMPLETE
76442025-02-11T21:19:09.171Z[ recovery-image] Feb 11 21:19:07.530 INFO O| Feb 11 21:19:07.530 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-11T21:19:09.190Z[ recovery-image] Feb 11 21:19:07.549 INFO O| Feb 11 21:19:07.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76462025-02-11T21:19:09.190Z[ recovery-image] Feb 11 21:19:07.549 INFO O| Feb 11 21:19:07.549 INFO STEP 1065 (remove_files) COMPLETE
76472025-02-11T21:19:09.190Z[ recovery-image] Feb 11 21:19:07.549 INFO O| Feb 11 21:19:07.549 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-11T21:19:09.232Z[ recovery-image] Feb 11 21:19:07.586 INFO O| Feb 11 21:19:07.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76492025-02-11T21:19:09.232Z[ recovery-image] Feb 11 21:19:07.586 INFO O| Feb 11 21:19:07.586 INFO STEP 1066 (remove_files) COMPLETE
76502025-02-11T21:19:09.234Z[ recovery-image] Feb 11 21:19:07.587 INFO O| Feb 11 21:19:07.586 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-11T21:19:09.257Z[ recovery-image] Feb 11 21:19:07.617 INFO O| Feb 11 21:19:07.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76522025-02-11T21:19:09.257Z[ recovery-image] Feb 11 21:19:07.617 INFO O| Feb 11 21:19:07.617 INFO STEP 1067 (remove_files) COMPLETE
76532025-02-11T21:19:09.257Z[ recovery-image] Feb 11 21:19:07.617 INFO O| Feb 11 21:19:07.617 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-11T21:19:09.295Z[ recovery-image] Feb 11 21:19:07.655 INFO O| Feb 11 21:19:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76552025-02-11T21:19:09.295Z[ recovery-image] Feb 11 21:19:07.655 INFO O| Feb 11 21:19:07.655 INFO STEP 1068 (remove_files) COMPLETE
76562025-02-11T21:19:09.295Z[ recovery-image] Feb 11 21:19:07.655 INFO O| Feb 11 21:19:07.655 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-11T21:19:09.337Z[ recovery-image] Feb 11 21:19:07.697 INFO O| Feb 11 21:19:07.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76582025-02-11T21:19:09.337Z[ recovery-image] Feb 11 21:19:07.697 INFO O| Feb 11 21:19:07.697 INFO STEP 1069 (remove_files) COMPLETE
76592025-02-11T21:19:09.337Z[ recovery-image] Feb 11 21:19:07.697 INFO O| Feb 11 21:19:07.697 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-11T21:19:09.385Z[ recovery-image] Feb 11 21:19:07.744 INFO O| Feb 11 21:19:07.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76612025-02-11T21:19:09.386Z[ recovery-image] Feb 11 21:19:07.744 INFO O| Feb 11 21:19:07.744 INFO STEP 1070 (remove_files) COMPLETE
76622025-02-11T21:19:09.386Z[ recovery-image] Feb 11 21:19:07.744 INFO O| Feb 11 21:19:07.744 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-11T21:19:09.403Z[ recovery-image] Feb 11 21:19:07.763 INFO O| Feb 11 21:19:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76642025-02-11T21:19:09.403Z[ recovery-image] Feb 11 21:19:07.763 INFO O| Feb 11 21:19:07.763 INFO STEP 1071 (remove_files) COMPLETE
76652025-02-11T21:19:09.403Z[ recovery-image] Feb 11 21:19:07.763 INFO O| Feb 11 21:19:07.763 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-11T21:19:09.436Z[ recovery-image] Feb 11 21:19:07.796 INFO O| Feb 11 21:19:07.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76672025-02-11T21:19:09.436Z[ recovery-image] Feb 11 21:19:07.796 INFO O| Feb 11 21:19:07.796 INFO STEP 1072 (remove_files) COMPLETE
76682025-02-11T21:19:09.436Z[ recovery-image] Feb 11 21:19:07.796 INFO O| Feb 11 21:19:07.796 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-11T21:19:09.484Z[ recovery-image] Feb 11 21:19:07.844 INFO O| Feb 11 21:19:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76702025-02-11T21:19:09.484Z[ recovery-image] Feb 11 21:19:07.844 INFO O| Feb 11 21:19:07.844 INFO STEP 1073 (remove_files) COMPLETE
76712025-02-11T21:19:09.486Z[ recovery-image] Feb 11 21:19:07.844 INFO O| Feb 11 21:19:07.844 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-11T21:19:09.522Z[ recovery-image] Feb 11 21:19:07.881 INFO O| Feb 11 21:19:07.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76732025-02-11T21:19:09.522Z[ recovery-image] Feb 11 21:19:07.882 INFO O| Feb 11 21:19:07.881 INFO STEP 1074 (remove_files) COMPLETE
76742025-02-11T21:19:09.522Z[ recovery-image] Feb 11 21:19:07.882 INFO O| Feb 11 21:19:07.882 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-11T21:19:09.551Z[ recovery-image] Feb 11 21:19:07.911 INFO O| Feb 11 21:19:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76762025-02-11T21:19:09.551Z[ recovery-image] Feb 11 21:19:07.911 INFO O| Feb 11 21:19:07.911 INFO STEP 1075 (remove_files) COMPLETE
76772025-02-11T21:19:09.551Z[ recovery-image] Feb 11 21:19:07.911 INFO O| Feb 11 21:19:07.911 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-11T21:19:09.571Z[ recovery-image] Feb 11 21:19:07.931 INFO O| Feb 11 21:19:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76792025-02-11T21:19:09.571Z[ recovery-image] Feb 11 21:19:07.931 INFO O| Feb 11 21:19:07.931 INFO STEP 1076 (remove_files) COMPLETE
76802025-02-11T21:19:09.573Z[ recovery-image] Feb 11 21:19:07.931 INFO O| Feb 11 21:19:07.931 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-11T21:19:09.603Z[ recovery-image] Feb 11 21:19:07.961 INFO O| Feb 11 21:19:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76822025-02-11T21:19:09.603Z[ recovery-image] Feb 11 21:19:07.962 INFO O| Feb 11 21:19:07.962 INFO STEP 1077 (remove_files) COMPLETE
76832025-02-11T21:19:09.603Z[ recovery-image] Feb 11 21:19:07.962 INFO O| Feb 11 21:19:07.962 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-11T21:19:09.622Z[ recovery-image] Feb 11 21:19:07.981 INFO O| Feb 11 21:19:07.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76852025-02-11T21:19:09.622Z[ recovery-image] Feb 11 21:19:07.981 INFO O| Feb 11 21:19:07.981 INFO STEP 1078 (remove_files) COMPLETE
76862025-02-11T21:19:09.622Z[ recovery-image] Feb 11 21:19:07.981 INFO O| Feb 11 21:19:07.981 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-11T21:19:09.640Z[ recovery-image] Feb 11 21:19:08.000 INFO O| Feb 11 21:19:08.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76882025-02-11T21:19:09.640Z[ recovery-image] Feb 11 21:19:08.000 INFO O| Feb 11 21:19:08.000 INFO STEP 1079 (remove_files) COMPLETE
76892025-02-11T21:19:09.642Z[ recovery-image] Feb 11 21:19:08.000 INFO O| Feb 11 21:19:08.000 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-11T21:19:09.659Z[ recovery-image] Feb 11 21:19:08.019 INFO O| Feb 11 21:19:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76912025-02-11T21:19:09.661Z[ recovery-image] Feb 11 21:19:08.019 INFO O| Feb 11 21:19:08.019 INFO STEP 1080 (remove_files) COMPLETE
76922025-02-11T21:19:09.661Z[ recovery-image] Feb 11 21:19:08.019 INFO O| Feb 11 21:19:08.019 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-11T21:19:09.678Z[ recovery-image] Feb 11 21:19:08.038 INFO O| Feb 11 21:19:08.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76942025-02-11T21:19:09.678Z[ recovery-image] Feb 11 21:19:08.038 INFO O| Feb 11 21:19:08.038 INFO STEP 1081 (remove_files) COMPLETE
76952025-02-11T21:19:09.678Z[ recovery-image] Feb 11 21:19:08.038 INFO O| Feb 11 21:19:08.038 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-11T21:19:09.705Z[ recovery-image] Feb 11 21:19:08.064 INFO O| Feb 11 21:19:08.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76972025-02-11T21:19:09.705Z[ recovery-image] Feb 11 21:19:08.064 INFO O| Feb 11 21:19:08.064 INFO STEP 1082 (remove_files) COMPLETE
76982025-02-11T21:19:09.705Z[ recovery-image] Feb 11 21:19:08.064 INFO O| Feb 11 21:19:08.064 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-11T21:19:09.732Z[ recovery-image] Feb 11 21:19:08.091 INFO O| Feb 11 21:19:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77002025-02-11T21:19:09.734Z[ recovery-image] Feb 11 21:19:08.092 INFO O| Feb 11 21:19:08.092 INFO STEP 1083 (remove_files) COMPLETE
77012025-02-11T21:19:09.734Z[ recovery-image] Feb 11 21:19:08.092 INFO O| Feb 11 21:19:08.092 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-11T21:19:09.750Z[ recovery-image] Feb 11 21:19:08.110 INFO O| Feb 11 21:19:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77032025-02-11T21:19:09.752Z[ recovery-image] Feb 11 21:19:08.110 INFO O| Feb 11 21:19:08.110 INFO STEP 1084 (remove_files) COMPLETE
77042025-02-11T21:19:09.753Z[ recovery-image] Feb 11 21:19:08.110 INFO O| Feb 11 21:19:08.110 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-11T21:19:09.769Z[ recovery-image] Feb 11 21:19:08.129 INFO O| Feb 11 21:19:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77062025-02-11T21:19:09.772Z[ recovery-image] Feb 11 21:19:08.129 INFO O| Feb 11 21:19:08.129 INFO STEP 1085 (remove_files) COMPLETE
77072025-02-11T21:19:09.772Z[ recovery-image] Feb 11 21:19:08.129 INFO O| Feb 11 21:19:08.129 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-11T21:19:09.789Z[ recovery-image] Feb 11 21:19:08.149 INFO O| Feb 11 21:19:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77092025-02-11T21:19:09.791Z[ recovery-image] Feb 11 21:19:08.149 INFO O| Feb 11 21:19:08.149 INFO STEP 1086 (remove_files) COMPLETE
77102025-02-11T21:19:09.791Z[ recovery-image] Feb 11 21:19:08.149 INFO O| Feb 11 21:19:08.149 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-11T21:19:09.817Z[ recovery-image] Feb 11 21:19:08.168 INFO O| Feb 11 21:19:08.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77122025-02-11T21:19:09.817Z[ recovery-image] Feb 11 21:19:08.168 INFO O| Feb 11 21:19:08.168 INFO STEP 1087 (remove_files) COMPLETE
77132025-02-11T21:19:09.817Z[ recovery-image] Feb 11 21:19:08.168 INFO O| Feb 11 21:19:08.168 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-11T21:19:09.826Z[ recovery-image] Feb 11 21:19:08.186 INFO O| Feb 11 21:19:08.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77152025-02-11T21:19:09.829Z[ recovery-image] Feb 11 21:19:08.186 INFO O| Feb 11 21:19:08.186 INFO STEP 1088 (remove_files) COMPLETE
77162025-02-11T21:19:09.829Z[ recovery-image] Feb 11 21:19:08.186 INFO O| Feb 11 21:19:08.186 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-11T21:19:09.855Z[ recovery-image] Feb 11 21:19:08.211 INFO O| Feb 11 21:19:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77182025-02-11T21:19:09.855Z[ recovery-image] Feb 11 21:19:08.211 INFO O| Feb 11 21:19:08.211 INFO STEP 1089 (remove_files) COMPLETE
77192025-02-11T21:19:09.855Z[ recovery-image] Feb 11 21:19:08.211 INFO O| Feb 11 21:19:08.211 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-11T21:19:09.909Z[ recovery-image] Feb 11 21:19:08.267 INFO O| Feb 11 21:19:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77212025-02-11T21:19:09.910Z[ recovery-image] Feb 11 21:19:08.268 INFO O| Feb 11 21:19:08.268 INFO STEP 1090 (remove_files) COMPLETE
77222025-02-11T21:19:09.910Z[ recovery-image] Feb 11 21:19:08.268 INFO O| Feb 11 21:19:08.268 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-11T21:19:09.926Z[ recovery-image] Feb 11 21:19:08.285 INFO O| Feb 11 21:19:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77242025-02-11T21:19:09.926Z[ recovery-image] Feb 11 21:19:08.285 INFO O| Feb 11 21:19:08.285 INFO STEP 1091 (remove_files) COMPLETE
77252025-02-11T21:19:09.926Z[ recovery-image] Feb 11 21:19:08.285 INFO O| Feb 11 21:19:08.285 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-11T21:19:09.961Z[ recovery-image] Feb 11 21:19:08.321 INFO O| Feb 11 21:19:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77272025-02-11T21:19:09.963Z[ recovery-image] Feb 11 21:19:08.321 INFO O| Feb 11 21:19:08.321 INFO STEP 1092 (remove_files) COMPLETE
77282025-02-11T21:19:09.963Z[ recovery-image] Feb 11 21:19:08.321 INFO O| Feb 11 21:19:08.321 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-11T21:19:09.982Z[ recovery-image] Feb 11 21:19:08.341 INFO O| Feb 11 21:19:08.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77302025-02-11T21:19:09.982Z[ recovery-image] Feb 11 21:19:08.341 INFO O| Feb 11 21:19:08.341 INFO STEP 1093 (remove_files) COMPLETE
77312025-02-11T21:19:09.982Z[ recovery-image] Feb 11 21:19:08.341 INFO O| Feb 11 21:19:08.341 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-11T21:19:10.013Z[ recovery-image] Feb 11 21:19:08.372 INFO O| Feb 11 21:19:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77332025-02-11T21:19:10.013Z[ recovery-image] Feb 11 21:19:08.372 INFO O| Feb 11 21:19:08.372 INFO STEP 1094 (remove_files) COMPLETE
77342025-02-11T21:19:10.013Z[ recovery-image] Feb 11 21:19:08.372 INFO O| Feb 11 21:19:08.372 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-11T21:19:10.038Z[ recovery-image] Feb 11 21:19:08.397 INFO O| Feb 11 21:19:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77362025-02-11T21:19:10.038Z[ recovery-image] Feb 11 21:19:08.398 INFO O| Feb 11 21:19:08.398 INFO STEP 1095 (remove_files) COMPLETE
77372025-02-11T21:19:10.038Z[ recovery-image] Feb 11 21:19:08.398 INFO O| Feb 11 21:19:08.398 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-11T21:19:10.094Z[ recovery-image] Feb 11 21:19:08.453 INFO O| Feb 11 21:19:08.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77392025-02-11T21:19:10.094Z[ recovery-image] Feb 11 21:19:08.453 INFO O| Feb 11 21:19:08.453 INFO STEP 1096 (remove_files) COMPLETE
77402025-02-11T21:19:10.096Z[ recovery-image] Feb 11 21:19:08.453 INFO O| Feb 11 21:19:08.453 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-11T21:19:10.112Z[ recovery-image] Feb 11 21:19:08.472 INFO O| Feb 11 21:19:08.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77422025-02-11T21:19:10.112Z[ recovery-image] Feb 11 21:19:08.472 INFO O| Feb 11 21:19:08.472 INFO STEP 1097 (remove_files) COMPLETE
77432025-02-11T21:19:10.112Z[ recovery-image] Feb 11 21:19:08.472 INFO O| Feb 11 21:19:08.472 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-11T21:19:10.131Z[ recovery-image] Feb 11 21:19:08.491 INFO O| Feb 11 21:19:08.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77452025-02-11T21:19:10.132Z[ recovery-image] Feb 11 21:19:08.491 INFO O| Feb 11 21:19:08.491 INFO STEP 1098 (remove_files) COMPLETE
77462025-02-11T21:19:10.132Z[ recovery-image] Feb 11 21:19:08.491 INFO O| Feb 11 21:19:08.491 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-11T21:19:10.169Z[ recovery-image] Feb 11 21:19:08.529 INFO O| Feb 11 21:19:08.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77482025-02-11T21:19:10.171Z[ recovery-image] Feb 11 21:19:08.529 INFO O| Feb 11 21:19:08.529 INFO STEP 1099 (remove_files) COMPLETE
77492025-02-11T21:19:10.171Z[ recovery-image] Feb 11 21:19:08.529 INFO O| Feb 11 21:19:08.529 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-11T21:19:10.190Z[ recovery-image] Feb 11 21:19:08.549 INFO O| Feb 11 21:19:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77512025-02-11T21:19:10.192Z[ recovery-image] Feb 11 21:19:08.550 INFO O| Feb 11 21:19:08.550 INFO STEP 1100 (remove_files) COMPLETE
77522025-02-11T21:19:10.192Z[ recovery-image] Feb 11 21:19:08.550 INFO O| Feb 11 21:19:08.550 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-11T21:19:10.215Z[ recovery-image] Feb 11 21:19:08.574 INFO O| Feb 11 21:19:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77542025-02-11T21:19:10.215Z[ recovery-image] Feb 11 21:19:08.574 INFO O| Feb 11 21:19:08.574 INFO STEP 1101 (remove_files) COMPLETE
77552025-02-11T21:19:10.217Z[ recovery-image] Feb 11 21:19:08.574 INFO O| Feb 11 21:19:08.574 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-11T21:19:10.244Z[ recovery-image] Feb 11 21:19:08.604 INFO O| Feb 11 21:19:08.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77572025-02-11T21:19:10.244Z[ recovery-image] Feb 11 21:19:08.604 INFO O| Feb 11 21:19:08.604 INFO STEP 1102 (remove_files) COMPLETE
77582025-02-11T21:19:10.247Z[ recovery-image] Feb 11 21:19:08.604 INFO O| Feb 11 21:19:08.604 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-11T21:19:10.262Z[ recovery-image] Feb 11 21:19:08.622 INFO O| Feb 11 21:19:08.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77602025-02-11T21:19:10.264Z[ recovery-image] Feb 11 21:19:08.622 INFO O| Feb 11 21:19:08.622 INFO STEP 1103 (remove_files) COMPLETE
77612025-02-11T21:19:10.264Z[ recovery-image] Feb 11 21:19:08.622 INFO O| Feb 11 21:19:08.622 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-11T21:19:10.295Z[ recovery-image] Feb 11 21:19:08.655 INFO O| Feb 11 21:19:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77632025-02-11T21:19:10.295Z[ recovery-image] Feb 11 21:19:08.655 INFO O| Feb 11 21:19:08.655 INFO STEP 1104 (remove_files) COMPLETE
77642025-02-11T21:19:10.298Z[ recovery-image] Feb 11 21:19:08.655 INFO O| Feb 11 21:19:08.655 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-11T21:19:10.354Z[ recovery-image] Feb 11 21:19:08.713 INFO O| Feb 11 21:19:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77662025-02-11T21:19:10.354Z[ recovery-image] Feb 11 21:19:08.713 INFO O| Feb 11 21:19:08.713 INFO STEP 1105 (remove_files) COMPLETE
77672025-02-11T21:19:10.354Z[ recovery-image] Feb 11 21:19:08.713 INFO O| Feb 11 21:19:08.713 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-11T21:19:10.407Z[ recovery-image] Feb 11 21:19:08.766 INFO O| Feb 11 21:19:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77692025-02-11T21:19:10.407Z[ recovery-image] Feb 11 21:19:08.767 INFO O| Feb 11 21:19:08.767 INFO STEP 1106 (remove_files) COMPLETE
77702025-02-11T21:19:10.407Z[ recovery-image] Feb 11 21:19:08.767 INFO O| Feb 11 21:19:08.767 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-11T21:19:10.437Z[ recovery-image] Feb 11 21:19:08.796 INFO O| Feb 11 21:19:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77722025-02-11T21:19:10.439Z[ recovery-image] Feb 11 21:19:08.797 INFO O| Feb 11 21:19:08.796 INFO STEP 1107 (remove_files) COMPLETE
77732025-02-11T21:19:10.439Z[ recovery-image] Feb 11 21:19:08.797 INFO O| Feb 11 21:19:08.797 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-11T21:19:10.459Z[ recovery-image] Feb 11 21:19:08.819 INFO O| Feb 11 21:19:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77752025-02-11T21:19:10.461Z[ recovery-image] Feb 11 21:19:08.819 INFO O| Feb 11 21:19:08.819 INFO STEP 1108 (remove_files) COMPLETE
77762025-02-11T21:19:10.461Z[ recovery-image] Feb 11 21:19:08.819 INFO O| Feb 11 21:19:08.819 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-11T21:19:10.479Z[ recovery-image] Feb 11 21:19:08.839 INFO O| Feb 11 21:19:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77782025-02-11T21:19:10.482Z[ recovery-image] Feb 11 21:19:08.839 INFO O| Feb 11 21:19:08.839 INFO STEP 1109 (remove_files) COMPLETE
77792025-02-11T21:19:10.482Z[ recovery-image] Feb 11 21:19:08.840 INFO O| Feb 11 21:19:08.839 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-11T21:19:10.498Z[ recovery-image] Feb 11 21:19:08.858 INFO O| Feb 11 21:19:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77812025-02-11T21:19:10.508Z[ recovery-image] Feb 11 21:19:08.868 INFO O| Feb 11 21:19:08.868 INFO STEP 1110 (remove_files) COMPLETE
77822025-02-11T21:19:10.508Z[ recovery-image] Feb 11 21:19:08.868 INFO O| Feb 11 21:19:08.868 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-11T21:19:10.527Z[ recovery-image] Feb 11 21:19:08.887 INFO O| Feb 11 21:19:08.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77842025-02-11T21:19:10.547Z[ recovery-image] Feb 11 21:19:08.907 INFO O| Feb 11 21:19:08.907 INFO STEP 1111 (remove_files) COMPLETE
77852025-02-11T21:19:10.547Z[ recovery-image] Feb 11 21:19:08.907 INFO O| Feb 11 21:19:08.907 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-11T21:19:10.584Z[ recovery-image] Feb 11 21:19:08.944 INFO O| Feb 11 21:19:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77872025-02-11T21:19:10.584Z[ recovery-image] Feb 11 21:19:08.944 INFO O| Feb 11 21:19:08.944 INFO STEP 1112 (remove_files) COMPLETE
77882025-02-11T21:19:10.586Z[ recovery-image] Feb 11 21:19:08.944 INFO O| Feb 11 21:19:08.944 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-11T21:19:10.604Z[ recovery-image] Feb 11 21:19:08.964 INFO O| Feb 11 21:19:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77902025-02-11T21:19:10.604Z[ recovery-image] Feb 11 21:19:08.964 INFO O| Feb 11 21:19:08.964 INFO STEP 1113 (remove_files) COMPLETE
77912025-02-11T21:19:10.606Z[ recovery-image] Feb 11 21:19:08.964 INFO O| Feb 11 21:19:08.964 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-11T21:19:10.623Z[ recovery-image] Feb 11 21:19:08.983 INFO O| Feb 11 21:19:08.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77932025-02-11T21:19:10.623Z[ recovery-image] Feb 11 21:19:08.983 INFO O| Feb 11 21:19:08.983 INFO STEP 1114 (remove_files) COMPLETE
77942025-02-11T21:19:10.625Z[ recovery-image] Feb 11 21:19:08.983 INFO O| Feb 11 21:19:08.983 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-11T21:19:10.649Z[ recovery-image] Feb 11 21:19:09.008 INFO O| Feb 11 21:19:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77962025-02-11T21:19:10.649Z[ recovery-image] Feb 11 21:19:09.008 INFO O| Feb 11 21:19:09.008 INFO STEP 1115 (remove_files) COMPLETE
77972025-02-11T21:19:10.649Z[ recovery-image] Feb 11 21:19:09.008 INFO O| Feb 11 21:19:09.008 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-11T21:19:10.679Z[ recovery-image] Feb 11 21:19:09.038 INFO O| Feb 11 21:19:09.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77992025-02-11T21:19:10.679Z[ recovery-image] Feb 11 21:19:09.038 INFO O| Feb 11 21:19:09.038 INFO STEP 1116 (remove_files) COMPLETE
78002025-02-11T21:19:10.679Z[ recovery-image] Feb 11 21:19:09.038 INFO O| Feb 11 21:19:09.038 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-11T21:19:10.699Z[ recovery-image] Feb 11 21:19:09.059 INFO O| Feb 11 21:19:09.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78022025-02-11T21:19:10.699Z[ recovery-image] Feb 11 21:19:09.059 INFO O| Feb 11 21:19:09.059 INFO STEP 1117 (remove_files) COMPLETE
78032025-02-11T21:19:10.699Z[ recovery-image] Feb 11 21:19:09.059 INFO O| Feb 11 21:19:09.059 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-11T21:19:10.719Z[ recovery-image] Feb 11 21:19:09.078 INFO O| Feb 11 21:19:09.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78052025-02-11T21:19:10.719Z[ recovery-image] Feb 11 21:19:09.078 INFO O| Feb 11 21:19:09.078 INFO STEP 1118 (remove_files) COMPLETE
78062025-02-11T21:19:10.719Z[ recovery-image] Feb 11 21:19:09.078 INFO O| Feb 11 21:19:09.078 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-11T21:19:10.738Z[ recovery-image] Feb 11 21:19:09.097 INFO O| Feb 11 21:19:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78082025-02-11T21:19:10.738Z[ recovery-image] Feb 11 21:19:09.097 INFO O| Feb 11 21:19:09.097 INFO STEP 1119 (remove_files) COMPLETE
78092025-02-11T21:19:10.738Z[ recovery-image] Feb 11 21:19:09.097 INFO O| Feb 11 21:19:09.097 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-11T21:19:10.767Z[ recovery-image] Feb 11 21:19:09.126 INFO O| Feb 11 21:19:09.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78112025-02-11T21:19:10.769Z[ recovery-image] Feb 11 21:19:09.126 INFO O| Feb 11 21:19:09.126 INFO STEP 1120 (remove_files) COMPLETE
78122025-02-11T21:19:10.769Z[ recovery-image] Feb 11 21:19:09.127 INFO O| Feb 11 21:19:09.126 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-11T21:19:10.788Z[ recovery-image] Feb 11 21:19:09.147 INFO O| Feb 11 21:19:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78142025-02-11T21:19:10.790Z[ recovery-image] Feb 11 21:19:09.148 INFO O| Feb 11 21:19:09.147 INFO STEP 1121 (remove_files) COMPLETE
78152025-02-11T21:19:10.790Z[ recovery-image] Feb 11 21:19:09.148 INFO O| Feb 11 21:19:09.148 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-11T21:19:10.826Z[ recovery-image] Feb 11 21:19:09.186 INFO O| Feb 11 21:19:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78172025-02-11T21:19:10.826Z[ recovery-image] Feb 11 21:19:09.186 INFO O| Feb 11 21:19:09.186 INFO STEP 1122 (remove_files) COMPLETE
78182025-02-11T21:19:10.829Z[ recovery-image] Feb 11 21:19:09.186 INFO O| Feb 11 21:19:09.186 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-11T21:19:10.846Z[ recovery-image] Feb 11 21:19:09.206 INFO O| Feb 11 21:19:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78202025-02-11T21:19:10.846Z[ recovery-image] Feb 11 21:19:09.206 INFO O| Feb 11 21:19:09.206 INFO STEP 1123 (remove_files) COMPLETE
78212025-02-11T21:19:10.847Z[ recovery-image] Feb 11 21:19:09.206 INFO O| Feb 11 21:19:09.206 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-11T21:19:10.864Z[ recovery-image] Feb 11 21:19:09.224 INFO O| Feb 11 21:19:09.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78232025-02-11T21:19:10.864Z[ recovery-image] Feb 11 21:19:09.224 INFO O| Feb 11 21:19:09.224 INFO STEP 1124 (remove_files) COMPLETE
78242025-02-11T21:19:10.864Z[ recovery-image] Feb 11 21:19:09.224 INFO O| Feb 11 21:19:09.224 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-11T21:19:10.882Z[ recovery-image] Feb 11 21:19:09.241 INFO O| Feb 11 21:19:09.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78262025-02-11T21:19:10.882Z[ recovery-image] Feb 11 21:19:09.241 INFO O| Feb 11 21:19:09.241 INFO STEP 1125 (remove_files) COMPLETE
78272025-02-11T21:19:10.882Z[ recovery-image] Feb 11 21:19:09.241 INFO O| Feb 11 21:19:09.241 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-11T21:19:10.900Z[ recovery-image] Feb 11 21:19:09.260 INFO O| Feb 11 21:19:09.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78292025-02-11T21:19:10.901Z[ recovery-image] Feb 11 21:19:09.260 INFO O| Feb 11 21:19:09.260 INFO STEP 1126 (remove_files) COMPLETE
78302025-02-11T21:19:10.901Z[ recovery-image] Feb 11 21:19:09.260 INFO O| Feb 11 21:19:09.260 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-11T21:19:10.926Z[ recovery-image] Feb 11 21:19:09.285 INFO O| Feb 11 21:19:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78322025-02-11T21:19:10.926Z[ recovery-image] Feb 11 21:19:09.286 INFO O| Feb 11 21:19:09.286 INFO STEP 1127 (remove_files) COMPLETE
78332025-02-11T21:19:10.926Z[ recovery-image] Feb 11 21:19:09.286 INFO O| Feb 11 21:19:09.286 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-11T21:19:10.964Z[ recovery-image] Feb 11 21:19:09.324 INFO O| Feb 11 21:19:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78352025-02-11T21:19:10.964Z[ recovery-image] Feb 11 21:19:09.324 INFO O| Feb 11 21:19:09.324 INFO STEP 1128 (remove_files) COMPLETE
78362025-02-11T21:19:10.967Z[ recovery-image] Feb 11 21:19:09.324 INFO O| Feb 11 21:19:09.324 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-11T21:19:11.001Z[ recovery-image] Feb 11 21:19:09.359 INFO O| Feb 11 21:19:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78382025-02-11T21:19:11.001Z[ recovery-image] Feb 11 21:19:09.359 INFO O| Feb 11 21:19:09.359 INFO STEP 1129 (remove_files) COMPLETE
78392025-02-11T21:19:11.001Z[ recovery-image] Feb 11 21:19:09.360 INFO O| Feb 11 21:19:09.359 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-11T21:19:11.030Z[ recovery-image] Feb 11 21:19:09.389 INFO O| Feb 11 21:19:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78412025-02-11T21:19:11.030Z[ recovery-image] Feb 11 21:19:09.389 INFO O| Feb 11 21:19:09.389 INFO STEP 1130 (remove_files) COMPLETE
78422025-02-11T21:19:11.030Z[ recovery-image] Feb 11 21:19:09.389 INFO O| Feb 11 21:19:09.389 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-11T21:19:11.076Z[ recovery-image] Feb 11 21:19:09.435 INFO O| Feb 11 21:19:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78442025-02-11T21:19:11.076Z[ recovery-image] Feb 11 21:19:09.435 INFO O| Feb 11 21:19:09.435 INFO STEP 1131 (remove_files) COMPLETE
78452025-02-11T21:19:11.076Z[ recovery-image] Feb 11 21:19:09.435 INFO O| Feb 11 21:19:09.435 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-11T21:19:11.097Z[ recovery-image] Feb 11 21:19:09.456 INFO O| Feb 11 21:19:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78472025-02-11T21:19:11.097Z[ recovery-image] Feb 11 21:19:09.456 INFO O| Feb 11 21:19:09.456 INFO STEP 1132 (remove_files) COMPLETE
78482025-02-11T21:19:11.097Z[ recovery-image] Feb 11 21:19:09.456 INFO O| Feb 11 21:19:09.456 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-11T21:19:11.128Z[ recovery-image] Feb 11 21:19:09.487 INFO O| Feb 11 21:19:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78502025-02-11T21:19:11.128Z[ recovery-image] Feb 11 21:19:09.487 INFO O| Feb 11 21:19:09.487 INFO STEP 1133 (remove_files) COMPLETE
78512025-02-11T21:19:11.130Z[ recovery-image] Feb 11 21:19:09.487 INFO O| Feb 11 21:19:09.487 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-11T21:19:11.150Z[ recovery-image] Feb 11 21:19:09.510 INFO O| Feb 11 21:19:09.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78532025-02-11T21:19:11.150Z[ recovery-image] Feb 11 21:19:09.510 INFO O| Feb 11 21:19:09.510 INFO STEP 1134 (remove_files) COMPLETE
78542025-02-11T21:19:11.152Z[ recovery-image] Feb 11 21:19:09.510 INFO O| Feb 11 21:19:09.510 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-11T21:19:11.193Z[ recovery-image] Feb 11 21:19:09.553 INFO O| Feb 11 21:19:09.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78562025-02-11T21:19:11.195Z[ recovery-image] Feb 11 21:19:09.553 INFO O| Feb 11 21:19:09.553 INFO STEP 1135 (remove_files) COMPLETE
78572025-02-11T21:19:11.195Z[ recovery-image] Feb 11 21:19:09.553 INFO O| Feb 11 21:19:09.553 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-11T21:19:11.214Z[ recovery-image] Feb 11 21:19:09.573 INFO O| Feb 11 21:19:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78592025-02-11T21:19:11.216Z[ recovery-image] Feb 11 21:19:09.574 INFO O| Feb 11 21:19:09.573 INFO STEP 1136 (remove_files) COMPLETE
78602025-02-11T21:19:11.216Z[ recovery-image] Feb 11 21:19:09.574 INFO O| Feb 11 21:19:09.574 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-11T21:19:11.274Z[ recovery-image] Feb 11 21:19:09.633 INFO O| Feb 11 21:19:09.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78622025-02-11T21:19:11.276Z[ recovery-image] Feb 11 21:19:09.634 INFO O| Feb 11 21:19:09.633 INFO STEP 1137 (remove_files) COMPLETE
78632025-02-11T21:19:11.276Z[ recovery-image] Feb 11 21:19:09.634 INFO O| Feb 11 21:19:09.633 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-11T21:19:11.326Z[ recovery-image] Feb 11 21:19:09.686 INFO O| Feb 11 21:19:09.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78652025-02-11T21:19:11.326Z[ recovery-image] Feb 11 21:19:09.686 INFO O| Feb 11 21:19:09.686 INFO STEP 1138 (remove_files) COMPLETE
78662025-02-11T21:19:11.326Z[ recovery-image] Feb 11 21:19:09.686 INFO O| Feb 11 21:19:09.686 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-11T21:19:11.347Z[ recovery-image] Feb 11 21:19:09.706 INFO O| Feb 11 21:19:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78682025-02-11T21:19:11.347Z[ recovery-image] Feb 11 21:19:09.706 INFO O| Feb 11 21:19:09.706 INFO STEP 1139 (remove_files) COMPLETE
78692025-02-11T21:19:11.347Z[ recovery-image] Feb 11 21:19:09.706 INFO O| Feb 11 21:19:09.706 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-11T21:19:11.365Z[ recovery-image] Feb 11 21:19:09.725 INFO O| Feb 11 21:19:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78712025-02-11T21:19:11.365Z[ recovery-image] Feb 11 21:19:09.725 INFO O| Feb 11 21:19:09.725 INFO STEP 1140 (remove_files) COMPLETE
78722025-02-11T21:19:11.365Z[ recovery-image] Feb 11 21:19:09.725 INFO O| Feb 11 21:19:09.725 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-11T21:19:11.385Z[ recovery-image] Feb 11 21:19:09.745 INFO O| Feb 11 21:19:09.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78742025-02-11T21:19:11.385Z[ recovery-image] Feb 11 21:19:09.745 INFO O| Feb 11 21:19:09.745 INFO STEP 1141 (remove_files) COMPLETE
78752025-02-11T21:19:11.385Z[ recovery-image] Feb 11 21:19:09.745 INFO O| Feb 11 21:19:09.745 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-11T21:19:11.413Z[ recovery-image] Feb 11 21:19:09.772 INFO O| Feb 11 21:19:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78772025-02-11T21:19:11.413Z[ recovery-image] Feb 11 21:19:09.772 INFO O| Feb 11 21:19:09.772 INFO STEP 1142 (remove_files) COMPLETE
78782025-02-11T21:19:11.416Z[ recovery-image] Feb 11 21:19:09.773 INFO O| Feb 11 21:19:09.772 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-11T21:19:11.433Z[ recovery-image] Feb 11 21:19:09.792 INFO O| Feb 11 21:19:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78802025-02-11T21:19:11.435Z[ recovery-image] Feb 11 21:19:09.793 INFO O| Feb 11 21:19:09.793 INFO STEP 1143 (remove_files) COMPLETE
78812025-02-11T21:19:11.435Z[ recovery-image] Feb 11 21:19:09.793 INFO O| Feb 11 21:19:09.793 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-11T21:19:11.453Z[ recovery-image] Feb 11 21:19:09.812 INFO O| Feb 11 21:19:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78832025-02-11T21:19:11.455Z[ recovery-image] Feb 11 21:19:09.813 INFO O| Feb 11 21:19:09.813 INFO STEP 1144 (remove_files) COMPLETE
78842025-02-11T21:19:11.455Z[ recovery-image] Feb 11 21:19:09.813 INFO O| Feb 11 21:19:09.813 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-11T21:19:11.473Z[ recovery-image] Feb 11 21:19:09.833 INFO O| Feb 11 21:19:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78862025-02-11T21:19:11.475Z[ recovery-image] Feb 11 21:19:09.833 INFO O| Feb 11 21:19:09.833 INFO STEP 1145 (remove_files) COMPLETE
78872025-02-11T21:19:11.475Z[ recovery-image] Feb 11 21:19:09.833 INFO O| Feb 11 21:19:09.833 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-11T21:19:11.502Z[ recovery-image] Feb 11 21:19:09.861 INFO O| Feb 11 21:19:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78892025-02-11T21:19:11.502Z[ recovery-image] Feb 11 21:19:09.861 INFO O| Feb 11 21:19:09.861 INFO STEP 1146 (remove_files) COMPLETE
78902025-02-11T21:19:11.502Z[ recovery-image] Feb 11 21:19:09.861 INFO O| Feb 11 21:19:09.861 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-11T21:19:11.535Z[ recovery-image] Feb 11 21:19:09.894 INFO O| Feb 11 21:19:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78922025-02-11T21:19:11.535Z[ recovery-image] Feb 11 21:19:09.894 INFO O| Feb 11 21:19:09.894 INFO STEP 1147 (remove_files) COMPLETE
78932025-02-11T21:19:11.535Z[ recovery-image] Feb 11 21:19:09.894 INFO O| Feb 11 21:19:09.894 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-11T21:19:11.576Z[ recovery-image] Feb 11 21:19:09.935 INFO O| Feb 11 21:19:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78952025-02-11T21:19:11.576Z[ recovery-image] Feb 11 21:19:09.935 INFO O| Feb 11 21:19:09.935 INFO STEP 1148 (remove_files) COMPLETE
78962025-02-11T21:19:11.576Z[ recovery-image] Feb 11 21:19:09.935 INFO O| Feb 11 21:19:09.935 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-11T21:19:11.596Z[ recovery-image] Feb 11 21:19:09.955 INFO O| Feb 11 21:19:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78982025-02-11T21:19:11.596Z[ recovery-image] Feb 11 21:19:09.955 INFO O| Feb 11 21:19:09.955 INFO STEP 1149 (remove_files) COMPLETE
78992025-02-11T21:19:11.598Z[ recovery-image] Feb 11 21:19:09.955 INFO O| Feb 11 21:19:09.955 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-11T21:19:11.621Z[ recovery-image] Feb 11 21:19:09.980 INFO O| Feb 11 21:19:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79012025-02-11T21:19:11.621Z[ recovery-image] Feb 11 21:19:09.980 INFO O| Feb 11 21:19:09.980 INFO STEP 1150 (remove_files) COMPLETE
79022025-02-11T21:19:11.621Z[ recovery-image] Feb 11 21:19:09.980 INFO O| Feb 11 21:19:09.980 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-11T21:19:11.655Z[ recovery-image] Feb 11 21:19:10.014 INFO O| Feb 11 21:19:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79042025-02-11T21:19:11.656Z[ recovery-image] Feb 11 21:19:10.014 INFO O| Feb 11 21:19:10.014 INFO STEP 1151 (remove_files) COMPLETE
79052025-02-11T21:19:11.656Z[ recovery-image] Feb 11 21:19:10.014 INFO O| Feb 11 21:19:10.014 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-11T21:19:11.701Z[ recovery-image] Feb 11 21:19:10.061 INFO O| Feb 11 21:19:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79072025-02-11T21:19:11.701Z[ recovery-image] Feb 11 21:19:10.061 INFO O| Feb 11 21:19:10.061 INFO STEP 1152 (remove_files) COMPLETE
79082025-02-11T21:19:11.701Z[ recovery-image] Feb 11 21:19:10.061 INFO O| Feb 11 21:19:10.061 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-11T21:19:11.733Z[ recovery-image] Feb 11 21:19:10.092 INFO O| Feb 11 21:19:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79102025-02-11T21:19:11.733Z[ recovery-image] Feb 11 21:19:10.092 INFO O| Feb 11 21:19:10.092 INFO STEP 1153 (remove_files) COMPLETE
79112025-02-11T21:19:11.733Z[ recovery-image] Feb 11 21:19:10.092 INFO O| Feb 11 21:19:10.092 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-11T21:19:11.775Z[ recovery-image] Feb 11 21:19:10.135 INFO O| Feb 11 21:19:10.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79132025-02-11T21:19:11.777Z[ recovery-image] Feb 11 21:19:10.135 INFO O| Feb 11 21:19:10.135 INFO STEP 1154 (remove_files) COMPLETE
79142025-02-11T21:19:11.777Z[ recovery-image] Feb 11 21:19:10.135 INFO O| Feb 11 21:19:10.135 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-11T21:19:11.798Z[ recovery-image] Feb 11 21:19:10.157 INFO O| Feb 11 21:19:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79162025-02-11T21:19:11.800Z[ recovery-image] Feb 11 21:19:10.158 INFO O| Feb 11 21:19:10.157 INFO STEP 1155 (remove_files) COMPLETE
79172025-02-11T21:19:11.800Z[ recovery-image] Feb 11 21:19:10.158 INFO O| Feb 11 21:19:10.158 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-11T21:19:11.834Z[ recovery-image] Feb 11 21:19:10.194 INFO O| Feb 11 21:19:10.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79192025-02-11T21:19:11.834Z[ recovery-image] Feb 11 21:19:10.194 INFO O| Feb 11 21:19:10.194 INFO STEP 1156 (remove_files) COMPLETE
79202025-02-11T21:19:11.837Z[ recovery-image] Feb 11 21:19:10.194 INFO O| Feb 11 21:19:10.194 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-11T21:19:11.854Z[ recovery-image] Feb 11 21:19:10.214 INFO O| Feb 11 21:19:10.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79222025-02-11T21:19:11.854Z[ recovery-image] Feb 11 21:19:10.214 INFO O| Feb 11 21:19:10.214 INFO STEP 1157 (remove_files) COMPLETE
79232025-02-11T21:19:11.856Z[ recovery-image] Feb 11 21:19:10.214 INFO O| Feb 11 21:19:10.214 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-11T21:19:11.871Z[ recovery-image] Feb 11 21:19:10.231 INFO O| Feb 11 21:19:10.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79252025-02-11T21:19:11.872Z[ recovery-image] Feb 11 21:19:10.231 INFO O| Feb 11 21:19:10.231 INFO STEP 1158 (remove_files) COMPLETE
79262025-02-11T21:19:11.874Z[ recovery-image] Feb 11 21:19:10.231 INFO O| Feb 11 21:19:10.231 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-02-11T21:19:11.890Z[ recovery-image] Feb 11 21:19:10.249 INFO O| Feb 11 21:19:10.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79282025-02-11T21:19:11.890Z[ recovery-image] Feb 11 21:19:10.249 INFO O| Feb 11 21:19:10.249 INFO STEP 1159 (remove_files) COMPLETE
79292025-02-11T21:19:11.892Z[ recovery-image] Feb 11 21:19:10.250 INFO O| Feb 11 21:19:10.249 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-02-11T21:19:11.915Z[ recovery-image] Feb 11 21:19:10.274 INFO O| Feb 11 21:19:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79312025-02-11T21:19:11.915Z[ recovery-image] Feb 11 21:19:10.274 INFO O| Feb 11 21:19:10.274 INFO STEP 1160 (remove_files) COMPLETE
79322025-02-11T21:19:11.917Z[ recovery-image] Feb 11 21:19:10.274 INFO O| Feb 11 21:19:10.274 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-02-11T21:19:11.975Z[ recovery-image] Feb 11 21:19:10.335 INFO O| Feb 11 21:19:10.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79342025-02-11T21:19:11.975Z[ recovery-image] Feb 11 21:19:10.335 INFO O| Feb 11 21:19:10.335 INFO STEP 1161 (remove_files) COMPLETE
79352025-02-11T21:19:11.978Z[ recovery-image] Feb 11 21:19:10.335 INFO O| Feb 11 21:19:10.335 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-02-11T21:19:11.994Z[ recovery-image] Feb 11 21:19:10.354 INFO O| Feb 11 21:19:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79372025-02-11T21:19:11.994Z[ recovery-image] Feb 11 21:19:10.354 INFO O| Feb 11 21:19:10.354 INFO STEP 1162 (remove_files) COMPLETE
79382025-02-11T21:19:11.994Z[ recovery-image] Feb 11 21:19:10.354 INFO O| Feb 11 21:19:10.354 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-02-11T21:19:12.012Z[ recovery-image] Feb 11 21:19:10.371 INFO O| Feb 11 21:19:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79402025-02-11T21:19:12.012Z[ recovery-image] Feb 11 21:19:10.372 INFO O| Feb 11 21:19:10.372 INFO STEP 1163 (remove_files) COMPLETE
79412025-02-11T21:19:12.012Z[ recovery-image] Feb 11 21:19:10.372 INFO O| Feb 11 21:19:10.372 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-02-11T21:19:12.031Z[ recovery-image] Feb 11 21:19:10.390 INFO O| Feb 11 21:19:10.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79432025-02-11T21:19:12.031Z[ recovery-image] Feb 11 21:19:10.391 INFO O| Feb 11 21:19:10.391 INFO STEP 1164 (remove_files) COMPLETE
79442025-02-11T21:19:12.033Z[ recovery-image] Feb 11 21:19:10.391 INFO O| Feb 11 21:19:10.391 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-02-11T21:19:12.071Z[ recovery-image] Feb 11 21:19:10.431 INFO O| Feb 11 21:19:10.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79462025-02-11T21:19:12.073Z[ recovery-image] Feb 11 21:19:10.431 INFO O| Feb 11 21:19:10.431 INFO STEP 1165 (remove_files) COMPLETE
79472025-02-11T21:19:12.073Z[ recovery-image] Feb 11 21:19:10.431 INFO O| Feb 11 21:19:10.431 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79482025-02-11T21:19:12.100Z[ recovery-image] Feb 11 21:19:10.460 INFO O| Feb 11 21:19:10.459 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79492025-02-11T21:19:12.102Z[ recovery-image] Feb 11 21:19:10.460 INFO O| Feb 11 21:19:10.460 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79502025-02-11T21:19:13.967Z[ recovery-image] Feb 11 21:19:12.326 INFO O| Feb 11 21:19:12.326 INFO STEP 1166 (pack_tar) COMPLETE
79512025-02-11T21:19:13.967Z[ recovery-image] Feb 11 21:19:12.326 INFO O| Feb 11 21:19:12.326 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79522025-02-11T21:19:13.970Z[ recovery-image] Feb 11 21:19:12.326 INFO O| Feb 11 21:19:12.326 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79532025-02-11T21:19:14.206Z[ recovery-image] Feb 11 21:19:12.566 INFO O| Feb 11 21:19:12.566 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79542025-02-11T21:19:14.340Z[ recovery-image] Feb 11 21:19:12.699 INFO O| Feb 11 21:19:12.699 INFO completed processing gimlet/ramdisk-03-recovery-trim
79552025-02-11T21:19:14.348Z[ recovery-image] Feb 11 21:19:12.708 INFO image builder template: zfs-recovery...
79562025-02-11T21:19:14.348Z[ recovery-image] Feb 11 21:19:12.708 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/.tmpA54Xaq/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79572025-02-11T21:19:14.403Z[ recovery-image] Feb 11 21:19:12.762 INFO O| Feb 11 21:19:12.762 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79582025-02-11T21:19:14.427Z[ recovery-image] Feb 11 21:19:12.786 INFO O| Feb 11 21:19:12.786 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79592025-02-11T21:19:14.532Z[ recovery-image] Feb 11 21:19:12.891 INFO O| Feb 11 21:19:12.891 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79602025-02-11T21:19:14.632Z[ recovery-image] Feb 11 21:19:12.992 INFO O| Feb 11 21:19:12.992 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79612025-02-11T21:19:14.635Z[ recovery-image] Feb 11 21:19:12.992 INFO O| Feb 11 21:19:12.992 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79622025-02-11T21:19:14.640Z[ recovery-image] Feb 11 21:19:13.000 INFO O| Feb 11 21:19:13.000 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79632025-02-11T21:19:14.740Z[ recovery-image] Feb 11 21:19:13.099 INFO O| Feb 11 21:19:13.099 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79642025-02-11T21:19:14.808Z[ recovery-image] Feb 11 21:19:13.167 INFO O| Feb 11 21:19:13.167 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79652025-02-11T21:19:14.870Z[ recovery-image] Feb 11 21:19:13.228 INFO O| Feb 11 21:19:13.228 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79662025-02-11T21:19:14.877Z[ recovery-image] Feb 11 21:19:13.237 INFO O| Feb 11 21:19:13.237 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79672025-02-11T21:19:14.964Z[ recovery-image] Feb 11 21:19:13.323 INFO O| Feb 11 21:19:13.323 INFO no lofi found
79682025-02-11T21:19:14.964Z[ recovery-image] Feb 11 21:19:13.323 INFO O| Feb 11 21:19:13.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79692025-02-11T21:19:14.966Z[ recovery-image] Feb 11 21:19:13.323 INFO O| Feb 11 21:19:13.323 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79702025-02-11T21:19:17.653Z[ recovery-image] Feb 11 21:19:16.012 INFO O| Feb 11 21:19:16.012 INFO lofi device = /dev/dsk/c2t1d0p0
79712025-02-11T21:19:17.653Z[ recovery-image] Feb 11 21:19:16.012 INFO O| Feb 11 21:19:16.012 INFO pool device = /dev/dsk/c2t1d0p0
79722025-02-11T21:19:17.655Z[ recovery-image] Feb 11 21:19:16.012 INFO O| Feb 11 21:19:16.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79732025-02-11T21:19:17.879Z[ recovery-image] Feb 11 21:19:16.236 INFO O| Feb 11 21:19:16.236 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79742025-02-11T21:19:17.880Z[ recovery-image] Feb 11 21:19:16.236 INFO O| Feb 11 21:19:16.236 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79752025-02-11T21:19:17.910Z[ recovery-image] Feb 11 21:19:16.268 INFO O| Feb 11 21:19:16.268 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79762025-02-11T21:19:18.221Z[ recovery-image] Feb 11 21:19:16.579 INFO O| Feb 11 21:19:16.579 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79772025-02-11T21:19:18.290Z[ recovery-image] Feb 11 21:19:16.649 INFO O| Feb 11 21:19:16.649 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79782025-02-11T21:19:18.319Z[ recovery-image] Feb 11 21:19:16.678 INFO O| Feb 11 21:19:16.677 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79792025-02-11T21:19:18.340Z[ recovery-image] Feb 11 21:19:16.699 INFO O| Feb 11 21:19:16.699 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79802025-02-11T21:19:18.415Z[ recovery-image] Feb 11 21:19:16.774 INFO O| Feb 11 21:19:16.774 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79812025-02-11T21:19:18.417Z[ recovery-image] Feb 11 21:19:16.774 INFO O| Feb 11 21:19:16.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79822025-02-11T21:19:18.418Z[ recovery-image] Feb 11 21:19:16.774 INFO O| Feb 11 21:19:16.774 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79832025-02-11T21:19:18.449Z[ recovery-image] Feb 11 21:19:16.808 INFO O| Feb 11 21:19:16.807 INFO boot environment UUID: 049eacbe-018e-41d8-8d0d-b32bd0bbbf5b
79842025-02-11T21:19:18.449Z[ recovery-image] Feb 11 21:19:16.808 INFO O| Feb 11 21:19:16.808 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 049eacbe-018e-41d8-8d0d-b32bd0bbbf5b
79852025-02-11T21:19:18.522Z[ recovery-image] Feb 11 21:19:16.881 INFO O| Feb 11 21:19:16.881 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79862025-02-11T21:19:18.574Z[ recovery-image] Feb 11 21:19:16.933 INFO O| Feb 11 21:19:16.933 INFO STEP 0 (create_be) COMPLETE
79872025-02-11T21:19:18.574Z[ recovery-image] Feb 11 21:19:16.933 INFO O| Feb 11 21:19:16.933 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79882025-02-11T21:19:18.603Z[ recovery-image] Feb 11 21:19:16.962 INFO O| Feb 11 21:19:16.962 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"]
79892025-02-11T21:19:25.454Z[ recovery-image] Feb 11 21:19:23.812 INFO O| Feb 11 21:19:23.812 INFO STEP 1 (unpack_tar) COMPLETE
79902025-02-11T21:19:25.454Z[ recovery-image] Feb 11 21:19:23.812 INFO O| Feb 11 21:19:23.812 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79912025-02-11T21:19:25.474Z[ recovery-image] Feb 11 21:19:23.832 INFO O| Feb 11 21:19:23.832 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79922025-02-11T21:19:26.270Z[ recovery-image] Feb 11 21:19:24.628 INFO O| Feb 11 21:19:24.628 INFO STEP 2 (devfsadm) COMPLETE
79932025-02-11T21:19:26.270Z[ recovery-image] Feb 11 21:19:24.628 INFO O| Feb 11 21:19:24.628 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79942025-02-11T21:19:26.290Z[ recovery-image] Feb 11 21:19:24.647 INFO O| Feb 11 21:19:24.647 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79952025-02-11T21:19:26.290Z[ recovery-image] Feb 11 21:19:24.648 INFO O| Feb 11 21:19:24.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79962025-02-11T21:19:26.292Z[ recovery-image] Feb 11 21:19:24.648 INFO O| Feb 11 21:19:24.648 INFO STEP 3 (ensure_dir) COMPLETE
79972025-02-11T21:19:26.292Z[ recovery-image] Feb 11 21:19:24.648 INFO O| Feb 11 21:19:24.648 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79982025-02-11T21:19:26.308Z[ recovery-image] Feb 11 21:19:24.666 INFO O| Feb 11 21:19:24.666 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79992025-02-11T21:19:26.308Z[ recovery-image] Feb 11 21:19:24.666 INFO O| Feb 11 21:19:24.666 INFO STEP 4 (ensure_dir) COMPLETE
80002025-02-11T21:19:26.311Z[ recovery-image] Feb 11 21:19:24.666 INFO O| Feb 11 21:19:24.666 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80012025-02-11T21:19:26.343Z[ recovery-image] Feb 11 21:19:24.701 INFO O| Feb 11 21:19:24.701 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80022025-02-11T21:19:26.344Z[ recovery-image] Feb 11 21:19:24.702 INFO O| Feb 11 21:19:24.701 INFO STEP 5 (ensure_dir) COMPLETE
80032025-02-11T21:19:26.346Z[ recovery-image] Feb 11 21:19:24.702 INFO O| Feb 11 21:19:24.702 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042025-02-11T21:19:26.365Z[ recovery-image] Feb 11 21:19:24.723 INFO O| Feb 11 21:19:24.723 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80052025-02-11T21:19:26.368Z[ recovery-image] Feb 11 21:19:24.723 INFO O| Feb 11 21:19:24.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80062025-02-11T21:19:26.368Z[ recovery-image] Feb 11 21:19:24.723 INFO O| Feb 11 21:19:24.723 INFO STEP 6 (ensure_dir) COMPLETE
80072025-02-11T21:19:26.368Z[ recovery-image] Feb 11 21:19:24.723 INFO O| Feb 11 21:19:24.723 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80082025-02-11T21:19:26.405Z[ recovery-image] Feb 11 21:19:24.762 INFO O| Feb 11 21:19:24.762 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80092025-02-11T21:19:26.407Z[ recovery-image] Feb 11 21:19:24.763 INFO O| Feb 11 21:19:24.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80102025-02-11T21:19:26.407Z[ recovery-image] Feb 11 21:19:24.763 INFO O| Feb 11 21:19:24.763 INFO STEP 7 (ensure_dir) COMPLETE
80112025-02-11T21:19:26.407Z[ recovery-image] Feb 11 21:19:24.763 INFO O| Feb 11 21:19:24.763 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122025-02-11T21:19:26.510Z[ recovery-image] Feb 11 21:19:24.868 INFO O| Feb 11 21:19:24.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80132025-02-11T21:19:26.513Z[ recovery-image] Feb 11 21:19:24.868 INFO O| Feb 11 21:19:24.868 INFO STEP 8 (remove_files) COMPLETE
80142025-02-11T21:19:26.513Z[ recovery-image] Feb 11 21:19:24.868 INFO O| Feb 11 21:19:24.868 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80152025-02-11T21:19:26.625Z[ recovery-image] Feb 11 21:19:24.983 INFO O| Feb 11 21:19:24.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80162025-02-11T21:19:26.628Z[ recovery-image] Feb 11 21:19:24.984 INFO O| Feb 11 21:19:24.984 INFO STEP 9 (remove_files) COMPLETE
80172025-02-11T21:19:26.628Z[ recovery-image] Feb 11 21:19:24.984 INFO O| Feb 11 21:19:24.984 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182025-02-11T21:19:26.647Z[ recovery-image] Feb 11 21:19:25.005 INFO O| Feb 11 21:19:25.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80192025-02-11T21:19:26.651Z[ recovery-image] Feb 11 21:19:25.006 INFO O| Feb 11 21:19:25.006 INFO STEP 10 (remove_files) COMPLETE
80202025-02-11T21:19:26.651Z[ recovery-image] Feb 11 21:19:25.006 INFO O| Feb 11 21:19:25.006 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80212025-02-11T21:19:26.687Z[ recovery-image] Feb 11 21:19:25.045 INFO O| Feb 11 21:19:25.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80222025-02-11T21:19:26.687Z[ recovery-image] Feb 11 21:19:25.045 INFO O| Feb 11 21:19:25.045 INFO STEP 11 (remove_files) COMPLETE
80232025-02-11T21:19:26.690Z[ recovery-image] Feb 11 21:19:25.045 INFO O| Feb 11 21:19:25.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80242025-02-11T21:19:26.707Z[ recovery-image] Feb 11 21:19:25.065 INFO O| Feb 11 21:19:25.065 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80252025-02-11T21:19:26.707Z[ recovery-image] Feb 11 21:19:25.065 INFO O| Feb 11 21:19:25.065 INFO STEP 12 (remove_files) COMPLETE
80262025-02-11T21:19:26.707Z[ recovery-image] Feb 11 21:19:25.065 INFO O| Feb 11 21:19:25.065 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-02-11T21:19:26.727Z[ recovery-image] Feb 11 21:19:25.084 INFO O| Feb 11 21:19:25.084 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80282025-02-11T21:19:26.727Z[ recovery-image] Feb 11 21:19:25.084 INFO O| Feb 11 21:19:25.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80292025-02-11T21:19:26.727Z[ recovery-image] Feb 11 21:19:25.084 INFO O| Feb 11 21:19:25.084 INFO STEP 13 (ensure_dir) COMPLETE
80302025-02-11T21:19:26.730Z[ recovery-image] Feb 11 21:19:25.084 INFO O| Feb 11 21:19:25.084 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80312025-02-11T21:19:26.762Z[ recovery-image] Feb 11 21:19:25.119 INFO O| Feb 11 21:19:25.119 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80322025-02-11T21:19:26.764Z[ recovery-image] Feb 11 21:19:25.120 INFO O| Feb 11 21:19:25.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80332025-02-11T21:19:26.764Z[ recovery-image] Feb 11 21:19:25.120 INFO O| Feb 11 21:19:25.120 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80342025-02-11T21:19:26.764Z[ recovery-image] Feb 11 21:19:25.120 INFO O| Feb 11 21:19:25.120 INFO STEP 14 (ensure_dir) COMPLETE
80352025-02-11T21:19:26.764Z[ recovery-image] Feb 11 21:19:25.120 INFO O| Feb 11 21:19:25.120 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362025-02-11T21:19:26.781Z[ recovery-image] Feb 11 21:19:25.139 INFO O| Feb 11 21:19:25.139 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80372025-02-11T21:19:26.781Z[ recovery-image] Feb 11 21:19:25.139 INFO O| Feb 11 21:19:25.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80382025-02-11T21:19:26.781Z[ recovery-image] Feb 11 21:19:25.139 INFO O| Feb 11 21:19:25.139 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80392025-02-11T21:19:26.785Z[ recovery-image] Feb 11 21:19:25.139 INFO O| Feb 11 21:19:25.139 INFO STEP 15 (ensure_dir) COMPLETE
80402025-02-11T21:19:26.785Z[ recovery-image] Feb 11 21:19:25.139 INFO O| Feb 11 21:19:25.139 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412025-02-11T21:19:26.802Z[ recovery-image] Feb 11 21:19:25.159 INFO O| Feb 11 21:19:25.159 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80422025-02-11T21:19:26.802Z[ recovery-image] Feb 11 21:19:25.160 INFO O| Feb 11 21:19:25.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80432025-02-11T21:19:26.802Z[ recovery-image] Feb 11 21:19:25.160 INFO O| Feb 11 21:19:25.160 INFO STEP 16 (ensure_dir) COMPLETE
80442025-02-11T21:19:26.802Z[ recovery-image] Feb 11 21:19:25.160 INFO O| Feb 11 21:19:25.160 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452025-02-11T21:19:26.821Z[ recovery-image] Feb 11 21:19:25.179 INFO O| Feb 11 21:19:25.179 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80462025-02-11T21:19:26.821Z[ recovery-image] Feb 11 21:19:25.179 INFO O| Feb 11 21:19:25.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80472025-02-11T21:19:26.824Z[ recovery-image] Feb 11 21:19:25.179 INFO O| Feb 11 21:19:25.179 INFO STEP 17 (ensure_dir) COMPLETE
80482025-02-11T21:19:26.824Z[ recovery-image] Feb 11 21:19:25.179 INFO O| Feb 11 21:19:25.179 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492025-02-11T21:19:26.862Z[ recovery-image] Feb 11 21:19:25.220 INFO O| Feb 11 21:19:25.220 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80502025-02-11T21:19:26.862Z[ recovery-image] Feb 11 21:19:25.220 INFO O| Feb 11 21:19:25.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80512025-02-11T21:19:26.865Z[ recovery-image] Feb 11 21:19:25.220 INFO O| Feb 11 21:19:25.220 INFO ok!
80522025-02-11T21:19:26.865Z[ recovery-image] Feb 11 21:19:25.220 INFO O| Feb 11 21:19:25.220 INFO STEP 18 (ensure_symlink) COMPLETE
80532025-02-11T21:19:26.865Z[ recovery-image] Feb 11 21:19:25.220 INFO O| Feb 11 21:19:25.220 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542025-02-11T21:19:26.883Z[ recovery-image] Feb 11 21:19:25.241 INFO O| Feb 11 21:19:25.241 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80552025-02-11T21:19:26.883Z[ recovery-image] Feb 11 21:19:25.241 INFO O| Feb 11 21:19:25.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80562025-02-11T21:19:26.883Z[ recovery-image] Feb 11 21:19:25.241 INFO O| Feb 11 21:19:25.241 INFO ok!
80572025-02-11T21:19:26.886Z[ recovery-image] Feb 11 21:19:25.241 INFO O| Feb 11 21:19:25.241 INFO STEP 19 (ensure_file) COMPLETE
80582025-02-11T21:19:26.886Z[ recovery-image] Feb 11 21:19:25.241 INFO O| Feb 11 21:19:25.241 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80592025-02-11T21:19:26.903Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80602025-02-11T21:19:26.903Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80612025-02-11T21:19:26.908Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80622025-02-11T21:19:26.908Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO ok!
80632025-02-11T21:19:26.908Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO STEP 20 (ensure_symlink) COMPLETE
80642025-02-11T21:19:26.908Z[ recovery-image] Feb 11 21:19:25.261 INFO O| Feb 11 21:19:25.261 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80652025-02-11T21:19:26.934Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80662025-02-11T21:19:26.934Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80672025-02-11T21:19:26.937Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80682025-02-11T21:19:26.937Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO ok!
80692025-02-11T21:19:26.937Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO STEP 21 (ensure_symlink) COMPLETE
80702025-02-11T21:19:26.937Z[ recovery-image] Feb 11 21:19:25.292 INFO O| Feb 11 21:19:25.292 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80712025-02-11T21:19:26.969Z[ recovery-image] Feb 11 21:19:25.326 INFO O| Feb 11 21:19:25.326 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80722025-02-11T21:19:26.969Z[ recovery-image] Feb 11 21:19:25.326 INFO O| Feb 11 21:19:25.326 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80732025-02-11T21:19:26.972Z[ recovery-image] Feb 11 21:19:25.327 INFO O| Feb 11 21:19:25.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80742025-02-11T21:19:26.972Z[ recovery-image] Feb 11 21:19:25.327 INFO O| Feb 11 21:19:25.327 INFO ok!
80752025-02-11T21:19:26.972Z[ recovery-image] Feb 11 21:19:25.327 INFO O| Feb 11 21:19:25.327 INFO STEP 22 (ensure_symlink) COMPLETE
80762025-02-11T21:19:26.972Z[ recovery-image] Feb 11 21:19:25.327 INFO O| Feb 11 21:19:25.327 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80772025-02-11T21:19:26.989Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80782025-02-11T21:19:26.989Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80792025-02-11T21:19:26.989Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80802025-02-11T21:19:26.989Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO ok!
80812025-02-11T21:19:26.992Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO STEP 23 (ensure_symlink) COMPLETE
80822025-02-11T21:19:26.992Z[ recovery-image] Feb 11 21:19:25.347 INFO O| Feb 11 21:19:25.347 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80832025-02-11T21:19:27.026Z[ recovery-image] Feb 11 21:19:25.384 INFO O| Feb 11 21:19:25.384 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80842025-02-11T21:19:27.029Z[ recovery-image] Feb 11 21:19:25.384 INFO O| Feb 11 21:19:25.384 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 ...
80852025-02-11T21:19:27.029Z[ recovery-image] Feb 11 21:19:25.385 INFO O| Feb 11 21:19:25.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80862025-02-11T21:19:27.029Z[ recovery-image] Feb 11 21:19:25.385 INFO O| Feb 11 21:19:25.385 INFO ok!
80872025-02-11T21:19:27.029Z[ recovery-image] Feb 11 21:19:25.385 INFO O| Feb 11 21:19:25.385 INFO STEP 24 (ensure_file) COMPLETE
80882025-02-11T21:19:27.029Z[ recovery-image] Feb 11 21:19:25.385 INFO O| Feb 11 21:19:25.385 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80892025-02-11T21:19:27.048Z[ recovery-image] Feb 11 21:19:25.406 INFO O| Feb 11 21:19:25.406 INFO updating shadow file
80902025-02-11T21:19:27.051Z[ recovery-image] Feb 11 21:19:25.406 INFO O| Feb 11 21:19:25.406 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80912025-02-11T21:19:27.051Z[ recovery-image] Feb 11 21:19:25.407 INFO O| Feb 11 21:19:25.407 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80922025-02-11T21:19:27.051Z[ recovery-image] Feb 11 21:19:25.407 INFO O| Feb 11 21:19:25.407 INFO STEP 25 (shadow) COMPLETE
80932025-02-11T21:19:27.051Z[ recovery-image] Feb 11 21:19:25.407 INFO O| Feb 11 21:19:25.407 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942025-02-11T21:19:27.069Z[ recovery-image] Feb 11 21:19:25.427 INFO O| Feb 11 21:19:25.427 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80952025-02-11T21:19:27.072Z[ recovery-image] Feb 11 21:19:25.427 INFO O| Feb 11 21:19:25.427 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80962025-02-11T21:19:27.072Z[ recovery-image] Feb 11 21:19:25.428 INFO O| Feb 11 21:19:25.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80972025-02-11T21:19:27.072Z[ recovery-image] Feb 11 21:19:25.428 INFO O| Feb 11 21:19:25.428 INFO ok!
80982025-02-11T21:19:27.072Z[ recovery-image] Feb 11 21:19:25.428 INFO O| Feb 11 21:19:25.428 INFO STEP 26 (ensure_file) COMPLETE
80992025-02-11T21:19:27.072Z[ recovery-image] Feb 11 21:19:25.428 INFO O| Feb 11 21:19:25.428 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81002025-02-11T21:19:27.089Z[ recovery-image] Feb 11 21:19:25.446 INFO O| Feb 11 21:19:25.446 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81012025-02-11T21:19:27.089Z[ recovery-image] Feb 11 21:19:25.446 INFO O| Feb 11 21:19:25.446 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81022025-02-11T21:19:27.091Z[ recovery-image] Feb 11 21:19:25.447 INFO O| Feb 11 21:19:25.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81032025-02-11T21:19:27.091Z[ recovery-image] Feb 11 21:19:25.447 INFO O| Feb 11 21:19:25.447 INFO ok!
81042025-02-11T21:19:27.091Z[ recovery-image] Feb 11 21:19:25.447 INFO O| Feb 11 21:19:25.447 INFO STEP 27 (ensure_file) COMPLETE
81052025-02-11T21:19:27.091Z[ recovery-image] Feb 11 21:19:25.447 INFO O| Feb 11 21:19:25.447 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81062025-02-11T21:19:27.125Z[ recovery-image] Feb 11 21:19:25.482 INFO O| Feb 11 21:19:25.482 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81072025-02-11T21:19:27.125Z[ recovery-image] Feb 11 21:19:25.482 INFO O| Feb 11 21:19:25.482 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81082025-02-11T21:19:27.127Z[ recovery-image] Feb 11 21:19:25.483 INFO O| Feb 11 21:19:25.483 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81092025-02-11T21:19:27.128Z[ recovery-image] Feb 11 21:19:25.483 INFO O| Feb 11 21:19:25.483 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81102025-02-11T21:19:27.128Z[ recovery-image] Feb 11 21:19:25.483 INFO O| Feb 11 21:19:25.483 INFO ok!
81112025-02-11T21:19:27.128Z[ recovery-image] Feb 11 21:19:25.483 INFO O| Feb 11 21:19:25.483 INFO STEP 28 (ensure_file) COMPLETE
81122025-02-11T21:19:27.128Z[ recovery-image] Feb 11 21:19:25.483 INFO O| Feb 11 21:19:25.483 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.502 INFO O| Feb 11 21:19:25.502 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81142025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.502 INFO O| Feb 11 21:19:25.502 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81152025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.502 INFO O| Feb 11 21:19:25.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81162025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.502 INFO O| Feb 11 21:19:25.502 INFO ok!
81172025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.503 INFO O| Feb 11 21:19:25.502 INFO STEP 29 (ensure_file) COMPLETE
81182025-02-11T21:19:27.145Z[ recovery-image] Feb 11 21:19:25.503 INFO O| Feb 11 21:19:25.503 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81192025-02-11T21:19:27.164Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81202025-02-11T21:19:27.164Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81212025-02-11T21:19:27.167Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81222025-02-11T21:19:27.167Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO ok!
81232025-02-11T21:19:27.167Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO STEP 30 (ensure_file) COMPLETE
81242025-02-11T21:19:27.167Z[ recovery-image] Feb 11 21:19:25.522 INFO O| Feb 11 21:19:25.522 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81252025-02-11T21:19:27.184Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81262025-02-11T21:19:27.184Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81272025-02-11T21:19:27.186Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81282025-02-11T21:19:27.186Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81292025-02-11T21:19:27.187Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO ok!
81302025-02-11T21:19:27.187Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO STEP 31 (ensure_file) COMPLETE
81312025-02-11T21:19:27.187Z[ recovery-image] Feb 11 21:19:25.542 INFO O| Feb 11 21:19:25.542 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81322025-02-11T21:19:27.247Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81332025-02-11T21:19:27.247Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81342025-02-11T21:19:27.247Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81352025-02-11T21:19:27.247Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 INFO ok!
81362025-02-11T21:19:27.250Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 INFO STEP 32 (ensure_file) COMPLETE
81372025-02-11T21:19:27.250Z[ recovery-image] Feb 11 21:19:25.605 INFO O| Feb 11 21:19:25.605 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81382025-02-11T21:19:27.266Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.623 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81392025-02-11T21:19:27.266Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.624 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81402025-02-11T21:19:27.269Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81412025-02-11T21:19:27.269Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.624 INFO ok!
81422025-02-11T21:19:27.269Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.624 INFO STEP 33 (ensure_file) COMPLETE
81432025-02-11T21:19:27.269Z[ recovery-image] Feb 11 21:19:25.624 INFO O| Feb 11 21:19:25.624 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81442025-02-11T21:19:27.284Z[ recovery-image] Feb 11 21:19:25.642 INFO O| Feb 11 21:19:25.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81452025-02-11T21:19:27.284Z[ recovery-image] Feb 11 21:19:25.642 INFO O| Feb 11 21:19:25.642 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81462025-02-11T21:19:27.289Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81472025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81482025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81492025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81502025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO ok!
81512025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO STEP 34 (ensure_file) COMPLETE
81522025-02-11T21:19:27.292Z[ recovery-image] Feb 11 21:19:25.647 INFO O| Feb 11 21:19:25.647 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81532025-02-11T21:19:27.343Z[ recovery-image] Feb 11 21:19:25.701 INFO O| Feb 11 21:19:25.701 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81542025-02-11T21:19:27.347Z[ recovery-image] Feb 11 21:19:25.701 INFO O| Feb 11 21:19:25.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81552025-02-11T21:19:27.347Z[ recovery-image] Feb 11 21:19:25.701 INFO O| Feb 11 21:19:25.701 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81562025-02-11T21:19:27.347Z[ recovery-image] Feb 11 21:19:25.702 INFO O| Feb 11 21:19:25.701 INFO STEP 35 (ensure_dir) COMPLETE
81572025-02-11T21:19:27.347Z[ recovery-image] Feb 11 21:19:25.702 INFO O| Feb 11 21:19:25.702 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81582025-02-11T21:19:27.373Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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
81592025-02-11T21:19:27.373Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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 ...
81602025-02-11T21:19:27.373Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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
81612025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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
81622025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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
81632025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 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
81642025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 INFO ok!
81652025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 INFO STEP 36 (ensure_file) COMPLETE
81662025-02-11T21:19:27.376Z[ recovery-image] Feb 11 21:19:25.731 INFO O| Feb 11 21:19:25.731 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81672025-02-11T21:19:27.433Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.790 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81682025-02-11T21:19:27.433Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.791 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 ...
81692025-02-11T21:19:27.433Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81702025-02-11T21:19:27.433Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.791 INFO ok!
81712025-02-11T21:19:27.435Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.791 INFO STEP 37 (ensure_symlink) COMPLETE
81722025-02-11T21:19:27.436Z[ recovery-image] Feb 11 21:19:25.791 INFO O| Feb 11 21:19:25.791 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732025-02-11T21:19:27.452Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81742025-02-11T21:19:27.452Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81752025-02-11T21:19:27.452Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81762025-02-11T21:19:27.452Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81772025-02-11T21:19:27.452Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81782025-02-11T21:19:27.456Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81792025-02-11T21:19:27.456Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO ok!
81802025-02-11T21:19:27.456Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO STEP 38 (ensure_file) COMPLETE
81812025-02-11T21:19:27.456Z[ recovery-image] Feb 11 21:19:25.809 INFO O| Feb 11 21:19:25.809 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822025-02-11T21:19:27.470Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.827 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81832025-02-11T21:19:27.470Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 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 ...
81842025-02-11T21:19:27.470Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 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
81852025-02-11T21:19:27.473Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81862025-02-11T21:19:27.473Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 INFO ok!
81872025-02-11T21:19:27.473Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 INFO STEP 39 (ensure_file) COMPLETE
81882025-02-11T21:19:27.473Z[ recovery-image] Feb 11 21:19:25.828 INFO O| Feb 11 21:19:25.828 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892025-02-11T21:19:27.487Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81902025-02-11T21:19:27.487Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81912025-02-11T21:19:27.490Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81922025-02-11T21:19:27.490Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO ok!
81932025-02-11T21:19:27.490Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO STEP 40 (ensure_file) COMPLETE
81942025-02-11T21:19:27.490Z[ recovery-image] Feb 11 21:19:25.845 INFO O| Feb 11 21:19:25.845 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81952025-02-11T21:19:27.511Z[ recovery-image] Feb 11 21:19:25.869 INFO O| Feb 11 21:19:25.869 INFO updating shadow file
81962025-02-11T21:19:27.511Z[ recovery-image] Feb 11 21:19:25.869 INFO O| Feb 11 21:19:25.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81972025-02-11T21:19:27.514Z[ recovery-image] Feb 11 21:19:25.869 INFO O| Feb 11 21:19:25.869 INFO STEP 41 (shadow) COMPLETE
81982025-02-11T21:19:27.514Z[ recovery-image] Feb 11 21:19:25.869 INFO O| Feb 11 21:19:25.869 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81992025-02-11T21:19:27.540Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82002025-02-11T21:19:27.540Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82012025-02-11T21:19:27.543Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82022025-02-11T21:19:27.543Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82032025-02-11T21:19:27.543Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO ok!
82042025-02-11T21:19:27.543Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO STEP 42 (ensure_file) COMPLETE
82052025-02-11T21:19:27.543Z[ recovery-image] Feb 11 21:19:25.897 INFO O| Feb 11 21:19:25.897 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82062025-02-11T21:19:27.598Z[ recovery-image] Feb 11 21:19:25.956 INFO O| Feb 11 21:19:25.956 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82072025-02-11T21:19:27.598Z[ recovery-image] Feb 11 21:19:25.956 INFO O| Feb 11 21:19:25.956 INFO STEP 43 (ensure_dir) COMPLETE
82082025-02-11T21:19:27.598Z[ recovery-image] Feb 11 21:19:25.956 INFO O| Feb 11 21:19:25.956 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82092025-02-11T21:19:27.659Z[ recovery-image] Feb 11 21:19:26.017 INFO O| Feb 11 21:19:26.017 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82102025-02-11T21:19:27.659Z[ recovery-image] Feb 11 21:19:26.017 INFO O| Feb 11 21:19:26.017 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82112025-02-11T21:19:27.662Z[ recovery-image] Feb 11 21:19:26.017 INFO O| Feb 11 21:19:26.017 INFO STEP 44 (ensure_dir) COMPLETE
82122025-02-11T21:19:27.662Z[ recovery-image] Feb 11 21:19:26.017 INFO O| Feb 11 21:19:26.017 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82132025-02-11T21:19:27.683Z[ recovery-image] Feb 11 21:19:26.041 INFO O| Feb 11 21:19:26.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82142025-02-11T21:19:27.686Z[ recovery-image] Feb 11 21:19:26.041 INFO O| Feb 11 21:19:26.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82152025-02-11T21:19:27.686Z[ recovery-image] Feb 11 21:19:26.041 INFO O| Feb 11 21:19:26.041 INFO STEP 45 (ensure_dir) COMPLETE
82162025-02-11T21:19:27.686Z[ recovery-image] Feb 11 21:19:26.042 INFO O| Feb 11 21:19:26.041 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82172025-02-11T21:19:27.704Z[ recovery-image] Feb 11 21:19:26.062 INFO O| Feb 11 21:19:26.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82182025-02-11T21:19:27.704Z[ recovery-image] Feb 11 21:19:26.062 INFO O| Feb 11 21:19:26.062 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82192025-02-11T21:19:27.770Z[ recovery-image] Feb 11 21:19:26.128 INFO O| Feb 11 21:19:26.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82202025-02-11T21:19:27.770Z[ recovery-image] Feb 11 21:19:26.128 INFO O| Feb 11 21:19:26.128 INFO ok!
82212025-02-11T21:19:27.770Z[ recovery-image] Feb 11 21:19:26.128 INFO O| Feb 11 21:19:26.128 INFO STEP 46 (ensure_file) COMPLETE
82222025-02-11T21:19:27.770Z[ recovery-image] Feb 11 21:19:26.128 INFO O| Feb 11 21:19:26.128 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82232025-02-11T21:19:27.811Z[ recovery-image] Feb 11 21:19:26.168 INFO O| Feb 11 21:19:26.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82242025-02-11T21:19:27.811Z[ recovery-image] Feb 11 21:19:26.168 INFO O| Feb 11 21:19:26.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82252025-02-11T21:19:27.813Z[ recovery-image] Feb 11 21:19:26.169 INFO O| Feb 11 21:19:26.169 INFO STEP 47 (ensure_dir) COMPLETE
82262025-02-11T21:19:27.813Z[ recovery-image] Feb 11 21:19:26.169 INFO O| Feb 11 21:19:26.169 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82272025-02-11T21:19:27.831Z[ recovery-image] Feb 11 21:19:26.188 INFO O| Feb 11 21:19:26.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82282025-02-11T21:19:27.831Z[ recovery-image] Feb 11 21:19:26.189 INFO O| Feb 11 21:19:26.188 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82292025-02-11T21:19:27.831Z[ recovery-image] Feb 11 21:19:26.189 INFO O| Feb 11 21:19:26.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82302025-02-11T21:19:27.834Z[ recovery-image] Feb 11 21:19:26.189 INFO O| Feb 11 21:19:26.189 INFO ok!
82312025-02-11T21:19:27.834Z[ recovery-image] Feb 11 21:19:26.189 INFO O| Feb 11 21:19:26.189 INFO STEP 48 (ensure_file) COMPLETE
82322025-02-11T21:19:27.834Z[ recovery-image] Feb 11 21:19:26.189 INFO O| Feb 11 21:19:26.189 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82332025-02-11T21:19:27.852Z[ recovery-image] Feb 11 21:19:26.209 INFO O| Feb 11 21:19:26.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82342025-02-11T21:19:27.852Z[ recovery-image] Feb 11 21:19:26.209 INFO O| Feb 11 21:19:26.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82352025-02-11T21:19:27.854Z[ recovery-image] Feb 11 21:19:26.210 INFO O| Feb 11 21:19:26.209 INFO STEP 49 (ensure_dir) COMPLETE
82362025-02-11T21:19:27.854Z[ recovery-image] Feb 11 21:19:26.210 INFO O| Feb 11 21:19:26.210 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82372025-02-11T21:19:27.874Z[ recovery-image] Feb 11 21:19:26.231 INFO O| Feb 11 21:19:26.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82382025-02-11T21:19:27.874Z[ recovery-image] Feb 11 21:19:26.231 INFO O| Feb 11 21:19:26.231 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82392025-02-11T21:19:27.895Z[ recovery-image] Feb 11 21:19:26.252 INFO O| Feb 11 21:19:26.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82402025-02-11T21:19:27.895Z[ recovery-image] Feb 11 21:19:26.253 INFO O| Feb 11 21:19:26.252 INFO ok!
82412025-02-11T21:19:27.895Z[ recovery-image] Feb 11 21:19:26.253 INFO O| Feb 11 21:19:26.252 INFO STEP 50 (ensure_file) COMPLETE
82422025-02-11T21:19:27.895Z[ recovery-image] Feb 11 21:19:26.253 INFO O| Feb 11 21:19:26.252 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82432025-02-11T21:19:27.933Z[ recovery-image] Feb 11 21:19:26.283 INFO O| Feb 11 21:19:26.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82442025-02-11T21:19:27.933Z[ recovery-image] Feb 11 21:19:26.283 INFO O| Feb 11 21:19:26.283 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82452025-02-11T21:19:29.902Z[ recovery-image] Feb 11 21:19:28.259 INFO O| Feb 11 21:19:28.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82462025-02-11T21:19:29.902Z[ recovery-image] Feb 11 21:19:28.260 INFO O| Feb 11 21:19:28.259 INFO ok!
82472025-02-11T21:19:29.905Z[ recovery-image] Feb 11 21:19:28.260 INFO O| Feb 11 21:19:28.259 INFO STEP 51 (ensure_file) COMPLETE
82482025-02-11T21:19:29.905Z[ recovery-image] Feb 11 21:19:28.260 INFO O| Feb 11 21:19:28.259 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82492025-02-11T21:19:29.921Z[ recovery-image] Feb 11 21:19:28.278 INFO O| Feb 11 21:19:28.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82502025-02-11T21:19:29.924Z[ recovery-image] Feb 11 21:19:28.278 INFO O| Feb 11 21:19:28.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82512025-02-11T21:19:29.924Z[ recovery-image] Feb 11 21:19:28.278 INFO O| Feb 11 21:19:28.278 INFO STEP 52 (ensure_dir) COMPLETE
82522025-02-11T21:19:29.924Z[ recovery-image] Feb 11 21:19:28.278 INFO O| Feb 11 21:19:28.278 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532025-02-11T21:19:29.980Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82542025-02-11T21:19:29.980Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.316 INFO copying /tmp/.tmpA54Xaq/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 ...
82552025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.317 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
82562025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.317 INFO ok!
82572025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.317 INFO STEP 53 (ensure_file) COMPLETE
82582025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.337 INFO O| Feb 11 21:19:28.317 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82602025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 INFO copying /tmp/.tmpA54Xaq/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 ...
82612025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 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
82622025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 INFO ok!
82632025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 INFO STEP 54 (ensure_file) COMPLETE
82642025-02-11T21:19:29.983Z[ recovery-image] Feb 11 21:19:28.338 INFO O| Feb 11 21:19:28.338 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82652025-02-11T21:19:30.001Z[ recovery-image] Feb 11 21:19:28.358 INFO O| Feb 11 21:19:28.358 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82662025-02-11T21:19:30.004Z[ recovery-image] Feb 11 21:19:28.359 INFO O| Feb 11 21:19:28.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82672025-02-11T21:19:30.004Z[ recovery-image] Feb 11 21:19:28.359 INFO O| Feb 11 21:19:28.359 INFO STEP 55 (ensure_dir) COMPLETE
82682025-02-11T21:19:30.004Z[ recovery-image] Feb 11 21:19:28.359 INFO O| Feb 11 21:19:28.359 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692025-02-11T21:19:30.020Z[ recovery-image] Feb 11 21:19:28.377 INFO O| Feb 11 21:19:28.377 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82702025-02-11T21:19:30.023Z[ recovery-image] Feb 11 21:19:28.378 INFO O| Feb 11 21:19:28.378 INFO copying /tmp/.tmpA54Xaq/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 ...
82712025-02-11T21:19:30.023Z[ recovery-image] Feb 11 21:19:28.378 INFO O| Feb 11 21:19:28.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82722025-02-11T21:19:30.023Z[ recovery-image] Feb 11 21:19:28.378 INFO O| Feb 11 21:19:28.378 INFO ok!
82732025-02-11T21:19:30.023Z[ recovery-image] Feb 11 21:19:28.378 INFO O| Feb 11 21:19:28.378 INFO STEP 56 (ensure_file) COMPLETE
82742025-02-11T21:19:30.023Z[ recovery-image] Feb 11 21:19:28.378 INFO O| Feb 11 21:19:28.378 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82752025-02-11T21:19:30.040Z[ recovery-image] Feb 11 21:19:28.397 INFO O| Feb 11 21:19:28.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82762025-02-11T21:19:30.040Z[ recovery-image] Feb 11 21:19:28.397 INFO O| Feb 11 21:19:28.397 INFO copying /tmp/.tmpA54Xaq/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 ...
82772025-02-11T21:19:30.042Z[ recovery-image] Feb 11 21:19:28.398 INFO O| Feb 11 21:19:28.398 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
82782025-02-11T21:19:30.042Z[ recovery-image] Feb 11 21:19:28.398 INFO O| Feb 11 21:19:28.398 INFO ok!
82792025-02-11T21:19:30.042Z[ recovery-image] Feb 11 21:19:28.398 INFO O| Feb 11 21:19:28.398 INFO STEP 57 (ensure_file) COMPLETE
82802025-02-11T21:19:30.042Z[ recovery-image] Feb 11 21:19:28.398 INFO O| Feb 11 21:19:28.398 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812025-02-11T21:19:30.059Z[ recovery-image] Feb 11 21:19:28.417 INFO O| Feb 11 21:19:28.417 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82822025-02-11T21:19:30.062Z[ recovery-image] Feb 11 21:19:28.417 INFO O| Feb 11 21:19:28.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82832025-02-11T21:19:30.062Z[ recovery-image] Feb 11 21:19:28.417 INFO O| Feb 11 21:19:28.417 INFO STEP 58 (ensure_dir) COMPLETE
82842025-02-11T21:19:30.062Z[ recovery-image] Feb 11 21:19:28.418 INFO O| Feb 11 21:19:28.418 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852025-02-11T21:19:30.080Z[ recovery-image] Feb 11 21:19:28.437 INFO O| Feb 11 21:19:28.437 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82862025-02-11T21:19:30.080Z[ recovery-image] Feb 11 21:19:28.437 INFO O| Feb 11 21:19:28.437 INFO copying /tmp/.tmpA54Xaq/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 ...
82872025-02-11T21:19:30.083Z[ recovery-image] Feb 11 21:19:28.438 INFO O| Feb 11 21:19:28.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82882025-02-11T21:19:30.083Z[ recovery-image] Feb 11 21:19:28.438 INFO O| Feb 11 21:19:28.438 INFO ok!
82892025-02-11T21:19:30.086Z[ recovery-image] Feb 11 21:19:28.438 INFO O| Feb 11 21:19:28.438 INFO STEP 59 (ensure_file) COMPLETE
82902025-02-11T21:19:30.089Z[ recovery-image] Feb 11 21:19:28.444 INFO O| Feb 11 21:19:28.438 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82912025-02-11T21:19:30.100Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82922025-02-11T21:19:30.100Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82932025-02-11T21:19:30.102Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82942025-02-11T21:19:30.103Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO ok!
82952025-02-11T21:19:30.103Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO STEP 60 (ensure_file) COMPLETE
82962025-02-11T21:19:30.103Z[ recovery-image] Feb 11 21:19:28.457 INFO O| Feb 11 21:19:28.457 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82972025-02-11T21:19:30.139Z[ recovery-image] Feb 11 21:19:28.496 INFO O| Feb 11 21:19:28.496 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82982025-02-11T21:19:30.139Z[ recovery-image] Feb 11 21:19:28.496 INFO O| Feb 11 21:19:28.496 INFO STEP 61 (ensure_dir) COMPLETE
82992025-02-11T21:19:30.141Z[ recovery-image] Feb 11 21:19:28.496 INFO O| Feb 11 21:19:28.496 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002025-02-11T21:19:30.193Z[ recovery-image] Feb 11 21:19:28.551 INFO O| Feb 11 21:19:28.551 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83012025-02-11T21:19:30.196Z[ recovery-image] Feb 11 21:19:28.551 INFO O| Feb 11 21:19:28.551 INFO STEP 62 (ensure_dir) COMPLETE
83022025-02-11T21:19:30.196Z[ recovery-image] Feb 11 21:19:28.551 INFO O| Feb 11 21:19:28.551 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032025-02-11T21:19:30.213Z[ recovery-image] Feb 11 21:19:28.570 INFO O| Feb 11 21:19:28.570 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83042025-02-11T21:19:30.213Z[ recovery-image] Feb 11 21:19:28.571 INFO O| Feb 11 21:19:28.570 INFO STEP 63 (ensure_dir) COMPLETE
83052025-02-11T21:19:30.213Z[ recovery-image] Feb 11 21:19:28.571 INFO O| Feb 11 21:19:28.570 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062025-02-11T21:19:30.249Z[ recovery-image] Feb 11 21:19:28.606 INFO O| Feb 11 21:19:28.606 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83072025-02-11T21:19:30.249Z[ recovery-image] Feb 11 21:19:28.606 INFO O| Feb 11 21:19:28.606 INFO STEP 64 (ensure_dir) COMPLETE
83082025-02-11T21:19:30.252Z[ recovery-image] Feb 11 21:19:28.606 INFO O| Feb 11 21:19:28.606 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092025-02-11T21:19:30.268Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83102025-02-11T21:19:30.268Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO copying /tmp/.tmpA54Xaq/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83112025-02-11T21:19:30.271Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83122025-02-11T21:19:30.271Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO ok!
83132025-02-11T21:19:30.271Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO STEP 65 (ensure_file) COMPLETE
83142025-02-11T21:19:30.271Z[ recovery-image] Feb 11 21:19:28.626 INFO O| Feb 11 21:19:28.626 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83152025-02-11T21:19:30.290Z[ recovery-image] Feb 11 21:19:28.648 INFO O| Feb 11 21:19:28.648 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83162025-02-11T21:19:30.293Z[ recovery-image] Feb 11 21:19:28.648 INFO O| Feb 11 21:19:28.648 INFO STEP 66 (remove_files) COMPLETE
83172025-02-11T21:19:30.293Z[ recovery-image] Feb 11 21:19:28.649 INFO O| Feb 11 21:19:28.648 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83182025-02-11T21:19:30.348Z[ recovery-image] Feb 11 21:19:28.705 INFO O| Feb 11 21:19:28.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83192025-02-11T21:19:30.351Z[ recovery-image] Feb 11 21:19:28.705 INFO O| Feb 11 21:19:28.705 INFO STEP 67 (remove_files) COMPLETE
83202025-02-11T21:19:30.351Z[ recovery-image] Feb 11 21:19:28.706 INFO O| Feb 11 21:19:28.705 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83212025-02-11T21:19:30.367Z[ recovery-image] Feb 11 21:19:28.724 INFO O| Feb 11 21:19:28.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83222025-02-11T21:19:30.370Z[ recovery-image] Feb 11 21:19:28.725 INFO O| Feb 11 21:19:28.724 INFO STEP 68 (remove_files) COMPLETE
83232025-02-11T21:19:30.370Z[ recovery-image] Feb 11 21:19:28.725 INFO O| Feb 11 21:19:28.725 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83242025-02-11T21:19:30.386Z[ recovery-image] Feb 11 21:19:28.743 INFO O| Feb 11 21:19:28.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83252025-02-11T21:19:30.390Z[ recovery-image] Feb 11 21:19:28.743 INFO O| Feb 11 21:19:28.743 INFO STEP 69 (remove_files) COMPLETE
83262025-02-11T21:19:30.390Z[ recovery-image] Feb 11 21:19:28.744 INFO O| Feb 11 21:19:28.743 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83272025-02-11T21:19:30.408Z[ recovery-image] Feb 11 21:19:28.765 INFO O| Feb 11 21:19:28.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83282025-02-11T21:19:30.411Z[ recovery-image] Feb 11 21:19:28.765 INFO O| Feb 11 21:19:28.765 INFO STEP 70 (remove_files) COMPLETE
83292025-02-11T21:19:30.411Z[ recovery-image] Feb 11 21:19:28.766 INFO O| Feb 11 21:19:28.765 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83302025-02-11T21:19:30.427Z[ recovery-image] Feb 11 21:19:28.784 INFO O| Feb 11 21:19:28.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83312025-02-11T21:19:30.427Z[ recovery-image] Feb 11 21:19:28.784 INFO O| Feb 11 21:19:28.784 INFO STEP 71 (remove_files) COMPLETE
83322025-02-11T21:19:30.431Z[ recovery-image] Feb 11 21:19:28.784 INFO O| Feb 11 21:19:28.784 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83332025-02-11T21:19:30.463Z[ recovery-image] Feb 11 21:19:28.821 INFO O| Feb 11 21:19:28.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83342025-02-11T21:19:30.466Z[ recovery-image] Feb 11 21:19:28.821 INFO O| Feb 11 21:19:28.821 INFO STEP 72 (remove_files) COMPLETE
83352025-02-11T21:19:30.466Z[ recovery-image] Feb 11 21:19:28.821 INFO O| Feb 11 21:19:28.821 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83362025-02-11T21:19:30.483Z[ recovery-image] Feb 11 21:19:28.840 INFO O| Feb 11 21:19:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83372025-02-11T21:19:30.486Z[ recovery-image] Feb 11 21:19:28.841 INFO O| Feb 11 21:19:28.841 INFO STEP 73 (remove_files) COMPLETE
83382025-02-11T21:19:30.486Z[ recovery-image] Feb 11 21:19:28.841 INFO O| Feb 11 21:19:28.841 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83392025-02-11T21:19:30.525Z[ recovery-image] Feb 11 21:19:28.883 INFO O| Feb 11 21:19:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83402025-02-11T21:19:30.525Z[ recovery-image] Feb 11 21:19:28.883 INFO O| Feb 11 21:19:28.883 INFO STEP 74 (remove_files) COMPLETE
83412025-02-11T21:19:30.525Z[ recovery-image] Feb 11 21:19:28.883 INFO O| Feb 11 21:19:28.883 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83422025-02-11T21:19:30.544Z[ recovery-image] Feb 11 21:19:28.902 INFO O| Feb 11 21:19:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83432025-02-11T21:19:30.544Z[ recovery-image] Feb 11 21:19:28.902 INFO O| Feb 11 21:19:28.902 INFO STEP 75 (remove_files) COMPLETE
83442025-02-11T21:19:30.544Z[ recovery-image] Feb 11 21:19:28.902 INFO O| Feb 11 21:19:28.902 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83452025-02-11T21:19:30.573Z[ recovery-image] Feb 11 21:19:28.931 INFO O| Feb 11 21:19:28.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83462025-02-11T21:19:30.577Z[ recovery-image] Feb 11 21:19:28.931 INFO O| Feb 11 21:19:28.931 INFO STEP 76 (remove_files) COMPLETE
83472025-02-11T21:19:30.577Z[ recovery-image] Feb 11 21:19:28.931 INFO O| Feb 11 21:19:28.931 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83482025-02-11T21:19:30.592Z[ recovery-image] Feb 11 21:19:28.950 INFO O| Feb 11 21:19:28.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83492025-02-11T21:19:30.592Z[ recovery-image] Feb 11 21:19:28.950 INFO O| Feb 11 21:19:28.950 INFO STEP 77 (remove_files) COMPLETE
83502025-02-11T21:19:30.592Z[ recovery-image] Feb 11 21:19:28.950 INFO O| Feb 11 21:19:28.950 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512025-02-11T21:19:30.611Z[ recovery-image] Feb 11 21:19:28.968 INFO O| Feb 11 21:19:28.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83522025-02-11T21:19:30.611Z[ recovery-image] Feb 11 21:19:28.969 INFO O| Feb 11 21:19:28.968 INFO STEP 78 (remove_files) COMPLETE
83532025-02-11T21:19:30.614Z[ recovery-image] Feb 11 21:19:28.969 INFO O| Feb 11 21:19:28.969 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542025-02-11T21:19:30.630Z[ recovery-image] Feb 11 21:19:28.988 INFO O| Feb 11 21:19:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83552025-02-11T21:19:30.630Z[ recovery-image] Feb 11 21:19:28.988 INFO O| Feb 11 21:19:28.988 INFO STEP 79 (remove_files) COMPLETE
83562025-02-11T21:19:30.633Z[ recovery-image] Feb 11 21:19:28.988 INFO O| Feb 11 21:19:28.988 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572025-02-11T21:19:30.691Z[ recovery-image] Feb 11 21:19:29.048 INFO O| Feb 11 21:19:29.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83582025-02-11T21:19:30.691Z[ recovery-image] Feb 11 21:19:29.048 INFO O| Feb 11 21:19:29.048 INFO STEP 80 (remove_files) COMPLETE
83592025-02-11T21:19:30.691Z[ recovery-image] Feb 11 21:19:29.048 INFO O| Feb 11 21:19:29.048 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602025-02-11T21:19:30.712Z[ recovery-image] Feb 11 21:19:29.070 INFO O| Feb 11 21:19:29.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83612025-02-11T21:19:30.712Z[ recovery-image] Feb 11 21:19:29.070 INFO O| Feb 11 21:19:29.070 INFO STEP 81 (remove_files) COMPLETE
83622025-02-11T21:19:30.712Z[ recovery-image] Feb 11 21:19:29.070 INFO O| Feb 11 21:19:29.070 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632025-02-11T21:19:30.745Z[ recovery-image] Feb 11 21:19:29.102 INFO O| Feb 11 21:19:29.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83642025-02-11T21:19:30.745Z[ recovery-image] Feb 11 21:19:29.103 INFO O| Feb 11 21:19:29.102 INFO STEP 82 (remove_files) COMPLETE
83652025-02-11T21:19:30.748Z[ recovery-image] Feb 11 21:19:29.103 INFO O| Feb 11 21:19:29.103 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662025-02-11T21:19:30.823Z[ recovery-image] Feb 11 21:19:29.181 INFO O| Feb 11 21:19:29.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83672025-02-11T21:19:30.823Z[ recovery-image] Feb 11 21:19:29.181 INFO O| Feb 11 21:19:29.181 INFO STEP 83 (remove_files) COMPLETE
83682025-02-11T21:19:30.823Z[ recovery-image] Feb 11 21:19:29.181 INFO O| Feb 11 21:19:29.181 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692025-02-11T21:19:30.884Z[ recovery-image] Feb 11 21:19:29.241 INFO O| Feb 11 21:19:29.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83702025-02-11T21:19:30.884Z[ recovery-image] Feb 11 21:19:29.241 INFO O| Feb 11 21:19:29.241 INFO STEP 84 (remove_files) COMPLETE
83712025-02-11T21:19:30.886Z[ recovery-image] Feb 11 21:19:29.241 INFO O| Feb 11 21:19:29.241 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722025-02-11T21:19:30.903Z[ recovery-image] Feb 11 21:19:29.261 INFO O| Feb 11 21:19:29.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83732025-02-11T21:19:30.903Z[ recovery-image] Feb 11 21:19:29.261 INFO O| Feb 11 21:19:29.261 INFO STEP 85 (remove_files) COMPLETE
83742025-02-11T21:19:30.906Z[ recovery-image] Feb 11 21:19:29.261 INFO O| Feb 11 21:19:29.261 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752025-02-11T21:19:30.977Z[ recovery-image] Feb 11 21:19:29.335 INFO O| Feb 11 21:19:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83762025-02-11T21:19:30.980Z[ recovery-image] Feb 11 21:19:29.335 INFO O| Feb 11 21:19:29.335 INFO STEP 86 (remove_files) COMPLETE
83772025-02-11T21:19:30.980Z[ recovery-image] Feb 11 21:19:29.335 INFO O| Feb 11 21:19:29.335 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782025-02-11T21:19:30.999Z[ recovery-image] Feb 11 21:19:29.356 INFO O| Feb 11 21:19:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83792025-02-11T21:19:31.002Z[ recovery-image] Feb 11 21:19:29.357 INFO O| Feb 11 21:19:29.357 INFO STEP 87 (remove_files) COMPLETE
83802025-02-11T21:19:31.002Z[ recovery-image] Feb 11 21:19:29.357 INFO O| Feb 11 21:19:29.357 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812025-02-11T21:19:31.020Z[ recovery-image] Feb 11 21:19:29.377 INFO O| Feb 11 21:19:29.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83822025-02-11T21:19:31.020Z[ recovery-image] Feb 11 21:19:29.377 INFO O| Feb 11 21:19:29.377 INFO STEP 88 (remove_files) COMPLETE
83832025-02-11T21:19:31.020Z[ recovery-image] Feb 11 21:19:29.378 INFO O| Feb 11 21:19:29.377 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842025-02-11T21:19:31.050Z[ recovery-image] Feb 11 21:19:29.408 INFO O| Feb 11 21:19:29.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83852025-02-11T21:19:31.053Z[ recovery-image] Feb 11 21:19:29.408 INFO O| Feb 11 21:19:29.408 INFO STEP 89 (remove_files) COMPLETE
83862025-02-11T21:19:31.053Z[ recovery-image] Feb 11 21:19:29.408 INFO O| Feb 11 21:19:29.408 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872025-02-11T21:19:31.072Z[ recovery-image] Feb 11 21:19:29.429 INFO O| Feb 11 21:19:29.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83882025-02-11T21:19:31.072Z[ recovery-image] Feb 11 21:19:29.429 INFO O| Feb 11 21:19:29.429 INFO STEP 90 (remove_files) COMPLETE
83892025-02-11T21:19:31.075Z[ recovery-image] Feb 11 21:19:29.430 INFO O| Feb 11 21:19:29.429 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902025-02-11T21:19:31.117Z[ recovery-image] Feb 11 21:19:29.474 INFO O| Feb 11 21:19:29.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83912025-02-11T21:19:31.117Z[ recovery-image] Feb 11 21:19:29.474 INFO O| Feb 11 21:19:29.474 INFO STEP 91 (remove_files) COMPLETE
83922025-02-11T21:19:31.120Z[ recovery-image] Feb 11 21:19:29.474 INFO O| Feb 11 21:19:29.474 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932025-02-11T21:19:31.138Z[ recovery-image] Feb 11 21:19:29.495 INFO O| Feb 11 21:19:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83942025-02-11T21:19:31.138Z[ recovery-image] Feb 11 21:19:29.495 INFO O| Feb 11 21:19:29.495 INFO STEP 92 (remove_files) COMPLETE
83952025-02-11T21:19:31.141Z[ recovery-image] Feb 11 21:19:29.495 INFO O| Feb 11 21:19:29.495 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962025-02-11T21:19:31.158Z[ recovery-image] Feb 11 21:19:29.515 INFO O| Feb 11 21:19:29.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83972025-02-11T21:19:31.161Z[ recovery-image] Feb 11 21:19:29.515 INFO O| Feb 11 21:19:29.515 INFO STEP 93 (remove_files) COMPLETE
83982025-02-11T21:19:31.161Z[ recovery-image] Feb 11 21:19:29.515 INFO O| Feb 11 21:19:29.515 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992025-02-11T21:19:31.178Z[ recovery-image] Feb 11 21:19:29.535 INFO O| Feb 11 21:19:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84002025-02-11T21:19:31.178Z[ recovery-image] Feb 11 21:19:29.536 INFO O| Feb 11 21:19:29.536 INFO STEP 94 (remove_files) COMPLETE
84012025-02-11T21:19:31.178Z[ recovery-image] Feb 11 21:19:29.536 INFO O| Feb 11 21:19:29.536 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84022025-02-11T21:19:31.209Z[ recovery-image] Feb 11 21:19:29.567 INFO O| Feb 11 21:19:29.567 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84032025-02-11T21:19:31.212Z[ recovery-image] Feb 11 21:19:29.567 INFO O| Feb 11 21:19:29.567 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84042025-02-11T21:19:41.036Z[ recovery-image] Feb 11 21:19:39.209 INFO O| Feb 11 21:19:39.208 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
84052025-02-11T21:19:41.036Z[ recovery-image] Feb 11 21:19:39.209 INFO O| Feb 11 21:19:39.209 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84062025-02-11T21:19:41.046Z[ recovery-image] Feb 11 21:19:39.230 INFO O| Feb 11 21:19:39.230 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84072025-02-11T21:19:41.075Z[ recovery-image] Feb 11 21:19:39.431 INFO O| Feb 11 21:19:39.431 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84082025-02-11T21:19:41.075Z[ recovery-image] Feb 11 21:19:39.431 INFO O| Feb 11 21:19:39.431 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 ...
84092025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84102025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO ok!
84112025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84122025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO STEP 95 (seed_smf) COMPLETE
84132025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO steps complete; finalising image!
84142025-02-11T21:19:41.079Z[ recovery-image] Feb 11 21:19:39.433 INFO O| Feb 11 21:19:39.433 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84152025-02-11T21:19:41.151Z[ recovery-image] Feb 11 21:19:39.506 INFO O| Feb 11 21:19:39.506 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Feb 11 21:19:39 2025)
84162025-02-11T21:19:41.359Z[ recovery-image] Feb 11 21:19:39.715 INFO O| Feb 11 21:19:39.715 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Tue Feb 11 21:19:39 2025)
84172025-02-11T21:19:41.591Z[ recovery-image] Feb 11 21:19:39.947 INFO O| Feb 11 21:19:39.947 INFO temporary pool has 372M used, 1.39G avail, 1.00x compressratio
84182025-02-11T21:19:41.591Z[ recovery-image] Feb 11 21:19:39.948 INFO O| Feb 11 21:19:39.947 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84192025-02-11T21:19:42.389Z[ recovery-image] Feb 11 21:19:40.745 INFO O| Feb 11 21:19:40.745 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
84202025-02-11T21:19:42.389Z[ recovery-image] Feb 11 21:19:40.745 INFO O| Feb 11 21:19:40.745 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84212025-02-11T21:19:47.986Z[ recovery-image] Feb 11 21:19:46.341 INFO O| Feb 11 21:19:46.341 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84222025-02-11T21:19:47.986Z[ recovery-image] Feb 11 21:19:46.341 INFO O| Feb 11 21:19:46.341 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84232025-02-11T21:19:47.989Z[ recovery-image] Feb 11 21:19:46.341 INFO O| Feb 11 21:19:46.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84242025-02-11T21:19:47.989Z[ recovery-image] Feb 11 21:19:46.341 INFO O| Feb 11 21:19:46.341 INFO completed processing gimlet/zfs-recovery
84252025-02-11T21:19:47.989Z[ recovery-image] Feb 11 21:19:46.342 INFO O| Feb 11 21:19:46.342 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84262025-02-11T21:19:48.700Z[ recovery-image] Feb 11 21:19:47.056 INFO O| Feb 11 21:19:47.056 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84272025-02-11T21:19:48.863Z[ recovery-image] Feb 11 21:19:47.219 INFO BUILD STRING "heads/stlouis-0-ge083ffdec2\n"
84282025-02-11T21:19:48.866Z[ recovery-image] Feb 11 21:19:47.219 INFO expanded image name: "recovery 068d8de/${os_short_commit} 2025-02-11 20:47" -> "recovery 068d8de/e083ffd 2025-02-11 20:47"
84292025-02-11T21:19:48.866Z[ recovery-image] Feb 11 21:19:47.220 INFO output artefacts stored in: "/work/os-recovery"
84302025-02-11T21:19:48.866Z[ recovery-image] Feb 11 21:19:47.221 INFO collecting git info from project "amd-firmware"...
84312025-02-11T21:19:49.132Z[ recovery-image] Feb 11 21:19:47.487 INFO collecting git info from project "pilot"...
84322025-02-11T21:19:49.186Z[ recovery-image] Feb 11 21:19:47.542 INFO collecting git info from project "chelsio-t6-roms"...
84332025-02-11T21:19:49.216Z[ recovery-image] Feb 11 21:19:47.571 INFO collecting git info from project "phbl"...
84342025-02-11T21:19:49.228Z[ recovery-image] Feb 11 21:19:47.584 INFO collecting git info from project "amd-host-image-builder"...
84352025-02-11T21:19:49.368Z[ recovery-image] Feb 11 21:19:47.723 INFO collecting git info from project "bootserver"...
84362025-02-11T21:19:49.383Z[ recovery-image] Feb 11 21:19:47.739 INFO collecting git info from project "pinprick"...
84372025-02-11T21:19:49.395Z[ recovery-image] Feb 11 21:19:47.750 INFO collecting git info from project "image-builder"...
84382025-02-11T21:19:49.415Z[ recovery-image] Feb 11 21:19:47.770 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84392025-02-11T21:19:50.372Z[ recovery-image] Feb 11 21:19:48.727 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84402025-02-11T21:19:51.073Z[ recovery-image] Feb 11 21:19:49.429 INFO creating Oxide boot image...
84412025-02-11T21:19:51.076Z[ recovery-image] Feb 11 21:19:49.429 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 068d8de/e083ffd 2025-02-11 20:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84422025-02-11T21:19:51.530Z[ host-image] Feb 11 21:19:49.885 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23216:20250211T162225Z
84432025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.886 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23216:20250211T162225Z
84442025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.886 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84452025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.886 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84462025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.886 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84472025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.886 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84482025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.888 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84492025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.888 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84502025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.888 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84512025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.888 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84522025-02-11T21:19:51.533Z[ host-image] Feb 11 21:19:49.888 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23216:20250211T162226Z
84532025-02-11T21:19:51.537Z[ host-image] Feb 11 21:19:49.891 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23216:20250211T162226Z
84542025-02-11T21:19:51.537Z[ host-image] Feb 11 21:19:49.892 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23216:20250211T162226Z
84552025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.893 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23216:20250211T162227Z
84562025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.893 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84572025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.894 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23216:20250211T162227Z
84582025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.895 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23216:20250211T162227Z
84592025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.895 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23216:20250211T162227Z
84602025-02-11T21:19:51.540Z[ host-image] Feb 11 21:19:49.895 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23216:20250211T162227Z
84612025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.895 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23216:20250211T162228Z
84622025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.896 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23216:20250211T162228Z
84632025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.896 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23216:20250211T162228Z
84642025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.896 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23216:20250211T162229Z
84652025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.896 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23216:20250211T162229Z
84662025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.896 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23216:20250211T162229Z
84672025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.897 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23216:20250211T162231Z
84682025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.897 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23216:20250211T162231Z
84692025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.897 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23216:20250211T162232Z
84702025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.897 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23216:20250211T162233Z
84712025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.897 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
84722025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.898 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23216:20250211T162234Z
84732025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.898 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23216:20250211T162236Z
84742025-02-11T21:19:51.543Z[ host-image] Feb 11 21:19:49.898 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23216:20250211T162237Z
84752025-02-11T21:19:51.552Z[ host-image] Feb 11 21:19:49.898 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23216:20250211T162238Z
84762025-02-11T21:19:51.552Z[ host-image] Feb 11 21:19:49.900 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23216:20250211T162239Z
84772025-02-11T21:19:51.552Z[ host-image] Feb 11 21:19:49.900 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23216:20250211T162239Z
84782025-02-11T21:19:51.558Z[ host-image] Feb 11 21:19:49.914 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84792025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.914 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23216:20250211T162239Z
84802025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.914 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84812025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.914 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84822025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.915 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84832025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.916 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23216:20250211T162239Z
84842025-02-11T21:19:51.561Z[ host-image] Feb 11 21:19:49.916 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84852025-02-11T21:19:51.565Z[ host-image] Feb 11 21:19:49.916 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84862025-02-11T21:19:51.565Z[ host-image] Feb 11 21:19:49.918 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84872025-02-11T21:19:51.565Z[ host-image] Feb 11 21:19:49.918 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84882025-02-11T21:19:51.582Z[ host-image] Feb 11 21:19:49.937 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84892025-02-11T21:19:51.582Z[ host-image] Feb 11 21:19:49.937 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84902025-02-11T21:19:51.583Z[ host-image] Feb 11 21:19:49.937 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84912025-02-11T21:19:51.586Z[ host-image] Feb 11 21:19:49.938 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84922025-02-11T21:19:51.586Z[ host-image] Feb 11 21:19:49.939 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84932025-02-11T21:19:51.586Z[ host-image] Feb 11 21:19:49.939 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84942025-02-11T21:19:51.666Z[ host-image] Feb 11 21:19:50.021 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84952025-02-11T21:19:51.669Z[ host-image] Feb 11 21:19:50.022 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84962025-02-11T21:19:51.669Z[ host-image] Feb 11 21:19:50.022 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84972025-02-11T21:19:51.669Z[ host-image] Feb 11 21:19:50.023 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23216:20250211T162241Z
84982025-02-11T21:19:51.669Z[ host-image] Feb 11 21:19:50.024 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23216:20250211T162247Z
84992025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.024 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85002025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.024 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23216:20250211T162247Z
85012025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.025 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85022025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.025 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85032025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.025 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85042025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.025 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23216:20250211T162248Z
85052025-02-11T21:19:51.672Z[ host-image] Feb 11 21:19:50.025 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85062025-02-11T21:19:51.679Z[ host-image] Feb 11 21:19:50.033 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85072025-02-11T21:19:51.681Z[ host-image] Feb 11 21:19:50.033 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85082025-02-11T21:19:51.681Z[ host-image] Feb 11 21:19:50.033 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85092025-02-11T21:19:51.681Z[ host-image] Feb 11 21:19:50.034 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23216:20250211T162248Z
85102025-02-11T21:19:51.682Z[ host-image] Feb 11 21:19:50.034 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85112025-02-11T21:19:51.704Z[ host-image] Feb 11 21:19:50.059 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85122025-02-11T21:19:51.706Z[ host-image] Feb 11 21:19:50.059 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23216:20250211T162248Z
85132025-02-11T21:19:51.709Z[ host-image] Feb 11 21:19:50.063 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23216:20250211T162249Z
85142025-02-11T21:19:51.709Z[ host-image] Feb 11 21:19:50.063 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23216:20250211T162249Z
85152025-02-11T21:19:51.709Z[ host-image] Feb 11 21:19:50.064 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85162025-02-11T21:19:51.712Z[ host-image] Feb 11 21:19:50.065 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23216:20250211T162250Z
85172025-02-11T21:19:51.712Z[ host-image] Feb 11 21:19:50.065 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23216:20250211T162250Z
85182025-02-11T21:19:51.712Z[ host-image] Feb 11 21:19:50.066 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23216:20250211T162250Z
85192025-02-11T21:19:51.712Z[ host-image] Feb 11 21:19:50.066 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23216:20250211T162250Z
85202025-02-11T21:19:51.717Z[ host-image] Feb 11 21:19:50.072 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85212025-02-11T21:19:51.720Z[ host-image] Feb 11 21:19:50.073 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23216:20250211T162251Z
85222025-02-11T21:19:51.720Z[ host-image] Feb 11 21:19:50.074 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23216:20250211T162252Z
85232025-02-11T21:19:51.720Z[ host-image] Feb 11 21:19:50.074 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85242025-02-11T21:19:51.720Z[ host-image] Feb 11 21:19:50.075 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23216:20250211T162252Z
85252025-02-11T21:19:51.723Z[ host-image] Feb 11 21:19:50.075 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23216:20250211T162253Z
85262025-02-11T21:19:51.723Z[ host-image] Feb 11 21:19:50.075 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23216:20250211T162253Z
85272025-02-11T21:19:51.723Z[ host-image] Feb 11 21:19:50.076 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23216:20250211T162253Z
85282025-02-11T21:19:51.734Z[ host-image] Feb 11 21:19:50.089 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23216:20250211T162253Z
85292025-02-11T21:19:51.734Z[ host-image] Feb 11 21:19:50.089 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85302025-02-11T21:19:51.737Z[ host-image] Feb 11 21:19:50.093 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23216:20250211T162253Z
85312025-02-11T21:19:51.752Z[ host-image] Feb 11 21:19:50.107 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23216:20250211T162253Z
85322025-02-11T21:19:51.752Z[ host-image] Feb 11 21:19:50.107 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23216:20250211T162253Z
85332025-02-11T21:19:51.754Z[ host-image] Feb 11 21:19:50.108 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23216:20250211T162253Z
85342025-02-11T21:19:51.754Z[ host-image] Feb 11 21:19:50.109 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23216:20250211T162254Z
85352025-02-11T21:19:51.754Z[ host-image] Feb 11 21:19:50.109 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23216:20250211T162254Z
85362025-02-11T21:19:51.770Z[ host-image] Feb 11 21:19:50.125 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23216:20250211T162255Z
85372025-02-11T21:19:51.772Z[ host-image] Feb 11 21:19:50.125 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23216:20250211T162255Z
85382025-02-11T21:19:51.772Z[ host-image] Feb 11 21:19:50.126 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23216:20250211T162255Z
85392025-02-11T21:19:51.772Z[ host-image] Feb 11 21:19:50.127 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23216:20250211T162255Z
85402025-02-11T21:19:51.772Z[ host-image] Feb 11 21:19:50.128 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23216:20250211T162255Z
85412025-02-11T21:19:51.822Z[ host-image] Feb 11 21:19:50.177 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23216:20250211T162258Z
85422025-02-11T21:19:51.822Z[ host-image] Feb 11 21:19:50.177 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23216:20250211T162255Z
85432025-02-11T21:19:51.825Z[ host-image] Feb 11 21:19:50.178 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23216:20250211T162256Z
85442025-02-11T21:19:51.825Z[ host-image] Feb 11 21:19:50.178 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85452025-02-11T21:19:51.825Z[ host-image] Feb 11 21:19:50.178 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85462025-02-11T21:19:51.868Z[ host-image] Feb 11 21:19:50.223 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23216:20250211T162256Z
85472025-02-11T21:19:51.870Z[ host-image] Feb 11 21:19:50.223 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85482025-02-11T21:19:51.870Z[ host-image] Feb 11 21:19:50.223 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23216:20250211T162256Z
85492025-02-11T21:19:51.870Z[ host-image] Feb 11 21:19:50.223 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23216:20250211T162256Z
85502025-02-11T21:19:51.876Z[ host-image] Feb 11 21:19:50.232 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23216:20250211T162256Z
85512025-02-11T21:19:51.879Z[ host-image] Feb 11 21:19:50.232 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85522025-02-11T21:19:51.879Z[ host-image] Feb 11 21:19:50.233 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85532025-02-11T21:19:51.879Z[ host-image] Feb 11 21:19:50.233 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23216:20250211T162257Z
85542025-02-11T21:19:51.879Z[ host-image] Feb 11 21:19:50.234 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23216:20250211T162257Z
85552025-02-11T21:19:51.879Z[ host-image] Feb 11 21:19:50.234 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23216:20250211T162257Z
85562025-02-11T21:19:51.882Z[ host-image] Feb 11 21:19:50.235 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23216:20250211T162257Z
85572025-02-11T21:19:51.882Z[ host-image] Feb 11 21:19:50.235 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23216:20250211T162258Z
85582025-02-11T21:19:51.882Z[ host-image] Feb 11 21:19:50.235 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23216:20250211T162258Z
85592025-02-11T21:19:51.886Z[ host-image] Feb 11 21:19:50.240 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85602025-02-11T21:19:51.886Z[ host-image] Feb 11 21:19:50.240 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23216:20250211T162259Z
85612025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.243 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23216:20250211T162259Z
85622025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.243 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23216:20250211T162259Z
85632025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.243 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23216:20250211T162300Z
85642025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.244 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23216:20250211T162259Z
85652025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.244 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23216:20250211T162300Z
85662025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.244 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85672025-02-11T21:19:51.889Z[ host-image] Feb 11 21:19:50.244 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85682025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.245 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23216:20250211T162302Z
85692025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.245 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23216:20250211T162302Z
85702025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.246 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85712025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.246 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85722025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.246 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85732025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.246 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85742025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.246 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85752025-02-11T21:19:51.892Z[ host-image] Feb 11 21:19:50.247 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85762025-02-11T21:19:51.895Z[ host-image] Feb 11 21:19:50.249 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85772025-02-11T21:19:51.895Z[ host-image] Feb 11 21:19:50.250 INFO O| tempdir @ "/tmp/.tmpBy2Lvw/tmp"
85782025-02-11T21:19:51.895Z[ host-image] Feb 11 21:19:50.250 INFO O| image root @ "/tmp/.tmpBy2Lvw/tmp/root"
85792025-02-11T21:19:51.895Z[ host-image] Feb 11 21:19:50.250 INFO O| creating image...
85802025-02-11T21:19:53.038Z[ host-image] Feb 11 21:19:51.392 INFO O| copying publishers...
85812025-02-11T21:20:16.062Z[ host-image] Feb 11 21:20:14.415 INFO O| adding properties...
85822025-02-11T21:20:18.037Z[ host-image] Feb 11 21:20:16.390 INFO O| installing packages...
85832025-02-11T21:20:48.870Z[ host-image] Feb 11 21:20:47.219 INFO O| seeding SMF database...
85842025-02-11T21:20:51.203Z[ recovery-image] Feb 11 21:20:49.550 INFO O| ok, image written!
85852025-02-11T21:20:51.203Z[ recovery-image] Feb 11 21:20:49.550 INFO O| ok, boot_image_csum file written!
85862025-02-11T21:20:51.207Z[ recovery-image] Feb 11 21:20:49.556 INFO creating boot archive (CPIO)...
85872025-02-11T21:20:51.210Z[ recovery-image] Feb 11 21:20:49.556 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
85882025-02-11T21:20:51.234Z[ recovery-image] Feb 11 21:20:49.583 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85892025-02-11T21:20:51.234Z[ recovery-image] Feb 11 21:20:49.583 INFO E| + outfile=/work/os-recovery/cpio
85902025-02-11T21:20:51.234Z[ recovery-image] Feb 11 21:20:49.583 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85912025-02-11T21:20:51.250Z[ recovery-image] Feb 11 21:20:49.599 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85922025-02-11T21:20:51.254Z[ recovery-image] Feb 11 21:20:49.599 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85932025-02-11T21:20:51.324Z[ recovery-image] Feb 11 21:20:49.673 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85942025-02-11T21:20:51.324Z[ recovery-image] Feb 11 21:20:49.673 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85952025-02-11T21:20:51.335Z[ recovery-image] Feb 11 21:20:49.683 INFO creating compressed cpio/unix for nanobl-rs...
85962025-02-11T21:20:51.337Z[ recovery-image] Feb 11 21:20:49.683 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
85972025-02-11T21:20:51.923Z[ recovery-image] Feb 11 21:20:50.272 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85982025-02-11T21:20:59.792Z[ recovery-image] Feb 11 21:20:58.139 INFO creating reset image...
85992025-02-11T21:20:59.792Z[ recovery-image] Feb 11 21:20:58.140 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86002025-02-11T21:21:00.765Z[ recovery-image] Feb 11 21:20:59.113 INFO E| Updating crates.io index
86012025-02-11T21:21:01.319Z[ recovery-image] Feb 11 21:20:59.667 INFO E| Downloading crates ...
86022025-02-11T21:21:01.443Z[ recovery-image] Feb 11 21:20:59.790 INFO E| Downloaded clap_derive v4.5.13
86032025-02-11T21:21:01.447Z[ recovery-image] Feb 11 21:20:59.795 INFO E| Downloaded unicode-ident v1.0.13
86042025-02-11T21:21:01.468Z[ recovery-image] Feb 11 21:20:59.815 INFO E| Downloaded shared_child v1.0.1
86052025-02-11T21:21:01.470Z[ recovery-image] Feb 11 21:20:59.817 INFO E| Downloaded quote v1.0.37
86062025-02-11T21:21:01.473Z[ recovery-image] Feb 11 21:20:59.821 INFO E| Downloaded duct v0.13.7
86072025-02-11T21:21:01.476Z[ recovery-image] Feb 11 21:20:59.823 INFO E| Downloaded os_pipe v1.2.1
86082025-02-11T21:21:01.478Z[ recovery-image] Feb 11 21:20:59.825 INFO E| Downloaded clap_lex v0.7.2
86092025-02-11T21:21:01.479Z[ recovery-image] Feb 11 21:20:59.826 INFO E| Downloaded clap v4.5.17
86102025-02-11T21:21:01.519Z[ recovery-image] Feb 11 21:20:59.866 INFO E| Downloaded clap_builder v4.5.17
86112025-02-11T21:21:01.561Z[ recovery-image] Feb 11 21:20:59.909 INFO E| Downloaded syn v2.0.77
86122025-02-11T21:21:01.599Z[ recovery-image] Feb 11 21:20:59.946 INFO E| Downloaded libc v0.2.158
86132025-02-11T21:21:01.725Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling proc-macro2 v1.0.86
86142025-02-11T21:21:01.725Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling libc v0.2.158
86152025-02-11T21:21:01.725Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling unicode-ident v1.0.13
86162025-02-11T21:21:01.725Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling utf8parse v0.2.2
86172025-02-11T21:21:01.728Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling is_terminal_polyfill v1.70.1
86182025-02-11T21:21:01.728Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling anstyle-query v1.1.1
86192025-02-11T21:21:01.728Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling anstyle v1.0.8
86202025-02-11T21:21:01.728Z[ recovery-image] Feb 11 21:21:00.073 INFO E| Compiling colorchoice v1.0.2
86212025-02-11T21:21:02.269Z[ recovery-image] Feb 11 21:21:00.616 INFO E| Compiling heck v0.5.0
86222025-02-11T21:21:02.277Z[ recovery-image] Feb 11 21:21:00.625 INFO E| Compiling clap_lex v0.7.2
86232025-02-11T21:21:02.664Z[ recovery-image] Feb 11 21:21:01.011 INFO E| Compiling anstyle-parse v0.2.5
86242025-02-11T21:21:02.736Z[ recovery-image] Feb 11 21:21:01.083 INFO E| Compiling strsim v0.11.1
86252025-02-11T21:21:02.873Z[ recovery-image] Feb 11 21:21:01.221 INFO E| Compiling once_cell v1.19.0
86262025-02-11T21:21:03.042Z[ host-image] Feb 11 21:21:01.389 INFO O| configuring SMF profile...
86272025-02-11T21:21:03.044Z[ host-image] Feb 11 21:21:01.389 INFO O| modifying shadow(5)...
86282025-02-11T21:21:03.044Z[ host-image] Feb 11 21:21:01.389 INFO O| loading user and group database...
86292025-02-11T21:21:03.044Z[ host-image] Feb 11 21:21:01.389 INFO O| assessing packaged files...
86302025-02-11T21:21:03.382Z[ recovery-image] Feb 11 21:21:01.730 INFO E| Compiling anstream v0.6.15
86312025-02-11T21:21:04.108Z[ recovery-image] Feb 11 21:21:02.455 INFO E| Compiling clap_builder v4.5.17
86322025-02-11T21:21:04.346Z[ recovery-image] Feb 11 21:21:02.693 INFO E| Compiling os_pipe v1.2.1
86332025-02-11T21:21:04.346Z[ recovery-image] Feb 11 21:21:02.693 INFO E| Compiling shared_child v1.0.1
86342025-02-11T21:21:04.622Z[ recovery-image] Feb 11 21:21:02.969 INFO E| Compiling duct v0.13.7
86352025-02-11T21:21:05.574Z[ recovery-image] Feb 11 21:21:03.921 INFO E| Compiling quote v1.0.37
86362025-02-11T21:21:06.117Z[ recovery-image] Feb 11 21:21:04.464 INFO E| Compiling syn v2.0.77
86372025-02-11T21:21:09.650Z[ host-image] Feb 11 21:21:07.997 INFO O| creating archive...
86382025-02-11T21:21:09.721Z[ host-image] Feb 11 21:21:08.067 INFO O| missing from packaging:
86392025-02-11T21:21:09.721Z[ host-image] Feb 11 21:21:08.067 INFO O| "etc/.pwd.lock"
86402025-02-11T21:21:09.721Z[ host-image] Feb 11 21:21:08.067 INFO O| "etc/bash"
86412025-02-11T21:21:09.744Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/profile/generic.xml"
86422025-02-11T21:21:09.744Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/profile/inetd_services.xml"
86432025-02-11T21:21:09.747Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/profile/name_service.xml"
86442025-02-11T21:21:09.747Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/profile/platform.xml"
86452025-02-11T21:21:09.747Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/profile/platform_omicron1.xml"
86462025-02-11T21:21:09.747Z[ host-image] Feb 11 21:21:08.091 INFO O| "etc/svc/repository.db"
86472025-02-11T21:21:09.760Z[ host-image] Feb 11 21:21:08.107 INFO O| "opt/ooce/share"
86482025-02-11T21:21:09.760Z[ host-image] Feb 11 21:21:08.107 INFO O| "opt/ooce/share/man"
86492025-02-11T21:21:09.763Z[ host-image] Feb 11 21:21:08.107 INFO O| "opt/ooce/share/man/man1"
86502025-02-11T21:21:09.788Z[ host-image] Feb 11 21:21:08.134 INFO O| finishing archive...
86512025-02-11T21:21:14.256Z[ recovery-image] Feb 11 21:21:12.602 INFO E| Compiling clap_derive v4.5.13
86522025-02-11T21:21:14.811Z[ host-image] Feb 11 21:21:13.157 INFO O| creating gzonly manifest...
86532025-02-11T21:21:14.823Z[ host-image] Feb 11 21:21:13.169 INFO O| ok
86542025-02-11T21:21:15.058Z[ host-image] Feb 11 21:21:13.404 INFO image builder template: ramdisk-02-trim...
86552025-02-11T21:21:15.058Z[ host-image] Feb 11 21:21:13.404 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/.tmpA54Xaq/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
86562025-02-11T21:21:15.094Z[ host-image] Feb 11 21:21:13.440 INFO O| Feb 11 21:21:13.440 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86572025-02-11T21:21:15.109Z[ host-image] Feb 11 21:21:13.455 INFO O| Feb 11 21:21:13.455 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86582025-02-11T21:21:15.243Z[ host-image] Feb 11 21:21:13.589 INFO O| Feb 11 21:21:13.589 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86592025-02-11T21:21:15.310Z[ host-image] Feb 11 21:21:13.656 INFO O| Feb 11 21:21:13.656 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86602025-02-11T21:21:15.310Z[ host-image] Feb 11 21:21:13.656 INFO O| Feb 11 21:21:13.656 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86612025-02-11T21:21:15.568Z[ host-image] Feb 11 21:21:13.665 INFO O| Feb 11 21:21:13.665 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86622025-02-11T21:21:15.576Z[ host-image] Feb 11 21:21:13.673 INFO O| Feb 11 21:21:13.672 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86632025-02-11T21:21:15.576Z[ host-image] Feb 11 21:21:13.699 INFO O| Feb 11 21:21:13.699 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86642025-02-11T21:21:15.732Z[ host-image] Feb 11 21:21:14.078 INFO O| Feb 11 21:21:14.078 INFO rolled back to input snapshot; work may begin
86652025-02-11T21:21:15.732Z[ host-image] Feb 11 21:21:14.078 INFO O| Feb 11 21:21:14.078 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86662025-02-11T21:21:15.753Z[ host-image] Feb 11 21:21:14.099 INFO O| Feb 11 21:21:14.099 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672025-02-11T21:21:15.770Z[ host-image] Feb 11 21:21:14.116 INFO O| Feb 11 21:21:14.116 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86682025-02-11T21:21:16.001Z[ host-image] Feb 11 21:21:14.346 INFO O| Feb 11 21:21:14.346 INFO STEP 0 (remove_files) COMPLETE
86692025-02-11T21:21:16.001Z[ host-image] Feb 11 21:21:14.347 INFO O| Feb 11 21:21:14.346 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702025-02-11T21:21:16.018Z[ host-image] Feb 11 21:21:14.364 INFO O| Feb 11 21:21:14.364 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86712025-02-11T21:21:16.021Z[ host-image] Feb 11 21:21:14.367 INFO O| Feb 11 21:21:14.367 INFO STEP 1 (remove_files) COMPLETE
86722025-02-11T21:21:16.021Z[ host-image] Feb 11 21:21:14.367 INFO O| Feb 11 21:21:14.367 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732025-02-11T21:21:16.046Z[ host-image] Feb 11 21:21:14.392 INFO O| Feb 11 21:21:14.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86742025-02-11T21:21:16.068Z[ host-image] Feb 11 21:21:14.414 INFO O| Feb 11 21:21:14.414 INFO STEP 2 (remove_files) COMPLETE
86752025-02-11T21:21:16.068Z[ host-image] Feb 11 21:21:14.414 INFO O| Feb 11 21:21:14.414 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762025-02-11T21:21:16.086Z[ host-image] Feb 11 21:21:14.432 INFO O| Feb 11 21:21:14.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86772025-02-11T21:21:16.088Z[ host-image] Feb 11 21:21:14.434 INFO O| Feb 11 21:21:14.434 INFO STEP 3 (remove_files) COMPLETE
86782025-02-11T21:21:16.088Z[ host-image] Feb 11 21:21:14.434 INFO O| Feb 11 21:21:14.434 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792025-02-11T21:21:16.124Z[ host-image] Feb 11 21:21:14.470 INFO O| Feb 11 21:21:14.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86802025-02-11T21:21:16.130Z[ host-image] Feb 11 21:21:14.476 INFO O| Feb 11 21:21:14.476 INFO STEP 4 (remove_files) COMPLETE
86812025-02-11T21:21:16.130Z[ host-image] Feb 11 21:21:14.476 INFO O| Feb 11 21:21:14.476 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822025-02-11T21:21:16.165Z[ host-image] Feb 11 21:21:14.511 INFO O| Feb 11 21:21:14.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86832025-02-11T21:21:16.169Z[ host-image] Feb 11 21:21:14.515 INFO O| Feb 11 21:21:14.515 INFO STEP 5 (remove_files) COMPLETE
86842025-02-11T21:21:16.172Z[ host-image] Feb 11 21:21:14.515 INFO O| Feb 11 21:21:14.515 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852025-02-11T21:21:16.187Z[ host-image] Feb 11 21:21:14.533 INFO O| Feb 11 21:21:14.533 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86862025-02-11T21:21:16.205Z[ host-image] Feb 11 21:21:14.550 INFO O| Feb 11 21:21:14.550 INFO STEP 6 (remove_files) COMPLETE
86872025-02-11T21:21:16.205Z[ host-image] Feb 11 21:21:14.550 INFO O| Feb 11 21:21:14.550 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882025-02-11T21:21:16.257Z[ host-image] Feb 11 21:21:14.603 INFO O| Feb 11 21:21:14.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86892025-02-11T21:21:16.277Z[ host-image] Feb 11 21:21:14.623 INFO O| Feb 11 21:21:14.623 INFO STEP 7 (remove_files) COMPLETE
86902025-02-11T21:21:16.277Z[ host-image] Feb 11 21:21:14.623 INFO O| Feb 11 21:21:14.623 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912025-02-11T21:21:16.295Z[ host-image] Feb 11 21:21:14.641 INFO O| Feb 11 21:21:14.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86922025-02-11T21:21:16.454Z[ host-image] Feb 11 21:21:14.799 INFO O| Feb 11 21:21:14.799 INFO STEP 8 (remove_files) COMPLETE
86932025-02-11T21:21:16.454Z[ host-image] Feb 11 21:21:14.799 INFO O| Feb 11 21:21:14.799 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942025-02-11T21:21:16.485Z[ host-image] Feb 11 21:21:14.831 INFO O| Feb 11 21:21:14.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86952025-02-11T21:21:16.644Z[ host-image] Feb 11 21:21:14.989 INFO O| Feb 11 21:21:14.989 INFO STEP 9 (remove_files) COMPLETE
86962025-02-11T21:21:16.644Z[ host-image] Feb 11 21:21:14.989 INFO O| Feb 11 21:21:14.989 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972025-02-11T21:21:16.663Z[ host-image] Feb 11 21:21:15.009 INFO O| Feb 11 21:21:15.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86982025-02-11T21:21:16.669Z[ host-image] Feb 11 21:21:15.014 INFO O| Feb 11 21:21:15.014 INFO STEP 10 (remove_files) COMPLETE
86992025-02-11T21:21:16.669Z[ host-image] Feb 11 21:21:15.014 INFO O| Feb 11 21:21:15.014 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002025-02-11T21:21:16.686Z[ host-image] Feb 11 21:21:15.032 INFO O| Feb 11 21:21:15.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87012025-02-11T21:21:16.688Z[ host-image] Feb 11 21:21:15.033 INFO O| Feb 11 21:21:15.033 INFO STEP 11 (remove_files) COMPLETE
87022025-02-11T21:21:16.688Z[ host-image] Feb 11 21:21:15.033 INFO O| Feb 11 21:21:15.033 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032025-02-11T21:21:16.722Z[ host-image] Feb 11 21:21:15.068 INFO O| Feb 11 21:21:15.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87042025-02-11T21:21:16.725Z[ host-image] Feb 11 21:21:15.070 INFO O| Feb 11 21:21:15.070 INFO STEP 12 (remove_files) COMPLETE
87052025-02-11T21:21:16.725Z[ host-image] Feb 11 21:21:15.070 INFO O| Feb 11 21:21:15.070 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062025-02-11T21:21:16.765Z[ host-image] Feb 11 21:21:15.111 INFO O| Feb 11 21:21:15.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87072025-02-11T21:21:16.821Z[ host-image] Feb 11 21:21:15.167 INFO O| Feb 11 21:21:15.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87082025-02-11T21:21:16.825Z[ host-image] Feb 11 21:21:15.171 INFO O| Feb 11 21:21:15.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87092025-02-11T21:21:16.852Z[ host-image] Feb 11 21:21:15.198 INFO O| Feb 11 21:21:15.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87102025-02-11T21:21:17.445Z[ host-image] Feb 11 21:21:15.791 INFO O| Feb 11 21:21:15.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87112025-02-11T21:21:17.448Z[ host-image] Feb 11 21:21:15.792 INFO O| Feb 11 21:21:15.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87122025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.792 INFO O| Feb 11 21:21:15.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87132025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.793 INFO O| Feb 11 21:21:15.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87142025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.793 INFO O| Feb 11 21:21:15.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87152025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.793 INFO O| Feb 11 21:21:15.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87162025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.793 INFO O| Feb 11 21:21:15.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87172025-02-11T21:21:17.450Z[ host-image] Feb 11 21:21:15.794 INFO O| Feb 11 21:21:15.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87182025-02-11T21:21:17.453Z[ host-image] Feb 11 21:21:15.794 INFO O| Feb 11 21:21:15.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87192025-02-11T21:21:17.453Z[ host-image] Feb 11 21:21:15.795 INFO O| Feb 11 21:21:15.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87202025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.795 INFO O| Feb 11 21:21:15.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87212025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.795 INFO O| Feb 11 21:21:15.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87222025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.796 INFO O| Feb 11 21:21:15.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87232025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.796 INFO O| Feb 11 21:21:15.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87242025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.796 INFO O| Feb 11 21:21:15.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87252025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.797 INFO O| Feb 11 21:21:15.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87262025-02-11T21:21:17.454Z[ host-image] Feb 11 21:21:15.797 INFO O| Feb 11 21:21:15.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87272025-02-11T21:21:17.525Z[ host-image] Feb 11 21:21:15.871 INFO O| Feb 11 21:21:15.870 INFO STEP 13 (remove_files) COMPLETE
87282025-02-11T21:21:17.525Z[ host-image] Feb 11 21:21:15.871 INFO O| Feb 11 21:21:15.870 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292025-02-11T21:21:17.546Z[ host-image] Feb 11 21:21:15.892 INFO O| Feb 11 21:21:15.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87302025-02-11T21:21:17.549Z[ host-image] Feb 11 21:21:15.894 INFO O| Feb 11 21:21:15.894 INFO STEP 14 (remove_files) COMPLETE
87312025-02-11T21:21:17.549Z[ host-image] Feb 11 21:21:15.894 INFO O| Feb 11 21:21:15.894 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322025-02-11T21:21:17.574Z[ host-image] Feb 11 21:21:15.917 INFO O| Feb 11 21:21:15.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87332025-02-11T21:21:17.583Z[ host-image] Feb 11 21:21:15.929 INFO O| Feb 11 21:21:15.928 INFO STEP 15 (remove_files) COMPLETE
87342025-02-11T21:21:17.583Z[ host-image] Feb 11 21:21:15.929 INFO O| Feb 11 21:21:15.929 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352025-02-11T21:21:17.603Z[ host-image] Feb 11 21:21:15.949 INFO O| Feb 11 21:21:15.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87362025-02-11T21:21:17.606Z[ host-image] Feb 11 21:21:15.949 INFO O| Feb 11 21:21:15.949 INFO STEP 16 (remove_files) COMPLETE
87372025-02-11T21:21:17.606Z[ host-image] Feb 11 21:21:15.949 INFO O| Feb 11 21:21:15.949 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382025-02-11T21:21:17.624Z[ host-image] Feb 11 21:21:15.970 INFO O| Feb 11 21:21:15.969 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87392025-02-11T21:21:17.627Z[ host-image] Feb 11 21:21:15.972 INFO O| Feb 11 21:21:15.972 INFO STEP 17 (remove_files) COMPLETE
87402025-02-11T21:21:17.627Z[ host-image] Feb 11 21:21:15.972 INFO O| Feb 11 21:21:15.972 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412025-02-11T21:21:17.647Z[ host-image] Feb 11 21:21:15.993 INFO O| Feb 11 21:21:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87422025-02-11T21:21:17.649Z[ host-image] Feb 11 21:21:15.993 INFO O| Feb 11 21:21:15.993 INFO STEP 18 (remove_files) COMPLETE
87432025-02-11T21:21:17.649Z[ host-image] Feb 11 21:21:15.993 INFO O| Feb 11 21:21:15.993 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442025-02-11T21:21:17.675Z[ host-image] Feb 11 21:21:16.021 INFO O| Feb 11 21:21:16.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87452025-02-11T21:21:17.675Z[ host-image] Feb 11 21:21:16.021 INFO O| Feb 11 21:21:16.021 INFO STEP 19 (remove_files) COMPLETE
87462025-02-11T21:21:17.678Z[ host-image] Feb 11 21:21:16.021 INFO O| Feb 11 21:21:16.021 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472025-02-11T21:21:17.692Z[ host-image] Feb 11 21:21:16.038 INFO O| Feb 11 21:21:16.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87482025-02-11T21:21:17.692Z[ host-image] Feb 11 21:21:16.038 INFO O| Feb 11 21:21:16.038 INFO STEP 20 (remove_files) COMPLETE
87492025-02-11T21:21:17.695Z[ host-image] Feb 11 21:21:16.038 INFO O| Feb 11 21:21:16.038 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502025-02-11T21:21:17.708Z[ host-image] Feb 11 21:21:16.054 INFO O| Feb 11 21:21:16.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87512025-02-11T21:21:17.708Z[ host-image] Feb 11 21:21:16.054 INFO O| Feb 11 21:21:16.054 INFO STEP 21 (remove_files) COMPLETE
87522025-02-11T21:21:17.708Z[ host-image] Feb 11 21:21:16.054 INFO O| Feb 11 21:21:16.054 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532025-02-11T21:21:17.725Z[ host-image] Feb 11 21:21:16.071 INFO O| Feb 11 21:21:16.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87542025-02-11T21:21:17.725Z[ host-image] Feb 11 21:21:16.071 INFO O| Feb 11 21:21:16.071 INFO STEP 22 (remove_files) COMPLETE
87552025-02-11T21:21:17.725Z[ host-image] Feb 11 21:21:16.071 INFO O| Feb 11 21:21:16.071 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562025-02-11T21:21:17.742Z[ host-image] Feb 11 21:21:16.088 INFO O| Feb 11 21:21:16.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87572025-02-11T21:21:17.742Z[ host-image] Feb 11 21:21:16.088 INFO O| Feb 11 21:21:16.088 INFO STEP 23 (remove_files) COMPLETE
87582025-02-11T21:21:17.745Z[ host-image] Feb 11 21:21:16.088 INFO O| Feb 11 21:21:16.088 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592025-02-11T21:21:17.763Z[ host-image] Feb 11 21:21:16.109 INFO O| Feb 11 21:21:16.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87602025-02-11T21:21:17.763Z[ host-image] Feb 11 21:21:16.109 INFO O| Feb 11 21:21:16.109 INFO STEP 24 (remove_files) COMPLETE
87612025-02-11T21:21:17.763Z[ host-image] Feb 11 21:21:16.109 INFO O| Feb 11 21:21:16.109 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622025-02-11T21:21:17.796Z[ host-image] Feb 11 21:21:16.142 INFO O| Feb 11 21:21:16.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87632025-02-11T21:21:17.796Z[ host-image] Feb 11 21:21:16.142 INFO O| Feb 11 21:21:16.142 INFO STEP 25 (remove_files) COMPLETE
87642025-02-11T21:21:17.799Z[ host-image] Feb 11 21:21:16.142 INFO O| Feb 11 21:21:16.142 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652025-02-11T21:21:17.823Z[ host-image] Feb 11 21:21:16.169 INFO O| Feb 11 21:21:16.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87662025-02-11T21:21:17.826Z[ host-image] Feb 11 21:21:16.169 INFO O| Feb 11 21:21:16.169 INFO STEP 26 (remove_files) COMPLETE
87672025-02-11T21:21:17.826Z[ host-image] Feb 11 21:21:16.169 INFO O| Feb 11 21:21:16.169 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682025-02-11T21:21:17.843Z[ host-image] Feb 11 21:21:16.188 INFO O| Feb 11 21:21:16.188 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87692025-02-11T21:21:17.845Z[ host-image] Feb 11 21:21:16.188 INFO O| Feb 11 21:21:16.188 INFO STEP 27 (remove_files) COMPLETE
87702025-02-11T21:21:17.845Z[ host-image] Feb 11 21:21:16.189 INFO O| Feb 11 21:21:16.188 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712025-02-11T21:21:17.862Z[ host-image] Feb 11 21:21:16.208 INFO O| Feb 11 21:21:16.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87722025-02-11T21:21:17.865Z[ host-image] Feb 11 21:21:16.208 INFO O| Feb 11 21:21:16.208 INFO STEP 28 (remove_files) COMPLETE
87732025-02-11T21:21:17.865Z[ host-image] Feb 11 21:21:16.209 INFO O| Feb 11 21:21:16.208 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742025-02-11T21:21:17.881Z[ host-image] Feb 11 21:21:16.227 INFO O| Feb 11 21:21:16.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87752025-02-11T21:21:17.884Z[ host-image] Feb 11 21:21:16.227 INFO O| Feb 11 21:21:16.227 INFO STEP 29 (remove_files) COMPLETE
87762025-02-11T21:21:17.884Z[ host-image] Feb 11 21:21:16.227 INFO O| Feb 11 21:21:16.227 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772025-02-11T21:21:17.924Z[ host-image] Feb 11 21:21:16.270 INFO O| Feb 11 21:21:16.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87782025-02-11T21:21:17.927Z[ host-image] Feb 11 21:21:16.270 INFO O| Feb 11 21:21:16.270 INFO STEP 30 (remove_files) COMPLETE
87792025-02-11T21:21:17.927Z[ host-image] Feb 11 21:21:16.270 INFO O| Feb 11 21:21:16.270 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802025-02-11T21:21:17.948Z[ host-image] Feb 11 21:21:16.293 INFO O| Feb 11 21:21:16.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87812025-02-11T21:21:17.948Z[ host-image] Feb 11 21:21:16.294 INFO O| Feb 11 21:21:16.294 INFO STEP 31 (remove_files) COMPLETE
87822025-02-11T21:21:17.948Z[ host-image] Feb 11 21:21:16.294 INFO O| Feb 11 21:21:16.294 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832025-02-11T21:21:17.966Z[ host-image] Feb 11 21:21:16.312 INFO O| Feb 11 21:21:16.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87842025-02-11T21:21:17.966Z[ host-image] Feb 11 21:21:16.312 INFO O| Feb 11 21:21:16.312 INFO STEP 32 (remove_files) COMPLETE
87852025-02-11T21:21:17.966Z[ host-image] Feb 11 21:21:16.312 INFO O| Feb 11 21:21:16.312 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862025-02-11T21:21:18.014Z[ host-image] Feb 11 21:21:16.359 INFO O| Feb 11 21:21:16.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87872025-02-11T21:21:18.014Z[ host-image] Feb 11 21:21:16.359 INFO O| Feb 11 21:21:16.359 INFO STEP 33 (remove_files) COMPLETE
87882025-02-11T21:21:18.017Z[ host-image] Feb 11 21:21:16.359 INFO O| Feb 11 21:21:16.359 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892025-02-11T21:21:18.106Z[ host-image] Feb 11 21:21:16.452 INFO O| Feb 11 21:21:16.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87902025-02-11T21:21:18.106Z[ host-image] Feb 11 21:21:16.452 INFO O| Feb 11 21:21:16.452 INFO STEP 34 (remove_files) COMPLETE
87912025-02-11T21:21:18.106Z[ host-image] Feb 11 21:21:16.452 INFO O| Feb 11 21:21:16.452 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922025-02-11T21:21:18.148Z[ host-image] Feb 11 21:21:16.494 INFO O| Feb 11 21:21:16.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87932025-02-11T21:21:18.149Z[ host-image] Feb 11 21:21:16.494 INFO O| Feb 11 21:21:16.494 INFO STEP 35 (remove_files) COMPLETE
87942025-02-11T21:21:18.149Z[ host-image] Feb 11 21:21:16.494 INFO O| Feb 11 21:21:16.494 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952025-02-11T21:21:18.182Z[ host-image] Feb 11 21:21:16.528 INFO O| Feb 11 21:21:16.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87962025-02-11T21:21:18.182Z[ host-image] Feb 11 21:21:16.528 INFO O| Feb 11 21:21:16.528 INFO STEP 36 (remove_files) COMPLETE
87972025-02-11T21:21:18.182Z[ host-image] Feb 11 21:21:16.528 INFO O| Feb 11 21:21:16.528 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982025-02-11T21:21:18.213Z[ host-image] Feb 11 21:21:16.559 INFO O| Feb 11 21:21:16.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87992025-02-11T21:21:18.213Z[ host-image] Feb 11 21:21:16.559 INFO O| Feb 11 21:21:16.559 INFO STEP 37 (remove_files) COMPLETE
88002025-02-11T21:21:18.213Z[ host-image] Feb 11 21:21:16.559 INFO O| Feb 11 21:21:16.559 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012025-02-11T21:21:18.258Z[ host-image] Feb 11 21:21:16.603 INFO O| Feb 11 21:21:16.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88022025-02-11T21:21:18.258Z[ host-image] Feb 11 21:21:16.603 INFO O| Feb 11 21:21:16.603 INFO STEP 38 (remove_files) COMPLETE
88032025-02-11T21:21:18.260Z[ host-image] Feb 11 21:21:16.603 INFO O| Feb 11 21:21:16.603 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042025-02-11T21:21:18.280Z[ host-image] Feb 11 21:21:16.626 INFO O| Feb 11 21:21:16.626 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88052025-02-11T21:21:18.280Z[ host-image] Feb 11 21:21:16.626 INFO O| Feb 11 21:21:16.626 INFO STEP 39 (remove_files) COMPLETE
88062025-02-11T21:21:18.280Z[ host-image] Feb 11 21:21:16.626 INFO O| Feb 11 21:21:16.626 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072025-02-11T21:21:18.447Z[ host-image] Feb 11 21:21:16.793 INFO O| Feb 11 21:21:16.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88082025-02-11T21:21:18.450Z[ host-image] Feb 11 21:21:16.793 INFO O| Feb 11 21:21:16.793 INFO STEP 40 (remove_files) COMPLETE
88092025-02-11T21:21:18.450Z[ host-image] Feb 11 21:21:16.793 INFO O| Feb 11 21:21:16.793 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102025-02-11T21:21:18.509Z[ host-image] Feb 11 21:21:16.855 INFO O| Feb 11 21:21:16.855 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88112025-02-11T21:21:18.509Z[ host-image] Feb 11 21:21:16.855 INFO O| Feb 11 21:21:16.855 INFO STEP 41 (remove_files) COMPLETE
88122025-02-11T21:21:18.509Z[ host-image] Feb 11 21:21:16.855 INFO O| Feb 11 21:21:16.855 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132025-02-11T21:21:18.528Z[ host-image] Feb 11 21:21:16.874 INFO O| Feb 11 21:21:16.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88142025-02-11T21:21:18.528Z[ host-image] Feb 11 21:21:16.874 INFO O| Feb 11 21:21:16.874 INFO STEP 42 (remove_files) COMPLETE
88152025-02-11T21:21:18.528Z[ host-image] Feb 11 21:21:16.874 INFO O| Feb 11 21:21:16.874 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162025-02-11T21:21:18.548Z[ host-image] Feb 11 21:21:16.893 INFO O| Feb 11 21:21:16.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88172025-02-11T21:21:18.548Z[ host-image] Feb 11 21:21:16.893 INFO O| Feb 11 21:21:16.893 INFO STEP 43 (remove_files) COMPLETE
88182025-02-11T21:21:18.548Z[ host-image] Feb 11 21:21:16.893 INFO O| Feb 11 21:21:16.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192025-02-11T21:21:18.566Z[ host-image] Feb 11 21:21:16.912 INFO O| Feb 11 21:21:16.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88202025-02-11T21:21:18.566Z[ host-image] Feb 11 21:21:16.912 INFO O| Feb 11 21:21:16.912 INFO STEP 44 (remove_files) COMPLETE
88212025-02-11T21:21:18.569Z[ host-image] Feb 11 21:21:16.912 INFO O| Feb 11 21:21:16.912 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222025-02-11T21:21:18.586Z[ host-image] Feb 11 21:21:16.931 INFO O| Feb 11 21:21:16.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88232025-02-11T21:21:18.586Z[ host-image] Feb 11 21:21:16.932 INFO O| Feb 11 21:21:16.931 INFO STEP 45 (remove_files) COMPLETE
88242025-02-11T21:21:18.586Z[ host-image] Feb 11 21:21:16.932 INFO O| Feb 11 21:21:16.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252025-02-11T21:21:18.617Z[ host-image] Feb 11 21:21:16.962 INFO O| Feb 11 21:21:16.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88262025-02-11T21:21:18.617Z[ host-image] Feb 11 21:21:16.962 INFO O| Feb 11 21:21:16.962 INFO STEP 46 (remove_files) COMPLETE
88272025-02-11T21:21:18.617Z[ host-image] Feb 11 21:21:16.962 INFO O| Feb 11 21:21:16.962 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282025-02-11T21:21:18.636Z[ host-image] Feb 11 21:21:16.981 INFO O| Feb 11 21:21:16.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88292025-02-11T21:21:18.636Z[ host-image] Feb 11 21:21:16.982 INFO O| Feb 11 21:21:16.982 INFO STEP 47 (remove_files) COMPLETE
88302025-02-11T21:21:18.636Z[ host-image] Feb 11 21:21:16.982 INFO O| Feb 11 21:21:16.982 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312025-02-11T21:21:18.663Z[ host-image] Feb 11 21:21:17.008 INFO O| Feb 11 21:21:17.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88322025-02-11T21:21:18.667Z[ host-image] Feb 11 21:21:17.008 INFO O| Feb 11 21:21:17.008 INFO STEP 48 (remove_files) COMPLETE
88332025-02-11T21:21:18.667Z[ host-image] Feb 11 21:21:17.009 INFO O| Feb 11 21:21:17.009 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342025-02-11T21:21:18.683Z[ host-image] Feb 11 21:21:17.028 INFO O| Feb 11 21:21:17.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88352025-02-11T21:21:18.686Z[ host-image] Feb 11 21:21:17.028 INFO O| Feb 11 21:21:17.028 INFO STEP 49 (remove_files) COMPLETE
88362025-02-11T21:21:18.686Z[ host-image] Feb 11 21:21:17.028 INFO O| Feb 11 21:21:17.028 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372025-02-11T21:21:18.702Z[ host-image] Feb 11 21:21:17.048 INFO O| Feb 11 21:21:17.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88382025-02-11T21:21:18.702Z[ host-image] Feb 11 21:21:17.048 INFO O| Feb 11 21:21:17.048 INFO STEP 50 (remove_files) COMPLETE
88392025-02-11T21:21:18.706Z[ host-image] Feb 11 21:21:17.048 INFO O| Feb 11 21:21:17.048 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402025-02-11T21:21:18.727Z[ host-image] Feb 11 21:21:17.072 INFO O| Feb 11 21:21:17.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88412025-02-11T21:21:18.728Z[ host-image] Feb 11 21:21:17.072 INFO O| Feb 11 21:21:17.072 INFO STEP 51 (remove_files) COMPLETE
88422025-02-11T21:21:18.728Z[ host-image] Feb 11 21:21:17.072 INFO O| Feb 11 21:21:17.072 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432025-02-11T21:21:18.748Z[ host-image] Feb 11 21:21:17.093 INFO O| Feb 11 21:21:17.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88442025-02-11T21:21:18.748Z[ host-image] Feb 11 21:21:17.093 INFO O| Feb 11 21:21:17.093 INFO STEP 52 (remove_files) COMPLETE
88452025-02-11T21:21:18.752Z[ host-image] Feb 11 21:21:17.093 INFO O| Feb 11 21:21:17.093 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462025-02-11T21:21:18.767Z[ host-image] Feb 11 21:21:17.113 INFO O| Feb 11 21:21:17.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88472025-02-11T21:21:18.767Z[ host-image] Feb 11 21:21:17.113 INFO O| Feb 11 21:21:17.113 INFO STEP 53 (remove_files) COMPLETE
88482025-02-11T21:21:18.767Z[ host-image] Feb 11 21:21:17.113 INFO O| Feb 11 21:21:17.113 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-02-11T21:21:18.786Z[ host-image] Feb 11 21:21:17.131 INFO O| Feb 11 21:21:17.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88502025-02-11T21:21:18.786Z[ host-image] Feb 11 21:21:17.131 INFO O| Feb 11 21:21:17.131 INFO STEP 54 (remove_files) COMPLETE
88512025-02-11T21:21:18.786Z[ host-image] Feb 11 21:21:17.132 INFO O| Feb 11 21:21:17.131 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522025-02-11T21:21:18.805Z[ host-image] Feb 11 21:21:17.151 INFO O| Feb 11 21:21:17.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88532025-02-11T21:21:18.805Z[ host-image] Feb 11 21:21:17.151 INFO O| Feb 11 21:21:17.151 INFO STEP 55 (remove_files) COMPLETE
88542025-02-11T21:21:18.807Z[ host-image] Feb 11 21:21:17.151 INFO O| Feb 11 21:21:17.151 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552025-02-11T21:21:18.833Z[ host-image] Feb 11 21:21:17.179 INFO O| Feb 11 21:21:17.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88562025-02-11T21:21:18.836Z[ host-image] Feb 11 21:21:17.179 INFO O| Feb 11 21:21:17.179 INFO STEP 56 (remove_files) COMPLETE
88572025-02-11T21:21:18.836Z[ host-image] Feb 11 21:21:17.180 INFO O| Feb 11 21:21:17.179 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582025-02-11T21:21:18.853Z[ host-image] Feb 11 21:21:17.199 INFO O| Feb 11 21:21:17.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88592025-02-11T21:21:18.856Z[ host-image] Feb 11 21:21:17.199 INFO O| Feb 11 21:21:17.199 INFO STEP 57 (remove_files) COMPLETE
88602025-02-11T21:21:18.856Z[ host-image] Feb 11 21:21:17.199 INFO O| Feb 11 21:21:17.199 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612025-02-11T21:21:18.921Z[ host-image] Feb 11 21:21:17.266 INFO O| Feb 11 21:21:17.266 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88622025-02-11T21:21:18.921Z[ host-image] Feb 11 21:21:17.266 INFO O| Feb 11 21:21:17.266 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88632025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.266 INFO O| Feb 11 21:21:17.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88642025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.266 INFO O| Feb 11 21:21:17.266 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88652025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.267 INFO O| Feb 11 21:21:17.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88662025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.267 INFO O| Feb 11 21:21:17.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88672025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.267 INFO O| Feb 11 21:21:17.267 INFO ok!
88682025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.267 INFO O| Feb 11 21:21:17.267 INFO STEP 58 (ensure_file) COMPLETE
88692025-02-11T21:21:18.923Z[ host-image] Feb 11 21:21:17.267 INFO O| Feb 11 21:21:17.267 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702025-02-11T21:21:18.962Z[ host-image] Feb 11 21:21:17.307 INFO O| Feb 11 21:21:17.307 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88712025-02-11T21:21:18.962Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.307 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88722025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88732025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88742025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88752025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88762025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO ok!
88772025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO STEP 59 (ensure_file) COMPLETE
88782025-02-11T21:21:18.965Z[ host-image] Feb 11 21:21:17.308 INFO O| Feb 11 21:21:17.308 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792025-02-11T21:21:19.060Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88802025-02-11T21:21:19.060Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88812025-02-11T21:21:19.063Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88822025-02-11T21:21:19.063Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO ok!
88832025-02-11T21:21:19.063Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO STEP 60 (ensure_file) COMPLETE
88842025-02-11T21:21:19.063Z[ host-image] Feb 11 21:21:17.406 INFO O| Feb 11 21:21:17.406 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-02-11T21:21:19.099Z[ host-image] Feb 11 21:21:17.444 INFO O| Feb 11 21:21:17.444 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88862025-02-11T21:21:19.099Z[ host-image] Feb 11 21:21:17.444 INFO O| Feb 11 21:21:17.444 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88872025-02-11T21:21:19.101Z[ host-image] Feb 11 21:21:17.445 INFO O| Feb 11 21:21:17.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88882025-02-11T21:21:19.102Z[ host-image] Feb 11 21:21:17.445 INFO O| Feb 11 21:21:17.445 INFO ok!
88892025-02-11T21:21:19.102Z[ host-image] Feb 11 21:21:17.445 INFO O| Feb 11 21:21:17.445 INFO STEP 61 (ensure_file) COMPLETE
88902025-02-11T21:21:19.102Z[ host-image] Feb 11 21:21:17.445 INFO O| Feb 11 21:21:17.445 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912025-02-11T21:21:19.119Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88922025-02-11T21:21:19.119Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88932025-02-11T21:21:19.122Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88942025-02-11T21:21:19.122Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88952025-02-11T21:21:19.122Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO ok!
88962025-02-11T21:21:19.122Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO STEP 62 (ensure_file) COMPLETE
88972025-02-11T21:21:19.122Z[ host-image] Feb 11 21:21:17.465 INFO O| Feb 11 21:21:17.465 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982025-02-11T21:21:19.139Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88992025-02-11T21:21:19.139Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89002025-02-11T21:21:19.139Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89012025-02-11T21:21:19.142Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89022025-02-11T21:21:19.142Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO ok!
89032025-02-11T21:21:19.142Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO STEP 63 (ensure_file) COMPLETE
89042025-02-11T21:21:19.142Z[ host-image] Feb 11 21:21:17.485 INFO O| Feb 11 21:21:17.485 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052025-02-11T21:21:19.159Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89062025-02-11T21:21:19.159Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89072025-02-11T21:21:19.159Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89082025-02-11T21:21:19.159Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO ok!
89092025-02-11T21:21:19.163Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO STEP 64 (assemble_files) COMPLETE
89102025-02-11T21:21:19.163Z[ host-image] Feb 11 21:21:17.505 INFO O| Feb 11 21:21:17.505 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112025-02-11T21:21:19.179Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89122025-02-11T21:21:19.179Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89132025-02-11T21:21:19.182Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89142025-02-11T21:21:19.182Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89152025-02-11T21:21:19.182Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO ok!
89162025-02-11T21:21:19.182Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO STEP 65 (ensure_file) COMPLETE
89172025-02-11T21:21:19.182Z[ host-image] Feb 11 21:21:17.525 INFO O| Feb 11 21:21:17.525 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182025-02-11T21:21:19.185Z[ recovery-image] Feb 11 21:21:17.531 INFO E| Compiling clap v4.5.17
89192025-02-11T21:21:19.198Z[ host-image] Feb 11 21:21:17.544 INFO O| Feb 11 21:21:17.544 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89202025-02-11T21:21:19.199Z[ host-image] Feb 11 21:21:17.544 INFO O| Feb 11 21:21:17.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89212025-02-11T21:21:19.201Z[ host-image] Feb 11 21:21:17.544 INFO O| Feb 11 21:21:17.544 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89222025-02-11T21:21:19.201Z[ host-image] Feb 11 21:21:17.544 INFO O| Feb 11 21:21:17.544 INFO STEP 66 (ensure_dir) COMPLETE
89232025-02-11T21:21:19.201Z[ host-image] Feb 11 21:21:17.544 INFO O| Feb 11 21:21:17.544 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242025-02-11T21:21:19.218Z[ host-image] Feb 11 21:21:17.564 INFO O| Feb 11 21:21:17.564 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89252025-02-11T21:21:19.219Z[ host-image] Feb 11 21:21:17.564 INFO O| Feb 11 21:21:17.564 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 ...
89262025-02-11T21:21:19.230Z[ host-image] Feb 11 21:21:17.575 INFO O| Feb 11 21:21:17.575 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
89272025-02-11T21:21:19.230Z[ host-image] Feb 11 21:21:17.575 INFO O| Feb 11 21:21:17.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89282025-02-11T21:21:19.233Z[ host-image] Feb 11 21:21:17.575 INFO O| Feb 11 21:21:17.575 INFO ok!
89292025-02-11T21:21:19.233Z[ host-image] Feb 11 21:21:17.575 INFO O| Feb 11 21:21:17.575 INFO STEP 67 (ensure_file) COMPLETE
89302025-02-11T21:21:19.233Z[ host-image] Feb 11 21:21:17.575 INFO O| Feb 11 21:21:17.575 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312025-02-11T21:21:19.268Z[ recovery-image] Feb 11 21:21:17.614 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89322025-02-11T21:21:19.278Z[ host-image] Feb 11 21:21:17.623 INFO O| Feb 11 21:21:17.623 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89332025-02-11T21:21:19.278Z[ host-image] Feb 11 21:21:17.623 INFO O| Feb 11 21:21:17.623 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 ...
89342025-02-11T21:21:19.280Z[ host-image] Feb 11 21:21:17.624 INFO O| Feb 11 21:21:17.623 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
89352025-02-11T21:21:19.280Z[ host-image] Feb 11 21:21:17.624 INFO O| Feb 11 21:21:17.624 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89362025-02-11T21:21:19.280Z[ host-image] Feb 11 21:21:17.624 INFO O| Feb 11 21:21:17.624 INFO ok!
89372025-02-11T21:21:19.280Z[ host-image] Feb 11 21:21:17.624 INFO O| Feb 11 21:21:17.624 INFO STEP 68 (ensure_file) COMPLETE
89382025-02-11T21:21:19.280Z[ host-image] Feb 11 21:21:17.624 INFO O| Feb 11 21:21:17.624 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392025-02-11T21:21:19.318Z[ host-image] Feb 11 21:21:17.663 INFO O| Feb 11 21:21:17.663 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89402025-02-11T21:21:19.318Z[ host-image] Feb 11 21:21:17.663 INFO O| Feb 11 21:21:17.663 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89412025-02-11T21:21:21.627Z[ recovery-image] Feb 11 21:21:19.973 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.33s
89422025-02-11T21:21:21.643Z[ recovery-image] Feb 11 21:21:19.989 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
89432025-02-11T21:21:21.975Z[ recovery-image] Feb 11 21:21:20.321 INFO E| Updating crates.io index
89442025-02-11T21:21:22.346Z[ recovery-image] Feb 11 21:21:20.691 INFO E| Downloading crates ...
89452025-02-11T21:21:22.433Z[ recovery-image] Feb 11 21:21:20.778 INFO E| Downloaded proc-macro2 v1.0.89
89462025-02-11T21:21:22.438Z[ recovery-image] Feb 11 21:21:20.783 INFO E| Downloaded cpio_reader v0.1.1
89472025-02-11T21:21:22.440Z[ recovery-image] Feb 11 21:21:20.785 INFO E| Downloaded bit_field v0.10.2
89482025-02-11T21:21:22.443Z[ recovery-image] Feb 11 21:21:20.787 INFO E| Downloaded seq-macro v0.3.5
89492025-02-11T21:21:22.446Z[ recovery-image] Feb 11 21:21:20.790 INFO E| Downloaded bitstruct_derive v0.1.0
89502025-02-11T21:21:22.446Z[ recovery-image] Feb 11 21:21:20.791 INFO E| Downloaded bitstruct v0.1.1
89512025-02-11T21:21:22.465Z[ recovery-image] Feb 11 21:21:20.811 INFO E| Downloaded raw-cpuid v10.7.0
89522025-02-11T21:21:22.471Z[ recovery-image] Feb 11 21:21:20.816 INFO E| Downloaded syn v2.0.85
89532025-02-11T21:21:22.704Z[ recovery-image] Feb 11 21:21:21.050 INFO E| Downloaded x86 v0.52.0
89542025-02-11T21:21:22.831Z[ recovery-image] Feb 11 21:21:21.176 INFO E| Updating crates.io index
89552025-02-11T21:21:23.100Z[ recovery-image] Feb 11 21:21:21.445 INFO E| Downloading crates ...
89562025-02-11T21:21:23.271Z[ host-image] Feb 11 21:21:21.616 INFO O| Feb 11 21:21:21.616 INFO STEP 69 (pack_tar) COMPLETE
89572025-02-11T21:21:23.271Z[ host-image] Feb 11 21:21:21.616 INFO O| Feb 11 21:21:21.616 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89582025-02-11T21:21:23.274Z[ host-image] Feb 11 21:21:21.616 INFO O| Feb 11 21:21:21.616 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89592025-02-11T21:21:23.381Z[ recovery-image] Feb 11 21:21:21.726 INFO E| Downloaded hashbrown v0.15.0
89602025-02-11T21:21:23.417Z[ recovery-image] Feb 11 21:21:21.762 INFO E| Downloaded compiler_builtins v0.1.134
89612025-02-11T21:21:23.500Z[ recovery-image] Feb 11 21:21:21.845 INFO E| Downloaded libc v0.2.161
89622025-02-11T21:21:23.641Z[ recovery-image] Feb 11 21:21:21.986 INFO E| Compiling compiler_builtins v0.1.134
89632025-02-11T21:21:23.689Z[ host-image] Feb 11 21:21:22.032 INFO O| Feb 11 21:21:22.032 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89642025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.035 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)
89652025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.035 INFO E| Compiling proc-macro2 v1.0.89
89662025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.035 INFO E| Compiling unicode-ident v1.0.13
89672025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.035 INFO E| Compiling syn v1.0.109
89682025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.035 INFO E| Compiling x86 v0.52.0
89692025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.036 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89702025-02-11T21:21:23.692Z[ recovery-image] Feb 11 21:21:22.036 INFO E| Compiling seq-macro v0.3.5
89712025-02-11T21:21:23.821Z[ host-image] Feb 11 21:21:22.166 INFO O| Feb 11 21:21:22.166 INFO completed processing gimlet/ramdisk-02-trim
89722025-02-11T21:21:23.823Z[ host-image] Feb 11 21:21:22.169 INFO image builder template: zfs...
89732025-02-11T21:21:23.823Z[ host-image] Feb 11 21:21:22.169 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/.tmpA54Xaq/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
89742025-02-11T21:21:23.846Z[ host-image] Feb 11 21:21:22.192 INFO O| Feb 11 21:21:22.191 INFO skip include "stress" because feature "stress" is not enabled
89752025-02-11T21:21:23.925Z[ host-image] Feb 11 21:21:22.270 INFO O| Feb 11 21:21:22.270 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89762025-02-11T21:21:23.966Z[ host-image] Feb 11 21:21:22.311 INFO O| Feb 11 21:21:22.311 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89772025-02-11T21:21:24.101Z[ host-image] Feb 11 21:21:22.446 INFO O| Feb 11 21:21:22.446 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89782025-02-11T21:21:24.225Z[ host-image] Feb 11 21:21:22.570 INFO O| Feb 11 21:21:22.570 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89792025-02-11T21:21:24.228Z[ host-image] Feb 11 21:21:22.570 INFO O| Feb 11 21:21:22.570 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89802025-02-11T21:21:24.234Z[ host-image] Feb 11 21:21:22.579 INFO O| Feb 11 21:21:22.579 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89812025-02-11T21:21:24.376Z[ host-image] Feb 11 21:21:22.721 INFO O| Feb 11 21:21:22.721 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89822025-02-11T21:21:24.446Z[ host-image] Feb 11 21:21:22.791 INFO O| Feb 11 21:21:22.791 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89832025-02-11T21:21:24.463Z[ host-image] Feb 11 21:21:22.808 INFO O| Feb 11 21:21:22.808 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89842025-02-11T21:21:24.472Z[ host-image] Feb 11 21:21:22.817 INFO O| Feb 11 21:21:22.817 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89852025-02-11T21:21:24.472Z[ host-image] Feb 11 21:21:22.817 INFO O| Feb 11 21:21:22.817 INFO no lofi found
89862025-02-11T21:21:24.475Z[ host-image] Feb 11 21:21:22.817 INFO O| Feb 11 21:21:22.817 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89872025-02-11T21:21:24.475Z[ host-image] Feb 11 21:21:22.817 INFO O| Feb 11 21:21:22.817 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89882025-02-11T21:21:26.667Z[ host-image] Feb 11 21:21:25.012 INFO O| Feb 11 21:21:25.012 INFO lofi device = /dev/dsk/c2t1d0p0
89892025-02-11T21:21:26.668Z[ host-image] Feb 11 21:21:25.012 INFO O| Feb 11 21:21:25.012 INFO pool device = /dev/dsk/c2t1d0p0
89902025-02-11T21:21:26.670Z[ host-image] Feb 11 21:21:25.013 INFO O| Feb 11 21:21:25.012 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"]
89912025-02-11T21:21:26.838Z[ recovery-image] Feb 11 21:21:25.183 INFO E| Compiling quote v1.0.37
89922025-02-11T21:21:26.878Z[ host-image] Feb 11 21:21:25.223 INFO O| Feb 11 21:21:25.223 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89932025-02-11T21:21:26.878Z[ host-image] Feb 11 21:21:25.223 INFO O| Feb 11 21:21:25.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89942025-02-11T21:21:26.908Z[ host-image] Feb 11 21:21:25.253 INFO O| Feb 11 21:21:25.253 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89952025-02-11T21:21:27.048Z[ host-image] Feb 11 21:21:25.393 INFO O| Feb 11 21:21:25.393 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89962025-02-11T21:21:27.197Z[ host-image] Feb 11 21:21:25.542 INFO O| Feb 11 21:21:25.542 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89972025-02-11T21:21:27.226Z[ host-image] Feb 11 21:21:25.571 INFO O| Feb 11 21:21:25.571 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89982025-02-11T21:21:27.249Z[ host-image] Feb 11 21:21:25.594 INFO O| Feb 11 21:21:25.594 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89992025-02-11T21:21:27.339Z[ host-image] Feb 11 21:21:25.684 INFO O| Feb 11 21:21:25.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90002025-02-11T21:21:27.342Z[ host-image] Feb 11 21:21:25.684 INFO O| Feb 11 21:21:25.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90012025-02-11T21:21:27.342Z[ host-image] Feb 11 21:21:25.684 INFO O| Feb 11 21:21:25.684 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90022025-02-11T21:21:27.367Z[ host-image] Feb 11 21:21:25.712 INFO O| Feb 11 21:21:25.712 INFO boot environment UUID: be183a1b-13c7-4815-aaa9-7026de2ef8c7
90032025-02-11T21:21:27.367Z[ host-image] Feb 11 21:21:25.712 INFO O| Feb 11 21:21:25.712 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = be183a1b-13c7-4815-aaa9-7026de2ef8c7
90042025-02-11T21:21:27.389Z[ host-image] Feb 11 21:21:25.733 INFO O| Feb 11 21:21:25.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90052025-02-11T21:21:27.435Z[ recovery-image] Feb 11 21:21:25.779 INFO E| Compiling syn v2.0.85
90062025-02-11T21:21:27.451Z[ host-image] Feb 11 21:21:25.796 INFO O| Feb 11 21:21:25.796 INFO STEP 0 (create_be) COMPLETE
90072025-02-11T21:21:27.451Z[ host-image] Feb 11 21:21:25.796 INFO O| Feb 11 21:21:25.796 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90082025-02-11T21:21:27.550Z[ host-image] Feb 11 21:21:25.895 INFO O| Feb 11 21:21:25.895 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90092025-02-11T21:21:38.291Z[ recovery-image] Feb 11 21:21:36.626 INFO E| Compiling scroll_derive v0.12.0
90102025-02-11T21:21:46.840Z[ recovery-image] Feb 11 21:21:45.182 INFO E| Compiling bitstruct_derive v0.1.0
90112025-02-11T21:21:52.024Z[ host-image] Feb 11 21:21:50.365 INFO O| Feb 11 21:21:50.365 INFO STEP 1 (unpack_tar) COMPLETE
90122025-02-11T21:21:52.024Z[ host-image] Feb 11 21:21:50.365 INFO O| Feb 11 21:21:50.365 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90132025-02-11T21:21:52.043Z[ host-image] Feb 11 21:21:50.385 INFO O| Feb 11 21:21:50.385 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90142025-02-11T21:21:53.297Z[ host-image] Feb 11 21:21:51.638 INFO O| Feb 11 21:21:51.638 INFO STEP 2 (devfsadm) COMPLETE
90152025-02-11T21:21:53.303Z[ host-image] Feb 11 21:21:51.638 INFO O| Feb 11 21:21:51.638 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90162025-02-11T21:21:53.318Z[ host-image] Feb 11 21:21:51.660 INFO O| Feb 11 21:21:51.660 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90172025-02-11T21:21:53.318Z[ host-image] Feb 11 21:21:51.660 INFO O| Feb 11 21:21:51.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90182025-02-11T21:21:53.318Z[ host-image] Feb 11 21:21:51.660 INFO O| Feb 11 21:21:51.660 INFO STEP 3 (ensure_dir) COMPLETE
90192025-02-11T21:21:53.321Z[ host-image] Feb 11 21:21:51.660 INFO O| Feb 11 21:21:51.660 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90202025-02-11T21:21:53.338Z[ host-image] Feb 11 21:21:51.679 INFO O| Feb 11 21:21:51.679 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90212025-02-11T21:21:53.338Z[ host-image] Feb 11 21:21:51.679 INFO O| Feb 11 21:21:51.679 INFO STEP 4 (ensure_dir) COMPLETE
90222025-02-11T21:21:53.341Z[ host-image] Feb 11 21:21:51.679 INFO O| Feb 11 21:21:51.679 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90232025-02-11T21:21:53.378Z[ host-image] Feb 11 21:21:51.719 INFO O| Feb 11 21:21:51.719 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90242025-02-11T21:21:53.378Z[ host-image] Feb 11 21:21:51.719 INFO O| Feb 11 21:21:51.719 INFO STEP 5 (ensure_dir) COMPLETE
90252025-02-11T21:21:53.380Z[ host-image] Feb 11 21:21:51.719 INFO O| Feb 11 21:21:51.719 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90262025-02-11T21:21:53.399Z[ host-image] Feb 11 21:21:51.741 INFO O| Feb 11 21:21:51.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90272025-02-11T21:21:53.399Z[ host-image] Feb 11 21:21:51.742 INFO O| Feb 11 21:21:51.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90282025-02-11T21:21:53.402Z[ host-image] Feb 11 21:21:51.742 INFO O| Feb 11 21:21:51.742 INFO STEP 6 (ensure_dir) COMPLETE
90292025-02-11T21:21:53.402Z[ host-image] Feb 11 21:21:51.742 INFO O| Feb 11 21:21:51.742 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90302025-02-11T21:21:53.431Z[ host-image] Feb 11 21:21:51.773 INFO O| Feb 11 21:21:51.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90312025-02-11T21:21:53.432Z[ host-image] Feb 11 21:21:51.773 INFO O| Feb 11 21:21:51.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90322025-02-11T21:21:53.435Z[ host-image] Feb 11 21:21:51.773 INFO O| Feb 11 21:21:51.773 INFO STEP 7 (ensure_dir) COMPLETE
90332025-02-11T21:21:53.435Z[ host-image] Feb 11 21:21:51.773 INFO O| Feb 11 21:21:51.773 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342025-02-11T21:21:53.452Z[ host-image] Feb 11 21:21:51.794 INFO O| Feb 11 21:21:51.794 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90352025-02-11T21:21:53.455Z[ host-image] Feb 11 21:21:51.794 INFO O| Feb 11 21:21:51.794 INFO STEP 8 (remove_files) COMPLETE
90362025-02-11T21:21:53.455Z[ host-image] Feb 11 21:21:51.794 INFO O| Feb 11 21:21:51.794 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90372025-02-11T21:21:53.497Z[ host-image] Feb 11 21:21:51.839 INFO O| Feb 11 21:21:51.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90382025-02-11T21:21:53.501Z[ host-image] Feb 11 21:21:51.840 INFO O| Feb 11 21:21:51.840 INFO STEP 9 (remove_files) COMPLETE
90392025-02-11T21:21:53.501Z[ host-image] Feb 11 21:21:51.840 INFO O| Feb 11 21:21:51.840 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90402025-02-11T21:21:53.520Z[ host-image] Feb 11 21:21:51.862 INFO O| Feb 11 21:21:51.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90412025-02-11T21:21:53.524Z[ host-image] Feb 11 21:21:51.863 INFO O| Feb 11 21:21:51.863 INFO STEP 10 (remove_files) COMPLETE
90422025-02-11T21:21:53.524Z[ host-image] Feb 11 21:21:51.863 INFO O| Feb 11 21:21:51.863 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90432025-02-11T21:21:53.559Z[ host-image] Feb 11 21:21:51.901 INFO O| Feb 11 21:21:51.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90442025-02-11T21:21:53.562Z[ host-image] Feb 11 21:21:51.901 INFO O| Feb 11 21:21:51.901 INFO STEP 11 (remove_files) COMPLETE
90452025-02-11T21:21:53.562Z[ host-image] Feb 11 21:21:51.901 INFO O| Feb 11 21:21:51.901 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90462025-02-11T21:21:53.582Z[ host-image] Feb 11 21:21:51.923 INFO O| Feb 11 21:21:51.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90472025-02-11T21:21:53.582Z[ host-image] Feb 11 21:21:51.924 INFO O| Feb 11 21:21:51.924 INFO STEP 12 (remove_files) COMPLETE
90482025-02-11T21:21:53.582Z[ host-image] Feb 11 21:21:51.924 INFO O| Feb 11 21:21:51.924 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90492025-02-11T21:21:53.611Z[ host-image] Feb 11 21:21:51.953 INFO O| Feb 11 21:21:51.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90502025-02-11T21:21:53.614Z[ host-image] Feb 11 21:21:51.954 INFO O| Feb 11 21:21:51.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90512025-02-11T21:21:53.614Z[ host-image] Feb 11 21:21:51.954 INFO O| Feb 11 21:21:51.954 INFO STEP 13 (ensure_dir) COMPLETE
90522025-02-11T21:21:53.614Z[ host-image] Feb 11 21:21:51.954 INFO O| Feb 11 21:21:51.954 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90532025-02-11T21:21:53.634Z[ host-image] Feb 11 21:21:51.976 INFO O| Feb 11 21:21:51.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90542025-02-11T21:21:53.636Z[ host-image] Feb 11 21:21:51.976 INFO O| Feb 11 21:21:51.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90552025-02-11T21:21:53.636Z[ host-image] Feb 11 21:21:51.976 INFO O| Feb 11 21:21:51.976 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90562025-02-11T21:21:53.636Z[ host-image] Feb 11 21:21:51.976 INFO O| Feb 11 21:21:51.976 INFO STEP 14 (ensure_dir) COMPLETE
90572025-02-11T21:21:53.636Z[ host-image] Feb 11 21:21:51.976 INFO O| Feb 11 21:21:51.976 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90582025-02-11T21:21:53.655Z[ host-image] Feb 11 21:21:51.997 INFO O| Feb 11 21:21:51.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90592025-02-11T21:21:53.658Z[ host-image] Feb 11 21:21:51.997 INFO O| Feb 11 21:21:51.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90602025-02-11T21:21:53.658Z[ host-image] Feb 11 21:21:51.997 INFO O| Feb 11 21:21:51.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90612025-02-11T21:21:53.658Z[ host-image] Feb 11 21:21:51.997 INFO O| Feb 11 21:21:51.997 INFO STEP 15 (ensure_dir) COMPLETE
90622025-02-11T21:21:53.658Z[ host-image] Feb 11 21:21:51.998 INFO O| Feb 11 21:21:51.998 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90632025-02-11T21:21:53.674Z[ host-image] Feb 11 21:21:52.016 INFO O| Feb 11 21:21:52.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90642025-02-11T21:21:53.676Z[ host-image] Feb 11 21:21:52.016 INFO O| Feb 11 21:21:52.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90652025-02-11T21:21:53.676Z[ host-image] Feb 11 21:21:52.016 INFO O| Feb 11 21:21:52.016 INFO STEP 16 (ensure_dir) COMPLETE
90662025-02-11T21:21:53.676Z[ host-image] Feb 11 21:21:52.016 INFO O| Feb 11 21:21:52.016 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90672025-02-11T21:21:53.709Z[ host-image] Feb 11 21:21:52.051 INFO O| Feb 11 21:21:52.051 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90682025-02-11T21:21:53.709Z[ host-image] Feb 11 21:21:52.051 INFO O| Feb 11 21:21:52.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90692025-02-11T21:21:53.712Z[ host-image] Feb 11 21:21:52.051 INFO O| Feb 11 21:21:52.051 INFO STEP 17 (ensure_dir) COMPLETE
90702025-02-11T21:21:53.712Z[ host-image] Feb 11 21:21:52.051 INFO O| Feb 11 21:21:52.051 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712025-02-11T21:21:53.734Z[ host-image] Feb 11 21:21:52.075 INFO O| Feb 11 21:21:52.075 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90722025-02-11T21:21:53.734Z[ host-image] Feb 11 21:21:52.075 INFO O| Feb 11 21:21:52.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90732025-02-11T21:21:53.734Z[ host-image] Feb 11 21:21:52.075 INFO O| Feb 11 21:21:52.075 INFO ok!
90742025-02-11T21:21:53.734Z[ host-image] Feb 11 21:21:52.075 INFO O| Feb 11 21:21:52.075 INFO STEP 18 (ensure_symlink) COMPLETE
90752025-02-11T21:21:53.734Z[ host-image] Feb 11 21:21:52.075 INFO O| Feb 11 21:21:52.075 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762025-02-11T21:21:53.755Z[ host-image] Feb 11 21:21:52.097 INFO O| Feb 11 21:21:52.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90772025-02-11T21:21:53.755Z[ host-image] Feb 11 21:21:52.097 INFO O| Feb 11 21:21:52.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90782025-02-11T21:21:53.755Z[ host-image] Feb 11 21:21:52.097 INFO O| Feb 11 21:21:52.097 INFO ok!
90792025-02-11T21:21:53.755Z[ host-image] Feb 11 21:21:52.097 INFO O| Feb 11 21:21:52.097 INFO STEP 19 (ensure_file) COMPLETE
90802025-02-11T21:21:53.755Z[ host-image] Feb 11 21:21:52.097 INFO O| Feb 11 21:21:52.097 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90812025-02-11T21:21:53.791Z[ host-image] Feb 11 21:21:52.133 INFO O| Feb 11 21:21:52.133 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90822025-02-11T21:21:53.791Z[ host-image] Feb 11 21:21:52.133 INFO O| Feb 11 21:21:52.133 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90832025-02-11T21:21:53.794Z[ host-image] Feb 11 21:21:52.134 INFO O| Feb 11 21:21:52.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90842025-02-11T21:21:53.794Z[ host-image] Feb 11 21:21:52.134 INFO O| Feb 11 21:21:52.134 INFO ok!
90852025-02-11T21:21:53.794Z[ host-image] Feb 11 21:21:52.134 INFO O| Feb 11 21:21:52.134 INFO STEP 20 (ensure_symlink) COMPLETE
90862025-02-11T21:21:53.794Z[ host-image] Feb 11 21:21:52.134 INFO O| Feb 11 21:21:52.134 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90872025-02-11T21:21:53.811Z[ host-image] Feb 11 21:21:52.153 INFO O| Feb 11 21:21:52.153 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90882025-02-11T21:21:53.811Z[ host-image] Feb 11 21:21:52.153 INFO O| Feb 11 21:21:52.153 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90892025-02-11T21:21:53.815Z[ host-image] Feb 11 21:21:52.154 INFO O| Feb 11 21:21:52.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90902025-02-11T21:21:53.815Z[ host-image] Feb 11 21:21:52.154 INFO O| Feb 11 21:21:52.154 INFO ok!
90912025-02-11T21:21:53.815Z[ host-image] Feb 11 21:21:52.154 INFO O| Feb 11 21:21:52.154 INFO STEP 21 (ensure_symlink) COMPLETE
90922025-02-11T21:21:53.815Z[ host-image] Feb 11 21:21:52.154 INFO O| Feb 11 21:21:52.154 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90932025-02-11T21:21:53.833Z[ host-image] Feb 11 21:21:52.175 INFO O| Feb 11 21:21:52.175 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90942025-02-11T21:21:53.833Z[ host-image] Feb 11 21:21:52.175 INFO O| Feb 11 21:21:52.175 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90952025-02-11T21:21:53.836Z[ host-image] Feb 11 21:21:52.175 INFO O| Feb 11 21:21:52.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90962025-02-11T21:21:53.836Z[ host-image] Feb 11 21:21:52.175 INFO O| Feb 11 21:21:52.175 INFO ok!
90972025-02-11T21:21:53.836Z[ host-image] Feb 11 21:21:52.175 INFO O| Feb 11 21:21:52.175 INFO STEP 22 (ensure_symlink) COMPLETE
90982025-02-11T21:21:53.836Z[ host-image] Feb 11 21:21:52.176 INFO O| Feb 11 21:21:52.175 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90992025-02-11T21:21:53.868Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91002025-02-11T21:21:53.868Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91012025-02-11T21:21:53.868Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91022025-02-11T21:21:53.868Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO ok!
91032025-02-11T21:21:53.872Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO STEP 23 (ensure_symlink) COMPLETE
91042025-02-11T21:21:53.872Z[ host-image] Feb 11 21:21:52.210 INFO O| Feb 11 21:21:52.210 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91052025-02-11T21:21:53.904Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91062025-02-11T21:21:53.907Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91072025-02-11T21:21:53.907Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91082025-02-11T21:21:53.907Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 INFO ok!
91092025-02-11T21:21:53.907Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 INFO STEP 24 (ensure_file) COMPLETE
91102025-02-11T21:21:53.907Z[ host-image] Feb 11 21:21:52.246 INFO O| Feb 11 21:21:52.246 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91112025-02-11T21:21:53.942Z[ host-image] Feb 11 21:21:52.284 INFO O| Feb 11 21:21:52.284 INFO updating shadow file
91122025-02-11T21:21:53.957Z[ host-image] Feb 11 21:21:52.284 INFO O| Feb 11 21:21:52.284 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91132025-02-11T21:21:53.957Z[ host-image] Feb 11 21:21:52.284 INFO O| Feb 11 21:21:52.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91142025-02-11T21:21:53.957Z[ host-image] Feb 11 21:21:52.285 INFO O| Feb 11 21:21:52.285 INFO STEP 25 (shadow) COMPLETE
91152025-02-11T21:21:53.957Z[ host-image] Feb 11 21:21:52.285 INFO O| Feb 11 21:21:52.285 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91162025-02-11T21:21:53.966Z[ host-image] Feb 11 21:21:52.308 INFO O| Feb 11 21:21:52.308 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91172025-02-11T21:21:53.966Z[ host-image] Feb 11 21:21:52.309 INFO O| Feb 11 21:21:52.308 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91182025-02-11T21:21:53.969Z[ host-image] Feb 11 21:21:52.309 INFO O| Feb 11 21:21:52.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91192025-02-11T21:21:53.969Z[ host-image] Feb 11 21:21:52.309 INFO O| Feb 11 21:21:52.309 INFO ok!
91202025-02-11T21:21:53.969Z[ host-image] Feb 11 21:21:52.309 INFO O| Feb 11 21:21:52.309 INFO STEP 26 (ensure_file) COMPLETE
91212025-02-11T21:21:53.969Z[ host-image] Feb 11 21:21:52.309 INFO O| Feb 11 21:21:52.309 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91222025-02-11T21:21:54.001Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91232025-02-11T21:21:54.001Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91242025-02-11T21:21:54.004Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91252025-02-11T21:21:54.004Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO ok!
91262025-02-11T21:21:54.004Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO STEP 27 (ensure_file) COMPLETE
91272025-02-11T21:21:54.004Z[ host-image] Feb 11 21:21:52.343 INFO O| Feb 11 21:21:52.343 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91282025-02-11T21:21:54.042Z[ host-image] Feb 11 21:21:52.384 INFO O| Feb 11 21:21:52.384 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91292025-02-11T21:21:54.042Z[ host-image] Feb 11 21:21:52.384 INFO O| Feb 11 21:21:52.384 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91302025-02-11T21:21:54.046Z[ host-image] Feb 11 21:21:52.385 INFO O| Feb 11 21:21:52.384 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91312025-02-11T21:21:54.046Z[ host-image] Feb 11 21:21:52.385 INFO O| Feb 11 21:21:52.385 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91322025-02-11T21:21:54.046Z[ host-image] Feb 11 21:21:52.385 INFO O| Feb 11 21:21:52.385 INFO ok!
91332025-02-11T21:21:54.046Z[ host-image] Feb 11 21:21:52.385 INFO O| Feb 11 21:21:52.385 INFO STEP 28 (ensure_file) COMPLETE
91342025-02-11T21:21:54.046Z[ host-image] Feb 11 21:21:52.385 INFO O| Feb 11 21:21:52.385 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91352025-02-11T21:21:54.086Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91362025-02-11T21:21:54.086Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.428 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91372025-02-11T21:21:54.088Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91382025-02-11T21:21:54.088Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.428 INFO ok!
91392025-02-11T21:21:54.088Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.428 INFO STEP 29 (ensure_file) COMPLETE
91402025-02-11T21:21:54.088Z[ host-image] Feb 11 21:21:52.428 INFO O| Feb 11 21:21:52.428 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412025-02-11T21:21:54.135Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91422025-02-11T21:21:54.135Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91432025-02-11T21:21:54.135Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91442025-02-11T21:21:54.138Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO ok!
91452025-02-11T21:21:54.138Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO STEP 30 (ensure_file) COMPLETE
91462025-02-11T21:21:54.138Z[ host-image] Feb 11 21:21:52.477 INFO O| Feb 11 21:21:52.477 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91472025-02-11T21:21:54.194Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91482025-02-11T21:21:54.194Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91492025-02-11T21:21:54.197Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91502025-02-11T21:21:54.197Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91512025-02-11T21:21:54.197Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 INFO ok!
91522025-02-11T21:21:54.197Z[ host-image] Feb 11 21:21:52.536 INFO O| Feb 11 21:21:52.536 INFO STEP 31 (ensure_file) COMPLETE
91532025-02-11T21:21:54.197Z[ host-image] Feb 11 21:21:52.537 INFO O| Feb 11 21:21:52.536 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91542025-02-11T21:21:54.219Z[ host-image] Feb 11 21:21:52.560 INFO O| Feb 11 21:21:52.560 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91552025-02-11T21:21:54.219Z[ host-image] Feb 11 21:21:52.560 INFO O| Feb 11 21:21:52.560 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91562025-02-11T21:21:54.221Z[ host-image] Feb 11 21:21:52.561 INFO O| Feb 11 21:21:52.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91572025-02-11T21:21:54.221Z[ host-image] Feb 11 21:21:52.561 INFO O| Feb 11 21:21:52.561 INFO ok!
91582025-02-11T21:21:54.221Z[ host-image] Feb 11 21:21:52.561 INFO O| Feb 11 21:21:52.561 INFO STEP 32 (ensure_file) COMPLETE
91592025-02-11T21:21:54.221Z[ host-image] Feb 11 21:21:52.561 INFO O| Feb 11 21:21:52.561 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91602025-02-11T21:21:54.269Z[ host-image] Feb 11 21:21:52.611 INFO O| Feb 11 21:21:52.611 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91612025-02-11T21:21:54.270Z[ host-image] Feb 11 21:21:52.611 INFO O| Feb 11 21:21:52.611 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91622025-02-11T21:21:54.273Z[ host-image] Feb 11 21:21:52.611 INFO O| Feb 11 21:21:52.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91632025-02-11T21:21:54.273Z[ host-image] Feb 11 21:21:52.612 INFO O| Feb 11 21:21:52.611 INFO ok!
91642025-02-11T21:21:54.273Z[ host-image] Feb 11 21:21:52.612 INFO O| Feb 11 21:21:52.611 INFO STEP 33 (ensure_file) COMPLETE
91652025-02-11T21:21:54.273Z[ host-image] Feb 11 21:21:52.612 INFO O| Feb 11 21:21:52.611 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91662025-02-11T21:21:54.289Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91672025-02-11T21:21:54.289Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91682025-02-11T21:21:54.289Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91692025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91702025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91712025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91722025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO ok!
91732025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.631 INFO O| Feb 11 21:21:52.631 INFO STEP 34 (ensure_file) COMPLETE
91742025-02-11T21:21:54.292Z[ host-image] Feb 11 21:21:52.632 INFO O| Feb 11 21:21:52.631 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91752025-02-11T21:21:54.340Z[ host-image] Feb 11 21:21:52.681 INFO O| Feb 11 21:21:52.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91762025-02-11T21:21:54.344Z[ host-image] Feb 11 21:21:52.682 INFO O| Feb 11 21:21:52.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91772025-02-11T21:21:54.344Z[ host-image] Feb 11 21:21:52.682 INFO O| Feb 11 21:21:52.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91782025-02-11T21:21:54.344Z[ host-image] Feb 11 21:21:52.682 INFO O| Feb 11 21:21:52.682 INFO STEP 35 (ensure_dir) COMPLETE
91792025-02-11T21:21:54.344Z[ host-image] Feb 11 21:21:52.682 INFO O| Feb 11 21:21:52.682 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91802025-02-11T21:21:54.360Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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
91812025-02-11T21:21:54.360Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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 ...
91822025-02-11T21:21:54.360Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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
91832025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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
91842025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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
91852025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 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
91862025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.702 INFO O| Feb 11 21:21:52.702 INFO ok!
91872025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.703 INFO O| Feb 11 21:21:52.702 INFO STEP 36 (ensure_file) COMPLETE
91882025-02-11T21:21:54.363Z[ host-image] Feb 11 21:21:52.703 INFO O| Feb 11 21:21:52.703 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91892025-02-11T21:21:54.381Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.722 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91902025-02-11T21:21:54.381Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.722 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 ...
91912025-02-11T21:21:54.381Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91922025-02-11T21:21:54.381Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.723 INFO ok!
91932025-02-11T21:21:54.383Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.723 INFO STEP 37 (ensure_symlink) COMPLETE
91942025-02-11T21:21:54.383Z[ host-image] Feb 11 21:21:52.723 INFO O| Feb 11 21:21:52.723 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91952025-02-11T21:21:54.401Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91962025-02-11T21:21:54.401Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91972025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91982025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91992025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92002025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92012025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.743 INFO O| Feb 11 21:21:52.743 INFO ok!
92022025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.744 INFO O| Feb 11 21:21:52.743 INFO STEP 38 (ensure_file) COMPLETE
92032025-02-11T21:21:54.404Z[ host-image] Feb 11 21:21:52.744 INFO O| Feb 11 21:21:52.744 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92042025-02-11T21:21:54.437Z[ host-image] Feb 11 21:21:52.778 INFO O| Feb 11 21:21:52.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92052025-02-11T21:21:54.437Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.778 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 ...
92062025-02-11T21:21:54.439Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.779 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
92072025-02-11T21:21:54.439Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92082025-02-11T21:21:54.439Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.779 INFO ok!
92092025-02-11T21:21:54.439Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.779 INFO STEP 39 (ensure_file) COMPLETE
92102025-02-11T21:21:54.439Z[ host-image] Feb 11 21:21:52.779 INFO O| Feb 11 21:21:52.779 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92112025-02-11T21:21:54.475Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92122025-02-11T21:21:54.475Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92132025-02-11T21:21:54.479Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92142025-02-11T21:21:54.479Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO ok!
92152025-02-11T21:21:54.479Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO STEP 40 (ensure_file) COMPLETE
92162025-02-11T21:21:54.479Z[ host-image] Feb 11 21:21:52.817 INFO O| Feb 11 21:21:52.817 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92172025-02-11T21:21:54.500Z[ host-image] Feb 11 21:21:52.841 INFO O| Feb 11 21:21:52.841 INFO updating shadow file
92182025-02-11T21:21:54.500Z[ host-image] Feb 11 21:21:52.842 INFO O| Feb 11 21:21:52.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92192025-02-11T21:21:54.502Z[ host-image] Feb 11 21:21:52.842 INFO O| Feb 11 21:21:52.842 INFO STEP 41 (shadow) COMPLETE
92202025-02-11T21:21:54.502Z[ host-image] Feb 11 21:21:52.842 INFO O| Feb 11 21:21:52.842 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92212025-02-11T21:21:54.533Z[ host-image] Feb 11 21:21:52.874 INFO O| Feb 11 21:21:52.874 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92222025-02-11T21:21:54.533Z[ host-image] Feb 11 21:21:52.874 INFO O| Feb 11 21:21:52.874 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92232025-02-11T21:21:54.535Z[ host-image] Feb 11 21:21:52.874 INFO O| Feb 11 21:21:52.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92242025-02-11T21:21:54.535Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92252025-02-11T21:21:54.535Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO ok!
92262025-02-11T21:21:54.535Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO STEP 42 (ensure_file) COMPLETE
92272025-02-11T21:21:54.535Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92282025-02-11T21:21:54.536Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO skip step because feature "mfg" is not enabled
92292025-02-11T21:21:54.536Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92302025-02-11T21:21:54.536Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO skip step because feature "mfg" is not enabled
92312025-02-11T21:21:54.536Z[ host-image] Feb 11 21:21:52.875 INFO O| Feb 11 21:21:52.875 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322025-02-11T21:21:54.557Z[ host-image] Feb 11 21:21:52.899 INFO O| Feb 11 21:21:52.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92332025-02-11T21:21:54.557Z[ host-image] Feb 11 21:21:52.899 INFO O| Feb 11 21:21:52.899 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92342025-02-11T21:21:55.428Z[ host-image] Feb 11 21:21:53.770 INFO O| Feb 11 21:21:53.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92352025-02-11T21:21:55.428Z[ host-image] Feb 11 21:21:53.770 INFO O| Feb 11 21:21:53.770 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92362025-02-11T21:21:55.430Z[ host-image] Feb 11 21:21:53.770 INFO O| Feb 11 21:21:53.770 INFO ok!
92372025-02-11T21:21:55.431Z[ host-image] Feb 11 21:21:53.770 INFO O| Feb 11 21:21:53.770 INFO STEP 45 (ensure_file) COMPLETE
92382025-02-11T21:21:55.431Z[ host-image] Feb 11 21:21:53.770 INFO O| Feb 11 21:21:53.770 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92392025-02-11T21:21:55.448Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92402025-02-11T21:21:55.448Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92412025-02-11T21:21:55.448Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92422025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92432025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92442025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92452025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO ok!
92462025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO STEP 46 (ensure_file) COMPLETE
92472025-02-11T21:21:55.451Z[ host-image] Feb 11 21:21:53.790 INFO O| Feb 11 21:21:53.790 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92482025-02-11T21:21:55.468Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92492025-02-11T21:21:55.468Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 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 ...
92502025-02-11T21:21:55.468Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 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
92512025-02-11T21:21:55.471Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92522025-02-11T21:21:55.471Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 INFO ok!
92532025-02-11T21:21:55.471Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 INFO STEP 47 (ensure_file) COMPLETE
92542025-02-11T21:21:55.471Z[ host-image] Feb 11 21:21:53.810 INFO O| Feb 11 21:21:53.810 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92552025-02-11T21:21:55.504Z[ host-image] Feb 11 21:21:53.845 INFO O| Feb 11 21:21:53.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92562025-02-11T21:21:55.504Z[ host-image] Feb 11 21:21:53.845 INFO O| Feb 11 21:21:53.845 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92572025-02-11T21:21:55.504Z[ host-image] Feb 11 21:21:53.845 INFO O| Feb 11 21:21:53.845 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92582025-02-11T21:21:55.506Z[ host-image] Feb 11 21:21:53.845 INFO O| Feb 11 21:21:53.845 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92592025-02-11T21:21:55.506Z[ host-image] Feb 11 21:21:53.845 INFO O| Feb 11 21:21:53.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92602025-02-11T21:21:55.506Z[ host-image] Feb 11 21:21:53.846 INFO O| Feb 11 21:21:53.845 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92612025-02-11T21:21:55.506Z[ host-image] Feb 11 21:21:53.846 INFO O| Feb 11 21:21:53.846 INFO ok!
92622025-02-11T21:21:55.507Z[ host-image] Feb 11 21:21:53.846 INFO O| Feb 11 21:21:53.846 INFO STEP 48 (ensure_file) COMPLETE
92632025-02-11T21:21:55.507Z[ host-image] Feb 11 21:21:53.846 INFO O| Feb 11 21:21:53.846 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92642025-02-11T21:21:55.523Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92652025-02-11T21:21:55.523Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 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 ...
92662025-02-11T21:21:55.526Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 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
92672025-02-11T21:21:55.526Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92682025-02-11T21:21:55.526Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 INFO ok!
92692025-02-11T21:21:55.526Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 INFO STEP 49 (ensure_file) COMPLETE
92702025-02-11T21:21:55.526Z[ host-image] Feb 11 21:21:53.865 INFO O| Feb 11 21:21:53.865 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92712025-02-11T21:21:55.543Z[ host-image] Feb 11 21:21:53.884 INFO O| Feb 11 21:21:53.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92722025-02-11T21:21:55.543Z[ host-image] Feb 11 21:21:53.884 INFO O| Feb 11 21:21:53.884 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92732025-02-11T21:21:55.543Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92742025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92752025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92762025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92772025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO ok!
92782025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO STEP 50 (ensure_file) COMPLETE
92792025-02-11T21:21:55.546Z[ host-image] Feb 11 21:21:53.885 INFO O| Feb 11 21:21:53.885 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92802025-02-11T21:21:55.562Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92812025-02-11T21:21:55.562Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 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 ...
92822025-02-11T21:21:55.565Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 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
92832025-02-11T21:21:55.565Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92842025-02-11T21:21:55.565Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 INFO ok!
92852025-02-11T21:21:55.565Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 INFO STEP 51 (ensure_file) COMPLETE
92862025-02-11T21:21:55.565Z[ host-image] Feb 11 21:21:53.904 INFO O| Feb 11 21:21:53.904 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92872025-02-11T21:21:55.583Z[ host-image] Feb 11 21:21:53.924 INFO O| Feb 11 21:21:53.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92882025-02-11T21:21:55.583Z[ host-image] Feb 11 21:21:53.924 INFO O| Feb 11 21:21:53.924 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 ...
92892025-02-11T21:21:55.583Z[ host-image] Feb 11 21:21:53.924 INFO O| Feb 11 21:21:53.924 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
92902025-02-11T21:21:55.583Z[ host-image] Feb 11 21:21:53.924 INFO O| Feb 11 21:21:53.924 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92912025-02-11T21:21:55.585Z[ host-image] Feb 11 21:21:53.925 INFO O| Feb 11 21:21:53.924 INFO ok!
92922025-02-11T21:21:55.585Z[ host-image] Feb 11 21:21:53.925 INFO O| Feb 11 21:21:53.925 INFO STEP 52 (ensure_file) COMPLETE
92932025-02-11T21:21:55.586Z[ host-image] Feb 11 21:21:53.925 INFO O| Feb 11 21:21:53.925 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92942025-02-11T21:21:55.625Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92952025-02-11T21:21:55.625Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 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 ...
92962025-02-11T21:21:55.625Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 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
92972025-02-11T21:21:55.628Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92982025-02-11T21:21:55.628Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 INFO ok!
92992025-02-11T21:21:55.628Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 INFO STEP 53 (ensure_file) COMPLETE
93002025-02-11T21:21:55.628Z[ host-image] Feb 11 21:21:53.967 INFO O| Feb 11 21:21:53.967 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012025-02-11T21:21:55.666Z[ host-image] Feb 11 21:21:54.008 INFO O| Feb 11 21:21:54.008 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93022025-02-11T21:21:55.667Z[ host-image] Feb 11 21:21:54.008 INFO O| Feb 11 21:21:54.008 INFO STEP 54 (ensure_dir) COMPLETE
93032025-02-11T21:21:55.669Z[ host-image] Feb 11 21:21:54.008 INFO O| Feb 11 21:21:54.008 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042025-02-11T21:21:55.723Z[ host-image] Feb 11 21:21:54.065 INFO O| Feb 11 21:21:54.065 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93052025-02-11T21:21:55.724Z[ host-image] Feb 11 21:21:54.065 INFO O| Feb 11 21:21:54.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93062025-02-11T21:21:55.727Z[ host-image] Feb 11 21:21:54.065 INFO O| Feb 11 21:21:54.065 INFO STEP 55 (ensure_dir) COMPLETE
93072025-02-11T21:21:55.727Z[ host-image] Feb 11 21:21:54.065 INFO O| Feb 11 21:21:54.065 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082025-02-11T21:21:55.779Z[ host-image] Feb 11 21:21:54.120 INFO O| Feb 11 21:21:54.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93092025-02-11T21:21:55.779Z[ host-image] Feb 11 21:21:54.121 INFO O| Feb 11 21:21:54.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93102025-02-11T21:21:55.782Z[ host-image] Feb 11 21:21:54.121 INFO O| Feb 11 21:21:54.121 INFO STEP 56 (ensure_dir) COMPLETE
93112025-02-11T21:21:55.782Z[ host-image] Feb 11 21:21:54.121 INFO O| Feb 11 21:21:54.121 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122025-02-11T21:21:55.810Z[ host-image] Feb 11 21:21:54.151 INFO O| Feb 11 21:21:54.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93132025-02-11T21:21:55.810Z[ host-image] Feb 11 21:21:54.151 INFO O| Feb 11 21:21:54.151 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93142025-02-11T21:21:55.835Z[ host-image] Feb 11 21:21:54.176 INFO O| Feb 11 21:21:54.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93152025-02-11T21:21:55.835Z[ host-image] Feb 11 21:21:54.176 INFO O| Feb 11 21:21:54.176 INFO ok!
93162025-02-11T21:21:55.835Z[ host-image] Feb 11 21:21:54.176 INFO O| Feb 11 21:21:54.176 INFO STEP 57 (ensure_file) COMPLETE
93172025-02-11T21:21:55.838Z[ host-image] Feb 11 21:21:54.176 INFO O| Feb 11 21:21:54.176 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182025-02-11T21:21:55.854Z[ host-image] Feb 11 21:21:54.196 INFO O| Feb 11 21:21:54.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93192025-02-11T21:21:55.854Z[ host-image] Feb 11 21:21:54.196 INFO O| Feb 11 21:21:54.196 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93202025-02-11T21:21:57.302Z[ host-image] Feb 11 21:21:55.644 INFO O| Feb 11 21:21:55.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93212025-02-11T21:21:57.302Z[ host-image] Feb 11 21:21:55.644 INFO O| Feb 11 21:21:55.644 INFO ok!
93222025-02-11T21:21:57.302Z[ host-image] Feb 11 21:21:55.644 INFO O| Feb 11 21:21:55.644 INFO STEP 58 (ensure_file) COMPLETE
93232025-02-11T21:21:57.305Z[ host-image] Feb 11 21:21:55.644 INFO O| Feb 11 21:21:55.644 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242025-02-11T21:21:57.321Z[ host-image] Feb 11 21:21:55.663 INFO O| Feb 11 21:21:55.663 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93252025-02-11T21:21:57.321Z[ host-image] Feb 11 21:21:55.663 INFO O| Feb 11 21:21:55.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93262025-02-11T21:21:57.321Z[ host-image] Feb 11 21:21:55.663 INFO O| Feb 11 21:21:55.663 INFO STEP 59 (ensure_dir) COMPLETE
93272025-02-11T21:21:57.324Z[ host-image] Feb 11 21:21:55.663 INFO O| Feb 11 21:21:55.663 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282025-02-11T21:21:57.350Z[ host-image] Feb 11 21:21:55.691 INFO O| Feb 11 21:21:55.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93292025-02-11T21:21:57.350Z[ host-image] Feb 11 21:21:55.692 INFO O| Feb 11 21:21:55.691 INFO copying /tmp/.tmpA54Xaq/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 ...
93302025-02-11T21:21:57.353Z[ host-image] Feb 11 21:21:55.692 INFO O| Feb 11 21:21:55.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93312025-02-11T21:21:57.353Z[ host-image] Feb 11 21:21:55.692 INFO O| Feb 11 21:21:55.692 INFO ok!
93322025-02-11T21:21:57.353Z[ host-image] Feb 11 21:21:55.692 INFO O| Feb 11 21:21:55.692 INFO STEP 60 (ensure_file) COMPLETE
93332025-02-11T21:21:57.353Z[ host-image] Feb 11 21:21:55.692 INFO O| Feb 11 21:21:55.692 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342025-02-11T21:21:57.372Z[ host-image] Feb 11 21:21:55.713 INFO O| Feb 11 21:21:55.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93352025-02-11T21:21:57.372Z[ host-image] Feb 11 21:21:55.713 INFO O| Feb 11 21:21:55.713 INFO copying /tmp/.tmpA54Xaq/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 ...
93362025-02-11T21:21:57.374Z[ host-image] Feb 11 21:21:55.714 INFO O| Feb 11 21:21:55.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93372025-02-11T21:21:57.374Z[ host-image] Feb 11 21:21:55.714 INFO O| Feb 11 21:21:55.714 INFO ok!
93382025-02-11T21:21:57.374Z[ host-image] Feb 11 21:21:55.714 INFO O| Feb 11 21:21:55.714 INFO STEP 61 (ensure_file) COMPLETE
93392025-02-11T21:21:57.374Z[ host-image] Feb 11 21:21:55.714 INFO O| Feb 11 21:21:55.714 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402025-02-11T21:21:57.392Z[ host-image] Feb 11 21:21:55.734 INFO O| Feb 11 21:21:55.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93412025-02-11T21:21:57.395Z[ host-image] Feb 11 21:21:55.734 INFO O| Feb 11 21:21:55.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93422025-02-11T21:21:57.395Z[ host-image] Feb 11 21:21:55.734 INFO O| Feb 11 21:21:55.734 INFO STEP 62 (ensure_dir) COMPLETE
93432025-02-11T21:21:57.395Z[ host-image] Feb 11 21:21:55.734 INFO O| Feb 11 21:21:55.734 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442025-02-11T21:21:57.412Z[ host-image] Feb 11 21:21:55.753 INFO O| Feb 11 21:21:55.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93452025-02-11T21:21:57.412Z[ host-image] Feb 11 21:21:55.754 INFO O| Feb 11 21:21:55.753 INFO copying /tmp/.tmpA54Xaq/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 ...
93462025-02-11T21:21:57.415Z[ host-image] Feb 11 21:21:55.754 INFO O| Feb 11 21:21:55.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93472025-02-11T21:21:57.415Z[ host-image] Feb 11 21:21:55.754 INFO O| Feb 11 21:21:55.754 INFO ok!
93482025-02-11T21:21:57.415Z[ host-image] Feb 11 21:21:55.754 INFO O| Feb 11 21:21:55.754 INFO STEP 63 (ensure_file) COMPLETE
93492025-02-11T21:21:57.415Z[ host-image] Feb 11 21:21:55.754 INFO O| Feb 11 21:21:55.754 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502025-02-11T21:21:57.453Z[ host-image] Feb 11 21:21:55.795 INFO O| Feb 11 21:21:55.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93512025-02-11T21:21:57.453Z[ host-image] Feb 11 21:21:55.795 INFO O| Feb 11 21:21:55.795 INFO copying /tmp/.tmpA54Xaq/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 ...
93522025-02-11T21:21:57.456Z[ host-image] Feb 11 21:21:55.795 INFO O| Feb 11 21:21:55.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93532025-02-11T21:21:57.456Z[ host-image] Feb 11 21:21:55.795 INFO O| Feb 11 21:21:55.795 INFO ok!
93542025-02-11T21:21:57.456Z[ host-image] Feb 11 21:21:55.796 INFO O| Feb 11 21:21:55.795 INFO STEP 64 (ensure_file) COMPLETE
93552025-02-11T21:21:57.456Z[ host-image] Feb 11 21:21:55.796 INFO O| Feb 11 21:21:55.796 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562025-02-11T21:21:57.476Z[ host-image] Feb 11 21:21:55.817 INFO O| Feb 11 21:21:55.817 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93572025-02-11T21:21:57.476Z[ host-image] Feb 11 21:21:55.817 INFO O| Feb 11 21:21:55.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93582025-02-11T21:21:57.478Z[ host-image] Feb 11 21:21:55.817 INFO O| Feb 11 21:21:55.817 INFO STEP 65 (ensure_dir) COMPLETE
93592025-02-11T21:21:57.478Z[ host-image] Feb 11 21:21:55.817 INFO O| Feb 11 21:21:55.817 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602025-02-11T21:21:57.511Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93612025-02-11T21:21:57.511Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO copying /tmp/.tmpA54Xaq/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 ...
93622025-02-11T21:21:57.511Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93632025-02-11T21:21:57.511Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO ok!
93642025-02-11T21:21:57.514Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO STEP 66 (ensure_file) COMPLETE
93652025-02-11T21:21:57.514Z[ host-image] Feb 11 21:21:55.852 INFO O| Feb 11 21:21:55.852 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662025-02-11T21:21:57.531Z[ host-image] Feb 11 21:21:55.872 INFO O| Feb 11 21:21:55.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93672025-02-11T21:21:57.531Z[ host-image] Feb 11 21:21:55.873 INFO O| Feb 11 21:21:55.872 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93682025-02-11T21:21:57.534Z[ host-image] Feb 11 21:21:55.873 INFO O| Feb 11 21:21:55.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93692025-02-11T21:21:57.534Z[ host-image] Feb 11 21:21:55.873 INFO O| Feb 11 21:21:55.873 INFO ok!
93702025-02-11T21:21:57.534Z[ host-image] Feb 11 21:21:55.873 INFO O| Feb 11 21:21:55.873 INFO STEP 67 (ensure_file) COMPLETE
93712025-02-11T21:21:57.534Z[ host-image] Feb 11 21:21:55.873 INFO O| Feb 11 21:21:55.873 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722025-02-11T21:21:57.552Z[ host-image] Feb 11 21:21:55.893 INFO O| Feb 11 21:21:55.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93732025-02-11T21:21:57.552Z[ host-image] Feb 11 21:21:55.893 INFO O| Feb 11 21:21:55.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93742025-02-11T21:21:57.555Z[ host-image] Feb 11 21:21:55.893 INFO O| Feb 11 21:21:55.893 INFO STEP 68 (ensure_dir) COMPLETE
93752025-02-11T21:21:57.555Z[ host-image] Feb 11 21:21:55.893 INFO O| Feb 11 21:21:55.893 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762025-02-11T21:21:57.591Z[ host-image] Feb 11 21:21:55.932 INFO O| Feb 11 21:21:55.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93772025-02-11T21:21:57.591Z[ host-image] Feb 11 21:21:55.932 INFO O| Feb 11 21:21:55.932 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93782025-02-11T21:21:59.016Z[ host-image] Feb 11 21:21:57.357 INFO O| Feb 11 21:21:57.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93792025-02-11T21:21:59.016Z[ host-image] Feb 11 21:21:57.357 INFO O| Feb 11 21:21:57.357 INFO ok!
93802025-02-11T21:21:59.016Z[ host-image] Feb 11 21:21:57.357 INFO O| Feb 11 21:21:57.357 INFO STEP 69 (ensure_file) COMPLETE
93812025-02-11T21:21:59.019Z[ host-image] Feb 11 21:21:57.357 INFO O| Feb 11 21:21:57.357 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822025-02-11T21:21:59.053Z[ host-image] Feb 11 21:21:57.394 INFO O| Feb 11 21:21:57.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93832025-02-11T21:21:59.056Z[ host-image] Feb 11 21:21:57.395 INFO O| Feb 11 21:21:57.394 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93842025-02-11T21:22:01.162Z[ host-image] Feb 11 21:21:59.504 INFO O| Feb 11 21:21:59.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93852025-02-11T21:22:01.163Z[ host-image] Feb 11 21:21:59.504 INFO O| Feb 11 21:21:59.504 INFO ok!
93862025-02-11T21:22:01.165Z[ host-image] Feb 11 21:21:59.504 INFO O| Feb 11 21:21:59.504 INFO STEP 70 (ensure_file) COMPLETE
93872025-02-11T21:22:01.165Z[ host-image] Feb 11 21:21:59.504 INFO O| Feb 11 21:21:59.504 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882025-02-11T21:22:01.182Z[ host-image] Feb 11 21:21:59.524 INFO O| Feb 11 21:21:59.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93892025-02-11T21:22:01.182Z[ host-image] Feb 11 21:21:59.524 INFO O| Feb 11 21:21:59.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93902025-02-11T21:22:01.185Z[ host-image] Feb 11 21:21:59.524 INFO O| Feb 11 21:21:59.524 INFO STEP 71 (ensure_dir) COMPLETE
93912025-02-11T21:22:01.185Z[ host-image] Feb 11 21:21:59.524 INFO O| Feb 11 21:21:59.524 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922025-02-11T21:22:01.214Z[ host-image] Feb 11 21:21:59.555 INFO O| Feb 11 21:21:59.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93932025-02-11T21:22:01.214Z[ host-image] Feb 11 21:21:59.555 INFO O| Feb 11 21:21:59.555 INFO copying /tmp/.tmpA54Xaq/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 ...
93942025-02-11T21:22:01.217Z[ host-image] Feb 11 21:21:59.555 INFO O| Feb 11 21:21:59.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93952025-02-11T21:22:01.217Z[ host-image] Feb 11 21:21:59.555 INFO O| Feb 11 21:21:59.555 INFO ok!
93962025-02-11T21:22:01.218Z[ host-image] Feb 11 21:21:59.555 INFO O| Feb 11 21:21:59.555 INFO STEP 72 (ensure_file) COMPLETE
93972025-02-11T21:22:01.218Z[ host-image] Feb 11 21:21:59.556 INFO O| Feb 11 21:21:59.555 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982025-02-11T21:22:01.259Z[ host-image] Feb 11 21:21:59.600 INFO O| Feb 11 21:21:59.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93992025-02-11T21:22:01.259Z[ host-image] Feb 11 21:21:59.600 INFO O| Feb 11 21:21:59.600 INFO copying /tmp/.tmpA54Xaq/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 ...
94002025-02-11T21:22:01.262Z[ host-image] Feb 11 21:21:59.601 INFO O| Feb 11 21:21:59.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94012025-02-11T21:22:01.262Z[ host-image] Feb 11 21:21:59.601 INFO O| Feb 11 21:21:59.600 INFO ok!
94022025-02-11T21:22:01.262Z[ host-image] Feb 11 21:21:59.601 INFO O| Feb 11 21:21:59.601 INFO STEP 73 (ensure_file) COMPLETE
94032025-02-11T21:22:01.262Z[ host-image] Feb 11 21:21:59.601 INFO O| Feb 11 21:21:59.601 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042025-02-11T21:22:01.284Z[ host-image] Feb 11 21:21:59.625 INFO O| Feb 11 21:21:59.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94052025-02-11T21:22:01.284Z[ host-image] Feb 11 21:21:59.625 INFO O| Feb 11 21:21:59.625 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94062025-02-11T21:22:01.287Z[ host-image] Feb 11 21:21:59.626 INFO O| Feb 11 21:21:59.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94072025-02-11T21:22:01.287Z[ host-image] Feb 11 21:21:59.626 INFO O| Feb 11 21:21:59.626 INFO ok!
94082025-02-11T21:22:01.287Z[ host-image] Feb 11 21:21:59.626 INFO O| Feb 11 21:21:59.626 INFO STEP 74 (ensure_file) COMPLETE
94092025-02-11T21:22:01.287Z[ host-image] Feb 11 21:21:59.626 INFO O| Feb 11 21:21:59.626 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102025-02-11T21:22:01.328Z[ host-image] Feb 11 21:21:59.668 INFO O| Feb 11 21:21:59.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94112025-02-11T21:22:01.328Z[ host-image] Feb 11 21:21:59.668 INFO O| Feb 11 21:21:59.668 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94122025-02-11T21:22:01.328Z[ host-image] Feb 11 21:21:59.669 INFO O| Feb 11 21:21:59.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94132025-02-11T21:22:01.328Z[ host-image] Feb 11 21:21:59.669 INFO O| Feb 11 21:21:59.669 INFO ok!
94142025-02-11T21:22:01.330Z[ host-image] Feb 11 21:21:59.669 INFO O| Feb 11 21:21:59.669 INFO STEP 75 (ensure_file) COMPLETE
94152025-02-11T21:22:01.330Z[ host-image] Feb 11 21:21:59.669 INFO O| Feb 11 21:21:59.669 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162025-02-11T21:22:01.348Z[ host-image] Feb 11 21:21:59.689 INFO O| Feb 11 21:21:59.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94172025-02-11T21:22:01.348Z[ host-image] Feb 11 21:21:59.689 INFO O| Feb 11 21:21:59.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94182025-02-11T21:22:01.348Z[ host-image] Feb 11 21:21:59.689 INFO O| Feb 11 21:21:59.689 INFO STEP 76 (ensure_dir) COMPLETE
94192025-02-11T21:22:01.351Z[ host-image] Feb 11 21:21:59.689 INFO O| Feb 11 21:21:59.689 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202025-02-11T21:22:01.368Z[ host-image] Feb 11 21:21:59.709 INFO O| Feb 11 21:21:59.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94212025-02-11T21:22:01.368Z[ host-image] Feb 11 21:21:59.709 INFO O| Feb 11 21:21:59.709 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94222025-02-11T21:22:01.373Z[ host-image] Feb 11 21:21:59.714 INFO O| Feb 11 21:21:59.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94232025-02-11T21:22:01.373Z[ host-image] Feb 11 21:21:59.714 INFO O| Feb 11 21:21:59.714 INFO ok!
94242025-02-11T21:22:01.373Z[ host-image] Feb 11 21:21:59.714 INFO O| Feb 11 21:21:59.714 INFO STEP 77 (ensure_file) COMPLETE
94252025-02-11T21:22:01.373Z[ host-image] Feb 11 21:21:59.714 INFO O| Feb 11 21:21:59.714 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262025-02-11T21:22:01.393Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94272025-02-11T21:22:01.393Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94282025-02-11T21:22:01.393Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94292025-02-11T21:22:01.396Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO ok!
94302025-02-11T21:22:01.396Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO STEP 78 (ensure_file) COMPLETE
94312025-02-11T21:22:01.396Z[ host-image] Feb 11 21:21:59.735 INFO O| Feb 11 21:21:59.735 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322025-02-11T21:22:01.433Z[ host-image] Feb 11 21:21:59.774 INFO O| Feb 11 21:21:59.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94332025-02-11T21:22:01.433Z[ host-image] Feb 11 21:21:59.774 INFO O| Feb 11 21:21:59.774 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94342025-02-11T21:22:03.398Z[ host-image] Feb 11 21:22:01.739 INFO O| Feb 11 21:22:01.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94352025-02-11T21:22:03.398Z[ host-image] Feb 11 21:22:01.739 INFO O| Feb 11 21:22:01.739 INFO ok!
94362025-02-11T21:22:03.398Z[ host-image] Feb 11 21:22:01.739 INFO O| Feb 11 21:22:01.739 INFO STEP 79 (ensure_file) COMPLETE
94372025-02-11T21:22:03.398Z[ host-image] Feb 11 21:22:01.739 INFO O| Feb 11 21:22:01.739 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382025-02-11T21:22:03.417Z[ host-image] Feb 11 21:22:01.758 INFO O| Feb 11 21:22:01.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94392025-02-11T21:22:03.417Z[ host-image] Feb 11 21:22:01.758 INFO O| Feb 11 21:22:01.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94402025-02-11T21:22:03.417Z[ host-image] Feb 11 21:22:01.758 INFO O| Feb 11 21:22:01.758 INFO STEP 80 (ensure_dir) COMPLETE
94412025-02-11T21:22:03.417Z[ host-image] Feb 11 21:22:01.758 INFO O| Feb 11 21:22:01.758 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422025-02-11T21:22:03.435Z[ host-image] Feb 11 21:22:01.776 INFO O| Feb 11 21:22:01.776 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94432025-02-11T21:22:03.438Z[ host-image] Feb 11 21:22:01.777 INFO O| Feb 11 21:22:01.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94442025-02-11T21:22:03.438Z[ host-image] Feb 11 21:22:01.777 INFO O| Feb 11 21:22:01.776 INFO STEP 81 (ensure_dir) COMPLETE
94452025-02-11T21:22:03.438Z[ host-image] Feb 11 21:22:01.777 INFO O| Feb 11 21:22:01.776 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462025-02-11T21:22:03.484Z[ host-image] Feb 11 21:22:01.825 INFO O| Feb 11 21:22:01.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94472025-02-11T21:22:03.484Z[ host-image] Feb 11 21:22:01.825 INFO O| Feb 11 21:22:01.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94482025-02-11T21:22:03.487Z[ host-image] Feb 11 21:22:01.826 INFO O| Feb 11 21:22:01.825 INFO STEP 82 (ensure_dir) COMPLETE
94492025-02-11T21:22:03.487Z[ host-image] Feb 11 21:22:01.826 INFO O| Feb 11 21:22:01.826 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502025-02-11T21:22:03.503Z[ host-image] Feb 11 21:22:01.844 INFO O| Feb 11 21:22:01.844 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94512025-02-11T21:22:03.503Z[ host-image] Feb 11 21:22:01.844 INFO O| Feb 11 21:22:01.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94522025-02-11T21:22:03.503Z[ host-image] Feb 11 21:22:01.844 INFO O| Feb 11 21:22:01.844 INFO STEP 83 (ensure_dir) COMPLETE
94532025-02-11T21:22:03.506Z[ host-image] Feb 11 21:22:01.844 INFO O| Feb 11 21:22:01.844 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542025-02-11T21:22:03.521Z[ host-image] Feb 11 21:22:01.862 INFO O| Feb 11 21:22:01.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94552025-02-11T21:22:03.521Z[ host-image] Feb 11 21:22:01.862 INFO O| Feb 11 21:22:01.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94562025-02-11T21:22:03.524Z[ host-image] Feb 11 21:22:01.863 INFO O| Feb 11 21:22:01.862 INFO STEP 84 (ensure_dir) COMPLETE
94572025-02-11T21:22:03.524Z[ host-image] Feb 11 21:22:01.863 INFO O| Feb 11 21:22:01.862 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582025-02-11T21:22:03.540Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94592025-02-11T21:22:03.540Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO copying /tmp/.tmpA54Xaq/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 ...
94602025-02-11T21:22:03.540Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94612025-02-11T21:22:03.543Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO ok!
94622025-02-11T21:22:03.543Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO STEP 85 (ensure_file) COMPLETE
94632025-02-11T21:22:03.543Z[ host-image] Feb 11 21:22:01.881 INFO O| Feb 11 21:22:01.881 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642025-02-11T21:22:03.558Z[ host-image] Feb 11 21:22:01.899 INFO O| Feb 11 21:22:01.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94652025-02-11T21:22:03.558Z[ host-image] Feb 11 21:22:01.899 INFO O| Feb 11 21:22:01.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94662025-02-11T21:22:03.558Z[ host-image] Feb 11 21:22:01.899 INFO O| Feb 11 21:22:01.899 INFO STEP 86 (ensure_dir) COMPLETE
94672025-02-11T21:22:03.561Z[ host-image] Feb 11 21:22:01.899 INFO O| Feb 11 21:22:01.899 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-02-11T21:22:03.578Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94692025-02-11T21:22:03.578Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.918 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94702025-02-11T21:22:03.581Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94712025-02-11T21:22:03.581Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.919 INFO ok!
94722025-02-11T21:22:03.581Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.919 INFO STEP 87 (ensure_file) COMPLETE
94732025-02-11T21:22:03.581Z[ host-image] Feb 11 21:22:01.919 INFO O| Feb 11 21:22:01.919 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742025-02-11T21:22:03.610Z[ host-image] Feb 11 21:22:01.951 INFO O| Feb 11 21:22:01.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94752025-02-11T21:22:03.611Z[ host-image] Feb 11 21:22:01.951 INFO O| Feb 11 21:22:01.951 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94762025-02-11T21:22:04.278Z[ host-image] Feb 11 21:22:02.618 INFO O| Feb 11 21:22:02.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94772025-02-11T21:22:04.278Z[ host-image] Feb 11 21:22:02.619 INFO O| Feb 11 21:22:02.618 INFO ok!
94782025-02-11T21:22:04.278Z[ host-image] Feb 11 21:22:02.619 INFO O| Feb 11 21:22:02.618 INFO STEP 88 (ensure_file) COMPLETE
94792025-02-11T21:22:04.281Z[ host-image] Feb 11 21:22:02.619 INFO O| Feb 11 21:22:02.618 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802025-02-11T21:22:04.306Z[ host-image] Feb 11 21:22:02.646 INFO O| Feb 11 21:22:02.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94812025-02-11T21:22:04.306Z[ host-image] Feb 11 21:22:02.646 INFO O| Feb 11 21:22:02.646 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94822025-02-11T21:22:05.014Z[ host-image] Feb 11 21:22:03.354 INFO O| Feb 11 21:22:03.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94832025-02-11T21:22:05.014Z[ host-image] Feb 11 21:22:03.354 INFO O| Feb 11 21:22:03.354 INFO ok!
94842025-02-11T21:22:05.016Z[ host-image] Feb 11 21:22:03.354 INFO O| Feb 11 21:22:03.354 INFO STEP 89 (ensure_file) COMPLETE
94852025-02-11T21:22:05.016Z[ host-image] Feb 11 21:22:03.354 INFO O| Feb 11 21:22:03.354 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862025-02-11T21:22:05.052Z[ host-image] Feb 11 21:22:03.392 INFO O| Feb 11 21:22:03.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94872025-02-11T21:22:05.052Z[ host-image] Feb 11 21:22:03.393 INFO O| Feb 11 21:22:03.392 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94882025-02-11T21:22:05.055Z[ host-image] Feb 11 21:22:03.393 INFO O| Feb 11 21:22:03.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94892025-02-11T21:22:05.055Z[ host-image] Feb 11 21:22:03.393 INFO O| Feb 11 21:22:03.393 INFO ok!
94902025-02-11T21:22:05.055Z[ host-image] Feb 11 21:22:03.393 INFO O| Feb 11 21:22:03.393 INFO STEP 90 (ensure_file) COMPLETE
94912025-02-11T21:22:05.055Z[ host-image] Feb 11 21:22:03.393 INFO O| Feb 11 21:22:03.393 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922025-02-11T21:22:05.071Z[ host-image] Feb 11 21:22:03.412 INFO O| Feb 11 21:22:03.411 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94932025-02-11T21:22:05.071Z[ host-image] Feb 11 21:22:03.412 INFO O| Feb 11 21:22:03.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94942025-02-11T21:22:05.071Z[ host-image] Feb 11 21:22:03.412 INFO O| Feb 11 21:22:03.412 INFO STEP 91 (ensure_dir) COMPLETE
94952025-02-11T21:22:05.074Z[ host-image] Feb 11 21:22:03.412 INFO O| Feb 11 21:22:03.412 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962025-02-11T21:22:05.090Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94972025-02-11T21:22:05.091Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO copying /tmp/.tmpA54Xaq/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 ...
94982025-02-11T21:22:05.091Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94992025-02-11T21:22:05.094Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO ok!
95002025-02-11T21:22:05.094Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO STEP 92 (ensure_file) COMPLETE
95012025-02-11T21:22:05.094Z[ host-image] Feb 11 21:22:03.431 INFO O| Feb 11 21:22:03.431 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022025-02-11T21:22:05.129Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95032025-02-11T21:22:05.132Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO copying /tmp/.tmpA54Xaq/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 ...
95042025-02-11T21:22:05.132Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95052025-02-11T21:22:05.132Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO ok!
95062025-02-11T21:22:05.132Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO STEP 93 (ensure_file) COMPLETE
95072025-02-11T21:22:05.132Z[ host-image] Feb 11 21:22:03.470 INFO O| Feb 11 21:22:03.470 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082025-02-11T21:22:05.210Z[ host-image] Feb 11 21:22:03.551 INFO O| Feb 11 21:22:03.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95092025-02-11T21:22:05.210Z[ host-image] Feb 11 21:22:03.551 INFO O| Feb 11 21:22:03.551 INFO copying /tmp/.tmpA54Xaq/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 ...
95102025-02-11T21:22:05.213Z[ host-image] Feb 11 21:22:03.551 INFO O| Feb 11 21:22:03.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95112025-02-11T21:22:05.213Z[ host-image] Feb 11 21:22:03.551 INFO O| Feb 11 21:22:03.551 INFO ok!
95122025-02-11T21:22:05.213Z[ host-image] Feb 11 21:22:03.552 INFO O| Feb 11 21:22:03.551 INFO STEP 94 (ensure_file) COMPLETE
95132025-02-11T21:22:05.213Z[ host-image] Feb 11 21:22:03.552 INFO O| Feb 11 21:22:03.552 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142025-02-11T21:22:05.232Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95152025-02-11T21:22:05.233Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO copying /tmp/.tmpA54Xaq/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 ...
95162025-02-11T21:22:05.233Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95172025-02-11T21:22:05.233Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO ok!
95182025-02-11T21:22:05.244Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO STEP 95 (ensure_file) COMPLETE
95192025-02-11T21:22:05.244Z[ host-image] Feb 11 21:22:03.573 INFO O| Feb 11 21:22:03.573 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202025-02-11T21:22:05.264Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95212025-02-11T21:22:05.264Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO copying /tmp/.tmpA54Xaq/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 ...
95222025-02-11T21:22:05.267Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95232025-02-11T21:22:05.267Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO ok!
95242025-02-11T21:22:05.267Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO STEP 96 (ensure_file) COMPLETE
95252025-02-11T21:22:05.267Z[ host-image] Feb 11 21:22:03.605 INFO O| Feb 11 21:22:03.605 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262025-02-11T21:22:05.286Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95272025-02-11T21:22:05.286Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO copying /tmp/.tmpA54Xaq/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 ...
95282025-02-11T21:22:05.289Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95292025-02-11T21:22:05.289Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO ok!
95302025-02-11T21:22:05.289Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO STEP 97 (ensure_file) COMPLETE
95312025-02-11T21:22:05.289Z[ host-image] Feb 11 21:22:03.627 INFO O| Feb 11 21:22:03.627 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322025-02-11T21:22:05.311Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95332025-02-11T21:22:05.311Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.651 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95342025-02-11T21:22:05.311Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95352025-02-11T21:22:05.314Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.652 INFO ok!
95362025-02-11T21:22:05.314Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.652 INFO STEP 98 (ensure_file) COMPLETE
95372025-02-11T21:22:05.314Z[ host-image] Feb 11 21:22:03.652 INFO O| Feb 11 21:22:03.652 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382025-02-11T21:22:05.332Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95392025-02-11T21:22:05.332Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.672 INFO copying /tmp/.tmpA54Xaq/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 ...
95402025-02-11T21:22:05.332Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95412025-02-11T21:22:05.332Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.673 INFO ok!
95422025-02-11T21:22:05.335Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.673 INFO STEP 99 (ensure_file) COMPLETE
95432025-02-11T21:22:05.335Z[ host-image] Feb 11 21:22:03.673 INFO O| Feb 11 21:22:03.673 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442025-02-11T21:22:05.392Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95452025-02-11T21:22:05.392Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO copying /tmp/.tmpA54Xaq/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 ...
95462025-02-11T21:22:05.392Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95472025-02-11T21:22:05.392Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO ok!
95482025-02-11T21:22:05.395Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO STEP 100 (ensure_file) COMPLETE
95492025-02-11T21:22:05.395Z[ host-image] Feb 11 21:22:03.732 INFO O| Feb 11 21:22:03.732 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502025-02-11T21:22:05.412Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95512025-02-11T21:22:05.412Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO copying /tmp/.tmpA54Xaq/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 ...
95522025-02-11T21:22:05.416Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95532025-02-11T21:22:05.416Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO ok!
95542025-02-11T21:22:05.416Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO STEP 101 (ensure_file) COMPLETE
95552025-02-11T21:22:05.416Z[ host-image] Feb 11 21:22:03.753 INFO O| Feb 11 21:22:03.753 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562025-02-11T21:22:05.450Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95572025-02-11T21:22:05.450Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95582025-02-11T21:22:05.453Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95592025-02-11T21:22:05.453Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO ok!
95602025-02-11T21:22:05.453Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO STEP 102 (ensure_file) COMPLETE
95612025-02-11T21:22:05.453Z[ host-image] Feb 11 21:22:03.791 INFO O| Feb 11 21:22:03.791 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622025-02-11T21:22:05.513Z[ host-image] Feb 11 21:22:03.853 INFO O| Feb 11 21:22:03.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95632025-02-11T21:22:05.513Z[ host-image] Feb 11 21:22:03.853 INFO O| Feb 11 21:22:03.853 INFO copying /tmp/.tmpA54Xaq/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 ...
95642025-02-11T21:22:05.516Z[ host-image] Feb 11 21:22:03.854 INFO O| Feb 11 21:22:03.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95652025-02-11T21:22:05.516Z[ host-image] Feb 11 21:22:03.854 INFO O| Feb 11 21:22:03.853 INFO ok!
95662025-02-11T21:22:05.516Z[ host-image] Feb 11 21:22:03.854 INFO O| Feb 11 21:22:03.854 INFO STEP 103 (ensure_file) COMPLETE
95672025-02-11T21:22:05.516Z[ host-image] Feb 11 21:22:03.854 INFO O| Feb 11 21:22:03.854 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682025-02-11T21:22:05.577Z[ host-image] Feb 11 21:22:03.917 INFO O| Feb 11 21:22:03.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95692025-02-11T21:22:05.577Z[ host-image] Feb 11 21:22:03.917 INFO O| Feb 11 21:22:03.917 INFO copying /tmp/.tmpA54Xaq/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 ...
95702025-02-11T21:22:05.579Z[ host-image] Feb 11 21:22:03.918 INFO O| Feb 11 21:22:03.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95712025-02-11T21:22:05.579Z[ host-image] Feb 11 21:22:03.918 INFO O| Feb 11 21:22:03.917 INFO ok!
95722025-02-11T21:22:05.579Z[ host-image] Feb 11 21:22:03.918 INFO O| Feb 11 21:22:03.918 INFO STEP 104 (ensure_file) COMPLETE
95732025-02-11T21:22:05.580Z[ host-image] Feb 11 21:22:03.918 INFO O| Feb 11 21:22:03.918 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742025-02-11T21:22:05.596Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95752025-02-11T21:22:05.596Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO copying /tmp/.tmpA54Xaq/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 ...
95762025-02-11T21:22:05.599Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95772025-02-11T21:22:05.599Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO ok!
95782025-02-11T21:22:05.599Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO STEP 105 (ensure_file) COMPLETE
95792025-02-11T21:22:05.599Z[ host-image] Feb 11 21:22:03.937 INFO O| Feb 11 21:22:03.937 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802025-02-11T21:22:05.632Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95812025-02-11T21:22:05.632Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO copying /tmp/.tmpA54Xaq/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 ...
95822025-02-11T21:22:05.633Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95832025-02-11T21:22:05.633Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO ok!
95842025-02-11T21:22:05.635Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO STEP 106 (ensure_file) COMPLETE
95852025-02-11T21:22:05.635Z[ host-image] Feb 11 21:22:03.973 INFO O| Feb 11 21:22:03.973 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-02-11T21:22:05.652Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
95872025-02-11T21:22:05.652Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO copying /tmp/.tmpA54Xaq/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 ...
95882025-02-11T21:22:05.652Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
95892025-02-11T21:22:05.652Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO ok!
95902025-02-11T21:22:05.655Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO STEP 107 (ensure_file) COMPLETE
95912025-02-11T21:22:05.655Z[ host-image] Feb 11 21:22:03.993 INFO O| Feb 11 21:22:03.993 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922025-02-11T21:22:05.682Z[ host-image] Feb 11 21:22:04.022 INFO O| Feb 11 21:22:04.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95932025-02-11T21:22:05.682Z[ host-image] Feb 11 21:22:04.022 INFO O| Feb 11 21:22:04.022 INFO copying /tmp/.tmpA54Xaq/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 ...
95942025-02-11T21:22:05.684Z[ host-image] Feb 11 21:22:04.023 INFO O| Feb 11 21:22:04.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95952025-02-11T21:22:05.684Z[ host-image] Feb 11 21:22:04.023 INFO O| Feb 11 21:22:04.023 INFO ok!
95962025-02-11T21:22:05.684Z[ host-image] Feb 11 21:22:04.023 INFO O| Feb 11 21:22:04.023 INFO STEP 108 (ensure_file) COMPLETE
95972025-02-11T21:22:05.685Z[ host-image] Feb 11 21:22:04.023 INFO O| Feb 11 21:22:04.023 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95992025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO copying /tmp/.tmpA54Xaq/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 ...
96002025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96012025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO ok!
96022025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO STEP 109 (ensure_file) COMPLETE
96032025-02-11T21:22:05.742Z[ host-image] Feb 11 21:22:04.082 INFO O| Feb 11 21:22:04.082 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042025-02-11T21:22:05.763Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96052025-02-11T21:22:05.763Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO copying /tmp/.tmpA54Xaq/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 ...
96062025-02-11T21:22:05.763Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96072025-02-11T21:22:05.766Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO ok!
96082025-02-11T21:22:05.766Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO STEP 110 (ensure_file) COMPLETE
96092025-02-11T21:22:05.766Z[ host-image] Feb 11 21:22:04.103 INFO O| Feb 11 21:22:04.103 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-02-11T21:22:05.796Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96112025-02-11T21:22:05.796Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO copying /tmp/.tmpA54Xaq/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 ...
96122025-02-11T21:22:05.799Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96132025-02-11T21:22:05.799Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO ok!
96142025-02-11T21:22:05.799Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO STEP 111 (ensure_file) COMPLETE
96152025-02-11T21:22:05.799Z[ host-image] Feb 11 21:22:04.137 INFO O| Feb 11 21:22:04.137 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-02-11T21:22:05.837Z[ host-image] Feb 11 21:22:04.177 INFO O| Feb 11 21:22:04.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96172025-02-11T21:22:05.837Z[ host-image] Feb 11 21:22:04.177 INFO O| Feb 11 21:22:04.177 INFO copying /tmp/.tmpA54Xaq/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 ...
96182025-02-11T21:22:05.840Z[ host-image] Feb 11 21:22:04.178 INFO O| Feb 11 21:22:04.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96192025-02-11T21:22:05.840Z[ host-image] Feb 11 21:22:04.178 INFO O| Feb 11 21:22:04.177 INFO ok!
96202025-02-11T21:22:05.840Z[ host-image] Feb 11 21:22:04.178 INFO O| Feb 11 21:22:04.178 INFO STEP 112 (ensure_file) COMPLETE
96212025-02-11T21:22:05.840Z[ host-image] Feb 11 21:22:04.178 INFO O| Feb 11 21:22:04.178 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-02-11T21:22:05.858Z[ host-image] Feb 11 21:22:04.198 INFO O| Feb 11 21:22:04.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96232025-02-11T21:22:05.858Z[ host-image] Feb 11 21:22:04.198 INFO O| Feb 11 21:22:04.198 INFO copying /tmp/.tmpA54Xaq/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 ...
96242025-02-11T21:22:05.860Z[ host-image] Feb 11 21:22:04.199 INFO O| Feb 11 21:22:04.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96252025-02-11T21:22:05.860Z[ host-image] Feb 11 21:22:04.199 INFO O| Feb 11 21:22:04.199 INFO ok!
96262025-02-11T21:22:05.860Z[ host-image] Feb 11 21:22:04.199 INFO O| Feb 11 21:22:04.199 INFO STEP 113 (ensure_file) COMPLETE
96272025-02-11T21:22:05.860Z[ host-image] Feb 11 21:22:04.199 INFO O| Feb 11 21:22:04.199 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282025-02-11T21:22:05.888Z[ host-image] Feb 11 21:22:04.228 INFO O| Feb 11 21:22:04.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96292025-02-11T21:22:05.888Z[ host-image] Feb 11 21:22:04.229 INFO O| Feb 11 21:22:04.229 INFO copying /tmp/.tmpA54Xaq/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 ...
96302025-02-11T21:22:05.891Z[ host-image] Feb 11 21:22:04.229 INFO O| Feb 11 21:22:04.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96312025-02-11T21:22:05.891Z[ host-image] Feb 11 21:22:04.229 INFO O| Feb 11 21:22:04.229 INFO ok!
96322025-02-11T21:22:05.891Z[ host-image] Feb 11 21:22:04.229 INFO O| Feb 11 21:22:04.229 INFO STEP 114 (ensure_file) COMPLETE
96332025-02-11T21:22:05.891Z[ host-image] Feb 11 21:22:04.229 INFO O| Feb 11 21:22:04.229 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342025-02-11T21:22:05.909Z[ host-image] Feb 11 21:22:04.250 INFO O| Feb 11 21:22:04.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96352025-02-11T21:22:05.909Z[ host-image] Feb 11 21:22:04.250 INFO O| Feb 11 21:22:04.250 INFO copying /tmp/.tmpA54Xaq/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 ...
96362025-02-11T21:22:05.912Z[ host-image] Feb 11 21:22:04.250 INFO O| Feb 11 21:22:04.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96372025-02-11T21:22:05.912Z[ host-image] Feb 11 21:22:04.250 INFO O| Feb 11 21:22:04.250 INFO ok!
96382025-02-11T21:22:05.912Z[ host-image] Feb 11 21:22:04.250 INFO O| Feb 11 21:22:04.250 INFO STEP 115 (ensure_file) COMPLETE
96392025-02-11T21:22:05.912Z[ host-image] Feb 11 21:22:04.251 INFO O| Feb 11 21:22:04.250 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402025-02-11T21:22:05.931Z[ host-image] Feb 11 21:22:04.271 INFO O| Feb 11 21:22:04.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96412025-02-11T21:22:05.931Z[ host-image] Feb 11 21:22:04.271 INFO O| Feb 11 21:22:04.271 INFO copying /tmp/.tmpA54Xaq/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 ...
96422025-02-11T21:22:05.933Z[ host-image] Feb 11 21:22:04.272 INFO O| Feb 11 21:22:04.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96432025-02-11T21:22:05.933Z[ host-image] Feb 11 21:22:04.272 INFO O| Feb 11 21:22:04.272 INFO ok!
96442025-02-11T21:22:05.933Z[ host-image] Feb 11 21:22:04.272 INFO O| Feb 11 21:22:04.272 INFO STEP 116 (ensure_file) COMPLETE
96452025-02-11T21:22:05.933Z[ host-image] Feb 11 21:22:04.272 INFO O| Feb 11 21:22:04.272 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462025-02-11T21:22:06.015Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96472025-02-11T21:22:06.015Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO copying /tmp/.tmpA54Xaq/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 ...
96482025-02-11T21:22:06.018Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96492025-02-11T21:22:06.018Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO ok!
96502025-02-11T21:22:06.018Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO STEP 117 (ensure_file) COMPLETE
96512025-02-11T21:22:06.018Z[ host-image] Feb 11 21:22:04.355 INFO O| Feb 11 21:22:04.355 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522025-02-11T21:22:06.052Z[ host-image] Feb 11 21:22:04.392 INFO O| Feb 11 21:22:04.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96532025-02-11T21:22:06.052Z[ host-image] Feb 11 21:22:04.393 INFO O| Feb 11 21:22:04.392 INFO copying /tmp/.tmpA54Xaq/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 ...
96542025-02-11T21:22:06.055Z[ host-image] Feb 11 21:22:04.393 INFO O| Feb 11 21:22:04.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96552025-02-11T21:22:06.055Z[ host-image] Feb 11 21:22:04.393 INFO O| Feb 11 21:22:04.393 INFO ok!
96562025-02-11T21:22:06.055Z[ host-image] Feb 11 21:22:04.393 INFO O| Feb 11 21:22:04.393 INFO STEP 118 (ensure_file) COMPLETE
96572025-02-11T21:22:06.055Z[ host-image] Feb 11 21:22:04.393 INFO O| Feb 11 21:22:04.393 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-02-11T21:22:06.116Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96592025-02-11T21:22:06.116Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO copying /tmp/.tmpA54Xaq/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 ...
96602025-02-11T21:22:06.116Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96612025-02-11T21:22:06.116Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO ok!
96622025-02-11T21:22:06.119Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO STEP 119 (ensure_file) COMPLETE
96632025-02-11T21:22:06.119Z[ host-image] Feb 11 21:22:04.457 INFO O| Feb 11 21:22:04.457 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642025-02-11T21:22:06.136Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96652025-02-11T21:22:06.136Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO copying /tmp/.tmpA54Xaq/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 ...
96662025-02-11T21:22:06.141Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96672025-02-11T21:22:06.141Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO ok!
96682025-02-11T21:22:06.141Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO STEP 120 (ensure_file) COMPLETE
96692025-02-11T21:22:06.141Z[ host-image] Feb 11 21:22:04.477 INFO O| Feb 11 21:22:04.477 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702025-02-11T21:22:06.156Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96712025-02-11T21:22:06.156Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96722025-02-11T21:22:06.156Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96732025-02-11T21:22:06.156Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO ok!
96742025-02-11T21:22:06.159Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO STEP 121 (ensure_file) COMPLETE
96752025-02-11T21:22:06.159Z[ host-image] Feb 11 21:22:04.496 INFO O| Feb 11 21:22:04.496 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762025-02-11T21:22:06.216Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96772025-02-11T21:22:06.216Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO copying /tmp/.tmpA54Xaq/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 ...
96782025-02-11T21:22:06.216Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96792025-02-11T21:22:06.216Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO ok!
96802025-02-11T21:22:06.219Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO STEP 122 (ensure_file) COMPLETE
96812025-02-11T21:22:06.219Z[ host-image] Feb 11 21:22:04.556 INFO O| Feb 11 21:22:04.556 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822025-02-11T21:22:06.238Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96832025-02-11T21:22:06.238Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96842025-02-11T21:22:06.238Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
96852025-02-11T21:22:06.238Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO ok!
96862025-02-11T21:22:06.240Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO STEP 123 (ensure_file) COMPLETE
96872025-02-11T21:22:06.240Z[ host-image] Feb 11 21:22:04.578 INFO O| Feb 11 21:22:04.578 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882025-02-11T21:22:06.257Z[ host-image] Feb 11 21:22:04.598 INFO O| Feb 11 21:22:04.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
96892025-02-11T21:22:06.257Z[ host-image] Feb 11 21:22:04.598 INFO O| Feb 11 21:22:04.598 INFO copying /tmp/.tmpA54Xaq/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
96902025-02-11T21:22:18.268Z[ host-image] Feb 11 21:22:16.607 INFO O| Feb 11 21:22:16.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
96912025-02-11T21:22:18.268Z[ host-image] Feb 11 21:22:16.608 INFO O| Feb 11 21:22:16.607 INFO ok!
96922025-02-11T21:22:18.271Z[ host-image] Feb 11 21:22:16.608 INFO O| Feb 11 21:22:16.607 INFO STEP 124 (ensure_file) COMPLETE
96932025-02-11T21:22:18.271Z[ host-image] Feb 11 21:22:16.608 INFO O| Feb 11 21:22:16.607 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942025-02-11T21:22:18.300Z[ host-image] Feb 11 21:22:16.638 INFO O| Feb 11 21:22:16.638 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
96952025-02-11T21:22:18.300Z[ host-image] Feb 11 21:22:16.639 INFO O| Feb 11 21:22:16.638 INFO STEP 125 (ensure_dir) COMPLETE
96962025-02-11T21:22:18.303Z[ host-image] Feb 11 21:22:16.639 INFO O| Feb 11 21:22:16.638 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972025-02-11T21:22:18.324Z[ host-image] Feb 11 21:22:16.663 INFO O| Feb 11 21:22:16.663 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
96982025-02-11T21:22:18.324Z[ host-image] Feb 11 21:22:16.663 INFO O| Feb 11 21:22:16.663 INFO STEP 126 (ensure_dir) COMPLETE
96992025-02-11T21:22:18.324Z[ host-image] Feb 11 21:22:16.663 INFO O| Feb 11 21:22:16.663 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002025-02-11T21:22:18.350Z[ host-image] Feb 11 21:22:16.689 INFO O| Feb 11 21:22:16.689 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97012025-02-11T21:22:18.350Z[ host-image] Feb 11 21:22:16.689 INFO O| Feb 11 21:22:16.689 INFO STEP 127 (ensure_dir) COMPLETE
97022025-02-11T21:22:18.353Z[ host-image] Feb 11 21:22:16.689 INFO O| Feb 11 21:22:16.689 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-11T21:22:18.406Z[ host-image] Feb 11 21:22:16.745 INFO O| Feb 11 21:22:16.745 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97042025-02-11T21:22:18.406Z[ host-image] Feb 11 21:22:16.745 INFO O| Feb 11 21:22:16.745 INFO STEP 128 (ensure_dir) COMPLETE
97052025-02-11T21:22:18.409Z[ host-image] Feb 11 21:22:16.745 INFO O| Feb 11 21:22:16.745 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062025-02-11T21:22:18.504Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97072025-02-11T21:22:18.504Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO copying /tmp/.tmpA54Xaq/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 ...
97082025-02-11T21:22:18.504Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97092025-02-11T21:22:18.507Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO ok!
97102025-02-11T21:22:18.507Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO STEP 129 (ensure_file) COMPLETE
97112025-02-11T21:22:18.507Z[ host-image] Feb 11 21:22:16.843 INFO O| Feb 11 21:22:16.843 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122025-02-11T21:22:18.559Z[ host-image] Feb 11 21:22:16.898 INFO O| Feb 11 21:22:16.897 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97132025-02-11T21:22:18.559Z[ host-image] Feb 11 21:22:16.898 INFO O| Feb 11 21:22:16.898 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97142025-02-11T21:22:18.559Z[ host-image] Feb 11 21:22:16.898 INFO O| Feb 11 21:22:16.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97152025-02-11T21:22:18.559Z[ host-image] Feb 11 21:22:16.898 INFO O| Feb 11 21:22:16.898 INFO STEP 130 (ensure_dir) COMPLETE
97162025-02-11T21:22:18.559Z[ host-image] Feb 11 21:22:16.898 INFO O| Feb 11 21:22:16.898 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-11T21:22:18.612Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97182025-02-11T21:22:18.612Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 INFO copying /tmp/.tmpA54Xaq/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97192025-02-11T21:22:18.614Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97202025-02-11T21:22:18.614Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 INFO ok!
97212025-02-11T21:22:18.615Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 INFO STEP 131 (ensure_file) COMPLETE
97222025-02-11T21:22:18.615Z[ host-image] Feb 11 21:22:16.951 INFO O| Feb 11 21:22:16.951 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97232025-02-11T21:22:18.700Z[ host-image] Feb 11 21:22:17.039 INFO O| Feb 11 21:22:17.039 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97242025-02-11T21:22:18.703Z[ host-image] Feb 11 21:22:17.040 INFO O| Feb 11 21:22:17.040 INFO STEP 132 (remove_files) COMPLETE
97252025-02-11T21:22:18.703Z[ host-image] Feb 11 21:22:17.040 INFO O| Feb 11 21:22:17.040 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97262025-02-11T21:22:18.754Z[ host-image] Feb 11 21:22:17.093 INFO O| Feb 11 21:22:17.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97272025-02-11T21:22:18.754Z[ host-image] Feb 11 21:22:17.093 INFO O| Feb 11 21:22:17.093 INFO STEP 133 (remove_files) COMPLETE
97282025-02-11T21:22:18.758Z[ host-image] Feb 11 21:22:17.093 INFO O| Feb 11 21:22:17.093 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97292025-02-11T21:22:18.818Z[ host-image] Feb 11 21:22:17.157 INFO O| Feb 11 21:22:17.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97302025-02-11T21:22:18.821Z[ host-image] Feb 11 21:22:17.158 INFO O| Feb 11 21:22:17.158 INFO STEP 134 (remove_files) COMPLETE
97312025-02-11T21:22:18.821Z[ host-image] Feb 11 21:22:17.158 INFO O| Feb 11 21:22:17.158 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97322025-02-11T21:22:18.883Z[ host-image] Feb 11 21:22:17.222 INFO O| Feb 11 21:22:17.222 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97332025-02-11T21:22:18.886Z[ host-image] Feb 11 21:22:17.223 INFO O| Feb 11 21:22:17.223 INFO STEP 135 (remove_files) COMPLETE
97342025-02-11T21:22:18.886Z[ host-image] Feb 11 21:22:17.223 INFO O| Feb 11 21:22:17.223 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97352025-02-11T21:22:18.935Z[ host-image] Feb 11 21:22:17.274 INFO O| Feb 11 21:22:17.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97362025-02-11T21:22:18.935Z[ host-image] Feb 11 21:22:17.274 INFO O| Feb 11 21:22:17.274 INFO STEP 136 (remove_files) COMPLETE
97372025-02-11T21:22:18.938Z[ host-image] Feb 11 21:22:17.274 INFO O| Feb 11 21:22:17.274 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97382025-02-11T21:22:18.953Z[ host-image] Feb 11 21:22:17.292 INFO O| Feb 11 21:22:17.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97392025-02-11T21:22:18.956Z[ host-image] Feb 11 21:22:17.293 INFO O| Feb 11 21:22:17.293 INFO STEP 137 (remove_files) COMPLETE
97402025-02-11T21:22:18.956Z[ host-image] Feb 11 21:22:17.293 INFO O| Feb 11 21:22:17.293 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97412025-02-11T21:22:18.989Z[ host-image] Feb 11 21:22:17.328 INFO O| Feb 11 21:22:17.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97422025-02-11T21:22:18.989Z[ host-image] Feb 11 21:22:17.328 INFO O| Feb 11 21:22:17.328 INFO STEP 138 (remove_files) COMPLETE
97432025-02-11T21:22:18.992Z[ host-image] Feb 11 21:22:17.328 INFO O| Feb 11 21:22:17.328 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97442025-02-11T21:22:19.007Z[ host-image] Feb 11 21:22:17.346 INFO O| Feb 11 21:22:17.346 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97452025-02-11T21:22:19.007Z[ host-image] Feb 11 21:22:17.346 INFO O| Feb 11 21:22:17.346 INFO STEP 139 (remove_files) COMPLETE
97462025-02-11T21:22:19.007Z[ host-image] Feb 11 21:22:17.346 INFO O| Feb 11 21:22:17.346 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97472025-02-11T21:22:19.025Z[ host-image] Feb 11 21:22:17.364 INFO O| Feb 11 21:22:17.364 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97482025-02-11T21:22:19.025Z[ host-image] Feb 11 21:22:17.364 INFO O| Feb 11 21:22:17.364 INFO STEP 140 (remove_files) COMPLETE
97492025-02-11T21:22:19.025Z[ host-image] Feb 11 21:22:17.364 INFO O| Feb 11 21:22:17.364 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97502025-02-11T21:22:19.065Z[ host-image] Feb 11 21:22:17.403 INFO O| Feb 11 21:22:17.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97512025-02-11T21:22:19.065Z[ host-image] Feb 11 21:22:17.403 INFO O| Feb 11 21:22:17.403 INFO STEP 141 (remove_files) COMPLETE
97522025-02-11T21:22:19.066Z[ host-image] Feb 11 21:22:17.403 INFO O| Feb 11 21:22:17.403 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97532025-02-11T21:22:19.094Z[ host-image] Feb 11 21:22:17.433 INFO O| Feb 11 21:22:17.433 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97542025-02-11T21:22:19.094Z[ host-image] Feb 11 21:22:17.434 INFO O| Feb 11 21:22:17.434 INFO STEP 142 (remove_files) COMPLETE
97552025-02-11T21:22:19.098Z[ host-image] Feb 11 21:22:17.434 INFO O| Feb 11 21:22:17.434 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97562025-02-11T21:22:19.134Z[ host-image] Feb 11 21:22:17.473 INFO O| Feb 11 21:22:17.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97572025-02-11T21:22:19.134Z[ host-image] Feb 11 21:22:17.474 INFO O| Feb 11 21:22:17.474 INFO STEP 143 (remove_files) COMPLETE
97582025-02-11T21:22:19.134Z[ host-image] Feb 11 21:22:17.474 INFO O| Feb 11 21:22:17.474 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97592025-02-11T21:22:19.155Z[ host-image] Feb 11 21:22:17.494 INFO O| Feb 11 21:22:17.494 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97602025-02-11T21:22:19.155Z[ host-image] Feb 11 21:22:17.494 INFO O| Feb 11 21:22:17.494 INFO STEP 144 (remove_files) COMPLETE
97612025-02-11T21:22:19.155Z[ host-image] Feb 11 21:22:17.494 INFO O| Feb 11 21:22:17.494 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97622025-02-11T21:22:19.174Z[ host-image] Feb 11 21:22:17.513 INFO O| Feb 11 21:22:17.513 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97632025-02-11T21:22:19.174Z[ host-image] Feb 11 21:22:17.513 INFO O| Feb 11 21:22:17.513 INFO STEP 145 (remove_files) COMPLETE
97642025-02-11T21:22:19.177Z[ host-image] Feb 11 21:22:17.513 INFO O| Feb 11 21:22:17.513 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97652025-02-11T21:22:19.204Z[ host-image] Feb 11 21:22:17.543 INFO O| Feb 11 21:22:17.543 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97662025-02-11T21:22:19.204Z[ host-image] Feb 11 21:22:17.543 INFO O| Feb 11 21:22:17.543 INFO STEP 146 (remove_files) COMPLETE
97672025-02-11T21:22:19.207Z[ host-image] Feb 11 21:22:17.543 INFO O| Feb 11 21:22:17.543 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97682025-02-11T21:22:19.249Z[ host-image] Feb 11 21:22:17.588 INFO O| Feb 11 21:22:17.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97692025-02-11T21:22:19.249Z[ host-image] Feb 11 21:22:17.588 INFO O| Feb 11 21:22:17.588 INFO STEP 147 (remove_files) COMPLETE
97702025-02-11T21:22:19.252Z[ host-image] Feb 11 21:22:17.588 INFO O| Feb 11 21:22:17.588 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97712025-02-11T21:22:19.285Z[ host-image] Feb 11 21:22:17.624 INFO O| Feb 11 21:22:17.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97722025-02-11T21:22:19.285Z[ host-image] Feb 11 21:22:17.624 INFO O| Feb 11 21:22:17.624 INFO STEP 148 (remove_files) COMPLETE
97732025-02-11T21:22:19.288Z[ host-image] Feb 11 21:22:17.624 INFO O| Feb 11 21:22:17.624 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97742025-02-11T21:22:19.314Z[ host-image] Feb 11 21:22:17.653 INFO O| Feb 11 21:22:17.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97752025-02-11T21:22:19.314Z[ host-image] Feb 11 21:22:17.653 INFO O| Feb 11 21:22:17.653 INFO STEP 149 (remove_files) COMPLETE
97762025-02-11T21:22:19.314Z[ host-image] Feb 11 21:22:17.653 INFO O| Feb 11 21:22:17.653 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97772025-02-11T21:22:19.368Z[ host-image] Feb 11 21:22:17.706 INFO O| Feb 11 21:22:17.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97782025-02-11T21:22:19.368Z[ host-image] Feb 11 21:22:17.706 INFO O| Feb 11 21:22:17.706 INFO STEP 150 (remove_files) COMPLETE
97792025-02-11T21:22:19.368Z[ host-image] Feb 11 21:22:17.706 INFO O| Feb 11 21:22:17.706 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97802025-02-11T21:22:19.422Z[ host-image] Feb 11 21:22:17.761 INFO O| Feb 11 21:22:17.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97812025-02-11T21:22:19.422Z[ host-image] Feb 11 21:22:17.761 INFO O| Feb 11 21:22:17.761 INFO STEP 151 (remove_files) COMPLETE
97822025-02-11T21:22:19.422Z[ host-image] Feb 11 21:22:17.761 INFO O| Feb 11 21:22:17.761 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832025-02-11T21:22:19.441Z[ host-image] Feb 11 21:22:17.780 INFO O| Feb 11 21:22:17.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97842025-02-11T21:22:19.441Z[ host-image] Feb 11 21:22:17.780 INFO O| Feb 11 21:22:17.780 INFO STEP 152 (remove_files) COMPLETE
97852025-02-11T21:22:19.441Z[ host-image] Feb 11 21:22:17.780 INFO O| Feb 11 21:22:17.780 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862025-02-11T21:22:19.459Z[ host-image] Feb 11 21:22:17.798 INFO O| Feb 11 21:22:17.798 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
97872025-02-11T21:22:19.462Z[ host-image] Feb 11 21:22:17.799 INFO O| Feb 11 21:22:17.799 INFO STEP 153 (remove_files) COMPLETE
97882025-02-11T21:22:19.462Z[ host-image] Feb 11 21:22:17.799 INFO O| Feb 11 21:22:17.799 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892025-02-11T21:22:19.479Z[ host-image] Feb 11 21:22:17.818 INFO O| Feb 11 21:22:17.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97902025-02-11T21:22:19.479Z[ host-image] Feb 11 21:22:17.818 INFO O| Feb 11 21:22:17.818 INFO STEP 154 (remove_files) COMPLETE
97912025-02-11T21:22:19.479Z[ host-image] Feb 11 21:22:17.818 INFO O| Feb 11 21:22:17.818 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922025-02-11T21:22:19.498Z[ host-image] Feb 11 21:22:17.837 INFO O| Feb 11 21:22:17.837 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
97932025-02-11T21:22:19.498Z[ host-image] Feb 11 21:22:17.838 INFO O| Feb 11 21:22:17.838 INFO STEP 155 (remove_files) COMPLETE
97942025-02-11T21:22:19.501Z[ host-image] Feb 11 21:22:17.838 INFO O| Feb 11 21:22:17.838 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952025-02-11T21:22:19.525Z[ host-image] Feb 11 21:22:17.864 INFO O| Feb 11 21:22:17.864 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
97962025-02-11T21:22:19.526Z[ host-image] Feb 11 21:22:17.864 INFO O| Feb 11 21:22:17.864 INFO STEP 156 (remove_files) COMPLETE
97972025-02-11T21:22:19.526Z[ host-image] Feb 11 21:22:17.864 INFO O| Feb 11 21:22:17.864 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982025-02-11T21:22:19.558Z[ host-image] Feb 11 21:22:17.897 INFO O| Feb 11 21:22:17.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
97992025-02-11T21:22:19.561Z[ host-image] Feb 11 21:22:17.898 INFO O| Feb 11 21:22:17.897 INFO STEP 157 (remove_files) COMPLETE
98002025-02-11T21:22:19.561Z[ host-image] Feb 11 21:22:17.898 INFO O| Feb 11 21:22:17.898 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012025-02-11T21:22:19.579Z[ host-image] Feb 11 21:22:17.918 INFO O| Feb 11 21:22:17.918 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98022025-02-11T21:22:19.581Z[ host-image] Feb 11 21:22:17.918 INFO O| Feb 11 21:22:17.918 INFO STEP 158 (remove_files) COMPLETE
98032025-02-11T21:22:19.581Z[ host-image] Feb 11 21:22:17.918 INFO O| Feb 11 21:22:17.918 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042025-02-11T21:22:19.599Z[ host-image] Feb 11 21:22:17.939 INFO O| Feb 11 21:22:17.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98052025-02-11T21:22:19.602Z[ host-image] Feb 11 21:22:17.939 INFO O| Feb 11 21:22:17.939 INFO STEP 159 (remove_files) COMPLETE
98062025-02-11T21:22:19.602Z[ host-image] Feb 11 21:22:17.939 INFO O| Feb 11 21:22:17.939 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072025-02-11T21:22:19.620Z[ host-image] Feb 11 21:22:17.959 INFO O| Feb 11 21:22:17.959 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98082025-02-11T21:22:19.621Z[ host-image] Feb 11 21:22:17.959 INFO O| Feb 11 21:22:17.959 INFO STEP 160 (remove_files) COMPLETE
98092025-02-11T21:22:19.621Z[ host-image] Feb 11 21:22:17.959 INFO O| Feb 11 21:22:17.959 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98102025-02-11T21:22:19.673Z[ host-image] Feb 11 21:22:18.012 INFO O| Feb 11 21:22:18.012 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98112025-02-11T21:22:19.675Z[ host-image] Feb 11 21:22:18.012 INFO O| Feb 11 21:22:18.012 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98122025-02-11T21:22:23.606Z[ recovery-image] Feb 11 21:22:21.945 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)
98132025-02-11T21:22:26.952Z[ recovery-image] Feb 11 21:22:25.290 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)
98142025-02-11T21:22:33.253Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling bitflags v1.3.2
98152025-02-11T21:22:33.253Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling adler2 v2.0.0
98162025-02-11T21:22:33.256Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling log v0.4.22
98172025-02-11T21:22:33.256Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling scroll v0.12.0
98182025-02-11T21:22:33.256Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling plain v0.2.3
98192025-02-11T21:22:33.256Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling bit_field v0.10.2
98202025-02-11T21:22:33.256Z[ recovery-image] Feb 11 21:22:31.591 INFO E| Compiling bitstruct v0.1.1
98212025-02-11T21:22:33.428Z[ recovery-image] Feb 11 21:22:31.766 INFO E| Compiling raw-cpuid v10.7.0
98222025-02-11T21:22:33.431Z[ recovery-image] Feb 11 21:22:31.766 INFO E| Compiling cpio_reader v0.1.1
98232025-02-11T21:22:33.592Z[ recovery-image] Feb 11 21:22:31.930 INFO E| Compiling miniz_oxide v0.8.0
98242025-02-11T21:22:33.742Z[ recovery-image] Feb 11 21:22:32.080 INFO E| Compiling static_assertions v1.1.0
98252025-02-11T21:22:34.133Z[ recovery-image] Feb 11 21:22:32.471 INFO E| Compiling goblin v0.8.2
98262025-02-11T21:22:36.619Z[ host-image] Feb 11 21:22:34.956 INFO O| Feb 11 21:22:34.956 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
98272025-02-11T21:22:36.619Z[ host-image] Feb 11 21:22:34.956 INFO O| Feb 11 21:22:34.956 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98282025-02-11T21:22:36.654Z[ host-image] Feb 11 21:22:34.991 INFO O| Feb 11 21:22:34.991 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98292025-02-11T21:22:36.849Z[ host-image] Feb 11 21:22:35.184 INFO O| Feb 11 21:22:35.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98302025-02-11T21:22:36.849Z[ host-image] Feb 11 21:22:35.184 INFO O| Feb 11 21:22:35.184 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98312025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98322025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO ok!
98332025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98342025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO STEP 161 (seed_smf) COMPLETE
98352025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO steps complete; finalising image!
98362025-02-11T21:22:36.852Z[ host-image] Feb 11 21:22:35.187 INFO O| Feb 11 21:22:35.187 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98372025-02-11T21:22:37.055Z[ host-image] Feb 11 21:22:35.392 INFO O| Feb 11 21:22:35.392 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Feb 11 21:22:35 2025)
98382025-02-11T21:22:37.267Z[ host-image] Feb 11 21:22:35.604 INFO O| Feb 11 21:22:35.604 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Tue Feb 11 21:22:35 2025)
98392025-02-11T21:22:37.484Z[ host-image] Feb 11 21:22:35.821 INFO O| Feb 11 21:22:35.821 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Tue Feb 11 21:22:35 2025)
98402025-02-11T21:22:37.695Z[ host-image] Feb 11 21:22:36.033 INFO O| Feb 11 21:22:36.032 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Tue Feb 11 21:22:35 2025)
98412025-02-11T21:22:37.908Z[ host-image] Feb 11 21:22:36.245 INFO O| Feb 11 21:22:36.244 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Tue Feb 11 21:22:35 2025)
98422025-02-11T21:22:38.214Z[ host-image] Feb 11 21:22:36.550 INFO O| Feb 11 21:22:36.550 INFO temporary pool has 702M used, 130M avail, 1.80x compressratio
98432025-02-11T21:22:38.214Z[ host-image] Feb 11 21:22:36.550 INFO O| Feb 11 21:22:36.550 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98442025-02-11T21:22:39.463Z[ host-image] Feb 11 21:22:37.800 INFO O| Feb 11 21:22:37.800 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98452025-02-11T21:22:39.465Z[ host-image] Feb 11 21:22:37.800 INFO O| Feb 11 21:22:37.800 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98462025-02-11T21:22:42.014Z[ host-image] Feb 11 21:22:40.350 INFO O| Feb 11 21:22:40.350 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98472025-02-11T21:22:42.014Z[ host-image] Feb 11 21:22:40.350 INFO O| Feb 11 21:22:40.350 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98482025-02-11T21:22:42.017Z[ host-image] Feb 11 21:22:40.350 INFO O| Feb 11 21:22:40.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98492025-02-11T21:22:42.017Z[ host-image] Feb 11 21:22:40.350 INFO O| Feb 11 21:22:40.350 INFO completed processing gimlet/zfs
98502025-02-11T21:22:42.017Z[ host-image] Feb 11 21:22:40.351 INFO O| Feb 11 21:22:40.351 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98512025-02-11T21:22:46.293Z[ recovery-image] Feb 11 21:22:44.629 INFO E| Finished `release` profile [optimized] target(s) in 1m 24s
98522025-02-11T21:22:46.337Z[ recovery-image] Feb 11 21:22:44.673 INFO building host image...
98532025-02-11T21:22:46.340Z[ recovery-image] Feb 11 21:22:44.674 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")
98542025-02-11T21:22:47.345Z[ recovery-image] Feb 11 21:22:45.679 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
98552025-02-11T21:22:50.917Z[ recovery-image] Feb 11 21:22:49.253 INFO image complete! materials are in "/work/os-recovery"
98562025-02-11T21:22:50.924Z[ recovery-image]
98572025-02-11T21:22:50.924Z[ recovery-image] real 11:43.220212633
98582025-02-11T21:22:50.924Z[ recovery-image] user 6:39.901905001
98592025-02-11T21:22:50.924Z[ recovery-image] sys 1:02.813108217
98602025-02-11T21:22:50.924Z[ recovery-image] trap 0.426294805
98612025-02-11T21:22:50.924Z[ recovery-image] tflt 0.352768892
98622025-02-11T21:22:50.924Z[ recovery-image] dflt 2.997996136
98632025-02-11T21:22:50.924Z[ recovery-image] kflt 0.004535293
98642025-02-11T21:22:50.924Z[ recovery-image] lock 28:20.932978434
98652025-02-11T21:22:50.924Z[ recovery-image] slp 1:13:12.292914344
98662025-02-11T21:22:50.924Z[ recovery-image] lat 5:16.013773618
98672025-02-11T21:22:50.924Z[ recovery-image] stop 9.458837710
98682025-02-11T21:22:50.927ZFeb 11 21:22:49.260 INFO [recovery-image] process exited with exit status: 0 (703.245169088s)
98692025-02-11T21:22:51.465Z[ host-image] Feb 11 21:22:49.801 INFO O| Feb 11 21:22:49.801 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98702025-02-11T21:22:51.614Z[ host-image] Feb 11 21:22:49.950 INFO BUILD STRING "heads/stlouis-0-ge083ffdec2\n"
98712025-02-11T21:22:51.614Z[ host-image] Feb 11 21:22:49.950 INFO expanded image name: "ci 068d8de/${os_short_commit} 2025-02-11 20:47" -> "ci 068d8de/e083ffd 2025-02-11 20:47"
98722025-02-11T21:22:51.618Z[ host-image] Feb 11 21:22:49.950 INFO output artefacts stored in: "/work/os-host"
98732025-02-11T21:22:51.618Z[ host-image] Feb 11 21:22:49.950 INFO collecting git info from project "amd-firmware"...
98742025-02-11T21:22:51.639Z[ host-image] Feb 11 21:22:49.975 INFO collecting git info from project "pilot"...
98752025-02-11T21:22:51.651Z[ host-image] Feb 11 21:22:49.987 INFO collecting git info from project "chelsio-t6-roms"...
98762025-02-11T21:22:51.661Z[ host-image] Feb 11 21:22:49.996 INFO collecting git info from project "phbl"...
98772025-02-11T21:22:51.671Z[ host-image] Feb 11 21:22:50.007 INFO collecting git info from project "amd-host-image-builder"...
98782025-02-11T21:22:51.704Z[ host-image] Feb 11 21:22:50.040 INFO collecting git info from project "bootserver"...
98792025-02-11T21:22:51.783Z[ host-image] Feb 11 21:22:50.118 INFO collecting git info from project "pinprick"...
98802025-02-11T21:22:51.794Z[ host-image] Feb 11 21:22:50.130 INFO collecting git info from project "image-builder"...
98812025-02-11T21:22:51.803Z[ host-image] Feb 11 21:22:50.138 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98822025-02-11T21:22:54.032Z[ host-image] Feb 11 21:22:52.367 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98832025-02-11T21:22:54.659Z[ host-image] Feb 11 21:22:52.994 INFO creating Oxide boot image...
98842025-02-11T21:22:54.659Z[ host-image] Feb 11 21:22:52.994 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 068d8de/e083ffd 2025-02-11 20:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98852025-02-11T21:22:56.502Z[ host-image] Feb 11 21:22:54.837 INFO O| ok, image written!
98862025-02-11T21:22:56.505Z[ host-image] Feb 11 21:22:54.838 INFO O| ok, boot_image_csum file written!
98872025-02-11T21:22:56.508Z[ host-image] Feb 11 21:22:54.843 INFO creating boot archive (CPIO)...
98882025-02-11T21:22:56.508Z[ host-image] Feb 11 21:22:54.843 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
98892025-02-11T21:22:56.521Z[ host-image] Feb 11 21:22:54.856 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98902025-02-11T21:22:56.521Z[ host-image] Feb 11 21:22:54.856 INFO E| + outfile=/work/os-host/cpio
98912025-02-11T21:22:56.532Z[ host-image] Feb 11 21:22:54.856 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98922025-02-11T21:22:56.536Z[ host-image] Feb 11 21:22:54.860 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98932025-02-11T21:22:56.536Z[ host-image] Feb 11 21:22:54.860 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98942025-02-11T21:22:56.580Z[ host-image] Feb 11 21:22:54.915 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98952025-02-11T21:22:56.580Z[ host-image] Feb 11 21:22:54.915 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98962025-02-11T21:22:56.592Z[ host-image] Feb 11 21:22:54.927 INFO creating compressed cpio/unix for nanobl-rs...
98972025-02-11T21:22:56.592Z[ host-image] Feb 11 21:22:54.927 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
98982025-02-11T21:22:57.120Z[ host-image] Feb 11 21:22:55.455 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98992025-02-11T21:23:04.304Z[ host-image] Feb 11 21:23:02.638 INFO creating reset image...
99002025-02-11T21:23:04.304Z[ host-image] Feb 11 21:23:02.638 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99012025-02-11T21:23:04.495Z[ host-image] Feb 11 21:23:02.829 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99022025-02-11T21:23:04.497Z[ host-image] Feb 11 21:23:02.831 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99032025-02-11T21:23:04.650Z[ host-image] Feb 11 21:23:02.985 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99042025-02-11T21:23:08.582Z[ host-image] Feb 11 21:23:06.916 INFO E| Finished `release` profile [optimized] target(s) in 4.06s
99052025-02-11T21:23:08.600Z[ host-image] Feb 11 21:23:06.934 INFO building host image...
99062025-02-11T21:23:08.603Z[ host-image] Feb 11 21:23:06.934 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")
99072025-02-11T21:23:09.526Z[ host-image] Feb 11 21:23:07.860 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99082025-02-11T21:24:23.293Z[ host-image] Feb 11 21:24:21.618 INFO image complete! materials are in "/work/os-host"
99092025-02-11T21:24:23.296Z[ host-image]
99102025-02-11T21:24:23.301Z[ host-image] real 13:53.331235550
99112025-02-11T21:24:23.301Z[ host-image] user 7:04.248118811
99122025-02-11T21:24:23.301Z[ host-image] sys 1:12.509526598
99132025-02-11T21:24:23.301Z[ host-image] trap 0.348767260
99142025-02-11T21:24:23.301Z[ host-image] tflt 0.088423159
99152025-02-11T21:24:23.301Z[ host-image] dflt 0.222851650
99162025-02-11T21:24:23.301Z[ host-image] kflt 0.067610475
99172025-02-11T21:24:23.301Z[ host-image] lock 8:28.705230855
99182025-02-11T21:24:23.301Z[ host-image] slp 1:13:12.737708673
99192025-02-11T21:24:23.301Z[ host-image] lat 3:15.040135921
99202025-02-11T21:24:23.301Z[ host-image] stop 0.939474885
99212025-02-11T21:24:23.301ZFeb 11 21:24:21.623 INFO [host-image] process exited with exit status: 0 (833.35422049s)
99222025-02-11T21:24:23.301ZFeb 11 21:24:21.623 INFO [tuf-repo] running task
99232025-02-11T21:24:37.761ZFeb 11 21:24:36.085 INFO assembling repository in `/tmp/tufaceousq2YGaB`, component: OmicronRepoAssembler
99242025-02-11T21:24:49.239ZFeb 11 21:24:47.562 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99252025-02-11T21:24:50.621ZFeb 11 21:24:48.944 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99262025-02-11T21:25:11.819ZFeb 11 21:25:10.140 INFO [tuf-repo] task succeeded (48.516347752s)
99272025-02-11T21:27:15.064Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 04s
99282025-02-11T21:27:15.496ZFeb 11 21:27:13.804 INFO [verify-libraries] process exited with exit status: 0 (968.216300006s)
99292025-02-11T21:27:15.496ZFeb 11 21:27:13.804 INFO all jobs completed in 2357.063048379s
99302025-02-11T21:27:16.114Zprocess exited: duration 3038325 ms, exit code 0
 
99312025-02-11T21:27:16.130Zfound 33 output files
99322025-02-11T21:27:16.130Zuploading: /work/manifest.toml (13429 bytes)
99332025-02-11T21:27:17.146Zuploaded: /work/manifest.toml
99342025-02-11T21:27:17.146Zuploading: /work/repo.zip (2044904713 bytes)
99352025-02-11T21:27:57.510Zuploaded: /work/repo.zip
99362025-02-11T21:27:57.510Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99372025-02-11T21:27:58.530Zuploaded: /work/repo.zip.sha256.txt
99382025-02-11T21:27:58.530Zuploading: /work/helios-setup.log (65552 bytes)
99392025-02-11T21:27:59.543Zuploaded: /work/helios-setup.log
99402025-02-11T21:27:59.544Zuploading: /work/host-image.log (199601 bytes)
99412025-02-11T21:28:00.566Zuploaded: /work/host-image.log
99422025-02-11T21:28:00.566Zuploading: /work/host-package.log (23402 bytes)
99432025-02-11T21:28:01.578Zuploaded: /work/host-package.log
99442025-02-11T21:28:01.578Zuploading: /work/host-target.log (101 bytes)
99452025-02-11T21:28:02.586Zuploaded: /work/host-target.log
99462025-02-11T21:28:02.586Zuploading: /work/omicron-package.log (5669 bytes)
99472025-02-11T21:28:03.594Zuploaded: /work/omicron-package.log
99482025-02-11T21:28:03.594Zuploading: /work/phbl-toolchain.log (881 bytes)
99492025-02-11T21:28:04.602Zuploaded: /work/phbl-toolchain.log
99502025-02-11T21:28:04.602Zuploading: /work/recovery-image.log (578242 bytes)
99512025-02-11T21:28:05.636Zuploaded: /work/recovery-image.log
99522025-02-11T21:28:05.636Zuploading: /work/recovery-package.log (1762 bytes)
99532025-02-11T21:28:06.645Zuploaded: /work/recovery-package.log
99542025-02-11T21:28:06.645Zuploading: /work/recovery-target.log (57 bytes)
99552025-02-11T21:28:07.653Zuploaded: /work/recovery-target.log
99562025-02-11T21:28:07.653Zuploading: /work/stamp-clickhouse.log (117 bytes)
99572025-02-11T21:28:08.661Zuploaded: /work/stamp-clickhouse.log
99582025-02-11T21:28:08.662Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99592025-02-11T21:28:09.669Zuploaded: /work/stamp-clickhouse_keeper.log
99602025-02-11T21:28:09.669Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99612025-02-11T21:28:10.677Zuploaded: /work/stamp-cockroachdb.log
99622025-02-11T21:28:10.677Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99632025-02-11T21:28:11.685Zuploaded: /work/stamp-crucible-dtrace.log
99642025-02-11T21:28:11.685Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99652025-02-11T21:28:12.693Zuploaded: /work/stamp-crucible-pantry-zone.log
99662025-02-11T21:28:12.693Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99672025-02-11T21:28:13.701Zuploaded: /work/stamp-crucible-zone.log
99682025-02-11T21:28:13.701Zuploading: /work/stamp-external-dns.log (119 bytes)
99692025-02-11T21:28:14.709Zuploaded: /work/stamp-external-dns.log
99702025-02-11T21:28:14.709Zuploading: /work/stamp-installinator.log (103 bytes)
99712025-02-11T21:28:15.717Zuploaded: /work/stamp-installinator.log
99722025-02-11T21:28:15.717Zuploading: /work/stamp-internal-dns.log (119 bytes)
99732025-02-11T21:28:16.725Zuploaded: /work/stamp-internal-dns.log
99742025-02-11T21:28:16.726Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99752025-02-11T21:28:17.734Zuploaded: /work/stamp-mg-ddm-gz.log
99762025-02-11T21:28:17.734Zuploading: /work/stamp-nexus.log (112 bytes)
99772025-02-11T21:28:18.742Zuploaded: /work/stamp-nexus.log
99782025-02-11T21:28:18.742Zuploading: /work/stamp-ntp.log (110 bytes)
99792025-02-11T21:28:19.751Zuploaded: /work/stamp-ntp.log
99802025-02-11T21:28:19.751Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99812025-02-11T21:28:21.345Zuploaded: /work/stamp-omicron-sled-agent.log
99822025-02-11T21:28:21.345Zuploading: /work/stamp-overlay.log (114 bytes)
99832025-02-11T21:28:22.354Zuploaded: /work/stamp-overlay.log
99842025-02-11T21:28:22.355Zuploading: /work/stamp-oximeter.log (115 bytes)
99852025-02-11T21:28:23.363Zuploaded: /work/stamp-oximeter.log
99862025-02-11T21:28:23.363Zuploading: /work/stamp-oxlog.log (109 bytes)
99872025-02-11T21:28:24.371Zuploaded: /work/stamp-oxlog.log
99882025-02-11T21:28:24.371Zuploading: /work/stamp-probe.log (112 bytes)
99892025-02-11T21:28:25.380Zuploaded: /work/stamp-probe.log
99902025-02-11T21:28:25.380Zuploading: /work/stamp-propolis-server.log (122 bytes)
99912025-02-11T21:28:26.388Zuploaded: /work/stamp-propolis-server.log
99922025-02-11T21:28:26.388Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99932025-02-11T21:28:27.396Zuploaded: /work/stamp-pumpkind-gz.log
99942025-02-11T21:28:27.396Zuploading: /work/stamp-switch-asic.log (118 bytes)
99952025-02-11T21:28:28.403Zuploaded: /work/stamp-switch-asic.log
99962025-02-11T21:28:28.403Zuploading: /work/verify-libraries.log (6109 bytes)
99972025-02-11T21:28:29.412Zuploaded: /work/verify-libraries.log