01JMDTXB48D1XZTSQ1G9ACXFTT: 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: 01JMDV0D6R0FM716HNZTDAT7J0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-19T02:15:01.377Zjob assigned to worker 01JMDZR2APPMPQ4MKRG8GJ50NV [factory aws, i-095717ca7875a6f07] (queued for 1 h 23 m 33 s)
 
22025-02-19T02:15:09.068Zstarting task 0: "setup"
32025-02-19T02:15:09.075Z++ uname -s
42025-02-19T02:15:09.077Z+ kern=SunOS
52025-02-19T02:15:09.077Z+ build_user=build
62025-02-19T02:15:09.078Z+ build_uid=12345
72025-02-19T02:15:09.078Z+ work_dir=/work
82025-02-19T02:15:09.078Z+ input_dir=/input
92025-02-19T02:15:09.078Z+ [[ 0 == 12345 ]]
102025-02-19T02:15:09.078Z+ case "$kern" in
112025-02-19T02:15:09.078Z+ groupadd -g 12345 build
122025-02-19T02:15:09.080Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-19T02:15:11.089Z+ zfs create -o mountpoint=/work rpool/work
142025-02-19T02:15:11.196Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-19T02:15:11.199Z+ home_fs=zfs
162025-02-19T02:15:11.199Z+ [[ zfs == autofs ]]
172025-02-19T02:15:11.199Z+ mkdir -p /home/build
182025-02-19T02:15:11.202Z+ chown build:build /home/build /work
192025-02-19T02:15:13.203Z+ chmod 0700 /home/build /work
202025-02-19T02:15:13.205Zprocess exited: duration 4137 ms, exit code 0
 
212025-02-19T02:15:13.211Zstarting task 1: "rust-toolchain"
222025-02-19T02:15:13.216Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-19T02:15:13.216Z * rust toolchain channel = "1.84.1"
242025-02-19T02:15:13.216Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-19T02:15:13.216Z * rust toolchain profile = "default"
262025-02-19T02:15:13.216Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-19T02:15:13.216Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-19T02:15:13.219Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-19T02:15:13.219Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-19T02:15:13.342Zinfo: downloading installer
312025-02-19T02:15:14.873Zwarning: it looks like you have an existing installation of Rust at:
322025-02-19T02:15:14.873Zwarning: /opt/ooce/bin
332025-02-19T02:15:14.873Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-19T02:15:14.873Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-19T02:15:14.873Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-19T02:15:14.873Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-19T02:15:14.873Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-19T02:15:14.873Zerror: cannot install while Rust is installed
392025-02-19T02:15:14.873Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-19T02:15:14.889Zinfo: profile set to 'default'
412025-02-19T02:15:14.889Zinfo: default host triple is x86_64-unknown-illumos
422025-02-19T02:15:14.891Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-19T02:15:15.047Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-19T02:15:15.047Zinfo: downloading component 'cargo'
452025-02-19T02:15:15.957Zinfo: downloading component 'clippy'
462025-02-19T02:15:16.303Zinfo: downloading component 'rust-docs'
472025-02-19T02:15:17.543Zinfo: downloading component 'rust-std'
482025-02-19T02:15:19.544Zinfo: downloading component 'rustc'
492025-02-19T02:15:26.609Zinfo: downloading component 'rustfmt'
502025-02-19T02:15:26.876Zinfo: installing component 'cargo'
512025-02-19T02:15:27.703Zinfo: installing component 'clippy'
522025-02-19T02:15:28.080Zinfo: installing component 'rust-docs'
532025-02-19T02:15:29.745Zinfo: installing component 'rust-std'
542025-02-19T02:15:31.598Zinfo: installing component 'rustc'
552025-02-19T02:15:37.854Zinfo: installing component 'rustfmt'
562025-02-19T02:15:37.916Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-19T02:15:37.917Z
582025-02-19T02:15:38.305Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-19T02:15:38.305Z
602025-02-19T02:15:38.309Z
612025-02-19T02:15:38.309ZRust is installed now. Great!
622025-02-19T02:15:38.309Z
632025-02-19T02:15:38.309ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-19T02:15:38.309Zenvironment variable. This has not been done automatically.
652025-02-19T02:15:38.309Z
662025-02-19T02:15:38.309ZTo configure your current shell, you need to source
672025-02-19T02:15:38.309Zthe corresponding env file under $HOME/.cargo.
682025-02-19T02:15:38.309Z
692025-02-19T02:15:38.309ZThis is usually done by running one of the following (note the leading DOT):
702025-02-19T02:15:38.309Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-19T02:15:38.309Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-19T02:15:38.385Z+ rustup --version
732025-02-19T02:15:38.393Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-19T02:15:38.393Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-19T02:15:38.469Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-19T02:15:38.472Z+ cargo --version
772025-02-19T02:15:38.529Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-19T02:15:38.532Z+ rustc --version
792025-02-19T02:15:38.591Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-19T02:15:38.594Zprocess exited: duration 25380 ms, exit code 0
 
812025-02-19T02:15:38.601Zstarting task 2: "authentication"
822025-02-19T02:15:38.622Zprocess exited: duration 20 ms, exit code 0
 
832025-02-19T02:15:38.629Zstarting task 3: "clone repository"
842025-02-19T02:15:38.632Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-19T02:15:38.635Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-19T02:15:38.674ZCloning into '/work/oxidecomputer/omicron'...
872025-02-19T02:15:45.757Z+ cd /work/oxidecomputer/omicron
882025-02-19T02:15:45.757Z+ git fetch origin 393a9251dcac7c69a91b393447131feb6a00f8a8
892025-02-19T02:15:46.096ZFrom https://github.com/oxidecomputer/omicron
902025-02-19T02:15:46.096Z * branch 393a9251dcac7c69a91b393447131feb6a00f8a8 -> FETCH_HEAD
912025-02-19T02:15:46.107Z+ [[ -n affinity-api ]]
922025-02-19T02:15:46.109Z++ git branch --show-current
932025-02-19T02:15:46.112Z+ current=main
942025-02-19T02:15:46.112Z+ [[ main != affinity-api ]]
952025-02-19T02:15:46.112Z+ git branch -f affinity-api 393a9251dcac7c69a91b393447131feb6a00f8a8
962025-02-19T02:15:46.114Z+ git checkout -f affinity-api
972025-02-19T02:15:46.176ZSwitched to branch 'affinity-api'
982025-02-19T02:15:46.178Z+ git reset --hard 393a9251dcac7c69a91b393447131feb6a00f8a8
992025-02-19T02:15:46.243ZHEAD is now at 393a9251d Merge branch 'main' into affinity-api
1002025-02-19T02:15:46.245Zprocess exited: duration 7615 ms, exit code 0
 
1012025-02-19T02:15:46.251Zstarting task 4: "build"
1022025-02-19T02:15:46.257Z+ source .github/buildomat/ci-env.sh
1032025-02-19T02:15:46.257Z++ export CARGO_TERM_COLOR=always
1042025-02-19T02:15:46.257Z++ CARGO_TERM_COLOR=always
1052025-02-19T02:15:46.260Z+ cargo --version
1062025-02-19T02:15:46.307Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-19T02:15:46.309Z+ rustc --version
1082025-02-19T02:15:46.370Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-19T02:15:46.373Z+ cargo tree --locked
1102025-02-19T02:15:46.602Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-19T02:15:46.879Z Updating crates.io index
1122025-02-19T02:15:46.881Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-19T02:15:47.395Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-19T02:15:47.602Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-19T02:15:47.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-19T02:15:48.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-19T02:15:50.419Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-19T02:15:51.030Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-19T02:15:51.691Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-19T02:15:51.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-19T02:15:52.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-19T02:15:52.868Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1232025-02-19T02:15:53.205Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242025-02-19T02:15:53.509Z Updating git repository `https://github.com/oxidecomputer/tofino`
1252025-02-19T02:15:53.727Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1262025-02-19T02:15:53.946Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1272025-02-19T02:15:54.170Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1282025-02-19T02:15:54.486Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292025-02-19T02:15:54.779Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-02-19T02:15:55.106Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1312025-02-19T02:15:55.413Z Updating git repository `https://github.com/oxidecomputer/ispf`
1322025-02-19T02:15:55.679Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332025-02-19T02:15:56.057Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342025-02-19T02:15:56.523Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-02-19T02:15:56.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362025-02-19T02:15:57.074Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372025-02-19T02:15:57.498Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1382025-02-19T02:15:57.744Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392025-02-19T02:15:57.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402025-02-19T02:15:58.256Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412025-02-19T02:15:59.647Z Downloading crates ...
1422025-02-19T02:15:59.767Z Downloaded assert_matches v1.5.0
1432025-02-19T02:15:59.773Z Downloaded errno v0.3.9
1442025-02-19T02:15:59.780Z Downloaded atomicwrites v0.4.4
1452025-02-19T02:15:59.783Z Downloaded escape8259 v0.5.3
1462025-02-19T02:15:59.786Z Downloaded event-listener v5.3.1
1472025-02-19T02:15:59.788Z Downloaded event-listener-strategy v0.5.2
1482025-02-19T02:15:59.788Z Downloaded chrono-tz-build v0.4.0
1492025-02-19T02:15:59.791Z Downloaded async-object-pool v0.1.5
1502025-02-19T02:15:59.795Z Downloaded equivalent v1.0.1
1512025-02-19T02:15:59.798Z Downloaded cfg_aliases v0.2.1
1522025-02-19T02:15:59.800Z Downloaded async-channel v2.3.1
1532025-02-19T02:15:59.801Z Downloaded anstyle-query v1.1.1
1542025-02-19T02:15:59.801Z Downloaded anstyle v1.0.10
1552025-02-19T02:15:59.803Z Downloaded async-channel v1.9.0
1562025-02-19T02:15:59.806Z Downloaded guppy-workspace-hack v0.1.0
1572025-02-19T02:15:59.806Z Downloaded approx v0.5.1
1582025-02-19T02:15:59.808Z Downloaded assert-json-diff v2.0.2
1592025-02-19T02:15:59.808Z Downloaded ascii-canvas v3.0.0
1602025-02-19T02:15:59.811Z Downloaded anes v0.1.6
1612025-02-19T02:15:59.813Z Downloaded foreign-types-shared v0.1.1
1622025-02-19T02:15:59.813Z Downloaded hubpack_derive v0.1.1
1632025-02-19T02:15:59.816Z Downloaded cfg_aliases v0.1.1
1642025-02-19T02:15:59.816Z Downloaded async-stream-impl v0.3.6
1652025-02-19T02:15:59.816Z Downloaded array-init v0.0.4
1662025-02-19T02:15:59.819Z Downloaded fxhash v0.2.1
1672025-02-19T02:15:59.819Z Downloaded foreign-types v0.3.2
1682025-02-19T02:15:59.819Z Downloaded home v0.5.9
1692025-02-19T02:15:59.821Z Downloaded http-range v0.1.5
1702025-02-19T02:15:59.821Z Downloaded async-signal v0.2.10
1712025-02-19T02:15:59.824Z Downloaded foreign-types-shared v0.3.1
1722025-02-19T02:15:59.824Z Downloaded fnv v1.0.7
1732025-02-19T02:15:59.824Z Downloaded aead v0.5.2
1742025-02-19T02:15:59.827Z Downloaded adler2 v2.0.0
1752025-02-19T02:15:59.827Z Downloaded async-recursion v1.1.1
1762025-02-19T02:15:59.830Z Downloaded cargo-platform v0.1.8
1772025-02-19T02:15:59.832Z Downloaded httpdate v1.0.3
1782025-02-19T02:15:59.832Z Downloaded bit-set v0.5.3
1792025-02-19T02:15:59.835Z Downloaded arrayref v0.3.9
1802025-02-19T02:15:59.835Z Downloaded bb8 v0.8.5
1812025-02-19T02:15:59.837Z Downloaded anstyle-parse v0.2.5
1822025-02-19T02:15:59.840Z Downloaded atty v0.2.14
1832025-02-19T02:15:59.840Z Downloaded event-listener v2.5.3
1842025-02-19T02:15:59.842Z Downloaded hash32 v0.2.1
1852025-02-19T02:15:59.842Z Downloaded futures-io v0.3.31
1862025-02-19T02:15:59.845Z Downloaded async-stream v0.3.6
1872025-02-19T02:15:59.848Z Downloaded foldhash v0.1.3
1882025-02-19T02:15:59.848Z Downloaded fallible-streaming-iterator v0.1.9
1892025-02-19T02:15:59.850Z Downloaded byteorder v1.5.0
1902025-02-19T02:15:59.850Z Downloaded hash32 v0.3.1
1912025-02-19T02:15:59.853Z Downloaded bcrypt-pbkdf v0.10.0
1922025-02-19T02:15:59.853Z Downloaded async-lock v3.4.0
1932025-02-19T02:15:59.856Z Downloaded float-cmp v0.9.0
1942025-02-19T02:15:59.858Z Downloaded cfg-if v1.0.0
1952025-02-19T02:15:59.859Z Downloaded expectorate v1.1.0
1962025-02-19T02:15:59.861Z Downloaded addr2line v0.24.2
1972025-02-19T02:15:59.864Z Downloaded anstream v0.6.15
1982025-02-19T02:15:59.866Z Downloaded generic-array v0.14.7
1992025-02-19T02:15:59.869Z Downloaded hubpack v0.1.2
2002025-02-19T02:15:59.869Z Downloaded form_urlencoded v1.2.1
2012025-02-19T02:15:59.869Z Downloaded group v0.13.0
2022025-02-19T02:15:59.872Z Downloaded path-slash v0.1.5
2032025-02-19T02:15:59.872Z Downloaded parse-size v1.1.0
2042025-02-19T02:15:59.874Z Downloaded castaway v0.2.3
2052025-02-19T02:15:59.874Z Downloaded bitflags v1.3.2
2062025-02-19T02:15:59.877Z Downloaded flagset v0.4.6
2072025-02-19T02:15:59.879Z Downloaded async-process v2.3.0
2082025-02-19T02:15:59.882Z Downloaded async-attributes v1.1.2
2092025-02-19T02:15:59.882Z Downloaded oso-derive v0.27.3
2102025-02-19T02:15:59.885Z Downloaded ghash v0.5.1
2112025-02-19T02:15:59.885Z Downloaded fixedbitset v0.4.2
2122025-02-19T02:15:59.887Z Downloaded http-body v1.0.1
2132025-02-19T02:15:59.887Z Downloaded headers-core v0.3.0
2142025-02-19T02:15:59.887Z Downloaded fs_extra v1.3.0
2152025-02-19T02:15:59.890Z Downloaded blowfish v0.9.1
2162025-02-19T02:15:59.892Z Downloaded num-derive v0.4.2
2172025-02-19T02:15:59.895Z Downloaded ff v0.13.0
2182025-02-19T02:15:59.895Z Downloaded http-body-util v0.1.2
2192025-02-19T02:15:59.897Z Downloaded anyhow v1.0.95
2202025-02-19T02:15:59.900Z Downloaded async-task v4.7.1
2212025-02-19T02:15:59.903Z Downloaded globset v0.4.15
2222025-02-19T02:15:59.905Z Downloaded cassowary v0.3.0
2232025-02-19T02:15:59.908Z Downloaded camino-tempfile v1.1.1
2242025-02-19T02:15:59.908Z Downloaded async-executor v1.13.1
2252025-02-19T02:15:59.911Z Downloaded phf_shared v0.10.0
2262025-02-19T02:15:59.911Z Downloaded heck v0.5.0
2272025-02-19T02:15:59.913Z Downloaded hostname v0.3.1
2282025-02-19T02:15:59.913Z Downloaded bzip2 v0.4.4
2292025-02-19T02:15:59.916Z Downloaded backoff v0.4.0
2302025-02-19T02:15:59.919Z Downloaded highway v1.2.0
2312025-02-19T02:15:59.921Z Downloaded swrite v0.1.0
2322025-02-19T02:15:59.921Z Downloaded hex v0.4.3
2332025-02-19T02:15:59.924Z Downloaded num_cpus v1.16.0
2342025-02-19T02:15:59.927Z Downloaded packed_struct v0.10.1
2352025-02-19T02:15:59.929Z Downloaded path-tree v0.8.1
2362025-02-19T02:15:59.929Z Downloaded hyper-rustls v0.26.0
2372025-02-19T02:15:59.932Z Downloaded httptest v0.16.1
2382025-02-19T02:15:59.934Z Downloaded bitflags v2.6.0
2392025-02-19T02:15:59.937Z Downloaded glob v0.3.2
2402025-02-19T02:15:59.939Z Downloaded blake2b_simd v1.0.2
2412025-02-19T02:15:59.942Z Downloaded futures-timer v3.0.3
2422025-02-19T02:15:59.942Z Downloaded plotters-backend v0.3.7
2432025-02-19T02:15:59.945Z Downloaded arc-swap v1.7.1
2442025-02-19T02:15:59.948Z Downloaded camino v1.1.9
2452025-02-19T02:15:59.951Z Downloaded pathdiff v0.2.3
2462025-02-19T02:15:59.951Z Downloaded allocator-api2 v0.2.18
2472025-02-19T02:15:59.954Z Downloaded futures-task v0.3.31
2482025-02-19T02:15:59.954Z Downloaded async-bb8-diesel v0.2.1
2492025-02-19T02:15:59.957Z Downloaded ahash v0.8.11
2502025-02-19T02:15:59.959Z Downloaded futures v0.3.31
2512025-02-19T02:15:59.963Z Downloaded target-triple v0.1.3
2522025-02-19T02:15:59.966Z Downloaded shlex v1.3.0
2532025-02-19T02:15:59.966Z Downloaded phf_shared v0.11.2
2542025-02-19T02:15:59.969Z Downloaded supports-color v3.0.1
2552025-02-19T02:15:59.969Z Downloaded strip-ansi-escapes v0.2.0
2562025-02-19T02:15:59.971Z Downloaded shell-words v1.1.0
2572025-02-19T02:15:59.971Z Downloaded crucible-workspace-hack v0.1.0
2582025-02-19T02:15:59.974Z Downloaded rand_core v0.6.4
2592025-02-19T02:15:59.974Z Downloaded progenitor v0.9.1
2602025-02-19T02:15:59.981Z Downloaded serde_spanned v0.6.8
2612025-02-19T02:15:59.981Z Downloaded phf_generator v0.11.2
2622025-02-19T02:15:59.985Z Downloaded hex-literal v0.4.1
2632025-02-19T02:15:59.985Z Downloaded threadpool v1.8.1
2642025-02-19T02:15:59.985Z Downloaded cfg-expr v0.17.2
2652025-02-19T02:15:59.985Z Downloaded async-io v2.3.4
2662025-02-19T02:15:59.987Z Downloaded rand_chacha v0.3.1
2672025-02-19T02:15:59.987Z Downloaded humantime v2.1.0
2682025-02-19T02:15:59.990Z Downloaded base64 v0.13.1
2692025-02-19T02:15:59.992Z Downloaded tls_codec_derive v0.4.1
2702025-02-19T02:15:59.999Z Downloaded postgres-protocol v0.6.7
2712025-02-19T02:15:59.999Z Downloaded fatfs v0.3.6
2722025-02-19T02:15:59.999Z Downloaded cancel-safe-futures v0.1.5
2732025-02-19T02:16:00.004Z Downloaded serde_tokenstream v0.2.2
2742025-02-19T02:16:00.005Z Downloaded crunchy v0.2.2
2752025-02-19T02:16:00.005Z Downloaded signal-hook-registry v1.4.2
2762025-02-19T02:16:00.005Z Downloaded typify-macro v0.3.0
2772025-02-19T02:16:00.007Z Downloaded typify-macro v0.2.0
2782025-02-19T02:16:00.007Z Downloaded futures-macro v0.3.31
2792025-02-19T02:16:00.007Z Downloaded zeroize v1.8.1
2802025-02-19T02:16:00.010Z Downloaded xz2 v0.1.7
2812025-02-19T02:16:00.012Z Downloaded structmeta-derive v0.3.0
2822025-02-19T02:16:00.012Z Downloaded signature v2.2.0
2832025-02-19T02:16:00.015Z Downloaded rust-argon2 v2.1.0
2842025-02-19T02:16:00.015Z Downloaded parking_lot_core v0.8.6
2852025-02-19T02:16:00.018Z Downloaded signal-hook-mio v0.2.4
2862025-02-19T02:16:00.021Z Downloaded clap_lex v0.7.4
2872025-02-19T02:16:00.021Z Downloaded zeroize_derive v1.4.2
2882025-02-19T02:16:00.023Z Downloaded snafu-derive v0.8.5
2892025-02-19T02:16:00.024Z Downloaded concurrent-queue v2.5.0
2902025-02-19T02:16:00.026Z Downloaded serde_derive_internals v0.29.1
2912025-02-19T02:16:00.026Z Downloaded hickory-client v0.24.3
2922025-02-19T02:16:00.029Z Downloaded match_cfg v0.1.0
2932025-02-19T02:16:00.032Z Downloaded futures-lite v2.3.0
2942025-02-19T02:16:00.034Z Downloaded xattr v1.3.1
2952025-02-19T02:16:00.034Z Downloaded either v1.13.0
2962025-02-19T02:16:00.038Z Downloaded tokio-macros v2.5.0
2972025-02-19T02:16:00.038Z Downloaded postgres-types v0.2.8
2982025-02-19T02:16:00.040Z Downloaded uzers v0.12.1
2992025-02-19T02:16:00.043Z Downloaded unicase v2.7.0
3002025-02-19T02:16:00.043Z Downloaded backtrace v0.3.74
3012025-02-19T02:16:00.047Z Downloaded openssl-macros v0.1.1
3022025-02-19T02:16:00.050Z Downloaded indoc v1.0.9
3032025-02-19T02:16:00.053Z Downloaded crypto-common v0.1.6
3042025-02-19T02:16:00.053Z Downloaded pretty-hex v0.2.1
3052025-02-19T02:16:00.055Z Downloaded openssl-probe v0.1.5
3062025-02-19T02:16:00.055Z Downloaded cipher v0.4.4
3072025-02-19T02:16:00.058Z Downloaded utf8parse v0.2.2
3082025-02-19T02:16:00.058Z Downloaded scroll v0.12.0
3092025-02-19T02:16:00.060Z Downloaded half v2.4.1
3102025-02-19T02:16:00.063Z Downloaded is-terminal v0.4.13
3112025-02-19T02:16:00.063Z Downloaded base64 v0.22.1
3122025-02-19T02:16:00.066Z Downloaded hmac v0.12.1
3132025-02-19T02:16:00.068Z Downloaded twox-hash v2.1.0
3142025-02-19T02:16:00.071Z Downloaded embedded-io v0.6.1
3152025-02-19T02:16:00.074Z Downloaded dirs-sys-next v0.1.2
3162025-02-19T02:16:00.074Z Downloaded dirs-next v2.0.0
3172025-02-19T02:16:00.076Z Downloaded russh-keys v0.45.0
3182025-02-19T02:16:00.079Z Downloaded difflib v0.4.0
3192025-02-19T02:16:00.079Z Downloaded signal-hook-tokio v0.3.1
3202025-02-19T02:16:00.079Z Downloaded rustls-native-certs v0.7.3
3212025-02-19T02:16:00.081Z Downloaded spin v0.9.8
3222025-02-19T02:16:00.084Z Downloaded digest v0.10.7
3232025-02-19T02:16:00.087Z Downloaded semver v0.1.20
3242025-02-19T02:16:00.087Z Downloaded pem v3.0.4
3252025-02-19T02:16:00.089Z Downloaded chacha20poly1305 v0.10.1
3262025-02-19T02:16:00.092Z Downloaded fancy-regex v0.13.0
3272025-02-19T02:16:00.094Z Downloaded embedded-io v0.4.0
3282025-02-19T02:16:00.097Z Downloaded derive_builder_core v0.20.2
3292025-02-19T02:16:00.097Z Downloaded heapless v0.8.0
3302025-02-19T02:16:00.100Z Downloaded itoa v1.0.11
3312025-02-19T02:16:00.103Z Downloaded base64 v0.21.7
3322025-02-19T02:16:00.106Z Downloaded maybe-uninit v2.0.0
3332025-02-19T02:16:00.108Z Downloaded impl-trait-for-tuples v0.2.2
3342025-02-19T02:16:00.111Z Downloaded piper v0.2.4
3352025-02-19T02:16:00.114Z Downloaded derive_builder v0.20.2
3362025-02-19T02:16:00.116Z Downloaded tower-service v0.3.3
3372025-02-19T02:16:00.119Z Downloaded take_mut v0.2.2
3382025-02-19T02:16:00.119Z Downloaded tabwriter v1.4.0
3392025-02-19T02:16:00.119Z Downloaded managed v0.8.0
3402025-02-19T02:16:00.122Z Downloaded rustc_version v0.1.7
3412025-02-19T02:16:00.122Z Downloaded usdt-macro v0.5.0
3422025-02-19T02:16:00.124Z Downloaded scheduled-thread-pool v0.2.7
3432025-02-19T02:16:00.124Z Downloaded phf_codegen v0.11.2
3442025-02-19T02:16:00.127Z Downloaded pbkdf2 v0.11.0
3452025-02-19T02:16:00.127Z Downloaded rustc-hash v1.1.0
3462025-02-19T02:16:00.129Z Downloaded num-complex v0.4.6
3472025-02-19T02:16:00.132Z Downloaded ron v0.8.1
3482025-02-19T02:16:00.135Z Downloaded bumpalo v3.16.0
3492025-02-19T02:16:00.138Z Downloaded ciborium-io v0.2.2
3502025-02-19T02:16:00.140Z Downloaded parking_lot_core v0.9.10
3512025-02-19T02:16:00.143Z Downloaded serde_repr v0.1.19
3522025-02-19T02:16:00.143Z Downloaded multer v3.1.0
3532025-02-19T02:16:00.145Z Downloaded ssh-cipher v0.2.0
3542025-02-19T02:16:00.148Z Downloaded slog-envlogger v2.2.0
3552025-02-19T02:16:00.150Z Downloaded pem-rfc7468 v0.7.0
3562025-02-19T02:16:00.150Z Downloaded crossbeam-utils v0.8.20
3572025-02-19T02:16:00.153Z Downloaded endian-type v0.1.2
3582025-02-19T02:16:00.155Z Downloaded zerofrom v0.1.4
3592025-02-19T02:16:00.155Z Downloaded signal-hook v0.3.17
3602025-02-19T02:16:00.158Z Downloaded rfc6979 v0.4.0
3612025-02-19T02:16:00.161Z Downloaded resolv-conf v0.7.0
3622025-02-19T02:16:00.161Z Downloaded thiserror v1.0.69
3632025-02-19T02:16:00.165Z Downloaded tinystr v0.7.6
3642025-02-19T02:16:00.168Z Downloaded rustc-demangle v0.1.24
3652025-02-19T02:16:00.170Z Downloaded pkcs1 v0.7.5
3662025-02-19T02:16:00.173Z Downloaded tiny-keccak v2.0.2
3672025-02-19T02:16:00.176Z Downloaded newline-converter v0.3.0
3682025-02-19T02:16:00.176Z Downloaded new_debug_unreachable v1.0.6
3692025-02-19T02:16:00.178Z Downloaded libtest-mimic v0.7.3
3702025-02-19T02:16:00.178Z Downloaded uuid v1.12.0
3712025-02-19T02:16:00.182Z Downloaded toolchain_find v0.4.0
3722025-02-19T02:16:00.184Z Downloaded structmeta v0.2.0
3732025-02-19T02:16:00.184Z Downloaded console v0.15.10
3742025-02-19T02:16:00.187Z Downloaded value-bag v1.9.0
3752025-02-19T02:16:00.190Z Downloaded normalize-line-endings v0.3.0
3762025-02-19T02:16:00.192Z Downloaded serde_urlencoded v0.7.1
3772025-02-19T02:16:00.192Z Downloaded parking_lot v0.12.3
3782025-02-19T02:16:00.195Z Downloaded tracing-attributes v0.1.27
3792025-02-19T02:16:00.197Z Downloaded elliptic-curve v0.13.8
3802025-02-19T02:16:00.201Z Downloaded topological-sort v0.2.2
3812025-02-19T02:16:00.203Z Downloaded const-oid v0.9.6
3822025-02-19T02:16:00.206Z Downloaded progenitor-client v0.9.1
3832025-02-19T02:16:00.206Z Downloaded progenitor-client v0.8.0
3842025-02-19T02:16:00.206Z Downloaded utf-8 v0.7.6
3852025-02-19T02:16:00.209Z Downloaded unicode-truncate v1.1.0
3862025-02-19T02:16:00.209Z Downloaded icu_normalizer_data v1.5.0
3872025-02-19T02:16:00.212Z Downloaded enum-as-inner v0.6.1
3882025-02-19T02:16:00.214Z Downloaded yoke-derive v0.7.4
3892025-02-19T02:16:00.214Z Downloaded proc-macro-error v1.0.4
3902025-02-19T02:16:00.217Z Downloaded tinytemplate v1.2.1
3912025-02-19T02:16:00.219Z Downloaded zone v0.1.8
3922025-02-19T02:16:00.222Z Downloaded flate2 v1.0.35
3932025-02-19T02:16:00.225Z Downloaded usdt-impl v0.5.0
3942025-02-19T02:16:00.228Z Downloaded sqlparser_derive v0.2.2
3952025-02-19T02:16:00.228Z Downloaded plain v0.2.3
3962025-02-19T02:16:00.230Z Downloaded opaque-debug v0.3.1
3972025-02-19T02:16:00.230Z Downloaded http v1.2.0
3982025-02-19T02:16:00.233Z Downloaded sct v0.7.1
3992025-02-19T02:16:00.236Z Downloaded crc v3.2.1
4002025-02-19T02:16:00.238Z Downloaded ciborium-ll v0.2.2
4012025-02-19T02:16:00.241Z Downloaded tinyvec_macros v0.1.1
4022025-02-19T02:16:00.241Z Downloaded oorandom v11.1.4
4032025-02-19T02:16:00.244Z Downloaded diesel-dtrace v0.4.2
4042025-02-19T02:16:00.244Z Downloaded crc-catalog v2.4.0
4052025-02-19T02:16:00.246Z Downloaded strum_macros v0.26.4
4062025-02-19T02:16:00.249Z Downloaded litrs v0.4.1
4072025-02-19T02:16:00.251Z Downloaded olpc-cjson v0.1.4
4082025-02-19T02:16:00.251Z Downloaded unicode-bidi v0.3.17
4092025-02-19T02:16:00.254Z Downloaded memoffset v0.9.1
4102025-02-19T02:16:00.256Z Downloaded try-lock v0.2.5
4112025-02-19T02:16:00.257Z Downloaded salsa20 v0.10.2
4122025-02-19T02:16:00.259Z Downloaded predicates-tree v1.0.11
4132025-02-19T02:16:00.259Z Downloaded pkg-config v0.3.31
4142025-02-19T02:16:00.262Z Downloaded hashbrown v0.13.2
4152025-02-19T02:16:00.264Z Downloaded zone_cfg_derive v0.3.0
4162025-02-19T02:16:00.267Z Downloaded zone_cfg_derive v0.1.2
4172025-02-19T02:16:00.267Z Downloaded usdt v0.5.0
4182025-02-19T02:16:00.267Z Downloaded hickory-server v0.24.3
4192025-02-19T02:16:00.272Z Downloaded rustc_version v0.4.1
4202025-02-19T02:16:00.275Z Downloaded der_derive v0.7.3
4212025-02-19T02:16:00.278Z Downloaded icu_normalizer v1.5.0
4222025-02-19T02:16:00.280Z Downloaded lock_api v0.4.12
4232025-02-19T02:16:00.280Z Downloaded textwrap v0.16.1
4242025-02-19T02:16:00.283Z Downloaded hashbrown v0.12.3
4252025-02-19T02:16:00.286Z Downloaded psl-types v2.0.11
4262025-02-19T02:16:00.289Z Downloaded progenitor-macro v0.9.1
4272025-02-19T02:16:00.289Z Downloaded downcast v0.11.0
4282025-02-19T02:16:00.292Z Downloaded derive_builder_macro v0.20.2
4292025-02-19T02:16:00.292Z Downloaded pest_generator v2.7.14
4302025-02-19T02:16:00.295Z Downloaded static_assertions v1.1.0
4312025-02-19T02:16:00.295Z Downloaded stable_deref_trait v1.2.0
4322025-02-19T02:16:00.295Z Downloaded crc32fast v1.4.2
4332025-02-19T02:16:00.297Z Downloaded prettyplease v0.2.25
4342025-02-19T02:16:00.300Z Downloaded similar-asserts v1.6.0
4352025-02-19T02:16:00.303Z Downloaded serde_path_to_error v0.1.16
4362025-02-19T02:16:00.305Z Downloaded ed25519-dalek v2.1.1
4372025-02-19T02:16:00.308Z Downloaded subprocess v0.2.9
4382025-02-19T02:16:00.310Z Downloaded pkcs8 v0.10.2
4392025-02-19T02:16:00.313Z Downloaded num-conv v0.1.0
4402025-02-19T02:16:00.313Z Downloaded password-hash v0.4.2
4412025-02-19T02:16:00.316Z Downloaded nested v0.1.1
4422025-02-19T02:16:00.318Z Downloaded stringmetrics v2.2.2
4432025-02-19T02:16:00.318Z Downloaded string_cache v0.8.7
4442025-02-19T02:16:00.321Z Downloaded memmap2 v0.9.5
4452025-02-19T02:16:00.323Z Downloaded zone v0.3.0
4462025-02-19T02:16:00.323Z Downloaded zerovec-derive v0.10.3
4472025-02-19T02:16:00.326Z Downloaded wyz v0.5.1
4482025-02-19T02:16:00.326Z Downloaded version_check v0.9.5
4492025-02-19T02:16:00.328Z Downloaded omicron-zone-package v0.12.0
4502025-02-19T02:16:00.331Z Downloaded cookie_store v0.21.1
4512025-02-19T02:16:00.333Z Downloaded const_format v0.2.34
4522025-02-19T02:16:00.336Z Downloaded tinyvec v1.8.0
4532025-02-19T02:16:00.339Z Downloaded slog-term v2.9.1
4542025-02-19T02:16:00.342Z Downloaded toml_edit v0.22.22
4552025-02-19T02:16:00.362Z Downloaded sigpipe v0.1.3
4562025-02-19T02:16:00.366Z Downloaded precomputed-hash v0.1.1
4572025-02-19T02:16:00.366Z Downloaded tui-tree-widget v0.22.0
4582025-02-19T02:16:00.366Z Downloaded smallvec v0.6.14
4592025-02-19T02:16:00.368Z Downloaded progenitor-macro v0.8.0
4602025-02-19T02:16:00.368Z Downloaded password-hash v0.5.0
4612025-02-19T02:16:00.371Z Downloaded is_terminal_polyfill v1.70.1
4622025-02-19T02:16:00.371Z Downloaded time-macros v0.2.18
4632025-02-19T02:16:00.374Z Downloaded dof v0.3.0
4642025-02-19T02:16:00.374Z Downloaded document-features v0.2.10
4652025-02-19T02:16:00.376Z Downloaded crc-any v2.5.0
4662025-02-19T02:16:00.379Z Downloaded termtree v0.5.1
4672025-02-19T02:16:00.379Z Downloaded termtree v0.4.1
4682025-02-19T02:16:00.382Z Downloaded dropshot_endpoint v0.12.0
4692025-02-19T02:16:00.385Z Downloaded libsw v3.3.1
4702025-02-19T02:16:00.385Z Downloaded progenitor-impl v0.9.1
4712025-02-19T02:16:00.387Z Downloaded vsss-rs v3.3.4
4722025-02-19T02:16:00.390Z Downloaded mime v0.3.17
4732025-02-19T02:16:00.390Z Downloaded kv-log-macro v1.0.7
4742025-02-19T02:16:00.393Z Downloaded ppv-lite86 v0.2.20
4752025-02-19T02:16:00.395Z Downloaded aes-gcm v0.10.3
4762025-02-19T02:16:00.398Z Downloaded kstat-rs v0.2.4
4772025-02-19T02:16:00.398Z Downloaded unsafe-libyaml v0.2.11
4782025-02-19T02:16:00.401Z Downloaded ryu v1.0.18
4792025-02-19T02:16:00.404Z Downloaded aho-corasick v1.1.3
4802025-02-19T02:16:00.410Z Downloaded icu_locid_transform v1.5.0
4812025-02-19T02:16:00.412Z Downloaded iana-time-zone v0.1.61
4822025-02-19T02:16:00.415Z Downloaded stringprep v0.1.5
4832025-02-19T02:16:00.418Z Downloaded peg v0.8.4
4842025-02-19T02:16:00.421Z Downloaded cstr-argument v0.1.2
4852025-02-19T02:16:00.423Z Downloaded clang-sys v1.8.1
4862025-02-19T02:16:00.424Z Downloaded pbkdf2 v0.12.2
4872025-02-19T02:16:00.426Z Downloaded paste v1.0.15
4882025-02-19T02:16:00.429Z Downloaded quick-error v1.2.3
4892025-02-19T02:16:00.429Z Downloaded steno v0.4.1
4902025-02-19T02:16:00.433Z Downloaded pest_meta v2.7.14
4912025-02-19T02:16:00.435Z Downloaded siphasher v0.3.11
4922025-02-19T02:16:00.438Z Downloaded unicode-linebreak v0.1.5
4932025-02-19T02:16:00.438Z Downloaded tls_codec v0.4.1
4942025-02-19T02:16:00.441Z Downloaded plotters v0.3.7
4952025-02-19T02:16:00.448Z Downloaded scroll_derive v0.12.0
4962025-02-19T02:16:00.451Z Downloaded relative-path v1.9.3
4972025-02-19T02:16:00.451Z Downloaded dyn-clone v1.0.17
4982025-02-19T02:16:00.454Z Downloaded partial-io v0.5.4
4992025-02-19T02:16:00.456Z Downloaded native-tls v0.2.12
5002025-02-19T02:16:00.456Z Downloaded indicatif v0.17.11
5012025-02-19T02:16:00.462Z Downloaded time v0.3.36
5022025-02-19T02:16:00.468Z Downloaded strum_macros v0.25.3
5032025-02-19T02:16:00.470Z Downloaded hyper v1.5.2
5042025-02-19T02:16:00.476Z Downloaded write16 v1.0.0
5052025-02-19T02:16:00.479Z Downloaded nodrop v0.1.14
5062025-02-19T02:16:00.479Z Downloaded is_ci v1.2.0
5072025-02-19T02:16:00.479Z Downloaded ipnetwork v0.21.1
5082025-02-19T02:16:00.482Z Downloaded which v4.4.2
5092025-02-19T02:16:00.484Z Downloaded vte v0.11.1
5102025-02-19T02:16:00.484Z Downloaded trybuild v1.0.101
5112025-02-19T02:16:00.488Z Downloaded zerovec v0.10.4
5122025-02-19T02:16:00.493Z Downloaded deranged v0.3.11
5132025-02-19T02:16:00.498Z Downloaded tokio-rustls v0.24.1
5142025-02-19T02:16:00.498Z Downloaded keccak v0.1.5
5152025-02-19T02:16:00.501Z Downloaded tracing-core v0.1.32
5162025-02-19T02:16:00.504Z Downloaded packed_struct_codegen v0.10.1
5172025-02-19T02:16:00.504Z Downloaded r2d2 v0.8.10
5182025-02-19T02:16:00.508Z Downloaded proc-macro-crate v3.2.0
5192025-02-19T02:16:00.508Z Downloaded oxnet v0.1.0
5202025-02-19T02:16:00.511Z Downloaded num_enum v0.5.11
5212025-02-19T02:16:00.514Z Downloaded serde_regex v1.1.0
5222025-02-19T02:16:00.514Z Downloaded sec1 v0.7.3
5232025-02-19T02:16:00.516Z Downloaded phf v0.11.2
5242025-02-19T02:16:00.516Z Downloaded instant v0.1.13
5252025-02-19T02:16:00.520Z Downloaded icu_collections v1.5.0
5262025-02-19T02:16:00.523Z Downloaded number_prefix v0.4.0
5272025-02-19T02:16:00.526Z Downloaded slog-async v2.8.0
5282025-02-19T02:16:00.526Z Downloaded slog-bunyan v2.5.0
5292025-02-19T02:16:00.529Z Downloaded zip v0.6.6
5302025-02-19T02:16:00.532Z Downloaded indexmap v2.7.1
5312025-02-19T02:16:00.536Z Downloaded rustls-pki-types v1.10.0
5322025-02-19T02:16:00.539Z Downloaded md5 v0.7.0
5332025-02-19T02:16:00.539Z Downloaded futures-util v0.3.31
5342025-02-19T02:16:00.550Z Downloaded writeable v0.5.5
5352025-02-19T02:16:00.555Z Downloaded csv-core v0.1.11
5362025-02-19T02:16:00.558Z Downloaded criterion-plot v0.5.0
5372025-02-19T02:16:00.558Z Downloaded aws-lc-rs v1.10.0
5382025-02-19T02:16:00.563Z Downloaded ident_case v1.0.1
5392025-02-19T02:16:00.566Z Downloaded h2 v0.4.6
5402025-02-19T02:16:00.571Z Downloaded lockfree-object-pool v0.1.6
5412025-02-19T02:16:00.573Z Downloaded cmake v0.1.51
5422025-02-19T02:16:00.577Z Downloaded radium v0.7.0
5432025-02-19T02:16:00.577Z Downloaded smf v0.2.3
5442025-02-19T02:16:00.580Z Downloaded jobserver v0.1.32
5452025-02-19T02:16:00.580Z Downloaded debug-ignore v1.0.5
5462025-02-19T02:16:00.582Z Downloaded pest_derive v2.7.14
5472025-02-19T02:16:00.582Z Downloaded clap v4.5.27
5482025-02-19T02:16:00.591Z Downloaded num_threads v0.1.7
5492025-02-19T02:16:00.594Z Downloaded icu_provider_macros v1.5.0
5502025-02-19T02:16:00.594Z Downloaded unicode-xid v0.2.6
5512025-02-19T02:16:00.594Z Downloaded zopfli v0.8.1
5522025-02-19T02:16:00.596Z Downloaded internet-checksum v0.2.1
5532025-02-19T02:16:00.600Z Downloaded defmt-macros v0.3.9
5542025-02-19T02:16:00.605Z Downloaded whoami v1.5.2
5552025-02-19T02:16:00.605Z Downloaded serde-big-array v0.5.1
5562025-02-19T02:16:00.608Z Downloaded miniz_oxide v0.8.0
5572025-02-19T02:16:00.608Z Downloaded toml_edit v0.19.15
5582025-02-19T02:16:00.621Z Downloaded darling_macro v0.20.10
5592025-02-19T02:16:00.623Z Downloaded daft v0.1.1
5602025-02-19T02:16:00.623Z Downloaded crossbeam-epoch v0.9.18
5612025-02-19T02:16:00.626Z Downloaded hkdf v0.12.4
5622025-02-19T02:16:00.629Z Downloaded diesel_table_macro_syntax v0.2.0
5632025-02-19T02:16:00.632Z Downloaded universal-hash v0.5.1
5642025-02-19T02:16:00.632Z Downloaded termcolor v1.4.1
5652025-02-19T02:16:00.632Z Downloaded scopeguard v1.2.0
5662025-02-19T02:16:00.634Z Downloaded schemars_derive v0.8.21
5672025-02-19T02:16:00.635Z Downloaded same-file v1.0.6
5682025-02-19T02:16:00.637Z Downloaded datatest-stable v0.2.9
5692025-02-19T02:16:00.640Z Downloaded publicsuffix v2.3.0
5702025-02-19T02:16:00.643Z Downloaded icu_provider v1.5.0
5712025-02-19T02:16:00.645Z Downloaded portable-atomic v1.9.0
5722025-02-19T02:16:00.650Z Downloaded instability v0.3.2
5732025-02-19T02:16:00.653Z Downloaded inout v0.1.3
5742025-02-19T02:16:00.653Z Downloaded termios v0.3.3
5752025-02-19T02:16:00.657Z Downloaded terminal_size v0.4.0
5762025-02-19T02:16:00.657Z Downloaded defmt-parser v0.3.4
5772025-02-19T02:16:00.659Z Downloaded toml v0.7.8
5782025-02-19T02:16:00.662Z Downloaded peg-runtime v0.8.3
5792025-02-19T02:16:00.662Z Downloaded async-std v1.13.0
5802025-02-19T02:16:00.679Z Downloaded rand_xorshift v0.3.0
5812025-02-19T02:16:00.682Z Downloaded goblin v0.8.2
5822025-02-19T02:16:00.686Z Downloaded bitvec v1.0.1
5832025-02-19T02:16:00.700Z Downloaded vte_generate_state_changes v0.1.2
5842025-02-19T02:16:00.703Z Downloaded rand_distr v0.4.3
5852025-02-19T02:16:00.706Z Downloaded chrono v0.4.39
5862025-02-19T02:16:00.711Z Downloaded dtrace-parser v0.2.0
5872025-02-19T02:16:00.714Z Downloaded icu_properties v1.5.1
5882025-02-19T02:16:00.717Z Downloaded rustyline v14.0.0
5892025-02-19T02:16:00.720Z Downloaded num-rational v0.4.2
5902025-02-19T02:16:00.723Z Downloaded slog v2.7.0
5912025-02-19T02:16:00.725Z Downloaded russh-cryptovec v0.7.3
5922025-02-19T02:16:00.725Z Downloaded derive_more v0.99.18
5932025-02-19T02:16:00.732Z Downloaded thiserror v2.0.11
5942025-02-19T02:16:00.735Z Downloaded percent-encoding v2.3.1
5952025-02-19T02:16:00.737Z Downloaded const_format_proc_macros v0.2.34
5962025-02-19T02:16:00.740Z Downloaded mirai-annotations v1.12.0
5972025-02-19T02:16:00.740Z Downloaded typify v0.3.0
5982025-02-19T02:16:00.743Z Downloaded serde_plain v1.0.2
5992025-02-19T02:16:00.746Z Downloaded serde-hex v0.1.0
6002025-02-19T02:16:00.746Z Downloaded synstructure v0.13.1
6012025-02-19T02:16:00.748Z Downloaded untrusted v0.7.1
6022025-02-19T02:16:00.748Z Downloaded memchr v2.7.4
6032025-02-19T02:16:00.753Z Downloaded strum v0.26.3
6042025-02-19T02:16:00.755Z Downloaded p256 v0.13.2
6052025-02-19T02:16:00.758Z Downloaded winnow v0.5.40
6062025-02-19T02:16:00.767Z Downloaded doc-comment v0.3.3
6072025-02-19T02:16:00.769Z Downloaded itertools v0.13.0
6082025-02-19T02:16:00.772Z Downloaded wait-timeout v0.2.0
6092025-02-19T02:16:00.775Z Downloaded ssh-key v0.6.6
6102025-02-19T02:16:00.780Z Downloaded plotters-svg v0.3.7
6112025-02-19T02:16:00.783Z Downloaded peg-macros v0.8.4
6122025-02-19T02:16:00.783Z Downloaded ed25519 v2.2.3
6132025-02-19T02:16:00.786Z Downloaded hyper-rustls v0.27.3
6142025-02-19T02:16:00.788Z Downloaded rtoolbox v0.0.2
6152025-02-19T02:16:00.788Z Downloaded powerfmt v0.2.0
6162025-02-19T02:16:00.791Z Downloaded pretty-hex v0.4.1
6172025-02-19T02:16:00.791Z Downloaded tokio-stream v0.1.16
6182025-02-19T02:16:00.794Z Downloaded tokio-rustls v0.25.0
6192025-02-19T02:16:00.797Z Downloaded mockall v0.13.0
6202025-02-19T02:16:00.800Z Downloaded unicode-properties v0.1.3
6212025-02-19T02:16:00.800Z Downloaded yoke v0.7.4
6222025-02-19T02:16:00.803Z Downloaded criterion v0.5.1
6232025-02-19T02:16:00.808Z Downloaded newtype_derive v0.1.6
6242025-02-19T02:16:00.811Z Downloaded ref-cast-impl v1.0.23
6252025-02-19T02:16:00.811Z Downloaded hyper-util v0.1.10
6262025-02-19T02:16:00.814Z Downloaded structmeta-derive v0.2.0
6272025-02-19T02:16:00.817Z Downloaded nibble_vec v0.1.0
6282025-02-19T02:16:00.817Z Downloaded hyper-staticfile v0.10.1
6292025-02-19T02:16:00.820Z Downloaded curve25519-dalek-derive v0.1.1
6302025-02-19T02:16:00.824Z Downloaded thread_local v1.1.8
6312025-02-19T02:16:00.824Z Downloaded thread-id v4.2.2
6322025-02-19T02:16:00.824Z Downloaded utf16_iter v1.0.5
6332025-02-19T02:16:00.827Z Downloaded sha1 v0.10.6
6342025-02-19T02:16:00.827Z Downloaded postcard v1.0.10
6352025-02-19T02:16:00.831Z Downloaded pin-project-lite v0.2.14
6362025-02-19T02:16:00.833Z Downloaded pin-project-internal v1.1.6
6372025-02-19T02:16:00.834Z Downloaded rstest_macros v0.23.0
6382025-02-19T02:16:00.836Z Downloaded lalrpop-util v0.19.12
6392025-02-19T02:16:00.840Z Downloaded rpassword v7.3.1
6402025-02-19T02:16:00.840Z Downloaded ena v0.14.3
6412025-02-19T02:16:00.843Z Downloaded daft-derive v0.1.1
6422025-02-19T02:16:00.846Z Downloaded clap_derive v4.5.24
6432025-02-19T02:16:00.846Z Downloaded sync_wrapper v1.0.1
6442025-02-19T02:16:00.849Z Downloaded sync-ptr v0.1.1
6452025-02-19T02:16:00.849Z Downloaded colored v2.1.0
6462025-02-19T02:16:00.849Z Downloaded lru-cache v0.1.2
6472025-02-19T02:16:00.852Z Downloaded serde_derive v1.0.217
6482025-02-19T02:16:00.855Z Downloaded schemars v0.8.21
6492025-02-19T02:16:00.863Z Downloaded waitgroup v0.1.2
6502025-02-19T02:16:00.866Z Downloaded linear-map v1.2.0
6512025-02-19T02:16:00.866Z Downloaded crossbeam-deque v0.8.5
6522025-02-19T02:16:00.869Z Downloaded convert_case v0.4.0
6532025-02-19T02:16:00.869Z Downloaded linked-hash-map v0.5.6
6542025-02-19T02:16:00.869Z Downloaded lazy_static v1.5.0
6552025-02-19T02:16:00.871Z Downloaded macaddr v1.0.1
6562025-02-19T02:16:00.874Z Downloaded strsim v0.11.1
6572025-02-19T02:16:00.874Z Downloaded vergen v8.3.2
6582025-02-19T02:16:00.877Z Downloaded ctr v0.9.2
6592025-02-19T02:16:00.880Z Downloaded utf8_iter v1.0.4
6602025-02-19T02:16:00.880Z Downloaded libefi-sys v0.1.0
6612025-02-19T02:16:00.880Z Downloaded itertools v0.10.5
6622025-02-19T02:16:00.886Z Downloaded lru v0.12.5
6632025-02-19T02:16:00.888Z Downloaded hyper-tls v0.6.0
6642025-02-19T02:16:00.888Z Downloaded displaydoc v0.2.5
6652025-02-19T02:16:00.891Z Downloaded typed-path v0.9.3
6662025-02-19T02:16:00.896Z Downloaded slab v0.4.9
6672025-02-19T02:16:00.898Z Downloaded predicates v3.1.2
6682025-02-19T02:16:00.901Z Downloaded owo-colors v4.1.0
6692025-02-19T02:16:00.904Z Downloaded zerofrom-derive v0.1.4
6702025-02-19T02:16:00.904Z Downloaded strum_macros v0.24.3
6712025-02-19T02:16:00.906Z Downloaded display-error-chain v0.2.2
6722025-02-19T02:16:00.906Z Downloaded semver v1.0.24
6732025-02-19T02:16:00.909Z Downloaded url v2.5.3
6742025-02-19T02:16:00.911Z Downloaded reqwest v0.12.9
6752025-02-19T02:16:00.918Z Downloaded tokio-tungstenite v0.24.0
6762025-02-19T02:16:00.921Z Downloaded tokio-tungstenite v0.23.1
6772025-02-19T02:16:00.924Z Downloaded log v0.4.22
6782025-02-19T02:16:00.926Z Downloaded ron v0.7.1
6792025-02-19T02:16:00.929Z Downloaded proc-macro-crate v1.3.1
6802025-02-19T02:16:00.932Z Downloaded thiserror-impl-no-std v2.0.2
6812025-02-19T02:16:00.932Z Downloaded ref-cast v1.0.23
6822025-02-19T02:16:00.934Z Downloaded lazycell v1.3.0
6832025-02-19T02:16:00.937Z Downloaded constant_time_eq v0.3.1
6842025-02-19T02:16:00.937Z Downloaded serde_json v1.0.135
6852025-02-19T02:16:00.942Z Downloaded thiserror-no-std v2.0.2
6862025-02-19T02:16:00.946Z Downloaded sha2 v0.10.8
6872025-02-19T02:16:00.949Z Downloaded typenum v1.17.0
6882025-02-19T02:16:00.951Z Downloaded env_logger v0.10.2
6892025-02-19T02:16:00.954Z Downloaded num-iter v0.1.45
6902025-02-19T02:16:00.954Z Downloaded pin-utils v0.1.0
6912025-02-19T02:16:00.956Z Downloaded tungstenite v0.23.0
6922025-02-19T02:16:00.959Z Downloaded rayon-core v1.12.1
6932025-02-19T02:16:00.962Z Downloaded yasna v0.5.2
6942025-02-19T02:16:00.965Z Downloaded proptest v1.5.0
6952025-02-19T02:16:00.972Z Downloaded unicode-segmentation v1.12.0
6962025-02-19T02:16:00.976Z Downloaded term v0.7.0
6972025-02-19T02:16:00.979Z Downloaded crossbeam-channel v0.5.13
6982025-02-19T02:16:00.986Z Downloaded thiserror-impl v2.0.11
6992025-02-19T02:16:00.988Z Downloaded parse-zoneinfo v0.3.1
7002025-02-19T02:16:00.988Z Downloaded parking v2.2.1
7012025-02-19T02:16:00.988Z Downloaded der v0.7.9
7022025-02-19T02:16:00.991Z Downloaded darling_core v0.20.10
7032025-02-19T02:16:00.995Z Downloaded compact_str v0.8.0
7042025-02-19T02:16:00.998Z Downloaded toml_datetime v0.6.8
7052025-02-19T02:16:01.002Z Downloaded russh v0.45.0
7062025-02-19T02:16:01.005Z Downloaded unicode-normalization v0.1.24
7072025-02-19T02:16:01.008Z Downloaded rustls v0.21.12
7082025-02-19T02:16:01.019Z Downloaded rcgen v0.12.1
7092025-02-19T02:16:01.022Z Downloaded pretty_assertions v1.4.1
7102025-02-19T02:16:01.025Z Downloaded pkcs5 v0.7.1
7112025-02-19T02:16:01.027Z Downloaded mio v1.0.2
7122025-02-19T02:16:01.031Z Downloaded tungstenite v0.21.0
7132025-02-19T02:16:01.034Z Downloaded toml v0.8.19
7142025-02-19T02:16:01.037Z Downloaded icu_properties_data v1.5.0
7152025-02-19T02:16:01.046Z Downloaded papergrid v0.11.0
7162025-02-19T02:16:01.052Z Downloaded object v0.30.4
7172025-02-19T02:16:01.060Z Downloaded rustls-webpki v0.101.7
7182025-02-19T02:16:01.072Z Downloaded serde v1.0.217
7192025-02-19T02:16:01.075Z Downloaded rustls-webpki v0.102.8
7202025-02-19T02:16:01.091Z Downloaded idna v1.0.3
7212025-02-19T02:16:01.095Z Downloaded gimli v0.31.1
7222025-02-19T02:16:01.103Z Downloaded sqlparser v0.45.0
7232025-02-19T02:16:01.108Z Downloaded chrono-tz v0.10.1
7242025-02-19T02:16:01.116Z Downloaded reedline v0.35.0
7252025-02-19T02:16:01.122Z Downloaded rustls v0.23.19
7262025-02-19T02:16:01.132Z Downloaded p384 v0.13.0
7272025-02-19T02:16:01.138Z Downloaded bstr v1.10.0
7282025-02-19T02:16:01.147Z Downloaded pest v2.7.14
7292025-02-19T02:16:01.152Z Downloaded zerocopy v0.7.35
7302025-02-19T02:16:01.168Z Downloaded tokio-util v0.7.12
7312025-02-19T02:16:01.172Z Downloaded nix v0.29.0
7322025-02-19T02:16:01.183Z Downloaded rayon v1.10.0
7332025-02-19T02:16:01.191Z Downloaded tabled v0.15.0
7342025-02-19T02:16:01.206Z Downloaded nom v7.1.3
7352025-02-19T02:16:01.211Z Downloaded object v0.36.5
7362025-02-19T02:16:01.221Z Downloaded rustls v0.22.4
7372025-02-19T02:16:01.233Z Downloaded unicode-width v0.2.0
7382025-02-19T02:16:01.238Z Downloaded regress v0.9.1
7392025-02-19T02:16:01.246Z Downloaded vcpkg v0.2.15
7402025-02-19T02:16:01.281Z Downloaded lalrpop v0.19.12
7412025-02-19T02:16:01.291Z Downloaded diesel v2.2.7
7422025-02-19T02:16:01.308Z Downloaded zerocopy v0.8.10
7432025-02-19T02:16:01.329Z Downloaded clap_builder v4.5.27
7442025-02-19T02:16:01.335Z Downloaded petname v2.0.2
7452025-02-19T02:16:01.340Z Downloaded smoltcp v0.9.1
7462025-02-19T02:16:01.350Z Downloaded syn v2.0.96
7472025-02-19T02:16:01.360Z Downloaded unicode-width v0.1.14
7482025-02-19T02:16:01.366Z Downloaded regex-syntax v0.6.29
7492025-02-19T02:16:01.372Z Downloaded curve25519-dalek v4.1.3
7502025-02-19T02:16:01.380Z Downloaded sled v0.34.7
7512025-02-19T02:16:01.389Z Downloaded regress v0.10.1
7522025-02-19T02:16:01.397Z Downloaded dropshot v0.12.0
7532025-02-19T02:16:01.419Z Downloaded smoltcp v0.11.0
7542025-02-19T02:16:01.426Z Downloaded rustix v0.38.37
7552025-02-19T02:16:01.446Z Downloaded bzip2-sys v0.1.11+1.0.8
7562025-02-19T02:16:01.457Z Downloaded nix v0.28.0
7572025-02-19T02:16:01.468Z Downloaded openapiv3 v2.0.0
7582025-02-19T02:16:01.480Z Downloaded nix v0.27.1
7592025-02-19T02:16:01.489Z Downloaded dropshot v0.15.1
7602025-02-19T02:16:01.509Z Downloaded typify-impl v0.2.0
7612025-02-19T02:16:01.522Z Downloaded regex-syntax v0.8.5
7622025-02-19T02:16:01.529Z Downloaded regex v1.11.1
7632025-02-19T02:16:01.540Z Downloaded webpki-roots v0.26.6
7642025-02-19T02:16:01.543Z Downloaded polar-core v0.27.3
7652025-02-19T02:16:01.551Z Downloaded typify-impl v0.3.0
7662025-02-19T02:16:01.564Z Downloaded ratatui v0.28.1
7672025-02-19T02:16:01.582Z Downloaded petgraph v0.6.5
7682025-02-19T02:16:01.597Z Downloaded zerocopy-derive v0.6.6
7692025-02-19T02:16:01.605Z Downloaded hickory-proto v0.24.3
7702025-02-19T02:16:01.618Z Downloaded syn v1.0.109
7712025-02-19T02:16:01.628Z Downloaded openssl v0.10.70
7722025-02-19T02:16:01.637Z Downloaded rusqlite v0.32.1
7732025-02-19T02:16:01.642Z Downloaded tokio v1.43.0
7742025-02-19T02:16:01.677Z Downloaded regex-automata v0.4.8
7752025-02-19T02:16:01.693Z Downloaded rsa v0.9.6
7762025-02-19T02:16:01.697Z Downloaded itertools v0.12.1
7772025-02-19T02:16:01.704Z Downloaded quinn-proto v0.11.8
7782025-02-19T02:16:01.710Z Downloaded samael v0.0.17
7792025-02-19T02:16:01.715Z Downloaded minimal-lexical v0.2.1
7802025-02-19T02:16:01.719Z Downloaded radix_trie v0.2.1
7812025-02-19T02:16:01.724Z Downloaded serde_yaml v0.9.34+deprecated
7822025-02-19T02:16:01.728Z Downloaded tokio-tungstenite v0.21.0
7832025-02-19T02:16:01.730Z Downloaded libz-sys v1.1.20
7842025-02-19T02:16:01.749Z Downloaded libc v0.2.169
7852025-02-19T02:16:01.773Z Downloaded zerocopy v0.6.6
7862025-02-19T02:16:01.776Z Downloaded lzma-sys v0.1.20
7872025-02-19T02:16:01.803Z Downloaded salty v0.3.0
7882025-02-19T02:16:01.809Z Downloaded primeorder v0.13.6
7892025-02-19T02:16:01.811Z Downloaded diesel_derives v2.2.3
7902025-02-19T02:16:01.814Z Downloaded zerocopy-derive v0.8.10
7912025-02-19T02:16:01.819Z Downloaded unicode_categories v0.1.1
7922025-02-19T02:16:01.822Z Downloaded p521 v0.13.3
7932025-02-19T02:16:01.825Z Downloaded oso v0.27.3
7942025-02-19T02:16:01.828Z Downloaded polling v3.7.3
7952025-02-19T02:16:01.831Z Downloaded poly1305 v0.8.0
7962025-02-19T02:16:01.833Z Downloaded winnow v0.6.20
7972025-02-19T02:16:01.841Z Downloaded quick-xml v0.33.0
7982025-02-19T02:16:01.847Z Downloaded num-integer v0.1.46
7992025-02-19T02:16:01.849Z Downloaded sha3 v0.10.8
8002025-02-19T02:16:01.853Z Downloaded csv v1.3.1
8012025-02-19T02:16:01.872Z Downloaded tokio-rustls v0.26.0
8022025-02-19T02:16:01.875Z Downloaded des v0.8.1
8032025-02-19T02:16:01.878Z Downloaded libxml v0.3.3
8042025-02-19T02:16:01.881Z Downloaded test-strategy v0.3.1
8052025-02-19T02:16:01.884Z Downloaded dsl_auto_type v0.1.2
8062025-02-19T02:16:01.887Z Downloaded git2 v0.19.0
8072025-02-19T02:16:01.893Z Downloaded nanorand v0.7.0
8082025-02-19T02:16:01.896Z Downloaded tap v1.0.1
8092025-02-19T02:16:01.899Z Downloaded tabled_derive v0.7.0
8102025-02-19T02:16:01.899Z Downloaded secrecy v0.8.0
8112025-02-19T02:16:01.899Z Downloaded structmeta v0.3.0
8122025-02-19T02:16:01.902Z Downloaded serde_with_macros v3.11.0
8132025-02-19T02:16:01.902Z Downloaded num_enum_derive v0.5.11
8142025-02-19T02:16:01.902Z Downloaded ipnet v2.10.1
8152025-02-19T02:16:01.904Z Downloaded rustls-pemfile v2.2.0
8162025-02-19T02:16:01.907Z Downloaded serde_with v3.11.0
8172025-02-19T02:16:01.913Z Downloaded qorb v0.2.1
8182025-02-19T02:16:01.916Z Downloaded libm v0.2.8
8192025-02-19T02:16:01.923Z Downloaded data-encoding v2.6.0
8202025-02-19T02:16:01.926Z Downloaded untrusted v0.9.0
8212025-02-19T02:16:01.926Z Downloaded predicates-core v1.0.8
8222025-02-19T02:16:01.929Z Downloaded zerocopy-derive v0.7.35
8232025-02-19T02:16:01.931Z Downloaded typify v0.2.0
8242025-02-19T02:16:01.934Z Downloaded parking_lot v0.11.2
8252025-02-19T02:16:01.936Z Downloaded icu_locid_transform_data v1.5.0
8262025-02-19T02:16:01.937Z Downloaded cookie v0.18.1
8272025-02-19T02:16:01.940Z Downloaded x509-cert v0.2.5
8282025-02-19T02:16:01.944Z Downloaded tough v0.19.0
8292025-02-19T02:16:01.951Z Downloaded rand_seeder v0.3.0
8302025-02-19T02:16:01.954Z Downloaded spki v0.7.3
8312025-02-19T02:16:01.957Z Downloaded pin-project v1.1.6
8322025-02-19T02:16:01.964Z Downloaded tungstenite v0.24.0
8332025-02-19T02:16:01.967Z Downloaded httpmock v0.8.0-alpha.1
8342025-02-19T02:16:01.984Z Downloaded tokio-postgres v0.7.12
8352025-02-19T02:16:01.992Z Downloaded env_filter v0.1.2
8362025-02-19T02:16:01.995Z Downloaded sqlformat v0.2.6
8372025-02-19T02:16:01.995Z Downloaded bindgen v0.69.5
8382025-02-19T02:16:01.998Z Downloaded encoding_rs v0.8.34
8392025-02-19T02:16:02.019Z Downloaded mime_guess v2.0.5
8402025-02-19T02:16:02.023Z Downloaded libloading v0.8.5
8412025-02-19T02:16:02.023Z Downloaded env_logger v0.11.5
8422025-02-19T02:16:02.026Z Downloaded zip v2.1.3
8432025-02-19T02:16:02.028Z Downloaded parse-display-derive v0.10.0
8442025-02-19T02:16:02.031Z Downloaded parse-display v0.10.0
8452025-02-19T02:16:02.031Z Downloaded darling v0.20.10
8462025-02-19T02:16:02.034Z Downloaded smallvec v1.13.2
8472025-02-19T02:16:02.036Z Downloaded smawk v0.3.2
8482025-02-19T02:16:02.039Z Downloaded slog-stdlog v4.1.1
8492025-02-19T02:16:02.039Z Downloaded slog-dtrace v0.3.0
8502025-02-19T02:16:02.041Z Downloaded unicode-ident v1.0.14
8512025-02-19T02:16:02.044Z Downloaded crossterm v0.28.1
8522025-02-19T02:16:02.047Z Downloaded md-5 v0.10.6
8532025-02-19T02:16:02.050Z Downloaded derive-where v1.2.7
8542025-02-19T02:16:02.052Z Downloaded newtype-uuid v1.2.1
8552025-02-19T02:16:02.055Z Downloaded simd-adler32 v0.3.7
8562025-02-19T02:16:02.055Z Downloaded ecdsa v0.16.9
8572025-02-19T02:16:02.057Z Downloaded walkdir v2.5.0
8582025-02-19T02:16:02.057Z Downloaded nu-ansi-term v0.50.1
8592025-02-19T02:16:02.060Z Downloaded num-bigint-dig v0.8.4
8602025-02-19T02:16:02.064Z Downloaded guppy v0.17.12
8612025-02-19T02:16:02.069Z Downloaded blake3 v1.5.4
8622025-02-19T02:16:02.076Z Downloaded icu_locid v1.5.0
8632025-02-19T02:16:02.081Z Downloaded indexmap v1.9.3
8642025-02-19T02:16:02.084Z Downloaded dunce v1.0.5
8652025-02-19T02:16:02.086Z Downloaded colorchoice v1.0.2
8662025-02-19T02:16:02.086Z Downloaded cobs v0.2.3
8672025-02-19T02:16:02.089Z Downloaded want v0.3.1
8682025-02-19T02:16:02.089Z Downloaded defmt v0.3.8
8692025-02-19T02:16:02.092Z Downloaded ciborium v0.2.2
8702025-02-19T02:16:02.094Z Downloaded rstest v0.23.0
8712025-02-19T02:16:02.097Z Downloaded rusty-fork v0.3.0
8722025-02-19T02:16:02.099Z Downloaded rustversion v1.0.17
8732025-02-19T02:16:02.103Z Downloaded num-traits v0.2.19
8742025-02-19T02:16:02.105Z Downloaded libgit2-sys v0.17.0+1.8.1
8752025-02-19T02:16:02.158Z Downloaded dropshot_endpoint v0.15.1
8762025-02-19T02:16:02.161Z Downloaded similar v2.6.0
8772025-02-19T02:16:02.165Z Downloaded crypto-bigint v0.5.5
8782025-02-19T02:16:02.171Z Downloaded hashbrown v0.15.1
8792025-02-19T02:16:02.176Z Downloaded openssl-sys v0.9.105
8802025-02-19T02:16:02.181Z Downloaded progenitor-impl v0.8.0
8812025-02-19T02:16:02.183Z Downloaded quinn v0.11.5
8822025-02-19T02:16:02.186Z Downloaded num-bigint v0.4.6
8832025-02-19T02:16:02.190Z Downloaded hashbrown v0.14.5
8842025-02-19T02:16:02.196Z Downloaded thiserror-impl v1.0.69
8852025-02-19T02:16:02.199Z Downloaded rustfmt-wrapper v0.2.1
8862025-02-19T02:16:02.199Z Downloaded once_cell v1.20.2
8872025-02-19T02:16:02.201Z Downloaded idna_adapter v1.2.0
8882025-02-19T02:16:02.204Z Downloaded rand v0.8.5
8892025-02-19T02:16:02.206Z Downloaded ssh-encoding v0.2.0
8902025-02-19T02:16:02.206Z Downloaded indent_write v2.2.0
8912025-02-19T02:16:02.209Z Downloaded time-core v0.1.2
8922025-02-19T02:16:02.209Z Downloaded memmap v0.7.0
8932025-02-19T02:16:02.209Z Downloaded indoc v2.0.5
8942025-02-19T02:16:02.212Z Downloaded tar v0.4.42
8952025-02-19T02:16:02.215Z Downloaded yansi v1.0.1
8962025-02-19T02:16:02.218Z Downloaded flume v0.11.1
8972025-02-19T02:16:02.220Z Downloaded quote v1.0.38
8982025-02-19T02:16:02.223Z Downloaded tracing v0.1.40
8992025-02-19T02:16:02.226Z Downloaded ucd-trie v0.1.7
9002025-02-19T02:16:02.228Z Downloaded aes v0.8.4
9012025-02-19T02:16:02.231Z Downloaded cpufeatures v0.2.14
9022025-02-19T02:16:02.233Z Downloaded diff v0.1.13
9032025-02-19T02:16:02.236Z Downloaded slog-scope v4.4.0
9042025-02-19T02:16:02.236Z Downloaded slog-json v2.6.1
9052025-02-19T02:16:02.239Z Downloaded scrypt v0.11.0
9062025-02-19T02:16:02.239Z Downloaded mockall_derive v0.13.0
9072025-02-19T02:16:02.241Z Downloaded cc v1.1.30
9082025-02-19T02:16:02.244Z Downloaded hickory-resolver v0.24.3
9092025-02-19T02:16:02.246Z Downloaded socket2 v0.5.7
9102025-02-19T02:16:02.249Z Downloaded snafu v0.8.5
9112025-02-19T02:16:02.253Z Downloaded headers v0.4.0
9122025-02-19T02:16:02.258Z Downloaded heapless v0.7.17
9132025-02-19T02:16:02.261Z Downloaded multimap v0.10.0
9142025-02-19T02:16:02.264Z Downloaded litemap v0.7.3
9152025-02-19T02:16:02.266Z Downloaded usdt-attr-macro v0.5.0
9162025-02-19T02:16:02.266Z Downloaded rustc-hash v2.0.0
9172025-02-19T02:16:02.266Z Downloaded quinn-udp v0.5.5
9182025-02-19T02:16:02.269Z Downloaded polyval v0.6.2
9192025-02-19T02:16:02.269Z Downloaded target-spec v3.3.1
9202025-02-19T02:16:02.272Z Downloaded maplit v1.0.2
9212025-02-19T02:16:02.272Z Downloaded bytes v1.9.0
9222025-02-19T02:16:02.274Z Downloaded tempfile v3.13.0
9232025-02-19T02:16:02.277Z Downloaded target-lexicon v0.12.16
9242025-02-19T02:16:02.279Z Downloaded proc-macro2 v1.0.92
9252025-02-19T02:16:02.282Z Downloaded unarray v0.1.4
9262025-02-19T02:16:02.282Z Downloaded tokio-native-tls v0.3.1
9272025-02-19T02:16:02.285Z Downloaded subtle v2.6.1
9282025-02-19T02:16:02.285Z Downloaded rustls-pemfile v1.0.4
9292025-02-19T02:16:02.287Z Downloaded progenitor v0.8.0
9302025-02-19T02:16:02.287Z Downloaded proc-macro-error-attr v1.0.4
9312025-02-19T02:16:02.290Z Downloaded hashlink v0.9.1
9322025-02-19T02:16:02.290Z Downloaded blake2 v0.10.6
9332025-02-19T02:16:02.293Z Downloaded cargo_metadata v0.18.1
9342025-02-19T02:16:02.295Z Downloaded arrayvec v0.7.6
9352025-02-19T02:16:02.295Z Downloaded num v0.4.3
9362025-02-19T02:16:02.298Z Downloaded cbc v0.1.2
9372025-02-19T02:16:02.298Z Downloaded getrandom v0.2.15
9382025-02-19T02:16:02.300Z Downloaded funty v2.0.0
9392025-02-19T02:16:02.300Z Downloaded fragile v2.0.0
9402025-02-19T02:16:02.303Z Downloaded httparse v1.9.5
9412025-02-19T02:16:02.306Z Downloaded hostname v0.4.0
9422025-02-19T02:16:02.306Z Downloaded heck v0.4.1
9432025-02-19T02:16:02.308Z Downloaded heck v0.3.3
9442025-02-19T02:16:02.308Z Downloaded futures-channel v0.3.31
9452025-02-19T02:16:02.311Z Downloaded async-trait v0.1.86
9462025-02-19T02:16:02.313Z Downloaded bit-vec v0.6.3
9472025-02-19T02:16:02.313Z Downloaded bcs v0.1.6
9482025-02-19T02:16:02.316Z Downloaded base64ct v1.6.0
9492025-02-19T02:16:02.318Z Downloaded cargo_metadata v0.19.1
9502025-02-19T02:16:02.318Z Downloaded bitfield-struct v0.6.2
9512025-02-19T02:16:02.321Z Downloaded fs-err v2.11.0
9522025-02-19T02:16:02.321Z Downloaded foreign-types v0.5.0
9532025-02-19T02:16:02.324Z Downloaded foreign-types-macros v0.2.3
9542025-02-19T02:16:02.324Z Downloaded float-ord v0.3.2
9552025-02-19T02:16:02.324Z Downloaded bytecount v0.6.8
9562025-02-19T02:16:02.327Z Downloaded bitfield v0.14.0
9572025-02-19T02:16:02.327Z Downloaded assert_cmd v2.0.16
9582025-02-19T02:16:02.329Z Downloaded argon2 v0.5.3
9592025-02-19T02:16:02.329Z Downloaded filetime v0.2.25
9602025-02-19T02:16:02.332Z Downloaded chacha20 v0.9.1
9612025-02-19T02:16:02.332Z Downloaded cexpr v0.6.0
9622025-02-19T02:16:02.334Z Downloaded futures-executor v0.3.31
9632025-02-19T02:16:02.334Z Downloaded futures-core v0.3.31
9642025-02-19T02:16:02.337Z Downloaded fastrand v2.1.1
9652025-02-19T02:16:02.337Z Downloaded fallible-iterator v0.2.0
9662025-02-19T02:16:02.340Z Downloaded base16ct v0.2.0
9672025-02-19T02:16:02.340Z Downloaded autocfg v1.4.0
9682025-02-19T02:16:02.342Z Downloaded cast v0.3.0
9692025-02-19T02:16:02.342Z Downloaded block-padding v0.3.3
9702025-02-19T02:16:02.342Z Downloaded gethostname v0.5.0
9712025-02-19T02:16:02.345Z Downloaded futures-sink v0.3.31
9722025-02-19T02:16:02.345Z Downloaded fd-lock v4.0.2
9732025-02-19T02:16:02.347Z Downloaded fallible-iterator v0.3.0
9742025-02-19T02:16:02.347Z Downloaded blocking v1.6.1
9752025-02-19T02:16:02.350Z Downloaded block-buffer v0.10.4
9762025-02-19T02:16:02.350Z Downloaded buf-list v1.0.3
9772025-02-19T02:16:02.350Z Downloaded atomic-waker v1.1.2
9782025-02-19T02:16:02.353Z Downloaded async-global-executor v2.4.1
9792025-02-19T02:16:02.560Z Downloaded ring v0.17.8
9802025-02-19T02:16:02.716Z Downloaded libsqlite3-sys v0.30.1
9812025-02-19T02:16:02.941Z Downloaded aws-lc-sys v0.22.0
9822025-02-19T02:16:03.412Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9832025-02-19T02:16:05.088Zpkg list: illegal option -- F
9842025-02-19T02:16:05.088ZUsage:
9852025-02-19T02:16:05.091Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9862025-02-19T02:16:05.091Z [pkg_fmri_pattern ...]
9872025-02-19T02:16:05.989Zpkg list: illegal option -- F
9882025-02-19T02:16:05.989ZUsage:
9892025-02-19T02:16:05.992Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9902025-02-19T02:16:05.992Z [pkg_fmri_pattern ...]
9912025-02-19T02:16:13.949Z Startup: Refreshing catalog 'helios-dev' ... Done
9922025-02-19T02:16:18.202Z Startup: Caching catalogs ... Done
9932025-02-19T02:16:30.839ZPlanning: Solver setup ... Done (11.695s)
9942025-02-19T02:16:30.993ZPlanning: Running solver ... Done (0.154s)
9952025-02-19T02:16:31.113ZPlanning: Finding local manifests ... Done (0.007s)
9962025-02-19T02:16:31.130ZPlanning: Fetching manifests: 0/7 0% complete
9972025-02-19T02:16:31.864ZPlanning: Fetching manifests: 7/7 100% complete
9982025-02-19T02:16:31.972ZPlanning: Package planning ... Done (0.109s)
9992025-02-19T02:16:32.030ZPlanning: Merging actions ... Done (0.057s)
10002025-02-19T02:16:32.224ZPlanning: Checking for conflicting actions ... Done (0.194s)
10012025-02-19T02:16:34.294ZPlanning: Consolidating action changes ... Done (2.070s)
10022025-02-19T02:16:34.736ZPlanning: Evaluating mediators ... Done (0.442s)
10032025-02-19T02:16:34.819ZPlanning: Planning completed in 16.52 seconds
10042025-02-19T02:16:35.837Z Packages to install: 4
10052025-02-19T02:16:35.837Z Packages to update: 3
10062025-02-19T02:16:35.839Z Mediators to change: 2
10072025-02-19T02:16:35.839Z Services to change: 1
10082025-02-19T02:16:35.839Z Estimated space available: 155.36 GB
10092025-02-19T02:16:35.839ZEstimated space to be consumed: 1.66 GB
10102025-02-19T02:16:35.839Z Create boot environment: No
10112025-02-19T02:16:35.839ZCreate backup boot environment: Yes
10122025-02-19T02:16:35.839Z Rebuild boot archive: No
10132025-02-19T02:16:35.839Z
10142025-02-19T02:16:35.839ZChanged mediators:
10152025-02-19T02:16:35.839Z mediator clang:
10162025-02-19T02:16:35.839Z version: None -> 15 (system default)
10172025-02-19T02:16:35.839Z
10182025-02-19T02:16:35.840Z mediator llvm:
10192025-02-19T02:16:35.840Z version: 14 (system default) -> 15 (system default)
10202025-02-19T02:16:35.840Z
10212025-02-19T02:16:35.840ZChanged packages:
10222025-02-19T02:16:35.840Zhelios-dev
10232025-02-19T02:16:35.840Z developer/build-essential
10242025-02-19T02:16:35.840Z None -> 11-2.0
10252025-02-19T02:16:35.840Z library/libxmlsec1
10262025-02-19T02:16:35.840Z None -> 1.2.35-2.0
10272025-02-19T02:16:35.840Z ooce/developer/clang-15
10282025-02-19T02:16:35.840Z None -> 15.0.7-2.0
10292025-02-19T02:16:35.840Z ooce/developer/llvm-15
10302025-02-19T02:16:35.840Z None -> 15.0.7-2.0
10312025-02-19T02:16:35.840Z package/pkg
10322025-02-19T02:16:35.840Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10332025-02-19T02:16:35.840Z system/library/g++-runtime
10342025-02-19T02:16:35.840Z 13-2.0 -> 14-2.0
10352025-02-19T02:16:35.840Z system/library/gcc-runtime
10362025-02-19T02:16:35.840Z 13-2.0 -> 14-2.0
10372025-02-19T02:16:35.840Z
10382025-02-19T02:16:35.840ZServices:
10392025-02-19T02:16:35.840Z restart_fmri:
10402025-02-19T02:16:35.840Z svc:/system/update-man-index:default
10412025-02-19T02:16:35.840Z
10422025-02-19T02:16:35.840ZEditable files to change:
10432025-02-19T02:16:35.840Z Update:
10442025-02-19T02:16:35.840Z usr/share/lib/pkg/web/config.shtml
10452025-02-19T02:16:35.840Z
10462025-02-19T02:16:35.840ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10472025-02-19T02:16:39.920ZDownload: 1492/4301 items 117.4/225.4MB 52% complete (23.7M/s)
10482025-02-19T02:16:44.922ZDownload: 3244/4301 items 178.2/225.4MB 79% complete (17.8M/s)
10492025-02-19T02:16:49.519ZDownload: Completed 225.42 MB in 14.60 seconds (15.4M/s)
10502025-02-19T02:16:52.482Z Actions: 1/5122 actions (Removing old actions)
10512025-02-19T02:16:52.502Z Actions: 194/5122 actions (Installing new actions)
10522025-02-19T02:16:57.263Z Actions: 4267/5122 actions (Updating modified actions)
10532025-02-19T02:16:57.625Z Actions: Completed 5122 actions in 5.14 seconds.
10542025-02-19T02:16:57.869Z Done (0.228s)
10552025-02-19T02:16:57.884Z Done (0.001s)
10562025-02-19T02:16:58.467Z Done (0.604s)
10572025-02-19T02:17:03.402Z Done (4.242s)
10582025-02-19T02:17:03.442Z Done (0.017s)
10592025-02-19T02:17:03.442Z Done (0.000s)
10602025-02-19T02:17:03.442Z Done (0.000s)
10612025-02-19T02:17:03.907ZPlanning: Evaluating mediator changes ... Done
10622025-02-19T02:17:04.069ZPlanning: Checking for conflicting actions ... Done
10632025-02-19T02:17:04.072ZPlanning: Consolidating action changes ... Done
10642025-02-19T02:17:04.346ZPlanning: Evaluating mediators ... Done
10652025-02-19T02:17:04.348ZPlanning: Planning completed in 0.44 seconds
10662025-02-19T02:17:04.387Z Mediators to change: 2
10672025-02-19T02:17:04.387Z Create boot environment: No
10682025-02-19T02:17:04.389ZCreate backup boot environment: No
10692025-02-19T02:17:04.473Z Done
10702025-02-19T02:17:04.473Z Done
10712025-02-19T02:17:04.859Z Done
10722025-02-19T02:17:08.447Z Done
10732025-02-19T02:17:08.532Z Done
10742025-02-19T02:17:08.535Z Done
10752025-02-19T02:17:08.677Z Done
10762025-02-19T02:17:09.292ZPlanning: Evaluating mediator changes ... Done
10772025-02-19T02:17:09.295ZPlanning: Merging actions ... Done
10782025-02-19T02:17:09.483ZPlanning: Checking for conflicting actions ... Done
10792025-02-19T02:17:09.486ZPlanning: Consolidating action changes ... Done
10802025-02-19T02:17:09.757ZPlanning: Evaluating mediators ... Done
10812025-02-19T02:17:09.816ZPlanning: Planning completed in 0.77 seconds
10822025-02-19T02:17:09.858Z Packages to change: 1
10832025-02-19T02:17:09.858Z Mediators to change: 1
10842025-02-19T02:17:09.862Z Services to change: 1
10852025-02-19T02:17:09.862Z Create boot environment: No
10862025-02-19T02:17:09.862ZCreate backup boot environment: Yes
10872025-02-19T02:17:12.030Z Actions: 1/6 actions (Updating modified actions)
10882025-02-19T02:17:12.033Z Actions: Completed 6 actions in 0.00 seconds.
10892025-02-19T02:17:12.033Z Done
10902025-02-19T02:17:12.033Z Done
10912025-02-19T02:17:12.154Z Done
10922025-02-19T02:17:15.767Z Done
10932025-02-19T02:17:15.855Z Done
10942025-02-19T02:17:15.858Z Done
10952025-02-19T02:17:15.995Z Done
10962025-02-19T02:17:16.431ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10972025-02-19T02:17:16.431Zclang system 15 system
10982025-02-19T02:17:16.431Zcsh system system illumos
10992025-02-19T02:17:16.431Zctags system system illumos
11002025-02-19T02:17:16.431Zgcc vendor 12 vendor
11012025-02-19T02:17:16.431Zgcc system 10 system
11022025-02-19T02:17:16.431Zgcc system 7 system
11032025-02-19T02:17:16.431Zgo system 1.20 system
11042025-02-19T02:17:16.431Zgo system 1.19 system
11052025-02-19T02:17:16.431Zllvm system 15 system
11062025-02-19T02:17:16.431Zllvm system 14 system
11072025-02-19T02:17:16.431Zmariadb system 10.6 system
11082025-02-19T02:17:16.431Zmta vendor vendor dma
11092025-02-19T02:17:16.431Zopenjdk system 17 system
11102025-02-19T02:17:16.431Zopenjdk system 11 system
11112025-02-19T02:17:16.431Zopenjdk system 1.8 system
11122025-02-19T02:17:16.431Zopenssl vendor 3 vendor
11132025-02-19T02:17:16.431Zperl system 5.36 system
11142025-02-19T02:17:16.432Zpostgresql system 15 system
11152025-02-19T02:17:16.432Zpostgresql system 13 system
11162025-02-19T02:17:16.432Zpython vendor 3 vendor
11172025-02-19T02:17:16.432Zpython system 2 system
11182025-02-19T02:17:16.432Zpython3 system 3.11 system
11192025-02-19T02:17:16.432Zruby system 3.0 system
11202025-02-19T02:17:16.432Zwords vendor vendor american-english
11212025-02-19T02:17:16.432Zwords system system australian-english
11222025-02-19T02:17:16.432Zwords system system british-english
11232025-02-19T02:17:16.432Zwords system system canadian-english
11242025-02-19T02:17:16.432Zwords system system french
11252025-02-19T02:17:16.432Zwords system system italian
11262025-02-19T02:17:16.432Zwords system system ngerman
11272025-02-19T02:17:16.432Zwords system system ogerman
11282025-02-19T02:17:16.432Zwords system system spanish
11292025-02-19T02:17:16.769ZPUBLISHER TYPE STATUS P LOCATION
11302025-02-19T02:17:16.769Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11312025-02-19T02:17:19.740ZFMRI IFO
11322025-02-19T02:17:19.740Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11332025-02-19T02:17:19.740Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11342025-02-19T02:17:19.740Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11352025-02-19T02:17:19.740Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11362025-02-19T02:17:19.740Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11372025-02-19T02:17:19.740Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11382025-02-19T02:17:19.740Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11392025-02-19T02:17:19.740Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11402025-02-19T02:17:19.740Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11412025-02-19T02:17:19.740Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11422025-02-19T02:17:19.740Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11432025-02-19T02:17:19.740Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11442025-02-19T02:17:19.740Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11452025-02-19T02:17:19.740Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11462025-02-19T02:17:19.740Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11472025-02-19T02:17:20.778Z Downloading crates ...
11482025-02-19T02:17:20.877Z Downloaded cargo_toml v0.20.5
11492025-02-19T02:17:21.017Z Compiling proc-macro2 v1.0.92
11502025-02-19T02:17:21.019Z Compiling unicode-ident v1.0.14
11512025-02-19T02:17:21.019Z Compiling version_check v0.9.5
11522025-02-19T02:17:21.019Z Compiling serde v1.0.217
11532025-02-19T02:17:21.019Z Compiling memchr v2.7.4
11542025-02-19T02:17:21.019Z Compiling thiserror v1.0.69
11552025-02-19T02:17:21.019Z Compiling libc v0.2.169
11562025-02-19T02:17:21.019Z Compiling itoa v1.0.11
11572025-02-19T02:17:21.277Z Compiling ryu v1.0.18
11582025-02-19T02:17:21.293Z Compiling ucd-trie v0.1.7
11592025-02-19T02:17:21.598Z Compiling once_cell v1.20.2
11602025-02-19T02:17:21.736Z Compiling byteorder v1.5.0
11612025-02-19T02:17:21.819Z Compiling serde_json v1.0.135
11622025-02-19T02:17:21.960Z Compiling rustix v0.38.37
11632025-02-19T02:17:22.174Z Compiling bitflags v2.6.0
11642025-02-19T02:17:22.248Z Compiling proc-macro-error-attr v1.0.4
11652025-02-19T02:17:22.458Z Compiling usdt-impl v0.5.0
11662025-02-19T02:17:22.523Z Compiling syn v1.0.109
11672025-02-19T02:17:22.563Z Compiling proc-macro-error v1.0.4
11682025-02-19T02:17:22.599Z Compiling hashbrown v0.15.1
11692025-02-19T02:17:22.771Z Compiling quote v1.0.38
11702025-02-19T02:17:22.848Z Compiling utf8parse v0.2.2
11712025-02-19T02:17:22.942Z Compiling errno v0.3.9
11722025-02-19T02:17:23.013Z Compiling equivalent v1.0.1
11732025-02-19T02:17:23.106Z Compiling log v0.4.22
11742025-02-19T02:17:23.132Z Compiling syn v2.0.96
11752025-02-19T02:17:23.182Z Compiling camino v1.1.9
11762025-02-19T02:17:23.371Z Compiling thread-id v4.2.2
11772025-02-19T02:17:23.399Z Compiling plain v0.2.3
11782025-02-19T02:17:23.486Z Compiling anstyle-parse v0.2.5
11792025-02-19T02:17:23.680Z Compiling indexmap v2.7.1
11802025-02-19T02:17:23.783Z Compiling autocfg v1.4.0
11812025-02-19T02:17:23.811Z Compiling semver v1.0.24
11822025-02-19T02:17:24.003Z Compiling anstyle-query v1.1.1
11832025-02-19T02:17:24.151Z Compiling colorchoice v1.0.2
11842025-02-19T02:17:24.188Z Compiling unicode-width v0.1.14
11852025-02-19T02:17:24.286Z Compiling winnow v0.6.20
11862025-02-19T02:17:24.320Z Compiling anstyle v1.0.10
11872025-02-19T02:17:24.737Z Compiling pretty-hex v0.4.1
11882025-02-19T02:17:24.762Z Compiling is_terminal_polyfill v1.70.1
11892025-02-19T02:17:24.764Z Compiling fs-err v2.11.0
11902025-02-19T02:17:24.884Z Compiling anstream v0.6.15
11912025-02-19T02:17:25.043Z Compiling terminal_size v0.4.0
11922025-02-19T02:17:25.055Z Compiling bytecount v0.6.8
11932025-02-19T02:17:25.259Z Compiling clap_lex v0.7.4
11942025-02-19T02:17:25.271Z Compiling heck v0.4.1
11952025-02-19T02:17:25.455Z Compiling fnv v1.0.7
11962025-02-19T02:17:25.540Z Compiling cfg-if v1.0.0
11972025-02-19T02:17:25.590Z Compiling fastrand v2.1.1
11982025-02-19T02:17:25.632Z Compiling heck v0.5.0
11992025-02-19T02:17:25.670Z Compiling strsim v0.11.1
12002025-02-19T02:17:25.699Z Compiling anyhow v1.0.95
12012025-02-19T02:17:25.713Z Compiling papergrid v0.11.0
12022025-02-19T02:17:26.115Z Compiling clap_builder v4.5.27
12032025-02-19T02:17:26.435Z Compiling tempfile v3.13.0
12042025-02-19T02:17:26.792Z Compiling memmap v0.7.0
12052025-02-19T02:17:26.840Z Compiling unicode-linebreak v0.1.5
12062025-02-19T02:17:27.135Z Compiling smawk v0.3.2
12072025-02-19T02:17:27.323Z Compiling textwrap v0.16.1
12082025-02-19T02:17:27.707Z Compiling swrite v0.1.0
12092025-02-19T02:17:28.434Z Compiling tabled_derive v0.7.0
12102025-02-19T02:17:29.834Z Compiling tabled v0.15.0
12112025-02-19T02:17:29.969Z Compiling serde_derive v1.0.217
12122025-02-19T02:17:29.972Z Compiling thiserror-impl v1.0.69
12132025-02-19T02:17:29.972Z Compiling zerocopy-derive v0.7.35
12142025-02-19T02:17:30.122Z Compiling scroll_derive v0.12.0
12152025-02-19T02:17:30.856Z Compiling clap_derive v4.5.24
12162025-02-19T02:17:31.521Z Compiling scroll v0.12.0
12172025-02-19T02:17:31.903Z Compiling zerocopy v0.7.35
12182025-02-19T02:17:31.916Z Compiling goblin v0.8.2
12192025-02-19T02:17:32.279Z Compiling pest v2.7.14
12202025-02-19T02:17:34.095Z Compiling clap v4.5.27
12212025-02-19T02:17:34.639Z Compiling pest_meta v2.7.14
12222025-02-19T02:17:35.507Z Compiling pest_generator v2.7.14
12232025-02-19T02:17:36.760Z Compiling pest_derive v2.7.14
12242025-02-19T02:17:37.418Z Compiling dtrace-parser v0.2.0
12252025-02-19T02:17:38.714Z Compiling serde_tokenstream v0.2.2
12262025-02-19T02:17:38.771Z Compiling serde_spanned v0.6.8
12272025-02-19T02:17:38.771Z Compiling toml_datetime v0.6.8
12282025-02-19T02:17:38.917Z Compiling cargo-platform v0.1.8
12292025-02-19T02:17:39.095Z Compiling toml_edit v0.22.22
12302025-02-19T02:17:39.259Z Compiling macaddr v1.0.1
12312025-02-19T02:17:39.345Z Compiling camino-tempfile v1.1.1
12322025-02-19T02:17:40.115Z Compiling dof v0.3.0
12332025-02-19T02:17:40.126Z Compiling cargo_metadata v0.18.1
12342025-02-19T02:17:41.505Z Compiling usdt-attr-macro v0.5.0
12352025-02-19T02:17:41.505Z Compiling usdt-macro v0.5.0
12362025-02-19T02:17:41.866Z Compiling toml v0.8.19
12372025-02-19T02:17:42.555Z Compiling usdt v0.5.0
12382025-02-19T02:17:42.644Z Compiling cargo_toml v0.20.5
12392025-02-19T02:17:45.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12402025-02-19T02:17:48.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s
12412025-02-19T02:17:48.514Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12422025-02-19T02:17:49.345Z Compiling serde v1.0.217
12432025-02-19T02:17:49.353Z Compiling lock_api v0.4.12
12442025-02-19T02:17:49.357Z Compiling value-bag v1.9.0
12452025-02-19T02:17:49.357Z Compiling scopeguard v1.2.0
12462025-02-19T02:17:49.461Z Compiling typenum v1.17.0
12472025-02-19T02:17:49.464Z Compiling generic-array v0.14.7
12482025-02-19T02:17:49.492Z Compiling syn v2.0.96
12492025-02-19T02:17:49.502Z Compiling getrandom v0.2.15
12502025-02-19T02:17:49.596Z Compiling subtle v2.6.1
12512025-02-19T02:17:49.793Z Compiling rand_core v0.6.4
12522025-02-19T02:17:49.883Z Compiling log v0.4.22
12532025-02-19T02:17:49.984Z Compiling shlex v1.3.0
12542025-02-19T02:17:50.003Z Compiling jobserver v0.1.32
12552025-02-19T02:17:50.020Z Compiling smallvec v1.13.2
12562025-02-19T02:17:50.332Z Compiling const-oid v0.9.6
12572025-02-19T02:17:50.339Z Compiling pin-project-lite v0.2.14
12582025-02-19T02:17:50.349Z Compiling rustix v0.38.37
12592025-02-19T02:17:50.390Z Compiling cc v1.1.30
12602025-02-19T02:17:50.461Z Compiling spin v0.9.8
12612025-02-19T02:17:50.631Z Compiling parking_lot_core v0.9.10
12622025-02-19T02:17:50.842Z Compiling futures-core v0.3.31
12632025-02-19T02:17:50.863Z Compiling signal-hook-registry v1.4.2
12642025-02-19T02:17:51.189Z Compiling mio v1.0.2
12652025-02-19T02:17:51.268Z Compiling aho-corasick v1.1.3
12662025-02-19T02:17:51.598Z Compiling parking_lot v0.12.3
12672025-02-19T02:17:51.735Z Compiling either v1.13.0
12682025-02-19T02:17:51.832Z Compiling regex-syntax v0.8.5
12692025-02-19T02:17:52.128Z Compiling cpufeatures v0.2.14
12702025-02-19T02:17:52.201Z Compiling stable_deref_trait v1.2.0
12712025-02-19T02:17:52.331Z Compiling glob v0.3.2
12722025-02-19T02:17:52.352Z Compiling futures-sink v0.3.31
12732025-02-19T02:17:52.361Z Compiling socket2 v0.5.7
12742025-02-19T02:17:52.386Z Compiling slab v0.4.9
12752025-02-19T02:17:52.488Z Compiling prettyplease v0.2.25
12762025-02-19T02:17:52.825Z Compiling lazy_static v1.5.0
12772025-02-19T02:17:52.847Z Compiling minimal-lexical v0.2.1
12782025-02-19T02:17:52.953Z Compiling serde_json v1.0.135
12792025-02-19T02:17:53.099Z Compiling clang-sys v1.8.1
12802025-02-19T02:17:53.293Z Compiling nom v7.1.3
12812025-02-19T02:17:53.344Z Compiling libloading v0.8.5
12822025-02-19T02:17:53.503Z Compiling home v0.5.9
12832025-02-19T02:17:53.704Z Compiling bindgen v0.69.5
12842025-02-19T02:17:53.754Z Compiling futures-channel v0.3.31
12852025-02-19T02:17:54.133Z Compiling itertools v0.12.1
12862025-02-19T02:17:54.183Z Compiling allocator-api2 v0.2.18
12872025-02-19T02:17:54.559Z Compiling futures-task v0.3.31
12882025-02-19T02:17:54.860Z Compiling foldhash v0.1.3
12892025-02-19T02:17:54.929Z Compiling libm v0.2.8
12902025-02-19T02:17:55.142Z Compiling lazycell v1.3.0
12912025-02-19T02:17:55.252Z Compiling pin-utils v0.1.0
12922025-02-19T02:17:55.303Z Compiling rustc-hash v1.1.0
12932025-02-19T02:17:55.357Z Compiling futures-io v0.3.31
12942025-02-19T02:17:55.462Z Compiling regex-automata v0.4.8
12952025-02-19T02:17:55.606Z Compiling hashbrown v0.15.1
12962025-02-19T02:17:55.798Z Compiling cmake v0.1.51
12972025-02-19T02:17:56.581Z Compiling cexpr v0.6.0
12982025-02-19T02:17:56.688Z Compiling synstructure v0.13.1
12992025-02-19T02:17:57.010Z Compiling num-traits v0.2.19
13002025-02-19T02:17:57.307Z Compiling dunce v1.0.5
13012025-02-19T02:17:57.447Z Compiling pkg-config v0.3.31
13022025-02-19T02:17:58.021Z Compiling fs_extra v1.3.0
13032025-02-19T02:17:58.378Z Compiling writeable v0.5.5
13042025-02-19T02:17:58.536Z Compiling litemap v0.7.3
13052025-02-19T02:17:58.794Z Compiling ring v0.17.8
13062025-02-19T02:17:58.914Z Compiling paste v1.0.15
13072025-02-19T02:17:58.931Z Compiling base64ct v1.6.0
13082025-02-19T02:17:59.506Z Compiling pem-rfc7468 v0.7.0
13092025-02-19T02:17:59.534Z Compiling aws-lc-rs v1.10.0
13102025-02-19T02:17:59.562Z Compiling icu_locid_transform_data v1.5.0
13112025-02-19T02:17:59.680Z Compiling httparse v1.9.5
13122025-02-19T02:17:59.971Z Compiling flagset v0.4.6
13132025-02-19T02:18:00.127Z Compiling tracing-core v0.1.32
13142025-02-19T02:18:00.418Z Compiling rustls-pki-types v1.10.0
13152025-02-19T02:18:01.078Z Compiling regex v1.11.1
13162025-02-19T02:18:01.254Z Compiling icu_properties_data v1.5.0
13172025-02-19T02:18:01.340Z Compiling percent-encoding v2.3.1
13182025-02-19T02:18:01.375Z Compiling crossbeam-utils v0.8.20
13192025-02-19T02:18:01.687Z Compiling utf8_iter v1.0.4
13202025-02-19T02:18:01.899Z Compiling num-conv v0.1.0
13212025-02-19T02:18:01.920Z Compiling untrusted v0.7.1
13222025-02-19T02:18:01.998Z Compiling write16 v1.0.0
13232025-02-19T02:18:02.090Z Compiling mirai-annotations v1.12.0
13242025-02-19T02:18:02.093Z Compiling utf16_iter v1.0.5
13252025-02-19T02:18:02.126Z Compiling icu_normalizer_data v1.5.0
13262025-02-19T02:18:02.155Z Compiling time-core v0.1.2
13272025-02-19T02:18:02.230Z Compiling untrusted v0.9.0
13282025-02-19T02:18:02.258Z Compiling serde_derive v1.0.217
13292025-02-19T02:18:02.278Z Compiling zeroize_derive v1.4.2
13302025-02-19T02:18:02.281Z Compiling zerocopy-derive v0.7.35
13312025-02-19T02:18:02.334Z Compiling tokio-macros v2.5.0
13322025-02-19T02:18:02.406Z Compiling zerofrom-derive v0.1.4
13332025-02-19T02:18:03.656Z Compiling zeroize v1.8.1
13342025-02-19T02:18:03.811Z Compiling yoke-derive v0.7.4
13352025-02-19T02:18:04.149Z Compiling zerovec-derive v0.10.3
13362025-02-19T02:18:04.224Z Compiling zerocopy v0.7.35
13372025-02-19T02:18:05.212Z Compiling crypto-common v0.1.6
13382025-02-19T02:18:05.256Z Compiling block-buffer v0.10.4
13392025-02-19T02:18:05.453Z Compiling thiserror-impl v1.0.69
13402025-02-19T02:18:05.535Z Compiling digest v0.10.7
13412025-02-19T02:18:05.584Z Compiling displaydoc v0.2.5
13422025-02-19T02:18:06.003Z Compiling zerofrom v0.1.4
13432025-02-19T02:18:06.044Z Compiling hmac v0.12.1
13442025-02-19T02:18:06.233Z Compiling futures-macro v0.3.31
13452025-02-19T02:18:06.289Z Compiling block-padding v0.3.3
13462025-02-19T02:18:06.448Z Compiling sha2 v0.10.8
13472025-02-19T02:18:06.480Z Compiling yoke v0.7.4
13482025-02-19T02:18:06.546Z Compiling inout v0.1.3
13492025-02-19T02:18:06.663Z Compiling icu_provider_macros v1.5.0
13502025-02-19T02:18:06.846Z Compiling zerovec v0.10.4
13512025-02-19T02:18:06.862Z Compiling cipher v0.4.4
13522025-02-19T02:18:07.196Z Compiling ppv-lite86 v0.2.20
13532025-02-19T02:18:07.358Z Compiling der_derive v0.7.3
13542025-02-19T02:18:07.709Z Compiling tracing-attributes v0.1.27
13552025-02-19T02:18:07.980Z Compiling rand_chacha v0.3.1
13562025-02-19T02:18:08.064Z Compiling futures-util v0.3.31
13572025-02-19T02:18:08.499Z Compiling thiserror v1.0.69
13582025-02-19T02:18:08.651Z Compiling tinystr v0.7.6
13592025-02-19T02:18:08.995Z Compiling icu_collections v1.5.0
13602025-02-19T02:18:09.655Z Compiling icu_locid v1.5.0
13612025-02-19T02:18:09.709Z Compiling der v0.7.9
13622025-02-19T02:18:10.301Z Compiling pest v2.7.14
13632025-02-19T02:18:10.383Z Compiling rand v0.8.5
13642025-02-19T02:18:10.383Z Compiling icu_provider v1.5.0
13652025-02-19T02:18:10.956Z Compiling tracing v0.1.40
13662025-02-19T02:18:11.103Z Compiling icu_locid_transform v1.5.0
13672025-02-19T02:18:11.295Z Compiling salsa20 v0.10.2
13682025-02-19T02:18:11.466Z Compiling pbkdf2 v0.12.2
13692025-02-19T02:18:11.543Z Compiling vcpkg v0.2.15
13702025-02-19T02:18:11.653Z Compiling spki v0.7.3
13712025-02-19T02:18:12.032Z Compiling powerfmt v0.2.0
13722025-02-19T02:18:12.145Z Compiling scrypt v0.11.0
13732025-02-19T02:18:12.425Z Compiling icu_properties v1.5.1
13742025-02-19T02:18:12.659Z Compiling deranged v0.3.11
13752025-02-19T02:18:16.722Z Compiling cbc v0.1.2
13762025-02-19T02:18:16.722Z Compiling pest_meta v2.7.14
13772025-02-19T02:18:16.722Z Compiling aes v0.8.4
13782025-02-19T02:18:16.722Z Compiling openssl-sys v0.9.105
13792025-02-19T02:18:16.722Z Compiling time-macros v0.2.18
13802025-02-19T02:18:16.798Z Compiling scroll_derive v0.12.0
13812025-02-19T02:18:16.798Z Compiling bitflags v2.6.0
13822025-02-19T02:18:16.798Z Compiling bytes v1.9.0
13832025-02-19T02:18:16.798Z Compiling indexmap v2.7.1
13842025-02-19T02:18:16.798Z Compiling tokio v1.43.0
13852025-02-19T02:18:16.798Z Compiling http v1.2.0
13862025-02-19T02:18:16.798Z Compiling semver v1.0.24
13872025-02-19T02:18:17.027Z Compiling icu_normalizer v1.5.0
13882025-02-19T02:18:17.345Z Compiling rustc_version v0.4.1
13892025-02-19T02:18:17.406Z Compiling atomic-waker v1.1.2
13902025-02-19T02:18:17.428Z Compiling num_threads v0.1.7
13912025-02-19T02:18:17.570Z Compiling tinyvec_macros v0.1.1
13922025-02-19T02:18:17.590Z Compiling time v0.3.36
13932025-02-19T02:18:17.670Z Compiling tinyvec v1.8.0
13942025-02-19T02:18:18.023Z Compiling idna_adapter v1.2.0
13952025-02-19T02:18:18.257Z Compiling http-body v1.0.1
13962025-02-19T02:18:18.341Z Compiling scroll v0.12.0
13972025-02-19T02:18:18.604Z Compiling pest_generator v2.7.14
13982025-02-19T02:18:18.797Z Compiling pkcs5 v0.7.1
13992025-02-19T02:18:18.875Z Compiling form_urlencoded v1.2.1
14002025-02-19T02:18:18.960Z Compiling slog v2.7.0
14012025-02-19T02:18:19.159Z Compiling try-lock v0.2.5
14022025-02-19T02:18:19.181Z Compiling goblin v0.8.2
14032025-02-19T02:18:19.329Z Compiling which v4.4.2
14042025-02-19T02:18:19.523Z Compiling pkcs8 v0.10.2
14052025-02-19T02:18:19.909Z Compiling want v0.3.1
14062025-02-19T02:18:20.187Z Compiling idna v1.0.3
14072025-02-19T02:18:20.202Z Compiling uuid v1.12.0
14082025-02-19T02:18:20.420Z Compiling pest_derive v2.7.14
14092025-02-19T02:18:20.442Z Compiling httpdate v1.0.3
14102025-02-19T02:18:20.886Z Compiling iana-time-zone v0.1.61
14112025-02-19T02:18:21.205Z Compiling dtrace-parser v0.2.0
14122025-02-19T02:18:21.305Z Compiling chrono v0.4.39
14132025-02-19T02:18:21.849Z Compiling serde_spanned v0.6.8
14142025-02-19T02:18:22.095Z Compiling serde_tokenstream v0.2.2
14152025-02-19T02:18:22.379Z Compiling toml_datetime v0.6.8
14162025-02-19T02:18:22.445Z Compiling match_cfg v0.1.0
14172025-02-19T02:18:22.551Z Compiling openssl v0.10.70
14182025-02-19T02:18:22.671Z Compiling rustversion v1.0.17
14192025-02-19T02:18:22.832Z Compiling foreign-types-shared v0.1.1
14202025-02-19T02:18:22.964Z Compiling adler2 v2.0.0
14212025-02-19T02:18:22.967Z Compiling tower-service v0.3.3
14222025-02-19T02:18:23.118Z Compiling base64 v0.22.1
14232025-02-19T02:18:23.137Z Compiling miniz_oxide v0.8.0
14242025-02-19T02:18:23.212Z Compiling foreign-types v0.3.2
14252025-02-19T02:18:23.314Z Compiling hostname v0.3.1
14262025-02-19T02:18:23.403Z Compiling url v2.5.3
14272025-02-19T02:18:23.808Z Compiling openssl-macros v0.1.1
14282025-02-19T02:18:24.533Z Compiling tokio-util v0.7.12
14292025-02-19T02:18:24.573Z Compiling async-trait v0.1.86
14302025-02-19T02:18:24.629Z Compiling serde_derive_internals v0.29.1
14312025-02-19T02:18:24.776Z Compiling dof v0.3.0
14322025-02-19T02:18:25.215Z Compiling dirs-sys-next v0.1.2
14332025-02-19T02:18:25.768Z Compiling h2 v0.4.6
14342025-02-19T02:18:25.814Z Compiling usdt-impl v0.5.0
14352025-02-19T02:18:26.671Z Compiling rustls v0.22.4
14362025-02-19T02:18:26.941Z Compiling rustls v0.23.19
14372025-02-19T02:18:26.973Z Compiling siphasher v0.3.11
14382025-02-19T02:18:27.114Z Compiling syn v1.0.109
14392025-02-19T02:18:27.214Z Compiling data-encoding v2.6.0
14402025-02-19T02:18:27.234Z Compiling schemars v0.8.21
14412025-02-19T02:18:27.333Z Compiling native-tls v0.2.12
14422025-02-19T02:18:27.578Z Compiling schemars_derive v0.8.21
14432025-02-19T02:18:27.749Z Compiling dirs-next v2.0.0
14442025-02-19T02:18:28.397Z Compiling unicode-normalization v0.1.24
14452025-02-19T02:18:29.234Z Compiling http-body-util v0.1.2
14462025-02-19T02:18:29.253Z Compiling heapless v0.7.17
14472025-02-19T02:18:29.492Z Compiling crossbeam-epoch v0.9.18
14482025-02-19T02:18:29.680Z Compiling sha1 v0.10.6
14492025-02-19T02:18:29.701Z Compiling signature v2.2.0
14502025-02-19T02:18:29.940Z Compiling bzip2-sys v0.1.11+1.0.8
14512025-02-19T02:18:29.984Z Compiling thread_local v1.1.8
14522025-02-19T02:18:30.101Z Compiling encoding_rs v0.8.34
14532025-02-19T02:18:30.207Z Compiling cookie v0.18.1
14542025-02-19T02:18:30.403Z Compiling multer v3.1.0
14552025-02-19T02:18:30.478Z Compiling mime v0.3.17
14562025-02-19T02:18:30.481Z Compiling rayon-core v1.12.1
14572025-02-19T02:18:30.541Z Compiling unicode-properties v0.1.3
14582025-02-19T02:18:30.680Z Compiling openssl-probe v0.1.5
14592025-02-19T02:18:30.745Z Compiling slog-async v2.8.0
14602025-02-19T02:18:30.921Z Compiling signal-hook v0.3.17
14612025-02-19T02:18:31.019Z Compiling ipnet v2.10.1
14622025-02-19T02:18:31.072Z Compiling unicode-bidi v0.3.17
14632025-02-19T02:18:31.222Z Compiling gimli v0.31.1
14642025-02-19T02:18:31.284Z Compiling dyn-clone v1.0.17
14652025-02-19T02:18:32.132Z Compiling stringprep v0.1.5
14662025-02-19T02:18:32.327Z Compiling toml_edit v0.22.22
14672025-02-19T02:18:33.238Z Compiling hyper v1.5.2
14682025-02-19T02:18:35.012Z Compiling crossbeam-deque v0.8.5
14692025-02-19T02:18:35.340Z Compiling addr2line v0.24.2
14702025-02-19T02:18:35.605Z Compiling hyper-util v0.1.10
14712025-02-19T02:18:35.873Z Compiling usdt-macro v0.5.0
14722025-02-19T02:18:35.892Z Compiling usdt-attr-macro v0.5.0
14732025-02-19T02:18:35.991Z Compiling term v0.7.0
14742025-02-19T02:18:36.869Z Compiling slog-json v2.6.1
14752025-02-19T02:18:37.233Z Compiling serde_urlencoded v0.7.1
14762025-02-19T02:18:37.301Z Compiling curve25519-dalek v4.1.3
14772025-02-19T02:18:37.313Z Compiling crossbeam-channel v0.5.13
14782025-02-19T02:18:37.426Z Compiling futures-executor v0.3.31
14792025-02-19T02:18:37.710Z Compiling md-5 v0.10.6
14802025-02-19T02:18:37.919Z Compiling enum-as-inner v0.6.1
14812025-02-19T02:18:37.939Z Compiling async-stream-impl v0.3.6
14822025-02-19T02:18:37.987Z Compiling rustls-pemfile v2.2.0
14832025-02-19T02:18:38.315Z Compiling num-integer v0.1.46
14842025-02-19T02:18:38.331Z Compiling hash32 v0.2.1
14852025-02-19T02:18:38.481Z Compiling ff v0.13.0
14862025-02-19T02:18:38.689Z Compiling is-terminal v0.4.13
14872025-02-19T02:18:38.721Z Compiling memoffset v0.9.1
14882025-02-19T02:18:38.835Z Compiling dropshot v0.12.0
14892025-02-19T02:18:38.960Z Compiling object v0.36.5
14902025-02-19T02:18:38.999Z Compiling portable-atomic v1.9.0
14912025-02-19T02:18:39.020Z Compiling utf-8 v0.7.6
14922025-02-19T02:18:39.119Z Compiling psl-types v2.0.11
14932025-02-19T02:18:39.225Z Compiling linked-hash-map v0.5.6
14942025-02-19T02:18:39.321Z Compiling rustc-demangle v0.1.24
14952025-02-19T02:18:39.322Z Compiling litrs v0.4.1
14962025-02-19T02:18:39.552Z Compiling smoltcp v0.9.1
14972025-02-19T02:18:39.686Z Compiling cfg_aliases v0.2.1
14982025-02-19T02:18:39.801Z Compiling quick-error v1.2.3
14992025-02-19T02:18:39.954Z Compiling take_mut v0.2.2
15002025-02-19T02:18:39.979Z Compiling fallible-iterator v0.2.0
15012025-02-19T02:18:40.125Z Compiling base16ct v0.2.0
15022025-02-19T02:18:40.169Z Compiling num-bigint-dig v0.8.4
15032025-02-19T02:18:40.244Z Compiling anyhow v1.0.95
15042025-02-19T02:18:40.461Z Compiling sec1 v0.7.3
15052025-02-19T02:18:40.480Z Compiling document-features v0.2.10
15062025-02-19T02:18:40.621Z Compiling postgres-protocol v0.6.7
15072025-02-19T02:18:41.128Z Compiling resolv-conf v0.7.0
15082025-02-19T02:18:41.296Z Compiling nix v0.29.0
15092025-02-19T02:18:41.692Z Compiling lru-cache v0.1.2
15102025-02-19T02:18:41.711Z Compiling publicsuffix v2.3.0
15112025-02-19T02:18:41.792Z Compiling tungstenite v0.24.0
15122025-02-19T02:18:41.847Z Compiling async-stream v0.3.6
15132025-02-19T02:18:42.008Z Compiling hickory-proto v0.24.3
15142025-02-19T02:18:42.102Z Compiling slog-term v2.9.1
15152025-02-19T02:18:42.156Z Compiling num-iter v0.1.45
15162025-02-19T02:18:42.174Z Compiling usdt v0.5.0
15172025-02-19T02:18:42.356Z Compiling group v0.13.0
15182025-02-19T02:18:42.799Z Compiling futures v0.3.31
15192025-02-19T02:18:42.922Z Compiling slog-bunyan v2.5.0
15202025-02-19T02:18:43.234Z Compiling toml v0.8.19
15212025-02-19T02:18:44.772Z Compiling camino v1.1.9
15222025-02-19T02:18:44.872Z Compiling tokio-native-tls v0.3.1
15232025-02-19T02:18:44.895Z Compiling phf_shared v0.11.2
15242025-02-19T02:18:45.151Z Compiling dropshot_endpoint v0.12.0
15252025-02-19T02:18:45.247Z Compiling terminal_size v0.4.0
15262025-02-19T02:18:45.475Z Compiling backtrace v0.3.74
15272025-02-19T02:18:45.546Z Compiling waitgroup v0.1.2
15282025-02-19T02:18:45.582Z Compiling openapiv3 v2.0.0
15292025-02-19T02:18:45.758Z Compiling serde_path_to_error v0.1.16
15302025-02-19T02:18:45.994Z Compiling hkdf v0.12.4
15312025-02-19T02:18:46.282Z Compiling crypto-bigint v0.5.5
15322025-02-19T02:18:46.512Z Compiling curve25519-dalek-derive v0.1.1
15332025-02-19T02:18:47.983Z Compiling zerocopy-derive v0.6.6
15342025-02-19T02:18:48.860Z Compiling webpki-roots v0.26.6
15352025-02-19T02:18:48.873Z Compiling hostname v0.4.0
15362025-02-19T02:18:49.016Z Compiling crc32fast v1.4.2
15372025-02-19T02:18:49.127Z Compiling hubpack_derive v0.1.1
15382025-02-19T02:18:49.350Z Compiling fs-err v2.11.0
15392025-02-19T02:18:49.369Z Compiling ahash v0.8.11
15402025-02-19T02:18:49.586Z Compiling winnow v0.5.40
15412025-02-19T02:18:49.635Z Compiling bitflags v1.3.2
15422025-02-19T02:18:49.698Z Compiling unicode-width v0.2.0
15432025-02-19T02:18:49.740Z Compiling debug-ignore v1.0.5
15442025-02-19T02:18:49.903Z Compiling newtype-uuid v1.2.1
15452025-02-19T02:18:49.921Z Compiling managed v0.8.0
15462025-02-19T02:18:49.952Z Compiling hubpack v0.1.2
15472025-02-19T02:18:50.224Z Compiling console v0.15.10
15482025-02-19T02:18:50.244Z Compiling strum_macros v0.25.3
15492025-02-19T02:18:50.365Z Compiling zerocopy v0.6.6
15502025-02-19T02:18:51.088Z Compiling clap_builder v4.5.27
15512025-02-19T02:18:51.437Z Compiling flate2 v1.0.35
15522025-02-19T02:18:51.631Z Compiling elliptic-curve v0.13.8
15532025-02-19T02:18:52.256Z Compiling hickory-resolver v0.24.3
15542025-02-19T02:18:52.448Z Compiling phf v0.11.2
15552025-02-19T02:18:52.722Z Compiling hyper-tls v0.6.0
15562025-02-19T02:18:53.089Z Compiling toml_edit v0.19.15
15572025-02-19T02:18:53.130Z Compiling signal-hook-mio v0.2.4
15582025-02-19T02:18:53.150Z Compiling cookie_store v0.21.1
15592025-02-19T02:18:53.294Z Compiling rayon v1.10.0
15602025-02-19T02:18:54.015Z Compiling bzip2 v0.4.4
15612025-02-19T02:18:54.412Z Compiling tokio-tungstenite v0.24.0
15622025-02-19T02:18:55.100Z Compiling postgres-types v0.2.8
15632025-02-19T02:18:57.435Z Compiling ed25519 v2.2.3
15642025-02-19T02:18:57.681Z Compiling phf_shared v0.10.0
15652025-02-19T02:18:58.045Z Compiling tokio-stream v0.1.16
15662025-02-19T02:18:58.063Z Compiling pkcs1 v0.7.5
15672025-02-19T02:18:58.996Z Compiling serde-big-array v0.5.1
15682025-02-19T02:18:58.998Z Compiling rfc6979 v0.4.0
15692025-02-19T02:18:59.120Z Compiling derive-where v1.2.7
15702025-02-19T02:18:59.194Z Compiling serde_repr v0.1.19
15712025-02-19T02:18:59.247Z Compiling clap_derive v4.5.24
15722025-02-19T02:18:59.269Z Compiling float-cmp v0.9.0
15732025-02-19T02:18:59.506Z Compiling bstr v1.10.0
15742025-02-19T02:19:00.135Z Compiling sync_wrapper v1.0.1
15752025-02-19T02:19:00.291Z Compiling whoami v1.5.2
15762025-02-19T02:19:00.310Z Compiling predicates-core v1.0.8
15772025-02-19T02:19:00.330Z Compiling precomputed-hash v0.1.1
15782025-02-19T02:19:00.458Z Compiling number_prefix v0.4.0
15792025-02-19T02:19:00.626Z Compiling bit-vec v0.6.3
15802025-02-19T02:19:00.683Z Compiling difflib v0.4.0
15812025-02-19T02:19:00.851Z Compiling normalize-line-endings v0.3.0
15822025-02-19T02:19:00.987Z Compiling static_assertions v1.1.0
15832025-02-19T02:19:01.055Z Compiling new_debug_unreachable v1.0.6
15842025-02-19T02:19:01.113Z Compiling fixedbitset v0.4.2
15852025-02-19T02:19:01.115Z Compiling unicode-segmentation v1.12.0
15862025-02-19T02:19:01.163Z Compiling string_cache v0.8.7
15872025-02-19T02:19:01.570Z Compiling petgraph v0.6.5
15882025-02-19T02:19:01.600Z Compiling predicates v3.1.2
15892025-02-19T02:19:02.013Z Compiling similar v2.6.0
15902025-02-19T02:19:02.064Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15912025-02-19T02:19:02.354Z Compiling bit-set v0.5.3
15922025-02-19T02:19:02.645Z Compiling indicatif v0.17.11
15932025-02-19T02:19:03.093Z Compiling tokio-postgres v0.7.12
15942025-02-19T02:19:03.838Z Compiling clap v4.5.27
15952025-02-19T02:19:03.966Z Compiling ecdsa v0.16.9
15962025-02-19T02:19:04.154Z Compiling rsa v0.9.6
15972025-02-19T02:19:04.602Z Compiling ed25519-dalek v2.1.1
15982025-02-19T02:19:04.774Z Compiling toml v0.7.8
15992025-02-19T02:19:05.879Z Compiling zip v0.6.6
16002025-02-19T02:19:06.286Z Compiling crossterm v0.28.1
16012025-02-19T02:19:08.081Z Compiling hex v0.4.3
16022025-02-19T02:19:08.150Z Compiling x509-cert v0.2.5
16032025-02-19T02:19:08.261Z Compiling itertools v0.10.5
16042025-02-19T02:19:08.410Z Compiling peg-runtime v0.8.3
16052025-02-19T02:19:08.654Z Compiling lalrpop-util v0.19.12
16062025-02-19T02:19:08.658Z Compiling unicode-xid v0.2.6
16072025-02-19T02:19:08.835Z Compiling strum_macros v0.26.4
16082025-02-19T02:19:09.013Z Compiling xattr v1.3.1
16092025-02-19T02:19:09.027Z Compiling filetime v0.2.25
16102025-02-19T02:19:09.283Z Compiling tar v0.4.42
16112025-02-19T02:19:13.388Z Compiling strum v0.26.3
16122025-02-19T02:19:16.650Z Compiling aws-lc-sys v0.22.0
16132025-02-19T02:19:43.801Z Compiling rustls-webpki v0.102.8
16142025-02-19T02:19:47.000Z Compiling tokio-rustls v0.25.0
16152025-02-19T02:19:48.556Z Compiling tokio-rustls v0.26.0
16162025-02-19T02:19:48.855Z Compiling hyper-rustls v0.27.3
16172025-02-19T02:19:49.192Z Compiling reqwest v0.12.9
16182025-02-19T02:19:50.551Z Compiling qorb v0.2.1
16192025-02-19T02:19:53.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16202025-02-19T02:19:53.857Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16212025-02-19T02:19:58.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
16222025-02-19T02:19:58.439Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16232025-02-19T02:19:58.484ZFeb 19 02:19:57.769 INFO Starting download, target: Console
16242025-02-19T02:19:58.484ZFeb 19 02:19:57.769 INFO Starting download, target: Clickhouse
16252025-02-19T02:19:58.484ZFeb 19 02:19:57.769 INFO Starting download, target: Cockroach
16262025-02-19T02:19:58.487ZFeb 19 02:19:57.769 INFO Starting download, target: DendriteOpenapi
16272025-02-19T02:19:58.487ZFeb 19 02:19:57.769 INFO Starting download, target: DendriteStub
16282025-02-19T02:19:58.487ZFeb 19 02:19:57.769 INFO Starting download, target: MaghemiteMgd
16292025-02-19T02:19:58.487ZFeb 19 02:19:57.769 INFO Starting download, target: TransceiverControl
16302025-02-19T02:19:58.487ZFeb 19 02:19:57.770 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16312025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16322025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16332025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16342025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16352025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16362025-02-19T02:19:58.488ZFeb 19 02:19:57.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16372025-02-19T02:19:58.709ZFeb 19 02:19:57.981 INFO Download complete, target: DendriteOpenapi
16382025-02-19T02:19:58.866ZFeb 19 02:19:58.134 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16392025-02-19T02:19:58.973ZFeb 19 02:19:58.250 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16402025-02-19T02:19:59.333ZFeb 19 02:19:58.612 INFO Download complete, target: Console
16412025-02-19T02:19:59.341ZFeb 19 02:19:58.625 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16422025-02-19T02:19:59.357ZFeb 19 02:19:58.634 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16432025-02-19T02:19:59.384ZFeb 19 02:19:58.652 INFO Download complete, target: TransceiverControl
16442025-02-19T02:20:00.148ZFeb 19 02:19:59.432 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16452025-02-19T02:20:00.148ZFeb 19 02:19:59.432 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16462025-02-19T02:20:00.484ZFeb 19 02:19:59.768 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16472025-02-19T02:20:02.375ZFeb 19 02:20:01.659 INFO Download complete, target: DendriteStub
16482025-02-19T02:20:02.469ZFeb 19 02:20:01.753 INFO Download complete, target: MaghemiteMgd
16492025-02-19T02:20:07.835ZFeb 19 02:20:07.118 INFO Checking that binary works, target: Cockroach
16502025-02-19T02:20:07.997ZFeb 19 02:20:07.281 INFO Download complete, target: Cockroach
16512025-02-19T02:20:13.584ZFeb 19 02:20:12.865 INFO Checking that binary works, target: Clickhouse
16522025-02-19T02:20:13.748ZFeb 19 02:20:13.030 INFO Download complete, target: Clickhouse
16532025-02-19T02:20:13.756ZAll prerequisites installed successfully
16542025-02-19T02:20:13.758Z
16552025-02-19T02:20:13.758Zreal 4:10.309950057
16562025-02-19T02:20:13.759Zuser 15:43.276668162
16572025-02-19T02:20:13.759Zsys 1:59.473324566
16582025-02-19T02:20:13.759Ztrap 0.536911499
16592025-02-19T02:20:13.759Ztflt 1.858238517
16602025-02-19T02:20:13.759Zdflt 1.438968253
16612025-02-19T02:20:13.759Zkflt 0.026482360
16622025-02-19T02:20:13.759Zlock 26:34.083926853
16632025-02-19T02:20:13.759Zslp 54:08.084641315
16642025-02-19T02:20:13.759Zlat 57.451625212
16652025-02-19T02:20:13.759Zstop 2:15.814935053
16662025-02-19T02:20:13.759Z+ source ./tools/include/force-git-over-https.sh
16672025-02-19T02:20:13.759Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16682025-02-19T02:20:13.759Z++ (( i = 0 ))
16692025-02-19T02:20:13.759Z++ (( i < 5 ))
16702025-02-19T02:20:13.759Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16712025-02-19T02:20:13.762Z++ (( i++ ))
16722025-02-19T02:20:13.762Z++ (( i < 5 ))
16732025-02-19T02:20:13.762Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16742025-02-19T02:20:13.765Z++ (( i++ ))
16752025-02-19T02:20:13.765Z++ (( i < 5 ))
16762025-02-19T02:20:13.765Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16772025-02-19T02:20:13.767Z++ (( i++ ))
16782025-02-19T02:20:13.767Z++ (( i < 5 ))
16792025-02-19T02:20:13.768Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16802025-02-19T02:20:13.771Z++ (( i++ ))
16812025-02-19T02:20:13.771Z++ (( i < 5 ))
16822025-02-19T02:20:13.771Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16832025-02-19T02:20:13.776Z++ (( i++ ))
16842025-02-19T02:20:13.776Z++ (( i < 5 ))
16852025-02-19T02:20:13.776Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16862025-02-19T02:20:13.776Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16872025-02-19T02:20:13.776Z+ rc=0
16882025-02-19T02:20:13.776Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16892025-02-19T02:20:45.658Z+ case $rc in
16902025-02-19T02:20:45.658Z+ pfexec zfs create -p rpool/images/build/host
16912025-02-19T02:20:45.935Z+ pfexec zfs create -p rpool/images/build/recovery
16922025-02-19T02:20:46.018Z+ cargo xtask releng --output-dir /work
16932025-02-19T02:20:46.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16942025-02-19T02:20:46.581Z Running `target/debug/xtask releng --output-dir /work`
16952025-02-19T02:20:47.473Z Compiling proc-macro2 v1.0.92
16962025-02-19T02:20:47.473Z Compiling unicode-ident v1.0.14
16972025-02-19T02:20:47.473Z Compiling libc v0.2.169
16982025-02-19T02:20:47.473Z Compiling serde v1.0.217
16992025-02-19T02:20:47.476Z Compiling autocfg v1.4.0
17002025-02-19T02:20:47.476Z Compiling version_check v0.9.5
17012025-02-19T02:20:47.476Z Compiling cfg-if v1.0.0
17022025-02-19T02:20:47.751Z Compiling memchr v2.7.4
17032025-02-19T02:20:47.789Z Compiling typenum v1.17.0
17042025-02-19T02:20:47.847Z Compiling shlex v1.3.0
17052025-02-19T02:20:48.373Z Compiling generic-array v0.14.7
17062025-02-19T02:20:48.409Z Compiling value-bag v1.9.0
17072025-02-19T02:20:48.478Z Compiling lock_api v0.4.12
17082025-02-19T02:20:48.661Z Compiling scopeguard v1.2.0
17092025-02-19T02:20:48.840Z Compiling log v0.4.22
17102025-02-19T02:20:48.972Z Compiling rustix v0.38.37
17112025-02-19T02:20:49.109Z Compiling parking_lot_core v0.9.10
17122025-02-19T02:20:49.370Z Compiling quote v1.0.38
17132025-02-19T02:20:49.509Z Compiling jobserver v0.1.32
17142025-02-19T02:20:49.598Z Compiling getrandom v0.2.15
17152025-02-19T02:20:49.653Z Compiling serde_json v1.0.135
17162025-02-19T02:20:49.858Z Compiling syn v2.0.96
17172025-02-19T02:20:49.933Z Compiling cc v1.1.30
17182025-02-19T02:20:49.957Z Compiling libm v0.2.8
17192025-02-19T02:20:49.960Z Compiling num-traits v0.2.19
17202025-02-19T02:20:49.996Z Compiling once_cell v1.20.2
17212025-02-19T02:20:49.999Z Compiling thiserror v1.0.69
17222025-02-19T02:20:50.219Z Compiling itoa v1.0.11
17232025-02-19T02:20:50.280Z Compiling aho-corasick v1.1.3
17242025-02-19T02:20:50.300Z Compiling regex-syntax v0.8.5
17252025-02-19T02:20:50.476Z Compiling spin v0.9.8
17262025-02-19T02:20:50.522Z Compiling slab v0.4.9
17272025-02-19T02:20:51.048Z Compiling errno v0.3.9
17282025-02-19T02:20:51.183Z Compiling either v1.13.0
17292025-02-19T02:20:51.329Z Compiling byteorder v1.5.0
17302025-02-19T02:20:51.828Z Compiling glob v0.3.2
17312025-02-19T02:20:51.869Z Compiling rand_core v0.6.4
17322025-02-19T02:20:52.335Z Compiling subtle v2.6.1
17332025-02-19T02:20:52.419Z Compiling prettyplease v0.2.25
17342025-02-19T02:20:52.546Z Compiling lazy_static v1.5.0
17352025-02-19T02:20:52.598Z Compiling clang-sys v1.8.1
17362025-02-19T02:20:52.712Z Compiling minimal-lexical v0.2.1
17372025-02-19T02:20:53.070Z Compiling libloading v0.8.5
17382025-02-19T02:20:53.193Z Compiling nom v7.1.3
17392025-02-19T02:20:53.213Z Compiling home v0.5.9
17402025-02-19T02:20:53.316Z Compiling bindgen v0.69.5
17412025-02-19T02:20:53.461Z Compiling itertools v0.12.1
17422025-02-19T02:20:54.092Z Compiling regex-automata v0.4.8
17432025-02-19T02:20:54.207Z Compiling lazycell v1.3.0
17442025-02-19T02:20:54.422Z Compiling smallvec v1.13.2
17452025-02-19T02:20:54.621Z Compiling rustc-hash v1.1.0
17462025-02-19T02:20:54.883Z Compiling cmake v0.1.51
17472025-02-19T02:20:56.106Z Compiling fs_extra v1.3.0
17482025-02-19T02:20:56.133Z Compiling pkg-config v0.3.31
17492025-02-19T02:20:56.201Z Compiling dunce v1.0.5
17502025-02-19T02:20:56.353Z Compiling cexpr v0.6.0
17512025-02-19T02:20:56.599Z Compiling semver v1.0.24
17522025-02-19T02:20:56.641Z Compiling ring v0.17.8
17532025-02-19T02:20:56.774Z Compiling paste v1.0.15
17542025-02-19T02:20:57.265Z Compiling synstructure v0.13.1
17552025-02-19T02:20:57.546Z Compiling ryu v1.0.18
17562025-02-19T02:20:57.642Z Compiling heck v0.5.0
17572025-02-19T02:20:57.876Z Compiling aws-lc-rs v1.10.0
17582025-02-19T02:20:58.062Z Compiling httparse v1.9.5
17592025-02-19T02:20:58.626Z Compiling pin-project-lite v0.2.14
17602025-02-19T02:20:58.675Z Compiling const-oid v0.9.6
17612025-02-19T02:20:58.849Z Compiling allocator-api2 v0.2.18
17622025-02-19T02:20:59.684Z Compiling regex v1.11.1
17632025-02-19T02:20:59.795Z Compiling futures-core v0.3.31
17642025-02-19T02:21:00.168Z Compiling signal-hook-registry v1.4.2
17652025-02-19T02:21:00.771Z Compiling num-conv v0.1.0
17662025-02-19T02:21:00.774Z Compiling time-core v0.1.2
17672025-02-19T02:21:01.160Z Compiling time-macros v0.2.18
17682025-02-19T02:21:01.271Z Compiling parking_lot v0.12.3
17692025-02-19T02:21:01.274Z Compiling mio v1.0.2
17702025-02-19T02:21:01.790Z Compiling vcpkg v0.2.15
17712025-02-19T02:21:01.972Z Compiling schemars v0.8.21
17722025-02-19T02:21:02.140Z Compiling serde_derive v1.0.217
17732025-02-19T02:21:02.470Z Compiling zeroize_derive v1.4.2
17742025-02-19T02:21:02.930Z Compiling zerocopy-derive v0.7.35
17752025-02-19T02:21:03.081Z Compiling tokio-macros v2.5.0
17762025-02-19T02:21:03.386Z Compiling thiserror-impl v1.0.69
17772025-02-19T02:21:03.512Z Compiling zerofrom-derive v0.1.4
17782025-02-19T02:21:03.987Z Compiling yoke-derive v0.7.4
17792025-02-19T02:21:04.015Z Compiling zeroize v1.8.1
17802025-02-19T02:21:04.494Z Compiling zerovec-derive v0.10.3
17812025-02-19T02:21:04.618Z Compiling displaydoc v0.2.5
17822025-02-19T02:21:04.745Z Compiling futures-macro v0.3.31
17832025-02-19T02:21:06.263Z Compiling zerocopy v0.7.35
17842025-02-19T02:21:06.330Z Compiling icu_provider_macros v1.5.0
17852025-02-19T02:21:06.651Z Compiling crypto-common v0.1.6
17862025-02-19T02:21:06.871Z Compiling tracing-attributes v0.1.27
17872025-02-19T02:21:06.874Z Compiling block-buffer v0.10.4
17882025-02-19T02:21:07.071Z Compiling der_derive v0.7.3
17892025-02-19T02:21:07.268Z Compiling digest v0.10.7
17902025-02-19T02:21:07.689Z Compiling crossbeam-utils v0.8.20
17912025-02-19T02:21:07.756Z Compiling openssl-sys v0.9.105
17922025-02-19T02:21:07.829Z Compiling serde_derive_internals v0.29.1
17932025-02-19T02:21:08.955Z Compiling socket2 v0.5.7
17942025-02-19T02:21:09.138Z Compiling fnv v1.0.7
17952025-02-19T02:21:09.910Z Compiling schemars_derive v0.8.21
17962025-02-19T02:21:10.670Z Compiling ahash v0.8.11
17972025-02-19T02:21:11.592Z Compiling futures-sink v0.3.31
17982025-02-19T02:21:11.613Z Compiling stable_deref_trait v1.2.0
17992025-02-19T02:21:11.613Z Compiling equivalent v1.0.1
18002025-02-19T02:21:11.726Z Compiling cpufeatures v0.2.14
18012025-02-19T02:21:12.038Z Compiling foldhash v0.1.3
18022025-02-19T02:21:12.341Z Compiling hashbrown v0.15.1
18032025-02-19T02:21:12.460Z Compiling slog v2.7.0
18042025-02-19T02:21:12.605Z Compiling zerofrom v0.1.4
18052025-02-19T02:21:12.931Z Compiling yoke v0.7.4
18062025-02-19T02:21:12.965Z Compiling futures-channel v0.3.31
18072025-02-19T02:21:13.500Z Compiling openssl v0.10.70
18082025-02-19T02:21:13.535Z Compiling futures-task v0.3.31
18092025-02-19T02:21:13.720Z Compiling futures-io v0.3.31
18102025-02-19T02:21:13.752Z Compiling pin-utils v0.1.0
18112025-02-19T02:21:13.860Z Compiling zerovec v0.10.4
18122025-02-19T02:21:13.909Z Compiling futures-util v0.3.31
18132025-02-19T02:21:14.086Z Compiling scroll_derive v0.12.0
18142025-02-19T02:21:14.119Z Compiling ucd-trie v0.1.7
18152025-02-19T02:21:14.762Z Compiling pest v2.7.14
18162025-02-19T02:21:14.830Z Compiling hmac v0.12.1
18172025-02-19T02:21:15.132Z Compiling bitflags v2.6.0
18182025-02-19T02:21:15.390Z Compiling bytes v1.9.0
18192025-02-19T02:21:17.056Z Compiling tokio v1.43.0
18202025-02-19T02:21:17.447Z Compiling indexmap v2.7.1
18212025-02-19T02:21:18.201Z Compiling serde_tokenstream v0.2.2
18222025-02-19T02:21:18.894Z Compiling http v1.2.0
18232025-02-19T02:21:19.486Z Compiling which v4.4.2
18242025-02-19T02:21:19.592Z Compiling rustc_version v0.4.1
18252025-02-19T02:21:20.476Z Compiling uuid v1.12.0
18262025-02-19T02:21:20.515Z Compiling openssl-macros v0.1.1
18272025-02-19T02:21:21.206Z Compiling iana-time-zone v0.1.61
18282025-02-19T02:21:21.476Z Compiling native-tls v0.2.12
18292025-02-19T02:21:21.606Z Compiling rustls v0.23.19
18302025-02-19T02:21:21.898Z Compiling chrono v0.4.39
18312025-02-19T02:21:22.003Z Compiling pest_meta v2.7.14
18322025-02-19T02:21:24.128Z Compiling tinystr v0.7.6
18332025-02-19T02:21:24.688Z Compiling block-padding v0.3.3
18342025-02-19T02:21:25.029Z Compiling writeable v0.5.5
18352025-02-19T02:21:25.240Z Compiling litemap v0.7.3
18362025-02-19T02:21:25.476Z Compiling inout v0.1.3
18372025-02-19T02:21:25.767Z Compiling icu_locid v1.5.0
18382025-02-19T02:21:25.824Z Compiling pest_generator v2.7.14
18392025-02-19T02:21:26.704Z Compiling cookie v0.18.1
18402025-02-19T02:21:28.355Z Compiling pest_derive v2.7.14
18412025-02-19T02:21:29.412Z Compiling icu_provider v1.5.0
18422025-02-19T02:21:30.320Z Compiling cipher v0.4.4
18432025-02-19T02:21:30.848Z Compiling sha2 v0.10.8
18442025-02-19T02:21:31.935Z Compiling async-trait v0.1.86
18452025-02-19T02:21:32.180Z Compiling tracing-core v0.1.32
18462025-02-19T02:21:32.225Z Compiling usdt-impl v0.5.0
18472025-02-19T02:21:32.590Z Compiling icu_locid_transform_data v1.5.0
18482025-02-19T02:21:32.718Z Compiling dyn-clone v1.0.17
18492025-02-19T02:21:32.936Z Compiling rustls-pki-types v1.10.0
18502025-02-19T02:21:33.299Z Compiling aws-lc-sys v0.22.0
18512025-02-19T02:21:33.719Z Compiling base64ct v1.6.0
18522025-02-19T02:21:34.179Z Compiling percent-encoding v2.3.1
18532025-02-19T02:21:34.315Z Compiling pem-rfc7468 v0.7.0
18542025-02-19T02:21:34.388Z Compiling tracing v0.1.40
18552025-02-19T02:21:34.915Z Compiling icu_locid_transform v1.5.0
18562025-02-19T02:21:36.138Z Compiling tokio-util v0.7.12
18572025-02-19T02:21:36.703Z Compiling icu_collections v1.5.0
18582025-02-19T02:21:38.006Z Compiling scroll v0.12.0
18592025-02-19T02:21:38.652Z Compiling ppv-lite86 v0.2.20
18602025-02-19T02:21:39.677Z Compiling flagset v0.4.6
18612025-02-19T02:21:39.705Z Compiling camino v1.1.9
18622025-02-19T02:21:39.889Z Compiling untrusted v0.9.0
18632025-02-19T02:21:40.093Z Compiling plain v0.2.3
18642025-02-19T02:21:40.210Z Compiling powerfmt v0.2.0
18652025-02-19T02:21:40.257Z Compiling syn v1.0.109
18662025-02-19T02:21:40.669Z Compiling untrusted v0.7.1
18672025-02-19T02:21:40.690Z Compiling mirai-annotations v1.12.0
18682025-02-19T02:21:40.771Z Compiling icu_properties_data v1.5.0
18692025-02-19T02:21:40.940Z Compiling deranged v0.3.11
18702025-02-19T02:21:41.049Z Compiling icu_properties v1.5.1
18712025-02-19T02:21:42.819Z Compiling goblin v0.8.2
18722025-02-19T02:21:43.102Z Compiling der v0.7.9
18732025-02-19T02:21:45.383Z Compiling rand_chacha v0.3.1
18742025-02-19T02:21:47.450Z Compiling litrs v0.4.1
18752025-02-19T02:21:47.569Z Compiling num_threads v0.1.7
18762025-02-19T02:21:47.748Z Compiling rustls v0.22.4
18772025-02-19T02:21:48.442Z Compiling utf8_iter v1.0.4
18782025-02-19T02:21:48.576Z Compiling write16 v1.0.0
18792025-02-19T02:21:48.579Z Compiling utf16_iter v1.0.5
18802025-02-19T02:21:48.750Z Compiling pretty-hex v0.4.1
18812025-02-19T02:21:48.889Z Compiling icu_normalizer_data v1.5.0
18822025-02-19T02:21:49.018Z Compiling atomic-waker v1.1.2
18832025-02-19T02:21:49.084Z Compiling rayon-core v1.12.1
18842025-02-19T02:21:49.253Z Compiling icu_normalizer v1.5.0
18852025-02-19T02:21:49.455Z Compiling dof v0.3.0
18862025-02-19T02:21:50.014Z Compiling document-features v0.2.10
18872025-02-19T02:21:50.049Z Compiling time v0.3.36
18882025-02-19T02:21:51.811Z Compiling rand v0.8.5
18892025-02-19T02:21:51.945Z Compiling spki v0.7.3
18902025-02-19T02:21:52.513Z Compiling form_urlencoded v1.2.1
18912025-02-19T02:21:53.364Z Compiling salsa20 v0.10.2
18922025-02-19T02:21:53.558Z Compiling dtrace-parser v0.2.0
18932025-02-19T02:21:54.126Z Compiling http-body v1.0.1
18942025-02-19T02:21:54.440Z Compiling pbkdf2 v0.12.2
18952025-02-19T02:21:55.038Z Compiling bzip2-sys v0.1.11+1.0.8
18962025-02-19T02:21:55.259Z Compiling thread-id v4.2.2
18972025-02-19T02:21:55.796Z Compiling try-lock v0.2.5
18982025-02-19T02:21:57.945Z Compiling want v0.3.1
18992025-02-19T02:21:59.563Z Compiling scrypt v0.11.0
19002025-02-19T02:21:59.592Z Compiling idna_adapter v1.2.0
19012025-02-19T02:21:59.672Z Compiling h2 v0.4.6
19022025-02-19T02:21:59.897Z Compiling cbc v0.1.2
19032025-02-19T02:22:00.064Z Compiling aes v0.8.4
19042025-02-19T02:22:00.430Z Compiling multer v3.1.0
19052025-02-19T02:22:00.652Z Compiling httpdate v1.0.3
19062025-02-19T02:22:01.122Z Compiling slog-async v2.8.0
19072025-02-19T02:22:01.539Z Compiling tinyvec_macros v0.1.1
19082025-02-19T02:22:01.705Z Compiling base64 v0.22.1
19092025-02-19T02:22:02.861Z Compiling tinyvec v1.8.0
19102025-02-19T02:22:02.902Z Compiling pkcs5 v0.7.1
19112025-02-19T02:22:05.158Z Compiling idna v1.0.3
19122025-02-19T02:22:08.853Z Compiling hyper v1.5.2
19132025-02-19T02:22:10.188Z Compiling heapless v0.7.17
19142025-02-19T02:22:10.829Z Compiling zerocopy-derive v0.6.6
19152025-02-19T02:22:11.617Z Compiling num-bigint-dig v0.8.4
19162025-02-19T02:22:12.126Z Compiling signal-hook v0.3.17
19172025-02-19T02:22:12.565Z Compiling tower-service v0.3.3
19182025-02-19T02:22:12.717Z Compiling anyhow v1.0.95
19192025-02-19T02:22:12.981Z Compiling hyper-util v0.1.10
19202025-02-19T02:22:16.530Z Compiling pkcs8 v0.10.2
19212025-02-19T02:22:17.215Z Compiling usdt-macro v0.5.0
19222025-02-19T02:22:17.988Z Compiling usdt-attr-macro v0.5.0
19232025-02-19T02:22:19.429Z Compiling async-stream-impl v0.3.6
19242025-02-19T02:22:19.479Z Compiling rustversion v1.0.17
19252025-02-19T02:22:19.535Z Compiling foreign-types-shared v0.1.1
19262025-02-19T02:22:19.678Z Compiling strsim v0.11.1
19272025-02-19T02:22:20.239Z Compiling foreign-types v0.3.2
19282025-02-19T02:22:21.072Z Compiling url v2.5.3
19292025-02-19T02:22:21.562Z Compiling http-body-util v0.1.2
19302025-02-19T02:22:22.653Z Compiling curve25519-dalek v4.1.3
19312025-02-19T02:22:22.687Z Compiling openapiv3 v2.0.0
19322025-02-19T02:22:23.131Z Compiling serde_spanned v0.6.8
19332025-02-19T02:22:23.252Z Compiling toml_datetime v0.6.8
19342025-02-19T02:22:23.544Z Compiling enum-as-inner v0.6.1
19352025-02-19T02:22:24.224Z Compiling memoffset v0.9.1
19362025-02-19T02:22:24.598Z Compiling dropshot v0.12.0
19372025-02-19T02:22:24.766Z Compiling encoding_rs v0.8.34
19382025-02-19T02:22:27.306Z Compiling smoltcp v0.9.1
19392025-02-19T02:22:27.674Z Compiling adler2 v2.0.0
19402025-02-19T02:22:27.904Z Compiling newtype-uuid v1.2.1
19412025-02-19T02:22:27.926Z Compiling portable-atomic v1.9.0
19422025-02-19T02:22:28.728Z Compiling mime v0.3.17
19432025-02-19T02:22:28.875Z Compiling match_cfg v0.1.0
19442025-02-19T02:22:29.012Z Compiling hostname v0.3.1
19452025-02-19T02:22:29.365Z Compiling miniz_oxide v0.8.0
19462025-02-19T02:22:39.858Z Compiling serde_urlencoded v0.7.1
19472025-02-19T02:22:39.881Z Compiling rustls-pemfile v2.2.0
19482025-02-19T02:22:40.440Z Compiling clap_derive v4.5.24
19492025-02-19T02:22:40.504Z Compiling dirs-sys-next v0.1.2
19502025-02-19T02:22:41.198Z Compiling ipnet v2.10.1
19512025-02-19T02:22:44.606Z Compiling data-encoding v2.6.0
19522025-02-19T02:22:45.610Z Compiling openssl-probe v0.1.5
19532025-02-19T02:22:45.723Z Compiling cfg_aliases v0.2.1
19542025-02-19T02:22:45.855Z Compiling siphasher v0.3.11
19552025-02-19T02:22:46.870Z Compiling nix v0.29.0
19562025-02-19T02:22:47.173Z Compiling dirs-next v2.0.0
19572025-02-19T02:22:48.852Z Compiling hubpack_derive v0.1.1
19582025-02-19T02:22:49.922Z Compiling unicode-normalization v0.1.24
19592025-02-19T02:22:50.156Z Compiling crossbeam-epoch v0.9.18
19602025-02-19T02:22:50.603Z Compiling dropshot_endpoint v0.12.0
19612025-02-19T02:22:50.875Z Compiling rustls-webpki v0.102.8
19622025-02-19T02:22:52.017Z Compiling sha1 v0.10.6
19632025-02-19T02:22:52.106Z Compiling signature v2.2.0
19642025-02-19T02:22:52.488Z Compiling curve25519-dalek-derive v0.1.1
19652025-02-19T02:22:52.665Z Compiling thread_local v1.1.8
19662025-02-19T02:22:52.784Z Compiling fs-err v2.11.0
19672025-02-19T02:22:54.545Z Compiling utf8parse v0.2.2
19682025-02-19T02:22:54.679Z Compiling gimli v0.31.1
19692025-02-19T02:22:54.824Z Compiling unicode-properties v0.1.3
19702025-02-19T02:22:54.826Z Compiling unicode-bidi v0.3.17
19712025-02-19T02:22:55.264Z Compiling psl-types v2.0.11
19722025-02-19T02:22:55.493Z Compiling winnow v0.6.20
19732025-02-19T02:22:55.544Z Compiling anstyle v1.0.10
19742025-02-19T02:22:56.083Z Compiling stringprep v0.1.5
19752025-02-19T02:22:56.126Z Compiling publicsuffix v2.3.0
19762025-02-19T02:22:56.557Z Compiling anstyle-parse v0.2.5
19772025-02-19T02:22:58.643Z Compiling crossbeam-deque v0.8.5
19782025-02-19T02:22:59.028Z Compiling toml_edit v0.22.22
19792025-02-19T02:22:59.280Z Compiling addr2line v0.24.2
19802025-02-19T02:23:00.081Z Compiling term v0.7.0
19812025-02-19T02:23:01.254Z Compiling tokio-native-tls v0.3.1
19822025-02-19T02:23:01.580Z Compiling slog-json v2.6.1
19832025-02-19T02:23:02.575Z Compiling crossbeam-channel v0.5.13
19842025-02-19T02:23:03.827Z Compiling webpki-roots v0.26.6
19852025-02-19T02:23:03.928Z Compiling futures-executor v0.3.31
19862025-02-19T02:23:04.147Z Compiling num-integer v0.1.46
19872025-02-19T02:23:04.402Z Compiling md-5 v0.10.6
19882025-02-19T02:23:04.672Z Compiling ff v0.13.0
19892025-02-19T02:23:04.828Z Compiling hash32 v0.2.1
19902025-02-19T02:23:04.926Z Compiling is-terminal v0.4.13
19912025-02-19T02:23:05.052Z Compiling memmap v0.7.0
19922025-02-19T02:23:05.082Z Compiling object v0.36.5
19932025-02-19T02:23:05.174Z Compiling is_terminal_polyfill v1.70.1
19942025-02-19T02:23:05.318Z Compiling linked-hash-map v0.5.6
19952025-02-19T02:23:05.374Z Compiling colorchoice v1.0.2
19962025-02-19T02:23:05.559Z Compiling quick-error v1.2.3
19972025-02-19T02:23:05.652Z Compiling utf-8 v0.7.6
19982025-02-19T02:23:05.731Z Compiling heck v0.4.1
19992025-02-19T02:23:05.907Z Compiling fallible-iterator v0.2.0
20002025-02-19T02:23:05.953Z Compiling anstyle-query v1.1.1
20012025-02-19T02:23:06.121Z Compiling base16ct v0.2.0
20022025-02-19T02:23:06.160Z Compiling rustc-demangle v0.1.24
20032025-02-19T02:23:06.423Z Compiling take_mut v0.2.2
20042025-02-19T02:23:06.602Z Compiling postgres-protocol v0.6.7
20052025-02-19T02:23:06.984Z Compiling sec1 v0.7.3
20062025-02-19T02:23:07.518Z Compiling strum_macros v0.25.3
20072025-02-19T02:23:07.564Z Compiling anstream v0.6.15
20082025-02-19T02:23:07.977Z Compiling tungstenite v0.24.0
20092025-02-19T02:23:08.164Z Compiling resolv-conf v0.7.0
20102025-02-19T02:23:08.830Z Compiling lru-cache v0.1.2
20112025-02-19T02:23:09.045Z Compiling usdt v0.5.0
20122025-02-19T02:23:09.602Z Compiling slog-term v2.9.1
20132025-02-19T02:23:09.779Z Compiling group v0.13.0
20142025-02-19T02:23:10.108Z Compiling num-iter v0.1.45
20152025-02-19T02:23:10.320Z Compiling tokio-rustls v0.26.0
20162025-02-19T02:23:10.506Z Compiling futures v0.3.31
20172025-02-19T02:23:11.429Z Compiling toml v0.8.19
20182025-02-19T02:23:11.860Z Compiling backtrace v0.3.74
20192025-02-19T02:23:12.054Z Compiling slog-bunyan v2.5.0
20202025-02-19T02:23:12.161Z Compiling tokio-rustls v0.25.0
20212025-02-19T02:23:12.270Z Compiling hyper-tls v0.6.0
20222025-02-19T02:23:12.292Z Compiling cookie_store v0.21.1
20232025-02-19T02:23:12.714Z Compiling hickory-proto v0.24.3
20242025-02-19T02:23:12.795Z Compiling phf_shared v0.11.2
20252025-02-19T02:23:13.213Z Compiling async-stream v0.3.6
20262025-02-19T02:23:13.546Z Compiling waitgroup v0.1.2
20272025-02-19T02:23:13.760Z Compiling hashbrown v0.14.5
20282025-02-19T02:23:13.989Z Compiling terminal_size v0.4.0
20292025-02-19T02:23:14.309Z Compiling serde_path_to_error v0.1.16
20302025-02-19T02:23:14.860Z Compiling hkdf v0.12.4
20312025-02-19T02:23:14.971Z Compiling crypto-bigint v0.5.5
20322025-02-19T02:23:15.074Z Compiling derive-where v1.2.7
20332025-02-19T02:23:15.116Z Compiling serde_repr v0.1.19
20342025-02-19T02:23:15.621Z Compiling sync_wrapper v1.0.1
20352025-02-19T02:23:15.803Z Compiling hostname v0.4.0
20362025-02-19T02:23:16.196Z Compiling crc32fast v1.4.2
20372025-02-19T02:23:16.265Z Compiling debug-ignore v1.0.5
20382025-02-19T02:23:16.433Z Compiling unicode-width v0.2.0
20392025-02-19T02:23:16.716Z Compiling clap_lex v0.7.4
20402025-02-19T02:23:16.982Z Compiling bitflags v1.3.2
20412025-02-19T02:23:17.126Z Compiling managed v0.8.0
20422025-02-19T02:23:17.291Z Compiling winnow v0.5.40
20432025-02-19T02:23:18.029Z Compiling hickory-resolver v0.24.3
20442025-02-19T02:23:18.275Z Compiling elliptic-curve v0.13.8
20452025-02-19T02:23:19.375Z Compiling clap_builder v4.5.27
20462025-02-19T02:23:19.421Z Compiling console v0.15.10
20472025-02-19T02:23:20.595Z Compiling toml_edit v0.19.15
20482025-02-19T02:23:20.947Z Compiling flate2 v1.0.35
20492025-02-19T02:23:22.425Z Compiling regress v0.10.1
20502025-02-19T02:23:24.359Z Compiling hyper-rustls v0.27.3
20512025-02-19T02:23:26.976Z Compiling phf v0.11.2
20522025-02-19T02:23:27.658Z Compiling signal-hook-mio v0.2.4
20532025-02-19T02:23:27.841Z Compiling rayon v1.10.0
20542025-02-19T02:23:28.337Z Compiling bzip2 v0.4.4
20552025-02-19T02:23:28.359Z Compiling tokio-tungstenite v0.24.0
20562025-02-19T02:23:28.694Z Compiling postgres-types v0.2.8
20572025-02-19T02:23:29.487Z Compiling ed25519 v2.2.3
20582025-02-19T02:23:29.628Z Compiling hubpack v0.1.2
20592025-02-19T02:23:29.956Z Compiling phf_shared v0.10.0
20602025-02-19T02:23:30.359Z Compiling pkcs1 v0.7.5
20612025-02-19T02:23:31.406Z Compiling zerocopy v0.6.6
20622025-02-19T02:23:32.135Z Compiling tokio-stream v0.1.16
20632025-02-19T02:23:32.362Z Compiling serde-big-array v0.5.1
20642025-02-19T02:23:32.614Z Compiling rfc6979 v0.4.0
20652025-02-19T02:23:32.861Z Compiling float-cmp v0.9.0
20662025-02-19T02:23:33.096Z Compiling bstr v1.10.0
20672025-02-19T02:23:33.472Z Compiling whoami v1.5.2
20682025-02-19T02:23:33.576Z Compiling number_prefix v0.4.0
20692025-02-19T02:23:33.835Z Compiling static_assertions v1.1.0
20702025-02-19T02:23:34.464Z Compiling fixedbitset v0.4.2
20712025-02-19T02:23:34.496Z Compiling unicode-segmentation v1.12.0
20722025-02-19T02:23:34.509Z Compiling difflib v0.4.0
20732025-02-19T02:23:34.509Z Compiling precomputed-hash v0.1.1
20742025-02-19T02:23:34.518Z Compiling new_debug_unreachable v1.0.6
20752025-02-19T02:23:34.580Z Compiling bit-vec v0.6.3
20762025-02-19T02:23:34.637Z Compiling normalize-line-endings v0.3.0
20772025-02-19T02:23:34.803Z Compiling predicates-core v1.0.8
20782025-02-19T02:23:34.984Z Compiling bit-set v0.5.3
20792025-02-19T02:23:35.056Z Compiling predicates v3.1.2
20802025-02-19T02:23:35.283Z Compiling similar v2.6.0
20812025-02-19T02:23:35.357Z Compiling string_cache v0.8.7
20822025-02-19T02:23:35.757Z Compiling petgraph v0.6.5
20832025-02-19T02:23:36.368Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20842025-02-19T02:23:37.864Z Compiling tokio-postgres v0.7.12
20852025-02-19T02:23:38.979Z Compiling reqwest v0.12.9
20862025-02-19T02:23:40.061Z Compiling indicatif v0.17.11
20872025-02-19T02:23:41.320Z Compiling qorb v0.2.1
20882025-02-19T02:23:41.880Z Compiling ecdsa v0.16.9
20892025-02-19T02:23:42.710Z Compiling rsa v0.9.6
20902025-02-19T02:23:43.338Z Compiling ed25519-dalek v2.1.1
20912025-02-19T02:23:47.658Z Compiling zip v0.6.6
20922025-02-19T02:23:47.658Z Compiling crossterm v0.28.1
20932025-02-19T02:23:47.658Z Compiling typify-impl v0.2.0
20942025-02-19T02:23:47.658Z Compiling toml v0.7.8
20952025-02-19T02:23:47.658Z Compiling clap v4.5.27
20962025-02-19T02:23:47.706Z Compiling x509-cert v0.2.5
20972025-02-19T02:23:49.122Z Compiling hex v0.4.3
20982025-02-19T02:23:51.364Z Compiling itertools v0.10.5
20992025-02-19T02:23:51.782Z Compiling lalrpop-util v0.19.12
21002025-02-19T02:23:51.808Z Compiling unicode-xid v0.2.6
21012025-02-19T02:23:52.153Z Compiling peg-runtime v0.8.3
21022025-02-19T02:23:55.012Z Compiling typify-macro v0.2.0
21032025-02-19T02:23:55.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21042025-02-19T02:24:22.962Z Compiling radium v0.7.0
21052025-02-19T02:24:31.422Z Compiling ident_case v1.0.1
21062025-02-19T02:24:31.630Z Compiling tap v1.0.1
21072025-02-19T02:24:31.710Z Compiling maybe-uninit v2.0.0
21082025-02-19T02:24:31.843Z Compiling wyz v0.5.1
21092025-02-19T02:24:32.262Z Compiling darling_core v0.20.10
21102025-02-19T02:24:41.704Z Compiling typify v0.2.0
21112025-02-19T02:24:43.924Z Compiling funty v2.0.0
21122025-02-19T02:24:44.915Z Compiling unsafe-libyaml v0.2.11
21132025-02-19T02:24:46.386Z Compiling packed_struct v0.10.1
21142025-02-19T02:24:52.663Z Compiling serde_yaml v0.9.34+deprecated
21152025-02-19T02:24:55.369Z Compiling bitvec v1.0.1
21162025-02-19T02:25:02.449Z Compiling progenitor-impl v0.8.0
21172025-02-19T02:25:02.449Z Compiling darling_macro v0.20.10
21182025-02-19T02:25:04.953Z Compiling ipnetwork v0.21.1
21192025-02-19T02:25:05.066Z Compiling packed_struct_codegen v0.10.1
21202025-02-19T02:25:05.559Z Compiling structmeta-derive v0.3.0
21212025-02-19T02:25:06.136Z Compiling indexmap v1.9.3
21222025-02-19T02:25:06.475Z Compiling thiserror v2.0.11
21232025-02-19T02:25:07.438Z Compiling crc-catalog v2.4.0
21242025-02-19T02:25:07.619Z Compiling nodrop v0.1.14
21252025-02-19T02:25:07.644Z Compiling fastrand v2.1.1
21262025-02-19T02:25:07.783Z Compiling array-init v0.0.4
21272025-02-19T02:25:07.999Z Compiling structmeta v0.3.0
21282025-02-19T02:25:08.315Z Compiling tempfile v3.13.0
21292025-02-19T02:25:08.332Z Compiling crc v3.2.1
21302025-02-19T02:25:08.836Z Compiling progenitor-macro v0.8.0
21312025-02-19T02:25:10.588Z Compiling oxnet v0.1.0
21322025-02-19T02:25:10.634Z Compiling smallvec v0.6.14
21332025-02-19T02:25:10.634Z Compiling darling v0.20.10
21342025-02-19T02:25:10.634Z Compiling progenitor-client v0.8.0
21352025-02-19T02:25:10.634Z Compiling xattr v1.3.1
21362025-02-19T02:25:10.709Z Compiling daft-derive v0.1.1
21372025-02-19T02:25:11.015Z Compiling thiserror-impl v2.0.11
21382025-02-19T02:25:12.230Z Compiling pin-project-internal v1.1.6
21392025-02-19T02:25:12.478Z Compiling filetime v0.2.25
21402025-02-19T02:25:12.856Z Compiling dropshot v0.15.1
21412025-02-19T02:25:12.884Z Compiling termcolor v1.4.1
21422025-02-19T02:25:13.177Z Compiling same-file v1.0.6
21432025-02-19T02:25:13.508Z Compiling bitfield v0.14.0
21442025-02-19T02:25:13.844Z Compiling hashbrown v0.12.3
21452025-02-19T02:25:13.897Z Compiling base64 v0.21.7
21462025-02-19T02:25:14.102Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21472025-02-19T02:25:14.741Z Compiling pin-project v1.1.6
21482025-02-19T02:25:14.912Z Compiling ron v0.8.1
21492025-02-19T02:25:15.072Z Compiling walkdir v2.5.0
21502025-02-19T02:25:16.114Z Compiling env_logger v0.10.2
21512025-02-19T02:25:16.758Z Compiling tar v0.4.42
21522025-02-19T02:25:19.245Z Compiling daft v0.1.1
21532025-02-19T02:25:19.813Z Compiling progenitor v0.8.0
21542025-02-19T02:25:19.868Z Compiling serde_with_macros v3.11.0
21552025-02-19T02:25:20.048Z Compiling serde-hex v0.1.0
21562025-02-19T02:25:20.689Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21572025-02-19T02:25:21.037Z Compiling parse-display-derive v0.10.0
21582025-02-19T02:25:22.292Z Compiling strum_macros v0.26.4
21592025-02-19T02:25:22.626Z Compiling hashbrown v0.13.2
21602025-02-19T02:25:23.910Z Compiling dropshot_endpoint v0.15.1
21612025-02-19T02:25:24.528Z Compiling snafu-derive v0.8.5
21622025-02-19T02:25:25.092Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632025-02-19T02:25:25.844Z Compiling blake3 v1.5.4
21642025-02-19T02:25:26.504Z Compiling instant v0.1.13
21652025-02-19T02:25:26.542Z Compiling lockfree-object-pool v0.1.6
21662025-02-19T02:25:26.705Z Compiling simd-adler32 v0.3.7
21672025-02-19T02:25:26.864Z Compiling crc-any v2.5.0
21682025-02-19T02:25:27.788Z Compiling bumpalo v3.16.0
21692025-02-19T02:25:27.833Z Compiling buf-list v1.0.3
21702025-02-19T02:25:28.040Z Compiling zip v2.1.3
21712025-02-19T02:25:28.370Z Compiling zopfli v0.8.1
21722025-02-19T02:25:28.458Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21732025-02-19T02:25:28.844Z Compiling backoff v0.4.0
21742025-02-19T02:25:28.942Z Compiling snafu v0.8.5
21752025-02-19T02:25:29.211Z Compiling strum v0.26.3
21762025-02-19T02:25:30.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21772025-02-19T02:25:30.155Z Compiling parse-display v0.10.0
21782025-02-19T02:25:30.329Z Compiling object v0.30.4
21792025-02-19T02:25:32.116Z Compiling serde_with v3.11.0
21802025-02-19T02:25:32.473Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21812025-02-19T02:25:34.052Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21822025-02-19T02:25:35.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21832025-02-19T02:25:36.716Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21842025-02-19T02:25:36.766Z Compiling camino-tempfile v1.1.1
21852025-02-19T02:25:37.412Z Compiling globset v0.4.15
21862025-02-19T02:25:37.497Z Compiling regress v0.9.1
21872025-02-19T02:25:42.444Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21882025-02-19T02:25:42.661Z Compiling progenitor-client v0.9.1
21892025-02-19T02:25:43.186Z Compiling olpc-cjson v0.1.4
21902025-02-19T02:25:43.537Z Compiling pem v3.0.4
21912025-02-19T02:25:43.612Z Compiling serde_plain v1.0.2
21922025-02-19T02:25:44.155Z Compiling cargo-platform v0.1.8
21932025-02-19T02:25:44.647Z Compiling macaddr v1.0.1
21942025-02-19T02:25:45.028Z Compiling async-recursion v1.1.1
21952025-02-19T02:25:45.193Z Compiling memmap2 v0.9.5
21962025-02-19T02:25:45.220Z Compiling typed-path v0.9.3
21972025-02-19T02:25:45.264Z Compiling arrayref v0.3.9
21982025-02-19T02:25:45.393Z Compiling path-slash v0.1.5
21992025-02-19T02:25:45.658Z Compiling constant_time_eq v0.3.1
22002025-02-19T02:25:45.797Z Compiling arrayvec v0.7.6
22012025-02-19T02:25:45.823Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22022025-02-19T02:25:45.877Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22032025-02-19T02:25:46.417Z Compiling cargo_metadata v0.18.1
22042025-02-19T02:25:48.871Z Compiling tough v0.19.0
22052025-02-19T02:25:51.986Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22062025-02-19T02:25:52.090Z Compiling itertools v0.13.0
22072025-02-19T02:25:52.452Z Compiling parse-size v1.1.0
22082025-02-19T02:25:52.455Z Compiling topological-sort v0.2.2
22092025-02-19T02:25:52.746Z Compiling omicron-zone-package v0.12.0
22102025-02-19T02:25:52.810Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22112025-02-19T02:25:55.628Z Compiling shell-words v1.1.0
22122025-02-19T02:25:58.650Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22132025-02-19T02:26:11.690Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22142025-02-19T02:26:27.125Z Finished `release` profile [optimized] target(s) in 5m 40s
22152025-02-19T02:26:27.295Z Running `target/release/omicron-releng --output-dir /work`
22162025-02-19T02:26:27.340ZFeb 19 02:26:26.578 DEBG changing working directory to /work/oxidecomputer/omicron
22172025-02-19T02:26:27.449ZFeb 19 02:26:26.686 DEBG running: git rev-parse HEAD
22182025-02-19T02:26:27.458ZFeb 19 02:26:26.693 DEBG process exited with exit status: 0 (6.948477ms)
22192025-02-19T02:26:27.458ZFeb 19 02:26:26.693 INFO version: 13.0.0-0.ci+git393a9251dca
22202025-02-19T02:26:27.499ZFeb 19 02:26:26.737 INFO cloning helios to /work/oxidecomputer/helios
22212025-02-19T02:26:27.499ZFeb 19 02:26:26.737 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22222025-02-19T02:26:27.504ZCloning into '/work/oxidecomputer/helios'...
22232025-02-19T02:26:28.000ZFeb 19 02:26:27.236 DEBG process exited with exit status: 0 (499.589311ms)
22242025-02-19T02:26:28.000ZFeb 19 02:26:27.236 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22252025-02-19T02:26:28.899ZFeb 19 02:26:28.136 DEBG process exited with exit status: 0 (899.53732ms)
22262025-02-19T02:26:28.899ZFeb 19 02:26:28.136 DEBG running: zfs list rpool/images/build/host
22272025-02-19T02:26:28.906ZNAME USED AVAIL REFER MOUNTPOINT
22282025-02-19T02:26:28.906Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22292025-02-19T02:26:28.908ZFeb 19 02:26:28.143 DEBG process exited with exit status: 0 (7.404623ms)
22302025-02-19T02:26:28.909ZFeb 19 02:26:28.143 DEBG running: zfs list rpool/images/build/recovery
22312025-02-19T02:26:28.914ZNAME USED AVAIL REFER MOUNTPOINT
22322025-02-19T02:26:28.914Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22332025-02-19T02:26:28.917ZFeb 19 02:26:28.150 DEBG process exited with exit status: 0 (6.325687ms)
22342025-02-19T02:26:28.917ZFeb 19 02:26:28.150 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22352025-02-19T02:26:28.921Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22362025-02-19T02:26:28.921Z# branch.head master
22372025-02-19T02:26:28.921Z# branch.upstream origin/master
22382025-02-19T02:26:28.921Z# branch.ab +0 -0
22392025-02-19T02:26:28.924ZFeb 19 02:26:28.159 DEBG process exited with exit status: 0 (8.233171ms)
22402025-02-19T02:26:28.924ZFeb 19 02:26:28.159 INFO [hubris-production] running task
22412025-02-19T02:26:28.924ZFeb 19 02:26:28.160 INFO [hubris-staging] running task
22422025-02-19T02:26:28.924ZFeb 19 02:26:28.160 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-19T02:26:28.926ZFeb 19 02:26:28.163 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22442025-02-19T02:26:29.000Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22452025-02-19T02:26:29.378Z[ omicron-package] Blocking waiting for file lock on package cache
22462025-02-19T02:26:29.789Z[ omicron-package] Blocking waiting for file lock on package cache
22472025-02-19T02:26:30.063Z[ omicron-package] Blocking waiting for file lock on package cache
22482025-02-19T02:26:30.873Z[ omicron-package] Compiling zerocopy v0.8.10
22492025-02-19T02:26:30.876Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22502025-02-19T02:26:30.876Z[ omicron-package] Compiling itertools v0.13.0
22512025-02-19T02:26:30.876Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22522025-02-19T02:26:30.876Z[ omicron-package] Compiling heapless v0.8.0
22532025-02-19T02:26:30.876Z[ omicron-package] Compiling hash32 v0.3.1
22542025-02-19T02:26:30.876Z[ omicron-package] Compiling smoltcp v0.11.0
22552025-02-19T02:26:30.876Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22562025-02-19T02:26:30.916ZFeb 19 02:26:30.152 INFO [hubris-production] task succeeded (1.992773524s)
22572025-02-19T02:26:32.299Z[ omicron-package] Compiling num_enum_derive v0.5.11
22582025-02-19T02:26:32.345Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22592025-02-19T02:26:32.949Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602025-02-19T02:26:33.027Z[ omicron-package] Compiling cobs v0.2.3
22612025-02-19T02:26:33.170Z[ omicron-package] Compiling proc-macro-error v1.0.4
22622025-02-19T02:26:33.736Z[ omicron-package] Compiling postcard v1.0.10
22632025-02-19T02:26:33.975Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22642025-02-19T02:26:33.978Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22652025-02-19T02:26:34.430Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22662025-02-19T02:26:34.893Z[ omicron-package] Compiling unicode-width v0.1.14
22672025-02-19T02:26:34.956Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22682025-02-19T02:26:35.943Z[ omicron-package] Compiling tabwriter v1.4.0
22692025-02-19T02:26:36.209Z[ omicron-package] Compiling num_enum v0.5.11
22702025-02-19T02:26:36.520Z[ omicron-package] Compiling foreign-types v0.5.0
22712025-02-19T02:26:36.728Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22722025-02-19T02:26:36.923Z[ omicron-package] Compiling cstr-argument v0.1.2
22732025-02-19T02:26:36.990Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22742025-02-19T02:26:37.122Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22752025-02-19T02:26:37.586Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22762025-02-19T02:26:37.731Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22772025-02-19T02:26:37.899Z[ omicron-package] Compiling pretty-hex v0.2.1
22782025-02-19T02:26:38.574Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22792025-02-19T02:26:38.686Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22802025-02-19T02:26:38.917Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22812025-02-19T02:26:39.020Z[ omicron-package] Compiling colored v2.1.0
22822025-02-19T02:26:39.149Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22832025-02-19T02:26:39.346Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22842025-02-19T02:26:40.596Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22852025-02-19T02:26:40.663Z[ omicron-package] Compiling sigpipe v0.1.3
22862025-02-19T02:26:41.305Z[ omicron-package] Compiling num-derive v0.4.2
22872025-02-19T02:26:41.420Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22882025-02-19T02:26:41.757Z[ omicron-package] Compiling libefi-sys v0.1.0
22892025-02-19T02:26:42.208Z[ omicron-package] Compiling zone v0.3.0
22902025-02-19T02:26:42.291Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22912025-02-19T02:26:42.722Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22922025-02-19T02:26:43.326Z[ omicron-package] Compiling smf v0.2.3
22932025-02-19T02:26:43.669Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22942025-02-19T02:26:44.418Z[ omicron-package] Compiling bitfield-struct v0.6.2
22952025-02-19T02:26:45.839Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22962025-02-19T02:26:46.813Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22972025-02-19T02:26:47.611Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22982025-02-19T02:26:47.686Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22992025-02-19T02:26:47.788Z[ omicron-package] Compiling gethostname v0.5.0
23002025-02-19T02:26:47.900Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23012025-02-19T02:26:47.923Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23022025-02-19T02:26:47.925Z[ omicron-package] Compiling indent_write v2.2.0
23032025-02-19T02:26:47.928Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042025-02-19T02:26:48.879Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052025-02-19T02:26:51.247Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23062025-02-19T02:26:52.461Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23072025-02-19T02:26:53.796Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23082025-02-19T02:26:56.501ZFeb 19 02:26:55.734 INFO [hubris-staging] task succeeded (27.574257455s)
23092025-02-19T02:26:56.756Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102025-02-19T02:26:57.189Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23112025-02-19T02:26:59.166Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23122025-02-19T02:27:07.446Z[ helios-setup] Feb 19 02:27:06.679 INFO helios repository root is: /work/oxidecomputer/helios
23132025-02-19T02:27:07.449Z[ helios-setup] Feb 19 02:27:06.680 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
23142025-02-19T02:27:07.449Z[ helios-setup] Feb 19 02:27:06.680 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23152025-02-19T02:27:07.452Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23162025-02-19T02:27:15.395Z[ helios-setup] Feb 19 02:27:14.626 INFO clone ok!, project: amd-firmware
23172025-02-19T02:27:15.398Z[ helios-setup] Feb 19 02:27:14.626 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
23182025-02-19T02:27:15.398Z[ helios-setup] Feb 19 02:27:14.626 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23192025-02-19T02:27:15.398Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23202025-02-19T02:27:16.218Z[ helios-setup] Feb 19 02:27:15.449 INFO clone ok!, project: chelsio-t6-roms
23212025-02-19T02:27:16.222Z[ helios-setup] Feb 19 02:27:15.449 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
23222025-02-19T02:27:16.222Z[ helios-setup] Feb 19 02:27:15.449 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23232025-02-19T02:27:16.225Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23242025-02-19T02:27:16.757Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.82s
23252025-02-19T02:27:16.805Z[ helios-setup] Feb 19 02:27:16.035 INFO clone ok!, project: image-builder
23262025-02-19T02:27:16.808Z[ helios-setup] Feb 19 02:27:16.035 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
23272025-02-19T02:27:16.808Z[ helios-setup] Feb 19 02:27:16.036 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23282025-02-19T02:27:16.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23292025-02-19T02:27:17.001Z[ omicron-package]
23302025-02-19T02:27:17.001Z[ omicron-package] real 48.026710111
23312025-02-19T02:27:17.004Z[ omicron-package] user 3:01.090451894
23322025-02-19T02:27:17.004Z[ omicron-package] sys 18.103153407
23332025-02-19T02:27:17.004Z[ omicron-package] trap 0.400880939
23342025-02-19T02:27:17.004Z[ omicron-package] tflt 0.812333879
23352025-02-19T02:27:17.004Z[ omicron-package] dflt 0.369359370
23362025-02-19T02:27:17.004Z[ omicron-package] kflt 0.005029771
23372025-02-19T02:27:17.004Z[ omicron-package] lock 5:13.292385208
23382025-02-19T02:27:17.004Z[ omicron-package] slp 9:39.702426424
23392025-02-19T02:27:17.004Z[ omicron-package] lat 1:41.771544677
23402025-02-19T02:27:17.004ZFeb 19 02:27:16.233 [ omicron-package] stop 55.644706422
23412025-02-19T02:27:17.004ZINFO [omicron-package] process exited with exit status: 0 (48.072693724s)
23422025-02-19T02:27:17.004ZFeb 19 02:27:16.233 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23432025-02-19T02:27:17.086ZFeb 19 02:27:16.317 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23442025-02-19T02:27:17.097Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23452025-02-19T02:27:17.100Z[ recovery-target] Created new build target 'recovery' and set it as active
23462025-02-19T02:27:17.100ZFeb 19 02:27:16.331 INFO [recovery-target] process exited with exit status: 0 (98.185652ms)
23472025-02-19T02:27:17.103Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23482025-02-19T02:27:17.106Z[ host-target] Created new build target 'host' and set it as active
23492025-02-19T02:27:17.106ZFeb 19 02:27:16.336 INFO [host-target] process exited with exit status: 0 (19.181011ms)
23502025-02-19T02:27:17.106ZFeb 19 02:27:16.337 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23512025-02-19T02:27:17.122Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23522025-02-19T02:27:17.261Z[ helios-setup] Feb 19 02:27:16.492 INFO clone ok!, project: pinprick
23532025-02-19T02:27:17.265Z[ helios-setup] Feb 19 02:27:16.493 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23542025-02-19T02:27:17.265Z[ helios-setup] Feb 19 02:27:16.493 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
23552025-02-19T02:27:17.265Z[ helios-setup] Feb 19 02:27:16.493 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23562025-02-19T02:27:17.268Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23572025-02-19T02:27:17.728Z[ helios-setup] Feb 19 02:27:16.959 INFO clone ok!, project: phbl
23582025-02-19T02:27:17.731Z[ helios-setup] Feb 19 02:27:16.959 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23592025-02-19T02:27:17.731Z[ helios-setup] Feb 19 02:27:16.959 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
23602025-02-19T02:27:17.731Z[ helios-setup] Feb 19 02:27:16.960 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
23612025-02-19T02:27:17.734Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23622025-02-19T02:27:18.306Z[ host-package] Compiling thiserror v2.0.11
23632025-02-19T02:27:18.310Z[ host-package] Compiling typify-impl v0.3.0
23642025-02-19T02:27:18.310Z[ host-package] Compiling convert_case v0.4.0
23652025-02-19T02:27:18.310Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23662025-02-19T02:27:18.310Z[ host-package] Compiling newline-converter v0.3.0
23672025-02-19T02:27:18.310Z[ host-package] Compiling password-hash v0.5.0
23682025-02-19T02:27:18.314Z[ host-package] Compiling blake2 v0.10.6
23692025-02-19T02:27:18.315Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23702025-02-19T02:27:18.687Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23712025-02-19T02:27:18.704Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23722025-02-19T02:27:18.748Z[ host-package] Compiling expectorate v1.1.0
23732025-02-19T02:27:18.816Z[ host-package] Compiling atomicwrites v0.4.4
23742025-02-19T02:27:19.016Z[ host-package] Compiling owo-colors v4.1.0
23752025-02-19T02:27:19.155Z[ host-package] Compiling argon2 v0.5.3
23762025-02-19T02:27:19.290Z[ host-package] Compiling derive_more v0.99.18
23772025-02-19T02:27:19.319Z[ host-package] Compiling cancel-safe-futures v0.1.5
23782025-02-19T02:27:19.376Z[ host-package] Compiling num-rational v0.4.2
23792025-02-19T02:27:19.645Z[ host-package] Compiling progenitor-client v0.9.1
23802025-02-19T02:27:19.770Z[ host-package] Compiling num-complex v0.4.6
23812025-02-19T02:27:20.186Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822025-02-19T02:27:20.739Z[ host-package] Compiling num v0.4.3
23832025-02-19T02:27:20.961Z[ host-package] Compiling libsw v3.3.1
23842025-02-19T02:27:21.368Z[ host-package] Compiling float-ord v0.3.2
23852025-02-19T02:27:21.581Z[ host-package] Compiling swrite v0.1.0
23862025-02-19T02:27:21.618Z[ host-package] Compiling linear-map v1.2.0
23872025-02-19T02:27:21.699Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23882025-02-19T02:27:21.759Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23892025-02-19T02:27:21.950Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23902025-02-19T02:27:22.072Z[ host-package] Compiling highway v1.2.0
23912025-02-19T02:27:23.406Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23922025-02-19T02:27:23.630Z[ host-package] Compiling semver v0.1.20
23932025-02-19T02:27:24.220Z[ host-package] Compiling rustc_version v0.1.7
23942025-02-19T02:27:24.666Z[ host-package] Compiling newtype_derive v0.1.6
23952025-02-19T02:27:25.044Z[ host-package] Compiling tungstenite v0.21.0
23962025-02-19T02:27:25.327Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23972025-02-19T02:27:27.381Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23982025-02-19T02:27:27.397Z[ helios-setup] Feb 19 02:27:26.627 INFO clone ok!, project: amd-host-image-builder
23992025-02-19T02:27:27.400Z[ helios-setup] Feb 19 02:27:26.627 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
24002025-02-19T02:27:27.400Z[ helios-setup] Feb 19 02:27:26.627 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24012025-02-19T02:27:27.402Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24022025-02-19T02:27:28.402Z[ helios-setup] Feb 19 02:27:27.632 INFO clone ok!, project: pilot
24032025-02-19T02:27:28.405Z[ helios-setup] Feb 19 02:27:27.632 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
24042025-02-19T02:27:28.405Z[ helios-setup] Feb 19 02:27:27.632 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24052025-02-19T02:27:28.408Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24062025-02-19T02:27:29.186Z[ helios-setup] Feb 19 02:27:28.415 INFO clone ok!, project: bootserver
24072025-02-19T02:27:29.189Z[ helios-setup] Feb 19 02:27:28.416 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24082025-02-19T02:27:29.189Z[ helios-setup] Feb 19 02:27:28.416 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24092025-02-19T02:27:29.833Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24102025-02-19T02:27:30.230Z[ host-package] Compiling typify-macro v0.3.0
24112025-02-19T02:27:30.232Z[ helios-setup] Feb 19 02:27:29.460 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24122025-02-19T02:27:30.299Z[ host-package] Compiling ipnetwork v0.21.1
24132025-02-19T02:27:30.839Z[ helios-setup] Feb 19 02:27:30.068 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24142025-02-19T02:27:30.839Z[ helios-setup] Feb 19 02:27:30.069 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24152025-02-19T02:27:31.170Z[ host-package] Compiling oxnet v0.1.0
24162025-02-19T02:27:31.436Z[ helios-setup] Feb 19 02:27:30.665 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24172025-02-19T02:27:31.931Z[ host-package] Compiling tokio-tungstenite v0.21.0
24182025-02-19T02:27:32.015Z[ helios-setup] Feb 19 02:27:31.244 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24192025-02-19T02:27:32.015Z[ helios-setup] Feb 19 02:27:31.244 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24202025-02-19T02:27:32.164Z[ host-package] Compiling progenitor-client v0.8.0
24212025-02-19T02:27:32.256Z[ host-package] Compiling humantime v2.1.0
24222025-02-19T02:27:32.571Z[ helios-setup] Feb 19 02:27:31.799 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24232025-02-19T02:27:32.813Z[ host-package] Compiling progenitor v0.8.0
24242025-02-19T02:27:33.400Z[ host-package] Compiling daft v0.1.1
24252025-02-19T02:27:33.404Z[ host-package] Compiling dropshot v0.15.1
24262025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24272025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24282025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24292025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO ok!
24302025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24312025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24322025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO ok!
24332025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24342025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24352025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO ok!
24362025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24372025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.321 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24382025-02-19T02:27:33.404Z[ host-package] Compiling instant v0.1.13
24392025-02-19T02:27:33.404Z[ helios-setup] Feb 19 02:27:32.563 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24402025-02-19T02:27:33.474Z[ host-package] Compiling backoff v0.4.0
24412025-02-19T02:27:33.538Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24422025-02-19T02:27:33.718Z[ helios-setup] Feb 19 02:27:32.946 INFO E| From https://github.com/jclulow/rust-jmclib
24432025-02-19T02:27:33.718Z[ helios-setup] Feb 19 02:27:32.946 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24442025-02-19T02:27:33.749Z[ helios-setup] Feb 19 02:27:32.978 INFO E| Updating crates.io index
24452025-02-19T02:27:33.871Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24462025-02-19T02:27:33.988Z[ helios-setup] Feb 19 02:27:33.217 INFO E| Downloading crates ...
24472025-02-19T02:27:34.021Z[ host-package] Compiling typify v0.3.0
24482025-02-19T02:27:34.143Z[ helios-setup] Feb 19 02:27:33.373 INFO E| Downloaded block-buffer v0.9.0
24492025-02-19T02:27:34.154Z[ helios-setup] Feb 19 02:27:33.383 INFO E| Downloaded anyhow v1.0.72
24502025-02-19T02:27:34.162Z[ helios-setup] Feb 19 02:27:33.388 INFO E| Downloaded bitflags v2.3.3
24512025-02-19T02:27:34.165Z[ helios-setup] Feb 19 02:27:33.393 INFO E| Downloaded digest v0.9.0
24522025-02-19T02:27:34.167Z[ helios-setup] Feb 19 02:27:33.394 INFO E| Downloaded glob v0.3.1
24532025-02-19T02:27:34.174Z[ helios-setup] Feb 19 02:27:33.404 INFO E| Downloaded itoa v1.0.9
24542025-02-19T02:27:34.179Z[ helios-setup] Feb 19 02:27:33.408 INFO E| Downloaded opaque-debug v0.3.0
24552025-02-19T02:27:34.182Z[ host-package] Compiling progenitor-impl v0.9.1
24562025-02-19T02:27:34.185Z[ helios-setup] Feb 19 02:27:33.413 INFO E| Downloaded getrandom v0.2.10
24572025-02-19T02:27:34.188Z[ helios-setup] Feb 19 02:27:33.417 INFO E| Downloaded errno v0.3.1
24582025-02-19T02:27:34.191Z[ helios-setup] Feb 19 02:27:33.419 INFO E| Downloaded libdevinfo-sys v1.0.0
24592025-02-19T02:27:34.197Z[ helios-setup] Feb 19 02:27:33.426 INFO E| Downloaded typenum v1.16.0
24602025-02-19T02:27:34.200Z[ helios-setup] Feb 19 02:27:33.430 INFO E| Downloaded unicode-width v0.1.10
24612025-02-19T02:27:34.203Z[ helios-setup] Feb 19 02:27:33.431 INFO E| Downloaded fastrand v2.0.0
24622025-02-19T02:27:34.209Z[ helios-setup] Feb 19 02:27:33.433 INFO E| Downloaded cpufeatures v0.2.9
24632025-02-19T02:27:34.210Z[ helios-setup] Feb 19 02:27:33.435 INFO E| Downloaded sha-1 v0.9.8
24642025-02-19T02:27:34.213Z[ helios-setup] Feb 19 02:27:33.437 INFO E| Downloaded md-5 v0.9.1
24652025-02-19T02:27:34.213Z[ helios-setup] Feb 19 02:27:33.440 INFO E| Downloaded ryu v1.0.15
24662025-02-19T02:27:34.216Z[ helios-setup] Feb 19 02:27:33.445 INFO E| Downloaded quote v1.0.31
24672025-02-19T02:27:34.219Z[ helios-setup] Feb 19 02:27:33.448 INFO E| Downloaded walkdir v2.3.3
24682025-02-19T02:27:34.233Z[ helios-setup] Feb 19 02:27:33.462 INFO E| Downloaded toml v0.5.11
24692025-02-19T02:27:34.246Z[ helios-setup] Feb 19 02:27:33.473 INFO E| Downloaded uuid v0.8.2
24702025-02-19T02:27:34.249Z[ helios-setup] Feb 19 02:27:33.476 INFO E| Downloaded serde v1.0.193
24712025-02-19T02:27:34.252Z[ helios-setup] Feb 19 02:27:33.481 INFO E| Downloaded unicode-ident v1.0.11
24722025-02-19T02:27:34.256Z[ helios-setup] Feb 19 02:27:33.485 INFO E| Downloaded proc-macro2 v1.0.66
24732025-02-19T02:27:34.259Z[ helios-setup] Feb 19 02:27:33.488 INFO E| Downloaded serde_derive v1.0.193
24742025-02-19T02:27:34.263Z[ helios-setup] Feb 19 02:27:33.492 INFO E| Downloaded tempfile v3.7.0
24752025-02-19T02:27:34.266Z[ helios-setup] Feb 19 02:27:33.496 INFO E| Downloaded once_cell v1.18.0
24762025-02-19T02:27:34.301Z[ helios-setup] Feb 19 02:27:33.529 INFO E| Downloaded serde_json v1.0.103
24772025-02-19T02:27:34.330Z[ helios-setup] Feb 19 02:27:33.559 INFO E| Downloaded syn v2.0.32
24782025-02-19T02:27:34.345Z[ helios-setup] Feb 19 02:27:33.574 INFO E| Downloaded rustix v0.38.4
24792025-02-19T02:27:34.406Z[ helios-setup] Feb 19 02:27:33.635 INFO E| Downloaded libc v0.2.147
24802025-02-19T02:27:34.556Z[ helios-setup] Feb 19 02:27:33.785 INFO E| Compiling libc v0.2.147
24812025-02-19T02:27:34.557Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling proc-macro2 v1.0.66
24822025-02-19T02:27:34.557Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling cfg-if v1.0.0
24832025-02-19T02:27:34.560Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling unicode-ident v1.0.11
24842025-02-19T02:27:34.560Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling typenum v1.16.0
24852025-02-19T02:27:34.560Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling version_check v0.9.4
24862025-02-19T02:27:34.560Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling serde v1.0.193
24872025-02-19T02:27:34.560Z[ helios-setup] Feb 19 02:27:33.786 INFO E| Compiling powerfmt v0.2.0
24882025-02-19T02:27:35.020Z[ helios-setup] Feb 19 02:27:34.249 INFO E| Compiling slog v2.7.0
24892025-02-19T02:27:35.226Z[ helios-setup] Feb 19 02:27:34.455 INFO E| Compiling itoa v1.0.9
24902025-02-19T02:27:35.547Z[ helios-setup] Feb 19 02:27:34.776 INFO E| Compiling num-conv v0.1.0
24912025-02-19T02:27:35.753Z[ helios-setup] Feb 19 02:27:34.982 INFO E| Compiling time-core v0.1.2
24922025-02-19T02:27:35.929Z[ helios-setup] Feb 19 02:27:35.158 INFO E| Compiling rustix v0.38.4
24932025-02-19T02:27:36.077Z[ helios-setup] Feb 19 02:27:35.306 INFO E| Compiling time-macros v0.2.18
24942025-02-19T02:27:36.142Z[ helios-setup] Feb 19 02:27:35.371 INFO E| Compiling deranged v0.3.11
24952025-02-19T02:27:36.154Z[ helios-setup] Feb 19 02:27:35.383 INFO E| Compiling num_threads v0.1.6
24962025-02-19T02:27:36.205Z[ helios-setup] Feb 19 02:27:35.434 INFO E| Compiling generic-array v0.14.7
24972025-02-19T02:27:36.336Z[ helios-setup] Feb 19 02:27:35.565 INFO E| Compiling bitflags v2.3.3
24982025-02-19T02:27:37.154Z[ helios-setup] Feb 19 02:27:36.383 INFO E| Compiling once_cell v1.18.0
24992025-02-19T02:27:37.616Z[ helios-setup] Feb 19 02:27:36.844 INFO E| Compiling quote v1.0.31
25002025-02-19T02:27:38.014Z[ helios-setup] Feb 19 02:27:37.243 INFO E| Compiling thread_local v1.1.7
25012025-02-19T02:27:38.636Z[ helios-setup] Feb 19 02:27:37.865 INFO E| Compiling syn v2.0.32
25022025-02-19T02:27:38.690Z[ helios-setup] Feb 19 02:27:37.919 INFO E| Compiling dirs-sys-next v0.1.2
25032025-02-19T02:27:38.793Z[ helios-setup] Feb 19 02:27:38.022 INFO E| Compiling errno v0.3.1
25042025-02-19T02:27:38.922Z[ helios-setup] Feb 19 02:27:38.150 INFO E| Compiling atty v0.2.14
25052025-02-19T02:27:39.081Z[ helios-setup] Feb 19 02:27:38.309 INFO E| Compiling opaque-debug v0.3.0
25062025-02-19T02:27:39.184Z[ helios-setup] Feb 19 02:27:38.409 INFO E| Compiling serde_json v1.0.103
25072025-02-19T02:27:39.280Z[ helios-setup] Feb 19 02:27:38.508 INFO E| Compiling dirs-next v2.0.0
25082025-02-19T02:27:39.355Z[ helios-setup] Feb 19 02:27:38.572 INFO E| Compiling anyhow v1.0.72
25092025-02-19T02:27:39.713Z[ helios-setup] Feb 19 02:27:38.942 INFO E| Compiling term v0.7.0
25102025-02-19T02:27:40.145Z[ helios-setup] Feb 19 02:27:39.373 INFO E| Compiling fastrand v2.0.0
25112025-02-19T02:27:40.490Z[ helios-setup] Feb 19 02:27:39.717 INFO E| Compiling getrandom v0.2.10
25122025-02-19T02:27:40.936Z[ helios-setup] Feb 19 02:27:40.164 INFO E| Compiling block-buffer v0.9.0
25132025-02-19T02:27:41.090Z[ helios-setup] Feb 19 02:27:40.318 INFO E| Compiling digest v0.9.0
25142025-02-19T02:27:41.179Z[ helios-setup] Feb 19 02:27:40.399 INFO E| Compiling ryu v1.0.15
25152025-02-19T02:27:41.191Z[ helios-setup] Feb 19 02:27:40.420 INFO E| Compiling unicode-width v0.1.10
25162025-02-19T02:27:41.233Z[ helios-setup] Feb 19 02:27:40.462 INFO E| Compiling time v0.3.36
25172025-02-19T02:27:41.519Z[ helios-setup] Feb 19 02:27:40.747 INFO E| Compiling same-file v1.0.6
25182025-02-19T02:27:41.709Z[ helios-setup] Feb 19 02:27:40.937 INFO E| Compiling cpufeatures v0.2.9
25192025-02-19T02:27:41.736Z[ helios-setup] Feb 19 02:27:40.963 INFO E| Compiling getopts v0.2.21
25202025-02-19T02:27:41.915Z[ helios-setup] Feb 19 02:27:41.143 INFO E| Compiling tempfile v3.7.0
25212025-02-19T02:27:41.948Z[ helios-setup] Feb 19 02:27:41.175 INFO E| Compiling sha-1 v0.9.8
25222025-02-19T02:27:41.990Z[ helios-setup] Feb 19 02:27:41.218 INFO E| Compiling walkdir v2.3.3
25232025-02-19T02:27:42.889Z[ helios-setup] Feb 19 02:27:42.117 INFO E| Compiling md-5 v0.9.1
25242025-02-19T02:27:43.009Z[ helios-setup] Feb 19 02:27:42.236 INFO E| Compiling glob v0.3.1
25252025-02-19T02:27:43.641Z[ helios-setup] Feb 19 02:27:42.869 INFO E| Compiling libdevinfo-sys v1.0.0
25262025-02-19T02:27:44.913Z[ helios-setup] Feb 19 02:27:44.141 INFO E| Compiling slog-term v2.9.0
25272025-02-19T02:27:45.738Z[ helios-setup] Feb 19 02:27:44.966 INFO E| Compiling serde_derive v1.0.193
25282025-02-19T02:27:45.882Z[ host-package] Compiling progenitor-macro v0.9.1
25292025-02-19T02:27:46.866Z[ host-package] Compiling steno v0.4.1
25302025-02-19T02:27:46.912Z[ host-package] Compiling parse-display v0.10.0
25312025-02-19T02:27:46.991Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25322025-02-19T02:27:47.241Z[ host-package] Compiling strum v0.26.3
25332025-02-19T02:27:47.498Z[ host-package] Compiling serde_with v3.11.0
25342025-02-19T02:27:47.567Z[ host-package] Compiling regress v0.9.1
25352025-02-19T02:27:50.770Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25362025-02-19T02:27:52.848Z[ host-package] Compiling macaddr v1.0.1
25372025-02-19T02:27:53.090Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25382025-02-19T02:27:53.291Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25392025-02-19T02:27:53.355Z[ host-package] Compiling slog-dtrace v0.3.0
25402025-02-19T02:27:53.729Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25412025-02-19T02:27:53.905Z[ host-package] Compiling prettyplease v0.2.25
25422025-02-19T02:27:55.994Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25432025-02-19T02:27:57.988Z[ helios-setup] Feb 19 02:27:57.213 INFO E| Compiling toml v0.5.11
25442025-02-19T02:27:57.988Z[ helios-setup] Feb 19 02:27:57.213 INFO E| Compiling uuid v0.8.2
25452025-02-19T02:27:59.288Z[ host-package] Compiling progenitor v0.9.1
25462025-02-19T02:27:59.651Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472025-02-19T02:28:00.043Z[ helios-setup] Feb 19 02:27:59.267 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25482025-02-19T02:28:00.628Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25492025-02-19T02:28:02.074Z[ helios-setup] Feb 19 02:28:01.300 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25502025-02-19T02:28:12.561Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25512025-02-19T02:28:12.894Z[ helios-setup] Feb 19 02:28:12.119 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
25522025-02-19T02:28:12.933Z[ helios-setup] Feb 19 02:28:12.158 INFO building project "image-builder" ok (39 seconds)
25532025-02-19T02:28:12.936Z[ helios-setup] Feb 19 02:28:12.158 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25542025-02-19T02:28:12.936Z[ helios-setup] Feb 19 02:28:12.158 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25552025-02-19T02:28:13.197Z[ helios-setup] Feb 19 02:28:12.421 INFO E| Downloading crates ...
25562025-02-19T02:28:13.313Z[ helios-setup] Feb 19 02:28:12.538 INFO E| Downloaded miniz_oxide v0.7.2
25572025-02-19T02:28:13.373Z[ helios-setup] Feb 19 02:28:12.598 INFO E| Compiling adler v1.0.2
25582025-02-19T02:28:13.642Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25592025-02-19T02:28:13.645Z[ helios-setup] Feb 19 02:28:12.868 INFO E| Compiling miniz_oxide v0.7.2
25602025-02-19T02:28:15.292Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612025-02-19T02:28:16.278Z[ helios-setup] Feb 19 02:28:15.502 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25622025-02-19T02:28:16.471Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25632025-02-19T02:28:16.666Z[ host-package] Compiling half v2.4.1
25642025-02-19T02:28:17.331Z[ helios-setup] Feb 19 02:28:16.555 INFO E| Finished `release` profile [optimized] target(s) in 4.30s
25652025-02-19T02:28:17.341Z[ helios-setup] Feb 19 02:28:16.565 INFO building project "pinprick" ok (4 seconds)
25662025-02-19T02:28:17.341Z[ helios-setup] Feb 19 02:28:16.565 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25672025-02-19T02:28:17.341Z[ helios-setup] Feb 19 02:28:16.565 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25682025-02-19T02:28:17.351Z[ helios-setup] Feb 19 02:28:16.575 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25692025-02-19T02:28:17.463Z[ host-package] Compiling ciborium-io v0.2.2
25702025-02-19T02:28:17.632Z[ host-package] Compiling ciborium-ll v0.2.2
25712025-02-19T02:28:17.642Z[ helios-setup] Feb 19 02:28:16.866 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25722025-02-19T02:28:17.642Z[ helios-setup] Feb 19 02:28:16.866 INFO E| info: downloading component 'cargo'
25732025-02-19T02:28:18.757Z[ helios-setup] Feb 19 02:28:17.980 INFO E| info: downloading component 'clippy'
25742025-02-19T02:28:19.030Z[ host-package] Compiling ciborium v0.2.2
25752025-02-19T02:28:19.069Z[ helios-setup] Feb 19 02:28:18.292 INFO E| info: downloading component 'rust-docs'
25762025-02-19T02:28:20.260Z[ helios-setup] Feb 19 02:28:19.483 INFO E| info: downloading component 'rust-src'
25772025-02-19T02:28:20.949Z[ helios-setup] Feb 19 02:28:19.721 INFO E| info: downloading component 'rust-std'
25782025-02-19T02:28:20.969Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25792025-02-19T02:28:21.122Z[ host-package] Compiling display-error-chain v0.2.2
25802025-02-19T02:28:21.385Z[ host-package] Compiling same-file v1.0.6
25812025-02-19T02:28:21.571Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25822025-02-19T02:28:21.670Z[ host-package] Compiling fastrand v2.1.1
25832025-02-19T02:28:22.156Z[ host-package] Compiling tempfile v3.13.0
25842025-02-19T02:28:22.661Z[ helios-setup] Feb 19 02:28:21.884 INFO E| info: downloading component 'rustc'
25852025-02-19T02:28:22.930Z[ host-package] Compiling walkdir v2.5.0
25862025-02-19T02:28:23.606Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872025-02-19T02:28:23.630Z[ host-package] Compiling blake3 v1.5.4
25882025-02-19T02:28:24.211Z[ host-package] Compiling const_format_proc_macros v0.2.34
25892025-02-19T02:28:26.256Z[ host-package] Compiling xattr v1.3.1
25902025-02-19T02:28:26.556Z[ host-package] Compiling filetime v0.2.25
25912025-02-19T02:28:26.655Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25922025-02-19T02:28:26.844Z[ host-package] Compiling memmap2 v0.9.5
25932025-02-19T02:28:27.051Z[ host-package] Compiling constant_time_eq v0.3.1
25942025-02-19T02:28:27.075Z[ host-package] Compiling maplit v1.0.2
25952025-02-19T02:28:27.238Z[ host-package] Compiling keccak v0.1.5
25962025-02-19T02:28:27.261Z[ host-package] Compiling arrayvec v0.7.6
25972025-02-19T02:28:27.283Z[ host-package] Compiling arrayref v0.3.9
25982025-02-19T02:28:27.418Z[ host-package] Compiling crunchy v0.2.2
25992025-02-19T02:28:27.949Z[ host-package] Compiling sha3 v0.10.8
26002025-02-19T02:28:28.387Z[ host-package] Compiling tar v0.4.42
26012025-02-19T02:28:28.396Z[ helios-setup] Feb 19 02:28:27.613 INFO E| info: downloading component 'rustfmt'
26022025-02-19T02:28:28.685Z[ host-package] Compiling const_format v0.2.34
26032025-02-19T02:28:28.703Z[ helios-setup] Feb 19 02:28:27.925 INFO E| info: installing component 'cargo'
26042025-02-19T02:28:28.751Z[ host-package] Compiling toolchain_find v0.4.0
26052025-02-19T02:28:28.839Z[ host-package] Compiling camino-tempfile v1.1.1
26062025-02-19T02:28:29.364Z[ host-package] Compiling topological-sort v0.2.2
26072025-02-19T02:28:29.422Z[ host-package] Compiling tiny-keccak v2.0.2
26082025-02-19T02:28:29.656Z[ host-package] Compiling omicron-zone-package v0.12.0
26092025-02-19T02:28:29.849Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26102025-02-19T02:28:29.948Z[ helios-setup] Feb 19 02:28:29.171 INFO E| info: installing component 'clippy'
26112025-02-19T02:28:30.331Z[ helios-setup] Feb 19 02:28:29.553 INFO E| info: installing component 'rust-docs'
26122025-02-19T02:28:30.370Z[ host-package] Compiling dsl_auto_type v0.1.2
26132025-02-19T02:28:30.441Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26142025-02-19T02:28:30.471Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26152025-02-19T02:28:30.865Z[ host-package] Compiling r2d2 v0.8.10
26162025-02-19T02:28:31.944Z[ host-package] Compiling phf_generator v0.11.2
26172025-02-19T02:28:31.978Z[ host-package] Compiling diesel_derives v2.2.3
26182025-02-19T02:28:32.083Z[ host-package] Compiling ascii-canvas v3.0.0
26192025-02-19T02:28:32.335Z[ host-package] Compiling secrecy v0.8.0
26202025-02-19T02:28:32.642Z[ host-package] Compiling ena v0.14.3
26212025-02-19T02:28:32.666Z[ host-package] Compiling arc-swap v1.7.1
26222025-02-19T02:28:33.149Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26232025-02-19T02:28:33.450Z[ host-package] Compiling diff v0.1.13
26242025-02-19T02:28:33.535Z[ host-package] Compiling regex-syntax v0.6.29
26252025-02-19T02:28:34.033Z[ host-package] Compiling slog-scope v4.4.0
26262025-02-19T02:28:35.013Z[ host-package] Compiling phf_codegen v0.11.2
26272025-02-19T02:28:35.076Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26282025-02-19T02:28:35.369Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26292025-02-19T02:28:35.477Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26302025-02-19T02:28:35.781Z[ host-package] Compiling universal-hash v0.5.1
26312025-02-19T02:28:36.084Z[ helios-setup] Feb 19 02:28:35.305 INFO E| info: installing component 'rust-src'
26322025-02-19T02:28:36.104Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26332025-02-19T02:28:36.491Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26342025-02-19T02:28:36.658Z[ helios-setup] Feb 19 02:28:35.880 INFO E| info: installing component 'rust-std'
26352025-02-19T02:28:37.474Z[ host-package] Compiling parse-zoneinfo v0.3.1
26362025-02-19T02:28:38.867Z[ host-package] Compiling lalrpop v0.19.12
26372025-02-19T02:28:39.070Z[ host-package] Compiling unicase v2.7.0
26382025-02-19T02:28:39.185Z[ helios-setup] Feb 19 02:28:38.406 INFO E| info: installing component 'rustc'
26392025-02-19T02:28:39.567Z[ host-package] Compiling ref-cast v1.0.23
26402025-02-19T02:28:39.700Z[ host-package] Compiling opaque-debug v0.3.1
26412025-02-19T02:28:39.937Z[ host-package] Compiling poly1305 v0.8.0
26422025-02-19T02:28:40.147Z[ host-package] Compiling thiserror-no-std v2.0.2
26432025-02-19T02:28:40.471Z[ host-package] Compiling chrono-tz-build v0.4.0
26442025-02-19T02:28:41.815Z[ host-package] Compiling slog-stdlog v4.1.1
26452025-02-19T02:28:42.724Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26462025-02-19T02:28:42.756Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26472025-02-19T02:28:43.136Z[ host-package] Compiling derive_builder_core v0.20.2
26482025-02-19T02:28:43.167Z[ host-package] Compiling chacha20 v0.9.1
26492025-02-19T02:28:43.807Z[ host-package] Compiling headers-core v0.3.0
26502025-02-19T02:28:44.072Z[ host-package] Compiling aead v0.5.2
26512025-02-19T02:28:44.574Z[ host-package] Compiling libxml v0.3.3
26522025-02-19T02:28:44.830Z[ host-package] Compiling diesel v2.2.7
26532025-02-19T02:28:45.056Z[ host-package] Compiling ref-cast-impl v1.0.23
26542025-02-19T02:28:45.327Z[ helios-setup] Feb 19 02:28:44.546 INFO E| info: installing component 'rustfmt'
26552025-02-19T02:28:45.416Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26562025-02-19T02:28:46.191Z[ helios-setup] Feb 19 02:28:45.409 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26572025-02-19T02:28:46.264Z[ host-package] Compiling vte v0.11.1
26582025-02-19T02:28:46.626Z[ host-package] Compiling derive_builder_macro v0.20.2
26592025-02-19T02:28:47.058Z[ helios-setup] Feb 19 02:28:46.278 INFO E| From https://github.com/oxidecomputer/amd-apcb
26602025-02-19T02:28:47.058Z[ helios-setup] Feb 19 02:28:46.278 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
26612025-02-19T02:28:47.061Z[ helios-setup] Feb 19 02:28:46.278 INFO E| * [new tag] v0.4.5 -> v0.4.5
26622025-02-19T02:28:47.087Z[ helios-setup] Feb 19 02:28:46.307 INFO E| * [new tag] v0.1.3 -> v0.1.3
26632025-02-19T02:28:47.087Z[ helios-setup] Feb 19 02:28:46.307 INFO E| * [new tag] v0.1.4 -> v0.1.4
26642025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.307 INFO E| * [new tag] v0.1.5 -> v0.1.5
26652025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.307 INFO E| * [new tag] v0.2.0 -> v0.2.0
26662025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.3.0 -> v0.3.0
26672025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.3.1 -> v0.3.1
26682025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.3.2 -> v0.3.2
26692025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.3.3 -> v0.3.3
26702025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.4.0 -> v0.4.0
26712025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.4.1 -> v0.4.1
26722025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.308 INFO E| * [new tag] v0.4.2 -> v0.4.2
26732025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.309 INFO E| * [new tag] v0.4.3 -> v0.4.3
26742025-02-19T02:28:47.090Z[ helios-setup] Feb 19 02:28:46.309 INFO E| * [new tag] v0.4.4 -> v0.4.4
26752025-02-19T02:28:47.133Z[ helios-setup] Feb 19 02:28:46.353 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26762025-02-19T02:28:47.557Z[ host-package] Compiling chacha20poly1305 v0.10.1
26772025-02-19T02:28:47.769Z[ host-package] Compiling headers v0.4.0
26782025-02-19T02:28:47.917Z[ host-package] Compiling slog-envlogger v2.2.0
26792025-02-19T02:28:48.022Z[ helios-setup] Feb 19 02:28:47.242 INFO E| From https://github.com/oxidecomputer/amd-efs
26802025-02-19T02:28:48.022Z[ helios-setup] Feb 19 02:28:47.242 INFO E| * [new branch] empty -> origin/empty
26812025-02-19T02:28:48.025Z[ helios-setup] Feb 19 02:28:47.242 INFO E| * [new branch] issue-99 -> origin/issue-99
26822025-02-19T02:28:48.025Z[ helios-setup] Feb 19 02:28:47.242 INFO E| * [new branch] main -> origin/main
26832025-02-19T02:28:48.025Z[ helios-setup] Feb 19 02:28:47.242 INFO E| * [new branch] review -> origin/review
26842025-02-19T02:28:48.025Z[ helios-setup] Feb 19 02:28:47.242 INFO E| * [new ref] -> origin/HEAD
26852025-02-19T02:28:48.025Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.0 -> v0.2.0
26862025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.1 -> v0.2.1
26872025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.2 -> v0.2.2
26882025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.3 -> v0.2.3
26892025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.4 -> v0.2.4
26902025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.5 -> v0.2.5
26912025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.6 -> v0.2.6
26922025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.243 INFO E| * [new tag] v0.2.7 -> v0.2.7
26932025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.3.0 -> v0.3.0
26942025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.3.1 -> v0.3.1
26952025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.4.0 -> v0.4.0
26962025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.4.1 -> v0.4.1
26972025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.4.2 -> v0.4.2
26982025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.4.3 -> v0.4.3
26992025-02-19T02:28:48.026Z[ helios-setup] Feb 19 02:28:47.244 INFO E| * [new tag] v0.4.4 -> v0.4.4
27002025-02-19T02:28:48.050Z[ helios-setup] Feb 19 02:28:47.270 INFO E| Updating crates.io index
27012025-02-19T02:28:48.332Z[ helios-setup] Feb 19 02:28:47.552 INFO E| Downloading crates ...
27022025-02-19T02:28:48.520Z[ helios-setup] Feb 19 02:28:47.740 INFO E| Downloaded scroll_derive v0.10.5
27032025-02-19T02:28:48.523Z[ helios-setup] Feb 19 02:28:47.742 INFO E| Downloaded fletcher v0.1.0
27042025-02-19T02:28:48.527Z[ helios-setup] Feb 19 02:28:47.744 INFO E| Downloaded itoa v1.0.14
27052025-02-19T02:28:48.527Z[ helios-setup] Feb 19 02:28:47.746 INFO E| Downloaded bytesize v1.3.0
27062025-02-19T02:28:48.530Z[ helios-setup] Feb 19 02:28:47.749 INFO E| Downloaded ansi_term v0.12.1
27072025-02-19T02:28:48.534Z[ helios-setup] Feb 19 02:28:47.752 INFO E| Downloaded unic-common v0.9.0
27082025-02-19T02:28:48.534Z[ helios-setup] Feb 19 02:28:47.753 INFO E| Downloaded memoffset v0.5.6
27092025-02-19T02:28:48.539Z[ helios-setup] Feb 19 02:28:47.755 INFO E| Downloaded strum v0.23.0
27102025-02-19T02:28:48.539Z[ helios-setup] Feb 19 02:28:47.756 INFO E| Downloaded unic-char-range v0.9.0
27112025-02-19T02:28:48.542Z[ helios-setup] Feb 19 02:28:47.758 INFO E| Downloaded unic-ucd-version v0.9.0
27122025-02-19T02:28:48.542Z[ helios-setup] Feb 19 02:28:47.760 INFO E| Downloaded unic-char-property v0.9.0
27132025-02-19T02:28:48.545Z[ helios-setup] Feb 19 02:28:47.762 INFO E| Downloaded parse_int v0.6.0
27142025-02-19T02:28:48.574Z[ helios-setup] Feb 19 02:28:47.794 INFO E| Downloaded vec_map v0.8.2
27152025-02-19T02:28:48.577Z[ helios-setup] Feb 19 02:28:47.796 INFO E| Downloaded unic-ucd-ident v0.9.0
27162025-02-19T02:28:48.580Z[ helios-setup] Feb 19 02:28:47.799 INFO E| Downloaded textwrap v0.11.0
27172025-02-19T02:28:48.583Z[ helios-setup] Feb 19 02:28:47.801 INFO E| Downloaded structopt-derive v0.4.18
27182025-02-19T02:28:48.586Z[ helios-setup] Feb 19 02:28:47.804 INFO E| Downloaded semver-parser v0.7.0
27192025-02-19T02:28:48.586Z[ helios-setup] Feb 19 02:28:47.805 INFO E| Downloaded rustversion v1.0.19
27202025-02-19T02:28:48.589Z[ helios-setup] Feb 19 02:28:47.809 INFO E| Downloaded pre v0.2.1
27212025-02-19T02:28:48.592Z[ helios-setup] Feb 19 02:28:47.811 INFO E| Downloaded strum_macros v0.23.1
27222025-02-19T02:28:48.595Z[ helios-setup] Feb 19 02:28:47.814 INFO E| Downloaded proc-macro2 v1.0.93
27232025-02-19T02:28:48.598Z[ helios-setup] Feb 19 02:28:47.818 INFO E| Downloaded pest_meta v2.7.15
27242025-02-19T02:28:48.601Z[ helios-setup] Feb 19 02:28:47.821 INFO E| Downloaded structopt v0.3.26
27252025-02-19T02:28:48.614Z[ helios-setup] Feb 19 02:28:47.833 INFO E| Downloaded pest v2.7.15
27262025-02-19T02:28:48.620Z[ helios-setup] Feb 19 02:28:47.840 INFO E| Downloaded goblin v0.4.3
27272025-02-19T02:28:48.628Z[ helios-setup] Feb 19 02:28:47.848 INFO E| Downloaded clap v2.34.0
27282025-02-19T02:28:48.638Z[ helios-setup] Feb 19 02:28:47.858 INFO E| Downloaded pest_derive v2.7.15
27292025-02-19T02:28:48.641Z[ helios-setup] Feb 19 02:28:47.861 INFO E| Downloaded modular-bitfield v0.11.2
27302025-02-19T02:28:48.657Z[ helios-setup] Feb 19 02:28:47.877 INFO E| Downloaded scroll v0.10.2
27312025-02-19T02:28:48.660Z[ helios-setup] Feb 19 02:28:47.880 INFO E| Downloaded pre-proc-macro v0.2.1
27322025-02-19T02:28:48.663Z[ helios-setup] Feb 19 02:28:47.882 INFO E| Downloaded strsim v0.8.0
27332025-02-19T02:28:48.666Z[ helios-setup] Feb 19 02:28:47.884 INFO E| Downloaded semver v0.9.0
27342025-02-19T02:28:48.669Z[ helios-setup] Feb 19 02:28:47.886 INFO E| Downloaded rustc_version v0.2.3
27352025-02-19T02:28:48.669Z[ helios-setup] Feb 19 02:28:47.888 INFO E| Downloaded proc-macro-crate v0.1.5
27362025-02-19T02:28:48.669Z[ helios-setup] Feb 19 02:28:47.889 INFO E| Downloaded pest_generator v2.7.15
27372025-02-19T02:28:48.671Z[ helios-setup] Feb 19 02:28:47.891 INFO E| Downloaded modular-bitfield-impl v0.11.2
27382025-02-19T02:28:48.674Z[ helios-setup] Feb 19 02:28:47.892 INFO E| Downloaded four-cc v0.3.0
27392025-02-19T02:28:48.674Z[ helios-setup] Feb 19 02:28:47.894 INFO E| Downloaded cpufeatures v0.2.16
27402025-02-19T02:28:48.677Z[ helios-setup] Feb 19 02:28:47.896 INFO E| Downloaded cfg-if v0.1.10
27412025-02-19T02:28:48.814Z[ helios-setup] Feb 19 02:28:48.034 INFO E| Compiling proc-macro2 v1.0.93
27422025-02-19T02:28:48.814Z[ helios-setup] Feb 19 02:28:48.034 INFO E| Compiling unicode-ident v1.0.14
27432025-02-19T02:28:48.814Z[ helios-setup] Feb 19 02:28:48.034 INFO E| Compiling syn v1.0.109
27442025-02-19T02:28:48.817Z[ helios-setup] Feb 19 02:28:48.034 INFO E| Compiling version_check v0.9.5
27452025-02-19T02:28:48.817Z[ helios-setup] Feb 19 02:28:48.034 INFO E| Compiling memchr v2.7.4
27462025-02-19T02:28:48.817Z[ helios-setup] Feb 19 02:28:48.035 INFO E| Compiling autocfg v1.4.0
27472025-02-19T02:28:48.817Z[ helios-setup] Feb 19 02:28:48.035 INFO E| Compiling semver-parser v0.7.0
27482025-02-19T02:28:48.817Z[ helios-setup] Feb 19 02:28:48.035 INFO E| Compiling serde v1.0.217
27492025-02-19T02:28:50.156Z[ helios-setup] Feb 19 02:28:49.374 INFO E| Compiling proc-macro-error-attr v1.0.4
27502025-02-19T02:28:50.190Z[ helios-setup] Feb 19 02:28:49.409 INFO E| Compiling semver v0.9.0
27512025-02-19T02:28:50.290Z[ helios-setup] Feb 19 02:28:49.510 INFO E| Compiling proc-macro-error v1.0.4
27522025-02-19T02:28:50.333Z[ helios-setup] Feb 19 02:28:49.553 INFO E| Compiling serde_json v1.0.135
27532025-02-19T02:28:50.733Z[ helios-setup] Feb 19 02:28:49.953 INFO E| Compiling thiserror v2.0.11
27542025-02-19T02:28:50.757Z[ helios-setup] Feb 19 02:28:49.968 INFO E| Compiling rustc_version v0.2.3
27552025-02-19T02:28:51.064Z[ helios-setup] Feb 19 02:28:50.283 INFO E| Compiling num-traits v0.2.19
27562025-02-19T02:28:51.188Z[ helios-setup] Feb 19 02:28:50.407 INFO E| Compiling itoa v1.0.14
27572025-02-19T02:28:51.194Z[ helios-setup] Feb 19 02:28:50.413 INFO E| Compiling ryu v1.0.18
27582025-02-19T02:28:51.699Z[ helios-setup] Feb 19 02:28:50.918 INFO E| Compiling unicode-segmentation v1.12.0
27592025-02-19T02:28:51.883Z[ helios-setup] Feb 19 02:28:51.102 INFO E| Compiling schemars v0.8.21
27602025-02-19T02:28:51.960Z[ host-package] Compiling chrono-tz v0.10.1
27612025-02-19T02:28:52.083Z[ helios-setup] Feb 19 02:28:51.303 INFO E| Compiling quote v1.0.38
27622025-02-19T02:28:52.554Z[ helios-setup] Feb 19 02:28:51.773 INFO E| Compiling syn v2.0.96
27632025-02-19T02:28:52.685Z[ host-package] Compiling vsss-rs v3.3.4
27642025-02-19T02:28:52.934Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27652025-02-19T02:28:53.070Z[ helios-setup] Feb 19 02:28:52.289 INFO E| Compiling pre-proc-macro v0.2.1
27662025-02-19T02:28:53.085Z[ helios-setup] Feb 19 02:28:52.304 INFO E| Compiling heck v0.3.3
27672025-02-19T02:28:53.202Z[ helios-setup] Feb 19 02:28:52.421 INFO E| Compiling memoffset v0.5.6
27682025-02-19T02:28:53.709Z[ helios-setup] Feb 19 02:28:52.928 INFO E| Compiling ucd-trie v0.1.7
27692025-02-19T02:28:53.841Z[ helios-setup] Feb 19 02:28:53.060 INFO E| Compiling paste v1.0.15
27702025-02-19T02:28:53.854Z[ helios-setup] Feb 19 02:28:53.073 INFO E| Compiling rustversion v1.0.19
27712025-02-19T02:28:53.940Z[ helios-setup] Feb 19 02:28:53.159 INFO E| Compiling dyn-clone v1.0.17
27722025-02-19T02:28:54.533Z[ helios-setup] Feb 19 02:28:53.752 INFO E| Compiling libc v0.2.169
27732025-02-19T02:28:54.764Z[ helios-setup] Feb 19 02:28:53.984 INFO E| Compiling thiserror v1.0.69
27742025-02-19T02:28:55.351Z[ helios-setup] Feb 19 02:28:54.570 INFO E| Compiling lazy_static v1.5.0
27752025-02-19T02:28:55.789Z[ helios-setup] Feb 19 02:28:55.008 INFO E| Compiling pre v0.2.1
27762025-02-19T02:28:55.889Z[ helios-setup] Feb 19 02:28:55.109 INFO E| Compiling once_cell v1.20.2
27772025-02-19T02:28:56.107Z[ helios-setup] Feb 19 02:28:55.326 INFO E| Compiling cfg-if v0.1.10
27782025-02-19T02:28:56.121Z[ helios-setup] Feb 19 02:28:55.332 INFO E| Compiling byteorder v1.5.0
27792025-02-19T02:28:56.191Z[ helios-setup] Feb 19 02:28:55.410 INFO E| Compiling static_assertions v1.1.0
27802025-02-19T02:28:56.937Z[ helios-setup] Feb 19 02:28:56.156 INFO E| Compiling unicode-width v0.1.14
27812025-02-19T02:28:57.991Z[ helios-setup] Feb 19 02:28:57.210 INFO E| Compiling textwrap v0.11.0
27822025-02-19T02:28:58.426Z[ helios-setup] Feb 19 02:28:57.644 INFO E| Compiling atty v0.2.14
27832025-02-19T02:28:58.872Z[ helios-setup] Feb 19 02:28:58.091 INFO E| Compiling unic-common v0.9.0
27842025-02-19T02:28:59.042Z[ helios-setup] Feb 19 02:28:58.261 INFO E| Compiling unic-char-range v0.9.0
27852025-02-19T02:28:59.101Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27862025-02-19T02:28:59.224Z[ helios-setup] Feb 19 02:28:58.443 INFO E| Compiling fletcher v0.1.0
27872025-02-19T02:28:59.236Z[ helios-setup] Feb 19 02:28:58.455 INFO E| Compiling bitflags v1.3.2
27882025-02-19T02:28:59.327Z[ helios-setup] Feb 19 02:28:58.545 INFO E| Compiling ansi_term v0.12.1
27892025-02-19T02:28:59.547Z[ helios-setup] Feb 19 02:28:58.766 INFO E| Compiling vec_map v0.8.2
27902025-02-19T02:28:59.772Z[ helios-setup] Feb 19 02:28:58.991 INFO E| Compiling parse_int v0.6.0
27912025-02-19T02:28:59.818Z[ helios-setup] Feb 19 02:28:59.037 INFO E| Compiling strum v0.23.0
27922025-02-19T02:28:59.950Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27932025-02-19T02:28:59.950Z[ helios-setup] Feb 19 02:28:59.169 INFO E| Compiling strsim v0.8.0
27942025-02-19T02:29:00.015Z[ helios-setup] Feb 19 02:28:59.234 INFO E| Compiling unic-char-property v0.9.0
27952025-02-19T02:29:00.027Z[ helios-setup] Feb 19 02:28:59.246 INFO E| Compiling unic-ucd-version v0.9.0
27962025-02-19T02:29:00.042Z[ helios-setup] Feb 19 02:28:59.261 INFO E| Compiling plain v0.2.3
27972025-02-19T02:29:00.119Z[ helios-setup] Feb 19 02:28:59.338 INFO E| Compiling log v0.4.22
27982025-02-19T02:29:00.286Z[ helios-setup] Feb 19 02:28:59.504 INFO E| Compiling clap v2.34.0
27992025-02-19T02:29:00.323Z[ helios-setup] Feb 19 02:28:59.542 INFO E| Compiling unic-ucd-ident v0.9.0
28002025-02-19T02:29:00.604Z[ helios-setup] Feb 19 02:28:59.823 INFO E| Compiling bytesize v1.3.0
28012025-02-19T02:29:00.984Z[ host-package] Compiling strum_macros v0.24.3
28022025-02-19T02:29:01.917Z[ helios-setup] Feb 19 02:29:01.135 INFO E| Compiling serde_derive_internals v0.29.1
28032025-02-19T02:29:03.295Z[ helios-setup] Feb 19 02:29:02.513 INFO E| Compiling toml v0.5.11
28042025-02-19T02:29:06.054Z[ helios-setup] Feb 19 02:29:05.272 INFO E| Compiling proc-macro-crate v0.1.5
28052025-02-19T02:29:06.520Z[ helios-setup] Feb 19 02:29:05.738 INFO E| Compiling serde_derive v1.0.217
28062025-02-19T02:29:06.520Z[ helios-setup] Feb 19 02:29:05.738 INFO E| Compiling thiserror-impl v2.0.11
28072025-02-19T02:29:07.057Z[ host-package] Compiling fxhash v0.2.1
28082025-02-19T02:29:07.306Z[ helios-setup] Feb 19 02:29:06.522 INFO E| Compiling schemars_derive v0.8.21
28092025-02-19T02:29:07.338Z[ helios-setup] Feb 19 02:29:06.556 INFO E| Compiling thiserror-impl v1.0.69
28102025-02-19T02:29:07.390Z[ host-package] Compiling samael v0.0.17
28112025-02-19T02:29:07.637Z[ helios-setup] Feb 19 02:29:06.854 INFO E| Compiling zerocopy-derive v0.6.6
28122025-02-19T02:29:07.661Z[ host-package] Compiling bytecount v0.6.8
28132025-02-19T02:29:08.601Z[ host-package] Compiling indoc v1.0.9
28142025-02-19T02:29:08.822Z[ helios-setup] Feb 19 02:29:08.035 INFO E| Compiling num-derive v0.4.2
28152025-02-19T02:29:10.862Z[ host-package] Compiling papergrid v0.11.0
28162025-02-19T02:29:11.696Z[ helios-setup] Feb 19 02:29:10.913 INFO E| Compiling zerocopy v0.6.6
28172025-02-19T02:29:12.889Z[ helios-setup] Feb 19 02:29:12.106 INFO E| Compiling pest v2.7.15
28182025-02-19T02:29:14.617Z[ host-package] Compiling polar-core v0.27.3
28192025-02-19T02:29:15.773Z[ helios-setup] Feb 19 02:29:14.990 INFO E| Compiling modular-bitfield-impl v0.11.2
28202025-02-19T02:29:15.811Z[ helios-setup] Feb 19 02:29:15.028 INFO E| Compiling scroll_derive v0.10.5
28212025-02-19T02:29:15.916Z[ helios-setup] Feb 19 02:29:15.132 INFO E| Compiling strum_macros v0.23.1
28222025-02-19T02:29:16.893Z[ helios-setup] Feb 19 02:29:16.109 INFO E| Compiling structopt-derive v0.4.18
28232025-02-19T02:29:18.855Z[ helios-setup] Feb 19 02:29:18.071 INFO E| Compiling pest_meta v2.7.15
28242025-02-19T02:29:19.053Z[ helios-setup] Feb 19 02:29:18.269 INFO E| Compiling scroll v0.10.2
28252025-02-19T02:29:20.422Z[ helios-setup] Feb 19 02:29:19.638 INFO E| Compiling goblin v0.4.3
28262025-02-19T02:29:21.217Z[ helios-setup] Feb 19 02:29:20.433 INFO E| Compiling modular-bitfield v0.11.2
28272025-02-19T02:29:21.444Z[ helios-setup] Feb 19 02:29:20.660 INFO E| Compiling pest_generator v2.7.15
28282025-02-19T02:29:23.392Z[ helios-setup] Feb 19 02:29:22.607 INFO E| Compiling structopt v0.3.26
28292025-02-19T02:29:24.440Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28302025-02-19T02:29:26.143Z[ helios-setup] Feb 19 02:29:25.358 INFO E| Compiling pest_derive v2.7.15
28312025-02-19T02:29:30.672Z[ helios-setup] Feb 19 02:29:29.887 INFO E| Compiling json5 v0.4.1
28322025-02-19T02:29:31.503Z[ host-package] Compiling derive_builder v0.20.2
28332025-02-19T02:29:32.238Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28342025-02-19T02:29:32.667Z[ host-package] Compiling tabled_derive v0.7.0
28352025-02-19T02:29:32.776Z[ host-package] Compiling fd-lock v4.0.2
28362025-02-19T02:29:33.322Z[ host-package] Compiling peg-macros v0.8.4
28372025-02-19T02:29:36.006Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382025-02-19T02:29:36.640Z[ helios-setup] Feb 19 02:29:35.854 INFO E| Compiling four-cc v0.3.0
28392025-02-19T02:29:36.640Z[ helios-setup] Feb 19 02:29:35.854 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28402025-02-19T02:29:36.860Z[ helios-setup] Feb 19 02:29:36.074 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28412025-02-19T02:29:37.438Z[ host-package] Compiling kstat-rs v0.2.4
28422025-02-19T02:29:38.066Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28432025-02-19T02:29:38.569Z[ host-package] Compiling oso-derive v0.27.3
28442025-02-19T02:29:40.205Z[ host-package] Compiling quick-xml v0.33.0
28452025-02-19T02:29:40.677Z[ host-package] Compiling diesel-dtrace v0.4.2
28462025-02-19T02:29:41.262Z[ host-package] Compiling nu-ansi-term v0.50.1
28472025-02-19T02:29:42.752Z[ host-package] Compiling reedline v0.35.0
28482025-02-19T02:29:47.533Z[ host-package] Compiling peg v0.8.4
28492025-02-19T02:29:47.688Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28502025-02-19T02:29:56.085Z[ host-package] Compiling oso v0.27.3
28512025-02-19T02:29:56.505Z[ host-package] Compiling tabled v0.15.0
28522025-02-19T02:30:10.376Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28532025-02-19T02:30:15.188Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28542025-02-19T02:30:18.831Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28552025-02-19T02:30:20.587Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28562025-02-19T02:30:20.718Z[ helios-setup] Feb 19 02:30:19.927 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28572025-02-19T02:30:23.239Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28582025-02-19T02:30:23.700Z[ host-package] Compiling bb8 v0.8.5
28592025-02-19T02:30:24.862Z[ host-package] Compiling bcs v0.1.6
28602025-02-19T02:30:25.765Z[ host-package] Compiling libz-sys v1.1.20
28612025-02-19T02:30:25.973Z[ host-package] Compiling nanorand v0.7.0
28622025-02-19T02:30:26.591Z[ host-package] Compiling termtree v0.5.1
28632025-02-19T02:30:26.764Z[ host-package] Compiling parking_lot_core v0.8.6
28642025-02-19T02:30:27.565Z[ host-package] Compiling flume v0.11.1
28652025-02-19T02:30:28.427Z[ host-package] Compiling async-bb8-diesel v0.2.1
28662025-02-19T02:30:29.578Z[ host-package] Compiling mime_guess v2.0.5
28672025-02-19T02:30:32.221Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28682025-02-19T02:30:32.841Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28692025-02-19T02:30:37.545Z[ helios-setup] Feb 19 02:30:36.752 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28702025-02-19T02:30:37.955Z[ host-package] Compiling nibble_vec v0.1.0
28712025-02-19T02:30:38.267Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28722025-02-19T02:30:38.580Z[ host-package] Compiling atty v0.2.14
28732025-02-19T02:30:38.862Z[ host-package] Compiling http-range v0.1.5
28742025-02-19T02:30:39.140Z[ host-package] Compiling salty v0.3.0
28752025-02-19T02:30:39.542Z[ host-package] Compiling endian-type v0.1.2
28762025-02-19T02:30:39.841Z[ host-package] Compiling radix_trie v0.2.1
28772025-02-19T02:30:40.903Z[ host-package] Compiling parking_lot v0.11.2
28782025-02-19T02:30:43.961Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28792025-02-19T02:30:45.287Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28802025-02-19T02:30:48.982Z[ host-package] Compiling hyper-staticfile v0.10.1
28812025-02-19T02:30:52.375Z[ host-package] Compiling sled v0.34.7
28822025-02-19T02:30:53.868Z[ host-package] Compiling hickory-client v0.24.3
28832025-02-19T02:31:05.933Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28842025-02-19T02:31:05.979Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28852025-02-19T02:31:05.979Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28862025-02-19T02:31:07.156Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28872025-02-19T02:31:14.820Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28882025-02-19T02:31:16.765Z[ helios-setup] Feb 19 02:31:15.967 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
28892025-02-19T02:31:16.801Z[ helios-setup] Feb 19 02:31:16.003 INFO building project "amd-host-image-builder" ok (179 seconds)
28902025-02-19T02:31:16.801Z[ helios-setup] Feb 19 02:31:16.003 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28912025-02-19T02:31:16.805Z[ helios-setup] Feb 19 02:31:16.003 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28922025-02-19T02:31:17.043Z[ helios-setup] Feb 19 02:31:16.245 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28932025-02-19T02:31:18.024Z[ helios-setup] Feb 19 02:31:17.226 INFO E| From https://github.com/oxidecomputer/progenitor
28942025-02-19T02:31:18.024Z[ helios-setup] Feb 19 02:31:17.226 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28952025-02-19T02:31:18.126Z[ helios-setup] Feb 19 02:31:17.328 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28962025-02-19T02:31:18.546Z[ helios-setup] Feb 19 02:31:17.748 INFO E| From https://github.com/jclulow/hiercmd
28972025-02-19T02:31:18.546Z[ helios-setup] Feb 19 02:31:17.748 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28982025-02-19T02:31:18.567Z[ helios-setup] Feb 19 02:31:17.769 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28992025-02-19T02:31:18.954Z[ helios-setup] Feb 19 02:31:18.155 INFO E| From https://github.com/jclulow/network-interface
29002025-02-19T02:31:18.954Z[ helios-setup] Feb 19 02:31:18.155 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29012025-02-19T02:31:18.973Z[ helios-setup] Feb 19 02:31:18.175 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29022025-02-19T02:31:19.419Z[ helios-setup] Feb 19 02:31:18.620 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29032025-02-19T02:31:19.419Z[ helios-setup] Feb 19 02:31:18.621 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29042025-02-19T02:31:19.469Z[ helios-setup] Feb 19 02:31:18.671 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29052025-02-19T02:31:20.116Z[ helios-setup] Feb 19 02:31:19.317 INFO E| From https://github.com/oxidecomputer/facade
29062025-02-19T02:31:20.116Z[ helios-setup] Feb 19 02:31:19.317 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29072025-02-19T02:31:20.162Z[ helios-setup] Feb 19 02:31:19.363 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29082025-02-19T02:31:20.938Z[ helios-setup] Feb 19 02:31:20.138 INFO E| From https://github.com/oxidecomputer/dropshot
29092025-02-19T02:31:20.938Z[ helios-setup] Feb 19 02:31:20.138 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29102025-02-19T02:31:20.977Z[ helios-setup] Feb 19 02:31:20.178 INFO E| Updating crates.io index
29112025-02-19T02:31:21.012Z[ helios-setup] Feb 19 02:31:20.213 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29122025-02-19T02:31:21.411Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29132025-02-19T02:31:21.760Z[ helios-setup] Feb 19 02:31:20.961 INFO E| From https://github.com/oxidecomputer/typify
29142025-02-19T02:31:21.761Z[ helios-setup] Feb 19 02:31:20.961 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29152025-02-19T02:31:22.253Z[ helios-setup] Feb 19 02:31:21.454 INFO E| Downloading crates ...
29162025-02-19T02:31:22.369Z[ helios-setup] Feb 19 02:31:21.570 INFO E| Downloaded bincode v1.3.3
29172025-02-19T02:31:22.377Z[ helios-setup] Feb 19 02:31:21.578 INFO E| Downloaded async-stream v0.3.5
29182025-02-19T02:31:22.381Z[ helios-setup] Feb 19 02:31:21.583 INFO E| Downloaded built v0.6.0
29192025-02-19T02:31:22.384Z[ helios-setup] Feb 19 02:31:21.585 INFO E| Downloaded ahash v0.7.6
29202025-02-19T02:31:22.390Z[ helios-setup] Feb 19 02:31:21.591 INFO E| Downloaded concolor-override v1.0.0
29212025-02-19T02:31:22.394Z[ helios-setup] Feb 19 02:31:21.593 INFO E| Downloaded async-stream-impl v0.3.5
29222025-02-19T02:31:22.400Z[ helios-setup] Feb 19 02:31:21.601 INFO E| Downloaded semver-parser v0.10.2
29232025-02-19T02:31:22.404Z[ helios-setup] Feb 19 02:31:21.605 INFO E| Downloaded const-random v0.1.15
29242025-02-19T02:31:22.407Z[ helios-setup] Feb 19 02:31:21.607 INFO E| Downloaded scopeguard v1.1.0
29252025-02-19T02:31:22.410Z[ helios-setup] Feb 19 02:31:21.609 INFO E| Downloaded serde_derive_internals v0.26.0
29262025-02-19T02:31:22.413Z[ helios-setup] Feb 19 02:31:21.613 INFO E| Downloaded project-root v0.2.2
29272025-02-19T02:31:22.416Z[ helios-setup] Feb 19 02:31:21.615 INFO E| Downloaded form_urlencoded v1.1.0
29282025-02-19T02:31:22.416Z[ helios-setup] Feb 19 02:31:21.617 INFO E| Downloaded block-buffer v0.10.3
29292025-02-19T02:31:22.420Z[ helios-setup] Feb 19 02:31:21.620 INFO E| Downloaded autocfg v1.1.0
29302025-02-19T02:31:22.423Z[ helios-setup] Feb 19 02:31:21.623 INFO E| Downloaded concolor-query v0.3.3
29312025-02-19T02:31:22.439Z[ helios-setup] Feb 19 02:31:21.640 INFO E| Downloaded toolchain_find v0.2.0
29322025-02-19T02:31:22.442Z[ helios-setup] Feb 19 02:31:21.643 INFO E| Downloaded serde v1.0.204
29332025-02-19T02:31:22.447Z[ helios-setup] Feb 19 02:31:21.648 INFO E| Downloaded num-integer v0.1.45
29342025-02-19T02:31:22.451Z[ helios-setup] Feb 19 02:31:21.652 INFO E| Downloaded serde_spanned v0.6.1
29352025-02-19T02:31:22.454Z[ helios-setup] Feb 19 02:31:21.654 INFO E| Downloaded schemars_derive v0.8.12
29362025-02-19T02:31:22.457Z[ helios-setup] Feb 19 02:31:21.657 INFO E| Downloaded httpdate v1.0.2
29372025-02-19T02:31:22.461Z[ helios-setup] Feb 19 02:31:21.660 INFO E| Downloaded toml_datetime v0.6.1
29382025-02-19T02:31:22.461Z[ helios-setup] Feb 19 02:31:21.662 INFO E| Downloaded tokio-macros v2.0.0
29392025-02-19T02:31:22.464Z[ helios-setup] Feb 19 02:31:21.663 INFO E| Downloaded thiserror v1.0.38
29402025-02-19T02:31:22.470Z[ helios-setup] Feb 19 02:31:21.671 INFO E| Downloaded rustls-pemfile v1.0.2
29412025-02-19T02:31:22.474Z[ helios-setup] Feb 19 02:31:21.676 INFO E| Downloaded spin v0.5.2
29422025-02-19T02:31:22.477Z[ helios-setup] Feb 19 02:31:21.678 INFO E| Downloaded num_cpus v1.15.0
29432025-02-19T02:31:22.482Z[ helios-setup] Feb 19 02:31:21.682 INFO E| Downloaded ipnet v2.7.2
29442025-02-19T02:31:22.485Z[ helios-setup] Feb 19 02:31:21.686 INFO E| Downloaded tower-service v0.3.2
29452025-02-19T02:31:22.488Z[ helios-setup] Feb 19 02:31:21.687 INFO E| Downloaded tempfile v3.5.0
29462025-02-19T02:31:22.491Z[ helios-setup] Feb 19 02:31:21.692 INFO E| Downloaded pkg-config v0.3.26
29472025-02-19T02:31:22.494Z[ helios-setup] Feb 19 02:31:21.695 INFO E| Downloaded rhai_codegen v1.5.0
29482025-02-19T02:31:22.508Z[ helios-setup] Feb 19 02:31:21.709 INFO E| Downloaded want v0.3.0
29492025-02-19T02:31:22.511Z[ helios-setup] Feb 19 02:31:21.712 INFO E| Downloaded smartstring v1.0.1
29502025-02-19T02:31:22.515Z[ helios-setup] Feb 19 02:31:21.716 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29512025-02-19T02:31:22.518Z[ helios-setup] Feb 19 02:31:21.720 INFO E| Downloaded cargo-lock v8.0.3
29522025-02-19T02:31:22.523Z[ helios-setup] Feb 19 02:31:21.724 INFO E| Downloaded schemars v0.8.12
29532025-02-19T02:31:22.544Z[ helios-setup] Feb 19 02:31:21.746 INFO E| Downloaded rustfmt-wrapper v0.2.0
29542025-02-19T02:31:22.548Z[ helios-setup] Feb 19 02:31:21.748 INFO E| Downloaded semver v0.11.0
29552025-02-19T02:31:22.551Z[ helios-setup] Feb 19 02:31:21.751 INFO E| Downloaded ryu v1.0.13
29562025-02-19T02:31:22.556Z[ helios-setup] Feb 19 02:31:21.757 INFO E| Downloaded uuid v1.3.0
29572025-02-19T02:31:22.564Z[ helios-setup] Feb 19 02:31:21.765 INFO E| Downloaded utf8parse v0.2.1
29582025-02-19T02:31:22.567Z[ helios-setup] Feb 19 02:31:21.767 INFO E| Downloaded slog-async v2.7.0
29592025-02-19T02:31:22.570Z[ helios-setup] Feb 19 02:31:21.769 INFO E| Downloaded slab v0.4.7
29602025-02-19T02:31:22.573Z[ helios-setup] Feb 19 02:31:21.772 INFO E| Downloaded toml v0.7.3
29612025-02-19T02:31:22.577Z[ helios-setup] Feb 19 02:31:21.778 INFO E| Downloaded getrandom v0.2.8
29622025-02-19T02:31:22.582Z[ helios-setup] Feb 19 02:31:21.783 INFO E| Downloaded ucd-trie v0.1.5
29632025-02-19T02:31:22.589Z[ helios-setup] Feb 19 02:31:21.786 INFO E| Downloaded textwrap v0.16.0
29642025-02-19T02:31:22.592Z[ helios-setup] Feb 19 02:31:21.791 INFO E| Downloaded url v2.3.1
29652025-02-19T02:31:22.595Z[ helios-setup] Feb 19 02:31:21.795 INFO E| Downloaded async-trait v0.1.68
29662025-02-19T02:31:22.601Z[ helios-setup] Feb 19 02:31:21.802 INFO E| Downloaded tracing-core v0.1.30
29672025-02-19T02:31:22.606Z[ helios-setup] Feb 19 02:31:21.807 INFO E| Downloaded rayon-core v1.10.2
29682025-02-19T02:31:22.612Z[ helios-setup] Feb 19 02:31:21.814 INFO E| Downloaded toml_edit v0.19.8
29692025-02-19T02:31:22.642Z[ helios-setup] Feb 19 02:31:21.843 INFO E| Downloaded unsafe-libyaml v0.2.8
29702025-02-19T02:31:22.647Z[ helios-setup] Feb 19 02:31:21.848 INFO E| Downloaded unicode-normalization v0.1.22
29712025-02-19T02:31:22.652Z[ helios-setup] Feb 19 02:31:21.854 INFO E| Downloaded tracing v0.1.37
29722025-02-19T02:31:22.660Z[ helios-setup] Feb 19 02:31:21.861 INFO E| Downloaded serde_json v1.0.95
29732025-02-19T02:31:22.671Z[ helios-setup] Feb 19 02:31:21.872 INFO E| Downloaded tokio-util v0.7.7
29742025-02-19T02:31:22.680Z[ helios-setup] Feb 19 02:31:21.881 INFO E| Downloaded rustls-webpki v0.100.1
29752025-02-19T02:31:22.691Z[ helios-setup] Feb 19 02:31:21.892 INFO E| Downloaded winnow v0.4.1
29762025-02-19T02:31:22.704Z[ helios-setup] Feb 19 02:31:21.905 INFO E| Downloaded mio v0.8.5
29772025-02-19T02:31:22.713Z[ helios-setup] Feb 19 02:31:21.914 INFO E| Downloaded pest v2.5.7
29782025-02-19T02:31:22.722Z[ helios-setup] Feb 19 02:31:21.922 INFO E| Downloaded clap_builder v4.2.1
29792025-02-19T02:31:22.731Z[ helios-setup] Feb 19 02:31:21.932 INFO E| Downloaded syn v1.0.107
29802025-02-19T02:31:22.747Z[ helios-setup] Feb 19 02:31:21.948 INFO E| Downloaded rayon v1.6.1
29812025-02-19T02:31:22.762Z[ helios-setup] Feb 19 02:31:21.962 INFO E| Downloaded futures-util v0.3.28
29822025-02-19T02:31:22.781Z[ helios-setup] Feb 19 02:31:21.982 INFO E| Downloaded syn v2.0.72
29832025-02-19T02:31:22.799Z[ helios-setup] Feb 19 02:31:22.000 INFO E| Downloaded rustls v0.21.0
29842025-02-19T02:31:22.840Z[ helios-setup] Feb 19 02:31:22.041 INFO E| Downloaded hyper v0.14.25
29852025-02-19T02:31:22.853Z[ helios-setup] Feb 19 02:31:22.054 INFO E| Downloaded rustix v0.37.3
29862025-02-19T02:31:22.882Z[ helios-setup] Feb 19 02:31:22.083 INFO E| Downloaded h2 v0.3.16
29872025-02-19T02:31:22.892Z[ helios-setup] Feb 19 02:31:22.093 INFO E| Downloaded regex v1.7.3
29882025-02-19T02:31:22.905Z[ helios-setup] Feb 19 02:31:22.105 INFO E| Downloaded chrono v0.4.24
29892025-02-19T02:31:22.915Z[ helios-setup] Feb 19 02:31:22.116 INFO E| Downloaded idna v0.3.0
29902025-02-19T02:31:22.925Z[ helios-setup] Feb 19 02:31:22.126 INFO E| Downloaded reqwest v0.11.16
29912025-02-19T02:31:22.937Z[ helios-setup] Feb 19 02:31:22.138 INFO E| Downloaded git2 v0.16.1
29922025-02-19T02:31:22.948Z[ helios-setup] Feb 19 02:31:22.149 INFO E| Downloaded rhai v1.14.0
29932025-02-19T02:31:22.966Z[ helios-setup] Feb 19 02:31:22.167 INFO E| Downloaded regress v0.5.0
29942025-02-19T02:31:22.975Z[ helios-setup] Feb 19 02:31:22.176 INFO E| Downloaded http v0.2.9
29952025-02-19T02:31:22.982Z[ helios-setup] Feb 19 02:31:22.181 INFO E| Downloaded openapiv3 v1.0.2
29962025-02-19T02:31:23.003Z[ helios-setup] Feb 19 02:31:22.198 INFO E| Downloaded crossbeam-channel v0.5.6
29972025-02-19T02:31:23.006Z[ helios-setup] Feb 19 02:31:22.205 INFO E| Downloaded flate2 v1.0.25
29982025-02-19T02:31:23.011Z[ helios-setup] Feb 19 02:31:22.212 INFO E| Downloaded anyhow v1.0.68
29992025-02-19T02:31:23.017Z[ helios-setup] Feb 19 02:31:22.218 INFO E| Downloaded aho-corasick v0.7.20
30002025-02-19T02:31:23.023Z[ helios-setup] Feb 19 02:31:22.224 INFO E| Downloaded unicode-linebreak v0.1.4
30012025-02-19T02:31:23.031Z[ helios-setup] Feb 19 02:31:22.232 INFO E| Downloaded proc-macro2 v1.0.86
30022025-02-19T02:31:23.036Z[ helios-setup] Feb 19 02:31:22.237 INFO E| Downloaded once_cell v1.17.0
30032025-02-19T02:31:23.040Z[ helios-setup] Feb 19 02:31:22.241 INFO E| Downloaded memchr v2.5.0
30042025-02-19T02:31:23.046Z[ helios-setup] Feb 19 02:31:22.247 INFO E| Downloaded cc v1.0.78
30052025-02-19T02:31:23.050Z[ helios-setup] Feb 19 02:31:22.250 INFO E| Downloaded tokio v1.27.0
30062025-02-19T02:31:23.091Z[ helios-setup] Feb 19 02:31:22.292 INFO E| Downloaded bytes v1.4.0
30072025-02-19T02:31:23.097Z[ helios-setup] Feb 19 02:31:22.297 INFO E| Downloaded tokio-rustls v0.24.0
30082025-02-19T02:31:23.097Z[ host-package] Compiling hickory-server v0.24.3
30092025-02-19T02:31:23.101Z[ helios-setup] Feb 19 02:31:22.299 INFO E| Downloaded crossbeam-utils v0.8.14
30102025-02-19T02:31:23.106Z[ helios-setup] Feb 19 02:31:22.303 INFO E| Downloaded libc v0.2.139
30112025-02-19T02:31:23.139Z[ helios-setup] Feb 19 02:31:22.339 INFO E| Downloaded tokio-tungstenite v0.18.0
30122025-02-19T02:31:23.142Z[ helios-setup] Feb 19 02:31:22.343 INFO E| Downloaded time v0.1.45
30132025-02-19T02:31:23.145Z[ helios-setup] Feb 19 02:31:22.345 INFO E| Downloaded serde_yaml v0.9.21
30142025-02-19T02:31:23.151Z[ helios-setup] Feb 19 02:31:22.350 INFO E| Downloaded base64 v0.21.0
30152025-02-19T02:31:23.156Z[ helios-setup] Feb 19 02:31:22.356 INFO E| Downloaded io-lifetimes v1.0.10
30162025-02-19T02:31:23.159Z[ helios-setup] Feb 19 02:31:22.359 INFO E| Downloaded clap v4.2.1
30172025-02-19T02:31:23.171Z[ helios-setup] Feb 19 02:31:22.372 INFO E| Downloaded futures-channel v0.3.28
30182025-02-19T02:31:23.175Z[ helios-setup] Feb 19 02:31:22.376 INFO E| Downloaded futures v0.3.28
30192025-02-19T02:31:23.183Z[ helios-setup] Feb 19 02:31:22.384 INFO E| Downloaded crossbeam-epoch v0.9.13
30202025-02-19T02:31:23.187Z[ helios-setup] Feb 19 02:31:22.389 INFO E| Downloaded semver v1.0.17
30212025-02-19T02:31:23.191Z[ helios-setup] Feb 19 02:31:22.392 INFO E| Downloaded try-lock v0.2.4
30222025-02-19T02:31:23.195Z[ helios-setup] Feb 19 02:31:22.393 INFO E| Downloaded thiserror-impl v1.0.38
30232025-02-19T02:31:23.195Z[ helios-setup] Feb 19 02:31:22.395 INFO E| Downloaded num-traits v0.2.15
30242025-02-19T02:31:23.198Z[ helios-setup] Feb 19 02:31:22.399 INFO E| Downloaded httparse v1.8.0
30252025-02-19T02:31:23.201Z[ helios-setup] Feb 19 02:31:22.402 INFO E| Downloaded unicode-bidi v0.3.13
30262025-02-19T02:31:23.205Z[ helios-setup] Feb 19 02:31:22.406 INFO E| Downloaded socket2 v0.4.9
30272025-02-19T02:31:23.209Z[ helios-setup] Feb 19 02:31:22.409 INFO E| Downloaded smawk v0.3.1
30282025-02-19T02:31:23.212Z[ helios-setup] Feb 19 02:31:22.411 INFO E| Downloaded serde_tokenstream v0.2.0
30292025-02-19T02:31:23.215Z[ helios-setup] Feb 19 02:31:22.416 INFO E| Downloaded serde_derive v1.0.204
30302025-02-19T02:31:23.219Z[ helios-setup] Feb 19 02:31:22.420 INFO E| Downloaded proc-macro-crate v1.2.1
30312025-02-19T02:31:23.222Z[ helios-setup] Feb 19 02:31:22.422 INFO E| Downloaded paste v1.0.12
30322025-02-19T02:31:23.226Z[ helios-setup] Feb 19 02:31:22.427 INFO E| Downloaded parking_lot v0.12.1
30332025-02-19T02:31:23.229Z[ helios-setup] Feb 19 02:31:22.430 INFO E| Downloaded http-body v0.4.5
30342025-02-19T02:31:23.232Z[ helios-setup] Feb 19 02:31:22.432 INFO E| Downloaded home v0.5.4
30352025-02-19T02:31:23.235Z[ helios-setup] Feb 19 02:31:22.434 INFO E| Downloaded futures-core v0.3.28
30362025-02-19T02:31:23.235Z[ helios-setup] Feb 19 02:31:22.436 INFO E| Downloaded cpufeatures v0.2.5
30372025-02-19T02:31:23.238Z[ helios-setup] Feb 19 02:31:22.437 INFO E| Downloaded byteorder v1.4.3
30382025-02-19T02:31:23.242Z[ helios-setup] Feb 19 02:31:22.440 INFO E| Downloaded anstyle v0.3.5
30392025-02-19T02:31:23.242Z[ helios-setup] Feb 19 02:31:22.443 INFO E| Downloaded unicode-ident v1.0.8
30402025-02-19T02:31:23.245Z[ helios-setup] Feb 19 02:31:22.447 INFO E| Downloaded tungstenite v0.18.0
30412025-02-19T02:31:23.249Z[ helios-setup] Feb 19 02:31:22.451 INFO E| Downloaded tinyvec v1.6.0
30422025-02-19T02:31:23.254Z[ helios-setup] Feb 19 02:31:22.455 INFO E| Downloaded smallvec v1.10.0
30432025-02-19T02:31:23.257Z[ helios-setup] Feb 19 02:31:22.458 INFO E| Downloaded sha1 v0.10.5
30442025-02-19T02:31:23.275Z[ helios-setup] Feb 19 02:31:22.460 INFO E| Downloaded quote v1.0.36
30452025-02-19T02:31:23.276Z[ helios-setup] Feb 19 02:31:22.464 INFO E| Downloaded ppv-lite86 v0.2.17
30462025-02-19T02:31:23.276Z[ helios-setup] Feb 19 02:31:22.466 INFO E| Downloaded miniz_oxide v0.6.2
30472025-02-19T02:31:23.276Z[ helios-setup] Feb 19 02:31:22.469 INFO E| Downloaded log v0.4.17
30482025-02-19T02:31:23.276Z[ helios-setup] Feb 19 02:31:22.473 INFO E| Downloaded jobserver v0.1.26
30492025-02-19T02:31:23.276Z[ helios-setup] Feb 19 02:31:22.475 INFO E| Downloaded futures-macro v0.3.28
30502025-02-19T02:31:23.284Z[ helios-setup] Feb 19 02:31:22.477 INFO E| Downloaded anstyle-parse v0.1.1
30512025-02-19T02:31:23.284Z[ helios-setup] Feb 19 02:31:22.480 INFO E| Downloaded ahash v0.8.3
30522025-02-19T02:31:23.284Z[ helios-setup] Feb 19 02:31:22.483 INFO E| Downloaded pin-project-lite v0.2.9
30532025-02-19T02:31:23.313Z[ helios-setup] Feb 19 02:31:22.514 INFO E| Downloaded parking_lot_core v0.9.6
30542025-02-19T02:31:23.317Z[ helios-setup] Feb 19 02:31:22.518 INFO E| Downloaded lock_api v0.4.9
30552025-02-19T02:31:23.320Z[ helios-setup] Feb 19 02:31:22.520 INFO E| Downloaded futures-executor v0.3.28
30562025-02-19T02:31:23.323Z[ helios-setup] Feb 19 02:31:22.523 INFO E| Downloaded camino v1.1.4
30572025-02-19T02:31:23.327Z[ helios-setup] Feb 19 02:31:22.526 INFO E| Downloaded sha2 v0.10.6
30582025-02-19T02:31:23.330Z[ helios-setup] Feb 19 02:31:22.530 INFO E| Downloaded num_enum v0.5.7
30592025-02-19T02:31:23.334Z[ helios-setup] Feb 19 02:31:22.536 INFO E| Downloaded memoffset v0.7.1
30602025-02-19T02:31:23.338Z[ helios-setup] Feb 19 02:31:22.538 INFO E| Downloaded strsim v0.10.0
30612025-02-19T02:31:23.341Z[ helios-setup] Feb 19 02:31:22.540 INFO E| Downloaded slog-bunyan v2.4.0
30622025-02-19T02:31:23.341Z[ helios-setup] Feb 19 02:31:22.541 INFO E| Downloaded sct v0.7.0
30632025-02-19T02:31:23.346Z[ helios-setup] Feb 19 02:31:22.547 INFO E| Downloaded const-random-macro v0.1.15
30642025-02-19T02:31:23.349Z[ helios-setup] Feb 19 02:31:22.548 INFO E| Downloaded clap_derive v4.2.0
30652025-02-19T02:31:23.352Z[ helios-setup] Feb 19 02:31:22.553 INFO E| Downloaded terminal_size v0.2.6
30662025-02-19T02:31:23.355Z[ helios-setup] Feb 19 02:31:22.554 INFO E| Downloaded signal-hook-registry v1.4.0
30672025-02-19T02:31:23.355Z[ helios-setup] Feb 19 02:31:22.556 INFO E| Downloaded num_enum_derive v0.5.7
30682025-02-19T02:31:23.358Z[ helios-setup] Feb 19 02:31:22.558 INFO E| Downloaded is-terminal v0.4.7
30692025-02-19T02:31:23.358Z[ helios-setup] Feb 19 02:31:22.559 INFO E| Downloaded iana-time-zone v0.1.56
30702025-02-19T02:31:23.361Z[ helios-setup] Feb 19 02:31:22.562 INFO E| Downloaded digest v0.10.6
30712025-02-19T02:31:23.365Z[ helios-setup] Feb 19 02:31:22.564 INFO E| Downloaded encoding_rs v0.8.32
30722025-02-19T02:31:23.398Z[ helios-setup] Feb 19 02:31:22.597 INFO E| Downloaded serde_path_to_error v0.1.11
30732025-02-19T02:31:23.401Z[ helios-setup] Feb 19 02:31:22.599 INFO E| Downloaded futures-sink v0.3.28
30742025-02-19T02:31:23.401Z[ helios-setup] Feb 19 02:31:22.600 INFO E| Downloaded futures-io v0.3.28
30752025-02-19T02:31:23.401Z[ helios-setup] Feb 19 02:31:22.602 INFO E| Downloaded fastrand v1.9.0
30762025-02-19T02:31:23.405Z[ helios-setup] Feb 19 02:31:22.605 INFO E| Downloaded lazy_static v1.4.0
30772025-02-19T02:31:23.409Z[ helios-setup] Feb 19 02:31:22.607 INFO E| Downloaded anstream v0.2.6
30782025-02-19T02:31:23.412Z[ helios-setup] Feb 19 02:31:22.609 INFO E| Downloaded percent-encoding v2.2.0
30792025-02-19T02:31:23.412Z[ helios-setup] Feb 19 02:31:22.611 INFO E| Downloaded itoa v1.0.6
30802025-02-19T02:31:23.412Z[ helios-setup] Feb 19 02:31:22.613 INFO E| Downloaded generic-array v0.14.6
30812025-02-19T02:31:23.415Z[ helios-setup] Feb 19 02:31:22.615 INFO E| Downloaded futures-task v0.3.28
30822025-02-19T02:31:23.419Z[ helios-setup] Feb 19 02:31:22.617 INFO E| Downloaded either v1.8.0
30832025-02-19T02:31:23.419Z[ helios-setup] Feb 19 02:31:22.618 INFO E| Downloaded dyn-clone v1.0.11
30842025-02-19T02:31:23.422Z[ helios-setup] Feb 19 02:31:22.621 INFO E| Downloaded crossbeam-deque v0.8.2
30852025-02-19T02:31:23.422Z[ helios-setup] Feb 19 02:31:22.623 INFO E| Downloaded clap_lex v0.4.1
30862025-02-19T02:31:23.427Z[ helios-setup] Feb 19 02:31:22.628 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30872025-02-19T02:31:23.583Z[ helios-setup] Feb 19 02:31:22.784 INFO E| Downloaded libz-sys v1.1.8
30882025-02-19T02:31:23.857Z[ helios-setup] Feb 19 02:31:23.058 INFO E| Downloaded ring v0.16.20
30892025-02-19T02:31:24.243Z[ helios-setup] Feb 19 02:31:23.444 INFO E| Compiling proc-macro2 v1.0.86
30902025-02-19T02:31:24.243Z[ helios-setup] Feb 19 02:31:23.444 INFO E| Compiling libc v0.2.139
30912025-02-19T02:31:24.246Z[ helios-setup] Feb 19 02:31:23.444 INFO E| Compiling unicode-ident v1.0.8
30922025-02-19T02:31:24.246Z[ helios-setup] Feb 19 02:31:23.444 INFO E| Compiling autocfg v1.1.0
30932025-02-19T02:31:24.247Z[ helios-setup] Feb 19 02:31:23.444 INFO E| Compiling cfg-if v1.0.0
30942025-02-19T02:31:24.247Z[ helios-setup] Feb 19 02:31:23.445 INFO E| Compiling version_check v0.9.4
30952025-02-19T02:31:24.247Z[ helios-setup] Feb 19 02:31:23.445 INFO E| Compiling serde v1.0.204
30962025-02-19T02:31:24.247Z[ helios-setup] Feb 19 02:31:23.445 INFO E| Compiling syn v1.0.107
30972025-02-19T02:31:25.360Z[ helios-setup] Feb 19 02:31:24.560 INFO E| Compiling memchr v2.5.0
30982025-02-19T02:31:25.763Z[ helios-setup] Feb 19 02:31:24.962 INFO E| Compiling once_cell v1.17.0
30992025-02-19T02:31:26.064Z[ helios-setup] Feb 19 02:31:25.264 INFO E| Compiling log v0.4.17
31002025-02-19T02:31:26.233Z[ helios-setup] Feb 19 02:31:25.432 INFO E| Compiling thiserror v1.0.38
31012025-02-19T02:31:26.991Z[ helios-setup] Feb 19 02:31:26.191 INFO E| Compiling itoa v1.0.6
31022025-02-19T02:31:27.043Z[ helios-setup] Feb 19 02:31:26.237 INFO E| Compiling serde_json v1.0.95
31032025-02-19T02:31:28.140Z[ helios-setup] Feb 19 02:31:27.341 INFO E| Compiling jobserver v0.1.26
31042025-02-19T02:31:28.214Z[ helios-setup] Feb 19 02:31:27.415 INFO E| Compiling getrandom v0.2.8
31052025-02-19T02:31:28.370Z[ helios-setup] Feb 19 02:31:27.570 INFO E| Compiling pin-project-lite v0.2.9
31062025-02-19T02:31:28.786Z[ helios-setup] Feb 19 02:31:27.986 INFO E| Compiling quote v1.0.36
31072025-02-19T02:31:28.945Z[ helios-setup] Feb 19 02:31:28.144 INFO E| Compiling cc v1.0.78
31082025-02-19T02:31:29.019Z[ helios-setup] Feb 19 02:31:28.220 INFO E| Compiling scopeguard v1.1.0
31092025-02-19T02:31:29.096Z[ helios-setup] Feb 19 02:31:28.296 INFO E| Compiling indexmap v1.9.3
31102025-02-19T02:31:29.271Z[ helios-setup] Feb 19 02:31:28.470 INFO E| Compiling futures-core v0.3.28
31112025-02-19T02:31:29.406Z[ helios-setup] Feb 19 02:31:28.606 INFO E| Compiling bytes v1.4.0
31122025-02-19T02:31:29.547Z[ helios-setup] Feb 19 02:31:28.747 INFO E| Compiling syn v2.0.72
31132025-02-19T02:31:30.070Z[ helios-setup] Feb 19 02:31:29.265 INFO E| Compiling num-integer v0.1.45
31142025-02-19T02:31:30.073Z[ helios-setup] Feb 19 02:31:29.266 INFO E| Compiling ryu v1.0.13
31152025-02-19T02:31:31.608Z[ helios-setup] Feb 19 02:31:30.808 INFO E| Compiling lock_api v0.4.9
31162025-02-19T02:31:31.669Z[ helios-setup] Feb 19 02:31:30.869 INFO E| Compiling typenum v1.16.0
31172025-02-19T02:31:31.857Z[ helios-setup] Feb 19 02:31:31.057 INFO E| Compiling bitflags v1.3.2
31182025-02-19T02:31:32.167Z[ host-package] Compiling primeorder v0.13.6
31192025-02-19T02:31:32.229Z[ helios-setup] Feb 19 02:31:31.429 INFO E| Compiling parking_lot_core v0.9.6
31202025-02-19T02:31:32.998Z[ helios-setup] Feb 19 02:31:32.198 INFO E| Compiling num_cpus v1.15.0
31212025-02-19T02:31:33.013Z[ helios-setup] Feb 19 02:31:32.213 INFO E| Compiling generic-array v0.14.6
31222025-02-19T02:31:33.159Z[ helios-setup] Feb 19 02:31:32.359 INFO E| Compiling slab v0.4.7
31232025-02-19T02:31:33.159Z[ helios-setup] Feb 19 02:31:32.359 INFO E| Compiling futures-task v0.3.28
31242025-02-19T02:31:33.248Z[ host-package] Compiling castaway v0.2.3
31252025-02-19T02:31:33.290Z[ helios-setup] Feb 19 02:31:32.489 INFO E| Compiling futures-channel v0.3.28
31262025-02-19T02:31:33.631Z[ helios-setup] Feb 19 02:31:32.830 INFO E| Compiling futures-sink v0.3.28
31272025-02-19T02:31:33.889Z[ host-package] Compiling vergen v8.3.2
31282025-02-19T02:31:34.044Z[ helios-setup] Feb 19 02:31:33.244 INFO E| Compiling tokio v1.27.0
31292025-02-19T02:31:34.425Z[ helios-setup] Feb 19 02:31:33.625 INFO E| Compiling futures-util v0.3.28
31302025-02-19T02:31:34.824Z[ host-package] Compiling env_filter v0.1.2
31312025-02-19T02:31:35.386Z[ helios-setup] Feb 19 02:31:34.586 INFO E| Compiling mio v0.8.5
31322025-02-19T02:31:35.452Z[ helios-setup] Feb 19 02:31:34.650 INFO E| Compiling signal-hook-registry v1.4.0
31332025-02-19T02:31:35.496Z[ helios-setup] Feb 19 02:31:34.696 INFO E| Compiling socket2 v0.4.9
31342025-02-19T02:31:35.816Z[ helios-setup] Feb 19 02:31:35.015 INFO E| Compiling pin-utils v0.1.0
31352025-02-19T02:31:35.966Z[ helios-setup] Feb 19 02:31:35.166 INFO E| Compiling futures-io v0.3.28
31362025-02-19T02:31:36.029Z[ helios-setup] Feb 19 02:31:35.229 INFO E| Compiling schemars v0.8.12
31372025-02-19T02:31:36.651Z[ helios-setup] Feb 19 02:31:35.850 INFO E| Compiling ahash v0.7.6
31382025-02-19T02:31:37.028Z[ helios-setup] Feb 19 02:31:36.227 INFO E| Compiling num-traits v0.2.15
31392025-02-19T02:31:37.637Z[ host-package] Compiling cargo-platform v0.1.8
31402025-02-19T02:31:37.640Z[ helios-setup] Feb 19 02:31:36.838 INFO E| Compiling crunchy v0.2.2
31412025-02-19T02:31:37.743Z[ helios-setup] Feb 19 02:31:36.942 INFO E| Compiling io-lifetimes v1.0.10
31422025-02-19T02:31:38.759Z[ helios-setup] Feb 19 02:31:37.958 INFO E| Compiling ahash v0.8.3
31432025-02-19T02:31:38.802Z[ host-package] Compiling cargo_metadata v0.18.1
31442025-02-19T02:31:38.844Z[ host-package] Compiling env_logger v0.11.5
31452025-02-19T02:31:38.851Z[ helios-setup] Feb 19 02:31:38.051 INFO E| Compiling crossbeam-utils v0.8.14
31462025-02-19T02:31:39.365Z[ helios-setup] Feb 19 02:31:38.564 INFO E| Compiling block-buffer v0.10.3
31472025-02-19T02:31:39.477Z[ helios-setup] Feb 19 02:31:38.675 INFO E| Compiling crypto-common v0.1.6
31482025-02-19T02:31:39.564Z[ helios-setup] Feb 19 02:31:38.764 INFO E| Compiling rustix v0.37.3
31492025-02-19T02:31:39.624Z[ host-package] Compiling git2 v0.19.0
31502025-02-19T02:31:39.909Z[ helios-setup] Feb 19 02:31:39.108 INFO E| Compiling slog v2.7.0
31512025-02-19T02:31:40.035Z[ helios-setup] Feb 19 02:31:39.234 INFO E| Compiling serde_derive_internals v0.26.0
31522025-02-19T02:31:40.176Z[ helios-setup] Feb 19 02:31:39.376 INFO E| Compiling tiny-keccak v2.0.2
31532025-02-19T02:31:40.798Z[ helios-setup] Feb 19 02:31:39.997 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31542025-02-19T02:31:41.120Z[ helios-setup] Feb 19 02:31:40.319 INFO E| Compiling hashbrown v0.12.3
31552025-02-19T02:31:41.444Z[ host-package] Compiling compact_str v0.8.0
31562025-02-19T02:31:42.203Z[ host-package] Compiling p384 v0.13.0
31572025-02-19T02:31:42.232Z[ helios-setup] Feb 19 02:31:41.431 INFO E| Compiling digest v0.10.6
31582025-02-19T02:31:43.141Z[ helios-setup] Feb 19 02:31:42.340 INFO E| Compiling errno v0.3.1
31592025-02-19T02:31:43.627Z[ helios-setup] Feb 19 02:31:42.826 INFO E| Compiling anyhow v1.0.68
31602025-02-19T02:31:43.835Z[ helios-setup] Feb 19 02:31:43.034 INFO E| Compiling fnv v1.0.7
31612025-02-19T02:31:43.981Z[ helios-setup] Feb 19 02:31:43.180 INFO E| Compiling unicode-width v0.1.10
31622025-02-19T02:31:44.014Z[ helios-setup] Feb 19 02:31:43.213 INFO E| Compiling cpufeatures v0.2.5
31632025-02-19T02:31:44.286Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642025-02-19T02:31:44.469Z[ helios-setup] Feb 19 02:31:43.668 INFO E| Compiling pkg-config v0.3.26
31652025-02-19T02:31:44.794Z[ helios-setup] Feb 19 02:31:43.991 INFO E| Compiling http v0.2.9
31662025-02-19T02:31:46.495Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31672025-02-19T02:31:47.607Z[ helios-setup] Feb 19 02:31:46.805 INFO E| Compiling thiserror-impl v1.0.38
31682025-02-19T02:31:47.666Z[ helios-setup] Feb 19 02:31:46.865 INFO E| Compiling schemars_derive v0.8.12
31692025-02-19T02:31:49.706Z[ helios-setup] Feb 19 02:31:48.904 INFO E| Compiling aho-corasick v0.7.20
31702025-02-19T02:31:49.749Z[ helios-setup] Feb 19 02:31:48.946 INFO E| Compiling tinyvec_macros v0.1.1
31712025-02-19T02:31:49.874Z[ helios-setup] Feb 19 02:31:49.070 INFO E| Compiling serde_derive v1.0.204
31722025-02-19T02:31:50.100Z[ helios-setup] Feb 19 02:31:49.298 INFO E| Compiling futures-macro v0.3.28
31732025-02-19T02:31:50.297Z[ helios-setup] Feb 19 02:31:49.495 INFO E| Compiling tokio-macros v2.0.0
31742025-02-19T02:31:50.483Z[ helios-setup] Feb 19 02:31:49.681 INFO E| Compiling httparse v1.8.0
31752025-02-19T02:31:51.690Z[ helios-setup] Feb 19 02:31:50.886 INFO E| Compiling percent-encoding v2.2.0
31762025-02-19T02:31:53.026Z[ helios-setup] Feb 19 02:31:52.224 INFO E| Compiling regex-syntax v0.6.29
31772025-02-19T02:31:53.118Z[ helios-setup] Feb 19 02:31:52.316 INFO E| Compiling heck v0.4.1
31782025-02-19T02:31:53.510Z[ helios-setup] Feb 19 02:31:52.688 INFO E| Compiling form_urlencoded v1.1.0
31792025-02-19T02:31:53.569Z[ helios-setup] Feb 19 02:31:52.767 INFO E| Compiling const-random-macro v0.1.15
31802025-02-19T02:31:53.884Z[ helios-setup] Feb 19 02:31:53.081 INFO E| Compiling tinyvec v1.6.0
31812025-02-19T02:31:53.975Z[ helios-setup] Feb 19 02:31:53.172 INFO E| Compiling hashbrown v0.13.2
31822025-02-19T02:31:54.421Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31832025-02-19T02:31:55.829Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31842025-02-19T02:31:55.963Z[ helios-setup] Feb 19 02:31:55.161 INFO E| Compiling libz-sys v1.1.8
31852025-02-19T02:31:56.555Z[ helios-setup] Feb 19 02:31:55.752 INFO E| Compiling chrono v0.4.24
31862025-02-19T02:31:57.470Z[ helios-setup] Feb 19 02:31:56.667 INFO E| Compiling getopts v0.2.21
31872025-02-19T02:31:58.253Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31882025-02-19T02:31:58.940Z[ helios-setup] Feb 19 02:31:58.137 INFO E| Compiling memoffset v0.7.1
31892025-02-19T02:31:59.037Z[ helios-setup] Feb 19 02:31:58.234 INFO E| Compiling dyn-clone v1.0.11
31902025-02-19T02:31:59.365Z[ helios-setup] Feb 19 02:31:58.561 INFO E| Compiling time-core v0.1.2
31912025-02-19T02:31:59.659Z[ helios-setup] Feb 19 02:31:58.856 INFO E| Compiling uuid v1.3.0
31922025-02-19T02:31:59.835Z[ helios-setup] Feb 19 02:31:59.031 INFO E| Compiling regex v1.7.3
31932025-02-19T02:32:00.328Z[ helios-setup] Feb 19 02:31:59.524 INFO E| Compiling num-conv v0.1.0
31942025-02-19T02:32:00.495Z[ helios-setup] Feb 19 02:31:59.692 INFO E| Compiling powerfmt v0.2.0
31952025-02-19T02:32:01.233Z[ helios-setup] Feb 19 02:32:00.430 INFO E| Compiling time-macros v0.2.18
31962025-02-19T02:32:01.310Z[ helios-setup] Feb 19 02:32:00.503 INFO E| Compiling deranged v0.3.11
31972025-02-19T02:32:01.896Z[ helios-setup] Feb 19 02:32:01.093 INFO E| Compiling unicode-normalization v0.1.22
31982025-02-19T02:32:02.655Z[ helios-setup] Feb 19 02:32:01.852 INFO E| Compiling regress v0.5.0
31992025-02-19T02:32:04.744Z[ helios-setup] Feb 19 02:32:03.940 INFO E| Compiling const-random v0.1.15
32002025-02-19T02:32:05.483Z[ host-package] Compiling unicode-truncate v1.1.0
32012025-02-19T02:32:05.959Z[ helios-setup] Feb 19 02:32:05.155 INFO E| Compiling tracing-core v0.1.30
32022025-02-19T02:32:06.017Z[ host-package] Compiling lru v0.12.5
32032025-02-19T02:32:07.068Z[ host-package] Compiling rand_seeder v0.3.0
32042025-02-19T02:32:07.162Z[ helios-setup] Feb 19 02:32:06.358 INFO E| Compiling crossbeam-epoch v0.9.13
32052025-02-19T02:32:07.400Z[ helios-setup] Feb 19 02:32:06.596 INFO E| Compiling num_threads v0.1.6
32062025-02-19T02:32:07.963Z[ host-package] Compiling libsqlite3-sys v0.30.1
32072025-02-19T02:32:08.028Z[ helios-setup] Feb 19 02:32:07.224 INFO E| Compiling unicode-bidi v0.3.13
32082025-02-19T02:32:08.031Z[ helios-setup] Feb 19 02:32:07.224 INFO E| Compiling ucd-trie v0.1.5
32092025-02-19T02:32:09.456Z[ host-package] Compiling lzma-sys v0.1.20
32102025-02-19T02:32:09.838Z[ helios-setup] Feb 19 02:32:09.033 INFO E| Compiling idna v0.3.0
32112025-02-19T02:32:09.989Z[ helios-setup] Feb 19 02:32:09.184 INFO E| Compiling time v0.3.36
32122025-02-19T02:32:10.803Z[ host-package] Compiling instability v0.3.2
32132025-02-19T02:32:11.976Z[ helios-setup] Feb 19 02:32:11.172 INFO E| Compiling pest v2.5.7
32142025-02-19T02:32:12.004Z[ host-package] Compiling rustls v0.21.12
32152025-02-19T02:32:12.884Z[ host-package] Compiling cassowary v0.3.0
32162025-02-19T02:32:13.030Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32172025-02-19T02:32:13.693Z[ helios-setup] Feb 19 02:32:12.888 INFO E| Compiling tracing v0.1.37
32182025-02-19T02:32:13.967Z[ host-package] Compiling ratatui v0.28.1
32192025-02-19T02:32:14.390Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32202025-02-19T02:32:15.002Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32212025-02-19T02:32:16.794Z[ helios-setup] Feb 19 02:32:15.989 INFO E| Compiling toml v0.5.11
32222025-02-19T02:32:17.315Z[ helios-setup] Feb 19 02:32:16.509 INFO E| Compiling serde_tokenstream v0.2.0
32232025-02-19T02:32:17.579Z[ helios-setup] Feb 19 02:32:16.774 INFO E| Compiling crossbeam-channel v0.5.6
32242025-02-19T02:32:17.717Z[ helios-setup] Feb 19 02:32:16.912 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32252025-02-19T02:32:18.928Z[ helios-setup] Feb 19 02:32:17.944 INFO E| Compiling smallvec v1.10.0
32262025-02-19T02:32:18.942Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32272025-02-19T02:32:19.381Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282025-02-19T02:32:21.039Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32292025-02-19T02:32:21.477Z[ helios-setup] Feb 19 02:32:20.671 INFO E| Compiling parking_lot v0.12.1
32302025-02-19T02:32:21.873Z[ helios-setup] Feb 19 02:32:21.067 INFO E| Compiling dirs-sys-next v0.1.2
32312025-02-19T02:32:21.979Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32322025-02-19T02:32:22.725Z[ helios-setup] Feb 19 02:32:21.908 INFO E| Compiling time v0.1.45
32332025-02-19T02:32:24.201Z[ helios-setup] Feb 19 02:32:23.391 INFO E| Compiling semver v1.0.17
32342025-02-19T02:32:25.279Z[ helios-setup] Feb 19 02:32:24.472 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32352025-02-19T02:32:26.147Z[ helios-setup] Feb 19 02:32:25.341 INFO E| Compiling crc32fast v1.3.2
32362025-02-19T02:32:26.711Z[ helios-setup] Feb 19 02:32:25.903 INFO E| Compiling iana-time-zone v0.1.56
32372025-02-19T02:32:27.137Z[ host-package] Compiling sct v0.7.1
32382025-02-19T02:32:28.081Z[ host-package] Compiling rustls-webpki v0.101.7
32392025-02-19T02:32:28.316Z[ host-package] Compiling heck v0.3.3
32402025-02-19T02:32:28.703Z[ helios-setup] Feb 19 02:32:27.895 INFO E| Compiling dirs-next v2.0.0
32412025-02-19T02:32:29.076Z[ host-package] Compiling csv-core v0.1.11
32422025-02-19T02:32:29.281Z[ helios-setup] Feb 19 02:32:28.473 INFO E| Compiling proc-macro-crate v1.2.1
32432025-02-19T02:32:29.718Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32442025-02-19T02:32:30.378Z[ helios-setup] Feb 19 02:32:29.571 INFO E| Compiling semver-parser v0.10.2
32452025-02-19T02:32:30.645Z[ host-package] Compiling glob v0.3.2
32462025-02-19T02:32:31.051Z[ host-package] Compiling csv v1.3.1
32472025-02-19T02:32:31.222Z[ helios-setup] Feb 19 02:32:30.412 INFO E| Compiling url v2.3.1
32482025-02-19T02:32:34.204Z[ helios-setup] Feb 19 02:32:33.389 INFO E| Compiling futures-executor v0.3.28
32492025-02-19T02:32:34.730Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32502025-02-19T02:32:35.153Z[ host-package] Compiling zone_cfg_derive v0.1.2
32512025-02-19T02:32:35.283Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32522025-02-19T02:32:35.551Z[ helios-setup] Feb 19 02:32:34.731 INFO E| Compiling thread_local v1.1.7
32532025-02-19T02:32:35.933Z[ helios-setup] Feb 19 02:32:35.126 INFO E| Compiling rayon-core v1.10.2
32542025-02-19T02:32:36.458Z[ helios-setup] Feb 19 02:32:35.651 INFO E| Compiling try-lock v0.2.4
32552025-02-19T02:32:36.961Z[ helios-setup] Feb 19 02:32:36.153 INFO E| Compiling adler v1.0.2
32562025-02-19T02:32:37.035Z[ helios-setup] Feb 19 02:32:36.227 INFO E| Compiling same-file v1.0.6
32572025-02-19T02:32:37.553Z[ helios-setup] Feb 19 02:32:36.745 INFO E| Compiling walkdir v2.3.3
32582025-02-19T02:32:37.992Z[ helios-setup] Feb 19 02:32:37.184 INFO E| Compiling miniz_oxide v0.6.2
32592025-02-19T02:32:38.154Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
32602025-02-19T02:32:39.108Z[ helios-setup] Feb 19 02:32:38.297 INFO E| Compiling want v0.3.0
32612025-02-19T02:32:40.046Z[ helios-setup] Feb 19 02:32:39.233 INFO E| Compiling tokio-util v0.7.7
32622025-02-19T02:32:40.089Z[ helios-setup] Feb 19 02:32:39.281 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32632025-02-19T02:32:42.318Z[ helios-setup] Feb 19 02:32:41.510 INFO E| Compiling h2 v0.3.16
32642025-02-19T02:32:43.252Z[ helios-setup] Feb 19 02:32:42.443 INFO E| Compiling futures v0.3.28
32652025-02-19T02:32:44.404Z[ helios-setup] Feb 19 02:32:43.595 INFO E| Compiling semver v0.11.0
32662025-02-19T02:32:44.599Z[ helios-setup] Feb 19 02:32:43.790 INFO E| Compiling crossbeam-deque v0.8.2
32672025-02-19T02:32:44.763Z[ helios-setup] Feb 19 02:32:43.954 INFO E| Compiling num_enum_derive v0.5.7
32682025-02-19T02:32:45.588Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32692025-02-19T02:32:45.967Z[ helios-setup] Feb 19 02:32:45.157 INFO E| Compiling term v0.7.0
32702025-02-19T02:32:48.660Z[ helios-setup] Feb 19 02:32:47.851 INFO E| Compiling http-body v0.4.5
32712025-02-19T02:32:48.753Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32722025-02-19T02:32:49.714Z[ helios-setup] Feb 19 02:32:48.905 INFO E| Compiling sha2 v0.10.6
32732025-02-19T02:32:50.442Z[ helios-setup] Feb 19 02:32:49.626 INFO E| Compiling ring v0.16.20
32742025-02-19T02:32:52.006Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32752025-02-19T02:32:52.255Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32762025-02-19T02:32:52.954Z[ helios-setup] Feb 19 02:32:52.139 INFO E| Compiling rand_core v0.6.4
32772025-02-19T02:32:54.267Z[ helios-setup] Feb 19 02:32:53.457 INFO E| Compiling atty v0.2.14
32782025-02-19T02:32:54.957Z[ helios-setup] Feb 19 02:32:54.147 INFO E| Compiling lazy_static v1.4.0
32792025-02-19T02:32:55.048Z[ helios-setup] Feb 19 02:32:54.228 INFO E| Compiling base64 v0.21.0
32802025-02-19T02:32:55.815Z[ helios-setup] Feb 19 02:32:55.005 INFO E| Compiling utf8parse v0.2.1
32812025-02-19T02:32:56.833Z[ helios-setup] Feb 19 02:32:56.022 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32822025-02-19T02:32:57.214Z[ helios-setup] Feb 19 02:32:56.383 INFO E| Compiling home v0.5.4
32832025-02-19T02:32:57.773Z[ helios-setup] Feb 19 02:32:56.963 INFO E| Compiling tower-service v0.3.2
32842025-02-19T02:32:57.921Z[ helios-setup] Feb 19 02:32:57.104 INFO E| Compiling httpdate v1.0.2
32852025-02-19T02:32:57.937Z[ helios-setup] Feb 19 02:32:57.126 INFO E| Compiling ppv-lite86 v0.2.17
32862025-02-19T02:32:58.257Z[ helios-setup] Feb 19 02:32:57.447 INFO E| Compiling fastrand v1.9.0
32872025-02-19T02:32:59.476Z[ helios-setup] Feb 19 02:32:58.666 INFO E| Compiling rand_chacha v0.3.1
32882025-02-19T02:32:59.589Z[ helios-setup] Feb 19 02:32:58.779 INFO E| Compiling tempfile v3.5.0
32892025-02-19T02:32:59.728Z[ helios-setup] Feb 19 02:32:58.918 INFO E| Compiling hyper v0.14.25
32902025-02-19T02:33:00.820Z[ helios-setup] Feb 19 02:33:00.010 INFO E| Compiling toolchain_find v0.2.0
32912025-02-19T02:33:01.297Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922025-02-19T02:33:05.507Z[ helios-setup] Feb 19 02:33:01.252 INFO E| Compiling anstyle-parse v0.1.1
32932025-02-19T02:33:05.581Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32942025-02-19T02:33:05.581Z[ helios-setup] Feb 19 02:33:02.140 INFO E| Compiling slog-term v2.9.0
32952025-02-19T02:33:05.581Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32962025-02-19T02:33:05.599Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32972025-02-19T02:33:05.599Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32982025-02-19T02:33:05.599Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32992025-02-19T02:33:06.510Z[ host-package] Compiling nix v0.27.1
33002025-02-19T02:33:07.765Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33012025-02-19T02:33:09.179Z[ host-package] Compiling tungstenite v0.23.0
33022025-02-19T02:33:11.733Z[ host-package] Compiling hashlink v0.9.1
33032025-02-19T02:33:12.488Z[ helios-setup] Feb 19 02:33:11.676 INFO E| Compiling num_enum v0.5.7
33042025-02-19T02:33:12.833Z[ helios-setup] Feb 19 02:33:12.021 INFO E| Compiling flate2 v1.0.25
33052025-02-19T02:33:13.849Z[ host-package] Compiling fallible-iterator v0.3.0
33062025-02-19T02:33:14.430Z[ host-package] Compiling base64 v0.13.1
33072025-02-19T02:33:15.573Z[ helios-setup] Feb 19 02:33:14.759 INFO E| Compiling cargo-lock v8.0.3
33082025-02-19T02:33:15.972Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33092025-02-19T02:33:16.240Z[ host-package] Compiling ron v0.7.1
33102025-02-19T02:33:16.937Z[ host-package] Compiling rusqlite v0.32.1
33112025-02-19T02:33:18.536Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33122025-02-19T02:33:18.612Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33132025-02-19T02:33:21.539Z[ host-package] Compiling tokio-tungstenite v0.23.1
33142025-02-19T02:33:21.743Z[ helios-setup] Feb 19 02:33:20.930 INFO E| Compiling serde_urlencoded v0.7.1
33152025-02-19T02:33:23.060Z[ helios-setup] Feb 19 02:33:22.246 INFO E| Compiling is-terminal v0.4.7
33162025-02-19T02:33:23.181Z[ helios-setup] Feb 19 02:33:22.368 INFO E| Compiling sha1 v0.10.5
33172025-02-19T02:33:23.400Z[ helios-setup] Feb 19 02:33:22.586 INFO E| Compiling concolor-override v1.0.0
33182025-02-19T02:33:24.058Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33192025-02-19T02:33:24.124Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33202025-02-19T02:33:24.895Z[ helios-setup] Feb 19 02:33:24.082 INFO E| Compiling either v1.8.0
33212025-02-19T02:33:25.688Z[ helios-setup] Feb 19 02:33:24.875 INFO E| Compiling anstyle v0.3.5
33222025-02-19T02:33:25.952Z[ helios-setup] Feb 19 02:33:25.138 INFO E| Compiling concolor-query v0.3.3
33232025-02-19T02:33:26.090Z[ host-package] Compiling xz2 v0.1.7
33242025-02-19T02:33:26.735Z[ helios-setup] Feb 19 02:33:25.921 INFO E| Compiling anstream v0.2.6
33252025-02-19T02:33:27.235Z[ host-package] Compiling tokio-rustls v0.24.1
33262025-02-19T02:33:27.397Z[ host-package] Compiling zone v0.1.8
33272025-02-19T02:33:27.605Z[ helios-setup] Feb 19 02:33:26.791 INFO E| Compiling rayon v1.6.1
33282025-02-19T02:33:28.111Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33292025-02-19T02:33:30.149Z[ helios-setup] Feb 19 02:33:29.335 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33302025-02-19T02:33:30.479Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312025-02-19T02:33:31.325Z[ helios-setup] Feb 19 02:33:30.511 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33322025-02-19T02:33:32.350Z[ helios-setup] Feb 19 02:33:31.536 INFO E| Compiling rustfmt-wrapper v0.2.0
33332025-02-19T02:33:33.408Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33342025-02-19T02:33:33.778Z[ helios-setup] Feb 19 02:33:32.962 INFO E| Compiling rand v0.8.5
33352025-02-19T02:33:33.916Z[ helios-setup] Feb 19 02:33:33.102 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33362025-02-19T02:33:34.898Z[ helios-setup] Feb 19 02:33:34.084 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33372025-02-19T02:33:35.605Z[ helios-setup] Feb 19 02:33:34.790 INFO E| Compiling openapiv3 v1.0.2
33382025-02-19T02:33:37.618Z[ helios-setup] Feb 19 02:33:36.802 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33392025-02-19T02:33:38.077Z[ helios-setup] Feb 19 02:33:37.262 INFO E| Compiling encoding_rs v0.8.32
33402025-02-19T02:33:40.231Z[ helios-setup] Feb 19 02:33:39.416 INFO E| Compiling base64 v0.13.1
33412025-02-19T02:33:41.983Z[ helios-setup] Feb 19 02:33:41.168 INFO E| Compiling mime v0.3.17
33422025-02-19T02:33:42.591Z[ helios-setup] Feb 19 02:33:41.775 INFO E| Compiling utf-8 v0.7.6
33432025-02-19T02:33:43.497Z[ helios-setup] Feb 19 02:33:42.681 INFO E| Compiling byteorder v1.4.3
33442025-02-19T02:33:43.949Z[ helios-setup] Feb 19 02:33:43.132 INFO E| Compiling unsafe-libyaml v0.2.8
33452025-02-19T02:33:44.099Z[ helios-setup] Feb 19 02:33:43.283 INFO E| Compiling project-root v0.2.2
33462025-02-19T02:33:44.608Z[ helios-setup] Feb 19 02:33:43.792 INFO E| Compiling clap_lex v0.4.1
33472025-02-19T02:33:44.893Z[ helios-setup] Feb 19 02:33:44.076 INFO E| Compiling ipnet v2.7.2
33482025-02-19T02:33:46.230Z[ helios-setup] Feb 19 02:33:45.414 INFO E| Compiling strsim v0.10.0
33492025-02-19T02:33:48.322Z[ helios-setup] Feb 19 02:33:47.505 INFO E| Compiling untrusted v0.7.1
33502025-02-19T02:33:48.610Z[ helios-setup] Feb 19 02:33:47.792 INFO E| Compiling spin v0.5.2
33512025-02-19T02:33:48.828Z[ helios-setup] Feb 19 02:33:48.011 INFO E| Compiling serde_yaml v0.9.21
33522025-02-19T02:33:49.693Z[ helios-setup] Feb 19 02:33:48.877 INFO E| Compiling clap_builder v4.2.1
33532025-02-19T02:33:49.774Z[ helios-setup] Feb 19 02:33:48.952 INFO E| Compiling reqwest v0.11.16
33542025-02-19T02:33:50.781Z[ helios-setup] Feb 19 02:33:49.965 INFO E| Compiling tungstenite v0.18.0
33552025-02-19T02:33:55.744Z[ helios-setup] Feb 19 02:33:54.927 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33562025-02-19T02:33:56.851Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33572025-02-19T02:33:57.448Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33582025-02-19T02:34:00.319Z[ helios-setup] Feb 19 02:33:59.501 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33592025-02-19T02:34:00.585Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33602025-02-19T02:34:01.427Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33612025-02-19T02:34:02.844Z[ helios-setup] Feb 19 02:34:02.026 INFO E| Compiling clap_derive v4.2.0
33622025-02-19T02:34:03.808Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33632025-02-19T02:34:04.622Z[ host-package] Compiling rustls-pemfile v1.0.4
33642025-02-19T02:34:05.598Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33652025-02-19T02:34:05.771Z[ helios-setup] Feb 19 02:34:04.952 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33662025-02-19T02:34:06.011Z[ host-package] Compiling signal-hook-tokio v0.3.1
33672025-02-19T02:34:06.114Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33682025-02-19T02:34:06.943Z[ host-package] Compiling yasna v0.5.2
33692025-02-19T02:34:11.137Z[ helios-setup] Feb 19 02:34:10.318 INFO E| Compiling clap v4.2.1
33702025-02-19T02:34:13.628Z[ host-package] Compiling twox-hash v2.1.0
33712025-02-19T02:34:16.325Z[ host-package] Compiling is_ci v1.2.0
33722025-02-19T02:34:17.151Z[ host-package] Compiling smawk v0.3.2
33732025-02-19T02:34:17.891Z[ host-package] Compiling unicode-linebreak v0.1.5
33742025-02-19T02:34:18.068Z[ host-package] Compiling supports-color v3.0.1
33752025-02-19T02:34:19.122Z[ host-package] Compiling textwrap v0.16.1
33762025-02-19T02:34:22.856Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
33772025-02-19T02:34:25.136Z[ host-package] Compiling rcgen v0.12.1
33782025-02-19T02:34:29.359Z[ helios-setup] Feb 19 02:34:28.538 INFO E| Compiling tokio-tungstenite v0.18.0
33792025-02-19T02:34:31.041Z[ helios-setup] Feb 19 02:34:30.220 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33802025-02-19T02:34:34.055Z[ helios-setup] Feb 19 02:34:33.233 INFO E| Compiling smartstring v1.0.1
33812025-02-19T02:34:34.368Z[ helios-setup] Feb 19 02:34:33.546 INFO E| Compiling rustls v0.21.0
33822025-02-19T02:34:35.450Z[ helios-setup] Feb 19 02:34:34.628 INFO E| Compiling sct v0.7.0
33832025-02-19T02:34:36.406Z[ helios-setup] Feb 19 02:34:35.584 INFO E| Compiling rustls-webpki v0.100.1
33842025-02-19T02:34:36.578Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33852025-02-19T02:34:36.890Z[ helios-setup] Feb 19 02:34:36.067 INFO E| Compiling toml_datetime v0.6.1
33862025-02-19T02:34:38.368Z[ helios-setup] Feb 19 02:34:37.546 INFO E| Compiling serde_spanned v0.6.1
33872025-02-19T02:34:39.103Z[ helios-setup] Feb 19 02:34:38.281 INFO E| Compiling async-trait v0.1.68
33882025-02-19T02:34:39.317Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33892025-02-19T02:34:40.281Z[ helios-setup] Feb 19 02:34:39.458 INFO E| Compiling static_assertions v1.1.0
33902025-02-19T02:34:40.358Z[ helios-setup] Feb 19 02:34:39.536 INFO E| Compiling match_cfg v0.1.0
33912025-02-19T02:34:40.674Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33922025-02-19T02:34:40.734Z[ helios-setup] Feb 19 02:34:39.912 INFO E| Compiling slog-async v2.7.0
33932025-02-19T02:34:40.913Z[ helios-setup] Feb 19 02:34:40.091 INFO E| Compiling winnow v0.4.1
33942025-02-19T02:34:42.108Z[ helios-setup] Feb 19 02:34:41.285 INFO E| Compiling paste v1.0.12
33952025-02-19T02:34:43.549Z[ helios-setup] Feb 19 02:34:42.726 INFO E| Compiling camino v1.1.4
33962025-02-19T02:34:45.062Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33972025-02-19T02:34:45.424Z[ helios-setup] Feb 19 02:34:44.601 INFO E| Compiling hostname v0.3.1
33982025-02-19T02:34:46.958Z[ helios-setup] Feb 19 02:34:46.134 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33992025-02-19T02:34:48.200Z[ helios-setup] Feb 19 02:34:47.376 INFO E| Compiling toml_edit v0.19.8
34002025-02-19T02:34:48.595Z[ helios-setup] Feb 19 02:34:47.771 INFO E| Compiling slog-json v2.6.1
34012025-02-19T02:34:49.868Z[ helios-setup] Feb 19 02:34:49.044 INFO E| Compiling bincode v1.3.3
34022025-02-19T02:34:52.176Z[ helios-setup] Feb 19 02:34:51.352 INFO E| Compiling unicode-linebreak v0.1.4
34032025-02-19T02:34:56.852Z[ helios-setup] Feb 19 02:34:56.028 INFO E| Compiling async-stream-impl v0.3.5
34042025-02-19T02:34:57.406Z[ helios-setup] Feb 19 02:34:56.581 INFO E| Compiling rhai_codegen v1.5.0
34052025-02-19T02:34:59.967Z[ helios-setup] Feb 19 02:34:59.142 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34062025-02-19T02:35:01.076Z[ helios-setup] Feb 19 02:35:00.250 INFO E| Compiling take_mut v0.2.2
34072025-02-19T02:35:02.837Z[ helios-setup] Feb 19 02:35:02.012 INFO E| Compiling rhai v1.14.0
34082025-02-19T02:35:02.896Z[ helios-setup] Feb 19 02:35:02.071 INFO E| Compiling async-stream v0.3.5
34092025-02-19T02:35:03.334Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34102025-02-19T02:35:03.700Z[ helios-setup] Feb 19 02:35:02.875 INFO E| Compiling toml v0.7.3
34112025-02-19T02:35:03.862Z[ helios-setup] Feb 19 02:35:03.037 INFO E| Compiling tokio-rustls v0.24.0
34122025-02-19T02:35:05.032Z[ helios-setup] Feb 19 02:35:04.207 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34132025-02-19T02:35:07.052Z[ helios-setup] Feb 19 02:35:06.226 INFO E| Compiling slog-bunyan v2.4.0
34142025-02-19T02:35:15.068Z[ helios-setup] Feb 19 02:35:14.234 INFO E| Compiling rustls-pemfile v1.0.2
34152025-02-19T02:35:15.139Z[ helios-setup] Feb 19 02:35:14.312 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34162025-02-19T02:35:15.654Z[ helios-setup] Feb 19 02:35:14.827 INFO E| Compiling serde_path_to_error v0.1.11
34172025-02-19T02:35:17.083Z[ helios-setup] Feb 19 02:35:16.255 INFO E| Compiling terminal_size v0.2.6
34182025-02-19T02:35:17.687Z[ helios-setup] Feb 19 02:35:16.859 INFO E| Compiling smawk v0.3.1
34192025-02-19T02:35:17.997Z[ helios-setup] Feb 19 02:35:17.169 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34202025-02-19T02:35:18.552Z[ helios-setup] Feb 19 02:35:17.725 INFO E| Compiling textwrap v0.16.0
34212025-02-19T02:35:30.312Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34222025-02-19T02:35:32.458Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34232025-02-19T02:35:39.314Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34242025-02-19T02:35:41.074Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34252025-02-19T02:35:43.131Z[ helios-setup] Feb 19 02:35:42.299 INFO E| Compiling git2 v0.16.1
34262025-02-19T02:35:48.592Z[ helios-setup] Feb 19 02:35:47.761 INFO E| Compiling built v0.6.0
34272025-02-19T02:35:50.034Z[ helios-setup] Feb 19 02:35:49.203 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34282025-02-19T02:35:51.839Z[ helios-setup] Feb 19 02:35:51.006 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34292025-02-19T02:35:52.396Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34302025-02-19T02:35:52.464Z[ helios-setup] Feb 19 02:35:51.633 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34312025-02-19T02:36:02.496Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34322025-02-19T02:36:02.657Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34332025-02-19T02:36:03.256Z[ host-package] Compiling fatfs v0.3.6
34342025-02-19T02:36:07.779Z[ host-package] Compiling rtoolbox v0.0.2
34352025-02-19T02:36:08.154Z[ host-package] Compiling subprocess v0.2.9
34362025-02-19T02:36:08.265Z[ host-package] Compiling assert_matches v1.5.0
34372025-02-19T02:36:12.006Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34382025-02-19T02:36:13.220Z[ host-package] Compiling rpassword v7.3.1
34392025-02-19T02:36:13.794Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34402025-02-19T02:36:15.582Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34412025-02-19T02:36:19.539Z[ helios-setup] Feb 19 02:36:18.704 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34422025-02-19T02:36:20.992Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34432025-02-19T02:36:22.056Z[ helios-setup] Feb 19 02:36:21.220 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34442025-02-19T02:36:23.825Z[ host-package] Compiling tui-tree-widget v0.22.0
34452025-02-19T02:36:24.835Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34462025-02-19T02:36:33.004Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34472025-02-19T02:36:33.994Z[ host-package] Compiling uzers v0.12.1
34482025-02-19T02:36:39.913Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34492025-02-19T02:36:49.952Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34502025-02-19T02:36:53.678Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34512025-02-19T02:37:03.050Z[ helios-setup] Feb 19 02:37:02.209 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34522025-02-19T02:37:38.457Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34532025-02-19T02:37:41.790Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34542025-02-19T02:37:50.028Z[ host-package] Compiling multimap v0.10.0
34552025-02-19T02:38:01.180Z[ helios-setup] Feb 19 02:38:00.333 INFO E| Finished `release` profile [optimized] target(s) in 6m 44s
34562025-02-19T02:38:01.340Z[ helios-setup] Feb 19 02:38:00.493 INFO building project "pilot" ok (404 seconds)
34572025-02-19T02:38:01.342Z[ helios-setup] Feb 19 02:38:00.493 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34582025-02-19T02:38:01.342Z[ helios-setup] Feb 19 02:38:00.493 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34592025-02-19T02:38:01.647Z[ helios-setup] Feb 19 02:38:00.800 INFO E| Downloading crates ...
34602025-02-19T02:38:01.802Z[ helios-setup] Feb 19 02:38:00.955 INFO E| Downloaded typenum v1.15.0
34612025-02-19T02:38:01.806Z[ helios-setup] Feb 19 02:38:00.959 INFO E| Downloaded sha2 v0.10.5
34622025-02-19T02:38:01.809Z[ helios-setup] Feb 19 02:38:00.962 INFO E| Downloaded anyhow v1.0.62
34632025-02-19T02:38:01.816Z[ helios-setup] Feb 19 02:38:00.967 INFO E| Downloaded digest v0.10.3
34642025-02-19T02:38:01.819Z[ helios-setup] Feb 19 02:38:00.970 INFO E| Downloaded bytes v1.2.1
34652025-02-19T02:38:01.893Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling typenum v1.15.0
34662025-02-19T02:38:01.893Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling version_check v0.9.4
34672025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling crc32fast v1.3.2
34682025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling cfg-if v1.0.0
34692025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling anyhow v1.0.62
34702025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling adler v1.0.2
34712025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.046 INFO E| Compiling unicode-width v0.1.10
34722025-02-19T02:38:01.897Z[ helios-setup] Feb 19 02:38:01.047 INFO E| Compiling cpufeatures v0.2.5
34732025-02-19T02:38:02.028Z[ helios-setup] Feb 19 02:38:01.181 INFO E| Compiling bytes v1.2.1
34742025-02-19T02:38:02.331Z[ helios-setup] Feb 19 02:38:01.484 INFO E| Compiling miniz_oxide v0.6.2
34752025-02-19T02:38:02.445Z[ helios-setup] Feb 19 02:38:01.598 INFO E| Compiling getopts v0.2.21
34762025-02-19T02:38:02.755Z[ helios-setup] Feb 19 02:38:01.908 INFO E| Compiling bitflags v1.3.2
34772025-02-19T02:38:03.205Z[ helios-setup] Feb 19 02:38:02.358 INFO E| Compiling generic-array v0.14.6
34782025-02-19T02:38:04.178Z[ helios-setup] Feb 19 02:38:03.330 INFO E| Compiling flate2 v1.0.25
34792025-02-19T02:38:07.549Z[ helios-setup] Feb 19 02:38:06.701 INFO E| Compiling crypto-common v0.1.6
34802025-02-19T02:38:07.549Z[ helios-setup] Feb 19 02:38:06.701 INFO E| Compiling block-buffer v0.10.3
34812025-02-19T02:38:07.800Z[ helios-setup] Feb 19 02:38:06.953 INFO E| Compiling digest v0.10.3
34822025-02-19T02:38:08.167Z[ helios-setup] Feb 19 02:38:07.320 INFO E| Compiling sha2 v0.10.5
34832025-02-19T02:38:08.755Z[ helios-setup] Feb 19 02:38:07.907 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34842025-02-19T02:38:13.883Z[ helios-setup] Feb 19 02:38:13.034 INFO E| Finished `release` profile [optimized] target(s) in 12.43s
34852025-02-19T02:38:13.899Z[ helios-setup] Feb 19 02:38:13.050 INFO building project "bootserver" ok (12 seconds)
34862025-02-19T02:38:13.901Z[ helios-setup] rm -f helios-build
34872025-02-19T02:38:13.904Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34882025-02-19T02:38:13.908Z[ helios-setup]
34892025-02-19T02:38:13.911Z[ helios-setup] Setup complete! ./helios-build is now available.
34902025-02-19T02:38:13.914Z[ helios-setup]
34912025-02-19T02:38:13.914Z[ helios-setup]
34922025-02-19T02:38:13.914Z[ helios-setup] real 11:44.896531267
34932025-02-19T02:38:13.914Z[ helios-setup] user 28:56.498992636
34942025-02-19T02:38:13.914Z[ helios-setup] sys 2:46.640423200
34952025-02-19T02:38:13.914Z[ helios-setup] trap 1.799896962
34962025-02-19T02:38:13.914Z[ helios-setup] tflt 5.674707060
34972025-02-19T02:38:13.914Z[ helios-setup] dflt 21.472925405
34982025-02-19T02:38:13.914Z[ helios-setup] kflt 0.032341607
34992025-02-19T02:38:13.914Z[ helios-setup] lock 2:02:35.725096276
35002025-02-19T02:38:13.914Z[ helios-setup] slp 3:36:09.969267588
35012025-02-19T02:38:13.914Z[ helios-setup] lat 32:21.805804787
35022025-02-19T02:38:13.914Z[ helios-setup] stop 4:46.871495773
35032025-02-19T02:38:13.914ZFeb 19 02:38:13.066 INFO [helios-setup] process exited with exit status: 0 (704.9027907s)
35042025-02-19T02:38:13.917ZFeb 19 02:38:13.066 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35052025-02-19T02:38:13.944Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35062025-02-19T02:38:14.146Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35072025-02-19T02:38:14.146Z[ phbl-toolchain] info: downloading component 'cargo'
35082025-02-19T02:38:15.628Z[ phbl-toolchain] info: downloading component 'clippy'
35092025-02-19T02:38:16.010Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35102025-02-19T02:38:20.628Z[ phbl-toolchain] info: downloading component 'miri'
35112025-02-19T02:38:20.933Z[ phbl-toolchain] info: downloading component 'rust-docs'
35122025-02-19T02:38:22.161Z[ phbl-toolchain] info: downloading component 'rust-src'
35132025-02-19T02:38:22.500Z[ phbl-toolchain] info: downloading component 'rust-std'
35142025-02-19T02:38:24.556Z[ phbl-toolchain] info: downloading component 'rustc'
35152025-02-19T02:38:31.699Z[ phbl-toolchain] info: downloading component 'rustfmt'
35162025-02-19T02:38:31.940Z[ phbl-toolchain] info: installing component 'cargo'
35172025-02-19T02:38:33.210Z[ phbl-toolchain] info: installing component 'clippy'
35182025-02-19T02:38:33.751Z[ phbl-toolchain] info: installing component 'llvm-tools'
35192025-02-19T02:38:39.309Z[ phbl-toolchain] info: installing component 'miri'
35202025-02-19T02:38:39.637Z[ phbl-toolchain] info: installing component 'rust-docs'
35212025-02-19T02:38:46.643Z[ phbl-toolchain] info: installing component 'rust-src'
35222025-02-19T02:38:47.298Z[ phbl-toolchain] info: installing component 'rust-std'
35232025-02-19T02:38:49.752Z[ phbl-toolchain] info: installing component 'rustc'
35242025-02-19T02:38:58.973Z[ phbl-toolchain] info: installing component 'rustfmt'
35252025-02-19T02:38:59.811Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35262025-02-19T02:38:59.814ZFeb 19 02:38:58.960 INFO [phbl-toolchain] process exited with exit status: 0 (45.893848087s)
35272025-02-19T02:40:23.226Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35282025-02-19T02:40:40.033Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35292025-02-19T02:47:19.151Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 01s
35302025-02-19T02:48:27.162ZFeb 19 02:48:26.239 INFO [host-package] process exited with exit status: 0 (1269.902840033s)
35312025-02-19T02:48:27.165ZFeb 19 02:48:26.240 INFO [host-stamp] running task
35322025-02-19T02:48:27.165ZFeb 19 02:48:26.240 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35332025-02-19T02:48:27.173ZFeb 19 02:48:26.250 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+git393a9251dca
35342025-02-19T02:48:27.180ZFeb 19 02:48:26.257 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+git393a9251dca
35352025-02-19T02:48:27.186Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35362025-02-19T02:48:27.189ZFeb 19 02:48:26.266 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+git393a9251dca
35372025-02-19T02:48:27.195Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35382025-02-19T02:48:27.198ZFeb 19 02:48:26.275 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+git393a9251dca
35392025-02-19T02:48:27.207Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35402025-02-19T02:48:27.207Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35412025-02-19T02:48:27.212Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35422025-02-19T02:48:27.214ZFeb 19 02:48:26.289 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+git393a9251dca
35432025-02-19T02:48:27.230Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35442025-02-19T02:48:27.230ZFeb 19 02:48:26.306 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+git393a9251dca
35452025-02-19T02:48:27.241Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35462025-02-19T02:48:27.247Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35472025-02-19T02:48:27.250ZFeb 19 02:48:26.325 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+git393a9251dca
35482025-02-19T02:48:27.265ZFeb 19 02:48:26.343[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35492025-02-19T02:48:27.265Z 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+git393a9251dca
35502025-02-19T02:48:27.280Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35512025-02-19T02:48:27.285Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-02-19T02:48:27.288ZFeb 19 02:48:26.363 INFO [stamp-overlay] process exited with exit status: 0 (105.351438ms)
35532025-02-19T02:48:27.288ZFeb 19 02:48:26.363 INFO [stamp-oxlog] process exited with exit status: 0 (87.277729ms)
35542025-02-19T02:48:27.288ZFeb 19 02:48:26.363 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.632741ms)
35552025-02-19T02:48:27.297Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35562025-02-19T02:48:27.395Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35572025-02-19T02:48:27.398ZFeb 19 02:48:26.476 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (133.311217ms)
35582025-02-19T02:48:27.419Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35592025-02-19T02:48:27.423ZFeb 19 02:48:26.500 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (233.637892ms)
35602025-02-19T02:48:27.580Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35612025-02-19T02:48:27.584ZFeb 19 02:48:26.661 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (410.976681ms)
35622025-02-19T02:48:28.451Z[recovery-package] Compiling newtype-uuid v1.2.1
35632025-02-19T02:48:28.465Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35642025-02-19T02:48:28.468ZFeb 19 02:48:27.545 INFO [stamp-propolis-server] process exited with exit status: 0 (1.238790153s)
35652025-02-19T02:48:28.962Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35662025-02-19T02:48:29.246Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35672025-02-19T02:48:29.249Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35682025-02-19T02:48:29.249Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35692025-02-19T02:48:29.294Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35702025-02-19T02:48:30.050Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35712025-02-19T02:48:37.328Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35722025-02-19T02:48:37.332ZFeb 19 02:48:36.408 INFO [stamp-switch-asic] process exited with exit status: 0 (10.118435836s)
35732025-02-19T02:48:37.334ZFeb 19 02:48:36.408 INFO [host-stamp] task succeeded (10.168232009s)
35742025-02-19T02:48:37.334ZFeb 19 02:48:36.408 INFO [host-proto] running task
35752025-02-19T02:48:37.774ZFeb 19 02:48:36.850 INFO [host-proto] task succeeded (442.44158ms)
35762025-02-19T02:48:37.774ZFeb 19 02:48:36.850 INFO [host-profile] running task
35772025-02-19T02:48:37.777ZFeb 19 02:48:36.851 INFO [host-profile] task succeeded (262.614µs)
35782025-02-19T02:48:37.777ZFeb 19 02:48:36.851 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.334' -P /tmp/.tmprV1oZT/proto/host/root -N 'ci 393a925/${os_short_commit} 2025-02-19 02:26' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35792025-02-19T02:48:37.794Z[ host-image] Feb 19 02:48:36.870 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35802025-02-19T02:48:37.797Z[ host-image] Feb 19 02:48:36.870 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35812025-02-19T02:48:37.811Z[ host-image] Feb 19 02:48:36.887 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprV1oZT/proto/host/root"
35822025-02-19T02:48:37.811Z[ host-image] Feb 19 02:48:36.887 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35832025-02-19T02:48:37.814Z[ host-image] Feb 19 02:48:36.887 INFO image builder template: ramdisk-01-os...
35842025-02-19T02:48:37.814Z[ host-image] Feb 19 02:48:36.887 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/.tmprV1oZT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35852025-02-19T02:48:37.833Z[ host-image] Feb 19 02:48:36.909 INFO O| Feb 19 02:48:36.909 INFO CREATE DATASET: rpool/images/build/host/output
35862025-02-19T02:48:37.982Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35872025-02-19T02:48:37.982Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35882025-02-19T02:48:37.984Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35892025-02-19T02:48:37.985Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35902025-02-19T02:48:38.091Z[ host-image] Feb 19 02:48:37.167 INFO O| Feb 19 02:48:37.167 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35912025-02-19T02:48:38.097Z[ host-image] Feb 19 02:48:37.173 INFO O| Feb 19 02:48:37.173 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35922025-02-19T02:48:38.354Z[ host-image] Feb 19 02:48:37.430 INFO O| Feb 19 02:48:37.429 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35932025-02-19T02:48:38.431Z[ host-image] Feb 19 02:48:37.506 INFO O| Feb 19 02:48:37.506 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35942025-02-19T02:48:38.433Z[ host-image] Feb 19 02:48:37.507 INFO O| Feb 19 02:48:37.507 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35952025-02-19T02:48:38.433Z[ host-image] Feb 19 02:48:37.507 INFO O| Feb 19 02:48:37.507 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35962025-02-19T02:48:38.434Z[ host-image] Feb 19 02:48:37.507 INFO O| Feb 19 02:48:37.507 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35972025-02-19T02:48:38.444Z[ host-image] Feb 19 02:48:37.520 INFO O| Feb 19 02:48:37.520 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35982025-02-19T02:48:38.678Z[ host-image] Feb 19 02:48:37.753 INFO O| Feb 19 02:48:37.753 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992025-02-19T02:48:38.696Z[ host-image] Feb 19 02:48:37.772 INFO O| Feb 19 02:48:37.772 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36002025-02-19T02:48:39.527Z[ host-image] Feb 19 02:48:38.602 INFO O| Feb 19 02:48:38.602 INFO O| Caching catalogs ... Done
36012025-02-19T02:48:39.652Z[ host-image] Feb 19 02:48:38.728 INFO O| Feb 19 02:48:38.728 INFO STEP 0 (pkg_image_create) COMPLETE
36022025-02-19T02:48:39.652Z[ host-image] Feb 19 02:48:38.728 INFO O| Feb 19 02:48:38.728 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36032025-02-19T02:48:39.652Z[ host-image] Feb 19 02:48:38.728 INFO O| Feb 19 02:48:38.728 INFO skip step because feature "repo_redist" is not enabled
36042025-02-19T02:48:39.653Z[ host-image] Feb 19 02:48:38.728 INFO O| Feb 19 02:48:38.728 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36052025-02-19T02:48:39.675Z[ host-image] Feb 19 02:48:38.748 INFO O| Feb 19 02:48:38.747 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"]
36062025-02-19T02:48:40.368Z[ host-image] Feb 19 02:48:39.443 INFO O| Feb 19 02:48:39.443 INFO STEP 2 (pkg_set_publisher) COMPLETE
36072025-02-19T02:48:40.368Z[ host-image] Feb 19 02:48:39.443 INFO O| Feb 19 02:48:39.443 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082025-02-19T02:48:40.386Z[ host-image] Feb 19 02:48:39.462 INFO O| Feb 19 02:48:39.461 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"]
36092025-02-19T02:48:41.010Z[ host-image] Feb 19 02:48:40.086 INFO O| Feb 19 02:48:40.086 INFO STEP 3 (pkg_set_publisher) COMPLETE
36102025-02-19T02:48:41.010Z[ host-image] Feb 19 02:48:40.086 INFO O| Feb 19 02:48:40.086 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112025-02-19T02:48:41.013Z[ host-image] Feb 19 02:48:40.086 INFO O| Feb 19 02:48:40.086 INFO skip step because feature "repo_redist" is not enabled
36122025-02-19T02:48:41.013Z[ host-image] Feb 19 02:48:40.086 INFO O| Feb 19 02:48:40.086 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132025-02-19T02:48:41.246Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36142025-02-19T02:48:41.570Z[ host-image] Feb 19 02:48:40.645 INFO O| Feb 19 02:48:40.645 INFO variant opensolaris.zone is already global
36152025-02-19T02:48:41.570Z[ host-image] Feb 19 02:48:40.645 INFO O| Feb 19 02:48:40.645 INFO STEP 5 (pkg_change_variant) COMPLETE
36162025-02-19T02:48:41.572Z[ host-image] Feb 19 02:48:40.645 INFO O| Feb 19 02:48:40.645 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172025-02-19T02:48:42.194Z[ host-image] Feb 19 02:48:41.268 INFO O| Feb 19 02:48:41.268 INFO variant opensolaris.imagetype is full; changing to partial
36182025-02-19T02:48:42.194Z[ host-image] Feb 19 02:48:41.268 INFO O| Feb 19 02:48:41.268 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36192025-02-19T02:48:44.001Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36202025-02-19T02:48:46.156Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36212025-02-19T02:48:50.248Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36222025-02-19T02:48:50.538Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36232025-02-19T02:48:51.556Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36242025-02-19T02:48:54.646Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36252025-02-19T02:48:54.651Z[ host-image] Feb 19 02:48:53.721 INFO O| Feb 19 02:48:53.721 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36262025-02-19T02:49:02.060Z[ host-image] Feb 19 02:49:01.132 INFO O| Feb 19 02:49:01.132 INFO O| Startup: Caching catalogs ... Done
36272025-02-19T02:49:02.134Z[ host-image] Feb 19 02:49:01.207 INFO O| Feb 19 02:49:01.207 INFO O| Planning: Planning completed in 0.00 seconds
36282025-02-19T02:49:02.137Z[ host-image] Feb 19 02:49:01.208 INFO O| Feb 19 02:49:01.207 INFO O| Planning: Consolidating action changes ... Done
36292025-02-19T02:49:02.137Z[ host-image] Feb 19 02:49:01.208 INFO O| Feb 19 02:49:01.208 INFO O| Planning: Evaluating mediators ... Done
36302025-02-19T02:49:02.137Z[ host-image] Feb 19 02:49:01.208 INFO O| Feb 19 02:49:01.208 INFO O| Planning: Planning completed in 0.00 seconds
36312025-02-19T02:49:02.137Z[ host-image] Feb 19 02:49:01.208 INFO O| Feb 19 02:49:01.208 INFO O| Variants/Facets to change: 1
36322025-02-19T02:49:02.152Z[ host-image] Feb 19 02:49:01.225 INFO O| Feb 19 02:49:01.225 INFO O| Done
36332025-02-19T02:49:02.152Z[ host-image] Feb 19 02:49:01.225 INFO O| Feb 19 02:49:01.225 INFO O| Done
36342025-02-19T02:49:02.703Z[ host-image] Feb 19 02:49:01.775 INFO O| Feb 19 02:49:01.775 INFO O| Done
36352025-02-19T02:49:02.750Z[ host-image] Feb 19 02:49:01.823 INFO O| Feb 19 02:49:01.823 INFO O| Done
36362025-02-19T02:49:02.753Z[ host-image] Feb 19 02:49:01.824 INFO O| Feb 19 02:49:01.824 INFO O| Done
36372025-02-19T02:49:02.753Z[ host-image] Feb 19 02:49:01.824 INFO O| Feb 19 02:49:01.824 INFO O| Done
36382025-02-19T02:49:02.753Z[ host-image] Feb 19 02:49:01.826 INFO O| Feb 19 02:49:01.826 INFO O| Done
36392025-02-19T02:49:03.187Z[ host-image] Feb 19 02:49:02.260 INFO O| Feb 19 02:49:02.260 INFO STEP 6 (pkg_change_variant) COMPLETE
36402025-02-19T02:49:03.187Z[ host-image] Feb 19 02:49:02.260 INFO O| Feb 19 02:49:02.260 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412025-02-19T02:49:03.190Z[ host-image] Feb 19 02:49:02.260 INFO O| Feb 19 02:49:02.260 INFO skip step because feature "debug_variant" is not enabled
36422025-02-19T02:49:03.190Z[ host-image] Feb 19 02:49:02.260 INFO O| Feb 19 02:49:02.260 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432025-02-19T02:49:03.580Z[ host-image] Feb 19 02:49:02.652 INFO O| Feb 19 02:49:02.652 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36442025-02-19T02:49:04.511Z[ host-image] Feb 19 02:49:03.584 INFO O| Feb 19 02:49:03.584 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36452025-02-19T02:49:04.514Z[ host-image] Feb 19 02:49:03.586 INFO O| Feb 19 02:49:03.586 INFO O| Planning: Planning completed in 0.00 seconds
36462025-02-19T02:49:04.516Z[ host-image] Feb 19 02:49:03.587 INFO O| Feb 19 02:49:03.587 INFO O| Planning: Consolidating action changes ... Done
36472025-02-19T02:49:04.516Z[ host-image] Feb 19 02:49:03.587 INFO O| Feb 19 02:49:03.587 INFO O| Planning: Evaluating mediators ... Done
36482025-02-19T02:49:04.516Z[ host-image] Feb 19 02:49:03.588 INFO O| Feb 19 02:49:03.588 INFO O| Planning: Planning completed in 0.00 seconds
36492025-02-19T02:49:04.516Z[ host-image] Feb 19 02:49:03.588 INFO O| Feb 19 02:49:03.588 INFO O| Variants/Facets to change: 1
36502025-02-19T02:49:04.573Z[ host-image] Feb 19 02:49:03.646 INFO O| Feb 19 02:49:03.646 INFO O| Done
36512025-02-19T02:49:04.573Z[ host-image] Feb 19 02:49:03.646 INFO O| Feb 19 02:49:03.646 INFO O| Done
36522025-02-19T02:49:05.321Z[ host-image] Feb 19 02:49:04.393 INFO O| Feb 19 02:49:04.393 INFO O| Done
36532025-02-19T02:49:05.412Z[ host-image] Feb 19 02:49:04.484 INFO O| Feb 19 02:49:04.484 INFO O| Done
36542025-02-19T02:49:05.414Z[ host-image] Feb 19 02:49:04.485 INFO O| Feb 19 02:49:04.485 INFO O| Done
36552025-02-19T02:49:05.414Z[ host-image] Feb 19 02:49:04.485 INFO O| Feb 19 02:49:04.485 INFO O| Done
36562025-02-19T02:49:05.417Z[ host-image] Feb 19 02:49:04.487 INFO O| Feb 19 02:49:04.487 INFO O| Done
36572025-02-19T02:49:05.516Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO STEP 8 (pkg_change_facet) COMPLETE
36582025-02-19T02:49:05.516Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592025-02-19T02:49:05.516Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO skip step because feature "recovery" is not enabled
36602025-02-19T02:49:05.516Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612025-02-19T02:49:05.519Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO skip step because feature "recovery" is not enabled
36622025-02-19T02:49:05.520Z[ host-image] Feb 19 02:49:04.589 INFO O| Feb 19 02:49:04.589 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632025-02-19T02:49:05.534Z[ host-image] Feb 19 02:49:04.607 INFO O| Feb 19 02:49:04.607 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"]
36642025-02-19T02:49:06.420Z[ host-image] Feb 19 02:49:05.481 INFO O| Feb 19 02:49:05.481 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36652025-02-19T02:49:14.087Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.67s
36662025-02-19T02:49:15.305ZFeb 19 02:49:14.376 INFO [recovery-package] process exited with exit status: 0 (48.135965275s)
36672025-02-19T02:49:15.305ZFeb 19 02:49:14.376 INFO [recovery-stamp] running task
36682025-02-19T02:49:15.308ZFeb 19 02:49:14.376 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36692025-02-19T02:49:15.308ZFeb 19 02:49:14.376 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+git393a9251dca
36702025-02-19T02:49:15.329ZFeb 19 02:49:14.401 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git393a9251dca
36712025-02-19T02:49:15.339Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36722025-02-19T02:49:15.351Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36732025-02-19T02:49:15.426Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36742025-02-19T02:49:15.430ZFeb 19 02:49:14.502 INFO [stamp-installinator] process exited with exit status: 0 (101.105719ms)
36752025-02-19T02:49:15.453Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36762025-02-19T02:49:15.457ZFeb 19 02:49:14.528 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.721643ms)
36772025-02-19T02:49:15.457ZFeb 19 02:49:14.528 INFO [recovery-stamp] task succeeded (152.126934ms)
36782025-02-19T02:49:15.457ZFeb 19 02:49:14.528 INFO [recovery-proto] running task
36792025-02-19T02:49:15.457ZFeb 19 02:49:14.528 INFO [tuf-stamp] running task
36802025-02-19T02:49:15.460ZFeb 19 02:49:14.529 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+git393a9251dca
36812025-02-19T02:49:15.475ZFeb 19 02:49:14.546 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+git393a9251dca
36822025-02-19T02:49:15.488Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36832025-02-19T02:49:15.491ZFeb 19 02:49:14.560 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+git393a9251dca
36842025-02-19T02:49:15.505Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-19T02:49:15.508ZFeb 19 02:49:14.577 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+git393a9251dca
36862025-02-19T02:49:15.524Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36872025-02-19T02:49:15.526ZFeb 19 02:49:14.596 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+git393a9251dca
36882025-02-19T02:49:15.536Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36892025-02-19T02:49:15.569ZFeb 19 02:49:14.640 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+git393a9251dca
36902025-02-19T02:49:15.597Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36912025-02-19T02:49:15.600ZFeb 19 02:49:14.669 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+git393a9251dca
36922025-02-19T02:49:15.691ZFeb 19 02:49:14.763 INFO [recovery-proto] task succeeded (234.27541ms)
36932025-02-19T02:49:15.694ZFeb 19 02:49:14.763 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+git393a9251dca
36942025-02-19T02:49:15.694Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36952025-02-19T02:49:15.694ZFeb 19 02:49:14.763 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.334' -P /tmp/.tmprV1oZT/proto/recovery/root -N 'recovery 393a925/${os_short_commit} 2025-02-19 02:26' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36962025-02-19T02:49:15.790Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36972025-02-19T02:49:15.811ZFeb 19 02:49:14.883 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+git393a9251dca
36982025-02-19T02:49:15.980Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36992025-02-19T02:49:15.980Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37002025-02-19T02:49:16.029Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37012025-02-19T02:49:16.031ZFeb 19 02:49:15.100 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+git393a9251dca
37022025-02-19T02:49:16.152Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37032025-02-19T02:49:16.152Z[ recovery-image] Feb 19 02:49:15.133 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37042025-02-19T02:49:16.152Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37052025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.133 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37062025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.167 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprV1oZT/proto/recovery/root"
37072025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.167 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37082025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.167 INFO image builder template: ramdisk-01-os...
37092025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.167 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/.tmprV1oZT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37102025-02-19T02:49:16.167Z[ recovery-image] Feb 19 02:49:15.218 INFO O| Feb 19 02:49:15.218 INFO CREATE DATASET: rpool/images/build/recovery/output
37112025-02-19T02:49:16.167Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37122025-02-19T02:49:16.276ZFeb 19 02:49:15.348 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+git393a9251dca
37132025-02-19T02:49:16.443Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37142025-02-19T02:49:16.446ZFeb 19 02:49:15.514 INFO [stamp-probe] process exited with exit status: 0 (750.808118ms)
37152025-02-19T02:49:16.446ZFeb 19 02:49:15.514 INFO [stamp-ntp] process exited with exit status: 0 (937.241395ms)
37162025-02-19T02:49:16.461Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37172025-02-19T02:49:16.627Z[ recovery-image] Feb 19 02:49:15.698 INFO O| Feb 19 02:49:15.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37182025-02-19T02:49:16.634Z[ recovery-image] Feb 19 02:49:15.705 INFO O| Feb 19 02:49:15.705 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37192025-02-19T02:49:16.932Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37202025-02-19T02:49:16.959ZFeb 19 02:49:16.030 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.501098356s)
37212025-02-19T02:49:17.068Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37222025-02-19T02:49:17.083ZFeb 19 02:49:16.154 INFO [stamp-internal-dns] process exited with exit status: 0 (1.607786034s)
37232025-02-19T02:49:17.090Z[ recovery-image] Feb 19 02:49:16.161 INFO O| Feb 19 02:49:16.161 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37242025-02-19T02:49:17.149Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37252025-02-19T02:49:17.184ZFeb 19 02:49:16.253 INFO [stamp-external-dns] process exited with exit status: 0 (1.693641412s)
37262025-02-19T02:49:17.202Z[ recovery-image] Feb 19 02:49:16.273 INFO O| Feb 19 02:49:16.273 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37272025-02-19T02:49:17.205Z[ recovery-image] Feb 19 02:49:16.274 INFO O| Feb 19 02:49:16.274 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37282025-02-19T02:49:17.205Z[ recovery-image] Feb 19 02:49:16.274 INFO O| Feb 19 02:49:16.274 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37292025-02-19T02:49:17.205Z[ recovery-image] Feb 19 02:49:16.274 INFO O| Feb 19 02:49:16.274 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37302025-02-19T02:49:17.205Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37312025-02-19T02:49:17.217ZFeb 19 02:49:16.288 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.692183023s)
37322025-02-19T02:49:17.217Z[ recovery-image] Feb 19 02:49:16.288 INFO O| Feb 19 02:49:16.285 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37332025-02-19T02:49:17.531Z[ recovery-image] Feb 19 02:49:16.602 INFO O| Feb 19 02:49:16.602 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342025-02-19T02:49:17.546Z[ recovery-image] Feb 19 02:49:16.617 INFO O| Feb 19 02:49:16.617 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37352025-02-19T02:49:18.055Z[ recovery-image] Feb 19 02:49:17.126 INFO O| Feb 19 02:49:17.126 INFO O| Caching catalogs ... Done
37362025-02-19T02:49:18.163Z[ recovery-image] Feb 19 02:49:17.234 INFO O| Feb 19 02:49:17.234 INFO STEP 0 (pkg_image_create) COMPLETE
37372025-02-19T02:49:18.163Z[ recovery-image] Feb 19 02:49:17.234 INFO O| Feb 19 02:49:17.234 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37382025-02-19T02:49:18.163Z[ recovery-image] Feb 19 02:49:17.234 INFO O| Feb 19 02:49:17.234 INFO skip step because feature "repo_redist" is not enabled
37392025-02-19T02:49:18.163Z[ recovery-image] Feb 19 02:49:17.234 INFO O| Feb 19 02:49:17.234 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37402025-02-19T02:49:18.177Z[ recovery-image] Feb 19 02:49:17.249 INFO O| Feb 19 02:49:17.248 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"]
37412025-02-19T02:49:18.327Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37422025-02-19T02:49:18.331ZFeb 19 02:49:17.402 INFO [stamp-oximeter] process exited with exit status: 0 (2.007590018s)
37432025-02-19T02:49:18.606Z[ recovery-image] Feb 19 02:49:17.677 INFO O| Feb 19 02:49:17.677 INFO STEP 2 (pkg_set_publisher) COMPLETE
37442025-02-19T02:49:18.606Z[ recovery-image] Feb 19 02:49:17.677 INFO O| Feb 19 02:49:17.677 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452025-02-19T02:49:18.620Z[ recovery-image] Feb 19 02:49:17.691 INFO O| Feb 19 02:49:17.691 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-19T02:49:19.110Z[ recovery-image] Feb 19 02:49:18.180 INFO O| Feb 19 02:49:18.180 INFO STEP 3 (pkg_set_publisher) COMPLETE
37472025-02-19T02:49:19.110Z[ recovery-image] Feb 19 02:49:18.180 INFO O| Feb 19 02:49:18.180 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37482025-02-19T02:49:19.110Z[ recovery-image] Feb 19 02:49:18.181 INFO O| Feb 19 02:49:18.180 INFO skip step because feature "repo_redist" is not enabled
37492025-02-19T02:49:19.113Z[ recovery-image] Feb 19 02:49:18.181 INFO O| Feb 19 02:49:18.180 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502025-02-19T02:49:19.595Z[ recovery-image] Feb 19 02:49:18.666 INFO O| Feb 19 02:49:18.666 INFO variant opensolaris.zone is already global
37512025-02-19T02:49:19.595Z[ recovery-image] Feb 19 02:49:18.666 INFO O| Feb 19 02:49:18.666 INFO STEP 5 (pkg_change_variant) COMPLETE
37522025-02-19T02:49:19.595Z[ recovery-image] Feb 19 02:49:18.666 INFO O| Feb 19 02:49:18.666 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-19T02:49:20.070Z[ recovery-image] Feb 19 02:49:19.137 INFO O| Feb 19 02:49:19.137 INFO variant opensolaris.imagetype is full; changing to partial
37542025-02-19T02:49:20.070Z[ recovery-image] Feb 19 02:49:19.137 INFO O| Feb 19 02:49:19.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37552025-02-19T02:49:20.240Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37562025-02-19T02:49:20.245ZFeb 19 02:49:19.316 INFO [stamp-nexus] process exited with exit status: 0 (4.215742023s)
37572025-02-19T02:49:20.268Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37582025-02-19T02:49:20.402Z[verify-libraries] Compiling home v0.5.9
37592025-02-19T02:49:20.424Z[verify-libraries] Compiling cfg_aliases v0.1.1
37602025-02-19T02:49:20.430Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37612025-02-19T02:49:20.432Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37622025-02-19T02:49:20.432Z[verify-libraries] Compiling unicode_categories v0.1.1
37632025-02-19T02:49:20.440Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37642025-02-19T02:49:20.443Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652025-02-19T02:49:20.854Z[verify-libraries] Compiling nix v0.28.0
37662025-02-19T02:49:20.857Z[verify-libraries] Compiling polyval v0.6.2
37672025-02-19T02:49:21.256Z[verify-libraries] Compiling ctr v0.9.2
37682025-02-19T02:49:21.666Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37692025-02-19T02:49:21.669Z[verify-libraries] Compiling sqlformat v0.2.6
37702025-02-19T02:49:21.769ZFeb 19 02:49:20.839 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.956534863s)
37712025-02-19T02:49:21.794Z[verify-libraries] Compiling ghash v0.5.1
37722025-02-19T02:49:21.840Z[verify-libraries] Compiling sqlparser v0.45.0
37732025-02-19T02:49:21.915Z[verify-libraries] Compiling ssh-encoding v0.2.0
37742025-02-19T02:49:22.061Z[verify-libraries] Compiling aes-gcm v0.10.3
37752025-02-19T02:49:22.171Z[verify-libraries] Compiling blowfish v0.9.1
37762025-02-19T02:49:23.026Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37772025-02-19T02:49:23.690Z[verify-libraries] Compiling ssh-cipher v0.2.0
37782025-02-19T02:49:23.872Z[verify-libraries] Compiling password-hash v0.4.2
37792025-02-19T02:49:26.996Z[verify-libraries] Compiling pbkdf2 v0.11.0
37802025-02-19T02:49:27.844Z[verify-libraries] Compiling rustyline v14.0.0
37812025-02-19T02:49:28.644Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37822025-02-19T02:49:28.691ZFeb 19 02:49:27.761 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.121026951s)
37832025-02-19T02:49:29.201Z[verify-libraries] Compiling ssh-key v0.6.6
37842025-02-19T02:49:29.941Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37852025-02-19T02:49:29.947ZFeb 19 02:49:29.016 INFO [stamp-clickhouse] process exited with exit status: 0 (14.347717917s)
37862025-02-19T02:49:29.947ZFeb 19 02:49:29.016 INFO [tuf-stamp] task succeeded (14.487973491s)
37872025-02-19T02:49:30.480Z[verify-libraries] Compiling p256 v0.13.2
37882025-02-19T02:49:30.971Z[verify-libraries] Compiling p521 v0.13.3
37892025-02-19T02:49:33.553Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37902025-02-19T02:49:33.657Z[ recovery-image] Feb 19 02:49:32.726 INFO O| Feb 19 02:49:32.726 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37912025-02-19T02:49:34.092Z[verify-libraries] Compiling md5 v0.7.0
37922025-02-19T02:49:34.863Z[verify-libraries] Compiling russh-keys v0.45.0
37932025-02-19T02:49:36.654Z[verify-libraries] Compiling num-bigint v0.4.6
37942025-02-19T02:49:43.236Z[ recovery-image] Feb 19 02:49:42.304 INFO O| Feb 19 02:49:42.304 INFO O| Startup: Caching catalogs ... Done
37952025-02-19T02:49:43.373Z[ recovery-image] Feb 19 02:49:42.441 INFO O| Feb 19 02:49:42.441 INFO O| Planning: Planning completed in 0.00 seconds
37962025-02-19T02:49:43.376Z[ recovery-image] Feb 19 02:49:42.442 INFO O| Feb 19 02:49:42.442 INFO O| Planning: Consolidating action changes ... Done
37972025-02-19T02:49:43.376Z[ recovery-image] Feb 19 02:49:42.442 INFO O| Feb 19 02:49:42.442 INFO O| Planning: Evaluating mediators ... Done
37982025-02-19T02:49:43.376Z[ recovery-image] Feb 19 02:49:42.443 INFO O| Feb 19 02:49:42.443 INFO O| Planning: Planning completed in 0.00 seconds
37992025-02-19T02:49:43.376Z[ recovery-image] Feb 19 02:49:42.443 INFO O| Feb 19 02:49:42.443 INFO O| Variants/Facets to change: 1
38002025-02-19T02:49:43.467Z[ recovery-image] Feb 19 02:49:42.534 INFO O| Feb 19 02:49:42.534 INFO O| Done
38012025-02-19T02:49:43.467Z[ recovery-image] Feb 19 02:49:42.534 INFO O| Feb 19 02:49:42.534 INFO O| Done
38022025-02-19T02:49:44.582Z[ recovery-image] Feb 19 02:49:43.650 INFO O| Feb 19 02:49:43.650 INFO O| Done
38032025-02-19T02:49:44.679Z[ recovery-image] Feb 19 02:49:43.747 INFO O| Feb 19 02:49:43.747 INFO O| Done
38042025-02-19T02:49:44.682Z[ recovery-image] Feb 19 02:49:43.749 INFO O| Feb 19 02:49:43.749 INFO O| Done
38052025-02-19T02:49:44.682Z[ recovery-image] Feb 19 02:49:43.749 INFO O| Feb 19 02:49:43.749 INFO O| Done
38062025-02-19T02:49:44.685Z[ recovery-image] Feb 19 02:49:43.751 INFO O| Feb 19 02:49:43.751 INFO O| Done
38072025-02-19T02:49:44.689Z[verify-libraries] Compiling des v0.8.1
38082025-02-19T02:49:45.342Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38092025-02-19T02:49:45.445Z[ recovery-image] Feb 19 02:49:44.513 INFO O| Feb 19 02:49:44.513 INFO STEP 6 (pkg_change_variant) COMPLETE
38102025-02-19T02:49:45.445Z[ recovery-image] Feb 19 02:49:44.513 INFO O| Feb 19 02:49:44.513 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38112025-02-19T02:49:45.449Z[ recovery-image] Feb 19 02:49:44.513 INFO O| Feb 19 02:49:44.513 INFO skip step because feature "debug_variant" is not enabled
38122025-02-19T02:49:45.449Z[ recovery-image] Feb 19 02:49:44.513 INFO O| Feb 19 02:49:44.513 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38132025-02-19T02:49:46.077Z[ recovery-image] Feb 19 02:49:45.144 INFO O| Feb 19 02:49:45.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38142025-02-19T02:49:46.491Z[verify-libraries] Compiling hex-literal v0.4.1
38152025-02-19T02:49:46.515Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38162025-02-19T02:49:46.811Z[verify-libraries] Compiling russh v0.45.0
38172025-02-19T02:49:47.175Z[ recovery-image] Feb 19 02:49:46.242 INFO O| Feb 19 02:49:46.242 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38182025-02-19T02:49:47.181Z[ recovery-image] Feb 19 02:49:46.244 INFO O| Feb 19 02:49:46.244 INFO O| Planning: Planning completed in 0.00 seconds
38192025-02-19T02:49:47.181Z[ recovery-image] Feb 19 02:49:46.245 INFO O| Feb 19 02:49:46.245 INFO O| Planning: Consolidating action changes ... Done
38202025-02-19T02:49:47.181Z[ recovery-image] Feb 19 02:49:46.245 INFO O| Feb 19 02:49:46.245 INFO O| Planning: Evaluating mediators ... Done
38212025-02-19T02:49:47.181Z[ recovery-image] Feb 19 02:49:46.246 INFO O| Feb 19 02:49:46.246 INFO O| Planning: Planning completed in 0.00 seconds
38222025-02-19T02:49:47.181Z[ recovery-image] Feb 19 02:49:46.246 INFO O| Feb 19 02:49:46.246 INFO O| Variants/Facets to change: 1
38232025-02-19T02:49:47.277Z[ recovery-image] Feb 19 02:49:46.344 INFO O| Feb 19 02:49:46.344 INFO O| Done
38242025-02-19T02:49:47.277Z[ recovery-image] Feb 19 02:49:46.345 INFO O| Feb 19 02:49:46.344 INFO O| Done
38252025-02-19T02:49:48.252Z[ recovery-image] Feb 19 02:49:47.318 INFO O| Feb 19 02:49:47.318 INFO O| Done
38262025-02-19T02:49:48.377Z[ recovery-image] Feb 19 02:49:47.444 INFO O| Feb 19 02:49:47.444 INFO O| Done
38272025-02-19T02:49:48.392Z[ recovery-image] Feb 19 02:49:47.445 INFO O| Feb 19 02:49:47.445 INFO O| Done
38282025-02-19T02:49:48.392Z[ recovery-image] Feb 19 02:49:47.445 INFO O| Feb 19 02:49:47.445 INFO O| Done
38292025-02-19T02:49:48.392Z[ recovery-image] Feb 19 02:49:47.448 INFO O| Feb 19 02:49:47.448 INFO O| Done
38302025-02-19T02:49:48.504Z[ recovery-image] Feb 19 02:49:47.571 INFO O| Feb 19 02:49:47.571 INFO STEP 8 (pkg_change_facet) COMPLETE
38312025-02-19T02:49:48.504Z[ recovery-image] Feb 19 02:49:47.571 INFO O| Feb 19 02:49:47.571 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38322025-02-19T02:49:49.275Z[ recovery-image] Feb 19 02:49:48.342 INFO O| Feb 19 02:49:48.342 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38332025-02-19T02:49:50.334Z[ recovery-image] Feb 19 02:49:49.400 INFO O| Feb 19 02:49:49.400 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38342025-02-19T02:49:50.351Z[ recovery-image] Feb 19 02:49:49.402 INFO O| Feb 19 02:49:49.402 INFO O| Planning: Planning completed in 0.00 seconds
38352025-02-19T02:49:50.351Z[ recovery-image] Feb 19 02:49:49.403 INFO O| Feb 19 02:49:49.403 INFO O| Planning: Consolidating action changes ... Done
38362025-02-19T02:49:50.351Z[ recovery-image] Feb 19 02:49:49.403 INFO O| Feb 19 02:49:49.403 INFO O| Planning: Evaluating mediators ... Done
38372025-02-19T02:49:50.351Z[ recovery-image] Feb 19 02:49:49.404 INFO O| Feb 19 02:49:49.404 INFO O| Planning: Planning completed in 0.00 seconds
38382025-02-19T02:49:50.351Z[ recovery-image] Feb 19 02:49:49.404 INFO O| Feb 19 02:49:49.404 INFO O| Variants/Facets to change: 1
38392025-02-19T02:49:50.440Z[ recovery-image] Feb 19 02:49:49.507 INFO O| Feb 19 02:49:49.507 INFO O| Done
38402025-02-19T02:49:50.440Z[ recovery-image] Feb 19 02:49:49.507 INFO O| Feb 19 02:49:49.507 INFO O| Done
38412025-02-19T02:49:50.919Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38422025-02-19T02:49:51.258Z[ recovery-image] Feb 19 02:49:50.324 INFO O| Feb 19 02:49:50.324 INFO O| Done
38432025-02-19T02:49:51.346Z[ recovery-image] Feb 19 02:49:50.413 INFO O| Feb 19 02:49:50.413 INFO O| Done
38442025-02-19T02:49:51.357Z[ recovery-image] Feb 19 02:49:50.414 INFO O| Feb 19 02:49:50.414 INFO O| Done
38452025-02-19T02:49:51.357Z[ recovery-image] Feb 19 02:49:50.414 INFO O| Feb 19 02:49:50.414 INFO O| Done
38462025-02-19T02:49:51.357Z[ recovery-image] Feb 19 02:49:50.416 INFO O| Feb 19 02:49:50.416 INFO O| Done
38472025-02-19T02:49:51.466Z[ recovery-image] Feb 19 02:49:50.533 INFO O| Feb 19 02:49:50.533 INFO STEP 9 (pkg_change_facet) COMPLETE
38482025-02-19T02:49:51.466Z[ recovery-image] Feb 19 02:49:50.533 INFO O| Feb 19 02:49:50.533 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492025-02-19T02:49:52.133Z[ recovery-image] Feb 19 02:49:51.200 INFO O| Feb 19 02:49:51.200 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38502025-02-19T02:49:53.349Z[ recovery-image] Feb 19 02:49:52.413 INFO O| Feb 19 02:49:52.413 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38512025-02-19T02:49:53.354Z[ recovery-image] Feb 19 02:49:52.415 INFO O| Feb 19 02:49:52.415 INFO O| Planning: Planning completed in 0.00 seconds
38522025-02-19T02:49:53.354Z[ recovery-image] Feb 19 02:49:52.416 INFO O| Feb 19 02:49:52.416 INFO O| Planning: Consolidating action changes ... Done
38532025-02-19T02:49:53.354Z[ recovery-image] Feb 19 02:49:52.416 INFO O| Feb 19 02:49:52.416 INFO O| Planning: Evaluating mediators ... Done
38542025-02-19T02:49:53.354Z[ recovery-image] Feb 19 02:49:52.417 INFO O| Feb 19 02:49:52.417 INFO O| Planning: Planning completed in 0.00 seconds
38552025-02-19T02:49:53.354Z[ recovery-image] Feb 19 02:49:52.417 INFO O| Feb 19 02:49:52.417 INFO O| Variants/Facets to change: 1
38562025-02-19T02:49:53.445Z[ recovery-image] Feb 19 02:49:52.512 INFO O| Feb 19 02:49:52.511 INFO O| Done
38572025-02-19T02:49:53.445Z[ recovery-image] Feb 19 02:49:52.512 INFO O| Feb 19 02:49:52.511 INFO O| Done
38582025-02-19T02:49:54.377Z[ recovery-image] Feb 19 02:49:53.443 INFO O| Feb 19 02:49:53.443 INFO O| Done
38592025-02-19T02:49:54.499Z[ recovery-image] Feb 19 02:49:53.563 INFO O| Feb 19 02:49:53.563 INFO O| Done
38602025-02-19T02:49:54.505Z[ recovery-image] Feb 19 02:49:53.564 INFO O| Feb 19 02:49:53.564 INFO O| Done
38612025-02-19T02:49:54.505Z[ recovery-image] Feb 19 02:49:53.564 INFO O| Feb 19 02:49:53.564 INFO O| Done
38622025-02-19T02:49:54.505Z[ recovery-image] Feb 19 02:49:53.566 INFO O| Feb 19 02:49:53.566 INFO O| Done
38632025-02-19T02:49:54.593Z[ recovery-image] Feb 19 02:49:53.659 INFO O| Feb 19 02:49:53.659 INFO STEP 10 (pkg_change_facet) COMPLETE
38642025-02-19T02:49:54.593Z[ recovery-image] Feb 19 02:49:53.660 INFO O| Feb 19 02:49:53.659 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38652025-02-19T02:49:54.616Z[ recovery-image] Feb 19 02:49:53.679 INFO O| Feb 19 02:49:53.679 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"]
38662025-02-19T02:49:55.853Z[ recovery-image] Feb 19 02:49:54.917 INFO O| Feb 19 02:49:54.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38672025-02-19T02:49:56.855Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38682025-02-19T02:50:00.715Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38692025-02-19T02:50:04.466Z[verify-libraries] Compiling petname v2.0.2
38702025-02-19T02:50:05.700Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38712025-02-19T02:50:06.431Z[verify-libraries] Compiling internet-checksum v0.2.1
38722025-02-19T02:50:07.164Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38732025-02-19T02:50:13.604Z[ host-image] Feb 19 02:50:12.667 INFO O| Feb 19 02:50:12.667 INFO O| Planning: Solver setup ... Done
38742025-02-19T02:50:15.027Z[verify-libraries] Compiling heck v0.4.1
38752025-02-19T02:50:16.443Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38762025-02-19T02:50:25.219Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38772025-02-19T02:50:32.261Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38782025-02-19T02:50:40.668Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38792025-02-19T02:50:40.668Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38802025-02-19T02:50:59.738Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38812025-02-19T02:51:00.069Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38822025-02-19T02:51:01.284Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38832025-02-19T02:51:02.321Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38842025-02-19T02:51:09.431Z[ recovery-image] Feb 19 02:51:08.488 INFO O| Feb 19 02:51:08.488 INFO O| Planning: Solver setup ... Done
38852025-02-19T02:51:37.963Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38862025-02-19T02:51:42.199Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38872025-02-19T02:51:43.086Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38882025-02-19T02:51:43.519Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38892025-02-19T02:51:44.075Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38902025-02-19T02:51:44.605Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38912025-02-19T02:51:45.123Z[verify-libraries] Compiling sync-ptr v0.1.1
38922025-02-19T02:51:45.445Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38932025-02-19T02:51:52.422Z[ host-image] Feb 19 02:51:51.475 INFO O| Feb 19 02:51:51.474 INFO O| Planning: Running solver ... Done
38942025-02-19T02:51:53.086Z[ host-image] Feb 19 02:51:52.138 INFO O| Feb 19 02:51:52.138 INFO O| Planning: Finding local manifests ... Done
38952025-02-19T02:51:53.100Z[ host-image] Feb 19 02:51:52.152 INFO O| Feb 19 02:51:52.152 INFO O| Planning: Fetching manifests: 0/124 0% complete
38962025-02-19T02:51:54.282Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38972025-02-19T02:51:57.632Z[ host-image] Feb 19 02:51:56.683 INFO O| Feb 19 02:51:56.683 INFO O| Planning: Fetching manifests: 124/124 100% complete
38982025-02-19T02:51:57.785Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38992025-02-19T02:51:59.272Z[ host-image] Feb 19 02:51:58.323 INFO O| Feb 19 02:51:58.323 INFO O| Planning: Package planning ... Done
39002025-02-19T02:52:00.491Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39012025-02-19T02:52:00.845Z[ host-image] Feb 19 02:51:59.897 INFO O| Feb 19 02:51:59.897 INFO O| Planning: Merging actions ... Done
39022025-02-19T02:52:01.187Z[ host-image] Feb 19 02:52:00.238 INFO O| Feb 19 02:52:00.238 INFO O| Planning: Checking for conflicting actions ... Done
39032025-02-19T02:52:01.471Z[ host-image] Feb 19 02:52:00.522 INFO O| Feb 19 02:52:00.522 INFO O| Planning: Consolidating action changes ... Done
39042025-02-19T02:52:02.030Z[ host-image] Feb 19 02:52:01.081 INFO O| Feb 19 02:52:01.081 INFO O| Planning: Evaluating mediators ... Done
39052025-02-19T02:52:03.359Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39062025-02-19T02:52:08.300Z[ host-image] Feb 19 02:52:07.350 INFO O| Feb 19 02:52:07.350 INFO O| Planning: Planning completed in 181.87 seconds
39072025-02-19T02:52:08.368Z[ host-image] Feb 19 02:52:07.418 INFO O| Feb 19 02:52:07.418 INFO O| Packages to install: 124
39082025-02-19T02:52:08.371Z[ host-image] Feb 19 02:52:07.418 INFO O| Feb 19 02:52:07.418 INFO O| Mediators to change: 4
39092025-02-19T02:52:08.371Z[ host-image] Feb 19 02:52:07.418 INFO O| Feb 19 02:52:07.418 INFO O| Services to change: 6
39102025-02-19T02:52:08.487Z[ host-image] Feb 19 02:52:07.537 INFO O| Feb 19 02:52:07.537 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete
39112025-02-19T02:52:13.498Z[ host-image] Feb 19 02:52:12.547 INFO O| Feb 19 02:52:12.547 INFO O| Download: 1167/22794 items 6.6/199.7MB 3% complete (1.3M/s)
39122025-02-19T02:52:18.502Z[ host-image] Feb 19 02:52:17.551 INFO O| Feb 19 02:52:17.551 INFO O| Download: 1796/22794 items 13.2/199.7MB 6% complete (1.3M/s)
39132025-02-19T02:52:21.008Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39142025-02-19T02:52:23.549Z[ host-image] Feb 19 02:52:22.597 INFO O| Feb 19 02:52:22.597 INFO O| Download: 2337/22794 items 27.5/199.7MB 13% complete (2.1M/s)
39152025-02-19T02:52:25.519Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39162025-02-19T02:52:28.585Z[ host-image] Feb 19 02:52:27.633 INFO O| Feb 19 02:52:27.633 INFO O| Download: 3487/22794 items 35.6/199.7MB 17% complete (2.3M/s)
39172025-02-19T02:52:33.656Z[ host-image] Feb 19 02:52:32.703 INFO O| Feb 19 02:52:32.703 INFO O| Download: 4539/22794 items 42.4/199.7MB 21% complete (1.5M/s)
39182025-02-19T02:52:35.262Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39192025-02-19T02:52:38.680Z[ host-image] Feb 19 02:52:37.726 INFO O| Feb 19 02:52:37.726 INFO O| Download: 5536/22794 items 46.2/199.7MB 23% complete (1.1M/s)
39202025-02-19T02:52:42.279Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39212025-02-19T02:52:42.359Z[ recovery-image] Feb 19 02:52:41.405 INFO O| Feb 19 02:52:41.405 INFO O| Planning: Running solver ... Done
39222025-02-19T02:52:42.952Z[ recovery-image] Feb 19 02:52:41.985 INFO O| Feb 19 02:52:41.985 INFO O| Planning: Finding local manifests ... Done
39232025-02-19T02:52:42.952Z[ recovery-image] Feb 19 02:52:41.995 INFO O| Feb 19 02:52:41.995 INFO O| Planning: Fetching manifests: 0/124 0% complete
39242025-02-19T02:52:42.992Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39252025-02-19T02:52:43.697Z[ host-image] Feb 19 02:52:42.743 INFO O| Feb 19 02:52:42.743 INFO O| Download: 6766/22794 items 47.9/199.7MB 23% complete (519k/s)
39262025-02-19T02:52:47.524Z[ recovery-image] Feb 19 02:52:46.569 INFO O| Feb 19 02:52:46.569 INFO O| Planning: Fetching manifests: 124/124 100% complete
39272025-02-19T02:52:47.951Z[verify-libraries] Compiling termios v0.3.3
39282025-02-19T02:52:48.458Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39292025-02-19T02:52:48.493Z[ recovery-image] Feb 19 02:52:47.538 INFO O| Feb 19 02:52:47.538 INFO O| Planning: Package planning ... Done
39302025-02-19T02:52:48.700Z[ host-image] Feb 19 02:52:47.745 INFO O| Feb 19 02:52:47.745 INFO O| Download: 7642/22794 items 58.6/199.7MB 29% complete (1.2M/s)
39312025-02-19T02:52:49.151Z[ recovery-image] Feb 19 02:52:48.197 INFO O| Feb 19 02:52:48.197 INFO O| Planning: Merging actions ... Done
39322025-02-19T02:52:49.340Z[ recovery-image] Feb 19 02:52:48.385 INFO O| Feb 19 02:52:48.385 INFO O| Planning: Checking for conflicting actions ... Done
39332025-02-19T02:52:49.473Z[ recovery-image] Feb 19 02:52:48.518 INFO O| Feb 19 02:52:48.518 INFO O| Planning: Consolidating action changes ... Done
39342025-02-19T02:52:49.839Z[ recovery-image] Feb 19 02:52:48.885 INFO O| Feb 19 02:52:48.885 INFO O| Planning: Evaluating mediators ... Done
39352025-02-19T02:52:53.713Z[ host-image] Feb 19 02:52:52.758 INFO O| Feb 19 02:52:52.758 INFO O| Download: 8526/22794 items 69.8/199.7MB 34% complete (2.2M/s)
39362025-02-19T02:52:55.742Z[ recovery-image] Feb 19 02:52:54.787 INFO O| Feb 19 02:52:54.787 INFO O| Planning: Planning completed in 179.87 seconds
39372025-02-19T02:52:55.749Z[ recovery-image] Feb 19 02:52:54.793 INFO O| Feb 19 02:52:54.793 INFO O| Packages to install: 124
39382025-02-19T02:52:55.749Z[ recovery-image] Feb 19 02:52:54.793 INFO O| Feb 19 02:52:54.793 INFO O| Mediators to change: 4
39392025-02-19T02:52:55.751Z[ recovery-image] Feb 19 02:52:54.793 INFO O| Feb 19 02:52:54.793 INFO O| Services to change: 5
39402025-02-19T02:52:55.828Z[ recovery-image] Feb 19 02:52:54.872 INFO O| Feb 19 02:52:54.872 INFO O| Download: 0/15865 items 0.0/176.5MB 0% complete
39412025-02-19T02:53:01.188Z[ recovery-image] Feb 19 02:53:00.232 INFO O| Feb 19 02:53:00.232 INFO O| Download: 1057/15865 items 7.9/176.5MB 4% complete (1.6M/s)
39422025-02-19T02:53:03.042Z[ host-image] Feb 19 02:53:01.850 INFO O| Feb 19 02:53:01.850 INFO O| Download: 9387/22794 items 81.0/199.7MB 40% complete (2.3M/s)
39432025-02-19T02:53:06.926Z[ recovery-image] Feb 19 02:53:05.969 INFO O| Feb 19 02:53:05.969 INFO O| Download: 1164/15865 items 10.1/176.5MB 5% complete (1.2M/s)
39442025-02-19T02:53:07.684Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39452025-02-19T02:53:07.820Z[ host-image] Feb 19 02:53:06.863 INFO O| Feb 19 02:53:06.863 INFO O| Download: 10457/22794 items 88.2/199.7MB 44% complete (764k/s)
39462025-02-19T02:53:12.157Z[ recovery-image] Feb 19 02:53:11.200 INFO O| Feb 19 02:53:11.200 INFO O| Download: 1646/15865 items 25.5/176.5MB 14% complete (1.7M/s)
39472025-02-19T02:53:12.946Z[ host-image] Feb 19 02:53:11.989 INFO O| Feb 19 02:53:11.988 INFO O| Download: 11099/22794 items 92.1/199.7MB 46% complete (1.1M/s)
39482025-02-19T02:53:17.275Z[ recovery-image] Feb 19 02:53:16.317 INFO O| Feb 19 02:53:16.317 INFO O| Download: 2679/15865 items 33.1/176.5MB 18% complete (2.3M/s)
39492025-02-19T02:53:17.948Z[ host-image] Feb 19 02:53:16.990 INFO O| Feb 19 02:53:16.990 INFO O| Download: 11319/22794 items 96.0/199.7MB 48% complete (764k/s)
39502025-02-19T02:53:22.377Z[ recovery-image] Feb 19 02:53:21.419 INFO O| Feb 19 02:53:21.418 INFO O| Download: 3609/15865 items 39.1/176.5MB 22% complete (1.4M/s)
39512025-02-19T02:53:23.080Z[ host-image] Feb 19 02:53:22.122 INFO O| Feb 19 02:53:22.121 INFO O| Download: 12062/22794 items 101.0/199.7MB 50% complete (884k/s)
39522025-02-19T02:53:23.201Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39532025-02-19T02:53:27.378Z[ recovery-image] Feb 19 02:53:26.419 INFO O| Feb 19 02:53:26.419 INFO O| Download: 4223/15865 items 42.7/176.5MB 24% complete (989k/s)
39542025-02-19T02:53:28.084Z[ host-image] Feb 19 02:53:27.125 INFO O| Feb 19 02:53:27.125 INFO O| Download: 12645/22794 items 109.7/199.7MB 54% complete (1.4M/s)
39552025-02-19T02:53:32.380Z[ recovery-image] Feb 19 02:53:31.420 INFO O| Feb 19 02:53:31.420 INFO O| Download: 4824/15865 items 43.0/176.5MB 24% complete (426k/s)
39562025-02-19T02:53:33.090Z[ host-image] Feb 19 02:53:32.130 INFO O| Feb 19 02:53:32.130 INFO O| Download: 13714/22794 items 110.2/199.7MB 55% complete (957k/s)
39572025-02-19T02:53:37.587Z[ recovery-image] Feb 19 02:53:36.627 INFO O| Feb 19 02:53:36.626 INFO O| Download: 5730/15865 items 46.2/176.5MB 26% complete (316k/s)
39582025-02-19T02:53:38.646Z[ host-image] Feb 19 02:53:37.685 INFO O| Feb 19 02:53:37.685 INFO O| Download: 14272/22794 items 110.7/199.7MB 55% complete (113k/s)
39592025-02-19T02:53:42.603Z[ recovery-image] Feb 19 02:53:41.642 INFO O| Feb 19 02:53:41.642 INFO O| Download: 6208/15865 items 62.1/176.5MB 35% complete (1.9M/s)
39602025-02-19T02:53:43.664Z[ host-image] Feb 19 02:53:42.703 INFO O| Feb 19 02:53:42.702 INFO O| Download: 14826/22794 items 122.2/199.7MB 61% complete (1.1M/s)
39612025-02-19T02:53:47.669Z[ recovery-image] Feb 19 02:53:46.707 INFO O| Feb 19 02:53:46.707 INFO O| Download: 7140/15865 items 73.2/176.5MB 41% complete (2.6M/s)
39622025-02-19T02:53:48.664Z[ host-image] Feb 19 02:53:47.703 INFO O| Feb 19 02:53:47.703 INFO O| Download: 15555/22794 items 125.7/199.7MB 62% complete (1.5M/s)
39632025-02-19T02:53:52.719Z[ recovery-image] Feb 19 02:53:51.756 INFO O| Feb 19 02:53:51.756 INFO O| Download: 7856/15865 items 75.6/176.5MB 42% complete (1.4M/s)
39642025-02-19T02:53:53.666Z[ host-image] Feb 19 02:53:52.703 INFO O| Feb 19 02:53:52.703 INFO O| Download: 16294/22794 items 142.5/199.7MB 71% complete (2.0M/s)
39652025-02-19T02:53:57.740Z[ recovery-image] Feb 19 02:53:56.777 INFO O| Feb 19 02:53:56.777 INFO O| Download: 8372/15865 items 79.8/176.5MB 45% complete (698k/s)
39662025-02-19T02:53:58.686Z[ host-image] Feb 19 02:53:57.723 INFO O| Feb 19 02:53:57.723 INFO O| Download: 17232/22794 items 149.1/199.7MB 74% complete (2.4M/s)
39672025-02-19T02:54:02.742Z[ recovery-image] Feb 19 02:54:01.779 INFO O| Feb 19 02:54:01.779 INFO O| Download: 8794/15865 items 91.3/176.5MB 51% complete (1.5M/s)
39682025-02-19T02:54:03.798Z[ host-image] Feb 19 02:54:02.834 INFO O| Feb 19 02:54:02.834 INFO O| Download: 17969/22794 items 161.9/199.7MB 81% complete (2.1M/s)
39692025-02-19T02:54:07.744Z[ recovery-image] Feb 19 02:54:06.780 INFO O| Feb 19 02:54:06.780 INFO O| Download: 9448/15865 items 92.9/176.5MB 52% complete (1.3M/s)
39702025-02-19T02:54:09.295Z[ host-image] Feb 19 02:54:08.330 INFO O| Feb 19 02:54:08.330 INFO O| Download: 18991/22794 items 165.6/199.7MB 82% complete (1.6M/s)
39712025-02-19T02:54:12.750Z[ recovery-image] Feb 19 02:54:11.786 INFO O| Feb 19 02:54:11.786 INFO O| Download: 10415/15865 items 93.4/176.5MB 52% complete (288k/s)
39722025-02-19T02:54:14.304Z[ host-image] Feb 19 02:54:13.339 INFO O| Feb 19 02:54:13.339 INFO O| Download: 19855/22794 items 169.3/199.7MB 84% complete (712k/s)
39732025-02-19T02:54:17.762Z[ recovery-image] Feb 19 02:54:16.797 INFO O| Feb 19 02:54:16.797 INFO O| Download: 10892/15865 items 93.9/176.5MB 53% complete (96.2k/s)
39742025-02-19T02:54:19.475Z[ host-image] Feb 19 02:54:18.510 INFO O| Feb 19 02:54:18.510 INFO O| Download: 20661/22794 items 173.0/199.7MB 86% complete (738k/s)
39752025-02-19T02:54:22.783Z[ recovery-image] Feb 19 02:54:21.817 INFO O| Feb 19 02:54:21.817 INFO O| Download: 11322/15865 items 105.2/176.5MB 59% complete (1.1M/s)
39762025-02-19T02:54:24.498Z[ host-image] Feb 19 02:54:23.531 INFO O| Feb 19 02:54:23.531 INFO O| Download: 21239/22794 items 180.0/199.7MB 90% complete (1.1M/s)
39772025-02-19T02:54:27.805Z[ recovery-image] Feb 19 02:54:26.839 INFO O| Feb 19 02:54:26.839 INFO O| Download: 11819/15865 items 125.1/176.5MB 70% complete (3.1M/s)
39782025-02-19T02:54:29.670Z[ host-image] Feb 19 02:54:28.704 INFO O| Feb 19 02:54:28.704 INFO O| Download: 21958/22794 items 191.7/199.7MB 95% complete (1.9M/s)
39792025-02-19T02:54:32.813Z[ recovery-image] Feb 19 02:54:31.846 INFO O| Feb 19 02:54:31.846 INFO O| Download: 12118/15865 items 140.4/176.5MB 79% complete (3.5M/s)
39802025-02-19T02:54:34.679Z[ host-image] Feb 19 02:54:33.711 INFO O| Feb 19 02:54:33.711 INFO O| Download: 22424/22794 items 199.3/199.7MB 99% complete (1.9M/s)
39812025-02-19T02:54:37.995Z[ host-image] Feb 19 02:54:36.876 INFO O| Feb 19 02:54:36.876 INFO O| Download: Completed 199.74 MB in 149.34 seconds (1.3M/s)
39822025-02-19T02:54:38.001Z[ recovery-image] Feb 19 02:54:36.965 INFO O| Feb 19 02:54:36.965 INFO O| Download: 13044/15865 items 143.8/176.5MB 81% complete (2.0M/s)
39832025-02-19T02:54:40.105Z[ host-image] Feb 19 02:54:39.138 INFO O| Feb 19 02:54:39.137 INFO O| Actions: 1/49494 actions (Installing new actions)
39842025-02-19T02:54:42.948Z[ recovery-image] Feb 19 02:54:41.978 INFO O| Feb 19 02:54:41.978 INFO O| Download: 14258/15865 items 149.4/176.5MB 84% complete (893k/s)
39852025-02-19T02:54:45.107Z[ host-image] Feb 19 02:54:44.138 INFO O| Feb 19 02:54:44.138 INFO O| Actions: 8625/49494 actions (Installing new actions)
39862025-02-19T02:54:48.188Z[ recovery-image] Feb 19 02:54:47.219 INFO O| Feb 19 02:54:47.219 INFO O| Download: 14843/15865 items 157.2/176.5MB 89% complete (1.4M/s)
39872025-02-19T02:54:50.108Z[ host-image] Feb 19 02:54:49.138 INFO O| Feb 19 02:54:49.138 INFO O| Actions: 13289/49494 actions (Installing new actions)
39882025-02-19T02:54:53.191Z[ recovery-image] Feb 19 02:54:52.221 INFO O| Feb 19 02:54:52.221 INFO O| Download: 15437/15865 items 163.7/176.5MB 92% complete (1.4M/s)
39892025-02-19T02:54:55.110Z[ host-image] Feb 19 02:54:54.138 INFO O| Feb 19 02:54:54.138 INFO O| Actions: 18243/49494 actions (Installing new actions)
39902025-02-19T02:54:58.058Z[ recovery-image] Feb 19 02:54:57.087 INFO O| Feb 19 02:54:57.087 INFO O| Download: Completed 176.45 MB in 122.21 seconds (1.4M/s)
39912025-02-19T02:55:00.125Z[ host-image] Feb 19 02:54:59.143 INFO O| Feb 19 02:54:59.143 INFO O| Actions: 25837/49494 actions (Installing new actions)
39922025-02-19T02:55:01.771Z[ recovery-image] Feb 19 02:55:00.800 INFO O| Feb 19 02:55:00.800 INFO O| Actions: 1/25031 actions (Installing new actions)
39932025-02-19T02:55:05.104Z[ host-image] Feb 19 02:55:04.133 INFO O| Feb 19 02:55:04.133 INFO O| Actions: Completed 49494 actions in 24.99 seconds.
39942025-02-19T02:55:06.091Z[ host-image] Feb 19 02:55:05.119 INFO O| Feb 19 02:55:05.119 INFO O| Done
39952025-02-19T02:55:06.091Z[ host-image] Feb 19 02:55:05.119 INFO O| Feb 19 02:55:05.119 INFO O| Done
39962025-02-19T02:55:06.772Z[ recovery-image] Feb 19 02:55:05.801 INFO O| Feb 19 02:55:05.800 INFO O| Actions: 8938/25031 actions (Installing new actions)
39972025-02-19T02:55:08.093Z[ host-image] Feb 19 02:55:07.121 INFO O| Feb 19 02:55:07.121 INFO O| Done
39982025-02-19T02:55:10.878Z[ host-image] Feb 19 02:55:09.907 INFO O| Feb 19 02:55:09.907 INFO O| Done
39992025-02-19T02:55:10.922Z[ host-image] Feb 19 02:55:09.949 INFO O| Feb 19 02:55:09.949 INFO O| Done
40002025-02-19T02:55:11.773Z[ recovery-image] Feb 19 02:55:10.801 INFO O| Feb 19 02:55:10.801 INFO O| Actions: 13356/25031 actions (Installing new actions)
40012025-02-19T02:55:16.774Z[ recovery-image] Feb 19 02:55:15.802 INFO O| Feb 19 02:55:15.802 INFO O| Actions: 19512/25031 actions (Installing new actions)
40022025-02-19T02:55:18.780Z[ recovery-image] Feb 19 02:55:17.807 INFO O| Feb 19 02:55:17.807 INFO O| Actions: Completed 25031 actions in 17.00 seconds.
40032025-02-19T02:55:22.765Z[ recovery-image] Feb 19 02:55:18.523 INFO O| Feb 19 02:55:18.523 INFO O| Done
40042025-02-19T02:55:22.765Z[ recovery-image] Feb 19 02:55:18.523 INFO O| Feb 19 02:55:18.523 INFO O| Done
40052025-02-19T02:55:22.765Z[ host-image] Feb 19 02:55:19.596 INFO O| Feb 19 02:55:19.596 INFO O| Done
40062025-02-19T02:55:22.765Z[ host-image] Feb 19 02:55:21.419 INFO O| Feb 19 02:55:21.418 INFO O| Done
40072025-02-19T02:55:23.096Z[ recovery-image] Feb 19 02:55:22.122 INFO O| Feb 19 02:55:22.122 INFO O| Done
40082025-02-19T02:55:23.518Z[ host-image] Feb 19 02:55:22.544 INFO O| Feb 19 02:55:22.544 INFO STEP 11 (pkg_install) COMPLETE
40092025-02-19T02:55:23.518Z[ host-image] Feb 19 02:55:22.544 INFO O| Feb 19 02:55:22.544 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40102025-02-19T02:55:23.544Z[ host-image] Feb 19 02:55:22.570 INFO O| Feb 19 02:55:22.570 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"]
40112025-02-19T02:55:25.413Z[ recovery-image] Feb 19 02:55:24.404 INFO O| Feb 19 02:55:24.404 INFO O| Done
40122025-02-19T02:55:25.418Z[ recovery-image] Feb 19 02:55:24.429 INFO O| Feb 19 02:55:24.429 INFO O| Done
40132025-02-19T02:55:25.981Z[ host-image] Feb 19 02:55:25.007 INFO O| Feb 19 02:55:25.007 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40142025-02-19T02:55:30.683Z[ recovery-image] Feb 19 02:55:29.708 INFO O| Feb 19 02:55:29.708 INFO O| Done
40152025-02-19T02:55:31.304Z[ recovery-image] Feb 19 02:55:30.330 INFO O| Feb 19 02:55:30.330 INFO O| Done
40162025-02-19T02:55:31.869Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO STEP 11 (pkg_install) COMPLETE
40172025-02-19T02:55:31.869Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40182025-02-19T02:55:31.869Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO skip step because feature "recovery" is enabled
40192025-02-19T02:55:31.871Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40202025-02-19T02:55:31.871Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO skip step because feature "omicron1" is not enabled
40212025-02-19T02:55:31.871Z[ recovery-image] Feb 19 02:55:30.894 INFO O| Feb 19 02:55:30.894 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40222025-02-19T02:55:31.889Z[ recovery-image] Feb 19 02:55:30.915 INFO O| Feb 19 02:55:30.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
40232025-02-19T02:55:32.184Z[ host-image] Feb 19 02:55:31.210 INFO O| Feb 19 02:55:31.210 INFO O| Planning: Solver setup ... Done
40242025-02-19T02:55:32.190Z[ host-image] Feb 19 02:55:31.216 INFO O| Feb 19 02:55:31.216 INFO O| Planning: Running solver ... Done
40252025-02-19T02:55:32.312Z[ host-image] Feb 19 02:55:31.337 INFO O| Feb 19 02:55:31.337 INFO O| Planning: Finding local manifests ... Done
40262025-02-19T02:55:32.314Z[ host-image] Feb 19 02:55:31.339 INFO O| Feb 19 02:55:31.339 INFO O| Planning: Fetching manifests: 0/5 0% complete
40272025-02-19T02:55:32.626Z[ host-image] Feb 19 02:55:31.652 INFO O| Feb 19 02:55:31.651 INFO O| Planning: Fetching manifests: 5/5 100% complete
40282025-02-19T02:55:32.738Z[ host-image] Feb 19 02:55:31.764 INFO O| Feb 19 02:55:31.764 INFO O| Planning: Package planning ... Done
40292025-02-19T02:55:32.752Z[ host-image] Feb 19 02:55:31.777 INFO O| Feb 19 02:55:31.777 INFO O| Planning: Merging actions ... Done
40302025-02-19T02:55:32.929Z[ host-image] Feb 19 02:55:31.954 INFO O| Feb 19 02:55:31.954 INFO O| Planning: Checking for conflicting actions ... Done
40312025-02-19T02:55:32.931Z[ host-image] Feb 19 02:55:31.957 INFO O| Feb 19 02:55:31.957 INFO O| Planning: Consolidating action changes ... Done
40322025-02-19T02:55:33.124Z[ recovery-image] Feb 19 02:55:32.150 INFO O| Feb 19 02:55:32.150 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40332025-02-19T02:55:34.094Z[ host-image] Feb 19 02:55:33.120 INFO O| Feb 19 02:55:33.120 INFO O| Planning: Evaluating mediators ... Done
40342025-02-19T02:55:34.097Z[ host-image] Feb 19 02:55:33.122 INFO O| Feb 19 02:55:33.122 INFO O| Planning: Planning completed in 8.11 seconds
40352025-02-19T02:55:34.099Z[ host-image] Feb 19 02:55:33.124 INFO O| Feb 19 02:55:33.124 INFO O| Packages to install: 5
40362025-02-19T02:55:34.099Z[ host-image] Feb 19 02:55:33.124 INFO O| Feb 19 02:55:33.124 INFO O| Services to change: 2
40372025-02-19T02:55:34.119Z[ host-image] Feb 19 02:55:33.144 INFO O| Feb 19 02:55:33.144 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
40382025-02-19T02:55:35.627Z[ host-image] Feb 19 02:55:34.653 INFO O| Feb 19 02:55:34.653 INFO O| Download: Completed 1.46 MB in 1.51 seconds (987k/s)
40392025-02-19T02:55:35.683Z[ host-image] Feb 19 02:55:34.708 INFO O| Feb 19 02:55:34.708 INFO O| Actions: 1/306 actions (Installing new actions)
40402025-02-19T02:55:35.866Z[ host-image] Feb 19 02:55:34.891 INFO O| Feb 19 02:55:34.891 INFO O| Actions: Completed 306 actions in 0.18 seconds.
40412025-02-19T02:55:36.645Z[ host-image] Feb 19 02:55:35.670 INFO O| Feb 19 02:55:35.670 INFO O| Done
40422025-02-19T02:55:36.645Z[ host-image] Feb 19 02:55:35.670 INFO O| Feb 19 02:55:35.670 INFO O| Done
40432025-02-19T02:55:38.015Z[ recovery-image] Feb 19 02:55:37.040 INFO O| Feb 19 02:55:37.040 INFO O| Planning: Solver setup ... Done
40442025-02-19T02:55:38.022Z[ recovery-image] Feb 19 02:55:37.047 INFO O| Feb 19 02:55:37.047 INFO O| Planning: Running solver ... Done
40452025-02-19T02:55:38.166Z[ recovery-image] Feb 19 02:55:37.191 INFO O| Feb 19 02:55:37.190 INFO O| Planning: Finding local manifests ... Done
40462025-02-19T02:55:38.168Z[ recovery-image] Feb 19 02:55:37.192 INFO O| Feb 19 02:55:37.192 INFO O| Planning: Fetching manifests: 0/1 0% complete
40472025-02-19T02:55:38.184Z[ host-image] Feb 19 02:55:37.209 INFO O| Feb 19 02:55:37.209 INFO O| Done
40482025-02-19T02:55:38.398Z[ recovery-image] Feb 19 02:55:37.423 INFO O| Feb 19 02:55:37.423 INFO O| Planning: Fetching manifests: 1/1 100% complete
40492025-02-19T02:55:38.442Z[ recovery-image] Feb 19 02:55:37.466 INFO O| Feb 19 02:55:37.466 INFO O| Planning: Package planning ... Done
40502025-02-19T02:55:38.445Z[ recovery-image] Feb 19 02:55:37.467 INFO O| Feb 19 02:55:37.467 INFO O| Planning: Merging actions ... Done
40512025-02-19T02:55:38.536Z[ recovery-image] Feb 19 02:55:37.561 INFO O| Feb 19 02:55:37.561 INFO O| Planning: Checking for conflicting actions ... Done
40522025-02-19T02:55:38.539Z[ recovery-image] Feb 19 02:55:37.561 INFO O| Feb 19 02:55:37.561 INFO O| Planning: Consolidating action changes ... Done
40532025-02-19T02:55:38.880Z[ recovery-image] Feb 19 02:55:37.905 INFO O| Feb 19 02:55:37.905 INFO O| Planning: Evaluating mediators ... Done
40542025-02-19T02:55:38.883Z[ recovery-image] Feb 19 02:55:37.906 INFO O| Feb 19 02:55:37.906 INFO O| Planning: Planning completed in 5.76 seconds
40552025-02-19T02:55:38.886Z[ recovery-image] Feb 19 02:55:37.909 INFO O| Feb 19 02:55:37.909 INFO O| Packages to install: 1
40562025-02-19T02:55:38.904Z[ recovery-image] Feb 19 02:55:37.929 INFO O| Feb 19 02:55:37.929 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
40572025-02-19T02:55:39.296Z[ recovery-image] Feb 19 02:55:38.321 INFO O| Feb 19 02:55:38.320 INFO O| Download: Completed 10.27 MB in 0.39 seconds (26.2M/s)
40582025-02-19T02:55:39.401Z[ recovery-image] Feb 19 02:55:38.426 INFO O| Feb 19 02:55:38.426 INFO O| Actions: 1/22 actions (Installing new actions)
40592025-02-19T02:55:39.853Z[ recovery-image] Feb 19 02:55:38.878 INFO O| Feb 19 02:55:38.878 INFO O| Actions: Completed 22 actions in 0.45 seconds.
40602025-02-19T02:55:40.503Z[ recovery-image] Feb 19 02:55:39.527 INFO O| Feb 19 02:55:39.527 INFO O| Done
40612025-02-19T02:55:40.503Z[ recovery-image] Feb 19 02:55:39.527 INFO O| Feb 19 02:55:39.527 INFO O| Done
40622025-02-19T02:55:41.050Z[ host-image] Feb 19 02:55:40.075 INFO O| Feb 19 02:55:40.075 INFO O| Done
40632025-02-19T02:55:41.089Z[ host-image] Feb 19 02:55:40.114 INFO O| Feb 19 02:55:40.114 INFO O| Done
40642025-02-19T02:55:41.089Z[ host-image] Feb 19 02:55:40.114 INFO O| Feb 19 02:55:40.114 INFO O| Done
40652025-02-19T02:55:41.116Z[ host-image] Feb 19 02:55:40.140 INFO O| Feb 19 02:55:40.140 INFO O| Done
40662025-02-19T02:55:41.292Z[ host-image] Feb 19 02:55:40.317 INFO O| Feb 19 02:55:40.317 INFO STEP 12 (pkg_install) COMPLETE
40672025-02-19T02:55:41.292Z[ host-image] Feb 19 02:55:40.317 INFO O| Feb 19 02:55:40.317 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40682025-02-19T02:55:41.313Z[ host-image] Feb 19 02:55:40.337 INFO O| Feb 19 02:55:40.337 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40692025-02-19T02:55:41.894Z[ recovery-image] Feb 19 02:55:40.919 INFO O| Feb 19 02:55:40.918 INFO O| Done
40702025-02-19T02:55:41.909Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40712025-02-19T02:55:42.392Z[ host-image] Feb 19 02:55:41.417 INFO O| Feb 19 02:55:41.417 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40722025-02-19T02:55:44.023Z[ recovery-image] Feb 19 02:55:43.047 INFO O| Feb 19 02:55:43.047 INFO O| Done
40732025-02-19T02:55:44.044Z[ recovery-image] Feb 19 02:55:43.068 INFO O| Feb 19 02:55:43.068 INFO O| Done
40742025-02-19T02:55:44.044Z[ recovery-image] Feb 19 02:55:43.069 INFO O| Feb 19 02:55:43.069 INFO O| Done
40752025-02-19T02:55:44.086Z[ recovery-image] Feb 19 02:55:43.111 INFO O| Feb 19 02:55:43.111 INFO O| Done
40762025-02-19T02:55:44.266Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO STEP 14 (pkg_install) COMPLETE
40772025-02-19T02:55:44.266Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40782025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO skip step because feature "mfg" is not enabled
40792025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40802025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO skip step because feature "compliance" is not enabled
40812025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40822025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO skip step because feature "stress" is not enabled
40832025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40842025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO skip step because feature "nfs" is not enabled
40852025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40862025-02-19T02:55:44.269Z[ recovery-image] Feb 19 02:55:43.290 INFO O| Feb 19 02:55:43.290 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40872025-02-19T02:55:44.358Z[ recovery-image] Feb 19 02:55:43.382 INFO O| Feb 19 02:55:43.382 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40882025-02-19T02:55:44.489Z[ recovery-image] Feb 19 02:55:43.513 INFO O| Feb 19 02:55:43.513 INFO completed processing gimlet/ramdisk-01-os
40892025-02-19T02:55:44.493Z[ recovery-image] Feb 19 02:55:43.517 INFO image builder template: ramdisk-02-trim...
40902025-02-19T02:55:44.493Z[ recovery-image] Feb 19 02:55:43.518 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/.tmprV1oZT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
40912025-02-19T02:55:44.538Z[ recovery-image] Feb 19 02:55:43.562 INFO O| Feb 19 02:55:43.562 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40922025-02-19T02:55:44.556Z[ recovery-image] Feb 19 02:55:43.580 INFO O| Feb 19 02:55:43.580 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40932025-02-19T02:55:44.704Z[ recovery-image] Feb 19 02:55:43.728 INFO O| Feb 19 02:55:43.728 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40942025-02-19T02:55:44.817Z[ recovery-image] Feb 19 02:55:43.841 INFO O| Feb 19 02:55:43.841 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40952025-02-19T02:55:44.820Z[ recovery-image] Feb 19 02:55:43.841 INFO O| Feb 19 02:55:43.841 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40962025-02-19T02:55:44.828Z[ recovery-image] Feb 19 02:55:43.852 INFO O| Feb 19 02:55:43.852 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40972025-02-19T02:55:44.836Z[ recovery-image] Feb 19 02:55:43.860 INFO O| Feb 19 02:55:43.859 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40982025-02-19T02:55:44.845Z[ recovery-image] Feb 19 02:55:43.869 INFO O| Feb 19 02:55:43.869 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40992025-02-19T02:55:45.131Z[ recovery-image] Feb 19 02:55:44.155 INFO O| Feb 19 02:55:44.155 INFO rolled back to input snapshot; work may begin
41002025-02-19T02:55:45.131Z[ recovery-image] Feb 19 02:55:44.155 INFO O| Feb 19 02:55:44.155 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41012025-02-19T02:55:45.140Z[ recovery-image] Feb 19 02:55:44.164 INFO O| Feb 19 02:55:44.164 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022025-02-19T02:55:45.168Z[ recovery-image] Feb 19 02:55:44.192 INFO O| Feb 19 02:55:44.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41032025-02-19T02:55:45.257Z[ recovery-image] Feb 19 02:55:44.281 INFO O| Feb 19 02:55:44.281 INFO STEP 0 (remove_files) COMPLETE
41042025-02-19T02:55:45.257Z[ recovery-image] Feb 19 02:55:44.281 INFO O| Feb 19 02:55:44.281 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052025-02-19T02:55:45.290Z[ recovery-image] Feb 19 02:55:44.314 INFO O| Feb 19 02:55:44.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41062025-02-19T02:55:45.293Z[ recovery-image] Feb 19 02:55:44.317 INFO O| Feb 19 02:55:44.317 INFO STEP 1 (remove_files) COMPLETE
41072025-02-19T02:55:45.293Z[ recovery-image] Feb 19 02:55:44.317 INFO O| Feb 19 02:55:44.317 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082025-02-19T02:55:45.312Z[ recovery-image] Feb 19 02:55:44.336 INFO O| Feb 19 02:55:44.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41092025-02-19T02:55:45.335Z[ recovery-image] Feb 19 02:55:44.359 INFO O| Feb 19 02:55:44.359 INFO STEP 2 (remove_files) COMPLETE
41102025-02-19T02:55:45.335Z[ recovery-image] Feb 19 02:55:44.359 INFO O| Feb 19 02:55:44.359 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112025-02-19T02:55:45.356Z[ recovery-image] Feb 19 02:55:44.380 INFO O| Feb 19 02:55:44.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41122025-02-19T02:55:45.359Z[ recovery-image] Feb 19 02:55:44.383 INFO O| Feb 19 02:55:44.383 INFO STEP 3 (remove_files) COMPLETE
41132025-02-19T02:55:45.359Z[ recovery-image] Feb 19 02:55:44.383 INFO O| Feb 19 02:55:44.383 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142025-02-19T02:55:45.378Z[ recovery-image] Feb 19 02:55:44.402 INFO O| Feb 19 02:55:44.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41152025-02-19T02:55:45.385Z[ recovery-image] Feb 19 02:55:44.409 INFO O| Feb 19 02:55:44.409 INFO STEP 4 (remove_files) COMPLETE
41162025-02-19T02:55:45.388Z[ recovery-image] Feb 19 02:55:44.409 INFO O| Feb 19 02:55:44.409 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172025-02-19T02:55:45.404Z[ recovery-image] Feb 19 02:55:44.428 INFO O| Feb 19 02:55:44.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41182025-02-19T02:55:45.407Z[ recovery-image] Feb 19 02:55:44.428 INFO O| Feb 19 02:55:44.428 INFO STEP 5 (remove_files) COMPLETE
41192025-02-19T02:55:45.407Z[ recovery-image] Feb 19 02:55:44.429 INFO O| Feb 19 02:55:44.429 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202025-02-19T02:55:45.422Z[ recovery-image] Feb 19 02:55:44.446 INFO O| Feb 19 02:55:44.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41212025-02-19T02:55:45.441Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO STEP 6 (remove_files) COMPLETE
41222025-02-19T02:55:45.441Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO skip step because feature "recovery" is enabled
41242025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO skip step because feature "recovery" is enabled
41262025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO skip step because feature "recovery" is enabled
41282025-02-19T02:55:45.443Z[ recovery-image] Feb 19 02:55:44.465 INFO O| Feb 19 02:55:44.465 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292025-02-19T02:55:45.470Z[ recovery-image] Feb 19 02:55:44.494 INFO O| Feb 19 02:55:44.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41302025-02-19T02:55:45.475Z[ recovery-image] Feb 19 02:55:44.499 INFO O| Feb 19 02:55:44.499 INFO STEP 10 (remove_files) COMPLETE
41312025-02-19T02:55:45.479Z[ recovery-image] Feb 19 02:55:44.500 INFO O| Feb 19 02:55:44.499 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322025-02-19T02:55:45.495Z[ recovery-image] Feb 19 02:55:44.519 INFO O| Feb 19 02:55:44.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41332025-02-19T02:55:45.498Z[ recovery-image] Feb 19 02:55:44.521 INFO O| Feb 19 02:55:44.521 INFO STEP 11 (remove_files) COMPLETE
41342025-02-19T02:55:45.498Z[ recovery-image] Feb 19 02:55:44.521 INFO O| Feb 19 02:55:44.521 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352025-02-19T02:55:45.515Z[ recovery-image] Feb 19 02:55:44.539 INFO O| Feb 19 02:55:44.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41362025-02-19T02:55:45.517Z[ recovery-image] Feb 19 02:55:44.541 INFO O| Feb 19 02:55:44.541 INFO STEP 12 (remove_files) COMPLETE
41372025-02-19T02:55:45.517Z[ recovery-image] Feb 19 02:55:44.541 INFO O| Feb 19 02:55:44.541 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382025-02-19T02:55:45.749Z[ recovery-image] Feb 19 02:55:44.773 INFO O| Feb 19 02:55:44.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41392025-02-19T02:55:45.752Z[ recovery-image] Feb 19 02:55:44.776 INFO O| Feb 19 02:55:44.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41402025-02-19T02:55:45.769Z[ recovery-image] Feb 19 02:55:44.793 INFO O| Feb 19 02:55:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41412025-02-19T02:55:45.775Z[ recovery-image] Feb 19 02:55:44.799 INFO O| Feb 19 02:55:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41422025-02-19T02:55:45.937Z[ recovery-image] Feb 19 02:55:44.961 INFO O| Feb 19 02:55:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41432025-02-19T02:55:45.958Z[ recovery-image] Feb 19 02:55:44.982 INFO O| Feb 19 02:55:44.981 INFO STEP 13 (remove_files) COMPLETE
41442025-02-19T02:55:45.958Z[ recovery-image] Feb 19 02:55:44.982 INFO O| Feb 19 02:55:44.982 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452025-02-19T02:55:45.993Z[ recovery-image] Feb 19 02:55:45.015 INFO O| Feb 19 02:55:45.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41462025-02-19T02:55:45.996Z[ recovery-image] Feb 19 02:55:45.017 INFO O| Feb 19 02:55:45.017 INFO STEP 14 (remove_files) COMPLETE
41472025-02-19T02:55:45.996Z[ recovery-image] Feb 19 02:55:45.017 INFO O| Feb 19 02:55:45.017 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482025-02-19T02:55:46.015Z[ recovery-image] Feb 19 02:55:45.039 INFO O| Feb 19 02:55:45.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41492025-02-19T02:55:46.025Z[ recovery-image] Feb 19 02:55:45.049 INFO O| Feb 19 02:55:45.049 INFO STEP 15 (remove_files) COMPLETE
41502025-02-19T02:55:46.025Z[ recovery-image] Feb 19 02:55:45.049 INFO O| Feb 19 02:55:45.049 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512025-02-19T02:55:46.048Z[ recovery-image] Feb 19 02:55:45.072 INFO O| Feb 19 02:55:45.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41522025-02-19T02:55:46.051Z[ recovery-image] Feb 19 02:55:45.072 INFO O| Feb 19 02:55:45.072 INFO STEP 16 (remove_files) COMPLETE
41532025-02-19T02:55:46.051Z[ recovery-image] Feb 19 02:55:45.072 INFO O| Feb 19 02:55:45.072 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542025-02-19T02:55:46.073Z[ recovery-image] Feb 19 02:55:45.097 INFO O| Feb 19 02:55:45.097 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41552025-02-19T02:55:46.076Z[ recovery-image] Feb 19 02:55:45.099 INFO O| Feb 19 02:55:45.099 INFO STEP 17 (remove_files) COMPLETE
41562025-02-19T02:55:46.076Z[ recovery-image] Feb 19 02:55:45.099 INFO O| Feb 19 02:55:45.099 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572025-02-19T02:55:46.121Z[ recovery-image] Feb 19 02:55:45.145 INFO O| Feb 19 02:55:45.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41582025-02-19T02:55:46.121Z[ recovery-image] Feb 19 02:55:45.145 INFO O| Feb 19 02:55:45.145 INFO STEP 18 (remove_files) COMPLETE
41592025-02-19T02:55:46.121Z[ recovery-image] Feb 19 02:55:45.145 INFO O| Feb 19 02:55:45.145 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602025-02-19T02:55:46.139Z[ recovery-image] Feb 19 02:55:45.163 INFO O| Feb 19 02:55:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41612025-02-19T02:55:46.139Z[ recovery-image] Feb 19 02:55:45.163 INFO O| Feb 19 02:55:45.163 INFO STEP 19 (remove_files) COMPLETE
41622025-02-19T02:55:46.142Z[ recovery-image] Feb 19 02:55:45.163 INFO O| Feb 19 02:55:45.163 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632025-02-19T02:55:46.162Z[ recovery-image] Feb 19 02:55:45.186 INFO O| Feb 19 02:55:45.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41642025-02-19T02:55:46.162Z[ recovery-image] Feb 19 02:55:45.186 INFO O| Feb 19 02:55:45.186 INFO STEP 20 (remove_files) COMPLETE
41652025-02-19T02:55:46.165Z[ recovery-image] Feb 19 02:55:45.186 INFO O| Feb 19 02:55:45.186 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662025-02-19T02:55:46.213Z[ recovery-image] Feb 19 02:55:45.237 INFO O| Feb 19 02:55:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41672025-02-19T02:55:46.216Z[ recovery-image] Feb 19 02:55:45.237 INFO O| Feb 19 02:55:45.237 INFO STEP 21 (remove_files) COMPLETE
41682025-02-19T02:55:46.216Z[ recovery-image] Feb 19 02:55:45.237 INFO O| Feb 19 02:55:45.237 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692025-02-19T02:55:46.233Z[ recovery-image] Feb 19 02:55:45.257 INFO O| Feb 19 02:55:45.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41702025-02-19T02:55:46.233Z[ recovery-image] Feb 19 02:55:45.257 INFO O| Feb 19 02:55:45.257 INFO STEP 22 (remove_files) COMPLETE
41712025-02-19T02:55:46.233Z[ recovery-image] Feb 19 02:55:45.257 INFO O| Feb 19 02:55:45.257 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722025-02-19T02:55:46.270Z[ recovery-image] Feb 19 02:55:45.294 INFO O| Feb 19 02:55:45.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41732025-02-19T02:55:46.270Z[ recovery-image] Feb 19 02:55:45.294 INFO O| Feb 19 02:55:45.294 INFO STEP 23 (remove_files) COMPLETE
41742025-02-19T02:55:46.273Z[ recovery-image] Feb 19 02:55:45.294 INFO O| Feb 19 02:55:45.294 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752025-02-19T02:55:46.292Z[ recovery-image] Feb 19 02:55:45.316 INFO O| Feb 19 02:55:45.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41762025-02-19T02:55:46.292Z[ recovery-image] Feb 19 02:55:45.316 INFO O| Feb 19 02:55:45.316 INFO STEP 24 (remove_files) COMPLETE
41772025-02-19T02:55:46.295Z[ recovery-image] Feb 19 02:55:45.316 INFO O| Feb 19 02:55:45.316 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782025-02-19T02:55:46.311Z[ recovery-image] Feb 19 02:55:45.335 INFO O| Feb 19 02:55:45.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41792025-02-19T02:55:46.314Z[ recovery-image] Feb 19 02:55:45.335 INFO O| Feb 19 02:55:45.335 INFO STEP 25 (remove_files) COMPLETE
41802025-02-19T02:55:46.314Z[ recovery-image] Feb 19 02:55:45.335 INFO O| Feb 19 02:55:45.335 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812025-02-19T02:55:46.331Z[ recovery-image] Feb 19 02:55:45.355 INFO O| Feb 19 02:55:45.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41822025-02-19T02:55:46.331Z[ recovery-image] Feb 19 02:55:45.355 INFO O| Feb 19 02:55:45.355 INFO STEP 26 (remove_files) COMPLETE
41832025-02-19T02:55:46.331Z[ recovery-image] Feb 19 02:55:45.355 INFO O| Feb 19 02:55:45.355 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842025-02-19T02:55:46.349Z[ recovery-image] Feb 19 02:55:45.373 INFO O| Feb 19 02:55:45.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41852025-02-19T02:55:46.349Z[ recovery-image] Feb 19 02:55:45.373 INFO O| Feb 19 02:55:45.373 INFO STEP 27 (remove_files) COMPLETE
41862025-02-19T02:55:46.352Z[ recovery-image] Feb 19 02:55:45.373 INFO O| Feb 19 02:55:45.373 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872025-02-19T02:55:46.387Z[ recovery-image] Feb 19 02:55:45.410 INFO O| Feb 19 02:55:45.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41882025-02-19T02:55:46.387Z[ recovery-image] Feb 19 02:55:45.410 INFO O| Feb 19 02:55:45.410 INFO STEP 28 (remove_files) COMPLETE
41892025-02-19T02:55:46.387Z[ recovery-image] Feb 19 02:55:45.410 INFO O| Feb 19 02:55:45.410 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902025-02-19T02:55:46.408Z[ recovery-image] Feb 19 02:55:45.432 INFO O| Feb 19 02:55:45.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41912025-02-19T02:55:46.408Z[ recovery-image] Feb 19 02:55:45.432 INFO O| Feb 19 02:55:45.432 INFO STEP 29 (remove_files) COMPLETE
41922025-02-19T02:55:46.408Z[ recovery-image] Feb 19 02:55:45.432 INFO O| Feb 19 02:55:45.432 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932025-02-19T02:55:46.436Z[ recovery-image] Feb 19 02:55:45.460 INFO O| Feb 19 02:55:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41942025-02-19T02:55:46.436Z[ recovery-image] Feb 19 02:55:45.460 INFO O| Feb 19 02:55:45.460 INFO STEP 30 (remove_files) COMPLETE
41952025-02-19T02:55:46.439Z[ recovery-image] Feb 19 02:55:45.460 INFO O| Feb 19 02:55:45.460 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962025-02-19T02:55:46.481Z[ recovery-image] Feb 19 02:55:45.504 INFO O| Feb 19 02:55:45.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41972025-02-19T02:55:46.481Z[ recovery-image] Feb 19 02:55:45.504 INFO O| Feb 19 02:55:45.504 INFO STEP 31 (remove_files) COMPLETE
41982025-02-19T02:55:46.481Z[ recovery-image] Feb 19 02:55:45.504 INFO O| Feb 19 02:55:45.504 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992025-02-19T02:55:46.515Z[ recovery-image] Feb 19 02:55:45.539 INFO O| Feb 19 02:55:45.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42002025-02-19T02:55:46.515Z[ recovery-image] Feb 19 02:55:45.539 INFO O| Feb 19 02:55:45.539 INFO STEP 32 (remove_files) COMPLETE
42012025-02-19T02:55:46.516Z[ recovery-image] Feb 19 02:55:45.539 INFO O| Feb 19 02:55:45.539 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022025-02-19T02:55:46.540Z[ recovery-image] Feb 19 02:55:45.564 INFO O| Feb 19 02:55:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42032025-02-19T02:55:46.540Z[ recovery-image] Feb 19 02:55:45.564 INFO O| Feb 19 02:55:45.564 INFO STEP 33 (remove_files) COMPLETE
42042025-02-19T02:55:46.540Z[ recovery-image] Feb 19 02:55:45.564 INFO O| Feb 19 02:55:45.564 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052025-02-19T02:55:46.597Z[ recovery-image] Feb 19 02:55:45.621 INFO O| Feb 19 02:55:45.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42062025-02-19T02:55:46.597Z[ recovery-image] Feb 19 02:55:45.621 INFO O| Feb 19 02:55:45.621 INFO STEP 34 (remove_files) COMPLETE
42072025-02-19T02:55:46.599Z[ recovery-image] Feb 19 02:55:45.621 INFO O| Feb 19 02:55:45.621 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082025-02-19T02:55:46.616Z[ recovery-image] Feb 19 02:55:45.640 INFO O| Feb 19 02:55:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42092025-02-19T02:55:46.616Z[ recovery-image] Feb 19 02:55:45.640 INFO O| Feb 19 02:55:45.640 INFO STEP 35 (remove_files) COMPLETE
42102025-02-19T02:55:46.618Z[ recovery-image] Feb 19 02:55:45.640 INFO O| Feb 19 02:55:45.640 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112025-02-19T02:55:46.644Z[ recovery-image] Feb 19 02:55:45.668 INFO O| Feb 19 02:55:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42122025-02-19T02:55:46.647Z[ recovery-image] Feb 19 02:55:45.668 INFO O| Feb 19 02:55:45.668 INFO STEP 36 (remove_files) COMPLETE
42132025-02-19T02:55:46.647Z[ recovery-image] Feb 19 02:55:45.669 INFO O| Feb 19 02:55:45.669 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142025-02-19T02:55:46.663Z[ host-image] Feb 19 02:55:45.686 INFO O| Feb 19 02:55:45.686 INFO O| Planning: Solver setup ... Done
42152025-02-19T02:55:46.670Z[ host-image] Feb 19 02:55:45.693 INFO O| Feb 19 02:55:45.693 INFO O| Planning: Running solver ... Done
42162025-02-19T02:55:46.678Z[ recovery-image] Feb 19 02:55:45.702 INFO O| Feb 19 02:55:45.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42172025-02-19T02:55:46.678Z[ recovery-image] Feb 19 02:55:45.702 INFO O| Feb 19 02:55:45.702 INFO STEP 37 (remove_files) COMPLETE
42182025-02-19T02:55:46.678Z[ recovery-image] Feb 19 02:55:45.702 INFO O| Feb 19 02:55:45.702 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192025-02-19T02:55:46.712Z[ recovery-image] Feb 19 02:55:45.736 INFO O| Feb 19 02:55:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42202025-02-19T02:55:46.712Z[ recovery-image] Feb 19 02:55:45.736 INFO O| Feb 19 02:55:45.736 INFO STEP 38 (remove_files) COMPLETE
42212025-02-19T02:55:46.715Z[ recovery-image] Feb 19 02:55:45.736 INFO O| Feb 19 02:55:45.736 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222025-02-19T02:55:46.786Z[ host-image] Feb 19 02:55:45.810 INFO O| Feb 19 02:55:45.810 INFO O| Planning: Finding local manifests ... Done
42232025-02-19T02:55:46.789Z[ host-image] Feb 19 02:55:45.813 INFO O| Feb 19 02:55:45.812 INFO O| Planning: Fetching manifests: 0/6 0% complete
42242025-02-19T02:55:46.821Z[ recovery-image] Feb 19 02:55:45.845 INFO O| Feb 19 02:55:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42252025-02-19T02:55:46.821Z[ recovery-image] Feb 19 02:55:45.845 INFO O| Feb 19 02:55:45.845 INFO STEP 39 (remove_files) COMPLETE
42262025-02-19T02:55:46.821Z[ recovery-image] Feb 19 02:55:45.845 INFO O| Feb 19 02:55:45.845 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272025-02-19T02:55:46.839Z[ recovery-image] Feb 19 02:55:45.863 INFO O| Feb 19 02:55:45.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42282025-02-19T02:55:46.839Z[ recovery-image] Feb 19 02:55:45.863 INFO O| Feb 19 02:55:45.863 INFO STEP 40 (remove_files) COMPLETE
42292025-02-19T02:55:46.842Z[ recovery-image] Feb 19 02:55:45.863 INFO O| Feb 19 02:55:45.863 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302025-02-19T02:55:46.859Z[ recovery-image] Feb 19 02:55:45.882 INFO O| Feb 19 02:55:45.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42312025-02-19T02:55:46.859Z[ recovery-image] Feb 19 02:55:45.882 INFO O| Feb 19 02:55:45.882 INFO STEP 41 (remove_files) COMPLETE
42322025-02-19T02:55:46.859Z[ recovery-image] Feb 19 02:55:45.882 INFO O| Feb 19 02:55:45.882 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332025-02-19T02:55:46.876Z[ recovery-image] Feb 19 02:55:45.900 INFO O| Feb 19 02:55:45.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42342025-02-19T02:55:46.876Z[ recovery-image] Feb 19 02:55:45.900 INFO O| Feb 19 02:55:45.900 INFO STEP 42 (remove_files) COMPLETE
42352025-02-19T02:55:46.876Z[ recovery-image] Feb 19 02:55:45.900 INFO O| Feb 19 02:55:45.900 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362025-02-19T02:55:46.903Z[ recovery-image] Feb 19 02:55:45.927 INFO O| Feb 19 02:55:45.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42372025-02-19T02:55:46.906Z[ recovery-image] Feb 19 02:55:45.927 INFO O| Feb 19 02:55:45.927 INFO STEP 43 (remove_files) COMPLETE
42382025-02-19T02:55:46.906Z[ recovery-image] Feb 19 02:55:45.928 INFO O| Feb 19 02:55:45.927 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392025-02-19T02:55:46.924Z[ recovery-image] Feb 19 02:55:45.948 INFO O| Feb 19 02:55:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42402025-02-19T02:55:46.926Z[ recovery-image] Feb 19 02:55:45.948 INFO O| Feb 19 02:55:45.948 INFO STEP 44 (remove_files) COMPLETE
42412025-02-19T02:55:46.926Z[ recovery-image] Feb 19 02:55:45.948 INFO O| Feb 19 02:55:45.948 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422025-02-19T02:55:46.942Z[ recovery-image] Feb 19 02:55:45.966 INFO O| Feb 19 02:55:45.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42432025-02-19T02:55:46.942Z[ recovery-image] Feb 19 02:55:45.966 INFO O| Feb 19 02:55:45.966 INFO STEP 45 (remove_files) COMPLETE
42442025-02-19T02:55:46.944Z[ recovery-image] Feb 19 02:55:45.966 INFO O| Feb 19 02:55:45.966 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452025-02-19T02:55:46.959Z[ recovery-image] Feb 19 02:55:45.983 INFO O| Feb 19 02:55:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42462025-02-19T02:55:46.962Z[ recovery-image] Feb 19 02:55:45.983 INFO O| Feb 19 02:55:45.983 INFO STEP 46 (remove_files) COMPLETE
42472025-02-19T02:55:46.962Z[ recovery-image] Feb 19 02:55:45.984 INFO O| Feb 19 02:55:45.983 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482025-02-19T02:55:46.981Z[ recovery-image] Feb 19 02:55:46.005 INFO O| Feb 19 02:55:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42492025-02-19T02:55:46.981Z[ recovery-image] Feb 19 02:55:46.005 INFO O| Feb 19 02:55:46.005 INFO STEP 47 (remove_files) COMPLETE
42502025-02-19T02:55:46.981Z[ recovery-image] Feb 19 02:55:46.005 INFO O| Feb 19 02:55:46.005 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512025-02-19T02:55:46.999Z[ recovery-image] Feb 19 02:55:46.023 INFO O| Feb 19 02:55:46.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42522025-02-19T02:55:46.999Z[ recovery-image] Feb 19 02:55:46.023 INFO O| Feb 19 02:55:46.023 INFO STEP 48 (remove_files) COMPLETE
42532025-02-19T02:55:46.999Z[ recovery-image] Feb 19 02:55:46.023 INFO O| Feb 19 02:55:46.023 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542025-02-19T02:55:47.016Z[ recovery-image] Feb 19 02:55:46.040 INFO O| Feb 19 02:55:46.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42552025-02-19T02:55:47.016Z[ recovery-image] Feb 19 02:55:46.040 INFO O| Feb 19 02:55:46.040 INFO STEP 49 (remove_files) COMPLETE
42562025-02-19T02:55:47.016Z[ recovery-image] Feb 19 02:55:46.040 INFO O| Feb 19 02:55:46.040 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572025-02-19T02:55:47.035Z[ recovery-image] Feb 19 02:55:46.058 INFO O| Feb 19 02:55:46.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42582025-02-19T02:55:47.035Z[ recovery-image] Feb 19 02:55:46.059 INFO O| Feb 19 02:55:46.059 INFO STEP 50 (remove_files) COMPLETE
42592025-02-19T02:55:47.035Z[ recovery-image] Feb 19 02:55:46.059 INFO O| Feb 19 02:55:46.059 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602025-02-19T02:55:47.055Z[ recovery-image] Feb 19 02:55:46.079 INFO O| Feb 19 02:55:46.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42612025-02-19T02:55:47.055Z[ recovery-image] Feb 19 02:55:46.079 INFO O| Feb 19 02:55:46.079 INFO STEP 51 (remove_files) COMPLETE
42622025-02-19T02:55:47.058Z[ recovery-image] Feb 19 02:55:46.079 INFO O| Feb 19 02:55:46.079 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42632025-02-19T02:55:47.114Z[ recovery-image] Feb 19 02:55:46.138 INFO O| Feb 19 02:55:46.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42642025-02-19T02:55:47.115Z[ recovery-image] Feb 19 02:55:46.138 INFO O| Feb 19 02:55:46.138 INFO STEP 52 (remove_files) COMPLETE
42652025-02-19T02:55:47.115Z[ recovery-image] Feb 19 02:55:46.138 INFO O| Feb 19 02:55:46.138 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662025-02-19T02:55:47.145Z[ recovery-image] Feb 19 02:55:46.169 INFO O| Feb 19 02:55:46.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42672025-02-19T02:55:47.145Z[ recovery-image] Feb 19 02:55:46.169 INFO O| Feb 19 02:55:46.169 INFO STEP 53 (remove_files) COMPLETE
42682025-02-19T02:55:47.145Z[ recovery-image] Feb 19 02:55:46.169 INFO O| Feb 19 02:55:46.169 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42692025-02-19T02:55:47.179Z[ host-image] Feb 19 02:55:46.202 INFO O| Feb 19 02:55:46.202 INFO O| Planning: Fetching manifests: 6/6 100% complete
42702025-02-19T02:55:47.190Z[ recovery-image] Feb 19 02:55:46.214 INFO O| Feb 19 02:55:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42712025-02-19T02:55:47.190Z[ recovery-image] Feb 19 02:55:46.214 INFO O| Feb 19 02:55:46.214 INFO STEP 54 (remove_files) COMPLETE
42722025-02-19T02:55:47.193Z[ recovery-image] Feb 19 02:55:46.214 INFO O| Feb 19 02:55:46.214 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-02-19T02:55:47.228Z[ recovery-image] Feb 19 02:55:46.252 INFO O| Feb 19 02:55:46.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42742025-02-19T02:55:47.228Z[ recovery-image] Feb 19 02:55:46.252 INFO O| Feb 19 02:55:46.252 INFO STEP 55 (remove_files) COMPLETE
42752025-02-19T02:55:47.231Z[ recovery-image] Feb 19 02:55:46.252 INFO O| Feb 19 02:55:46.252 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-02-19T02:55:47.236Z[ host-image] Feb 19 02:55:46.260 INFO O| Feb 19 02:55:46.260 INFO O| Planning: Package planning ... Done
42772025-02-19T02:55:47.246Z[ recovery-image] Feb 19 02:55:46.270 INFO O| Feb 19 02:55:46.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42782025-02-19T02:55:47.246Z[ recovery-image] Feb 19 02:55:46.270 INFO O| Feb 19 02:55:46.270 INFO STEP 56 (remove_files) COMPLETE
42792025-02-19T02:55:47.249Z[ recovery-image] Feb 19 02:55:46.270 INFO O| Feb 19 02:55:46.270 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-02-19T02:55:47.275Z[ host-image] Feb 19 02:55:46.298 INFO O| Feb 19 02:55:46.298 INFO O| Planning: Merging actions ... Done
42812025-02-19T02:55:47.282Z[ recovery-image] Feb 19 02:55:46.305 INFO O| Feb 19 02:55:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42822025-02-19T02:55:47.282Z[ recovery-image] Feb 19 02:55:46.305 INFO O| Feb 19 02:55:46.305 INFO STEP 57 (remove_files) COMPLETE
42832025-02-19T02:55:47.282Z[ recovery-image] Feb 19 02:55:46.306 INFO O| Feb 19 02:55:46.305 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842025-02-19T02:55:47.301Z[ recovery-image] Feb 19 02:55:46.325 INFO O| Feb 19 02:55:46.325 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42852025-02-19T02:55:47.301Z[ recovery-image] Feb 19 02:55:46.325 INFO O| Feb 19 02:55:46.325 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42862025-02-19T02:55:47.304Z[ recovery-image] Feb 19 02:55:46.325 INFO O| Feb 19 02:55:46.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42872025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.325 INFO O| Feb 19 02:55:46.325 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42882025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.326 INFO O| Feb 19 02:55:46.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42892025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.326 INFO O| Feb 19 02:55:46.326 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42902025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.326 INFO O| Feb 19 02:55:46.326 INFO ok!
42912025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.326 INFO O| Feb 19 02:55:46.326 INFO STEP 58 (ensure_file) COMPLETE
42922025-02-19T02:55:47.305Z[ recovery-image] Feb 19 02:55:46.326 INFO O| Feb 19 02:55:46.326 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932025-02-19T02:55:47.343Z[ recovery-image] Feb 19 02:55:46.367 INFO O| Feb 19 02:55:46.367 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42942025-02-19T02:55:47.343Z[ recovery-image] Feb 19 02:55:46.367 INFO O| Feb 19 02:55:46.367 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42952025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.367 INFO O| Feb 19 02:55:46.367 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42962025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.367 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42972025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42982025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.368 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42992025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.368 INFO ok!
43002025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.368 INFO STEP 59 (ensure_file) COMPLETE
43012025-02-19T02:55:47.346Z[ recovery-image] Feb 19 02:55:46.368 INFO O| Feb 19 02:55:46.368 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022025-02-19T02:55:47.362Z[ recovery-image] Feb 19 02:55:46.386 INFO O| Feb 19 02:55:46.386 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43032025-02-19T02:55:47.362Z[ recovery-image] Feb 19 02:55:46.386 INFO O| Feb 19 02:55:46.386 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43042025-02-19T02:55:47.365Z[ recovery-image] Feb 19 02:55:46.387 INFO O| Feb 19 02:55:46.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43052025-02-19T02:55:47.365Z[ recovery-image] Feb 19 02:55:46.387 INFO O| Feb 19 02:55:46.387 INFO ok!
43062025-02-19T02:55:47.365Z[ recovery-image] Feb 19 02:55:46.387 INFO O| Feb 19 02:55:46.387 INFO STEP 60 (ensure_file) COMPLETE
43072025-02-19T02:55:47.365Z[ recovery-image] Feb 19 02:55:46.387 INFO O| Feb 19 02:55:46.387 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082025-02-19T02:55:47.382Z[ recovery-image] Feb 19 02:55:46.405 INFO O| Feb 19 02:55:46.405 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43092025-02-19T02:55:47.382Z[ recovery-image] Feb 19 02:55:46.405 INFO O| Feb 19 02:55:46.405 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43102025-02-19T02:55:47.384Z[ recovery-image] Feb 19 02:55:46.406 INFO O| Feb 19 02:55:46.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43112025-02-19T02:55:47.384Z[ recovery-image] Feb 19 02:55:46.406 INFO O| Feb 19 02:55:46.405 INFO ok!
43122025-02-19T02:55:47.384Z[ recovery-image] Feb 19 02:55:46.406 INFO O| Feb 19 02:55:46.406 INFO STEP 61 (ensure_file) COMPLETE
43132025-02-19T02:55:47.384Z[ recovery-image] Feb 19 02:55:46.406 INFO O| Feb 19 02:55:46.406 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142025-02-19T02:55:47.401Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43152025-02-19T02:55:47.401Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43162025-02-19T02:55:47.401Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43172025-02-19T02:55:47.405Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43182025-02-19T02:55:47.405Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO ok!
43192025-02-19T02:55:47.405Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO STEP 62 (ensure_file) COMPLETE
43202025-02-19T02:55:47.405Z[ recovery-image] Feb 19 02:55:46.425 INFO O| Feb 19 02:55:46.425 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-19T02:55:47.411Z[ host-image] Feb 19 02:55:46.435 INFO O| Feb 19 02:55:46.434 INFO O| Planning: Checking for conflicting actions ... Done
43222025-02-19T02:55:47.417Z[ host-image] Feb 19 02:55:46.441 INFO O| Feb 19 02:55:46.441 INFO O| Planning: Consolidating action changes ... Done
43232025-02-19T02:55:47.428Z[ recovery-image] Feb 19 02:55:46.451 INFO O| Feb 19 02:55:46.451 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43242025-02-19T02:55:47.428Z[ recovery-image] Feb 19 02:55:46.451 INFO O| Feb 19 02:55:46.451 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43252025-02-19T02:55:47.431Z[ recovery-image] Feb 19 02:55:46.452 INFO O| Feb 19 02:55:46.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43262025-02-19T02:55:47.431Z[ recovery-image] Feb 19 02:55:46.452 INFO O| Feb 19 02:55:46.452 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43272025-02-19T02:55:47.431Z[ recovery-image] Feb 19 02:55:46.452 INFO O| Feb 19 02:55:46.452 INFO ok!
43282025-02-19T02:55:47.431Z[ recovery-image] Feb 19 02:55:46.452 INFO O| Feb 19 02:55:46.452 INFO STEP 63 (ensure_file) COMPLETE
43292025-02-19T02:55:47.431Z[ recovery-image] Feb 19 02:55:46.452 INFO O| Feb 19 02:55:46.452 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43312025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43322025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43332025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO ok!
43342025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO STEP 64 (assemble_files) COMPLETE
43352025-02-19T02:55:47.449Z[ recovery-image] Feb 19 02:55:46.471 INFO O| Feb 19 02:55:46.471 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-19T02:55:47.466Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43372025-02-19T02:55:47.467Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43382025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43392025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43402025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO ok!
43412025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO STEP 65 (ensure_file) COMPLETE
43422025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.490 INFO O| Feb 19 02:55:46.490 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.490 INFO skip step because feature "omicron1" is not enabled
43442025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.490 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.491 INFO skip step because feature "omicron1" is not enabled
43462025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.491 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.491 INFO skip step because feature "omicron1" is not enabled
43482025-02-19T02:55:47.470Z[ recovery-image] Feb 19 02:55:46.491 INFO O| Feb 19 02:55:46.491 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-02-19T02:55:47.512Z[ recovery-image] Feb 19 02:55:46.535 INFO O| Feb 19 02:55:46.535 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43502025-02-19T02:55:47.512Z[ recovery-image] Feb 19 02:55:46.535 INFO O| Feb 19 02:55:46.535 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43512025-02-19T02:55:47.861Z[ host-image] Feb 19 02:55:46.884 INFO O| Feb 19 02:55:46.884 INFO O| Planning: Evaluating mediators ... Done
43522025-02-19T02:55:47.866Z[ host-image] Feb 19 02:55:46.890 INFO O| Feb 19 02:55:46.890 INFO O| Planning: Planning completed in 5.47 seconds
43532025-02-19T02:55:47.869Z[ host-image] Feb 19 02:55:46.892 INFO O| Feb 19 02:55:46.892 INFO O| Packages to install: 6
43542025-02-19T02:55:47.869Z[ host-image] Feb 19 02:55:46.892 INFO O| Feb 19 02:55:46.892 INFO O| Mediators to change: 1
43552025-02-19T02:55:47.869Z[ host-image] Feb 19 02:55:46.892 INFO O| Feb 19 02:55:46.892 INFO O| Services to change: 1
43562025-02-19T02:55:47.889Z[ host-image] Feb 19 02:55:46.912 INFO O| Feb 19 02:55:46.912 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43572025-02-19T02:55:50.450Z[ recovery-image] Feb 19 02:55:49.474 INFO O| Feb 19 02:55:49.474 INFO STEP 69 (pack_tar) COMPLETE
43582025-02-19T02:55:50.450Z[ recovery-image] Feb 19 02:55:49.474 INFO O| Feb 19 02:55:49.474 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43592025-02-19T02:55:50.450Z[ recovery-image] Feb 19 02:55:49.474 INFO O| Feb 19 02:55:49.474 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43602025-02-19T02:55:50.660Z[ recovery-image] Feb 19 02:55:49.684 INFO O| Feb 19 02:55:49.684 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43612025-02-19T02:55:50.824Z[ recovery-image] Feb 19 02:55:49.847 INFO O| Feb 19 02:55:49.847 INFO completed processing gimlet/ramdisk-02-trim
43622025-02-19T02:55:50.827Z[ recovery-image] Feb 19 02:55:49.851 INFO image builder template: ramdisk-03-recovery-trim...
43632025-02-19T02:55:50.830Z[ recovery-image] Feb 19 02:55:49.851 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/.tmprV1oZT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
43642025-02-19T02:55:51.028Z[ recovery-image] Feb 19 02:55:50.051 INFO O| Feb 19 02:55:50.051 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43652025-02-19T02:55:51.052Z[ recovery-image] Feb 19 02:55:50.075 INFO O| Feb 19 02:55:50.075 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43662025-02-19T02:55:51.226Z[ recovery-image] Feb 19 02:55:50.249 INFO O| Feb 19 02:55:50.249 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43672025-02-19T02:55:51.348Z[ recovery-image] Feb 19 02:55:50.372 INFO O| Feb 19 02:55:50.372 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43682025-02-19T02:55:51.348Z[ recovery-image] Feb 19 02:55:50.372 INFO O| Feb 19 02:55:50.372 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43692025-02-19T02:55:51.362Z[ recovery-image] Feb 19 02:55:50.386 INFO O| Feb 19 02:55:50.386 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43702025-02-19T02:55:51.369Z[ recovery-image] Feb 19 02:55:50.393 INFO O| Feb 19 02:55:50.393 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43712025-02-19T02:55:51.394Z[ recovery-image] Feb 19 02:55:50.417 INFO O| Feb 19 02:55:50.417 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43722025-02-19T02:55:52.065Z[ recovery-image] Feb 19 02:55:51.088 INFO O| Feb 19 02:55:51.088 INFO rolled back to input snapshot; work may begin
43732025-02-19T02:55:52.067Z[ recovery-image] Feb 19 02:55:51.088 INFO O| Feb 19 02:55:51.088 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43742025-02-19T02:55:52.075Z[ recovery-image] Feb 19 02:55:51.099 INFO O| Feb 19 02:55:51.098 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752025-02-19T02:55:52.097Z[ recovery-image] Feb 19 02:55:51.120 INFO O| Feb 19 02:55:51.120 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43762025-02-19T02:55:52.105Z[ recovery-image] Feb 19 02:55:51.129 INFO O| Feb 19 02:55:51.129 INFO STEP 0 (remove_files) COMPLETE
43772025-02-19T02:55:52.105Z[ recovery-image] Feb 19 02:55:51.129 INFO O| Feb 19 02:55:51.129 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782025-02-19T02:55:52.129Z[ recovery-image] Feb 19 02:55:51.152 INFO O| Feb 19 02:55:51.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43792025-02-19T02:55:52.209Z[ recovery-image] Feb 19 02:55:51.233 INFO O| Feb 19 02:55:51.233 INFO STEP 1 (remove_files) COMPLETE
43802025-02-19T02:55:52.209Z[ recovery-image] Feb 19 02:55:51.233 INFO O| Feb 19 02:55:51.233 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812025-02-19T02:55:52.232Z[ recovery-image] Feb 19 02:55:51.255 INFO O| Feb 19 02:55:51.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43822025-02-19T02:55:52.300Z[ recovery-image] Feb 19 02:55:51.323 INFO O| Feb 19 02:55:51.323 INFO STEP 2 (remove_files) COMPLETE
43832025-02-19T02:55:52.300Z[ recovery-image] Feb 19 02:55:51.323 INFO O| Feb 19 02:55:51.323 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842025-02-19T02:55:52.381Z[ recovery-image] Feb 19 02:55:51.404 INFO O| Feb 19 02:55:51.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43852025-02-19T02:55:52.449Z[ recovery-image] Feb 19 02:55:51.472 INFO O| Feb 19 02:55:51.472 INFO STEP 3 (remove_files) COMPLETE
43862025-02-19T02:55:52.452Z[ recovery-image] Feb 19 02:55:51.472 INFO O| Feb 19 02:55:51.472 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872025-02-19T02:55:52.470Z[ recovery-image] Feb 19 02:55:51.493 INFO O| Feb 19 02:55:51.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43882025-02-19T02:55:52.866Z[ recovery-image] Feb 19 02:55:51.888 INFO O| Feb 19 02:55:51.888 INFO STEP 4 (remove_files) COMPLETE
43892025-02-19T02:55:52.866Z[ recovery-image] Feb 19 02:55:51.888 INFO O| Feb 19 02:55:51.888 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902025-02-19T02:55:52.896Z[ recovery-image] Feb 19 02:55:51.920 INFO O| Feb 19 02:55:51.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43912025-02-19T02:55:52.919Z[ host-image] Feb 19 02:55:51.942 INFO O| Feb 19 02:55:51.942 INFO O| Download: 1111/1140 items 6.5/8.4MB 77% complete (1.1M/s)
43922025-02-19T02:55:52.942Z[ recovery-image] Feb 19 02:55:51.966 INFO O| Feb 19 02:55:51.966 INFO STEP 5 (remove_files) COMPLETE
43932025-02-19T02:55:52.942Z[ recovery-image] Feb 19 02:55:51.966 INFO O| Feb 19 02:55:51.966 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942025-02-19T02:55:52.980Z[ recovery-image] Feb 19 02:55:52.003 INFO O| Feb 19 02:55:52.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43952025-02-19T02:55:53.045Z[ recovery-image] Feb 19 02:55:52.068 INFO O| Feb 19 02:55:52.068 INFO STEP 6 (remove_files) COMPLETE
43962025-02-19T02:55:53.045Z[ recovery-image] Feb 19 02:55:52.068 INFO O| Feb 19 02:55:52.068 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972025-02-19T02:55:53.064Z[ recovery-image] Feb 19 02:55:52.087 INFO O| Feb 19 02:55:52.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43982025-02-19T02:55:53.104Z[ recovery-image] Feb 19 02:55:52.127 INFO O| Feb 19 02:55:52.127 INFO STEP 7 (remove_files) COMPLETE
43992025-02-19T02:55:53.104Z[ recovery-image] Feb 19 02:55:52.127 INFO O| Feb 19 02:55:52.127 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002025-02-19T02:55:53.122Z[ recovery-image] Feb 19 02:55:52.145 INFO O| Feb 19 02:55:52.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44012025-02-19T02:55:53.125Z[ recovery-image] Feb 19 02:55:52.146 INFO O| Feb 19 02:55:52.146 INFO STEP 8 (remove_files) COMPLETE
44022025-02-19T02:55:53.125Z[ recovery-image] Feb 19 02:55:52.146 INFO O| Feb 19 02:55:52.146 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032025-02-19T02:55:53.141Z[ recovery-image] Feb 19 02:55:52.164 INFO O| Feb 19 02:55:52.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44042025-02-19T02:55:53.144Z[ recovery-image] Feb 19 02:55:52.166 INFO O| Feb 19 02:55:52.166 INFO STEP 9 (remove_files) COMPLETE
44052025-02-19T02:55:53.144Z[ recovery-image] Feb 19 02:55:52.166 INFO O| Feb 19 02:55:52.166 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062025-02-19T02:55:53.167Z[ recovery-image] Feb 19 02:55:52.191 INFO O| Feb 19 02:55:52.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44072025-02-19T02:55:53.935Z[ recovery-image] Feb 19 02:55:52.957 INFO O| Feb 19 02:55:52.957 INFO STEP 10 (remove_files) COMPLETE
44082025-02-19T02:55:53.935Z[ recovery-image] Feb 19 02:55:52.958 INFO O| Feb 19 02:55:52.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092025-02-19T02:55:53.954Z[ recovery-image] Feb 19 02:55:52.977 INFO O| Feb 19 02:55:52.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44102025-02-19T02:55:53.965Z[ host-image] Feb 19 02:55:52.988 INFO O| Feb 19 02:55:52.988 INFO O| Download: Completed 8.42 MB in 6.08 seconds (1.4M/s)
44112025-02-19T02:55:54.015Z[ recovery-image] Feb 19 02:55:53.037 INFO O| Feb 19 02:55:53.037 INFO STEP 11 (remove_files) COMPLETE
44122025-02-19T02:55:54.015Z[ recovery-image] Feb 19 02:55:53.037 INFO O| Feb 19 02:55:53.037 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132025-02-19T02:55:54.104Z[ recovery-image] Feb 19 02:55:53.127 INFO O| Feb 19 02:55:53.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44142025-02-19T02:55:54.108Z[ recovery-image] Feb 19 02:55:53.131 INFO O| Feb 19 02:55:53.131 INFO STEP 12 (remove_files) COMPLETE
44152025-02-19T02:55:54.108Z[ recovery-image] Feb 19 02:55:53.131 INFO O| Feb 19 02:55:53.131 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162025-02-19T02:55:54.127Z[ recovery-image] Feb 19 02:55:53.151 INFO O| Feb 19 02:55:53.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44172025-02-19T02:55:54.130Z[ recovery-image] Feb 19 02:55:53.151 INFO O| Feb 19 02:55:53.151 INFO STEP 13 (remove_files) COMPLETE
44182025-02-19T02:55:54.130Z[ recovery-image] Feb 19 02:55:53.151 INFO O| Feb 19 02:55:53.151 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192025-02-19T02:55:54.146Z[ recovery-image] Feb 19 02:55:53.169 INFO O| Feb 19 02:55:53.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44202025-02-19T02:55:54.148Z[ recovery-image] Feb 19 02:55:53.170 INFO O| Feb 19 02:55:53.170 INFO STEP 14 (remove_files) COMPLETE
44212025-02-19T02:55:54.148Z[ recovery-image] Feb 19 02:55:53.170 INFO O| Feb 19 02:55:53.170 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222025-02-19T02:55:54.164Z[ host-image] Feb 19 02:55:53.187 INFO O| Feb 19 02:55:53.187 INFO O| Actions: 1/1361 actions (Installing new actions)
44232025-02-19T02:55:54.177Z[ recovery-image] Feb 19 02:55:53.200 INFO O| Feb 19 02:55:53.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44242025-02-19T02:55:54.292Z[ recovery-image] Feb 19 02:55:53.315 INFO O| Feb 19 02:55:53.315 INFO STEP 15 (remove_files) COMPLETE
44252025-02-19T02:55:54.292Z[ recovery-image] Feb 19 02:55:53.315 INFO O| Feb 19 02:55:53.315 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262025-02-19T02:55:54.313Z[ recovery-image] Feb 19 02:55:53.336 INFO O| Feb 19 02:55:53.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44272025-02-19T02:55:54.314Z[ recovery-image] Feb 19 02:55:53.337 INFO O| Feb 19 02:55:53.337 INFO STEP 16 (remove_files) COMPLETE
44282025-02-19T02:55:54.317Z[ recovery-image] Feb 19 02:55:53.337 INFO O| Feb 19 02:55:53.337 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292025-02-19T02:55:54.355Z[ recovery-image] Feb 19 02:55:53.378 INFO O| Feb 19 02:55:53.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44302025-02-19T02:55:54.375Z[ recovery-image] Feb 19 02:55:53.398 INFO O| Feb 19 02:55:53.398 INFO STEP 17 (remove_files) COMPLETE
44312025-02-19T02:55:54.375Z[ recovery-image] Feb 19 02:55:53.398 INFO O| Feb 19 02:55:53.398 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322025-02-19T02:55:54.395Z[ recovery-image] Feb 19 02:55:53.418 INFO O| Feb 19 02:55:53.417 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44332025-02-19T02:55:54.678Z[ recovery-image] Feb 19 02:55:53.700 INFO O| Feb 19 02:55:53.700 INFO STEP 18 (remove_files) COMPLETE
44342025-02-19T02:55:54.678Z[ recovery-image] Feb 19 02:55:53.700 INFO O| Feb 19 02:55:53.700 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352025-02-19T02:55:54.722Z[ recovery-image] Feb 19 02:55:53.745 INFO O| Feb 19 02:55:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44362025-02-19T02:55:54.727Z[ recovery-image] Feb 19 02:55:53.746 INFO O| Feb 19 02:55:53.746 INFO STEP 19 (remove_files) COMPLETE
44372025-02-19T02:55:54.727Z[ recovery-image] Feb 19 02:55:53.746 INFO O| Feb 19 02:55:53.746 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382025-02-19T02:55:54.763Z[ recovery-image] Feb 19 02:55:53.785 INFO O| Feb 19 02:55:53.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44392025-02-19T02:55:54.766Z[ recovery-image] Feb 19 02:55:53.786 INFO O| Feb 19 02:55:53.785 INFO STEP 20 (remove_files) COMPLETE
44402025-02-19T02:55:54.766Z[ recovery-image] Feb 19 02:55:53.786 INFO O| Feb 19 02:55:53.786 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412025-02-19T02:55:54.811Z[ recovery-image] Feb 19 02:55:53.834 INFO O| Feb 19 02:55:53.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44422025-02-19T02:55:54.814Z[ recovery-image] Feb 19 02:55:53.835 INFO O| Feb 19 02:55:53.835 INFO STEP 21 (remove_files) COMPLETE
44432025-02-19T02:55:54.814Z[ recovery-image] Feb 19 02:55:53.835 INFO O| Feb 19 02:55:53.835 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442025-02-19T02:55:54.832Z[ recovery-image] Feb 19 02:55:53.854 INFO O| Feb 19 02:55:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44452025-02-19T02:55:54.842Z[ host-image] Feb 19 02:55:53.865 INFO O| Feb 19 02:55:53.865 INFO O| Actions: Completed 1361 actions in 0.68 seconds.
44462025-02-19T02:55:54.890Z[ recovery-image] Feb 19 02:55:53.912 INFO O| Feb 19 02:55:53.912 INFO STEP 22 (remove_files) COMPLETE
44472025-02-19T02:55:54.890Z[ recovery-image] Feb 19 02:55:53.912 INFO O| Feb 19 02:55:53.912 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482025-02-19T02:55:54.948Z[ recovery-image] Feb 19 02:55:53.971 INFO O| Feb 19 02:55:53.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44492025-02-19T02:55:54.972Z[ recovery-image] Feb 19 02:55:53.995 INFO O| Feb 19 02:55:53.995 INFO STEP 23 (remove_files) COMPLETE
44502025-02-19T02:55:54.972Z[ recovery-image] Feb 19 02:55:53.995 INFO O| Feb 19 02:55:53.995 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512025-02-19T02:55:55.076Z[ recovery-image] Feb 19 02:55:54.099 INFO O| Feb 19 02:55:54.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44522025-02-19T02:55:55.079Z[ recovery-image] Feb 19 02:55:54.099 INFO O| Feb 19 02:55:54.099 INFO STEP 24 (remove_files) COMPLETE
44532025-02-19T02:55:55.079Z[ recovery-image] Feb 19 02:55:54.100 INFO O| Feb 19 02:55:54.099 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542025-02-19T02:55:55.099Z[ recovery-image] Feb 19 02:55:54.122 INFO O| Feb 19 02:55:54.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44552025-02-19T02:55:55.103Z[ recovery-image] Feb 19 02:55:54.122 INFO O| Feb 19 02:55:54.122 INFO STEP 25 (remove_files) COMPLETE
44562025-02-19T02:55:55.106Z[ recovery-image] Feb 19 02:55:54.122 INFO O| Feb 19 02:55:54.122 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572025-02-19T02:55:55.125Z[ recovery-image] Feb 19 02:55:54.148 INFO O| Feb 19 02:55:54.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44582025-02-19T02:55:55.125Z[ recovery-image] Feb 19 02:55:54.148 INFO O| Feb 19 02:55:54.148 INFO STEP 26 (remove_files) COMPLETE
44592025-02-19T02:55:55.125Z[ recovery-image] Feb 19 02:55:54.148 INFO O| Feb 19 02:55:54.148 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602025-02-19T02:55:55.156Z[ recovery-image] Feb 19 02:55:54.178 INFO O| Feb 19 02:55:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44612025-02-19T02:55:55.158Z[ recovery-image] Feb 19 02:55:54.179 INFO O| Feb 19 02:55:54.179 INFO STEP 27 (remove_files) COMPLETE
44622025-02-19T02:55:55.159Z[ recovery-image] Feb 19 02:55:54.179 INFO O| Feb 19 02:55:54.179 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632025-02-19T02:55:55.207Z[ recovery-image] Feb 19 02:55:54.230 INFO O| Feb 19 02:55:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44642025-02-19T02:55:55.208Z[ recovery-image] Feb 19 02:55:54.230 INFO O| Feb 19 02:55:54.230 INFO STEP 28 (remove_files) COMPLETE
44652025-02-19T02:55:55.208Z[ recovery-image] Feb 19 02:55:54.231 INFO O| Feb 19 02:55:54.230 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662025-02-19T02:55:55.230Z[ recovery-image] Feb 19 02:55:54.252 INFO O| Feb 19 02:55:54.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44672025-02-19T02:55:55.230Z[ recovery-image] Feb 19 02:55:54.253 INFO O| Feb 19 02:55:54.253 INFO STEP 29 (remove_files) COMPLETE
44682025-02-19T02:55:55.233Z[ recovery-image] Feb 19 02:55:54.253 INFO O| Feb 19 02:55:54.253 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692025-02-19T02:55:55.253Z[ recovery-image] Feb 19 02:55:54.274 INFO O| Feb 19 02:55:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44702025-02-19T02:55:55.253Z[ recovery-image] Feb 19 02:55:54.274 INFO O| Feb 19 02:55:54.274 INFO STEP 30 (remove_files) COMPLETE
44712025-02-19T02:55:55.253Z[ recovery-image] Feb 19 02:55:54.274 INFO O| Feb 19 02:55:54.274 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722025-02-19T02:55:55.271Z[ recovery-image] Feb 19 02:55:54.294 INFO O| Feb 19 02:55:54.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44732025-02-19T02:55:55.292Z[ recovery-image] Feb 19 02:55:54.314 INFO O| Feb 19 02:55:54.314 INFO STEP 31 (remove_files) COMPLETE
44742025-02-19T02:55:55.292Z[ recovery-image] Feb 19 02:55:54.314 INFO O| Feb 19 02:55:54.314 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752025-02-19T02:55:55.350Z[ recovery-image] Feb 19 02:55:54.373 INFO O| Feb 19 02:55:54.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44762025-02-19T02:55:55.372Z[ recovery-image] Feb 19 02:55:54.394 INFO O| Feb 19 02:55:54.394 INFO STEP 32 (remove_files) COMPLETE
44772025-02-19T02:55:55.372Z[ recovery-image] Feb 19 02:55:54.394 INFO O| Feb 19 02:55:54.394 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782025-02-19T02:55:55.417Z[ recovery-image] Feb 19 02:55:54.440 INFO O| Feb 19 02:55:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44792025-02-19T02:55:55.417Z[ recovery-image] Feb 19 02:55:54.440 INFO O| Feb 19 02:55:54.440 INFO STEP 33 (remove_files) COMPLETE
44802025-02-19T02:55:55.417Z[ recovery-image] Feb 19 02:55:54.440 INFO O| Feb 19 02:55:54.440 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812025-02-19T02:55:55.442Z[ recovery-image] Feb 19 02:55:54.465 INFO O| Feb 19 02:55:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44822025-02-19T02:55:55.442Z[ recovery-image] Feb 19 02:55:54.465 INFO O| Feb 19 02:55:54.465 INFO STEP 34 (remove_files) COMPLETE
44832025-02-19T02:55:55.445Z[ recovery-image] Feb 19 02:55:54.465 INFO O| Feb 19 02:55:54.465 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842025-02-19T02:55:55.522Z[ recovery-image] Feb 19 02:55:54.545 INFO O| Feb 19 02:55:54.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44852025-02-19T02:55:55.542Z[ recovery-image] Feb 19 02:55:54.565 INFO O| Feb 19 02:55:54.565 INFO STEP 35 (remove_files) COMPLETE
44862025-02-19T02:55:55.542Z[ recovery-image] Feb 19 02:55:54.565 INFO O| Feb 19 02:55:54.565 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872025-02-19T02:55:55.562Z[ recovery-image] Feb 19 02:55:54.584 INFO O| Feb 19 02:55:54.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44882025-02-19T02:55:55.564Z[ recovery-image] Feb 19 02:55:54.585 INFO O| Feb 19 02:55:54.585 INFO STEP 36 (remove_files) COMPLETE
44892025-02-19T02:55:55.564Z[ recovery-image] Feb 19 02:55:54.585 INFO O| Feb 19 02:55:54.585 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902025-02-19T02:55:55.573Z[ host-image] Feb 19 02:55:54.596 INFO O| Feb 19 02:55:54.596 INFO O| Done
44912025-02-19T02:55:55.573Z[ host-image] Feb 19 02:55:54.596 INFO O| Feb 19 02:55:54.596 INFO O| Done
44922025-02-19T02:55:55.596Z[ recovery-image] Feb 19 02:55:54.613 INFO O| Feb 19 02:55:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44932025-02-19T02:55:55.599Z[ recovery-image] Feb 19 02:55:54.613 INFO O| Feb 19 02:55:54.604 INFO STEP 37 (remove_files) COMPLETE
44942025-02-19T02:55:55.599Z[ recovery-image] Feb 19 02:55:54.613 INFO O| Feb 19 02:55:54.604 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952025-02-19T02:55:55.626Z[ recovery-image] Feb 19 02:55:54.649 INFO O| Feb 19 02:55:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44962025-02-19T02:55:55.626Z[ recovery-image] Feb 19 02:55:54.649 INFO O| Feb 19 02:55:54.649 INFO STEP 38 (remove_files) COMPLETE
44972025-02-19T02:55:55.629Z[ recovery-image] Feb 19 02:55:54.649 INFO O| Feb 19 02:55:54.649 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982025-02-19T02:55:55.682Z[ recovery-image] Feb 19 02:55:54.705 INFO O| Feb 19 02:55:54.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44992025-02-19T02:55:55.682Z[ recovery-image] Feb 19 02:55:54.705 INFO O| Feb 19 02:55:54.705 INFO STEP 39 (remove_files) COMPLETE
45002025-02-19T02:55:55.685Z[ recovery-image] Feb 19 02:55:54.705 INFO O| Feb 19 02:55:54.705 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012025-02-19T02:55:55.704Z[ recovery-image] Feb 19 02:55:54.725 INFO O| Feb 19 02:55:54.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45022025-02-19T02:55:55.704Z[ recovery-image] Feb 19 02:55:54.725 INFO O| Feb 19 02:55:54.725 INFO STEP 40 (remove_files) COMPLETE
45032025-02-19T02:55:55.705Z[ recovery-image] Feb 19 02:55:54.725 INFO O| Feb 19 02:55:54.725 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042025-02-19T02:55:55.722Z[ recovery-image] Feb 19 02:55:54.745 INFO O| Feb 19 02:55:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45052025-02-19T02:55:55.722Z[ recovery-image] Feb 19 02:55:54.745 INFO O| Feb 19 02:55:54.745 INFO STEP 41 (remove_files) COMPLETE
45062025-02-19T02:55:55.722Z[ recovery-image] Feb 19 02:55:54.745 INFO O| Feb 19 02:55:54.745 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072025-02-19T02:55:55.758Z[ recovery-image] Feb 19 02:55:54.781 INFO O| Feb 19 02:55:54.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45082025-02-19T02:55:55.758Z[ recovery-image] Feb 19 02:55:54.781 INFO O| Feb 19 02:55:54.781 INFO STEP 42 (remove_files) COMPLETE
45092025-02-19T02:55:55.761Z[ recovery-image] Feb 19 02:55:54.781 INFO O| Feb 19 02:55:54.781 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102025-02-19T02:55:55.860Z[ recovery-image] Feb 19 02:55:54.883 INFO O| Feb 19 02:55:54.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45112025-02-19T02:55:55.885Z[ recovery-image] Feb 19 02:55:54.908 INFO O| Feb 19 02:55:54.908 INFO STEP 43 (remove_files) COMPLETE
45122025-02-19T02:55:55.885Z[ recovery-image] Feb 19 02:55:54.908 INFO O| Feb 19 02:55:54.908 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132025-02-19T02:55:55.905Z[ recovery-image] Feb 19 02:55:54.928 INFO O| Feb 19 02:55:54.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45142025-02-19T02:55:55.908Z[ recovery-image] Feb 19 02:55:54.928 INFO O| Feb 19 02:55:54.928 INFO STEP 44 (remove_files) COMPLETE
45152025-02-19T02:55:55.908Z[ recovery-image] Feb 19 02:55:54.928 INFO O| Feb 19 02:55:54.928 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162025-02-19T02:55:55.925Z[ recovery-image] Feb 19 02:55:54.947 INFO O| Feb 19 02:55:54.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45172025-02-19T02:55:55.927Z[ recovery-image] Feb 19 02:55:54.948 INFO O| Feb 19 02:55:54.948 INFO STEP 45 (remove_files) COMPLETE
45182025-02-19T02:55:55.928Z[ recovery-image] Feb 19 02:55:54.948 INFO O| Feb 19 02:55:54.948 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192025-02-19T02:55:55.944Z[ recovery-image] Feb 19 02:55:54.966 INFO O| Feb 19 02:55:54.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45202025-02-19T02:55:55.946Z[ recovery-image] Feb 19 02:55:54.967 INFO O| Feb 19 02:55:54.967 INFO STEP 46 (remove_files) COMPLETE
45212025-02-19T02:55:55.947Z[ recovery-image] Feb 19 02:55:54.967 INFO O| Feb 19 02:55:54.967 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222025-02-19T02:55:55.964Z[ recovery-image] Feb 19 02:55:54.987 INFO O| Feb 19 02:55:54.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45232025-02-19T02:55:55.967Z[ recovery-image] Feb 19 02:55:54.987 INFO O| Feb 19 02:55:54.987 INFO STEP 47 (remove_files) COMPLETE
45242025-02-19T02:55:55.967Z[ recovery-image] Feb 19 02:55:54.987 INFO O| Feb 19 02:55:54.987 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252025-02-19T02:55:55.989Z[ recovery-image] Feb 19 02:55:55.011 INFO O| Feb 19 02:55:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45262025-02-19T02:55:55.989Z[ recovery-image] Feb 19 02:55:55.011 INFO O| Feb 19 02:55:55.011 INFO STEP 48 (remove_files) COMPLETE
45272025-02-19T02:55:55.989Z[ recovery-image] Feb 19 02:55:55.012 INFO O| Feb 19 02:55:55.011 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-02-19T02:55:56.021Z[ recovery-image] Feb 19 02:55:55.043 INFO O| Feb 19 02:55:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45292025-02-19T02:55:56.021Z[ recovery-image] Feb 19 02:55:55.043 INFO O| Feb 19 02:55:55.043 INFO STEP 49 (remove_files) COMPLETE
45302025-02-19T02:55:56.023Z[ recovery-image] Feb 19 02:55:55.043 INFO O| Feb 19 02:55:55.043 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-02-19T02:55:56.041Z[ recovery-image] Feb 19 02:55:55.064 INFO O| Feb 19 02:55:55.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45322025-02-19T02:55:56.041Z[ recovery-image] Feb 19 02:55:55.064 INFO O| Feb 19 02:55:55.064 INFO STEP 50 (remove_files) COMPLETE
45332025-02-19T02:55:56.041Z[ recovery-image] Feb 19 02:55:55.064 INFO O| Feb 19 02:55:55.064 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-02-19T02:55:56.066Z[ recovery-image] Feb 19 02:55:55.089 INFO O| Feb 19 02:55:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45352025-02-19T02:55:56.088Z[ recovery-image] Feb 19 02:55:55.110 INFO O| Feb 19 02:55:55.110 INFO STEP 51 (remove_files) COMPLETE
45362025-02-19T02:55:56.088Z[ recovery-image] Feb 19 02:55:55.110 INFO O| Feb 19 02:55:55.110 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-02-19T02:55:56.113Z[ recovery-image] Feb 19 02:55:55.136 INFO O| Feb 19 02:55:55.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45382025-02-19T02:55:56.113Z[ recovery-image] Feb 19 02:55:55.136 INFO O| Feb 19 02:55:55.136 INFO STEP 52 (remove_files) COMPLETE
45392025-02-19T02:55:56.113Z[ recovery-image] Feb 19 02:55:55.136 INFO O| Feb 19 02:55:55.136 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-02-19T02:55:56.138Z[ recovery-image] Feb 19 02:55:55.161 INFO O| Feb 19 02:55:55.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45412025-02-19T02:55:56.141Z[ recovery-image] Feb 19 02:55:55.162 INFO O| Feb 19 02:55:55.162 INFO STEP 53 (remove_files) COMPLETE
45422025-02-19T02:55:56.141Z[ recovery-image] Feb 19 02:55:55.162 INFO O| Feb 19 02:55:55.162 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-02-19T02:55:56.196Z[ recovery-image] Feb 19 02:55:55.219 INFO O| Feb 19 02:55:55.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45442025-02-19T02:55:56.196Z[ recovery-image] Feb 19 02:55:55.219 INFO O| Feb 19 02:55:55.219 INFO STEP 54 (remove_files) COMPLETE
45452025-02-19T02:55:56.199Z[ recovery-image] Feb 19 02:55:55.219 INFO O| Feb 19 02:55:55.219 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-02-19T02:55:56.223Z[ recovery-image] Feb 19 02:55:55.246 INFO O| Feb 19 02:55:55.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45472025-02-19T02:55:56.226Z[ recovery-image] Feb 19 02:55:55.246 INFO O| Feb 19 02:55:55.246 INFO STEP 55 (remove_files) COMPLETE
45482025-02-19T02:55:56.226Z[ recovery-image] Feb 19 02:55:55.247 INFO O| Feb 19 02:55:55.246 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-02-19T02:55:56.255Z[ recovery-image] Feb 19 02:55:55.277 INFO O| Feb 19 02:55:55.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45502025-02-19T02:55:56.255Z[ recovery-image] Feb 19 02:55:55.277 INFO O| Feb 19 02:55:55.277 INFO STEP 56 (remove_files) COMPLETE
45512025-02-19T02:55:56.255Z[ recovery-image] Feb 19 02:55:55.277 INFO O| Feb 19 02:55:55.277 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-19T02:55:56.273Z[ recovery-image] Feb 19 02:55:55.295 INFO O| Feb 19 02:55:55.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45532025-02-19T02:55:56.273Z[ recovery-image] Feb 19 02:55:55.295 INFO O| Feb 19 02:55:55.295 INFO STEP 57 (remove_files) COMPLETE
45542025-02-19T02:55:56.273Z[ recovery-image] Feb 19 02:55:55.295 INFO O| Feb 19 02:55:55.295 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-19T02:55:56.289Z[ recovery-image] Feb 19 02:55:55.311 INFO O| Feb 19 02:55:55.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45562025-02-19T02:55:56.289Z[ recovery-image] Feb 19 02:55:55.311 INFO O| Feb 19 02:55:55.311 INFO STEP 58 (remove_files) COMPLETE
45572025-02-19T02:55:56.289Z[ recovery-image] Feb 19 02:55:55.311 INFO O| Feb 19 02:55:55.311 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-19T02:55:56.305Z[ recovery-image] Feb 19 02:55:55.328 INFO O| Feb 19 02:55:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45592025-02-19T02:55:56.305Z[ recovery-image] Feb 19 02:55:55.328 INFO O| Feb 19 02:55:55.328 INFO STEP 59 (remove_files) COMPLETE
45602025-02-19T02:55:56.305Z[ recovery-image] Feb 19 02:55:55.328 INFO O| Feb 19 02:55:55.328 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-19T02:55:56.322Z[ recovery-image] Feb 19 02:55:55.344 INFO O| Feb 19 02:55:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45622025-02-19T02:55:56.322Z[ recovery-image] Feb 19 02:55:55.345 INFO O| Feb 19 02:55:55.345 INFO STEP 60 (remove_files) COMPLETE
45632025-02-19T02:55:56.322Z[ recovery-image] Feb 19 02:55:55.345 INFO O| Feb 19 02:55:55.345 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-19T02:55:56.380Z[ recovery-image] Feb 19 02:55:55.402 INFO O| Feb 19 02:55:55.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45652025-02-19T02:55:56.382Z[ recovery-image] Feb 19 02:55:55.403 INFO O| Feb 19 02:55:55.402 INFO STEP 61 (remove_files) COMPLETE
45662025-02-19T02:55:56.382Z[ recovery-image] Feb 19 02:55:55.403 INFO O| Feb 19 02:55:55.403 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-19T02:55:56.399Z[ recovery-image] Feb 19 02:55:55.422 INFO O| Feb 19 02:55:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45682025-02-19T02:55:56.399Z[ recovery-image] Feb 19 02:55:55.422 INFO O| Feb 19 02:55:55.422 INFO STEP 62 (remove_files) COMPLETE
45692025-02-19T02:55:56.402Z[ recovery-image] Feb 19 02:55:55.422 INFO O| Feb 19 02:55:55.422 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-19T02:55:56.419Z[ recovery-image] Feb 19 02:55:55.441 INFO O| Feb 19 02:55:55.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45712025-02-19T02:55:56.419Z[ recovery-image] Feb 19 02:55:55.442 INFO O| Feb 19 02:55:55.442 INFO STEP 63 (remove_files) COMPLETE
45722025-02-19T02:55:56.419Z[ recovery-image] Feb 19 02:55:55.442 INFO O| Feb 19 02:55:55.442 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-19T02:55:56.439Z[ recovery-image] Feb 19 02:55:55.461 INFO O| Feb 19 02:55:55.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45742025-02-19T02:55:56.439Z[ recovery-image] Feb 19 02:55:55.461 INFO O| Feb 19 02:55:55.461 INFO STEP 64 (remove_files) COMPLETE
45752025-02-19T02:55:56.439Z[ recovery-image] Feb 19 02:55:55.461 INFO O| Feb 19 02:55:55.461 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-19T02:55:56.496Z[ recovery-image] Feb 19 02:55:55.518 INFO O| Feb 19 02:55:55.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45772025-02-19T02:55:56.496Z[ recovery-image] Feb 19 02:55:55.518 INFO O| Feb 19 02:55:55.518 INFO STEP 65 (remove_files) COMPLETE
45782025-02-19T02:55:56.498Z[ recovery-image] Feb 19 02:55:55.518 INFO O| Feb 19 02:55:55.518 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-19T02:55:56.515Z[ recovery-image] Feb 19 02:55:55.538 INFO O| Feb 19 02:55:55.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45802025-02-19T02:55:56.515Z[ recovery-image] Feb 19 02:55:55.538 INFO O| Feb 19 02:55:55.538 INFO STEP 66 (remove_files) COMPLETE
45812025-02-19T02:55:56.515Z[ recovery-image] Feb 19 02:55:55.538 INFO O| Feb 19 02:55:55.538 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-19T02:55:56.535Z[ recovery-image] Feb 19 02:55:55.558 INFO O| Feb 19 02:55:55.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45832025-02-19T02:55:56.535Z[ recovery-image] Feb 19 02:55:55.558 INFO O| Feb 19 02:55:55.558 INFO STEP 67 (remove_files) COMPLETE
45842025-02-19T02:55:56.539Z[ recovery-image] Feb 19 02:55:55.558 INFO O| Feb 19 02:55:55.558 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-02-19T02:55:56.564Z[ recovery-image] Feb 19 02:55:55.587 INFO O| Feb 19 02:55:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45862025-02-19T02:55:56.567Z[ recovery-image] Feb 19 02:55:55.587 INFO O| Feb 19 02:55:55.587 INFO STEP 68 (remove_files) COMPLETE
45872025-02-19T02:55:56.567Z[ recovery-image] Feb 19 02:55:55.587 INFO O| Feb 19 02:55:55.587 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-19T02:55:56.583Z[ recovery-image] Feb 19 02:55:55.606 INFO O| Feb 19 02:55:55.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45892025-02-19T02:55:56.586Z[ recovery-image] Feb 19 02:55:55.606 INFO O| Feb 19 02:55:55.606 INFO STEP 69 (remove_files) COMPLETE
45902025-02-19T02:55:56.586Z[ recovery-image] Feb 19 02:55:55.606 INFO O| Feb 19 02:55:55.606 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-19T02:55:56.602Z[ recovery-image] Feb 19 02:55:55.624 INFO O| Feb 19 02:55:55.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45922025-02-19T02:55:56.602Z[ recovery-image] Feb 19 02:55:55.624 INFO O| Feb 19 02:55:55.624 INFO STEP 70 (remove_files) COMPLETE
45932025-02-19T02:55:56.604Z[ recovery-image] Feb 19 02:55:55.624 INFO O| Feb 19 02:55:55.624 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-19T02:55:56.733Z[ recovery-image] Feb 19 02:55:55.755 INFO O| Feb 19 02:55:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45952025-02-19T02:55:56.735Z[ recovery-image] Feb 19 02:55:55.756 INFO O| Feb 19 02:55:55.756 INFO STEP 71 (remove_files) COMPLETE
45962025-02-19T02:55:56.735Z[ recovery-image] Feb 19 02:55:55.756 INFO O| Feb 19 02:55:55.756 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-19T02:55:56.753Z[ recovery-image] Feb 19 02:55:55.776 INFO O| Feb 19 02:55:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45982025-02-19T02:55:56.756Z[ recovery-image] Feb 19 02:55:55.776 INFO O| Feb 19 02:55:55.776 INFO STEP 72 (remove_files) COMPLETE
45992025-02-19T02:55:56.756Z[ recovery-image] Feb 19 02:55:55.776 INFO O| Feb 19 02:55:55.776 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-19T02:55:56.773Z[ recovery-image] Feb 19 02:55:55.796 INFO O| Feb 19 02:55:55.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46012025-02-19T02:55:56.773Z[ recovery-image] Feb 19 02:55:55.796 INFO O| Feb 19 02:55:55.796 INFO STEP 73 (remove_files) COMPLETE
46022025-02-19T02:55:56.775Z[ recovery-image] Feb 19 02:55:55.796 INFO O| Feb 19 02:55:55.796 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-19T02:55:56.792Z[ recovery-image] Feb 19 02:55:55.815 INFO O| Feb 19 02:55:55.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46042025-02-19T02:55:56.795Z[ recovery-image] Feb 19 02:55:55.815 INFO O| Feb 19 02:55:55.815 INFO STEP 74 (remove_files) COMPLETE
46052025-02-19T02:55:56.795Z[ recovery-image] Feb 19 02:55:55.815 INFO O| Feb 19 02:55:55.815 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-19T02:55:56.866Z[ recovery-image] Feb 19 02:55:55.889 INFO O| Feb 19 02:55:55.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46072025-02-19T02:55:56.869Z[ recovery-image] Feb 19 02:55:55.889 INFO O| Feb 19 02:55:55.889 INFO STEP 75 (remove_files) COMPLETE
46082025-02-19T02:55:56.869Z[ recovery-image] Feb 19 02:55:55.889 INFO O| Feb 19 02:55:55.889 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-19T02:55:56.899Z[ recovery-image] Feb 19 02:55:55.922 INFO O| Feb 19 02:55:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46102025-02-19T02:55:56.902Z[ recovery-image] Feb 19 02:55:55.922 INFO O| Feb 19 02:55:55.922 INFO STEP 76 (remove_files) COMPLETE
46112025-02-19T02:55:56.902Z[ recovery-image] Feb 19 02:55:55.923 INFO O| Feb 19 02:55:55.923 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-19T02:55:56.940Z[ recovery-image] Feb 19 02:55:55.963 INFO O| Feb 19 02:55:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46132025-02-19T02:55:56.943Z[ recovery-image] Feb 19 02:55:55.963 INFO O| Feb 19 02:55:55.963 INFO STEP 77 (remove_files) COMPLETE
46142025-02-19T02:55:56.943Z[ recovery-image] Feb 19 02:55:55.963 INFO O| Feb 19 02:55:55.963 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-19T02:55:56.995Z[ recovery-image] Feb 19 02:55:56.018 INFO O| Feb 19 02:55:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46162025-02-19T02:55:56.995Z[ recovery-image] Feb 19 02:55:56.018 INFO O| Feb 19 02:55:56.018 INFO STEP 78 (remove_files) COMPLETE
46172025-02-19T02:55:56.998Z[ recovery-image] Feb 19 02:55:56.018 INFO O| Feb 19 02:55:56.018 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-19T02:55:57.018Z[ recovery-image] Feb 19 02:55:56.040 INFO O| Feb 19 02:55:56.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46192025-02-19T02:55:57.018Z[ recovery-image] Feb 19 02:55:56.040 INFO O| Feb 19 02:55:56.040 INFO STEP 79 (remove_files) COMPLETE
46202025-02-19T02:55:57.018Z[ recovery-image] Feb 19 02:55:56.040 INFO O| Feb 19 02:55:56.040 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-19T02:55:57.125Z[ recovery-image] Feb 19 02:55:56.147 INFO O| Feb 19 02:55:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46222025-02-19T02:55:57.125Z[ recovery-image] Feb 19 02:55:56.147 INFO O| Feb 19 02:55:56.147 INFO STEP 80 (remove_files) COMPLETE
46232025-02-19T02:55:57.125Z[ recovery-image] Feb 19 02:55:56.147 INFO O| Feb 19 02:55:56.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-19T02:55:57.145Z[ recovery-image] Feb 19 02:55:56.167 INFO O| Feb 19 02:55:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46252025-02-19T02:55:57.145Z[ recovery-image] Feb 19 02:55:56.167 INFO O| Feb 19 02:55:56.167 INFO STEP 81 (remove_files) COMPLETE
46262025-02-19T02:55:57.145Z[ recovery-image] Feb 19 02:55:56.167 INFO O| Feb 19 02:55:56.167 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-19T02:55:57.184Z[ recovery-image] Feb 19 02:55:56.207 INFO O| Feb 19 02:55:56.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46282025-02-19T02:55:57.184Z[ recovery-image] Feb 19 02:55:56.207 INFO O| Feb 19 02:55:56.207 INFO STEP 82 (remove_files) COMPLETE
46292025-02-19T02:55:57.187Z[ recovery-image] Feb 19 02:55:56.207 INFO O| Feb 19 02:55:56.207 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-19T02:55:57.207Z[ recovery-image] Feb 19 02:55:56.229 INFO O| Feb 19 02:55:56.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46312025-02-19T02:55:57.207Z[ recovery-image] Feb 19 02:55:56.229 INFO O| Feb 19 02:55:56.229 INFO STEP 83 (remove_files) COMPLETE
46322025-02-19T02:55:57.209Z[ recovery-image] Feb 19 02:55:56.229 INFO O| Feb 19 02:55:56.229 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-19T02:55:57.228Z[ recovery-image] Feb 19 02:55:56.250 INFO O| Feb 19 02:55:56.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46342025-02-19T02:55:57.228Z[ recovery-image] Feb 19 02:55:56.250 INFO O| Feb 19 02:55:56.250 INFO STEP 84 (remove_files) COMPLETE
46352025-02-19T02:55:57.228Z[ recovery-image] Feb 19 02:55:56.250 INFO O| Feb 19 02:55:56.250 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-19T02:55:57.248Z[ recovery-image] Feb 19 02:55:56.271 INFO O| Feb 19 02:55:56.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46372025-02-19T02:55:57.248Z[ recovery-image] Feb 19 02:55:56.271 INFO O| Feb 19 02:55:56.271 INFO STEP 85 (remove_files) COMPLETE
46382025-02-19T02:55:57.251Z[ recovery-image] Feb 19 02:55:56.271 INFO O| Feb 19 02:55:56.271 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-19T02:55:57.268Z[ recovery-image] Feb 19 02:55:56.290 INFO O| Feb 19 02:55:56.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46402025-02-19T02:55:57.268Z[ recovery-image] Feb 19 02:55:56.290 INFO O| Feb 19 02:55:56.290 INFO STEP 86 (remove_files) COMPLETE
46412025-02-19T02:55:57.268Z[ recovery-image] Feb 19 02:55:56.290 INFO O| Feb 19 02:55:56.290 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-19T02:55:57.325Z[ recovery-image] Feb 19 02:55:56.347 INFO O| Feb 19 02:55:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46432025-02-19T02:55:57.325Z[ recovery-image] Feb 19 02:55:56.347 INFO O| Feb 19 02:55:56.347 INFO STEP 87 (remove_files) COMPLETE
46442025-02-19T02:55:57.325Z[ recovery-image] Feb 19 02:55:56.347 INFO O| Feb 19 02:55:56.347 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-02-19T02:55:57.346Z[ recovery-image] Feb 19 02:55:56.368 INFO O| Feb 19 02:55:56.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46462025-02-19T02:55:57.346Z[ recovery-image] Feb 19 02:55:56.368 INFO O| Feb 19 02:55:56.368 INFO STEP 88 (remove_files) COMPLETE
46472025-02-19T02:55:57.346Z[ recovery-image] Feb 19 02:55:56.368 INFO O| Feb 19 02:55:56.368 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-02-19T02:55:57.367Z[ recovery-image] Feb 19 02:55:56.389 INFO O| Feb 19 02:55:56.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46492025-02-19T02:55:57.370Z[ recovery-image] Feb 19 02:55:56.389 INFO O| Feb 19 02:55:56.389 INFO STEP 89 (remove_files) COMPLETE
46502025-02-19T02:55:57.370Z[ recovery-image] Feb 19 02:55:56.389 INFO O| Feb 19 02:55:56.389 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-02-19T02:55:57.389Z[ recovery-image] Feb 19 02:55:56.411 INFO O| Feb 19 02:55:56.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46522025-02-19T02:55:57.389Z[ recovery-image] Feb 19 02:55:56.411 INFO O| Feb 19 02:55:56.411 INFO STEP 90 (remove_files) COMPLETE
46532025-02-19T02:55:57.389Z[ recovery-image] Feb 19 02:55:56.411 INFO O| Feb 19 02:55:56.411 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-02-19T02:55:57.423Z[ recovery-image] Feb 19 02:55:56.446 INFO O| Feb 19 02:55:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46552025-02-19T02:55:57.444Z[ recovery-image] Feb 19 02:55:56.466 INFO O| Feb 19 02:55:56.466 INFO STEP 91 (remove_files) COMPLETE
46562025-02-19T02:55:57.444Z[ recovery-image] Feb 19 02:55:56.466 INFO O| Feb 19 02:55:56.466 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-19T02:55:57.459Z[ host-image] Feb 19 02:55:56.482 INFO O| Feb 19 02:55:56.482 INFO O| Done
46582025-02-19T02:55:57.483Z[ recovery-image] Feb 19 02:55:56.505 INFO O| Feb 19 02:55:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46592025-02-19T02:55:57.483Z[ recovery-image] Feb 19 02:55:56.505 INFO O| Feb 19 02:55:56.505 INFO STEP 92 (remove_files) COMPLETE
46602025-02-19T02:55:57.485Z[ recovery-image] Feb 19 02:55:56.505 INFO O| Feb 19 02:55:56.505 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-02-19T02:55:57.508Z[ recovery-image] Feb 19 02:55:56.530 INFO O| Feb 19 02:55:56.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46622025-02-19T02:55:57.508Z[ recovery-image] Feb 19 02:55:56.530 INFO O| Feb 19 02:55:56.530 INFO STEP 93 (remove_files) COMPLETE
46632025-02-19T02:55:57.508Z[ recovery-image] Feb 19 02:55:56.530 INFO O| Feb 19 02:55:56.530 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-02-19T02:55:57.540Z[ recovery-image] Feb 19 02:55:56.563 INFO O| Feb 19 02:55:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46652025-02-19T02:55:57.541Z[ recovery-image] Feb 19 02:55:56.563 INFO O| Feb 19 02:55:56.563 INFO STEP 94 (remove_files) COMPLETE
46662025-02-19T02:55:57.541Z[ recovery-image] Feb 19 02:55:56.563 INFO O| Feb 19 02:55:56.563 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-02-19T02:55:57.604Z[ recovery-image] Feb 19 02:55:56.626 INFO O| Feb 19 02:55:56.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46682025-02-19T02:55:57.604Z[ recovery-image] Feb 19 02:55:56.626 INFO O| Feb 19 02:55:56.626 INFO STEP 95 (remove_files) COMPLETE
46692025-02-19T02:55:57.607Z[ recovery-image] Feb 19 02:55:56.626 INFO O| Feb 19 02:55:56.626 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-02-19T02:55:57.642Z[ recovery-image] Feb 19 02:55:56.664 INFO O| Feb 19 02:55:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46712025-02-19T02:55:57.642Z[ recovery-image] Feb 19 02:55:56.664 INFO O| Feb 19 02:55:56.664 INFO STEP 96 (remove_files) COMPLETE
46722025-02-19T02:55:57.644Z[ recovery-image] Feb 19 02:55:56.664 INFO O| Feb 19 02:55:56.664 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-02-19T02:55:57.662Z[ recovery-image] Feb 19 02:55:56.685 INFO O| Feb 19 02:55:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46742025-02-19T02:55:57.666Z[ recovery-image] Feb 19 02:55:56.688 INFO O| Feb 19 02:55:56.688 INFO STEP 97 (remove_files) COMPLETE
46752025-02-19T02:55:57.666Z[ recovery-image] Feb 19 02:55:56.688 INFO O| Feb 19 02:55:56.688 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-02-19T02:55:57.687Z[ recovery-image] Feb 19 02:55:56.709 INFO O| Feb 19 02:55:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46772025-02-19T02:55:57.687Z[ recovery-image] Feb 19 02:55:56.709 INFO O| Feb 19 02:55:56.709 INFO STEP 98 (remove_files) COMPLETE
46782025-02-19T02:55:57.690Z[ recovery-image] Feb 19 02:55:56.709 INFO O| Feb 19 02:55:56.709 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-02-19T02:55:57.706Z[ recovery-image] Feb 19 02:55:56.729 INFO O| Feb 19 02:55:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46802025-02-19T02:55:57.706Z[ recovery-image] Feb 19 02:55:56.729 INFO O| Feb 19 02:55:56.729 INFO STEP 99 (remove_files) COMPLETE
46812025-02-19T02:55:57.706Z[ recovery-image] Feb 19 02:55:56.729 INFO O| Feb 19 02:55:56.729 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-02-19T02:55:57.725Z[ recovery-image] Feb 19 02:55:56.748 INFO O| Feb 19 02:55:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46832025-02-19T02:55:57.728Z[ recovery-image] Feb 19 02:55:56.748 INFO O| Feb 19 02:55:56.748 INFO STEP 100 (remove_files) COMPLETE
46842025-02-19T02:55:57.728Z[ recovery-image] Feb 19 02:55:56.748 INFO O| Feb 19 02:55:56.748 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852025-02-19T02:55:57.745Z[ recovery-image] Feb 19 02:55:56.767 INFO O| Feb 19 02:55:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46862025-02-19T02:55:57.745Z[ recovery-image] Feb 19 02:55:56.767 INFO O| Feb 19 02:55:56.767 INFO STEP 101 (remove_files) COMPLETE
46872025-02-19T02:55:57.745Z[ recovery-image] Feb 19 02:55:56.767 INFO O| Feb 19 02:55:56.767 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-02-19T02:55:57.764Z[ recovery-image] Feb 19 02:55:56.786 INFO O| Feb 19 02:55:56.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46892025-02-19T02:55:57.772Z[ recovery-image] Feb 19 02:55:56.795 INFO O| Feb 19 02:55:56.795 INFO STEP 102 (remove_files) COMPLETE
46902025-02-19T02:55:57.775Z[ recovery-image] Feb 19 02:55:56.795 INFO O| Feb 19 02:55:56.795 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-02-19T02:55:57.830Z[ recovery-image] Feb 19 02:55:56.853 INFO O| Feb 19 02:55:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46922025-02-19T02:55:57.830Z[ recovery-image] Feb 19 02:55:56.853 INFO O| Feb 19 02:55:56.853 INFO STEP 103 (remove_files) COMPLETE
46932025-02-19T02:55:57.833Z[ recovery-image] Feb 19 02:55:56.853 INFO O| Feb 19 02:55:56.853 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-02-19T02:55:57.851Z[ recovery-image] Feb 19 02:55:56.874 INFO O| Feb 19 02:55:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46952025-02-19T02:55:57.851Z[ recovery-image] Feb 19 02:55:56.874 INFO O| Feb 19 02:55:56.874 INFO STEP 104 (remove_files) COMPLETE
46962025-02-19T02:55:57.854Z[ recovery-image] Feb 19 02:55:56.874 INFO O| Feb 19 02:55:56.874 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-02-19T02:55:57.871Z[ recovery-image] Feb 19 02:55:56.894 INFO O| Feb 19 02:55:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46982025-02-19T02:55:57.871Z[ recovery-image] Feb 19 02:55:56.894 INFO O| Feb 19 02:55:56.894 INFO STEP 105 (remove_files) COMPLETE
46992025-02-19T02:55:57.874Z[ recovery-image] Feb 19 02:55:56.894 INFO O| Feb 19 02:55:56.894 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-02-19T02:55:57.903Z[ recovery-image] Feb 19 02:55:56.925 INFO O| Feb 19 02:55:56.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47012025-02-19T02:55:57.903Z[ recovery-image] Feb 19 02:55:56.925 INFO O| Feb 19 02:55:56.925 INFO STEP 106 (remove_files) COMPLETE
47022025-02-19T02:55:57.903Z[ recovery-image] Feb 19 02:55:56.925 INFO O| Feb 19 02:55:56.925 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-02-19T02:55:57.959Z[ recovery-image] Feb 19 02:55:56.981 INFO O| Feb 19 02:55:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47042025-02-19T02:55:57.961Z[ recovery-image] Feb 19 02:55:56.981 INFO O| Feb 19 02:55:56.981 INFO STEP 107 (remove_files) COMPLETE
47052025-02-19T02:55:57.961Z[ recovery-image] Feb 19 02:55:56.981 INFO O| Feb 19 02:55:56.981 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-02-19T02:55:58.059Z[ recovery-image] Feb 19 02:55:57.081 INFO O| Feb 19 02:55:57.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47072025-02-19T02:55:58.059Z[ recovery-image] Feb 19 02:55:57.081 INFO O| Feb 19 02:55:57.081 INFO STEP 108 (remove_files) COMPLETE
47082025-02-19T02:55:58.059Z[ recovery-image] Feb 19 02:55:57.081 INFO O| Feb 19 02:55:57.081 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-02-19T02:55:58.103Z[ recovery-image] Feb 19 02:55:57.125 INFO O| Feb 19 02:55:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47102025-02-19T02:55:58.103Z[ recovery-image] Feb 19 02:55:57.125 INFO O| Feb 19 02:55:57.125 INFO STEP 109 (remove_files) COMPLETE
47112025-02-19T02:55:58.105Z[ recovery-image] Feb 19 02:55:57.125 INFO O| Feb 19 02:55:57.125 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-02-19T02:55:58.123Z[ recovery-image] Feb 19 02:55:57.146 INFO O| Feb 19 02:55:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47132025-02-19T02:55:58.123Z[ recovery-image] Feb 19 02:55:57.146 INFO O| Feb 19 02:55:57.146 INFO STEP 110 (remove_files) COMPLETE
47142025-02-19T02:55:58.126Z[ recovery-image] Feb 19 02:55:57.146 INFO O| Feb 19 02:55:57.146 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-02-19T02:55:58.154Z[ recovery-image] Feb 19 02:55:57.177 INFO O| Feb 19 02:55:57.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47162025-02-19T02:55:58.154Z[ recovery-image] Feb 19 02:55:57.177 INFO O| Feb 19 02:55:57.177 INFO STEP 111 (remove_files) COMPLETE
47172025-02-19T02:55:58.154Z[ recovery-image] Feb 19 02:55:57.177 INFO O| Feb 19 02:55:57.177 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-02-19T02:55:58.186Z[ recovery-image] Feb 19 02:55:57.208 INFO O| Feb 19 02:55:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47192025-02-19T02:55:58.186Z[ recovery-image] Feb 19 02:55:57.208 INFO O| Feb 19 02:55:57.208 INFO STEP 112 (remove_files) COMPLETE
47202025-02-19T02:55:58.186Z[ recovery-image] Feb 19 02:55:57.208 INFO O| Feb 19 02:55:57.208 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-02-19T02:55:58.208Z[ recovery-image] Feb 19 02:55:57.230 INFO O| Feb 19 02:55:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47222025-02-19T02:55:58.210Z[ recovery-image] Feb 19 02:55:57.230 INFO O| Feb 19 02:55:57.230 INFO STEP 113 (remove_files) COMPLETE
47232025-02-19T02:55:58.211Z[ recovery-image] Feb 19 02:55:57.231 INFO O| Feb 19 02:55:57.230 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-02-19T02:55:58.229Z[ recovery-image] Feb 19 02:55:57.251 INFO O| Feb 19 02:55:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47252025-02-19T02:55:58.232Z[ recovery-image] Feb 19 02:55:57.251 INFO O| Feb 19 02:55:57.251 INFO STEP 114 (remove_files) COMPLETE
47262025-02-19T02:55:58.232Z[ recovery-image] Feb 19 02:55:57.251 INFO O| Feb 19 02:55:57.251 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-02-19T02:55:58.250Z[ recovery-image] Feb 19 02:55:57.272 INFO O| Feb 19 02:55:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47282025-02-19T02:55:58.259Z[ recovery-image] Feb 19 02:55:57.282 INFO O| Feb 19 02:55:57.282 INFO STEP 115 (remove_files) COMPLETE
47292025-02-19T02:55:58.259Z[ recovery-image] Feb 19 02:55:57.282 INFO O| Feb 19 02:55:57.282 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-02-19T02:55:58.281Z[ recovery-image] Feb 19 02:55:57.303 INFO O| Feb 19 02:55:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47312025-02-19T02:55:58.281Z[ recovery-image] Feb 19 02:55:57.303 INFO O| Feb 19 02:55:57.303 INFO STEP 116 (remove_files) COMPLETE
47322025-02-19T02:55:58.281Z[ recovery-image] Feb 19 02:55:57.303 INFO O| Feb 19 02:55:57.303 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-19T02:55:58.319Z[ recovery-image] Feb 19 02:55:57.341 INFO O| Feb 19 02:55:57.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47342025-02-19T02:55:58.321Z[ recovery-image] Feb 19 02:55:57.341 INFO O| Feb 19 02:55:57.341 INFO STEP 117 (remove_files) COMPLETE
47352025-02-19T02:55:58.321Z[ recovery-image] Feb 19 02:55:57.341 INFO O| Feb 19 02:55:57.341 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-19T02:55:58.353Z[ recovery-image] Feb 19 02:55:57.375 INFO O| Feb 19 02:55:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47372025-02-19T02:55:58.353Z[ recovery-image] Feb 19 02:55:57.375 INFO O| Feb 19 02:55:57.375 INFO STEP 118 (remove_files) COMPLETE
47382025-02-19T02:55:58.353Z[ recovery-image] Feb 19 02:55:57.375 INFO O| Feb 19 02:55:57.375 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-02-19T02:55:58.388Z[ recovery-image] Feb 19 02:55:57.410 INFO O| Feb 19 02:55:57.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47402025-02-19T02:55:58.388Z[ recovery-image] Feb 19 02:55:57.410 INFO O| Feb 19 02:55:57.410 INFO STEP 119 (remove_files) COMPLETE
47412025-02-19T02:55:58.388Z[ recovery-image] Feb 19 02:55:57.410 INFO O| Feb 19 02:55:57.410 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-02-19T02:55:58.436Z[ recovery-image] Feb 19 02:55:57.459 INFO O| Feb 19 02:55:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47432025-02-19T02:55:58.436Z[ recovery-image] Feb 19 02:55:57.459 INFO O| Feb 19 02:55:57.459 INFO STEP 120 (remove_files) COMPLETE
47442025-02-19T02:55:58.439Z[ recovery-image] Feb 19 02:55:57.459 INFO O| Feb 19 02:55:57.459 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-02-19T02:55:58.471Z[ recovery-image] Feb 19 02:55:57.494 INFO O| Feb 19 02:55:57.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47462025-02-19T02:55:58.471Z[ recovery-image] Feb 19 02:55:57.494 INFO O| Feb 19 02:55:57.494 INFO STEP 121 (remove_files) COMPLETE
47472025-02-19T02:55:58.471Z[ recovery-image] Feb 19 02:55:57.494 INFO O| Feb 19 02:55:57.494 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-02-19T02:55:58.490Z[ recovery-image] Feb 19 02:55:57.512 INFO O| Feb 19 02:55:57.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47492025-02-19T02:55:58.490Z[ recovery-image] Feb 19 02:55:57.512 INFO O| Feb 19 02:55:57.512 INFO STEP 122 (remove_files) COMPLETE
47502025-02-19T02:55:58.494Z[ recovery-image] Feb 19 02:55:57.513 INFO O| Feb 19 02:55:57.512 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-02-19T02:55:58.514Z[ recovery-image] Feb 19 02:55:57.536 INFO O| Feb 19 02:55:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47522025-02-19T02:55:58.514Z[ recovery-image] Feb 19 02:55:57.536 INFO O| Feb 19 02:55:57.536 INFO STEP 123 (remove_files) COMPLETE
47532025-02-19T02:55:58.516Z[ recovery-image] Feb 19 02:55:57.536 INFO O| Feb 19 02:55:57.536 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-19T02:55:58.579Z[ recovery-image] Feb 19 02:55:57.602 INFO O| Feb 19 02:55:57.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47552025-02-19T02:55:58.579Z[ recovery-image] Feb 19 02:55:57.602 INFO O| Feb 19 02:55:57.602 INFO STEP 124 (remove_files) COMPLETE
47562025-02-19T02:55:58.581Z[ recovery-image] Feb 19 02:55:57.602 INFO O| Feb 19 02:55:57.602 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-19T02:55:58.621Z[ recovery-image] Feb 19 02:55:57.643 INFO O| Feb 19 02:55:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47582025-02-19T02:55:58.621Z[ recovery-image] Feb 19 02:55:57.643 INFO O| Feb 19 02:55:57.643 INFO STEP 125 (remove_files) COMPLETE
47592025-02-19T02:55:58.621Z[ recovery-image] Feb 19 02:55:57.643 INFO O| Feb 19 02:55:57.643 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-19T02:55:58.641Z[ recovery-image] Feb 19 02:55:57.664 INFO O| Feb 19 02:55:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47612025-02-19T02:55:58.641Z[ recovery-image] Feb 19 02:55:57.664 INFO O| Feb 19 02:55:57.664 INFO STEP 126 (remove_files) COMPLETE
47622025-02-19T02:55:58.641Z[ recovery-image] Feb 19 02:55:57.664 INFO O| Feb 19 02:55:57.664 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-19T02:55:58.660Z[ recovery-image] Feb 19 02:55:57.683 INFO O| Feb 19 02:55:57.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47642025-02-19T02:55:58.660Z[ recovery-image] Feb 19 02:55:57.683 INFO O| Feb 19 02:55:57.683 INFO STEP 127 (remove_files) COMPLETE
47652025-02-19T02:55:58.663Z[ recovery-image] Feb 19 02:55:57.683 INFO O| Feb 19 02:55:57.683 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-19T02:55:58.695Z[ recovery-image] Feb 19 02:55:57.718 INFO O| Feb 19 02:55:57.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47672025-02-19T02:55:58.695Z[ recovery-image] Feb 19 02:55:57.718 INFO O| Feb 19 02:55:57.718 INFO STEP 128 (remove_files) COMPLETE
47682025-02-19T02:55:58.695Z[ recovery-image] Feb 19 02:55:57.718 INFO O| Feb 19 02:55:57.718 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-19T02:55:58.720Z[ recovery-image] Feb 19 02:55:57.743 INFO O| Feb 19 02:55:57.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47702025-02-19T02:55:58.720Z[ recovery-image] Feb 19 02:55:57.743 INFO O| Feb 19 02:55:57.743 INFO STEP 129 (remove_files) COMPLETE
47712025-02-19T02:55:58.720Z[ recovery-image] Feb 19 02:55:57.743 INFO O| Feb 19 02:55:57.743 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-19T02:55:58.756Z[ recovery-image] Feb 19 02:55:57.778 INFO O| Feb 19 02:55:57.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47732025-02-19T02:55:58.756Z[ recovery-image] Feb 19 02:55:57.778 INFO O| Feb 19 02:55:57.778 INFO STEP 130 (remove_files) COMPLETE
47742025-02-19T02:55:58.759Z[ recovery-image] Feb 19 02:55:57.778 INFO O| Feb 19 02:55:57.778 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-19T02:55:58.776Z[ recovery-image] Feb 19 02:55:57.798 INFO O| Feb 19 02:55:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47762025-02-19T02:55:58.776Z[ recovery-image] Feb 19 02:55:57.798 INFO O| Feb 19 02:55:57.798 INFO STEP 131 (remove_files) COMPLETE
47772025-02-19T02:55:58.779Z[ recovery-image] Feb 19 02:55:57.798 INFO O| Feb 19 02:55:57.798 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-02-19T02:55:58.808Z[ recovery-image] Feb 19 02:55:57.830 INFO O| Feb 19 02:55:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47792025-02-19T02:55:58.808Z[ recovery-image] Feb 19 02:55:57.830 INFO O| Feb 19 02:55:57.830 INFO STEP 132 (remove_files) COMPLETE
47802025-02-19T02:55:58.811Z[ recovery-image] Feb 19 02:55:57.830 INFO O| Feb 19 02:55:57.830 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-02-19T02:55:58.845Z[ recovery-image] Feb 19 02:55:57.868 INFO O| Feb 19 02:55:57.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47822025-02-19T02:55:58.845Z[ recovery-image] Feb 19 02:55:57.868 INFO O| Feb 19 02:55:57.868 INFO STEP 133 (remove_files) COMPLETE
47832025-02-19T02:55:58.845Z[ recovery-image] Feb 19 02:55:57.868 INFO O| Feb 19 02:55:57.868 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-02-19T02:55:58.866Z[ recovery-image] Feb 19 02:55:57.888 INFO O| Feb 19 02:55:57.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47852025-02-19T02:55:58.867Z[ recovery-image] Feb 19 02:55:57.888 INFO O| Feb 19 02:55:57.888 INFO STEP 134 (remove_files) COMPLETE
47862025-02-19T02:55:58.869Z[ recovery-image] Feb 19 02:55:57.888 INFO O| Feb 19 02:55:57.888 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-19T02:55:58.886Z[ recovery-image] Feb 19 02:55:57.907 INFO O| Feb 19 02:55:57.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47882025-02-19T02:55:58.886Z[ recovery-image] Feb 19 02:55:57.908 INFO O| Feb 19 02:55:57.908 INFO STEP 135 (remove_files) COMPLETE
47892025-02-19T02:55:58.886Z[ recovery-image] Feb 19 02:55:57.908 INFO O| Feb 19 02:55:57.908 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-19T02:55:58.904Z[ recovery-image] Feb 19 02:55:57.927 INFO O| Feb 19 02:55:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47912025-02-19T02:55:58.905Z[ recovery-image] Feb 19 02:55:57.927 INFO O| Feb 19 02:55:57.927 INFO STEP 136 (remove_files) COMPLETE
47922025-02-19T02:55:58.905Z[ recovery-image] Feb 19 02:55:57.927 INFO O| Feb 19 02:55:57.927 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-19T02:55:58.942Z[ recovery-image] Feb 19 02:55:57.964 INFO O| Feb 19 02:55:57.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47942025-02-19T02:55:58.944Z[ recovery-image] Feb 19 02:55:57.964 INFO O| Feb 19 02:55:57.964 INFO STEP 137 (remove_files) COMPLETE
47952025-02-19T02:55:58.944Z[ recovery-image] Feb 19 02:55:57.965 INFO O| Feb 19 02:55:57.964 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-19T02:55:58.962Z[ recovery-image] Feb 19 02:55:57.984 INFO O| Feb 19 02:55:57.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47972025-02-19T02:55:58.962Z[ recovery-image] Feb 19 02:55:57.984 INFO O| Feb 19 02:55:57.984 INFO STEP 138 (remove_files) COMPLETE
47982025-02-19T02:55:58.965Z[ recovery-image] Feb 19 02:55:57.985 INFO O| Feb 19 02:55:57.985 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-19T02:55:58.982Z[ recovery-image] Feb 19 02:55:58.004 INFO O| Feb 19 02:55:58.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48002025-02-19T02:55:58.984Z[ recovery-image] Feb 19 02:55:58.004 INFO O| Feb 19 02:55:58.004 INFO STEP 139 (remove_files) COMPLETE
48012025-02-19T02:55:58.984Z[ recovery-image] Feb 19 02:55:58.005 INFO O| Feb 19 02:55:58.005 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-02-19T02:55:59.019Z[ recovery-image] Feb 19 02:55:58.042 INFO O| Feb 19 02:55:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48032025-02-19T02:55:59.019Z[ recovery-image] Feb 19 02:55:58.042 INFO O| Feb 19 02:55:58.042 INFO STEP 140 (remove_files) COMPLETE
48042025-02-19T02:55:59.022Z[ recovery-image] Feb 19 02:55:58.042 INFO O| Feb 19 02:55:58.042 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-02-19T02:55:59.043Z[ recovery-image] Feb 19 02:55:58.065 INFO O| Feb 19 02:55:58.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48062025-02-19T02:55:59.043Z[ recovery-image] Feb 19 02:55:58.066 INFO O| Feb 19 02:55:58.065 INFO STEP 141 (remove_files) COMPLETE
48072025-02-19T02:55:59.043Z[ recovery-image] Feb 19 02:55:58.066 INFO O| Feb 19 02:55:58.066 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-02-19T02:55:59.065Z[ recovery-image] Feb 19 02:55:58.087 INFO O| Feb 19 02:55:58.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48092025-02-19T02:55:59.068Z[ recovery-image] Feb 19 02:55:58.088 INFO O| Feb 19 02:55:58.087 INFO STEP 142 (remove_files) COMPLETE
48102025-02-19T02:55:59.068Z[ recovery-image] Feb 19 02:55:58.088 INFO O| Feb 19 02:55:58.087 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112025-02-19T02:55:59.086Z[ recovery-image] Feb 19 02:55:58.108 INFO O| Feb 19 02:55:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48122025-02-19T02:55:59.086Z[ recovery-image] Feb 19 02:55:58.108 INFO O| Feb 19 02:55:58.108 INFO STEP 143 (remove_files) COMPLETE
48132025-02-19T02:55:59.086Z[ recovery-image] Feb 19 02:55:58.108 INFO O| Feb 19 02:55:58.108 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-02-19T02:55:59.124Z[ recovery-image] Feb 19 02:55:58.146 INFO O| Feb 19 02:55:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48152025-02-19T02:55:59.124Z[ recovery-image] Feb 19 02:55:58.146 INFO O| Feb 19 02:55:58.146 INFO STEP 144 (remove_files) COMPLETE
48162025-02-19T02:55:59.127Z[ recovery-image] Feb 19 02:55:58.146 INFO O| Feb 19 02:55:58.146 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-02-19T02:55:59.144Z[ recovery-image] Feb 19 02:55:58.167 INFO O| Feb 19 02:55:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48182025-02-19T02:55:59.144Z[ recovery-image] Feb 19 02:55:58.167 INFO O| Feb 19 02:55:58.167 INFO STEP 145 (remove_files) COMPLETE
48192025-02-19T02:55:59.147Z[ recovery-image] Feb 19 02:55:58.167 INFO O| Feb 19 02:55:58.167 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-02-19T02:55:59.162Z[ recovery-image] Feb 19 02:55:58.184 INFO O| Feb 19 02:55:58.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48212025-02-19T02:55:59.164Z[ recovery-image] Feb 19 02:55:58.185 INFO O| Feb 19 02:55:58.185 INFO STEP 146 (remove_files) COMPLETE
48222025-02-19T02:55:59.164Z[ recovery-image] Feb 19 02:55:58.185 INFO O| Feb 19 02:55:58.185 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-02-19T02:55:59.233Z[ recovery-image] Feb 19 02:55:58.254 INFO O| Feb 19 02:55:58.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48242025-02-19T02:55:59.233Z[ recovery-image] Feb 19 02:55:58.254 INFO O| Feb 19 02:55:58.254 INFO STEP 147 (remove_files) COMPLETE
48252025-02-19T02:55:59.233Z[ recovery-image] Feb 19 02:55:58.254 INFO O| Feb 19 02:55:58.254 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-02-19T02:55:59.260Z[ recovery-image] Feb 19 02:55:58.274 INFO O| Feb 19 02:55:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48272025-02-19T02:55:59.263Z[ recovery-image] Feb 19 02:55:58.274 INFO O| Feb 19 02:55:58.274 INFO STEP 148 (remove_files) COMPLETE
48282025-02-19T02:55:59.263Z[ recovery-image] Feb 19 02:55:58.274 INFO O| Feb 19 02:55:58.274 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-19T02:55:59.285Z[ recovery-image] Feb 19 02:55:58.307 INFO O| Feb 19 02:55:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48302025-02-19T02:55:59.285Z[ recovery-image] Feb 19 02:55:58.307 INFO O| Feb 19 02:55:58.307 INFO STEP 149 (remove_files) COMPLETE
48312025-02-19T02:55:59.285Z[ recovery-image] Feb 19 02:55:58.307 INFO O| Feb 19 02:55:58.307 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-02-19T02:55:59.303Z[ recovery-image] Feb 19 02:55:58.326 INFO O| Feb 19 02:55:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48332025-02-19T02:55:59.303Z[ recovery-image] Feb 19 02:55:58.326 INFO O| Feb 19 02:55:58.326 INFO STEP 150 (remove_files) COMPLETE
48342025-02-19T02:55:59.306Z[ recovery-image] Feb 19 02:55:58.326 INFO O| Feb 19 02:55:58.326 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-02-19T02:55:59.333Z[ recovery-image] Feb 19 02:55:58.355 INFO O| Feb 19 02:55:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48362025-02-19T02:55:59.333Z[ recovery-image] Feb 19 02:55:58.355 INFO O| Feb 19 02:55:58.355 INFO STEP 151 (remove_files) COMPLETE
48372025-02-19T02:55:59.333Z[ recovery-image] Feb 19 02:55:58.355 INFO O| Feb 19 02:55:58.355 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-02-19T02:55:59.355Z[ recovery-image] Feb 19 02:55:58.377 INFO O| Feb 19 02:55:58.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48392025-02-19T02:55:59.380Z[ recovery-image] Feb 19 02:55:58.403 INFO O| Feb 19 02:55:58.403 INFO STEP 152 (remove_files) COMPLETE
48402025-02-19T02:55:59.381Z[ recovery-image] Feb 19 02:55:58.403 INFO O| Feb 19 02:55:58.403 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-19T02:55:59.404Z[ recovery-image] Feb 19 02:55:58.426 INFO O| Feb 19 02:55:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48422025-02-19T02:55:59.404Z[ recovery-image] Feb 19 02:55:58.426 INFO O| Feb 19 02:55:58.426 INFO STEP 153 (remove_files) COMPLETE
48432025-02-19T02:55:59.407Z[ recovery-image] Feb 19 02:55:58.426 INFO O| Feb 19 02:55:58.426 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-19T02:55:59.439Z[ recovery-image] Feb 19 02:55:58.461 INFO O| Feb 19 02:55:58.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48452025-02-19T02:55:59.439Z[ recovery-image] Feb 19 02:55:58.462 INFO O| Feb 19 02:55:58.456 INFO STEP 154 (remove_files) COMPLETE
48462025-02-19T02:55:59.439Z[ recovery-image] Feb 19 02:55:58.462 INFO O| Feb 19 02:55:58.456 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-19T02:55:59.464Z[ recovery-image] Feb 19 02:55:58.478 INFO O| Feb 19 02:55:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48482025-02-19T02:55:59.464Z[ recovery-image] Feb 19 02:55:58.478 INFO O| Feb 19 02:55:58.478 INFO STEP 155 (remove_files) COMPLETE
48492025-02-19T02:55:59.464Z[ recovery-image] Feb 19 02:55:58.478 INFO O| Feb 19 02:55:58.478 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-19T02:55:59.474Z[ recovery-image] Feb 19 02:55:58.496 INFO O| Feb 19 02:55:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48512025-02-19T02:55:59.474Z[ recovery-image] Feb 19 02:55:58.496 INFO O| Feb 19 02:55:58.496 INFO STEP 156 (remove_files) COMPLETE
48522025-02-19T02:55:59.476Z[ recovery-image] Feb 19 02:55:58.496 INFO O| Feb 19 02:55:58.496 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-19T02:55:59.511Z[ recovery-image] Feb 19 02:55:58.533 INFO O| Feb 19 02:55:58.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48542025-02-19T02:55:59.511Z[ recovery-image] Feb 19 02:55:58.533 INFO O| Feb 19 02:55:58.533 INFO STEP 157 (remove_files) COMPLETE
48552025-02-19T02:55:59.513Z[ recovery-image] Feb 19 02:55:58.533 INFO O| Feb 19 02:55:58.533 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-19T02:55:59.562Z[ recovery-image] Feb 19 02:55:58.583 INFO O| Feb 19 02:55:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48572025-02-19T02:55:59.562Z[ recovery-image] Feb 19 02:55:58.583 INFO O| Feb 19 02:55:58.583 INFO STEP 158 (remove_files) COMPLETE
48582025-02-19T02:55:59.562Z[ recovery-image] Feb 19 02:55:58.584 INFO O| Feb 19 02:55:58.583 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-19T02:55:59.596Z[ recovery-image] Feb 19 02:55:58.619 INFO O| Feb 19 02:55:58.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48602025-02-19T02:55:59.596Z[ recovery-image] Feb 19 02:55:58.619 INFO O| Feb 19 02:55:58.619 INFO STEP 159 (remove_files) COMPLETE
48612025-02-19T02:55:59.596Z[ recovery-image] Feb 19 02:55:58.619 INFO O| Feb 19 02:55:58.619 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-19T02:55:59.613Z[ recovery-image] Feb 19 02:55:58.635 INFO O| Feb 19 02:55:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48632025-02-19T02:55:59.613Z[ recovery-image] Feb 19 02:55:58.635 INFO O| Feb 19 02:55:58.635 INFO STEP 160 (remove_files) COMPLETE
48642025-02-19T02:55:59.616Z[ recovery-image] Feb 19 02:55:58.635 INFO O| Feb 19 02:55:58.635 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-19T02:55:59.629Z[ recovery-image] Feb 19 02:55:58.651 INFO O| Feb 19 02:55:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48662025-02-19T02:55:59.629Z[ recovery-image] Feb 19 02:55:58.651 INFO O| Feb 19 02:55:58.651 INFO STEP 161 (remove_files) COMPLETE
48672025-02-19T02:55:59.629Z[ recovery-image] Feb 19 02:55:58.651 INFO O| Feb 19 02:55:58.651 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-19T02:55:59.645Z[ recovery-image] Feb 19 02:55:58.667 INFO O| Feb 19 02:55:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48692025-02-19T02:55:59.665Z[ recovery-image] Feb 19 02:55:58.688 INFO O| Feb 19 02:55:58.688 INFO STEP 162 (remove_files) COMPLETE
48702025-02-19T02:55:59.665Z[ recovery-image] Feb 19 02:55:58.688 INFO O| Feb 19 02:55:58.688 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-02-19T02:55:59.680Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48722025-02-19T02:55:59.762Z[ recovery-image] Feb 19 02:55:58.775 INFO O| Feb 19 02:55:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48732025-02-19T02:55:59.762Z[ recovery-image] Feb 19 02:55:58.776 INFO O| Feb 19 02:55:58.775 INFO STEP 163 (remove_files) COMPLETE
48742025-02-19T02:55:59.766Z[ recovery-image] Feb 19 02:55:58.776 INFO O| Feb 19 02:55:58.775 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-19T02:55:59.772Z[ recovery-image] Feb 19 02:55:58.794 INFO O| Feb 19 02:55:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48762025-02-19T02:55:59.772Z[ recovery-image] Feb 19 02:55:58.794 INFO O| Feb 19 02:55:58.794 INFO STEP 164 (remove_files) COMPLETE
48772025-02-19T02:55:59.774Z[ recovery-image] Feb 19 02:55:58.794 INFO O| Feb 19 02:55:58.794 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-19T02:55:59.791Z[ recovery-image] Feb 19 02:55:58.813 INFO O| Feb 19 02:55:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48792025-02-19T02:55:59.793Z[ recovery-image] Feb 19 02:55:58.813 INFO O| Feb 19 02:55:58.813 INFO STEP 165 (remove_files) COMPLETE
48802025-02-19T02:55:59.793Z[ recovery-image] Feb 19 02:55:58.813 INFO O| Feb 19 02:55:58.813 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-19T02:55:59.843Z[ recovery-image] Feb 19 02:55:58.864 INFO O| Feb 19 02:55:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48822025-02-19T02:55:59.843Z[ recovery-image] Feb 19 02:55:58.864 INFO O| Feb 19 02:55:58.864 INFO STEP 166 (remove_files) COMPLETE
48832025-02-19T02:55:59.846Z[ recovery-image] Feb 19 02:55:58.864 INFO O| Feb 19 02:55:58.864 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-19T02:55:59.867Z[ recovery-image] Feb 19 02:55:58.888 INFO O| Feb 19 02:55:58.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48852025-02-19T02:55:59.871Z[ recovery-image] Feb 19 02:55:58.888 INFO O| Feb 19 02:55:58.888 INFO STEP 167 (remove_files) COMPLETE
48862025-02-19T02:55:59.871Z[ recovery-image] Feb 19 02:55:58.888 INFO O| Feb 19 02:55:58.888 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-19T02:55:59.883Z[ recovery-image] Feb 19 02:55:58.906 INFO O| Feb 19 02:55:58.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48882025-02-19T02:55:59.886Z[ recovery-image] Feb 19 02:55:58.906 INFO O| Feb 19 02:55:58.906 INFO STEP 168 (remove_files) COMPLETE
48892025-02-19T02:55:59.886Z[ recovery-image] Feb 19 02:55:58.906 INFO O| Feb 19 02:55:58.906 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-19T02:55:59.901Z[ recovery-image] Feb 19 02:55:58.923 INFO O| Feb 19 02:55:58.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48912025-02-19T02:55:59.903Z[ recovery-image] Feb 19 02:55:58.923 INFO O| Feb 19 02:55:58.923 INFO STEP 169 (remove_files) COMPLETE
48922025-02-19T02:55:59.903Z[ recovery-image] Feb 19 02:55:58.923 INFO O| Feb 19 02:55:58.923 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-19T02:55:59.918Z[ recovery-image] Feb 19 02:55:58.940 INFO O| Feb 19 02:55:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48942025-02-19T02:55:59.920Z[ recovery-image] Feb 19 02:55:58.940 INFO O| Feb 19 02:55:58.940 INFO STEP 170 (remove_files) COMPLETE
48952025-02-19T02:55:59.920Z[ recovery-image] Feb 19 02:55:58.940 INFO O| Feb 19 02:55:58.940 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-19T02:55:59.935Z[ recovery-image] Feb 19 02:55:58.958 INFO O| Feb 19 02:55:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48972025-02-19T02:55:59.938Z[ recovery-image] Feb 19 02:55:58.958 INFO O| Feb 19 02:55:58.958 INFO STEP 171 (remove_files) COMPLETE
48982025-02-19T02:55:59.938Z[ recovery-image] Feb 19 02:55:58.958 INFO O| Feb 19 02:55:58.958 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-19T02:55:59.954Z[ recovery-image] Feb 19 02:55:58.976 INFO O| Feb 19 02:55:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49002025-02-19T02:55:59.956Z[ recovery-image] Feb 19 02:55:58.976 INFO O| Feb 19 02:55:58.976 INFO STEP 172 (remove_files) COMPLETE
49012025-02-19T02:55:59.956Z[ recovery-image] Feb 19 02:55:58.976 INFO O| Feb 19 02:55:58.976 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-19T02:55:59.997Z[ recovery-image] Feb 19 02:55:59.019 INFO O| Feb 19 02:55:59.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49032025-02-19T02:55:59.997Z[ recovery-image] Feb 19 02:55:59.019 INFO O| Feb 19 02:55:59.019 INFO STEP 173 (remove_files) COMPLETE
49042025-02-19T02:55:59.999Z[ recovery-image] Feb 19 02:55:59.019 INFO O| Feb 19 02:55:59.019 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-19T02:56:00.019Z[ recovery-image] Feb 19 02:55:59.041 INFO O| Feb 19 02:55:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49062025-02-19T02:56:00.019Z[ recovery-image] Feb 19 02:55:59.042 INFO O| Feb 19 02:55:59.042 INFO STEP 174 (remove_files) COMPLETE
49072025-02-19T02:56:00.019Z[ recovery-image] Feb 19 02:55:59.042 INFO O| Feb 19 02:55:59.042 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-19T02:56:00.039Z[ recovery-image] Feb 19 02:55:59.062 INFO O| Feb 19 02:55:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49092025-02-19T02:56:00.039Z[ recovery-image] Feb 19 02:55:59.062 INFO O| Feb 19 02:55:59.062 INFO STEP 175 (remove_files) COMPLETE
49102025-02-19T02:56:00.042Z[ recovery-image] Feb 19 02:55:59.062 INFO O| Feb 19 02:55:59.062 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-19T02:56:00.097Z[ recovery-image] Feb 19 02:55:59.119 INFO O| Feb 19 02:55:59.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49122025-02-19T02:56:00.100Z[ recovery-image] Feb 19 02:55:59.119 INFO O| Feb 19 02:55:59.119 INFO STEP 176 (remove_files) COMPLETE
49132025-02-19T02:56:00.100Z[ recovery-image] Feb 19 02:55:59.119 INFO O| Feb 19 02:55:59.119 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-19T02:56:00.241Z[ recovery-image] Feb 19 02:55:59.247 INFO O| Feb 19 02:55:59.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49152025-02-19T02:56:00.244Z[ recovery-image] Feb 19 02:55:59.247 INFO O| Feb 19 02:55:59.247 INFO STEP 177 (remove_files) COMPLETE
49162025-02-19T02:56:00.244Z[ recovery-image] Feb 19 02:55:59.247 INFO O| Feb 19 02:55:59.247 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-19T02:56:00.248Z[ recovery-image] Feb 19 02:55:59.270 INFO O| Feb 19 02:55:59.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49182025-02-19T02:56:00.248Z[ recovery-image] Feb 19 02:55:59.271 INFO O| Feb 19 02:55:59.270 INFO STEP 178 (remove_files) COMPLETE
49192025-02-19T02:56:00.251Z[ recovery-image] Feb 19 02:55:59.271 INFO O| Feb 19 02:55:59.271 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-19T02:56:00.290Z[ recovery-image] Feb 19 02:55:59.312 INFO O| Feb 19 02:55:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49212025-02-19T02:56:00.290Z[ recovery-image] Feb 19 02:55:59.312 INFO O| Feb 19 02:55:59.312 INFO STEP 179 (remove_files) COMPLETE
49222025-02-19T02:56:00.290Z[ recovery-image] Feb 19 02:55:59.312 INFO O| Feb 19 02:55:59.312 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-19T02:56:00.312Z[ recovery-image] Feb 19 02:55:59.335 INFO O| Feb 19 02:55:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49242025-02-19T02:56:00.315Z[ recovery-image] Feb 19 02:55:59.335 INFO O| Feb 19 02:55:59.335 INFO STEP 180 (remove_files) COMPLETE
49252025-02-19T02:56:00.315Z[ recovery-image] Feb 19 02:55:59.335 INFO O| Feb 19 02:55:59.335 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-19T02:56:00.343Z[ recovery-image] Feb 19 02:55:59.364 INFO O| Feb 19 02:55:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49272025-02-19T02:56:00.343Z[ recovery-image] Feb 19 02:55:59.364 INFO O| Feb 19 02:55:59.364 INFO STEP 181 (remove_files) COMPLETE
49282025-02-19T02:56:00.343Z[ recovery-image] Feb 19 02:55:59.364 INFO O| Feb 19 02:55:59.364 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-19T02:56:00.359Z[ host-image] Feb 19 02:55:59.381 INFO O| Feb 19 02:55:59.381 INFO O| Done
49302025-02-19T02:56:00.370Z[ recovery-image] Feb 19 02:55:59.392 INFO O| Feb 19 02:55:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49312025-02-19T02:56:00.373Z[ recovery-image] Feb 19 02:55:59.393 INFO O| Feb 19 02:55:59.393 INFO STEP 182 (remove_files) COMPLETE
49322025-02-19T02:56:00.374Z[ recovery-image] Feb 19 02:55:59.393 INFO O| Feb 19 02:55:59.393 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-19T02:56:00.418Z[ host-image] Feb 19 02:55:59.440 INFO O| Feb 19 02:55:59.440 INFO O| Done
49342025-02-19T02:56:00.421Z[ host-image] Feb 19 02:55:59.440 INFO O| Feb 19 02:55:59.440 INFO O| Done
49352025-02-19T02:56:00.439Z[ recovery-image] Feb 19 02:55:59.461 INFO O| Feb 19 02:55:59.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49362025-02-19T02:56:00.439Z[ recovery-image] Feb 19 02:55:59.461 INFO O| Feb 19 02:55:59.461 INFO STEP 183 (remove_files) COMPLETE
49372025-02-19T02:56:00.439Z[ recovery-image] Feb 19 02:55:59.461 INFO O| Feb 19 02:55:59.461 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-19T02:56:00.489Z[ recovery-image] Feb 19 02:55:59.511 INFO O| Feb 19 02:55:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49392025-02-19T02:56:00.492Z[ recovery-image] Feb 19 02:55:59.511 INFO O| Feb 19 02:55:59.511 INFO STEP 184 (remove_files) COMPLETE
49402025-02-19T02:56:00.493Z[ recovery-image] Feb 19 02:55:59.511 INFO O| Feb 19 02:55:59.511 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-19T02:56:00.522Z[ host-image] Feb 19 02:55:59.544 INFO O| Feb 19 02:55:59.544 INFO O| Done
49422025-02-19T02:56:00.526Z[ recovery-image] Feb 19 02:55:59.548 INFO O| Feb 19 02:55:59.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49432025-02-19T02:56:00.526Z[ recovery-image] Feb 19 02:55:59.548 INFO O| Feb 19 02:55:59.548 INFO STEP 185 (remove_files) COMPLETE
49442025-02-19T02:56:00.529Z[ recovery-image] Feb 19 02:55:59.548 INFO O| Feb 19 02:55:59.548 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-19T02:56:00.597Z[ recovery-image] Feb 19 02:55:59.619 INFO O| Feb 19 02:55:59.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49462025-02-19T02:56:00.600Z[ recovery-image] Feb 19 02:55:59.619 INFO O| Feb 19 02:55:59.619 INFO STEP 186 (remove_files) COMPLETE
49472025-02-19T02:56:00.600Z[ recovery-image] Feb 19 02:55:59.619 INFO O| Feb 19 02:55:59.619 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-19T02:56:00.621Z[ recovery-image] Feb 19 02:55:59.643 INFO O| Feb 19 02:55:59.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49492025-02-19T02:56:00.621Z[ recovery-image] Feb 19 02:55:59.643 INFO O| Feb 19 02:55:59.643 INFO STEP 187 (remove_files) COMPLETE
49502025-02-19T02:56:00.621Z[ recovery-image] Feb 19 02:55:59.643 INFO O| Feb 19 02:55:59.643 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-19T02:56:00.642Z[ recovery-image] Feb 19 02:55:59.664 INFO O| Feb 19 02:55:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49522025-02-19T02:56:00.643Z[ recovery-image] Feb 19 02:55:59.664 INFO O| Feb 19 02:55:59.664 INFO STEP 188 (remove_files) COMPLETE
49532025-02-19T02:56:00.646Z[ recovery-image] Feb 19 02:55:59.664 INFO O| Feb 19 02:55:59.664 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-19T02:56:00.663Z[ recovery-image] Feb 19 02:55:59.685 INFO O| Feb 19 02:55:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49552025-02-19T02:56:00.663Z[ recovery-image] Feb 19 02:55:59.685 INFO O| Feb 19 02:55:59.685 INFO STEP 189 (remove_files) COMPLETE
49562025-02-19T02:56:00.667Z[ recovery-image] Feb 19 02:55:59.685 INFO O| Feb 19 02:55:59.685 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-19T02:56:00.700Z[ host-image] Feb 19 02:55:59.722 INFO O| Feb 19 02:55:59.722 INFO STEP 13 (pkg_install) COMPLETE
49582025-02-19T02:56:00.703Z[ host-image] Feb 19 02:55:59.722 INFO O| Feb 19 02:55:59.722 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
49592025-02-19T02:56:00.722Z[ host-image] Feb 19 02:55:59.742 INFO O| Feb 19 02:55:59.742 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
49602025-02-19T02:56:00.726Z[ recovery-image] Feb 19 02:55:59.744 INFO O| Feb 19 02:55:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49612025-02-19T02:56:00.726Z[ recovery-image] Feb 19 02:55:59.744 INFO O| Feb 19 02:55:59.744 INFO STEP 190 (remove_files) COMPLETE
49622025-02-19T02:56:00.726Z[ recovery-image] Feb 19 02:55:59.744 INFO O| Feb 19 02:55:59.744 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-19T02:56:00.772Z[ recovery-image] Feb 19 02:55:59.794 INFO O| Feb 19 02:55:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49642025-02-19T02:56:00.772Z[ recovery-image] Feb 19 02:55:59.794 INFO O| Feb 19 02:55:59.794 INFO STEP 191 (remove_files) COMPLETE
49652025-02-19T02:56:00.772Z[ recovery-image] Feb 19 02:55:59.794 INFO O| Feb 19 02:55:59.794 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-19T02:56:00.791Z[ recovery-image] Feb 19 02:55:59.813 INFO O| Feb 19 02:55:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49672025-02-19T02:56:00.791Z[ recovery-image] Feb 19 02:55:59.813 INFO O| Feb 19 02:55:59.813 INFO STEP 192 (remove_files) COMPLETE
49682025-02-19T02:56:00.792Z[ recovery-image] Feb 19 02:55:59.813 INFO O| Feb 19 02:55:59.813 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-19T02:56:00.825Z[ recovery-image] Feb 19 02:55:59.846 INFO O| Feb 19 02:55:59.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49702025-02-19T02:56:00.828Z[ recovery-image] Feb 19 02:55:59.846 INFO O| Feb 19 02:55:59.846 INFO STEP 193 (remove_files) COMPLETE
49712025-02-19T02:56:00.828Z[ recovery-image] Feb 19 02:55:59.846 INFO O| Feb 19 02:55:59.846 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-19T02:56:00.848Z[ recovery-image] Feb 19 02:55:59.870 INFO O| Feb 19 02:55:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49732025-02-19T02:56:00.848Z[ recovery-image] Feb 19 02:55:59.870 INFO O| Feb 19 02:55:59.870 INFO STEP 194 (remove_files) COMPLETE
49742025-02-19T02:56:00.848Z[ recovery-image] Feb 19 02:55:59.870 INFO O| Feb 19 02:55:59.870 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-19T02:56:00.881Z[ recovery-image] Feb 19 02:55:59.902 INFO O| Feb 19 02:55:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49762025-02-19T02:56:00.881Z[ recovery-image] Feb 19 02:55:59.902 INFO O| Feb 19 02:55:59.902 INFO STEP 195 (remove_files) COMPLETE
49772025-02-19T02:56:00.881Z[ recovery-image] Feb 19 02:55:59.902 INFO O| Feb 19 02:55:59.902 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-19T02:56:00.923Z[ recovery-image] Feb 19 02:55:59.945 INFO O| Feb 19 02:55:59.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49792025-02-19T02:56:00.923Z[ recovery-image] Feb 19 02:55:59.945 INFO O| Feb 19 02:55:59.945 INFO STEP 196 (remove_files) COMPLETE
49802025-02-19T02:56:00.923Z[ recovery-image] Feb 19 02:55:59.945 INFO O| Feb 19 02:55:59.945 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-19T02:56:00.942Z[ recovery-image] Feb 19 02:55:59.964 INFO O| Feb 19 02:55:59.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49822025-02-19T02:56:00.943Z[ recovery-image] Feb 19 02:55:59.964 INFO O| Feb 19 02:55:59.964 INFO STEP 197 (remove_files) COMPLETE
49832025-02-19T02:56:00.943Z[ recovery-image] Feb 19 02:55:59.965 INFO O| Feb 19 02:55:59.964 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-19T02:56:00.962Z[ recovery-image] Feb 19 02:55:59.984 INFO O| Feb 19 02:55:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49852025-02-19T02:56:00.963Z[ recovery-image] Feb 19 02:55:59.984 INFO O| Feb 19 02:55:59.984 INFO STEP 198 (remove_files) COMPLETE
49862025-02-19T02:56:00.963Z[ recovery-image] Feb 19 02:55:59.984 INFO O| Feb 19 02:55:59.984 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-19T02:56:00.983Z[ recovery-image] Feb 19 02:56:00.005 INFO O| Feb 19 02:56:00.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49882025-02-19T02:56:00.983Z[ recovery-image] Feb 19 02:56:00.005 INFO O| Feb 19 02:56:00.005 INFO STEP 199 (remove_files) COMPLETE
49892025-02-19T02:56:00.983Z[ recovery-image] Feb 19 02:56:00.005 INFO O| Feb 19 02:56:00.005 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-19T02:56:01.004Z[ recovery-image] Feb 19 02:56:00.026 INFO O| Feb 19 02:56:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49912025-02-19T02:56:01.004Z[ recovery-image] Feb 19 02:56:00.026 INFO O| Feb 19 02:56:00.026 INFO STEP 200 (remove_files) COMPLETE
49922025-02-19T02:56:01.007Z[ recovery-image] Feb 19 02:56:00.026 INFO O| Feb 19 02:56:00.026 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-19T02:56:01.042Z[ recovery-image] Feb 19 02:56:00.064 INFO O| Feb 19 02:56:00.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49942025-02-19T02:56:01.042Z[ recovery-image] Feb 19 02:56:00.064 INFO O| Feb 19 02:56:00.064 INFO STEP 201 (remove_files) COMPLETE
49952025-02-19T02:56:01.042Z[ recovery-image] Feb 19 02:56:00.064 INFO O| Feb 19 02:56:00.064 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-19T02:56:01.083Z[ recovery-image] Feb 19 02:56:00.105 INFO O| Feb 19 02:56:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49972025-02-19T02:56:01.084Z[ recovery-image] Feb 19 02:56:00.105 INFO O| Feb 19 02:56:00.105 INFO STEP 202 (remove_files) COMPLETE
49982025-02-19T02:56:01.084Z[ recovery-image] Feb 19 02:56:00.105 INFO O| Feb 19 02:56:00.105 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-19T02:56:01.103Z[ recovery-image] Feb 19 02:56:00.125 INFO O| Feb 19 02:56:00.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50002025-02-19T02:56:01.103Z[ recovery-image] Feb 19 02:56:00.125 INFO O| Feb 19 02:56:00.125 INFO STEP 203 (remove_files) COMPLETE
50012025-02-19T02:56:01.103Z[ recovery-image] Feb 19 02:56:00.125 INFO O| Feb 19 02:56:00.125 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-19T02:56:01.122Z[ recovery-image] Feb 19 02:56:00.144 INFO O| Feb 19 02:56:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50032025-02-19T02:56:01.122Z[ recovery-image] Feb 19 02:56:00.144 INFO O| Feb 19 02:56:00.144 INFO STEP 204 (remove_files) COMPLETE
50042025-02-19T02:56:01.125Z[ recovery-image] Feb 19 02:56:00.144 INFO O| Feb 19 02:56:00.144 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-19T02:56:01.150Z[ recovery-image] Feb 19 02:56:00.172 INFO O| Feb 19 02:56:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50062025-02-19T02:56:01.151Z[ recovery-image] Feb 19 02:56:00.172 INFO O| Feb 19 02:56:00.172 INFO STEP 205 (remove_files) COMPLETE
50072025-02-19T02:56:01.151Z[ recovery-image] Feb 19 02:56:00.172 INFO O| Feb 19 02:56:00.172 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-19T02:56:01.193Z[ recovery-image] Feb 19 02:56:00.214 INFO O| Feb 19 02:56:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50092025-02-19T02:56:01.193Z[ recovery-image] Feb 19 02:56:00.215 INFO O| Feb 19 02:56:00.214 INFO STEP 206 (remove_files) COMPLETE
50102025-02-19T02:56:01.193Z[ recovery-image] Feb 19 02:56:00.215 INFO O| Feb 19 02:56:00.215 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-19T02:56:01.214Z[ recovery-image] Feb 19 02:56:00.236 INFO O| Feb 19 02:56:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50122025-02-19T02:56:01.214Z[ recovery-image] Feb 19 02:56:00.236 INFO O| Feb 19 02:56:00.236 INFO STEP 207 (remove_files) COMPLETE
50132025-02-19T02:56:01.214Z[ recovery-image] Feb 19 02:56:00.236 INFO O| Feb 19 02:56:00.236 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-19T02:56:01.235Z[ recovery-image] Feb 19 02:56:00.257 INFO O| Feb 19 02:56:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50152025-02-19T02:56:01.235Z[ recovery-image] Feb 19 02:56:00.257 INFO O| Feb 19 02:56:00.257 INFO STEP 208 (remove_files) COMPLETE
50162025-02-19T02:56:01.236Z[ recovery-image] Feb 19 02:56:00.257 INFO O| Feb 19 02:56:00.257 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-19T02:56:01.293Z[ recovery-image] Feb 19 02:56:00.316 INFO O| Feb 19 02:56:00.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50182025-02-19T02:56:01.294Z[ recovery-image] Feb 19 02:56:00.316 INFO O| Feb 19 02:56:00.316 INFO STEP 209 (remove_files) COMPLETE
50192025-02-19T02:56:01.294Z[ recovery-image] Feb 19 02:56:00.316 INFO O| Feb 19 02:56:00.316 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-19T02:56:01.315Z[ recovery-image] Feb 19 02:56:00.337 INFO O| Feb 19 02:56:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50212025-02-19T02:56:01.318Z[ recovery-image] Feb 19 02:56:00.337 INFO O| Feb 19 02:56:00.337 INFO STEP 210 (remove_files) COMPLETE
50222025-02-19T02:56:01.318Z[ recovery-image] Feb 19 02:56:00.338 INFO O| Feb 19 02:56:00.338 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-19T02:56:01.336Z[ recovery-image] Feb 19 02:56:00.358 INFO O| Feb 19 02:56:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50242025-02-19T02:56:01.339Z[ recovery-image] Feb 19 02:56:00.358 INFO O| Feb 19 02:56:00.358 INFO STEP 211 (remove_files) COMPLETE
50252025-02-19T02:56:01.339Z[ recovery-image] Feb 19 02:56:00.358 INFO O| Feb 19 02:56:00.358 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-19T02:56:01.355Z[ recovery-image] Feb 19 02:56:00.377 INFO O| Feb 19 02:56:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50272025-02-19T02:56:01.358Z[ recovery-image] Feb 19 02:56:00.377 INFO O| Feb 19 02:56:00.377 INFO STEP 212 (remove_files) COMPLETE
50282025-02-19T02:56:01.359Z[ recovery-image] Feb 19 02:56:00.378 INFO O| Feb 19 02:56:00.377 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-19T02:56:01.383Z[ recovery-image] Feb 19 02:56:00.405 INFO O| Feb 19 02:56:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50302025-02-19T02:56:01.386Z[ recovery-image] Feb 19 02:56:00.405 INFO O| Feb 19 02:56:00.405 INFO STEP 213 (remove_files) COMPLETE
50312025-02-19T02:56:01.387Z[ recovery-image] Feb 19 02:56:00.406 INFO O| Feb 19 02:56:00.405 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-19T02:56:01.466Z[ recovery-image] Feb 19 02:56:00.488 INFO O| Feb 19 02:56:00.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50332025-02-19T02:56:01.466Z[ recovery-image] Feb 19 02:56:00.488 INFO O| Feb 19 02:56:00.488 INFO STEP 214 (remove_files) COMPLETE
50342025-02-19T02:56:01.466Z[ recovery-image] Feb 19 02:56:00.488 INFO O| Feb 19 02:56:00.488 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-19T02:56:01.547Z[ recovery-image] Feb 19 02:56:00.569 INFO O| Feb 19 02:56:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50362025-02-19T02:56:01.547Z[ recovery-image] Feb 19 02:56:00.569 INFO O| Feb 19 02:56:00.569 INFO STEP 215 (remove_files) COMPLETE
50372025-02-19T02:56:01.547Z[ recovery-image] Feb 19 02:56:00.569 INFO O| Feb 19 02:56:00.569 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-19T02:56:01.567Z[ recovery-image] Feb 19 02:56:00.589 INFO O| Feb 19 02:56:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50392025-02-19T02:56:01.567Z[ recovery-image] Feb 19 02:56:00.589 INFO O| Feb 19 02:56:00.589 INFO STEP 216 (remove_files) COMPLETE
50402025-02-19T02:56:01.567Z[ recovery-image] Feb 19 02:56:00.589 INFO O| Feb 19 02:56:00.589 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-19T02:56:01.588Z[ recovery-image] Feb 19 02:56:00.610 INFO O| Feb 19 02:56:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50422025-02-19T02:56:01.588Z[ recovery-image] Feb 19 02:56:00.610 INFO O| Feb 19 02:56:00.610 INFO STEP 217 (remove_files) COMPLETE
50432025-02-19T02:56:01.588Z[ recovery-image] Feb 19 02:56:00.610 INFO O| Feb 19 02:56:00.610 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-19T02:56:01.648Z[ recovery-image] Feb 19 02:56:00.670 INFO O| Feb 19 02:56:00.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50452025-02-19T02:56:01.648Z[ recovery-image] Feb 19 02:56:00.670 INFO O| Feb 19 02:56:00.670 INFO STEP 218 (remove_files) COMPLETE
50462025-02-19T02:56:01.648Z[ recovery-image] Feb 19 02:56:00.670 INFO O| Feb 19 02:56:00.670 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-19T02:56:01.751Z[ recovery-image] Feb 19 02:56:00.773 INFO O| Feb 19 02:56:00.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50482025-02-19T02:56:01.755Z[ recovery-image] Feb 19 02:56:00.773 INFO O| Feb 19 02:56:00.773 INFO STEP 219 (remove_files) COMPLETE
50492025-02-19T02:56:01.755Z[ recovery-image] Feb 19 02:56:00.773 INFO O| Feb 19 02:56:00.773 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-19T02:56:01.771Z[ recovery-image] Feb 19 02:56:00.793 INFO O| Feb 19 02:56:00.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50512025-02-19T02:56:01.774Z[ recovery-image] Feb 19 02:56:00.793 INFO O| Feb 19 02:56:00.793 INFO STEP 220 (remove_files) COMPLETE
50522025-02-19T02:56:01.775Z[ recovery-image] Feb 19 02:56:00.793 INFO O| Feb 19 02:56:00.793 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-19T02:56:01.792Z[ recovery-image] Feb 19 02:56:00.814 INFO O| Feb 19 02:56:00.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50542025-02-19T02:56:01.792Z[ recovery-image] Feb 19 02:56:00.814 INFO O| Feb 19 02:56:00.814 INFO STEP 221 (remove_files) COMPLETE
50552025-02-19T02:56:01.792Z[ recovery-image] Feb 19 02:56:00.814 INFO O| Feb 19 02:56:00.814 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-19T02:56:01.841Z[ recovery-image] Feb 19 02:56:00.863 INFO O| Feb 19 02:56:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50572025-02-19T02:56:01.845Z[ recovery-image] Feb 19 02:56:00.863 INFO O| Feb 19 02:56:00.863 INFO STEP 222 (remove_files) COMPLETE
50582025-02-19T02:56:01.845Z[ recovery-image] Feb 19 02:56:00.863 INFO O| Feb 19 02:56:00.863 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-19T02:56:01.869Z[ recovery-image] Feb 19 02:56:00.891 INFO O| Feb 19 02:56:00.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50602025-02-19T02:56:01.869Z[ recovery-image] Feb 19 02:56:00.891 INFO O| Feb 19 02:56:00.891 INFO STEP 223 (remove_files) COMPLETE
50612025-02-19T02:56:01.869Z[ recovery-image] Feb 19 02:56:00.891 INFO O| Feb 19 02:56:00.891 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-19T02:56:01.912Z[ recovery-image] Feb 19 02:56:00.934 INFO O| Feb 19 02:56:00.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50632025-02-19T02:56:01.912Z[ recovery-image] Feb 19 02:56:00.934 INFO O| Feb 19 02:56:00.934 INFO STEP 224 (remove_files) COMPLETE
50642025-02-19T02:56:01.912Z[ recovery-image] Feb 19 02:56:00.934 INFO O| Feb 19 02:56:00.934 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-19T02:56:01.935Z[ recovery-image] Feb 19 02:56:00.957 INFO O| Feb 19 02:56:00.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50662025-02-19T02:56:01.935Z[ recovery-image] Feb 19 02:56:00.957 INFO O| Feb 19 02:56:00.957 INFO STEP 225 (remove_files) COMPLETE
50672025-02-19T02:56:01.935Z[ recovery-image] Feb 19 02:56:00.957 INFO O| Feb 19 02:56:00.957 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-19T02:56:01.962Z[ recovery-image] Feb 19 02:56:00.984 INFO O| Feb 19 02:56:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50692025-02-19T02:56:01.963Z[ recovery-image] Feb 19 02:56:00.984 INFO O| Feb 19 02:56:00.984 INFO STEP 226 (remove_files) COMPLETE
50702025-02-19T02:56:01.963Z[ recovery-image] Feb 19 02:56:00.984 INFO O| Feb 19 02:56:00.984 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-19T02:56:02.003Z[ recovery-image] Feb 19 02:56:01.025 INFO O| Feb 19 02:56:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50722025-02-19T02:56:02.004Z[ recovery-image] Feb 19 02:56:01.025 INFO O| Feb 19 02:56:01.025 INFO STEP 227 (remove_files) COMPLETE
50732025-02-19T02:56:02.004Z[ recovery-image] Feb 19 02:56:01.025 INFO O| Feb 19 02:56:01.025 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-19T02:56:02.024Z[ recovery-image] Feb 19 02:56:01.046 INFO O| Feb 19 02:56:01.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50752025-02-19T02:56:02.027Z[ recovery-image] Feb 19 02:56:01.046 INFO O| Feb 19 02:56:01.046 INFO STEP 228 (remove_files) COMPLETE
50762025-02-19T02:56:02.027Z[ recovery-image] Feb 19 02:56:01.046 INFO O| Feb 19 02:56:01.046 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-19T02:56:02.061Z[ recovery-image] Feb 19 02:56:01.082 INFO O| Feb 19 02:56:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50782025-02-19T02:56:02.061Z[ recovery-image] Feb 19 02:56:01.083 INFO O| Feb 19 02:56:01.083 INFO STEP 229 (remove_files) COMPLETE
50792025-02-19T02:56:02.062Z[ recovery-image] Feb 19 02:56:01.083 INFO O| Feb 19 02:56:01.083 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-19T02:56:02.079Z[ recovery-image] Feb 19 02:56:01.099 INFO O| Feb 19 02:56:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50812025-02-19T02:56:02.079Z[ recovery-image] Feb 19 02:56:01.099 INFO O| Feb 19 02:56:01.099 INFO STEP 230 (remove_files) COMPLETE
50822025-02-19T02:56:02.080Z[ recovery-image] Feb 19 02:56:01.100 INFO O| Feb 19 02:56:01.099 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-19T02:56:02.112Z[ recovery-image] Feb 19 02:56:01.134 INFO O| Feb 19 02:56:01.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50842025-02-19T02:56:02.112Z[ recovery-image] Feb 19 02:56:01.134 INFO O| Feb 19 02:56:01.134 INFO STEP 231 (remove_files) COMPLETE
50852025-02-19T02:56:02.115Z[ recovery-image] Feb 19 02:56:01.134 INFO O| Feb 19 02:56:01.134 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-19T02:56:02.137Z[ recovery-image] Feb 19 02:56:01.158 INFO O| Feb 19 02:56:01.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50872025-02-19T02:56:02.137Z[ recovery-image] Feb 19 02:56:01.159 INFO O| Feb 19 02:56:01.158 INFO STEP 232 (remove_files) COMPLETE
50882025-02-19T02:56:02.140Z[ recovery-image] Feb 19 02:56:01.159 INFO O| Feb 19 02:56:01.159 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-19T02:56:02.159Z[ recovery-image] Feb 19 02:56:01.181 INFO O| Feb 19 02:56:01.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50902025-02-19T02:56:02.162Z[ recovery-image] Feb 19 02:56:01.181 INFO O| Feb 19 02:56:01.181 INFO STEP 233 (remove_files) COMPLETE
50912025-02-19T02:56:02.162Z[ recovery-image] Feb 19 02:56:01.181 INFO O| Feb 19 02:56:01.181 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-19T02:56:02.180Z[ recovery-image] Feb 19 02:56:01.202 INFO O| Feb 19 02:56:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50932025-02-19T02:56:02.183Z[ recovery-image] Feb 19 02:56:01.202 INFO O| Feb 19 02:56:01.202 INFO STEP 234 (remove_files) COMPLETE
50942025-02-19T02:56:02.184Z[ recovery-image] Feb 19 02:56:01.202 INFO O| Feb 19 02:56:01.202 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-19T02:56:02.204Z[ host-image] Feb 19 02:56:01.225 INFO O| Feb 19 02:56:01.225 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
50962025-02-19T02:56:02.220Z[ recovery-image] Feb 19 02:56:01.242 INFO O| Feb 19 02:56:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50972025-02-19T02:56:02.220Z[ recovery-image] Feb 19 02:56:01.242 INFO O| Feb 19 02:56:01.242 INFO STEP 235 (remove_files) COMPLETE
50982025-02-19T02:56:02.223Z[ recovery-image] Feb 19 02:56:01.242 INFO O| Feb 19 02:56:01.242 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-19T02:56:02.248Z[ recovery-image] Feb 19 02:56:01.270 INFO O| Feb 19 02:56:01.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51002025-02-19T02:56:02.248Z[ recovery-image] Feb 19 02:56:01.270 INFO O| Feb 19 02:56:01.270 INFO STEP 236 (remove_files) COMPLETE
51012025-02-19T02:56:02.251Z[ recovery-image] Feb 19 02:56:01.270 INFO O| Feb 19 02:56:01.270 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-19T02:56:02.266Z[ recovery-image] Feb 19 02:56:01.287 INFO O| Feb 19 02:56:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51032025-02-19T02:56:02.266Z[ recovery-image] Feb 19 02:56:01.287 INFO O| Feb 19 02:56:01.287 INFO STEP 237 (remove_files) COMPLETE
51042025-02-19T02:56:02.266Z[ recovery-image] Feb 19 02:56:01.288 INFO O| Feb 19 02:56:01.287 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-19T02:56:02.284Z[ recovery-image] Feb 19 02:56:01.306 INFO O| Feb 19 02:56:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51062025-02-19T02:56:02.284Z[ recovery-image] Feb 19 02:56:01.306 INFO O| Feb 19 02:56:01.306 INFO STEP 238 (remove_files) COMPLETE
51072025-02-19T02:56:02.287Z[ recovery-image] Feb 19 02:56:01.306 INFO O| Feb 19 02:56:01.306 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-19T02:56:02.308Z[ recovery-image] Feb 19 02:56:01.330 INFO O| Feb 19 02:56:01.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51092025-02-19T02:56:02.308Z[ recovery-image] Feb 19 02:56:01.330 INFO O| Feb 19 02:56:01.330 INFO STEP 239 (remove_files) COMPLETE
51102025-02-19T02:56:02.311Z[ recovery-image] Feb 19 02:56:01.330 INFO O| Feb 19 02:56:01.330 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-19T02:56:02.366Z[ recovery-image] Feb 19 02:56:01.388 INFO O| Feb 19 02:56:01.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51122025-02-19T02:56:02.366Z[ recovery-image] Feb 19 02:56:01.388 INFO O| Feb 19 02:56:01.388 INFO STEP 240 (remove_files) COMPLETE
51132025-02-19T02:56:02.369Z[ recovery-image] Feb 19 02:56:01.388 INFO O| Feb 19 02:56:01.388 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-19T02:56:02.387Z[ recovery-image] Feb 19 02:56:01.409 INFO O| Feb 19 02:56:01.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51152025-02-19T02:56:02.391Z[ recovery-image] Feb 19 02:56:01.409 INFO O| Feb 19 02:56:01.409 INFO STEP 241 (remove_files) COMPLETE
51162025-02-19T02:56:02.391Z[ recovery-image] Feb 19 02:56:01.410 INFO O| Feb 19 02:56:01.410 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-19T02:56:02.411Z[ recovery-image] Feb 19 02:56:01.431 INFO O| Feb 19 02:56:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51182025-02-19T02:56:02.414Z[ recovery-image] Feb 19 02:56:01.431 INFO O| Feb 19 02:56:01.431 INFO STEP 242 (remove_files) COMPLETE
51192025-02-19T02:56:02.414Z[ recovery-image] Feb 19 02:56:01.431 INFO O| Feb 19 02:56:01.431 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-19T02:56:02.429Z[ recovery-image] Feb 19 02:56:01.450 INFO O| Feb 19 02:56:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51212025-02-19T02:56:02.432Z[ recovery-image] Feb 19 02:56:01.451 INFO O| Feb 19 02:56:01.451 INFO STEP 243 (remove_files) COMPLETE
51222025-02-19T02:56:02.432Z[ recovery-image] Feb 19 02:56:01.451 INFO O| Feb 19 02:56:01.451 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-19T02:56:02.447Z[ recovery-image] Feb 19 02:56:01.469 INFO O| Feb 19 02:56:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51242025-02-19T02:56:02.473Z[ recovery-image] Feb 19 02:56:01.494 INFO O| Feb 19 02:56:01.494 INFO STEP 244 (remove_files) COMPLETE
51252025-02-19T02:56:02.473Z[ recovery-image] Feb 19 02:56:01.494 INFO O| Feb 19 02:56:01.494 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-19T02:56:02.506Z[ recovery-image] Feb 19 02:56:01.528 INFO O| Feb 19 02:56:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51272025-02-19T02:56:02.506Z[ recovery-image] Feb 19 02:56:01.528 INFO O| Feb 19 02:56:01.528 INFO STEP 245 (remove_files) COMPLETE
51282025-02-19T02:56:02.509Z[ recovery-image] Feb 19 02:56:01.528 INFO O| Feb 19 02:56:01.528 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-19T02:56:02.546Z[ recovery-image] Feb 19 02:56:01.568 INFO O| Feb 19 02:56:01.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51302025-02-19T02:56:02.546Z[ recovery-image] Feb 19 02:56:01.568 INFO O| Feb 19 02:56:01.568 INFO STEP 246 (remove_files) COMPLETE
51312025-02-19T02:56:02.549Z[ recovery-image] Feb 19 02:56:01.568 INFO O| Feb 19 02:56:01.568 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-19T02:56:02.567Z[ recovery-image] Feb 19 02:56:01.589 INFO O| Feb 19 02:56:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51332025-02-19T02:56:02.567Z[ recovery-image] Feb 19 02:56:01.589 INFO O| Feb 19 02:56:01.589 INFO STEP 247 (remove_files) COMPLETE
51342025-02-19T02:56:02.570Z[ recovery-image] Feb 19 02:56:01.589 INFO O| Feb 19 02:56:01.589 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-19T02:56:02.607Z[ recovery-image] Feb 19 02:56:01.629 INFO O| Feb 19 02:56:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51362025-02-19T02:56:02.607Z[ recovery-image] Feb 19 02:56:01.629 INFO O| Feb 19 02:56:01.629 INFO STEP 248 (remove_files) COMPLETE
51372025-02-19T02:56:02.610Z[ recovery-image] Feb 19 02:56:01.629 INFO O| Feb 19 02:56:01.629 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-19T02:56:02.628Z[ recovery-image] Feb 19 02:56:01.650 INFO O| Feb 19 02:56:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51392025-02-19T02:56:02.628Z[ recovery-image] Feb 19 02:56:01.650 INFO O| Feb 19 02:56:01.650 INFO STEP 249 (remove_files) COMPLETE
51402025-02-19T02:56:02.631Z[ recovery-image] Feb 19 02:56:01.650 INFO O| Feb 19 02:56:01.650 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-19T02:56:02.649Z[ recovery-image] Feb 19 02:56:01.671 INFO O| Feb 19 02:56:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51422025-02-19T02:56:02.650Z[ recovery-image] Feb 19 02:56:01.671 INFO O| Feb 19 02:56:01.671 INFO STEP 250 (remove_files) COMPLETE
51432025-02-19T02:56:02.653Z[ recovery-image] Feb 19 02:56:01.671 INFO O| Feb 19 02:56:01.671 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-19T02:56:02.671Z[ recovery-image] Feb 19 02:56:01.693 INFO O| Feb 19 02:56:01.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51452025-02-19T02:56:02.671Z[ recovery-image] Feb 19 02:56:01.693 INFO O| Feb 19 02:56:01.693 INFO STEP 251 (remove_files) COMPLETE
51462025-02-19T02:56:02.671Z[ recovery-image] Feb 19 02:56:01.693 INFO O| Feb 19 02:56:01.693 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-19T02:56:02.692Z[ recovery-image] Feb 19 02:56:01.714 INFO O| Feb 19 02:56:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51482025-02-19T02:56:02.693Z[ recovery-image] Feb 19 02:56:01.714 INFO O| Feb 19 02:56:01.714 INFO STEP 252 (remove_files) COMPLETE
51492025-02-19T02:56:02.693Z[ recovery-image] Feb 19 02:56:01.714 INFO O| Feb 19 02:56:01.714 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-19T02:56:02.712Z[ recovery-image] Feb 19 02:56:01.734 INFO O| Feb 19 02:56:01.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51512025-02-19T02:56:02.712Z[ recovery-image] Feb 19 02:56:01.734 INFO O| Feb 19 02:56:01.734 INFO STEP 253 (remove_files) COMPLETE
51522025-02-19T02:56:02.715Z[ recovery-image] Feb 19 02:56:01.734 INFO O| Feb 19 02:56:01.734 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-19T02:56:02.730Z[ recovery-image] Feb 19 02:56:01.752 INFO O| Feb 19 02:56:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51542025-02-19T02:56:02.730Z[ recovery-image] Feb 19 02:56:01.752 INFO O| Feb 19 02:56:01.752 INFO STEP 254 (remove_files) COMPLETE
51552025-02-19T02:56:02.734Z[ recovery-image] Feb 19 02:56:01.752 INFO O| Feb 19 02:56:01.752 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-19T02:56:02.748Z[ recovery-image] Feb 19 02:56:01.770 INFO O| Feb 19 02:56:01.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51572025-02-19T02:56:02.751Z[ recovery-image] Feb 19 02:56:01.770 INFO O| Feb 19 02:56:01.770 INFO STEP 255 (remove_files) COMPLETE
51582025-02-19T02:56:02.751Z[ recovery-image] Feb 19 02:56:01.770 INFO O| Feb 19 02:56:01.770 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-19T02:56:02.768Z[ recovery-image] Feb 19 02:56:01.788 INFO O| Feb 19 02:56:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51602025-02-19T02:56:02.768Z[ recovery-image] Feb 19 02:56:01.788 INFO O| Feb 19 02:56:01.788 INFO STEP 256 (remove_files) COMPLETE
51612025-02-19T02:56:02.769Z[ recovery-image] Feb 19 02:56:01.788 INFO O| Feb 19 02:56:01.788 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-19T02:56:02.801Z[ recovery-image] Feb 19 02:56:01.823 INFO O| Feb 19 02:56:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51632025-02-19T02:56:02.801Z[ recovery-image] Feb 19 02:56:01.823 INFO O| Feb 19 02:56:01.823 INFO STEP 257 (remove_files) COMPLETE
51642025-02-19T02:56:02.801Z[ recovery-image] Feb 19 02:56:01.823 INFO O| Feb 19 02:56:01.823 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-19T02:56:02.821Z[ recovery-image] Feb 19 02:56:01.842 INFO O| Feb 19 02:56:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51662025-02-19T02:56:02.821Z[ recovery-image] Feb 19 02:56:01.842 INFO O| Feb 19 02:56:01.842 INFO STEP 258 (remove_files) COMPLETE
51672025-02-19T02:56:02.821Z[ recovery-image] Feb 19 02:56:01.842 INFO O| Feb 19 02:56:01.842 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-19T02:56:02.843Z[ recovery-image] Feb 19 02:56:01.864 INFO O| Feb 19 02:56:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51692025-02-19T02:56:02.843Z[ recovery-image] Feb 19 02:56:01.864 INFO O| Feb 19 02:56:01.864 INFO STEP 259 (remove_files) COMPLETE
51702025-02-19T02:56:02.843Z[ recovery-image] Feb 19 02:56:01.865 INFO O| Feb 19 02:56:01.864 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-19T02:56:02.863Z[ recovery-image] Feb 19 02:56:01.885 INFO O| Feb 19 02:56:01.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51722025-02-19T02:56:02.863Z[ recovery-image] Feb 19 02:56:01.885 INFO O| Feb 19 02:56:01.885 INFO STEP 260 (remove_files) COMPLETE
51732025-02-19T02:56:02.866Z[ recovery-image] Feb 19 02:56:01.885 INFO O| Feb 19 02:56:01.885 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-19T02:56:02.901Z[ recovery-image] Feb 19 02:56:01.923 INFO O| Feb 19 02:56:01.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51752025-02-19T02:56:02.901Z[ recovery-image] Feb 19 02:56:01.923 INFO O| Feb 19 02:56:01.923 INFO STEP 261 (remove_files) COMPLETE
51762025-02-19T02:56:02.904Z[ recovery-image] Feb 19 02:56:01.923 INFO O| Feb 19 02:56:01.923 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-19T02:56:02.958Z[ recovery-image] Feb 19 02:56:01.979 INFO O| Feb 19 02:56:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51782025-02-19T02:56:02.958Z[ recovery-image] Feb 19 02:56:01.979 INFO O| Feb 19 02:56:01.979 INFO STEP 262 (remove_files) COMPLETE
51792025-02-19T02:56:02.958Z[ recovery-image] Feb 19 02:56:01.979 INFO O| Feb 19 02:56:01.979 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-19T02:56:02.982Z[ recovery-image] Feb 19 02:56:02.003 INFO O| Feb 19 02:56:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51812025-02-19T02:56:02.985Z[ recovery-image] Feb 19 02:56:02.003 INFO O| Feb 19 02:56:02.003 INFO STEP 263 (remove_files) COMPLETE
51822025-02-19T02:56:02.985Z[ recovery-image] Feb 19 02:56:02.003 INFO O| Feb 19 02:56:02.003 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-19T02:56:03.004Z[ recovery-image] Feb 19 02:56:02.026 INFO O| Feb 19 02:56:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51842025-02-19T02:56:03.004Z[ recovery-image] Feb 19 02:56:02.026 INFO O| Feb 19 02:56:02.026 INFO STEP 264 (remove_files) COMPLETE
51852025-02-19T02:56:03.007Z[ recovery-image] Feb 19 02:56:02.026 INFO O| Feb 19 02:56:02.026 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-19T02:56:03.026Z[ recovery-image] Feb 19 02:56:02.047 INFO O| Feb 19 02:56:02.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51872025-02-19T02:56:03.039Z[ recovery-image] Feb 19 02:56:02.061 INFO O| Feb 19 02:56:02.061 INFO STEP 265 (remove_files) COMPLETE
51882025-02-19T02:56:03.042Z[ recovery-image] Feb 19 02:56:02.061 INFO O| Feb 19 02:56:02.061 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-02-19T02:56:03.098Z[ recovery-image] Feb 19 02:56:02.120 INFO O| Feb 19 02:56:02.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51902025-02-19T02:56:03.098Z[ recovery-image] Feb 19 02:56:02.120 INFO O| Feb 19 02:56:02.120 INFO STEP 266 (remove_files) COMPLETE
51912025-02-19T02:56:03.098Z[ recovery-image] Feb 19 02:56:02.120 INFO O| Feb 19 02:56:02.120 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-02-19T02:56:03.142Z[ recovery-image] Feb 19 02:56:02.164 INFO O| Feb 19 02:56:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51932025-02-19T02:56:03.142Z[ recovery-image] Feb 19 02:56:02.164 INFO O| Feb 19 02:56:02.164 INFO STEP 267 (remove_files) COMPLETE
51942025-02-19T02:56:03.145Z[ recovery-image] Feb 19 02:56:02.164 INFO O| Feb 19 02:56:02.164 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-02-19T02:56:03.160Z[ recovery-image] Feb 19 02:56:02.182 INFO O| Feb 19 02:56:02.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51962025-02-19T02:56:03.160Z[ recovery-image] Feb 19 02:56:02.182 INFO O| Feb 19 02:56:02.182 INFO STEP 268 (remove_files) COMPLETE
51972025-02-19T02:56:03.164Z[ recovery-image] Feb 19 02:56:02.182 INFO O| Feb 19 02:56:02.182 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-02-19T02:56:03.221Z[ recovery-image] Feb 19 02:56:02.243 INFO O| Feb 19 02:56:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51992025-02-19T02:56:03.221Z[ recovery-image] Feb 19 02:56:02.243 INFO O| Feb 19 02:56:02.243 INFO STEP 269 (remove_files) COMPLETE
52002025-02-19T02:56:03.221Z[ recovery-image] Feb 19 02:56:02.243 INFO O| Feb 19 02:56:02.243 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-02-19T02:56:03.243Z[ recovery-image] Feb 19 02:56:02.264 INFO O| Feb 19 02:56:02.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52022025-02-19T02:56:03.243Z[ recovery-image] Feb 19 02:56:02.264 INFO O| Feb 19 02:56:02.264 INFO STEP 270 (remove_files) COMPLETE
52032025-02-19T02:56:03.246Z[ recovery-image] Feb 19 02:56:02.264 INFO O| Feb 19 02:56:02.264 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-02-19T02:56:03.263Z[ recovery-image] Feb 19 02:56:02.285 INFO O| Feb 19 02:56:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52052025-02-19T02:56:03.263Z[ recovery-image] Feb 19 02:56:02.285 INFO O| Feb 19 02:56:02.285 INFO STEP 271 (remove_files) COMPLETE
52062025-02-19T02:56:03.266Z[ recovery-image] Feb 19 02:56:02.285 INFO O| Feb 19 02:56:02.285 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-02-19T02:56:03.302Z[ recovery-image] Feb 19 02:56:02.324 INFO O| Feb 19 02:56:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52082025-02-19T02:56:03.305Z[ recovery-image] Feb 19 02:56:02.324 INFO O| Feb 19 02:56:02.324 INFO STEP 272 (remove_files) COMPLETE
52092025-02-19T02:56:03.305Z[ recovery-image] Feb 19 02:56:02.324 INFO O| Feb 19 02:56:02.324 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-02-19T02:56:03.336Z[ recovery-image] Feb 19 02:56:02.357 INFO O| Feb 19 02:56:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52112025-02-19T02:56:03.338Z[ recovery-image] Feb 19 02:56:02.357 INFO O| Feb 19 02:56:02.357 INFO STEP 273 (remove_files) COMPLETE
52122025-02-19T02:56:03.339Z[ recovery-image] Feb 19 02:56:02.358 INFO O| Feb 19 02:56:02.357 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-02-19T02:56:03.358Z[ recovery-image] Feb 19 02:56:02.379 INFO O| Feb 19 02:56:02.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52142025-02-19T02:56:03.361Z[ recovery-image] Feb 19 02:56:02.380 INFO O| Feb 19 02:56:02.379 INFO STEP 274 (remove_files) COMPLETE
52152025-02-19T02:56:03.361Z[ recovery-image] Feb 19 02:56:02.380 INFO O| Feb 19 02:56:02.380 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-02-19T02:56:03.380Z[ recovery-image] Feb 19 02:56:02.402 INFO O| Feb 19 02:56:02.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52172025-02-19T02:56:03.380Z[ recovery-image] Feb 19 02:56:02.402 INFO O| Feb 19 02:56:02.402 INFO STEP 275 (remove_files) COMPLETE
52182025-02-19T02:56:03.380Z[ recovery-image] Feb 19 02:56:02.402 INFO O| Feb 19 02:56:02.402 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-02-19T02:56:03.404Z[ recovery-image] Feb 19 02:56:02.425 INFO O| Feb 19 02:56:02.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52202025-02-19T02:56:03.404Z[ recovery-image] Feb 19 02:56:02.425 INFO O| Feb 19 02:56:02.425 INFO STEP 276 (remove_files) COMPLETE
52212025-02-19T02:56:03.404Z[ recovery-image] Feb 19 02:56:02.425 INFO O| Feb 19 02:56:02.425 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-02-19T02:56:03.439Z[ recovery-image] Feb 19 02:56:02.460 INFO O| Feb 19 02:56:02.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52232025-02-19T02:56:03.439Z[ recovery-image] Feb 19 02:56:02.460 INFO O| Feb 19 02:56:02.460 INFO STEP 277 (remove_files) COMPLETE
52242025-02-19T02:56:03.442Z[ recovery-image] Feb 19 02:56:02.460 INFO O| Feb 19 02:56:02.460 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-02-19T02:56:03.458Z[ recovery-image] Feb 19 02:56:02.480 INFO O| Feb 19 02:56:02.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52262025-02-19T02:56:03.459Z[ recovery-image] Feb 19 02:56:02.480 INFO O| Feb 19 02:56:02.480 INFO STEP 278 (remove_files) COMPLETE
52272025-02-19T02:56:03.459Z[ recovery-image] Feb 19 02:56:02.480 INFO O| Feb 19 02:56:02.480 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-02-19T02:56:03.500Z[ recovery-image] Feb 19 02:56:02.521 INFO O| Feb 19 02:56:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52292025-02-19T02:56:03.503Z[ recovery-image] Feb 19 02:56:02.522 INFO O| Feb 19 02:56:02.521 INFO STEP 279 (remove_files) COMPLETE
52302025-02-19T02:56:03.503Z[ recovery-image] Feb 19 02:56:02.522 INFO O| Feb 19 02:56:02.522 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-02-19T02:56:03.531Z[ recovery-image] Feb 19 02:56:02.540 INFO O| Feb 19 02:56:02.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52322025-02-19T02:56:03.534Z[ recovery-image] Feb 19 02:56:02.540 INFO O| Feb 19 02:56:02.540 INFO STEP 280 (remove_files) COMPLETE
52332025-02-19T02:56:03.534Z[ recovery-image] Feb 19 02:56:02.540 INFO O| Feb 19 02:56:02.540 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-02-19T02:56:03.553Z[ recovery-image] Feb 19 02:56:02.575 INFO O| Feb 19 02:56:02.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52352025-02-19T02:56:03.565Z[ recovery-image] Feb 19 02:56:02.586 INFO O| Feb 19 02:56:02.586 INFO STEP 281 (remove_files) COMPLETE
52362025-02-19T02:56:03.565Z[ recovery-image] Feb 19 02:56:02.586 INFO O| Feb 19 02:56:02.586 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-02-19T02:56:03.615Z[ recovery-image] Feb 19 02:56:02.636 INFO O| Feb 19 02:56:02.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52382025-02-19T02:56:03.615Z[ recovery-image] Feb 19 02:56:02.636 INFO O| Feb 19 02:56:02.636 INFO STEP 282 (remove_files) COMPLETE
52392025-02-19T02:56:03.615Z[ recovery-image] Feb 19 02:56:02.636 INFO O| Feb 19 02:56:02.636 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-02-19T02:56:03.731Z[ recovery-image] Feb 19 02:56:02.752 INFO O| Feb 19 02:56:02.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52412025-02-19T02:56:03.731Z[ recovery-image] Feb 19 02:56:02.752 INFO O| Feb 19 02:56:02.752 INFO STEP 283 (remove_files) COMPLETE
52422025-02-19T02:56:03.731Z[ recovery-image] Feb 19 02:56:02.752 INFO O| Feb 19 02:56:02.752 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-02-19T02:56:03.756Z[ recovery-image] Feb 19 02:56:02.777 INFO O| Feb 19 02:56:02.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52442025-02-19T02:56:03.756Z[ recovery-image] Feb 19 02:56:02.777 INFO O| Feb 19 02:56:02.777 INFO STEP 284 (remove_files) COMPLETE
52452025-02-19T02:56:03.756Z[ recovery-image] Feb 19 02:56:02.777 INFO O| Feb 19 02:56:02.777 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-02-19T02:56:03.809Z[ recovery-image] Feb 19 02:56:02.829 INFO O| Feb 19 02:56:02.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52472025-02-19T02:56:03.809Z[ recovery-image] Feb 19 02:56:02.829 INFO O| Feb 19 02:56:02.829 INFO STEP 285 (remove_files) COMPLETE
52482025-02-19T02:56:03.809Z[ recovery-image] Feb 19 02:56:02.829 INFO O| Feb 19 02:56:02.829 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-02-19T02:56:03.830Z[ recovery-image] Feb 19 02:56:02.852 INFO O| Feb 19 02:56:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52502025-02-19T02:56:03.834Z[ recovery-image] Feb 19 02:56:02.852 INFO O| Feb 19 02:56:02.852 INFO STEP 286 (remove_files) COMPLETE
52512025-02-19T02:56:03.834Z[ recovery-image] Feb 19 02:56:02.853 INFO O| Feb 19 02:56:02.852 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-02-19T02:56:03.852Z[ recovery-image] Feb 19 02:56:02.874 INFO O| Feb 19 02:56:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52532025-02-19T02:56:03.855Z[ recovery-image] Feb 19 02:56:02.874 INFO O| Feb 19 02:56:02.874 INFO STEP 287 (remove_files) COMPLETE
52542025-02-19T02:56:03.855Z[ recovery-image] Feb 19 02:56:02.874 INFO O| Feb 19 02:56:02.874 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-02-19T02:56:03.872Z[ recovery-image] Feb 19 02:56:02.893 INFO O| Feb 19 02:56:02.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52562025-02-19T02:56:03.875Z[ recovery-image] Feb 19 02:56:02.894 INFO O| Feb 19 02:56:02.894 INFO STEP 288 (remove_files) COMPLETE
52572025-02-19T02:56:03.875Z[ recovery-image] Feb 19 02:56:02.894 INFO O| Feb 19 02:56:02.894 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-02-19T02:56:03.892Z[ recovery-image] Feb 19 02:56:02.912 INFO O| Feb 19 02:56:02.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52592025-02-19T02:56:03.892Z[ recovery-image] Feb 19 02:56:02.912 INFO O| Feb 19 02:56:02.912 INFO STEP 289 (remove_files) COMPLETE
52602025-02-19T02:56:03.892Z[ recovery-image] Feb 19 02:56:02.912 INFO O| Feb 19 02:56:02.912 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-02-19T02:56:03.910Z[ recovery-image] Feb 19 02:56:02.932 INFO O| Feb 19 02:56:02.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52622025-02-19T02:56:03.913Z[ recovery-image] Feb 19 02:56:02.932 INFO O| Feb 19 02:56:02.932 INFO STEP 290 (remove_files) COMPLETE
52632025-02-19T02:56:03.914Z[ recovery-image] Feb 19 02:56:02.932 INFO O| Feb 19 02:56:02.932 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-02-19T02:56:03.935Z[ recovery-image] Feb 19 02:56:02.956 INFO O| Feb 19 02:56:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52652025-02-19T02:56:03.935Z[ recovery-image] Feb 19 02:56:02.957 INFO O| Feb 19 02:56:02.956 INFO STEP 291 (remove_files) COMPLETE
52662025-02-19T02:56:03.939Z[ recovery-image] Feb 19 02:56:02.957 INFO O| Feb 19 02:56:02.956 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-02-19T02:56:03.959Z[ recovery-image] Feb 19 02:56:02.980 INFO O| Feb 19 02:56:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52682025-02-19T02:56:03.960Z[ recovery-image] Feb 19 02:56:02.981 INFO O| Feb 19 02:56:02.981 INFO STEP 292 (remove_files) COMPLETE
52692025-02-19T02:56:03.960Z[ recovery-image] Feb 19 02:56:02.981 INFO O| Feb 19 02:56:02.981 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-02-19T02:56:03.996Z[ recovery-image] Feb 19 02:56:03.017 INFO O| Feb 19 02:56:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52712025-02-19T02:56:03.996Z[ recovery-image] Feb 19 02:56:03.017 INFO O| Feb 19 02:56:03.017 INFO STEP 293 (remove_files) COMPLETE
52722025-02-19T02:56:03.996Z[ recovery-image] Feb 19 02:56:03.017 INFO O| Feb 19 02:56:03.017 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-02-19T02:56:04.039Z[ recovery-image] Feb 19 02:56:03.061 INFO O| Feb 19 02:56:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52742025-02-19T02:56:04.043Z[ recovery-image] Feb 19 02:56:03.061 INFO O| Feb 19 02:56:03.061 INFO STEP 294 (remove_files) COMPLETE
52752025-02-19T02:56:04.043Z[ recovery-image] Feb 19 02:56:03.061 INFO O| Feb 19 02:56:03.061 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-02-19T02:56:04.092Z[ recovery-image] Feb 19 02:56:03.114 INFO O| Feb 19 02:56:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52772025-02-19T02:56:04.097Z[ recovery-image] Feb 19 02:56:03.114 INFO O| Feb 19 02:56:03.114 INFO STEP 295 (remove_files) COMPLETE
52782025-02-19T02:56:04.097Z[ recovery-image] Feb 19 02:56:03.114 INFO O| Feb 19 02:56:03.114 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-02-19T02:56:04.116Z[ recovery-image] Feb 19 02:56:03.138 INFO O| Feb 19 02:56:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52802025-02-19T02:56:04.116Z[ recovery-image] Feb 19 02:56:03.138 INFO O| Feb 19 02:56:03.138 INFO STEP 296 (remove_files) COMPLETE
52812025-02-19T02:56:04.116Z[ recovery-image] Feb 19 02:56:03.138 INFO O| Feb 19 02:56:03.138 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-02-19T02:56:04.148Z[ recovery-image] Feb 19 02:56:03.169 INFO O| Feb 19 02:56:03.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52832025-02-19T02:56:04.151Z[ recovery-image] Feb 19 02:56:03.169 INFO O| Feb 19 02:56:03.169 INFO STEP 297 (remove_files) COMPLETE
52842025-02-19T02:56:04.151Z[ recovery-image] Feb 19 02:56:03.169 INFO O| Feb 19 02:56:03.169 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-02-19T02:56:04.205Z[ recovery-image] Feb 19 02:56:03.225 INFO O| Feb 19 02:56:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52862025-02-19T02:56:04.205Z[ recovery-image] Feb 19 02:56:03.225 INFO O| Feb 19 02:56:03.225 INFO STEP 298 (remove_files) COMPLETE
52872025-02-19T02:56:04.205Z[ recovery-image] Feb 19 02:56:03.225 INFO O| Feb 19 02:56:03.225 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-02-19T02:56:04.226Z[ recovery-image] Feb 19 02:56:03.248 INFO O| Feb 19 02:56:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52892025-02-19T02:56:04.227Z[ recovery-image] Feb 19 02:56:03.248 INFO O| Feb 19 02:56:03.248 INFO STEP 299 (remove_files) COMPLETE
52902025-02-19T02:56:04.229Z[ recovery-image] Feb 19 02:56:03.248 INFO O| Feb 19 02:56:03.248 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-02-19T02:56:04.248Z[ recovery-image] Feb 19 02:56:03.269 INFO O| Feb 19 02:56:03.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52922025-02-19T02:56:04.248Z[ recovery-image] Feb 19 02:56:03.269 INFO O| Feb 19 02:56:03.269 INFO STEP 300 (remove_files) COMPLETE
52932025-02-19T02:56:04.248Z[ recovery-image] Feb 19 02:56:03.269 INFO O| Feb 19 02:56:03.269 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-02-19T02:56:04.268Z[ recovery-image] Feb 19 02:56:03.289 INFO O| Feb 19 02:56:03.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52952025-02-19T02:56:04.269Z[ recovery-image] Feb 19 02:56:03.289 INFO O| Feb 19 02:56:03.289 INFO STEP 301 (remove_files) COMPLETE
52962025-02-19T02:56:04.269Z[ recovery-image] Feb 19 02:56:03.290 INFO O| Feb 19 02:56:03.289 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-02-19T02:56:04.289Z[ recovery-image] Feb 19 02:56:03.310 INFO O| Feb 19 02:56:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52982025-02-19T02:56:04.289Z[ recovery-image] Feb 19 02:56:03.310 INFO O| Feb 19 02:56:03.310 INFO STEP 302 (remove_files) COMPLETE
52992025-02-19T02:56:04.289Z[ recovery-image] Feb 19 02:56:03.310 INFO O| Feb 19 02:56:03.310 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-02-19T02:56:04.315Z[ recovery-image] Feb 19 02:56:03.336 INFO O| Feb 19 02:56:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53012025-02-19T02:56:04.315Z[ recovery-image] Feb 19 02:56:03.336 INFO O| Feb 19 02:56:03.336 INFO STEP 303 (remove_files) COMPLETE
53022025-02-19T02:56:04.317Z[ recovery-image] Feb 19 02:56:03.336 INFO O| Feb 19 02:56:03.336 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-02-19T02:56:04.373Z[ recovery-image] Feb 19 02:56:03.395 INFO O| Feb 19 02:56:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53042025-02-19T02:56:04.373Z[ recovery-image] Feb 19 02:56:03.395 INFO O| Feb 19 02:56:03.395 INFO STEP 304 (remove_files) COMPLETE
53052025-02-19T02:56:04.373Z[ recovery-image] Feb 19 02:56:03.395 INFO O| Feb 19 02:56:03.395 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-02-19T02:56:04.429Z[ recovery-image] Feb 19 02:56:03.450 INFO O| Feb 19 02:56:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53072025-02-19T02:56:04.429Z[ recovery-image] Feb 19 02:56:03.450 INFO O| Feb 19 02:56:03.450 INFO STEP 305 (remove_files) COMPLETE
53082025-02-19T02:56:04.429Z[ recovery-image] Feb 19 02:56:03.450 INFO O| Feb 19 02:56:03.450 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-02-19T02:56:04.494Z[ recovery-image] Feb 19 02:56:03.516 INFO O| Feb 19 02:56:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53102025-02-19T02:56:04.494Z[ recovery-image] Feb 19 02:56:03.516 INFO O| Feb 19 02:56:03.516 INFO STEP 306 (remove_files) COMPLETE
53112025-02-19T02:56:04.497Z[ recovery-image] Feb 19 02:56:03.516 INFO O| Feb 19 02:56:03.516 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-02-19T02:56:04.515Z[ recovery-image] Feb 19 02:56:03.536 INFO O| Feb 19 02:56:03.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53132025-02-19T02:56:04.518Z[ recovery-image] Feb 19 02:56:03.536 INFO O| Feb 19 02:56:03.536 INFO STEP 307 (remove_files) COMPLETE
53142025-02-19T02:56:04.518Z[ recovery-image] Feb 19 02:56:03.536 INFO O| Feb 19 02:56:03.536 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-02-19T02:56:04.540Z[ recovery-image] Feb 19 02:56:03.561 INFO O| Feb 19 02:56:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53162025-02-19T02:56:04.540Z[ recovery-image] Feb 19 02:56:03.561 INFO O| Feb 19 02:56:03.561 INFO STEP 308 (remove_files) COMPLETE
53172025-02-19T02:56:04.543Z[ recovery-image] Feb 19 02:56:03.561 INFO O| Feb 19 02:56:03.561 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-02-19T02:56:04.561Z[ recovery-image] Feb 19 02:56:03.583 INFO O| Feb 19 02:56:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53192025-02-19T02:56:04.561Z[ recovery-image] Feb 19 02:56:03.583 INFO O| Feb 19 02:56:03.583 INFO STEP 309 (remove_files) COMPLETE
53202025-02-19T02:56:04.561Z[ recovery-image] Feb 19 02:56:03.583 INFO O| Feb 19 02:56:03.583 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-02-19T02:56:04.580Z[ recovery-image] Feb 19 02:56:03.601 INFO O| Feb 19 02:56:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53222025-02-19T02:56:04.580Z[ recovery-image] Feb 19 02:56:03.602 INFO O| Feb 19 02:56:03.602 INFO STEP 310 (remove_files) COMPLETE
53232025-02-19T02:56:04.580Z[ recovery-image] Feb 19 02:56:03.602 INFO O| Feb 19 02:56:03.602 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-02-19T02:56:04.602Z[ recovery-image] Feb 19 02:56:03.623 INFO O| Feb 19 02:56:03.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53252025-02-19T02:56:04.602Z[ recovery-image] Feb 19 02:56:03.623 INFO O| Feb 19 02:56:03.623 INFO STEP 311 (remove_files) COMPLETE
53262025-02-19T02:56:04.602Z[ recovery-image] Feb 19 02:56:03.623 INFO O| Feb 19 02:56:03.623 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-02-19T02:56:04.621Z[ recovery-image] Feb 19 02:56:03.643 INFO O| Feb 19 02:56:03.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53282025-02-19T02:56:04.621Z[ recovery-image] Feb 19 02:56:03.643 INFO O| Feb 19 02:56:03.643 INFO STEP 312 (remove_files) COMPLETE
53292025-02-19T02:56:04.621Z[ recovery-image] Feb 19 02:56:03.643 INFO O| Feb 19 02:56:03.643 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-02-19T02:56:04.648Z[ recovery-image] Feb 19 02:56:03.669 INFO O| Feb 19 02:56:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53312025-02-19T02:56:04.651Z[ recovery-image] Feb 19 02:56:03.669 INFO O| Feb 19 02:56:03.669 INFO STEP 313 (remove_files) COMPLETE
53322025-02-19T02:56:04.651Z[ recovery-image] Feb 19 02:56:03.669 INFO O| Feb 19 02:56:03.669 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-02-19T02:56:04.666Z[ recovery-image] Feb 19 02:56:03.688 INFO O| Feb 19 02:56:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53342025-02-19T02:56:04.669Z[ recovery-image] Feb 19 02:56:03.688 INFO O| Feb 19 02:56:03.688 INFO STEP 314 (remove_files) COMPLETE
53352025-02-19T02:56:04.669Z[ recovery-image] Feb 19 02:56:03.688 INFO O| Feb 19 02:56:03.688 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-02-19T02:56:04.688Z[ recovery-image] Feb 19 02:56:03.707 INFO O| Feb 19 02:56:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53372025-02-19T02:56:04.688Z[ recovery-image] Feb 19 02:56:03.707 INFO O| Feb 19 02:56:03.707 INFO STEP 315 (remove_files) COMPLETE
53382025-02-19T02:56:04.688Z[ recovery-image] Feb 19 02:56:03.707 INFO O| Feb 19 02:56:03.707 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-02-19T02:56:04.775Z[ recovery-image] Feb 19 02:56:03.796 INFO O| Feb 19 02:56:03.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53402025-02-19T02:56:04.775Z[ recovery-image] Feb 19 02:56:03.796 INFO O| Feb 19 02:56:03.796 INFO STEP 316 (remove_files) COMPLETE
53412025-02-19T02:56:04.778Z[ recovery-image] Feb 19 02:56:03.796 INFO O| Feb 19 02:56:03.796 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-02-19T02:56:04.798Z[ recovery-image] Feb 19 02:56:03.819 INFO O| Feb 19 02:56:03.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53432025-02-19T02:56:04.798Z[ recovery-image] Feb 19 02:56:03.819 INFO O| Feb 19 02:56:03.819 INFO STEP 317 (remove_files) COMPLETE
53442025-02-19T02:56:04.798Z[ recovery-image] Feb 19 02:56:03.819 INFO O| Feb 19 02:56:03.819 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-02-19T02:56:04.819Z[ recovery-image] Feb 19 02:56:03.840 INFO O| Feb 19 02:56:03.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53462025-02-19T02:56:04.819Z[ recovery-image] Feb 19 02:56:03.840 INFO O| Feb 19 02:56:03.840 INFO STEP 318 (remove_files) COMPLETE
53472025-02-19T02:56:04.819Z[ recovery-image] Feb 19 02:56:03.840 INFO O| Feb 19 02:56:03.840 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-02-19T02:56:04.939Z[ recovery-image] Feb 19 02:56:03.960 INFO O| Feb 19 02:56:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53492025-02-19T02:56:04.939Z[ recovery-image] Feb 19 02:56:03.960 INFO O| Feb 19 02:56:03.960 INFO STEP 319 (remove_files) COMPLETE
53502025-02-19T02:56:04.943Z[ recovery-image] Feb 19 02:56:03.961 INFO O| Feb 19 02:56:03.960 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-02-19T02:56:04.964Z[ recovery-image] Feb 19 02:56:03.985 INFO O| Feb 19 02:56:03.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53522025-02-19T02:56:04.973Z[ recovery-image] Feb 19 02:56:03.995 INFO O| Feb 19 02:56:03.995 INFO STEP 320 (remove_files) COMPLETE
53532025-02-19T02:56:04.977Z[ recovery-image] Feb 19 02:56:03.995 INFO O| Feb 19 02:56:03.995 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-02-19T02:56:05.027Z[ recovery-image] Feb 19 02:56:04.049 INFO O| Feb 19 02:56:04.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53552025-02-19T02:56:05.027Z[ recovery-image] Feb 19 02:56:04.049 INFO O| Feb 19 02:56:04.049 INFO STEP 321 (remove_files) COMPLETE
53562025-02-19T02:56:05.027Z[ recovery-image] Feb 19 02:56:04.049 INFO O| Feb 19 02:56:04.049 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-02-19T02:56:05.049Z[ recovery-image] Feb 19 02:56:04.071 INFO O| Feb 19 02:56:04.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53582025-02-19T02:56:05.065Z[ recovery-image] Feb 19 02:56:04.087 INFO O| Feb 19 02:56:04.087 INFO STEP 322 (remove_files) COMPLETE
53592025-02-19T02:56:05.065Z[ recovery-image] Feb 19 02:56:04.087 INFO O| Feb 19 02:56:04.087 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-02-19T02:56:05.105Z[ recovery-image] Feb 19 02:56:04.126 INFO O| Feb 19 02:56:04.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53612025-02-19T02:56:05.105Z[ recovery-image] Feb 19 02:56:04.127 INFO O| Feb 19 02:56:04.127 INFO STEP 323 (remove_files) COMPLETE
53622025-02-19T02:56:05.105Z[ recovery-image] Feb 19 02:56:04.127 INFO O| Feb 19 02:56:04.127 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-02-19T02:56:05.135Z[ recovery-image] Feb 19 02:56:04.156 INFO O| Feb 19 02:56:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53642025-02-19T02:56:05.135Z[ recovery-image] Feb 19 02:56:04.156 INFO O| Feb 19 02:56:04.156 INFO STEP 324 (remove_files) COMPLETE
53652025-02-19T02:56:05.138Z[ recovery-image] Feb 19 02:56:04.156 INFO O| Feb 19 02:56:04.156 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-02-19T02:56:05.155Z[ recovery-image] Feb 19 02:56:04.176 INFO O| Feb 19 02:56:04.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53672025-02-19T02:56:05.155Z[ recovery-image] Feb 19 02:56:04.177 INFO O| Feb 19 02:56:04.177 INFO STEP 325 (remove_files) COMPLETE
53682025-02-19T02:56:05.155Z[ recovery-image] Feb 19 02:56:04.177 INFO O| Feb 19 02:56:04.177 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-02-19T02:56:05.195Z[ recovery-image] Feb 19 02:56:04.216 INFO O| Feb 19 02:56:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53702025-02-19T02:56:05.195Z[ recovery-image] Feb 19 02:56:04.216 INFO O| Feb 19 02:56:04.216 INFO STEP 326 (remove_files) COMPLETE
53712025-02-19T02:56:05.195Z[ recovery-image] Feb 19 02:56:04.216 INFO O| Feb 19 02:56:04.216 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-02-19T02:56:05.217Z[ recovery-image] Feb 19 02:56:04.238 INFO O| Feb 19 02:56:04.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53732025-02-19T02:56:05.217Z[ recovery-image] Feb 19 02:56:04.238 INFO O| Feb 19 02:56:04.238 INFO STEP 327 (remove_files) COMPLETE
53742025-02-19T02:56:05.220Z[ recovery-image] Feb 19 02:56:04.238 INFO O| Feb 19 02:56:04.238 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-02-19T02:56:05.238Z[ recovery-image] Feb 19 02:56:04.260 INFO O| Feb 19 02:56:04.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53762025-02-19T02:56:05.238Z[ recovery-image] Feb 19 02:56:04.260 INFO O| Feb 19 02:56:04.260 INFO STEP 328 (remove_files) COMPLETE
53772025-02-19T02:56:05.238Z[ recovery-image] Feb 19 02:56:04.260 INFO O| Feb 19 02:56:04.260 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-02-19T02:56:05.260Z[ recovery-image] Feb 19 02:56:04.281 INFO O| Feb 19 02:56:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53792025-02-19T02:56:05.260Z[ recovery-image] Feb 19 02:56:04.281 INFO O| Feb 19 02:56:04.281 INFO STEP 329 (remove_files) COMPLETE
53802025-02-19T02:56:05.260Z[ recovery-image] Feb 19 02:56:04.281 INFO O| Feb 19 02:56:04.281 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-19T02:56:05.295Z[ recovery-image] Feb 19 02:56:04.316 INFO O| Feb 19 02:56:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53822025-02-19T02:56:05.295Z[ recovery-image] Feb 19 02:56:04.316 INFO O| Feb 19 02:56:04.316 INFO STEP 330 (remove_files) COMPLETE
53832025-02-19T02:56:05.295Z[ recovery-image] Feb 19 02:56:04.316 INFO O| Feb 19 02:56:04.316 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-19T02:56:05.317Z[ recovery-image] Feb 19 02:56:04.339 INFO O| Feb 19 02:56:04.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53852025-02-19T02:56:05.317Z[ recovery-image] Feb 19 02:56:04.339 INFO O| Feb 19 02:56:04.339 INFO STEP 331 (remove_files) COMPLETE
53862025-02-19T02:56:05.317Z[ recovery-image] Feb 19 02:56:04.339 INFO O| Feb 19 02:56:04.339 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-19T02:56:05.356Z[ recovery-image] Feb 19 02:56:04.378 INFO O| Feb 19 02:56:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53882025-02-19T02:56:05.357Z[ recovery-image] Feb 19 02:56:04.378 INFO O| Feb 19 02:56:04.378 INFO STEP 332 (remove_files) COMPLETE
53892025-02-19T02:56:05.357Z[ recovery-image] Feb 19 02:56:04.378 INFO O| Feb 19 02:56:04.378 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-19T02:56:05.457Z[ recovery-image] Feb 19 02:56:04.479 INFO O| Feb 19 02:56:04.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53912025-02-19T02:56:05.457Z[ recovery-image] Feb 19 02:56:04.479 INFO O| Feb 19 02:56:04.479 INFO STEP 333 (remove_files) COMPLETE
53922025-02-19T02:56:05.457Z[ recovery-image] Feb 19 02:56:04.479 INFO O| Feb 19 02:56:04.479 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-19T02:56:05.501Z[ recovery-image] Feb 19 02:56:04.522 INFO O| Feb 19 02:56:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53942025-02-19T02:56:05.525Z[ recovery-image] Feb 19 02:56:04.546 INFO O| Feb 19 02:56:04.546 INFO STEP 334 (remove_files) COMPLETE
53952025-02-19T02:56:05.525Z[ recovery-image] Feb 19 02:56:04.546 INFO O| Feb 19 02:56:04.546 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-19T02:56:05.563Z[ recovery-image] Feb 19 02:56:04.584 INFO O| Feb 19 02:56:04.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53972025-02-19T02:56:05.563Z[ recovery-image] Feb 19 02:56:04.584 INFO O| Feb 19 02:56:04.584 INFO STEP 335 (remove_files) COMPLETE
53982025-02-19T02:56:05.563Z[ recovery-image] Feb 19 02:56:04.584 INFO O| Feb 19 02:56:04.584 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-19T02:56:05.622Z[ recovery-image] Feb 19 02:56:04.643 INFO O| Feb 19 02:56:04.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54002025-02-19T02:56:05.636Z[ recovery-image] Feb 19 02:56:04.658 INFO O| Feb 19 02:56:04.658 INFO STEP 336 (remove_files) COMPLETE
54012025-02-19T02:56:05.636Z[ recovery-image] Feb 19 02:56:04.658 INFO O| Feb 19 02:56:04.658 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-19T02:56:05.669Z[ recovery-image] Feb 19 02:56:04.690 INFO O| Feb 19 02:56:04.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54032025-02-19T02:56:05.669Z[ recovery-image] Feb 19 02:56:04.690 INFO O| Feb 19 02:56:04.690 INFO STEP 337 (remove_files) COMPLETE
54042025-02-19T02:56:05.669Z[ recovery-image] Feb 19 02:56:04.690 INFO O| Feb 19 02:56:04.690 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-19T02:56:05.701Z[ recovery-image] Feb 19 02:56:04.723 INFO O| Feb 19 02:56:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54062025-02-19T02:56:05.701Z[ recovery-image] Feb 19 02:56:04.723 INFO O| Feb 19 02:56:04.723 INFO STEP 338 (remove_files) COMPLETE
54072025-02-19T02:56:05.701Z[ recovery-image] Feb 19 02:56:04.723 INFO O| Feb 19 02:56:04.723 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-19T02:56:05.722Z[ recovery-image] Feb 19 02:56:04.743 INFO O| Feb 19 02:56:04.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54092025-02-19T02:56:05.722Z[ recovery-image] Feb 19 02:56:04.743 INFO O| Feb 19 02:56:04.743 INFO STEP 339 (remove_files) COMPLETE
54102025-02-19T02:56:05.725Z[ recovery-image] Feb 19 02:56:04.743 INFO O| Feb 19 02:56:04.743 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-19T02:56:05.742Z[ recovery-image] Feb 19 02:56:04.763 INFO O| Feb 19 02:56:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54122025-02-19T02:56:05.742Z[ recovery-image] Feb 19 02:56:04.763 INFO O| Feb 19 02:56:04.763 INFO STEP 340 (remove_files) COMPLETE
54132025-02-19T02:56:05.742Z[ recovery-image] Feb 19 02:56:04.763 INFO O| Feb 19 02:56:04.763 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-19T02:56:05.765Z[ recovery-image] Feb 19 02:56:04.787 INFO O| Feb 19 02:56:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54152025-02-19T02:56:05.765Z[ recovery-image] Feb 19 02:56:04.787 INFO O| Feb 19 02:56:04.787 INFO STEP 341 (remove_files) COMPLETE
54162025-02-19T02:56:05.768Z[ recovery-image] Feb 19 02:56:04.787 INFO O| Feb 19 02:56:04.787 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-19T02:56:05.788Z[ recovery-image] Feb 19 02:56:04.809 INFO O| Feb 19 02:56:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54182025-02-19T02:56:05.788Z[ recovery-image] Feb 19 02:56:04.809 INFO O| Feb 19 02:56:04.809 INFO STEP 342 (remove_files) COMPLETE
54192025-02-19T02:56:05.788Z[ recovery-image] Feb 19 02:56:04.809 INFO O| Feb 19 02:56:04.809 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-19T02:56:05.809Z[ recovery-image] Feb 19 02:56:04.830 INFO O| Feb 19 02:56:04.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54212025-02-19T02:56:05.809Z[ recovery-image] Feb 19 02:56:04.830 INFO O| Feb 19 02:56:04.830 INFO STEP 343 (remove_files) COMPLETE
54222025-02-19T02:56:05.809Z[ recovery-image] Feb 19 02:56:04.830 INFO O| Feb 19 02:56:04.830 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-19T02:56:05.830Z[ recovery-image] Feb 19 02:56:04.851 INFO O| Feb 19 02:56:04.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54242025-02-19T02:56:05.830Z[ recovery-image] Feb 19 02:56:04.851 INFO O| Feb 19 02:56:04.851 INFO STEP 344 (remove_files) COMPLETE
54252025-02-19T02:56:05.833Z[ recovery-image] Feb 19 02:56:04.851 INFO O| Feb 19 02:56:04.851 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-19T02:56:05.851Z[ recovery-image] Feb 19 02:56:04.872 INFO O| Feb 19 02:56:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54272025-02-19T02:56:05.851Z[ recovery-image] Feb 19 02:56:04.872 INFO O| Feb 19 02:56:04.872 INFO STEP 345 (remove_files) COMPLETE
54282025-02-19T02:56:05.854Z[ recovery-image] Feb 19 02:56:04.872 INFO O| Feb 19 02:56:04.872 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-19T02:56:05.871Z[ recovery-image] Feb 19 02:56:04.892 INFO O| Feb 19 02:56:04.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54302025-02-19T02:56:05.871Z[ recovery-image] Feb 19 02:56:04.892 INFO O| Feb 19 02:56:04.892 INFO STEP 346 (remove_files) COMPLETE
54312025-02-19T02:56:05.871Z[ recovery-image] Feb 19 02:56:04.892 INFO O| Feb 19 02:56:04.892 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-19T02:56:05.892Z[ recovery-image] Feb 19 02:56:04.913 INFO O| Feb 19 02:56:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54332025-02-19T02:56:05.892Z[ recovery-image] Feb 19 02:56:04.913 INFO O| Feb 19 02:56:04.913 INFO STEP 347 (remove_files) COMPLETE
54342025-02-19T02:56:05.892Z[ recovery-image] Feb 19 02:56:04.913 INFO O| Feb 19 02:56:04.913 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-19T02:56:05.912Z[ recovery-image] Feb 19 02:56:04.933 INFO O| Feb 19 02:56:04.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54362025-02-19T02:56:05.912Z[ recovery-image] Feb 19 02:56:04.934 INFO O| Feb 19 02:56:04.934 INFO STEP 348 (remove_files) COMPLETE
54372025-02-19T02:56:05.912Z[ recovery-image] Feb 19 02:56:04.934 INFO O| Feb 19 02:56:04.934 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-19T02:56:05.935Z[ recovery-image] Feb 19 02:56:04.955 INFO O| Feb 19 02:56:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54392025-02-19T02:56:05.935Z[ recovery-image] Feb 19 02:56:04.955 INFO O| Feb 19 02:56:04.955 INFO STEP 349 (remove_files) COMPLETE
54402025-02-19T02:56:05.935Z[ recovery-image] Feb 19 02:56:04.955 INFO O| Feb 19 02:56:04.955 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-19T02:56:05.965Z[ recovery-image] Feb 19 02:56:04.986 INFO O| Feb 19 02:56:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54422025-02-19T02:56:05.965Z[ recovery-image] Feb 19 02:56:04.986 INFO O| Feb 19 02:56:04.986 INFO STEP 350 (remove_files) COMPLETE
54432025-02-19T02:56:05.968Z[ recovery-image] Feb 19 02:56:04.986 INFO O| Feb 19 02:56:04.986 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-19T02:56:05.989Z[ recovery-image] Feb 19 02:56:05.010 INFO O| Feb 19 02:56:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54452025-02-19T02:56:05.989Z[ recovery-image] Feb 19 02:56:05.011 INFO O| Feb 19 02:56:05.010 INFO STEP 351 (remove_files) COMPLETE
54462025-02-19T02:56:05.989Z[ recovery-image] Feb 19 02:56:05.011 INFO O| Feb 19 02:56:05.011 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-02-19T02:56:06.030Z[ recovery-image] Feb 19 02:56:05.051 INFO O| Feb 19 02:56:05.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54482025-02-19T02:56:06.033Z[ recovery-image] Feb 19 02:56:05.051 INFO O| Feb 19 02:56:05.051 INFO STEP 352 (remove_files) COMPLETE
54492025-02-19T02:56:06.033Z[ recovery-image] Feb 19 02:56:05.052 INFO O| Feb 19 02:56:05.051 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-02-19T02:56:06.053Z[ recovery-image] Feb 19 02:56:05.075 INFO O| Feb 19 02:56:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54512025-02-19T02:56:06.056Z[ recovery-image] Feb 19 02:56:05.075 INFO O| Feb 19 02:56:05.075 INFO STEP 353 (remove_files) COMPLETE
54522025-02-19T02:56:06.056Z[ recovery-image] Feb 19 02:56:05.075 INFO O| Feb 19 02:56:05.075 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-19T02:56:06.076Z[ recovery-image] Feb 19 02:56:05.097 INFO O| Feb 19 02:56:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54542025-02-19T02:56:06.079Z[ recovery-image] Feb 19 02:56:05.098 INFO O| Feb 19 02:56:05.098 INFO STEP 354 (remove_files) COMPLETE
54552025-02-19T02:56:06.079Z[ recovery-image] Feb 19 02:56:05.098 INFO O| Feb 19 02:56:05.098 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-19T02:56:06.108Z[ recovery-image] Feb 19 02:56:05.129 INFO O| Feb 19 02:56:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54572025-02-19T02:56:06.108Z[ recovery-image] Feb 19 02:56:05.129 INFO O| Feb 19 02:56:05.129 INFO STEP 355 (remove_files) COMPLETE
54582025-02-19T02:56:06.108Z[ recovery-image] Feb 19 02:56:05.129 INFO O| Feb 19 02:56:05.129 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-19T02:56:06.128Z[ recovery-image] Feb 19 02:56:05.150 INFO O| Feb 19 02:56:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54602025-02-19T02:56:06.128Z[ recovery-image] Feb 19 02:56:05.150 INFO O| Feb 19 02:56:05.150 INFO STEP 356 (remove_files) COMPLETE
54612025-02-19T02:56:06.128Z[ recovery-image] Feb 19 02:56:05.150 INFO O| Feb 19 02:56:05.150 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-19T02:56:06.156Z[ recovery-image] Feb 19 02:56:05.177 INFO O| Feb 19 02:56:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54632025-02-19T02:56:06.156Z[ recovery-image] Feb 19 02:56:05.177 INFO O| Feb 19 02:56:05.177 INFO STEP 357 (remove_files) COMPLETE
54642025-02-19T02:56:06.159Z[ recovery-image] Feb 19 02:56:05.177 INFO O| Feb 19 02:56:05.177 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-19T02:56:06.194Z[ recovery-image] Feb 19 02:56:05.215 INFO O| Feb 19 02:56:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54662025-02-19T02:56:06.197Z[ recovery-image] Feb 19 02:56:05.215 INFO O| Feb 19 02:56:05.215 INFO STEP 358 (remove_files) COMPLETE
54672025-02-19T02:56:06.197Z[ recovery-image] Feb 19 02:56:05.215 INFO O| Feb 19 02:56:05.215 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-19T02:56:06.214Z[ recovery-image] Feb 19 02:56:05.234 INFO O| Feb 19 02:56:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54692025-02-19T02:56:06.214Z[ recovery-image] Feb 19 02:56:05.234 INFO O| Feb 19 02:56:05.234 INFO STEP 359 (remove_files) COMPLETE
54702025-02-19T02:56:06.214Z[ recovery-image] Feb 19 02:56:05.234 INFO O| Feb 19 02:56:05.234 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-19T02:56:06.231Z[ recovery-image] Feb 19 02:56:05.252 INFO O| Feb 19 02:56:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54722025-02-19T02:56:06.231Z[ recovery-image] Feb 19 02:56:05.253 INFO O| Feb 19 02:56:05.253 INFO STEP 360 (remove_files) COMPLETE
54732025-02-19T02:56:06.238Z[ recovery-image] Feb 19 02:56:05.253 INFO O| Feb 19 02:56:05.253 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-19T02:56:06.252Z[ recovery-image] Feb 19 02:56:05.273 INFO O| Feb 19 02:56:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54752025-02-19T02:56:06.255Z[ recovery-image] Feb 19 02:56:05.273 INFO O| Feb 19 02:56:05.273 INFO STEP 361 (remove_files) COMPLETE
54762025-02-19T02:56:06.255Z[ recovery-image] Feb 19 02:56:05.273 INFO O| Feb 19 02:56:05.273 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-19T02:56:06.273Z[ recovery-image] Feb 19 02:56:05.294 INFO O| Feb 19 02:56:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54782025-02-19T02:56:06.276Z[ recovery-image] Feb 19 02:56:05.294 INFO O| Feb 19 02:56:05.294 INFO STEP 362 (remove_files) COMPLETE
54792025-02-19T02:56:06.276Z[ recovery-image] Feb 19 02:56:05.294 INFO O| Feb 19 02:56:05.294 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-19T02:56:06.302Z[ recovery-image] Feb 19 02:56:05.321 INFO O| Feb 19 02:56:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54812025-02-19T02:56:06.302Z[ recovery-image] Feb 19 02:56:05.321 INFO O| Feb 19 02:56:05.321 INFO STEP 363 (remove_files) COMPLETE
54822025-02-19T02:56:06.302Z[ recovery-image] Feb 19 02:56:05.321 INFO O| Feb 19 02:56:05.321 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-19T02:56:06.332Z[ recovery-image] Feb 19 02:56:05.353 INFO O| Feb 19 02:56:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54842025-02-19T02:56:06.356Z[ recovery-image] Feb 19 02:56:05.378 INFO O| Feb 19 02:56:05.378 INFO STEP 364 (remove_files) COMPLETE
54852025-02-19T02:56:06.356Z[ recovery-image] Feb 19 02:56:05.378 INFO O| Feb 19 02:56:05.378 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-19T02:56:06.448Z[ recovery-image] Feb 19 02:56:05.469 INFO O| Feb 19 02:56:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54872025-02-19T02:56:06.453Z[ recovery-image] Feb 19 02:56:05.469 INFO O| Feb 19 02:56:05.469 INFO STEP 365 (remove_files) COMPLETE
54882025-02-19T02:56:06.454Z[ recovery-image] Feb 19 02:56:05.469 INFO O| Feb 19 02:56:05.469 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-19T02:56:06.469Z[ recovery-image] Feb 19 02:56:05.491 INFO O| Feb 19 02:56:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54902025-02-19T02:56:06.473Z[ recovery-image] Feb 19 02:56:05.491 INFO O| Feb 19 02:56:05.491 INFO STEP 366 (remove_files) COMPLETE
54912025-02-19T02:56:06.473Z[ recovery-image] Feb 19 02:56:05.491 INFO O| Feb 19 02:56:05.491 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-19T02:56:06.510Z[ recovery-image] Feb 19 02:56:05.532 INFO O| Feb 19 02:56:05.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54932025-02-19T02:56:06.511Z[ recovery-image] Feb 19 02:56:05.532 INFO O| Feb 19 02:56:05.532 INFO STEP 367 (remove_files) COMPLETE
54942025-02-19T02:56:06.511Z[ recovery-image] Feb 19 02:56:05.532 INFO O| Feb 19 02:56:05.532 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-19T02:56:06.533Z[ recovery-image] Feb 19 02:56:05.554 INFO O| Feb 19 02:56:05.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54962025-02-19T02:56:06.536Z[ recovery-image] Feb 19 02:56:05.554 INFO O| Feb 19 02:56:05.554 INFO STEP 368 (remove_files) COMPLETE
54972025-02-19T02:56:06.536Z[ recovery-image] Feb 19 02:56:05.554 INFO O| Feb 19 02:56:05.554 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-19T02:56:06.553Z[ recovery-image] Feb 19 02:56:05.575 INFO O| Feb 19 02:56:05.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54992025-02-19T02:56:06.556Z[ recovery-image] Feb 19 02:56:05.575 INFO O| Feb 19 02:56:05.575 INFO STEP 369 (remove_files) COMPLETE
55002025-02-19T02:56:06.556Z[ recovery-image] Feb 19 02:56:05.575 INFO O| Feb 19 02:56:05.575 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-02-19T02:56:06.574Z[ recovery-image] Feb 19 02:56:05.596 INFO O| Feb 19 02:56:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55022025-02-19T02:56:06.577Z[ recovery-image] Feb 19 02:56:05.596 INFO O| Feb 19 02:56:05.596 INFO STEP 370 (remove_files) COMPLETE
55032025-02-19T02:56:06.578Z[ recovery-image] Feb 19 02:56:05.596 INFO O| Feb 19 02:56:05.596 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-02-19T02:56:06.596Z[ recovery-image] Feb 19 02:56:05.617 INFO O| Feb 19 02:56:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55052025-02-19T02:56:06.606Z[ recovery-image] Feb 19 02:56:05.618 INFO O| Feb 19 02:56:05.617 INFO STEP 371 (remove_files) COMPLETE
55062025-02-19T02:56:06.606Z[ recovery-image] Feb 19 02:56:05.618 INFO O| Feb 19 02:56:05.618 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-02-19T02:56:06.618Z[ recovery-image] Feb 19 02:56:05.639 INFO O| Feb 19 02:56:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55082025-02-19T02:56:06.624Z[ recovery-image] Feb 19 02:56:05.639 INFO O| Feb 19 02:56:05.639 INFO STEP 372 (remove_files) COMPLETE
55092025-02-19T02:56:06.624Z[ recovery-image] Feb 19 02:56:05.639 INFO O| Feb 19 02:56:05.639 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-02-19T02:56:06.639Z[ recovery-image] Feb 19 02:56:05.660 INFO O| Feb 19 02:56:05.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55112025-02-19T02:56:06.642Z[ recovery-image] Feb 19 02:56:05.660 INFO O| Feb 19 02:56:05.660 INFO STEP 373 (remove_files) COMPLETE
55122025-02-19T02:56:06.642Z[ recovery-image] Feb 19 02:56:05.660 INFO O| Feb 19 02:56:05.660 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-02-19T02:56:06.659Z[ recovery-image] Feb 19 02:56:05.680 INFO O| Feb 19 02:56:05.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55142025-02-19T02:56:06.662Z[ recovery-image] Feb 19 02:56:05.680 INFO O| Feb 19 02:56:05.680 INFO STEP 374 (remove_files) COMPLETE
55152025-02-19T02:56:06.662Z[ recovery-image] Feb 19 02:56:05.680 INFO O| Feb 19 02:56:05.680 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-02-19T02:56:06.679Z[ recovery-image] Feb 19 02:56:05.700 INFO O| Feb 19 02:56:05.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55172025-02-19T02:56:06.682Z[ recovery-image] Feb 19 02:56:05.700 INFO O| Feb 19 02:56:05.700 INFO STEP 375 (remove_files) COMPLETE
55182025-02-19T02:56:06.682Z[ recovery-image] Feb 19 02:56:05.701 INFO O| Feb 19 02:56:05.700 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-02-19T02:56:06.701Z[ recovery-image] Feb 19 02:56:05.721 INFO O| Feb 19 02:56:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55202025-02-19T02:56:06.704Z[ recovery-image] Feb 19 02:56:05.721 INFO O| Feb 19 02:56:05.721 INFO STEP 376 (remove_files) COMPLETE
55212025-02-19T02:56:06.704Z[ recovery-image] Feb 19 02:56:05.722 INFO O| Feb 19 02:56:05.722 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-02-19T02:56:06.708Z[ host-image] Feb 19 02:56:05.727 INFO O| Feb 19 02:56:05.727 INFO O| Planning: Solver setup ... Done
55232025-02-19T02:56:06.713Z[ host-image] Feb 19 02:56:05.735 INFO O| Feb 19 02:56:05.735 INFO O| Planning: Running solver ... Done
55242025-02-19T02:56:06.721Z[ recovery-image] Feb 19 02:56:05.741 INFO O| Feb 19 02:56:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55252025-02-19T02:56:06.721Z[ recovery-image] Feb 19 02:56:05.741 INFO O| Feb 19 02:56:05.741 INFO STEP 377 (remove_files) COMPLETE
55262025-02-19T02:56:06.721Z[ recovery-image] Feb 19 02:56:05.741 INFO O| Feb 19 02:56:05.741 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-19T02:56:06.752Z[ recovery-image] Feb 19 02:56:05.773 INFO O| Feb 19 02:56:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55282025-02-19T02:56:06.753Z[ recovery-image] Feb 19 02:56:05.774 INFO O| Feb 19 02:56:05.774 INFO STEP 378 (remove_files) COMPLETE
55292025-02-19T02:56:06.753Z[ recovery-image] Feb 19 02:56:05.774 INFO O| Feb 19 02:56:05.774 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-19T02:56:06.797Z[ recovery-image] Feb 19 02:56:05.818 INFO O| Feb 19 02:56:05.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55312025-02-19T02:56:06.797Z[ recovery-image] Feb 19 02:56:05.818 INFO O| Feb 19 02:56:05.818 INFO STEP 379 (remove_files) COMPLETE
55322025-02-19T02:56:06.801Z[ recovery-image] Feb 19 02:56:05.818 INFO O| Feb 19 02:56:05.818 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-19T02:56:06.818Z[ host-image] Feb 19 02:56:05.839 INFO O| Feb 19 02:56:05.839 INFO O| Planning: Finding local manifests ... Done
55342025-02-19T02:56:06.821Z[ host-image] Feb 19 02:56:05.840 INFO O| Feb 19 02:56:05.840 INFO O| Planning: Fetching manifests: 0/1 0% complete
55352025-02-19T02:56:06.854Z[ recovery-image] Feb 19 02:56:05.875 INFO O| Feb 19 02:56:05.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55362025-02-19T02:56:06.854Z[ recovery-image] Feb 19 02:56:05.875 INFO O| Feb 19 02:56:05.875 INFO STEP 380 (remove_files) COMPLETE
55372025-02-19T02:56:06.854Z[ recovery-image] Feb 19 02:56:05.875 INFO O| Feb 19 02:56:05.875 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-19T02:56:06.923Z[ recovery-image] Feb 19 02:56:05.944 INFO O| Feb 19 02:56:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55392025-02-19T02:56:06.923Z[ recovery-image] Feb 19 02:56:05.944 INFO O| Feb 19 02:56:05.944 INFO STEP 381 (remove_files) COMPLETE
55402025-02-19T02:56:06.926Z[ recovery-image] Feb 19 02:56:05.945 INFO O| Feb 19 02:56:05.944 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-19T02:56:06.960Z[ recovery-image] Feb 19 02:56:05.980 INFO O| Feb 19 02:56:05.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55422025-02-19T02:56:06.960Z[ recovery-image] Feb 19 02:56:05.980 INFO O| Feb 19 02:56:05.980 INFO STEP 382 (remove_files) COMPLETE
55432025-02-19T02:56:06.960Z[ recovery-image] Feb 19 02:56:05.980 INFO O| Feb 19 02:56:05.980 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-19T02:56:06.986Z[ recovery-image] Feb 19 02:56:06.006 INFO O| Feb 19 02:56:06.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55452025-02-19T02:56:06.986Z[ recovery-image] Feb 19 02:56:06.006 INFO O| Feb 19 02:56:06.006 INFO STEP 383 (remove_files) COMPLETE
55462025-02-19T02:56:06.986Z[ recovery-image] Feb 19 02:56:06.006 INFO O| Feb 19 02:56:06.006 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-19T02:56:07.008Z[ recovery-image] Feb 19 02:56:06.029 INFO O| Feb 19 02:56:06.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55482025-02-19T02:56:07.008Z[ recovery-image] Feb 19 02:56:06.029 INFO O| Feb 19 02:56:06.029 INFO STEP 384 (remove_files) COMPLETE
55492025-02-19T02:56:07.011Z[ recovery-image] Feb 19 02:56:06.029 INFO O| Feb 19 02:56:06.029 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-19T02:56:07.029Z[ recovery-image] Feb 19 02:56:06.050 INFO O| Feb 19 02:56:06.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55512025-02-19T02:56:07.029Z[ recovery-image] Feb 19 02:56:06.050 INFO O| Feb 19 02:56:06.050 INFO STEP 385 (remove_files) COMPLETE
55522025-02-19T02:56:07.029Z[ recovery-image] Feb 19 02:56:06.050 INFO O| Feb 19 02:56:06.050 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-19T02:56:07.050Z[ recovery-image] Feb 19 02:56:06.071 INFO O| Feb 19 02:56:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55542025-02-19T02:56:07.050Z[ recovery-image] Feb 19 02:56:06.071 INFO O| Feb 19 02:56:06.071 INFO STEP 386 (remove_files) COMPLETE
55552025-02-19T02:56:07.050Z[ recovery-image] Feb 19 02:56:06.071 INFO O| Feb 19 02:56:06.071 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-19T02:56:07.069Z[ recovery-image] Feb 19 02:56:06.090 INFO O| Feb 19 02:56:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55572025-02-19T02:56:07.069Z[ recovery-image] Feb 19 02:56:06.090 INFO O| Feb 19 02:56:06.090 INFO STEP 387 (remove_files) COMPLETE
55582025-02-19T02:56:07.072Z[ recovery-image] Feb 19 02:56:06.090 INFO O| Feb 19 02:56:06.090 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-19T02:56:07.075Z[ host-image] Feb 19 02:56:06.096 INFO O| Feb 19 02:56:06.096 INFO O| Planning: Fetching manifests: 1/1 100% complete
55602025-02-19T02:56:07.088Z[ recovery-image] Feb 19 02:56:06.109 INFO O| Feb 19 02:56:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55612025-02-19T02:56:07.091Z[ recovery-image] Feb 19 02:56:06.110 INFO O| Feb 19 02:56:06.110 INFO STEP 388 (remove_files) COMPLETE
55622025-02-19T02:56:07.091Z[ recovery-image] Feb 19 02:56:06.110 INFO O| Feb 19 02:56:06.110 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-19T02:56:07.107Z[ recovery-image] Feb 19 02:56:06.128 INFO O| Feb 19 02:56:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55642025-02-19T02:56:07.107Z[ recovery-image] Feb 19 02:56:06.129 INFO O| Feb 19 02:56:06.128 INFO STEP 389 (remove_files) COMPLETE
55652025-02-19T02:56:07.110Z[ recovery-image] Feb 19 02:56:06.129 INFO O| Feb 19 02:56:06.128 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-19T02:56:07.111Z[ host-image] Feb 19 02:56:06.129 INFO O| Feb 19 02:56:06.129 INFO O| Planning: Package planning ... Done
55672025-02-19T02:56:07.111Z[ host-image] Feb 19 02:56:06.130 INFO O| Feb 19 02:56:06.130 INFO O| Planning: Merging actions ... Done
55682025-02-19T02:56:07.126Z[ recovery-image] Feb 19 02:56:06.147 INFO O| Feb 19 02:56:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55692025-02-19T02:56:07.126Z[ recovery-image] Feb 19 02:56:06.148 INFO O| Feb 19 02:56:06.148 INFO STEP 390 (remove_files) COMPLETE
55702025-02-19T02:56:07.129Z[ recovery-image] Feb 19 02:56:06.148 INFO O| Feb 19 02:56:06.148 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-19T02:56:07.173Z[ recovery-image] Feb 19 02:56:06.194 INFO O| Feb 19 02:56:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55722025-02-19T02:56:07.173Z[ recovery-image] Feb 19 02:56:06.194 INFO O| Feb 19 02:56:06.194 INFO STEP 391 (remove_files) COMPLETE
55732025-02-19T02:56:07.173Z[ recovery-image] Feb 19 02:56:06.194 INFO O| Feb 19 02:56:06.194 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-19T02:56:07.208Z[ recovery-image] Feb 19 02:56:06.229 INFO O| Feb 19 02:56:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55752025-02-19T02:56:07.208Z[ recovery-image] Feb 19 02:56:06.229 INFO O| Feb 19 02:56:06.229 INFO STEP 392 (remove_files) COMPLETE
55762025-02-19T02:56:07.208Z[ recovery-image] Feb 19 02:56:06.229 INFO O| Feb 19 02:56:06.229 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-19T02:56:07.228Z[ recovery-image] Feb 19 02:56:06.249 INFO O| Feb 19 02:56:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55782025-02-19T02:56:07.228Z[ recovery-image] Feb 19 02:56:06.249 INFO O| Feb 19 02:56:06.249 INFO STEP 393 (remove_files) COMPLETE
55792025-02-19T02:56:07.231Z[ recovery-image] Feb 19 02:56:06.249 INFO O| Feb 19 02:56:06.249 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-19T02:56:07.239Z[ host-image] Feb 19 02:56:06.260 INFO O| Feb 19 02:56:06.260 INFO O| Planning: Checking for conflicting actions ... Done
55812025-02-19T02:56:07.242Z[ host-image] Feb 19 02:56:06.261 INFO O| Feb 19 02:56:06.261 INFO O| Planning: Consolidating action changes ... Done
55822025-02-19T02:56:07.248Z[ recovery-image] Feb 19 02:56:06.269 INFO O| Feb 19 02:56:06.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55832025-02-19T02:56:07.251Z[ recovery-image] Feb 19 02:56:06.269 INFO O| Feb 19 02:56:06.269 INFO STEP 394 (remove_files) COMPLETE
55842025-02-19T02:56:07.251Z[ recovery-image] Feb 19 02:56:06.269 INFO O| Feb 19 02:56:06.269 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-19T02:56:07.280Z[ recovery-image] Feb 19 02:56:06.300 INFO O| Feb 19 02:56:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55862025-02-19T02:56:07.280Z[ recovery-image] Feb 19 02:56:06.300 INFO O| Feb 19 02:56:06.300 INFO STEP 395 (remove_files) COMPLETE
55872025-02-19T02:56:07.280Z[ recovery-image] Feb 19 02:56:06.300 INFO O| Feb 19 02:56:06.300 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-19T02:56:07.329Z[ recovery-image] Feb 19 02:56:06.350 INFO O| Feb 19 02:56:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55892025-02-19T02:56:07.329Z[ recovery-image] Feb 19 02:56:06.350 INFO O| Feb 19 02:56:06.350 INFO STEP 396 (remove_files) COMPLETE
55902025-02-19T02:56:07.332Z[ recovery-image] Feb 19 02:56:06.350 INFO O| Feb 19 02:56:06.350 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-19T02:56:07.351Z[ recovery-image] Feb 19 02:56:06.372 INFO O| Feb 19 02:56:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55922025-02-19T02:56:07.351Z[ recovery-image] Feb 19 02:56:06.372 INFO O| Feb 19 02:56:06.372 INFO STEP 397 (remove_files) COMPLETE
55932025-02-19T02:56:07.354Z[ recovery-image] Feb 19 02:56:06.372 INFO O| Feb 19 02:56:06.372 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-19T02:56:07.372Z[ recovery-image] Feb 19 02:56:06.392 INFO O| Feb 19 02:56:06.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55952025-02-19T02:56:07.372Z[ recovery-image] Feb 19 02:56:06.392 INFO O| Feb 19 02:56:06.392 INFO STEP 398 (remove_files) COMPLETE
55962025-02-19T02:56:07.372Z[ recovery-image] Feb 19 02:56:06.392 INFO O| Feb 19 02:56:06.392 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-19T02:56:07.391Z[ recovery-image] Feb 19 02:56:06.412 INFO O| Feb 19 02:56:06.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55982025-02-19T02:56:07.391Z[ recovery-image] Feb 19 02:56:06.412 INFO O| Feb 19 02:56:06.412 INFO STEP 399 (remove_files) COMPLETE
55992025-02-19T02:56:07.391Z[ recovery-image] Feb 19 02:56:06.412 INFO O| Feb 19 02:56:06.412 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-19T02:56:07.417Z[ recovery-image] Feb 19 02:56:06.438 INFO O| Feb 19 02:56:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56012025-02-19T02:56:07.420Z[ recovery-image] Feb 19 02:56:06.438 INFO O| Feb 19 02:56:06.438 INFO STEP 400 (remove_files) COMPLETE
56022025-02-19T02:56:07.420Z[ recovery-image] Feb 19 02:56:06.439 INFO O| Feb 19 02:56:06.439 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-19T02:56:07.442Z[ recovery-image] Feb 19 02:56:06.463 INFO O| Feb 19 02:56:06.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56042025-02-19T02:56:07.445Z[ recovery-image] Feb 19 02:56:06.463 INFO O| Feb 19 02:56:06.463 INFO STEP 401 (remove_files) COMPLETE
56052025-02-19T02:56:07.445Z[ recovery-image] Feb 19 02:56:06.464 INFO O| Feb 19 02:56:06.463 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-19T02:56:07.501Z[ recovery-image] Feb 19 02:56:06.522 INFO O| Feb 19 02:56:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56072025-02-19T02:56:07.504Z[ recovery-image] Feb 19 02:56:06.522 INFO O| Feb 19 02:56:06.522 INFO STEP 402 (remove_files) COMPLETE
56082025-02-19T02:56:07.504Z[ recovery-image] Feb 19 02:56:06.522 INFO O| Feb 19 02:56:06.522 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-19T02:56:07.521Z[ recovery-image] Feb 19 02:56:06.543 INFO O| Feb 19 02:56:06.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56102025-02-19T02:56:07.524Z[ recovery-image] Feb 19 02:56:06.543 INFO O| Feb 19 02:56:06.543 INFO STEP 403 (remove_files) COMPLETE
56112025-02-19T02:56:07.524Z[ recovery-image] Feb 19 02:56:06.543 INFO O| Feb 19 02:56:06.543 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-19T02:56:07.557Z[ recovery-image] Feb 19 02:56:06.577 INFO O| Feb 19 02:56:06.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56132025-02-19T02:56:07.557Z[ recovery-image] Feb 19 02:56:06.577 INFO O| Feb 19 02:56:06.577 INFO STEP 404 (remove_files) COMPLETE
56142025-02-19T02:56:07.557Z[ recovery-image] Feb 19 02:56:06.577 INFO O| Feb 19 02:56:06.577 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-19T02:56:07.594Z[ recovery-image] Feb 19 02:56:06.614 INFO O| Feb 19 02:56:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56162025-02-19T02:56:07.594Z[ recovery-image] Feb 19 02:56:06.615 INFO O| Feb 19 02:56:06.615 INFO STEP 405 (remove_files) COMPLETE
56172025-02-19T02:56:07.594Z[ recovery-image] Feb 19 02:56:06.615 INFO O| Feb 19 02:56:06.615 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-19T02:56:07.642Z[ host-image] Feb 19 02:56:06.662 INFO O| Feb 19 02:56:06.662 INFO O| Planning: Evaluating mediators ... Done
56192025-02-19T02:56:07.667Z[ host-image] Feb 19 02:56:06.663 INFO O| Feb 19 02:56:06.663 INFO O| Planning: Planning completed in 5.44 seconds
56202025-02-19T02:56:07.667Z[ host-image] Feb 19 02:56:06.665 INFO O| Feb 19 02:56:06.665 INFO O| Packages to install: 1
56212025-02-19T02:56:07.670Z[ host-image] Feb 19 02:56:06.686 INFO O| Feb 19 02:56:06.686 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
56222025-02-19T02:56:07.670Z[ recovery-image] Feb 19 02:56:06.690 INFO O| Feb 19 02:56:06.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56232025-02-19T02:56:07.670Z[ recovery-image] Feb 19 02:56:06.690 INFO O| Feb 19 02:56:06.690 INFO STEP 406 (remove_files) COMPLETE
56242025-02-19T02:56:07.670Z[ recovery-image] Feb 19 02:56:06.690 INFO O| Feb 19 02:56:06.690 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-19T02:56:07.732Z[ recovery-image] Feb 19 02:56:06.746 INFO O| Feb 19 02:56:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56262025-02-19T02:56:07.736Z[ recovery-image] Feb 19 02:56:06.746 INFO O| Feb 19 02:56:06.746 INFO STEP 407 (remove_files) COMPLETE
56272025-02-19T02:56:07.736Z[ recovery-image] Feb 19 02:56:06.746 INFO O| Feb 19 02:56:06.746 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-19T02:56:07.748Z[ recovery-image] Feb 19 02:56:06.769 INFO O| Feb 19 02:56:06.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56292025-02-19T02:56:07.748Z[ recovery-image] Feb 19 02:56:06.769 INFO O| Feb 19 02:56:06.769 INFO STEP 408 (remove_files) COMPLETE
56302025-02-19T02:56:07.751Z[ recovery-image] Feb 19 02:56:06.770 INFO O| Feb 19 02:56:06.769 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-19T02:56:07.769Z[ recovery-image] Feb 19 02:56:06.790 INFO O| Feb 19 02:56:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56322025-02-19T02:56:07.776Z[ recovery-image] Feb 19 02:56:06.790 INFO O| Feb 19 02:56:06.790 INFO STEP 409 (remove_files) COMPLETE
56332025-02-19T02:56:07.777Z[ recovery-image] Feb 19 02:56:06.790 INFO O| Feb 19 02:56:06.790 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-19T02:56:07.788Z[ recovery-image] Feb 19 02:56:06.810 INFO O| Feb 19 02:56:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56352025-02-19T02:56:07.791Z[ recovery-image] Feb 19 02:56:06.810 INFO O| Feb 19 02:56:06.810 INFO STEP 410 (remove_files) COMPLETE
56362025-02-19T02:56:07.792Z[ recovery-image] Feb 19 02:56:06.810 INFO O| Feb 19 02:56:06.810 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-19T02:56:07.807Z[ recovery-image] Feb 19 02:56:06.828 INFO O| Feb 19 02:56:06.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56382025-02-19T02:56:07.810Z[ recovery-image] Feb 19 02:56:06.828 INFO O| Feb 19 02:56:06.828 INFO STEP 411 (remove_files) COMPLETE
56392025-02-19T02:56:07.810Z[ recovery-image] Feb 19 02:56:06.829 INFO O| Feb 19 02:56:06.828 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-19T02:56:07.827Z[ recovery-image] Feb 19 02:56:06.848 INFO O| Feb 19 02:56:06.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56412025-02-19T02:56:07.830Z[ recovery-image] Feb 19 02:56:06.848 INFO O| Feb 19 02:56:06.848 INFO STEP 412 (remove_files) COMPLETE
56422025-02-19T02:56:07.830Z[ recovery-image] Feb 19 02:56:06.848 INFO O| Feb 19 02:56:06.848 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-19T02:56:07.849Z[ recovery-image] Feb 19 02:56:06.870 INFO O| Feb 19 02:56:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56442025-02-19T02:56:07.852Z[ recovery-image] Feb 19 02:56:06.870 INFO O| Feb 19 02:56:06.870 INFO STEP 413 (remove_files) COMPLETE
56452025-02-19T02:56:07.852Z[ recovery-image] Feb 19 02:56:06.870 INFO O| Feb 19 02:56:06.870 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-19T02:56:07.884Z[ recovery-image] Feb 19 02:56:06.905 INFO O| Feb 19 02:56:06.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56472025-02-19T02:56:07.885Z[ recovery-image] Feb 19 02:56:06.905 INFO O| Feb 19 02:56:06.905 INFO STEP 414 (remove_files) COMPLETE
56482025-02-19T02:56:07.885Z[ recovery-image] Feb 19 02:56:06.905 INFO O| Feb 19 02:56:06.905 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-19T02:56:07.906Z[ recovery-image] Feb 19 02:56:06.926 INFO O| Feb 19 02:56:06.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56502025-02-19T02:56:07.906Z[ recovery-image] Feb 19 02:56:06.927 INFO O| Feb 19 02:56:06.927 INFO STEP 415 (remove_files) COMPLETE
56512025-02-19T02:56:07.906Z[ recovery-image] Feb 19 02:56:06.927 INFO O| Feb 19 02:56:06.927 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-19T02:56:07.927Z[ recovery-image] Feb 19 02:56:06.947 INFO O| Feb 19 02:56:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56532025-02-19T02:56:07.927Z[ recovery-image] Feb 19 02:56:06.947 INFO O| Feb 19 02:56:06.947 INFO STEP 416 (remove_files) COMPLETE
56542025-02-19T02:56:07.927Z[ recovery-image] Feb 19 02:56:06.948 INFO O| Feb 19 02:56:06.947 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-19T02:56:07.947Z[ recovery-image] Feb 19 02:56:06.968 INFO O| Feb 19 02:56:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56562025-02-19T02:56:07.947Z[ recovery-image] Feb 19 02:56:06.968 INFO O| Feb 19 02:56:06.968 INFO STEP 417 (remove_files) COMPLETE
56572025-02-19T02:56:07.948Z[ recovery-image] Feb 19 02:56:06.968 INFO O| Feb 19 02:56:06.968 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-19T02:56:07.967Z[ recovery-image] Feb 19 02:56:06.987 INFO O| Feb 19 02:56:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56592025-02-19T02:56:07.967Z[ recovery-image] Feb 19 02:56:06.987 INFO O| Feb 19 02:56:06.987 INFO STEP 418 (remove_files) COMPLETE
56602025-02-19T02:56:07.967Z[ recovery-image] Feb 19 02:56:06.987 INFO O| Feb 19 02:56:06.987 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-19T02:56:07.990Z[ recovery-image] Feb 19 02:56:07.011 INFO O| Feb 19 02:56:07.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56622025-02-19T02:56:07.990Z[ recovery-image] Feb 19 02:56:07.011 INFO O| Feb 19 02:56:07.011 INFO STEP 419 (remove_files) COMPLETE
56632025-02-19T02:56:07.990Z[ recovery-image] Feb 19 02:56:07.012 INFO O| Feb 19 02:56:07.011 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-19T02:56:08.011Z[ recovery-image] Feb 19 02:56:07.033 INFO O| Feb 19 02:56:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56652025-02-19T02:56:08.012Z[ recovery-image] Feb 19 02:56:07.033 INFO O| Feb 19 02:56:07.033 INFO STEP 420 (remove_files) COMPLETE
56662025-02-19T02:56:08.012Z[ recovery-image] Feb 19 02:56:07.033 INFO O| Feb 19 02:56:07.033 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-19T02:56:08.033Z[ recovery-image] Feb 19 02:56:07.054 INFO O| Feb 19 02:56:07.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56682025-02-19T02:56:08.033Z[ recovery-image] Feb 19 02:56:07.054 INFO O| Feb 19 02:56:07.054 INFO STEP 421 (remove_files) COMPLETE
56692025-02-19T02:56:08.033Z[ recovery-image] Feb 19 02:56:07.054 INFO O| Feb 19 02:56:07.054 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-19T02:56:08.051Z[ recovery-image] Feb 19 02:56:07.073 INFO O| Feb 19 02:56:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56712025-02-19T02:56:08.052Z[ recovery-image] Feb 19 02:56:07.073 INFO O| Feb 19 02:56:07.073 INFO STEP 422 (remove_files) COMPLETE
56722025-02-19T02:56:08.052Z[ recovery-image] Feb 19 02:56:07.073 INFO O| Feb 19 02:56:07.073 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-19T02:56:08.077Z[ recovery-image] Feb 19 02:56:07.098 INFO O| Feb 19 02:56:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56742025-02-19T02:56:08.080Z[ recovery-image] Feb 19 02:56:07.099 INFO O| Feb 19 02:56:07.098 INFO STEP 423 (remove_files) COMPLETE
56752025-02-19T02:56:08.081Z[ recovery-image] Feb 19 02:56:07.099 INFO O| Feb 19 02:56:07.099 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-19T02:56:08.097Z[ recovery-image] Feb 19 02:56:07.118 INFO O| Feb 19 02:56:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56772025-02-19T02:56:08.100Z[ recovery-image] Feb 19 02:56:07.118 INFO O| Feb 19 02:56:07.118 INFO STEP 424 (remove_files) COMPLETE
56782025-02-19T02:56:08.100Z[ recovery-image] Feb 19 02:56:07.118 INFO O| Feb 19 02:56:07.118 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-19T02:56:08.118Z[ recovery-image] Feb 19 02:56:07.139 INFO O| Feb 19 02:56:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56802025-02-19T02:56:08.121Z[ recovery-image] Feb 19 02:56:07.139 INFO O| Feb 19 02:56:07.139 INFO STEP 425 (remove_files) COMPLETE
56812025-02-19T02:56:08.121Z[ recovery-image] Feb 19 02:56:07.139 INFO O| Feb 19 02:56:07.139 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-19T02:56:08.140Z[ recovery-image] Feb 19 02:56:07.161 INFO O| Feb 19 02:56:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56832025-02-19T02:56:08.140Z[ recovery-image] Feb 19 02:56:07.161 INFO O| Feb 19 02:56:07.161 INFO STEP 426 (remove_files) COMPLETE
56842025-02-19T02:56:08.140Z[ recovery-image] Feb 19 02:56:07.161 INFO O| Feb 19 02:56:07.161 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-19T02:56:08.167Z[ recovery-image] Feb 19 02:56:07.188 INFO O| Feb 19 02:56:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56862025-02-19T02:56:08.167Z[ recovery-image] Feb 19 02:56:07.188 INFO O| Feb 19 02:56:07.188 INFO STEP 427 (remove_files) COMPLETE
56872025-02-19T02:56:08.170Z[ recovery-image] Feb 19 02:56:07.188 INFO O| Feb 19 02:56:07.188 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-19T02:56:08.200Z[ recovery-image] Feb 19 02:56:07.221 INFO O| Feb 19 02:56:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56892025-02-19T02:56:08.200Z[ recovery-image] Feb 19 02:56:07.221 INFO O| Feb 19 02:56:07.221 INFO STEP 428 (remove_files) COMPLETE
56902025-02-19T02:56:08.200Z[ recovery-image] Feb 19 02:56:07.221 INFO O| Feb 19 02:56:07.221 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-19T02:56:08.219Z[ recovery-image] Feb 19 02:56:07.240 INFO O| Feb 19 02:56:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56922025-02-19T02:56:08.219Z[ recovery-image] Feb 19 02:56:07.240 INFO O| Feb 19 02:56:07.240 INFO STEP 429 (remove_files) COMPLETE
56932025-02-19T02:56:08.219Z[ recovery-image] Feb 19 02:56:07.240 INFO O| Feb 19 02:56:07.240 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-19T02:56:08.239Z[ recovery-image] Feb 19 02:56:07.260 INFO O| Feb 19 02:56:07.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56952025-02-19T02:56:08.239Z[ recovery-image] Feb 19 02:56:07.260 INFO O| Feb 19 02:56:07.260 INFO STEP 430 (remove_files) COMPLETE
56962025-02-19T02:56:08.239Z[ recovery-image] Feb 19 02:56:07.260 INFO O| Feb 19 02:56:07.260 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-19T02:56:08.258Z[ recovery-image] Feb 19 02:56:07.279 INFO O| Feb 19 02:56:07.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56982025-02-19T02:56:08.258Z[ recovery-image] Feb 19 02:56:07.279 INFO O| Feb 19 02:56:07.279 INFO STEP 431 (remove_files) COMPLETE
56992025-02-19T02:56:08.258Z[ recovery-image] Feb 19 02:56:07.279 INFO O| Feb 19 02:56:07.279 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-19T02:56:08.277Z[ recovery-image] Feb 19 02:56:07.298 INFO O| Feb 19 02:56:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57012025-02-19T02:56:08.277Z[ recovery-image] Feb 19 02:56:07.298 INFO O| Feb 19 02:56:07.298 INFO STEP 432 (remove_files) COMPLETE
57022025-02-19T02:56:08.277Z[ recovery-image] Feb 19 02:56:07.298 INFO O| Feb 19 02:56:07.298 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-19T02:56:08.295Z[ recovery-image] Feb 19 02:56:07.317 INFO O| Feb 19 02:56:07.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57042025-02-19T02:56:08.295Z[ recovery-image] Feb 19 02:56:07.317 INFO O| Feb 19 02:56:07.317 INFO STEP 433 (remove_files) COMPLETE
57052025-02-19T02:56:08.299Z[ recovery-image] Feb 19 02:56:07.317 INFO O| Feb 19 02:56:07.317 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-19T02:56:08.336Z[ recovery-image] Feb 19 02:56:07.357 INFO O| Feb 19 02:56:07.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57072025-02-19T02:56:08.336Z[ recovery-image] Feb 19 02:56:07.357 INFO O| Feb 19 02:56:07.357 INFO STEP 434 (remove_files) COMPLETE
57082025-02-19T02:56:08.336Z[ recovery-image] Feb 19 02:56:07.357 INFO O| Feb 19 02:56:07.357 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-19T02:56:08.358Z[ recovery-image] Feb 19 02:56:07.379 INFO O| Feb 19 02:56:07.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57102025-02-19T02:56:08.358Z[ recovery-image] Feb 19 02:56:07.379 INFO O| Feb 19 02:56:07.379 INFO STEP 435 (remove_files) COMPLETE
57112025-02-19T02:56:08.358Z[ recovery-image] Feb 19 02:56:07.379 INFO O| Feb 19 02:56:07.379 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-19T02:56:08.379Z[ recovery-image] Feb 19 02:56:07.400 INFO O| Feb 19 02:56:07.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57132025-02-19T02:56:08.379Z[ recovery-image] Feb 19 02:56:07.400 INFO O| Feb 19 02:56:07.400 INFO STEP 436 (remove_files) COMPLETE
57142025-02-19T02:56:08.379Z[ recovery-image] Feb 19 02:56:07.400 INFO O| Feb 19 02:56:07.400 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-19T02:56:08.416Z[ recovery-image] Feb 19 02:56:07.437 INFO O| Feb 19 02:56:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57162025-02-19T02:56:08.438Z[ recovery-image] Feb 19 02:56:07.459 INFO O| Feb 19 02:56:07.459 INFO STEP 437 (remove_files) COMPLETE
57172025-02-19T02:56:08.447Z[ recovery-image] Feb 19 02:56:07.459 INFO O| Feb 19 02:56:07.459 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-19T02:56:08.491Z[ recovery-image] Feb 19 02:56:07.510 INFO O| Feb 19 02:56:07.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57192025-02-19T02:56:08.491Z[ recovery-image] Feb 19 02:56:07.510 INFO O| Feb 19 02:56:07.510 INFO STEP 438 (remove_files) COMPLETE
57202025-02-19T02:56:08.491Z[ recovery-image] Feb 19 02:56:07.510 INFO O| Feb 19 02:56:07.510 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-19T02:56:08.523Z[ recovery-image] Feb 19 02:56:07.544 INFO O| Feb 19 02:56:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57222025-02-19T02:56:08.524Z[ recovery-image] Feb 19 02:56:07.544 INFO O| Feb 19 02:56:07.544 INFO STEP 439 (remove_files) COMPLETE
57232025-02-19T02:56:08.524Z[ recovery-image] Feb 19 02:56:07.544 INFO O| Feb 19 02:56:07.544 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-19T02:56:08.543Z[ recovery-image] Feb 19 02:56:07.564 INFO O| Feb 19 02:56:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57252025-02-19T02:56:08.543Z[ recovery-image] Feb 19 02:56:07.564 INFO O| Feb 19 02:56:07.564 INFO STEP 440 (remove_files) COMPLETE
57262025-02-19T02:56:08.549Z[ recovery-image] Feb 19 02:56:07.564 INFO O| Feb 19 02:56:07.564 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-19T02:56:08.640Z[ recovery-image] Feb 19 02:56:07.661 INFO O| Feb 19 02:56:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57282025-02-19T02:56:08.643Z[ recovery-image] Feb 19 02:56:07.661 INFO O| Feb 19 02:56:07.661 INFO STEP 441 (remove_files) COMPLETE
57292025-02-19T02:56:08.644Z[ recovery-image] Feb 19 02:56:07.661 INFO O| Feb 19 02:56:07.661 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-19T02:56:08.678Z[ recovery-image] Feb 19 02:56:07.698 INFO O| Feb 19 02:56:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57312025-02-19T02:56:08.678Z[ recovery-image] Feb 19 02:56:07.699 INFO O| Feb 19 02:56:07.699 INFO STEP 442 (remove_files) COMPLETE
57322025-02-19T02:56:08.681Z[ recovery-image] Feb 19 02:56:07.699 INFO O| Feb 19 02:56:07.699 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-19T02:56:08.697Z[ recovery-image] Feb 19 02:56:07.718 INFO O| Feb 19 02:56:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57342025-02-19T02:56:08.697Z[ recovery-image] Feb 19 02:56:07.718 INFO O| Feb 19 02:56:07.718 INFO STEP 443 (remove_files) COMPLETE
57352025-02-19T02:56:08.698Z[ recovery-image] Feb 19 02:56:07.718 INFO O| Feb 19 02:56:07.718 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-19T02:56:08.714Z[ recovery-image] Feb 19 02:56:07.735 INFO O| Feb 19 02:56:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57372025-02-19T02:56:08.714Z[ recovery-image] Feb 19 02:56:07.735 INFO O| Feb 19 02:56:07.735 INFO STEP 444 (remove_files) COMPLETE
57382025-02-19T02:56:08.714Z[ recovery-image] Feb 19 02:56:07.735 INFO O| Feb 19 02:56:07.735 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-19T02:56:08.733Z[ recovery-image] Feb 19 02:56:07.754 INFO O| Feb 19 02:56:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57402025-02-19T02:56:08.733Z[ recovery-image] Feb 19 02:56:07.754 INFO O| Feb 19 02:56:07.754 INFO STEP 445 (remove_files) COMPLETE
57412025-02-19T02:56:08.733Z[ recovery-image] Feb 19 02:56:07.754 INFO O| Feb 19 02:56:07.754 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-19T02:56:08.753Z[ recovery-image] Feb 19 02:56:07.774 INFO O| Feb 19 02:56:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57432025-02-19T02:56:08.753Z[ recovery-image] Feb 19 02:56:07.774 INFO O| Feb 19 02:56:07.774 INFO STEP 446 (remove_files) COMPLETE
57442025-02-19T02:56:08.753Z[ recovery-image] Feb 19 02:56:07.774 INFO O| Feb 19 02:56:07.774 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-19T02:56:08.849Z[ recovery-image] Feb 19 02:56:07.870 INFO O| Feb 19 02:56:07.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57462025-02-19T02:56:08.850Z[ recovery-image] Feb 19 02:56:07.870 INFO O| Feb 19 02:56:07.870 INFO STEP 447 (remove_files) COMPLETE
57472025-02-19T02:56:08.850Z[ recovery-image] Feb 19 02:56:07.870 INFO O| Feb 19 02:56:07.870 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-19T02:56:08.869Z[ recovery-image] Feb 19 02:56:07.890 INFO O| Feb 19 02:56:07.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57492025-02-19T02:56:08.882Z[ recovery-image] Feb 19 02:56:07.902 INFO O| Feb 19 02:56:07.902 INFO STEP 448 (remove_files) COMPLETE
57502025-02-19T02:56:08.882Z[ recovery-image] Feb 19 02:56:07.902 INFO O| Feb 19 02:56:07.902 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-19T02:56:08.939Z[ recovery-image] Feb 19 02:56:07.960 INFO O| Feb 19 02:56:07.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57522025-02-19T02:56:08.939Z[ recovery-image] Feb 19 02:56:07.960 INFO O| Feb 19 02:56:07.960 INFO STEP 449 (remove_files) COMPLETE
57532025-02-19T02:56:08.939Z[ recovery-image] Feb 19 02:56:07.960 INFO O| Feb 19 02:56:07.960 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-19T02:56:08.959Z[ recovery-image] Feb 19 02:56:07.979 INFO O| Feb 19 02:56:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57552025-02-19T02:56:08.959Z[ recovery-image] Feb 19 02:56:07.980 INFO O| Feb 19 02:56:07.980 INFO STEP 450 (remove_files) COMPLETE
57562025-02-19T02:56:08.962Z[ recovery-image] Feb 19 02:56:07.980 INFO O| Feb 19 02:56:07.980 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-19T02:56:08.980Z[ recovery-image] Feb 19 02:56:08.000 INFO O| Feb 19 02:56:08.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57582025-02-19T02:56:08.980Z[ recovery-image] Feb 19 02:56:08.001 INFO O| Feb 19 02:56:08.000 INFO STEP 451 (remove_files) COMPLETE
57592025-02-19T02:56:08.985Z[ recovery-image] Feb 19 02:56:08.001 INFO O| Feb 19 02:56:08.001 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-19T02:56:09.023Z[ recovery-image] Feb 19 02:56:08.044 INFO O| Feb 19 02:56:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57612025-02-19T02:56:09.024Z[ recovery-image] Feb 19 02:56:08.044 INFO O| Feb 19 02:56:08.044 INFO STEP 452 (remove_files) COMPLETE
57622025-02-19T02:56:09.024Z[ recovery-image] Feb 19 02:56:08.044 INFO O| Feb 19 02:56:08.044 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-19T02:56:09.044Z[ recovery-image] Feb 19 02:56:08.065 INFO O| Feb 19 02:56:08.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57642025-02-19T02:56:09.044Z[ recovery-image] Feb 19 02:56:08.065 INFO O| Feb 19 02:56:08.065 INFO STEP 453 (remove_files) COMPLETE
57652025-02-19T02:56:09.044Z[ recovery-image] Feb 19 02:56:08.065 INFO O| Feb 19 02:56:08.065 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-19T02:56:09.064Z[ recovery-image] Feb 19 02:56:08.084 INFO O| Feb 19 02:56:08.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57672025-02-19T02:56:09.064Z[ recovery-image] Feb 19 02:56:08.084 INFO O| Feb 19 02:56:08.084 INFO STEP 454 (remove_files) COMPLETE
57682025-02-19T02:56:09.064Z[ recovery-image] Feb 19 02:56:08.084 INFO O| Feb 19 02:56:08.084 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-19T02:56:09.094Z[ recovery-image] Feb 19 02:56:08.114 INFO O| Feb 19 02:56:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57702025-02-19T02:56:09.094Z[ recovery-image] Feb 19 02:56:08.114 INFO O| Feb 19 02:56:08.114 INFO STEP 455 (remove_files) COMPLETE
57712025-02-19T02:56:09.094Z[ recovery-image] Feb 19 02:56:08.114 INFO O| Feb 19 02:56:08.114 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-19T02:56:09.115Z[ recovery-image] Feb 19 02:56:08.136 INFO O| Feb 19 02:56:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57732025-02-19T02:56:09.115Z[ recovery-image] Feb 19 02:56:08.136 INFO O| Feb 19 02:56:08.136 INFO STEP 456 (remove_files) COMPLETE
57742025-02-19T02:56:09.115Z[ recovery-image] Feb 19 02:56:08.136 INFO O| Feb 19 02:56:08.136 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-19T02:56:09.150Z[ recovery-image] Feb 19 02:56:08.171 INFO O| Feb 19 02:56:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57762025-02-19T02:56:09.150Z[ recovery-image] Feb 19 02:56:08.171 INFO O| Feb 19 02:56:08.171 INFO STEP 457 (remove_files) COMPLETE
57772025-02-19T02:56:09.150Z[ recovery-image] Feb 19 02:56:08.171 INFO O| Feb 19 02:56:08.171 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-19T02:56:09.180Z[ host-image] Feb 19 02:56:08.201 INFO O| Feb 19 02:56:08.201 INFO O| Download: Completed 10.27 MB in 1.51 seconds (6.8M/s)
57792025-02-19T02:56:09.249Z[ recovery-image] Feb 19 02:56:08.269 INFO O| Feb 19 02:56:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57802025-02-19T02:56:09.281Z[ host-image] Feb 19 02:56:08.302 INFO O| Feb 19 02:56:08.302 INFO O| Actions: 1/22 actions (Installing new actions)
57812025-02-19T02:56:09.301Z[ recovery-image] Feb 19 02:56:08.322 INFO O| Feb 19 02:56:08.322 INFO STEP 458 (remove_files) COMPLETE
57822025-02-19T02:56:09.304Z[ recovery-image] Feb 19 02:56:08.322 INFO O| Feb 19 02:56:08.322 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-02-19T02:56:09.324Z[ recovery-image] Feb 19 02:56:08.344 INFO O| Feb 19 02:56:08.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57842025-02-19T02:56:09.324Z[ recovery-image] Feb 19 02:56:08.345 INFO O| Feb 19 02:56:08.345 INFO STEP 459 (remove_files) COMPLETE
57852025-02-19T02:56:09.324Z[ recovery-image] Feb 19 02:56:08.345 INFO O| Feb 19 02:56:08.345 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-02-19T02:56:09.341Z[ recovery-image] Feb 19 02:56:08.362 INFO O| Feb 19 02:56:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57872025-02-19T02:56:09.341Z[ recovery-image] Feb 19 02:56:08.362 INFO O| Feb 19 02:56:08.362 INFO STEP 460 (remove_files) COMPLETE
57882025-02-19T02:56:09.341Z[ recovery-image] Feb 19 02:56:08.362 INFO O| Feb 19 02:56:08.362 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-02-19T02:56:09.384Z[ recovery-image] Feb 19 02:56:08.405 INFO O| Feb 19 02:56:08.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57902025-02-19T02:56:09.384Z[ recovery-image] Feb 19 02:56:08.405 INFO O| Feb 19 02:56:08.405 INFO STEP 461 (remove_files) COMPLETE
57912025-02-19T02:56:09.387Z[ recovery-image] Feb 19 02:56:08.405 INFO O| Feb 19 02:56:08.405 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-02-19T02:56:09.430Z[ recovery-image] Feb 19 02:56:08.451 INFO O| Feb 19 02:56:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57932025-02-19T02:56:09.430Z[ recovery-image] Feb 19 02:56:08.451 INFO O| Feb 19 02:56:08.451 INFO STEP 462 (remove_files) COMPLETE
57942025-02-19T02:56:09.430Z[ recovery-image] Feb 19 02:56:08.451 INFO O| Feb 19 02:56:08.451 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-02-19T02:56:09.450Z[ recovery-image] Feb 19 02:56:08.471 INFO O| Feb 19 02:56:08.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57962025-02-19T02:56:09.450Z[ recovery-image] Feb 19 02:56:08.471 INFO O| Feb 19 02:56:08.471 INFO STEP 463 (remove_files) COMPLETE
57972025-02-19T02:56:09.450Z[ recovery-image] Feb 19 02:56:08.471 INFO O| Feb 19 02:56:08.471 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-19T02:56:09.468Z[ recovery-image] Feb 19 02:56:08.489 INFO O| Feb 19 02:56:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57992025-02-19T02:56:09.468Z[ recovery-image] Feb 19 02:56:08.489 INFO O| Feb 19 02:56:08.489 INFO STEP 464 (remove_files) COMPLETE
58002025-02-19T02:56:09.468Z[ recovery-image] Feb 19 02:56:08.489 INFO O| Feb 19 02:56:08.489 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-19T02:56:09.487Z[ recovery-image] Feb 19 02:56:08.508 INFO O| Feb 19 02:56:08.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58022025-02-19T02:56:09.490Z[ recovery-image] Feb 19 02:56:08.508 INFO O| Feb 19 02:56:08.508 INFO STEP 465 (remove_files) COMPLETE
58032025-02-19T02:56:09.490Z[ recovery-image] Feb 19 02:56:08.508 INFO O| Feb 19 02:56:08.508 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-19T02:56:09.505Z[ recovery-image] Feb 19 02:56:08.526 INFO O| Feb 19 02:56:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58052025-02-19T02:56:09.622Z[ recovery-image] Feb 19 02:56:08.548 INFO O| Feb 19 02:56:08.548 INFO STEP 466 (remove_files) COMPLETE
58062025-02-19T02:56:09.622Z[ recovery-image] Feb 19 02:56:08.548 INFO O| Feb 19 02:56:08.548 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-19T02:56:09.622Z[ recovery-image] Feb 19 02:56:08.571 INFO O| Feb 19 02:56:08.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58082025-02-19T02:56:09.622Z[ recovery-image] Feb 19 02:56:08.571 INFO O| Feb 19 02:56:08.571 INFO STEP 467 (remove_files) COMPLETE
58092025-02-19T02:56:09.622Z[ recovery-image] Feb 19 02:56:08.571 INFO O| Feb 19 02:56:08.571 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.594 INFO O| Feb 19 02:56:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58112025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.594 INFO O| Feb 19 02:56:08.594 INFO STEP 468 (remove_files) COMPLETE
58122025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.594 INFO O| Feb 19 02:56:08.594 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.616 INFO O| Feb 19 02:56:08.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58142025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.616 INFO O| Feb 19 02:56:08.616 INFO STEP 469 (remove_files) COMPLETE
58152025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.616 INFO O| Feb 19 02:56:08.616 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.638 INFO O| Feb 19 02:56:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58172025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.638 INFO O| Feb 19 02:56:08.638 INFO STEP 470 (remove_files) COMPLETE
58182025-02-19T02:56:09.623Z[ recovery-image] Feb 19 02:56:08.638 INFO O| Feb 19 02:56:08.638 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-19T02:56:09.654Z[ recovery-image] Feb 19 02:56:08.660 INFO O| Feb 19 02:56:08.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58202025-02-19T02:56:09.654Z[ recovery-image] Feb 19 02:56:08.660 INFO O| Feb 19 02:56:08.660 INFO STEP 471 (remove_files) COMPLETE
58212025-02-19T02:56:09.654Z[ recovery-image] Feb 19 02:56:08.660 INFO O| Feb 19 02:56:08.660 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-19T02:56:09.666Z[ recovery-image] Feb 19 02:56:08.687 INFO O| Feb 19 02:56:08.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58232025-02-19T02:56:09.672Z[ recovery-image] Feb 19 02:56:08.687 INFO O| Feb 19 02:56:08.687 INFO STEP 472 (remove_files) COMPLETE
58242025-02-19T02:56:09.672Z[ recovery-image] Feb 19 02:56:08.687 INFO O| Feb 19 02:56:08.687 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-19T02:56:09.687Z[ recovery-image] Feb 19 02:56:08.707 INFO O| Feb 19 02:56:08.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58262025-02-19T02:56:09.690Z[ recovery-image] Feb 19 02:56:08.708 INFO O| Feb 19 02:56:08.708 INFO STEP 473 (remove_files) COMPLETE
58272025-02-19T02:56:09.690Z[ recovery-image] Feb 19 02:56:08.708 INFO O| Feb 19 02:56:08.708 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-19T02:56:09.707Z[ recovery-image] Feb 19 02:56:08.727 INFO O| Feb 19 02:56:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58292025-02-19T02:56:09.707Z[ recovery-image] Feb 19 02:56:08.727 INFO O| Feb 19 02:56:08.727 INFO STEP 474 (remove_files) COMPLETE
58302025-02-19T02:56:09.707Z[ recovery-image] Feb 19 02:56:08.727 INFO O| Feb 19 02:56:08.727 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-19T02:56:09.726Z[ recovery-image] Feb 19 02:56:08.747 INFO O| Feb 19 02:56:08.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58322025-02-19T02:56:09.727Z[ recovery-image] Feb 19 02:56:08.747 INFO O| Feb 19 02:56:08.747 INFO STEP 475 (remove_files) COMPLETE
58332025-02-19T02:56:09.727Z[ recovery-image] Feb 19 02:56:08.747 INFO O| Feb 19 02:56:08.747 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-19T02:56:09.745Z[ recovery-image] Feb 19 02:56:08.766 INFO O| Feb 19 02:56:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58352025-02-19T02:56:09.745Z[ recovery-image] Feb 19 02:56:08.766 INFO O| Feb 19 02:56:08.766 INFO STEP 476 (remove_files) COMPLETE
58362025-02-19T02:56:09.748Z[ recovery-image] Feb 19 02:56:08.766 INFO O| Feb 19 02:56:08.766 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-19T02:56:09.773Z[ recovery-image] Feb 19 02:56:08.790 INFO O| Feb 19 02:56:08.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58382025-02-19T02:56:09.773Z[ recovery-image] Feb 19 02:56:08.790 INFO O| Feb 19 02:56:08.790 INFO STEP 477 (remove_files) COMPLETE
58392025-02-19T02:56:09.773Z[ recovery-image] Feb 19 02:56:08.790 INFO O| Feb 19 02:56:08.790 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-19T02:56:09.801Z[ host-image] Feb 19 02:56:08.805 INFO O| Feb 19 02:56:08.805 INFO O| Actions: Completed 22 actions in 0.50 seconds.
58412025-02-19T02:56:09.804Z[ recovery-image] Feb 19 02:56:08.822 INFO O| Feb 19 02:56:08.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58422025-02-19T02:56:09.842Z[ recovery-image] Feb 19 02:56:08.863 INFO O| Feb 19 02:56:08.863 INFO STEP 478 (remove_files) COMPLETE
58432025-02-19T02:56:09.842Z[ recovery-image] Feb 19 02:56:08.863 INFO O| Feb 19 02:56:08.863 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-02-19T02:56:09.874Z[ recovery-image] Feb 19 02:56:08.895 INFO O| Feb 19 02:56:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58452025-02-19T02:56:09.874Z[ recovery-image] Feb 19 02:56:08.895 INFO O| Feb 19 02:56:08.895 INFO STEP 479 (remove_files) COMPLETE
58462025-02-19T02:56:09.877Z[ recovery-image] Feb 19 02:56:08.896 INFO O| Feb 19 02:56:08.895 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-02-19T02:56:09.942Z[ recovery-image] Feb 19 02:56:08.962 INFO O| Feb 19 02:56:08.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58482025-02-19T02:56:09.942Z[ recovery-image] Feb 19 02:56:08.962 INFO O| Feb 19 02:56:08.962 INFO STEP 480 (remove_files) COMPLETE
58492025-02-19T02:56:09.945Z[ recovery-image] Feb 19 02:56:08.962 INFO O| Feb 19 02:56:08.962 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-02-19T02:56:09.974Z[ recovery-image] Feb 19 02:56:08.994 INFO O| Feb 19 02:56:08.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58512025-02-19T02:56:09.977Z[ recovery-image] Feb 19 02:56:08.995 INFO O| Feb 19 02:56:08.995 INFO STEP 481 (remove_files) COMPLETE
58522025-02-19T02:56:09.977Z[ recovery-image] Feb 19 02:56:08.995 INFO O| Feb 19 02:56:08.995 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-02-19T02:56:09.994Z[ recovery-image] Feb 19 02:56:09.015 INFO O| Feb 19 02:56:09.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58542025-02-19T02:56:10.014Z[ recovery-image] Feb 19 02:56:09.035 INFO O| Feb 19 02:56:09.035 INFO STEP 482 (remove_files) COMPLETE
58552025-02-19T02:56:10.014Z[ recovery-image] Feb 19 02:56:09.035 INFO O| Feb 19 02:56:09.035 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-02-19T02:56:10.035Z[ recovery-image] Feb 19 02:56:09.055 INFO O| Feb 19 02:56:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58572025-02-19T02:56:10.038Z[ recovery-image] Feb 19 02:56:09.056 INFO O| Feb 19 02:56:09.055 INFO STEP 483 (remove_files) COMPLETE
58582025-02-19T02:56:10.038Z[ recovery-image] Feb 19 02:56:09.056 INFO O| Feb 19 02:56:09.056 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-02-19T02:56:10.061Z[ recovery-image] Feb 19 02:56:09.082 INFO O| Feb 19 02:56:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58602025-02-19T02:56:10.064Z[ recovery-image] Feb 19 02:56:09.082 INFO O| Feb 19 02:56:09.082 INFO STEP 484 (remove_files) COMPLETE
58612025-02-19T02:56:10.064Z[ recovery-image] Feb 19 02:56:09.083 INFO O| Feb 19 02:56:09.082 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-02-19T02:56:10.097Z[ recovery-image] Feb 19 02:56:09.118 INFO O| Feb 19 02:56:09.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58632025-02-19T02:56:10.100Z[ recovery-image] Feb 19 02:56:09.118 INFO O| Feb 19 02:56:09.118 INFO STEP 485 (remove_files) COMPLETE
58642025-02-19T02:56:10.101Z[ recovery-image] Feb 19 02:56:09.118 INFO O| Feb 19 02:56:09.118 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-02-19T02:56:10.134Z[ recovery-image] Feb 19 02:56:09.154 INFO O| Feb 19 02:56:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58662025-02-19T02:56:10.134Z[ recovery-image] Feb 19 02:56:09.154 INFO O| Feb 19 02:56:09.154 INFO STEP 486 (remove_files) COMPLETE
58672025-02-19T02:56:10.134Z[ recovery-image] Feb 19 02:56:09.154 INFO O| Feb 19 02:56:09.154 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-02-19T02:56:10.153Z[ recovery-image] Feb 19 02:56:09.174 INFO O| Feb 19 02:56:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58692025-02-19T02:56:10.153Z[ recovery-image] Feb 19 02:56:09.174 INFO O| Feb 19 02:56:09.174 INFO STEP 487 (remove_files) COMPLETE
58702025-02-19T02:56:10.153Z[ recovery-image] Feb 19 02:56:09.174 INFO O| Feb 19 02:56:09.174 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-02-19T02:56:10.200Z[ recovery-image] Feb 19 02:56:09.221 INFO O| Feb 19 02:56:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58722025-02-19T02:56:10.200Z[ recovery-image] Feb 19 02:56:09.221 INFO O| Feb 19 02:56:09.221 INFO STEP 488 (remove_files) COMPLETE
58732025-02-19T02:56:10.200Z[ recovery-image] Feb 19 02:56:09.221 INFO O| Feb 19 02:56:09.221 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-02-19T02:56:10.253Z[ recovery-image] Feb 19 02:56:09.274 INFO O| Feb 19 02:56:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58752025-02-19T02:56:10.253Z[ recovery-image] Feb 19 02:56:09.274 INFO O| Feb 19 02:56:09.274 INFO STEP 489 (remove_files) COMPLETE
58762025-02-19T02:56:10.253Z[ recovery-image] Feb 19 02:56:09.274 INFO O| Feb 19 02:56:09.274 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-02-19T02:56:10.305Z[ recovery-image] Feb 19 02:56:09.326 INFO O| Feb 19 02:56:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58782025-02-19T02:56:10.305Z[ recovery-image] Feb 19 02:56:09.326 INFO O| Feb 19 02:56:09.326 INFO STEP 490 (remove_files) COMPLETE
58792025-02-19T02:56:10.305Z[ recovery-image] Feb 19 02:56:09.326 INFO O| Feb 19 02:56:09.326 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-02-19T02:56:10.347Z[ recovery-image] Feb 19 02:56:09.364 INFO O| Feb 19 02:56:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58812025-02-19T02:56:10.348Z[ recovery-image] Feb 19 02:56:09.364 INFO O| Feb 19 02:56:09.364 INFO STEP 491 (remove_files) COMPLETE
58822025-02-19T02:56:10.351Z[ recovery-image] Feb 19 02:56:09.365 INFO O| Feb 19 02:56:09.364 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-02-19T02:56:10.365Z[ recovery-image] Feb 19 02:56:09.386 INFO O| Feb 19 02:56:09.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58842025-02-19T02:56:10.365Z[ recovery-image] Feb 19 02:56:09.386 INFO O| Feb 19 02:56:09.386 INFO STEP 492 (remove_files) COMPLETE
58852025-02-19T02:56:10.365Z[ recovery-image] Feb 19 02:56:09.386 INFO O| Feb 19 02:56:09.386 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-02-19T02:56:10.403Z[ recovery-image] Feb 19 02:56:09.424 INFO O| Feb 19 02:56:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58872025-02-19T02:56:10.404Z[ recovery-image] Feb 19 02:56:09.424 INFO O| Feb 19 02:56:09.424 INFO STEP 493 (remove_files) COMPLETE
58882025-02-19T02:56:10.404Z[ recovery-image] Feb 19 02:56:09.424 INFO O| Feb 19 02:56:09.424 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-02-19T02:56:10.413Z[ host-image] Feb 19 02:56:09.434 INFO O| Feb 19 02:56:09.434 INFO O| Done
58902025-02-19T02:56:10.414Z[ host-image] Feb 19 02:56:09.435 INFO O| Feb 19 02:56:09.434 INFO O| Done
58912025-02-19T02:56:10.452Z[ recovery-image] Feb 19 02:56:09.473 INFO O| Feb 19 02:56:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58922025-02-19T02:56:10.452Z[ recovery-image] Feb 19 02:56:09.473 INFO O| Feb 19 02:56:09.473 INFO STEP 494 (remove_files) COMPLETE
58932025-02-19T02:56:10.455Z[ recovery-image] Feb 19 02:56:09.473 INFO O| Feb 19 02:56:09.473 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-19T02:56:10.471Z[ recovery-image] Feb 19 02:56:09.491 INFO O| Feb 19 02:56:09.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58952025-02-19T02:56:10.471Z[ recovery-image] Feb 19 02:56:09.491 INFO O| Feb 19 02:56:09.491 INFO STEP 495 (remove_files) COMPLETE
58962025-02-19T02:56:10.471Z[ recovery-image] Feb 19 02:56:09.491 INFO O| Feb 19 02:56:09.491 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-19T02:56:10.488Z[ recovery-image] Feb 19 02:56:09.508 INFO O| Feb 19 02:56:09.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58982025-02-19T02:56:10.488Z[ recovery-image] Feb 19 02:56:09.508 INFO O| Feb 19 02:56:09.508 INFO STEP 496 (remove_files) COMPLETE
58992025-02-19T02:56:10.488Z[ recovery-image] Feb 19 02:56:09.508 INFO O| Feb 19 02:56:09.508 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-19T02:56:10.510Z[ recovery-image] Feb 19 02:56:09.530 INFO O| Feb 19 02:56:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59012025-02-19T02:56:10.513Z[ recovery-image] Feb 19 02:56:09.531 INFO O| Feb 19 02:56:09.531 INFO STEP 497 (remove_files) COMPLETE
59022025-02-19T02:56:10.513Z[ recovery-image] Feb 19 02:56:09.531 INFO O| Feb 19 02:56:09.531 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-19T02:56:10.528Z[ recovery-image] Feb 19 02:56:09.549 INFO O| Feb 19 02:56:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59042025-02-19T02:56:10.531Z[ recovery-image] Feb 19 02:56:09.549 INFO O| Feb 19 02:56:09.549 INFO STEP 498 (remove_files) COMPLETE
59052025-02-19T02:56:10.531Z[ recovery-image] Feb 19 02:56:09.549 INFO O| Feb 19 02:56:09.549 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-19T02:56:10.545Z[ recovery-image] Feb 19 02:56:09.566 INFO O| Feb 19 02:56:09.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59072025-02-19T02:56:10.548Z[ recovery-image] Feb 19 02:56:09.566 INFO O| Feb 19 02:56:09.566 INFO STEP 499 (remove_files) COMPLETE
59082025-02-19T02:56:10.548Z[ recovery-image] Feb 19 02:56:09.567 INFO O| Feb 19 02:56:09.567 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-19T02:56:10.566Z[ recovery-image] Feb 19 02:56:09.587 INFO O| Feb 19 02:56:09.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59102025-02-19T02:56:10.569Z[ recovery-image] Feb 19 02:56:09.587 INFO O| Feb 19 02:56:09.587 INFO STEP 500 (remove_files) COMPLETE
59112025-02-19T02:56:10.569Z[ recovery-image] Feb 19 02:56:09.587 INFO O| Feb 19 02:56:09.587 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-19T02:56:10.586Z[ recovery-image] Feb 19 02:56:09.607 INFO O| Feb 19 02:56:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59132025-02-19T02:56:10.589Z[ recovery-image] Feb 19 02:56:09.607 INFO O| Feb 19 02:56:09.607 INFO STEP 501 (remove_files) COMPLETE
59142025-02-19T02:56:10.589Z[ recovery-image] Feb 19 02:56:09.607 INFO O| Feb 19 02:56:09.607 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-19T02:56:10.646Z[ recovery-image] Feb 19 02:56:09.667 INFO O| Feb 19 02:56:09.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59162025-02-19T02:56:10.649Z[ recovery-image] Feb 19 02:56:09.667 INFO O| Feb 19 02:56:09.667 INFO STEP 502 (remove_files) COMPLETE
59172025-02-19T02:56:10.649Z[ recovery-image] Feb 19 02:56:09.667 INFO O| Feb 19 02:56:09.667 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-19T02:56:10.665Z[ recovery-image] Feb 19 02:56:09.686 INFO O| Feb 19 02:56:09.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59192025-02-19T02:56:10.668Z[ recovery-image] Feb 19 02:56:09.686 INFO O| Feb 19 02:56:09.686 INFO STEP 503 (remove_files) COMPLETE
59202025-02-19T02:56:10.668Z[ recovery-image] Feb 19 02:56:09.686 INFO O| Feb 19 02:56:09.686 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-19T02:56:10.685Z[ recovery-image] Feb 19 02:56:09.705 INFO O| Feb 19 02:56:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59222025-02-19T02:56:10.685Z[ recovery-image] Feb 19 02:56:09.706 INFO O| Feb 19 02:56:09.705 INFO STEP 504 (remove_files) COMPLETE
59232025-02-19T02:56:10.688Z[ recovery-image] Feb 19 02:56:09.706 INFO O| Feb 19 02:56:09.706 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-19T02:56:10.705Z[ recovery-image] Feb 19 02:56:09.726 INFO O| Feb 19 02:56:09.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59252025-02-19T02:56:10.708Z[ recovery-image] Feb 19 02:56:09.726 INFO O| Feb 19 02:56:09.726 INFO STEP 505 (remove_files) COMPLETE
59262025-02-19T02:56:10.708Z[ recovery-image] Feb 19 02:56:09.726 INFO O| Feb 19 02:56:09.726 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-19T02:56:10.725Z[ recovery-image] Feb 19 02:56:09.746 INFO O| Feb 19 02:56:09.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59282025-02-19T02:56:10.728Z[ recovery-image] Feb 19 02:56:09.746 INFO O| Feb 19 02:56:09.746 INFO STEP 506 (remove_files) COMPLETE
59292025-02-19T02:56:10.728Z[ recovery-image] Feb 19 02:56:09.746 INFO O| Feb 19 02:56:09.746 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-19T02:56:10.744Z[ recovery-image] Feb 19 02:56:09.765 INFO O| Feb 19 02:56:09.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59312025-02-19T02:56:10.745Z[ recovery-image] Feb 19 02:56:09.765 INFO O| Feb 19 02:56:09.765 INFO STEP 507 (remove_files) COMPLETE
59322025-02-19T02:56:10.747Z[ recovery-image] Feb 19 02:56:09.766 INFO O| Feb 19 02:56:09.766 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-02-19T02:56:10.764Z[ recovery-image] Feb 19 02:56:09.785 INFO O| Feb 19 02:56:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59342025-02-19T02:56:10.767Z[ recovery-image] Feb 19 02:56:09.785 INFO O| Feb 19 02:56:09.785 INFO STEP 508 (remove_files) COMPLETE
59352025-02-19T02:56:10.767Z[ recovery-image] Feb 19 02:56:09.785 INFO O| Feb 19 02:56:09.785 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-02-19T02:56:10.784Z[ recovery-image] Feb 19 02:56:09.805 INFO O| Feb 19 02:56:09.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59372025-02-19T02:56:10.787Z[ recovery-image] Feb 19 02:56:09.805 INFO O| Feb 19 02:56:09.805 INFO STEP 509 (remove_files) COMPLETE
59382025-02-19T02:56:10.787Z[ recovery-image] Feb 19 02:56:09.805 INFO O| Feb 19 02:56:09.805 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-02-19T02:56:10.804Z[ recovery-image] Feb 19 02:56:09.825 INFO O| Feb 19 02:56:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59402025-02-19T02:56:10.807Z[ recovery-image] Feb 19 02:56:09.825 INFO O| Feb 19 02:56:09.825 INFO STEP 510 (remove_files) COMPLETE
59412025-02-19T02:56:10.808Z[ recovery-image] Feb 19 02:56:09.825 INFO O| Feb 19 02:56:09.825 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-02-19T02:56:10.839Z[ recovery-image] Feb 19 02:56:09.860 INFO O| Feb 19 02:56:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59432025-02-19T02:56:10.839Z[ recovery-image] Feb 19 02:56:09.860 INFO O| Feb 19 02:56:09.860 INFO STEP 511 (remove_files) COMPLETE
59442025-02-19T02:56:10.843Z[ recovery-image] Feb 19 02:56:09.860 INFO O| Feb 19 02:56:09.860 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-02-19T02:56:10.858Z[ recovery-image] Feb 19 02:56:09.878 INFO O| Feb 19 02:56:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59462025-02-19T02:56:10.861Z[ recovery-image] Feb 19 02:56:09.878 INFO O| Feb 19 02:56:09.878 INFO STEP 512 (remove_files) COMPLETE
59472025-02-19T02:56:10.861Z[ recovery-image] Feb 19 02:56:09.879 INFO O| Feb 19 02:56:09.879 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-02-19T02:56:10.877Z[ recovery-image] Feb 19 02:56:09.898 INFO O| Feb 19 02:56:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59492025-02-19T02:56:10.881Z[ recovery-image] Feb 19 02:56:09.898 INFO O| Feb 19 02:56:09.898 INFO STEP 513 (remove_files) COMPLETE
59502025-02-19T02:56:10.881Z[ recovery-image] Feb 19 02:56:09.898 INFO O| Feb 19 02:56:09.898 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-02-19T02:56:10.914Z[ recovery-image] Feb 19 02:56:09.935 INFO O| Feb 19 02:56:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59522025-02-19T02:56:10.914Z[ recovery-image] Feb 19 02:56:09.935 INFO O| Feb 19 02:56:09.935 INFO STEP 514 (remove_files) COMPLETE
59532025-02-19T02:56:10.918Z[ recovery-image] Feb 19 02:56:09.935 INFO O| Feb 19 02:56:09.935 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-19T02:56:10.977Z[ recovery-image] Feb 19 02:56:09.998 INFO O| Feb 19 02:56:09.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59552025-02-19T02:56:10.977Z[ recovery-image] Feb 19 02:56:09.998 INFO O| Feb 19 02:56:09.998 INFO STEP 515 (remove_files) COMPLETE
59562025-02-19T02:56:10.981Z[ recovery-image] Feb 19 02:56:09.998 INFO O| Feb 19 02:56:09.998 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-19T02:56:10.997Z[ recovery-image] Feb 19 02:56:10.018 INFO O| Feb 19 02:56:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59582025-02-19T02:56:10.997Z[ recovery-image] Feb 19 02:56:10.018 INFO O| Feb 19 02:56:10.018 INFO STEP 516 (remove_files) COMPLETE
59592025-02-19T02:56:11.002Z[ recovery-image] Feb 19 02:56:10.018 INFO O| Feb 19 02:56:10.018 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-19T02:56:11.040Z[ recovery-image] Feb 19 02:56:10.060 INFO O| Feb 19 02:56:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59612025-02-19T02:56:11.040Z[ recovery-image] Feb 19 02:56:10.060 INFO O| Feb 19 02:56:10.060 INFO STEP 517 (remove_files) COMPLETE
59622025-02-19T02:56:11.040Z[ recovery-image] Feb 19 02:56:10.060 INFO O| Feb 19 02:56:10.060 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-19T02:56:11.061Z[ recovery-image] Feb 19 02:56:10.081 INFO O| Feb 19 02:56:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59642025-02-19T02:56:11.061Z[ recovery-image] Feb 19 02:56:10.081 INFO O| Feb 19 02:56:10.081 INFO STEP 518 (remove_files) COMPLETE
59652025-02-19T02:56:11.061Z[ recovery-image] Feb 19 02:56:10.081 INFO O| Feb 19 02:56:10.081 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-19T02:56:11.079Z[ recovery-image] Feb 19 02:56:10.100 INFO O| Feb 19 02:56:10.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59672025-02-19T02:56:11.079Z[ recovery-image] Feb 19 02:56:10.100 INFO O| Feb 19 02:56:10.100 INFO STEP 519 (remove_files) COMPLETE
59682025-02-19T02:56:11.083Z[ recovery-image] Feb 19 02:56:10.100 INFO O| Feb 19 02:56:10.100 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-19T02:56:11.106Z[ recovery-image] Feb 19 02:56:10.127 INFO O| Feb 19 02:56:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59702025-02-19T02:56:11.106Z[ recovery-image] Feb 19 02:56:10.127 INFO O| Feb 19 02:56:10.127 INFO STEP 520 (remove_files) COMPLETE
59712025-02-19T02:56:11.109Z[ recovery-image] Feb 19 02:56:10.127 INFO O| Feb 19 02:56:10.127 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-19T02:56:11.130Z[ recovery-image] Feb 19 02:56:10.151 INFO O| Feb 19 02:56:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59732025-02-19T02:56:11.133Z[ recovery-image] Feb 19 02:56:10.152 INFO O| Feb 19 02:56:10.152 INFO STEP 521 (remove_files) COMPLETE
59742025-02-19T02:56:11.133Z[ recovery-image] Feb 19 02:56:10.152 INFO O| Feb 19 02:56:10.152 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-19T02:56:11.151Z[ recovery-image] Feb 19 02:56:10.172 INFO O| Feb 19 02:56:10.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59762025-02-19T02:56:11.163Z[ recovery-image] Feb 19 02:56:10.184 INFO O| Feb 19 02:56:10.184 INFO STEP 522 (remove_files) COMPLETE
59772025-02-19T02:56:11.163Z[ recovery-image] Feb 19 02:56:10.184 INFO O| Feb 19 02:56:10.184 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-19T02:56:11.195Z[ recovery-image] Feb 19 02:56:10.215 INFO O| Feb 19 02:56:10.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59792025-02-19T02:56:11.217Z[ recovery-image] Feb 19 02:56:10.238 INFO O| Feb 19 02:56:10.238 INFO STEP 523 (remove_files) COMPLETE
59802025-02-19T02:56:11.217Z[ recovery-image] Feb 19 02:56:10.238 INFO O| Feb 19 02:56:10.238 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-19T02:56:11.241Z[ recovery-image] Feb 19 02:56:10.262 INFO O| Feb 19 02:56:10.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59822025-02-19T02:56:11.267Z[ recovery-image] Feb 19 02:56:10.287 INFO O| Feb 19 02:56:10.287 INFO STEP 524 (remove_files) COMPLETE
59832025-02-19T02:56:11.267Z[ recovery-image] Feb 19 02:56:10.287 INFO O| Feb 19 02:56:10.287 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-19T02:56:11.300Z[ recovery-image] Feb 19 02:56:10.320 INFO O| Feb 19 02:56:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59852025-02-19T02:56:11.300Z[ recovery-image] Feb 19 02:56:10.321 INFO O| Feb 19 02:56:10.320 INFO STEP 525 (remove_files) COMPLETE
59862025-02-19T02:56:11.303Z[ recovery-image] Feb 19 02:56:10.321 INFO O| Feb 19 02:56:10.320 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-19T02:56:11.322Z[ recovery-image] Feb 19 02:56:10.342 INFO O| Feb 19 02:56:10.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59882025-02-19T02:56:11.322Z[ recovery-image] Feb 19 02:56:10.342 INFO O| Feb 19 02:56:10.342 INFO STEP 526 (remove_files) COMPLETE
59892025-02-19T02:56:11.322Z[ recovery-image] Feb 19 02:56:10.342 INFO O| Feb 19 02:56:10.342 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-19T02:56:11.343Z[ recovery-image] Feb 19 02:56:10.363 INFO O| Feb 19 02:56:10.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59912025-02-19T02:56:11.343Z[ recovery-image] Feb 19 02:56:10.363 INFO O| Feb 19 02:56:10.363 INFO STEP 527 (remove_files) COMPLETE
59922025-02-19T02:56:11.346Z[ recovery-image] Feb 19 02:56:10.363 INFO O| Feb 19 02:56:10.363 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-19T02:56:11.362Z[ recovery-image] Feb 19 02:56:10.383 INFO O| Feb 19 02:56:10.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59942025-02-19T02:56:11.362Z[ recovery-image] Feb 19 02:56:10.383 INFO O| Feb 19 02:56:10.383 INFO STEP 528 (remove_files) COMPLETE
59952025-02-19T02:56:11.362Z[ recovery-image] Feb 19 02:56:10.383 INFO O| Feb 19 02:56:10.383 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-19T02:56:11.391Z[ recovery-image] Feb 19 02:56:10.412 INFO O| Feb 19 02:56:10.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59972025-02-19T02:56:11.392Z[ recovery-image] Feb 19 02:56:10.412 INFO O| Feb 19 02:56:10.412 INFO STEP 529 (remove_files) COMPLETE
59982025-02-19T02:56:11.392Z[ recovery-image] Feb 19 02:56:10.412 INFO O| Feb 19 02:56:10.412 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-19T02:56:11.445Z[ recovery-image] Feb 19 02:56:10.466 INFO O| Feb 19 02:56:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60002025-02-19T02:56:11.448Z[ recovery-image] Feb 19 02:56:10.466 INFO O| Feb 19 02:56:10.466 INFO STEP 530 (remove_files) COMPLETE
60012025-02-19T02:56:11.448Z[ recovery-image] Feb 19 02:56:10.466 INFO O| Feb 19 02:56:10.466 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-19T02:56:11.467Z[ recovery-image] Feb 19 02:56:10.488 INFO O| Feb 19 02:56:10.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60032025-02-19T02:56:11.467Z[ recovery-image] Feb 19 02:56:10.488 INFO O| Feb 19 02:56:10.488 INFO STEP 531 (remove_files) COMPLETE
60042025-02-19T02:56:11.467Z[ recovery-image] Feb 19 02:56:10.488 INFO O| Feb 19 02:56:10.488 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-19T02:56:11.489Z[ recovery-image] Feb 19 02:56:10.508 INFO O| Feb 19 02:56:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60062025-02-19T02:56:11.493Z[ recovery-image] Feb 19 02:56:10.511 INFO O| Feb 19 02:56:10.511 INFO STEP 532 (remove_files) COMPLETE
60072025-02-19T02:56:11.493Z[ recovery-image] Feb 19 02:56:10.511 INFO O| Feb 19 02:56:10.511 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-19T02:56:11.528Z[ recovery-image] Feb 19 02:56:10.549 INFO O| Feb 19 02:56:10.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60092025-02-19T02:56:11.553Z[ recovery-image] Feb 19 02:56:10.574 INFO O| Feb 19 02:56:10.574 INFO STEP 533 (remove_files) COMPLETE
60102025-02-19T02:56:11.556Z[ recovery-image] Feb 19 02:56:10.574 INFO O| Feb 19 02:56:10.574 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-19T02:56:11.574Z[ recovery-image] Feb 19 02:56:10.595 INFO O| Feb 19 02:56:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60122025-02-19T02:56:11.574Z[ recovery-image] Feb 19 02:56:10.595 INFO O| Feb 19 02:56:10.595 INFO STEP 534 (remove_files) COMPLETE
60132025-02-19T02:56:11.574Z[ recovery-image] Feb 19 02:56:10.595 INFO O| Feb 19 02:56:10.595 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-19T02:56:11.594Z[ recovery-image] Feb 19 02:56:10.614 INFO O| Feb 19 02:56:10.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60152025-02-19T02:56:11.594Z[ recovery-image] Feb 19 02:56:10.615 INFO O| Feb 19 02:56:10.614 INFO STEP 535 (remove_files) COMPLETE
60162025-02-19T02:56:11.597Z[ recovery-image] Feb 19 02:56:10.615 INFO O| Feb 19 02:56:10.614 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-19T02:56:11.630Z[ recovery-image] Feb 19 02:56:10.651 INFO O| Feb 19 02:56:10.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60182025-02-19T02:56:11.630Z[ recovery-image] Feb 19 02:56:10.651 INFO O| Feb 19 02:56:10.651 INFO STEP 536 (remove_files) COMPLETE
60192025-02-19T02:56:11.630Z[ recovery-image] Feb 19 02:56:10.651 INFO O| Feb 19 02:56:10.651 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-19T02:56:11.676Z[ recovery-image] Feb 19 02:56:10.697 INFO O| Feb 19 02:56:10.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60212025-02-19T02:56:11.677Z[ recovery-image] Feb 19 02:56:10.697 INFO O| Feb 19 02:56:10.697 INFO STEP 537 (remove_files) COMPLETE
60222025-02-19T02:56:11.680Z[ recovery-image] Feb 19 02:56:10.697 INFO O| Feb 19 02:56:10.697 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-19T02:56:11.695Z[ recovery-image] Feb 19 02:56:10.715 INFO O| Feb 19 02:56:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60242025-02-19T02:56:11.695Z[ recovery-image] Feb 19 02:56:10.715 INFO O| Feb 19 02:56:10.715 INFO STEP 538 (remove_files) COMPLETE
60252025-02-19T02:56:11.695Z[ recovery-image] Feb 19 02:56:10.715 INFO O| Feb 19 02:56:10.715 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-19T02:56:11.713Z[ recovery-image] Feb 19 02:56:10.734 INFO O| Feb 19 02:56:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60272025-02-19T02:56:11.714Z[ recovery-image] Feb 19 02:56:10.734 INFO O| Feb 19 02:56:10.734 INFO STEP 539 (remove_files) COMPLETE
60282025-02-19T02:56:11.714Z[ recovery-image] Feb 19 02:56:10.734 INFO O| Feb 19 02:56:10.734 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-19T02:56:11.732Z[ recovery-image] Feb 19 02:56:10.753 INFO O| Feb 19 02:56:10.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60302025-02-19T02:56:11.732Z[ recovery-image] Feb 19 02:56:10.753 INFO O| Feb 19 02:56:10.753 INFO STEP 540 (remove_files) COMPLETE
60312025-02-19T02:56:11.732Z[ recovery-image] Feb 19 02:56:10.753 INFO O| Feb 19 02:56:10.753 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-19T02:56:11.752Z[ recovery-image] Feb 19 02:56:10.773 INFO O| Feb 19 02:56:10.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60332025-02-19T02:56:11.752Z[ recovery-image] Feb 19 02:56:10.773 INFO O| Feb 19 02:56:10.773 INFO STEP 541 (remove_files) COMPLETE
60342025-02-19T02:56:11.752Z[ recovery-image] Feb 19 02:56:10.773 INFO O| Feb 19 02:56:10.773 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-19T02:56:11.773Z[ recovery-image] Feb 19 02:56:10.794 INFO O| Feb 19 02:56:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60362025-02-19T02:56:11.773Z[ recovery-image] Feb 19 02:56:10.794 INFO O| Feb 19 02:56:10.794 INFO STEP 542 (remove_files) COMPLETE
60372025-02-19T02:56:11.773Z[ recovery-image] Feb 19 02:56:10.794 INFO O| Feb 19 02:56:10.794 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-02-19T02:56:11.807Z[ recovery-image] Feb 19 02:56:10.827 INFO O| Feb 19 02:56:10.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60392025-02-19T02:56:11.807Z[ recovery-image] Feb 19 02:56:10.827 INFO O| Feb 19 02:56:10.827 INFO STEP 543 (remove_files) COMPLETE
60402025-02-19T02:56:11.810Z[ recovery-image] Feb 19 02:56:10.827 INFO O| Feb 19 02:56:10.827 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-19T02:56:11.835Z[ recovery-image] Feb 19 02:56:10.855 INFO O| Feb 19 02:56:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60422025-02-19T02:56:11.835Z[ recovery-image] Feb 19 02:56:10.856 INFO O| Feb 19 02:56:10.856 INFO STEP 544 (remove_files) COMPLETE
60432025-02-19T02:56:11.838Z[ recovery-image] Feb 19 02:56:10.856 INFO O| Feb 19 02:56:10.856 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-19T02:56:11.936Z[ recovery-image] Feb 19 02:56:10.954 INFO O| Feb 19 02:56:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60452025-02-19T02:56:11.936Z[ recovery-image] Feb 19 02:56:10.954 INFO O| Feb 19 02:56:10.954 INFO STEP 545 (remove_files) COMPLETE
60462025-02-19T02:56:11.936Z[ recovery-image] Feb 19 02:56:10.954 INFO O| Feb 19 02:56:10.954 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-02-19T02:56:11.957Z[ host-image] Feb 19 02:56:10.977 INFO O| Feb 19 02:56:10.977 INFO O| Done
60482025-02-19T02:56:11.960Z[ recovery-image] Feb 19 02:56:10.980 INFO O| Feb 19 02:56:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60492025-02-19T02:56:11.963Z[ recovery-image] Feb 19 02:56:10.980 INFO O| Feb 19 02:56:10.980 INFO STEP 546 (remove_files) COMPLETE
60502025-02-19T02:56:11.963Z[ recovery-image] Feb 19 02:56:10.980 INFO O| Feb 19 02:56:10.980 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-19T02:56:11.980Z[ recovery-image] Feb 19 02:56:11.001 INFO O| Feb 19 02:56:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60522025-02-19T02:56:11.980Z[ recovery-image] Feb 19 02:56:11.001 INFO O| Feb 19 02:56:11.001 INFO STEP 547 (remove_files) COMPLETE
60532025-02-19T02:56:11.980Z[ recovery-image] Feb 19 02:56:11.001 INFO O| Feb 19 02:56:11.001 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-19T02:56:12.000Z[ recovery-image] Feb 19 02:56:11.021 INFO O| Feb 19 02:56:11.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60552025-02-19T02:56:12.000Z[ recovery-image] Feb 19 02:56:11.021 INFO O| Feb 19 02:56:11.021 INFO STEP 548 (remove_files) COMPLETE
60562025-02-19T02:56:12.004Z[ recovery-image] Feb 19 02:56:11.021 INFO O| Feb 19 02:56:11.021 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-19T02:56:12.031Z[ recovery-image] Feb 19 02:56:11.051 INFO O| Feb 19 02:56:11.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60582025-02-19T02:56:12.034Z[ recovery-image] Feb 19 02:56:11.051 INFO O| Feb 19 02:56:11.051 INFO STEP 549 (remove_files) COMPLETE
60592025-02-19T02:56:12.034Z[ recovery-image] Feb 19 02:56:11.052 INFO O| Feb 19 02:56:11.052 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-19T02:56:12.090Z[ recovery-image] Feb 19 02:56:11.111 INFO O| Feb 19 02:56:11.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60612025-02-19T02:56:12.093Z[ recovery-image] Feb 19 02:56:11.111 INFO O| Feb 19 02:56:11.111 INFO STEP 550 (remove_files) COMPLETE
60622025-02-19T02:56:12.093Z[ recovery-image] Feb 19 02:56:11.111 INFO O| Feb 19 02:56:11.111 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-19T02:56:12.121Z[ recovery-image] Feb 19 02:56:11.142 INFO O| Feb 19 02:56:11.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60642025-02-19T02:56:12.121Z[ recovery-image] Feb 19 02:56:11.142 INFO O| Feb 19 02:56:11.142 INFO STEP 551 (remove_files) COMPLETE
60652025-02-19T02:56:12.121Z[ recovery-image] Feb 19 02:56:11.142 INFO O| Feb 19 02:56:11.142 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-19T02:56:12.144Z[ recovery-image] Feb 19 02:56:11.164 INFO O| Feb 19 02:56:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60672025-02-19T02:56:12.147Z[ recovery-image] Feb 19 02:56:11.165 INFO O| Feb 19 02:56:11.165 INFO STEP 552 (remove_files) COMPLETE
60682025-02-19T02:56:12.147Z[ recovery-image] Feb 19 02:56:11.165 INFO O| Feb 19 02:56:11.165 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-19T02:56:12.200Z[ recovery-image] Feb 19 02:56:11.221 INFO O| Feb 19 02:56:11.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60702025-02-19T02:56:12.200Z[ recovery-image] Feb 19 02:56:11.221 INFO O| Feb 19 02:56:11.221 INFO STEP 553 (remove_files) COMPLETE
60712025-02-19T02:56:12.204Z[ recovery-image] Feb 19 02:56:11.221 INFO O| Feb 19 02:56:11.221 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-19T02:56:12.235Z[ recovery-image] Feb 19 02:56:11.255 INFO O| Feb 19 02:56:11.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60732025-02-19T02:56:12.235Z[ recovery-image] Feb 19 02:56:11.255 INFO O| Feb 19 02:56:11.255 INFO STEP 554 (remove_files) COMPLETE
60742025-02-19T02:56:12.235Z[ recovery-image] Feb 19 02:56:11.255 INFO O| Feb 19 02:56:11.255 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-02-19T02:56:12.278Z[ recovery-image] Feb 19 02:56:11.299 INFO O| Feb 19 02:56:11.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60762025-02-19T02:56:12.278Z[ recovery-image] Feb 19 02:56:11.299 INFO O| Feb 19 02:56:11.299 INFO STEP 555 (remove_files) COMPLETE
60772025-02-19T02:56:12.278Z[ recovery-image] Feb 19 02:56:11.299 INFO O| Feb 19 02:56:11.299 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-02-19T02:56:12.297Z[ recovery-image] Feb 19 02:56:11.317 INFO O| Feb 19 02:56:11.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60792025-02-19T02:56:12.297Z[ recovery-image] Feb 19 02:56:11.317 INFO O| Feb 19 02:56:11.317 INFO STEP 556 (remove_files) COMPLETE
60802025-02-19T02:56:12.297Z[ recovery-image] Feb 19 02:56:11.317 INFO O| Feb 19 02:56:11.317 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-02-19T02:56:12.333Z[ recovery-image] Feb 19 02:56:11.353 INFO O| Feb 19 02:56:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60822025-02-19T02:56:12.333Z[ recovery-image] Feb 19 02:56:11.353 INFO O| Feb 19 02:56:11.353 INFO STEP 557 (remove_files) COMPLETE
60832025-02-19T02:56:12.333Z[ recovery-image] Feb 19 02:56:11.353 INFO O| Feb 19 02:56:11.353 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-02-19T02:56:12.389Z[ recovery-image] Feb 19 02:56:11.409 INFO O| Feb 19 02:56:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60852025-02-19T02:56:12.389Z[ recovery-image] Feb 19 02:56:11.409 INFO O| Feb 19 02:56:11.409 INFO STEP 558 (remove_files) COMPLETE
60862025-02-19T02:56:12.389Z[ recovery-image] Feb 19 02:56:11.409 INFO O| Feb 19 02:56:11.409 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-19T02:56:12.491Z[ recovery-image] Feb 19 02:56:11.466 INFO O| Feb 19 02:56:11.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60882025-02-19T02:56:12.492Z[ recovery-image] Feb 19 02:56:11.466 INFO O| Feb 19 02:56:11.466 INFO STEP 559 (remove_files) COMPLETE
60892025-02-19T02:56:12.492Z[ recovery-image] Feb 19 02:56:11.466 INFO O| Feb 19 02:56:11.466 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-02-19T02:56:12.560Z[ recovery-image] Feb 19 02:56:11.495 INFO O| Feb 19 02:56:11.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60912025-02-19T02:56:12.603Z[ recovery-image] Feb 19 02:56:11.515 INFO O| Feb 19 02:56:11.515 INFO STEP 560 (remove_files) COMPLETE
60922025-02-19T02:56:12.603Z[ recovery-image] Feb 19 02:56:11.515 INFO O| Feb 19 02:56:11.515 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-19T02:56:12.603Z[ recovery-image] Feb 19 02:56:11.546 INFO O| Feb 19 02:56:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60942025-02-19T02:56:12.604Z[ recovery-image] Feb 19 02:56:11.547 INFO O| Feb 19 02:56:11.547 INFO STEP 561 (remove_files) COMPLETE
60952025-02-19T02:56:12.604Z[ recovery-image] Feb 19 02:56:11.547 INFO O| Feb 19 02:56:11.547 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-19T02:56:12.604Z[ recovery-image] Feb 19 02:56:11.566 INFO O| Feb 19 02:56:11.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60972025-02-19T02:56:12.604Z[ recovery-image] Feb 19 02:56:11.566 INFO O| Feb 19 02:56:11.566 INFO STEP 562 (remove_files) COMPLETE
60982025-02-19T02:56:12.604Z[ recovery-image] Feb 19 02:56:11.566 INFO O| Feb 19 02:56:11.566 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-19T02:56:12.646Z[ recovery-image] Feb 19 02:56:11.587 INFO O| Feb 19 02:56:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61002025-02-19T02:56:12.646Z[ recovery-image] Feb 19 02:56:11.587 INFO O| Feb 19 02:56:11.587 INFO STEP 563 (remove_files) COMPLETE
61012025-02-19T02:56:12.646Z[ recovery-image] Feb 19 02:56:11.587 INFO O| Feb 19 02:56:11.587 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-19T02:56:12.667Z[ recovery-image] Feb 19 02:56:11.645 INFO O| Feb 19 02:56:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61032025-02-19T02:56:12.668Z[ recovery-image] Feb 19 02:56:11.645 INFO O| Feb 19 02:56:11.645 INFO STEP 564 (remove_files) COMPLETE
61042025-02-19T02:56:12.668Z[ recovery-image] Feb 19 02:56:11.645 INFO O| Feb 19 02:56:11.645 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-19T02:56:12.693Z[ recovery-image] Feb 19 02:56:11.685 INFO O| Feb 19 02:56:11.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61062025-02-19T02:56:12.693Z[ recovery-image] Feb 19 02:56:11.685 INFO O| Feb 19 02:56:11.685 INFO STEP 565 (remove_files) COMPLETE
61072025-02-19T02:56:12.693Z[ recovery-image] Feb 19 02:56:11.685 INFO O| Feb 19 02:56:11.685 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-19T02:56:12.834Z[ recovery-image] Feb 19 02:56:11.783 INFO O| Feb 19 02:56:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61092025-02-19T02:56:12.834Z[ recovery-image] Feb 19 02:56:11.783 INFO O| Feb 19 02:56:11.783 INFO STEP 566 (remove_files) COMPLETE
61102025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.783 INFO O| Feb 19 02:56:11.783 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.805 INFO O| Feb 19 02:56:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61122025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.805 INFO O| Feb 19 02:56:11.805 INFO STEP 567 (remove_files) COMPLETE
61132025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.805 INFO O| Feb 19 02:56:11.805 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.847 INFO O| Feb 19 02:56:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61152025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.847 INFO O| Feb 19 02:56:11.847 INFO STEP 568 (remove_files) COMPLETE
61162025-02-19T02:56:12.845Z[ recovery-image] Feb 19 02:56:11.847 INFO O| Feb 19 02:56:11.847 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-19T02:56:12.857Z[ recovery-image] Feb 19 02:56:11.868 INFO O| Feb 19 02:56:11.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61182025-02-19T02:56:12.857Z[ recovery-image] Feb 19 02:56:11.868 INFO O| Feb 19 02:56:11.868 INFO STEP 569 (remove_files) COMPLETE
61192025-02-19T02:56:12.857Z[ recovery-image] Feb 19 02:56:11.868 INFO O| Feb 19 02:56:11.868 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-19T02:56:12.880Z[ recovery-image] Feb 19 02:56:11.900 INFO O| Feb 19 02:56:11.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61212025-02-19T02:56:12.880Z[ recovery-image] Feb 19 02:56:11.900 INFO O| Feb 19 02:56:11.900 INFO STEP 570 (remove_files) COMPLETE
61222025-02-19T02:56:12.880Z[ recovery-image] Feb 19 02:56:11.900 INFO O| Feb 19 02:56:11.900 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-19T02:56:12.900Z[ recovery-image] Feb 19 02:56:11.920 INFO O| Feb 19 02:56:11.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61242025-02-19T02:56:12.900Z[ recovery-image] Feb 19 02:56:11.920 INFO O| Feb 19 02:56:11.920 INFO STEP 571 (remove_files) COMPLETE
61252025-02-19T02:56:12.900Z[ recovery-image] Feb 19 02:56:11.920 INFO O| Feb 19 02:56:11.920 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-19T02:56:12.920Z[ recovery-image] Feb 19 02:56:11.939 INFO O| Feb 19 02:56:11.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61272025-02-19T02:56:12.923Z[ recovery-image] Feb 19 02:56:11.939 INFO O| Feb 19 02:56:11.939 INFO STEP 572 (remove_files) COMPLETE
61282025-02-19T02:56:12.924Z[ recovery-image] Feb 19 02:56:11.939 INFO O| Feb 19 02:56:11.939 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-19T02:56:12.953Z[ recovery-image] Feb 19 02:56:11.972 INFO O| Feb 19 02:56:11.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61302025-02-19T02:56:12.956Z[ recovery-image] Feb 19 02:56:11.972 INFO O| Feb 19 02:56:11.972 INFO STEP 573 (remove_files) COMPLETE
61312025-02-19T02:56:12.956Z[ recovery-image] Feb 19 02:56:11.973 INFO O| Feb 19 02:56:11.972 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-19T02:56:12.973Z[ recovery-image] Feb 19 02:56:11.994 INFO O| Feb 19 02:56:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61332025-02-19T02:56:12.976Z[ recovery-image] Feb 19 02:56:11.994 INFO O| Feb 19 02:56:11.994 INFO STEP 574 (remove_files) COMPLETE
61342025-02-19T02:56:12.976Z[ recovery-image] Feb 19 02:56:11.994 INFO O| Feb 19 02:56:11.994 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-19T02:56:12.995Z[ recovery-image] Feb 19 02:56:12.015 INFO O| Feb 19 02:56:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61362025-02-19T02:56:13.018Z[ recovery-image] Feb 19 02:56:12.039 INFO O| Feb 19 02:56:12.039 INFO STEP 575 (remove_files) COMPLETE
61372025-02-19T02:56:13.018Z[ recovery-image] Feb 19 02:56:12.039 INFO O| Feb 19 02:56:12.039 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-19T02:56:13.052Z[ recovery-image] Feb 19 02:56:12.073 INFO O| Feb 19 02:56:12.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61392025-02-19T02:56:13.055Z[ recovery-image] Feb 19 02:56:12.073 INFO O| Feb 19 02:56:12.073 INFO STEP 576 (remove_files) COMPLETE
61402025-02-19T02:56:13.055Z[ recovery-image] Feb 19 02:56:12.073 INFO O| Feb 19 02:56:12.073 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-19T02:56:13.073Z[ recovery-image] Feb 19 02:56:12.094 INFO O| Feb 19 02:56:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61422025-02-19T02:56:13.095Z[ recovery-image] Feb 19 02:56:12.115 INFO O| Feb 19 02:56:12.115 INFO STEP 577 (remove_files) COMPLETE
61432025-02-19T02:56:13.095Z[ recovery-image] Feb 19 02:56:12.115 INFO O| Feb 19 02:56:12.115 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-19T02:56:13.127Z[ recovery-image] Feb 19 02:56:12.147 INFO O| Feb 19 02:56:12.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61452025-02-19T02:56:13.127Z[ recovery-image] Feb 19 02:56:12.147 INFO O| Feb 19 02:56:12.147 INFO STEP 578 (remove_files) COMPLETE
61462025-02-19T02:56:13.127Z[ recovery-image] Feb 19 02:56:12.147 INFO O| Feb 19 02:56:12.147 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-19T02:56:13.146Z[ recovery-image] Feb 19 02:56:12.166 INFO O| Feb 19 02:56:12.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61482025-02-19T02:56:13.146Z[ recovery-image] Feb 19 02:56:12.166 INFO O| Feb 19 02:56:12.166 INFO STEP 579 (remove_files) COMPLETE
61492025-02-19T02:56:13.146Z[ recovery-image] Feb 19 02:56:12.166 INFO O| Feb 19 02:56:12.166 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-19T02:56:13.196Z[ recovery-image] Feb 19 02:56:12.216 INFO O| Feb 19 02:56:12.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61512025-02-19T02:56:13.199Z[ recovery-image] Feb 19 02:56:12.216 INFO O| Feb 19 02:56:12.216 INFO STEP 580 (remove_files) COMPLETE
61522025-02-19T02:56:13.199Z[ recovery-image] Feb 19 02:56:12.217 INFO O| Feb 19 02:56:12.216 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-19T02:56:13.229Z[ recovery-image] Feb 19 02:56:12.249 INFO O| Feb 19 02:56:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61542025-02-19T02:56:13.232Z[ recovery-image] Feb 19 02:56:12.249 INFO O| Feb 19 02:56:12.249 INFO STEP 581 (remove_files) COMPLETE
61552025-02-19T02:56:13.232Z[ recovery-image] Feb 19 02:56:12.249 INFO O| Feb 19 02:56:12.249 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-19T02:56:13.314Z[ recovery-image] Feb 19 02:56:12.334 INFO O| Feb 19 02:56:12.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61572025-02-19T02:56:13.314Z[ recovery-image] Feb 19 02:56:12.334 INFO O| Feb 19 02:56:12.334 INFO STEP 582 (remove_files) COMPLETE
61582025-02-19T02:56:13.314Z[ recovery-image] Feb 19 02:56:12.334 INFO O| Feb 19 02:56:12.334 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-19T02:56:13.335Z[ recovery-image] Feb 19 02:56:12.355 INFO O| Feb 19 02:56:12.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61602025-02-19T02:56:13.335Z[ recovery-image] Feb 19 02:56:12.355 INFO O| Feb 19 02:56:12.355 INFO STEP 583 (remove_files) COMPLETE
61612025-02-19T02:56:13.338Z[ recovery-image] Feb 19 02:56:12.355 INFO O| Feb 19 02:56:12.355 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-19T02:56:13.355Z[ recovery-image] Feb 19 02:56:12.375 INFO O| Feb 19 02:56:12.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61632025-02-19T02:56:13.355Z[ recovery-image] Feb 19 02:56:12.375 INFO O| Feb 19 02:56:12.375 INFO STEP 584 (remove_files) COMPLETE
61642025-02-19T02:56:13.358Z[ recovery-image] Feb 19 02:56:12.375 INFO O| Feb 19 02:56:12.375 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-19T02:56:13.389Z[ recovery-image] Feb 19 02:56:12.409 INFO O| Feb 19 02:56:12.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61662025-02-19T02:56:13.389Z[ recovery-image] Feb 19 02:56:12.409 INFO O| Feb 19 02:56:12.409 INFO STEP 585 (remove_files) COMPLETE
61672025-02-19T02:56:13.392Z[ recovery-image] Feb 19 02:56:12.410 INFO O| Feb 19 02:56:12.409 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-19T02:56:13.412Z[ recovery-image] Feb 19 02:56:12.432 INFO O| Feb 19 02:56:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61692025-02-19T02:56:13.412Z[ recovery-image] Feb 19 02:56:12.432 INFO O| Feb 19 02:56:12.432 INFO STEP 586 (remove_files) COMPLETE
61702025-02-19T02:56:13.412Z[ recovery-image] Feb 19 02:56:12.432 INFO O| Feb 19 02:56:12.432 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-19T02:56:13.433Z[ recovery-image] Feb 19 02:56:12.453 INFO O| Feb 19 02:56:12.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61722025-02-19T02:56:13.434Z[ recovery-image] Feb 19 02:56:12.453 INFO O| Feb 19 02:56:12.453 INFO STEP 587 (remove_files) COMPLETE
61732025-02-19T02:56:13.434Z[ recovery-image] Feb 19 02:56:12.453 INFO O| Feb 19 02:56:12.453 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-19T02:56:13.492Z[ recovery-image] Feb 19 02:56:12.513 INFO O| Feb 19 02:56:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61752025-02-19T02:56:13.492Z[ recovery-image] Feb 19 02:56:12.513 INFO O| Feb 19 02:56:12.513 INFO STEP 588 (remove_files) COMPLETE
61762025-02-19T02:56:13.493Z[ recovery-image] Feb 19 02:56:12.513 INFO O| Feb 19 02:56:12.513 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-19T02:56:13.516Z[ recovery-image] Feb 19 02:56:12.536 INFO O| Feb 19 02:56:12.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61782025-02-19T02:56:13.518Z[ recovery-image] Feb 19 02:56:12.536 INFO O| Feb 19 02:56:12.536 INFO STEP 589 (remove_files) COMPLETE
61792025-02-19T02:56:13.518Z[ recovery-image] Feb 19 02:56:12.537 INFO O| Feb 19 02:56:12.537 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-19T02:56:13.538Z[ recovery-image] Feb 19 02:56:12.559 INFO O| Feb 19 02:56:12.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61812025-02-19T02:56:13.542Z[ recovery-image] Feb 19 02:56:12.559 INFO O| Feb 19 02:56:12.559 INFO STEP 590 (remove_files) COMPLETE
61822025-02-19T02:56:13.542Z[ recovery-image] Feb 19 02:56:12.559 INFO O| Feb 19 02:56:12.559 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-02-19T02:56:13.558Z[ recovery-image] Feb 19 02:56:12.578 INFO O| Feb 19 02:56:12.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61842025-02-19T02:56:13.561Z[ recovery-image] Feb 19 02:56:12.578 INFO O| Feb 19 02:56:12.578 INFO STEP 591 (remove_files) COMPLETE
61852025-02-19T02:56:13.561Z[ recovery-image] Feb 19 02:56:12.578 INFO O| Feb 19 02:56:12.578 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-02-19T02:56:13.590Z[ recovery-image] Feb 19 02:56:12.610 INFO O| Feb 19 02:56:12.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61872025-02-19T02:56:13.590Z[ recovery-image] Feb 19 02:56:12.610 INFO O| Feb 19 02:56:12.610 INFO STEP 592 (remove_files) COMPLETE
61882025-02-19T02:56:13.590Z[ recovery-image] Feb 19 02:56:12.610 INFO O| Feb 19 02:56:12.610 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-02-19T02:56:13.720Z[ recovery-image] Feb 19 02:56:12.741 INFO O| Feb 19 02:56:12.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61902025-02-19T02:56:13.720Z[ recovery-image] Feb 19 02:56:12.741 INFO O| Feb 19 02:56:12.741 INFO STEP 593 (remove_files) COMPLETE
61912025-02-19T02:56:13.723Z[ recovery-image] Feb 19 02:56:12.741 INFO O| Feb 19 02:56:12.741 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-02-19T02:56:13.790Z[ recovery-image] Feb 19 02:56:12.810 INFO O| Feb 19 02:56:12.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61932025-02-19T02:56:13.790Z[ recovery-image] Feb 19 02:56:12.810 INFO O| Feb 19 02:56:12.810 INFO STEP 594 (remove_files) COMPLETE
61942025-02-19T02:56:13.790Z[ recovery-image] Feb 19 02:56:12.810 INFO O| Feb 19 02:56:12.810 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-02-19T02:56:13.887Z[ recovery-image] Feb 19 02:56:12.907 INFO O| Feb 19 02:56:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61962025-02-19T02:56:13.890Z[ recovery-image] Feb 19 02:56:12.907 INFO O| Feb 19 02:56:12.907 INFO STEP 595 (remove_files) COMPLETE
61972025-02-19T02:56:13.890Z[ recovery-image] Feb 19 02:56:12.907 INFO O| Feb 19 02:56:12.907 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-02-19T02:56:13.906Z[ recovery-image] Feb 19 02:56:12.926 INFO O| Feb 19 02:56:12.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61992025-02-19T02:56:13.906Z[ recovery-image] Feb 19 02:56:12.926 INFO O| Feb 19 02:56:12.926 INFO STEP 596 (remove_files) COMPLETE
62002025-02-19T02:56:13.910Z[ recovery-image] Feb 19 02:56:12.926 INFO O| Feb 19 02:56:12.926 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-02-19T02:56:13.922Z[ recovery-image] Feb 19 02:56:12.942 INFO O| Feb 19 02:56:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62022025-02-19T02:56:13.922Z[ recovery-image] Feb 19 02:56:12.942 INFO O| Feb 19 02:56:12.942 INFO STEP 597 (remove_files) COMPLETE
62032025-02-19T02:56:13.925Z[ recovery-image] Feb 19 02:56:12.943 INFO O| Feb 19 02:56:12.942 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-02-19T02:56:13.939Z[ recovery-image] Feb 19 02:56:12.960 INFO O| Feb 19 02:56:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62052025-02-19T02:56:13.943Z[ recovery-image] Feb 19 02:56:12.960 INFO O| Feb 19 02:56:12.960 INFO STEP 598 (remove_files) COMPLETE
62062025-02-19T02:56:13.943Z[ recovery-image] Feb 19 02:56:12.960 INFO O| Feb 19 02:56:12.960 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-02-19T02:56:13.959Z[ recovery-image] Feb 19 02:56:12.979 INFO O| Feb 19 02:56:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62082025-02-19T02:56:13.959Z[ recovery-image] Feb 19 02:56:12.979 INFO O| Feb 19 02:56:12.979 INFO STEP 599 (remove_files) COMPLETE
62092025-02-19T02:56:13.959Z[ recovery-image] Feb 19 02:56:12.979 INFO O| Feb 19 02:56:12.979 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-02-19T02:56:13.977Z[ recovery-image] Feb 19 02:56:12.996 INFO O| Feb 19 02:56:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62112025-02-19T02:56:13.977Z[ recovery-image] Feb 19 02:56:12.996 INFO O| Feb 19 02:56:12.996 INFO STEP 600 (remove_files) COMPLETE
62122025-02-19T02:56:13.977Z[ recovery-image] Feb 19 02:56:12.996 INFO O| Feb 19 02:56:12.996 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-02-19T02:56:14.015Z[ recovery-image] Feb 19 02:56:13.034 INFO O| Feb 19 02:56:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62142025-02-19T02:56:14.018Z[ recovery-image] Feb 19 02:56:13.035 INFO O| Feb 19 02:56:13.035 INFO STEP 601 (remove_files) COMPLETE
62152025-02-19T02:56:14.018Z[ recovery-image] Feb 19 02:56:13.035 INFO O| Feb 19 02:56:13.035 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-02-19T02:56:14.046Z[ recovery-image] Feb 19 02:56:13.066 INFO O| Feb 19 02:56:13.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62172025-02-19T02:56:14.046Z[ recovery-image] Feb 19 02:56:13.066 INFO O| Feb 19 02:56:13.066 INFO STEP 602 (remove_files) COMPLETE
62182025-02-19T02:56:14.046Z[ recovery-image] Feb 19 02:56:13.066 INFO O| Feb 19 02:56:13.066 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-02-19T02:56:14.066Z[ recovery-image] Feb 19 02:56:13.086 INFO O| Feb 19 02:56:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62202025-02-19T02:56:14.066Z[ recovery-image] Feb 19 02:56:13.086 INFO O| Feb 19 02:56:13.086 INFO STEP 603 (remove_files) COMPLETE
62212025-02-19T02:56:14.066Z[ recovery-image] Feb 19 02:56:13.086 INFO O| Feb 19 02:56:13.086 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-02-19T02:56:14.085Z[ recovery-image] Feb 19 02:56:13.105 INFO O| Feb 19 02:56:13.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62232025-02-19T02:56:14.085Z[ recovery-image] Feb 19 02:56:13.105 INFO O| Feb 19 02:56:13.105 INFO STEP 604 (remove_files) COMPLETE
62242025-02-19T02:56:14.085Z[ recovery-image] Feb 19 02:56:13.105 INFO O| Feb 19 02:56:13.105 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-02-19T02:56:14.104Z[ recovery-image] Feb 19 02:56:13.124 INFO O| Feb 19 02:56:13.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62262025-02-19T02:56:14.104Z[ recovery-image] Feb 19 02:56:13.124 INFO O| Feb 19 02:56:13.124 INFO STEP 605 (remove_files) COMPLETE
62272025-02-19T02:56:14.104Z[ recovery-image] Feb 19 02:56:13.124 INFO O| Feb 19 02:56:13.124 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-02-19T02:56:14.127Z[ recovery-image] Feb 19 02:56:13.148 INFO O| Feb 19 02:56:13.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62292025-02-19T02:56:14.128Z[ recovery-image] Feb 19 02:56:13.148 INFO O| Feb 19 02:56:13.148 INFO STEP 606 (remove_files) COMPLETE
62302025-02-19T02:56:14.128Z[ recovery-image] Feb 19 02:56:13.148 INFO O| Feb 19 02:56:13.148 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-02-19T02:56:14.150Z[ recovery-image] Feb 19 02:56:13.170 INFO O| Feb 19 02:56:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62322025-02-19T02:56:14.157Z[ recovery-image] Feb 19 02:56:13.170 INFO O| Feb 19 02:56:13.170 INFO STEP 607 (remove_files) COMPLETE
62332025-02-19T02:56:14.157Z[ recovery-image] Feb 19 02:56:13.170 INFO O| Feb 19 02:56:13.170 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-02-19T02:56:14.205Z[ recovery-image] Feb 19 02:56:13.225 INFO O| Feb 19 02:56:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62352025-02-19T02:56:14.208Z[ recovery-image] Feb 19 02:56:13.225 INFO O| Feb 19 02:56:13.225 INFO STEP 608 (remove_files) COMPLETE
62362025-02-19T02:56:14.208Z[ recovery-image] Feb 19 02:56:13.225 INFO O| Feb 19 02:56:13.225 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-02-19T02:56:14.263Z[ recovery-image] Feb 19 02:56:13.283 INFO O| Feb 19 02:56:13.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62382025-02-19T02:56:14.263Z[ recovery-image] Feb 19 02:56:13.283 INFO O| Feb 19 02:56:13.283 INFO STEP 609 (remove_files) COMPLETE
62392025-02-19T02:56:14.263Z[ recovery-image] Feb 19 02:56:13.283 INFO O| Feb 19 02:56:13.283 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-02-19T02:56:14.284Z[ recovery-image] Feb 19 02:56:13.304 INFO O| Feb 19 02:56:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62412025-02-19T02:56:14.285Z[ recovery-image] Feb 19 02:56:13.304 INFO O| Feb 19 02:56:13.304 INFO STEP 610 (remove_files) COMPLETE
62422025-02-19T02:56:14.285Z[ recovery-image] Feb 19 02:56:13.304 INFO O| Feb 19 02:56:13.304 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-02-19T02:56:14.304Z[ recovery-image] Feb 19 02:56:13.324 INFO O| Feb 19 02:56:13.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62442025-02-19T02:56:14.304Z[ recovery-image] Feb 19 02:56:13.325 INFO O| Feb 19 02:56:13.325 INFO STEP 611 (remove_files) COMPLETE
62452025-02-19T02:56:14.304Z[ recovery-image] Feb 19 02:56:13.325 INFO O| Feb 19 02:56:13.325 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-02-19T02:56:14.325Z[ recovery-image] Feb 19 02:56:13.346 INFO O| Feb 19 02:56:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62472025-02-19T02:56:14.325Z[ recovery-image] Feb 19 02:56:13.346 INFO O| Feb 19 02:56:13.346 INFO STEP 612 (remove_files) COMPLETE
62482025-02-19T02:56:14.328Z[ recovery-image] Feb 19 02:56:13.346 INFO O| Feb 19 02:56:13.346 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-02-19T02:56:14.382Z[ recovery-image] Feb 19 02:56:13.402 INFO O| Feb 19 02:56:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62502025-02-19T02:56:14.382Z[ recovery-image] Feb 19 02:56:13.402 INFO O| Feb 19 02:56:13.402 INFO STEP 613 (remove_files) COMPLETE
62512025-02-19T02:56:14.382Z[ recovery-image] Feb 19 02:56:13.402 INFO O| Feb 19 02:56:13.402 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-02-19T02:56:14.403Z[ recovery-image] Feb 19 02:56:13.423 INFO O| Feb 19 02:56:13.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62532025-02-19T02:56:14.403Z[ recovery-image] Feb 19 02:56:13.423 INFO O| Feb 19 02:56:13.423 INFO STEP 614 (remove_files) COMPLETE
62542025-02-19T02:56:14.403Z[ recovery-image] Feb 19 02:56:13.423 INFO O| Feb 19 02:56:13.423 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-02-19T02:56:14.420Z[ recovery-image] Feb 19 02:56:13.441 INFO O| Feb 19 02:56:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62562025-02-19T02:56:14.421Z[ recovery-image] Feb 19 02:56:13.441 INFO O| Feb 19 02:56:13.441 INFO STEP 615 (remove_files) COMPLETE
62572025-02-19T02:56:14.421Z[ recovery-image] Feb 19 02:56:13.441 INFO O| Feb 19 02:56:13.441 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-19T02:56:14.460Z[ recovery-image] Feb 19 02:56:13.481 INFO O| Feb 19 02:56:13.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62592025-02-19T02:56:14.463Z[ recovery-image] Feb 19 02:56:13.481 INFO O| Feb 19 02:56:13.481 INFO STEP 616 (remove_files) COMPLETE
62602025-02-19T02:56:14.463Z[ recovery-image] Feb 19 02:56:13.481 INFO O| Feb 19 02:56:13.481 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-19T02:56:14.517Z[ recovery-image] Feb 19 02:56:13.538 INFO O| Feb 19 02:56:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62622025-02-19T02:56:14.520Z[ recovery-image] Feb 19 02:56:13.538 INFO O| Feb 19 02:56:13.538 INFO STEP 617 (remove_files) COMPLETE
62632025-02-19T02:56:14.520Z[ recovery-image] Feb 19 02:56:13.538 INFO O| Feb 19 02:56:13.538 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-19T02:56:14.538Z[ recovery-image] Feb 19 02:56:13.558 INFO O| Feb 19 02:56:13.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62652025-02-19T02:56:14.542Z[ recovery-image] Feb 19 02:56:13.559 INFO O| Feb 19 02:56:13.559 INFO STEP 618 (remove_files) COMPLETE
62662025-02-19T02:56:14.542Z[ recovery-image] Feb 19 02:56:13.559 INFO O| Feb 19 02:56:13.559 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-19T02:56:14.559Z[ recovery-image] Feb 19 02:56:13.579 INFO O| Feb 19 02:56:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62682025-02-19T02:56:14.562Z[ recovery-image] Feb 19 02:56:13.580 INFO O| Feb 19 02:56:13.580 INFO STEP 619 (remove_files) COMPLETE
62692025-02-19T02:56:14.562Z[ recovery-image] Feb 19 02:56:13.580 INFO O| Feb 19 02:56:13.580 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-19T02:56:14.582Z[ recovery-image] Feb 19 02:56:13.602 INFO O| Feb 19 02:56:13.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62712025-02-19T02:56:14.585Z[ recovery-image] Feb 19 02:56:13.602 INFO O| Feb 19 02:56:13.602 INFO STEP 620 (remove_files) COMPLETE
62722025-02-19T02:56:14.585Z[ recovery-image] Feb 19 02:56:13.602 INFO O| Feb 19 02:56:13.602 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-19T02:56:14.605Z[ recovery-image] Feb 19 02:56:13.625 INFO O| Feb 19 02:56:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62742025-02-19T02:56:14.608Z[ recovery-image] Feb 19 02:56:13.625 INFO O| Feb 19 02:56:13.625 INFO STEP 621 (remove_files) COMPLETE
62752025-02-19T02:56:14.608Z[ recovery-image] Feb 19 02:56:13.625 INFO O| Feb 19 02:56:13.625 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-02-19T02:56:14.639Z[ recovery-image] Feb 19 02:56:13.651 INFO O| Feb 19 02:56:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62772025-02-19T02:56:14.639Z[ recovery-image] Feb 19 02:56:13.651 INFO O| Feb 19 02:56:13.651 INFO STEP 622 (remove_files) COMPLETE
62782025-02-19T02:56:14.639Z[ recovery-image] Feb 19 02:56:13.651 INFO O| Feb 19 02:56:13.651 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-02-19T02:56:14.658Z[ recovery-image] Feb 19 02:56:13.671 INFO O| Feb 19 02:56:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62802025-02-19T02:56:14.658Z[ recovery-image] Feb 19 02:56:13.672 INFO O| Feb 19 02:56:13.671 INFO STEP 623 (remove_files) COMPLETE
62812025-02-19T02:56:14.659Z[ recovery-image] Feb 19 02:56:13.672 INFO O| Feb 19 02:56:13.671 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-02-19T02:56:14.676Z[ recovery-image] Feb 19 02:56:13.691 INFO O| Feb 19 02:56:13.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62832025-02-19T02:56:14.691Z[ recovery-image] Feb 19 02:56:13.712 INFO O| Feb 19 02:56:13.712 INFO STEP 624 (remove_files) COMPLETE
62842025-02-19T02:56:14.692Z[ recovery-image] Feb 19 02:56:13.712 INFO O| Feb 19 02:56:13.712 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-02-19T02:56:14.721Z[ host-image] Feb 19 02:56:13.741 INFO O| Feb 19 02:56:13.741 INFO O| Done
62862025-02-19T02:56:14.737Z[ recovery-image] Feb 19 02:56:13.748 INFO O| Feb 19 02:56:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62872025-02-19T02:56:14.741Z[ recovery-image] Feb 19 02:56:13.748 INFO O| Feb 19 02:56:13.748 INFO STEP 625 (remove_files) COMPLETE
62882025-02-19T02:56:14.741Z[ recovery-image] Feb 19 02:56:13.748 INFO O| Feb 19 02:56:13.748 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-19T02:56:14.758Z[ recovery-image] Feb 19 02:56:13.778 INFO O| Feb 19 02:56:13.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62902025-02-19T02:56:14.758Z[ recovery-image] Feb 19 02:56:13.778 INFO O| Feb 19 02:56:13.778 INFO STEP 626 (remove_files) COMPLETE
62912025-02-19T02:56:14.763Z[ recovery-image] Feb 19 02:56:13.778 INFO O| Feb 19 02:56:13.778 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-19T02:56:14.763Z[ host-image] Feb 19 02:56:13.783 INFO O| Feb 19 02:56:13.782 INFO O| Done
62932025-02-19T02:56:14.763Z[ host-image] Feb 19 02:56:13.783 INFO O| Feb 19 02:56:13.783 INFO O| Done
62942025-02-19T02:56:14.783Z[ host-image] Feb 19 02:56:13.801 INFO O| Feb 19 02:56:13.801 INFO O| Done
62952025-02-19T02:56:14.820Z[ recovery-image] Feb 19 02:56:13.839 INFO O| Feb 19 02:56:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62962025-02-19T02:56:14.820Z[ recovery-image] Feb 19 02:56:13.839 INFO O| Feb 19 02:56:13.839 INFO STEP 627 (remove_files) COMPLETE
62972025-02-19T02:56:14.823Z[ recovery-image] Feb 19 02:56:13.839 INFO O| Feb 19 02:56:13.839 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-19T02:56:14.840Z[ recovery-image] Feb 19 02:56:13.859 INFO O| Feb 19 02:56:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62992025-02-19T02:56:14.840Z[ recovery-image] Feb 19 02:56:13.859 INFO O| Feb 19 02:56:13.859 INFO STEP 628 (remove_files) COMPLETE
63002025-02-19T02:56:14.840Z[ recovery-image] Feb 19 02:56:13.859 INFO O| Feb 19 02:56:13.859 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-19T02:56:14.859Z[ recovery-image] Feb 19 02:56:13.879 INFO O| Feb 19 02:56:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63022025-02-19T02:56:14.859Z[ recovery-image] Feb 19 02:56:13.879 INFO O| Feb 19 02:56:13.879 INFO STEP 629 (remove_files) COMPLETE
63032025-02-19T02:56:14.862Z[ recovery-image] Feb 19 02:56:13.879 INFO O| Feb 19 02:56:13.879 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-19T02:56:14.895Z[ recovery-image] Feb 19 02:56:13.915 INFO O| Feb 19 02:56:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63052025-02-19T02:56:14.895Z[ recovery-image] Feb 19 02:56:13.915 INFO O| Feb 19 02:56:13.915 INFO STEP 630 (remove_files) COMPLETE
63062025-02-19T02:56:14.895Z[ recovery-image] Feb 19 02:56:13.915 INFO O| Feb 19 02:56:13.915 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-19T02:56:14.915Z[ recovery-image] Feb 19 02:56:13.935 INFO O| Feb 19 02:56:13.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63082025-02-19T02:56:14.915Z[ recovery-image] Feb 19 02:56:13.935 INFO O| Feb 19 02:56:13.935 INFO STEP 631 (remove_files) COMPLETE
63092025-02-19T02:56:14.915Z[ recovery-image] Feb 19 02:56:13.935 INFO O| Feb 19 02:56:13.935 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-19T02:56:14.952Z[ recovery-image] Feb 19 02:56:13.972 INFO O| Feb 19 02:56:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63112025-02-19T02:56:14.952Z[ recovery-image] Feb 19 02:56:13.972 INFO O| Feb 19 02:56:13.972 INFO STEP 632 (remove_files) COMPLETE
63122025-02-19T02:56:14.952Z[ recovery-image] Feb 19 02:56:13.972 INFO O| Feb 19 02:56:13.972 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-19T02:56:14.971Z[ recovery-image] Feb 19 02:56:13.991 INFO O| Feb 19 02:56:13.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63142025-02-19T02:56:14.971Z[ recovery-image] Feb 19 02:56:13.991 INFO O| Feb 19 02:56:13.991 INFO STEP 633 (remove_files) COMPLETE
63152025-02-19T02:56:14.971Z[ recovery-image] Feb 19 02:56:13.991 INFO O| Feb 19 02:56:13.991 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.005 INFO O| Feb 19 02:56:14.005 INFO STEP 14 (pkg_install) COMPLETE
63172025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.005 INFO O| Feb 19 02:56:14.005 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63182025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.005 INFO O| Feb 19 02:56:14.005 INFO skip step because feature "mfg" is not enabled
63192025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63202025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO skip step because feature "compliance" is not enabled
63212025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63222025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO skip step because feature "stress" is not enabled
63232025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63242025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO skip step because feature "nfs" is not enabled
63252025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.005 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
63262025-02-19T02:56:14.986Z[ host-image] Feb 19 02:56:14.006 INFO O| Feb 19 02:56:14.006 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
63272025-02-19T02:56:15.014Z[ recovery-image] Feb 19 02:56:14.034 INFO O| Feb 19 02:56:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63282025-02-19T02:56:15.017Z[ recovery-image] Feb 19 02:56:14.034 INFO O| Feb 19 02:56:14.034 INFO STEP 634 (remove_files) COMPLETE
63292025-02-19T02:56:15.018Z[ recovery-image] Feb 19 02:56:14.034 INFO O| Feb 19 02:56:14.034 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-19T02:56:15.076Z[ host-image] Feb 19 02:56:14.096 INFO O| Feb 19 02:56:14.096 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
63312025-02-19T02:56:15.093Z[ recovery-image] Feb 19 02:56:14.113 INFO O| Feb 19 02:56:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63322025-02-19T02:56:15.093Z[ recovery-image] Feb 19 02:56:14.113 INFO O| Feb 19 02:56:14.113 INFO STEP 635 (remove_files) COMPLETE
63332025-02-19T02:56:15.096Z[ recovery-image] Feb 19 02:56:14.113 INFO O| Feb 19 02:56:14.113 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-19T02:56:15.120Z[ recovery-image] Feb 19 02:56:14.140 INFO O| Feb 19 02:56:14.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63352025-02-19T02:56:15.120Z[ recovery-image] Feb 19 02:56:14.140 INFO O| Feb 19 02:56:14.140 INFO STEP 636 (remove_files) COMPLETE
63362025-02-19T02:56:15.120Z[ recovery-image] Feb 19 02:56:14.140 INFO O| Feb 19 02:56:14.140 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-19T02:56:15.145Z[ recovery-image] Feb 19 02:56:14.165 INFO O| Feb 19 02:56:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63382025-02-19T02:56:15.145Z[ recovery-image] Feb 19 02:56:14.165 INFO O| Feb 19 02:56:14.165 INFO STEP 637 (remove_files) COMPLETE
63392025-02-19T02:56:15.145Z[ recovery-image] Feb 19 02:56:14.165 INFO O| Feb 19 02:56:14.165 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-19T02:56:15.176Z[ host-image] Feb 19 02:56:14.197 INFO O| Feb 19 02:56:14.196 INFO completed processing gimlet/ramdisk-01-os
63412025-02-19T02:56:15.181Z[ host-image] Feb 19 02:56:14.200 INFO omicron1 baseline generation...
63422025-02-19T02:56:15.181Z[ host-image] Feb 19 02:56:14.200 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
63432025-02-19T02:56:15.192Z[ recovery-image] Feb 19 02:56:14.212 INFO O| Feb 19 02:56:14.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63442025-02-19T02:56:15.195Z[ recovery-image] Feb 19 02:56:14.213 INFO O| Feb 19 02:56:14.213 INFO STEP 638 (remove_files) COMPLETE
63452025-02-19T02:56:15.195Z[ recovery-image] Feb 19 02:56:14.213 INFO O| Feb 19 02:56:14.213 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-19T02:56:15.277Z[ recovery-image] Feb 19 02:56:14.297 INFO O| Feb 19 02:56:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63472025-02-19T02:56:15.281Z[ recovery-image] Feb 19 02:56:14.298 INFO O| Feb 19 02:56:14.298 INFO STEP 639 (remove_files) COMPLETE
63482025-02-19T02:56:15.281Z[ recovery-image] Feb 19 02:56:14.298 INFO O| Feb 19 02:56:14.298 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-19T02:56:15.297Z[ recovery-image] Feb 19 02:56:14.317 INFO O| Feb 19 02:56:14.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63502025-02-19T02:56:15.300Z[ recovery-image] Feb 19 02:56:14.318 INFO O| Feb 19 02:56:14.318 INFO STEP 640 (remove_files) COMPLETE
63512025-02-19T02:56:15.300Z[ recovery-image] Feb 19 02:56:14.318 INFO O| Feb 19 02:56:14.318 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-19T02:56:15.317Z[ recovery-image] Feb 19 02:56:14.338 INFO O| Feb 19 02:56:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63532025-02-19T02:56:15.320Z[ recovery-image] Feb 19 02:56:14.338 INFO O| Feb 19 02:56:14.338 INFO STEP 641 (remove_files) COMPLETE
63542025-02-19T02:56:15.320Z[ recovery-image] Feb 19 02:56:14.338 INFO O| Feb 19 02:56:14.338 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-19T02:56:15.339Z[ recovery-image] Feb 19 02:56:14.358 INFO O| Feb 19 02:56:14.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63562025-02-19T02:56:15.342Z[ recovery-image] Feb 19 02:56:14.358 INFO O| Feb 19 02:56:14.358 INFO STEP 642 (remove_files) COMPLETE
63572025-02-19T02:56:15.343Z[ recovery-image] Feb 19 02:56:14.358 INFO O| Feb 19 02:56:14.358 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-19T02:56:15.366Z[ recovery-image] Feb 19 02:56:14.387 INFO O| Feb 19 02:56:14.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63592025-02-19T02:56:15.367Z[ recovery-image] Feb 19 02:56:14.387 INFO O| Feb 19 02:56:14.387 INFO STEP 643 (remove_files) COMPLETE
63602025-02-19T02:56:15.367Z[ recovery-image] Feb 19 02:56:14.387 INFO O| Feb 19 02:56:14.387 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-19T02:56:15.386Z[ recovery-image] Feb 19 02:56:14.406 INFO O| Feb 19 02:56:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63622025-02-19T02:56:15.386Z[ recovery-image] Feb 19 02:56:14.406 INFO O| Feb 19 02:56:14.406 INFO STEP 644 (remove_files) COMPLETE
63632025-02-19T02:56:15.389Z[ recovery-image] Feb 19 02:56:14.406 INFO O| Feb 19 02:56:14.406 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-19T02:56:15.412Z[ recovery-image] Feb 19 02:56:14.432 INFO O| Feb 19 02:56:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63652025-02-19T02:56:15.415Z[ recovery-image] Feb 19 02:56:14.432 INFO O| Feb 19 02:56:14.432 INFO STEP 645 (remove_files) COMPLETE
63662025-02-19T02:56:15.415Z[ recovery-image] Feb 19 02:56:14.433 INFO O| Feb 19 02:56:14.432 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-19T02:56:15.432Z[ recovery-image] Feb 19 02:56:14.452 INFO O| Feb 19 02:56:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63682025-02-19T02:56:15.435Z[ recovery-image] Feb 19 02:56:14.452 INFO O| Feb 19 02:56:14.452 INFO STEP 646 (remove_files) COMPLETE
63692025-02-19T02:56:15.435Z[ recovery-image] Feb 19 02:56:14.452 INFO O| Feb 19 02:56:14.452 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-19T02:56:15.451Z[ recovery-image] Feb 19 02:56:14.471 INFO O| Feb 19 02:56:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63712025-02-19T02:56:15.451Z[ recovery-image] Feb 19 02:56:14.471 INFO O| Feb 19 02:56:14.471 INFO STEP 647 (remove_files) COMPLETE
63722025-02-19T02:56:15.451Z[ recovery-image] Feb 19 02:56:14.471 INFO O| Feb 19 02:56:14.471 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-19T02:56:15.470Z[ recovery-image] Feb 19 02:56:14.490 INFO O| Feb 19 02:56:14.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63742025-02-19T02:56:15.470Z[ recovery-image] Feb 19 02:56:14.490 INFO O| Feb 19 02:56:14.490 INFO STEP 648 (remove_files) COMPLETE
63752025-02-19T02:56:15.470Z[ recovery-image] Feb 19 02:56:14.490 INFO O| Feb 19 02:56:14.490 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-19T02:56:15.500Z[ recovery-image] Feb 19 02:56:14.520 INFO O| Feb 19 02:56:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63772025-02-19T02:56:15.500Z[ recovery-image] Feb 19 02:56:14.520 INFO O| Feb 19 02:56:14.520 INFO STEP 649 (remove_files) COMPLETE
63782025-02-19T02:56:15.500Z[ recovery-image] Feb 19 02:56:14.520 INFO O| Feb 19 02:56:14.520 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-19T02:56:15.519Z[ recovery-image] Feb 19 02:56:14.539 INFO O| Feb 19 02:56:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63802025-02-19T02:56:15.519Z[ recovery-image] Feb 19 02:56:14.539 INFO O| Feb 19 02:56:14.539 INFO STEP 650 (remove_files) COMPLETE
63812025-02-19T02:56:15.522Z[ recovery-image] Feb 19 02:56:14.539 INFO O| Feb 19 02:56:14.539 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-19T02:56:15.536Z[ recovery-image] Feb 19 02:56:14.556 INFO O| Feb 19 02:56:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63832025-02-19T02:56:15.539Z[ recovery-image] Feb 19 02:56:14.557 INFO O| Feb 19 02:56:14.556 INFO STEP 651 (remove_files) COMPLETE
63842025-02-19T02:56:15.539Z[ recovery-image] Feb 19 02:56:14.557 INFO O| Feb 19 02:56:14.557 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-19T02:56:15.567Z[ recovery-image] Feb 19 02:56:14.587 INFO O| Feb 19 02:56:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63862025-02-19T02:56:15.567Z[ recovery-image] Feb 19 02:56:14.587 INFO O| Feb 19 02:56:14.587 INFO STEP 652 (remove_files) COMPLETE
63872025-02-19T02:56:15.567Z[ recovery-image] Feb 19 02:56:14.587 INFO O| Feb 19 02:56:14.587 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-19T02:56:15.610Z[ recovery-image] Feb 19 02:56:14.629 INFO O| Feb 19 02:56:14.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63892025-02-19T02:56:15.610Z[ recovery-image] Feb 19 02:56:14.629 INFO O| Feb 19 02:56:14.629 INFO STEP 653 (remove_files) COMPLETE
63902025-02-19T02:56:15.610Z[ recovery-image] Feb 19 02:56:14.629 INFO O| Feb 19 02:56:14.629 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-19T02:56:15.656Z[ recovery-image] Feb 19 02:56:14.676 INFO O| Feb 19 02:56:14.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63922025-02-19T02:56:15.656Z[ recovery-image] Feb 19 02:56:14.677 INFO O| Feb 19 02:56:14.676 INFO STEP 654 (remove_files) COMPLETE
63932025-02-19T02:56:15.660Z[ recovery-image] Feb 19 02:56:14.677 INFO O| Feb 19 02:56:14.677 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-19T02:56:15.690Z[ recovery-image] Feb 19 02:56:14.711 INFO O| Feb 19 02:56:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63952025-02-19T02:56:15.690Z[ recovery-image] Feb 19 02:56:14.711 INFO O| Feb 19 02:56:14.711 INFO STEP 655 (remove_files) COMPLETE
63962025-02-19T02:56:15.694Z[ recovery-image] Feb 19 02:56:14.711 INFO O| Feb 19 02:56:14.711 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-19T02:56:15.725Z[ recovery-image] Feb 19 02:56:14.745 INFO O| Feb 19 02:56:14.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63982025-02-19T02:56:15.726Z[ recovery-image] Feb 19 02:56:14.745 INFO O| Feb 19 02:56:14.745 INFO STEP 656 (remove_files) COMPLETE
63992025-02-19T02:56:15.726Z[ recovery-image] Feb 19 02:56:14.745 INFO O| Feb 19 02:56:14.745 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-19T02:56:15.759Z[ recovery-image] Feb 19 02:56:14.778 INFO O| Feb 19 02:56:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64012025-02-19T02:56:15.759Z[ recovery-image] Feb 19 02:56:14.778 INFO O| Feb 19 02:56:14.778 INFO STEP 657 (remove_files) COMPLETE
64022025-02-19T02:56:15.770Z[ recovery-image] Feb 19 02:56:14.778 INFO O| Feb 19 02:56:14.778 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-19T02:56:15.779Z[ recovery-image] Feb 19 02:56:14.799 INFO O| Feb 19 02:56:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64042025-02-19T02:56:15.779Z[ recovery-image] Feb 19 02:56:14.799 INFO O| Feb 19 02:56:14.799 INFO STEP 658 (remove_files) COMPLETE
64052025-02-19T02:56:15.779Z[ recovery-image] Feb 19 02:56:14.799 INFO O| Feb 19 02:56:14.799 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-19T02:56:15.799Z[ recovery-image] Feb 19 02:56:14.819 INFO O| Feb 19 02:56:14.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64072025-02-19T02:56:15.799Z[ recovery-image] Feb 19 02:56:14.819 INFO O| Feb 19 02:56:14.819 INFO STEP 659 (remove_files) COMPLETE
64082025-02-19T02:56:15.799Z[ recovery-image] Feb 19 02:56:14.819 INFO O| Feb 19 02:56:14.819 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-19T02:56:15.818Z[ recovery-image] Feb 19 02:56:14.838 INFO O| Feb 19 02:56:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64102025-02-19T02:56:15.818Z[ recovery-image] Feb 19 02:56:14.838 INFO O| Feb 19 02:56:14.838 INFO STEP 660 (remove_files) COMPLETE
64112025-02-19T02:56:15.821Z[ recovery-image] Feb 19 02:56:14.838 INFO O| Feb 19 02:56:14.838 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-19T02:56:15.848Z[ recovery-image] Feb 19 02:56:14.868 INFO O| Feb 19 02:56:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64132025-02-19T02:56:15.848Z[ recovery-image] Feb 19 02:56:14.869 INFO O| Feb 19 02:56:14.868 INFO STEP 661 (remove_files) COMPLETE
64142025-02-19T02:56:15.851Z[ recovery-image] Feb 19 02:56:14.869 INFO O| Feb 19 02:56:14.869 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-19T02:56:15.871Z[ recovery-image] Feb 19 02:56:14.891 INFO O| Feb 19 02:56:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64162025-02-19T02:56:15.872Z[ recovery-image] Feb 19 02:56:14.891 INFO O| Feb 19 02:56:14.891 INFO STEP 662 (remove_files) COMPLETE
64172025-02-19T02:56:15.876Z[ recovery-image] Feb 19 02:56:14.892 INFO O| Feb 19 02:56:14.892 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-19T02:56:15.896Z[ recovery-image] Feb 19 02:56:14.914 INFO O| Feb 19 02:56:14.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64192025-02-19T02:56:15.900Z[ recovery-image] Feb 19 02:56:14.915 INFO O| Feb 19 02:56:14.915 INFO STEP 663 (remove_files) COMPLETE
64202025-02-19T02:56:15.900Z[ recovery-image] Feb 19 02:56:14.915 INFO O| Feb 19 02:56:14.915 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-19T02:56:15.919Z[ recovery-image] Feb 19 02:56:14.939 INFO O| Feb 19 02:56:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64222025-02-19T02:56:15.919Z[ recovery-image] Feb 19 02:56:14.939 INFO O| Feb 19 02:56:14.939 INFO STEP 664 (remove_files) COMPLETE
64232025-02-19T02:56:15.922Z[ recovery-image] Feb 19 02:56:14.939 INFO O| Feb 19 02:56:14.939 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-19T02:56:15.961Z[ recovery-image] Feb 19 02:56:14.981 INFO O| Feb 19 02:56:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64252025-02-19T02:56:15.968Z[ recovery-image] Feb 19 02:56:14.981 INFO O| Feb 19 02:56:14.981 INFO STEP 665 (remove_files) COMPLETE
64262025-02-19T02:56:15.968Z[ host-image] Feb 19 02:56:14.981 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23218:20250214T014507Z
64272025-02-19T02:56:15.969Z[ recovery-image] Feb 19 02:56:14.981 INFO O| Feb 19 02:56:14.981 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-19T02:56:15.986Z[ recovery-image] Feb 19 02:56:15.006 INFO O| Feb 19 02:56:15.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64292025-02-19T02:56:15.986Z[ recovery-image] Feb 19 02:56:15.006 INFO O| Feb 19 02:56:15.006 INFO STEP 666 (remove_files) COMPLETE
64302025-02-19T02:56:15.986Z[ recovery-image] Feb 19 02:56:15.006 INFO O| Feb 19 02:56:15.006 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-19T02:56:16.005Z[ recovery-image] Feb 19 02:56:15.025 INFO O| Feb 19 02:56:15.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64322025-02-19T02:56:16.005Z[ recovery-image] Feb 19 02:56:15.025 INFO O| Feb 19 02:56:15.025 INFO STEP 667 (remove_files) COMPLETE
64332025-02-19T02:56:16.005Z[ recovery-image] Feb 19 02:56:15.025 INFO O| Feb 19 02:56:15.025 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-19T02:56:16.043Z[ recovery-image] Feb 19 02:56:15.062 INFO O| Feb 19 02:56:15.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64352025-02-19T02:56:16.046Z[ recovery-image] Feb 19 02:56:15.062 INFO O| Feb 19 02:56:15.062 INFO STEP 668 (remove_files) COMPLETE
64362025-02-19T02:56:16.046Z[ recovery-image] Feb 19 02:56:15.062 INFO O| Feb 19 02:56:15.062 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-19T02:56:16.063Z[ recovery-image] Feb 19 02:56:15.083 INFO O| Feb 19 02:56:15.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64382025-02-19T02:56:16.063Z[ recovery-image] Feb 19 02:56:15.083 INFO O| Feb 19 02:56:15.083 INFO STEP 669 (remove_files) COMPLETE
64392025-02-19T02:56:16.066Z[ recovery-image] Feb 19 02:56:15.084 INFO O| Feb 19 02:56:15.083 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-02-19T02:56:16.082Z[ recovery-image] Feb 19 02:56:15.102 INFO O| Feb 19 02:56:15.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64412025-02-19T02:56:16.082Z[ recovery-image] Feb 19 02:56:15.102 INFO O| Feb 19 02:56:15.102 INFO STEP 670 (remove_files) COMPLETE
64422025-02-19T02:56:16.085Z[ recovery-image] Feb 19 02:56:15.102 INFO O| Feb 19 02:56:15.102 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-02-19T02:56:16.101Z[ recovery-image] Feb 19 02:56:15.121 INFO O| Feb 19 02:56:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64442025-02-19T02:56:16.101Z[ recovery-image] Feb 19 02:56:15.121 INFO O| Feb 19 02:56:15.121 INFO STEP 671 (remove_files) COMPLETE
64452025-02-19T02:56:16.104Z[ recovery-image] Feb 19 02:56:15.121 INFO O| Feb 19 02:56:15.121 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-19T02:56:16.120Z[ recovery-image] Feb 19 02:56:15.140 INFO O| Feb 19 02:56:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64472025-02-19T02:56:16.120Z[ recovery-image] Feb 19 02:56:15.140 INFO O| Feb 19 02:56:15.140 INFO STEP 672 (remove_files) COMPLETE
64482025-02-19T02:56:16.130Z[ recovery-image] Feb 19 02:56:15.140 INFO O| Feb 19 02:56:15.140 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-02-19T02:56:16.137Z[ recovery-image] Feb 19 02:56:15.157 INFO O| Feb 19 02:56:15.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64502025-02-19T02:56:16.140Z[ recovery-image] Feb 19 02:56:15.157 INFO O| Feb 19 02:56:15.157 INFO STEP 673 (remove_files) COMPLETE
64512025-02-19T02:56:16.140Z[ recovery-image] Feb 19 02:56:15.158 INFO O| Feb 19 02:56:15.157 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-02-19T02:56:16.160Z[ recovery-image] Feb 19 02:56:15.180 INFO O| Feb 19 02:56:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64532025-02-19T02:56:16.164Z[ recovery-image] Feb 19 02:56:15.181 INFO O| Feb 19 02:56:15.181 INFO STEP 674 (remove_files) COMPLETE
64542025-02-19T02:56:16.164Z[ recovery-image] Feb 19 02:56:15.181 INFO O| Feb 19 02:56:15.181 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-02-19T02:56:16.184Z[ recovery-image] Feb 19 02:56:15.204 INFO O| Feb 19 02:56:15.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64562025-02-19T02:56:16.187Z[ recovery-image] Feb 19 02:56:15.204 INFO O| Feb 19 02:56:15.204 INFO STEP 675 (remove_files) COMPLETE
64572025-02-19T02:56:16.187Z[ recovery-image] Feb 19 02:56:15.205 INFO O| Feb 19 02:56:15.204 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-02-19T02:56:16.205Z[ recovery-image] Feb 19 02:56:15.225 INFO O| Feb 19 02:56:15.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64592025-02-19T02:56:16.208Z[ recovery-image] Feb 19 02:56:15.226 INFO O| Feb 19 02:56:15.226 INFO STEP 676 (remove_files) COMPLETE
64602025-02-19T02:56:16.208Z[ recovery-image] Feb 19 02:56:15.226 INFO O| Feb 19 02:56:15.226 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-02-19T02:56:16.231Z[ recovery-image] Feb 19 02:56:15.250 INFO O| Feb 19 02:56:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64622025-02-19T02:56:16.235Z[ recovery-image] Feb 19 02:56:15.250 INFO O| Feb 19 02:56:15.250 INFO STEP 677 (remove_files) COMPLETE
64632025-02-19T02:56:16.235Z[ recovery-image] Feb 19 02:56:15.250 INFO O| Feb 19 02:56:15.250 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-02-19T02:56:16.268Z[ recovery-image] Feb 19 02:56:15.287 INFO O| Feb 19 02:56:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64652025-02-19T02:56:16.268Z[ recovery-image] Feb 19 02:56:15.287 INFO O| Feb 19 02:56:15.287 INFO STEP 678 (remove_files) COMPLETE
64662025-02-19T02:56:16.268Z[ recovery-image] Feb 19 02:56:15.287 INFO O| Feb 19 02:56:15.287 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-02-19T02:56:16.318Z[ recovery-image] Feb 19 02:56:15.338 INFO O| Feb 19 02:56:15.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64682025-02-19T02:56:16.318Z[ recovery-image] Feb 19 02:56:15.338 INFO O| Feb 19 02:56:15.338 INFO STEP 679 (remove_files) COMPLETE
64692025-02-19T02:56:16.318Z[ recovery-image] Feb 19 02:56:15.338 INFO O| Feb 19 02:56:15.338 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-02-19T02:56:16.338Z[ recovery-image] Feb 19 02:56:15.358 INFO O| Feb 19 02:56:15.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64712025-02-19T02:56:16.338Z[ recovery-image] Feb 19 02:56:15.358 INFO O| Feb 19 02:56:15.358 INFO STEP 680 (remove_files) COMPLETE
64722025-02-19T02:56:16.341Z[ recovery-image] Feb 19 02:56:15.358 INFO O| Feb 19 02:56:15.358 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-02-19T02:56:16.382Z[ recovery-image] Feb 19 02:56:15.402 INFO O| Feb 19 02:56:15.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64742025-02-19T02:56:16.382Z[ recovery-image] Feb 19 02:56:15.403 INFO O| Feb 19 02:56:15.402 INFO STEP 681 (remove_files) COMPLETE
64752025-02-19T02:56:16.385Z[ recovery-image] Feb 19 02:56:15.403 INFO O| Feb 19 02:56:15.402 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-02-19T02:56:16.409Z[ recovery-image] Feb 19 02:56:15.429 INFO O| Feb 19 02:56:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64772025-02-19T02:56:16.409Z[ recovery-image] Feb 19 02:56:15.429 INFO O| Feb 19 02:56:15.429 INFO STEP 682 (remove_files) COMPLETE
64782025-02-19T02:56:16.409Z[ recovery-image] Feb 19 02:56:15.429 INFO O| Feb 19 02:56:15.429 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-19T02:56:16.472Z[ recovery-image] Feb 19 02:56:15.492 INFO O| Feb 19 02:56:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64802025-02-19T02:56:16.472Z[ recovery-image] Feb 19 02:56:15.492 INFO O| Feb 19 02:56:15.492 INFO STEP 683 (remove_files) COMPLETE
64812025-02-19T02:56:16.472Z[ recovery-image] Feb 19 02:56:15.492 INFO O| Feb 19 02:56:15.492 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-19T02:56:16.507Z[ recovery-image] Feb 19 02:56:15.527 INFO O| Feb 19 02:56:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64832025-02-19T02:56:16.507Z[ recovery-image] Feb 19 02:56:15.527 INFO O| Feb 19 02:56:15.527 INFO STEP 684 (remove_files) COMPLETE
64842025-02-19T02:56:16.510Z[ recovery-image] Feb 19 02:56:15.527 INFO O| Feb 19 02:56:15.527 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-02-19T02:56:16.564Z[ recovery-image] Feb 19 02:56:15.584 INFO O| Feb 19 02:56:15.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64862025-02-19T02:56:16.587Z[ recovery-image] Feb 19 02:56:15.607 INFO O| Feb 19 02:56:15.607 INFO STEP 685 (remove_files) COMPLETE
64872025-02-19T02:56:16.587Z[ recovery-image] Feb 19 02:56:15.607 INFO O| Feb 19 02:56:15.607 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-02-19T02:56:16.639Z[ recovery-image] Feb 19 02:56:15.659 INFO O| Feb 19 02:56:15.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64892025-02-19T02:56:16.640Z[ recovery-image] Feb 19 02:56:15.659 INFO O| Feb 19 02:56:15.659 INFO STEP 686 (remove_files) COMPLETE
64902025-02-19T02:56:16.643Z[ recovery-image] Feb 19 02:56:15.660 INFO O| Feb 19 02:56:15.659 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-02-19T02:56:16.700Z[ recovery-image] Feb 19 02:56:15.721 INFO O| Feb 19 02:56:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64922025-02-19T02:56:16.700Z[ recovery-image] Feb 19 02:56:15.721 INFO O| Feb 19 02:56:15.721 INFO STEP 687 (remove_files) COMPLETE
64932025-02-19T02:56:16.703Z[ recovery-image] Feb 19 02:56:15.721 INFO O| Feb 19 02:56:15.721 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-02-19T02:56:16.722Z[ recovery-image] Feb 19 02:56:15.742 INFO O| Feb 19 02:56:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64952025-02-19T02:56:16.722Z[ recovery-image] Feb 19 02:56:15.742 INFO O| Feb 19 02:56:15.742 INFO STEP 688 (remove_files) COMPLETE
64962025-02-19T02:56:16.722Z[ recovery-image] Feb 19 02:56:15.742 INFO O| Feb 19 02:56:15.742 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-02-19T02:56:16.744Z[ recovery-image] Feb 19 02:56:15.764 INFO O| Feb 19 02:56:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64982025-02-19T02:56:16.744Z[ recovery-image] Feb 19 02:56:15.764 INFO O| Feb 19 02:56:15.764 INFO STEP 689 (remove_files) COMPLETE
64992025-02-19T02:56:16.744Z[ recovery-image] Feb 19 02:56:15.764 INFO O| Feb 19 02:56:15.764 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-19T02:56:16.886Z[ recovery-image] Feb 19 02:56:15.906 INFO O| Feb 19 02:56:15.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65012025-02-19T02:56:16.889Z[ recovery-image] Feb 19 02:56:15.907 INFO O| Feb 19 02:56:15.906 INFO STEP 690 (remove_files) COMPLETE
65022025-02-19T02:56:16.889Z[ recovery-image] Feb 19 02:56:15.907 INFO O| Feb 19 02:56:15.907 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-19T02:56:16.920Z[ recovery-image] Feb 19 02:56:15.939 INFO O| Feb 19 02:56:15.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65042025-02-19T02:56:16.920Z[ recovery-image] Feb 19 02:56:15.939 INFO O| Feb 19 02:56:15.939 INFO STEP 691 (remove_files) COMPLETE
65052025-02-19T02:56:16.920Z[ recovery-image] Feb 19 02:56:15.939 INFO O| Feb 19 02:56:15.939 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-19T02:56:16.953Z[ recovery-image] Feb 19 02:56:15.973 INFO O| Feb 19 02:56:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65072025-02-19T02:56:16.953Z[ recovery-image] Feb 19 02:56:15.974 INFO O| Feb 19 02:56:15.973 INFO STEP 692 (remove_files) COMPLETE
65082025-02-19T02:56:16.956Z[ recovery-image] Feb 19 02:56:15.974 INFO O| Feb 19 02:56:15.973 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-19T02:56:16.975Z[ recovery-image] Feb 19 02:56:15.994 INFO O| Feb 19 02:56:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65102025-02-19T02:56:16.975Z[ recovery-image] Feb 19 02:56:15.994 INFO O| Feb 19 02:56:15.994 INFO STEP 693 (remove_files) COMPLETE
65112025-02-19T02:56:16.975Z[ recovery-image] Feb 19 02:56:15.994 INFO O| Feb 19 02:56:15.994 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-19T02:56:16.992Z[ recovery-image] Feb 19 02:56:16.012 INFO O| Feb 19 02:56:16.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65132025-02-19T02:56:16.992Z[ recovery-image] Feb 19 02:56:16.012 INFO O| Feb 19 02:56:16.012 INFO STEP 694 (remove_files) COMPLETE
65142025-02-19T02:56:16.992Z[ recovery-image] Feb 19 02:56:16.012 INFO O| Feb 19 02:56:16.012 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-19T02:56:17.025Z[ recovery-image] Feb 19 02:56:16.045 INFO O| Feb 19 02:56:16.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65162025-02-19T02:56:17.025Z[ recovery-image] Feb 19 02:56:16.045 INFO O| Feb 19 02:56:16.045 INFO STEP 695 (remove_files) COMPLETE
65172025-02-19T02:56:17.028Z[ recovery-image] Feb 19 02:56:16.045 INFO O| Feb 19 02:56:16.045 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-19T02:56:17.084Z[ recovery-image] Feb 19 02:56:16.104 INFO O| Feb 19 02:56:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65192025-02-19T02:56:17.086Z[ recovery-image] Feb 19 02:56:16.104 INFO O| Feb 19 02:56:16.104 INFO STEP 696 (remove_files) COMPLETE
65202025-02-19T02:56:17.086Z[ recovery-image] Feb 19 02:56:16.104 INFO O| Feb 19 02:56:16.104 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-19T02:56:17.135Z[ recovery-image] Feb 19 02:56:16.155 INFO O| Feb 19 02:56:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65222025-02-19T02:56:17.135Z[ recovery-image] Feb 19 02:56:16.156 INFO O| Feb 19 02:56:16.156 INFO STEP 697 (remove_files) COMPLETE
65232025-02-19T02:56:17.138Z[ recovery-image] Feb 19 02:56:16.156 INFO O| Feb 19 02:56:16.156 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-02-19T02:56:17.155Z[ recovery-image] Feb 19 02:56:16.175 INFO O| Feb 19 02:56:16.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65252025-02-19T02:56:17.155Z[ recovery-image] Feb 19 02:56:16.175 INFO O| Feb 19 02:56:16.175 INFO STEP 698 (remove_files) COMPLETE
65262025-02-19T02:56:17.155Z[ recovery-image] Feb 19 02:56:16.175 INFO O| Feb 19 02:56:16.175 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-02-19T02:56:17.175Z[ recovery-image] Feb 19 02:56:16.195 INFO O| Feb 19 02:56:16.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65282025-02-19T02:56:17.175Z[ recovery-image] Feb 19 02:56:16.195 INFO O| Feb 19 02:56:16.195 INFO STEP 699 (remove_files) COMPLETE
65292025-02-19T02:56:17.178Z[ recovery-image] Feb 19 02:56:16.195 INFO O| Feb 19 02:56:16.195 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-02-19T02:56:17.195Z[ recovery-image] Feb 19 02:56:16.215 INFO O| Feb 19 02:56:16.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65312025-02-19T02:56:17.195Z[ recovery-image] Feb 19 02:56:16.215 INFO O| Feb 19 02:56:16.215 INFO STEP 700 (remove_files) COMPLETE
65322025-02-19T02:56:17.195Z[ recovery-image] Feb 19 02:56:16.215 INFO O| Feb 19 02:56:16.215 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-02-19T02:56:17.216Z[ recovery-image] Feb 19 02:56:16.235 INFO O| Feb 19 02:56:16.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65342025-02-19T02:56:17.219Z[ recovery-image] Feb 19 02:56:16.235 INFO O| Feb 19 02:56:16.235 INFO STEP 701 (remove_files) COMPLETE
65352025-02-19T02:56:17.219Z[ recovery-image] Feb 19 02:56:16.235 INFO O| Feb 19 02:56:16.235 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-02-19T02:56:17.254Z[ recovery-image] Feb 19 02:56:16.274 INFO O| Feb 19 02:56:16.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65372025-02-19T02:56:17.254Z[ recovery-image] Feb 19 02:56:16.274 INFO O| Feb 19 02:56:16.274 INFO STEP 702 (remove_files) COMPLETE
65382025-02-19T02:56:17.254Z[ recovery-image] Feb 19 02:56:16.274 INFO O| Feb 19 02:56:16.274 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-02-19T02:56:17.275Z[ recovery-image] Feb 19 02:56:16.296 INFO O| Feb 19 02:56:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65402025-02-19T02:56:17.276Z[ recovery-image] Feb 19 02:56:16.296 INFO O| Feb 19 02:56:16.296 INFO STEP 703 (remove_files) COMPLETE
65412025-02-19T02:56:17.279Z[ recovery-image] Feb 19 02:56:16.296 INFO O| Feb 19 02:56:16.296 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-02-19T02:56:17.297Z[ recovery-image] Feb 19 02:56:16.315 INFO O| Feb 19 02:56:16.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65432025-02-19T02:56:17.297Z[ recovery-image] Feb 19 02:56:16.315 INFO O| Feb 19 02:56:16.315 INFO STEP 704 (remove_files) COMPLETE
65442025-02-19T02:56:17.299Z[ recovery-image] Feb 19 02:56:16.315 INFO O| Feb 19 02:56:16.315 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-02-19T02:56:17.316Z[ recovery-image] Feb 19 02:56:16.336 INFO O| Feb 19 02:56:16.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65462025-02-19T02:56:17.338Z[ recovery-image] Feb 19 02:56:16.358 INFO O| Feb 19 02:56:16.358 INFO STEP 705 (remove_files) COMPLETE
65472025-02-19T02:56:17.338Z[ recovery-image] Feb 19 02:56:16.358 INFO O| Feb 19 02:56:16.358 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-02-19T02:56:17.396Z[ recovery-image] Feb 19 02:56:16.417 INFO O| Feb 19 02:56:16.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65492025-02-19T02:56:17.396Z[ recovery-image] Feb 19 02:56:16.417 INFO O| Feb 19 02:56:16.417 INFO STEP 706 (remove_files) COMPLETE
65502025-02-19T02:56:17.397Z[ recovery-image] Feb 19 02:56:16.417 INFO O| Feb 19 02:56:16.417 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-02-19T02:56:17.417Z[ recovery-image] Feb 19 02:56:16.437 INFO O| Feb 19 02:56:16.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65522025-02-19T02:56:17.417Z[ recovery-image] Feb 19 02:56:16.437 INFO O| Feb 19 02:56:16.437 INFO STEP 707 (remove_files) COMPLETE
65532025-02-19T02:56:17.417Z[ recovery-image] Feb 19 02:56:16.437 INFO O| Feb 19 02:56:16.437 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-02-19T02:56:17.441Z[ recovery-image] Feb 19 02:56:16.461 INFO O| Feb 19 02:56:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65552025-02-19T02:56:17.441Z[ recovery-image] Feb 19 02:56:16.461 INFO O| Feb 19 02:56:16.461 INFO STEP 708 (remove_files) COMPLETE
65562025-02-19T02:56:17.441Z[ recovery-image] Feb 19 02:56:16.461 INFO O| Feb 19 02:56:16.461 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-02-19T02:56:17.498Z[ recovery-image] Feb 19 02:56:16.518 INFO O| Feb 19 02:56:16.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65582025-02-19T02:56:17.498Z[ recovery-image] Feb 19 02:56:16.518 INFO O| Feb 19 02:56:16.518 INFO STEP 709 (remove_files) COMPLETE
65592025-02-19T02:56:17.498Z[ recovery-image] Feb 19 02:56:16.518 INFO O| Feb 19 02:56:16.518 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-02-19T02:56:17.523Z[ recovery-image] Feb 19 02:56:16.542 INFO O| Feb 19 02:56:16.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65612025-02-19T02:56:17.523Z[ recovery-image] Feb 19 02:56:16.542 INFO O| Feb 19 02:56:16.542 INFO STEP 710 (remove_files) COMPLETE
65622025-02-19T02:56:17.523Z[ recovery-image] Feb 19 02:56:16.542 INFO O| Feb 19 02:56:16.542 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-02-19T02:56:17.559Z[ recovery-image] Feb 19 02:56:16.579 INFO O| Feb 19 02:56:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65642025-02-19T02:56:17.559Z[ recovery-image] Feb 19 02:56:16.579 INFO O| Feb 19 02:56:16.579 INFO STEP 711 (remove_files) COMPLETE
65652025-02-19T02:56:17.562Z[ recovery-image] Feb 19 02:56:16.579 INFO O| Feb 19 02:56:16.579 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-02-19T02:56:17.579Z[ recovery-image] Feb 19 02:56:16.599 INFO O| Feb 19 02:56:16.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65672025-02-19T02:56:17.579Z[ recovery-image] Feb 19 02:56:16.599 INFO O| Feb 19 02:56:16.599 INFO STEP 712 (remove_files) COMPLETE
65682025-02-19T02:56:17.583Z[ recovery-image] Feb 19 02:56:16.599 INFO O| Feb 19 02:56:16.599 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-02-19T02:56:17.610Z[ recovery-image] Feb 19 02:56:16.630 INFO O| Feb 19 02:56:16.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65702025-02-19T02:56:17.610Z[ recovery-image] Feb 19 02:56:16.630 INFO O| Feb 19 02:56:16.630 INFO STEP 713 (remove_files) COMPLETE
65712025-02-19T02:56:17.613Z[ recovery-image] Feb 19 02:56:16.630 INFO O| Feb 19 02:56:16.630 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-02-19T02:56:17.632Z[ recovery-image] Feb 19 02:56:16.652 INFO O| Feb 19 02:56:16.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65732025-02-19T02:56:17.632Z[ recovery-image] Feb 19 02:56:16.652 INFO O| Feb 19 02:56:16.652 INFO STEP 714 (remove_files) COMPLETE
65742025-02-19T02:56:17.632Z[ recovery-image] Feb 19 02:56:16.652 INFO O| Feb 19 02:56:16.652 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-02-19T02:56:17.651Z[ recovery-image] Feb 19 02:56:16.671 INFO O| Feb 19 02:56:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65762025-02-19T02:56:17.653Z[ recovery-image] Feb 19 02:56:16.671 INFO O| Feb 19 02:56:16.671 INFO STEP 715 (remove_files) COMPLETE
65772025-02-19T02:56:17.653Z[ recovery-image] Feb 19 02:56:16.671 INFO O| Feb 19 02:56:16.671 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-19T02:56:17.679Z[ recovery-image] Feb 19 02:56:16.699 INFO O| Feb 19 02:56:16.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65792025-02-19T02:56:17.679Z[ recovery-image] Feb 19 02:56:16.699 INFO O| Feb 19 02:56:16.699 INFO STEP 716 (remove_files) COMPLETE
65802025-02-19T02:56:17.679Z[ recovery-image] Feb 19 02:56:16.699 INFO O| Feb 19 02:56:16.699 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-19T02:56:17.720Z[ recovery-image] Feb 19 02:56:16.740 INFO O| Feb 19 02:56:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65822025-02-19T02:56:17.723Z[ recovery-image] Feb 19 02:56:16.740 INFO O| Feb 19 02:56:16.740 INFO STEP 717 (remove_files) COMPLETE
65832025-02-19T02:56:17.723Z[ recovery-image] Feb 19 02:56:16.741 INFO O| Feb 19 02:56:16.741 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-19T02:56:17.741Z[ recovery-image] Feb 19 02:56:16.760 INFO O| Feb 19 02:56:16.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65852025-02-19T02:56:17.741Z[ recovery-image] Feb 19 02:56:16.760 INFO O| Feb 19 02:56:16.760 INFO STEP 718 (remove_files) COMPLETE
65862025-02-19T02:56:17.744Z[ recovery-image] Feb 19 02:56:16.760 INFO O| Feb 19 02:56:16.760 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-19T02:56:17.762Z[ recovery-image] Feb 19 02:56:16.782 INFO O| Feb 19 02:56:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65882025-02-19T02:56:17.762Z[ recovery-image] Feb 19 02:56:16.782 INFO O| Feb 19 02:56:16.782 INFO STEP 719 (remove_files) COMPLETE
65892025-02-19T02:56:17.762Z[ recovery-image] Feb 19 02:56:16.782 INFO O| Feb 19 02:56:16.782 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-19T02:56:17.784Z[ recovery-image] Feb 19 02:56:16.804 INFO O| Feb 19 02:56:16.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65912025-02-19T02:56:17.805Z[ recovery-image] Feb 19 02:56:16.825 INFO O| Feb 19 02:56:16.825 INFO STEP 720 (remove_files) COMPLETE
65922025-02-19T02:56:17.805Z[ recovery-image] Feb 19 02:56:16.825 INFO O| Feb 19 02:56:16.825 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-19T02:56:17.837Z[ recovery-image] Feb 19 02:56:16.857 INFO O| Feb 19 02:56:16.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65942025-02-19T02:56:17.837Z[ recovery-image] Feb 19 02:56:16.857 INFO O| Feb 19 02:56:16.857 INFO STEP 721 (remove_files) COMPLETE
65952025-02-19T02:56:17.837Z[ recovery-image] Feb 19 02:56:16.857 INFO O| Feb 19 02:56:16.857 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-02-19T02:56:17.878Z[ recovery-image] Feb 19 02:56:16.898 INFO O| Feb 19 02:56:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65972025-02-19T02:56:17.878Z[ recovery-image] Feb 19 02:56:16.898 INFO O| Feb 19 02:56:16.898 INFO STEP 722 (remove_files) COMPLETE
65982025-02-19T02:56:17.881Z[ recovery-image] Feb 19 02:56:16.898 INFO O| Feb 19 02:56:16.898 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-02-19T02:56:17.939Z[ recovery-image] Feb 19 02:56:16.959 INFO O| Feb 19 02:56:16.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66002025-02-19T02:56:17.939Z[ recovery-image] Feb 19 02:56:16.959 INFO O| Feb 19 02:56:16.959 INFO STEP 723 (remove_files) COMPLETE
66012025-02-19T02:56:17.939Z[ recovery-image] Feb 19 02:56:16.959 INFO O| Feb 19 02:56:16.959 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-02-19T02:56:18.009Z[ recovery-image] Feb 19 02:56:17.029 INFO O| Feb 19 02:56:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66032025-02-19T02:56:18.009Z[ recovery-image] Feb 19 02:56:17.029 INFO O| Feb 19 02:56:17.029 INFO STEP 724 (remove_files) COMPLETE
66042025-02-19T02:56:18.012Z[ recovery-image] Feb 19 02:56:17.029 INFO O| Feb 19 02:56:17.029 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-02-19T02:56:18.075Z[ recovery-image] Feb 19 02:56:17.095 INFO O| Feb 19 02:56:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66062025-02-19T02:56:18.097Z[ recovery-image] Feb 19 02:56:17.117 INFO O| Feb 19 02:56:17.117 INFO STEP 725 (remove_files) COMPLETE
66072025-02-19T02:56:18.097Z[ recovery-image] Feb 19 02:56:17.117 INFO O| Feb 19 02:56:17.117 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-02-19T02:56:18.138Z[ recovery-image] Feb 19 02:56:17.158 INFO O| Feb 19 02:56:17.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66092025-02-19T02:56:18.138Z[ recovery-image] Feb 19 02:56:17.158 INFO O| Feb 19 02:56:17.158 INFO STEP 726 (remove_files) COMPLETE
66102025-02-19T02:56:18.138Z[ recovery-image] Feb 19 02:56:17.158 INFO O| Feb 19 02:56:17.158 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-02-19T02:56:18.158Z[ recovery-image] Feb 19 02:56:17.178 INFO O| Feb 19 02:56:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66122025-02-19T02:56:18.158Z[ recovery-image] Feb 19 02:56:17.179 INFO O| Feb 19 02:56:17.179 INFO STEP 727 (remove_files) COMPLETE
66132025-02-19T02:56:18.158Z[ recovery-image] Feb 19 02:56:17.179 INFO O| Feb 19 02:56:17.179 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-02-19T02:56:18.187Z[ recovery-image] Feb 19 02:56:17.207 INFO O| Feb 19 02:56:17.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66152025-02-19T02:56:18.187Z[ recovery-image] Feb 19 02:56:17.207 INFO O| Feb 19 02:56:17.207 INFO STEP 728 (remove_files) COMPLETE
66162025-02-19T02:56:18.187Z[ recovery-image] Feb 19 02:56:17.207 INFO O| Feb 19 02:56:17.207 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-02-19T02:56:18.303Z[ recovery-image] Feb 19 02:56:17.323 INFO O| Feb 19 02:56:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66182025-02-19T02:56:18.305Z[ recovery-image] Feb 19 02:56:17.323 INFO O| Feb 19 02:56:17.323 INFO STEP 729 (remove_files) COMPLETE
66192025-02-19T02:56:18.305Z[ recovery-image] Feb 19 02:56:17.323 INFO O| Feb 19 02:56:17.323 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-19T02:56:18.326Z[ recovery-image] Feb 19 02:56:17.346 INFO O| Feb 19 02:56:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66212025-02-19T02:56:18.331Z[ recovery-image] Feb 19 02:56:17.346 INFO O| Feb 19 02:56:17.346 INFO STEP 730 (remove_files) COMPLETE
66222025-02-19T02:56:18.331Z[ recovery-image] Feb 19 02:56:17.347 INFO O| Feb 19 02:56:17.346 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-19T02:56:18.347Z[ recovery-image] Feb 19 02:56:17.367 INFO O| Feb 19 02:56:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66242025-02-19T02:56:18.350Z[ recovery-image] Feb 19 02:56:17.367 INFO O| Feb 19 02:56:17.367 INFO STEP 731 (remove_files) COMPLETE
66252025-02-19T02:56:18.350Z[ recovery-image] Feb 19 02:56:17.368 INFO O| Feb 19 02:56:17.368 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-19T02:56:18.368Z[ recovery-image] Feb 19 02:56:17.389 INFO O| Feb 19 02:56:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66272025-02-19T02:56:18.371Z[ recovery-image] Feb 19 02:56:17.389 INFO O| Feb 19 02:56:17.389 INFO STEP 732 (remove_files) COMPLETE
66282025-02-19T02:56:18.371Z[ recovery-image] Feb 19 02:56:17.389 INFO O| Feb 19 02:56:17.389 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-19T02:56:18.390Z[ recovery-image] Feb 19 02:56:17.410 INFO O| Feb 19 02:56:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66302025-02-19T02:56:18.392Z[ recovery-image] Feb 19 02:56:17.410 INFO O| Feb 19 02:56:17.410 INFO STEP 733 (remove_files) COMPLETE
66312025-02-19T02:56:18.393Z[ recovery-image] Feb 19 02:56:17.410 INFO O| Feb 19 02:56:17.410 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-19T02:56:18.409Z[ recovery-image] Feb 19 02:56:17.429 INFO O| Feb 19 02:56:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66332025-02-19T02:56:18.412Z[ recovery-image] Feb 19 02:56:17.430 INFO O| Feb 19 02:56:17.430 INFO STEP 734 (remove_files) COMPLETE
66342025-02-19T02:56:18.412Z[ recovery-image] Feb 19 02:56:17.430 INFO O| Feb 19 02:56:17.430 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-19T02:56:18.431Z[ recovery-image] Feb 19 02:56:17.450 INFO O| Feb 19 02:56:17.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66362025-02-19T02:56:18.433Z[ recovery-image] Feb 19 02:56:17.450 INFO O| Feb 19 02:56:17.450 INFO STEP 735 (remove_files) COMPLETE
66372025-02-19T02:56:18.433Z[ recovery-image] Feb 19 02:56:17.450 INFO O| Feb 19 02:56:17.450 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-19T02:56:18.450Z[ recovery-image] Feb 19 02:56:17.470 INFO O| Feb 19 02:56:17.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66392025-02-19T02:56:18.452Z[ recovery-image] Feb 19 02:56:17.470 INFO O| Feb 19 02:56:17.470 INFO STEP 736 (remove_files) COMPLETE
66402025-02-19T02:56:18.452Z[ recovery-image] Feb 19 02:56:17.470 INFO O| Feb 19 02:56:17.470 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-02-19T02:56:18.471Z[ recovery-image] Feb 19 02:56:17.491 INFO O| Feb 19 02:56:17.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66422025-02-19T02:56:18.471Z[ recovery-image] Feb 19 02:56:17.491 INFO O| Feb 19 02:56:17.491 INFO STEP 737 (remove_files) COMPLETE
66432025-02-19T02:56:18.473Z[ recovery-image] Feb 19 02:56:17.491 INFO O| Feb 19 02:56:17.491 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-02-19T02:56:18.491Z[ recovery-image] Feb 19 02:56:17.511 INFO O| Feb 19 02:56:17.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66452025-02-19T02:56:18.491Z[ recovery-image] Feb 19 02:56:17.511 INFO O| Feb 19 02:56:17.511 INFO STEP 738 (remove_files) COMPLETE
66462025-02-19T02:56:18.494Z[ recovery-image] Feb 19 02:56:17.511 INFO O| Feb 19 02:56:17.511 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-02-19T02:56:18.511Z[ recovery-image] Feb 19 02:56:17.531 INFO O| Feb 19 02:56:17.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66482025-02-19T02:56:18.511Z[ recovery-image] Feb 19 02:56:17.531 INFO O| Feb 19 02:56:17.531 INFO STEP 739 (remove_files) COMPLETE
66492025-02-19T02:56:18.514Z[ recovery-image] Feb 19 02:56:17.531 INFO O| Feb 19 02:56:17.531 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-19T02:56:18.539Z[ recovery-image] Feb 19 02:56:17.559 INFO O| Feb 19 02:56:17.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66512025-02-19T02:56:18.539Z[ recovery-image] Feb 19 02:56:17.559 INFO O| Feb 19 02:56:17.559 INFO STEP 740 (remove_files) COMPLETE
66522025-02-19T02:56:18.542Z[ recovery-image] Feb 19 02:56:17.559 INFO O| Feb 19 02:56:17.559 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-19T02:56:18.561Z[ recovery-image] Feb 19 02:56:17.581 INFO O| Feb 19 02:56:17.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66542025-02-19T02:56:18.561Z[ recovery-image] Feb 19 02:56:17.581 INFO O| Feb 19 02:56:17.581 INFO STEP 741 (remove_files) COMPLETE
66552025-02-19T02:56:18.561Z[ recovery-image] Feb 19 02:56:17.581 INFO O| Feb 19 02:56:17.581 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-19T02:56:18.581Z[ recovery-image] Feb 19 02:56:17.601 INFO O| Feb 19 02:56:17.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66572025-02-19T02:56:18.581Z[ recovery-image] Feb 19 02:56:17.601 INFO O| Feb 19 02:56:17.601 INFO STEP 742 (remove_files) COMPLETE
66582025-02-19T02:56:18.581Z[ recovery-image] Feb 19 02:56:17.601 INFO O| Feb 19 02:56:17.601 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-02-19T02:56:18.601Z[ recovery-image] Feb 19 02:56:17.621 INFO O| Feb 19 02:56:17.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66602025-02-19T02:56:18.601Z[ recovery-image] Feb 19 02:56:17.621 INFO O| Feb 19 02:56:17.621 INFO STEP 743 (remove_files) COMPLETE
66612025-02-19T02:56:18.601Z[ recovery-image] Feb 19 02:56:17.621 INFO O| Feb 19 02:56:17.621 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-02-19T02:56:18.643Z[ recovery-image] Feb 19 02:56:17.663 INFO O| Feb 19 02:56:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66632025-02-19T02:56:18.644Z[ recovery-image] Feb 19 02:56:17.664 INFO O| Feb 19 02:56:17.664 INFO STEP 744 (remove_files) COMPLETE
66642025-02-19T02:56:18.644Z[ recovery-image] Feb 19 02:56:17.664 INFO O| Feb 19 02:56:17.664 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-02-19T02:56:18.664Z[ recovery-image] Feb 19 02:56:17.684 INFO O| Feb 19 02:56:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66662025-02-19T02:56:18.664Z[ recovery-image] Feb 19 02:56:17.684 INFO O| Feb 19 02:56:17.684 INFO STEP 745 (remove_files) COMPLETE
66672025-02-19T02:56:18.667Z[ recovery-image] Feb 19 02:56:17.684 INFO O| Feb 19 02:56:17.684 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-02-19T02:56:18.687Z[ recovery-image] Feb 19 02:56:17.707 INFO O| Feb 19 02:56:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66692025-02-19T02:56:18.687Z[ recovery-image] Feb 19 02:56:17.707 INFO O| Feb 19 02:56:17.707 INFO STEP 746 (remove_files) COMPLETE
66702025-02-19T02:56:18.690Z[ recovery-image] Feb 19 02:56:17.707 INFO O| Feb 19 02:56:17.707 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-02-19T02:56:18.746Z[ recovery-image] Feb 19 02:56:17.765 INFO O| Feb 19 02:56:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66722025-02-19T02:56:18.746Z[ recovery-image] Feb 19 02:56:17.765 INFO O| Feb 19 02:56:17.765 INFO STEP 747 (remove_files) COMPLETE
66732025-02-19T02:56:18.746Z[ recovery-image] Feb 19 02:56:17.766 INFO O| Feb 19 02:56:17.765 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-19T02:56:18.768Z[ recovery-image] Feb 19 02:56:17.788 INFO O| Feb 19 02:56:17.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66752025-02-19T02:56:18.768Z[ recovery-image] Feb 19 02:56:17.788 INFO O| Feb 19 02:56:17.788 INFO STEP 748 (remove_files) COMPLETE
66762025-02-19T02:56:18.768Z[ recovery-image] Feb 19 02:56:17.788 INFO O| Feb 19 02:56:17.788 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-19T02:56:18.792Z[ recovery-image] Feb 19 02:56:17.812 INFO O| Feb 19 02:56:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66782025-02-19T02:56:18.792Z[ recovery-image] Feb 19 02:56:17.812 INFO O| Feb 19 02:56:17.812 INFO STEP 749 (remove_files) COMPLETE
66792025-02-19T02:56:18.794Z[ recovery-image] Feb 19 02:56:17.812 INFO O| Feb 19 02:56:17.812 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-19T02:56:18.812Z[ recovery-image] Feb 19 02:56:17.833 INFO O| Feb 19 02:56:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66812025-02-19T02:56:18.815Z[ recovery-image] Feb 19 02:56:17.833 INFO O| Feb 19 02:56:17.833 INFO STEP 750 (remove_files) COMPLETE
66822025-02-19T02:56:18.815Z[ recovery-image] Feb 19 02:56:17.833 INFO O| Feb 19 02:56:17.833 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-19T02:56:18.832Z[ recovery-image] Feb 19 02:56:17.852 INFO O| Feb 19 02:56:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66842025-02-19T02:56:18.832Z[ recovery-image] Feb 19 02:56:17.852 INFO O| Feb 19 02:56:17.852 INFO STEP 751 (remove_files) COMPLETE
66852025-02-19T02:56:18.832Z[ recovery-image] Feb 19 02:56:17.852 INFO O| Feb 19 02:56:17.852 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-19T02:56:18.855Z[ recovery-image] Feb 19 02:56:17.875 INFO O| Feb 19 02:56:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66872025-02-19T02:56:18.858Z[ recovery-image] Feb 19 02:56:17.875 INFO O| Feb 19 02:56:17.875 INFO STEP 752 (remove_files) COMPLETE
66882025-02-19T02:56:18.873Z[ recovery-image] Feb 19 02:56:17.875 INFO O| Feb 19 02:56:17.875 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-19T02:56:18.876Z[ recovery-image] Feb 19 02:56:17.896 INFO O| Feb 19 02:56:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66902025-02-19T02:56:18.879Z[ recovery-image] Feb 19 02:56:17.896 INFO O| Feb 19 02:56:17.896 INFO STEP 753 (remove_files) COMPLETE
66912025-02-19T02:56:18.879Z[ recovery-image] Feb 19 02:56:17.897 INFO O| Feb 19 02:56:17.896 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-19T02:56:18.896Z[ recovery-image] Feb 19 02:56:17.916 INFO O| Feb 19 02:56:17.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66932025-02-19T02:56:18.896Z[ recovery-image] Feb 19 02:56:17.916 INFO O| Feb 19 02:56:17.916 INFO STEP 754 (remove_files) COMPLETE
66942025-02-19T02:56:18.899Z[ recovery-image] Feb 19 02:56:17.916 INFO O| Feb 19 02:56:17.916 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-19T02:56:18.915Z[ recovery-image] Feb 19 02:56:17.935 INFO O| Feb 19 02:56:17.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66962025-02-19T02:56:18.915Z[ recovery-image] Feb 19 02:56:17.935 INFO O| Feb 19 02:56:17.935 INFO STEP 755 (remove_files) COMPLETE
66972025-02-19T02:56:18.918Z[ recovery-image] Feb 19 02:56:17.935 INFO O| Feb 19 02:56:17.935 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-19T02:56:18.934Z[ recovery-image] Feb 19 02:56:17.954 INFO O| Feb 19 02:56:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66992025-02-19T02:56:18.934Z[ recovery-image] Feb 19 02:56:17.954 INFO O| Feb 19 02:56:17.954 INFO STEP 756 (remove_files) COMPLETE
67002025-02-19T02:56:18.936Z[ recovery-image] Feb 19 02:56:17.954 INFO O| Feb 19 02:56:17.954 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-19T02:56:18.953Z[ recovery-image] Feb 19 02:56:17.973 INFO O| Feb 19 02:56:17.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67022025-02-19T02:56:18.953Z[ recovery-image] Feb 19 02:56:17.973 INFO O| Feb 19 02:56:17.973 INFO STEP 757 (remove_files) COMPLETE
67032025-02-19T02:56:18.955Z[ recovery-image] Feb 19 02:56:17.973 INFO O| Feb 19 02:56:17.973 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-19T02:56:18.972Z[ recovery-image] Feb 19 02:56:17.992 INFO O| Feb 19 02:56:17.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67052025-02-19T02:56:18.972Z[ recovery-image] Feb 19 02:56:17.992 INFO O| Feb 19 02:56:17.992 INFO STEP 758 (remove_files) COMPLETE
67062025-02-19T02:56:18.975Z[ recovery-image] Feb 19 02:56:17.992 INFO O| Feb 19 02:56:17.992 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-19T02:56:19.026Z[ recovery-image] Feb 19 02:56:18.046 INFO O| Feb 19 02:56:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67082025-02-19T02:56:19.026Z[ recovery-image] Feb 19 02:56:18.046 INFO O| Feb 19 02:56:18.046 INFO STEP 759 (remove_files) COMPLETE
67092025-02-19T02:56:19.026Z[ recovery-image] Feb 19 02:56:18.046 INFO O| Feb 19 02:56:18.046 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-19T02:56:19.076Z[ recovery-image] Feb 19 02:56:18.096 INFO O| Feb 19 02:56:18.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67112025-02-19T02:56:19.079Z[ recovery-image] Feb 19 02:56:18.096 INFO O| Feb 19 02:56:18.096 INFO STEP 760 (remove_files) COMPLETE
67122025-02-19T02:56:19.079Z[ recovery-image] Feb 19 02:56:18.096 INFO O| Feb 19 02:56:18.096 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-19T02:56:19.096Z[ recovery-image] Feb 19 02:56:18.116 INFO O| Feb 19 02:56:18.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67142025-02-19T02:56:19.096Z[ recovery-image] Feb 19 02:56:18.116 INFO O| Feb 19 02:56:18.116 INFO STEP 761 (remove_files) COMPLETE
67152025-02-19T02:56:19.099Z[ recovery-image] Feb 19 02:56:18.116 INFO O| Feb 19 02:56:18.116 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-19T02:56:19.116Z[ recovery-image] Feb 19 02:56:18.136 INFO O| Feb 19 02:56:18.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67172025-02-19T02:56:19.118Z[ recovery-image] Feb 19 02:56:18.136 INFO O| Feb 19 02:56:18.136 INFO STEP 762 (remove_files) COMPLETE
67182025-02-19T02:56:19.118Z[ recovery-image] Feb 19 02:56:18.136 INFO O| Feb 19 02:56:18.136 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-19T02:56:19.140Z[ recovery-image] Feb 19 02:56:18.160 INFO O| Feb 19 02:56:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67202025-02-19T02:56:19.140Z[ recovery-image] Feb 19 02:56:18.160 INFO O| Feb 19 02:56:18.160 INFO STEP 763 (remove_files) COMPLETE
67212025-02-19T02:56:19.140Z[ recovery-image] Feb 19 02:56:18.160 INFO O| Feb 19 02:56:18.160 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-19T02:56:19.177Z[ recovery-image] Feb 19 02:56:18.197 INFO O| Feb 19 02:56:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67232025-02-19T02:56:19.177Z[ recovery-image] Feb 19 02:56:18.197 INFO O| Feb 19 02:56:18.197 INFO STEP 764 (remove_files) COMPLETE
67242025-02-19T02:56:19.180Z[ recovery-image] Feb 19 02:56:18.197 INFO O| Feb 19 02:56:18.197 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-02-19T02:56:19.199Z[ recovery-image] Feb 19 02:56:18.219 INFO O| Feb 19 02:56:18.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67262025-02-19T02:56:19.199Z[ recovery-image] Feb 19 02:56:18.219 INFO O| Feb 19 02:56:18.219 INFO STEP 765 (remove_files) COMPLETE
67272025-02-19T02:56:19.199Z[ recovery-image] Feb 19 02:56:18.219 INFO O| Feb 19 02:56:18.219 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-02-19T02:56:19.235Z[ recovery-image] Feb 19 02:56:18.255 INFO O| Feb 19 02:56:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67292025-02-19T02:56:19.235Z[ recovery-image] Feb 19 02:56:18.255 INFO O| Feb 19 02:56:18.255 INFO STEP 766 (remove_files) COMPLETE
67302025-02-19T02:56:19.235Z[ recovery-image] Feb 19 02:56:18.255 INFO O| Feb 19 02:56:18.255 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-02-19T02:56:19.259Z[ recovery-image] Feb 19 02:56:18.279 INFO O| Feb 19 02:56:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67322025-02-19T02:56:19.259Z[ recovery-image] Feb 19 02:56:18.279 INFO O| Feb 19 02:56:18.279 INFO STEP 767 (remove_files) COMPLETE
67332025-02-19T02:56:19.259Z[ recovery-image] Feb 19 02:56:18.279 INFO O| Feb 19 02:56:18.279 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-02-19T02:56:19.280Z[ recovery-image] Feb 19 02:56:18.300 INFO O| Feb 19 02:56:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67352025-02-19T02:56:19.280Z[ recovery-image] Feb 19 02:56:18.300 INFO O| Feb 19 02:56:18.300 INFO STEP 768 (remove_files) COMPLETE
67362025-02-19T02:56:19.280Z[ recovery-image] Feb 19 02:56:18.300 INFO O| Feb 19 02:56:18.300 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-02-19T02:56:19.299Z[ recovery-image] Feb 19 02:56:18.319 INFO O| Feb 19 02:56:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67382025-02-19T02:56:19.299Z[ recovery-image] Feb 19 02:56:18.319 INFO O| Feb 19 02:56:18.319 INFO STEP 769 (remove_files) COMPLETE
67392025-02-19T02:56:19.299Z[ recovery-image] Feb 19 02:56:18.319 INFO O| Feb 19 02:56:18.319 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-02-19T02:56:19.326Z[ recovery-image] Feb 19 02:56:18.346 INFO O| Feb 19 02:56:18.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67412025-02-19T02:56:19.329Z[ recovery-image] Feb 19 02:56:18.346 INFO O| Feb 19 02:56:18.346 INFO STEP 770 (remove_files) COMPLETE
67422025-02-19T02:56:19.329Z[ recovery-image] Feb 19 02:56:18.347 INFO O| Feb 19 02:56:18.346 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-02-19T02:56:19.348Z[ recovery-image] Feb 19 02:56:18.368 INFO O| Feb 19 02:56:18.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67442025-02-19T02:56:19.351Z[ recovery-image] Feb 19 02:56:18.369 INFO O| Feb 19 02:56:18.369 INFO STEP 771 (remove_files) COMPLETE
67452025-02-19T02:56:19.351Z[ recovery-image] Feb 19 02:56:18.369 INFO O| Feb 19 02:56:18.369 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-02-19T02:56:19.388Z[ recovery-image] Feb 19 02:56:18.408 INFO O| Feb 19 02:56:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67472025-02-19T02:56:19.390Z[ recovery-image] Feb 19 02:56:18.408 INFO O| Feb 19 02:56:18.408 INFO STEP 772 (remove_files) COMPLETE
67482025-02-19T02:56:19.390Z[ recovery-image] Feb 19 02:56:18.408 INFO O| Feb 19 02:56:18.408 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-02-19T02:56:19.435Z[ recovery-image] Feb 19 02:56:18.455 INFO O| Feb 19 02:56:18.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67502025-02-19T02:56:19.437Z[ recovery-image] Feb 19 02:56:18.455 INFO O| Feb 19 02:56:18.455 INFO STEP 773 (remove_files) COMPLETE
67512025-02-19T02:56:19.437Z[ recovery-image] Feb 19 02:56:18.455 INFO O| Feb 19 02:56:18.455 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-02-19T02:56:19.456Z[ recovery-image] Feb 19 02:56:18.476 INFO O| Feb 19 02:56:18.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67532025-02-19T02:56:19.458Z[ recovery-image] Feb 19 02:56:18.476 INFO O| Feb 19 02:56:18.476 INFO STEP 774 (remove_files) COMPLETE
67542025-02-19T02:56:19.458Z[ recovery-image] Feb 19 02:56:18.476 INFO O| Feb 19 02:56:18.476 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-02-19T02:56:19.477Z[ recovery-image] Feb 19 02:56:18.497 INFO O| Feb 19 02:56:18.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67562025-02-19T02:56:19.480Z[ recovery-image] Feb 19 02:56:18.497 INFO O| Feb 19 02:56:18.497 INFO STEP 775 (remove_files) COMPLETE
67572025-02-19T02:56:19.480Z[ recovery-image] Feb 19 02:56:18.497 INFO O| Feb 19 02:56:18.497 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-02-19T02:56:19.498Z[ recovery-image] Feb 19 02:56:18.518 INFO O| Feb 19 02:56:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67592025-02-19T02:56:19.502Z[ recovery-image] Feb 19 02:56:18.519 INFO O| Feb 19 02:56:18.519 INFO STEP 776 (remove_files) COMPLETE
67602025-02-19T02:56:19.502Z[ recovery-image] Feb 19 02:56:18.519 INFO O| Feb 19 02:56:18.519 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-02-19T02:56:19.517Z[ recovery-image] Feb 19 02:56:18.537 INFO O| Feb 19 02:56:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67622025-02-19T02:56:19.520Z[ recovery-image] Feb 19 02:56:18.538 INFO O| Feb 19 02:56:18.537 INFO STEP 777 (remove_files) COMPLETE
67632025-02-19T02:56:19.520Z[ recovery-image] Feb 19 02:56:18.538 INFO O| Feb 19 02:56:18.538 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-02-19T02:56:19.567Z[ recovery-image] Feb 19 02:56:18.568 INFO O| Feb 19 02:56:18.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67652025-02-19T02:56:19.573Z[ recovery-image] Feb 19 02:56:18.568 INFO O| Feb 19 02:56:18.568 INFO STEP 778 (remove_files) COMPLETE
67662025-02-19T02:56:19.573Z[ recovery-image] Feb 19 02:56:18.568 INFO O| Feb 19 02:56:18.568 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-02-19T02:56:19.609Z[ recovery-image] Feb 19 02:56:18.629 INFO O| Feb 19 02:56:18.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67682025-02-19T02:56:19.609Z[ recovery-image] Feb 19 02:56:18.629 INFO O| Feb 19 02:56:18.629 INFO STEP 779 (remove_files) COMPLETE
67692025-02-19T02:56:19.609Z[ recovery-image] Feb 19 02:56:18.629 INFO O| Feb 19 02:56:18.629 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-02-19T02:56:19.641Z[ recovery-image] Feb 19 02:56:18.661 INFO O| Feb 19 02:56:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67712025-02-19T02:56:19.642Z[ recovery-image] Feb 19 02:56:18.661 INFO O| Feb 19 02:56:18.661 INFO STEP 780 (remove_files) COMPLETE
67722025-02-19T02:56:19.644Z[ recovery-image] Feb 19 02:56:18.661 INFO O| Feb 19 02:56:18.661 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-02-19T02:56:19.660Z[ recovery-image] Feb 19 02:56:18.680 INFO O| Feb 19 02:56:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67742025-02-19T02:56:19.660Z[ recovery-image] Feb 19 02:56:18.680 INFO O| Feb 19 02:56:18.680 INFO STEP 781 (remove_files) COMPLETE
67752025-02-19T02:56:19.660Z[ recovery-image] Feb 19 02:56:18.680 INFO O| Feb 19 02:56:18.680 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-02-19T02:56:19.679Z[ recovery-image] Feb 19 02:56:18.699 INFO O| Feb 19 02:56:18.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67772025-02-19T02:56:19.679Z[ recovery-image] Feb 19 02:56:18.699 INFO O| Feb 19 02:56:18.699 INFO STEP 782 (remove_files) COMPLETE
67782025-02-19T02:56:19.682Z[ recovery-image] Feb 19 02:56:18.699 INFO O| Feb 19 02:56:18.699 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-02-19T02:56:19.698Z[ recovery-image] Feb 19 02:56:18.717 INFO O| Feb 19 02:56:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67802025-02-19T02:56:19.701Z[ recovery-image] Feb 19 02:56:18.718 INFO O| Feb 19 02:56:18.718 INFO STEP 783 (remove_files) COMPLETE
67812025-02-19T02:56:19.701Z[ recovery-image] Feb 19 02:56:18.718 INFO O| Feb 19 02:56:18.718 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-02-19T02:56:19.733Z[ recovery-image] Feb 19 02:56:18.753 INFO O| Feb 19 02:56:18.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67832025-02-19T02:56:19.733Z[ recovery-image] Feb 19 02:56:18.753 INFO O| Feb 19 02:56:18.753 INFO STEP 784 (remove_files) COMPLETE
67842025-02-19T02:56:19.733Z[ recovery-image] Feb 19 02:56:18.753 INFO O| Feb 19 02:56:18.753 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-02-19T02:56:19.789Z[ recovery-image] Feb 19 02:56:18.809 INFO O| Feb 19 02:56:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67862025-02-19T02:56:19.792Z[ recovery-image] Feb 19 02:56:18.809 INFO O| Feb 19 02:56:18.809 INFO STEP 785 (remove_files) COMPLETE
67872025-02-19T02:56:19.792Z[ recovery-image] Feb 19 02:56:18.810 INFO O| Feb 19 02:56:18.809 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-02-19T02:56:19.812Z[ recovery-image] Feb 19 02:56:18.832 INFO O| Feb 19 02:56:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67892025-02-19T02:56:19.815Z[ recovery-image] Feb 19 02:56:18.832 INFO O| Feb 19 02:56:18.832 INFO STEP 786 (remove_files) COMPLETE
67902025-02-19T02:56:19.815Z[ recovery-image] Feb 19 02:56:18.832 INFO O| Feb 19 02:56:18.832 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-02-19T02:56:19.835Z[ recovery-image] Feb 19 02:56:18.854 INFO O| Feb 19 02:56:18.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67922025-02-19T02:56:19.837Z[ recovery-image] Feb 19 02:56:18.855 INFO O| Feb 19 02:56:18.855 INFO STEP 787 (remove_files) COMPLETE
67932025-02-19T02:56:19.837Z[ recovery-image] Feb 19 02:56:18.855 INFO O| Feb 19 02:56:18.855 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-02-19T02:56:19.857Z[ recovery-image] Feb 19 02:56:18.877 INFO O| Feb 19 02:56:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67952025-02-19T02:56:19.860Z[ recovery-image] Feb 19 02:56:18.877 INFO O| Feb 19 02:56:18.877 INFO STEP 788 (remove_files) COMPLETE
67962025-02-19T02:56:19.860Z[ recovery-image] Feb 19 02:56:18.878 INFO O| Feb 19 02:56:18.877 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-02-19T02:56:19.879Z[ recovery-image] Feb 19 02:56:18.898 INFO O| Feb 19 02:56:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67982025-02-19T02:56:19.881Z[ recovery-image] Feb 19 02:56:18.899 INFO O| Feb 19 02:56:18.899 INFO STEP 789 (remove_files) COMPLETE
67992025-02-19T02:56:19.881Z[ recovery-image] Feb 19 02:56:18.899 INFO O| Feb 19 02:56:18.899 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-19T02:56:19.910Z[ recovery-image] Feb 19 02:56:18.930 INFO O| Feb 19 02:56:18.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68012025-02-19T02:56:19.910Z[ recovery-image] Feb 19 02:56:18.930 INFO O| Feb 19 02:56:18.930 INFO STEP 790 (remove_files) COMPLETE
68022025-02-19T02:56:19.913Z[ recovery-image] Feb 19 02:56:18.930 INFO O| Feb 19 02:56:18.930 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-02-19T02:56:19.972Z[ recovery-image] Feb 19 02:56:18.991 INFO O| Feb 19 02:56:18.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68042025-02-19T02:56:19.972Z[ recovery-image] Feb 19 02:56:18.992 INFO O| Feb 19 02:56:18.992 INFO STEP 791 (remove_files) COMPLETE
68052025-02-19T02:56:19.974Z[ recovery-image] Feb 19 02:56:18.992 INFO O| Feb 19 02:56:18.992 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-02-19T02:56:20.001Z[ recovery-image] Feb 19 02:56:19.021 INFO O| Feb 19 02:56:19.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68072025-02-19T02:56:20.001Z[ recovery-image] Feb 19 02:56:19.021 INFO O| Feb 19 02:56:19.021 INFO STEP 792 (remove_files) COMPLETE
68082025-02-19T02:56:20.004Z[ recovery-image] Feb 19 02:56:19.021 INFO O| Feb 19 02:56:19.021 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-02-19T02:56:20.034Z[ recovery-image] Feb 19 02:56:19.052 INFO O| Feb 19 02:56:19.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68102025-02-19T02:56:20.034Z[ recovery-image] Feb 19 02:56:19.052 INFO O| Feb 19 02:56:19.052 INFO STEP 793 (remove_files) COMPLETE
68112025-02-19T02:56:20.037Z[ recovery-image] Feb 19 02:56:19.052 INFO O| Feb 19 02:56:19.052 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-02-19T02:56:20.067Z[ recovery-image] Feb 19 02:56:19.086 INFO O| Feb 19 02:56:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68132025-02-19T02:56:20.067Z[ recovery-image] Feb 19 02:56:19.087 INFO O| Feb 19 02:56:19.086 INFO STEP 794 (remove_files) COMPLETE
68142025-02-19T02:56:20.067Z[ recovery-image] Feb 19 02:56:19.087 INFO O| Feb 19 02:56:19.087 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-02-19T02:56:20.104Z[ recovery-image] Feb 19 02:56:19.124 INFO O| Feb 19 02:56:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68162025-02-19T02:56:20.104Z[ recovery-image] Feb 19 02:56:19.124 INFO O| Feb 19 02:56:19.124 INFO STEP 795 (remove_files) COMPLETE
68172025-02-19T02:56:20.104Z[ recovery-image] Feb 19 02:56:19.124 INFO O| Feb 19 02:56:19.124 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-02-19T02:56:20.134Z[ recovery-image] Feb 19 02:56:19.153 INFO O| Feb 19 02:56:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68192025-02-19T02:56:20.134Z[ recovery-image] Feb 19 02:56:19.153 INFO O| Feb 19 02:56:19.153 INFO STEP 796 (remove_files) COMPLETE
68202025-02-19T02:56:20.134Z[ recovery-image] Feb 19 02:56:19.153 INFO O| Feb 19 02:56:19.153 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-02-19T02:56:20.157Z[ recovery-image] Feb 19 02:56:19.177 INFO O| Feb 19 02:56:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68222025-02-19T02:56:20.157Z[ recovery-image] Feb 19 02:56:19.177 INFO O| Feb 19 02:56:19.177 INFO STEP 797 (remove_files) COMPLETE
68232025-02-19T02:56:20.160Z[ recovery-image] Feb 19 02:56:19.177 INFO O| Feb 19 02:56:19.177 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-02-19T02:56:20.205Z[ recovery-image] Feb 19 02:56:19.225 INFO O| Feb 19 02:56:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68252025-02-19T02:56:20.205Z[ recovery-image] Feb 19 02:56:19.225 INFO O| Feb 19 02:56:19.225 INFO STEP 798 (remove_files) COMPLETE
68262025-02-19T02:56:20.205Z[ recovery-image] Feb 19 02:56:19.225 INFO O| Feb 19 02:56:19.225 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-02-19T02:56:20.224Z[ recovery-image] Feb 19 02:56:19.244 INFO O| Feb 19 02:56:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68282025-02-19T02:56:20.224Z[ recovery-image] Feb 19 02:56:19.244 INFO O| Feb 19 02:56:19.244 INFO STEP 799 (remove_files) COMPLETE
68292025-02-19T02:56:20.224Z[ recovery-image] Feb 19 02:56:19.244 INFO O| Feb 19 02:56:19.244 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-02-19T02:56:20.243Z[ recovery-image] Feb 19 02:56:19.263 INFO O| Feb 19 02:56:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68312025-02-19T02:56:20.246Z[ recovery-image] Feb 19 02:56:19.263 INFO O| Feb 19 02:56:19.263 INFO STEP 800 (remove_files) COMPLETE
68322025-02-19T02:56:20.246Z[ recovery-image] Feb 19 02:56:19.264 INFO O| Feb 19 02:56:19.263 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-02-19T02:56:20.263Z[ recovery-image] Feb 19 02:56:19.283 INFO O| Feb 19 02:56:19.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68342025-02-19T02:56:20.266Z[ recovery-image] Feb 19 02:56:19.284 INFO O| Feb 19 02:56:19.283 INFO STEP 801 (remove_files) COMPLETE
68352025-02-19T02:56:20.266Z[ recovery-image] Feb 19 02:56:19.284 INFO O| Feb 19 02:56:19.284 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-02-19T02:56:20.282Z[ recovery-image] Feb 19 02:56:19.301 INFO O| Feb 19 02:56:19.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68372025-02-19T02:56:20.284Z[ recovery-image] Feb 19 02:56:19.301 INFO O| Feb 19 02:56:19.301 INFO STEP 802 (remove_files) COMPLETE
68382025-02-19T02:56:20.284Z[ recovery-image] Feb 19 02:56:19.301 INFO O| Feb 19 02:56:19.301 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-02-19T02:56:20.393Z[ recovery-image] Feb 19 02:56:19.413 INFO O| Feb 19 02:56:19.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68402025-02-19T02:56:20.393Z[ recovery-image] Feb 19 02:56:19.413 INFO O| Feb 19 02:56:19.413 INFO STEP 803 (remove_files) COMPLETE
68412025-02-19T02:56:20.397Z[ recovery-image] Feb 19 02:56:19.414 INFO O| Feb 19 02:56:19.413 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-02-19T02:56:20.414Z[ recovery-image] Feb 19 02:56:19.434 INFO O| Feb 19 02:56:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68432025-02-19T02:56:20.414Z[ recovery-image] Feb 19 02:56:19.434 INFO O| Feb 19 02:56:19.434 INFO STEP 804 (remove_files) COMPLETE
68442025-02-19T02:56:20.414Z[ recovery-image] Feb 19 02:56:19.434 INFO O| Feb 19 02:56:19.434 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-02-19T02:56:20.431Z[ recovery-image] Feb 19 02:56:19.451 INFO O| Feb 19 02:56:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68462025-02-19T02:56:20.431Z[ recovery-image] Feb 19 02:56:19.451 INFO O| Feb 19 02:56:19.451 INFO STEP 805 (remove_files) COMPLETE
68472025-02-19T02:56:20.434Z[ recovery-image] Feb 19 02:56:19.451 INFO O| Feb 19 02:56:19.451 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-02-19T02:56:20.454Z[ recovery-image] Feb 19 02:56:19.474 INFO O| Feb 19 02:56:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68492025-02-19T02:56:20.454Z[ recovery-image] Feb 19 02:56:19.474 INFO O| Feb 19 02:56:19.474 INFO STEP 806 (remove_files) COMPLETE
68502025-02-19T02:56:20.454Z[ recovery-image] Feb 19 02:56:19.474 INFO O| Feb 19 02:56:19.474 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-02-19T02:56:20.511Z[ recovery-image] Feb 19 02:56:19.531 INFO O| Feb 19 02:56:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68522025-02-19T02:56:20.511Z[ recovery-image] Feb 19 02:56:19.531 INFO O| Feb 19 02:56:19.531 INFO STEP 807 (remove_files) COMPLETE
68532025-02-19T02:56:20.511Z[ recovery-image] Feb 19 02:56:19.531 INFO O| Feb 19 02:56:19.531 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-02-19T02:56:20.530Z[ recovery-image] Feb 19 02:56:19.550 INFO O| Feb 19 02:56:19.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68552025-02-19T02:56:20.530Z[ recovery-image] Feb 19 02:56:19.550 INFO O| Feb 19 02:56:19.550 INFO STEP 808 (remove_files) COMPLETE
68562025-02-19T02:56:20.533Z[ recovery-image] Feb 19 02:56:19.550 INFO O| Feb 19 02:56:19.550 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-02-19T02:56:20.548Z[ recovery-image] Feb 19 02:56:19.568 INFO O| Feb 19 02:56:19.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68582025-02-19T02:56:20.548Z[ recovery-image] Feb 19 02:56:19.568 INFO O| Feb 19 02:56:19.568 INFO STEP 809 (remove_files) COMPLETE
68592025-02-19T02:56:20.551Z[ recovery-image] Feb 19 02:56:19.568 INFO O| Feb 19 02:56:19.568 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-02-19T02:56:20.567Z[ recovery-image] Feb 19 02:56:19.586 INFO O| Feb 19 02:56:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68612025-02-19T02:56:20.567Z[ recovery-image] Feb 19 02:56:19.586 INFO O| Feb 19 02:56:19.586 INFO STEP 810 (remove_files) COMPLETE
68622025-02-19T02:56:20.567Z[ recovery-image] Feb 19 02:56:19.586 INFO O| Feb 19 02:56:19.586 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-02-19T02:56:20.584Z[ recovery-image] Feb 19 02:56:19.603 INFO O| Feb 19 02:56:19.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68642025-02-19T02:56:20.584Z[ recovery-image] Feb 19 02:56:19.603 INFO O| Feb 19 02:56:19.603 INFO STEP 811 (remove_files) COMPLETE
68652025-02-19T02:56:20.586Z[ recovery-image] Feb 19 02:56:19.603 INFO O| Feb 19 02:56:19.603 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-02-19T02:56:20.603Z[ recovery-image] Feb 19 02:56:19.621 INFO O| Feb 19 02:56:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68672025-02-19T02:56:20.603Z[ recovery-image] Feb 19 02:56:19.621 INFO O| Feb 19 02:56:19.621 INFO STEP 812 (remove_files) COMPLETE
68682025-02-19T02:56:20.603Z[ recovery-image] Feb 19 02:56:19.621 INFO O| Feb 19 02:56:19.621 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-02-19T02:56:20.618Z[ recovery-image] Feb 19 02:56:19.638 INFO O| Feb 19 02:56:19.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68702025-02-19T02:56:20.618Z[ recovery-image] Feb 19 02:56:19.638 INFO O| Feb 19 02:56:19.638 INFO STEP 813 (remove_files) COMPLETE
68712025-02-19T02:56:20.621Z[ recovery-image] Feb 19 02:56:19.638 INFO O| Feb 19 02:56:19.638 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-02-19T02:56:20.636Z[ recovery-image] Feb 19 02:56:19.656 INFO O| Feb 19 02:56:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68732025-02-19T02:56:20.636Z[ recovery-image] Feb 19 02:56:19.656 INFO O| Feb 19 02:56:19.656 INFO STEP 814 (remove_files) COMPLETE
68742025-02-19T02:56:20.639Z[ recovery-image] Feb 19 02:56:19.656 INFO O| Feb 19 02:56:19.656 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-02-19T02:56:20.654Z[ recovery-image] Feb 19 02:56:19.673 INFO O| Feb 19 02:56:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68762025-02-19T02:56:20.654Z[ recovery-image] Feb 19 02:56:19.674 INFO O| Feb 19 02:56:19.673 INFO STEP 815 (remove_files) COMPLETE
68772025-02-19T02:56:20.654Z[ recovery-image] Feb 19 02:56:19.674 INFO O| Feb 19 02:56:19.673 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-02-19T02:56:20.672Z[ recovery-image] Feb 19 02:56:19.692 INFO O| Feb 19 02:56:19.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68792025-02-19T02:56:20.675Z[ recovery-image] Feb 19 02:56:19.692 INFO O| Feb 19 02:56:19.692 INFO STEP 816 (remove_files) COMPLETE
68802025-02-19T02:56:20.675Z[ recovery-image] Feb 19 02:56:19.693 INFO O| Feb 19 02:56:19.692 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-02-19T02:56:20.691Z[ recovery-image] Feb 19 02:56:19.711 INFO O| Feb 19 02:56:19.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68822025-02-19T02:56:20.694Z[ recovery-image] Feb 19 02:56:19.712 INFO O| Feb 19 02:56:19.711 INFO STEP 817 (remove_files) COMPLETE
68832025-02-19T02:56:20.694Z[ recovery-image] Feb 19 02:56:19.712 INFO O| Feb 19 02:56:19.712 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-02-19T02:56:20.710Z[ recovery-image] Feb 19 02:56:19.729 INFO O| Feb 19 02:56:19.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68852025-02-19T02:56:20.712Z[ recovery-image] Feb 19 02:56:19.730 INFO O| Feb 19 02:56:19.729 INFO STEP 818 (remove_files) COMPLETE
68862025-02-19T02:56:20.712Z[ recovery-image] Feb 19 02:56:19.730 INFO O| Feb 19 02:56:19.730 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-02-19T02:56:20.728Z[ recovery-image] Feb 19 02:56:19.748 INFO O| Feb 19 02:56:19.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68882025-02-19T02:56:20.731Z[ recovery-image] Feb 19 02:56:19.748 INFO O| Feb 19 02:56:19.748 INFO STEP 819 (remove_files) COMPLETE
68892025-02-19T02:56:20.731Z[ recovery-image] Feb 19 02:56:19.748 INFO O| Feb 19 02:56:19.748 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-02-19T02:56:20.748Z[ recovery-image] Feb 19 02:56:19.768 INFO O| Feb 19 02:56:19.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68912025-02-19T02:56:20.751Z[ recovery-image] Feb 19 02:56:19.768 INFO O| Feb 19 02:56:19.768 INFO STEP 820 (remove_files) COMPLETE
68922025-02-19T02:56:20.751Z[ recovery-image] Feb 19 02:56:19.768 INFO O| Feb 19 02:56:19.768 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-02-19T02:56:20.794Z[ recovery-image] Feb 19 02:56:19.814 INFO O| Feb 19 02:56:19.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68942025-02-19T02:56:20.794Z[ recovery-image] Feb 19 02:56:19.814 INFO O| Feb 19 02:56:19.814 INFO STEP 821 (remove_files) COMPLETE
68952025-02-19T02:56:20.798Z[ recovery-image] Feb 19 02:56:19.814 INFO O| Feb 19 02:56:19.814 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-02-19T02:56:20.842Z[ recovery-image] Feb 19 02:56:19.861 INFO O| Feb 19 02:56:19.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68972025-02-19T02:56:20.842Z[ recovery-image] Feb 19 02:56:19.861 INFO O| Feb 19 02:56:19.861 INFO STEP 822 (remove_files) COMPLETE
68982025-02-19T02:56:20.842Z[ recovery-image] Feb 19 02:56:19.861 INFO O| Feb 19 02:56:19.861 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-02-19T02:56:20.861Z[ recovery-image] Feb 19 02:56:19.881 INFO O| Feb 19 02:56:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69002025-02-19T02:56:20.861Z[ recovery-image] Feb 19 02:56:19.881 INFO O| Feb 19 02:56:19.881 INFO STEP 823 (remove_files) COMPLETE
69012025-02-19T02:56:20.864Z[ recovery-image] Feb 19 02:56:19.881 INFO O| Feb 19 02:56:19.881 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-02-19T02:56:20.882Z[ recovery-image] Feb 19 02:56:19.901 INFO O| Feb 19 02:56:19.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69032025-02-19T02:56:20.882Z[ recovery-image] Feb 19 02:56:19.901 INFO O| Feb 19 02:56:19.901 INFO STEP 824 (remove_files) COMPLETE
69042025-02-19T02:56:20.882Z[ recovery-image] Feb 19 02:56:19.901 INFO O| Feb 19 02:56:19.901 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-02-19T02:56:20.915Z[ recovery-image] Feb 19 02:56:19.935 INFO O| Feb 19 02:56:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69062025-02-19T02:56:20.916Z[ recovery-image] Feb 19 02:56:19.935 INFO O| Feb 19 02:56:19.935 INFO STEP 825 (remove_files) COMPLETE
69072025-02-19T02:56:20.916Z[ recovery-image] Feb 19 02:56:19.935 INFO O| Feb 19 02:56:19.935 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-02-19T02:56:20.953Z[ recovery-image] Feb 19 02:56:19.973 INFO O| Feb 19 02:56:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69092025-02-19T02:56:20.953Z[ recovery-image] Feb 19 02:56:19.973 INFO O| Feb 19 02:56:19.973 INFO STEP 826 (remove_files) COMPLETE
69102025-02-19T02:56:20.953Z[ recovery-image] Feb 19 02:56:19.973 INFO O| Feb 19 02:56:19.973 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-02-19T02:56:20.972Z[ recovery-image] Feb 19 02:56:19.992 INFO O| Feb 19 02:56:19.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69122025-02-19T02:56:20.972Z[ recovery-image] Feb 19 02:56:19.992 INFO O| Feb 19 02:56:19.992 INFO STEP 827 (remove_files) COMPLETE
69132025-02-19T02:56:20.975Z[ recovery-image] Feb 19 02:56:19.992 INFO O| Feb 19 02:56:19.992 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-02-19T02:56:21.006Z[ recovery-image] Feb 19 02:56:20.025 INFO O| Feb 19 02:56:20.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69152025-02-19T02:56:21.006Z[ recovery-image] Feb 19 02:56:20.025 INFO O| Feb 19 02:56:20.025 INFO STEP 828 (remove_files) COMPLETE
69162025-02-19T02:56:21.008Z[ recovery-image] Feb 19 02:56:20.026 INFO O| Feb 19 02:56:20.025 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-02-19T02:56:21.040Z[ recovery-image] Feb 19 02:56:20.059 INFO O| Feb 19 02:56:20.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69182025-02-19T02:56:21.040Z[ recovery-image] Feb 19 02:56:20.059 INFO O| Feb 19 02:56:20.059 INFO STEP 829 (remove_files) COMPLETE
69192025-02-19T02:56:21.040Z[ recovery-image] Feb 19 02:56:20.059 INFO O| Feb 19 02:56:20.059 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-02-19T02:56:21.101Z[ recovery-image] Feb 19 02:56:20.121 INFO O| Feb 19 02:56:20.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69212025-02-19T02:56:21.102Z[ recovery-image] Feb 19 02:56:20.121 INFO O| Feb 19 02:56:20.121 INFO STEP 830 (remove_files) COMPLETE
69222025-02-19T02:56:21.102Z[ recovery-image] Feb 19 02:56:20.121 INFO O| Feb 19 02:56:20.121 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-02-19T02:56:21.124Z[ recovery-image] Feb 19 02:56:20.144 INFO O| Feb 19 02:56:20.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69242025-02-19T02:56:21.124Z[ recovery-image] Feb 19 02:56:20.144 INFO O| Feb 19 02:56:20.144 INFO STEP 831 (remove_files) COMPLETE
69252025-02-19T02:56:21.124Z[ recovery-image] Feb 19 02:56:20.144 INFO O| Feb 19 02:56:20.144 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-02-19T02:56:21.154Z[ recovery-image] Feb 19 02:56:20.174 INFO O| Feb 19 02:56:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69272025-02-19T02:56:21.154Z[ recovery-image] Feb 19 02:56:20.174 INFO O| Feb 19 02:56:20.174 INFO STEP 832 (remove_files) COMPLETE
69282025-02-19T02:56:21.157Z[ recovery-image] Feb 19 02:56:20.174 INFO O| Feb 19 02:56:20.174 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-02-19T02:56:21.191Z[ recovery-image] Feb 19 02:56:20.210 INFO O| Feb 19 02:56:20.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69302025-02-19T02:56:21.193Z[ recovery-image] Feb 19 02:56:20.211 INFO O| Feb 19 02:56:20.211 INFO STEP 833 (remove_files) COMPLETE
69312025-02-19T02:56:21.193Z[ recovery-image] Feb 19 02:56:20.211 INFO O| Feb 19 02:56:20.211 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-02-19T02:56:21.216Z[ recovery-image] Feb 19 02:56:20.236 INFO O| Feb 19 02:56:20.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69332025-02-19T02:56:21.217Z[ recovery-image] Feb 19 02:56:20.236 INFO O| Feb 19 02:56:20.236 INFO STEP 834 (remove_files) COMPLETE
69342025-02-19T02:56:21.219Z[ recovery-image] Feb 19 02:56:20.236 INFO O| Feb 19 02:56:20.236 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-02-19T02:56:21.260Z[ recovery-image] Feb 19 02:56:20.280 INFO O| Feb 19 02:56:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69362025-02-19T02:56:21.260Z[ recovery-image] Feb 19 02:56:20.280 INFO O| Feb 19 02:56:20.280 INFO STEP 835 (remove_files) COMPLETE
69372025-02-19T02:56:21.263Z[ recovery-image] Feb 19 02:56:20.280 INFO O| Feb 19 02:56:20.280 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-02-19T02:56:21.312Z[ recovery-image] Feb 19 02:56:20.332 INFO O| Feb 19 02:56:20.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69392025-02-19T02:56:21.315Z[ recovery-image] Feb 19 02:56:20.332 INFO O| Feb 19 02:56:20.332 INFO STEP 836 (remove_files) COMPLETE
69402025-02-19T02:56:21.315Z[ recovery-image] Feb 19 02:56:20.332 INFO O| Feb 19 02:56:20.332 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-02-19T02:56:21.343Z[ recovery-image] Feb 19 02:56:20.362 INFO O| Feb 19 02:56:20.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69422025-02-19T02:56:21.343Z[ recovery-image] Feb 19 02:56:20.362 INFO O| Feb 19 02:56:20.362 INFO STEP 837 (remove_files) COMPLETE
69432025-02-19T02:56:21.343Z[ recovery-image] Feb 19 02:56:20.362 INFO O| Feb 19 02:56:20.362 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-02-19T02:56:21.365Z[ recovery-image] Feb 19 02:56:20.384 INFO O| Feb 19 02:56:20.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69452025-02-19T02:56:21.374Z[ recovery-image] Feb 19 02:56:20.385 INFO O| Feb 19 02:56:20.385 INFO STEP 838 (remove_files) COMPLETE
69462025-02-19T02:56:21.374Z[ recovery-image] Feb 19 02:56:20.385 INFO O| Feb 19 02:56:20.385 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-02-19T02:56:21.457Z[ recovery-image] Feb 19 02:56:20.477 INFO O| Feb 19 02:56:20.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69482025-02-19T02:56:21.460Z[ recovery-image] Feb 19 02:56:20.477 INFO O| Feb 19 02:56:20.477 INFO STEP 839 (remove_files) COMPLETE
69492025-02-19T02:56:21.460Z[ recovery-image] Feb 19 02:56:20.477 INFO O| Feb 19 02:56:20.477 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-02-19T02:56:21.495Z[ recovery-image] Feb 19 02:56:20.515 INFO O| Feb 19 02:56:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69512025-02-19T02:56:21.498Z[ recovery-image] Feb 19 02:56:20.515 INFO O| Feb 19 02:56:20.515 INFO STEP 840 (remove_files) COMPLETE
69522025-02-19T02:56:21.498Z[ recovery-image] Feb 19 02:56:20.515 INFO O| Feb 19 02:56:20.515 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-02-19T02:56:21.519Z[ recovery-image] Feb 19 02:56:20.539 INFO O| Feb 19 02:56:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69542025-02-19T02:56:21.519Z[ recovery-image] Feb 19 02:56:20.539 INFO O| Feb 19 02:56:20.539 INFO STEP 841 (remove_files) COMPLETE
69552025-02-19T02:56:21.519Z[ recovery-image] Feb 19 02:56:20.539 INFO O| Feb 19 02:56:20.539 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-02-19T02:56:21.540Z[ recovery-image] Feb 19 02:56:20.560 INFO O| Feb 19 02:56:20.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69572025-02-19T02:56:21.540Z[ recovery-image] Feb 19 02:56:20.560 INFO O| Feb 19 02:56:20.560 INFO STEP 842 (remove_files) COMPLETE
69582025-02-19T02:56:21.540Z[ recovery-image] Feb 19 02:56:20.560 INFO O| Feb 19 02:56:20.560 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-02-19T02:56:21.567Z[ recovery-image] Feb 19 02:56:20.587 INFO O| Feb 19 02:56:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69602025-02-19T02:56:21.571Z[ recovery-image] Feb 19 02:56:20.587 INFO O| Feb 19 02:56:20.587 INFO STEP 843 (remove_files) COMPLETE
69612025-02-19T02:56:21.571Z[ recovery-image] Feb 19 02:56:20.588 INFO O| Feb 19 02:56:20.587 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-02-19T02:56:21.587Z[ recovery-image] Feb 19 02:56:20.607 INFO O| Feb 19 02:56:20.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69632025-02-19T02:56:21.590Z[ recovery-image] Feb 19 02:56:20.607 INFO O| Feb 19 02:56:20.607 INFO STEP 844 (remove_files) COMPLETE
69642025-02-19T02:56:21.590Z[ recovery-image] Feb 19 02:56:20.607 INFO O| Feb 19 02:56:20.607 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-02-19T02:56:21.608Z[ recovery-image] Feb 19 02:56:20.627 INFO O| Feb 19 02:56:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69662025-02-19T02:56:21.610Z[ recovery-image] Feb 19 02:56:20.628 INFO O| Feb 19 02:56:20.628 INFO STEP 845 (remove_files) COMPLETE
69672025-02-19T02:56:21.610Z[ recovery-image] Feb 19 02:56:20.628 INFO O| Feb 19 02:56:20.628 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-02-19T02:56:21.630Z[ recovery-image] Feb 19 02:56:20.649 INFO O| Feb 19 02:56:20.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69692025-02-19T02:56:21.630Z[ recovery-image] Feb 19 02:56:20.650 INFO O| Feb 19 02:56:20.649 INFO STEP 846 (remove_files) COMPLETE
69702025-02-19T02:56:21.630Z[ recovery-image] Feb 19 02:56:20.650 INFO O| Feb 19 02:56:20.650 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-02-19T02:56:21.654Z[ recovery-image] Feb 19 02:56:20.674 INFO O| Feb 19 02:56:20.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69722025-02-19T02:56:21.654Z[ recovery-image] Feb 19 02:56:20.674 INFO O| Feb 19 02:56:20.674 INFO STEP 847 (remove_files) COMPLETE
69732025-02-19T02:56:21.654Z[ recovery-image] Feb 19 02:56:20.674 INFO O| Feb 19 02:56:20.674 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-02-19T02:56:21.691Z[ recovery-image] Feb 19 02:56:20.711 INFO O| Feb 19 02:56:20.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69752025-02-19T02:56:21.694Z[ recovery-image] Feb 19 02:56:20.711 INFO O| Feb 19 02:56:20.711 INFO STEP 848 (remove_files) COMPLETE
69762025-02-19T02:56:21.694Z[ recovery-image] Feb 19 02:56:20.711 INFO O| Feb 19 02:56:20.711 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-02-19T02:56:21.713Z[ recovery-image] Feb 19 02:56:20.733 INFO O| Feb 19 02:56:20.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69782025-02-19T02:56:21.716Z[ recovery-image] Feb 19 02:56:20.733 INFO O| Feb 19 02:56:20.733 INFO STEP 849 (remove_files) COMPLETE
69792025-02-19T02:56:21.716Z[ recovery-image] Feb 19 02:56:20.733 INFO O| Feb 19 02:56:20.733 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-02-19T02:56:21.737Z[ recovery-image] Feb 19 02:56:20.757 INFO O| Feb 19 02:56:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69812025-02-19T02:56:21.740Z[ recovery-image] Feb 19 02:56:20.757 INFO O| Feb 19 02:56:20.757 INFO STEP 850 (remove_files) COMPLETE
69822025-02-19T02:56:21.740Z[ recovery-image] Feb 19 02:56:20.757 INFO O| Feb 19 02:56:20.757 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-02-19T02:56:21.770Z[ recovery-image] Feb 19 02:56:20.789 INFO O| Feb 19 02:56:20.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69842025-02-19T02:56:21.770Z[ recovery-image] Feb 19 02:56:20.789 INFO O| Feb 19 02:56:20.780 INFO STEP 851 (remove_files) COMPLETE
69852025-02-19T02:56:21.772Z[ recovery-image] Feb 19 02:56:20.789 INFO O| Feb 19 02:56:20.780 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-02-19T02:56:21.845Z[ recovery-image] Feb 19 02:56:20.864 INFO O| Feb 19 02:56:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69872025-02-19T02:56:21.847Z[ recovery-image] Feb 19 02:56:20.864 INFO O| Feb 19 02:56:20.864 INFO STEP 852 (remove_files) COMPLETE
69882025-02-19T02:56:21.847Z[ recovery-image] Feb 19 02:56:20.864 INFO O| Feb 19 02:56:20.864 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-02-19T02:56:21.904Z[ recovery-image] Feb 19 02:56:20.924 INFO O| Feb 19 02:56:20.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69902025-02-19T02:56:21.927Z[ recovery-image] Feb 19 02:56:20.947 INFO O| Feb 19 02:56:20.947 INFO STEP 853 (remove_files) COMPLETE
69912025-02-19T02:56:21.927Z[ recovery-image] Feb 19 02:56:20.947 INFO O| Feb 19 02:56:20.947 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-02-19T02:56:22.018Z[ recovery-image] Feb 19 02:56:21.038 INFO O| Feb 19 02:56:21.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69932025-02-19T02:56:22.018Z[ recovery-image] Feb 19 02:56:21.038 INFO O| Feb 19 02:56:21.038 INFO STEP 854 (remove_files) COMPLETE
69942025-02-19T02:56:22.021Z[ recovery-image] Feb 19 02:56:21.038 INFO O| Feb 19 02:56:21.038 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-02-19T02:56:22.039Z[ recovery-image] Feb 19 02:56:21.058 INFO O| Feb 19 02:56:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69962025-02-19T02:56:22.039Z[ recovery-image] Feb 19 02:56:21.058 INFO O| Feb 19 02:56:21.058 INFO STEP 855 (remove_files) COMPLETE
69972025-02-19T02:56:22.041Z[ recovery-image] Feb 19 02:56:21.058 INFO O| Feb 19 02:56:21.058 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-02-19T02:56:22.100Z[ recovery-image] Feb 19 02:56:21.120 INFO O| Feb 19 02:56:21.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69992025-02-19T02:56:22.100Z[ recovery-image] Feb 19 02:56:21.120 INFO O| Feb 19 02:56:21.120 INFO STEP 856 (remove_files) COMPLETE
70002025-02-19T02:56:22.103Z[ recovery-image] Feb 19 02:56:21.120 INFO O| Feb 19 02:56:21.120 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-19T02:56:22.131Z[ recovery-image] Feb 19 02:56:21.151 INFO O| Feb 19 02:56:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70022025-02-19T02:56:22.131Z[ recovery-image] Feb 19 02:56:21.151 INFO O| Feb 19 02:56:21.151 INFO STEP 857 (remove_files) COMPLETE
70032025-02-19T02:56:22.131Z[ recovery-image] Feb 19 02:56:21.151 INFO O| Feb 19 02:56:21.151 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-19T02:56:22.158Z[ recovery-image] Feb 19 02:56:21.178 INFO O| Feb 19 02:56:21.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70052025-02-19T02:56:22.161Z[ recovery-image] Feb 19 02:56:21.178 INFO O| Feb 19 02:56:21.178 INFO STEP 858 (remove_files) COMPLETE
70062025-02-19T02:56:22.161Z[ recovery-image] Feb 19 02:56:21.178 INFO O| Feb 19 02:56:21.178 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-19T02:56:22.190Z[ recovery-image] Feb 19 02:56:21.210 INFO O| Feb 19 02:56:21.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70082025-02-19T02:56:22.190Z[ recovery-image] Feb 19 02:56:21.210 INFO O| Feb 19 02:56:21.210 INFO STEP 859 (remove_files) COMPLETE
70092025-02-19T02:56:22.190Z[ recovery-image] Feb 19 02:56:21.210 INFO O| Feb 19 02:56:21.210 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-19T02:56:22.211Z[ recovery-image] Feb 19 02:56:21.231 INFO O| Feb 19 02:56:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70112025-02-19T02:56:22.211Z[ recovery-image] Feb 19 02:56:21.231 INFO O| Feb 19 02:56:21.231 INFO STEP 860 (remove_files) COMPLETE
70122025-02-19T02:56:22.211Z[ recovery-image] Feb 19 02:56:21.231 INFO O| Feb 19 02:56:21.231 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-19T02:56:22.232Z[ recovery-image] Feb 19 02:56:21.252 INFO O| Feb 19 02:56:21.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70142025-02-19T02:56:22.232Z[ recovery-image] Feb 19 02:56:21.252 INFO O| Feb 19 02:56:21.252 INFO STEP 861 (remove_files) COMPLETE
70152025-02-19T02:56:22.235Z[ recovery-image] Feb 19 02:56:21.252 INFO O| Feb 19 02:56:21.252 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-19T02:56:22.251Z[ recovery-image] Feb 19 02:56:21.271 INFO O| Feb 19 02:56:21.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70172025-02-19T02:56:22.251Z[ recovery-image] Feb 19 02:56:21.271 INFO O| Feb 19 02:56:21.271 INFO STEP 862 (remove_files) COMPLETE
70182025-02-19T02:56:22.251Z[ recovery-image] Feb 19 02:56:21.271 INFO O| Feb 19 02:56:21.271 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-19T02:56:22.271Z[ recovery-image] Feb 19 02:56:21.290 INFO O| Feb 19 02:56:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70202025-02-19T02:56:22.271Z[ recovery-image] Feb 19 02:56:21.290 INFO O| Feb 19 02:56:21.290 INFO STEP 863 (remove_files) COMPLETE
70212025-02-19T02:56:22.273Z[ recovery-image] Feb 19 02:56:21.290 INFO O| Feb 19 02:56:21.290 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-19T02:56:22.289Z[ recovery-image] Feb 19 02:56:21.309 INFO O| Feb 19 02:56:21.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70232025-02-19T02:56:22.289Z[ recovery-image] Feb 19 02:56:21.309 INFO O| Feb 19 02:56:21.309 INFO STEP 864 (remove_files) COMPLETE
70242025-02-19T02:56:22.289Z[ recovery-image] Feb 19 02:56:21.309 INFO O| Feb 19 02:56:21.309 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-19T02:56:22.309Z[ recovery-image] Feb 19 02:56:21.328 INFO O| Feb 19 02:56:21.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70262025-02-19T02:56:22.311Z[ recovery-image] Feb 19 02:56:21.328 INFO O| Feb 19 02:56:21.328 INFO STEP 865 (remove_files) COMPLETE
70272025-02-19T02:56:22.311Z[ recovery-image] Feb 19 02:56:21.328 INFO O| Feb 19 02:56:21.328 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-19T02:56:22.348Z[ recovery-image] Feb 19 02:56:21.368 INFO O| Feb 19 02:56:21.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70292025-02-19T02:56:22.348Z[ recovery-image] Feb 19 02:56:21.368 INFO O| Feb 19 02:56:21.368 INFO STEP 866 (remove_files) COMPLETE
70302025-02-19T02:56:22.351Z[ recovery-image] Feb 19 02:56:21.368 INFO O| Feb 19 02:56:21.368 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-19T02:56:22.392Z[ recovery-image] Feb 19 02:56:21.411 INFO O| Feb 19 02:56:21.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70322025-02-19T02:56:22.392Z[ recovery-image] Feb 19 02:56:21.411 INFO O| Feb 19 02:56:21.411 INFO STEP 867 (remove_files) COMPLETE
70332025-02-19T02:56:22.395Z[ recovery-image] Feb 19 02:56:21.411 INFO O| Feb 19 02:56:21.411 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-19T02:56:22.415Z[ recovery-image] Feb 19 02:56:21.434 INFO O| Feb 19 02:56:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70352025-02-19T02:56:22.415Z[ recovery-image] Feb 19 02:56:21.434 INFO O| Feb 19 02:56:21.434 INFO STEP 868 (remove_files) COMPLETE
70362025-02-19T02:56:22.415Z[ recovery-image] Feb 19 02:56:21.434 INFO O| Feb 19 02:56:21.434 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-19T02:56:22.511Z[ recovery-image] Feb 19 02:56:21.530 INFO O| Feb 19 02:56:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70382025-02-19T02:56:22.514Z[ recovery-image] Feb 19 02:56:21.531 INFO O| Feb 19 02:56:21.530 INFO STEP 869 (remove_files) COMPLETE
70392025-02-19T02:56:22.514Z[ recovery-image] Feb 19 02:56:21.531 INFO O| Feb 19 02:56:21.531 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-19T02:56:22.535Z[ recovery-image] Feb 19 02:56:21.554 INFO O| Feb 19 02:56:21.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70412025-02-19T02:56:22.537Z[ recovery-image] Feb 19 02:56:21.555 INFO O| Feb 19 02:56:21.554 INFO STEP 870 (remove_files) COMPLETE
70422025-02-19T02:56:22.537Z[ recovery-image] Feb 19 02:56:21.555 INFO O| Feb 19 02:56:21.555 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-19T02:56:22.555Z[ recovery-image] Feb 19 02:56:21.575 INFO O| Feb 19 02:56:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70442025-02-19T02:56:22.558Z[ recovery-image] Feb 19 02:56:21.575 INFO O| Feb 19 02:56:21.575 INFO STEP 871 (remove_files) COMPLETE
70452025-02-19T02:56:22.558Z[ recovery-image] Feb 19 02:56:21.575 INFO O| Feb 19 02:56:21.575 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-19T02:56:22.576Z[ recovery-image] Feb 19 02:56:21.595 INFO O| Feb 19 02:56:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70472025-02-19T02:56:22.578Z[ recovery-image] Feb 19 02:56:21.595 INFO O| Feb 19 02:56:21.595 INFO STEP 872 (remove_files) COMPLETE
70482025-02-19T02:56:22.578Z[ recovery-image] Feb 19 02:56:21.595 INFO O| Feb 19 02:56:21.595 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-19T02:56:22.595Z[ recovery-image] Feb 19 02:56:21.615 INFO O| Feb 19 02:56:21.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70502025-02-19T02:56:22.598Z[ recovery-image] Feb 19 02:56:21.615 INFO O| Feb 19 02:56:21.615 INFO STEP 873 (remove_files) COMPLETE
70512025-02-19T02:56:22.598Z[ recovery-image] Feb 19 02:56:21.615 INFO O| Feb 19 02:56:21.615 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-19T02:56:22.615Z[ recovery-image] Feb 19 02:56:21.634 INFO O| Feb 19 02:56:21.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70532025-02-19T02:56:22.617Z[ recovery-image] Feb 19 02:56:21.634 INFO O| Feb 19 02:56:21.634 INFO STEP 874 (remove_files) COMPLETE
70542025-02-19T02:56:22.617Z[ recovery-image] Feb 19 02:56:21.634 INFO O| Feb 19 02:56:21.634 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-19T02:56:22.636Z[ recovery-image] Feb 19 02:56:21.655 INFO O| Feb 19 02:56:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70562025-02-19T02:56:22.636Z[ recovery-image] Feb 19 02:56:21.655 INFO O| Feb 19 02:56:21.655 INFO STEP 875 (remove_files) COMPLETE
70572025-02-19T02:56:22.636Z[ recovery-image] Feb 19 02:56:21.655 INFO O| Feb 19 02:56:21.655 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-19T02:56:22.655Z[ recovery-image] Feb 19 02:56:21.674 INFO O| Feb 19 02:56:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70592025-02-19T02:56:22.655Z[ recovery-image] Feb 19 02:56:21.675 INFO O| Feb 19 02:56:21.674 INFO STEP 876 (remove_files) COMPLETE
70602025-02-19T02:56:22.655Z[ recovery-image] Feb 19 02:56:21.675 INFO O| Feb 19 02:56:21.675 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-02-19T02:56:22.674Z[ recovery-image] Feb 19 02:56:21.693 INFO O| Feb 19 02:56:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70622025-02-19T02:56:22.674Z[ recovery-image] Feb 19 02:56:21.693 INFO O| Feb 19 02:56:21.693 INFO STEP 877 (remove_files) COMPLETE
70632025-02-19T02:56:22.674Z[ recovery-image] Feb 19 02:56:21.694 INFO O| Feb 19 02:56:21.693 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-02-19T02:56:22.727Z[ recovery-image] Feb 19 02:56:21.746 INFO O| Feb 19 02:56:21.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70652025-02-19T02:56:22.727Z[ recovery-image] Feb 19 02:56:21.747 INFO O| Feb 19 02:56:21.747 INFO STEP 878 (remove_files) COMPLETE
70662025-02-19T02:56:22.727Z[ recovery-image] Feb 19 02:56:21.747 INFO O| Feb 19 02:56:21.747 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-19T02:56:22.758Z[ recovery-image] Feb 19 02:56:21.777 INFO O| Feb 19 02:56:21.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70682025-02-19T02:56:22.760Z[ recovery-image] Feb 19 02:56:21.777 INFO O| Feb 19 02:56:21.777 INFO STEP 879 (remove_files) COMPLETE
70692025-02-19T02:56:22.760Z[ recovery-image] Feb 19 02:56:21.777 INFO O| Feb 19 02:56:21.777 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-19T02:56:22.779Z[ recovery-image] Feb 19 02:56:21.798 INFO O| Feb 19 02:56:21.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70712025-02-19T02:56:22.804Z[ recovery-image] Feb 19 02:56:21.823 INFO O| Feb 19 02:56:21.823 INFO STEP 880 (remove_files) COMPLETE
70722025-02-19T02:56:22.804Z[ recovery-image] Feb 19 02:56:21.823 INFO O| Feb 19 02:56:21.823 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-19T02:56:22.864Z[ recovery-image] Feb 19 02:56:21.883 INFO O| Feb 19 02:56:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70742025-02-19T02:56:22.865Z[ recovery-image] Feb 19 02:56:21.883 INFO O| Feb 19 02:56:21.883 INFO STEP 881 (remove_files) COMPLETE
70752025-02-19T02:56:22.865Z[ recovery-image] Feb 19 02:56:21.883 INFO O| Feb 19 02:56:21.883 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-02-19T02:56:22.954Z[ recovery-image] Feb 19 02:56:21.973 INFO O| Feb 19 02:56:21.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70772025-02-19T02:56:22.954Z[ recovery-image] Feb 19 02:56:21.973 INFO O| Feb 19 02:56:21.973 INFO STEP 882 (remove_files) COMPLETE
70782025-02-19T02:56:22.954Z[ recovery-image] Feb 19 02:56:21.973 INFO O| Feb 19 02:56:21.973 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-02-19T02:56:22.997Z[ recovery-image] Feb 19 02:56:22.017 INFO O| Feb 19 02:56:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70802025-02-19T02:56:22.997Z[ recovery-image] Feb 19 02:56:22.017 INFO O| Feb 19 02:56:22.017 INFO STEP 883 (remove_files) COMPLETE
70812025-02-19T02:56:22.997Z[ recovery-image] Feb 19 02:56:22.017 INFO O| Feb 19 02:56:22.017 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-02-19T02:56:23.068Z[ recovery-image] Feb 19 02:56:22.087 INFO O| Feb 19 02:56:22.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70832025-02-19T02:56:23.068Z[ recovery-image] Feb 19 02:56:22.087 INFO O| Feb 19 02:56:22.087 INFO STEP 884 (remove_files) COMPLETE
70842025-02-19T02:56:23.070Z[ recovery-image] Feb 19 02:56:22.087 INFO O| Feb 19 02:56:22.087 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-02-19T02:56:23.108Z[ recovery-image] Feb 19 02:56:22.128 INFO O| Feb 19 02:56:22.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70862025-02-19T02:56:23.108Z[ recovery-image] Feb 19 02:56:22.128 INFO O| Feb 19 02:56:22.128 INFO STEP 885 (remove_files) COMPLETE
70872025-02-19T02:56:23.111Z[ recovery-image] Feb 19 02:56:22.128 INFO O| Feb 19 02:56:22.128 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-02-19T02:56:23.137Z[ recovery-image] Feb 19 02:56:22.157 INFO O| Feb 19 02:56:22.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70892025-02-19T02:56:23.138Z[ recovery-image] Feb 19 02:56:22.157 INFO O| Feb 19 02:56:22.157 INFO STEP 886 (remove_files) COMPLETE
70902025-02-19T02:56:23.138Z[ recovery-image] Feb 19 02:56:22.157 INFO O| Feb 19 02:56:22.157 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-02-19T02:56:23.170Z[ recovery-image] Feb 19 02:56:22.189 INFO O| Feb 19 02:56:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70922025-02-19T02:56:23.170Z[ recovery-image] Feb 19 02:56:22.189 INFO O| Feb 19 02:56:22.189 INFO STEP 887 (remove_files) COMPLETE
70932025-02-19T02:56:23.170Z[ recovery-image] Feb 19 02:56:22.189 INFO O| Feb 19 02:56:22.189 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-02-19T02:56:23.213Z[ recovery-image] Feb 19 02:56:22.232 INFO O| Feb 19 02:56:22.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70952025-02-19T02:56:23.213Z[ recovery-image] Feb 19 02:56:22.232 INFO O| Feb 19 02:56:22.232 INFO STEP 888 (remove_files) COMPLETE
70962025-02-19T02:56:23.213Z[ recovery-image] Feb 19 02:56:22.232 INFO O| Feb 19 02:56:22.232 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-02-19T02:56:23.275Z[ recovery-image] Feb 19 02:56:22.294 INFO O| Feb 19 02:56:22.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70982025-02-19T02:56:23.275Z[ recovery-image] Feb 19 02:56:22.294 INFO O| Feb 19 02:56:22.294 INFO STEP 889 (remove_files) COMPLETE
70992025-02-19T02:56:23.275Z[ recovery-image] Feb 19 02:56:22.294 INFO O| Feb 19 02:56:22.294 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-02-19T02:56:23.315Z[ recovery-image] Feb 19 02:56:22.335 INFO O| Feb 19 02:56:22.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71012025-02-19T02:56:23.318Z[ recovery-image] Feb 19 02:56:22.335 INFO O| Feb 19 02:56:22.335 INFO STEP 890 (remove_files) COMPLETE
71022025-02-19T02:56:23.318Z[ recovery-image] Feb 19 02:56:22.335 INFO O| Feb 19 02:56:22.335 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-02-19T02:56:23.336Z[ recovery-image] Feb 19 02:56:22.356 INFO O| Feb 19 02:56:22.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71042025-02-19T02:56:23.339Z[ recovery-image] Feb 19 02:56:22.356 INFO O| Feb 19 02:56:22.356 INFO STEP 891 (remove_files) COMPLETE
71052025-02-19T02:56:23.339Z[ recovery-image] Feb 19 02:56:22.356 INFO O| Feb 19 02:56:22.356 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-02-19T02:56:23.356Z[ recovery-image] Feb 19 02:56:22.376 INFO O| Feb 19 02:56:22.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71072025-02-19T02:56:23.356Z[ recovery-image] Feb 19 02:56:22.376 INFO O| Feb 19 02:56:22.376 INFO STEP 892 (remove_files) COMPLETE
71082025-02-19T02:56:23.359Z[ recovery-image] Feb 19 02:56:22.376 INFO O| Feb 19 02:56:22.376 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-02-19T02:56:23.374Z[ recovery-image] Feb 19 02:56:22.394 INFO O| Feb 19 02:56:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71102025-02-19T02:56:23.374Z[ recovery-image] Feb 19 02:56:22.394 INFO O| Feb 19 02:56:22.394 INFO STEP 893 (remove_files) COMPLETE
71112025-02-19T02:56:23.377Z[ recovery-image] Feb 19 02:56:22.394 INFO O| Feb 19 02:56:22.394 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-19T02:56:23.419Z[ recovery-image] Feb 19 02:56:22.438 INFO O| Feb 19 02:56:22.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71132025-02-19T02:56:23.421Z[ recovery-image] Feb 19 02:56:22.439 INFO O| Feb 19 02:56:22.438 INFO STEP 894 (remove_files) COMPLETE
71142025-02-19T02:56:23.421Z[ recovery-image] Feb 19 02:56:22.439 INFO O| Feb 19 02:56:22.439 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-19T02:56:23.457Z[ recovery-image] Feb 19 02:56:22.476 INFO O| Feb 19 02:56:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71162025-02-19T02:56:23.460Z[ recovery-image] Feb 19 02:56:22.477 INFO O| Feb 19 02:56:22.476 INFO STEP 895 (remove_files) COMPLETE
71172025-02-19T02:56:23.460Z[ recovery-image] Feb 19 02:56:22.477 INFO O| Feb 19 02:56:22.477 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-19T02:56:23.589Z[ recovery-image] Feb 19 02:56:22.609 INFO O| Feb 19 02:56:22.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71192025-02-19T02:56:23.589Z[ recovery-image] Feb 19 02:56:22.609 INFO O| Feb 19 02:56:22.609 INFO STEP 896 (remove_files) COMPLETE
71202025-02-19T02:56:23.589Z[ recovery-image] Feb 19 02:56:22.609 INFO O| Feb 19 02:56:22.609 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-19T02:56:23.625Z[ recovery-image] Feb 19 02:56:22.644 INFO O| Feb 19 02:56:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71222025-02-19T02:56:23.625Z[ recovery-image] Feb 19 02:56:22.644 INFO O| Feb 19 02:56:22.644 INFO STEP 897 (remove_files) COMPLETE
71232025-02-19T02:56:23.625Z[ recovery-image] Feb 19 02:56:22.644 INFO O| Feb 19 02:56:22.644 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-19T02:56:23.672Z[ recovery-image] Feb 19 02:56:22.691 INFO O| Feb 19 02:56:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71252025-02-19T02:56:23.672Z[ recovery-image] Feb 19 02:56:22.691 INFO O| Feb 19 02:56:22.691 INFO STEP 898 (remove_files) COMPLETE
71262025-02-19T02:56:23.672Z[ recovery-image] Feb 19 02:56:22.691 INFO O| Feb 19 02:56:22.691 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-19T02:56:23.695Z[ recovery-image] Feb 19 02:56:22.714 INFO O| Feb 19 02:56:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71282025-02-19T02:56:23.695Z[ recovery-image] Feb 19 02:56:22.714 INFO O| Feb 19 02:56:22.714 INFO STEP 899 (remove_files) COMPLETE
71292025-02-19T02:56:23.697Z[ recovery-image] Feb 19 02:56:22.714 INFO O| Feb 19 02:56:22.714 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-19T02:56:23.723Z[ recovery-image] Feb 19 02:56:22.742 INFO O| Feb 19 02:56:22.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71312025-02-19T02:56:23.723Z[ recovery-image] Feb 19 02:56:22.742 INFO O| Feb 19 02:56:22.742 INFO STEP 900 (remove_files) COMPLETE
71322025-02-19T02:56:23.726Z[ recovery-image] Feb 19 02:56:22.742 INFO O| Feb 19 02:56:22.742 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-02-19T02:56:23.745Z[ recovery-image] Feb 19 02:56:22.764 INFO O| Feb 19 02:56:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71342025-02-19T02:56:23.745Z[ recovery-image] Feb 19 02:56:22.764 INFO O| Feb 19 02:56:22.764 INFO STEP 901 (remove_files) COMPLETE
71352025-02-19T02:56:23.745Z[ recovery-image] Feb 19 02:56:22.764 INFO O| Feb 19 02:56:22.764 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-02-19T02:56:23.790Z[ recovery-image] Feb 19 02:56:22.809 INFO O| Feb 19 02:56:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71372025-02-19T02:56:23.790Z[ recovery-image] Feb 19 02:56:22.809 INFO O| Feb 19 02:56:22.804 INFO STEP 902 (remove_files) COMPLETE
71382025-02-19T02:56:23.792Z[ recovery-image] Feb 19 02:56:22.809 INFO O| Feb 19 02:56:22.804 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-02-19T02:56:23.822Z[ recovery-image] Feb 19 02:56:22.842 INFO O| Feb 19 02:56:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71402025-02-19T02:56:23.823Z[ recovery-image] Feb 19 02:56:22.842 INFO O| Feb 19 02:56:22.842 INFO STEP 903 (remove_files) COMPLETE
71412025-02-19T02:56:23.825Z[ recovery-image] Feb 19 02:56:22.842 INFO O| Feb 19 02:56:22.842 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-02-19T02:56:23.843Z[ recovery-image] Feb 19 02:56:22.863 INFO O| Feb 19 02:56:22.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71432025-02-19T02:56:23.843Z[ recovery-image] Feb 19 02:56:22.863 INFO O| Feb 19 02:56:22.863 INFO STEP 904 (remove_files) COMPLETE
71442025-02-19T02:56:23.846Z[ recovery-image] Feb 19 02:56:22.863 INFO O| Feb 19 02:56:22.863 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-19T02:56:23.863Z[ recovery-image] Feb 19 02:56:22.882 INFO O| Feb 19 02:56:22.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71462025-02-19T02:56:23.863Z[ recovery-image] Feb 19 02:56:22.882 INFO O| Feb 19 02:56:22.882 INFO STEP 905 (remove_files) COMPLETE
71472025-02-19T02:56:23.863Z[ recovery-image] Feb 19 02:56:22.882 INFO O| Feb 19 02:56:22.882 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-02-19T02:56:23.880Z[ recovery-image] Feb 19 02:56:22.899 INFO O| Feb 19 02:56:22.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71492025-02-19T02:56:23.880Z[ recovery-image] Feb 19 02:56:22.899 INFO O| Feb 19 02:56:22.899 INFO STEP 906 (remove_files) COMPLETE
71502025-02-19T02:56:23.882Z[ recovery-image] Feb 19 02:56:22.899 INFO O| Feb 19 02:56:22.899 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-02-19T02:56:23.900Z[ recovery-image] Feb 19 02:56:22.919 INFO O| Feb 19 02:56:22.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71522025-02-19T02:56:23.900Z[ recovery-image] Feb 19 02:56:22.919 INFO O| Feb 19 02:56:22.919 INFO STEP 907 (remove_files) COMPLETE
71532025-02-19T02:56:23.900Z[ recovery-image] Feb 19 02:56:22.919 INFO O| Feb 19 02:56:22.919 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-02-19T02:56:23.919Z[ recovery-image] Feb 19 02:56:22.938 INFO O| Feb 19 02:56:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71552025-02-19T02:56:23.922Z[ recovery-image] Feb 19 02:56:22.938 INFO O| Feb 19 02:56:22.938 INFO STEP 908 (remove_files) COMPLETE
71562025-02-19T02:56:23.922Z[ recovery-image] Feb 19 02:56:22.938 INFO O| Feb 19 02:56:22.938 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-02-19T02:56:23.936Z[ recovery-image] Feb 19 02:56:22.956 INFO O| Feb 19 02:56:22.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71582025-02-19T02:56:23.936Z[ recovery-image] Feb 19 02:56:22.956 INFO O| Feb 19 02:56:22.956 INFO STEP 909 (remove_files) COMPLETE
71592025-02-19T02:56:23.940Z[ recovery-image] Feb 19 02:56:22.956 INFO O| Feb 19 02:56:22.956 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-02-19T02:56:23.954Z[ recovery-image] Feb 19 02:56:22.973 INFO O| Feb 19 02:56:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71612025-02-19T02:56:23.957Z[ recovery-image] Feb 19 02:56:22.973 INFO O| Feb 19 02:56:22.973 INFO STEP 910 (remove_files) COMPLETE
71622025-02-19T02:56:23.957Z[ recovery-image] Feb 19 02:56:22.973 INFO O| Feb 19 02:56:22.973 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-19T02:56:23.971Z[ recovery-image] Feb 19 02:56:22.990 INFO O| Feb 19 02:56:22.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71642025-02-19T02:56:23.971Z[ recovery-image] Feb 19 02:56:22.991 INFO O| Feb 19 02:56:22.991 INFO STEP 911 (remove_files) COMPLETE
71652025-02-19T02:56:23.974Z[ recovery-image] Feb 19 02:56:22.991 INFO O| Feb 19 02:56:22.991 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-19T02:56:23.989Z[ recovery-image] Feb 19 02:56:23.008 INFO O| Feb 19 02:56:23.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71672025-02-19T02:56:23.991Z[ recovery-image] Feb 19 02:56:23.008 INFO O| Feb 19 02:56:23.008 INFO STEP 912 (remove_files) COMPLETE
71682025-02-19T02:56:23.991Z[ recovery-image] Feb 19 02:56:23.008 INFO O| Feb 19 02:56:23.008 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-02-19T02:56:24.008Z[ recovery-image] Feb 19 02:56:23.027 INFO O| Feb 19 02:56:23.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71702025-02-19T02:56:24.008Z[ recovery-image] Feb 19 02:56:23.027 INFO O| Feb 19 02:56:23.027 INFO STEP 913 (remove_files) COMPLETE
71712025-02-19T02:56:24.008Z[ recovery-image] Feb 19 02:56:23.027 INFO O| Feb 19 02:56:23.027 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-02-19T02:56:24.027Z[ recovery-image] Feb 19 02:56:23.046 INFO O| Feb 19 02:56:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71732025-02-19T02:56:24.027Z[ recovery-image] Feb 19 02:56:23.046 INFO O| Feb 19 02:56:23.046 INFO STEP 914 (remove_files) COMPLETE
71742025-02-19T02:56:24.027Z[ recovery-image] Feb 19 02:56:23.046 INFO O| Feb 19 02:56:23.046 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-02-19T02:56:24.046Z[ recovery-image] Feb 19 02:56:23.066 INFO O| Feb 19 02:56:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71762025-02-19T02:56:24.046Z[ recovery-image] Feb 19 02:56:23.066 INFO O| Feb 19 02:56:23.066 INFO STEP 915 (remove_files) COMPLETE
71772025-02-19T02:56:24.046Z[ recovery-image] Feb 19 02:56:23.066 INFO O| Feb 19 02:56:23.066 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-02-19T02:56:24.081Z[ recovery-image] Feb 19 02:56:23.100 INFO O| Feb 19 02:56:23.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71792025-02-19T02:56:24.083Z[ recovery-image] Feb 19 02:56:23.100 INFO O| Feb 19 02:56:23.100 INFO STEP 916 (remove_files) COMPLETE
71802025-02-19T02:56:24.083Z[ recovery-image] Feb 19 02:56:23.100 INFO O| Feb 19 02:56:23.100 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-02-19T02:56:24.102Z[ recovery-image] Feb 19 02:56:23.121 INFO O| Feb 19 02:56:23.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71822025-02-19T02:56:24.102Z[ recovery-image] Feb 19 02:56:23.121 INFO O| Feb 19 02:56:23.121 INFO STEP 917 (remove_files) COMPLETE
71832025-02-19T02:56:24.102Z[ recovery-image] Feb 19 02:56:23.121 INFO O| Feb 19 02:56:23.121 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-02-19T02:56:24.125Z[ recovery-image] Feb 19 02:56:23.144 INFO O| Feb 19 02:56:23.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71852025-02-19T02:56:24.125Z[ recovery-image] Feb 19 02:56:23.144 INFO O| Feb 19 02:56:23.144 INFO STEP 918 (remove_files) COMPLETE
71862025-02-19T02:56:24.125Z[ recovery-image] Feb 19 02:56:23.144 INFO O| Feb 19 02:56:23.144 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-02-19T02:56:24.184Z[ recovery-image] Feb 19 02:56:23.203 INFO O| Feb 19 02:56:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71882025-02-19T02:56:24.184Z[ recovery-image] Feb 19 02:56:23.203 INFO O| Feb 19 02:56:23.203 INFO STEP 919 (remove_files) COMPLETE
71892025-02-19T02:56:24.184Z[ recovery-image] Feb 19 02:56:23.203 INFO O| Feb 19 02:56:23.203 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-02-19T02:56:24.221Z[ recovery-image] Feb 19 02:56:23.240 INFO O| Feb 19 02:56:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71912025-02-19T02:56:24.221Z[ recovery-image] Feb 19 02:56:23.241 INFO O| Feb 19 02:56:23.240 INFO STEP 920 (remove_files) COMPLETE
71922025-02-19T02:56:24.221Z[ recovery-image] Feb 19 02:56:23.241 INFO O| Feb 19 02:56:23.241 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-02-19T02:56:24.243Z[ recovery-image] Feb 19 02:56:23.262 INFO O| Feb 19 02:56:23.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71942025-02-19T02:56:24.243Z[ recovery-image] Feb 19 02:56:23.262 INFO O| Feb 19 02:56:23.262 INFO STEP 921 (remove_files) COMPLETE
71952025-02-19T02:56:24.243Z[ recovery-image] Feb 19 02:56:23.262 INFO O| Feb 19 02:56:23.262 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-02-19T02:56:24.262Z[ recovery-image] Feb 19 02:56:23.282 INFO O| Feb 19 02:56:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71972025-02-19T02:56:24.262Z[ recovery-image] Feb 19 02:56:23.282 INFO O| Feb 19 02:56:23.282 INFO STEP 922 (remove_files) COMPLETE
71982025-02-19T02:56:24.263Z[ recovery-image] Feb 19 02:56:23.282 INFO O| Feb 19 02:56:23.282 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-02-19T02:56:24.295Z[ recovery-image] Feb 19 02:56:23.314 INFO O| Feb 19 02:56:23.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72002025-02-19T02:56:24.297Z[ recovery-image] Feb 19 02:56:23.314 INFO O| Feb 19 02:56:23.314 INFO STEP 923 (remove_files) COMPLETE
72012025-02-19T02:56:24.297Z[ recovery-image] Feb 19 02:56:23.315 INFO O| Feb 19 02:56:23.314 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-02-19T02:56:24.314Z[ recovery-image] Feb 19 02:56:23.334 INFO O| Feb 19 02:56:23.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72032025-02-19T02:56:24.317Z[ recovery-image] Feb 19 02:56:23.334 INFO O| Feb 19 02:56:23.334 INFO STEP 924 (remove_files) COMPLETE
72042025-02-19T02:56:24.317Z[ recovery-image] Feb 19 02:56:23.334 INFO O| Feb 19 02:56:23.334 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-02-19T02:56:24.375Z[ recovery-image] Feb 19 02:56:23.388 INFO O| Feb 19 02:56:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72062025-02-19T02:56:24.378Z[ recovery-image] Feb 19 02:56:23.388 INFO O| Feb 19 02:56:23.388 INFO STEP 925 (remove_files) COMPLETE
72072025-02-19T02:56:24.378Z[ recovery-image] Feb 19 02:56:23.388 INFO O| Feb 19 02:56:23.388 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-02-19T02:56:24.392Z[ recovery-image] Feb 19 02:56:23.411 INFO O| Feb 19 02:56:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72092025-02-19T02:56:24.392Z[ recovery-image] Feb 19 02:56:23.412 INFO O| Feb 19 02:56:23.411 INFO STEP 926 (remove_files) COMPLETE
72102025-02-19T02:56:24.392Z[ recovery-image] Feb 19 02:56:23.412 INFO O| Feb 19 02:56:23.412 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-02-19T02:56:24.414Z[ recovery-image] Feb 19 02:56:23.432 INFO O| Feb 19 02:56:23.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72122025-02-19T02:56:24.414Z[ recovery-image] Feb 19 02:56:23.432 INFO O| Feb 19 02:56:23.432 INFO STEP 927 (remove_files) COMPLETE
72132025-02-19T02:56:24.414Z[ recovery-image] Feb 19 02:56:23.432 INFO O| Feb 19 02:56:23.432 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-02-19T02:56:24.443Z[ recovery-image] Feb 19 02:56:23.462 INFO O| Feb 19 02:56:23.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72152025-02-19T02:56:24.446Z[ recovery-image] Feb 19 02:56:23.463 INFO O| Feb 19 02:56:23.462 INFO STEP 928 (remove_files) COMPLETE
72162025-02-19T02:56:24.446Z[ recovery-image] Feb 19 02:56:23.463 INFO O| Feb 19 02:56:23.463 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-02-19T02:56:24.467Z[ recovery-image] Feb 19 02:56:23.486 INFO O| Feb 19 02:56:23.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72182025-02-19T02:56:24.470Z[ recovery-image] Feb 19 02:56:23.487 INFO O| Feb 19 02:56:23.487 INFO STEP 929 (remove_files) COMPLETE
72192025-02-19T02:56:24.470Z[ recovery-image] Feb 19 02:56:23.487 INFO O| Feb 19 02:56:23.487 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-02-19T02:56:24.508Z[ recovery-image] Feb 19 02:56:23.527 INFO O| Feb 19 02:56:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72212025-02-19T02:56:24.508Z[ recovery-image] Feb 19 02:56:23.527 INFO O| Feb 19 02:56:23.527 INFO STEP 930 (remove_files) COMPLETE
72222025-02-19T02:56:24.508Z[ recovery-image] Feb 19 02:56:23.527 INFO O| Feb 19 02:56:23.527 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-02-19T02:56:24.527Z[ recovery-image] Feb 19 02:56:23.546 INFO O| Feb 19 02:56:23.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72242025-02-19T02:56:24.527Z[ recovery-image] Feb 19 02:56:23.546 INFO O| Feb 19 02:56:23.546 INFO STEP 931 (remove_files) COMPLETE
72252025-02-19T02:56:24.530Z[ recovery-image] Feb 19 02:56:23.546 INFO O| Feb 19 02:56:23.546 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-02-19T02:56:24.544Z[ recovery-image] Feb 19 02:56:23.564 INFO O| Feb 19 02:56:23.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72272025-02-19T02:56:24.544Z[ recovery-image] Feb 19 02:56:23.564 INFO O| Feb 19 02:56:23.564 INFO STEP 932 (remove_files) COMPLETE
72282025-02-19T02:56:24.547Z[ recovery-image] Feb 19 02:56:23.564 INFO O| Feb 19 02:56:23.564 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-02-19T02:56:24.562Z[ recovery-image] Feb 19 02:56:23.581 INFO O| Feb 19 02:56:23.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72302025-02-19T02:56:24.562Z[ recovery-image] Feb 19 02:56:23.581 INFO O| Feb 19 02:56:23.581 INFO STEP 933 (remove_files) COMPLETE
72312025-02-19T02:56:24.565Z[ recovery-image] Feb 19 02:56:23.581 INFO O| Feb 19 02:56:23.581 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-02-19T02:56:24.582Z[ recovery-image] Feb 19 02:56:23.601 INFO O| Feb 19 02:56:23.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72332025-02-19T02:56:24.582Z[ recovery-image] Feb 19 02:56:23.601 INFO O| Feb 19 02:56:23.601 INFO STEP 934 (remove_files) COMPLETE
72342025-02-19T02:56:24.584Z[ recovery-image] Feb 19 02:56:23.601 INFO O| Feb 19 02:56:23.601 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-02-19T02:56:24.632Z[ recovery-image] Feb 19 02:56:23.652 INFO O| Feb 19 02:56:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72362025-02-19T02:56:24.635Z[ recovery-image] Feb 19 02:56:23.652 INFO O| Feb 19 02:56:23.652 INFO STEP 935 (remove_files) COMPLETE
72372025-02-19T02:56:24.635Z[ recovery-image] Feb 19 02:56:23.652 INFO O| Feb 19 02:56:23.652 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-02-19T02:56:24.669Z[ recovery-image] Feb 19 02:56:23.672 INFO O| Feb 19 02:56:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72392025-02-19T02:56:24.671Z[ recovery-image] Feb 19 02:56:23.672 INFO O| Feb 19 02:56:23.672 INFO STEP 936 (remove_files) COMPLETE
72402025-02-19T02:56:24.672Z[ recovery-image] Feb 19 02:56:23.672 INFO O| Feb 19 02:56:23.672 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-02-19T02:56:24.672Z[ recovery-image] Feb 19 02:56:23.689 INFO O| Feb 19 02:56:23.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72422025-02-19T02:56:24.672Z[ recovery-image] Feb 19 02:56:23.690 INFO O| Feb 19 02:56:23.690 INFO STEP 937 (remove_files) COMPLETE
72432025-02-19T02:56:24.672Z[ recovery-image] Feb 19 02:56:23.690 INFO O| Feb 19 02:56:23.690 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-19T02:56:24.708Z[ recovery-image] Feb 19 02:56:23.727 INFO O| Feb 19 02:56:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72452025-02-19T02:56:24.708Z[ recovery-image] Feb 19 02:56:23.727 INFO O| Feb 19 02:56:23.727 INFO STEP 938 (remove_files) COMPLETE
72462025-02-19T02:56:24.710Z[ recovery-image] Feb 19 02:56:23.727 INFO O| Feb 19 02:56:23.727 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-19T02:56:24.743Z[ recovery-image] Feb 19 02:56:23.762 INFO O| Feb 19 02:56:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72482025-02-19T02:56:24.743Z[ recovery-image] Feb 19 02:56:23.762 INFO O| Feb 19 02:56:23.762 INFO STEP 939 (remove_files) COMPLETE
72492025-02-19T02:56:24.745Z[ recovery-image] Feb 19 02:56:23.762 INFO O| Feb 19 02:56:23.762 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-19T02:56:24.766Z[ recovery-image] Feb 19 02:56:23.785 INFO O| Feb 19 02:56:23.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72512025-02-19T02:56:24.766Z[ recovery-image] Feb 19 02:56:23.785 INFO O| Feb 19 02:56:23.785 INFO STEP 940 (remove_files) COMPLETE
72522025-02-19T02:56:24.769Z[ recovery-image] Feb 19 02:56:23.785 INFO O| Feb 19 02:56:23.785 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-19T02:56:24.804Z[ recovery-image] Feb 19 02:56:23.823 INFO O| Feb 19 02:56:23.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72542025-02-19T02:56:24.804Z[ recovery-image] Feb 19 02:56:23.823 INFO O| Feb 19 02:56:23.823 INFO STEP 941 (remove_files) COMPLETE
72552025-02-19T02:56:24.806Z[ recovery-image] Feb 19 02:56:23.823 INFO O| Feb 19 02:56:23.823 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-19T02:56:24.880Z[ recovery-image] Feb 19 02:56:23.899 INFO O| Feb 19 02:56:23.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72572025-02-19T02:56:24.882Z[ recovery-image] Feb 19 02:56:23.899 INFO O| Feb 19 02:56:23.899 INFO STEP 942 (remove_files) COMPLETE
72582025-02-19T02:56:24.882Z[ recovery-image] Feb 19 02:56:23.899 INFO O| Feb 19 02:56:23.899 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-19T02:56:24.900Z[ recovery-image] Feb 19 02:56:23.919 INFO O| Feb 19 02:56:23.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72602025-02-19T02:56:24.902Z[ recovery-image] Feb 19 02:56:23.919 INFO O| Feb 19 02:56:23.919 INFO STEP 943 (remove_files) COMPLETE
72612025-02-19T02:56:24.902Z[ recovery-image] Feb 19 02:56:23.919 INFO O| Feb 19 02:56:23.919 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-19T02:56:24.919Z[ recovery-image] Feb 19 02:56:23.938 INFO O| Feb 19 02:56:23.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72632025-02-19T02:56:24.922Z[ recovery-image] Feb 19 02:56:23.938 INFO O| Feb 19 02:56:23.938 INFO STEP 944 (remove_files) COMPLETE
72642025-02-19T02:56:24.922Z[ recovery-image] Feb 19 02:56:23.938 INFO O| Feb 19 02:56:23.938 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-19T02:56:24.938Z[ recovery-image] Feb 19 02:56:23.957 INFO O| Feb 19 02:56:23.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72662025-02-19T02:56:24.940Z[ recovery-image] Feb 19 02:56:23.957 INFO O| Feb 19 02:56:23.957 INFO STEP 945 (remove_files) COMPLETE
72672025-02-19T02:56:24.940Z[ recovery-image] Feb 19 02:56:23.957 INFO O| Feb 19 02:56:23.957 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-19T02:56:24.958Z[ recovery-image] Feb 19 02:56:23.977 INFO O| Feb 19 02:56:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72692025-02-19T02:56:24.960Z[ recovery-image] Feb 19 02:56:23.977 INFO O| Feb 19 02:56:23.977 INFO STEP 946 (remove_files) COMPLETE
72702025-02-19T02:56:24.960Z[ recovery-image] Feb 19 02:56:23.977 INFO O| Feb 19 02:56:23.977 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-19T02:56:24.978Z[ recovery-image] Feb 19 02:56:23.997 INFO O| Feb 19 02:56:23.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72722025-02-19T02:56:24.978Z[ recovery-image] Feb 19 02:56:23.997 INFO O| Feb 19 02:56:23.997 INFO STEP 947 (remove_files) COMPLETE
72732025-02-19T02:56:24.980Z[ recovery-image] Feb 19 02:56:23.997 INFO O| Feb 19 02:56:23.997 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-19T02:56:25.010Z[ recovery-image] Feb 19 02:56:24.030 INFO O| Feb 19 02:56:24.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72752025-02-19T02:56:25.010Z[ recovery-image] Feb 19 02:56:24.030 INFO O| Feb 19 02:56:24.027 INFO STEP 948 (remove_files) COMPLETE
72762025-02-19T02:56:25.014Z[ recovery-image] Feb 19 02:56:24.030 INFO O| Feb 19 02:56:24.027 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-02-19T02:56:25.036Z[ recovery-image] Feb 19 02:56:24.055 INFO O| Feb 19 02:56:24.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72782025-02-19T02:56:25.036Z[ recovery-image] Feb 19 02:56:24.056 INFO O| Feb 19 02:56:24.046 INFO STEP 949 (remove_files) COMPLETE
72792025-02-19T02:56:25.036Z[ recovery-image] Feb 19 02:56:24.056 INFO O| Feb 19 02:56:24.046 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-02-19T02:56:25.049Z[ recovery-image] Feb 19 02:56:24.068 INFO O| Feb 19 02:56:24.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72812025-02-19T02:56:25.049Z[ recovery-image] Feb 19 02:56:24.068 INFO O| Feb 19 02:56:24.066 INFO STEP 950 (remove_files) COMPLETE
72822025-02-19T02:56:25.049Z[ recovery-image] Feb 19 02:56:24.068 INFO O| Feb 19 02:56:24.066 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-02-19T02:56:25.065Z[ recovery-image] Feb 19 02:56:24.084 INFO O| Feb 19 02:56:24.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72842025-02-19T02:56:25.065Z[ recovery-image] Feb 19 02:56:24.084 INFO O| Feb 19 02:56:24.084 INFO STEP 951 (remove_files) COMPLETE
72852025-02-19T02:56:25.065Z[ recovery-image] Feb 19 02:56:24.084 INFO O| Feb 19 02:56:24.084 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-02-19T02:56:25.081Z[ recovery-image] Feb 19 02:56:24.100 INFO O| Feb 19 02:56:24.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72872025-02-19T02:56:25.081Z[ recovery-image] Feb 19 02:56:24.100 INFO O| Feb 19 02:56:24.100 INFO STEP 952 (remove_files) COMPLETE
72882025-02-19T02:56:25.081Z[ recovery-image] Feb 19 02:56:24.100 INFO O| Feb 19 02:56:24.100 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-02-19T02:56:25.096Z[ recovery-image] Feb 19 02:56:24.116 INFO O| Feb 19 02:56:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72902025-02-19T02:56:25.096Z[ recovery-image] Feb 19 02:56:24.116 INFO O| Feb 19 02:56:24.116 INFO STEP 953 (remove_files) COMPLETE
72912025-02-19T02:56:25.099Z[ recovery-image] Feb 19 02:56:24.116 INFO O| Feb 19 02:56:24.116 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-02-19T02:56:25.125Z[ recovery-image] Feb 19 02:56:24.145 INFO O| Feb 19 02:56:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72932025-02-19T02:56:25.125Z[ recovery-image] Feb 19 02:56:24.145 INFO O| Feb 19 02:56:24.145 INFO STEP 954 (remove_files) COMPLETE
72942025-02-19T02:56:25.128Z[ recovery-image] Feb 19 02:56:24.145 INFO O| Feb 19 02:56:24.145 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-02-19T02:56:25.156Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
72962025-02-19T02:56:25.163Z[ recovery-image] Feb 19 02:56:24.183 INFO O| Feb 19 02:56:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72972025-02-19T02:56:25.163Z[ recovery-image] Feb 19 02:56:24.183 INFO O| Feb 19 02:56:24.183 INFO STEP 955 (remove_files) COMPLETE
72982025-02-19T02:56:25.164Z[ recovery-image] Feb 19 02:56:24.183 INFO O| Feb 19 02:56:24.183 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-19T02:56:25.202Z[ recovery-image] Feb 19 02:56:24.221 INFO O| Feb 19 02:56:24.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73002025-02-19T02:56:25.202Z[ recovery-image] Feb 19 02:56:24.221 INFO O| Feb 19 02:56:24.221 INFO STEP 956 (remove_files) COMPLETE
73012025-02-19T02:56:25.202Z[ recovery-image] Feb 19 02:56:24.221 INFO O| Feb 19 02:56:24.221 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-19T02:56:25.374Z[ recovery-image] Feb 19 02:56:24.393 INFO O| Feb 19 02:56:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73032025-02-19T02:56:25.374Z[ recovery-image] Feb 19 02:56:24.393 INFO O| Feb 19 02:56:24.393 INFO STEP 957 (remove_files) COMPLETE
73042025-02-19T02:56:25.374Z[ recovery-image] Feb 19 02:56:24.393 INFO O| Feb 19 02:56:24.393 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-19T02:56:25.395Z[ recovery-image] Feb 19 02:56:24.413 INFO O| Feb 19 02:56:24.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73062025-02-19T02:56:25.395Z[ recovery-image] Feb 19 02:56:24.413 INFO O| Feb 19 02:56:24.413 INFO STEP 958 (remove_files) COMPLETE
73072025-02-19T02:56:25.395Z[ recovery-image] Feb 19 02:56:24.413 INFO O| Feb 19 02:56:24.413 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-19T02:56:25.416Z[ recovery-image] Feb 19 02:56:24.435 INFO O| Feb 19 02:56:24.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73092025-02-19T02:56:25.416Z[ recovery-image] Feb 19 02:56:24.435 INFO O| Feb 19 02:56:24.435 INFO STEP 959 (remove_files) COMPLETE
73102025-02-19T02:56:25.416Z[ recovery-image] Feb 19 02:56:24.435 INFO O| Feb 19 02:56:24.435 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-19T02:56:25.438Z[ recovery-image] Feb 19 02:56:24.457 INFO O| Feb 19 02:56:24.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73122025-02-19T02:56:25.438Z[ recovery-image] Feb 19 02:56:24.457 INFO O| Feb 19 02:56:24.457 INFO STEP 960 (remove_files) COMPLETE
73132025-02-19T02:56:25.438Z[ recovery-image] Feb 19 02:56:24.457 INFO O| Feb 19 02:56:24.457 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-19T02:56:25.459Z[ recovery-image] Feb 19 02:56:24.477 INFO O| Feb 19 02:56:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73152025-02-19T02:56:25.459Z[ recovery-image] Feb 19 02:56:24.477 INFO O| Feb 19 02:56:24.477 INFO STEP 961 (remove_files) COMPLETE
73162025-02-19T02:56:25.459Z[ recovery-image] Feb 19 02:56:24.477 INFO O| Feb 19 02:56:24.477 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-19T02:56:25.479Z[ recovery-image] Feb 19 02:56:24.498 INFO O| Feb 19 02:56:24.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73182025-02-19T02:56:25.479Z[ recovery-image] Feb 19 02:56:24.498 INFO O| Feb 19 02:56:24.498 INFO STEP 962 (remove_files) COMPLETE
73192025-02-19T02:56:25.482Z[ recovery-image] Feb 19 02:56:24.498 INFO O| Feb 19 02:56:24.498 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-19T02:56:25.500Z[ recovery-image] Feb 19 02:56:24.519 INFO O| Feb 19 02:56:24.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73212025-02-19T02:56:25.500Z[ recovery-image] Feb 19 02:56:24.519 INFO O| Feb 19 02:56:24.519 INFO STEP 963 (remove_files) COMPLETE
73222025-02-19T02:56:25.500Z[ recovery-image] Feb 19 02:56:24.519 INFO O| Feb 19 02:56:24.519 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-19T02:56:25.521Z[ recovery-image] Feb 19 02:56:24.540 INFO O| Feb 19 02:56:24.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73242025-02-19T02:56:25.521Z[ recovery-image] Feb 19 02:56:24.540 INFO O| Feb 19 02:56:24.540 INFO STEP 964 (remove_files) COMPLETE
73252025-02-19T02:56:25.521Z[ recovery-image] Feb 19 02:56:24.540 INFO O| Feb 19 02:56:24.540 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-19T02:56:25.542Z[ recovery-image] Feb 19 02:56:24.561 INFO O| Feb 19 02:56:24.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73272025-02-19T02:56:25.542Z[ recovery-image] Feb 19 02:56:24.561 INFO O| Feb 19 02:56:24.561 INFO STEP 965 (remove_files) COMPLETE
73282025-02-19T02:56:25.542Z[ recovery-image] Feb 19 02:56:24.561 INFO O| Feb 19 02:56:24.561 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-19T02:56:25.563Z[ recovery-image] Feb 19 02:56:24.582 INFO O| Feb 19 02:56:24.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73302025-02-19T02:56:25.563Z[ recovery-image] Feb 19 02:56:24.582 INFO O| Feb 19 02:56:24.582 INFO STEP 966 (remove_files) COMPLETE
73312025-02-19T02:56:25.563Z[ recovery-image] Feb 19 02:56:24.582 INFO O| Feb 19 02:56:24.582 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-19T02:56:25.599Z[ recovery-image] Feb 19 02:56:24.618 INFO O| Feb 19 02:56:24.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73332025-02-19T02:56:25.599Z[ recovery-image] Feb 19 02:56:24.618 INFO O| Feb 19 02:56:24.618 INFO STEP 967 (remove_files) COMPLETE
73342025-02-19T02:56:25.599Z[ recovery-image] Feb 19 02:56:24.618 INFO O| Feb 19 02:56:24.618 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-19T02:56:25.636Z[ recovery-image] Feb 19 02:56:24.656 INFO O| Feb 19 02:56:24.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73362025-02-19T02:56:25.636Z[ recovery-image] Feb 19 02:56:24.656 INFO O| Feb 19 02:56:24.656 INFO STEP 968 (remove_files) COMPLETE
73372025-02-19T02:56:25.636Z[ recovery-image] Feb 19 02:56:24.656 INFO O| Feb 19 02:56:24.656 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-19T02:56:25.672Z[ recovery-image] Feb 19 02:56:24.691 INFO O| Feb 19 02:56:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73392025-02-19T02:56:25.672Z[ recovery-image] Feb 19 02:56:24.691 INFO O| Feb 19 02:56:24.691 INFO STEP 969 (remove_files) COMPLETE
73402025-02-19T02:56:25.672Z[ recovery-image] Feb 19 02:56:24.691 INFO O| Feb 19 02:56:24.691 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-19T02:56:25.692Z[ recovery-image] Feb 19 02:56:24.711 INFO O| Feb 19 02:56:24.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73422025-02-19T02:56:25.692Z[ recovery-image] Feb 19 02:56:24.712 INFO O| Feb 19 02:56:24.711 INFO STEP 970 (remove_files) COMPLETE
73432025-02-19T02:56:25.695Z[ recovery-image] Feb 19 02:56:24.712 INFO O| Feb 19 02:56:24.711 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-19T02:56:25.709Z[ recovery-image] Feb 19 02:56:24.729 INFO O| Feb 19 02:56:24.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73452025-02-19T02:56:25.710Z[ recovery-image] Feb 19 02:56:24.729 INFO O| Feb 19 02:56:24.729 INFO STEP 971 (remove_files) COMPLETE
73462025-02-19T02:56:25.710Z[ recovery-image] Feb 19 02:56:24.729 INFO O| Feb 19 02:56:24.729 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-19T02:56:25.729Z[ recovery-image] Feb 19 02:56:24.749 INFO O| Feb 19 02:56:24.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73482025-02-19T02:56:25.729Z[ recovery-image] Feb 19 02:56:24.749 INFO O| Feb 19 02:56:24.749 INFO STEP 972 (remove_files) COMPLETE
73492025-02-19T02:56:25.732Z[ recovery-image] Feb 19 02:56:24.749 INFO O| Feb 19 02:56:24.749 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-19T02:56:25.750Z[ recovery-image] Feb 19 02:56:24.770 INFO O| Feb 19 02:56:24.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73512025-02-19T02:56:25.751Z[ recovery-image] Feb 19 02:56:24.770 INFO O| Feb 19 02:56:24.770 INFO STEP 973 (remove_files) COMPLETE
73522025-02-19T02:56:25.753Z[ recovery-image] Feb 19 02:56:24.770 INFO O| Feb 19 02:56:24.770 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-19T02:56:25.773Z[ recovery-image] Feb 19 02:56:24.791 INFO O| Feb 19 02:56:24.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73542025-02-19T02:56:25.773Z[ recovery-image] Feb 19 02:56:24.791 INFO O| Feb 19 02:56:24.791 INFO STEP 974 (remove_files) COMPLETE
73552025-02-19T02:56:25.773Z[ recovery-image] Feb 19 02:56:24.791 INFO O| Feb 19 02:56:24.791 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-19T02:56:25.805Z[ recovery-image] Feb 19 02:56:24.823 INFO O| Feb 19 02:56:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73572025-02-19T02:56:25.805Z[ recovery-image] Feb 19 02:56:24.823 INFO O| Feb 19 02:56:24.823 INFO STEP 975 (remove_files) COMPLETE
73582025-02-19T02:56:25.805Z[ recovery-image] Feb 19 02:56:24.823 INFO O| Feb 19 02:56:24.823 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-19T02:56:25.841Z[ recovery-image] Feb 19 02:56:24.860 INFO O| Feb 19 02:56:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73602025-02-19T02:56:25.867Z[ recovery-image] Feb 19 02:56:24.886 INFO O| Feb 19 02:56:24.886 INFO STEP 976 (remove_files) COMPLETE
73612025-02-19T02:56:25.867Z[ recovery-image] Feb 19 02:56:24.886 INFO O| Feb 19 02:56:24.886 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-19T02:56:25.900Z[ recovery-image] Feb 19 02:56:24.919 INFO O| Feb 19 02:56:24.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73632025-02-19T02:56:25.900Z[ recovery-image] Feb 19 02:56:24.919 INFO O| Feb 19 02:56:24.919 INFO STEP 977 (remove_files) COMPLETE
73642025-02-19T02:56:25.900Z[ recovery-image] Feb 19 02:56:24.919 INFO O| Feb 19 02:56:24.919 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-19T02:56:25.935Z[ recovery-image] Feb 19 02:56:24.954 INFO O| Feb 19 02:56:24.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73662025-02-19T02:56:25.936Z[ recovery-image] Feb 19 02:56:24.955 INFO O| Feb 19 02:56:24.955 INFO STEP 978 (remove_files) COMPLETE
73672025-02-19T02:56:25.936Z[ recovery-image] Feb 19 02:56:24.955 INFO O| Feb 19 02:56:24.955 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-02-19T02:56:25.956Z[ recovery-image] Feb 19 02:56:24.975 INFO O| Feb 19 02:56:24.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73692025-02-19T02:56:25.956Z[ recovery-image] Feb 19 02:56:24.975 INFO O| Feb 19 02:56:24.975 INFO STEP 979 (remove_files) COMPLETE
73702025-02-19T02:56:25.960Z[ recovery-image] Feb 19 02:56:24.975 INFO O| Feb 19 02:56:24.975 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-02-19T02:56:25.978Z[ recovery-image] Feb 19 02:56:24.997 INFO O| Feb 19 02:56:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73722025-02-19T02:56:25.978Z[ recovery-image] Feb 19 02:56:24.997 INFO O| Feb 19 02:56:24.997 INFO STEP 980 (remove_files) COMPLETE
73732025-02-19T02:56:25.978Z[ recovery-image] Feb 19 02:56:24.997 INFO O| Feb 19 02:56:24.997 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-02-19T02:56:26.001Z[ recovery-image] Feb 19 02:56:25.019 INFO O| Feb 19 02:56:25.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73752025-02-19T02:56:26.001Z[ recovery-image] Feb 19 02:56:25.019 INFO O| Feb 19 02:56:25.019 INFO STEP 981 (remove_files) COMPLETE
73762025-02-19T02:56:26.001Z[ recovery-image] Feb 19 02:56:25.019 INFO O| Feb 19 02:56:25.019 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-02-19T02:56:26.021Z[ recovery-image] Feb 19 02:56:25.040 INFO O| Feb 19 02:56:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73782025-02-19T02:56:26.024Z[ recovery-image] Feb 19 02:56:25.040 INFO O| Feb 19 02:56:25.040 INFO STEP 982 (remove_files) COMPLETE
73792025-02-19T02:56:26.024Z[ recovery-image] Feb 19 02:56:25.040 INFO O| Feb 19 02:56:25.040 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-02-19T02:56:26.042Z[ recovery-image] Feb 19 02:56:25.061 INFO O| Feb 19 02:56:25.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73812025-02-19T02:56:26.058Z[ recovery-image] Feb 19 02:56:25.077 INFO O| Feb 19 02:56:25.077 INFO STEP 983 (remove_files) COMPLETE
73822025-02-19T02:56:26.061Z[ recovery-image] Feb 19 02:56:25.077 INFO O| Feb 19 02:56:25.077 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-02-19T02:56:26.080Z[ recovery-image] Feb 19 02:56:25.099 INFO O| Feb 19 02:56:25.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73842025-02-19T02:56:26.080Z[ recovery-image] Feb 19 02:56:25.099 INFO O| Feb 19 02:56:25.099 INFO STEP 984 (remove_files) COMPLETE
73852025-02-19T02:56:26.080Z[ recovery-image] Feb 19 02:56:25.099 INFO O| Feb 19 02:56:25.099 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-02-19T02:56:26.127Z[ recovery-image] Feb 19 02:56:25.146 INFO O| Feb 19 02:56:25.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73872025-02-19T02:56:26.127Z[ recovery-image] Feb 19 02:56:25.146 INFO O| Feb 19 02:56:25.146 INFO STEP 985 (remove_files) COMPLETE
73882025-02-19T02:56:26.130Z[ recovery-image] Feb 19 02:56:25.146 INFO O| Feb 19 02:56:25.146 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-02-19T02:56:26.146Z[ recovery-image] Feb 19 02:56:25.165 INFO O| Feb 19 02:56:25.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73902025-02-19T02:56:26.148Z[ recovery-image] Feb 19 02:56:25.166 INFO O| Feb 19 02:56:25.165 INFO STEP 986 (remove_files) COMPLETE
73912025-02-19T02:56:26.148Z[ recovery-image] Feb 19 02:56:25.166 INFO O| Feb 19 02:56:25.166 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-02-19T02:56:26.184Z[ recovery-image] Feb 19 02:56:25.203 INFO O| Feb 19 02:56:25.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73932025-02-19T02:56:26.184Z[ recovery-image] Feb 19 02:56:25.203 INFO O| Feb 19 02:56:25.203 INFO STEP 987 (remove_files) COMPLETE
73942025-02-19T02:56:26.187Z[ recovery-image] Feb 19 02:56:25.203 INFO O| Feb 19 02:56:25.203 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-02-19T02:56:26.202Z[ recovery-image] Feb 19 02:56:25.221 INFO O| Feb 19 02:56:25.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73962025-02-19T02:56:26.222Z[ recovery-image] Feb 19 02:56:25.241 INFO O| Feb 19 02:56:25.241 INFO STEP 988 (remove_files) COMPLETE
73972025-02-19T02:56:26.222Z[ recovery-image] Feb 19 02:56:25.241 INFO O| Feb 19 02:56:25.241 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-02-19T02:56:26.242Z[ recovery-image] Feb 19 02:56:25.261 INFO O| Feb 19 02:56:25.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73992025-02-19T02:56:26.266Z[ recovery-image] Feb 19 02:56:25.285 INFO O| Feb 19 02:56:25.285 INFO STEP 989 (remove_files) COMPLETE
74002025-02-19T02:56:26.266Z[ recovery-image] Feb 19 02:56:25.285 INFO O| Feb 19 02:56:25.285 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-02-19T02:56:26.288Z[ recovery-image] Feb 19 02:56:25.307 INFO O| Feb 19 02:56:25.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74022025-02-19T02:56:26.311Z[ recovery-image] Feb 19 02:56:25.330 INFO O| Feb 19 02:56:25.330 INFO STEP 990 (remove_files) COMPLETE
74032025-02-19T02:56:26.313Z[ recovery-image] Feb 19 02:56:25.330 INFO O| Feb 19 02:56:25.330 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-02-19T02:56:26.334Z[ recovery-image] Feb 19 02:56:25.354 INFO O| Feb 19 02:56:25.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74052025-02-19T02:56:26.337Z[ recovery-image] Feb 19 02:56:25.354 INFO O| Feb 19 02:56:25.354 INFO STEP 991 (remove_files) COMPLETE
74062025-02-19T02:56:26.337Z[ recovery-image] Feb 19 02:56:25.354 INFO O| Feb 19 02:56:25.354 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-02-19T02:56:26.355Z[ recovery-image] Feb 19 02:56:25.375 INFO O| Feb 19 02:56:25.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74082025-02-19T02:56:26.358Z[ recovery-image] Feb 19 02:56:25.375 INFO O| Feb 19 02:56:25.375 INFO STEP 992 (remove_files) COMPLETE
74092025-02-19T02:56:26.358Z[ recovery-image] Feb 19 02:56:25.375 INFO O| Feb 19 02:56:25.375 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-02-19T02:56:26.375Z[ recovery-image] Feb 19 02:56:25.394 INFO O| Feb 19 02:56:25.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74112025-02-19T02:56:26.378Z[ recovery-image] Feb 19 02:56:25.394 INFO O| Feb 19 02:56:25.394 INFO STEP 993 (remove_files) COMPLETE
74122025-02-19T02:56:26.378Z[ recovery-image] Feb 19 02:56:25.394 INFO O| Feb 19 02:56:25.394 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-02-19T02:56:26.396Z[ recovery-image] Feb 19 02:56:25.415 INFO O| Feb 19 02:56:25.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74142025-02-19T02:56:26.396Z[ recovery-image] Feb 19 02:56:25.415 INFO O| Feb 19 02:56:25.415 INFO STEP 994 (remove_files) COMPLETE
74152025-02-19T02:56:26.399Z[ recovery-image] Feb 19 02:56:25.415 INFO O| Feb 19 02:56:25.415 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-02-19T02:56:26.452Z[ recovery-image] Feb 19 02:56:25.471 INFO O| Feb 19 02:56:25.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74172025-02-19T02:56:26.452Z[ recovery-image] Feb 19 02:56:25.471 INFO O| Feb 19 02:56:25.471 INFO STEP 995 (remove_files) COMPLETE
74182025-02-19T02:56:26.452Z[ recovery-image] Feb 19 02:56:25.471 INFO O| Feb 19 02:56:25.471 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-02-19T02:56:26.478Z[ recovery-image] Feb 19 02:56:25.496 INFO O| Feb 19 02:56:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74202025-02-19T02:56:26.478Z[ recovery-image] Feb 19 02:56:25.496 INFO O| Feb 19 02:56:25.496 INFO STEP 996 (remove_files) COMPLETE
74212025-02-19T02:56:26.478Z[ recovery-image] Feb 19 02:56:25.496 INFO O| Feb 19 02:56:25.496 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-02-19T02:56:26.496Z[ recovery-image] Feb 19 02:56:25.515 INFO O| Feb 19 02:56:25.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74232025-02-19T02:56:26.496Z[ recovery-image] Feb 19 02:56:25.515 INFO O| Feb 19 02:56:25.515 INFO STEP 997 (remove_files) COMPLETE
74242025-02-19T02:56:26.499Z[ recovery-image] Feb 19 02:56:25.515 INFO O| Feb 19 02:56:25.515 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-02-19T02:56:26.517Z[ recovery-image] Feb 19 02:56:25.536 INFO O| Feb 19 02:56:25.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74262025-02-19T02:56:26.520Z[ recovery-image] Feb 19 02:56:25.536 INFO O| Feb 19 02:56:25.536 INFO STEP 998 (remove_files) COMPLETE
74272025-02-19T02:56:26.520Z[ recovery-image] Feb 19 02:56:25.536 INFO O| Feb 19 02:56:25.536 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-02-19T02:56:26.536Z[ recovery-image] Feb 19 02:56:25.555 INFO O| Feb 19 02:56:25.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74292025-02-19T02:56:26.536Z[ recovery-image] Feb 19 02:56:25.555 INFO O| Feb 19 02:56:25.555 INFO STEP 999 (remove_files) COMPLETE
74302025-02-19T02:56:26.536Z[ recovery-image] Feb 19 02:56:25.555 INFO O| Feb 19 02:56:25.555 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-02-19T02:56:26.554Z[ recovery-image] Feb 19 02:56:25.574 INFO O| Feb 19 02:56:25.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74322025-02-19T02:56:26.554Z[ recovery-image] Feb 19 02:56:25.574 INFO O| Feb 19 02:56:25.574 INFO STEP 1000 (remove_files) COMPLETE
74332025-02-19T02:56:26.557Z[ recovery-image] Feb 19 02:56:25.574 INFO O| Feb 19 02:56:25.574 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-02-19T02:56:26.598Z[ recovery-image] Feb 19 02:56:25.617 INFO O| Feb 19 02:56:25.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74352025-02-19T02:56:26.598Z[ recovery-image] Feb 19 02:56:25.617 INFO O| Feb 19 02:56:25.617 INFO STEP 1001 (remove_files) COMPLETE
74362025-02-19T02:56:26.601Z[ recovery-image] Feb 19 02:56:25.617 INFO O| Feb 19 02:56:25.617 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-02-19T02:56:26.620Z[ recovery-image] Feb 19 02:56:25.639 INFO O| Feb 19 02:56:25.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74382025-02-19T02:56:26.620Z[ recovery-image] Feb 19 02:56:25.639 INFO O| Feb 19 02:56:25.639 INFO STEP 1002 (remove_files) COMPLETE
74392025-02-19T02:56:26.623Z[ recovery-image] Feb 19 02:56:25.639 INFO O| Feb 19 02:56:25.639 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-02-19T02:56:26.638Z[ recovery-image] Feb 19 02:56:25.657 INFO O| Feb 19 02:56:25.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74412025-02-19T02:56:26.638Z[ recovery-image] Feb 19 02:56:25.657 INFO O| Feb 19 02:56:25.657 INFO STEP 1003 (remove_files) COMPLETE
74422025-02-19T02:56:26.641Z[ recovery-image] Feb 19 02:56:25.657 INFO O| Feb 19 02:56:25.657 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-02-19T02:56:26.679Z[ recovery-image] Feb 19 02:56:25.698 INFO O| Feb 19 02:56:25.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74442025-02-19T02:56:26.682Z[ recovery-image] Feb 19 02:56:25.698 INFO O| Feb 19 02:56:25.698 INFO STEP 1004 (remove_files) COMPLETE
74452025-02-19T02:56:26.682Z[ recovery-image] Feb 19 02:56:25.698 INFO O| Feb 19 02:56:25.698 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-02-19T02:56:26.699Z[ recovery-image] Feb 19 02:56:25.718 INFO O| Feb 19 02:56:25.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74472025-02-19T02:56:26.702Z[ recovery-image] Feb 19 02:56:25.718 INFO O| Feb 19 02:56:25.718 INFO STEP 1005 (remove_files) COMPLETE
74482025-02-19T02:56:26.702Z[ recovery-image] Feb 19 02:56:25.719 INFO O| Feb 19 02:56:25.718 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-02-19T02:56:26.718Z[ recovery-image] Feb 19 02:56:25.737 INFO O| Feb 19 02:56:25.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74502025-02-19T02:56:26.720Z[ recovery-image] Feb 19 02:56:25.737 INFO O| Feb 19 02:56:25.737 INFO STEP 1006 (remove_files) COMPLETE
74512025-02-19T02:56:26.721Z[ recovery-image] Feb 19 02:56:25.737 INFO O| Feb 19 02:56:25.737 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-02-19T02:56:26.754Z[ recovery-image] Feb 19 02:56:25.773 INFO O| Feb 19 02:56:25.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74532025-02-19T02:56:26.754Z[ recovery-image] Feb 19 02:56:25.773 INFO O| Feb 19 02:56:25.773 INFO STEP 1007 (remove_files) COMPLETE
74542025-02-19T02:56:26.754Z[ recovery-image] Feb 19 02:56:25.773 INFO O| Feb 19 02:56:25.773 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-02-19T02:56:26.777Z[ recovery-image] Feb 19 02:56:25.796 INFO O| Feb 19 02:56:25.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74562025-02-19T02:56:26.777Z[ recovery-image] Feb 19 02:56:25.796 INFO O| Feb 19 02:56:25.796 INFO STEP 1008 (remove_files) COMPLETE
74572025-02-19T02:56:26.777Z[ recovery-image] Feb 19 02:56:25.796 INFO O| Feb 19 02:56:25.796 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-02-19T02:56:26.814Z[ recovery-image] Feb 19 02:56:25.826 INFO O| Feb 19 02:56:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74592025-02-19T02:56:26.817Z[ recovery-image] Feb 19 02:56:25.826 INFO O| Feb 19 02:56:25.826 INFO STEP 1009 (remove_files) COMPLETE
74602025-02-19T02:56:26.817Z[ recovery-image] Feb 19 02:56:25.826 INFO O| Feb 19 02:56:25.826 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-02-19T02:56:26.841Z[ recovery-image] Feb 19 02:56:25.860 INFO O| Feb 19 02:56:25.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74622025-02-19T02:56:26.841Z[ recovery-image] Feb 19 02:56:25.860 INFO O| Feb 19 02:56:25.860 INFO STEP 1010 (remove_files) COMPLETE
74632025-02-19T02:56:26.841Z[ recovery-image] Feb 19 02:56:25.860 INFO O| Feb 19 02:56:25.860 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-02-19T02:56:26.862Z[ recovery-image] Feb 19 02:56:25.881 INFO O| Feb 19 02:56:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74652025-02-19T02:56:26.862Z[ recovery-image] Feb 19 02:56:25.881 INFO O| Feb 19 02:56:25.881 INFO STEP 1011 (remove_files) COMPLETE
74662025-02-19T02:56:26.862Z[ recovery-image] Feb 19 02:56:25.881 INFO O| Feb 19 02:56:25.881 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-02-19T02:56:26.880Z[ recovery-image] Feb 19 02:56:25.899 INFO O| Feb 19 02:56:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74682025-02-19T02:56:26.880Z[ recovery-image] Feb 19 02:56:25.899 INFO O| Feb 19 02:56:25.899 INFO STEP 1012 (remove_files) COMPLETE
74692025-02-19T02:56:26.880Z[ recovery-image] Feb 19 02:56:25.899 INFO O| Feb 19 02:56:25.899 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-02-19T02:56:26.918Z[ recovery-image] Feb 19 02:56:25.936 INFO O| Feb 19 02:56:25.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74712025-02-19T02:56:26.918Z[ recovery-image] Feb 19 02:56:25.937 INFO O| Feb 19 02:56:25.936 INFO STEP 1013 (remove_files) COMPLETE
74722025-02-19T02:56:26.918Z[ recovery-image] Feb 19 02:56:25.937 INFO O| Feb 19 02:56:25.937 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-19T02:56:26.956Z[ recovery-image] Feb 19 02:56:25.975 INFO O| Feb 19 02:56:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74742025-02-19T02:56:26.958Z[ recovery-image] Feb 19 02:56:25.975 INFO O| Feb 19 02:56:25.975 INFO STEP 1014 (remove_files) COMPLETE
74752025-02-19T02:56:26.958Z[ recovery-image] Feb 19 02:56:25.975 INFO O| Feb 19 02:56:25.975 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-19T02:56:26.976Z[ recovery-image] Feb 19 02:56:25.995 INFO O| Feb 19 02:56:25.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74772025-02-19T02:56:26.978Z[ recovery-image] Feb 19 02:56:25.995 INFO O| Feb 19 02:56:25.995 INFO STEP 1015 (remove_files) COMPLETE
74782025-02-19T02:56:26.978Z[ recovery-image] Feb 19 02:56:25.995 INFO O| Feb 19 02:56:25.995 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-19T02:56:26.996Z[ recovery-image] Feb 19 02:56:26.015 INFO O| Feb 19 02:56:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74802025-02-19T02:56:26.996Z[ recovery-image] Feb 19 02:56:26.015 INFO O| Feb 19 02:56:26.015 INFO STEP 1016 (remove_files) COMPLETE
74812025-02-19T02:56:26.996Z[ recovery-image] Feb 19 02:56:26.015 INFO O| Feb 19 02:56:26.015 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-19T02:56:27.015Z[ recovery-image] Feb 19 02:56:26.034 INFO O| Feb 19 02:56:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74832025-02-19T02:56:27.015Z[ recovery-image] Feb 19 02:56:26.034 INFO O| Feb 19 02:56:26.034 INFO STEP 1017 (remove_files) COMPLETE
74842025-02-19T02:56:27.018Z[ recovery-image] Feb 19 02:56:26.034 INFO O| Feb 19 02:56:26.034 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-19T02:56:27.068Z[ recovery-image] Feb 19 02:56:26.087 INFO O| Feb 19 02:56:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74862025-02-19T02:56:27.068Z[ recovery-image] Feb 19 02:56:26.087 INFO O| Feb 19 02:56:26.087 INFO STEP 1018 (remove_files) COMPLETE
74872025-02-19T02:56:27.068Z[ recovery-image] Feb 19 02:56:26.087 INFO O| Feb 19 02:56:26.087 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-19T02:56:27.090Z[ recovery-image] Feb 19 02:56:26.109 INFO O| Feb 19 02:56:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74892025-02-19T02:56:27.090Z[ recovery-image] Feb 19 02:56:26.109 INFO O| Feb 19 02:56:26.109 INFO STEP 1019 (remove_files) COMPLETE
74902025-02-19T02:56:27.093Z[ recovery-image] Feb 19 02:56:26.109 INFO O| Feb 19 02:56:26.109 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-19T02:56:27.126Z[ recovery-image] Feb 19 02:56:26.145 INFO O| Feb 19 02:56:26.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74922025-02-19T02:56:27.126Z[ recovery-image] Feb 19 02:56:26.145 INFO O| Feb 19 02:56:26.145 INFO STEP 1020 (remove_files) COMPLETE
74932025-02-19T02:56:27.126Z[ recovery-image] Feb 19 02:56:26.145 INFO O| Feb 19 02:56:26.145 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-19T02:56:27.144Z[ recovery-image] Feb 19 02:56:26.163 INFO O| Feb 19 02:56:26.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74952025-02-19T02:56:27.144Z[ recovery-image] Feb 19 02:56:26.163 INFO O| Feb 19 02:56:26.163 INFO STEP 1021 (remove_files) COMPLETE
74962025-02-19T02:56:27.144Z[ recovery-image] Feb 19 02:56:26.163 INFO O| Feb 19 02:56:26.163 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-19T02:56:27.168Z[ recovery-image] Feb 19 02:56:26.187 INFO O| Feb 19 02:56:26.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74982025-02-19T02:56:27.171Z[ recovery-image] Feb 19 02:56:26.187 INFO O| Feb 19 02:56:26.187 INFO STEP 1022 (remove_files) COMPLETE
74992025-02-19T02:56:27.171Z[ recovery-image] Feb 19 02:56:26.188 INFO O| Feb 19 02:56:26.187 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-19T02:56:27.257Z[ recovery-image] Feb 19 02:56:26.276 INFO O| Feb 19 02:56:26.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75012025-02-19T02:56:27.260Z[ recovery-image] Feb 19 02:56:26.277 INFO O| Feb 19 02:56:26.276 INFO STEP 1023 (remove_files) COMPLETE
75022025-02-19T02:56:27.260Z[ recovery-image] Feb 19 02:56:26.277 INFO O| Feb 19 02:56:26.277 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-02-19T02:56:27.462Z[ recovery-image] Feb 19 02:56:26.481 INFO O| Feb 19 02:56:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75042025-02-19T02:56:27.462Z[ recovery-image] Feb 19 02:56:26.481 INFO O| Feb 19 02:56:26.481 INFO STEP 1024 (remove_files) COMPLETE
75052025-02-19T02:56:27.462Z[ recovery-image] Feb 19 02:56:26.481 INFO O| Feb 19 02:56:26.481 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-02-19T02:56:27.536Z[ recovery-image] Feb 19 02:56:26.555 INFO O| Feb 19 02:56:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75072025-02-19T02:56:27.539Z[ recovery-image] Feb 19 02:56:26.555 INFO O| Feb 19 02:56:26.555 INFO STEP 1025 (remove_files) COMPLETE
75082025-02-19T02:56:27.539Z[ recovery-image] Feb 19 02:56:26.555 INFO O| Feb 19 02:56:26.555 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-02-19T02:56:27.558Z[ recovery-image] Feb 19 02:56:26.576 INFO O| Feb 19 02:56:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75102025-02-19T02:56:27.558Z[ recovery-image] Feb 19 02:56:26.576 INFO O| Feb 19 02:56:26.576 INFO STEP 1026 (remove_files) COMPLETE
75112025-02-19T02:56:27.558Z[ recovery-image] Feb 19 02:56:26.576 INFO O| Feb 19 02:56:26.576 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-02-19T02:56:27.574Z[ recovery-image] Feb 19 02:56:26.593 INFO O| Feb 19 02:56:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75132025-02-19T02:56:27.577Z[ recovery-image] Feb 19 02:56:26.594 INFO O| Feb 19 02:56:26.593 INFO STEP 1027 (remove_files) COMPLETE
75142025-02-19T02:56:27.577Z[ recovery-image] Feb 19 02:56:26.594 INFO O| Feb 19 02:56:26.594 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-02-19T02:56:27.652Z[ recovery-image] Feb 19 02:56:26.671 INFO O| Feb 19 02:56:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75162025-02-19T02:56:27.652Z[ recovery-image] Feb 19 02:56:26.671 INFO O| Feb 19 02:56:26.671 INFO STEP 1028 (remove_files) COMPLETE
75172025-02-19T02:56:27.654Z[ recovery-image] Feb 19 02:56:26.671 INFO O| Feb 19 02:56:26.671 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-02-19T02:56:27.671Z[ recovery-image] Feb 19 02:56:26.690 INFO O| Feb 19 02:56:26.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75192025-02-19T02:56:27.673Z[ recovery-image] Feb 19 02:56:26.690 INFO O| Feb 19 02:56:26.690 INFO STEP 1029 (remove_files) COMPLETE
75202025-02-19T02:56:27.673Z[ recovery-image] Feb 19 02:56:26.690 INFO O| Feb 19 02:56:26.690 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-02-19T02:56:27.690Z[ recovery-image] Feb 19 02:56:26.709 INFO O| Feb 19 02:56:26.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75222025-02-19T02:56:27.693Z[ recovery-image] Feb 19 02:56:26.710 INFO O| Feb 19 02:56:26.710 INFO STEP 1030 (remove_files) COMPLETE
75232025-02-19T02:56:27.693Z[ recovery-image] Feb 19 02:56:26.710 INFO O| Feb 19 02:56:26.710 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-02-19T02:56:27.711Z[ recovery-image] Feb 19 02:56:26.730 INFO O| Feb 19 02:56:26.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75252025-02-19T02:56:27.714Z[ recovery-image] Feb 19 02:56:26.730 INFO O| Feb 19 02:56:26.730 INFO STEP 1031 (remove_files) COMPLETE
75262025-02-19T02:56:27.714Z[ recovery-image] Feb 19 02:56:26.731 INFO O| Feb 19 02:56:26.730 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-02-19T02:56:27.731Z[ recovery-image] Feb 19 02:56:26.750 INFO O| Feb 19 02:56:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75282025-02-19T02:56:27.734Z[ recovery-image] Feb 19 02:56:26.750 INFO O| Feb 19 02:56:26.750 INFO STEP 1032 (remove_files) COMPLETE
75292025-02-19T02:56:27.734Z[ recovery-image] Feb 19 02:56:26.750 INFO O| Feb 19 02:56:26.750 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-02-19T02:56:27.761Z[ recovery-image] Feb 19 02:56:26.780 INFO O| Feb 19 02:56:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75312025-02-19T02:56:27.761Z[ recovery-image] Feb 19 02:56:26.780 INFO O| Feb 19 02:56:26.780 INFO STEP 1033 (remove_files) COMPLETE
75322025-02-19T02:56:27.761Z[ recovery-image] Feb 19 02:56:26.780 INFO O| Feb 19 02:56:26.780 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-02-19T02:56:27.817Z[ recovery-image] Feb 19 02:56:26.836 INFO O| Feb 19 02:56:26.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75342025-02-19T02:56:27.817Z[ recovery-image] Feb 19 02:56:26.836 INFO O| Feb 19 02:56:26.836 INFO STEP 1034 (remove_files) COMPLETE
75352025-02-19T02:56:27.817Z[ recovery-image] Feb 19 02:56:26.836 INFO O| Feb 19 02:56:26.836 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-02-19T02:56:27.837Z[ recovery-image] Feb 19 02:56:26.856 INFO O| Feb 19 02:56:26.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75372025-02-19T02:56:27.837Z[ recovery-image] Feb 19 02:56:26.856 INFO O| Feb 19 02:56:26.856 INFO STEP 1035 (remove_files) COMPLETE
75382025-02-19T02:56:27.840Z[ recovery-image] Feb 19 02:56:26.856 INFO O| Feb 19 02:56:26.856 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-02-19T02:56:27.873Z[ recovery-image] Feb 19 02:56:26.892 INFO O| Feb 19 02:56:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75402025-02-19T02:56:27.873Z[ recovery-image] Feb 19 02:56:26.892 INFO O| Feb 19 02:56:26.892 INFO STEP 1036 (remove_files) COMPLETE
75412025-02-19T02:56:27.873Z[ recovery-image] Feb 19 02:56:26.892 INFO O| Feb 19 02:56:26.892 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-02-19T02:56:27.906Z[ recovery-image] Feb 19 02:56:26.925 INFO O| Feb 19 02:56:26.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75432025-02-19T02:56:27.906Z[ recovery-image] Feb 19 02:56:26.925 INFO O| Feb 19 02:56:26.925 INFO STEP 1037 (remove_files) COMPLETE
75442025-02-19T02:56:27.906Z[ recovery-image] Feb 19 02:56:26.925 INFO O| Feb 19 02:56:26.925 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-02-19T02:56:27.926Z[ recovery-image] Feb 19 02:56:26.945 INFO O| Feb 19 02:56:26.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75462025-02-19T02:56:27.926Z[ recovery-image] Feb 19 02:56:26.945 INFO O| Feb 19 02:56:26.945 INFO STEP 1038 (remove_files) COMPLETE
75472025-02-19T02:56:27.926Z[ recovery-image] Feb 19 02:56:26.945 INFO O| Feb 19 02:56:26.945 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-02-19T02:56:27.946Z[ recovery-image] Feb 19 02:56:26.965 INFO O| Feb 19 02:56:26.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75492025-02-19T02:56:27.946Z[ recovery-image] Feb 19 02:56:26.966 INFO O| Feb 19 02:56:26.965 INFO STEP 1039 (remove_files) COMPLETE
75502025-02-19T02:56:27.949Z[ recovery-image] Feb 19 02:56:26.966 INFO O| Feb 19 02:56:26.966 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-19T02:56:27.967Z[ recovery-image] Feb 19 02:56:26.985 INFO O| Feb 19 02:56:26.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75522025-02-19T02:56:27.967Z[ recovery-image] Feb 19 02:56:26.986 INFO O| Feb 19 02:56:26.986 INFO STEP 1040 (remove_files) COMPLETE
75532025-02-19T02:56:27.969Z[ recovery-image] Feb 19 02:56:26.986 INFO O| Feb 19 02:56:26.986 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-02-19T02:56:28.043Z[ recovery-image] Feb 19 02:56:27.062 INFO O| Feb 19 02:56:27.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75552025-02-19T02:56:28.043Z[ recovery-image] Feb 19 02:56:27.062 INFO O| Feb 19 02:56:27.062 INFO STEP 1041 (remove_files) COMPLETE
75562025-02-19T02:56:28.046Z[ recovery-image] Feb 19 02:56:27.062 INFO O| Feb 19 02:56:27.062 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-02-19T02:56:28.065Z[ recovery-image] Feb 19 02:56:27.084 INFO O| Feb 19 02:56:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75582025-02-19T02:56:28.065Z[ recovery-image] Feb 19 02:56:27.084 INFO O| Feb 19 02:56:27.084 INFO STEP 1042 (remove_files) COMPLETE
75592025-02-19T02:56:28.065Z[ recovery-image] Feb 19 02:56:27.084 INFO O| Feb 19 02:56:27.084 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-02-19T02:56:28.088Z[ recovery-image] Feb 19 02:56:27.107 INFO O| Feb 19 02:56:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75612025-02-19T02:56:28.088Z[ recovery-image] Feb 19 02:56:27.107 INFO O| Feb 19 02:56:27.107 INFO STEP 1043 (remove_files) COMPLETE
75622025-02-19T02:56:28.088Z[ recovery-image] Feb 19 02:56:27.107 INFO O| Feb 19 02:56:27.107 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-02-19T02:56:28.137Z[ recovery-image] Feb 19 02:56:27.141 INFO O| Feb 19 02:56:27.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75642025-02-19T02:56:28.137Z[ recovery-image] Feb 19 02:56:27.141 INFO O| Feb 19 02:56:27.141 INFO STEP 1044 (remove_files) COMPLETE
75652025-02-19T02:56:28.137Z[ recovery-image] Feb 19 02:56:27.141 INFO O| Feb 19 02:56:27.141 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-02-19T02:56:28.140Z[ recovery-image] Feb 19 02:56:27.159 INFO O| Feb 19 02:56:27.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75672025-02-19T02:56:28.140Z[ recovery-image] Feb 19 02:56:27.159 INFO O| Feb 19 02:56:27.159 INFO STEP 1045 (remove_files) COMPLETE
75682025-02-19T02:56:28.142Z[ recovery-image] Feb 19 02:56:27.159 INFO O| Feb 19 02:56:27.159 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-02-19T02:56:28.199Z[ recovery-image] Feb 19 02:56:27.218 INFO O| Feb 19 02:56:27.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75702025-02-19T02:56:28.199Z[ recovery-image] Feb 19 02:56:27.218 INFO O| Feb 19 02:56:27.218 INFO STEP 1046 (remove_files) COMPLETE
75712025-02-19T02:56:28.202Z[ recovery-image] Feb 19 02:56:27.218 INFO O| Feb 19 02:56:27.218 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-02-19T02:56:28.235Z[ recovery-image] Feb 19 02:56:27.254 INFO O| Feb 19 02:56:27.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75732025-02-19T02:56:28.235Z[ recovery-image] Feb 19 02:56:27.254 INFO O| Feb 19 02:56:27.254 INFO STEP 1047 (remove_files) COMPLETE
75742025-02-19T02:56:28.238Z[ recovery-image] Feb 19 02:56:27.254 INFO O| Feb 19 02:56:27.254 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-19T02:56:28.254Z[ recovery-image] Feb 19 02:56:27.273 INFO O| Feb 19 02:56:27.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75762025-02-19T02:56:28.254Z[ recovery-image] Feb 19 02:56:27.273 INFO O| Feb 19 02:56:27.273 INFO STEP 1048 (remove_files) COMPLETE
75772025-02-19T02:56:28.254Z[ recovery-image] Feb 19 02:56:27.273 INFO O| Feb 19 02:56:27.273 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-19T02:56:28.273Z[ recovery-image] Feb 19 02:56:27.292 INFO O| Feb 19 02:56:27.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75792025-02-19T02:56:28.273Z[ recovery-image] Feb 19 02:56:27.292 INFO O| Feb 19 02:56:27.292 INFO STEP 1049 (remove_files) COMPLETE
75802025-02-19T02:56:28.273Z[ recovery-image] Feb 19 02:56:27.292 INFO O| Feb 19 02:56:27.292 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-19T02:56:28.306Z[ recovery-image] Feb 19 02:56:27.324 INFO O| Feb 19 02:56:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75822025-02-19T02:56:28.306Z[ recovery-image] Feb 19 02:56:27.325 INFO O| Feb 19 02:56:27.325 INFO STEP 1050 (remove_files) COMPLETE
75832025-02-19T02:56:28.306Z[ recovery-image] Feb 19 02:56:27.325 INFO O| Feb 19 02:56:27.325 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-19T02:56:28.324Z[ recovery-image] Feb 19 02:56:27.343 INFO O| Feb 19 02:56:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75852025-02-19T02:56:28.324Z[ recovery-image] Feb 19 02:56:27.343 INFO O| Feb 19 02:56:27.343 INFO STEP 1051 (remove_files) COMPLETE
75862025-02-19T02:56:28.327Z[ recovery-image] Feb 19 02:56:27.343 INFO O| Feb 19 02:56:27.343 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-19T02:56:28.343Z[ recovery-image] Feb 19 02:56:27.362 INFO O| Feb 19 02:56:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75882025-02-19T02:56:28.343Z[ recovery-image] Feb 19 02:56:27.362 INFO O| Feb 19 02:56:27.362 INFO STEP 1052 (remove_files) COMPLETE
75892025-02-19T02:56:28.343Z[ recovery-image] Feb 19 02:56:27.362 INFO O| Feb 19 02:56:27.362 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-19T02:56:28.369Z[ recovery-image] Feb 19 02:56:27.388 INFO O| Feb 19 02:56:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75912025-02-19T02:56:28.371Z[ recovery-image] Feb 19 02:56:27.388 INFO O| Feb 19 02:56:27.388 INFO STEP 1053 (remove_files) COMPLETE
75922025-02-19T02:56:28.371Z[ recovery-image] Feb 19 02:56:27.388 INFO O| Feb 19 02:56:27.388 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-19T02:56:28.388Z[ recovery-image] Feb 19 02:56:27.406 INFO O| Feb 19 02:56:27.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75942025-02-19T02:56:28.390Z[ recovery-image] Feb 19 02:56:27.407 INFO O| Feb 19 02:56:27.407 INFO STEP 1054 (remove_files) COMPLETE
75952025-02-19T02:56:28.390Z[ recovery-image] Feb 19 02:56:27.407 INFO O| Feb 19 02:56:27.407 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-02-19T02:56:28.426Z[ recovery-image] Feb 19 02:56:27.445 INFO O| Feb 19 02:56:27.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75972025-02-19T02:56:28.426Z[ recovery-image] Feb 19 02:56:27.445 INFO O| Feb 19 02:56:27.445 INFO STEP 1055 (remove_files) COMPLETE
75982025-02-19T02:56:28.426Z[ recovery-image] Feb 19 02:56:27.445 INFO O| Feb 19 02:56:27.445 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-02-19T02:56:28.478Z[ recovery-image] Feb 19 02:56:27.497 INFO O| Feb 19 02:56:27.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76002025-02-19T02:56:28.478Z[ recovery-image] Feb 19 02:56:27.497 INFO O| Feb 19 02:56:27.497 INFO STEP 1056 (remove_files) COMPLETE
76012025-02-19T02:56:28.478Z[ recovery-image] Feb 19 02:56:27.497 INFO O| Feb 19 02:56:27.497 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-02-19T02:56:28.499Z[ recovery-image] Feb 19 02:56:27.518 INFO O| Feb 19 02:56:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76032025-02-19T02:56:28.499Z[ recovery-image] Feb 19 02:56:27.518 INFO O| Feb 19 02:56:27.518 INFO STEP 1057 (remove_files) COMPLETE
76042025-02-19T02:56:28.502Z[ recovery-image] Feb 19 02:56:27.518 INFO O| Feb 19 02:56:27.518 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-02-19T02:56:28.518Z[ recovery-image] Feb 19 02:56:27.537 INFO O| Feb 19 02:56:27.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76062025-02-19T02:56:28.518Z[ recovery-image] Feb 19 02:56:27.537 INFO O| Feb 19 02:56:27.537 INFO STEP 1058 (remove_files) COMPLETE
76072025-02-19T02:56:28.518Z[ recovery-image] Feb 19 02:56:27.537 INFO O| Feb 19 02:56:27.537 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-02-19T02:56:28.553Z[ recovery-image] Feb 19 02:56:27.572 INFO O| Feb 19 02:56:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76092025-02-19T02:56:28.556Z[ recovery-image] Feb 19 02:56:27.572 INFO O| Feb 19 02:56:27.572 INFO STEP 1059 (remove_files) COMPLETE
76102025-02-19T02:56:28.556Z[ recovery-image] Feb 19 02:56:27.572 INFO O| Feb 19 02:56:27.572 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-19T02:56:28.575Z[ recovery-image] Feb 19 02:56:27.594 INFO O| Feb 19 02:56:27.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76122025-02-19T02:56:28.575Z[ recovery-image] Feb 19 02:56:27.594 INFO O| Feb 19 02:56:27.594 INFO STEP 1060 (remove_files) COMPLETE
76132025-02-19T02:56:28.575Z[ recovery-image] Feb 19 02:56:27.594 INFO O| Feb 19 02:56:27.594 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-19T02:56:28.655Z[ recovery-image] Feb 19 02:56:27.674 INFO O| Feb 19 02:56:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76152025-02-19T02:56:28.655Z[ recovery-image] Feb 19 02:56:27.674 INFO O| Feb 19 02:56:27.674 INFO STEP 1061 (remove_files) COMPLETE
76162025-02-19T02:56:28.655Z[ recovery-image] Feb 19 02:56:27.674 INFO O| Feb 19 02:56:27.674 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-19T02:56:28.682Z[ recovery-image] Feb 19 02:56:27.701 INFO O| Feb 19 02:56:27.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76182025-02-19T02:56:28.685Z[ recovery-image] Feb 19 02:56:27.701 INFO O| Feb 19 02:56:27.701 INFO STEP 1062 (remove_files) COMPLETE
76192025-02-19T02:56:28.685Z[ recovery-image] Feb 19 02:56:27.701 INFO O| Feb 19 02:56:27.701 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-19T02:56:28.701Z[ recovery-image] Feb 19 02:56:27.720 INFO O| Feb 19 02:56:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76212025-02-19T02:56:28.705Z[ recovery-image] Feb 19 02:56:27.720 INFO O| Feb 19 02:56:27.720 INFO STEP 1063 (remove_files) COMPLETE
76222025-02-19T02:56:28.705Z[ recovery-image] Feb 19 02:56:27.721 INFO O| Feb 19 02:56:27.720 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-19T02:56:28.721Z[ recovery-image] Feb 19 02:56:27.740 INFO O| Feb 19 02:56:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76242025-02-19T02:56:28.724Z[ recovery-image] Feb 19 02:56:27.740 INFO O| Feb 19 02:56:27.740 INFO STEP 1064 (remove_files) COMPLETE
76252025-02-19T02:56:28.724Z[ recovery-image] Feb 19 02:56:27.740 INFO O| Feb 19 02:56:27.740 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-19T02:56:28.742Z[ recovery-image] Feb 19 02:56:27.761 INFO O| Feb 19 02:56:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76272025-02-19T02:56:28.745Z[ recovery-image] Feb 19 02:56:27.761 INFO O| Feb 19 02:56:27.761 INFO STEP 1065 (remove_files) COMPLETE
76282025-02-19T02:56:28.745Z[ recovery-image] Feb 19 02:56:27.761 INFO O| Feb 19 02:56:27.761 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-19T02:56:28.764Z[ recovery-image] Feb 19 02:56:27.783 INFO O| Feb 19 02:56:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76302025-02-19T02:56:28.767Z[ recovery-image] Feb 19 02:56:27.783 INFO O| Feb 19 02:56:27.783 INFO STEP 1066 (remove_files) COMPLETE
76312025-02-19T02:56:28.767Z[ recovery-image] Feb 19 02:56:27.783 INFO O| Feb 19 02:56:27.783 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-02-19T02:56:28.785Z[ recovery-image] Feb 19 02:56:27.804 INFO O| Feb 19 02:56:27.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76332025-02-19T02:56:28.788Z[ recovery-image] Feb 19 02:56:27.805 INFO O| Feb 19 02:56:27.805 INFO STEP 1067 (remove_files) COMPLETE
76342025-02-19T02:56:28.788Z[ recovery-image] Feb 19 02:56:27.805 INFO O| Feb 19 02:56:27.805 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-02-19T02:56:28.882Z[ recovery-image] Feb 19 02:56:27.901 INFO O| Feb 19 02:56:27.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76362025-02-19T02:56:28.882Z[ recovery-image] Feb 19 02:56:27.901 INFO O| Feb 19 02:56:27.901 INFO STEP 1068 (remove_files) COMPLETE
76372025-02-19T02:56:28.882Z[ recovery-image] Feb 19 02:56:27.901 INFO O| Feb 19 02:56:27.901 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-02-19T02:56:28.914Z[ recovery-image] Feb 19 02:56:27.933 INFO O| Feb 19 02:56:27.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76392025-02-19T02:56:28.914Z[ recovery-image] Feb 19 02:56:27.933 INFO O| Feb 19 02:56:27.933 INFO STEP 1069 (remove_files) COMPLETE
76402025-02-19T02:56:28.914Z[ recovery-image] Feb 19 02:56:27.933 INFO O| Feb 19 02:56:27.933 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-02-19T02:56:28.972Z[ recovery-image] Feb 19 02:56:27.991 INFO O| Feb 19 02:56:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76422025-02-19T02:56:28.994Z[ recovery-image] Feb 19 02:56:28.012 INFO O| Feb 19 02:56:28.012 INFO STEP 1070 (remove_files) COMPLETE
76432025-02-19T02:56:28.994Z[ recovery-image] Feb 19 02:56:28.012 INFO O| Feb 19 02:56:28.012 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-02-19T02:56:29.011Z[ recovery-image] Feb 19 02:56:28.030 INFO O| Feb 19 02:56:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76452025-02-19T02:56:29.018Z[ recovery-image] Feb 19 02:56:28.030 INFO O| Feb 19 02:56:28.030 INFO STEP 1071 (remove_files) COMPLETE
76462025-02-19T02:56:29.018Z[ recovery-image] Feb 19 02:56:28.030 INFO O| Feb 19 02:56:28.030 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-02-19T02:56:29.028Z[ recovery-image] Feb 19 02:56:28.047 INFO O| Feb 19 02:56:28.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76482025-02-19T02:56:29.030Z[ recovery-image] Feb 19 02:56:28.047 INFO O| Feb 19 02:56:28.047 INFO STEP 1072 (remove_files) COMPLETE
76492025-02-19T02:56:29.030Z[ recovery-image] Feb 19 02:56:28.047 INFO O| Feb 19 02:56:28.047 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-02-19T02:56:29.046Z[ recovery-image] Feb 19 02:56:28.064 INFO O| Feb 19 02:56:28.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76512025-02-19T02:56:29.046Z[ recovery-image] Feb 19 02:56:28.064 INFO O| Feb 19 02:56:28.064 INFO STEP 1073 (remove_files) COMPLETE
76522025-02-19T02:56:29.046Z[ recovery-image] Feb 19 02:56:28.064 INFO O| Feb 19 02:56:28.064 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-02-19T02:56:29.063Z[ recovery-image] Feb 19 02:56:28.082 INFO O| Feb 19 02:56:28.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76542025-02-19T02:56:29.063Z[ recovery-image] Feb 19 02:56:28.082 INFO O| Feb 19 02:56:28.082 INFO STEP 1074 (remove_files) COMPLETE
76552025-02-19T02:56:29.063Z[ recovery-image] Feb 19 02:56:28.082 INFO O| Feb 19 02:56:28.082 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-19T02:56:29.081Z[ recovery-image] Feb 19 02:56:28.099 INFO O| Feb 19 02:56:28.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76572025-02-19T02:56:29.081Z[ recovery-image] Feb 19 02:56:28.099 INFO O| Feb 19 02:56:28.099 INFO STEP 1075 (remove_files) COMPLETE
76582025-02-19T02:56:29.081Z[ recovery-image] Feb 19 02:56:28.099 INFO O| Feb 19 02:56:28.099 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-19T02:56:29.099Z[ recovery-image] Feb 19 02:56:28.117 INFO O| Feb 19 02:56:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76602025-02-19T02:56:29.099Z[ recovery-image] Feb 19 02:56:28.117 INFO O| Feb 19 02:56:28.117 INFO STEP 1076 (remove_files) COMPLETE
76612025-02-19T02:56:29.099Z[ recovery-image] Feb 19 02:56:28.117 INFO O| Feb 19 02:56:28.117 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-19T02:56:29.116Z[ recovery-image] Feb 19 02:56:28.135 INFO O| Feb 19 02:56:28.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76632025-02-19T02:56:29.116Z[ recovery-image] Feb 19 02:56:28.135 INFO O| Feb 19 02:56:28.135 INFO STEP 1077 (remove_files) COMPLETE
76642025-02-19T02:56:29.116Z[ recovery-image] Feb 19 02:56:28.135 INFO O| Feb 19 02:56:28.135 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-19T02:56:29.144Z[ recovery-image] Feb 19 02:56:28.163 INFO O| Feb 19 02:56:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76662025-02-19T02:56:29.144Z[ recovery-image] Feb 19 02:56:28.163 INFO O| Feb 19 02:56:28.163 INFO STEP 1078 (remove_files) COMPLETE
76672025-02-19T02:56:29.147Z[ recovery-image] Feb 19 02:56:28.163 INFO O| Feb 19 02:56:28.163 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-02-19T02:56:29.183Z[ recovery-image] Feb 19 02:56:28.202 INFO O| Feb 19 02:56:28.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76692025-02-19T02:56:29.183Z[ recovery-image] Feb 19 02:56:28.202 INFO O| Feb 19 02:56:28.202 INFO STEP 1079 (remove_files) COMPLETE
76702025-02-19T02:56:29.183Z[ recovery-image] Feb 19 02:56:28.202 INFO O| Feb 19 02:56:28.202 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-19T02:56:29.241Z[ recovery-image] Feb 19 02:56:28.259 INFO O| Feb 19 02:56:28.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76722025-02-19T02:56:29.241Z[ recovery-image] Feb 19 02:56:28.260 INFO O| Feb 19 02:56:28.260 INFO STEP 1080 (remove_files) COMPLETE
76732025-02-19T02:56:29.241Z[ recovery-image] Feb 19 02:56:28.260 INFO O| Feb 19 02:56:28.260 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-19T02:56:29.260Z[ recovery-image] Feb 19 02:56:28.278 INFO O| Feb 19 02:56:28.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76752025-02-19T02:56:29.260Z[ recovery-image] Feb 19 02:56:28.279 INFO O| Feb 19 02:56:28.279 INFO STEP 1081 (remove_files) COMPLETE
76762025-02-19T02:56:29.262Z[ recovery-image] Feb 19 02:56:28.279 INFO O| Feb 19 02:56:28.279 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-02-19T02:56:29.293Z[ recovery-image] Feb 19 02:56:28.311 INFO O| Feb 19 02:56:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76782025-02-19T02:56:29.293Z[ recovery-image] Feb 19 02:56:28.311 INFO O| Feb 19 02:56:28.311 INFO STEP 1082 (remove_files) COMPLETE
76792025-02-19T02:56:29.293Z[ recovery-image] Feb 19 02:56:28.311 INFO O| Feb 19 02:56:28.311 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-02-19T02:56:29.312Z[ recovery-image] Feb 19 02:56:28.330 INFO O| Feb 19 02:56:28.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76812025-02-19T02:56:29.312Z[ recovery-image] Feb 19 02:56:28.330 INFO O| Feb 19 02:56:28.330 INFO STEP 1083 (remove_files) COMPLETE
76822025-02-19T02:56:29.312Z[ recovery-image] Feb 19 02:56:28.330 INFO O| Feb 19 02:56:28.330 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-19T02:56:29.331Z[ recovery-image] Feb 19 02:56:28.350 INFO O| Feb 19 02:56:28.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76842025-02-19T02:56:29.346Z[ recovery-image] Feb 19 02:56:28.365 INFO O| Feb 19 02:56:28.365 INFO STEP 1084 (remove_files) COMPLETE
76852025-02-19T02:56:29.346Z[ recovery-image] Feb 19 02:56:28.365 INFO O| Feb 19 02:56:28.365 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-19T02:56:29.384Z[ recovery-image] Feb 19 02:56:28.388 INFO O| Feb 19 02:56:28.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76872025-02-19T02:56:29.384Z[ recovery-image] Feb 19 02:56:28.388 INFO O| Feb 19 02:56:28.388 INFO STEP 1085 (remove_files) COMPLETE
76882025-02-19T02:56:29.384Z[ recovery-image] Feb 19 02:56:28.388 INFO O| Feb 19 02:56:28.388 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-19T02:56:29.393Z[ recovery-image] Feb 19 02:56:28.412 INFO O| Feb 19 02:56:28.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76902025-02-19T02:56:29.393Z[ recovery-image] Feb 19 02:56:28.412 INFO O| Feb 19 02:56:28.412 INFO STEP 1086 (remove_files) COMPLETE
76912025-02-19T02:56:29.393Z[ recovery-image] Feb 19 02:56:28.412 INFO O| Feb 19 02:56:28.412 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-19T02:56:29.416Z[ recovery-image] Feb 19 02:56:28.435 INFO O| Feb 19 02:56:28.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76932025-02-19T02:56:29.416Z[ recovery-image] Feb 19 02:56:28.435 INFO O| Feb 19 02:56:28.435 INFO STEP 1087 (remove_files) COMPLETE
76942025-02-19T02:56:29.416Z[ recovery-image] Feb 19 02:56:28.435 INFO O| Feb 19 02:56:28.435 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-19T02:56:29.475Z[ recovery-image] Feb 19 02:56:28.494 INFO O| Feb 19 02:56:28.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76962025-02-19T02:56:29.475Z[ recovery-image] Feb 19 02:56:28.494 INFO O| Feb 19 02:56:28.494 INFO STEP 1088 (remove_files) COMPLETE
76972025-02-19T02:56:29.475Z[ recovery-image] Feb 19 02:56:28.494 INFO O| Feb 19 02:56:28.494 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-19T02:56:29.566Z[ recovery-image] Feb 19 02:56:28.585 INFO O| Feb 19 02:56:28.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76992025-02-19T02:56:29.570Z[ recovery-image] Feb 19 02:56:28.585 INFO O| Feb 19 02:56:28.585 INFO STEP 1089 (remove_files) COMPLETE
77002025-02-19T02:56:29.570Z[ recovery-image] Feb 19 02:56:28.585 INFO O| Feb 19 02:56:28.585 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-19T02:56:29.588Z[ recovery-image] Feb 19 02:56:28.607 INFO O| Feb 19 02:56:28.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77022025-02-19T02:56:29.591Z[ recovery-image] Feb 19 02:56:28.607 INFO O| Feb 19 02:56:28.607 INFO STEP 1090 (remove_files) COMPLETE
77032025-02-19T02:56:29.591Z[ recovery-image] Feb 19 02:56:28.608 INFO O| Feb 19 02:56:28.607 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-19T02:56:29.608Z[ recovery-image] Feb 19 02:56:28.626 INFO O| Feb 19 02:56:28.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77052025-02-19T02:56:29.610Z[ recovery-image] Feb 19 02:56:28.627 INFO O| Feb 19 02:56:28.627 INFO STEP 1091 (remove_files) COMPLETE
77062025-02-19T02:56:29.610Z[ recovery-image] Feb 19 02:56:28.627 INFO O| Feb 19 02:56:28.627 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-19T02:56:29.626Z[ recovery-image] Feb 19 02:56:28.644 INFO O| Feb 19 02:56:28.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77082025-02-19T02:56:29.628Z[ recovery-image] Feb 19 02:56:28.644 INFO O| Feb 19 02:56:28.644 INFO STEP 1092 (remove_files) COMPLETE
77092025-02-19T02:56:29.628Z[ recovery-image] Feb 19 02:56:28.645 INFO O| Feb 19 02:56:28.645 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-19T02:56:29.655Z[ recovery-image] Feb 19 02:56:28.673 INFO O| Feb 19 02:56:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77112025-02-19T02:56:29.655Z[ recovery-image] Feb 19 02:56:28.673 INFO O| Feb 19 02:56:28.673 INFO STEP 1093 (remove_files) COMPLETE
77122025-02-19T02:56:29.655Z[ recovery-image] Feb 19 02:56:28.673 INFO O| Feb 19 02:56:28.673 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-19T02:56:29.693Z[ recovery-image] Feb 19 02:56:28.712 INFO O| Feb 19 02:56:28.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77142025-02-19T02:56:29.696Z[ recovery-image] Feb 19 02:56:28.712 INFO O| Feb 19 02:56:28.712 INFO STEP 1094 (remove_files) COMPLETE
77152025-02-19T02:56:29.696Z[ recovery-image] Feb 19 02:56:28.712 INFO O| Feb 19 02:56:28.712 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-19T02:56:29.713Z[ recovery-image] Feb 19 02:56:28.732 INFO O| Feb 19 02:56:28.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77172025-02-19T02:56:29.713Z[ recovery-image] Feb 19 02:56:28.732 INFO O| Feb 19 02:56:28.732 INFO STEP 1095 (remove_files) COMPLETE
77182025-02-19T02:56:29.716Z[ recovery-image] Feb 19 02:56:28.732 INFO O| Feb 19 02:56:28.732 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-19T02:56:29.733Z[ recovery-image] Feb 19 02:56:28.751 INFO O| Feb 19 02:56:28.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77202025-02-19T02:56:29.733Z[ recovery-image] Feb 19 02:56:28.752 INFO O| Feb 19 02:56:28.751 INFO STEP 1096 (remove_files) COMPLETE
77212025-02-19T02:56:29.733Z[ recovery-image] Feb 19 02:56:28.752 INFO O| Feb 19 02:56:28.752 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-19T02:56:29.785Z[ recovery-image] Feb 19 02:56:28.803 INFO O| Feb 19 02:56:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77232025-02-19T02:56:29.785Z[ recovery-image] Feb 19 02:56:28.803 INFO O| Feb 19 02:56:28.803 INFO STEP 1097 (remove_files) COMPLETE
77242025-02-19T02:56:29.785Z[ recovery-image] Feb 19 02:56:28.803 INFO O| Feb 19 02:56:28.803 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-19T02:56:29.839Z[ recovery-image] Feb 19 02:56:28.857 INFO O| Feb 19 02:56:28.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77262025-02-19T02:56:29.839Z[ recovery-image] Feb 19 02:56:28.857 INFO O| Feb 19 02:56:28.857 INFO STEP 1098 (remove_files) COMPLETE
77272025-02-19T02:56:29.839Z[ recovery-image] Feb 19 02:56:28.858 INFO O| Feb 19 02:56:28.857 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-19T02:56:29.928Z[ recovery-image] Feb 19 02:56:28.946 INFO O| Feb 19 02:56:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77292025-02-19T02:56:29.928Z[ recovery-image] Feb 19 02:56:28.946 INFO O| Feb 19 02:56:28.946 INFO STEP 1099 (remove_files) COMPLETE
77302025-02-19T02:56:29.928Z[ recovery-image] Feb 19 02:56:28.946 INFO O| Feb 19 02:56:28.946 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-19T02:56:29.977Z[ recovery-image] Feb 19 02:56:28.996 INFO O| Feb 19 02:56:28.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77322025-02-19T02:56:29.980Z[ recovery-image] Feb 19 02:56:28.996 INFO O| Feb 19 02:56:28.996 INFO STEP 1100 (remove_files) COMPLETE
77332025-02-19T02:56:29.980Z[ recovery-image] Feb 19 02:56:28.996 INFO O| Feb 19 02:56:28.996 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-19T02:56:29.998Z[ recovery-image] Feb 19 02:56:29.017 INFO O| Feb 19 02:56:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77352025-02-19T02:56:30.001Z[ recovery-image] Feb 19 02:56:29.017 INFO O| Feb 19 02:56:29.017 INFO STEP 1101 (remove_files) COMPLETE
77362025-02-19T02:56:30.001Z[ recovery-image] Feb 19 02:56:29.017 INFO O| Feb 19 02:56:29.017 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-19T02:56:30.028Z[ recovery-image] Feb 19 02:56:29.046 INFO O| Feb 19 02:56:29.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77382025-02-19T02:56:30.028Z[ recovery-image] Feb 19 02:56:29.046 INFO O| Feb 19 02:56:29.046 INFO STEP 1102 (remove_files) COMPLETE
77392025-02-19T02:56:30.028Z[ recovery-image] Feb 19 02:56:29.046 INFO O| Feb 19 02:56:29.046 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-19T02:56:30.065Z[ recovery-image] Feb 19 02:56:29.082 INFO O| Feb 19 02:56:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77412025-02-19T02:56:30.065Z[ recovery-image] Feb 19 02:56:29.083 INFO O| Feb 19 02:56:29.083 INFO STEP 1103 (remove_files) COMPLETE
77422025-02-19T02:56:30.065Z[ recovery-image] Feb 19 02:56:29.083 INFO O| Feb 19 02:56:29.083 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-19T02:56:30.086Z[ recovery-image] Feb 19 02:56:29.104 INFO O| Feb 19 02:56:29.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77442025-02-19T02:56:30.086Z[ recovery-image] Feb 19 02:56:29.104 INFO O| Feb 19 02:56:29.104 INFO STEP 1104 (remove_files) COMPLETE
77452025-02-19T02:56:30.086Z[ recovery-image] Feb 19 02:56:29.104 INFO O| Feb 19 02:56:29.104 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-19T02:56:30.105Z[ recovery-image] Feb 19 02:56:29.123 INFO O| Feb 19 02:56:29.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77472025-02-19T02:56:30.105Z[ recovery-image] Feb 19 02:56:29.124 INFO O| Feb 19 02:56:29.124 INFO STEP 1105 (remove_files) COMPLETE
77482025-02-19T02:56:30.106Z[ recovery-image] Feb 19 02:56:29.124 INFO O| Feb 19 02:56:29.124 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-19T02:56:30.130Z[ recovery-image] Feb 19 02:56:29.149 INFO O| Feb 19 02:56:29.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77502025-02-19T02:56:30.130Z[ recovery-image] Feb 19 02:56:29.149 INFO O| Feb 19 02:56:29.149 INFO STEP 1106 (remove_files) COMPLETE
77512025-02-19T02:56:30.133Z[ recovery-image] Feb 19 02:56:29.149 INFO O| Feb 19 02:56:29.149 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-19T02:56:30.174Z[ recovery-image] Feb 19 02:56:29.193 INFO O| Feb 19 02:56:29.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77532025-02-19T02:56:30.174Z[ recovery-image] Feb 19 02:56:29.193 INFO O| Feb 19 02:56:29.193 INFO STEP 1107 (remove_files) COMPLETE
77542025-02-19T02:56:30.174Z[ recovery-image] Feb 19 02:56:29.193 INFO O| Feb 19 02:56:29.193 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-19T02:56:30.218Z[ recovery-image] Feb 19 02:56:29.236 INFO O| Feb 19 02:56:29.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77562025-02-19T02:56:30.218Z[ recovery-image] Feb 19 02:56:29.236 INFO O| Feb 19 02:56:29.236 INFO STEP 1108 (remove_files) COMPLETE
77572025-02-19T02:56:30.218Z[ recovery-image] Feb 19 02:56:29.236 INFO O| Feb 19 02:56:29.236 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-19T02:56:30.238Z[ recovery-image] Feb 19 02:56:29.257 INFO O| Feb 19 02:56:29.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77592025-02-19T02:56:30.238Z[ recovery-image] Feb 19 02:56:29.257 INFO O| Feb 19 02:56:29.257 INFO STEP 1109 (remove_files) COMPLETE
77602025-02-19T02:56:30.241Z[ recovery-image] Feb 19 02:56:29.257 INFO O| Feb 19 02:56:29.257 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-19T02:56:30.259Z[ recovery-image] Feb 19 02:56:29.277 INFO O| Feb 19 02:56:29.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77622025-02-19T02:56:30.259Z[ recovery-image] Feb 19 02:56:29.277 INFO O| Feb 19 02:56:29.277 INFO STEP 1110 (remove_files) COMPLETE
77632025-02-19T02:56:30.259Z[ recovery-image] Feb 19 02:56:29.277 INFO O| Feb 19 02:56:29.277 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-19T02:56:30.280Z[ recovery-image] Feb 19 02:56:29.298 INFO O| Feb 19 02:56:29.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77652025-02-19T02:56:30.280Z[ recovery-image] Feb 19 02:56:29.298 INFO O| Feb 19 02:56:29.298 INFO STEP 1111 (remove_files) COMPLETE
77662025-02-19T02:56:30.280Z[ recovery-image] Feb 19 02:56:29.298 INFO O| Feb 19 02:56:29.298 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-19T02:56:30.317Z[ recovery-image] Feb 19 02:56:29.335 INFO O| Feb 19 02:56:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77682025-02-19T02:56:30.317Z[ recovery-image] Feb 19 02:56:29.335 INFO O| Feb 19 02:56:29.335 INFO STEP 1112 (remove_files) COMPLETE
77692025-02-19T02:56:30.319Z[ recovery-image] Feb 19 02:56:29.335 INFO O| Feb 19 02:56:29.335 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-19T02:56:30.422Z[ recovery-image] Feb 19 02:56:29.441 INFO O| Feb 19 02:56:29.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77712025-02-19T02:56:30.422Z[ recovery-image] Feb 19 02:56:29.441 INFO O| Feb 19 02:56:29.441 INFO STEP 1113 (remove_files) COMPLETE
77722025-02-19T02:56:30.424Z[ recovery-image] Feb 19 02:56:29.441 INFO O| Feb 19 02:56:29.441 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-19T02:56:30.465Z[ recovery-image] Feb 19 02:56:29.484 INFO O| Feb 19 02:56:29.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77742025-02-19T02:56:30.465Z[ recovery-image] Feb 19 02:56:29.484 INFO O| Feb 19 02:56:29.484 INFO STEP 1114 (remove_files) COMPLETE
77752025-02-19T02:56:30.465Z[ recovery-image] Feb 19 02:56:29.484 INFO O| Feb 19 02:56:29.484 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-19T02:56:30.485Z[ recovery-image] Feb 19 02:56:29.503 INFO O| Feb 19 02:56:29.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77772025-02-19T02:56:30.487Z[ recovery-image] Feb 19 02:56:29.503 INFO O| Feb 19 02:56:29.503 INFO STEP 1115 (remove_files) COMPLETE
77782025-02-19T02:56:30.487Z[ recovery-image] Feb 19 02:56:29.503 INFO O| Feb 19 02:56:29.503 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-19T02:56:30.516Z[ recovery-image] Feb 19 02:56:29.535 INFO O| Feb 19 02:56:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77802025-02-19T02:56:30.516Z[ recovery-image] Feb 19 02:56:29.535 INFO O| Feb 19 02:56:29.535 INFO STEP 1116 (remove_files) COMPLETE
77812025-02-19T02:56:30.519Z[ recovery-image] Feb 19 02:56:29.535 INFO O| Feb 19 02:56:29.535 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-19T02:56:30.573Z[ recovery-image] Feb 19 02:56:29.591 INFO O| Feb 19 02:56:29.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77832025-02-19T02:56:30.573Z[ recovery-image] Feb 19 02:56:29.592 INFO O| Feb 19 02:56:29.591 INFO STEP 1117 (remove_files) COMPLETE
77842025-02-19T02:56:30.573Z[ recovery-image] Feb 19 02:56:29.592 INFO O| Feb 19 02:56:29.591 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-19T02:56:30.635Z[ recovery-image] Feb 19 02:56:29.653 INFO O| Feb 19 02:56:29.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77862025-02-19T02:56:30.635Z[ recovery-image] Feb 19 02:56:29.653 INFO O| Feb 19 02:56:29.653 INFO STEP 1118 (remove_files) COMPLETE
77872025-02-19T02:56:30.635Z[ recovery-image] Feb 19 02:56:29.653 INFO O| Feb 19 02:56:29.653 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-19T02:56:30.733Z[ recovery-image] Feb 19 02:56:29.751 INFO O| Feb 19 02:56:29.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77892025-02-19T02:56:30.733Z[ recovery-image] Feb 19 02:56:29.751 INFO O| Feb 19 02:56:29.751 INFO STEP 1119 (remove_files) COMPLETE
77902025-02-19T02:56:30.733Z[ recovery-image] Feb 19 02:56:29.751 INFO O| Feb 19 02:56:29.751 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-19T02:56:30.811Z[ recovery-image] Feb 19 02:56:29.830 INFO O| Feb 19 02:56:29.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77922025-02-19T02:56:30.811Z[ recovery-image] Feb 19 02:56:29.830 INFO O| Feb 19 02:56:29.830 INFO STEP 1120 (remove_files) COMPLETE
77932025-02-19T02:56:30.811Z[ recovery-image] Feb 19 02:56:29.830 INFO O| Feb 19 02:56:29.830 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-19T02:56:30.833Z[ recovery-image] Feb 19 02:56:29.852 INFO O| Feb 19 02:56:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77952025-02-19T02:56:30.833Z[ recovery-image] Feb 19 02:56:29.852 INFO O| Feb 19 02:56:29.852 INFO STEP 1121 (remove_files) COMPLETE
77962025-02-19T02:56:30.833Z[ recovery-image] Feb 19 02:56:29.852 INFO O| Feb 19 02:56:29.852 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-19T02:56:30.853Z[ recovery-image] Feb 19 02:56:29.872 INFO O| Feb 19 02:56:29.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77982025-02-19T02:56:30.853Z[ recovery-image] Feb 19 02:56:29.872 INFO O| Feb 19 02:56:29.872 INFO STEP 1122 (remove_files) COMPLETE
77992025-02-19T02:56:30.856Z[ recovery-image] Feb 19 02:56:29.872 INFO O| Feb 19 02:56:29.872 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-19T02:56:30.872Z[ recovery-image] Feb 19 02:56:29.891 INFO O| Feb 19 02:56:29.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78012025-02-19T02:56:30.872Z[ recovery-image] Feb 19 02:56:29.891 INFO O| Feb 19 02:56:29.891 INFO STEP 1123 (remove_files) COMPLETE
78022025-02-19T02:56:30.875Z[ recovery-image] Feb 19 02:56:29.891 INFO O| Feb 19 02:56:29.891 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-19T02:56:30.891Z[ recovery-image] Feb 19 02:56:29.910 INFO O| Feb 19 02:56:29.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78042025-02-19T02:56:30.891Z[ recovery-image] Feb 19 02:56:29.910 INFO O| Feb 19 02:56:29.910 INFO STEP 1124 (remove_files) COMPLETE
78052025-02-19T02:56:30.892Z[ recovery-image] Feb 19 02:56:29.910 INFO O| Feb 19 02:56:29.910 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-19T02:56:30.911Z[ recovery-image] Feb 19 02:56:29.929 INFO O| Feb 19 02:56:29.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78072025-02-19T02:56:30.911Z[ recovery-image] Feb 19 02:56:29.929 INFO O| Feb 19 02:56:29.929 INFO STEP 1125 (remove_files) COMPLETE
78082025-02-19T02:56:30.911Z[ recovery-image] Feb 19 02:56:29.929 INFO O| Feb 19 02:56:29.929 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-19T02:56:30.930Z[ recovery-image] Feb 19 02:56:29.949 INFO O| Feb 19 02:56:29.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78102025-02-19T02:56:30.930Z[ recovery-image] Feb 19 02:56:29.949 INFO O| Feb 19 02:56:29.949 INFO STEP 1126 (remove_files) COMPLETE
78112025-02-19T02:56:30.930Z[ recovery-image] Feb 19 02:56:29.949 INFO O| Feb 19 02:56:29.949 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-19T02:56:30.992Z[ recovery-image] Feb 19 02:56:30.010 INFO O| Feb 19 02:56:30.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78132025-02-19T02:56:30.995Z[ recovery-image] Feb 19 02:56:30.010 INFO O| Feb 19 02:56:30.010 INFO STEP 1127 (remove_files) COMPLETE
78142025-02-19T02:56:30.995Z[ recovery-image] Feb 19 02:56:30.010 INFO O| Feb 19 02:56:30.010 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-19T02:56:31.084Z[ recovery-image] Feb 19 02:56:30.103 INFO O| Feb 19 02:56:30.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78162025-02-19T02:56:31.084Z[ recovery-image] Feb 19 02:56:30.103 INFO O| Feb 19 02:56:30.103 INFO STEP 1128 (remove_files) COMPLETE
78172025-02-19T02:56:31.084Z[ recovery-image] Feb 19 02:56:30.103 INFO O| Feb 19 02:56:30.103 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-19T02:56:31.106Z[ recovery-image] Feb 19 02:56:30.125 INFO O| Feb 19 02:56:30.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78192025-02-19T02:56:31.106Z[ recovery-image] Feb 19 02:56:30.125 INFO O| Feb 19 02:56:30.125 INFO STEP 1129 (remove_files) COMPLETE
78202025-02-19T02:56:31.106Z[ recovery-image] Feb 19 02:56:30.125 INFO O| Feb 19 02:56:30.125 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-19T02:56:31.137Z[ recovery-image] Feb 19 02:56:30.156 INFO O| Feb 19 02:56:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78222025-02-19T02:56:31.137Z[ recovery-image] Feb 19 02:56:30.156 INFO O| Feb 19 02:56:30.156 INFO STEP 1130 (remove_files) COMPLETE
78232025-02-19T02:56:31.137Z[ recovery-image] Feb 19 02:56:30.156 INFO O| Feb 19 02:56:30.156 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-19T02:56:31.165Z[ recovery-image] Feb 19 02:56:30.183 INFO O| Feb 19 02:56:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78252025-02-19T02:56:31.165Z[ recovery-image] Feb 19 02:56:30.183 INFO O| Feb 19 02:56:30.183 INFO STEP 1131 (remove_files) COMPLETE
78262025-02-19T02:56:31.165Z[ recovery-image] Feb 19 02:56:30.183 INFO O| Feb 19 02:56:30.183 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-19T02:56:31.189Z[ recovery-image] Feb 19 02:56:30.208 INFO O| Feb 19 02:56:30.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78282025-02-19T02:56:31.190Z[ recovery-image] Feb 19 02:56:30.208 INFO O| Feb 19 02:56:30.208 INFO STEP 1132 (remove_files) COMPLETE
78292025-02-19T02:56:31.190Z[ recovery-image] Feb 19 02:56:30.208 INFO O| Feb 19 02:56:30.208 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-19T02:56:31.211Z[ recovery-image] Feb 19 02:56:30.230 INFO O| Feb 19 02:56:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78312025-02-19T02:56:31.211Z[ recovery-image] Feb 19 02:56:30.230 INFO O| Feb 19 02:56:30.230 INFO STEP 1133 (remove_files) COMPLETE
78322025-02-19T02:56:31.214Z[ recovery-image] Feb 19 02:56:30.230 INFO O| Feb 19 02:56:30.230 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-19T02:56:31.234Z[ recovery-image] Feb 19 02:56:30.252 INFO O| Feb 19 02:56:30.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78342025-02-19T02:56:31.234Z[ recovery-image] Feb 19 02:56:30.253 INFO O| Feb 19 02:56:30.253 INFO STEP 1134 (remove_files) COMPLETE
78352025-02-19T02:56:31.234Z[ recovery-image] Feb 19 02:56:30.253 INFO O| Feb 19 02:56:30.253 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-19T02:56:31.252Z[ recovery-image] Feb 19 02:56:30.271 INFO O| Feb 19 02:56:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78372025-02-19T02:56:31.252Z[ recovery-image] Feb 19 02:56:30.271 INFO O| Feb 19 02:56:30.271 INFO STEP 1135 (remove_files) COMPLETE
78382025-02-19T02:56:31.253Z[ recovery-image] Feb 19 02:56:30.271 INFO O| Feb 19 02:56:30.271 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-19T02:56:31.271Z[ recovery-image] Feb 19 02:56:30.290 INFO O| Feb 19 02:56:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78402025-02-19T02:56:31.271Z[ recovery-image] Feb 19 02:56:30.290 INFO O| Feb 19 02:56:30.290 INFO STEP 1136 (remove_files) COMPLETE
78412025-02-19T02:56:31.271Z[ recovery-image] Feb 19 02:56:30.290 INFO O| Feb 19 02:56:30.290 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-19T02:56:31.309Z[ recovery-image] Feb 19 02:56:30.328 INFO O| Feb 19 02:56:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78432025-02-19T02:56:31.310Z[ recovery-image] Feb 19 02:56:30.328 INFO O| Feb 19 02:56:30.328 INFO STEP 1137 (remove_files) COMPLETE
78442025-02-19T02:56:31.310Z[ recovery-image] Feb 19 02:56:30.328 INFO O| Feb 19 02:56:30.328 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-19T02:56:31.355Z[ recovery-image] Feb 19 02:56:30.374 INFO O| Feb 19 02:56:30.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78462025-02-19T02:56:31.355Z[ recovery-image] Feb 19 02:56:30.374 INFO O| Feb 19 02:56:30.374 INFO STEP 1138 (remove_files) COMPLETE
78472025-02-19T02:56:31.355Z[ recovery-image] Feb 19 02:56:30.374 INFO O| Feb 19 02:56:30.374 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-19T02:56:31.375Z[ recovery-image] Feb 19 02:56:30.393 INFO O| Feb 19 02:56:30.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78492025-02-19T02:56:31.375Z[ recovery-image] Feb 19 02:56:30.394 INFO O| Feb 19 02:56:30.393 INFO STEP 1139 (remove_files) COMPLETE
78502025-02-19T02:56:31.378Z[ recovery-image] Feb 19 02:56:30.394 INFO O| Feb 19 02:56:30.394 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-19T02:56:31.395Z[ recovery-image] Feb 19 02:56:30.413 INFO O| Feb 19 02:56:30.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78522025-02-19T02:56:31.395Z[ recovery-image] Feb 19 02:56:30.414 INFO O| Feb 19 02:56:30.414 INFO STEP 1140 (remove_files) COMPLETE
78532025-02-19T02:56:31.398Z[ recovery-image] Feb 19 02:56:30.414 INFO O| Feb 19 02:56:30.414 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-19T02:56:31.413Z[ recovery-image] Feb 19 02:56:30.432 INFO O| Feb 19 02:56:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78552025-02-19T02:56:31.413Z[ recovery-image] Feb 19 02:56:30.432 INFO O| Feb 19 02:56:30.432 INFO STEP 1141 (remove_files) COMPLETE
78562025-02-19T02:56:31.416Z[ recovery-image] Feb 19 02:56:30.432 INFO O| Feb 19 02:56:30.432 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-19T02:56:31.432Z[ recovery-image] Feb 19 02:56:30.451 INFO O| Feb 19 02:56:30.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78582025-02-19T02:56:31.432Z[ recovery-image] Feb 19 02:56:30.451 INFO O| Feb 19 02:56:30.451 INFO STEP 1142 (remove_files) COMPLETE
78592025-02-19T02:56:31.432Z[ recovery-image] Feb 19 02:56:30.451 INFO O| Feb 19 02:56:30.451 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-19T02:56:31.454Z[ recovery-image] Feb 19 02:56:30.473 INFO O| Feb 19 02:56:30.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78612025-02-19T02:56:31.454Z[ recovery-image] Feb 19 02:56:30.473 INFO O| Feb 19 02:56:30.473 INFO STEP 1143 (remove_files) COMPLETE
78622025-02-19T02:56:31.454Z[ recovery-image] Feb 19 02:56:30.473 INFO O| Feb 19 02:56:30.473 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-19T02:56:31.474Z[ recovery-image] Feb 19 02:56:30.493 INFO O| Feb 19 02:56:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78642025-02-19T02:56:31.475Z[ recovery-image] Feb 19 02:56:30.493 INFO O| Feb 19 02:56:30.493 INFO STEP 1144 (remove_files) COMPLETE
78652025-02-19T02:56:31.475Z[ recovery-image] Feb 19 02:56:30.493 INFO O| Feb 19 02:56:30.493 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-19T02:56:31.493Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
78672025-02-19T02:56:31.497Z[ recovery-image] Feb 19 02:56:30.513 INFO O| Feb 19 02:56:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78682025-02-19T02:56:31.497Z[ recovery-image] Feb 19 02:56:30.513 INFO O| Feb 19 02:56:30.513 INFO STEP 1145 (remove_files) COMPLETE
78692025-02-19T02:56:31.497Z[ recovery-image] Feb 19 02:56:30.513 INFO O| Feb 19 02:56:30.513 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-19T02:56:31.514Z[ recovery-image] Feb 19 02:56:30.532 INFO O| Feb 19 02:56:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78712025-02-19T02:56:31.514Z[ recovery-image] Feb 19 02:56:30.532 INFO O| Feb 19 02:56:30.532 INFO STEP 1146 (remove_files) COMPLETE
78722025-02-19T02:56:31.514Z[ recovery-image] Feb 19 02:56:30.532 INFO O| Feb 19 02:56:30.532 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-19T02:56:31.545Z[ recovery-image] Feb 19 02:56:30.554 INFO O| Feb 19 02:56:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78742025-02-19T02:56:31.545Z[ recovery-image] Feb 19 02:56:30.554 INFO O| Feb 19 02:56:30.554 INFO STEP 1147 (remove_files) COMPLETE
78752025-02-19T02:56:31.545Z[ recovery-image] Feb 19 02:56:30.554 INFO O| Feb 19 02:56:30.554 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-19T02:56:31.560Z[ recovery-image] Feb 19 02:56:30.579 INFO O| Feb 19 02:56:30.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78772025-02-19T02:56:31.560Z[ recovery-image] Feb 19 02:56:30.579 INFO O| Feb 19 02:56:30.579 INFO STEP 1148 (remove_files) COMPLETE
78782025-02-19T02:56:31.563Z[ recovery-image] Feb 19 02:56:30.579 INFO O| Feb 19 02:56:30.579 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-19T02:56:31.580Z[ recovery-image] Feb 19 02:56:30.598 INFO O| Feb 19 02:56:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78802025-02-19T02:56:31.580Z[ recovery-image] Feb 19 02:56:30.598 INFO O| Feb 19 02:56:30.598 INFO STEP 1149 (remove_files) COMPLETE
78812025-02-19T02:56:31.582Z[ recovery-image] Feb 19 02:56:30.598 INFO O| Feb 19 02:56:30.598 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-19T02:56:31.598Z[ recovery-image] Feb 19 02:56:30.616 INFO O| Feb 19 02:56:30.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78832025-02-19T02:56:31.598Z[ recovery-image] Feb 19 02:56:30.616 INFO O| Feb 19 02:56:30.616 INFO STEP 1150 (remove_files) COMPLETE
78842025-02-19T02:56:31.598Z[ recovery-image] Feb 19 02:56:30.616 INFO O| Feb 19 02:56:30.616 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-19T02:56:31.615Z[ recovery-image] Feb 19 02:56:30.634 INFO O| Feb 19 02:56:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78862025-02-19T02:56:31.615Z[ recovery-image] Feb 19 02:56:30.634 INFO O| Feb 19 02:56:30.634 INFO STEP 1151 (remove_files) COMPLETE
78872025-02-19T02:56:31.615Z[ recovery-image] Feb 19 02:56:30.634 INFO O| Feb 19 02:56:30.634 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-19T02:56:31.634Z[ recovery-image] Feb 19 02:56:30.652 INFO O| Feb 19 02:56:30.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78892025-02-19T02:56:31.634Z[ recovery-image] Feb 19 02:56:30.652 INFO O| Feb 19 02:56:30.652 INFO STEP 1152 (remove_files) COMPLETE
78902025-02-19T02:56:31.634Z[ recovery-image] Feb 19 02:56:30.652 INFO O| Feb 19 02:56:30.652 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-19T02:56:31.655Z[ recovery-image] Feb 19 02:56:30.673 INFO O| Feb 19 02:56:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78922025-02-19T02:56:31.655Z[ recovery-image] Feb 19 02:56:30.674 INFO O| Feb 19 02:56:30.674 INFO STEP 1153 (remove_files) COMPLETE
78932025-02-19T02:56:31.658Z[ recovery-image] Feb 19 02:56:30.674 INFO O| Feb 19 02:56:30.674 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-19T02:56:31.681Z[ recovery-image] Feb 19 02:56:30.699 INFO O| Feb 19 02:56:30.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78952025-02-19T02:56:31.681Z[ recovery-image] Feb 19 02:56:30.699 INFO O| Feb 19 02:56:30.699 INFO STEP 1154 (remove_files) COMPLETE
78962025-02-19T02:56:31.681Z[ recovery-image] Feb 19 02:56:30.699 INFO O| Feb 19 02:56:30.699 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-19T02:56:31.721Z[ recovery-image] Feb 19 02:56:30.739 INFO O| Feb 19 02:56:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78982025-02-19T02:56:31.721Z[ recovery-image] Feb 19 02:56:30.739 INFO O| Feb 19 02:56:30.739 INFO STEP 1155 (remove_files) COMPLETE
78992025-02-19T02:56:31.721Z[ recovery-image] Feb 19 02:56:30.739 INFO O| Feb 19 02:56:30.739 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-19T02:56:31.756Z[ recovery-image] Feb 19 02:56:30.774 INFO O| Feb 19 02:56:30.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79012025-02-19T02:56:31.756Z[ recovery-image] Feb 19 02:56:30.774 INFO O| Feb 19 02:56:30.774 INFO STEP 1156 (remove_files) COMPLETE
79022025-02-19T02:56:31.756Z[ recovery-image] Feb 19 02:56:30.774 INFO O| Feb 19 02:56:30.774 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-19T02:56:31.817Z[ recovery-image] Feb 19 02:56:30.834 INFO O| Feb 19 02:56:30.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79042025-02-19T02:56:31.817Z[ recovery-image] Feb 19 02:56:30.835 INFO O| Feb 19 02:56:30.835 INFO STEP 1157 (remove_files) COMPLETE
79052025-02-19T02:56:31.817Z[ recovery-image] Feb 19 02:56:30.835 INFO O| Feb 19 02:56:30.835 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-19T02:56:31.836Z[ recovery-image] Feb 19 02:56:30.855 INFO O| Feb 19 02:56:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79072025-02-19T02:56:31.836Z[ recovery-image] Feb 19 02:56:30.855 INFO O| Feb 19 02:56:30.855 INFO STEP 1158 (remove_files) COMPLETE
79082025-02-19T02:56:31.836Z[ recovery-image] Feb 19 02:56:30.855 INFO O| Feb 19 02:56:30.855 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-19T02:56:31.858Z[ recovery-image] Feb 19 02:56:30.876 INFO O| Feb 19 02:56:30.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79102025-02-19T02:56:31.858Z[ recovery-image] Feb 19 02:56:30.877 INFO O| Feb 19 02:56:30.877 INFO STEP 1159 (remove_files) COMPLETE
79112025-02-19T02:56:31.858Z[ recovery-image] Feb 19 02:56:30.877 INFO O| Feb 19 02:56:30.877 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-19T02:56:31.878Z[ recovery-image] Feb 19 02:56:30.897 INFO O| Feb 19 02:56:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79132025-02-19T02:56:31.878Z[ recovery-image] Feb 19 02:56:30.897 INFO O| Feb 19 02:56:30.897 INFO STEP 1160 (remove_files) COMPLETE
79142025-02-19T02:56:31.878Z[ recovery-image] Feb 19 02:56:30.897 INFO O| Feb 19 02:56:30.897 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-19T02:56:31.899Z[ recovery-image] Feb 19 02:56:30.918 INFO O| Feb 19 02:56:30.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79162025-02-19T02:56:31.899Z[ recovery-image] Feb 19 02:56:30.918 INFO O| Feb 19 02:56:30.918 INFO STEP 1161 (remove_files) COMPLETE
79172025-02-19T02:56:31.899Z[ recovery-image] Feb 19 02:56:30.918 INFO O| Feb 19 02:56:30.918 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-19T02:56:31.931Z[ recovery-image] Feb 19 02:56:30.949 INFO O| Feb 19 02:56:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79192025-02-19T02:56:31.931Z[ recovery-image] Feb 19 02:56:30.949 INFO O| Feb 19 02:56:30.949 INFO STEP 1162 (remove_files) COMPLETE
79202025-02-19T02:56:31.931Z[ recovery-image] Feb 19 02:56:30.949 INFO O| Feb 19 02:56:30.949 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-19T02:56:31.952Z[ recovery-image] Feb 19 02:56:30.970 INFO O| Feb 19 02:56:30.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79222025-02-19T02:56:31.952Z[ recovery-image] Feb 19 02:56:30.970 INFO O| Feb 19 02:56:30.970 INFO STEP 1163 (remove_files) COMPLETE
79232025-02-19T02:56:31.954Z[ recovery-image] Feb 19 02:56:30.970 INFO O| Feb 19 02:56:30.970 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-19T02:56:31.971Z[ recovery-image] Feb 19 02:56:30.990 INFO O| Feb 19 02:56:30.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79252025-02-19T02:56:31.971Z[ recovery-image] Feb 19 02:56:30.990 INFO O| Feb 19 02:56:30.990 INFO STEP 1164 (remove_files) COMPLETE
79262025-02-19T02:56:31.974Z[ recovery-image] Feb 19 02:56:30.990 INFO O| Feb 19 02:56:30.990 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-02-19T02:56:31.991Z[ recovery-image] Feb 19 02:56:31.009 INFO O| Feb 19 02:56:31.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79282025-02-19T02:56:31.991Z[ recovery-image] Feb 19 02:56:31.009 INFO O| Feb 19 02:56:31.009 INFO STEP 1165 (remove_files) COMPLETE
79292025-02-19T02:56:31.994Z[ recovery-image] Feb 19 02:56:31.010 INFO O| Feb 19 02:56:31.009 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79302025-02-19T02:56:32.031Z[ recovery-image] Feb 19 02:56:31.049 INFO O| Feb 19 02:56:31.049 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79312025-02-19T02:56:32.034Z[ recovery-image] Feb 19 02:56:31.049 INFO O| Feb 19 02:56:31.049 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79322025-02-19T02:56:33.705Z[ recovery-image] Feb 19 02:56:32.723 INFO O| Feb 19 02:56:32.723 INFO STEP 1166 (pack_tar) COMPLETE
79332025-02-19T02:56:33.705Z[ recovery-image] Feb 19 02:56:32.724 INFO O| Feb 19 02:56:32.723 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79342025-02-19T02:56:33.708Z[ recovery-image] Feb 19 02:56:32.724 INFO O| Feb 19 02:56:32.724 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79352025-02-19T02:56:33.990Z[ recovery-image] Feb 19 02:56:33.008 INFO O| Feb 19 02:56:33.008 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79362025-02-19T02:56:34.104Z[ recovery-image] Feb 19 02:56:33.122 INFO O| Feb 19 02:56:33.122 INFO completed processing gimlet/ramdisk-03-recovery-trim
79372025-02-19T02:56:34.114Z[ recovery-image] Feb 19 02:56:33.132 INFO image builder template: zfs-recovery...
79382025-02-19T02:56:34.114Z[ recovery-image] Feb 19 02:56:33.132 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/.tmprV1oZT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None
79392025-02-19T02:56:34.208Z[ recovery-image] Feb 19 02:56:33.226 INFO O| Feb 19 02:56:33.226 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79402025-02-19T02:56:34.216Z[ recovery-image] Feb 19 02:56:33.235 INFO O| Feb 19 02:56:33.235 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79412025-02-19T02:56:34.314Z[ recovery-image] Feb 19 02:56:33.332 INFO O| Feb 19 02:56:33.332 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79422025-02-19T02:56:34.409Z[ recovery-image] Feb 19 02:56:33.427 INFO O| Feb 19 02:56:33.427 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79432025-02-19T02:56:34.409Z[ recovery-image] Feb 19 02:56:33.427 INFO O| Feb 19 02:56:33.427 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79442025-02-19T02:56:34.418Z[ recovery-image] Feb 19 02:56:33.436 INFO O| Feb 19 02:56:33.436 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79452025-02-19T02:56:34.586Z[ recovery-image] Feb 19 02:56:33.603 INFO O| Feb 19 02:56:33.603 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79462025-02-19T02:56:34.670Z[ recovery-image] Feb 19 02:56:33.687 INFO O| Feb 19 02:56:33.687 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79472025-02-19T02:56:34.772Z[ recovery-image] Feb 19 02:56:33.790 INFO O| Feb 19 02:56:33.790 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79482025-02-19T02:56:34.867Z[ recovery-image] Feb 19 02:56:33.885 INFO O| Feb 19 02:56:33.885 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79492025-02-19T02:56:35.011Z[ recovery-image] Feb 19 02:56:34.029 INFO O| Feb 19 02:56:34.029 INFO no lofi found
79502025-02-19T02:56:35.014Z[ recovery-image] Feb 19 02:56:34.029 INFO O| Feb 19 02:56:34.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79512025-02-19T02:56:35.014Z[ recovery-image] Feb 19 02:56:34.030 INFO O| Feb 19 02:56:34.029 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79522025-02-19T02:56:37.957Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79532025-02-19T02:56:37.994Z[ recovery-image] Feb 19 02:56:37.012 INFO O| Feb 19 02:56:37.012 INFO lofi device = /dev/dsk/c2t1d0p0
79542025-02-19T02:56:37.994Z[ recovery-image] Feb 19 02:56:37.012 INFO O| Feb 19 02:56:37.012 INFO pool device = /dev/dsk/c2t1d0p0
79552025-02-19T02:56:37.997Z[ recovery-image] Feb 19 02:56:37.012 INFO O| Feb 19 02:56:37.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"]
79562025-02-19T02:56:38.237Z[ recovery-image] Feb 19 02:56:37.255 INFO O| Feb 19 02:56:37.255 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79572025-02-19T02:56:38.237Z[ recovery-image] Feb 19 02:56:37.255 INFO O| Feb 19 02:56:37.255 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79582025-02-19T02:56:38.276Z[ recovery-image] Feb 19 02:56:37.293 INFO O| Feb 19 02:56:37.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79592025-02-19T02:56:38.736Z[ recovery-image] Feb 19 02:56:37.753 INFO O| Feb 19 02:56:37.753 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79602025-02-19T02:56:38.792Z[ recovery-image] Feb 19 02:56:37.810 INFO O| Feb 19 02:56:37.809 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79612025-02-19T02:56:38.819Z[ recovery-image] Feb 19 02:56:37.837 INFO O| Feb 19 02:56:37.837 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79622025-02-19T02:56:38.902Z[ recovery-image] Feb 19 02:56:37.875 INFO O| Feb 19 02:56:37.875 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79632025-02-19T02:56:39.034Z[ recovery-image] Feb 19 02:56:38.051 INFO O| Feb 19 02:56:38.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79642025-02-19T02:56:39.037Z[ recovery-image] Feb 19 02:56:38.052 INFO O| Feb 19 02:56:38.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79652025-02-19T02:56:39.037Z[ recovery-image] Feb 19 02:56:38.052 INFO O| Feb 19 02:56:38.052 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79662025-02-19T02:56:39.066Z[ recovery-image] Feb 19 02:56:38.083 INFO O| Feb 19 02:56:38.083 INFO boot environment UUID: 96eda38b-91f4-4b45-8283-8cf9515988f7
79672025-02-19T02:56:39.066Z[ recovery-image] Feb 19 02:56:38.083 INFO O| Feb 19 02:56:38.083 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 96eda38b-91f4-4b45-8283-8cf9515988f7
79682025-02-19T02:56:39.104Z[ recovery-image] Feb 19 02:56:38.121 INFO O| Feb 19 02:56:38.121 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79692025-02-19T02:56:39.138Z[ recovery-image] Feb 19 02:56:38.155 INFO O| Feb 19 02:56:38.155 INFO STEP 0 (create_be) COMPLETE
79702025-02-19T02:56:39.138Z[ recovery-image] Feb 19 02:56:38.155 INFO O| Feb 19 02:56:38.155 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79712025-02-19T02:56:39.178Z[ recovery-image] Feb 19 02:56:38.196 INFO O| Feb 19 02:56:38.195 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"]
79722025-02-19T02:56:46.255Z[ recovery-image] Feb 19 02:56:45.271 INFO O| Feb 19 02:56:45.271 INFO STEP 1 (unpack_tar) COMPLETE
79732025-02-19T02:56:46.255Z[ recovery-image] Feb 19 02:56:45.271 INFO O| Feb 19 02:56:45.271 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79742025-02-19T02:56:46.275Z[ recovery-image] Feb 19 02:56:45.292 INFO O| Feb 19 02:56:45.292 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79752025-02-19T02:56:47.060Z[ recovery-image] Feb 19 02:56:46.077 INFO O| Feb 19 02:56:46.077 INFO STEP 2 (devfsadm) COMPLETE
79762025-02-19T02:56:47.060Z[ recovery-image] Feb 19 02:56:46.077 INFO O| Feb 19 02:56:46.077 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79772025-02-19T02:56:47.081Z[ recovery-image] Feb 19 02:56:46.098 INFO O| Feb 19 02:56:46.098 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79782025-02-19T02:56:47.081Z[ recovery-image] Feb 19 02:56:46.098 INFO O| Feb 19 02:56:46.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79792025-02-19T02:56:47.081Z[ recovery-image] Feb 19 02:56:46.098 INFO O| Feb 19 02:56:46.098 INFO STEP 3 (ensure_dir) COMPLETE
79802025-02-19T02:56:47.086Z[ recovery-image] Feb 19 02:56:46.098 INFO O| Feb 19 02:56:46.098 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79812025-02-19T02:56:47.118Z[ recovery-image] Feb 19 02:56:46.134 INFO O| Feb 19 02:56:46.134 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79822025-02-19T02:56:47.118Z[ recovery-image] Feb 19 02:56:46.134 INFO O| Feb 19 02:56:46.134 INFO STEP 4 (ensure_dir) COMPLETE
79832025-02-19T02:56:47.118Z[ recovery-image] Feb 19 02:56:46.134 INFO O| Feb 19 02:56:46.134 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79842025-02-19T02:56:47.139Z[ recovery-image] Feb 19 02:56:46.155 INFO O| Feb 19 02:56:46.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79852025-02-19T02:56:47.139Z[ recovery-image] Feb 19 02:56:46.155 INFO O| Feb 19 02:56:46.155 INFO STEP 5 (ensure_dir) COMPLETE
79862025-02-19T02:56:47.139Z[ recovery-image] Feb 19 02:56:46.156 INFO O| Feb 19 02:56:46.155 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79872025-02-19T02:56:47.167Z[ recovery-image] Feb 19 02:56:46.183 INFO O| Feb 19 02:56:46.183 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79882025-02-19T02:56:47.169Z[ recovery-image] Feb 19 02:56:46.184 INFO O| Feb 19 02:56:46.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79892025-02-19T02:56:47.169Z[ recovery-image] Feb 19 02:56:46.184 INFO O| Feb 19 02:56:46.184 INFO STEP 6 (ensure_dir) COMPLETE
79902025-02-19T02:56:47.169Z[ recovery-image] Feb 19 02:56:46.184 INFO O| Feb 19 02:56:46.184 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79912025-02-19T02:56:47.226Z[ recovery-image] Feb 19 02:56:46.242 INFO O| Feb 19 02:56:46.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79922025-02-19T02:56:47.226Z[ recovery-image] Feb 19 02:56:46.243 INFO O| Feb 19 02:56:46.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79932025-02-19T02:56:47.229Z[ recovery-image] Feb 19 02:56:46.243 INFO O| Feb 19 02:56:46.243 INFO STEP 7 (ensure_dir) COMPLETE
79942025-02-19T02:56:47.229Z[ recovery-image] Feb 19 02:56:46.243 INFO O| Feb 19 02:56:46.243 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79952025-02-19T02:56:47.248Z[ recovery-image] Feb 19 02:56:46.265 INFO O| Feb 19 02:56:46.265 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79962025-02-19T02:56:47.251Z[ recovery-image] Feb 19 02:56:46.265 INFO O| Feb 19 02:56:46.265 INFO STEP 8 (remove_files) COMPLETE
79972025-02-19T02:56:47.252Z[ recovery-image] Feb 19 02:56:46.265 INFO O| Feb 19 02:56:46.265 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79982025-02-19T02:56:47.270Z[ recovery-image] Feb 19 02:56:46.287 INFO O| Feb 19 02:56:46.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79992025-02-19T02:56:47.273Z[ recovery-image] Feb 19 02:56:46.288 INFO O| Feb 19 02:56:46.288 INFO STEP 9 (remove_files) COMPLETE
80002025-02-19T02:56:47.273Z[ recovery-image] Feb 19 02:56:46.288 INFO O| Feb 19 02:56:46.288 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80012025-02-19T02:56:47.306Z[ recovery-image] Feb 19 02:56:46.323 INFO O| Feb 19 02:56:46.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80022025-02-19T02:56:47.309Z[ recovery-image] Feb 19 02:56:46.324 INFO O| Feb 19 02:56:46.324 INFO STEP 10 (remove_files) COMPLETE
80032025-02-19T02:56:47.309Z[ recovery-image] Feb 19 02:56:46.324 INFO O| Feb 19 02:56:46.324 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042025-02-19T02:56:47.360Z[ recovery-image] Feb 19 02:56:46.376 INFO O| Feb 19 02:56:46.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80052025-02-19T02:56:47.360Z[ recovery-image] Feb 19 02:56:46.376 INFO O| Feb 19 02:56:46.376 INFO STEP 11 (remove_files) COMPLETE
80062025-02-19T02:56:47.362Z[ recovery-image] Feb 19 02:56:46.376 INFO O| Feb 19 02:56:46.376 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80072025-02-19T02:56:47.380Z[ recovery-image] Feb 19 02:56:46.397 INFO O| Feb 19 02:56:46.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80082025-02-19T02:56:47.383Z[ recovery-image] Feb 19 02:56:46.397 INFO O| Feb 19 02:56:46.397 INFO STEP 12 (remove_files) COMPLETE
80092025-02-19T02:56:47.383Z[ recovery-image] Feb 19 02:56:46.397 INFO O| Feb 19 02:56:46.397 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102025-02-19T02:56:47.409Z[ recovery-image] Feb 19 02:56:46.426 INFO O| Feb 19 02:56:46.426 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80112025-02-19T02:56:47.409Z[ recovery-image] Feb 19 02:56:46.426 INFO O| Feb 19 02:56:46.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80122025-02-19T02:56:47.412Z[ recovery-image] Feb 19 02:56:46.426 INFO O| Feb 19 02:56:46.426 INFO STEP 13 (ensure_dir) COMPLETE
80132025-02-19T02:56:47.412Z[ recovery-image] Feb 19 02:56:46.426 INFO O| Feb 19 02:56:46.426 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80142025-02-19T02:56:47.484Z[ recovery-image] Feb 19 02:56:46.500 INFO O| Feb 19 02:56:46.500 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80152025-02-19T02:56:47.487Z[ recovery-image] Feb 19 02:56:46.501 INFO O| Feb 19 02:56:46.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80162025-02-19T02:56:47.487Z[ recovery-image] Feb 19 02:56:46.501 INFO O| Feb 19 02:56:46.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80172025-02-19T02:56:47.487Z[ recovery-image] Feb 19 02:56:46.501 INFO O| Feb 19 02:56:46.501 INFO STEP 14 (ensure_dir) COMPLETE
80182025-02-19T02:56:47.487Z[ recovery-image] Feb 19 02:56:46.501 INFO O| Feb 19 02:56:46.501 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80192025-02-19T02:56:47.504Z[ recovery-image] Feb 19 02:56:46.520 INFO O| Feb 19 02:56:46.520 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80202025-02-19T02:56:47.507Z[ recovery-image] Feb 19 02:56:46.521 INFO O| Feb 19 02:56:46.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80212025-02-19T02:56:47.507Z[ recovery-image] Feb 19 02:56:46.521 INFO O| Feb 19 02:56:46.521 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80222025-02-19T02:56:47.507Z[ recovery-image] Feb 19 02:56:46.521 INFO O| Feb 19 02:56:46.521 INFO STEP 15 (ensure_dir) COMPLETE
80232025-02-19T02:56:47.507Z[ recovery-image] Feb 19 02:56:46.521 INFO O| Feb 19 02:56:46.521 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80242025-02-19T02:56:47.525Z[ recovery-image] Feb 19 02:56:46.542 INFO O| Feb 19 02:56:46.542 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80252025-02-19T02:56:47.528Z[ recovery-image] Feb 19 02:56:46.542 INFO O| Feb 19 02:56:46.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80262025-02-19T02:56:47.528Z[ recovery-image] Feb 19 02:56:46.542 INFO O| Feb 19 02:56:46.542 INFO STEP 16 (ensure_dir) COMPLETE
80272025-02-19T02:56:47.528Z[ recovery-image] Feb 19 02:56:46.542 INFO O| Feb 19 02:56:46.542 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80282025-02-19T02:56:47.545Z[ recovery-image] Feb 19 02:56:46.562 INFO O| Feb 19 02:56:46.561 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80292025-02-19T02:56:47.545Z[ recovery-image] Feb 19 02:56:46.562 INFO O| Feb 19 02:56:46.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80302025-02-19T02:56:47.548Z[ recovery-image] Feb 19 02:56:46.562 INFO O| Feb 19 02:56:46.562 INFO STEP 17 (ensure_dir) COMPLETE
80312025-02-19T02:56:47.548Z[ recovery-image] Feb 19 02:56:46.562 INFO O| Feb 19 02:56:46.562 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322025-02-19T02:56:47.564Z[ recovery-image] Feb 19 02:56:46.581 INFO O| Feb 19 02:56:46.581 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80332025-02-19T02:56:47.567Z[ recovery-image] Feb 19 02:56:46.581 INFO O| Feb 19 02:56:46.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80342025-02-19T02:56:47.567Z[ recovery-image] Feb 19 02:56:46.581 INFO O| Feb 19 02:56:46.581 INFO ok!
80352025-02-19T02:56:47.567Z[ recovery-image] Feb 19 02:56:46.581 INFO O| Feb 19 02:56:46.581 INFO STEP 18 (ensure_symlink) COMPLETE
80362025-02-19T02:56:47.567Z[ recovery-image] Feb 19 02:56:46.581 INFO O| Feb 19 02:56:46.581 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372025-02-19T02:56:47.583Z[ recovery-image] Feb 19 02:56:46.600 INFO O| Feb 19 02:56:46.600 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80382025-02-19T02:56:47.586Z[ recovery-image] Feb 19 02:56:46.600 INFO O| Feb 19 02:56:46.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80392025-02-19T02:56:47.586Z[ recovery-image] Feb 19 02:56:46.600 INFO O| Feb 19 02:56:46.600 INFO ok!
80402025-02-19T02:56:47.586Z[ recovery-image] Feb 19 02:56:46.600 INFO O| Feb 19 02:56:46.600 INFO STEP 19 (ensure_file) COMPLETE
80412025-02-19T02:56:47.586Z[ recovery-image] Feb 19 02:56:46.600 INFO O| Feb 19 02:56:46.600 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80422025-02-19T02:56:47.606Z[ recovery-image] Feb 19 02:56:46.622 INFO O| Feb 19 02:56:46.622 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80432025-02-19T02:56:47.606Z[ recovery-image] Feb 19 02:56:46.622 INFO O| Feb 19 02:56:46.622 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80442025-02-19T02:56:47.608Z[ recovery-image] Feb 19 02:56:46.623 INFO O| Feb 19 02:56:46.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80452025-02-19T02:56:47.608Z[ recovery-image] Feb 19 02:56:46.623 INFO O| Feb 19 02:56:46.623 INFO ok!
80462025-02-19T02:56:47.608Z[ recovery-image] Feb 19 02:56:46.623 INFO O| Feb 19 02:56:46.623 INFO STEP 20 (ensure_symlink) COMPLETE
80472025-02-19T02:56:47.608Z[ recovery-image] Feb 19 02:56:46.623 INFO O| Feb 19 02:56:46.623 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80482025-02-19T02:56:47.628Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80492025-02-19T02:56:47.628Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80502025-02-19T02:56:47.628Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80512025-02-19T02:56:47.630Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO ok!
80522025-02-19T02:56:47.631Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO STEP 21 (ensure_symlink) COMPLETE
80532025-02-19T02:56:47.631Z[ recovery-image] Feb 19 02:56:46.644 INFO O| Feb 19 02:56:46.644 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80542025-02-19T02:56:47.661Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80552025-02-19T02:56:47.661Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80562025-02-19T02:56:47.664Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80572025-02-19T02:56:47.664Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO ok!
80582025-02-19T02:56:47.664Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO STEP 22 (ensure_symlink) COMPLETE
80592025-02-19T02:56:47.664Z[ recovery-image] Feb 19 02:56:46.677 INFO O| Feb 19 02:56:46.677 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80602025-02-19T02:56:47.711Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80612025-02-19T02:56:47.711Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80622025-02-19T02:56:47.713Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80632025-02-19T02:56:47.713Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO ok!
80642025-02-19T02:56:47.713Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO STEP 23 (ensure_symlink) COMPLETE
80652025-02-19T02:56:47.713Z[ recovery-image] Feb 19 02:56:46.727 INFO O| Feb 19 02:56:46.727 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80662025-02-19T02:56:47.728Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80672025-02-19T02:56:47.729Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 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 ...
80682025-02-19T02:56:47.731Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80692025-02-19T02:56:47.731Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 INFO ok!
80702025-02-19T02:56:47.731Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 INFO STEP 24 (ensure_file) COMPLETE
80712025-02-19T02:56:47.731Z[ recovery-image] Feb 19 02:56:46.745 INFO O| Feb 19 02:56:46.745 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80722025-02-19T02:56:47.749Z[ recovery-image] Feb 19 02:56:46.765 INFO O| Feb 19 02:56:46.765 INFO updating shadow file
80732025-02-19T02:56:47.752Z[ recovery-image] Feb 19 02:56:46.765 INFO O| Feb 19 02:56:46.765 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80742025-02-19T02:56:47.752Z[ recovery-image] Feb 19 02:56:46.766 INFO O| Feb 19 02:56:46.765 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80752025-02-19T02:56:47.752Z[ recovery-image] Feb 19 02:56:46.766 INFO O| Feb 19 02:56:46.766 INFO STEP 25 (shadow) COMPLETE
80762025-02-19T02:56:47.752Z[ recovery-image] Feb 19 02:56:46.766 INFO O| Feb 19 02:56:46.766 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80772025-02-19T02:56:47.776Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80782025-02-19T02:56:47.776Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80792025-02-19T02:56:47.779Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80802025-02-19T02:56:47.779Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 INFO ok!
80812025-02-19T02:56:47.779Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 INFO STEP 26 (ensure_file) COMPLETE
80822025-02-19T02:56:47.779Z[ recovery-image] Feb 19 02:56:46.793 INFO O| Feb 19 02:56:46.793 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80832025-02-19T02:56:47.873Z[ recovery-image] Feb 19 02:56:46.889 INFO O| Feb 19 02:56:46.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80842025-02-19T02:56:47.873Z[ recovery-image] Feb 19 02:56:46.890 INFO O| Feb 19 02:56:46.889 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80852025-02-19T02:56:47.873Z[ recovery-image] Feb 19 02:56:46.890 INFO O| Feb 19 02:56:46.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80862025-02-19T02:56:47.876Z[ recovery-image] Feb 19 02:56:46.890 INFO O| Feb 19 02:56:46.890 INFO ok!
80872025-02-19T02:56:47.876Z[ recovery-image] Feb 19 02:56:46.890 INFO O| Feb 19 02:56:46.890 INFO STEP 27 (ensure_file) COMPLETE
80882025-02-19T02:56:47.876Z[ recovery-image] Feb 19 02:56:46.890 INFO O| Feb 19 02:56:46.890 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80892025-02-19T02:56:47.906Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80902025-02-19T02:56:47.906Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
80912025-02-19T02:56:47.909Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80922025-02-19T02:56:47.909Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80932025-02-19T02:56:47.909Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO ok!
80942025-02-19T02:56:47.909Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO STEP 28 (ensure_file) COMPLETE
80952025-02-19T02:56:47.909Z[ recovery-image] Feb 19 02:56:46.923 INFO O| Feb 19 02:56:46.923 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80962025-02-19T02:56:47.957Z[ recovery-image] Feb 19 02:56:46.973 INFO O| Feb 19 02:56:46.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80972025-02-19T02:56:47.957Z[ recovery-image] Feb 19 02:56:46.974 INFO O| Feb 19 02:56:46.973 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80982025-02-19T02:56:47.960Z[ recovery-image] Feb 19 02:56:46.974 INFO O| Feb 19 02:56:46.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80992025-02-19T02:56:47.960Z[ recovery-image] Feb 19 02:56:46.974 INFO O| Feb 19 02:56:46.974 INFO ok!
81002025-02-19T02:56:47.960Z[ recovery-image] Feb 19 02:56:46.974 INFO O| Feb 19 02:56:46.974 INFO STEP 29 (ensure_file) COMPLETE
81012025-02-19T02:56:47.960Z[ recovery-image] Feb 19 02:56:46.974 INFO O| Feb 19 02:56:46.974 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81022025-02-19T02:56:47.976Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81032025-02-19T02:56:47.976Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81042025-02-19T02:56:47.976Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81052025-02-19T02:56:47.976Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO ok!
81062025-02-19T02:56:47.976Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO STEP 30 (ensure_file) COMPLETE
81072025-02-19T02:56:47.978Z[ recovery-image] Feb 19 02:56:46.992 INFO O| Feb 19 02:56:46.992 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81082025-02-19T02:56:47.998Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81092025-02-19T02:56:47.999Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81102025-02-19T02:56:48.001Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81112025-02-19T02:56:48.001Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81122025-02-19T02:56:48.001Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO ok!
81132025-02-19T02:56:48.001Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO STEP 31 (ensure_file) COMPLETE
81142025-02-19T02:56:48.001Z[ recovery-image] Feb 19 02:56:47.015 INFO O| Feb 19 02:56:47.015 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81152025-02-19T02:56:48.021Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81162025-02-19T02:56:48.021Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81172025-02-19T02:56:48.024Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81182025-02-19T02:56:48.024Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 INFO ok!
81192025-02-19T02:56:48.024Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 INFO STEP 32 (ensure_file) COMPLETE
81202025-02-19T02:56:48.024Z[ recovery-image] Feb 19 02:56:47.038 INFO O| Feb 19 02:56:47.038 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81212025-02-19T02:56:48.044Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81222025-02-19T02:56:48.044Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81232025-02-19T02:56:48.047Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81242025-02-19T02:56:48.047Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 INFO ok!
81252025-02-19T02:56:48.047Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 INFO STEP 33 (ensure_file) COMPLETE
81262025-02-19T02:56:48.047Z[ recovery-image] Feb 19 02:56:47.061 INFO O| Feb 19 02:56:47.061 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81272025-02-19T02:56:48.100Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81282025-02-19T02:56:48.100Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81292025-02-19T02:56:48.100Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81302025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81312025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81322025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81332025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO ok!
81342025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO STEP 34 (ensure_file) COMPLETE
81352025-02-19T02:56:48.103Z[ recovery-image] Feb 19 02:56:47.116 INFO O| Feb 19 02:56:47.116 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81362025-02-19T02:56:48.123Z[ recovery-image] Feb 19 02:56:47.139 INFO O| Feb 19 02:56:47.139 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81372025-02-19T02:56:48.123Z[ recovery-image] Feb 19 02:56:47.140 INFO O| Feb 19 02:56:47.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81382025-02-19T02:56:48.126Z[ recovery-image] Feb 19 02:56:47.140 INFO O| Feb 19 02:56:47.140 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81392025-02-19T02:56:48.126Z[ recovery-image] Feb 19 02:56:47.140 INFO O| Feb 19 02:56:47.140 INFO STEP 35 (ensure_dir) COMPLETE
81402025-02-19T02:56:48.126Z[ recovery-image] Feb 19 02:56:47.140 INFO O| Feb 19 02:56:47.140 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81412025-02-19T02:56:48.152Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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
81422025-02-19T02:56:48.152Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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 ...
81432025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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
81442025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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
81452025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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
81462025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 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
81472025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 INFO ok!
81482025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 INFO STEP 36 (ensure_file) COMPLETE
81492025-02-19T02:56:48.155Z[ recovery-image] Feb 19 02:56:47.169 INFO O| Feb 19 02:56:47.169 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81502025-02-19T02:56:48.194Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81512025-02-19T02:56:48.194Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 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 ...
81522025-02-19T02:56:48.196Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81532025-02-19T02:56:48.196Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 INFO ok!
81542025-02-19T02:56:48.197Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 INFO STEP 37 (ensure_symlink) COMPLETE
81552025-02-19T02:56:48.197Z[ recovery-image] Feb 19 02:56:47.210 INFO O| Feb 19 02:56:47.210 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81562025-02-19T02:56:48.231Z[ recovery-image] Feb 19 02:56:47.247 INFO O| Feb 19 02:56:47.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81572025-02-19T02:56:48.231Z[ recovery-image] Feb 19 02:56:47.247 INFO O| Feb 19 02:56:47.247 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81582025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81592025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81602025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81612025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81622025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO ok!
81632025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO STEP 38 (ensure_file) COMPLETE
81642025-02-19T02:56:48.234Z[ recovery-image] Feb 19 02:56:47.248 INFO O| Feb 19 02:56:47.248 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81652025-02-19T02:56:48.258Z[ recovery-image] Feb 19 02:56:47.273 INFO O| Feb 19 02:56:47.273 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81662025-02-19T02:56:48.258Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.273 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 ...
81672025-02-19T02:56:48.261Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.274 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
81682025-02-19T02:56:48.261Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.274 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81692025-02-19T02:56:48.261Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.274 INFO ok!
81702025-02-19T02:56:48.261Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.274 INFO STEP 39 (ensure_file) COMPLETE
81712025-02-19T02:56:48.261Z[ recovery-image] Feb 19 02:56:47.274 INFO O| Feb 19 02:56:47.274 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81722025-02-19T02:56:48.277Z[ recovery-image] Feb 19 02:56:47.293 INFO O| Feb 19 02:56:47.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81732025-02-19T02:56:48.277Z[ recovery-image] Feb 19 02:56:47.293 INFO O| Feb 19 02:56:47.293 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81742025-02-19T02:56:48.280Z[ recovery-image] Feb 19 02:56:47.294 INFO O| Feb 19 02:56:47.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81752025-02-19T02:56:48.280Z[ recovery-image] Feb 19 02:56:47.294 INFO O| Feb 19 02:56:47.294 INFO ok!
81762025-02-19T02:56:48.280Z[ recovery-image] Feb 19 02:56:47.294 INFO O| Feb 19 02:56:47.294 INFO STEP 40 (ensure_file) COMPLETE
81772025-02-19T02:56:48.280Z[ recovery-image] Feb 19 02:56:47.294 INFO O| Feb 19 02:56:47.294 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81782025-02-19T02:56:48.297Z[ recovery-image] Feb 19 02:56:47.314 INFO O| Feb 19 02:56:47.314 INFO updating shadow file
81792025-02-19T02:56:48.300Z[ recovery-image] Feb 19 02:56:47.314 INFO O| Feb 19 02:56:47.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81802025-02-19T02:56:48.300Z[ recovery-image] Feb 19 02:56:47.314 INFO O| Feb 19 02:56:47.314 INFO STEP 41 (shadow) COMPLETE
81812025-02-19T02:56:48.300Z[ recovery-image] Feb 19 02:56:47.314 INFO O| Feb 19 02:56:47.314 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81822025-02-19T02:56:48.318Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81832025-02-19T02:56:48.318Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81842025-02-19T02:56:48.321Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81852025-02-19T02:56:48.321Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81862025-02-19T02:56:48.321Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO ok!
81872025-02-19T02:56:48.321Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO STEP 42 (ensure_file) COMPLETE
81882025-02-19T02:56:48.321Z[ recovery-image] Feb 19 02:56:47.334 INFO O| Feb 19 02:56:47.334 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81892025-02-19T02:56:48.337Z[ recovery-image] Feb 19 02:56:47.354 INFO O| Feb 19 02:56:47.353 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
81902025-02-19T02:56:48.337Z[ recovery-image] Feb 19 02:56:47.354 INFO O| Feb 19 02:56:47.354 INFO STEP 43 (ensure_dir) COMPLETE
81912025-02-19T02:56:48.340Z[ recovery-image] Feb 19 02:56:47.354 INFO O| Feb 19 02:56:47.354 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81922025-02-19T02:56:48.372Z[ recovery-image] Feb 19 02:56:47.389 INFO O| Feb 19 02:56:47.389 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81932025-02-19T02:56:48.372Z[ recovery-image] Feb 19 02:56:47.389 INFO O| Feb 19 02:56:47.389 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81942025-02-19T02:56:48.375Z[ recovery-image] Feb 19 02:56:47.389 INFO O| Feb 19 02:56:47.389 INFO STEP 44 (ensure_dir) COMPLETE
81952025-02-19T02:56:48.375Z[ recovery-image] Feb 19 02:56:47.389 INFO O| Feb 19 02:56:47.389 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81962025-02-19T02:56:48.393Z[ recovery-image] Feb 19 02:56:47.409 INFO O| Feb 19 02:56:47.409 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81972025-02-19T02:56:48.393Z[ recovery-image] Feb 19 02:56:47.409 INFO O| Feb 19 02:56:47.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81982025-02-19T02:56:48.395Z[ recovery-image] Feb 19 02:56:47.409 INFO O| Feb 19 02:56:47.409 INFO STEP 45 (ensure_dir) COMPLETE
81992025-02-19T02:56:48.395Z[ recovery-image] Feb 19 02:56:47.409 INFO O| Feb 19 02:56:47.409 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82002025-02-19T02:56:48.414Z[ recovery-image] Feb 19 02:56:47.430 INFO O| Feb 19 02:56:47.430 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82012025-02-19T02:56:48.414Z[ recovery-image] Feb 19 02:56:47.430 INFO O| Feb 19 02:56:47.430 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82022025-02-19T02:56:48.462Z[ recovery-image] Feb 19 02:56:47.479 INFO O| Feb 19 02:56:47.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82032025-02-19T02:56:48.462Z[ recovery-image] Feb 19 02:56:47.479 INFO O| Feb 19 02:56:47.479 INFO ok!
82042025-02-19T02:56:48.465Z[ recovery-image] Feb 19 02:56:47.479 INFO O| Feb 19 02:56:47.479 INFO STEP 46 (ensure_file) COMPLETE
82052025-02-19T02:56:48.465Z[ recovery-image] Feb 19 02:56:47.479 INFO O| Feb 19 02:56:47.479 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82062025-02-19T02:56:48.527Z[ recovery-image] Feb 19 02:56:47.543 INFO O| Feb 19 02:56:47.543 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82072025-02-19T02:56:48.527Z[ recovery-image] Feb 19 02:56:47.543 INFO O| Feb 19 02:56:47.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82082025-02-19T02:56:48.527Z[ recovery-image] Feb 19 02:56:47.543 INFO O| Feb 19 02:56:47.543 INFO STEP 47 (ensure_dir) COMPLETE
82092025-02-19T02:56:48.530Z[ recovery-image] Feb 19 02:56:47.543 INFO O| Feb 19 02:56:47.543 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82102025-02-19T02:56:48.567Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82112025-02-19T02:56:48.567Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82122025-02-19T02:56:48.569Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82132025-02-19T02:56:48.569Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO ok!
82142025-02-19T02:56:48.569Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO STEP 48 (ensure_file) COMPLETE
82152025-02-19T02:56:48.569Z[ recovery-image] Feb 19 02:56:47.583 INFO O| Feb 19 02:56:47.583 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82162025-02-19T02:56:48.671Z[ recovery-image] Feb 19 02:56:47.688 INFO O| Feb 19 02:56:47.688 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82172025-02-19T02:56:48.672Z[ recovery-image] Feb 19 02:56:47.688 INFO O| Feb 19 02:56:47.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82182025-02-19T02:56:48.672Z[ recovery-image] Feb 19 02:56:47.688 INFO O| Feb 19 02:56:47.688 INFO STEP 49 (ensure_dir) COMPLETE
82192025-02-19T02:56:48.674Z[ recovery-image] Feb 19 02:56:47.688 INFO O| Feb 19 02:56:47.688 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202025-02-19T02:56:48.693Z[ recovery-image] Feb 19 02:56:47.710 INFO O| Feb 19 02:56:47.710 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82212025-02-19T02:56:48.693Z[ recovery-image] Feb 19 02:56:47.710 INFO O| Feb 19 02:56:47.710 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82222025-02-19T02:56:48.715Z[ recovery-image] Feb 19 02:56:47.731 INFO O| Feb 19 02:56:47.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82232025-02-19T02:56:48.715Z[ recovery-image] Feb 19 02:56:47.732 INFO O| Feb 19 02:56:47.731 INFO ok!
82242025-02-19T02:56:48.715Z[ recovery-image] Feb 19 02:56:47.732 INFO O| Feb 19 02:56:47.731 INFO STEP 50 (ensure_file) COMPLETE
82252025-02-19T02:56:48.715Z[ recovery-image] Feb 19 02:56:47.732 INFO O| Feb 19 02:56:47.731 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82262025-02-19T02:56:48.745Z[ recovery-image] Feb 19 02:56:47.762 INFO O| Feb 19 02:56:47.761 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82272025-02-19T02:56:48.745Z[ recovery-image] Feb 19 02:56:47.762 INFO O| Feb 19 02:56:47.761 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82282025-02-19T02:56:50.680Z[ recovery-image] Feb 19 02:56:49.696 INFO O| Feb 19 02:56:49.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82292025-02-19T02:56:50.680Z[ recovery-image] Feb 19 02:56:49.696 INFO O| Feb 19 02:56:49.696 INFO ok!
82302025-02-19T02:56:50.683Z[ recovery-image] Feb 19 02:56:49.696 INFO O| Feb 19 02:56:49.696 INFO STEP 51 (ensure_file) COMPLETE
82312025-02-19T02:56:50.683Z[ recovery-image] Feb 19 02:56:49.696 INFO O| Feb 19 02:56:49.696 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82322025-02-19T02:56:50.702Z[ recovery-image] Feb 19 02:56:49.718 INFO O| Feb 19 02:56:49.718 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82332025-02-19T02:56:50.702Z[ recovery-image] Feb 19 02:56:49.718 INFO O| Feb 19 02:56:49.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82342025-02-19T02:56:50.702Z[ recovery-image] Feb 19 02:56:49.718 INFO O| Feb 19 02:56:49.718 INFO STEP 52 (ensure_dir) COMPLETE
82352025-02-19T02:56:50.702Z[ recovery-image] Feb 19 02:56:49.718 INFO O| Feb 19 02:56:49.718 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82362025-02-19T02:56:50.748Z[ recovery-image] Feb 19 02:56:49.764 INFO O| Feb 19 02:56:49.764 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82372025-02-19T02:56:50.748Z[ recovery-image] Feb 19 02:56:49.764 INFO O| Feb 19 02:56:49.764 INFO copying /tmp/.tmprV1oZT/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 ...
82382025-02-19T02:56:50.751Z[ recovery-image] Feb 19 02:56:49.764 INFO O| Feb 19 02:56:49.764 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
82392025-02-19T02:56:50.751Z[ recovery-image] Feb 19 02:56:49.765 INFO O| Feb 19 02:56:49.765 INFO ok!
82402025-02-19T02:56:50.751Z[ recovery-image] Feb 19 02:56:49.765 INFO O| Feb 19 02:56:49.765 INFO STEP 53 (ensure_file) COMPLETE
82412025-02-19T02:56:50.751Z[ recovery-image] Feb 19 02:56:49.765 INFO O| Feb 19 02:56:49.765 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82422025-02-19T02:56:50.771Z[ recovery-image] Feb 19 02:56:49.787 INFO O| Feb 19 02:56:49.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82432025-02-19T02:56:50.771Z[ recovery-image] Feb 19 02:56:49.787 INFO O| Feb 19 02:56:49.787 INFO copying /tmp/.tmprV1oZT/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 ...
82442025-02-19T02:56:50.774Z[ recovery-image] Feb 19 02:56:49.788 INFO O| Feb 19 02:56:49.788 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
82452025-02-19T02:56:50.774Z[ recovery-image] Feb 19 02:56:49.788 INFO O| Feb 19 02:56:49.788 INFO ok!
82462025-02-19T02:56:50.774Z[ recovery-image] Feb 19 02:56:49.788 INFO O| Feb 19 02:56:49.788 INFO STEP 54 (ensure_file) COMPLETE
82472025-02-19T02:56:50.774Z[ recovery-image] Feb 19 02:56:49.788 INFO O| Feb 19 02:56:49.788 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82482025-02-19T02:56:50.807Z[ recovery-image] Feb 19 02:56:49.823 INFO O| Feb 19 02:56:49.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82492025-02-19T02:56:50.807Z[ recovery-image] Feb 19 02:56:49.823 INFO O| Feb 19 02:56:49.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82502025-02-19T02:56:50.807Z[ recovery-image] Feb 19 02:56:49.823 INFO O| Feb 19 02:56:49.823 INFO STEP 55 (ensure_dir) COMPLETE
82512025-02-19T02:56:50.807Z[ recovery-image] Feb 19 02:56:49.823 INFO O| Feb 19 02:56:49.823 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522025-02-19T02:56:50.827Z[ recovery-image] Feb 19 02:56:49.843 INFO O| Feb 19 02:56:49.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82532025-02-19T02:56:50.828Z[ recovery-image] Feb 19 02:56:49.843 INFO O| Feb 19 02:56:49.843 INFO copying /tmp/.tmprV1oZT/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 ...
82542025-02-19T02:56:50.828Z[ recovery-image] Feb 19 02:56:49.844 INFO O| Feb 19 02:56:49.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82552025-02-19T02:56:50.830Z[ recovery-image] Feb 19 02:56:49.844 INFO O| Feb 19 02:56:49.844 INFO ok!
82562025-02-19T02:56:50.830Z[ recovery-image] Feb 19 02:56:49.844 INFO O| Feb 19 02:56:49.844 INFO STEP 56 (ensure_file) COMPLETE
82572025-02-19T02:56:50.830Z[ recovery-image] Feb 19 02:56:49.844 INFO O| Feb 19 02:56:49.844 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582025-02-19T02:56:50.848Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82592025-02-19T02:56:50.849Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 INFO copying /tmp/.tmprV1oZT/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 ...
82602025-02-19T02:56:50.851Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 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
82612025-02-19T02:56:50.851Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 INFO ok!
82622025-02-19T02:56:50.851Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 INFO STEP 57 (ensure_file) COMPLETE
82632025-02-19T02:56:50.851Z[ recovery-image] Feb 19 02:56:49.865 INFO O| Feb 19 02:56:49.865 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642025-02-19T02:56:50.883Z[ recovery-image] Feb 19 02:56:49.899 INFO O| Feb 19 02:56:49.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82652025-02-19T02:56:50.883Z[ recovery-image] Feb 19 02:56:49.900 INFO O| Feb 19 02:56:49.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82662025-02-19T02:56:50.886Z[ recovery-image] Feb 19 02:56:49.900 INFO O| Feb 19 02:56:49.900 INFO STEP 58 (ensure_dir) COMPLETE
82672025-02-19T02:56:50.886Z[ recovery-image] Feb 19 02:56:49.900 INFO O| Feb 19 02:56:49.900 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682025-02-19T02:56:50.904Z[ recovery-image] Feb 19 02:56:49.920 INFO O| Feb 19 02:56:49.920 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82692025-02-19T02:56:50.904Z[ recovery-image] Feb 19 02:56:49.920 INFO O| Feb 19 02:56:49.920 INFO copying /tmp/.tmprV1oZT/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 ...
82702025-02-19T02:56:50.904Z[ recovery-image] Feb 19 02:56:49.921 INFO O| Feb 19 02:56:49.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82712025-02-19T02:56:50.907Z[ recovery-image] Feb 19 02:56:49.921 INFO O| Feb 19 02:56:49.921 INFO ok!
82722025-02-19T02:56:50.907Z[ recovery-image] Feb 19 02:56:49.921 INFO O| Feb 19 02:56:49.921 INFO STEP 59 (ensure_file) COMPLETE
82732025-02-19T02:56:50.907Z[ recovery-image] Feb 19 02:56:49.921 INFO O| Feb 19 02:56:49.921 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742025-02-19T02:56:50.940Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82752025-02-19T02:56:50.940Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82762025-02-19T02:56:50.940Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82772025-02-19T02:56:50.942Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO ok!
82782025-02-19T02:56:50.942Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO STEP 60 (ensure_file) COMPLETE
82792025-02-19T02:56:50.942Z[ recovery-image] Feb 19 02:56:49.956 INFO O| Feb 19 02:56:49.956 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802025-02-19T02:56:50.960Z[ recovery-image] Feb 19 02:56:49.976 INFO O| Feb 19 02:56:49.976 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82812025-02-19T02:56:50.960Z[ recovery-image] Feb 19 02:56:49.976 INFO O| Feb 19 02:56:49.976 INFO STEP 61 (ensure_dir) COMPLETE
82822025-02-19T02:56:50.963Z[ recovery-image] Feb 19 02:56:49.976 INFO O| Feb 19 02:56:49.976 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832025-02-19T02:56:51.038Z[ recovery-image] Feb 19 02:56:50.054 INFO O| Feb 19 02:56:50.054 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
82842025-02-19T02:56:51.039Z[ recovery-image] Feb 19 02:56:50.054 INFO O| Feb 19 02:56:50.054 INFO STEP 62 (ensure_dir) COMPLETE
82852025-02-19T02:56:51.039Z[ recovery-image] Feb 19 02:56:50.054 INFO O| Feb 19 02:56:50.054 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862025-02-19T02:56:51.130Z[ recovery-image] Feb 19 02:56:50.146 INFO O| Feb 19 02:56:50.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
82872025-02-19T02:56:51.130Z[ recovery-image] Feb 19 02:56:50.146 INFO O| Feb 19 02:56:50.146 INFO STEP 63 (ensure_dir) COMPLETE
82882025-02-19T02:56:51.133Z[ recovery-image] Feb 19 02:56:50.147 INFO O| Feb 19 02:56:50.146 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892025-02-19T02:56:51.149Z[ recovery-image] Feb 19 02:56:50.165 INFO O| Feb 19 02:56:50.165 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
82902025-02-19T02:56:51.149Z[ recovery-image] Feb 19 02:56:50.166 INFO O| Feb 19 02:56:50.165 INFO STEP 64 (ensure_dir) COMPLETE
82912025-02-19T02:56:51.152Z[ recovery-image] Feb 19 02:56:50.166 INFO O| Feb 19 02:56:50.165 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922025-02-19T02:56:51.167Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82932025-02-19T02:56:51.167Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO copying /tmp/.tmprV1oZT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82942025-02-19T02:56:51.170Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82952025-02-19T02:56:51.170Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO ok!
82962025-02-19T02:56:51.170Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO STEP 65 (ensure_file) COMPLETE
82972025-02-19T02:56:51.170Z[ recovery-image] Feb 19 02:56:50.183 INFO O| Feb 19 02:56:50.183 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82982025-02-19T02:56:51.203Z[ recovery-image] Feb 19 02:56:50.219 INFO O| Feb 19 02:56:50.219 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82992025-02-19T02:56:51.205Z[ recovery-image] Feb 19 02:56:50.219 INFO O| Feb 19 02:56:50.219 INFO STEP 66 (remove_files) COMPLETE
83002025-02-19T02:56:51.205Z[ recovery-image] Feb 19 02:56:50.219 INFO O| Feb 19 02:56:50.219 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83012025-02-19T02:56:51.242Z[ recovery-image] Feb 19 02:56:50.257 INFO O| Feb 19 02:56:50.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83022025-02-19T02:56:51.244Z[ recovery-image] Feb 19 02:56:50.257 INFO O| Feb 19 02:56:50.257 INFO STEP 67 (remove_files) COMPLETE
83032025-02-19T02:56:51.244Z[ recovery-image] Feb 19 02:56:50.257 INFO O| Feb 19 02:56:50.257 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83042025-02-19T02:56:51.342Z[ recovery-image] Feb 19 02:56:50.358 INFO O| Feb 19 02:56:50.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83052025-02-19T02:56:51.346Z[ recovery-image] Feb 19 02:56:50.359 INFO O| Feb 19 02:56:50.359 INFO STEP 68 (remove_files) COMPLETE
83062025-02-19T02:56:51.346Z[ recovery-image] Feb 19 02:56:50.359 INFO O| Feb 19 02:56:50.359 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83072025-02-19T02:56:51.364Z[ recovery-image] Feb 19 02:56:50.380 INFO O| Feb 19 02:56:50.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83082025-02-19T02:56:51.367Z[ recovery-image] Feb 19 02:56:50.380 INFO O| Feb 19 02:56:50.380 INFO STEP 69 (remove_files) COMPLETE
83092025-02-19T02:56:51.367Z[ recovery-image] Feb 19 02:56:50.381 INFO O| Feb 19 02:56:50.380 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83102025-02-19T02:56:51.385Z[ recovery-image] Feb 19 02:56:50.401 INFO O| Feb 19 02:56:50.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83112025-02-19T02:56:51.387Z[ recovery-image] Feb 19 02:56:50.401 INFO O| Feb 19 02:56:50.401 INFO STEP 70 (remove_files) COMPLETE
83122025-02-19T02:56:51.387Z[ recovery-image] Feb 19 02:56:50.401 INFO O| Feb 19 02:56:50.401 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83132025-02-19T02:56:51.420Z[ recovery-image] Feb 19 02:56:50.436 INFO O| Feb 19 02:56:50.436 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83142025-02-19T02:56:51.422Z[ recovery-image] Feb 19 02:56:50.436 INFO O| Feb 19 02:56:50.436 INFO STEP 71 (remove_files) COMPLETE
83152025-02-19T02:56:51.422Z[ recovery-image] Feb 19 02:56:50.436 INFO O| Feb 19 02:56:50.436 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83162025-02-19T02:56:51.444Z[ recovery-image] Feb 19 02:56:50.460 INFO O| Feb 19 02:56:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83172025-02-19T02:56:51.444Z[ recovery-image] Feb 19 02:56:50.460 INFO O| Feb 19 02:56:50.460 INFO STEP 72 (remove_files) COMPLETE
83182025-02-19T02:56:51.447Z[ recovery-image] Feb 19 02:56:50.461 INFO O| Feb 19 02:56:50.460 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83192025-02-19T02:56:51.463Z[ recovery-image] Feb 19 02:56:50.479 INFO O| Feb 19 02:56:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83202025-02-19T02:56:51.463Z[ recovery-image] Feb 19 02:56:50.479 INFO O| Feb 19 02:56:50.479 INFO STEP 73 (remove_files) COMPLETE
83212025-02-19T02:56:51.463Z[ recovery-image] Feb 19 02:56:50.479 INFO O| Feb 19 02:56:50.479 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83222025-02-19T02:56:51.480Z[ recovery-image] Feb 19 02:56:50.496 INFO O| Feb 19 02:56:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83232025-02-19T02:56:51.480Z[ recovery-image] Feb 19 02:56:50.496 INFO O| Feb 19 02:56:50.496 INFO STEP 74 (remove_files) COMPLETE
83242025-02-19T02:56:51.480Z[ recovery-image] Feb 19 02:56:50.496 INFO O| Feb 19 02:56:50.496 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83252025-02-19T02:56:51.497Z[ recovery-image] Feb 19 02:56:50.513 INFO O| Feb 19 02:56:50.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83262025-02-19T02:56:51.497Z[ recovery-image] Feb 19 02:56:50.513 INFO O| Feb 19 02:56:50.513 INFO STEP 75 (remove_files) COMPLETE
83272025-02-19T02:56:51.497Z[ recovery-image] Feb 19 02:56:50.513 INFO O| Feb 19 02:56:50.513 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83282025-02-19T02:56:51.513Z[ recovery-image] Feb 19 02:56:50.529 INFO O| Feb 19 02:56:50.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83292025-02-19T02:56:51.513Z[ recovery-image] Feb 19 02:56:50.529 INFO O| Feb 19 02:56:50.529 INFO STEP 76 (remove_files) COMPLETE
83302025-02-19T02:56:51.514Z[ recovery-image] Feb 19 02:56:50.529 INFO O| Feb 19 02:56:50.529 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83312025-02-19T02:56:51.557Z[ recovery-image] Feb 19 02:56:50.572 INFO O| Feb 19 02:56:50.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83322025-02-19T02:56:51.557Z[ recovery-image] Feb 19 02:56:50.572 INFO O| Feb 19 02:56:50.572 INFO STEP 77 (remove_files) COMPLETE
83332025-02-19T02:56:51.557Z[ recovery-image] Feb 19 02:56:50.572 INFO O| Feb 19 02:56:50.572 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83342025-02-19T02:56:51.575Z[ recovery-image] Feb 19 02:56:50.591 INFO O| Feb 19 02:56:50.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83352025-02-19T02:56:51.575Z[ recovery-image] Feb 19 02:56:50.591 INFO O| Feb 19 02:56:50.591 INFO STEP 78 (remove_files) COMPLETE
83362025-02-19T02:56:51.575Z[ recovery-image] Feb 19 02:56:50.591 INFO O| Feb 19 02:56:50.591 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83372025-02-19T02:56:51.594Z[ recovery-image] Feb 19 02:56:50.610 INFO O| Feb 19 02:56:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83382025-02-19T02:56:51.597Z[ recovery-image] Feb 19 02:56:50.610 INFO O| Feb 19 02:56:50.610 INFO STEP 79 (remove_files) COMPLETE
83392025-02-19T02:56:51.597Z[ recovery-image] Feb 19 02:56:50.610 INFO O| Feb 19 02:56:50.610 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83402025-02-19T02:56:51.657Z[ recovery-image] Feb 19 02:56:50.673 INFO O| Feb 19 02:56:50.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83412025-02-19T02:56:51.657Z[ recovery-image] Feb 19 02:56:50.673 INFO O| Feb 19 02:56:50.673 INFO STEP 80 (remove_files) COMPLETE
83422025-02-19T02:56:51.657Z[ recovery-image] Feb 19 02:56:50.673 INFO O| Feb 19 02:56:50.673 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83432025-02-19T02:56:51.677Z[ recovery-image] Feb 19 02:56:50.692 INFO O| Feb 19 02:56:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83442025-02-19T02:56:51.677Z[ recovery-image] Feb 19 02:56:50.693 INFO O| Feb 19 02:56:50.692 INFO STEP 81 (remove_files) COMPLETE
83452025-02-19T02:56:51.677Z[ recovery-image] Feb 19 02:56:50.693 INFO O| Feb 19 02:56:50.693 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83462025-02-19T02:56:51.695Z[ recovery-image] Feb 19 02:56:50.711 INFO O| Feb 19 02:56:50.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83472025-02-19T02:56:51.695Z[ recovery-image] Feb 19 02:56:50.711 INFO O| Feb 19 02:56:50.711 INFO STEP 82 (remove_files) COMPLETE
83482025-02-19T02:56:51.695Z[ recovery-image] Feb 19 02:56:50.711 INFO O| Feb 19 02:56:50.711 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492025-02-19T02:56:51.728Z[ recovery-image] Feb 19 02:56:50.744 INFO O| Feb 19 02:56:50.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83502025-02-19T02:56:51.728Z[ recovery-image] Feb 19 02:56:50.744 INFO O| Feb 19 02:56:50.744 INFO STEP 83 (remove_files) COMPLETE
83512025-02-19T02:56:51.728Z[ recovery-image] Feb 19 02:56:50.744 INFO O| Feb 19 02:56:50.744 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522025-02-19T02:56:51.766Z[ recovery-image] Feb 19 02:56:50.782 INFO O| Feb 19 02:56:50.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83532025-02-19T02:56:51.766Z[ recovery-image] Feb 19 02:56:50.783 INFO O| Feb 19 02:56:50.783 INFO STEP 84 (remove_files) COMPLETE
83542025-02-19T02:56:51.767Z[ recovery-image] Feb 19 02:56:50.783 INFO O| Feb 19 02:56:50.783 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83552025-02-19T02:56:51.801Z[ recovery-image] Feb 19 02:56:50.817 INFO O| Feb 19 02:56:50.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83562025-02-19T02:56:51.804Z[ recovery-image] Feb 19 02:56:50.817 INFO O| Feb 19 02:56:50.817 INFO STEP 85 (remove_files) COMPLETE
83572025-02-19T02:56:51.804Z[ recovery-image] Feb 19 02:56:50.817 INFO O| Feb 19 02:56:50.817 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582025-02-19T02:56:51.819Z[ recovery-image] Feb 19 02:56:50.835 INFO O| Feb 19 02:56:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83592025-02-19T02:56:51.822Z[ recovery-image] Feb 19 02:56:50.836 INFO O| Feb 19 02:56:50.836 INFO STEP 86 (remove_files) COMPLETE
83602025-02-19T02:56:51.822Z[ recovery-image] Feb 19 02:56:50.836 INFO O| Feb 19 02:56:50.836 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612025-02-19T02:56:51.837Z[ recovery-image] Feb 19 02:56:50.853 INFO O| Feb 19 02:56:50.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83622025-02-19T02:56:51.840Z[ recovery-image] Feb 19 02:56:50.853 INFO O| Feb 19 02:56:50.853 INFO STEP 87 (remove_files) COMPLETE
83632025-02-19T02:56:51.840Z[ recovery-image] Feb 19 02:56:50.853 INFO O| Feb 19 02:56:50.853 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642025-02-19T02:56:51.861Z[ recovery-image] Feb 19 02:56:50.877 INFO O| Feb 19 02:56:50.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83652025-02-19T02:56:51.861Z[ recovery-image] Feb 19 02:56:50.877 INFO O| Feb 19 02:56:50.877 INFO STEP 88 (remove_files) COMPLETE
83662025-02-19T02:56:51.864Z[ recovery-image] Feb 19 02:56:50.877 INFO O| Feb 19 02:56:50.877 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672025-02-19T02:56:51.921Z[ recovery-image] Feb 19 02:56:50.937 INFO O| Feb 19 02:56:50.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83682025-02-19T02:56:51.924Z[ recovery-image] Feb 19 02:56:50.937 INFO O| Feb 19 02:56:50.937 INFO STEP 89 (remove_files) COMPLETE
83692025-02-19T02:56:51.924Z[ recovery-image] Feb 19 02:56:50.937 INFO O| Feb 19 02:56:50.937 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702025-02-19T02:56:51.958Z[ recovery-image] Feb 19 02:56:50.973 INFO O| Feb 19 02:56:50.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83712025-02-19T02:56:51.958Z[ recovery-image] Feb 19 02:56:50.973 INFO O| Feb 19 02:56:50.973 INFO STEP 90 (remove_files) COMPLETE
83722025-02-19T02:56:51.958Z[ recovery-image] Feb 19 02:56:50.973 INFO O| Feb 19 02:56:50.973 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732025-02-19T02:56:51.999Z[ recovery-image] Feb 19 02:56:51.015 INFO O| Feb 19 02:56:51.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83742025-02-19T02:56:51.999Z[ recovery-image] Feb 19 02:56:51.015 INFO O| Feb 19 02:56:51.015 INFO STEP 91 (remove_files) COMPLETE
83752025-02-19T02:56:51.999Z[ recovery-image] Feb 19 02:56:51.015 INFO O| Feb 19 02:56:51.015 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762025-02-19T02:56:52.033Z[ recovery-image] Feb 19 02:56:51.048 INFO O| Feb 19 02:56:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83772025-02-19T02:56:52.035Z[ recovery-image] Feb 19 02:56:51.048 INFO O| Feb 19 02:56:51.048 INFO STEP 92 (remove_files) COMPLETE
83782025-02-19T02:56:52.035Z[ recovery-image] Feb 19 02:56:51.049 INFO O| Feb 19 02:56:51.049 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792025-02-19T02:56:52.052Z[ recovery-image] Feb 19 02:56:51.067 INFO O| Feb 19 02:56:51.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83802025-02-19T02:56:52.055Z[ recovery-image] Feb 19 02:56:51.068 INFO O| Feb 19 02:56:51.068 INFO STEP 93 (remove_files) COMPLETE
83812025-02-19T02:56:52.055Z[ recovery-image] Feb 19 02:56:51.068 INFO O| Feb 19 02:56:51.068 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822025-02-19T02:56:52.071Z[ recovery-image] Feb 19 02:56:51.087 INFO O| Feb 19 02:56:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
83832025-02-19T02:56:52.074Z[ recovery-image] Feb 19 02:56:51.087 INFO O| Feb 19 02:56:51.087 INFO STEP 94 (remove_files) COMPLETE
83842025-02-19T02:56:52.074Z[ recovery-image] Feb 19 02:56:51.087 INFO O| Feb 19 02:56:51.087 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83852025-02-19T02:56:52.100Z[ recovery-image] Feb 19 02:56:51.116 INFO O| Feb 19 02:56:51.116 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
83862025-02-19T02:56:52.106Z[ recovery-image] Feb 19 02:56:51.117 INFO O| Feb 19 02:56:51.116 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83872025-02-19T02:57:10.000Z[ recovery-image] Feb 19 02:57:09.013 INFO O| Feb 19 02:57:09.013 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
83882025-02-19T02:57:10.000Z[ recovery-image] Feb 19 02:57:09.013 INFO O| Feb 19 02:57:09.013 INFO E| svccfg: Loaded 67 smf(7) service descriptions
83892025-02-19T02:57:10.019Z[ recovery-image] Feb 19 02:57:09.033 INFO O| Feb 19 02:57:09.033 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83902025-02-19T02:57:10.198Z[ recovery-image] Feb 19 02:57:09.211 INFO O| Feb 19 02:57:09.211 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83912025-02-19T02:57:10.200Z[ recovery-image] Feb 19 02:57:09.211 INFO O| Feb 19 02:57:09.211 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 ...
83922025-02-19T02:57:10.200Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83932025-02-19T02:57:10.200Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO ok!
83942025-02-19T02:57:10.200Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83952025-02-19T02:57:10.203Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO STEP 95 (seed_smf) COMPLETE
83962025-02-19T02:57:10.203Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO steps complete; finalising image!
83972025-02-19T02:57:10.203Z[ recovery-image] Feb 19 02:57:09.214 INFO O| Feb 19 02:57:09.214 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83982025-02-19T02:57:10.261Z[ recovery-image] Feb 19 02:57:09.275 INFO O| Feb 19 02:57:09.275 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed Feb 19 02:57:09 2025)
83992025-02-19T02:57:10.472Z[ recovery-image] Feb 19 02:57:09.486 INFO O| Feb 19 02:57:09.486 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Wed Feb 19 02:57:09 2025)
84002025-02-19T02:57:10.712Z[ recovery-image] Feb 19 02:57:09.725 INFO O| Feb 19 02:57:09.725 INFO temporary pool has 373M used, 1.39G avail, 1.00x compressratio
84012025-02-19T02:57:10.712Z[ recovery-image] Feb 19 02:57:09.725 INFO O| Feb 19 02:57:09.725 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84022025-02-19T02:57:11.367Z[ recovery-image] Feb 19 02:57:10.380 INFO O| Feb 19 02:57:10.380 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
84032025-02-19T02:57:11.367Z[ recovery-image] Feb 19 02:57:10.380 INFO O| Feb 19 02:57:10.380 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84042025-02-19T02:57:17.049Z[ recovery-image] Feb 19 02:57:16.061 INFO O| Feb 19 02:57:16.061 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84052025-02-19T02:57:17.049Z[ recovery-image] Feb 19 02:57:16.061 INFO O| Feb 19 02:57:16.061 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84062025-02-19T02:57:17.049Z[ recovery-image] Feb 19 02:57:16.061 INFO O| Feb 19 02:57:16.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84072025-02-19T02:57:17.049Z[ recovery-image] Feb 19 02:57:16.061 INFO O| Feb 19 02:57:16.061 INFO completed processing gimlet/zfs-recovery
84082025-02-19T02:57:17.049Z[ recovery-image] Feb 19 02:57:16.061 INFO O| Feb 19 02:57:16.061 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84092025-02-19T02:57:17.855Z[ recovery-image] Feb 19 02:57:16.868 INFO O| Feb 19 02:57:16.868 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84102025-02-19T02:57:17.978Z[ recovery-image] Feb 19 02:57:16.991 INFO BUILD STRING "heads/stlouis-0-g8e8adf9bf2\n"
84112025-02-19T02:57:17.981Z[ recovery-image] Feb 19 02:57:16.992 INFO expanded image name: "recovery 393a925/${os_short_commit} 2025-02-19 02:26" -> "recovery 393a925/8e8adf9 2025-02-19 02:26"
84122025-02-19T02:57:17.981Z[ recovery-image] Feb 19 02:57:16.992 INFO output artefacts stored in: "/work/os-recovery"
84132025-02-19T02:57:17.981Z[ recovery-image] Feb 19 02:57:16.992 INFO collecting git info from project "pilot"...
84142025-02-19T02:57:18.067Z[ recovery-image] Feb 19 02:57:17.080 INFO collecting git info from project "phbl"...
84152025-02-19T02:57:18.079Z[ recovery-image] Feb 19 02:57:17.092 INFO collecting git info from project "image-builder"...
84162025-02-19T02:57:18.097Z[ recovery-image] Feb 19 02:57:17.110 INFO collecting git info from project "amd-host-image-builder"...
84172025-02-19T02:57:18.786Z[ recovery-image] Feb 19 02:57:17.799 INFO collecting git info from project "amd-firmware"...
84182025-02-19T02:57:19.409Z[ recovery-image] Feb 19 02:57:18.422 INFO collecting git info from project "pinprick"...
84192025-02-19T02:57:19.420Z[ recovery-image] Feb 19 02:57:18.433 INFO collecting git info from project "bootserver"...
84202025-02-19T02:57:19.435Z[ recovery-image] Feb 19 02:57:18.448 INFO collecting git info from project "chelsio-t6-roms"...
84212025-02-19T02:57:19.467Z[ recovery-image] Feb 19 02:57:18.479 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84222025-02-19T02:57:20.268Z[ recovery-image] Feb 19 02:57:19.280 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84232025-02-19T02:57:20.996Z[ recovery-image] Feb 19 02:57:20.008 INFO creating Oxide boot image...
84242025-02-19T02:57:20.999Z[ recovery-image] Feb 19 02:57:20.009 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 393a925/8e8adf9 2025-02-19 02:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84252025-02-19T02:57:55.374Z[ host-image] Feb 19 02:57:54.382 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23218:20250214T014539Z
84262025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.382 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23218:20250214T014539Z
84272025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.383 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84282025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.383 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84292025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.383 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84302025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.383 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84312025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.385 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84322025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.385 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84332025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.385 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84342025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.385 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84352025-02-19T02:57:55.377Z[ host-image] Feb 19 02:57:54.385 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23218:20250214T014540Z
84362025-02-19T02:57:55.380Z[ host-image] Feb 19 02:57:54.388 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23218:20250214T014541Z
84372025-02-19T02:57:55.382Z[ host-image] Feb 19 02:57:54.389 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23218:20250214T014541Z
84382025-02-19T02:57:55.383Z[ host-image] Feb 19 02:57:54.390 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23218:20250214T014541Z
84392025-02-19T02:57:55.383Z[ host-image] Feb 19 02:57:54.390 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84402025-02-19T02:57:55.383Z[ host-image] Feb 19 02:57:54.391 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23218:20250214T014541Z
84412025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.392 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23218:20250214T014541Z
84422025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.392 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23218:20250214T014541Z
84432025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.392 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23218:20250214T014542Z
84442025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.393 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23218:20250214T014542Z
84452025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.393 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23218:20250214T014542Z
84462025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.393 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23218:20250214T014543Z
84472025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.393 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23218:20250214T014543Z
84482025-02-19T02:57:55.385Z[ host-image] Feb 19 02:57:54.394 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23218:20250214T014544Z
84492025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.394 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23218:20250214T014544Z
84502025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.394 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23218:20250214T014545Z
84512025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23218:20250214T014545Z
84522025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23218:20250214T014547Z
84532025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23218:20250214T014547Z
84542025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
84552025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23218:20250214T014549Z
84562025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23218:20250214T014551Z
84572025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.395 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23218:20250214T014551Z
84582025-02-19T02:57:55.388Z[ host-image] Feb 19 02:57:54.396 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23218:20250214T014552Z
84592025-02-19T02:57:55.391Z[ host-image] Feb 19 02:57:54.397 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23218:20250214T014553Z
84602025-02-19T02:57:55.391Z[ host-image] Feb 19 02:57:54.397 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23218:20250214T014554Z
84612025-02-19T02:57:55.404Z[ host-image] Feb 19 02:57:54.412 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84622025-02-19T02:57:55.404Z[ host-image] Feb 19 02:57:54.412 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23218:20250214T014554Z
84632025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.412 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84642025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.413 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84652025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.413 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84662025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.414 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23218:20250214T014554Z
84672025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.414 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84682025-02-19T02:57:55.406Z[ host-image] Feb 19 02:57:54.415 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84692025-02-19T02:57:55.409Z[ host-image] Feb 19 02:57:54.416 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84702025-02-19T02:57:55.409Z[ host-image] Feb 19 02:57:54.417 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84712025-02-19T02:57:55.427Z[ host-image] Feb 19 02:57:54.436 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84722025-02-19T02:57:55.427Z[ host-image] Feb 19 02:57:54.436 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84732025-02-19T02:57:55.430Z[ host-image] Feb 19 02:57:54.436 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84742025-02-19T02:57:55.430Z[ host-image] Feb 19 02:57:54.437 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84752025-02-19T02:57:55.430Z[ host-image] Feb 19 02:57:54.438 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84762025-02-19T02:57:55.430Z[ host-image] Feb 19 02:57:54.438 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84772025-02-19T02:57:55.483Z[ host-image] Feb 19 02:57:54.490 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
84782025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.491 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84792025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.491 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84802025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.492 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23218:20250214T014556Z
84812025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.492 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23218:20250214T014601Z
84822025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.492 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84832025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.492 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23218:20250214T014602Z
84842025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.493 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84852025-02-19T02:57:55.485Z[ host-image] Feb 19 02:57:54.493 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84862025-02-19T02:57:55.486Z[ host-image] Feb 19 02:57:54.493 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
84872025-02-19T02:57:55.486Z[ host-image] Feb 19 02:57:54.493 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23218:20250214T014602Z
84882025-02-19T02:57:55.486Z[ host-image] Feb 19 02:57:54.493 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84892025-02-19T02:57:55.492Z[ host-image] Feb 19 02:57:54.500 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84902025-02-19T02:57:55.492Z[ host-image] Feb 19 02:57:54.500 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84912025-02-19T02:57:55.494Z[ host-image] Feb 19 02:57:54.500 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84922025-02-19T02:57:55.494Z[ host-image] Feb 19 02:57:54.501 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23218:20250214T014602Z
84932025-02-19T02:57:55.494Z[ host-image] Feb 19 02:57:54.501 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84942025-02-19T02:57:55.512Z[ host-image] Feb 19 02:57:54.520 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84952025-02-19T02:57:55.515Z[ host-image] Feb 19 02:57:54.521 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23218:20250214T014603Z
84962025-02-19T02:57:55.519Z[ host-image] Feb 19 02:57:54.524 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23218:20250214T014603Z
84972025-02-19T02:57:55.519Z[ host-image] Feb 19 02:57:54.525 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23218:20250214T014603Z
84982025-02-19T02:57:55.519Z[ host-image] Feb 19 02:57:54.525 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84992025-02-19T02:57:55.519Z[ host-image] Feb 19 02:57:54.526 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23218:20250214T014605Z
85002025-02-19T02:57:55.522Z[ host-image] Feb 19 02:57:54.526 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23218:20250214T014605Z
85012025-02-19T02:57:55.522Z[ host-image] Feb 19 02:57:54.527 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23218:20250214T014605Z
85022025-02-19T02:57:55.522Z[ host-image] Feb 19 02:57:54.527 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23218:20250214T014605Z
85032025-02-19T02:57:55.524Z[ host-image] Feb 19 02:57:54.533 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85042025-02-19T02:57:55.527Z[ host-image] Feb 19 02:57:54.534 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23218:20250214T014605Z
85052025-02-19T02:57:55.527Z[ host-image] Feb 19 02:57:54.535 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23218:20250214T014607Z
85062025-02-19T02:57:55.527Z[ host-image] Feb 19 02:57:54.535 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85072025-02-19T02:57:55.527Z[ host-image] Feb 19 02:57:54.535 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23218:20250214T014607Z
85082025-02-19T02:57:55.530Z[ host-image] Feb 19 02:57:54.536 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23218:20250214T014607Z
85092025-02-19T02:57:55.530Z[ host-image] Feb 19 02:57:54.536 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23218:20250214T014607Z
85102025-02-19T02:57:55.530Z[ host-image] Feb 19 02:57:54.537 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23218:20250214T014607Z
85112025-02-19T02:57:55.541Z[ host-image] Feb 19 02:57:54.550 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23218:20250214T014607Z
85122025-02-19T02:57:55.542Z[ host-image] Feb 19 02:57:54.550 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85132025-02-19T02:57:55.545Z[ host-image] Feb 19 02:57:54.553 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23218:20250214T014607Z
85142025-02-19T02:57:55.548Z[ host-image] Feb 19 02:57:54.555 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23218:20250214T014608Z
85152025-02-19T02:57:55.548Z[ host-image] Feb 19 02:57:54.555 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23218:20250214T014608Z
85162025-02-19T02:57:55.548Z[ host-image] Feb 19 02:57:54.556 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23218:20250214T014608Z
85172025-02-19T02:57:55.551Z[ host-image] Feb 19 02:57:54.557 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23218:20250214T014608Z
85182025-02-19T02:57:55.551Z[ host-image] Feb 19 02:57:54.557 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23218:20250214T014608Z
85192025-02-19T02:57:55.565Z[ host-image] Feb 19 02:57:54.573 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23218:20250214T014610Z
85202025-02-19T02:57:55.568Z[ host-image] Feb 19 02:57:54.573 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23218:20250214T014609Z
85212025-02-19T02:57:55.568Z[ host-image] Feb 19 02:57:54.574 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23218:20250214T014609Z
85222025-02-19T02:57:55.569Z[ host-image] Feb 19 02:57:54.576 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23218:20250214T014609Z
85232025-02-19T02:57:55.569Z[ host-image] Feb 19 02:57:54.576 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23218:20250214T014610Z
85242025-02-19T02:57:55.611Z[ host-image] Feb 19 02:57:54.620 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23218:20250214T014613Z
85252025-02-19T02:57:55.612Z[ host-image] Feb 19 02:57:54.620 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23218:20250214T014610Z
85262025-02-19T02:57:55.614Z[ host-image] Feb 19 02:57:54.620 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23218:20250214T014610Z
85272025-02-19T02:57:55.614Z[ host-image] Feb 19 02:57:54.620 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85282025-02-19T02:57:55.614Z[ host-image] Feb 19 02:57:54.621 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85292025-02-19T02:57:55.650Z[ host-image] Feb 19 02:57:54.659 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23218:20250214T014610Z
85302025-02-19T02:57:55.653Z[ host-image] Feb 19 02:57:54.659 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85312025-02-19T02:57:55.653Z[ host-image] Feb 19 02:57:54.659 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23218:20250214T014611Z
85322025-02-19T02:57:55.653Z[ host-image] Feb 19 02:57:54.659 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23218:20250214T014611Z
85332025-02-19T02:57:55.653Z[ host-image] Feb 19 02:57:54.661 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23218:20250214T014611Z
85342025-02-19T02:57:55.653Z[ host-image] Feb 19 02:57:54.662 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85352025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.662 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85362025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.663 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23218:20250214T014612Z
85372025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.663 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23218:20250214T014612Z
85382025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.663 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23218:20250214T014612Z
85392025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.664 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23218:20250214T014612Z
85402025-02-19T02:57:55.656Z[ host-image] Feb 19 02:57:54.664 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23218:20250214T014613Z
85412025-02-19T02:57:55.659Z[ host-image] Feb 19 02:57:54.665 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23218:20250214T014613Z
85422025-02-19T02:57:55.662Z[ host-image] Feb 19 02:57:54.668 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85432025-02-19T02:57:55.662Z[ host-image] Feb 19 02:57:54.669 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23218:20250214T014613Z
85442025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.671 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23218:20250214T014613Z
85452025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.671 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23218:20250214T014614Z
85462025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.672 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23218:20250214T014615Z
85472025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.672 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23218:20250214T014614Z
85482025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.672 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23218:20250214T014614Z
85492025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.672 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85502025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.673 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85512025-02-19T02:57:55.665Z[ host-image] Feb 19 02:57:54.673 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23218:20250214T014616Z
85522025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23218:20250214T014617Z
85532025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85542025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85552025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85562025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85572025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.674 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85582025-02-19T02:57:55.668Z[ host-image] Feb 19 02:57:54.676 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85592025-02-19T02:57:55.671Z[ host-image] Feb 19 02:57:54.677 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85602025-02-19T02:57:55.671Z[ host-image] Feb 19 02:57:54.678 INFO O| tempdir @ "/tmp/.tmpJkTNew/tmp"
85612025-02-19T02:57:55.671Z[ host-image] Feb 19 02:57:54.678 INFO O| image root @ "/tmp/.tmpJkTNew/tmp/root"
85622025-02-19T02:57:55.671Z[ host-image] Feb 19 02:57:54.678 INFO O| creating image...
85632025-02-19T02:57:56.824Z[ host-image] Feb 19 02:57:55.820 INFO O| copying publishers...
85642025-02-19T02:58:21.523Z[ host-image] Feb 19 02:58:20.528 INFO O| adding properties...
85652025-02-19T02:58:22.440Z[ recovery-image] Feb 19 02:58:21.444 INFO O| ok, image written!
85662025-02-19T02:58:22.443Z[ recovery-image] Feb 19 02:58:21.445 INFO O| ok, boot_image_csum file written!
85672025-02-19T02:58:22.446Z[ recovery-image] Feb 19 02:58:21.451 INFO creating boot archive (CPIO)...
85682025-02-19T02:58:22.446Z[ recovery-image] Feb 19 02:58:21.451 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
85692025-02-19T02:58:22.470Z[ recovery-image] Feb 19 02:58:21.475 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85702025-02-19T02:58:22.470Z[ recovery-image] Feb 19 02:58:21.475 INFO E| + outfile=/work/os-recovery/cpio
85712025-02-19T02:58:22.470Z[ recovery-image] Feb 19 02:58:21.475 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85722025-02-19T02:58:22.473Z[ recovery-image] Feb 19 02:58:21.478 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85732025-02-19T02:58:22.476Z[ recovery-image] Feb 19 02:58:21.479 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85742025-02-19T02:58:22.518Z[ recovery-image] Feb 19 02:58:21.523 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85752025-02-19T02:58:22.518Z[ recovery-image] Feb 19 02:58:21.523 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85762025-02-19T02:58:22.530Z[ recovery-image] Feb 19 02:58:21.535 INFO creating compressed cpio/unix for nanobl-rs...
85772025-02-19T02:58:22.532Z[ recovery-image] Feb 19 02:58:21.535 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
85782025-02-19T02:58:23.051Z[ recovery-image] Feb 19 02:58:22.053 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85792025-02-19T02:58:24.050Z[ host-image] Feb 19 02:58:23.055 INFO O| installing packages...
85802025-02-19T02:58:30.745Z[ recovery-image] Feb 19 02:58:29.749 INFO creating reset image...
85812025-02-19T02:58:30.746Z[ recovery-image] Feb 19 02:58:29.750 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85822025-02-19T02:58:31.567Z[ recovery-image] Feb 19 02:58:30.571 INFO E| Updating crates.io index
85832025-02-19T02:58:32.087Z[ recovery-image] Feb 19 02:58:31.090 INFO E| Downloading crates ...
85842025-02-19T02:58:32.220Z[ recovery-image] Feb 19 02:58:31.224 INFO E| Downloaded shared_child v1.0.1
85852025-02-19T02:58:32.228Z[ recovery-image] Feb 19 02:58:31.232 INFO E| Downloaded os_pipe v1.2.1
85862025-02-19T02:58:32.230Z[ recovery-image] Feb 19 02:58:31.234 INFO E| Downloaded clap_lex v0.7.2
85872025-02-19T02:58:32.233Z[ recovery-image] Feb 19 02:58:31.236 INFO E| Downloaded quote v1.0.37
85882025-02-19T02:58:32.236Z[ recovery-image] Feb 19 02:58:31.240 INFO E| Downloaded clap_derive v4.5.13
85892025-02-19T02:58:32.240Z[ recovery-image] Feb 19 02:58:31.244 INFO E| Downloaded unicode-ident v1.0.13
85902025-02-19T02:58:32.244Z[ recovery-image] Feb 19 02:58:31.248 INFO E| Downloaded duct v0.13.7
85912025-02-19T02:58:32.247Z[ recovery-image] Feb 19 02:58:31.251 INFO E| Downloaded clap v4.5.17
85922025-02-19T02:58:32.272Z[ recovery-image] Feb 19 02:58:31.276 INFO E| Downloaded clap_builder v4.5.17
85932025-02-19T02:58:32.309Z[ recovery-image] Feb 19 02:58:31.312 INFO E| Downloaded syn v2.0.77
85942025-02-19T02:58:32.358Z[ recovery-image] Feb 19 02:58:31.360 INFO E| Downloaded libc v0.2.158
85952025-02-19T02:58:32.491Z[ recovery-image] Feb 19 02:58:31.494 INFO E| Compiling proc-macro2 v1.0.86
85962025-02-19T02:58:32.515Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling unicode-ident v1.0.13
85972025-02-19T02:58:32.515Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling libc v0.2.158
85982025-02-19T02:58:32.517Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling utf8parse v0.2.2
85992025-02-19T02:58:32.517Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling anstyle-query v1.1.1
86002025-02-19T02:58:32.517Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling anstyle v1.0.8
86012025-02-19T02:58:32.517Z[ recovery-image] Feb 19 02:58:31.518 INFO E| Compiling is_terminal_polyfill v1.70.1
86022025-02-19T02:58:32.517Z[ recovery-image] Feb 19 02:58:31.519 INFO E| Compiling colorchoice v1.0.2
86032025-02-19T02:58:33.154Z[ recovery-image] Feb 19 02:58:32.157 INFO E| Compiling strsim v0.11.1
86042025-02-19T02:58:33.331Z[ recovery-image] Feb 19 02:58:32.335 INFO E| Compiling anstyle-parse v0.2.5
86052025-02-19T02:58:33.459Z[ recovery-image] Feb 19 02:58:32.463 INFO E| Compiling heck v0.5.0
86062025-02-19T02:58:33.490Z[ recovery-image] Feb 19 02:58:32.493 INFO E| Compiling clap_lex v0.7.2
86072025-02-19T02:58:33.892Z[ recovery-image] Feb 19 02:58:32.894 INFO E| Compiling anstream v0.6.15
86082025-02-19T02:58:34.095Z[ recovery-image] Feb 19 02:58:33.098 INFO E| Compiling once_cell v1.19.0
86092025-02-19T02:58:34.930Z[ recovery-image] Feb 19 02:58:33.758 INFO E| Compiling clap_builder v4.5.17
86102025-02-19T02:58:35.559Z[ recovery-image] Feb 19 02:58:34.562 INFO E| Compiling quote v1.0.37
86112025-02-19T02:58:35.566Z[ recovery-image] Feb 19 02:58:34.569 INFO E| Compiling os_pipe v1.2.1
86122025-02-19T02:58:35.566Z[ recovery-image] Feb 19 02:58:34.569 INFO E| Compiling shared_child v1.0.1
86132025-02-19T02:58:36.192Z[ recovery-image] Feb 19 02:58:35.196 INFO E| Compiling syn v2.0.77
86142025-02-19T02:58:36.249Z[ recovery-image] Feb 19 02:58:35.252 INFO E| Compiling duct v0.13.7
86152025-02-19T02:58:45.363Z[ recovery-image] Feb 19 02:58:44.365 INFO E| Compiling clap_derive v4.5.13
86162025-02-19T02:58:49.141Z[ recovery-image] Feb 19 02:58:48.142 INFO E| Compiling clap v4.5.17
86172025-02-19T02:58:49.230Z[ recovery-image] Feb 19 02:58:48.232 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86182025-02-19T02:58:51.274Z[ recovery-image] Feb 19 02:58:50.275 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s
86192025-02-19T02:58:51.290Z[ recovery-image] Feb 19 02:58:50.291 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86202025-02-19T02:58:51.555Z[ recovery-image] Feb 19 02:58:50.557 INFO E| Updating crates.io index
86212025-02-19T02:58:51.899Z[ recovery-image] Feb 19 02:58:50.900 INFO E| Downloading crates ...
86222025-02-19T02:58:52.184Z[ recovery-image] Feb 19 02:58:51.186 INFO E| Downloaded bitstruct v0.1.1
86232025-02-19T02:58:52.196Z[ recovery-image] Feb 19 02:58:51.197 INFO E| Downloaded proc-macro2 v1.0.89
86242025-02-19T02:58:52.203Z[ recovery-image] Feb 19 02:58:51.204 INFO E| Downloaded bitstruct_derive v0.1.0
86252025-02-19T02:58:52.208Z[ recovery-image] Feb 19 02:58:51.210 INFO E| Downloaded bit_field v0.10.2
86262025-02-19T02:58:52.210Z[ recovery-image] Feb 19 02:58:51.212 INFO E| Downloaded seq-macro v0.3.5
86272025-02-19T02:58:52.213Z[ recovery-image] Feb 19 02:58:51.214 INFO E| Downloaded cpio_reader v0.1.1
86282025-02-19T02:58:52.224Z[ recovery-image] Feb 19 02:58:51.225 INFO E| Downloaded raw-cpuid v10.7.0
86292025-02-19T02:58:52.242Z[ recovery-image] Feb 19 02:58:51.243 INFO E| Downloaded syn v2.0.85
86302025-02-19T02:58:52.433Z[ recovery-image] Feb 19 02:58:51.434 INFO E| Downloaded x86 v0.52.0
86312025-02-19T02:58:52.519Z[ recovery-image] Feb 19 02:58:51.520 INFO E| Updating crates.io index
86322025-02-19T02:58:52.793Z[ recovery-image] Feb 19 02:58:51.794 INFO E| Downloading crates ...
86332025-02-19T02:58:53.088Z[ recovery-image] Feb 19 02:58:52.089 INFO E| Downloaded hashbrown v0.15.0
86342025-02-19T02:58:53.096Z[ recovery-image] Feb 19 02:58:52.097 INFO E| Downloaded compiler_builtins v0.1.134
86352025-02-19T02:58:53.141Z[ recovery-image] Feb 19 02:58:52.142 INFO E| Downloaded libc v0.2.161
86362025-02-19T02:58:53.328Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling compiler_builtins v0.1.134
86372025-02-19T02:58:53.328Z[ recovery-image] Feb 19 02:58:52.329 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)
86382025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling proc-macro2 v1.0.89
86392025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling unicode-ident v1.0.13
86402025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling syn v1.0.109
86412025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling x86 v0.52.0
86422025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.329 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86432025-02-19T02:58:53.330Z[ recovery-image] Feb 19 02:58:52.330 INFO E| Compiling seq-macro v0.3.5
86442025-02-19T02:58:56.215Z[ recovery-image] Feb 19 02:58:55.216 INFO E| Compiling quote v1.0.37
86452025-02-19T02:58:56.740Z[ recovery-image] Feb 19 02:58:55.741 INFO E| Compiling syn v2.0.85
86462025-02-19T02:59:01.537Z[ host-image] Feb 19 02:59:00.537 INFO O| seeding SMF database...
86472025-02-19T02:59:02.922Z[ recovery-image] Feb 19 02:59:01.923 INFO E| Compiling scroll_derive v0.12.0
86482025-02-19T02:59:08.967Z[ recovery-image] Feb 19 02:59:07.967 INFO E| Compiling bitstruct_derive v0.1.0
86492025-02-19T02:59:16.176Z[ host-image] Feb 19 02:59:15.175 INFO O| configuring SMF profile...
86502025-02-19T02:59:16.179Z[ host-image] Feb 19 02:59:15.175 INFO O| modifying shadow(5)...
86512025-02-19T02:59:16.179Z[ host-image] Feb 19 02:59:15.175 INFO O| loading user and group database...
86522025-02-19T02:59:16.179Z[ host-image] Feb 19 02:59:15.175 INFO O| assessing packaged files...
86532025-02-19T02:59:21.542Z[ host-image] Feb 19 02:59:20.539 INFO O| creating archive...
86542025-02-19T02:59:21.613Z[ host-image] Feb 19 02:59:20.602 INFO O| missing from packaging:
86552025-02-19T02:59:21.613Z[ host-image] Feb 19 02:59:20.602 INFO O| "etc/.pwd.lock"
86562025-02-19T02:59:21.617Z[ host-image] Feb 19 02:59:20.602 INFO O| "etc/bash"
86572025-02-19T02:59:21.617Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/profile/generic.xml"
86582025-02-19T02:59:21.617Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/profile/inetd_services.xml"
86592025-02-19T02:59:21.618Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/profile/name_service.xml"
86602025-02-19T02:59:21.618Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/profile/platform.xml"
86612025-02-19T02:59:21.618Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/profile/platform_omicron1.xml"
86622025-02-19T02:59:21.618Z[ host-image] Feb 19 02:59:20.611 INFO O| "etc/svc/repository.db"
86632025-02-19T02:59:21.628Z[ host-image] Feb 19 02:59:20.625 INFO O| "opt/ooce/share"
86642025-02-19T02:59:21.629Z[ host-image] Feb 19 02:59:20.625 INFO O| "opt/ooce/share/man"
86652025-02-19T02:59:21.634Z[ host-image] Feb 19 02:59:20.625 INFO O| "opt/ooce/share/man/man1"
86662025-02-19T02:59:21.641Z[ host-image] Feb 19 02:59:20.639 INFO O| finishing archive...
86672025-02-19T02:59:25.744Z[ host-image] Feb 19 02:59:24.742 INFO O| creating gzonly manifest...
86682025-02-19T02:59:25.756Z[ host-image] Feb 19 02:59:24.753 INFO O| ok
86692025-02-19T02:59:25.959Z[ host-image] Feb 19 02:59:24.956 INFO image builder template: ramdisk-02-trim...
86702025-02-19T02:59:25.959Z[ host-image] Feb 19 02:59:24.956 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/.tmprV1oZT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
86712025-02-19T02:59:26.002Z[ host-image] Feb 19 02:59:24.998 INFO O| Feb 19 02:59:24.998 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86722025-02-19T02:59:26.032Z[ host-image] Feb 19 02:59:25.028 INFO O| Feb 19 02:59:25.028 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86732025-02-19T02:59:26.154Z[ host-image] Feb 19 02:59:25.142 INFO O| Feb 19 02:59:25.141 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86742025-02-19T02:59:26.233Z[ host-image] Feb 19 02:59:25.230 INFO O| Feb 19 02:59:25.229 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86752025-02-19T02:59:26.233Z[ host-image] Feb 19 02:59:25.230 INFO O| Feb 19 02:59:25.230 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86762025-02-19T02:59:26.243Z[ host-image] Feb 19 02:59:25.240 INFO O| Feb 19 02:59:25.240 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86772025-02-19T02:59:26.256Z[ host-image] Feb 19 02:59:25.247 INFO O| Feb 19 02:59:25.247 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86782025-02-19T02:59:26.282Z[ host-image] Feb 19 02:59:25.279 INFO O| Feb 19 02:59:25.279 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86792025-02-19T02:59:26.753Z[ host-image] Feb 19 02:59:25.750 INFO O| Feb 19 02:59:25.750 INFO rolled back to input snapshot; work may begin
86802025-02-19T02:59:26.753Z[ host-image] Feb 19 02:59:25.750 INFO O| Feb 19 02:59:25.750 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86812025-02-19T02:59:26.764Z[ host-image] Feb 19 02:59:25.761 INFO O| Feb 19 02:59:25.761 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822025-02-19T02:59:26.785Z[ host-image] Feb 19 02:59:25.781 INFO O| Feb 19 02:59:25.781 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86832025-02-19T02:59:27.036Z[ host-image] Feb 19 02:59:26.033 INFO O| Feb 19 02:59:26.033 INFO STEP 0 (remove_files) COMPLETE
86842025-02-19T02:59:27.036Z[ host-image] Feb 19 02:59:26.033 INFO O| Feb 19 02:59:26.033 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852025-02-19T02:59:27.072Z[ host-image] Feb 19 02:59:26.069 INFO O| Feb 19 02:59:26.069 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86862025-02-19T02:59:27.076Z[ host-image] Feb 19 02:59:26.072 INFO O| Feb 19 02:59:26.072 INFO STEP 1 (remove_files) COMPLETE
86872025-02-19T02:59:27.076Z[ host-image] Feb 19 02:59:26.072 INFO O| Feb 19 02:59:26.072 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882025-02-19T02:59:27.113Z[ host-image] Feb 19 02:59:26.110 INFO O| Feb 19 02:59:26.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86892025-02-19T02:59:27.145Z[ host-image] Feb 19 02:59:26.142 INFO O| Feb 19 02:59:26.142 INFO STEP 2 (remove_files) COMPLETE
86902025-02-19T02:59:27.145Z[ host-image] Feb 19 02:59:26.142 INFO O| Feb 19 02:59:26.142 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912025-02-19T02:59:27.203Z[ host-image] Feb 19 02:59:26.196 INFO O| Feb 19 02:59:26.196 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86922025-02-19T02:59:27.207Z[ host-image] Feb 19 02:59:26.199 INFO O| Feb 19 02:59:26.199 INFO STEP 3 (remove_files) COMPLETE
86932025-02-19T02:59:27.207Z[ host-image] Feb 19 02:59:26.200 INFO O| Feb 19 02:59:26.199 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942025-02-19T02:59:27.225Z[ host-image] Feb 19 02:59:26.222 INFO O| Feb 19 02:59:26.222 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86952025-02-19T02:59:27.231Z[ host-image] Feb 19 02:59:26.228 INFO O| Feb 19 02:59:26.228 INFO STEP 4 (remove_files) COMPLETE
86962025-02-19T02:59:27.235Z[ host-image] Feb 19 02:59:26.228 INFO O| Feb 19 02:59:26.228 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972025-02-19T02:59:27.273Z[ host-image] Feb 19 02:59:26.268 INFO O| Feb 19 02:59:26.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86982025-02-19T02:59:27.277Z[ host-image] Feb 19 02:59:26.273 INFO O| Feb 19 02:59:26.273 INFO STEP 5 (remove_files) COMPLETE
86992025-02-19T02:59:27.280Z[ host-image] Feb 19 02:59:26.273 INFO O| Feb 19 02:59:26.273 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002025-02-19T02:59:27.299Z[ host-image] Feb 19 02:59:26.294 INFO O| Feb 19 02:59:26.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87012025-02-19T02:59:27.314Z[ host-image] Feb 19 02:59:26.311 INFO O| Feb 19 02:59:26.311 INFO STEP 6 (remove_files) COMPLETE
87022025-02-19T02:59:27.314Z[ host-image] Feb 19 02:59:26.311 INFO O| Feb 19 02:59:26.311 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032025-02-19T02:59:27.335Z[ host-image] Feb 19 02:59:26.332 INFO O| Feb 19 02:59:26.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87042025-02-19T02:59:27.355Z[ host-image] Feb 19 02:59:26.352 INFO O| Feb 19 02:59:26.352 INFO STEP 7 (remove_files) COMPLETE
87052025-02-19T02:59:27.356Z[ host-image] Feb 19 02:59:26.352 INFO O| Feb 19 02:59:26.352 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062025-02-19T02:59:27.380Z[ host-image] Feb 19 02:59:26.374 INFO O| Feb 19 02:59:26.374 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87072025-02-19T02:59:27.534Z[ host-image] Feb 19 02:59:26.528 INFO O| Feb 19 02:59:26.528 INFO STEP 8 (remove_files) COMPLETE
87082025-02-19T02:59:27.534Z[ host-image] Feb 19 02:59:26.528 INFO O| Feb 19 02:59:26.528 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092025-02-19T02:59:27.554Z[ host-image] Feb 19 02:59:26.549 INFO O| Feb 19 02:59:26.549 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87102025-02-19T02:59:27.716Z[ host-image] Feb 19 02:59:26.711 INFO O| Feb 19 02:59:26.711 INFO STEP 9 (remove_files) COMPLETE
87112025-02-19T02:59:27.716Z[ host-image] Feb 19 02:59:26.711 INFO O| Feb 19 02:59:26.711 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122025-02-19T02:59:27.740Z[ host-image] Feb 19 02:59:26.731 INFO O| Feb 19 02:59:26.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87132025-02-19T02:59:27.743Z[ host-image] Feb 19 02:59:26.737 INFO O| Feb 19 02:59:26.737 INFO STEP 10 (remove_files) COMPLETE
87142025-02-19T02:59:27.743Z[ host-image] Feb 19 02:59:26.737 INFO O| Feb 19 02:59:26.737 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152025-02-19T02:59:27.759Z[ host-image] Feb 19 02:59:26.756 INFO O| Feb 19 02:59:26.756 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87162025-02-19T02:59:27.763Z[ host-image] Feb 19 02:59:26.758 INFO O| Feb 19 02:59:26.758 INFO STEP 11 (remove_files) COMPLETE
87172025-02-19T02:59:27.763Z[ host-image] Feb 19 02:59:26.758 INFO O| Feb 19 02:59:26.758 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182025-02-19T02:59:27.795Z[ host-image] Feb 19 02:59:26.792 INFO O| Feb 19 02:59:26.792 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87192025-02-19T02:59:27.801Z[ host-image] Feb 19 02:59:26.795 INFO O| Feb 19 02:59:26.795 INFO STEP 12 (remove_files) COMPLETE
87202025-02-19T02:59:27.801Z[ host-image] Feb 19 02:59:26.795 INFO O| Feb 19 02:59:26.795 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212025-02-19T02:59:27.854Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.849 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87222025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87232025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87242025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87252025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87262025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.850 INFO O| Feb 19 02:59:26.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87272025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.851 INFO O| Feb 19 02:59:26.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87282025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.851 INFO O| Feb 19 02:59:26.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87292025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.851 INFO O| Feb 19 02:59:26.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87302025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.851 INFO O| Feb 19 02:59:26.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87312025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.852 INFO O| Feb 19 02:59:26.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87322025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.852 INFO O| Feb 19 02:59:26.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87332025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.852 INFO O| Feb 19 02:59:26.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87342025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.852 INFO O| Feb 19 02:59:26.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87352025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.853 INFO O| Feb 19 02:59:26.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87362025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.853 INFO O| Feb 19 02:59:26.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87372025-02-19T02:59:27.858Z[ host-image] Feb 19 02:59:26.853 INFO O| Feb 19 02:59:26.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87382025-02-19T02:59:28.344Z[ host-image] Feb 19 02:59:27.341 INFO O| Feb 19 02:59:27.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87392025-02-19T02:59:28.354Z[ host-image] Feb 19 02:59:27.350 INFO O| Feb 19 02:59:27.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87402025-02-19T02:59:28.361Z[ host-image] Feb 19 02:59:27.357 INFO O| Feb 19 02:59:27.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87412025-02-19T02:59:28.382Z[ host-image] Feb 19 02:59:27.379 INFO O| Feb 19 02:59:27.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87422025-02-19T02:59:28.548Z[ host-image] Feb 19 02:59:27.545 INFO O| Feb 19 02:59:27.545 INFO STEP 13 (remove_files) COMPLETE
87432025-02-19T02:59:28.548Z[ host-image] Feb 19 02:59:27.545 INFO O| Feb 19 02:59:27.545 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442025-02-19T02:59:28.600Z[ host-image] Feb 19 02:59:27.596 INFO O| Feb 19 02:59:27.596 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87452025-02-19T02:59:28.604Z[ host-image] Feb 19 02:59:27.599 INFO O| Feb 19 02:59:27.599 INFO STEP 14 (remove_files) COMPLETE
87462025-02-19T02:59:28.604Z[ host-image] Feb 19 02:59:27.599 INFO O| Feb 19 02:59:27.599 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472025-02-19T02:59:28.623Z[ host-image] Feb 19 02:59:27.619 INFO O| Feb 19 02:59:27.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87482025-02-19T02:59:28.633Z[ host-image] Feb 19 02:59:27.630 INFO O| Feb 19 02:59:27.630 INFO STEP 15 (remove_files) COMPLETE
87492025-02-19T02:59:28.633Z[ host-image] Feb 19 02:59:27.630 INFO O| Feb 19 02:59:27.630 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502025-02-19T02:59:28.705Z[ host-image] Feb 19 02:59:27.695 INFO O| Feb 19 02:59:27.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87512025-02-19T02:59:28.708Z[ host-image] Feb 19 02:59:27.696 INFO O| Feb 19 02:59:27.696 INFO STEP 16 (remove_files) COMPLETE
87522025-02-19T02:59:28.708Z[ host-image] Feb 19 02:59:27.696 INFO O| Feb 19 02:59:27.696 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532025-02-19T02:59:28.719Z[ host-image] Feb 19 02:59:27.716 INFO O| Feb 19 02:59:27.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87542025-02-19T02:59:28.725Z[ host-image] Feb 19 02:59:27.718 INFO O| Feb 19 02:59:27.718 INFO STEP 17 (remove_files) COMPLETE
87552025-02-19T02:59:28.725Z[ host-image] Feb 19 02:59:27.718 INFO O| Feb 19 02:59:27.718 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562025-02-19T02:59:28.742Z[ host-image] Feb 19 02:59:27.738 INFO O| Feb 19 02:59:27.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87572025-02-19T02:59:28.745Z[ host-image] Feb 19 02:59:27.739 INFO O| Feb 19 02:59:27.739 INFO STEP 18 (remove_files) COMPLETE
87582025-02-19T02:59:28.745Z[ host-image] Feb 19 02:59:27.739 INFO O| Feb 19 02:59:27.739 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592025-02-19T02:59:28.764Z[ host-image] Feb 19 02:59:27.758 INFO O| Feb 19 02:59:27.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87602025-02-19T02:59:28.768Z[ host-image] Feb 19 02:59:27.758 INFO O| Feb 19 02:59:27.758 INFO STEP 19 (remove_files) COMPLETE
87612025-02-19T02:59:28.768Z[ host-image] Feb 19 02:59:27.758 INFO O| Feb 19 02:59:27.758 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622025-02-19T02:59:28.789Z[ host-image] Feb 19 02:59:27.785 INFO O| Feb 19 02:59:27.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87632025-02-19T02:59:28.789Z[ host-image] Feb 19 02:59:27.785 INFO O| Feb 19 02:59:27.785 INFO STEP 20 (remove_files) COMPLETE
87642025-02-19T02:59:28.789Z[ host-image] Feb 19 02:59:27.785 INFO O| Feb 19 02:59:27.785 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652025-02-19T02:59:28.814Z[ host-image] Feb 19 02:59:27.811 INFO O| Feb 19 02:59:27.811 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87662025-02-19T02:59:28.815Z[ host-image] Feb 19 02:59:27.811 INFO O| Feb 19 02:59:27.811 INFO STEP 21 (remove_files) COMPLETE
87672025-02-19T02:59:28.815Z[ host-image] Feb 19 02:59:27.811 INFO O| Feb 19 02:59:27.811 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682025-02-19T02:59:28.834Z[ host-image] Feb 19 02:59:27.831 INFO O| Feb 19 02:59:27.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87692025-02-19T02:59:28.837Z[ host-image] Feb 19 02:59:27.831 INFO O| Feb 19 02:59:27.831 INFO STEP 22 (remove_files) COMPLETE
87702025-02-19T02:59:28.837Z[ host-image] Feb 19 02:59:27.831 INFO O| Feb 19 02:59:27.831 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712025-02-19T02:59:28.890Z[ host-image] Feb 19 02:59:27.886 INFO O| Feb 19 02:59:27.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87722025-02-19T02:59:28.890Z[ host-image] Feb 19 02:59:27.886 INFO O| Feb 19 02:59:27.886 INFO STEP 23 (remove_files) COMPLETE
87732025-02-19T02:59:28.890Z[ host-image] Feb 19 02:59:27.886 INFO O| Feb 19 02:59:27.886 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742025-02-19T02:59:28.912Z[ host-image] Feb 19 02:59:27.908 INFO O| Feb 19 02:59:27.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87752025-02-19T02:59:28.912Z[ host-image] Feb 19 02:59:27.908 INFO O| Feb 19 02:59:27.908 INFO STEP 24 (remove_files) COMPLETE
87762025-02-19T02:59:28.912Z[ host-image] Feb 19 02:59:27.908 INFO O| Feb 19 02:59:27.908 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772025-02-19T02:59:28.970Z[ host-image] Feb 19 02:59:27.966 INFO O| Feb 19 02:59:27.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87782025-02-19T02:59:28.970Z[ host-image] Feb 19 02:59:27.966 INFO O| Feb 19 02:59:27.966 INFO STEP 25 (remove_files) COMPLETE
87792025-02-19T02:59:28.970Z[ host-image] Feb 19 02:59:27.966 INFO O| Feb 19 02:59:27.966 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802025-02-19T02:59:29.032Z[ host-image] Feb 19 02:59:28.028 INFO O| Feb 19 02:59:28.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87812025-02-19T02:59:29.032Z[ host-image] Feb 19 02:59:28.028 INFO O| Feb 19 02:59:28.028 INFO STEP 26 (remove_files) COMPLETE
87822025-02-19T02:59:29.032Z[ host-image] Feb 19 02:59:28.028 INFO O| Feb 19 02:59:28.028 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832025-02-19T02:59:29.073Z[ host-image] Feb 19 02:59:28.069 INFO O| Feb 19 02:59:28.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87842025-02-19T02:59:29.073Z[ host-image] Feb 19 02:59:28.069 INFO O| Feb 19 02:59:28.069 INFO STEP 27 (remove_files) COMPLETE
87852025-02-19T02:59:29.079Z[ host-image] Feb 19 02:59:28.069 INFO O| Feb 19 02:59:28.069 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862025-02-19T02:59:29.100Z[ host-image] Feb 19 02:59:28.097 INFO O| Feb 19 02:59:28.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87872025-02-19T02:59:29.104Z[ host-image] Feb 19 02:59:28.097 INFO O| Feb 19 02:59:28.097 INFO STEP 28 (remove_files) COMPLETE
87882025-02-19T02:59:29.104Z[ host-image] Feb 19 02:59:28.098 INFO O| Feb 19 02:59:28.097 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892025-02-19T02:59:29.124Z[ host-image] Feb 19 02:59:28.119 INFO O| Feb 19 02:59:28.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87902025-02-19T02:59:29.129Z[ host-image] Feb 19 02:59:28.119 INFO O| Feb 19 02:59:28.119 INFO STEP 29 (remove_files) COMPLETE
87912025-02-19T02:59:29.129Z[ host-image] Feb 19 02:59:28.119 INFO O| Feb 19 02:59:28.119 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922025-02-19T02:59:29.185Z[ host-image] Feb 19 02:59:28.182 INFO O| Feb 19 02:59:28.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87932025-02-19T02:59:29.185Z[ host-image] Feb 19 02:59:28.182 INFO O| Feb 19 02:59:28.182 INFO STEP 30 (remove_files) COMPLETE
87942025-02-19T02:59:29.185Z[ host-image] Feb 19 02:59:28.182 INFO O| Feb 19 02:59:28.182 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952025-02-19T02:59:29.250Z[ host-image] Feb 19 02:59:28.243 INFO O| Feb 19 02:59:28.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87962025-02-19T02:59:29.250Z[ host-image] Feb 19 02:59:28.243 INFO O| Feb 19 02:59:28.243 INFO STEP 31 (remove_files) COMPLETE
87972025-02-19T02:59:29.250Z[ host-image] Feb 19 02:59:28.243 INFO O| Feb 19 02:59:28.243 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982025-02-19T02:59:29.280Z[ host-image] Feb 19 02:59:28.276 INFO O| Feb 19 02:59:28.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87992025-02-19T02:59:29.280Z[ host-image] Feb 19 02:59:28.276 INFO O| Feb 19 02:59:28.276 INFO STEP 32 (remove_files) COMPLETE
88002025-02-19T02:59:29.280Z[ host-image] Feb 19 02:59:28.276 INFO O| Feb 19 02:59:28.276 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012025-02-19T02:59:29.337Z[ host-image] Feb 19 02:59:28.321 INFO O| Feb 19 02:59:28.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88022025-02-19T02:59:29.337Z[ host-image] Feb 19 02:59:28.321 INFO O| Feb 19 02:59:28.321 INFO STEP 33 (remove_files) COMPLETE
88032025-02-19T02:59:29.337Z[ host-image] Feb 19 02:59:28.321 INFO O| Feb 19 02:59:28.321 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042025-02-19T02:59:29.389Z[ host-image] Feb 19 02:59:28.385 INFO O| Feb 19 02:59:28.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88052025-02-19T02:59:29.389Z[ host-image] Feb 19 02:59:28.385 INFO O| Feb 19 02:59:28.385 INFO STEP 34 (remove_files) COMPLETE
88062025-02-19T02:59:29.412Z[ host-image] Feb 19 02:59:28.385 INFO O| Feb 19 02:59:28.385 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072025-02-19T02:59:29.415Z[ host-image] Feb 19 02:59:28.406 INFO O| Feb 19 02:59:28.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88082025-02-19T02:59:29.415Z[ host-image] Feb 19 02:59:28.406 INFO O| Feb 19 02:59:28.406 INFO STEP 35 (remove_files) COMPLETE
88092025-02-19T02:59:29.415Z[ host-image] Feb 19 02:59:28.406 INFO O| Feb 19 02:59:28.406 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102025-02-19T02:59:29.429Z[ host-image] Feb 19 02:59:28.422 INFO O| Feb 19 02:59:28.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88112025-02-19T02:59:29.429Z[ host-image] Feb 19 02:59:28.422 INFO O| Feb 19 02:59:28.422 INFO STEP 36 (remove_files) COMPLETE
88122025-02-19T02:59:29.429Z[ host-image] Feb 19 02:59:28.423 INFO O| Feb 19 02:59:28.422 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132025-02-19T02:59:29.462Z[ host-image] Feb 19 02:59:28.459 INFO O| Feb 19 02:59:28.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88142025-02-19T02:59:29.465Z[ host-image] Feb 19 02:59:28.459 INFO O| Feb 19 02:59:28.459 INFO STEP 37 (remove_files) COMPLETE
88152025-02-19T02:59:29.465Z[ host-image] Feb 19 02:59:28.459 INFO O| Feb 19 02:59:28.459 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162025-02-19T02:59:29.484Z[ host-image] Feb 19 02:59:28.481 INFO O| Feb 19 02:59:28.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88172025-02-19T02:59:29.484Z[ host-image] Feb 19 02:59:28.481 INFO O| Feb 19 02:59:28.481 INFO STEP 38 (remove_files) COMPLETE
88182025-02-19T02:59:29.492Z[ host-image] Feb 19 02:59:28.481 INFO O| Feb 19 02:59:28.481 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192025-02-19T02:59:29.504Z[ host-image] Feb 19 02:59:28.500 INFO O| Feb 19 02:59:28.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88202025-02-19T02:59:29.504Z[ host-image] Feb 19 02:59:28.501 INFO O| Feb 19 02:59:28.500 INFO STEP 39 (remove_files) COMPLETE
88212025-02-19T02:59:29.504Z[ host-image] Feb 19 02:59:28.501 INFO O| Feb 19 02:59:28.501 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222025-02-19T02:59:29.543Z[ host-image] Feb 19 02:59:28.539 INFO O| Feb 19 02:59:28.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88232025-02-19T02:59:29.543Z[ host-image] Feb 19 02:59:28.539 INFO O| Feb 19 02:59:28.539 INFO STEP 40 (remove_files) COMPLETE
88242025-02-19T02:59:29.543Z[ host-image] Feb 19 02:59:28.539 INFO O| Feb 19 02:59:28.539 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252025-02-19T02:59:29.564Z[ host-image] Feb 19 02:59:28.560 INFO O| Feb 19 02:59:28.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88262025-02-19T02:59:29.564Z[ host-image] Feb 19 02:59:28.560 INFO O| Feb 19 02:59:28.560 INFO STEP 41 (remove_files) COMPLETE
88272025-02-19T02:59:29.564Z[ host-image] Feb 19 02:59:28.560 INFO O| Feb 19 02:59:28.560 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282025-02-19T02:59:29.602Z[ host-image] Feb 19 02:59:28.598 INFO O| Feb 19 02:59:28.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88292025-02-19T02:59:29.602Z[ host-image] Feb 19 02:59:28.598 INFO O| Feb 19 02:59:28.598 INFO STEP 42 (remove_files) COMPLETE
88302025-02-19T02:59:29.616Z[ host-image] Feb 19 02:59:28.598 INFO O| Feb 19 02:59:28.598 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312025-02-19T02:59:29.639Z[ host-image] Feb 19 02:59:28.635 INFO O| Feb 19 02:59:28.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88322025-02-19T02:59:29.639Z[ host-image] Feb 19 02:59:28.635 INFO O| Feb 19 02:59:28.635 INFO STEP 43 (remove_files) COMPLETE
88332025-02-19T02:59:29.641Z[ host-image] Feb 19 02:59:28.635 INFO O| Feb 19 02:59:28.635 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342025-02-19T02:59:29.673Z[ host-image] Feb 19 02:59:28.667 INFO O| Feb 19 02:59:28.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88352025-02-19T02:59:29.676Z[ host-image] Feb 19 02:59:28.667 INFO O| Feb 19 02:59:28.667 INFO STEP 44 (remove_files) COMPLETE
88362025-02-19T02:59:29.676Z[ host-image] Feb 19 02:59:28.668 INFO O| Feb 19 02:59:28.667 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372025-02-19T02:59:29.692Z[ host-image] Feb 19 02:59:28.689 INFO O| Feb 19 02:59:28.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88382025-02-19T02:59:29.707Z[ host-image] Feb 19 02:59:28.689 INFO O| Feb 19 02:59:28.689 INFO STEP 45 (remove_files) COMPLETE
88392025-02-19T02:59:29.707Z[ host-image] Feb 19 02:59:28.689 INFO O| Feb 19 02:59:28.689 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402025-02-19T02:59:29.712Z[ host-image] Feb 19 02:59:28.709 INFO O| Feb 19 02:59:28.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88412025-02-19T02:59:29.726Z[ host-image] Feb 19 02:59:28.709 INFO O| Feb 19 02:59:28.709 INFO STEP 46 (remove_files) COMPLETE
88422025-02-19T02:59:29.726Z[ host-image] Feb 19 02:59:28.709 INFO O| Feb 19 02:59:28.709 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432025-02-19T02:59:29.733Z[ host-image] Feb 19 02:59:28.729 INFO O| Feb 19 02:59:28.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88442025-02-19T02:59:29.738Z[ host-image] Feb 19 02:59:28.729 INFO O| Feb 19 02:59:28.729 INFO STEP 47 (remove_files) COMPLETE
88452025-02-19T02:59:29.738Z[ host-image] Feb 19 02:59:28.729 INFO O| Feb 19 02:59:28.729 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462025-02-19T02:59:29.770Z[ host-image] Feb 19 02:59:28.766 INFO O| Feb 19 02:59:28.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88472025-02-19T02:59:29.790Z[ host-image] Feb 19 02:59:28.766 INFO O| Feb 19 02:59:28.766 INFO STEP 48 (remove_files) COMPLETE
88482025-02-19T02:59:29.790Z[ host-image] Feb 19 02:59:28.767 INFO O| Feb 19 02:59:28.767 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-02-19T02:59:29.794Z[ host-image] Feb 19 02:59:28.788 INFO O| Feb 19 02:59:28.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88502025-02-19T02:59:29.795Z[ host-image] Feb 19 02:59:28.788 INFO O| Feb 19 02:59:28.788 INFO STEP 49 (remove_files) COMPLETE
88512025-02-19T02:59:29.795Z[ host-image] Feb 19 02:59:28.788 INFO O| Feb 19 02:59:28.788 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522025-02-19T02:59:29.815Z[ host-image] Feb 19 02:59:28.812 INFO O| Feb 19 02:59:28.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88532025-02-19T02:59:29.815Z[ host-image] Feb 19 02:59:28.812 INFO O| Feb 19 02:59:28.812 INFO STEP 50 (remove_files) COMPLETE
88542025-02-19T02:59:29.830Z[ host-image] Feb 19 02:59:28.812 INFO O| Feb 19 02:59:28.812 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552025-02-19T02:59:29.837Z[ host-image] Feb 19 02:59:28.834 INFO O| Feb 19 02:59:28.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88562025-02-19T02:59:29.837Z[ host-image] Feb 19 02:59:28.834 INFO O| Feb 19 02:59:28.834 INFO STEP 51 (remove_files) COMPLETE
88572025-02-19T02:59:29.837Z[ host-image] Feb 19 02:59:28.834 INFO O| Feb 19 02:59:28.834 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582025-02-19T02:59:29.856Z[ host-image] Feb 19 02:59:28.853 INFO O| Feb 19 02:59:28.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88592025-02-19T02:59:29.856Z[ host-image] Feb 19 02:59:28.853 INFO O| Feb 19 02:59:28.853 INFO STEP 52 (remove_files) COMPLETE
88602025-02-19T02:59:29.861Z[ host-image] Feb 19 02:59:28.853 INFO O| Feb 19 02:59:28.853 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612025-02-19T02:59:29.886Z[ host-image] Feb 19 02:59:28.882 INFO O| Feb 19 02:59:28.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88622025-02-19T02:59:29.886Z[ host-image] Feb 19 02:59:28.882 INFO O| Feb 19 02:59:28.882 INFO STEP 53 (remove_files) COMPLETE
88632025-02-19T02:59:29.889Z[ host-image] Feb 19 02:59:28.882 INFO O| Feb 19 02:59:28.882 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642025-02-19T02:59:29.909Z[ host-image] Feb 19 02:59:28.905 INFO O| Feb 19 02:59:28.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88652025-02-19T02:59:29.909Z[ host-image] Feb 19 02:59:28.905 INFO O| Feb 19 02:59:28.905 INFO STEP 54 (remove_files) COMPLETE
88662025-02-19T02:59:29.909Z[ host-image] Feb 19 02:59:28.905 INFO O| Feb 19 02:59:28.905 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672025-02-19T02:59:29.929Z[ host-image] Feb 19 02:59:28.925 INFO O| Feb 19 02:59:28.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88682025-02-19T02:59:29.929Z[ host-image] Feb 19 02:59:28.925 INFO O| Feb 19 02:59:28.925 INFO STEP 55 (remove_files) COMPLETE
88692025-02-19T02:59:29.931Z[ host-image] Feb 19 02:59:28.925 INFO O| Feb 19 02:59:28.925 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702025-02-19T02:59:29.966Z[ host-image] Feb 19 02:59:28.962 INFO O| Feb 19 02:59:28.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88712025-02-19T02:59:29.966Z[ host-image] Feb 19 02:59:28.962 INFO O| Feb 19 02:59:28.962 INFO STEP 56 (remove_files) COMPLETE
88722025-02-19T02:59:29.966Z[ host-image] Feb 19 02:59:28.962 INFO O| Feb 19 02:59:28.962 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732025-02-19T02:59:30.016Z[ host-image] Feb 19 02:59:29.005 INFO O| Feb 19 02:59:29.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88742025-02-19T02:59:30.016Z[ host-image] Feb 19 02:59:29.005 INFO O| Feb 19 02:59:29.005 INFO STEP 57 (remove_files) COMPLETE
88752025-02-19T02:59:30.016Z[ host-image] Feb 19 02:59:29.005 INFO O| Feb 19 02:59:29.005 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762025-02-19T02:59:30.032Z[ host-image] Feb 19 02:59:29.027 INFO O| Feb 19 02:59:29.027 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88772025-02-19T02:59:30.032Z[ host-image] Feb 19 02:59:29.027 INFO O| Feb 19 02:59:29.027 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88782025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.027 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88792025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88802025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88812025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88822025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO ok!
88832025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO STEP 58 (ensure_file) COMPLETE
88842025-02-19T02:59:30.037Z[ host-image] Feb 19 02:59:29.028 INFO O| Feb 19 02:59:29.028 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-02-19T02:59:30.062Z[ host-image] Feb 19 02:59:29.058 INFO O| Feb 19 02:59:29.058 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88862025-02-19T02:59:30.062Z[ host-image] Feb 19 02:59:29.058 INFO O| Feb 19 02:59:29.058 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88872025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88882025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88892025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88902025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88912025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO ok!
88922025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO STEP 59 (ensure_file) COMPLETE
88932025-02-19T02:59:30.066Z[ host-image] Feb 19 02:59:29.059 INFO O| Feb 19 02:59:29.059 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942025-02-19T02:59:30.128Z[ host-image] Feb 19 02:59:29.124 INFO O| Feb 19 02:59:29.124 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88952025-02-19T02:59:30.128Z[ host-image] Feb 19 02:59:29.124 INFO O| Feb 19 02:59:29.124 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88962025-02-19T02:59:30.131Z[ host-image] Feb 19 02:59:29.125 INFO O| Feb 19 02:59:29.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88972025-02-19T02:59:30.131Z[ host-image] Feb 19 02:59:29.125 INFO O| Feb 19 02:59:29.125 INFO ok!
88982025-02-19T02:59:30.131Z[ host-image] Feb 19 02:59:29.125 INFO O| Feb 19 02:59:29.125 INFO STEP 60 (ensure_file) COMPLETE
88992025-02-19T02:59:30.131Z[ host-image] Feb 19 02:59:29.125 INFO O| Feb 19 02:59:29.125 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002025-02-19T02:59:30.166Z[ host-image] Feb 19 02:59:29.162 INFO O| Feb 19 02:59:29.162 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89012025-02-19T02:59:30.166Z[ host-image] Feb 19 02:59:29.162 INFO O| Feb 19 02:59:29.162 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89022025-02-19T02:59:30.170Z[ host-image] Feb 19 02:59:29.163 INFO O| Feb 19 02:59:29.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89032025-02-19T02:59:30.171Z[ host-image] Feb 19 02:59:29.163 INFO O| Feb 19 02:59:29.163 INFO ok!
89042025-02-19T02:59:30.171Z[ host-image] Feb 19 02:59:29.163 INFO O| Feb 19 02:59:29.163 INFO STEP 61 (ensure_file) COMPLETE
89052025-02-19T02:59:30.171Z[ host-image] Feb 19 02:59:29.163 INFO O| Feb 19 02:59:29.163 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062025-02-19T02:59:30.196Z[ host-image] Feb 19 02:59:29.192 INFO O| Feb 19 02:59:29.192 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89072025-02-19T02:59:30.196Z[ host-image] Feb 19 02:59:29.192 INFO O| Feb 19 02:59:29.192 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89082025-02-19T02:59:30.196Z[ host-image] Feb 19 02:59:29.193 INFO O| Feb 19 02:59:29.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89092025-02-19T02:59:30.208Z[ host-image] Feb 19 02:59:29.193 INFO O| Feb 19 02:59:29.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89102025-02-19T02:59:30.208Z[ host-image] Feb 19 02:59:29.193 INFO O| Feb 19 02:59:29.193 INFO ok!
89112025-02-19T02:59:30.208Z[ host-image] Feb 19 02:59:29.193 INFO O| Feb 19 02:59:29.193 INFO STEP 62 (ensure_file) COMPLETE
89122025-02-19T02:59:30.208Z[ host-image] Feb 19 02:59:29.193 INFO O| Feb 19 02:59:29.193 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132025-02-19T02:59:30.267Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89142025-02-19T02:59:30.267Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89152025-02-19T02:59:30.267Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89162025-02-19T02:59:30.267Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89172025-02-19T02:59:30.270Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO ok!
89182025-02-19T02:59:30.270Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO STEP 63 (ensure_file) COMPLETE
89192025-02-19T02:59:30.270Z[ host-image] Feb 19 02:59:29.263 INFO O| Feb 19 02:59:29.263 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202025-02-19T02:59:30.327Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89212025-02-19T02:59:30.327Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89222025-02-19T02:59:30.346Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89232025-02-19T02:59:30.346Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO ok!
89242025-02-19T02:59:30.346Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO STEP 64 (assemble_files) COMPLETE
89252025-02-19T02:59:30.346Z[ host-image] Feb 19 02:59:29.324 INFO O| Feb 19 02:59:29.324 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.345 INFO O| Feb 19 02:59:29.345 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89272025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.345 INFO O| Feb 19 02:59:29.345 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89282025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.345 INFO O| Feb 19 02:59:29.345 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89292025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.345 INFO O| Feb 19 02:59:29.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89302025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.345 INFO O| Feb 19 02:59:29.345 INFO ok!
89312025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.346 INFO O| Feb 19 02:59:29.345 INFO STEP 65 (ensure_file) COMPLETE
89322025-02-19T02:59:30.351Z[ host-image] Feb 19 02:59:29.346 INFO O| Feb 19 02:59:29.346 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332025-02-19T02:59:30.392Z[ host-image] Feb 19 02:59:29.389 INFO O| Feb 19 02:59:29.388 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89342025-02-19T02:59:30.395Z[ host-image] Feb 19 02:59:29.389 INFO O| Feb 19 02:59:29.389 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89352025-02-19T02:59:30.395Z[ host-image] Feb 19 02:59:29.389 INFO O| Feb 19 02:59:29.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89362025-02-19T02:59:30.395Z[ host-image] Feb 19 02:59:29.389 INFO O| Feb 19 02:59:29.389 INFO STEP 66 (ensure_dir) COMPLETE
89372025-02-19T02:59:30.395Z[ host-image] Feb 19 02:59:29.389 INFO O| Feb 19 02:59:29.389 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-02-19T02:59:30.415Z[ host-image] Feb 19 02:59:29.411 INFO O| Feb 19 02:59:29.411 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89392025-02-19T02:59:30.415Z[ host-image] Feb 19 02:59:29.411 INFO O| Feb 19 02:59:29.411 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 ...
89402025-02-19T02:59:30.425Z[ host-image] Feb 19 02:59:29.422 INFO O| Feb 19 02:59:29.422 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
89412025-02-19T02:59:30.426Z[ host-image] Feb 19 02:59:29.422 INFO O| Feb 19 02:59:29.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89422025-02-19T02:59:30.429Z[ host-image] Feb 19 02:59:29.422 INFO O| Feb 19 02:59:29.422 INFO ok!
89432025-02-19T02:59:30.429Z[ host-image] Feb 19 02:59:29.422 INFO O| Feb 19 02:59:29.422 INFO STEP 67 (ensure_file) COMPLETE
89442025-02-19T02:59:30.429Z[ host-image] Feb 19 02:59:29.422 INFO O| Feb 19 02:59:29.422 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452025-02-19T02:59:30.463Z[ host-image] Feb 19 02:59:29.460 INFO O| Feb 19 02:59:29.460 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89462025-02-19T02:59:30.463Z[ host-image] Feb 19 02:59:29.460 INFO O| Feb 19 02:59:29.460 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 ...
89472025-02-19T02:59:30.467Z[ host-image] Feb 19 02:59:29.460 INFO O| Feb 19 02:59:29.460 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
89482025-02-19T02:59:30.467Z[ host-image] Feb 19 02:59:29.460 INFO O| Feb 19 02:59:29.460 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89492025-02-19T02:59:30.467Z[ host-image] Feb 19 02:59:29.460 INFO O| Feb 19 02:59:29.460 INFO ok!
89502025-02-19T02:59:30.467Z[ host-image] Feb 19 02:59:29.461 INFO O| Feb 19 02:59:29.461 INFO STEP 68 (ensure_file) COMPLETE
89512025-02-19T02:59:30.467Z[ host-image] Feb 19 02:59:29.461 INFO O| Feb 19 02:59:29.461 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-02-19T02:59:30.511Z[ host-image] Feb 19 02:59:29.506 INFO O| Feb 19 02:59:29.506 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89532025-02-19T02:59:30.511Z[ host-image] Feb 19 02:59:29.506 INFO O| Feb 19 02:59:29.506 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89542025-02-19T02:59:30.833Z[ recovery-image] Feb 19 02:59:29.830 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)
89552025-02-19T02:59:34.293Z[ recovery-image] Feb 19 02:59:33.289 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)
89562025-02-19T02:59:35.012Z[ host-image] Feb 19 02:59:34.008 INFO O| Feb 19 02:59:34.008 INFO STEP 69 (pack_tar) COMPLETE
89572025-02-19T02:59:35.012Z[ host-image] Feb 19 02:59:34.009 INFO O| Feb 19 02:59:34.008 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89582025-02-19T02:59:35.016Z[ host-image] Feb 19 02:59:34.009 INFO O| Feb 19 02:59:34.008 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89592025-02-19T02:59:35.533Z[ host-image] Feb 19 02:59:34.530 INFO O| Feb 19 02:59:34.529 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89602025-02-19T02:59:35.691Z[ host-image] Feb 19 02:59:34.686 INFO O| Feb 19 02:59:34.686 INFO completed processing gimlet/ramdisk-02-trim
89612025-02-19T02:59:35.698Z[ host-image] Feb 19 02:59:34.689 INFO image builder template: zfs...
89622025-02-19T02:59:35.698Z[ host-image] Feb 19 02:59:34.689 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/.tmprV1oZT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None
89632025-02-19T02:59:35.716Z[ host-image] Feb 19 02:59:34.712 INFO O| Feb 19 02:59:34.711 INFO skip include "stress" because feature "stress" is not enabled
89642025-02-19T02:59:35.772Z[ host-image] Feb 19 02:59:34.768 INFO O| Feb 19 02:59:34.768 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89652025-02-19T02:59:35.837Z[ host-image] Feb 19 02:59:34.833 INFO O| Feb 19 02:59:34.833 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89662025-02-19T02:59:36.020Z[ host-image] Feb 19 02:59:35.015 INFO O| Feb 19 02:59:35.015 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89672025-02-19T02:59:36.152Z[ host-image] Feb 19 02:59:35.148 INFO O| Feb 19 02:59:35.148 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89682025-02-19T02:59:36.152Z[ host-image] Feb 19 02:59:35.148 INFO O| Feb 19 02:59:35.148 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89692025-02-19T02:59:36.161Z[ host-image] Feb 19 02:59:35.157 INFO O| Feb 19 02:59:35.157 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89702025-02-19T02:59:36.279Z[ host-image] Feb 19 02:59:35.275 INFO O| Feb 19 02:59:35.274 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89712025-02-19T02:59:36.354Z[ host-image] Feb 19 02:59:35.349 INFO O| Feb 19 02:59:35.349 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89722025-02-19T02:59:36.375Z[ host-image] Feb 19 02:59:35.370 INFO O| Feb 19 02:59:35.370 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89732025-02-19T02:59:36.386Z[ host-image] Feb 19 02:59:35.380 INFO O| Feb 19 02:59:35.380 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89742025-02-19T02:59:36.386Z[ host-image] Feb 19 02:59:35.380 INFO O| Feb 19 02:59:35.380 INFO no lofi found
89752025-02-19T02:59:36.391Z[ host-image] Feb 19 02:59:35.381 INFO O| Feb 19 02:59:35.380 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89762025-02-19T02:59:36.391Z[ host-image] Feb 19 02:59:35.381 INFO O| Feb 19 02:59:35.381 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89772025-02-19T02:59:38.016Z[ host-image] Feb 19 02:59:37.012 INFO O| Feb 19 02:59:37.012 INFO lofi device = /dev/dsk/c2t1d0p0
89782025-02-19T02:59:38.017Z[ host-image] Feb 19 02:59:37.012 INFO O| Feb 19 02:59:37.012 INFO pool device = /dev/dsk/c2t1d0p0
89792025-02-19T02:59:38.030Z[ host-image] Feb 19 02:59:37.012 INFO O| Feb 19 02:59:37.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"]
89802025-02-19T02:59:38.220Z[ host-image] Feb 19 02:59:37.216 INFO O| Feb 19 02:59:37.216 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89812025-02-19T02:59:38.221Z[ host-image] Feb 19 02:59:37.216 INFO O| Feb 19 02:59:37.216 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89822025-02-19T02:59:38.256Z[ host-image] Feb 19 02:59:37.251 INFO O| Feb 19 02:59:37.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89832025-02-19T02:59:38.385Z[ host-image] Feb 19 02:59:37.380 INFO O| Feb 19 02:59:37.380 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89842025-02-19T02:59:38.467Z[ host-image] Feb 19 02:59:37.452 INFO O| Feb 19 02:59:37.451 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89852025-02-19T02:59:38.486Z[ host-image] Feb 19 02:59:37.481 INFO O| Feb 19 02:59:37.481 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89862025-02-19T02:59:38.509Z[ host-image] Feb 19 02:59:37.504 INFO O| Feb 19 02:59:37.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89872025-02-19T02:59:38.601Z[ host-image] Feb 19 02:59:37.597 INFO O| Feb 19 02:59:37.597 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89882025-02-19T02:59:38.606Z[ host-image] Feb 19 02:59:37.597 INFO O| Feb 19 02:59:37.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89892025-02-19T02:59:38.606Z[ host-image] Feb 19 02:59:37.597 INFO O| Feb 19 02:59:37.597 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89902025-02-19T02:59:38.638Z[ host-image] Feb 19 02:59:37.633 INFO O| Feb 19 02:59:37.632 INFO boot environment UUID: 9c9be1ec-7cd8-42fc-8d96-3422e35c6589
89912025-02-19T02:59:38.638Z[ host-image] Feb 19 02:59:37.633 INFO O| Feb 19 02:59:37.633 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9c9be1ec-7cd8-42fc-8d96-3422e35c6589
89922025-02-19T02:59:38.679Z[ host-image] Feb 19 02:59:37.675 INFO O| Feb 19 02:59:37.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89932025-02-19T02:59:38.749Z[ host-image] Feb 19 02:59:37.745 INFO O| Feb 19 02:59:37.745 INFO STEP 0 (create_be) COMPLETE
89942025-02-19T02:59:38.749Z[ host-image] Feb 19 02:59:37.745 INFO O| Feb 19 02:59:37.745 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89952025-02-19T02:59:38.784Z[ host-image] Feb 19 02:59:37.777 INFO O| Feb 19 02:59:37.777 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89962025-02-19T02:59:42.987Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling bitflags v1.3.2
89972025-02-19T02:59:42.987Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling plain v0.2.3
89982025-02-19T02:59:42.987Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling log v0.4.22
89992025-02-19T02:59:42.990Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling scroll v0.12.0
90002025-02-19T02:59:42.994Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling adler2 v2.0.0
90012025-02-19T02:59:42.994Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling bit_field v0.10.2
90022025-02-19T02:59:42.994Z[ recovery-image] Feb 19 02:59:41.982 INFO E| Compiling static_assertions v1.1.0
90032025-02-19T02:59:43.336Z[ recovery-image] Feb 19 02:59:42.330 INFO E| Compiling raw-cpuid v10.7.0
90042025-02-19T02:59:43.354Z[ recovery-image] Feb 19 02:59:42.347 INFO E| Compiling cpio_reader v0.1.1
90052025-02-19T02:59:43.508Z[ recovery-image] Feb 19 02:59:42.503 INFO E| Compiling bitstruct v0.1.1
90062025-02-19T02:59:43.989Z[ recovery-image] Feb 19 02:59:42.984 INFO E| Compiling miniz_oxide v0.8.0
90072025-02-19T02:59:45.402Z[ recovery-image] Feb 19 02:59:44.392 INFO E| Compiling goblin v0.8.2
90082025-02-19T03:00:03.638Z[ host-image] Feb 19 03:00:02.630 INFO O| Feb 19 03:00:02.528 INFO STEP 1 (unpack_tar) COMPLETE
90092025-02-19T03:00:03.641Z[ host-image] Feb 19 03:00:02.630 INFO O| Feb 19 03:00:02.528 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90102025-02-19T03:00:03.641Z[ host-image] Feb 19 03:00:02.630 INFO O| Feb 19 03:00:02.549 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90112025-02-19T03:00:04.386Z[ host-image] Feb 19 03:00:03.378 INFO O| Feb 19 03:00:03.378 INFO STEP 2 (devfsadm) COMPLETE
90122025-02-19T03:00:04.389Z[ host-image] Feb 19 03:00:03.378 INFO O| Feb 19 03:00:03.378 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90132025-02-19T03:00:04.407Z[ host-image] Feb 19 03:00:03.399 INFO O| Feb 19 03:00:03.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90142025-02-19T03:00:04.407Z[ host-image] Feb 19 03:00:03.399 INFO O| Feb 19 03:00:03.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90152025-02-19T03:00:04.410Z[ host-image] Feb 19 03:00:03.399 INFO O| Feb 19 03:00:03.399 INFO STEP 3 (ensure_dir) COMPLETE
90162025-02-19T03:00:04.410Z[ host-image] Feb 19 03:00:03.399 INFO O| Feb 19 03:00:03.399 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90172025-02-19T03:00:04.428Z[ host-image] Feb 19 03:00:03.421 INFO O| Feb 19 03:00:03.421 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90182025-02-19T03:00:04.429Z[ host-image] Feb 19 03:00:03.421 INFO O| Feb 19 03:00:03.421 INFO STEP 4 (ensure_dir) COMPLETE
90192025-02-19T03:00:04.432Z[ host-image] Feb 19 03:00:03.421 INFO O| Feb 19 03:00:03.421 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90202025-02-19T03:00:04.473Z[ host-image] Feb 19 03:00:03.465 INFO O| Feb 19 03:00:03.465 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90212025-02-19T03:00:04.473Z[ host-image] Feb 19 03:00:03.465 INFO O| Feb 19 03:00:03.465 INFO STEP 5 (ensure_dir) COMPLETE
90222025-02-19T03:00:04.474Z[ host-image] Feb 19 03:00:03.465 INFO O| Feb 19 03:00:03.465 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90232025-02-19T03:00:04.487Z[ recovery-image] Feb 19 03:00:03.479 INFO E| Finished `release` profile [optimized] target(s) in 1m 13s
90242025-02-19T03:00:04.507Z[ host-image] Feb 19 03:00:03.499 INFO O| Feb 19 03:00:03.499 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90252025-02-19T03:00:04.511Z[ host-image] Feb 19 03:00:03.500 INFO O| Feb 19 03:00:03.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90262025-02-19T03:00:04.511Z[ host-image] Feb 19 03:00:03.500 INFO O| Feb 19 03:00:03.500 INFO STEP 6 (ensure_dir) COMPLETE
90272025-02-19T03:00:04.511Z[ host-image] Feb 19 03:00:03.500 INFO O| Feb 19 03:00:03.500 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90282025-02-19T03:00:04.519Z[ recovery-image] Feb 19 03:00:03.512 INFO building host image...
90292025-02-19T03:00:04.522Z[ recovery-image] Feb 19 03:00:03.512 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")
90302025-02-19T03:00:04.548Z[ host-image] Feb 19 03:00:03.541 INFO O| Feb 19 03:00:03.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90312025-02-19T03:00:04.553Z[ host-image] Feb 19 03:00:03.541 INFO O| Feb 19 03:00:03.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90322025-02-19T03:00:04.553Z[ host-image] Feb 19 03:00:03.541 INFO O| Feb 19 03:00:03.541 INFO STEP 7 (ensure_dir) COMPLETE
90332025-02-19T03:00:04.553Z[ host-image] Feb 19 03:00:03.541 INFO O| Feb 19 03:00:03.541 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90342025-02-19T03:00:04.571Z[ host-image] Feb 19 03:00:03.564 INFO O| Feb 19 03:00:03.564 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90352025-02-19T03:00:04.575Z[ host-image] Feb 19 03:00:03.564 INFO O| Feb 19 03:00:03.564 INFO STEP 8 (remove_files) COMPLETE
90362025-02-19T03:00:04.575Z[ host-image] Feb 19 03:00:03.564 INFO O| Feb 19 03:00:03.564 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90372025-02-19T03:00:04.593Z[ host-image] Feb 19 03:00:03.585 INFO O| Feb 19 03:00:03.585 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90382025-02-19T03:00:04.596Z[ host-image] Feb 19 03:00:03.587 INFO O| Feb 19 03:00:03.587 INFO STEP 9 (remove_files) COMPLETE
90392025-02-19T03:00:04.596Z[ host-image] Feb 19 03:00:03.587 INFO O| Feb 19 03:00:03.587 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90402025-02-19T03:00:04.622Z[ host-image] Feb 19 03:00:03.614 INFO O| Feb 19 03:00:03.614 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90412025-02-19T03:00:04.625Z[ host-image] Feb 19 03:00:03.616 INFO O| Feb 19 03:00:03.616 INFO STEP 10 (remove_files) COMPLETE
90422025-02-19T03:00:04.625Z[ host-image] Feb 19 03:00:03.616 INFO O| Feb 19 03:00:03.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90432025-02-19T03:00:04.688Z[ host-image] Feb 19 03:00:03.680 INFO O| Feb 19 03:00:03.680 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90442025-02-19T03:00:04.688Z[ host-image] Feb 19 03:00:03.680 INFO O| Feb 19 03:00:03.680 INFO STEP 11 (remove_files) COMPLETE
90452025-02-19T03:00:04.688Z[ host-image] Feb 19 03:00:03.680 INFO O| Feb 19 03:00:03.680 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90462025-02-19T03:00:04.728Z[ host-image] Feb 19 03:00:03.720 INFO O| Feb 19 03:00:03.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90472025-02-19T03:00:04.728Z[ host-image] Feb 19 03:00:03.720 INFO O| Feb 19 03:00:03.720 INFO STEP 12 (remove_files) COMPLETE
90482025-02-19T03:00:04.728Z[ host-image] Feb 19 03:00:03.720 INFO O| Feb 19 03:00:03.720 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90492025-02-19T03:00:04.750Z[ host-image] Feb 19 03:00:03.743 INFO O| Feb 19 03:00:03.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90502025-02-19T03:00:04.750Z[ host-image] Feb 19 03:00:03.743 INFO O| Feb 19 03:00:03.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90512025-02-19T03:00:04.753Z[ host-image] Feb 19 03:00:03.743 INFO O| Feb 19 03:00:03.743 INFO STEP 13 (ensure_dir) COMPLETE
90522025-02-19T03:00:04.753Z[ host-image] Feb 19 03:00:03.743 INFO O| Feb 19 03:00:03.743 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90532025-02-19T03:00:04.771Z[ host-image] Feb 19 03:00:03.764 INFO O| Feb 19 03:00:03.764 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90542025-02-19T03:00:04.771Z[ host-image] Feb 19 03:00:03.764 INFO O| Feb 19 03:00:03.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90552025-02-19T03:00:04.774Z[ host-image] Feb 19 03:00:03.764 INFO O| Feb 19 03:00:03.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90562025-02-19T03:00:04.775Z[ host-image] Feb 19 03:00:03.764 INFO O| Feb 19 03:00:03.764 INFO STEP 14 (ensure_dir) COMPLETE
90572025-02-19T03:00:04.775Z[ host-image] Feb 19 03:00:03.764 INFO O| Feb 19 03:00:03.764 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90582025-02-19T03:00:04.812Z[ host-image] Feb 19 03:00:03.804 INFO O| Feb 19 03:00:03.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90592025-02-19T03:00:04.812Z[ host-image] Feb 19 03:00:03.804 INFO O| Feb 19 03:00:03.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90602025-02-19T03:00:04.816Z[ host-image] Feb 19 03:00:03.805 INFO O| Feb 19 03:00:03.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90612025-02-19T03:00:04.816Z[ host-image] Feb 19 03:00:03.805 INFO O| Feb 19 03:00:03.805 INFO STEP 15 (ensure_dir) COMPLETE
90622025-02-19T03:00:04.816Z[ host-image] Feb 19 03:00:03.805 INFO O| Feb 19 03:00:03.805 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90632025-02-19T03:00:04.851Z[ host-image] Feb 19 03:00:03.843 INFO O| Feb 19 03:00:03.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90642025-02-19T03:00:04.851Z[ host-image] Feb 19 03:00:03.843 INFO O| Feb 19 03:00:03.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90652025-02-19T03:00:04.854Z[ host-image] Feb 19 03:00:03.843 INFO O| Feb 19 03:00:03.843 INFO STEP 16 (ensure_dir) COMPLETE
90662025-02-19T03:00:04.854Z[ host-image] Feb 19 03:00:03.843 INFO O| Feb 19 03:00:03.843 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90672025-02-19T03:00:04.894Z[ host-image] Feb 19 03:00:03.887 INFO O| Feb 19 03:00:03.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90682025-02-19T03:00:04.894Z[ host-image] Feb 19 03:00:03.887 INFO O| Feb 19 03:00:03.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90692025-02-19T03:00:04.897Z[ host-image] Feb 19 03:00:03.887 INFO O| Feb 19 03:00:03.887 INFO STEP 17 (ensure_dir) COMPLETE
90702025-02-19T03:00:04.897Z[ host-image] Feb 19 03:00:03.887 INFO O| Feb 19 03:00:03.887 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712025-02-19T03:00:04.939Z[ host-image] Feb 19 03:00:03.930 INFO O| Feb 19 03:00:03.930 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90722025-02-19T03:00:04.939Z[ host-image] Feb 19 03:00:03.930 INFO O| Feb 19 03:00:03.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90732025-02-19T03:00:04.939Z[ host-image] Feb 19 03:00:03.930 INFO O| Feb 19 03:00:03.930 INFO ok!
90742025-02-19T03:00:04.939Z[ host-image] Feb 19 03:00:03.930 INFO O| Feb 19 03:00:03.930 INFO STEP 18 (ensure_symlink) COMPLETE
90752025-02-19T03:00:04.939Z[ host-image] Feb 19 03:00:03.930 INFO O| Feb 19 03:00:03.930 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762025-02-19T03:00:04.959Z[ host-image] Feb 19 03:00:03.951 INFO O| Feb 19 03:00:03.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90772025-02-19T03:00:04.960Z[ host-image] Feb 19 03:00:03.951 INFO O| Feb 19 03:00:03.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90782025-02-19T03:00:04.960Z[ host-image] Feb 19 03:00:03.951 INFO O| Feb 19 03:00:03.951 INFO ok!
90792025-02-19T03:00:04.960Z[ host-image] Feb 19 03:00:03.951 INFO O| Feb 19 03:00:03.951 INFO STEP 19 (ensure_file) COMPLETE
90802025-02-19T03:00:04.960Z[ host-image] Feb 19 03:00:03.951 INFO O| Feb 19 03:00:03.951 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90812025-02-19T03:00:04.993Z[ host-image] Feb 19 03:00:03.984 INFO O| Feb 19 03:00:03.984 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90822025-02-19T03:00:04.993Z[ host-image] Feb 19 03:00:03.984 INFO O| Feb 19 03:00:03.984 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90832025-02-19T03:00:04.997Z[ host-image] Feb 19 03:00:03.985 INFO O| Feb 19 03:00:03.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90842025-02-19T03:00:04.997Z[ host-image] Feb 19 03:00:03.985 INFO O| Feb 19 03:00:03.985 INFO ok!
90852025-02-19T03:00:04.997Z[ host-image] Feb 19 03:00:03.985 INFO O| Feb 19 03:00:03.985 INFO STEP 20 (ensure_symlink) COMPLETE
90862025-02-19T03:00:04.997Z[ host-image] Feb 19 03:00:03.985 INFO O| Feb 19 03:00:03.985 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90872025-02-19T03:00:05.014Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90882025-02-19T03:00:05.014Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90892025-02-19T03:00:05.014Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90902025-02-19T03:00:05.018Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO ok!
90912025-02-19T03:00:05.018Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO STEP 21 (ensure_symlink) COMPLETE
90922025-02-19T03:00:05.018Z[ host-image] Feb 19 03:00:04.006 INFO O| Feb 19 03:00:04.006 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90932025-02-19T03:00:05.040Z[ host-image] Feb 19 03:00:04.030 INFO O| Feb 19 03:00:04.030 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90942025-02-19T03:00:05.040Z[ host-image] Feb 19 03:00:04.030 INFO O| Feb 19 03:00:04.030 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90952025-02-19T03:00:05.044Z[ host-image] Feb 19 03:00:04.030 INFO O| Feb 19 03:00:04.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90962025-02-19T03:00:05.044Z[ host-image] Feb 19 03:00:04.030 INFO O| Feb 19 03:00:04.030 INFO ok!
90972025-02-19T03:00:05.044Z[ host-image] Feb 19 03:00:04.031 INFO O| Feb 19 03:00:04.030 INFO STEP 22 (ensure_symlink) COMPLETE
90982025-02-19T03:00:05.045Z[ host-image] Feb 19 03:00:04.031 INFO O| Feb 19 03:00:04.031 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90992025-02-19T03:00:05.092Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91002025-02-19T03:00:05.095Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91012025-02-19T03:00:05.095Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91022025-02-19T03:00:05.095Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO ok!
91032025-02-19T03:00:05.095Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO STEP 23 (ensure_symlink) COMPLETE
91042025-02-19T03:00:05.096Z[ host-image] Feb 19 03:00:04.084 INFO O| Feb 19 03:00:04.084 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91052025-02-19T03:00:05.148Z[ host-image] Feb 19 03:00:04.140 INFO O| Feb 19 03:00:04.140 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91062025-02-19T03:00:05.152Z[ host-image] Feb 19 03:00:04.140 INFO O| Feb 19 03:00:04.140 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-19T03:00:05.152Z[ host-image] Feb 19 03:00:04.141 INFO O| Feb 19 03:00:04.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91082025-02-19T03:00:05.152Z[ host-image] Feb 19 03:00:04.141 INFO O| Feb 19 03:00:04.141 INFO ok!
91092025-02-19T03:00:05.152Z[ host-image] Feb 19 03:00:04.141 INFO O| Feb 19 03:00:04.141 INFO STEP 24 (ensure_file) COMPLETE
91102025-02-19T03:00:05.152Z[ host-image] Feb 19 03:00:04.141 INFO O| Feb 19 03:00:04.141 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91112025-02-19T03:00:05.180Z[ host-image] Feb 19 03:00:04.173 INFO O| Feb 19 03:00:04.172 INFO updating shadow file
91122025-02-19T03:00:05.183Z[ host-image] Feb 19 03:00:04.173 INFO O| Feb 19 03:00:04.173 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91132025-02-19T03:00:05.183Z[ host-image] Feb 19 03:00:04.173 INFO O| Feb 19 03:00:04.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91142025-02-19T03:00:05.183Z[ host-image] Feb 19 03:00:04.173 INFO O| Feb 19 03:00:04.173 INFO STEP 25 (shadow) COMPLETE
91152025-02-19T03:00:05.183Z[ host-image] Feb 19 03:00:04.173 INFO O| Feb 19 03:00:04.173 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91162025-02-19T03:00:05.247Z[ host-image] Feb 19 03:00:04.239 INFO O| Feb 19 03:00:04.239 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91172025-02-19T03:00:05.251Z[ host-image] Feb 19 03:00:04.240 INFO O| Feb 19 03:00:04.240 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91182025-02-19T03:00:05.251Z[ host-image] Feb 19 03:00:04.240 INFO O| Feb 19 03:00:04.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91192025-02-19T03:00:05.251Z[ host-image] Feb 19 03:00:04.240 INFO O| Feb 19 03:00:04.240 INFO ok!
91202025-02-19T03:00:05.251Z[ host-image] Feb 19 03:00:04.240 INFO O| Feb 19 03:00:04.240 INFO STEP 26 (ensure_file) COMPLETE
91212025-02-19T03:00:05.251Z[ host-image] Feb 19 03:00:04.240 INFO O| Feb 19 03:00:04.240 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91222025-02-19T03:00:05.270Z[ host-image] Feb 19 03:00:04.262 INFO O| Feb 19 03:00:04.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91232025-02-19T03:00:05.270Z[ host-image] Feb 19 03:00:04.262 INFO O| Feb 19 03:00:04.262 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91242025-02-19T03:00:05.273Z[ host-image] Feb 19 03:00:04.262 INFO O| Feb 19 03:00:04.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91252025-02-19T03:00:05.273Z[ host-image] Feb 19 03:00:04.263 INFO O| Feb 19 03:00:04.263 INFO ok!
91262025-02-19T03:00:05.273Z[ host-image] Feb 19 03:00:04.263 INFO O| Feb 19 03:00:04.263 INFO STEP 27 (ensure_file) COMPLETE
91272025-02-19T03:00:05.273Z[ host-image] Feb 19 03:00:04.263 INFO O| Feb 19 03:00:04.263 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91282025-02-19T03:00:05.334Z[ host-image] Feb 19 03:00:04.326 INFO O| Feb 19 03:00:04.326 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91292025-02-19T03:00:05.334Z[ host-image] Feb 19 03:00:04.326 INFO O| Feb 19 03:00:04.326 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91302025-02-19T03:00:05.338Z[ host-image] Feb 19 03:00:04.327 INFO O| Feb 19 03:00:04.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91312025-02-19T03:00:05.338Z[ host-image] Feb 19 03:00:04.327 INFO O| Feb 19 03:00:04.327 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91322025-02-19T03:00:05.338Z[ host-image] Feb 19 03:00:04.327 INFO O| Feb 19 03:00:04.327 INFO ok!
91332025-02-19T03:00:05.338Z[ host-image] Feb 19 03:00:04.327 INFO O| Feb 19 03:00:04.327 INFO STEP 28 (ensure_file) COMPLETE
91342025-02-19T03:00:05.338Z[ host-image] Feb 19 03:00:04.327 INFO O| Feb 19 03:00:04.327 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91352025-02-19T03:00:05.361Z[ recovery-image] Feb 19 03:00:04.353 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91362025-02-19T03:00:05.425Z[ host-image] Feb 19 03:00:04.417 INFO O| Feb 19 03:00:04.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91372025-02-19T03:00:05.425Z[ host-image] Feb 19 03:00:04.417 INFO O| Feb 19 03:00:04.417 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91382025-02-19T03:00:05.429Z[ host-image] Feb 19 03:00:04.417 INFO O| Feb 19 03:00:04.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91392025-02-19T03:00:05.429Z[ host-image] Feb 19 03:00:04.418 INFO O| Feb 19 03:00:04.417 INFO ok!
91402025-02-19T03:00:05.429Z[ host-image] Feb 19 03:00:04.418 INFO O| Feb 19 03:00:04.418 INFO STEP 29 (ensure_file) COMPLETE
91412025-02-19T03:00:05.429Z[ host-image] Feb 19 03:00:04.418 INFO O| Feb 19 03:00:04.418 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91422025-02-19T03:00:05.451Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91432025-02-19T03:00:05.451Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91442025-02-19T03:00:05.451Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91452025-02-19T03:00:05.451Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO ok!
91462025-02-19T03:00:05.454Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO STEP 30 (ensure_file) COMPLETE
91472025-02-19T03:00:05.454Z[ host-image] Feb 19 03:00:04.443 INFO O| Feb 19 03:00:04.443 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91482025-02-19T03:00:05.471Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91492025-02-19T03:00:05.471Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91502025-02-19T03:00:05.474Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91512025-02-19T03:00:05.474Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91522025-02-19T03:00:05.474Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO ok!
91532025-02-19T03:00:05.474Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO STEP 31 (ensure_file) COMPLETE
91542025-02-19T03:00:05.474Z[ host-image] Feb 19 03:00:04.463 INFO O| Feb 19 03:00:04.463 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91552025-02-19T03:00:05.491Z[ host-image] Feb 19 03:00:04.483 INFO O| Feb 19 03:00:04.483 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91562025-02-19T03:00:05.491Z[ host-image] Feb 19 03:00:04.483 INFO O| Feb 19 03:00:04.483 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91572025-02-19T03:00:05.491Z[ host-image] Feb 19 03:00:04.483 INFO O| Feb 19 03:00:04.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91582025-02-19T03:00:05.491Z[ host-image] Feb 19 03:00:04.483 INFO O| Feb 19 03:00:04.483 INFO ok!
91592025-02-19T03:00:05.494Z[ host-image] Feb 19 03:00:04.483 INFO O| Feb 19 03:00:04.483 INFO STEP 32 (ensure_file) COMPLETE
91602025-02-19T03:00:05.494Z[ host-image] Feb 19 03:00:04.484 INFO O| Feb 19 03:00:04.483 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91612025-02-19T03:00:05.528Z[ host-image] Feb 19 03:00:04.520 INFO O| Feb 19 03:00:04.520 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91622025-02-19T03:00:05.531Z[ host-image] Feb 19 03:00:04.520 INFO O| Feb 19 03:00:04.520 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91632025-02-19T03:00:05.531Z[ host-image] Feb 19 03:00:04.520 INFO O| Feb 19 03:00:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91642025-02-19T03:00:05.531Z[ host-image] Feb 19 03:00:04.520 INFO O| Feb 19 03:00:04.520 INFO ok!
91652025-02-19T03:00:05.531Z[ host-image] Feb 19 03:00:04.521 INFO O| Feb 19 03:00:04.520 INFO STEP 33 (ensure_file) COMPLETE
91662025-02-19T03:00:05.531Z[ host-image] Feb 19 03:00:04.521 INFO O| Feb 19 03:00:04.521 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91672025-02-19T03:00:05.580Z[ host-image] Feb 19 03:00:04.572 INFO O| Feb 19 03:00:04.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91682025-02-19T03:00:05.580Z[ host-image] Feb 19 03:00:04.572 INFO O| Feb 19 03:00:04.572 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91692025-02-19T03:00:05.583Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91702025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91712025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91722025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91732025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO ok!
91742025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO STEP 34 (ensure_file) COMPLETE
91752025-02-19T03:00:05.584Z[ host-image] Feb 19 03:00:04.573 INFO O| Feb 19 03:00:04.573 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91762025-02-19T03:00:05.603Z[ host-image] Feb 19 03:00:04.595 INFO O| Feb 19 03:00:04.595 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91772025-02-19T03:00:05.606Z[ host-image] Feb 19 03:00:04.595 INFO O| Feb 19 03:00:04.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91782025-02-19T03:00:05.606Z[ host-image] Feb 19 03:00:04.595 INFO O| Feb 19 03:00:04.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91792025-02-19T03:00:05.606Z[ host-image] Feb 19 03:00:04.595 INFO O| Feb 19 03:00:04.595 INFO STEP 35 (ensure_dir) COMPLETE
91802025-02-19T03:00:05.606Z[ host-image] Feb 19 03:00:04.595 INFO O| Feb 19 03:00:04.595 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91812025-02-19T03:00:05.661Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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
91822025-02-19T03:00:05.661Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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 ...
91832025-02-19T03:00:05.661Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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
91842025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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
91852025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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
91862025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 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
91872025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.653 INFO O| Feb 19 03:00:04.653 INFO ok!
91882025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.654 INFO O| Feb 19 03:00:04.653 INFO STEP 36 (ensure_file) COMPLETE
91892025-02-19T03:00:05.664Z[ host-image] Feb 19 03:00:04.654 INFO O| Feb 19 03:00:04.654 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91902025-02-19T03:00:05.717Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91912025-02-19T03:00:05.717Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 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 ...
91922025-02-19T03:00:05.720Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91932025-02-19T03:00:05.720Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 INFO ok!
91942025-02-19T03:00:05.720Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 INFO STEP 37 (ensure_symlink) COMPLETE
91952025-02-19T03:00:05.721Z[ host-image] Feb 19 03:00:04.709 INFO O| Feb 19 03:00:04.709 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91962025-02-19T03:00:05.768Z[ host-image] Feb 19 03:00:04.760 INFO O| Feb 19 03:00:04.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91972025-02-19T03:00:05.768Z[ host-image] Feb 19 03:00:04.760 INFO O| Feb 19 03:00:04.760 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91982025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.760 INFO O| Feb 19 03:00:04.760 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91992025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92002025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92012025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92022025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO ok!
92032025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO STEP 38 (ensure_file) COMPLETE
92042025-02-19T03:00:05.772Z[ host-image] Feb 19 03:00:04.761 INFO O| Feb 19 03:00:04.761 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92052025-02-19T03:00:05.792Z[ host-image] Feb 19 03:00:04.784 INFO O| Feb 19 03:00:04.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92062025-02-19T03:00:05.792Z[ host-image] Feb 19 03:00:04.784 INFO O| Feb 19 03:00:04.784 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 ...
92072025-02-19T03:00:05.795Z[ host-image] Feb 19 03:00:04.784 INFO O| Feb 19 03:00:04.784 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
92082025-02-19T03:00:05.795Z[ host-image] Feb 19 03:00:04.785 INFO O| Feb 19 03:00:04.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92092025-02-19T03:00:05.795Z[ host-image] Feb 19 03:00:04.785 INFO O| Feb 19 03:00:04.785 INFO ok!
92102025-02-19T03:00:05.796Z[ host-image] Feb 19 03:00:04.785 INFO O| Feb 19 03:00:04.785 INFO STEP 39 (ensure_file) COMPLETE
92112025-02-19T03:00:05.796Z[ host-image] Feb 19 03:00:04.785 INFO O| Feb 19 03:00:04.785 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92122025-02-19T03:00:05.813Z[ host-image] Feb 19 03:00:04.805 INFO O| Feb 19 03:00:04.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92132025-02-19T03:00:05.813Z[ host-image] Feb 19 03:00:04.805 INFO O| Feb 19 03:00:04.805 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92142025-02-19T03:00:05.816Z[ host-image] Feb 19 03:00:04.806 INFO O| Feb 19 03:00:04.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92152025-02-19T03:00:05.816Z[ host-image] Feb 19 03:00:04.806 INFO O| Feb 19 03:00:04.806 INFO ok!
92162025-02-19T03:00:05.816Z[ host-image] Feb 19 03:00:04.806 INFO O| Feb 19 03:00:04.806 INFO STEP 40 (ensure_file) COMPLETE
92172025-02-19T03:00:05.816Z[ host-image] Feb 19 03:00:04.806 INFO O| Feb 19 03:00:04.806 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92182025-02-19T03:00:05.846Z[ host-image] Feb 19 03:00:04.838 INFO O| Feb 19 03:00:04.838 INFO updating shadow file
92192025-02-19T03:00:05.846Z[ host-image] Feb 19 03:00:04.839 INFO O| Feb 19 03:00:04.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92202025-02-19T03:00:05.849Z[ host-image] Feb 19 03:00:04.839 INFO O| Feb 19 03:00:04.839 INFO STEP 41 (shadow) COMPLETE
92212025-02-19T03:00:05.849Z[ host-image] Feb 19 03:00:04.839 INFO O| Feb 19 03:00:04.839 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92222025-02-19T03:00:05.909Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92232025-02-19T03:00:05.909Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92242025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92252025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92262025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO ok!
92272025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO STEP 42 (ensure_file) COMPLETE
92282025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92292025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO skip step because feature "mfg" is not enabled
92302025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.901 INFO O| Feb 19 03:00:04.901 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92312025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.902 INFO O| Feb 19 03:00:04.901 INFO skip step because feature "mfg" is not enabled
92322025-02-19T03:00:05.913Z[ host-image] Feb 19 03:00:04.902 INFO O| Feb 19 03:00:04.901 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332025-02-19T03:00:05.932Z[ host-image] Feb 19 03:00:04.925 INFO O| Feb 19 03:00:04.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92342025-02-19T03:00:05.932Z[ host-image] Feb 19 03:00:04.925 INFO O| Feb 19 03:00:04.925 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92352025-02-19T03:00:06.785Z[ host-image] Feb 19 03:00:05.776 INFO O| Feb 19 03:00:05.776 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92362025-02-19T03:00:06.785Z[ host-image] Feb 19 03:00:05.776 INFO O| Feb 19 03:00:05.776 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92372025-02-19T03:00:06.785Z[ host-image] Feb 19 03:00:05.776 INFO O| Feb 19 03:00:05.776 INFO ok!
92382025-02-19T03:00:06.785Z[ host-image] Feb 19 03:00:05.776 INFO O| Feb 19 03:00:05.776 INFO STEP 45 (ensure_file) COMPLETE
92392025-02-19T03:00:06.785Z[ host-image] Feb 19 03:00:05.776 INFO O| Feb 19 03:00:05.776 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92402025-02-19T03:00:06.805Z[ host-image] Feb 19 03:00:05.797 INFO O| Feb 19 03:00:05.797 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92412025-02-19T03:00:06.805Z[ host-image] Feb 19 03:00:05.797 INFO O| Feb 19 03:00:05.797 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92422025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.797 INFO O| Feb 19 03:00:05.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92432025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.797 INFO O| Feb 19 03:00:05.797 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92442025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.797 INFO O| Feb 19 03:00:05.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92452025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.798 INFO O| Feb 19 03:00:05.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92462025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.798 INFO O| Feb 19 03:00:05.798 INFO ok!
92472025-02-19T03:00:06.809Z[ host-image] Feb 19 03:00:05.798 INFO O| Feb 19 03:00:05.798 INFO STEP 46 (ensure_file) COMPLETE
92482025-02-19T03:00:06.810Z[ host-image] Feb 19 03:00:05.798 INFO O| Feb 19 03:00:05.798 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92492025-02-19T03:00:07.133Z[ host-image] Feb 19 03:00:06.120 INFO O| Feb 19 03:00:06.120 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92502025-02-19T03:00:07.133Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 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 ...
92512025-02-19T03:00:07.136Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 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
92522025-02-19T03:00:07.136Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92532025-02-19T03:00:07.136Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 INFO ok!
92542025-02-19T03:00:07.136Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 INFO STEP 47 (ensure_file) COMPLETE
92552025-02-19T03:00:07.136Z[ host-image] Feb 19 03:00:06.125 INFO O| Feb 19 03:00:06.121 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92562025-02-19T03:00:07.157Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92572025-02-19T03:00:07.157Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92582025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92592025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92602025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92612025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92622025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO ok!
92632025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO STEP 48 (ensure_file) COMPLETE
92642025-02-19T03:00:07.161Z[ host-image] Feb 19 03:00:06.149 INFO O| Feb 19 03:00:06.149 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92652025-02-19T03:00:07.183Z[ host-image] Feb 19 03:00:06.175 INFO O| Feb 19 03:00:06.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92662025-02-19T03:00:07.183Z[ host-image] Feb 19 03:00:06.175 INFO O| Feb 19 03:00:06.175 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 ...
92672025-02-19T03:00:07.186Z[ host-image] Feb 19 03:00:06.175 INFO O| Feb 19 03:00:06.175 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
92682025-02-19T03:00:07.186Z[ host-image] Feb 19 03:00:06.176 INFO O| Feb 19 03:00:06.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92692025-02-19T03:00:07.186Z[ host-image] Feb 19 03:00:06.176 INFO O| Feb 19 03:00:06.176 INFO ok!
92702025-02-19T03:00:07.186Z[ host-image] Feb 19 03:00:06.176 INFO O| Feb 19 03:00:06.176 INFO STEP 49 (ensure_file) COMPLETE
92712025-02-19T03:00:07.187Z[ host-image] Feb 19 03:00:06.176 INFO O| Feb 19 03:00:06.176 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92722025-02-19T03:00:07.254Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92732025-02-19T03:00:07.254Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92742025-02-19T03:00:07.254Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92752025-02-19T03:00:07.257Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92762025-02-19T03:00:07.258Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92772025-02-19T03:00:07.258Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92782025-02-19T03:00:07.258Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO ok!
92792025-02-19T03:00:07.258Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO STEP 50 (ensure_file) COMPLETE
92802025-02-19T03:00:07.258Z[ host-image] Feb 19 03:00:06.246 INFO O| Feb 19 03:00:06.246 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92812025-02-19T03:00:07.277Z[ host-image] Feb 19 03:00:06.269 INFO O| Feb 19 03:00:06.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92822025-02-19T03:00:07.278Z[ host-image] Feb 19 03:00:06.269 INFO O| Feb 19 03:00:06.269 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 ...
92832025-02-19T03:00:07.281Z[ host-image] Feb 19 03:00:06.270 INFO O| Feb 19 03:00:06.269 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
92842025-02-19T03:00:07.281Z[ host-image] Feb 19 03:00:06.270 INFO O| Feb 19 03:00:06.270 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92852025-02-19T03:00:07.281Z[ host-image] Feb 19 03:00:06.270 INFO O| Feb 19 03:00:06.270 INFO ok!
92862025-02-19T03:00:07.281Z[ host-image] Feb 19 03:00:06.270 INFO O| Feb 19 03:00:06.270 INFO STEP 51 (ensure_file) COMPLETE
92872025-02-19T03:00:07.281Z[ host-image] Feb 19 03:00:06.270 INFO O| Feb 19 03:00:06.270 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92882025-02-19T03:00:07.297Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92892025-02-19T03:00:07.297Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 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 ...
92902025-02-19T03:00:07.301Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 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
92912025-02-19T03:00:07.301Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92922025-02-19T03:00:07.301Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 INFO ok!
92932025-02-19T03:00:07.301Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 INFO STEP 52 (ensure_file) COMPLETE
92942025-02-19T03:00:07.301Z[ host-image] Feb 19 03:00:06.289 INFO O| Feb 19 03:00:06.289 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92952025-02-19T03:00:07.314Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92962025-02-19T03:00:07.314Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 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 ...
92972025-02-19T03:00:07.314Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 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
92982025-02-19T03:00:07.317Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92992025-02-19T03:00:07.317Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 INFO ok!
93002025-02-19T03:00:07.317Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 INFO STEP 53 (ensure_file) COMPLETE
93012025-02-19T03:00:07.318Z[ host-image] Feb 19 03:00:06.306 INFO O| Feb 19 03:00:06.306 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022025-02-19T03:00:07.332Z[ host-image] Feb 19 03:00:06.324 INFO O| Feb 19 03:00:06.324 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93032025-02-19T03:00:07.332Z[ host-image] Feb 19 03:00:06.324 INFO O| Feb 19 03:00:06.324 INFO STEP 54 (ensure_dir) COMPLETE
93042025-02-19T03:00:07.352Z[ host-image] Feb 19 03:00:06.324 INFO O| Feb 19 03:00:06.324 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052025-02-19T03:00:07.352Z[ host-image] Feb 19 03:00:06.340 INFO O| Feb 19 03:00:06.340 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93062025-02-19T03:00:07.353Z[ host-image] Feb 19 03:00:06.340 INFO O| Feb 19 03:00:06.340 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93072025-02-19T03:00:07.353Z[ host-image] Feb 19 03:00:06.340 INFO O| Feb 19 03:00:06.340 INFO STEP 55 (ensure_dir) COMPLETE
93082025-02-19T03:00:07.353Z[ host-image] Feb 19 03:00:06.340 INFO O| Feb 19 03:00:06.340 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092025-02-19T03:00:07.364Z[ host-image] Feb 19 03:00:06.356 INFO O| Feb 19 03:00:06.356 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93102025-02-19T03:00:07.364Z[ host-image] Feb 19 03:00:06.357 INFO O| Feb 19 03:00:06.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93112025-02-19T03:00:07.365Z[ host-image] Feb 19 03:00:06.357 INFO O| Feb 19 03:00:06.357 INFO STEP 56 (ensure_dir) COMPLETE
93122025-02-19T03:00:07.368Z[ host-image] Feb 19 03:00:06.357 INFO O| Feb 19 03:00:06.357 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132025-02-19T03:00:07.381Z[ host-image] Feb 19 03:00:06.373 INFO O| Feb 19 03:00:06.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93142025-02-19T03:00:07.381Z[ host-image] Feb 19 03:00:06.373 INFO O| Feb 19 03:00:06.373 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93152025-02-19T03:00:07.404Z[ host-image] Feb 19 03:00:06.396 INFO O| Feb 19 03:00:06.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93162025-02-19T03:00:07.404Z[ host-image] Feb 19 03:00:06.396 INFO O| Feb 19 03:00:06.396 INFO ok!
93172025-02-19T03:00:07.407Z[ host-image] Feb 19 03:00:06.396 INFO O| Feb 19 03:00:06.396 INFO STEP 57 (ensure_file) COMPLETE
93182025-02-19T03:00:07.407Z[ host-image] Feb 19 03:00:06.396 INFO O| Feb 19 03:00:06.396 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192025-02-19T03:00:07.486Z[ host-image] Feb 19 03:00:06.478 INFO O| Feb 19 03:00:06.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93202025-02-19T03:00:07.486Z[ host-image] Feb 19 03:00:06.478 INFO O| Feb 19 03:00:06.478 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93212025-02-19T03:00:08.929Z[ host-image] Feb 19 03:00:07.920 INFO O| Feb 19 03:00:07.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93222025-02-19T03:00:08.929Z[ host-image] Feb 19 03:00:07.920 INFO O| Feb 19 03:00:07.920 INFO ok!
93232025-02-19T03:00:08.932Z[ host-image] Feb 19 03:00:07.920 INFO O| Feb 19 03:00:07.920 INFO STEP 58 (ensure_file) COMPLETE
93242025-02-19T03:00:08.932Z[ host-image] Feb 19 03:00:07.920 INFO O| Feb 19 03:00:07.920 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252025-02-19T03:00:08.948Z[ host-image] Feb 19 03:00:07.940 INFO O| Feb 19 03:00:07.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93262025-02-19T03:00:08.949Z[ host-image] Feb 19 03:00:07.940 INFO O| Feb 19 03:00:07.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93272025-02-19T03:00:08.953Z[ host-image] Feb 19 03:00:07.940 INFO O| Feb 19 03:00:07.940 INFO STEP 59 (ensure_dir) COMPLETE
93282025-02-19T03:00:08.953Z[ host-image] Feb 19 03:00:07.940 INFO O| Feb 19 03:00:07.940 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292025-02-19T03:00:08.986Z[ host-image] Feb 19 03:00:07.978 INFO O| Feb 19 03:00:07.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93302025-02-19T03:00:08.987Z[ host-image] Feb 19 03:00:07.978 INFO O| Feb 19 03:00:07.978 INFO copying /tmp/.tmprV1oZT/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 ...
93312025-02-19T03:00:08.990Z[ host-image] Feb 19 03:00:07.979 INFO O| Feb 19 03:00:07.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93322025-02-19T03:00:08.990Z[ host-image] Feb 19 03:00:07.979 INFO O| Feb 19 03:00:07.979 INFO ok!
93332025-02-19T03:00:08.990Z[ host-image] Feb 19 03:00:07.979 INFO O| Feb 19 03:00:07.979 INFO STEP 60 (ensure_file) COMPLETE
93342025-02-19T03:00:08.990Z[ host-image] Feb 19 03:00:07.979 INFO O| Feb 19 03:00:07.979 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352025-02-19T03:00:08.994Z[ recovery-image] Feb 19 03:00:07.986 INFO image complete! materials are in "/work/os-recovery"
93362025-02-19T03:00:09.000Z[ recovery-image]
93372025-02-19T03:00:09.000Z[ recovery-image] real 10:52.963789721
93382025-02-19T03:00:09.003Z[ recovery-image] user 6:44.200813433
93392025-02-19T03:00:09.003Z[ recovery-image] sys 1:07.759060861
93402025-02-19T03:00:09.003Z[ recovery-image] trap 0.405650879
93412025-02-19T03:00:09.003Z[ recovery-image] tflt 0.514989242
93422025-02-19T03:00:09.003Z[ recovery-image] dflt 2.140733882
93432025-02-19T03:00:09.004Z[ recovery-image] kflt 0.000898362
93442025-02-19T03:00:09.004Z[ recovery-image] lock 15:33.726372520
93452025-02-19T03:00:09.004Z[ recovery-image] slp 1:07:11.358897850
93462025-02-19T03:00:09.004Z[ recovery-image] lat 5:19.593884521
93472025-02-19T03:00:09.004Z[ recovery-image] stop 14.063194852
93482025-02-19T03:00:09.004ZFeb 19 03:00:07.993 INFO [recovery-image] process exited with exit status: 0 (653.229331149s)
93492025-02-19T03:00:09.030Z[ host-image] Feb 19 03:00:08.021 INFO O| Feb 19 03:00:08.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93502025-02-19T03:00:09.030Z[ host-image] Feb 19 03:00:08.022 INFO O| Feb 19 03:00:08.021 INFO copying /tmp/.tmprV1oZT/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 ...
93512025-02-19T03:00:09.033Z[ host-image] Feb 19 03:00:08.022 INFO O| Feb 19 03:00:08.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93522025-02-19T03:00:09.033Z[ host-image] Feb 19 03:00:08.022 INFO O| Feb 19 03:00:08.022 INFO ok!
93532025-02-19T03:00:09.033Z[ host-image] Feb 19 03:00:08.022 INFO O| Feb 19 03:00:08.022 INFO STEP 61 (ensure_file) COMPLETE
93542025-02-19T03:00:09.033Z[ host-image] Feb 19 03:00:08.022 INFO O| Feb 19 03:00:08.022 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552025-02-19T03:00:09.050Z[ host-image] Feb 19 03:00:08.041 INFO O| Feb 19 03:00:08.041 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93562025-02-19T03:00:09.050Z[ host-image] Feb 19 03:00:08.041 INFO O| Feb 19 03:00:08.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93572025-02-19T03:00:09.050Z[ host-image] Feb 19 03:00:08.041 INFO O| Feb 19 03:00:08.041 INFO STEP 62 (ensure_dir) COMPLETE
93582025-02-19T03:00:09.050Z[ host-image] Feb 19 03:00:08.041 INFO O| Feb 19 03:00:08.041 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592025-02-19T03:00:09.069Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93602025-02-19T03:00:09.069Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO copying /tmp/.tmprV1oZT/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 ...
93612025-02-19T03:00:09.069Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93622025-02-19T03:00:09.072Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO ok!
93632025-02-19T03:00:09.072Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO STEP 63 (ensure_file) COMPLETE
93642025-02-19T03:00:09.073Z[ host-image] Feb 19 03:00:08.061 INFO O| Feb 19 03:00:08.061 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652025-02-19T03:00:09.089Z[ host-image] Feb 19 03:00:08.080 INFO O| Feb 19 03:00:08.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93662025-02-19T03:00:09.089Z[ host-image] Feb 19 03:00:08.080 INFO O| Feb 19 03:00:08.080 INFO copying /tmp/.tmprV1oZT/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 ...
93672025-02-19T03:00:09.091Z[ host-image] Feb 19 03:00:08.081 INFO O| Feb 19 03:00:08.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93682025-02-19T03:00:09.091Z[ host-image] Feb 19 03:00:08.081 INFO O| Feb 19 03:00:08.081 INFO ok!
93692025-02-19T03:00:09.091Z[ host-image] Feb 19 03:00:08.081 INFO O| Feb 19 03:00:08.081 INFO STEP 64 (ensure_file) COMPLETE
93702025-02-19T03:00:09.091Z[ host-image] Feb 19 03:00:08.081 INFO O| Feb 19 03:00:08.081 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712025-02-19T03:00:09.112Z[ host-image] Feb 19 03:00:08.101 INFO O| Feb 19 03:00:08.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93722025-02-19T03:00:09.112Z[ host-image] Feb 19 03:00:08.101 INFO O| Feb 19 03:00:08.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93732025-02-19T03:00:09.112Z[ host-image] Feb 19 03:00:08.101 INFO O| Feb 19 03:00:08.101 INFO STEP 65 (ensure_dir) COMPLETE
93742025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.101 INFO O| Feb 19 03:00:08.101 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.120 INFO O| Feb 19 03:00:08.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93762025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.120 INFO O| Feb 19 03:00:08.120 INFO copying /tmp/.tmprV1oZT/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 ...
93772025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.121 INFO O| Feb 19 03:00:08.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93782025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.121 INFO O| Feb 19 03:00:08.121 INFO ok!
93792025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.121 INFO O| Feb 19 03:00:08.121 INFO STEP 66 (ensure_file) COMPLETE
93802025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.121 INFO O| Feb 19 03:00:08.121 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93822025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93832025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93842025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO ok!
93852025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO STEP 67 (ensure_file) COMPLETE
93862025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.140 INFO O| Feb 19 03:00:08.140 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.160 INFO O| Feb 19 03:00:08.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93882025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.160 INFO O| Feb 19 03:00:08.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93892025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.160 INFO O| Feb 19 03:00:08.160 INFO STEP 68 (ensure_dir) COMPLETE
93902025-02-19T03:00:09.172Z[ host-image] Feb 19 03:00:08.160 INFO O| Feb 19 03:00:08.160 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912025-02-19T03:00:09.222Z[ host-image] Feb 19 03:00:08.214 INFO O| Feb 19 03:00:08.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93922025-02-19T03:00:09.222Z[ host-image] Feb 19 03:00:08.214 INFO O| Feb 19 03:00:08.214 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93932025-02-19T03:00:10.637Z[ host-image] Feb 19 03:00:09.629 INFO O| Feb 19 03:00:09.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93942025-02-19T03:00:10.638Z[ host-image] Feb 19 03:00:09.629 INFO O| Feb 19 03:00:09.629 INFO ok!
93952025-02-19T03:00:10.641Z[ host-image] Feb 19 03:00:09.629 INFO O| Feb 19 03:00:09.629 INFO STEP 69 (ensure_file) COMPLETE
93962025-02-19T03:00:10.641Z[ host-image] Feb 19 03:00:09.629 INFO O| Feb 19 03:00:09.629 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972025-02-19T03:00:10.657Z[ host-image] Feb 19 03:00:09.647 INFO O| Feb 19 03:00:09.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93982025-02-19T03:00:10.657Z[ host-image] Feb 19 03:00:09.647 INFO O| Feb 19 03:00:09.647 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93992025-02-19T03:00:12.698Z[ host-image] Feb 19 03:00:11.689 INFO O| Feb 19 03:00:11.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94002025-02-19T03:00:12.698Z[ host-image] Feb 19 03:00:11.689 INFO O| Feb 19 03:00:11.689 INFO ok!
94012025-02-19T03:00:12.698Z[ host-image] Feb 19 03:00:11.689 INFO O| Feb 19 03:00:11.689 INFO STEP 70 (ensure_file) COMPLETE
94022025-02-19T03:00:12.702Z[ host-image] Feb 19 03:00:11.689 INFO O| Feb 19 03:00:11.689 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032025-02-19T03:00:12.720Z[ host-image] Feb 19 03:00:11.711 INFO O| Feb 19 03:00:11.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94042025-02-19T03:00:12.724Z[ host-image] Feb 19 03:00:11.711 INFO O| Feb 19 03:00:11.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94052025-02-19T03:00:12.724Z[ host-image] Feb 19 03:00:11.712 INFO O| Feb 19 03:00:11.711 INFO STEP 71 (ensure_dir) COMPLETE
94062025-02-19T03:00:12.724Z[ host-image] Feb 19 03:00:11.712 INFO O| Feb 19 03:00:11.711 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072025-02-19T03:00:12.740Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94082025-02-19T03:00:12.740Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.732 INFO copying /tmp/.tmprV1oZT/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 ...
94092025-02-19T03:00:12.744Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94102025-02-19T03:00:12.744Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.732 INFO ok!
94112025-02-19T03:00:12.744Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.732 INFO STEP 72 (ensure_file) COMPLETE
94122025-02-19T03:00:12.744Z[ host-image] Feb 19 03:00:11.732 INFO O| Feb 19 03:00:11.732 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132025-02-19T03:00:12.761Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94142025-02-19T03:00:12.761Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO copying /tmp/.tmprV1oZT/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 ...
94152025-02-19T03:00:12.763Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94162025-02-19T03:00:12.764Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO ok!
94172025-02-19T03:00:12.764Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO STEP 73 (ensure_file) COMPLETE
94182025-02-19T03:00:12.764Z[ host-image] Feb 19 03:00:11.752 INFO O| Feb 19 03:00:11.752 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192025-02-19T03:00:12.802Z[ host-image] Feb 19 03:00:11.792 INFO O| Feb 19 03:00:11.792 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94202025-02-19T03:00:12.814Z[ host-image] Feb 19 03:00:11.792 INFO O| Feb 19 03:00:11.792 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94212025-02-19T03:00:12.814Z[ host-image] Feb 19 03:00:11.793 INFO O| Feb 19 03:00:11.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94222025-02-19T03:00:12.814Z[ host-image] Feb 19 03:00:11.793 INFO O| Feb 19 03:00:11.793 INFO ok!
94232025-02-19T03:00:12.814Z[ host-image] Feb 19 03:00:11.793 INFO O| Feb 19 03:00:11.793 INFO STEP 74 (ensure_file) COMPLETE
94242025-02-19T03:00:12.814Z[ host-image] Feb 19 03:00:11.793 INFO O| Feb 19 03:00:11.793 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94262025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94272025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94282025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO ok!
94292025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO STEP 75 (ensure_file) COMPLETE
94302025-02-19T03:00:12.853Z[ host-image] Feb 19 03:00:11.843 INFO O| Feb 19 03:00:11.843 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312025-02-19T03:00:12.871Z[ host-image] Feb 19 03:00:11.862 INFO O| Feb 19 03:00:11.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94322025-02-19T03:00:12.871Z[ host-image] Feb 19 03:00:11.862 INFO O| Feb 19 03:00:11.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94332025-02-19T03:00:12.871Z[ host-image] Feb 19 03:00:11.862 INFO O| Feb 19 03:00:11.862 INFO STEP 76 (ensure_dir) COMPLETE
94342025-02-19T03:00:12.871Z[ host-image] Feb 19 03:00:11.862 INFO O| Feb 19 03:00:11.862 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-02-19T03:00:12.891Z[ host-image] Feb 19 03:00:11.881 INFO O| Feb 19 03:00:11.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94362025-02-19T03:00:12.891Z[ host-image] Feb 19 03:00:11.881 INFO O| Feb 19 03:00:11.881 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94372025-02-19T03:00:12.896Z[ host-image] Feb 19 03:00:11.887 INFO O| Feb 19 03:00:11.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94382025-02-19T03:00:12.896Z[ host-image] Feb 19 03:00:11.887 INFO O| Feb 19 03:00:11.887 INFO ok!
94392025-02-19T03:00:12.896Z[ host-image] Feb 19 03:00:11.887 INFO O| Feb 19 03:00:11.887 INFO STEP 77 (ensure_file) COMPLETE
94402025-02-19T03:00:12.896Z[ host-image] Feb 19 03:00:11.887 INFO O| Feb 19 03:00:11.887 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412025-02-19T03:00:12.917Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94422025-02-19T03:00:12.917Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94432025-02-19T03:00:12.920Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94442025-02-19T03:00:12.920Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO ok!
94452025-02-19T03:00:12.920Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO STEP 78 (ensure_file) COMPLETE
94462025-02-19T03:00:12.921Z[ host-image] Feb 19 03:00:11.908 INFO O| Feb 19 03:00:11.908 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472025-02-19T03:00:12.938Z[ host-image] Feb 19 03:00:11.929 INFO O| Feb 19 03:00:11.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94482025-02-19T03:00:12.938Z[ host-image] Feb 19 03:00:11.929 INFO O| Feb 19 03:00:11.929 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94492025-02-19T03:00:14.844Z[ host-image] Feb 19 03:00:13.836 INFO O| Feb 19 03:00:13.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94502025-02-19T03:00:14.844Z[ host-image] Feb 19 03:00:13.836 INFO O| Feb 19 03:00:13.836 INFO ok!
94512025-02-19T03:00:14.844Z[ host-image] Feb 19 03:00:13.836 INFO O| Feb 19 03:00:13.836 INFO STEP 79 (ensure_file) COMPLETE
94522025-02-19T03:00:14.844Z[ host-image] Feb 19 03:00:13.836 INFO O| Feb 19 03:00:13.836 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532025-02-19T03:00:14.915Z[ host-image] Feb 19 03:00:13.857 INFO O| Feb 19 03:00:13.857 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94542025-02-19T03:00:14.915Z[ host-image] Feb 19 03:00:13.857 INFO O| Feb 19 03:00:13.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94552025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.857 INFO O| Feb 19 03:00:13.857 INFO STEP 80 (ensure_dir) COMPLETE
94562025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.857 INFO O| Feb 19 03:00:13.857 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.877 INFO O| Feb 19 03:00:13.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94582025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.877 INFO O| Feb 19 03:00:13.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94592025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.877 INFO O| Feb 19 03:00:13.877 INFO STEP 81 (ensure_dir) COMPLETE
94602025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.877 INFO O| Feb 19 03:00:13.877 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.897 INFO O| Feb 19 03:00:13.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94622025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.897 INFO O| Feb 19 03:00:13.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94632025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.897 INFO O| Feb 19 03:00:13.897 INFO STEP 82 (ensure_dir) COMPLETE
94642025-02-19T03:00:14.918Z[ host-image] Feb 19 03:00:13.897 INFO O| Feb 19 03:00:13.897 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652025-02-19T03:00:14.983Z[ host-image] Feb 19 03:00:13.975 INFO O| Feb 19 03:00:13.974 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94662025-02-19T03:00:14.983Z[ host-image] Feb 19 03:00:13.975 INFO O| Feb 19 03:00:13.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94672025-02-19T03:00:14.986Z[ host-image] Feb 19 03:00:13.975 INFO O| Feb 19 03:00:13.975 INFO STEP 83 (ensure_dir) COMPLETE
94682025-02-19T03:00:14.986Z[ host-image] Feb 19 03:00:13.975 INFO O| Feb 19 03:00:13.975 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692025-02-19T03:00:15.040Z[ host-image] Feb 19 03:00:14.030 INFO O| Feb 19 03:00:14.030 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94702025-02-19T03:00:15.040Z[ host-image] Feb 19 03:00:14.030 INFO O| Feb 19 03:00:14.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94712025-02-19T03:00:15.040Z[ host-image] Feb 19 03:00:14.030 INFO O| Feb 19 03:00:14.030 INFO STEP 84 (ensure_dir) COMPLETE
94722025-02-19T03:00:15.040Z[ host-image] Feb 19 03:00:14.030 INFO O| Feb 19 03:00:14.030 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.089 INFO O| Feb 19 03:00:14.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94742025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.089 INFO O| Feb 19 03:00:14.089 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
94752025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.089 INFO O| Feb 19 03:00:14.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94762025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.089 INFO O| Feb 19 03:00:14.089 INFO ok!
94772025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.089 INFO O| Feb 19 03:00:14.089 INFO STEP 85 (ensure_file) COMPLETE
94782025-02-19T03:00:15.099Z[ host-image] Feb 19 03:00:14.090 INFO O| Feb 19 03:00:14.089 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792025-02-19T03:00:15.156Z[ host-image] Feb 19 03:00:14.147 INFO O| Feb 19 03:00:14.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94802025-02-19T03:00:15.156Z[ host-image] Feb 19 03:00:14.148 INFO O| Feb 19 03:00:14.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94812025-02-19T03:00:15.156Z[ host-image] Feb 19 03:00:14.148 INFO O| Feb 19 03:00:14.148 INFO STEP 86 (ensure_dir) COMPLETE
94822025-02-19T03:00:15.159Z[ host-image] Feb 19 03:00:14.148 INFO O| Feb 19 03:00:14.148 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832025-02-19T03:00:15.176Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94842025-02-19T03:00:15.176Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94852025-02-19T03:00:15.179Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94862025-02-19T03:00:15.179Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO ok!
94872025-02-19T03:00:15.179Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO STEP 87 (ensure_file) COMPLETE
94882025-02-19T03:00:15.179Z[ host-image] Feb 19 03:00:14.168 INFO O| Feb 19 03:00:14.168 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892025-02-19T03:00:15.216Z[ host-image] Feb 19 03:00:14.207 INFO O| Feb 19 03:00:14.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94902025-02-19T03:00:15.216Z[ host-image] Feb 19 03:00:14.207 INFO O| Feb 19 03:00:14.207 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94912025-02-19T03:00:15.894Z[ host-image] Feb 19 03:00:14.884 INFO O| Feb 19 03:00:14.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94922025-02-19T03:00:15.894Z[ host-image] Feb 19 03:00:14.885 INFO O| Feb 19 03:00:14.884 INFO ok!
94932025-02-19T03:00:15.894Z[ host-image] Feb 19 03:00:14.885 INFO O| Feb 19 03:00:14.884 INFO STEP 88 (ensure_file) COMPLETE
94942025-02-19T03:00:15.894Z[ host-image] Feb 19 03:00:14.885 INFO O| Feb 19 03:00:14.885 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952025-02-19T03:00:15.916Z[ host-image] Feb 19 03:00:14.907 INFO O| Feb 19 03:00:14.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94962025-02-19T03:00:15.917Z[ host-image] Feb 19 03:00:14.907 INFO O| Feb 19 03:00:14.907 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94972025-02-19T03:00:16.556Z[ host-image] Feb 19 03:00:15.546 INFO O| Feb 19 03:00:15.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94982025-02-19T03:00:16.556Z[ host-image] Feb 19 03:00:15.547 INFO O| Feb 19 03:00:15.546 INFO ok!
94992025-02-19T03:00:16.556Z[ host-image] Feb 19 03:00:15.547 INFO O| Feb 19 03:00:15.546 INFO STEP 89 (ensure_file) COMPLETE
95002025-02-19T03:00:16.556Z[ host-image] Feb 19 03:00:15.547 INFO O| Feb 19 03:00:15.546 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012025-02-19T03:00:16.576Z[ host-image] Feb 19 03:00:15.567 INFO O| Feb 19 03:00:15.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95022025-02-19T03:00:16.576Z[ host-image] Feb 19 03:00:15.567 INFO O| Feb 19 03:00:15.567 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95032025-02-19T03:00:16.579Z[ host-image] Feb 19 03:00:15.568 INFO O| Feb 19 03:00:15.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95042025-02-19T03:00:16.579Z[ host-image] Feb 19 03:00:15.568 INFO O| Feb 19 03:00:15.567 INFO ok!
95052025-02-19T03:00:16.579Z[ host-image] Feb 19 03:00:15.568 INFO O| Feb 19 03:00:15.567 INFO STEP 90 (ensure_file) COMPLETE
95062025-02-19T03:00:16.579Z[ host-image] Feb 19 03:00:15.568 INFO O| Feb 19 03:00:15.567 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072025-02-19T03:00:16.597Z[ host-image] Feb 19 03:00:15.588 INFO O| Feb 19 03:00:15.588 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95082025-02-19T03:00:16.597Z[ host-image] Feb 19 03:00:15.588 INFO O| Feb 19 03:00:15.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95092025-02-19T03:00:16.599Z[ host-image] Feb 19 03:00:15.588 INFO O| Feb 19 03:00:15.588 INFO STEP 91 (ensure_dir) COMPLETE
95102025-02-19T03:00:16.599Z[ host-image] Feb 19 03:00:15.588 INFO O| Feb 19 03:00:15.588 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112025-02-19T03:00:16.642Z[ host-image] Feb 19 03:00:15.633 INFO O| Feb 19 03:00:15.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95122025-02-19T03:00:16.642Z[ host-image] Feb 19 03:00:15.633 INFO O| Feb 19 03:00:15.633 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
95132025-02-19T03:00:16.644Z[ host-image] Feb 19 03:00:15.633 INFO O| Feb 19 03:00:15.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95142025-02-19T03:00:16.645Z[ host-image] Feb 19 03:00:15.633 INFO O| Feb 19 03:00:15.633 INFO ok!
95152025-02-19T03:00:16.645Z[ host-image] Feb 19 03:00:15.634 INFO O| Feb 19 03:00:15.633 INFO STEP 92 (ensure_file) COMPLETE
95162025-02-19T03:00:16.645Z[ host-image] Feb 19 03:00:15.634 INFO O| Feb 19 03:00:15.634 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172025-02-19T03:00:16.686Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95182025-02-19T03:00:16.686Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.677 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
95192025-02-19T03:00:16.688Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95202025-02-19T03:00:16.688Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.677 INFO ok!
95212025-02-19T03:00:16.688Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.677 INFO STEP 93 (ensure_file) COMPLETE
95222025-02-19T03:00:16.688Z[ host-image] Feb 19 03:00:15.677 INFO O| Feb 19 03:00:15.677 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232025-02-19T03:00:16.707Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95242025-02-19T03:00:16.707Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
95252025-02-19T03:00:16.707Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95262025-02-19T03:00:16.709Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO ok!
95272025-02-19T03:00:16.709Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO STEP 94 (ensure_file) COMPLETE
95282025-02-19T03:00:16.709Z[ host-image] Feb 19 03:00:15.698 INFO O| Feb 19 03:00:15.698 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292025-02-19T03:00:16.727Z[ host-image] Feb 19 03:00:15.718 INFO O| Feb 19 03:00:15.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95302025-02-19T03:00:16.727Z[ host-image] Feb 19 03:00:15.718 INFO O| Feb 19 03:00:15.718 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
95312025-02-19T03:00:16.728Z[ host-image] Feb 19 03:00:15.719 INFO O| Feb 19 03:00:15.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95322025-02-19T03:00:16.728Z[ host-image] Feb 19 03:00:15.719 INFO O| Feb 19 03:00:15.719 INFO ok!
95332025-02-19T03:00:16.730Z[ host-image] Feb 19 03:00:15.719 INFO O| Feb 19 03:00:15.719 INFO STEP 95 (ensure_file) COMPLETE
95342025-02-19T03:00:16.730Z[ host-image] Feb 19 03:00:15.719 INFO O| Feb 19 03:00:15.719 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352025-02-19T03:00:16.745Z[ host-image] Feb 19 03:00:15.736 INFO O| Feb 19 03:00:15.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95362025-02-19T03:00:16.745Z[ host-image] Feb 19 03:00:15.736 INFO O| Feb 19 03:00:15.736 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
95372025-02-19T03:00:16.748Z[ host-image] Feb 19 03:00:15.736 INFO O| Feb 19 03:00:15.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95382025-02-19T03:00:16.748Z[ host-image] Feb 19 03:00:15.736 INFO O| Feb 19 03:00:15.736 INFO ok!
95392025-02-19T03:00:16.748Z[ host-image] Feb 19 03:00:15.737 INFO O| Feb 19 03:00:15.736 INFO STEP 96 (ensure_file) COMPLETE
95402025-02-19T03:00:16.748Z[ host-image] Feb 19 03:00:15.737 INFO O| Feb 19 03:00:15.736 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412025-02-19T03:00:16.763Z[ host-image] Feb 19 03:00:15.754 INFO O| Feb 19 03:00:15.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95422025-02-19T03:00:16.763Z[ host-image] Feb 19 03:00:15.754 INFO O| Feb 19 03:00:15.754 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
95432025-02-19T03:00:16.766Z[ host-image] Feb 19 03:00:15.754 INFO O| Feb 19 03:00:15.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95442025-02-19T03:00:16.766Z[ host-image] Feb 19 03:00:15.754 INFO O| Feb 19 03:00:15.754 INFO ok!
95452025-02-19T03:00:16.766Z[ host-image] Feb 19 03:00:15.754 INFO O| Feb 19 03:00:15.754 INFO STEP 97 (ensure_file) COMPLETE
95462025-02-19T03:00:16.766Z[ host-image] Feb 19 03:00:15.755 INFO O| Feb 19 03:00:15.754 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-02-19T03:00:16.780Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95482025-02-19T03:00:16.780Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95492025-02-19T03:00:16.783Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95502025-02-19T03:00:16.783Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO ok!
95512025-02-19T03:00:16.783Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO STEP 98 (ensure_file) COMPLETE
95522025-02-19T03:00:16.783Z[ host-image] Feb 19 03:00:15.771 INFO O| Feb 19 03:00:15.771 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-19T03:00:16.797Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95542025-02-19T03:00:16.797Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
95552025-02-19T03:00:16.799Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95562025-02-19T03:00:16.799Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO ok!
95572025-02-19T03:00:16.799Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO STEP 99 (ensure_file) COMPLETE
95582025-02-19T03:00:16.799Z[ host-image] Feb 19 03:00:15.788 INFO O| Feb 19 03:00:15.788 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-02-19T03:00:16.831Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95602025-02-19T03:00:16.832Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.823 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
95612025-02-19T03:00:16.832Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95622025-02-19T03:00:16.834Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.823 INFO ok!
95632025-02-19T03:00:16.835Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.823 INFO STEP 100 (ensure_file) COMPLETE
95642025-02-19T03:00:16.835Z[ host-image] Feb 19 03:00:15.823 INFO O| Feb 19 03:00:15.823 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-19T03:00:16.919Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95662025-02-19T03:00:16.919Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.911 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
95672025-02-19T03:00:16.922Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95682025-02-19T03:00:16.922Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.911 INFO ok!
95692025-02-19T03:00:16.922Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.911 INFO STEP 101 (ensure_file) COMPLETE
95702025-02-19T03:00:16.922Z[ host-image] Feb 19 03:00:15.911 INFO O| Feb 19 03:00:15.911 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-02-19T03:00:16.939Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95722025-02-19T03:00:16.939Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95732025-02-19T03:00:16.939Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95742025-02-19T03:00:16.942Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO ok!
95752025-02-19T03:00:16.942Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO STEP 102 (ensure_file) COMPLETE
95762025-02-19T03:00:16.942Z[ host-image] Feb 19 03:00:15.930 INFO O| Feb 19 03:00:15.930 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772025-02-19T03:00:16.960Z[ host-image] Feb 19 03:00:15.951 INFO O| Feb 19 03:00:15.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95782025-02-19T03:00:16.960Z[ host-image] Feb 19 03:00:15.951 INFO O| Feb 19 03:00:15.951 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
95792025-02-19T03:00:16.960Z[ host-image] Feb 19 03:00:15.952 INFO O| Feb 19 03:00:15.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95802025-02-19T03:00:16.960Z[ host-image] Feb 19 03:00:15.952 INFO O| Feb 19 03:00:15.952 INFO ok!
95812025-02-19T03:00:16.963Z[ host-image] Feb 19 03:00:15.952 INFO O| Feb 19 03:00:15.952 INFO STEP 103 (ensure_file) COMPLETE
95822025-02-19T03:00:16.963Z[ host-image] Feb 19 03:00:15.952 INFO O| Feb 19 03:00:15.952 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832025-02-19T03:00:16.981Z[ host-image] Feb 19 03:00:15.972 INFO O| Feb 19 03:00:15.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95842025-02-19T03:00:16.981Z[ host-image] Feb 19 03:00:15.973 INFO O| Feb 19 03:00:15.972 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
95852025-02-19T03:00:16.984Z[ host-image] Feb 19 03:00:15.973 INFO O| Feb 19 03:00:15.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95862025-02-19T03:00:16.984Z[ host-image] Feb 19 03:00:15.973 INFO O| Feb 19 03:00:15.973 INFO ok!
95872025-02-19T03:00:16.984Z[ host-image] Feb 19 03:00:15.973 INFO O| Feb 19 03:00:15.973 INFO STEP 104 (ensure_file) COMPLETE
95882025-02-19T03:00:16.984Z[ host-image] Feb 19 03:00:15.973 INFO O| Feb 19 03:00:15.973 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892025-02-19T03:00:17.002Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95902025-02-19T03:00:17.002Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
95912025-02-19T03:00:17.002Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95922025-02-19T03:00:17.005Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO ok!
95932025-02-19T03:00:17.005Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO STEP 105 (ensure_file) COMPLETE
95942025-02-19T03:00:17.005Z[ host-image] Feb 19 03:00:15.993 INFO O| Feb 19 03:00:15.993 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-19T03:00:17.029Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95962025-02-19T03:00:17.029Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
95972025-02-19T03:00:17.029Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95982025-02-19T03:00:17.029Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO ok!
95992025-02-19T03:00:17.032Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO STEP 106 (ensure_file) COMPLETE
96002025-02-19T03:00:17.032Z[ host-image] Feb 19 03:00:16.020 INFO O| Feb 19 03:00:16.020 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-19T03:00:17.063Z[ host-image] Feb 19 03:00:16.054 INFO O| Feb 19 03:00:16.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96022025-02-19T03:00:17.063Z[ host-image] Feb 19 03:00:16.054 INFO O| Feb 19 03:00:16.054 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
96032025-02-19T03:00:17.066Z[ host-image] Feb 19 03:00:16.054 INFO O| Feb 19 03:00:16.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96042025-02-19T03:00:17.066Z[ host-image] Feb 19 03:00:16.054 INFO O| Feb 19 03:00:16.054 INFO ok!
96052025-02-19T03:00:17.066Z[ host-image] Feb 19 03:00:16.055 INFO O| Feb 19 03:00:16.054 INFO STEP 107 (ensure_file) COMPLETE
96062025-02-19T03:00:17.066Z[ host-image] Feb 19 03:00:16.055 INFO O| Feb 19 03:00:16.054 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072025-02-19T03:00:17.100Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96082025-02-19T03:00:17.100Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
96092025-02-19T03:00:17.102Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96102025-02-19T03:00:17.102Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO ok!
96112025-02-19T03:00:17.102Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO STEP 108 (ensure_file) COMPLETE
96122025-02-19T03:00:17.102Z[ host-image] Feb 19 03:00:16.091 INFO O| Feb 19 03:00:16.091 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132025-02-19T03:00:17.119Z[ host-image] Feb 19 03:00:16.110 INFO O| Feb 19 03:00:16.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96142025-02-19T03:00:17.119Z[ host-image] Feb 19 03:00:16.110 INFO O| Feb 19 03:00:16.110 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
96152025-02-19T03:00:17.119Z[ host-image] Feb 19 03:00:16.111 INFO O| Feb 19 03:00:16.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96162025-02-19T03:00:17.119Z[ host-image] Feb 19 03:00:16.111 INFO O| Feb 19 03:00:16.111 INFO ok!
96172025-02-19T03:00:17.122Z[ host-image] Feb 19 03:00:16.111 INFO O| Feb 19 03:00:16.111 INFO STEP 109 (ensure_file) COMPLETE
96182025-02-19T03:00:17.122Z[ host-image] Feb 19 03:00:16.111 INFO O| Feb 19 03:00:16.111 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-19T03:00:17.139Z[ host-image] Feb 19 03:00:16.130 INFO O| Feb 19 03:00:16.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96202025-02-19T03:00:17.139Z[ host-image] Feb 19 03:00:16.130 INFO O| Feb 19 03:00:16.130 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
96212025-02-19T03:00:17.142Z[ host-image] Feb 19 03:00:16.130 INFO O| Feb 19 03:00:16.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96222025-02-19T03:00:17.142Z[ host-image] Feb 19 03:00:16.131 INFO O| Feb 19 03:00:16.130 INFO ok!
96232025-02-19T03:00:17.142Z[ host-image] Feb 19 03:00:16.131 INFO O| Feb 19 03:00:16.130 INFO STEP 110 (ensure_file) COMPLETE
96242025-02-19T03:00:17.142Z[ host-image] Feb 19 03:00:16.131 INFO O| Feb 19 03:00:16.130 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252025-02-19T03:00:17.172Z[ host-image] Feb 19 03:00:16.163 INFO O| Feb 19 03:00:16.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96262025-02-19T03:00:17.175Z[ host-image] Feb 19 03:00:16.163 INFO O| Feb 19 03:00:16.163 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
96272025-02-19T03:00:17.175Z[ host-image] Feb 19 03:00:16.164 INFO O| Feb 19 03:00:16.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96282025-02-19T03:00:17.175Z[ host-image] Feb 19 03:00:16.164 INFO O| Feb 19 03:00:16.164 INFO ok!
96292025-02-19T03:00:17.175Z[ host-image] Feb 19 03:00:16.164 INFO O| Feb 19 03:00:16.164 INFO STEP 111 (ensure_file) COMPLETE
96302025-02-19T03:00:17.175Z[ host-image] Feb 19 03:00:16.164 INFO O| Feb 19 03:00:16.164 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312025-02-19T03:00:17.217Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96322025-02-19T03:00:17.217Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
96332025-02-19T03:00:17.220Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96342025-02-19T03:00:17.220Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO ok!
96352025-02-19T03:00:17.220Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO STEP 112 (ensure_file) COMPLETE
96362025-02-19T03:00:17.220Z[ host-image] Feb 19 03:00:16.208 INFO O| Feb 19 03:00:16.208 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-19T03:00:17.277Z[ host-image] Feb 19 03:00:16.268 INFO O| Feb 19 03:00:16.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96382025-02-19T03:00:17.277Z[ host-image] Feb 19 03:00:16.268 INFO O| Feb 19 03:00:16.268 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
96392025-02-19T03:00:17.280Z[ host-image] Feb 19 03:00:16.268 INFO O| Feb 19 03:00:16.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96402025-02-19T03:00:17.280Z[ host-image] Feb 19 03:00:16.268 INFO O| Feb 19 03:00:16.268 INFO ok!
96412025-02-19T03:00:17.280Z[ host-image] Feb 19 03:00:16.268 INFO O| Feb 19 03:00:16.268 INFO STEP 113 (ensure_file) COMPLETE
96422025-02-19T03:00:17.280Z[ host-image] Feb 19 03:00:16.269 INFO O| Feb 19 03:00:16.268 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-19T03:00:17.299Z[ host-image] Feb 19 03:00:16.290 INFO O| Feb 19 03:00:16.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96442025-02-19T03:00:17.299Z[ host-image] Feb 19 03:00:16.290 INFO O| Feb 19 03:00:16.290 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
96452025-02-19T03:00:17.302Z[ host-image] Feb 19 03:00:16.291 INFO O| Feb 19 03:00:16.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96462025-02-19T03:00:17.302Z[ host-image] Feb 19 03:00:16.291 INFO O| Feb 19 03:00:16.291 INFO ok!
96472025-02-19T03:00:17.302Z[ host-image] Feb 19 03:00:16.291 INFO O| Feb 19 03:00:16.291 INFO STEP 114 (ensure_file) COMPLETE
96482025-02-19T03:00:17.302Z[ host-image] Feb 19 03:00:16.291 INFO O| Feb 19 03:00:16.291 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-02-19T03:00:17.320Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96502025-02-19T03:00:17.320Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
96512025-02-19T03:00:17.320Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96522025-02-19T03:00:17.323Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO ok!
96532025-02-19T03:00:17.323Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO STEP 115 (ensure_file) COMPLETE
96542025-02-19T03:00:17.323Z[ host-image] Feb 19 03:00:16.311 INFO O| Feb 19 03:00:16.311 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552025-02-19T03:00:17.356Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96562025-02-19T03:00:17.356Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96572025-02-19T03:00:17.356Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96582025-02-19T03:00:17.359Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO ok!
96592025-02-19T03:00:17.359Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO STEP 116 (ensure_file) COMPLETE
96602025-02-19T03:00:17.359Z[ host-image] Feb 19 03:00:16.347 INFO O| Feb 19 03:00:16.347 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612025-02-19T03:00:17.414Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96622025-02-19T03:00:17.414Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
96632025-02-19T03:00:17.417Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96642025-02-19T03:00:17.417Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO ok!
96652025-02-19T03:00:17.417Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO STEP 117 (ensure_file) COMPLETE
96662025-02-19T03:00:17.417Z[ host-image] Feb 19 03:00:16.405 INFO O| Feb 19 03:00:16.405 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672025-02-19T03:00:17.434Z[ host-image] Feb 19 03:00:16.425 INFO O| Feb 19 03:00:16.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96682025-02-19T03:00:17.434Z[ host-image] Feb 19 03:00:16.425 INFO O| Feb 19 03:00:16.425 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
96692025-02-19T03:00:17.437Z[ host-image] Feb 19 03:00:16.426 INFO O| Feb 19 03:00:16.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96702025-02-19T03:00:17.437Z[ host-image] Feb 19 03:00:16.426 INFO O| Feb 19 03:00:16.426 INFO ok!
96712025-02-19T03:00:17.437Z[ host-image] Feb 19 03:00:16.426 INFO O| Feb 19 03:00:16.426 INFO STEP 118 (ensure_file) COMPLETE
96722025-02-19T03:00:17.437Z[ host-image] Feb 19 03:00:16.426 INFO O| Feb 19 03:00:16.426 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732025-02-19T03:00:17.454Z[ host-image] Feb 19 03:00:16.445 INFO O| Feb 19 03:00:16.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96742025-02-19T03:00:17.454Z[ host-image] Feb 19 03:00:16.446 INFO O| Feb 19 03:00:16.445 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
96752025-02-19T03:00:17.457Z[ host-image] Feb 19 03:00:16.446 INFO O| Feb 19 03:00:16.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96762025-02-19T03:00:17.457Z[ host-image] Feb 19 03:00:16.446 INFO O| Feb 19 03:00:16.446 INFO ok!
96772025-02-19T03:00:17.457Z[ host-image] Feb 19 03:00:16.446 INFO O| Feb 19 03:00:16.446 INFO STEP 119 (ensure_file) COMPLETE
96782025-02-19T03:00:17.457Z[ host-image] Feb 19 03:00:16.446 INFO O| Feb 19 03:00:16.446 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-19T03:00:17.476Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96802025-02-19T03:00:17.476Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.467 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
96812025-02-19T03:00:17.481Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96822025-02-19T03:00:17.481Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.467 INFO ok!
96832025-02-19T03:00:17.481Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.467 INFO STEP 120 (ensure_file) COMPLETE
96842025-02-19T03:00:17.481Z[ host-image] Feb 19 03:00:16.467 INFO O| Feb 19 03:00:16.467 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852025-02-19T03:00:17.497Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96862025-02-19T03:00:17.497Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96872025-02-19T03:00:17.500Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96882025-02-19T03:00:17.500Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO ok!
96892025-02-19T03:00:17.500Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO STEP 121 (ensure_file) COMPLETE
96902025-02-19T03:00:17.500Z[ host-image] Feb 19 03:00:16.488 INFO O| Feb 19 03:00:16.488 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912025-02-19T03:00:17.516Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96922025-02-19T03:00:17.516Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
96932025-02-19T03:00:17.519Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96942025-02-19T03:00:17.519Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO ok!
96952025-02-19T03:00:17.519Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO STEP 122 (ensure_file) COMPLETE
96962025-02-19T03:00:17.519Z[ host-image] Feb 19 03:00:16.507 INFO O| Feb 19 03:00:16.507 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972025-02-19T03:00:17.555Z[ host-image] Feb 19 03:00:16.546 INFO O| Feb 19 03:00:16.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96982025-02-19T03:00:17.555Z[ host-image] Feb 19 03:00:16.546 INFO O| Feb 19 03:00:16.546 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96992025-02-19T03:00:17.558Z[ host-image] Feb 19 03:00:16.547 INFO O| Feb 19 03:00:16.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97002025-02-19T03:00:17.558Z[ host-image] Feb 19 03:00:16.547 INFO O| Feb 19 03:00:16.547 INFO ok!
97012025-02-19T03:00:17.558Z[ host-image] Feb 19 03:00:16.547 INFO O| Feb 19 03:00:16.547 INFO STEP 123 (ensure_file) COMPLETE
97022025-02-19T03:00:17.558Z[ host-image] Feb 19 03:00:16.547 INFO O| Feb 19 03:00:16.547 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-19T03:00:17.620Z[ host-image] Feb 19 03:00:16.611 INFO O| Feb 19 03:00:16.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97042025-02-19T03:00:17.620Z[ host-image] Feb 19 03:00:16.611 INFO O| Feb 19 03:00:16.611 INFO copying /tmp/.tmprV1oZT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97052025-02-19T03:00:29.847Z[ host-image] Feb 19 03:00:28.836 INFO O| Feb 19 03:00:28.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97062025-02-19T03:00:29.849Z[ host-image] Feb 19 03:00:28.836 INFO O| Feb 19 03:00:28.836 INFO ok!
97072025-02-19T03:00:29.849Z[ host-image] Feb 19 03:00:28.836 INFO O| Feb 19 03:00:28.836 INFO STEP 124 (ensure_file) COMPLETE
97082025-02-19T03:00:29.849Z[ host-image] Feb 19 03:00:28.836 INFO O| Feb 19 03:00:28.836 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092025-02-19T03:00:29.865Z[ host-image] Feb 19 03:00:28.854 INFO O| Feb 19 03:00:28.854 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97102025-02-19T03:00:29.865Z[ host-image] Feb 19 03:00:28.854 INFO O| Feb 19 03:00:28.854 INFO STEP 125 (ensure_dir) COMPLETE
97112025-02-19T03:00:29.867Z[ host-image] Feb 19 03:00:28.854 INFO O| Feb 19 03:00:28.854 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122025-02-19T03:00:29.886Z[ host-image] Feb 19 03:00:28.876 INFO O| Feb 19 03:00:28.876 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97132025-02-19T03:00:29.889Z[ host-image] Feb 19 03:00:28.876 INFO O| Feb 19 03:00:28.876 INFO STEP 126 (ensure_dir) COMPLETE
97142025-02-19T03:00:29.889Z[ host-image] Feb 19 03:00:28.876 INFO O| Feb 19 03:00:28.876 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152025-02-19T03:00:29.904Z[ host-image] Feb 19 03:00:28.894 INFO O| Feb 19 03:00:28.894 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97162025-02-19T03:00:29.904Z[ host-image] Feb 19 03:00:28.894 INFO O| Feb 19 03:00:28.894 INFO STEP 127 (ensure_dir) COMPLETE
97172025-02-19T03:00:29.904Z[ host-image] Feb 19 03:00:28.894 INFO O| Feb 19 03:00:28.894 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182025-02-19T03:00:29.921Z[ host-image] Feb 19 03:00:28.911 INFO O| Feb 19 03:00:28.911 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97192025-02-19T03:00:29.921Z[ host-image] Feb 19 03:00:28.911 INFO O| Feb 19 03:00:28.911 INFO STEP 128 (ensure_dir) COMPLETE
97202025-02-19T03:00:29.921Z[ host-image] Feb 19 03:00:28.911 INFO O| Feb 19 03:00:28.911 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212025-02-19T03:00:29.938Z[ host-image] Feb 19 03:00:28.927 INFO O| Feb 19 03:00:28.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97222025-02-19T03:00:29.938Z[ host-image] Feb 19 03:00:28.927 INFO O| Feb 19 03:00:28.927 INFO copying /tmp/.tmprV1oZT/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 ...
97232025-02-19T03:00:29.940Z[ host-image] Feb 19 03:00:28.927 INFO O| Feb 19 03:00:28.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97242025-02-19T03:00:29.940Z[ host-image] Feb 19 03:00:28.928 INFO O| Feb 19 03:00:28.927 INFO ok!
97252025-02-19T03:00:29.940Z[ host-image] Feb 19 03:00:28.928 INFO O| Feb 19 03:00:28.928 INFO STEP 129 (ensure_file) COMPLETE
97262025-02-19T03:00:29.940Z[ host-image] Feb 19 03:00:28.928 INFO O| Feb 19 03:00:28.928 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272025-02-19T03:00:29.954Z[ host-image] Feb 19 03:00:28.944 INFO O| Feb 19 03:00:28.944 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97282025-02-19T03:00:29.954Z[ host-image] Feb 19 03:00:28.944 INFO O| Feb 19 03:00:28.944 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97292025-02-19T03:00:29.957Z[ host-image] Feb 19 03:00:28.944 INFO O| Feb 19 03:00:28.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97302025-02-19T03:00:29.957Z[ host-image] Feb 19 03:00:28.944 INFO O| Feb 19 03:00:28.944 INFO STEP 130 (ensure_dir) COMPLETE
97312025-02-19T03:00:29.957Z[ host-image] Feb 19 03:00:28.944 INFO O| Feb 19 03:00:28.944 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-02-19T03:00:29.971Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97332025-02-19T03:00:29.971Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 INFO copying /tmp/.tmprV1oZT/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97342025-02-19T03:00:29.974Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97352025-02-19T03:00:29.974Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 INFO ok!
97362025-02-19T03:00:29.974Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 INFO STEP 131 (ensure_file) COMPLETE
97372025-02-19T03:00:29.974Z[ host-image] Feb 19 03:00:28.961 INFO O| Feb 19 03:00:28.961 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97382025-02-19T03:00:29.989Z[ host-image] Feb 19 03:00:28.979 INFO O| Feb 19 03:00:28.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97392025-02-19T03:00:29.992Z[ host-image] Feb 19 03:00:28.979 INFO O| Feb 19 03:00:28.979 INFO STEP 132 (remove_files) COMPLETE
97402025-02-19T03:00:29.992Z[ host-image] Feb 19 03:00:28.979 INFO O| Feb 19 03:00:28.979 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97412025-02-19T03:00:30.020Z[ host-image] Feb 19 03:00:29.009 INFO O| Feb 19 03:00:29.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97422025-02-19T03:00:30.022Z[ host-image] Feb 19 03:00:29.010 INFO O| Feb 19 03:00:29.010 INFO STEP 133 (remove_files) COMPLETE
97432025-02-19T03:00:30.023Z[ host-image] Feb 19 03:00:29.010 INFO O| Feb 19 03:00:29.010 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97442025-02-19T03:00:30.043Z[ host-image] Feb 19 03:00:29.031 INFO O| Feb 19 03:00:29.031 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97452025-02-19T03:00:30.045Z[ host-image] Feb 19 03:00:29.031 INFO O| Feb 19 03:00:29.031 INFO STEP 134 (remove_files) COMPLETE
97462025-02-19T03:00:30.045Z[ host-image] Feb 19 03:00:29.032 INFO O| Feb 19 03:00:29.031 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97472025-02-19T03:00:30.061Z[ host-image] Feb 19 03:00:29.051 INFO O| Feb 19 03:00:29.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97482025-02-19T03:00:30.064Z[ host-image] Feb 19 03:00:29.051 INFO O| Feb 19 03:00:29.051 INFO STEP 135 (remove_files) COMPLETE
97492025-02-19T03:00:30.064Z[ host-image] Feb 19 03:00:29.051 INFO O| Feb 19 03:00:29.051 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97502025-02-19T03:00:30.081Z[ host-image] Feb 19 03:00:29.070 INFO O| Feb 19 03:00:29.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97512025-02-19T03:00:30.083Z[ host-image] Feb 19 03:00:29.070 INFO O| Feb 19 03:00:29.070 INFO STEP 136 (remove_files) COMPLETE
97522025-02-19T03:00:30.083Z[ host-image] Feb 19 03:00:29.071 INFO O| Feb 19 03:00:29.071 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97532025-02-19T03:00:30.099Z[ host-image] Feb 19 03:00:29.089 INFO O| Feb 19 03:00:29.089 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97542025-02-19T03:00:30.102Z[ host-image] Feb 19 03:00:29.089 INFO O| Feb 19 03:00:29.089 INFO STEP 137 (remove_files) COMPLETE
97552025-02-19T03:00:30.102Z[ host-image] Feb 19 03:00:29.089 INFO O| Feb 19 03:00:29.089 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97562025-02-19T03:00:30.118Z[ host-image] Feb 19 03:00:29.108 INFO O| Feb 19 03:00:29.108 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97572025-02-19T03:00:30.121Z[ host-image] Feb 19 03:00:29.108 INFO O| Feb 19 03:00:29.108 INFO STEP 138 (remove_files) COMPLETE
97582025-02-19T03:00:30.121Z[ host-image] Feb 19 03:00:29.108 INFO O| Feb 19 03:00:29.108 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97592025-02-19T03:00:30.149Z[ host-image] Feb 19 03:00:29.139 INFO O| Feb 19 03:00:29.138 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97602025-02-19T03:00:30.149Z[ host-image] Feb 19 03:00:29.139 INFO O| Feb 19 03:00:29.139 INFO STEP 139 (remove_files) COMPLETE
97612025-02-19T03:00:30.149Z[ host-image] Feb 19 03:00:29.139 INFO O| Feb 19 03:00:29.139 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97622025-02-19T03:00:30.167Z[ host-image] Feb 19 03:00:29.157 INFO O| Feb 19 03:00:29.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97632025-02-19T03:00:30.167Z[ host-image] Feb 19 03:00:29.157 INFO O| Feb 19 03:00:29.157 INFO STEP 140 (remove_files) COMPLETE
97642025-02-19T03:00:30.167Z[ host-image] Feb 19 03:00:29.157 INFO O| Feb 19 03:00:29.157 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97652025-02-19T03:00:30.185Z[ host-image] Feb 19 03:00:29.175 INFO O| Feb 19 03:00:29.175 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97662025-02-19T03:00:30.186Z[ host-image] Feb 19 03:00:29.175 INFO O| Feb 19 03:00:29.175 INFO STEP 141 (remove_files) COMPLETE
97672025-02-19T03:00:30.186Z[ host-image] Feb 19 03:00:29.175 INFO O| Feb 19 03:00:29.175 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97682025-02-19T03:00:30.206Z[ host-image] Feb 19 03:00:29.196 INFO O| Feb 19 03:00:29.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97692025-02-19T03:00:30.206Z[ host-image] Feb 19 03:00:29.196 INFO O| Feb 19 03:00:29.196 INFO STEP 142 (remove_files) COMPLETE
97702025-02-19T03:00:30.210Z[ host-image] Feb 19 03:00:29.196 INFO O| Feb 19 03:00:29.196 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97712025-02-19T03:00:30.226Z[ host-image] Feb 19 03:00:29.216 INFO O| Feb 19 03:00:29.215 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97722025-02-19T03:00:30.226Z[ host-image] Feb 19 03:00:29.216 INFO O| Feb 19 03:00:29.216 INFO STEP 143 (remove_files) COMPLETE
97732025-02-19T03:00:30.226Z[ host-image] Feb 19 03:00:29.216 INFO O| Feb 19 03:00:29.216 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97742025-02-19T03:00:30.245Z[ host-image] Feb 19 03:00:29.234 INFO O| Feb 19 03:00:29.234 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97752025-02-19T03:00:30.245Z[ host-image] Feb 19 03:00:29.234 INFO O| Feb 19 03:00:29.234 INFO STEP 144 (remove_files) COMPLETE
97762025-02-19T03:00:30.245Z[ host-image] Feb 19 03:00:29.234 INFO O| Feb 19 03:00:29.234 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97772025-02-19T03:00:30.262Z[ host-image] Feb 19 03:00:29.251 INFO O| Feb 19 03:00:29.251 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97782025-02-19T03:00:30.262Z[ host-image] Feb 19 03:00:29.252 INFO O| Feb 19 03:00:29.252 INFO STEP 145 (remove_files) COMPLETE
97792025-02-19T03:00:30.266Z[ host-image] Feb 19 03:00:29.252 INFO O| Feb 19 03:00:29.252 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97802025-02-19T03:00:30.279Z[ host-image] Feb 19 03:00:29.268 INFO O| Feb 19 03:00:29.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97812025-02-19T03:00:30.279Z[ host-image] Feb 19 03:00:29.269 INFO O| Feb 19 03:00:29.269 INFO STEP 146 (remove_files) COMPLETE
97822025-02-19T03:00:30.279Z[ host-image] Feb 19 03:00:29.269 INFO O| Feb 19 03:00:29.269 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832025-02-19T03:00:30.311Z[ host-image] Feb 19 03:00:29.300 INFO O| Feb 19 03:00:29.300 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97842025-02-19T03:00:30.313Z[ host-image] Feb 19 03:00:29.300 INFO O| Feb 19 03:00:29.300 INFO STEP 147 (remove_files) COMPLETE
97852025-02-19T03:00:30.314Z[ host-image] Feb 19 03:00:29.301 INFO O| Feb 19 03:00:29.301 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862025-02-19T03:00:30.330Z[ host-image] Feb 19 03:00:29.319 INFO O| Feb 19 03:00:29.319 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97872025-02-19T03:00:30.333Z[ host-image] Feb 19 03:00:29.319 INFO O| Feb 19 03:00:29.319 INFO STEP 148 (remove_files) COMPLETE
97882025-02-19T03:00:30.333Z[ host-image] Feb 19 03:00:29.320 INFO O| Feb 19 03:00:29.319 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892025-02-19T03:00:30.378Z[ host-image] Feb 19 03:00:29.367 INFO O| Feb 19 03:00:29.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97902025-02-19T03:00:30.378Z[ host-image] Feb 19 03:00:29.367 INFO O| Feb 19 03:00:29.367 INFO STEP 149 (remove_files) COMPLETE
97912025-02-19T03:00:30.380Z[ host-image] Feb 19 03:00:29.367 INFO O| Feb 19 03:00:29.367 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922025-02-19T03:00:30.395Z[ host-image] Feb 19 03:00:29.385 INFO O| Feb 19 03:00:29.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97932025-02-19T03:00:30.398Z[ host-image] Feb 19 03:00:29.385 INFO O| Feb 19 03:00:29.385 INFO STEP 150 (remove_files) COMPLETE
97942025-02-19T03:00:30.398Z[ host-image] Feb 19 03:00:29.385 INFO O| Feb 19 03:00:29.385 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952025-02-19T03:00:30.413Z[ host-image] Feb 19 03:00:29.403 INFO O| Feb 19 03:00:29.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97962025-02-19T03:00:30.417Z[ host-image] Feb 19 03:00:29.403 INFO O| Feb 19 03:00:29.403 INFO STEP 151 (remove_files) COMPLETE
97972025-02-19T03:00:30.417Z[ host-image] Feb 19 03:00:29.403 INFO O| Feb 19 03:00:29.403 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982025-02-19T03:00:30.431Z[ host-image] Feb 19 03:00:29.421 INFO O| Feb 19 03:00:29.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97992025-02-19T03:00:30.434Z[ host-image] Feb 19 03:00:29.421 INFO O| Feb 19 03:00:29.421 INFO STEP 152 (remove_files) COMPLETE
98002025-02-19T03:00:30.434Z[ host-image] Feb 19 03:00:29.421 INFO O| Feb 19 03:00:29.421 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012025-02-19T03:00:30.449Z[ host-image] Feb 19 03:00:29.438 INFO O| Feb 19 03:00:29.438 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98022025-02-19T03:00:30.452Z[ host-image] Feb 19 03:00:29.439 INFO O| Feb 19 03:00:29.439 INFO STEP 153 (remove_files) COMPLETE
98032025-02-19T03:00:30.452Z[ host-image] Feb 19 03:00:29.439 INFO O| Feb 19 03:00:29.439 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042025-02-19T03:00:30.467Z[ host-image] Feb 19 03:00:29.456 INFO O| Feb 19 03:00:29.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98052025-02-19T03:00:30.469Z[ host-image] Feb 19 03:00:29.456 INFO O| Feb 19 03:00:29.456 INFO STEP 154 (remove_files) COMPLETE
98062025-02-19T03:00:30.469Z[ host-image] Feb 19 03:00:29.456 INFO O| Feb 19 03:00:29.456 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072025-02-19T03:00:30.484Z[ host-image] Feb 19 03:00:29.474 INFO O| Feb 19 03:00:29.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98082025-02-19T03:00:30.487Z[ host-image] Feb 19 03:00:29.474 INFO O| Feb 19 03:00:29.474 INFO STEP 155 (remove_files) COMPLETE
98092025-02-19T03:00:30.487Z[ host-image] Feb 19 03:00:29.474 INFO O| Feb 19 03:00:29.474 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102025-02-19T03:00:30.502Z[ host-image] Feb 19 03:00:29.492 INFO O| Feb 19 03:00:29.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98112025-02-19T03:00:30.505Z[ host-image] Feb 19 03:00:29.492 INFO O| Feb 19 03:00:29.492 INFO STEP 156 (remove_files) COMPLETE
98122025-02-19T03:00:30.505Z[ host-image] Feb 19 03:00:29.492 INFO O| Feb 19 03:00:29.492 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132025-02-19T03:00:30.581Z[ host-image] Feb 19 03:00:29.570 INFO O| Feb 19 03:00:29.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98142025-02-19T03:00:30.584Z[ host-image] Feb 19 03:00:29.571 INFO O| Feb 19 03:00:29.571 INFO STEP 157 (remove_files) COMPLETE
98152025-02-19T03:00:30.584Z[ host-image] Feb 19 03:00:29.571 INFO O| Feb 19 03:00:29.571 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162025-02-19T03:00:30.601Z[ host-image] Feb 19 03:00:29.590 INFO O| Feb 19 03:00:29.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98172025-02-19T03:00:30.603Z[ host-image] Feb 19 03:00:29.590 INFO O| Feb 19 03:00:29.590 INFO STEP 158 (remove_files) COMPLETE
98182025-02-19T03:00:30.603Z[ host-image] Feb 19 03:00:29.590 INFO O| Feb 19 03:00:29.590 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192025-02-19T03:00:30.620Z[ host-image] Feb 19 03:00:29.610 INFO O| Feb 19 03:00:29.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98202025-02-19T03:00:30.623Z[ host-image] Feb 19 03:00:29.610 INFO O| Feb 19 03:00:29.610 INFO STEP 159 (remove_files) COMPLETE
98212025-02-19T03:00:30.623Z[ host-image] Feb 19 03:00:29.610 INFO O| Feb 19 03:00:29.610 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222025-02-19T03:00:30.639Z[ host-image] Feb 19 03:00:29.628 INFO O| Feb 19 03:00:29.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98232025-02-19T03:00:30.641Z[ host-image] Feb 19 03:00:29.628 INFO O| Feb 19 03:00:29.628 INFO STEP 160 (remove_files) COMPLETE
98242025-02-19T03:00:30.641Z[ host-image] Feb 19 03:00:29.628 INFO O| Feb 19 03:00:29.628 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98252025-02-19T03:00:30.686Z[ host-image] Feb 19 03:00:29.675 INFO O| Feb 19 03:00:29.675 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98262025-02-19T03:00:30.686Z[ host-image] Feb 19 03:00:29.675 INFO O| Feb 19 03:00:29.675 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98272025-02-19T03:00:42.261Z[ host-image] Feb 19 03:00:41.232 INFO O| Feb 19 03:00:41.232 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
98282025-02-19T03:00:42.261Z[ host-image] Feb 19 03:00:41.232 INFO O| Feb 19 03:00:41.232 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98292025-02-19T03:00:42.266Z[ host-image] Feb 19 03:00:41.254 INFO O| Feb 19 03:00:41.254 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98302025-02-19T03:00:42.417Z[ host-image] Feb 19 03:00:41.405 INFO O| Feb 19 03:00:41.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98312025-02-19T03:00:42.419Z[ host-image] Feb 19 03:00:41.405 INFO O| Feb 19 03:00:41.405 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98322025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98332025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO ok!
98342025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98352025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO STEP 161 (seed_smf) COMPLETE
98362025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO steps complete; finalising image!
98372025-02-19T03:00:42.422Z[ host-image] Feb 19 03:00:41.408 INFO O| Feb 19 03:00:41.408 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98382025-02-19T03:00:42.611Z[ host-image] Feb 19 03:00:41.598 INFO O| Feb 19 03:00:41.598 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Feb 19 03:00:41 2025)
98392025-02-19T03:00:42.823Z[ host-image] Feb 19 03:00:41.811 INFO O| Feb 19 03:00:41.811 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Wed Feb 19 03:00:41 2025)
98402025-02-19T03:00:43.048Z[ host-image] Feb 19 03:00:42.036 INFO O| Feb 19 03:00:42.036 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Wed Feb 19 03:00:41 2025)
98412025-02-19T03:00:43.282Z[ host-image] Feb 19 03:00:42.270 INFO O| Feb 19 03:00:42.269 INFO temporary pool has 703M used, 129M avail, 1.80x compressratio
98422025-02-19T03:00:43.282Z[ host-image] Feb 19 03:00:42.270 INFO O| Feb 19 03:00:42.269 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98432025-02-19T03:00:44.104Z[ host-image] Feb 19 03:00:43.091 INFO O| Feb 19 03:00:43.091 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98442025-02-19T03:00:44.104Z[ host-image] Feb 19 03:00:43.091 INFO O| Feb 19 03:00:43.091 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98452025-02-19T03:00:45.936Z[ host-image] Feb 19 03:00:44.924 INFO O| Feb 19 03:00:44.924 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98462025-02-19T03:00:45.936Z[ host-image] Feb 19 03:00:44.924 INFO O| Feb 19 03:00:44.924 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98472025-02-19T03:00:45.939Z[ host-image] Feb 19 03:00:44.924 INFO O| Feb 19 03:00:44.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98482025-02-19T03:00:45.939Z[ host-image] Feb 19 03:00:44.924 INFO O| Feb 19 03:00:44.924 INFO completed processing gimlet/zfs
98492025-02-19T03:00:45.939Z[ host-image] Feb 19 03:00:44.924 INFO O| Feb 19 03:00:44.924 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98502025-02-19T03:00:54.700Z[ host-image] Feb 19 03:00:53.686 INFO O| Feb 19 03:00:53.686 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98512025-02-19T03:00:54.821Z[ host-image] Feb 19 03:00:53.807 INFO BUILD STRING "heads/stlouis-0-g8e8adf9bf2\n"
98522025-02-19T03:00:54.821Z[ host-image] Feb 19 03:00:53.807 INFO expanded image name: "ci 393a925/${os_short_commit} 2025-02-19 02:26" -> "ci 393a925/8e8adf9 2025-02-19 02:26"
98532025-02-19T03:00:54.823Z[ host-image] Feb 19 03:00:53.807 INFO output artefacts stored in: "/work/os-host"
98542025-02-19T03:00:54.823Z[ host-image] Feb 19 03:00:53.807 INFO collecting git info from project "pilot"...
98552025-02-19T03:00:54.831Z[ host-image] Feb 19 03:00:53.818 INFO collecting git info from project "phbl"...
98562025-02-19T03:00:54.840Z[ host-image] Feb 19 03:00:53.826 INFO collecting git info from project "image-builder"...
98572025-02-19T03:00:54.848Z[ host-image] Feb 19 03:00:53.834 INFO collecting git info from project "amd-host-image-builder"...
98582025-02-19T03:00:54.873Z[ host-image] Feb 19 03:00:53.859 INFO collecting git info from project "amd-firmware"...
98592025-02-19T03:00:54.917Z[ host-image] Feb 19 03:00:53.903 INFO collecting git info from project "pinprick"...
98602025-02-19T03:00:54.926Z[ host-image] Feb 19 03:00:53.913 INFO collecting git info from project "bootserver"...
98612025-02-19T03:00:54.935Z[ host-image] Feb 19 03:00:53.921 INFO collecting git info from project "chelsio-t6-roms"...
98622025-02-19T03:00:54.943Z[ host-image] Feb 19 03:00:53.930 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98632025-02-19T03:00:55.809Z[ host-image] Feb 19 03:00:54.796 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98642025-02-19T03:00:56.447Z[ host-image] Feb 19 03:00:55.433 INFO creating Oxide boot image...
98652025-02-19T03:00:56.447Z[ host-image] Feb 19 03:00:55.433 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 393a925/8e8adf9 2025-02-19 02:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98662025-02-19T03:00:57.777Z[ host-image] Feb 19 03:00:56.692 INFO O| ok, image written!
98672025-02-19T03:00:57.777Z[ host-image] Feb 19 03:00:56.692 INFO O| ok, boot_image_csum file written!
98682025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.696 INFO creating boot archive (CPIO)...
98692025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.696 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
98702025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.705 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98712025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.705 INFO E| + outfile=/work/os-host/cpio
98722025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.705 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98732025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.708 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98742025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.708 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98752025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.772 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98762025-02-19T03:00:57.786Z[ host-image] Feb 19 03:00:56.772 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98772025-02-19T03:00:57.797Z[ host-image] Feb 19 03:00:56.783 INFO creating compressed cpio/unix for nanobl-rs...
98782025-02-19T03:00:57.797Z[ host-image] Feb 19 03:00:56.783 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
98792025-02-19T03:00:58.346Z[ host-image] Feb 19 03:00:57.332 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98802025-02-19T03:01:05.308Z[ host-image] Feb 19 03:01:04.294 INFO creating reset image...
98812025-02-19T03:01:05.311Z[ host-image] Feb 19 03:01:04.294 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
98822025-02-19T03:01:05.489Z[ host-image] Feb 19 03:01:04.474 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
98832025-02-19T03:01:05.506Z[ host-image] Feb 19 03:01:04.491 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
98842025-02-19T03:01:05.642Z[ host-image] Feb 19 03:01:04.627 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98852025-02-19T03:01:09.501Z[ host-image] Feb 19 03:01:08.486 INFO E| Finished `release` profile [optimized] target(s) in 3.97s
98862025-02-19T03:01:09.518Z[ host-image] Feb 19 03:01:08.503 INFO building host image...
98872025-02-19T03:01:09.521Z[ host-image] Feb 19 03:01:08.503 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")
98882025-02-19T03:01:10.445Z[ host-image] Feb 19 03:01:09.429 INFO finishing image archive at "/work/os-host/os.tar.gz"...
98892025-02-19T03:02:21.835Z[ host-image] Feb 19 03:02:20.810 INFO image complete! materials are in "/work/os-host"
98902025-02-19T03:02:21.839Z[ host-image]
98912025-02-19T03:02:21.839Z[ host-image] real 13:43.945167427
98922025-02-19T03:02:21.845Z[ host-image] user 7:06.064303728
98932025-02-19T03:02:21.845Z[ host-image] sys 1:10.410922154
98942025-02-19T03:02:21.845Z[ host-image] trap 0.336550777
98952025-02-19T03:02:21.845Z[ host-image] tflt 0.043567495
98962025-02-19T03:02:21.845Z[ host-image] dflt 0.074943299
98972025-02-19T03:02:21.845Z[ host-image] kflt 0.038315554
98982025-02-19T03:02:21.845Z[ host-image] lock 8:19.838902655
98992025-02-19T03:02:21.845Z[ host-image] slp 1:11:53.068375097
99002025-02-19T03:02:21.845Z[ host-image] lat 3:18.217716503
99012025-02-19T03:02:21.845Z[ host-image] stop 1.190617466
99022025-02-19T03:02:21.845ZFeb 19 03:02:20.815 INFO [host-image] process exited with exit status: 0 (823.964342528s)
99032025-02-19T03:02:21.845ZFeb 19 03:02:20.815 INFO [tuf-repo] running task
99042025-02-19T03:02:36.550ZFeb 19 03:02:35.524 INFO assembling repository in `/tmp/tufaceousuv4o7D`, component: OmicronRepoAssembler
99052025-02-19T03:02:49.276ZFeb 19 03:02:48.248 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99062025-02-19T03:02:49.696ZFeb 19 03:02:48.669 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99072025-02-19T03:03:15.552ZFeb 19 03:03:14.522 INFO [tuf-repo] task succeeded (53.706527059s)
99082025-02-19T03:05:11.363Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 52s
99092025-02-19T03:05:11.765ZFeb 19 03:05:10.721 INFO [verify-libraries] process exited with exit status: 0 (956.344470947s)
99102025-02-19T03:05:11.765ZFeb 19 03:05:10.721 INFO all jobs completed in 2322.561767752s
99112025-02-19T03:05:12.351Zprocess exited: duration 2965740 ms, exit code 0
 
99122025-02-19T03:05:12.365Zfound 33 output files
99132025-02-19T03:05:12.365Zuploading: /work/manifest.toml (13429 bytes)
99142025-02-19T03:05:13.379Zuploaded: /work/manifest.toml
99152025-02-19T03:05:13.388Zuploading: /work/repo.zip (2049284852 bytes)
99162025-02-19T03:05:52.335Zuploaded: /work/repo.zip
99172025-02-19T03:05:52.336Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99182025-02-19T03:05:53.347Zuploaded: /work/repo.zip.sha256.txt
99192025-02-19T03:05:53.348Zuploading: /work/helios-setup.log (65552 bytes)
99202025-02-19T03:05:54.362Zuploaded: /work/helios-setup.log
99212025-02-19T03:05:54.362Zuploading: /work/host-image.log (198985 bytes)
99222025-02-19T03:05:55.377Zuploaded: /work/host-image.log
99232025-02-19T03:05:55.380Zuploading: /work/host-package.log (22824 bytes)
99242025-02-19T03:05:56.387Zuploaded: /work/host-package.log
99252025-02-19T03:05:56.387Zuploading: /work/host-target.log (101 bytes)
99262025-02-19T03:05:57.397Zuploaded: /work/host-target.log
99272025-02-19T03:05:57.397Zuploading: /work/omicron-package.log (5681 bytes)
99282025-02-19T03:05:58.407Zuploaded: /work/omicron-package.log
99292025-02-19T03:05:58.410Zuploading: /work/phbl-toolchain.log (881 bytes)
99302025-02-19T03:05:59.418Zuploaded: /work/phbl-toolchain.log
99312025-02-19T03:05:59.418Zuploading: /work/recovery-image.log (577031 bytes)
99322025-02-19T03:06:00.441Zuploaded: /work/recovery-image.log
99332025-02-19T03:06:00.441Zuploading: /work/recovery-package.log (1762 bytes)
99342025-02-19T03:06:01.449Zuploaded: /work/recovery-package.log
99352025-02-19T03:06:01.449Zuploading: /work/recovery-target.log (98 bytes)
99362025-02-19T03:06:02.458Zuploaded: /work/recovery-target.log
99372025-02-19T03:06:02.458Zuploading: /work/stamp-clickhouse.log (117 bytes)
99382025-02-19T03:06:03.466Zuploaded: /work/stamp-clickhouse.log
99392025-02-19T03:06:03.466Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99402025-02-19T03:06:04.473Zuploaded: /work/stamp-clickhouse_keeper.log
99412025-02-19T03:06:04.473Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99422025-02-19T03:06:05.482Zuploaded: /work/stamp-cockroachdb.log
99432025-02-19T03:06:05.482Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99442025-02-19T03:06:06.490Zuploaded: /work/stamp-crucible-dtrace.log
99452025-02-19T03:06:06.490Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99462025-02-19T03:06:07.498Zuploaded: /work/stamp-crucible-pantry-zone.log
99472025-02-19T03:06:07.499Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99482025-02-19T03:06:08.507Zuploaded: /work/stamp-crucible-zone.log
99492025-02-19T03:06:08.507Zuploading: /work/stamp-external-dns.log (119 bytes)
99502025-02-19T03:06:09.515Zuploaded: /work/stamp-external-dns.log
99512025-02-19T03:06:09.515Zuploading: /work/stamp-installinator.log (103 bytes)
99522025-02-19T03:06:10.524Zuploaded: /work/stamp-installinator.log
99532025-02-19T03:06:10.524Zuploading: /work/stamp-internal-dns.log (119 bytes)
99542025-02-19T03:06:11.532Zuploaded: /work/stamp-internal-dns.log
99552025-02-19T03:06:11.532Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99562025-02-19T03:06:12.540Zuploaded: /work/stamp-mg-ddm-gz.log
99572025-02-19T03:06:12.540Zuploading: /work/stamp-nexus.log (112 bytes)
99582025-02-19T03:06:13.550Zuploaded: /work/stamp-nexus.log
99592025-02-19T03:06:13.550Zuploading: /work/stamp-ntp.log (110 bytes)
99602025-02-19T03:06:14.558Zuploaded: /work/stamp-ntp.log
99612025-02-19T03:06:14.558Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99622025-02-19T03:06:15.566Zuploaded: /work/stamp-omicron-sled-agent.log
99632025-02-19T03:06:15.566Zuploading: /work/stamp-overlay.log (114 bytes)
99642025-02-19T03:06:16.574Zuploaded: /work/stamp-overlay.log
99652025-02-19T03:06:16.574Zuploading: /work/stamp-oximeter.log (115 bytes)
99662025-02-19T03:06:17.582Zuploaded: /work/stamp-oximeter.log
99672025-02-19T03:06:17.582Zuploading: /work/stamp-oxlog.log (109 bytes)
99682025-02-19T03:06:18.592Zuploaded: /work/stamp-oxlog.log
99692025-02-19T03:06:18.592Zuploading: /work/stamp-probe.log (112 bytes)
99702025-02-19T03:06:19.603Zuploaded: /work/stamp-probe.log
99712025-02-19T03:06:19.603Zuploading: /work/stamp-propolis-server.log (122 bytes)
99722025-02-19T03:06:20.610Zuploaded: /work/stamp-propolis-server.log
99732025-02-19T03:06:20.610Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99742025-02-19T03:06:21.618Zuploaded: /work/stamp-pumpkind-gz.log
99752025-02-19T03:06:21.618Zuploading: /work/stamp-switch-asic.log (118 bytes)
99762025-02-19T03:06:22.626Zuploaded: /work/stamp-switch-asic.log
99772025-02-19T03:06:22.629Zuploading: /work/verify-libraries.log (6147 bytes)
99782025-02-19T03:06:23.635Zuploaded: /work/verify-libraries.log