01JKYRRX6P2YT9XFT42GAWWZB3: 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: 01JKYRSV4TWC8GZYWKZKG4FX10

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-13T04:25:13.771Zjob assigned to worker 01JKYRT08Q4PWR6RQZY75JYMZT [factory aws, i-0b8cb97050e3c6804] (queued for 54 s)
 
22025-02-13T04:25:21.985Zstarting task 0: "setup"
32025-02-13T04:25:21.993Z++ uname -s
42025-02-13T04:25:21.995Z+ kern=SunOS
52025-02-13T04:25:21.995Z+ build_user=build
62025-02-13T04:25:21.995Z+ build_uid=12345
72025-02-13T04:25:21.996Z+ work_dir=/work
82025-02-13T04:25:21.996Z+ input_dir=/input
92025-02-13T04:25:21.996Z+ [[ 0 == 12345 ]]
102025-02-13T04:25:21.996Z+ case "$kern" in
112025-02-13T04:25:21.996Z+ groupadd -g 12345 build
122025-02-13T04:25:22.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-13T04:25:24.022Z+ zfs create -o mountpoint=/work rpool/work
142025-02-13T04:25:24.127Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-13T04:25:24.134Z+ home_fs=zfs
162025-02-13T04:25:24.134Z+ [[ zfs == autofs ]]
172025-02-13T04:25:24.134Z+ mkdir -p /home/build
182025-02-13T04:25:24.134Z+ chown build:build /home/build /work
192025-02-13T04:25:26.130Z+ chmod 0700 /home/build /work
202025-02-13T04:25:26.135Zprocess exited: duration 4147 ms, exit code 0
 
212025-02-13T04:25:26.144Zstarting task 1: "rust-toolchain"
222025-02-13T04:25:26.148Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-13T04:25:26.148Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-13T04:25:26.148Z * rust toolchain channel = "1.84.1"
252025-02-13T04:25:26.148Z * rust toolchain profile = "default"
262025-02-13T04:25:26.148Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-13T04:25:26.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-13T04:25:26.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-13T04:25:26.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-13T04:25:26.275Zinfo: downloading installer
312025-02-13T04:25:27.820Zwarning: it looks like you have an existing installation of Rust at:
322025-02-13T04:25:27.820Zwarning: /opt/ooce/bin
332025-02-13T04:25:27.820Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-13T04:25:27.820Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-13T04:25:27.820Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-13T04:25:27.820Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-13T04:25:27.820Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-13T04:25:27.820Zerror: cannot install while Rust is installed
392025-02-13T04:25:27.820Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-13T04:25:27.891Zinfo: profile set to 'default'
412025-02-13T04:25:27.891Zinfo: default host triple is x86_64-unknown-illumos
422025-02-13T04:25:27.894Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-13T04:25:28.051Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-13T04:25:28.051Zinfo: downloading component 'cargo'
452025-02-13T04:25:28.936Zinfo: downloading component 'clippy'
462025-02-13T04:25:29.274Zinfo: downloading component 'rust-docs'
472025-02-13T04:25:30.508Zinfo: downloading component 'rust-std'
482025-02-13T04:25:32.473Zinfo: downloading component 'rustc'
492025-02-13T04:25:39.330Zinfo: downloading component 'rustfmt'
502025-02-13T04:25:39.586Zinfo: installing component 'cargo'
512025-02-13T04:25:40.429Zinfo: installing component 'clippy'
522025-02-13T04:25:40.810Zinfo: installing component 'rust-docs'
532025-02-13T04:25:42.540Zinfo: installing component 'rust-std'
542025-02-13T04:25:44.397Zinfo: installing component 'rustc'
552025-02-13T04:25:50.320Zinfo: installing component 'rustfmt'
562025-02-13T04:25:50.649Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-13T04:25:50.649Z
582025-02-13T04:25:51.056Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-13T04:25:51.056Z
602025-02-13T04:25:51.109Z
612025-02-13T04:25:51.109ZRust is installed now. Great!
622025-02-13T04:25:51.110Z
632025-02-13T04:25:51.110ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-13T04:25:51.110Zenvironment variable. This has not been done automatically.
652025-02-13T04:25:51.110Z
662025-02-13T04:25:51.110ZTo configure your current shell, you need to source
672025-02-13T04:25:51.110Zthe corresponding env file under $HOME/.cargo.
682025-02-13T04:25:51.111Z
692025-02-13T04:25:51.111ZThis is usually done by running one of the following (note the leading DOT):
702025-02-13T04:25:51.111Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-13T04:25:51.111Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-13T04:25:51.121Z+ rustup --version
732025-02-13T04:25:51.132Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-13T04:25:51.132Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-13T04:25:51.214Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-13T04:25:51.225Z+ cargo --version
772025-02-13T04:25:51.273Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-13T04:25:51.282Z+ rustc --version
792025-02-13T04:25:51.339Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-13T04:25:51.359Zprocess exited: duration 25189 ms, exit code 0
 
812025-02-13T04:25:51.382Zstarting task 2: "authentication"
822025-02-13T04:25:51.414Zprocess exited: duration 29 ms, exit code 0
 
832025-02-13T04:25:52.486Zstarting task 3: "clone repository"
842025-02-13T04:25:52.521Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-13T04:25:52.521Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-13T04:25:52.521ZCloning into '/work/oxidecomputer/omicron'...
872025-02-13T04:25:58.039Z+ cd /work/oxidecomputer/omicron
882025-02-13T04:25:58.040Z+ git fetch origin 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
892025-02-13T04:25:58.343ZFrom https://github.com/oxidecomputer/omicron
902025-02-13T04:25:58.343Z * branch 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 -> FETCH_HEAD
912025-02-13T04:25:58.367Z+ [[ -n renovate/test-strategy-0.x ]]
922025-02-13T04:25:58.367Z++ git branch --show-current
932025-02-13T04:25:58.367Z+ current=main
942025-02-13T04:25:58.367Z+ [[ main != renovate/test-strategy-0.x ]]
952025-02-13T04:25:58.367Z+ git branch -f renovate/test-strategy-0.x 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
962025-02-13T04:25:58.367Z+ git checkout -f renovate/test-strategy-0.x
972025-02-13T04:25:58.517ZSwitched to branch 'renovate/test-strategy-0.x'
982025-02-13T04:25:58.549Z+ git reset --hard 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
992025-02-13T04:25:58.550ZHEAD is now at 94dc5e32b Update Rust crate test-strategy to 0.4.0
1002025-02-13T04:25:58.550Zprocess exited: duration 7079 ms, exit code 0
 
1012025-02-13T04:25:58.610Zstarting task 4: "build"
1022025-02-13T04:25:58.660Z+ source .github/buildomat/ci-env.sh
1032025-02-13T04:25:58.660Z++ export CARGO_TERM_COLOR=always
1042025-02-13T04:25:58.660Z++ CARGO_TERM_COLOR=always
1052025-02-13T04:25:58.661Z+ cargo --version
1062025-02-13T04:25:58.694Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-13T04:25:58.695Z+ rustc --version
1082025-02-13T04:25:58.736Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-13T04:25:58.749Z+ cargo tree --locked
1102025-02-13T04:25:58.993Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-13T04:25:59.244Z Updating crates.io index
1122025-02-13T04:25:59.266Z Updating git repository `https://github.com/oxidecomputer/daft`
1132025-02-13T04:25:59.589Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142025-02-13T04:26:00.244Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1152025-02-13T04:26:00.570Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-02-13T04:26:00.700Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-02-13T04:26:01.027Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182025-02-13T04:26:02.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192025-02-13T04:26:03.993Z Updating git repository `https://github.com/oxidecomputer/opte`
1202025-02-13T04:26:04.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
1212025-02-13T04:26:05.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222025-02-13T04:26:05.832Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1232025-02-13T04:26:06.148Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242025-02-13T04:26:06.918Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1252025-02-13T04:26:07.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-13T04:26:07.572Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-13T04:26:07.963Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-13T04:26:08.218Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-13T04:26:08.496Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-13T04:26:08.799Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-13T04:26:09.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-13T04:26:09.460Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-13T04:26:09.789Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-13T04:26:10.052Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-13T04:26:10.411Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-13T04:26:10.950Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-13T04:26:11.258Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-13T04:26:11.661Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-13T04:26:12.031Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-13T04:26:12.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-13T04:26:12.675Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-13T04:26:13.187Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-13T04:26:14.504Z Downloading crates ...
1442025-02-13T04:26:14.645Z Downloaded futures-executor v0.3.31
1452025-02-13T04:26:14.650Z Downloaded addr2line v0.24.2
1462025-02-13T04:26:14.657Z Downloaded gethostname v0.5.0
1472025-02-13T04:26:14.662Z Downloaded event-listener v5.3.1
1482025-02-13T04:26:14.665Z Downloaded hmac v0.12.1
1492025-02-13T04:26:14.668Z Downloaded heck v0.5.0
1502025-02-13T04:26:14.680Z Downloaded hyper v1.5.2
1512025-02-13T04:26:14.685Z Downloaded h2 v0.4.6
1522025-02-13T04:26:14.762Z Downloaded anstream v0.6.15
1532025-02-13T04:26:14.765Z Downloaded async-attributes v1.1.2
1542025-02-13T04:26:14.773Z Downloaded async-executor v1.13.1
1552025-02-13T04:26:14.778Z Downloaded async-channel v2.3.1
1562025-02-13T04:26:14.778Z Downloaded async-bb8-diesel v0.2.1
1572025-02-13T04:26:14.783Z Downloaded array-init v0.0.4
1582025-02-13T04:26:14.786Z Downloaded async-channel v1.9.0
1592025-02-13T04:26:14.790Z Downloaded arrayref v0.3.9
1602025-02-13T04:26:14.790Z Downloaded adler2 v2.0.0
1612025-02-13T04:26:14.802Z Downloaded async-global-executor v2.4.1
1622025-02-13T04:26:14.809Z Downloaded arrayvec v0.7.6
1632025-02-13T04:26:14.819Z Downloaded ahash v0.8.11
1642025-02-13T04:26:14.821Z Downloaded event-listener-strategy v0.5.2
1652025-02-13T04:26:14.821Z Downloaded aes v0.8.4
1662025-02-13T04:26:14.824Z Downloaded aes-gcm v0.10.3
1672025-02-13T04:26:14.828Z Downloaded futures v0.3.31
1682025-02-13T04:26:14.837Z Downloaded async-process v2.3.0
1692025-02-13T04:26:14.847Z Downloaded async-lock v3.4.0
1702025-02-13T04:26:14.847Z Downloaded flagset v0.4.6
1712025-02-13T04:26:14.847Z Downloaded fatfs v0.3.6
1722025-02-13T04:26:14.853Z Downloaded fastrand v2.1.1
1732025-02-13T04:26:14.853Z Downloaded fancy-regex v0.13.0
1742025-02-13T04:26:14.853Z Downloaded futures-io v0.3.31
1752025-02-13T04:26:14.853Z Downloaded foreign-types-macros v0.2.3
1762025-02-13T04:26:14.853Z Downloaded foreign-types v0.5.0
1772025-02-13T04:26:14.857Z Downloaded foreign-types v0.3.2
1782025-02-13T04:26:14.857Z Downloaded cfg_aliases v0.1.1
1792025-02-13T04:26:14.857Z Downloaded atty v0.2.14
1802025-02-13T04:26:14.857Z Downloaded fnv v1.0.7
1812025-02-13T04:26:14.860Z Downloaded atomicwrites v0.4.4
1822025-02-13T04:26:14.860Z Downloaded filetime v0.2.25
1832025-02-13T04:26:14.860Z Downloaded async-stream-impl v0.3.6
1842025-02-13T04:26:14.864Z Downloaded ff v0.13.0
1852025-02-13T04:26:14.864Z Downloaded fd-lock v4.0.2
1862025-02-13T04:26:14.868Z Downloaded ghash v0.5.1
1872025-02-13T04:26:14.868Z Downloaded expectorate v1.1.0
1882025-02-13T04:26:14.871Z Downloaded async-object-pool v0.1.5
1892025-02-13T04:26:14.871Z Downloaded fs-err v2.11.0
1902025-02-13T04:26:14.873Z Downloaded fxhash v0.2.1
1912025-02-13T04:26:14.876Z Downloaded generic-array v0.14.7
1922025-02-13T04:26:14.876Z Downloaded assert_matches v1.5.0
1932025-02-13T04:26:14.879Z Downloaded ascii-canvas v3.0.0
1942025-02-13T04:26:14.879Z Downloaded anstyle-query v1.1.1
1952025-02-13T04:26:14.883Z Downloaded funty v2.0.0
1962025-02-13T04:26:14.883Z Downloaded cexpr v0.6.0
1972025-02-13T04:26:14.886Z Downloaded futures-task v0.3.31
1982025-02-13T04:26:14.886Z Downloaded chacha20 v0.9.1
1992025-02-13T04:26:14.888Z Downloaded cast v0.3.0
2002025-02-13T04:26:14.888Z Downloaded cfg-if v1.0.0
2012025-02-13T04:26:14.891Z Downloaded foreign-types-shared v0.1.1
2022025-02-13T04:26:14.891Z Downloaded guppy-workspace-hack v0.1.0
2032025-02-13T04:26:14.891Z Downloaded escape8259 v0.5.3
2042025-02-13T04:26:14.894Z Downloaded bitfield v0.14.0
2052025-02-13T04:26:14.894Z Downloaded byteorder v1.5.0
2062025-02-13T04:26:14.897Z Downloaded block-padding v0.3.3
2072025-02-13T04:26:14.900Z Downloaded bit-vec v0.6.3
2082025-02-13T04:26:14.900Z Downloaded group v0.13.0
2092025-02-13T04:26:14.903Z Downloaded fixedbitset v0.4.2
2102025-02-13T04:26:14.903Z Downloaded autocfg v1.4.0
2112025-02-13T04:26:14.906Z Downloaded chrono-tz-build v0.4.0
2122025-02-13T04:26:14.906Z Downloaded buf-list v1.0.3
2132025-02-13T04:26:14.908Z Downloaded http-range v0.1.5
2142025-02-13T04:26:14.911Z Downloaded bit-set v0.5.3
2152025-02-13T04:26:14.911Z Downloaded bytecount v0.6.8
2162025-02-13T04:26:14.914Z Downloaded blocking v1.6.1
2172025-02-13T04:26:14.914Z Downloaded block-buffer v0.10.4
2182025-02-13T04:26:14.917Z Downloaded hubpack_derive v0.1.1
2192025-02-13T04:26:14.917Z Downloaded assert-json-diff v2.0.2
2202025-02-13T04:26:14.919Z Downloaded form_urlencoded v1.2.1
2212025-02-13T04:26:14.919Z Downloaded castaway v0.2.3
2222025-02-13T04:26:14.923Z Downloaded blowfish v0.9.1
2232025-02-13T04:26:14.923Z Downloaded bb8 v0.8.5
2242025-02-13T04:26:14.925Z Downloaded cassowary v0.3.0
2252025-02-13T04:26:14.925Z Downloaded hash32 v0.3.1
2262025-02-13T04:26:14.928Z Downloaded event-listener v2.5.3
2272025-02-13T04:26:14.928Z Downloaded glob v0.3.2
2282025-02-13T04:26:14.932Z Downloaded futures-timer v3.0.3
2292025-02-13T04:26:14.935Z Downloaded cargo_metadata v0.19.1
2302025-02-13T04:26:14.935Z Downloaded humantime v2.1.0
2312025-02-13T04:26:14.938Z Downloaded fs_extra v1.3.0
2322025-02-13T04:26:14.940Z Downloaded http-body-util v0.1.2
2332025-02-13T04:26:14.940Z Downloaded cbc v0.1.2
2342025-02-13T04:26:14.944Z Downloaded base64ct v1.6.0
2352025-02-13T04:26:14.947Z Downloaded httpdate v1.0.3
2362025-02-13T04:26:14.947Z Downloaded highway v1.2.0
2372025-02-13T04:26:14.950Z Downloaded anes v0.1.6
2382025-02-13T04:26:14.953Z Downloaded hubpack v0.1.2
2392025-02-13T04:26:14.953Z Downloaded hex v0.4.3
2402025-02-13T04:26:14.956Z Downloaded futures-channel v0.3.31
2412025-02-13T04:26:14.956Z Downloaded cancel-safe-futures v0.1.5
2422025-02-13T04:26:14.959Z Downloaded camino-tempfile v1.1.1
2432025-02-13T04:26:14.962Z Downloaded hostname v0.3.1
2442025-02-13T04:26:14.964Z Downloaded home v0.5.9
2452025-02-13T04:26:14.967Z Downloaded heck v0.4.1
2462025-02-13T04:26:14.967Z Downloaded heck v0.3.3
2472025-02-13T04:26:14.970Z Downloaded num-iter v0.1.45
2482025-02-13T04:26:14.970Z Downloaded hashlink v0.9.1
2492025-02-13T04:26:14.973Z Downloaded getrandom v0.2.15
2502025-02-13T04:26:14.978Z Downloaded cargo_metadata v0.18.1
2512025-02-13T04:26:14.981Z Downloaded num_threads v0.1.7
2522025-02-13T04:26:14.981Z Downloaded num_enum_derive v0.5.11
2532025-02-13T04:26:14.982Z Downloaded httptest v0.16.1
2542025-02-13T04:26:14.984Z Downloaded hyper-rustls v0.27.3
2552025-02-13T04:26:14.985Z Downloaded cfg-expr v0.17.2
2562025-02-13T04:26:14.988Z Downloaded russh-cryptovec v0.7.3
2572025-02-13T04:26:14.994Z Downloaded bytes v1.9.0
2582025-02-13T04:26:14.994Z Downloaded anyhow v1.0.95
2592025-02-13T04:26:15.002Z Downloaded httparse v1.9.5
2602025-02-13T04:26:15.009Z Downloaded blake2 v0.10.6
2612025-02-13T04:26:15.009Z Downloaded parking v2.2.1
2622025-02-13T04:26:15.009Z Downloaded shell-words v1.1.0
2632025-02-13T04:26:15.016Z Downloaded futures-lite v2.3.0
2642025-02-13T04:26:15.016Z Downloaded cc v1.1.30
2652025-02-13T04:26:15.016Z Downloaded backtrace v0.3.74
2662025-02-13T04:26:15.024Z Downloaded signal-hook-tokio v0.3.1
2672025-02-13T04:26:15.024Z Downloaded flume v0.11.1
2682025-02-13T04:26:15.033Z Downloaded sigpipe v0.1.3
2692025-02-13T04:26:15.033Z Downloaded peg-runtime v0.8.3
2702025-02-13T04:26:15.033Z Downloaded chacha20poly1305 v0.10.1
2712025-02-13T04:26:15.033Z Downloaded phf_codegen v0.11.2
2722025-02-13T04:26:15.033Z Downloaded pbkdf2 v0.11.0
2732025-02-13T04:26:15.033Z Downloaded sync_wrapper v1.0.1
2742025-02-13T04:26:15.045Z Downloaded usdt-macro v0.5.0
2752025-02-13T04:26:15.045Z Downloaded pest_derive v2.7.14
2762025-02-13T04:26:15.045Z Downloaded password-hash v0.4.2
2772025-02-13T04:26:15.045Z Downloaded quick-error v1.2.3
2782025-02-13T04:26:15.045Z Downloaded progenitor v0.9.1
2792025-02-13T04:26:15.045Z Downloaded rtoolbox v0.0.2
2802025-02-13T04:26:15.046Z Downloaded ref-cast-impl v1.0.23
2812025-02-13T04:26:15.046Z Downloaded hyper-staticfile v0.10.1
2822025-02-13T04:26:15.046Z Downloaded parse-display-derive v0.10.0
2832025-02-13T04:26:15.057Z Downloaded bumpalo v3.16.0
2842025-02-13T04:26:15.057Z Downloaded base64 v0.22.1
2852025-02-13T04:26:15.059Z Downloaded half v2.4.1
2862025-02-13T04:26:15.059Z Downloaded base64 v0.13.1
2872025-02-13T04:26:15.060Z Downloaded vte_generate_state_changes v0.1.2
2882025-02-13T04:26:15.064Z Downloaded arc-swap v1.7.1
2892025-02-13T04:26:15.068Z Downloaded hyper-rustls v0.26.0
2902025-02-13T04:26:15.073Z Downloaded ciborium-io v0.2.2
2912025-02-13T04:26:15.073Z Downloaded structmeta v0.3.0
2922025-02-13T04:26:15.073Z Downloaded pretty-hex v0.4.1
2932025-02-13T04:26:15.074Z Downloaded polyval v0.6.2
2942025-02-13T04:26:15.078Z Downloaded pkcs8 v0.10.2
2952025-02-13T04:26:15.078Z Downloaded cipher v0.4.4
2962025-02-13T04:26:15.086Z Downloaded pretty-hex v0.2.1
2972025-02-13T04:26:15.086Z Downloaded pkcs5 v0.7.1
2982025-02-13T04:26:15.090Z Downloaded downcast v0.11.0
2992025-02-13T04:26:15.090Z Downloaded utf-8 v0.7.6
3002025-02-13T04:26:15.090Z Downloaded tokio-macros v2.5.0
3012025-02-13T04:26:15.090Z Downloaded rust-argon2 v2.1.0
3022025-02-13T04:26:15.090Z Downloaded blake3 v1.5.4
3032025-02-13T04:26:15.097Z Downloaded serde_derive_internals v0.29.1
3042025-02-13T04:26:15.101Z Downloaded aho-corasick v1.1.3
3052025-02-13T04:26:15.107Z Downloaded sync-ptr v0.1.1
3062025-02-13T04:26:15.111Z Downloaded heapless v0.8.0
3072025-02-13T04:26:15.117Z Downloaded icu_provider_macros v1.5.0
3082025-02-13T04:26:15.117Z Downloaded threadpool v1.8.1
3092025-02-13T04:26:15.117Z Downloaded ciborium-ll v0.2.2
3102025-02-13T04:26:15.119Z Downloaded synstructure v0.13.1
3112025-02-13T04:26:15.119Z Downloaded shlex v1.3.0
3122025-02-13T04:26:15.119Z Downloaded pin-utils v0.1.0
3132025-02-13T04:26:15.120Z Downloaded terminal_size v0.4.0
3142025-02-13T04:26:15.124Z Downloaded chrono v0.4.39
3152025-02-13T04:26:15.132Z Downloaded number_prefix v0.4.0
3162025-02-13T04:26:15.134Z Downloaded crypto-common v0.1.6
3172025-02-13T04:26:15.134Z Downloaded termcolor v1.4.1
3182025-02-13T04:26:15.134Z Downloaded structmeta-derive v0.3.0
3192025-02-13T04:26:15.134Z Downloaded tls_codec_derive v0.4.1
3202025-02-13T04:26:15.139Z Downloaded tower-service v0.3.3
3212025-02-13T04:26:15.139Z Downloaded toolchain_find v0.4.0
3222025-02-13T04:26:15.144Z Downloaded topological-sort v0.2.2
3232025-02-13T04:26:15.144Z Downloaded tls_codec v0.4.1
3242025-02-13T04:26:15.144Z Downloaded xattr v1.3.1
3252025-02-13T04:26:15.149Z Downloaded untrusted v0.9.0
3262025-02-13T04:26:15.149Z Downloaded rand v0.8.5
3272025-02-13T04:26:15.156Z Downloaded darling_macro v0.20.10
3282025-02-13T04:26:15.156Z Downloaded which v4.4.2
3292025-02-13T04:26:15.162Z Downloaded term v0.7.0
3302025-02-13T04:26:15.162Z Downloaded libsw v3.3.1
3312025-02-13T04:26:15.162Z Downloaded russh-keys v0.45.0
3322025-02-13T04:26:15.167Z Downloaded is-terminal v0.4.13
3332025-02-13T04:26:15.167Z Downloaded native-tls v0.2.12
3342025-02-13T04:26:15.167Z Downloaded curve25519-dalek-derive v0.1.1
3352025-02-13T04:26:15.167Z Downloaded constant_time_eq v0.3.1
3362025-02-13T04:26:15.171Z Downloaded xz2 v0.1.7
3372025-02-13T04:26:15.171Z Downloaded yoke v0.7.4
3382025-02-13T04:26:15.174Z Downloaded document-features v0.2.10
3392025-02-13T04:26:15.174Z Downloaded doc-comment v0.3.3
3402025-02-13T04:26:15.174Z Downloaded data-encoding v2.6.0
3412025-02-13T04:26:15.174Z Downloaded concurrent-queue v2.5.0
3422025-02-13T04:26:15.179Z Downloaded yasna v0.5.2
3432025-02-13T04:26:15.182Z Downloaded tabwriter v1.4.0
3442025-02-13T04:26:15.182Z Downloaded dof v0.3.0
3452025-02-13T04:26:15.182Z Downloaded difflib v0.4.0
3462025-02-13T04:26:15.184Z Downloaded cookie_store v0.21.1
3472025-02-13T04:26:15.189Z Downloaded convert_case v0.4.0
3482025-02-13T04:26:15.189Z Downloaded signal-hook v0.3.17
3492025-02-13T04:26:15.193Z Downloaded hickory-server v0.24.2
3502025-02-13T04:26:15.197Z Downloaded libtest-mimic v0.7.3
3512025-02-13T04:26:15.202Z Downloaded hyper-tls v0.6.0
3522025-02-13T04:26:15.202Z Downloaded multimap v0.10.0
3532025-02-13T04:26:15.209Z Downloaded jobserver v0.1.32
3542025-02-13T04:26:15.209Z Downloaded displaydoc v0.2.5
3552025-02-13T04:26:15.213Z Downloaded path-slash v0.1.5
3562025-02-13T04:26:15.214Z Downloaded num-integer v0.1.46
3572025-02-13T04:26:15.214Z Downloaded typify v0.3.0
3582025-02-13T04:26:15.222Z Downloaded termtree v0.4.1
3592025-02-13T04:26:15.222Z Downloaded yansi v1.0.1
3602025-02-13T04:26:15.231Z Downloaded phf_generator v0.11.2
3612025-02-13T04:26:15.231Z Downloaded num_cpus v1.16.0
3622025-02-13T04:26:15.231Z Downloaded path-tree v0.8.1
3632025-02-13T04:26:15.231Z Downloaded progenitor-macro v0.8.0
3642025-02-13T04:26:15.231Z Downloaded paste v1.0.15
3652025-02-13T04:26:15.235Z Downloaded num-rational v0.4.2
3662025-02-13T04:26:15.235Z Downloaded darling_core v0.20.10
3672025-02-13T04:26:15.243Z Downloaded icu_properties v1.5.1
3682025-02-13T04:26:15.243Z Downloaded time v0.3.36
3692025-02-13T04:26:15.251Z Downloaded relative-path v1.9.3
3702025-02-13T04:26:15.257Z Downloaded r2d2 v0.8.10
3712025-02-13T04:26:15.257Z Downloaded rustversion v1.0.17
3722025-02-13T04:26:15.257Z Downloaded slog-async v2.8.0
3732025-02-13T04:26:15.257Z Downloaded semver v0.1.20
3742025-02-13T04:26:15.257Z Downloaded scrypt v0.11.0
3752025-02-13T04:26:15.264Z Downloaded smf v0.2.3
3762025-02-13T04:26:15.264Z Downloaded secrecy v0.8.0
3772025-02-13T04:26:15.264Z Downloaded simd-adler32 v0.3.7
3782025-02-13T04:26:15.268Z Downloaded sec1 v0.7.3
3792025-02-13T04:26:15.268Z Downloaded poly1305 v0.8.0
3802025-02-13T04:26:15.268Z Downloaded num-traits v0.2.19
3812025-02-13T04:26:15.280Z Downloaded time-core v0.1.2
3822025-02-13T04:26:15.280Z Downloaded strip-ansi-escapes v0.2.0
3832025-02-13T04:26:15.280Z Downloaded termtree v0.5.1
3842025-02-13T04:26:15.285Z Downloaded stringprep v0.1.5
3852025-02-13T04:26:15.285Z Downloaded proc-macro-error v1.0.4
3862025-02-13T04:26:15.285Z Downloaded quote v1.0.38
3872025-02-13T04:26:15.285Z Downloaded stringmetrics v2.2.2
3882025-02-13T04:26:15.295Z Downloaded sct v0.7.1
3892025-02-13T04:26:15.295Z Downloaded write16 v1.0.0
3902025-02-13T04:26:15.295Z Downloaded hashbrown v0.14.5
3912025-02-13T04:26:15.303Z Downloaded tui-tree-widget v0.22.0
3922025-02-13T04:26:15.303Z Downloaded phf v0.11.2
3932025-02-13T04:26:15.303Z Downloaded rstest v0.23.0
3942025-02-13T04:26:15.312Z Downloaded nested v0.1.1
3952025-02-13T04:26:15.312Z Downloaded bstr v1.10.0
3962025-02-13T04:26:15.316Z Downloaded opaque-debug v0.3.1
3972025-02-13T04:26:15.321Z Downloaded dirs-sys-next v0.1.2
3982025-02-13T04:26:15.321Z Downloaded usdt v0.5.0
3992025-02-13T04:26:15.321Z Downloaded clap_lex v0.7.4
4002025-02-13T04:26:15.321Z Downloaded zerovec-derive v0.10.3
4012025-02-13T04:26:15.324Z Downloaded kstat-rs v0.2.4
4022025-02-13T04:26:15.324Z Downloaded crossbeam-deque v0.8.5
4032025-02-13T04:26:15.329Z Downloaded derive_builder_macro v0.20.2
4042025-02-13T04:26:15.329Z Downloaded slog v2.7.0
4052025-02-13T04:26:15.333Z Downloaded cpufeatures v0.2.14
4062025-02-13T04:26:15.333Z Downloaded endian-type v0.1.2
4072025-02-13T04:26:15.333Z Downloaded memchr v2.7.4
4082025-02-13T04:26:15.337Z Downloaded const_format_proc_macros v0.2.34
4092025-02-13T04:26:15.345Z Downloaded equivalent v1.0.1
4102025-02-13T04:26:15.345Z Downloaded tokio-stream v0.1.16
4112025-02-13T04:26:15.349Z Downloaded spin v0.9.8
4122025-02-13T04:26:15.349Z Downloaded packed_struct_codegen v0.10.1
4132025-02-13T04:26:15.357Z Downloaded crunchy v0.2.2
4142025-02-13T04:26:15.357Z Downloaded writeable v0.5.5
4152025-02-13T04:26:15.357Z Downloaded unicode-linebreak v0.1.5
4162025-02-13T04:26:15.361Z Downloaded tungstenite v0.21.0
4172025-02-13T04:26:15.361Z Downloaded crucible-workspace-hack v0.1.0
4182025-02-13T04:26:15.361Z Downloaded clap_derive v4.5.24
4192025-02-13T04:26:15.361Z Downloaded unicase v2.7.0
4202025-02-13T04:26:15.368Z Downloaded time-macros v0.2.18
4212025-02-13T04:26:15.368Z Downloaded lalrpop-util v0.19.12
4222025-02-13T04:26:15.373Z Downloaded kv-log-macro v1.0.7
4232025-02-13T04:26:15.373Z Downloaded packed_struct v0.10.1
4242025-02-13T04:26:15.373Z Downloaded lazy_static v1.5.0
4252025-02-13T04:26:15.373Z Downloaded env_filter v0.1.2
4262025-02-13T04:26:15.376Z Downloaded oorandom v11.1.4
4272025-02-13T04:26:15.376Z Downloaded memmap v0.7.0
4282025-02-13T04:26:15.377Z Downloaded enum-as-inner v0.6.1
4292025-02-13T04:26:15.381Z Downloaded derive_builder v0.20.2
4302025-02-13T04:26:15.385Z Downloaded is_ci v1.2.0
4312025-02-13T04:26:15.385Z Downloaded dtrace-parser v0.2.0
4322025-02-13T04:26:15.388Z Downloaded progenitor-client v0.8.0
4332025-02-13T04:26:15.388Z Downloaded errno v0.3.9
4342025-02-13T04:26:15.388Z Downloaded mockall v0.13.0
4352025-02-13T04:26:15.391Z Downloaded rustc_version v0.4.1
4362025-02-13T04:26:15.391Z Downloaded unicode-truncate v1.1.0
4372025-02-13T04:26:15.395Z Downloaded tokio-tungstenite v0.21.0
4382025-02-13T04:26:15.399Z Downloaded olpc-cjson v0.1.4
4392025-02-13T04:26:15.399Z Downloaded env_logger v0.11.5
4402025-02-13T04:26:15.403Z Downloaded russh v0.45.0
4412025-02-13T04:26:15.406Z Downloaded progenitor v0.8.0
4422025-02-13T04:26:15.413Z Downloaded predicates-core v1.0.8
4432025-02-13T04:26:15.413Z Downloaded scroll_derive v0.12.0
4442025-02-13T04:26:15.418Z Downloaded stable_deref_trait v1.2.0
4452025-02-13T04:26:15.418Z Downloaded nodrop v0.1.14
4462025-02-13T04:26:15.418Z Downloaded derive_builder_core v0.20.2
4472025-02-13T04:26:15.418Z Downloaded p521 v0.13.3
4482025-02-13T04:26:15.422Z Downloaded tokio-native-tls v0.3.1
4492025-02-13T04:26:15.422Z Downloaded thiserror v1.0.69
4502025-02-13T04:26:15.425Z Downloaded wyz v0.5.1
4512025-02-13T04:26:15.430Z Downloaded peg-macros v0.8.4
4522025-02-13T04:26:15.435Z Downloaded elliptic-curve v0.13.8
4532025-02-13T04:26:15.435Z Downloaded unicode-segmentation v1.12.0
4542025-02-13T04:26:15.439Z Downloaded once_cell v1.20.2
4552025-02-13T04:26:15.443Z Downloaded tinyvec_macros v0.1.1
4562025-02-13T04:26:15.443Z Downloaded des v0.8.1
4572025-02-13T04:26:15.450Z Downloaded pem v3.0.4
4582025-02-13T04:26:15.450Z Downloaded rand_core v0.6.4
4592025-02-13T04:26:15.450Z Downloaded is_terminal_polyfill v1.70.1
4602025-02-13T04:26:15.454Z Downloaded want v0.3.1
4612025-02-13T04:26:15.454Z Downloaded usdt-attr-macro v0.5.0
4622025-02-13T04:26:15.454Z Downloaded rustfmt-wrapper v0.2.1
4632025-02-13T04:26:15.455Z Downloaded plotters v0.3.7
4642025-02-13T04:26:15.461Z Downloaded typify-macro v0.3.0
4652025-02-13T04:26:15.463Z Downloaded phf_shared v0.10.0
4662025-02-13T04:26:15.463Z Downloaded newline-converter v0.3.0
4672025-02-13T04:26:15.467Z Downloaded goblin v0.8.2
4682025-02-13T04:26:15.470Z Downloaded tinytemplate v1.2.1
4692025-02-13T04:26:15.475Z Downloaded mirai-annotations v1.12.0
4702025-02-13T04:26:15.475Z Downloaded memoffset v0.9.1
4712025-02-13T04:26:15.480Z Downloaded progenitor-client v0.9.1
4722025-02-13T04:26:15.480Z Downloaded crc-catalog v2.4.0
4732025-02-13T04:26:15.480Z Downloaded crossbeam-utils v0.8.20
4742025-02-13T04:26:15.487Z Downloaded same-file v1.0.6
4752025-02-13T04:26:15.487Z Downloaded webpki-roots v0.26.6
4762025-02-13T04:26:15.493Z Downloaded colorchoice v1.0.2
4772025-02-13T04:26:15.493Z Downloaded new_debug_unreachable v1.0.6
4782025-02-13T04:26:15.493Z Downloaded lockfree-object-pool v0.1.6
4792025-02-13T04:26:15.498Z Downloaded sqlformat v0.2.6
4802025-02-13T04:26:15.498Z Downloaded schemars v0.8.21
4812025-02-13T04:26:15.505Z Downloaded strum v0.26.3
4822025-02-13T04:26:15.510Z Downloaded pathdiff v0.2.3
4832025-02-13T04:26:15.510Z Downloaded ipnet v2.10.1
4842025-02-13T04:26:15.513Z Downloaded iana-time-zone v0.1.61
4852025-02-13T04:26:15.513Z Downloaded zip v0.6.6
4862025-02-13T04:26:15.516Z Downloaded ident_case v1.0.1
4872025-02-13T04:26:15.520Z Downloaded unicode-bidi v0.3.17
4882025-02-13T04:26:15.522Z Downloaded rustc-hash v1.1.0
4892025-02-13T04:26:15.522Z Downloaded defmt v0.3.8
4902025-02-13T04:26:15.527Z Downloaded lock_api v0.4.12
4912025-02-13T04:26:15.530Z Downloaded precomputed-hash v0.1.1
4922025-02-13T04:26:15.530Z Downloaded portable-atomic v1.9.0
4932025-02-13T04:26:15.536Z Downloaded num-conv v0.1.0
4942025-02-13T04:26:15.538Z Downloaded peg v0.8.4
4952025-02-13T04:26:15.544Z Downloaded diesel_table_macro_syntax v0.2.0
4962025-02-13T04:26:15.547Z Downloaded rpassword v7.3.1
4972025-02-13T04:26:15.547Z Downloaded tinystr v0.7.6
4982025-02-13T04:26:15.547Z Downloaded string_cache v0.8.7
4992025-02-13T04:26:15.549Z Downloaded static_assertions v1.1.0
5002025-02-13T04:26:15.549Z Downloaded zeroize v1.8.1
5012025-02-13T04:26:15.552Z Downloaded untrusted v0.7.1
5022025-02-13T04:26:15.552Z Downloaded similar v2.6.0
5032025-02-13T04:26:15.557Z Downloaded waitgroup v0.1.2
5042025-02-13T04:26:15.561Z Downloaded zerofrom v0.1.4
5052025-02-13T04:26:15.561Z Downloaded reedline v0.35.0
5062025-02-13T04:26:15.568Z Downloaded thread_local v1.1.8
5072025-02-13T04:26:15.574Z Downloaded partial-io v0.5.4
5082025-02-13T04:26:15.579Z Downloaded parse-size v1.1.0
5092025-02-13T04:26:15.579Z Downloaded smallvec v1.13.2
5102025-02-13T04:26:15.579Z Downloaded defmt-macros v0.3.9
5112025-02-13T04:26:15.582Z Downloaded diesel-dtrace v0.4.2
5122025-02-13T04:26:15.582Z Downloaded proc-macro-error-attr v1.0.4
5132025-02-13T04:26:15.582Z Downloaded num v0.4.3
5142025-02-13T04:26:15.582Z Downloaded md-5 v0.10.6
5152025-02-13T04:26:15.585Z Downloaded rusqlite v0.32.1
5162025-02-13T04:26:15.590Z Downloaded snafu-derive v0.8.5
5172025-02-13T04:26:15.593Z Downloaded strum_macros v0.25.3
5182025-02-13T04:26:15.596Z Downloaded similar-asserts v1.6.0
5192025-02-13T04:26:15.598Z Downloaded digest v0.10.7
5202025-02-13T04:26:15.598Z Downloaded textwrap v0.16.1
5212025-02-13T04:26:15.602Z Downloaded libefi-sys v0.1.0
5222025-02-13T04:26:15.605Z Downloaded tungstenite v0.23.0
5232025-02-13T04:26:15.610Z Downloaded indent_write v2.2.0
5242025-02-13T04:26:15.613Z Downloaded deranged v0.3.11
5252025-02-13T04:26:15.613Z Downloaded cobs v0.2.3
5262025-02-13T04:26:15.613Z Downloaded rsa v0.9.6
5272025-02-13T04:26:15.617Z Downloaded zone_cfg_derive v0.1.2
5282025-02-13T04:26:15.620Z Downloaded pkg-config v0.3.31
5292025-02-13T04:26:15.620Z Downloaded siphasher v0.3.11
5302025-02-13T04:26:15.623Z Downloaded slab v0.4.9
5312025-02-13T04:26:15.623Z Downloaded rustls-pemfile v1.0.4
5322025-02-13T04:26:15.626Z Downloaded rustc-hash v2.0.0
5332025-02-13T04:26:15.629Z Downloaded rand_xorshift v0.3.0
5342025-02-13T04:26:15.630Z Downloaded memmap2 v0.9.5
5352025-02-13T04:26:15.632Z Downloaded radium v0.7.0
5362025-02-13T04:26:15.632Z Downloaded parse-display v0.10.0
5372025-02-13T04:26:15.636Z Downloaded indoc v1.0.9
5382025-02-13T04:26:15.640Z Downloaded zone_cfg_derive v0.3.0
5392025-02-13T04:26:15.640Z Downloaded libxml v0.3.3
5402025-02-13T04:26:15.643Z Downloaded smallvec v0.6.14
5412025-02-13T04:26:15.646Z Downloaded strum_macros v0.26.4
5422025-02-13T04:26:15.649Z Downloaded supports-color v3.0.1
5432025-02-13T04:26:15.649Z Downloaded subtle v2.6.1
5442025-02-13T04:26:15.654Z Downloaded newtype_derive v0.1.6
5452025-02-13T04:26:15.654Z Downloaded openssl-sys v0.9.105
5462025-02-13T04:26:15.659Z Downloaded target-triple v0.1.3
5472025-02-13T04:26:15.659Z Downloaded ecdsa v0.16.9
5482025-02-13T04:26:15.663Z Downloaded der v0.7.9
5492025-02-13T04:26:15.665Z Downloaded progenitor-impl v0.8.0
5502025-02-13T04:26:15.668Z Downloaded parking_lot_core v0.9.10
5512025-02-13T04:26:15.671Z Downloaded compact_str v0.8.0
5522025-02-13T04:26:15.674Z Downloaded thiserror-impl-no-std v2.0.2
5532025-02-13T04:26:15.676Z Downloaded rustls-pemfile v2.2.0
5542025-02-13T04:26:15.679Z Downloaded dsl_auto_type v0.1.2
5552025-02-13T04:26:15.682Z Downloaded serde_plain v1.0.2
5562025-02-13T04:26:15.682Z Downloaded tokio-rustls v0.26.0
5572025-02-13T04:26:15.684Z Downloaded quick-xml v0.33.0
5582025-02-13T04:26:15.690Z Downloaded openssl-macros v0.1.1
5592025-02-13T04:26:15.694Z Downloaded dyn-clone v1.0.17
5602025-02-13T04:26:15.696Z Downloaded swrite v0.1.0
5612025-02-13T04:26:15.696Z Downloaded openssl-probe v0.1.5
5622025-02-13T04:26:15.696Z Downloaded nibble_vec v0.1.0
5632025-02-13T04:26:15.699Z Downloaded hyper-util v0.1.10
5642025-02-13T04:26:15.703Z Downloaded serde_repr v0.1.19
5652025-02-13T04:26:15.706Z Downloaded newtype-uuid v1.2.1
5662025-02-13T04:26:15.706Z Downloaded crc32fast v1.4.2
5672025-02-13T04:26:15.708Z Downloaded serde_urlencoded v0.7.1
5682025-02-13T04:26:15.711Z Downloaded percent-encoding v2.3.1
5692025-02-13T04:26:15.711Z Downloaded inout v0.1.3
5702025-02-13T04:26:15.714Z Downloaded subprocess v0.2.9
5712025-02-13T04:26:15.716Z Downloaded indexmap v1.9.3
5722025-02-13T04:26:15.720Z Downloaded dunce v1.0.5
5732025-02-13T04:26:15.725Z Downloaded instability v0.3.2
5742025-02-13T04:26:15.725Z Downloaded thiserror-impl v2.0.11
5752025-02-13T04:26:15.725Z Downloaded tokio-rustls v0.25.0
5762025-02-13T04:26:15.728Z Downloaded crypto-bigint v0.5.5
5772025-02-13T04:26:15.731Z Downloaded zone v0.3.0
5782025-02-13T04:26:15.734Z Downloaded tokio-rustls v0.24.1
5792025-02-13T04:26:15.738Z Downloaded display-error-chain v0.2.2
5802025-02-13T04:26:15.738Z Downloaded thread-id v4.2.2
5812025-02-13T04:26:15.740Z Downloaded thiserror-no-std v2.0.2
5822025-02-13T04:26:15.743Z Downloaded serde-big-array v0.5.1
5832025-02-13T04:26:15.746Z Downloaded pkcs1 v0.7.5
5842025-02-13T04:26:15.749Z Downloaded icu_collections v1.5.0
5852025-02-13T04:26:15.753Z Downloaded slog-scope v4.4.0
5862025-02-13T04:26:15.757Z Downloaded nu-ansi-term v0.50.1
5872025-02-13T04:26:15.761Z Downloaded thiserror-impl v1.0.69
5882025-02-13T04:26:15.762Z Downloaded zerocopy-derive v0.7.35
5892025-02-13T04:26:15.764Z Downloaded either v1.13.0
5902025-02-13T04:26:15.767Z Downloaded salsa20 v0.10.2
5912025-02-13T04:26:15.767Z Downloaded embedded-io v0.6.1
5922025-02-13T04:26:15.769Z Downloaded linear-map v1.2.0
5932025-02-13T04:26:15.772Z Downloaded tokio-tungstenite v0.24.0
5942025-02-13T04:26:15.776Z Downloaded thiserror v2.0.11
5952025-02-13T04:26:15.779Z Downloaded phf_shared v0.11.2
5962025-02-13T04:26:15.782Z Downloaded slog-stdlog v4.1.1
5972025-02-13T04:26:15.782Z Downloaded rcgen v0.12.1
5982025-02-13T04:26:15.787Z Downloaded psl-types v2.0.11
5992025-02-13T04:26:15.791Z Downloaded match_cfg v0.1.0
6002025-02-13T04:26:15.791Z Downloaded piper v0.2.4
6012025-02-13T04:26:15.791Z Downloaded cstr-argument v0.1.2
6022025-02-13T04:26:15.791Z Downloaded toml_datetime v0.6.8
6032025-02-13T04:26:15.794Z Downloaded ron v0.8.1
6042025-02-13T04:26:15.799Z Downloaded ctr v0.9.2
6052025-02-13T04:26:15.803Z Downloaded tokio-tungstenite v0.23.1
6062025-02-13T04:26:15.803Z Downloaded indexmap v2.7.1
6072025-02-13T04:26:15.807Z Downloaded zerovec v0.10.4
6082025-02-13T04:26:15.812Z Downloaded plotters-svg v0.3.7
6092025-02-13T04:26:15.816Z Downloaded datatest-stable v0.2.9
6102025-02-13T04:26:15.821Z Downloaded zerofrom-derive v0.1.4
6112025-02-13T04:26:15.821Z Downloaded parse-zoneinfo v0.3.1
6122025-02-13T04:26:15.824Z Downloaded serde v1.0.217
6132025-02-13T04:26:15.824Z Downloaded const-oid v0.9.6
6142025-02-13T04:26:15.827Z Downloaded num-bigint v0.4.6
6152025-02-13T04:26:15.831Z Downloaded ppv-lite86 v0.2.20
6162025-02-13T04:26:15.834Z Downloaded slog-dtrace v0.3.0
6172025-02-13T04:26:15.837Z Downloaded crossterm v0.28.1
6182025-02-13T04:26:15.841Z Downloaded pin-project-lite v0.2.14
6192025-02-13T04:26:15.848Z Downloaded maplit v1.0.2
6202025-02-13T04:26:15.859Z Downloaded ena v0.14.3
6212025-02-13T04:26:15.859Z Downloaded take_mut v0.2.2
6222025-02-13T04:26:15.859Z Downloaded regex v1.11.1
6232025-02-13T04:26:15.863Z Downloaded wait-timeout v0.2.0
6242025-02-13T04:26:15.866Z Downloaded instant v0.1.13
6252025-02-13T04:26:15.867Z Downloaded tap v1.0.1
6262025-02-13T04:26:15.867Z Downloaded plain v0.2.3
6272025-02-13T04:26:15.870Z Downloaded tokio-postgres v0.7.12
6282025-02-13T04:26:15.875Z Downloaded unicode-normalization v0.1.24
6292025-02-13T04:26:15.880Z Downloaded utf8_iter v1.0.4
6302025-02-13T04:26:15.880Z Downloaded unicode-xid v0.2.6
6312025-02-13T04:26:15.883Z Downloaded universal-hash v0.5.1
6322025-02-13T04:26:15.883Z Downloaded der_derive v0.7.3
6332025-02-13T04:26:15.883Z Downloaded dropshot_endpoint v0.12.0
6342025-02-13T04:26:15.887Z Downloaded oso-derive v0.27.3
6352025-02-13T04:26:15.887Z Downloaded postgres-types v0.2.8
6362025-02-13T04:26:15.892Z Downloaded icu_locid v1.5.0
6372025-02-13T04:26:15.901Z Downloaded diff v0.1.13
6382025-02-13T04:26:15.901Z Downloaded toml v0.7.8
6392025-02-13T04:26:15.905Z Downloaded unsafe-libyaml v0.2.11
6402025-02-13T04:26:15.905Z Downloaded managed v0.8.0
6412025-02-13T04:26:15.905Z Downloaded plotters-backend v0.3.7
6422025-02-13T04:26:15.906Z Downloaded maybe-uninit v2.0.0
6432025-02-13T04:26:15.910Z Downloaded tempfile v3.13.0
6442025-02-13T04:26:15.910Z Downloaded parking_lot_core v0.8.6
6452025-02-13T04:26:15.917Z Downloaded slog-term v2.9.1
6462025-02-13T04:26:15.917Z Downloaded csv-core v0.1.11
6472025-02-13T04:26:15.922Z Downloaded slog-bunyan v2.5.0
6482025-02-13T04:26:15.922Z Downloaded bzip2-sys v0.1.11+1.0.8
6492025-02-13T04:26:15.932Z Downloaded proc-macro-crate v1.3.1
6502025-02-13T04:26:15.936Z Downloaded icu_properties_data v1.5.0
6512025-02-13T04:26:15.940Z Downloaded typify v0.2.0
6522025-02-13T04:26:15.943Z Downloaded gimli v0.31.1
6532025-02-13T04:26:15.950Z Downloaded owo-colors v4.1.0
6542025-02-13T04:26:15.953Z Downloaded uuid v1.12.0
6552025-02-13T04:26:15.956Z Downloaded mime v0.3.17
6562025-02-13T04:26:15.960Z Downloaded macaddr v1.0.1
6572025-02-13T04:26:15.960Z Downloaded parking_lot v0.12.3
6582025-02-13T04:26:15.963Z Downloaded pin-project v1.1.6
6592025-02-13T04:26:15.973Z Downloaded crc v3.2.1
6602025-02-13T04:26:15.978Z Downloaded vte v0.11.1
6612025-02-13T04:26:15.983Z Downloaded vsss-rs v3.3.4
6622025-02-13T04:26:15.983Z Downloaded serde-hex v0.1.0
6632025-02-13T04:26:15.985Z Downloaded postgres-protocol v0.6.7
6642025-02-13T04:26:15.985Z Downloaded crc-any v2.5.0
6652025-02-13T04:26:15.985Z Downloaded ryu v1.0.18
6662025-02-13T04:26:15.989Z Downloaded toml v0.8.19
6672025-02-13T04:26:15.995Z Downloaded serde_path_to_error v0.1.16
6682025-02-13T04:26:16.000Z Downloaded litemap v0.7.3
6692025-02-13T04:26:16.000Z Downloaded mio v1.0.2
6702025-02-13T04:26:16.005Z Downloaded lru v0.12.5
6712025-02-13T04:26:16.005Z Downloaded serde_regex v1.1.0
6722025-02-13T04:26:16.005Z Downloaded serde_derive v1.0.217
6732025-02-13T04:26:16.008Z Downloaded ciborium v0.2.2
6742025-02-13T04:26:16.011Z Downloaded lru-cache v0.1.2
6752025-02-13T04:26:16.011Z Downloaded tar v0.4.42
6762025-02-13T04:26:16.014Z Downloaded tracing v0.1.40
6772025-02-13T04:26:16.017Z Downloaded clang-sys v1.8.1
6782025-02-13T04:26:16.019Z Downloaded const_format v0.2.34
6792025-02-13T04:26:16.024Z Downloaded salty v0.3.0
6802025-02-13T04:26:16.030Z Downloaded ucd-trie v0.1.7
6812025-02-13T04:26:16.034Z Downloaded pretty_assertions v1.4.1
6822025-02-13T04:26:16.034Z Downloaded winnow v0.5.40
6832025-02-13T04:26:16.043Z Downloaded serde_with_macros v3.11.0
6842025-02-13T04:26:16.045Z Downloaded petname v2.0.2
6852025-02-13T04:26:16.050Z Downloaded polling v3.7.3
6862025-02-13T04:26:16.054Z Downloaded papergrid v0.11.0
6872025-02-13T04:26:16.058Z Downloaded regress v0.10.1
6882025-02-13T04:26:16.067Z Downloaded clap v4.5.27
6892025-02-13T04:26:16.075Z Downloaded p256 v0.13.2
6902025-02-13T04:26:16.079Z Downloaded zerocopy v0.6.6
6912025-02-13T04:26:16.082Z Downloaded publicsuffix v2.3.0
6922025-02-13T04:26:16.085Z Downloaded serde_yaml v0.9.34+deprecated
6932025-02-13T04:26:16.088Z Downloaded prettyplease v0.2.25
6942025-02-13T04:26:16.091Z Downloaded tracing-core v0.1.32
6952025-02-13T04:26:16.094Z Downloaded toml_edit v0.22.22
6962025-02-13T04:26:16.115Z Downloaded log v0.4.22
6972025-02-13T04:26:16.118Z Downloaded crossbeam-channel v0.5.13
6982025-02-13T04:26:16.121Z Downloaded url v2.5.3
6992025-02-13T04:26:16.124Z Downloaded parking_lot v0.11.2
7002025-02-13T04:26:16.127Z Downloaded tungstenite v0.24.0
7012025-02-13T04:26:16.130Z Downloaded rayon-core v1.12.1
7022025-02-13T04:26:16.133Z Downloaded rustls-pki-types v1.10.0
7032025-02-13T04:26:16.136Z Downloaded icu_normalizer v1.5.0
7042025-02-13T04:26:16.139Z Downloaded quinn v0.11.5
7052025-02-13T04:26:16.144Z Downloaded reqwest v0.12.9
7062025-02-13T04:26:16.152Z Downloaded unicode_categories v0.1.1
7072025-02-13T04:26:16.155Z Downloaded itertools v0.10.5
7082025-02-13T04:26:16.160Z Downloaded itertools v0.12.1
7092025-02-13T04:26:16.168Z Downloaded lalrpop v0.19.12
7102025-02-13T04:26:16.179Z Downloaded qorb v0.2.1
7112025-02-13T04:26:16.182Z Downloaded zerocopy v0.7.35
7122025-02-13T04:26:16.199Z Downloaded clap_builder v4.5.27
7132025-02-13T04:26:16.204Z Downloaded regress v0.9.1
7142025-02-13T04:26:16.215Z Downloaded rustyline v14.0.0
7152025-02-13T04:26:16.220Z Downloaded smoltcp v0.9.1
7162025-02-13T04:26:16.231Z Downloaded object v0.36.5
7172025-02-13T04:26:16.241Z Downloaded nix v0.29.0
7182025-02-13T04:26:16.254Z Downloaded criterion v0.5.1
7192025-02-13T04:26:16.260Z Downloaded serde_with v3.11.0
7202025-02-13T04:26:16.269Z Downloaded vcpkg v0.2.15
7212025-02-13T04:26:16.308Z Downloaded syn v1.0.109
7222025-02-13T04:26:16.315Z Downloaded zerocopy v0.8.10
7232025-02-13T04:26:16.338Z Downloaded tabled v0.15.0
7242025-02-13T04:26:16.354Z Downloaded p384 v0.13.0
7252025-02-13T04:26:16.359Z Downloaded smoltcp v0.11.0
7262025-02-13T04:26:16.372Z Downloaded curve25519-dalek v4.1.3
7272025-02-13T04:26:16.382Z Downloaded polar-core v0.27.3
7282025-02-13T04:26:16.388Z Downloaded regex-syntax v0.8.5
7292025-02-13T04:26:16.395Z Downloaded nix v0.28.0
7302025-02-13T04:26:16.406Z Downloaded diesel v2.2.6
7312025-02-13T04:26:16.430Z Downloaded rustls v0.22.4
7322025-02-13T04:26:16.437Z Downloaded rustix v0.38.37
7332025-02-13T04:26:16.458Z Downloaded unicode-width v0.2.0
7342025-02-13T04:26:16.470Z Downloaded syn v2.0.96
7352025-02-13T04:26:16.474Z Downloaded typify-impl v0.3.0
7362025-02-13T04:26:16.488Z Downloaded openssl v0.10.70
7372025-02-13T04:26:16.499Z Downloaded typify-impl v0.2.0
7382025-02-13T04:26:16.514Z Downloaded rustls v0.23.19
7392025-02-13T04:26:16.525Z Downloaded quinn-proto v0.11.8
7402025-02-13T04:26:16.532Z Downloaded tokio v1.43.0
7412025-02-13T04:26:16.570Z Downloaded regex-syntax v0.6.29
7422025-02-13T04:26:16.579Z Downloaded nix v0.27.1
7432025-02-13T04:26:16.588Z Downloaded sled v0.34.7
7442025-02-13T04:26:16.598Z Downloaded radix_trie v0.2.1
7452025-02-13T04:26:16.605Z Downloaded regex-automata v0.4.8
7462025-02-13T04:26:16.621Z Downloaded petgraph v0.6.5
7472025-02-13T04:26:16.639Z Downloaded rayon v1.10.0
7482025-02-13T04:26:16.647Z Downloaded ratatui v0.28.1
7492025-02-13T04:26:16.667Z Downloaded rustls v0.21.12
7502025-02-13T04:26:16.678Z Downloaded hickory-proto v0.24.3
7512025-02-13T04:26:16.692Z Downloaded dropshot v0.15.1
7522025-02-13T04:26:16.713Z Downloaded openapiv3 v2.0.0
7532025-02-13T04:26:16.726Z Downloaded unicode-width v0.1.14
7542025-02-13T04:26:16.731Z Downloaded dropshot v0.12.0
7552025-02-13T04:26:16.751Z Downloaded zerocopy-derive v0.6.6
7562025-02-13T04:26:16.761Z Downloaded serde_json v1.0.135
7572025-02-13T04:26:16.769Z Downloaded libm v0.2.8
7582025-02-13T04:26:16.775Z Downloaded pest v2.7.14
7592025-02-13T04:26:16.780Z Downloaded tokio-util v0.7.12
7602025-02-13T04:26:16.786Z Downloaded sha3 v0.10.8
7612025-02-13T04:26:16.792Z Downloaded proptest v1.5.0
7622025-02-13T04:26:16.803Z Downloaded object v0.30.4
7632025-02-13T04:26:16.810Z Downloaded typenum v1.17.0
7642025-02-13T04:26:16.812Z Downloaded csv v1.3.1
7652025-02-13T04:26:16.832Z Downloaded minimal-lexical v0.2.1
7662025-02-13T04:26:16.839Z Downloaded libc v0.2.169
7672025-02-13T04:26:16.871Z Downloaded libz-sys v1.1.20
7682025-02-13T04:26:16.908Z Downloaded lzma-sys v0.1.20
7692025-02-13T04:26:16.939Z Downloaded twox-hash v2.1.0
7702025-02-13T04:26:16.942Z Downloaded uzers v0.12.1
7712025-02-13T04:26:16.950Z Downloaded dropshot_endpoint v0.15.1
7722025-02-13T04:26:16.953Z Downloaded icu_locid_transform_data v1.5.0
7732025-02-13T04:26:16.953Z Downloaded sqlparser v0.45.0
7742025-02-13T04:26:16.956Z Downloaded idna v1.0.3
7752025-02-13T04:26:16.961Z Downloaded internet-checksum v0.2.1
7762025-02-13T04:26:16.961Z Downloaded snafu v0.8.5
7772025-02-13T04:26:16.965Z Downloaded nom v7.1.3
7782025-02-13T04:26:16.973Z Downloaded zerocopy-derive v0.8.10
7792025-02-13T04:26:16.977Z Downloaded rustls-webpki v0.102.8
7802025-02-13T04:26:16.997Z Downloaded miniz_oxide v0.8.0
7812025-02-13T04:26:16.997Z Downloaded encoding_rs v0.8.34
7822025-02-13T04:26:17.017Z Downloaded primeorder v0.13.6
7832025-02-13T04:26:17.020Z Downloaded rfc6979 v0.4.0
7842025-02-13T04:26:17.020Z Downloaded linked-hash-map v0.5.6
7852025-02-13T04:26:17.020Z Downloaded zip v2.1.3
7862025-02-13T04:26:17.024Z Downloaded rusty-fork v0.3.0
7872025-02-13T04:26:17.028Z Downloaded unarray v0.1.4
7882025-02-13T04:26:17.028Z Downloaded criterion-plot v0.5.0
7892025-02-13T04:26:17.031Z Downloaded x509-cert v0.2.5
7902025-02-13T04:26:17.039Z Downloaded resolv-conf v0.7.0
7912025-02-13T04:26:17.043Z Downloaded smawk v0.3.2
7922025-02-13T04:26:17.043Z Downloaded ssh-key v0.6.6
7932025-02-13T04:26:17.047Z Downloaded git2 v0.19.0
7942025-02-13T04:26:17.052Z Downloaded httpmock v0.8.0-alpha.1
7952025-02-13T04:26:17.069Z Downloaded itertools v0.13.0
7962025-02-13T04:26:17.076Z Downloaded target-spec v3.3.1
7972025-02-13T04:26:17.080Z Downloaded target-lexicon v0.12.16
7982025-02-13T04:26:17.080Z Downloaded icu_locid_transform v1.5.0
7992025-02-13T04:26:17.083Z Downloaded steno v0.4.1
8002025-02-13T04:26:17.086Z Downloaded embedded-io v0.4.0
8012025-02-13T04:26:17.089Z Downloaded dirs-next v2.0.0
8022025-02-13T04:26:17.089Z Downloaded defmt-parser v0.3.4
8032025-02-13T04:26:17.092Z Downloaded debug-ignore v1.0.5
8042025-02-13T04:26:17.092Z Downloaded utf8parse v0.2.2
8052025-02-13T04:26:17.092Z Downloaded slog-envlogger v2.2.0
8062025-02-13T04:26:17.095Z Downloaded indicatif v0.17.11
8072025-02-13T04:26:17.099Z Downloaded console v0.15.10
8082025-02-13T04:26:17.102Z Downloaded vergen v8.3.2
8092025-02-13T04:26:17.107Z Downloaded toml_edit v0.19.15
8102025-02-13T04:26:17.118Z Downloaded ron v0.7.1
8112025-02-13T04:26:17.123Z Downloaded progenitor-impl v0.9.1
8122025-02-13T04:26:17.126Z Downloaded diesel_derives v2.2.3
8132025-02-13T04:26:17.129Z Downloaded rustc_version v0.1.7
8142025-02-13T04:26:17.132Z Downloaded zone v0.1.8
8152025-02-13T04:26:17.132Z Downloaded rustls-native-certs v0.7.3
8162025-02-13T04:26:17.135Z Downloaded pem-rfc7468 v0.7.0
8172025-02-13T04:26:17.135Z Downloaded normalize-line-endings v0.3.0
8182025-02-13T04:26:17.138Z Downloaded libloading v0.8.5
8192025-02-13T04:26:17.138Z Downloaded num-complex v0.4.6
8202025-02-13T04:26:17.141Z Downloaded value-bag v1.9.0
8212025-02-13T04:26:17.144Z Downloaded tracing-attributes v0.1.27
8222025-02-13T04:26:17.146Z Downloaded tiny-keccak v2.0.2
8232025-02-13T04:26:17.151Z Downloaded winnow v0.6.20
8242025-02-13T04:26:17.158Z Downloaded impl-trait-for-tuples v0.2.2
8252025-02-13T04:26:17.161Z Downloaded strum_macros v0.24.3
8262025-02-13T04:26:17.161Z Downloaded samael v0.0.17
8272025-02-13T04:26:17.166Z Downloaded num-derive v0.4.2
8282025-02-13T04:26:17.171Z Downloaded semver v1.0.24
8292025-02-13T04:26:17.171Z Downloaded tinyvec v1.8.0
8302025-02-13T04:26:17.176Z Downloaded idna_adapter v1.2.0
8312025-02-13T04:26:17.179Z Downloaded ed25519 v2.2.3
8322025-02-13T04:26:17.179Z Downloaded litrs v0.4.1
8332025-02-13T04:26:17.179Z Downloaded typed-path v0.9.3
8342025-02-13T04:26:17.184Z Downloaded cmake v0.1.51
8352025-02-13T04:26:17.187Z Downloaded zeroize_derive v1.4.2
8362025-02-13T04:26:17.187Z Downloaded version_check v0.9.5
8372025-02-13T04:26:17.190Z Downloaded typify-macro v0.2.0
8382025-02-13T04:26:17.190Z Downloaded slog-json v2.6.1
8392025-02-13T04:26:17.193Z Downloaded predicates v3.1.2
8402025-02-13T04:26:17.195Z Downloaded zopfli v0.8.1
8412025-02-13T04:26:17.196Z Downloaded rustls-webpki v0.101.7
8422025-02-13T04:26:17.211Z Downloaded libgit2-sys v0.17.0+1.8.1
8432025-02-13T04:26:17.267Z Downloaded spki v0.7.3
8442025-02-13T04:26:17.269Z Downloaded pbkdf2 v0.12.2
8452025-02-13T04:26:17.269Z Downloaded test-strategy v0.4.0
8462025-02-13T04:26:17.273Z Downloaded derive_more v0.99.18
8472025-02-13T04:26:17.277Z Downloaded whoami v1.5.2
8482025-02-13T04:26:17.280Z Downloaded rand_distr v0.4.3
8492025-02-13T04:26:17.283Z Downloaded md5 v0.7.0
8502025-02-13T04:26:17.287Z Downloaded colored v2.1.0
8512025-02-13T04:26:17.287Z Downloaded walkdir v2.5.0
8522025-02-13T04:26:17.290Z Downloaded usdt-impl v0.5.0
8532025-02-13T04:26:17.290Z Downloaded sha2 v0.10.8
8542025-02-13T04:26:17.293Z Downloaded proc-macro2 v1.0.92
8552025-02-13T04:26:17.295Z Downloaded ed25519-dalek v2.1.1
8562025-02-13T04:26:17.298Z Downloaded scheduled-thread-pool v0.2.7
8572025-02-13T04:26:17.298Z Downloaded ssh-encoding v0.2.0
8582025-02-13T04:26:17.300Z Downloaded sha1 v0.10.6
8592025-02-13T04:26:17.304Z Downloaded serde_spanned v0.6.8
8602025-02-13T04:26:17.304Z Downloaded pest_meta v2.7.14
8612025-02-13T04:26:17.308Z Downloaded omicron-zone-package v0.12.0
8622025-02-13T04:26:17.310Z Downloaded crossbeam-epoch v0.9.18
8632025-02-13T04:26:17.310Z Downloaded unicode-ident v1.0.14
8642025-02-13T04:26:17.313Z Downloaded indoc v2.0.5
8652025-02-13T04:26:17.315Z Downloaded try-lock v0.2.5
8662025-02-13T04:26:17.318Z Downloaded unicode-properties v0.1.3
8672025-02-13T04:26:17.318Z Downloaded trybuild v1.0.101
8682025-02-13T04:26:17.322Z Downloaded hkdf v0.12.4
8692025-02-13T04:26:17.324Z Downloaded rand_seeder v0.3.0
8702025-02-13T04:26:17.327Z Downloaded pest_generator v2.7.14
8712025-02-13T04:26:17.327Z Downloaded rstest_macros v0.23.0
8722025-02-13T04:26:17.330Z Downloaded hashbrown v0.15.1
8732025-02-13T04:26:17.337Z Downloaded env_logger v0.10.2
8742025-02-13T04:26:17.340Z Downloaded derive-where v1.2.7
8752025-02-13T04:26:17.344Z Downloaded lazycell v1.3.0
8762025-02-13T04:26:17.346Z Downloaded ipnetwork v0.20.0
8772025-02-13T04:26:17.346Z Downloaded socket2 v0.5.7
8782025-02-13T04:26:17.349Z Downloaded quinn-udp v0.5.5
8792025-02-13T04:26:17.349Z Downloaded num-bigint-dig v0.8.4
8802025-02-13T04:26:17.354Z Downloaded postcard v1.0.10
8812025-02-13T04:26:17.356Z Downloaded termios v0.3.3
8822025-02-13T04:26:17.359Z Downloaded tabled_derive v0.7.0
8832025-02-13T04:26:17.359Z Downloaded icu_provider v1.5.0
8842025-02-13T04:26:17.362Z Downloaded chrono-tz v0.10.1
8852025-02-13T04:26:17.369Z Downloaded mockall_derive v0.13.0
8862025-02-13T04:26:17.371Z Downloaded tough v0.19.0
8872025-02-13T04:26:17.379Z Downloaded icu_normalizer_data v1.5.0
8882025-02-13T04:26:17.382Z Downloaded http v1.2.0
8892025-02-13T04:26:17.385Z Downloaded password-hash v0.5.0
8902025-02-13T04:26:17.388Z Downloaded num_enum v0.5.11
8912025-02-13T04:26:17.391Z Downloaded hashbrown v0.12.3
8922025-02-13T04:26:17.395Z Downloaded proc-macro-crate v3.2.0
8932025-02-13T04:26:17.399Z Downloaded mime_guess v2.0.5
8942025-02-13T04:26:17.399Z Downloaded nanorand v0.7.0
8952025-02-13T04:26:17.403Z Downloaded multer v3.1.0
8962025-02-13T04:26:17.406Z Downloaded darling v0.20.10
8972025-02-13T04:26:17.408Z Downloaded cookie v0.18.1
8982025-02-13T04:26:17.408Z Downloaded futures-util v0.3.31
8992025-02-13T04:26:17.420Z Downloaded keccak v0.1.5
9002025-02-13T04:26:17.423Z Downloaded itoa v1.0.11
9012025-02-13T04:26:17.423Z Downloaded hickory-resolver v0.24.2
9022025-02-13T04:26:17.427Z Downloaded hashbrown v0.13.2
9032025-02-13T04:26:17.439Z Downloaded bitvec v1.0.1
9042025-02-13T04:26:17.447Z Downloaded async-std v1.13.0
9052025-02-13T04:26:17.465Z Downloaded utf16_iter v1.0.5
9062025-02-13T04:26:17.468Z Downloaded heapless v0.7.17
9072025-02-13T04:26:17.471Z Downloaded guppy v0.17.12
9082025-02-13T04:26:17.475Z Downloaded bindgen v0.69.5
9092025-02-13T04:26:17.482Z Downloaded sqlparser_derive v0.2.2
9102025-02-13T04:26:17.484Z Downloaded serde_tokenstream v0.2.2
9112025-02-13T04:26:17.484Z Downloaded scroll v0.12.0
9122025-02-13T04:26:17.487Z Downloaded scopeguard v1.2.0
9132025-02-13T04:26:17.487Z Downloaded schemars_derive v0.8.21
9142025-02-13T04:26:17.493Z Downloaded aws-lc-rs v1.10.0
9152025-02-13T04:26:17.496Z Downloaded rustc-demangle v0.1.24
9162025-02-13T04:26:17.499Z Downloaded rand_chacha v0.3.1
9172025-02-13T04:26:17.502Z Downloaded progenitor-macro v0.9.1
9182025-02-13T04:26:17.502Z Downloaded predicates-tree v1.0.11
9192025-02-13T04:26:17.502Z Downloaded pin-project-internal v1.1.6
9202025-02-13T04:26:17.504Z Downloaded yoke-derive v0.7.4
9212025-02-13T04:26:17.504Z Downloaded oso v0.27.3
9222025-02-13T04:26:17.507Z Downloaded headers v0.4.0
9232025-02-13T04:26:17.512Z Downloaded strsim v0.11.1
9242025-02-13T04:26:17.516Z Downloaded ssh-cipher v0.2.0
9252025-02-13T04:26:17.519Z Downloaded signature v2.2.0
9262025-02-13T04:26:17.519Z Downloaded signal-hook-registry v1.4.2
9272025-02-13T04:26:17.519Z Downloaded signal-hook-mio v0.2.4
9282025-02-13T04:26:17.523Z Downloaded powerfmt v0.2.0
9292025-02-13T04:26:17.523Z Downloaded base64 v0.21.7
9302025-02-13T04:26:17.526Z Downloaded allocator-api2 v0.2.18
9312025-02-13T04:26:17.531Z Downloaded ref-cast v1.0.23
9322025-02-13T04:26:17.534Z Downloaded hickory-client v0.24.2
9332025-02-13T04:26:17.534Z Downloaded bitflags v2.6.0
9342025-02-13T04:26:17.537Z Downloaded bcs v0.1.6
9352025-02-13T04:26:17.539Z Downloaded async-io v2.3.4
9362025-02-13T04:26:17.541Z Downloaded assert_cmd v2.0.16
9372025-02-13T04:26:17.546Z Downloaded blake2b_simd v1.0.2
9382025-02-13T04:26:17.548Z Downloaded backoff v0.4.0
9392025-02-13T04:26:17.548Z Downloaded argon2 v0.5.3
9402025-02-13T04:26:17.548Z Downloaded camino v1.1.9
9412025-02-13T04:26:17.552Z Downloaded bzip2 v0.4.4
9422025-02-13T04:26:17.555Z Downloaded hash32 v0.2.1
9432025-02-13T04:26:17.558Z Downloaded anstyle-parse v0.2.5
9442025-02-13T04:26:17.558Z Downloaded async-signal v0.2.10
9452025-02-13T04:26:17.560Z Downloaded hostname v0.4.0
9462025-02-13T04:26:17.560Z Downloaded hex-literal v0.4.1
9472025-02-13T04:26:17.563Z Downloaded globset v0.4.15
9482025-02-13T04:26:17.563Z Downloaded cargo-platform v0.1.8
9492025-02-13T04:26:17.566Z Downloaded bitflags v1.3.2
9502025-02-13T04:26:17.569Z Downloaded async-trait v0.1.86
9512025-02-13T04:26:17.572Z Downloaded anstyle v1.0.10
9522025-02-13T04:26:17.575Z Downloaded http-body v1.0.1
9532025-02-13T04:26:17.575Z Downloaded headers-core v0.3.0
9542025-02-13T04:26:17.575Z Downloaded bitfield-struct v0.6.2
9552025-02-13T04:26:17.575Z Downloaded bcrypt-pbkdf v0.10.0
9562025-02-13T04:26:17.578Z Downloaded base16ct v0.2.0
9572025-02-13T04:26:17.578Z Downloaded async-task v4.7.1
9582025-02-13T04:26:17.580Z Downloaded atomic-waker v1.1.2
9592025-02-13T04:26:17.583Z Downloaded futures-sink v0.3.31
9602025-02-13T04:26:17.583Z Downloaded futures-macro v0.3.31
9612025-02-13T04:26:17.583Z Downloaded approx v0.5.1
9622025-02-13T04:26:17.586Z Downloaded async-recursion v1.1.1
9632025-02-13T04:26:17.589Z Downloaded async-stream v0.3.6
9642025-02-13T04:26:17.589Z Downloaded cfg_aliases v0.2.1
9652025-02-13T04:26:17.593Z Downloaded futures-core v0.3.31
9662025-02-13T04:26:17.593Z Downloaded fallible-iterator v0.3.0
9672025-02-13T04:26:17.596Z Downloaded fragile v2.0.0
9682025-02-13T04:26:17.596Z Downloaded foreign-types-shared v0.3.1
9692025-02-13T04:26:17.596Z Downloaded foldhash v0.1.3
9702025-02-13T04:26:17.596Z Downloaded float-ord v0.3.2
9712025-02-13T04:26:17.599Z Downloaded float-cmp v0.9.0
9722025-02-13T04:26:17.599Z Downloaded flate2 v1.0.35
9732025-02-13T04:26:17.603Z Downloaded fallible-streaming-iterator v0.1.9
9742025-02-13T04:26:17.606Z Downloaded fallible-iterator v0.2.0
9752025-02-13T04:26:17.608Z Downloaded aead v0.5.2
9762025-02-13T04:26:17.622Z Downloaded ring v0.17.8
9772025-02-13T04:26:17.748Z Downloaded libsqlite3-sys v0.30.1
9782025-02-13T04:26:17.959Z Downloaded aws-lc-sys v0.22.0
9792025-02-13T04:26:18.447Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9802025-02-13T04:26:23.997Zpkg list: illegal option -- F
9812025-02-13T04:26:23.997ZUsage:
9822025-02-13T04:26:24.000Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9832025-02-13T04:26:24.000Z [pkg_fmri_pattern ...]
9842025-02-13T04:26:24.833Zpkg list: illegal option -- F
9852025-02-13T04:26:24.833ZUsage:
9862025-02-13T04:26:24.835Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9872025-02-13T04:26:24.835Z [pkg_fmri_pattern ...]
9882025-02-13T04:26:43.004Z Startup: Refreshing catalog 'helios-dev' ... Done
9892025-02-13T04:26:47.394Z Startup: Caching catalogs ... Done
9902025-02-13T04:27:00.063ZPlanning: Solver setup ... Done (11.711s)
9912025-02-13T04:27:00.222ZPlanning: Running solver ... Done (0.160s)
9922025-02-13T04:27:00.525ZPlanning: Finding local manifests ... Done (0.193s)
9932025-02-13T04:27:00.559ZPlanning: Fetching manifests: 0/7 0% complete
9942025-02-13T04:27:02.074ZPlanning: Fetching manifests: 7/7 100% complete
9952025-02-13T04:27:02.445ZPlanning: Package planning ... Done (0.371s)
9962025-02-13T04:27:02.503ZPlanning: Merging actions ... Done (0.058s)
9972025-02-13T04:27:03.110ZPlanning: Checking for conflicting actions ... Done (0.607s)
9982025-02-13T04:27:07.386ZPlanning: Consolidating action changes ... Done (4.274s)
9992025-02-13T04:27:07.759ZPlanning: Evaluating mediators ... Done (0.373s)
10002025-02-13T04:27:07.874ZPlanning: Planning completed in 20.38 seconds
10012025-02-13T04:27:07.889Z Packages to install: 4
10022025-02-13T04:27:07.889Z Packages to update: 3
10032025-02-13T04:27:07.892Z Mediators to change: 2
10042025-02-13T04:27:07.892Z Services to change: 1
10052025-02-13T04:27:07.892Z Estimated space available: 155.36 GB
10062025-02-13T04:27:07.892ZEstimated space to be consumed: 1.65 GB
10072025-02-13T04:27:07.892Z Create boot environment: No
10082025-02-13T04:27:07.892ZCreate backup boot environment: Yes
10092025-02-13T04:27:07.892Z Rebuild boot archive: No
10102025-02-13T04:27:07.892Z
10112025-02-13T04:27:07.892ZChanged mediators:
10122025-02-13T04:27:07.892Z mediator clang:
10132025-02-13T04:27:07.892Z version: None -> 15 (system default)
10142025-02-13T04:27:07.892Z
10152025-02-13T04:27:07.892Z mediator llvm:
10162025-02-13T04:27:07.892Z version: 14 (system default) -> 15 (system default)
10172025-02-13T04:27:07.892Z
10182025-02-13T04:27:07.892ZChanged packages:
10192025-02-13T04:27:07.892Zhelios-dev
10202025-02-13T04:27:07.892Z developer/build-essential
10212025-02-13T04:27:07.892Z None -> 11-2.0
10222025-02-13T04:27:07.892Z library/libxmlsec1
10232025-02-13T04:27:07.892Z None -> 1.2.35-2.0
10242025-02-13T04:27:07.892Z ooce/developer/clang-15
10252025-02-13T04:27:07.892Z None -> 15.0.7-2.0
10262025-02-13T04:27:07.892Z ooce/developer/llvm-15
10272025-02-13T04:27:07.892Z None -> 15.0.7-2.0
10282025-02-13T04:27:07.892Z package/pkg
10292025-02-13T04:27:07.892Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10302025-02-13T04:27:07.892Z system/library/g++-runtime
10312025-02-13T04:27:07.892Z 13-2.0 -> 14-2.0
10322025-02-13T04:27:07.892Z system/library/gcc-runtime
10332025-02-13T04:27:07.893Z 13-2.0 -> 14-2.0
10342025-02-13T04:27:07.893Z
10352025-02-13T04:27:07.893ZServices:
10362025-02-13T04:27:07.893Z restart_fmri:
10372025-02-13T04:27:07.893Z svc:/system/update-man-index:default
10382025-02-13T04:27:07.893Z
10392025-02-13T04:27:07.893ZEditable files to change:
10402025-02-13T04:27:07.893Z Update:
10412025-02-13T04:27:07.893Z usr/share/lib/pkg/web/config.shtml
10422025-02-13T04:27:08.146Z
10432025-02-13T04:27:08.146ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10442025-02-13T04:27:14.284ZDownload: 212/4301 items 1.3/225.4MB 0% complete (475k/s)
10452025-02-13T04:27:19.290ZDownload: 730/4301 items 18.0/225.4MB 7% complete (1.8M/s)
10462025-02-13T04:27:24.515ZDownload: 892/4301 items 18.6/225.4MB 8% complete (1.9M/s)
10472025-02-13T04:27:29.545ZDownload: 1011/4301 items 19.5/225.4MB 8% complete (172k/s)
10482025-02-13T04:27:34.597ZDownload: 1179/4301 items 79.1/225.4MB 35% complete (6.0M/s)
10492025-02-13T04:27:40.179ZDownload: 1192/4301 items 80.2/225.4MB 35% complete (6.2M/s)
10502025-02-13T04:27:50.756ZDownload: 1194/4301 items 80.2/225.4MB 35% complete
10512025-02-13T04:27:57.764ZDownload: 1195/4301 items 80.2/225.4MB 35% complete
10522025-02-13T04:28:02.782ZDownload: 1280/4301 items 100.7/225.4MB 44% complete (2.3M/s)
10532025-02-13T04:28:07.797ZDownload: 1351/4301 items 116.8/225.4MB 51% complete (4.4M/s)
10542025-02-13T04:28:12.800ZDownload: 1492/4301 items 117.2/225.4MB 52% complete (2.0M/s)
10552025-02-13T04:28:17.870ZDownload: 1575/4301 items 117.5/225.4MB 52% complete (406k/s)
10562025-02-13T04:28:22.878ZDownload: 1620/4301 items 117.6/225.4MB 52% complete (113k/s)
10572025-02-13T04:28:28.142ZDownload: 1683/4301 items 118.0/225.4MB 52% complete (45.1k/s)
10582025-02-13T04:28:33.132ZDownload: 1778/4301 items 118.4/225.4MB 52% complete (70.8k/s)
10592025-02-13T04:28:38.502ZDownload: 1894/4301 items 118.5/225.4MB 52% complete (58.5k/s)
10602025-02-13T04:28:43.608ZDownload: 2107/4301 items 118.8/225.4MB 52% complete (44.6k/s)
10612025-02-13T04:28:49.662ZDownload: 2213/4301 items 119.1/225.4MB 52% complete (60.8k/s)
10622025-02-13T04:28:55.558ZDownload: 2216/4301 items 119.1/225.4MB 52% complete (58.3k/s)
10632025-02-13T04:29:01.702ZDownload: 2218/4301 items 119.2/225.4MB 52% complete
10642025-02-13T04:29:07.180ZDownload: 2218/4301 items 119.2/225.4MB 52% complete
10652025-02-13T04:29:13.396ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (6.1k/s)
10662025-02-13T04:29:18.414ZDownload: 2398/4301 items 120.0/225.4MB 53% complete (84.6k/s)
10672025-02-13T04:29:23.416ZDownload: 2630/4301 items 120.6/225.4MB 53% complete (137k/s)
10682025-02-13T04:29:28.422ZDownload: 2923/4301 items 121.2/225.4MB 53% complete (118k/s)
10692025-02-13T04:29:33.426ZDownload: 3220/4301 items 157.0/225.4MB 69% complete (3.6M/s)
10702025-02-13T04:29:38.895ZDownload: 3246/4301 items 202.1/225.4MB 89% complete (8.0M/s)
10712025-02-13T04:29:54.993ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
10722025-02-13T04:29:59.995ZDownload: 4121/4301 items 220.0/225.4MB 97% complete (3.4M/s)
10732025-02-13T04:30:08.838ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (3.2M/s)
10742025-02-13T04:30:12.762ZDownload: Completed 225.42 MB in 184.59 seconds (1.2M/s)
10752025-02-13T04:30:14.993Z Actions: 1/5122 actions (Removing old actions)
10762025-02-13T04:30:15.008Z Actions: 194/5122 actions (Installing new actions)
10772025-02-13T04:30:20.150Z Actions: 4162/5122 actions (Installing new actions)
10782025-02-13T04:30:20.240Z Actions: 4267/5122 actions (Updating modified actions)
10792025-02-13T04:30:20.714Z Actions: Completed 5122 actions in 5.72 seconds.
10802025-02-13T04:30:20.950Z Done (0.231s)
10812025-02-13T04:30:20.954Z Done (0.002s)
10822025-02-13T04:30:21.560Z Done (0.606s)
10832025-02-13T04:30:26.978Z Done (5.193s)
10842025-02-13T04:30:27.238Z Done (0.191s)
10852025-02-13T04:30:27.241Z Done (0.000s)
10862025-02-13T04:30:27.415Z Done (0.000s)
10872025-02-13T04:30:28.120ZPlanning: Evaluating mediator changes ... Done
10882025-02-13T04:30:28.282ZPlanning: Checking for conflicting actions ... Done
10892025-02-13T04:30:28.285ZPlanning: Consolidating action changes ... Done
10902025-02-13T04:30:28.553ZPlanning: Evaluating mediators ... Done
10912025-02-13T04:30:28.556ZPlanning: Planning completed in 0.43 seconds
10922025-02-13T04:30:28.592Z Mediators to change: 2
10932025-02-13T04:30:28.592Z Create boot environment: No
10942025-02-13T04:30:28.594ZCreate backup boot environment: No
10952025-02-13T04:30:28.689Z Done
10962025-02-13T04:30:28.689Z Done
10972025-02-13T04:30:29.060Z Done
10982025-02-13T04:30:32.668Z Done
10992025-02-13T04:30:32.763Z Done
11002025-02-13T04:30:32.768Z Done
11012025-02-13T04:30:33.010Z Done
11022025-02-13T04:30:33.634ZPlanning: Evaluating mediator changes ... Done
11032025-02-13T04:30:33.637ZPlanning: Merging actions ... Done
11042025-02-13T04:30:33.825ZPlanning: Checking for conflicting actions ... Done
11052025-02-13T04:30:33.828ZPlanning: Consolidating action changes ... Done
11062025-02-13T04:30:34.092ZPlanning: Evaluating mediators ... Done
11072025-02-13T04:30:34.150ZPlanning: Planning completed in 0.76 seconds
11082025-02-13T04:30:34.189Z Packages to change: 1
11092025-02-13T04:30:34.189Z Mediators to change: 1
11102025-02-13T04:30:34.192Z Services to change: 1
11112025-02-13T04:30:34.192Z Create boot environment: No
11122025-02-13T04:30:34.192ZCreate backup boot environment: Yes
11132025-02-13T04:30:36.345Z Actions: 1/6 actions (Updating modified actions)
11142025-02-13T04:30:36.432Z Actions: Completed 6 actions in 0.09 seconds.
11152025-02-13T04:30:36.437Z Done
11162025-02-13T04:30:36.437Z Done
11172025-02-13T04:30:36.554Z Done
11182025-02-13T04:30:40.126Z Done
11192025-02-13T04:30:40.215Z Done
11202025-02-13T04:30:40.217Z Done
11212025-02-13T04:30:40.355Z Done
11222025-02-13T04:30:40.795ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11232025-02-13T04:30:40.795Zclang system 15 system
11242025-02-13T04:30:40.796Zcsh system system illumos
11252025-02-13T04:30:40.796Zctags system system illumos
11262025-02-13T04:30:40.796Zgcc vendor 12 vendor
11272025-02-13T04:30:40.796Zgcc system 10 system
11282025-02-13T04:30:40.796Zgcc system 7 system
11292025-02-13T04:30:40.796Zgo system 1.20 system
11302025-02-13T04:30:40.796Zgo system 1.19 system
11312025-02-13T04:30:40.796Zllvm system 15 system
11322025-02-13T04:30:40.796Zllvm system 14 system
11332025-02-13T04:30:40.796Zmariadb system 10.6 system
11342025-02-13T04:30:40.796Zmta vendor vendor dma
11352025-02-13T04:30:40.796Zopenjdk system 17 system
11362025-02-13T04:30:40.796Zopenjdk system 11 system
11372025-02-13T04:30:40.796Zopenjdk system 1.8 system
11382025-02-13T04:30:40.796Zopenssl vendor 3 vendor
11392025-02-13T04:30:40.796Zperl system 5.36 system
11402025-02-13T04:30:40.796Zpostgresql system 15 system
11412025-02-13T04:30:40.796Zpostgresql system 13 system
11422025-02-13T04:30:40.796Zpython vendor 3 vendor
11432025-02-13T04:30:40.796Zpython system 2 system
11442025-02-13T04:30:40.796Zpython3 system 3.11 system
11452025-02-13T04:30:40.796Zruby system 3.0 system
11462025-02-13T04:30:40.796Zwords vendor vendor american-english
11472025-02-13T04:30:40.796Zwords system system australian-english
11482025-02-13T04:30:40.796Zwords system system british-english
11492025-02-13T04:30:40.796Zwords system system canadian-english
11502025-02-13T04:30:40.796Zwords system system french
11512025-02-13T04:30:40.796Zwords system system italian
11522025-02-13T04:30:40.796Zwords system system ngerman
11532025-02-13T04:30:40.796Zwords system system ogerman
11542025-02-13T04:30:40.796Zwords system system spanish
11552025-02-13T04:30:41.124ZPUBLISHER TYPE STATUS P LOCATION
11562025-02-13T04:30:41.124Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11572025-02-13T04:30:44.037ZFMRI IFO
11582025-02-13T04:30:44.037Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11592025-02-13T04:30:44.037Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11602025-02-13T04:30:44.037Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11612025-02-13T04:30:44.037Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11622025-02-13T04:30:44.037Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11632025-02-13T04:30:44.037Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11642025-02-13T04:30:44.037Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11652025-02-13T04:30:44.037Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11662025-02-13T04:30:44.037Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11672025-02-13T04:30:44.037Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11682025-02-13T04:30:44.037Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11692025-02-13T04:30:44.037Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11702025-02-13T04:30:44.037Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11712025-02-13T04:30:44.037Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11722025-02-13T04:30:44.037Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11732025-02-13T04:30:45.080Z Downloading crates ...
11742025-02-13T04:30:45.148Z Downloaded cargo_toml v0.20.5
11752025-02-13T04:30:45.290Z Compiling proc-macro2 v1.0.92
11762025-02-13T04:30:45.294Z Compiling unicode-ident v1.0.14
11772025-02-13T04:30:45.294Z Compiling serde v1.0.217
11782025-02-13T04:30:45.294Z Compiling version_check v0.9.5
11792025-02-13T04:30:45.294Z Compiling memchr v2.7.4
11802025-02-13T04:30:45.295Z Compiling thiserror v1.0.69
11812025-02-13T04:30:45.309Z Compiling libc v0.2.169
11822025-02-13T04:30:45.314Z Compiling ucd-trie v0.1.7
11832025-02-13T04:30:45.562Z Compiling itoa v1.0.11
11842025-02-13T04:30:45.791Z Compiling ryu v1.0.18
11852025-02-13T04:30:45.841Z Compiling once_cell v1.20.2
11862025-02-13T04:30:46.085Z Compiling byteorder v1.5.0
11872025-02-13T04:30:46.142Z Compiling serde_json v1.0.135
11882025-02-13T04:30:46.414Z Compiling rustix v0.38.37
11892025-02-13T04:30:46.532Z Compiling bitflags v2.6.0
11902025-02-13T04:30:46.691Z Compiling usdt-impl v0.5.0
11912025-02-13T04:30:46.753Z Compiling proc-macro-error-attr v1.0.4
11922025-02-13T04:30:46.812Z Compiling syn v1.0.109
11932025-02-13T04:30:46.935Z Compiling proc-macro-error v1.0.4
11942025-02-13T04:30:47.089Z Compiling equivalent v1.0.1
11952025-02-13T04:30:47.152Z Compiling log v0.4.22
11962025-02-13T04:30:47.168Z Compiling hashbrown v0.15.1
11972025-02-13T04:30:47.199Z Compiling camino v1.1.9
11982025-02-13T04:30:47.214Z Compiling plain v0.2.3
11992025-02-13T04:30:47.369Z Compiling utf8parse v0.2.2
12002025-02-13T04:30:47.486Z Compiling quote v1.0.38
12012025-02-13T04:30:47.520Z Compiling errno v0.3.9
12022025-02-13T04:30:47.576Z Compiling anstyle-parse v0.2.5
12032025-02-13T04:30:47.760Z Compiling thread-id v4.2.2
12042025-02-13T04:30:47.834Z Compiling syn v2.0.96
12052025-02-13T04:30:47.936Z Compiling winnow v0.6.20
12062025-02-13T04:30:48.072Z Compiling pretty-hex v0.4.1
12072025-02-13T04:30:48.085Z Compiling is_terminal_polyfill v1.70.1
12082025-02-13T04:30:48.212Z Compiling indexmap v2.7.1
12092025-02-13T04:30:48.263Z Compiling unicode-width v0.1.14
12102025-02-13T04:30:48.282Z Compiling anstyle-query v1.1.1
12112025-02-13T04:30:48.422Z Compiling semver v1.0.24
12122025-02-13T04:30:48.777Z Compiling anstyle v1.0.10
12132025-02-13T04:30:48.861Z Compiling autocfg v1.4.0
12142025-02-13T04:30:49.101Z Compiling colorchoice v1.0.2
12152025-02-13T04:30:49.244Z Compiling anstream v0.6.15
12162025-02-13T04:30:49.418Z Compiling clap_lex v0.7.4
12172025-02-13T04:30:49.518Z Compiling heck v0.5.0
12182025-02-13T04:30:49.792Z Compiling fs-err v2.11.0
12192025-02-13T04:30:49.855Z Compiling terminal_size v0.4.0
12202025-02-13T04:30:49.872Z Compiling heck v0.4.1
12212025-02-13T04:30:49.998Z Compiling fastrand v2.1.1
12222025-02-13T04:30:50.075Z Compiling fnv v1.0.7
12232025-02-13T04:30:50.207Z Compiling cfg-if v1.0.0
12242025-02-13T04:30:50.299Z Compiling anyhow v1.0.95
12252025-02-13T04:30:50.325Z Compiling bytecount v0.6.8
12262025-02-13T04:30:50.348Z Compiling strsim v0.11.1
12272025-02-13T04:30:50.494Z Compiling papergrid v0.11.0
12282025-02-13T04:30:50.514Z Compiling tempfile v3.13.0
12292025-02-13T04:30:51.111Z Compiling clap_builder v4.5.27
12302025-02-13T04:30:51.269Z Compiling memmap v0.7.0
12312025-02-13T04:30:51.285Z Compiling smawk v0.3.2
12322025-02-13T04:30:51.297Z Compiling unicode-linebreak v0.1.5
12332025-02-13T04:30:51.601Z Compiling swrite v0.1.0
12342025-02-13T04:30:51.729Z Compiling textwrap v0.16.1
12352025-02-13T04:30:52.577Z Compiling tabled_derive v0.7.0
12362025-02-13T04:30:53.712Z Compiling tabled v0.15.0
12372025-02-13T04:30:54.496Z Compiling serde_derive v1.0.217
12382025-02-13T04:30:54.496Z Compiling thiserror-impl v1.0.69
12392025-02-13T04:30:54.500Z Compiling zerocopy-derive v0.7.35
12402025-02-13T04:30:54.500Z Compiling scroll_derive v0.12.0
12412025-02-13T04:30:54.762Z Compiling clap_derive v4.5.24
12422025-02-13T04:30:55.923Z Compiling scroll v0.12.0
12432025-02-13T04:30:56.304Z Compiling zerocopy v0.7.35
12442025-02-13T04:30:56.423Z Compiling goblin v0.8.2
12452025-02-13T04:30:57.247Z Compiling pest v2.7.14
12462025-02-13T04:30:58.348Z Compiling clap v4.5.27
12472025-02-13T04:30:59.372Z Compiling pest_meta v2.7.14
12482025-02-13T04:31:00.239Z Compiling pest_generator v2.7.14
12492025-02-13T04:31:01.596Z Compiling pest_derive v2.7.14
12502025-02-13T04:31:02.239Z Compiling dtrace-parser v0.2.0
12512025-02-13T04:31:03.061Z Compiling serde_tokenstream v0.2.2
12522025-02-13T04:31:03.164Z Compiling toml_datetime v0.6.8
12532025-02-13T04:31:03.164Z Compiling serde_spanned v0.6.8
12542025-02-13T04:31:03.253Z Compiling cargo-platform v0.1.8
12552025-02-13T04:31:03.476Z Compiling macaddr v1.0.1
12562025-02-13T04:31:03.582Z Compiling toml_edit v0.22.22
12572025-02-13T04:31:03.741Z Compiling camino-tempfile v1.1.1
12582025-02-13T04:31:04.427Z Compiling dof v0.3.0
12592025-02-13T04:31:04.614Z Compiling cargo_metadata v0.18.1
12602025-02-13T04:31:05.764Z Compiling usdt-attr-macro v0.5.0
12612025-02-13T04:31:05.764Z Compiling usdt-macro v0.5.0
12622025-02-13T04:31:06.376Z Compiling toml v0.8.19
12632025-02-13T04:31:06.825Z Compiling usdt v0.5.0
12642025-02-13T04:31:07.196Z Compiling cargo_toml v0.20.5
12652025-02-13T04:31:09.841Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12662025-02-13T04:31:12.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.38s
12672025-02-13T04:31:13.030Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12682025-02-13T04:31:13.858Z Compiling serde v1.0.217
12692025-02-13T04:31:13.868Z Compiling lock_api v0.4.12
12702025-02-13T04:31:13.868Z Compiling value-bag v1.9.0
12712025-02-13T04:31:13.868Z Compiling scopeguard v1.2.0
12722025-02-13T04:31:13.868Z Compiling typenum v1.17.0
12732025-02-13T04:31:13.868Z Compiling generic-array v0.14.7
12742025-02-13T04:31:14.009Z Compiling syn v2.0.96
12752025-02-13T04:31:14.015Z Compiling getrandom v0.2.15
12762025-02-13T04:31:14.137Z Compiling subtle v2.6.1
12772025-02-13T04:31:14.329Z Compiling rand_core v0.6.4
12782025-02-13T04:31:14.418Z Compiling log v0.4.22
12792025-02-13T04:31:14.494Z Compiling shlex v1.3.0
12802025-02-13T04:31:14.509Z Compiling jobserver v0.1.32
12812025-02-13T04:31:14.534Z Compiling smallvec v1.13.2
12822025-02-13T04:31:14.868Z Compiling const-oid v0.9.6
12832025-02-13T04:31:14.881Z Compiling cc v1.1.30
12842025-02-13T04:31:14.885Z Compiling pin-project-lite v0.2.14
12852025-02-13T04:31:14.914Z Compiling rustix v0.38.37
12862025-02-13T04:31:15.028Z Compiling spin v0.9.8
12872025-02-13T04:31:15.177Z Compiling parking_lot_core v0.9.10
12882025-02-13T04:31:15.339Z Compiling futures-core v0.3.31
12892025-02-13T04:31:15.409Z Compiling signal-hook-registry v1.4.2
12902025-02-13T04:31:15.572Z Compiling mio v1.0.2
12912025-02-13T04:31:15.731Z Compiling aho-corasick v1.1.3
12922025-02-13T04:31:16.142Z Compiling parking_lot v0.12.3
12932025-02-13T04:31:16.230Z Compiling cpufeatures v0.2.14
12942025-02-13T04:31:16.336Z Compiling stable_deref_trait v1.2.0
12952025-02-13T04:31:16.371Z Compiling regex-syntax v0.8.5
12962025-02-13T04:31:16.454Z Compiling either v1.13.0
12972025-02-13T04:31:16.594Z Compiling glob v0.3.2
12982025-02-13T04:31:16.851Z Compiling futures-sink v0.3.31
12992025-02-13T04:31:16.873Z Compiling socket2 v0.5.7
13002025-02-13T04:31:16.967Z Compiling slab v0.4.9
13012025-02-13T04:31:17.013Z Compiling prettyplease v0.2.25
13022025-02-13T04:31:17.368Z Compiling lazy_static v1.5.0
13032025-02-13T04:31:17.400Z Compiling serde_json v1.0.135
13042025-02-13T04:31:17.440Z Compiling clang-sys v1.8.1
13052025-02-13T04:31:17.485Z Compiling minimal-lexical v0.2.1
13062025-02-13T04:31:17.751Z Compiling libloading v0.8.5
13072025-02-13T04:31:17.963Z Compiling nom v7.1.3
13082025-02-13T04:31:18.015Z Compiling home v0.5.9
13092025-02-13T04:31:18.122Z Compiling bindgen v0.69.5
13102025-02-13T04:31:18.256Z Compiling futures-channel v0.3.31
13112025-02-13T04:31:18.655Z Compiling itertools v0.12.1
13122025-02-13T04:31:18.675Z Compiling lazycell v1.3.0
13132025-02-13T04:31:18.851Z Compiling allocator-api2 v0.2.18
13142025-02-13T04:31:18.944Z Compiling futures-task v0.3.31
13152025-02-13T04:31:19.247Z Compiling pin-utils v0.1.0
13162025-02-13T04:31:19.357Z Compiling libm v0.2.8
13172025-02-13T04:31:19.995Z Compiling foldhash v0.1.3
13182025-02-13T04:31:19.997Z Compiling rustc-hash v1.1.0
13192025-02-13T04:31:19.998Z Compiling futures-io v0.3.31
13202025-02-13T04:31:19.998Z Compiling hashbrown v0.15.1
13212025-02-13T04:31:20.073Z Compiling regex-automata v0.4.8
13222025-02-13T04:31:20.511Z Compiling cmake v0.1.51
13232025-02-13T04:31:21.070Z Compiling cexpr v0.6.0
13242025-02-13T04:31:21.273Z Compiling synstructure v0.13.1
13252025-02-13T04:31:21.507Z Compiling num-traits v0.2.19
13262025-02-13T04:31:21.790Z Compiling fs_extra v1.3.0
13272025-02-13T04:31:22.345Z Compiling dunce v1.0.5
13282025-02-13T04:31:22.452Z Compiling pkg-config v0.3.31
13292025-02-13T04:31:22.709Z Compiling litemap v0.7.3
13302025-02-13T04:31:22.726Z Compiling writeable v0.5.5
13312025-02-13T04:31:23.078Z Compiling ring v0.17.8
13322025-02-13T04:31:23.252Z Compiling base64ct v1.6.0
13332025-02-13T04:31:23.845Z Compiling paste v1.0.15
13342025-02-13T04:31:23.996Z Compiling pem-rfc7468 v0.7.0
13352025-02-13T04:31:24.095Z Compiling flagset v0.4.6
13362025-02-13T04:31:24.285Z Compiling httparse v1.9.5
13372025-02-13T04:31:24.375Z Compiling icu_locid_transform_data v1.5.0
13382025-02-13T04:31:24.482Z Compiling aws-lc-rs v1.10.0
13392025-02-13T04:31:24.837Z Compiling tracing-core v0.1.32
13402025-02-13T04:31:25.005Z Compiling percent-encoding v2.3.1
13412025-02-13T04:31:25.338Z Compiling regex v1.11.1
13422025-02-13T04:31:25.461Z Compiling rustls-pki-types v1.10.0
13432025-02-13T04:31:25.711Z Compiling icu_properties_data v1.5.0
13442025-02-13T04:31:25.939Z Compiling crossbeam-utils v0.8.20
13452025-02-13T04:31:26.226Z Compiling untrusted v0.9.0
13462025-02-13T04:31:26.398Z Compiling time-core v0.1.2
13472025-02-13T04:31:26.398Z Compiling write16 v1.0.0
13482025-02-13T04:31:26.460Z Compiling vcpkg v0.2.15
13492025-02-13T04:31:26.545Z Compiling utf16_iter v1.0.5
13502025-02-13T04:31:26.548Z Compiling mirai-annotations v1.12.0
13512025-02-13T04:31:26.582Z Compiling powerfmt v0.2.0
13522025-02-13T04:31:26.669Z Compiling serde_derive v1.0.217
13532025-02-13T04:31:26.736Z Compiling zeroize_derive v1.4.2
13542025-02-13T04:31:26.755Z Compiling zerocopy-derive v0.7.35
13552025-02-13T04:31:26.937Z Compiling tokio-macros v2.5.0
13562025-02-13T04:31:28.046Z Compiling zeroize v1.8.1
13572025-02-13T04:31:28.123Z Compiling zerofrom-derive v0.1.4
13582025-02-13T04:31:28.426Z Compiling yoke-derive v0.7.4
13592025-02-13T04:31:28.663Z Compiling thiserror-impl v1.0.69
13602025-02-13T04:31:28.696Z Compiling zerocopy v0.7.35
13612025-02-13T04:31:29.620Z Compiling crypto-common v0.1.6
13622025-02-13T04:31:29.836Z Compiling block-buffer v0.10.4
13632025-02-13T04:31:30.007Z Compiling zerovec-derive v0.10.3
13642025-02-13T04:31:30.120Z Compiling digest v0.10.7
13652025-02-13T04:31:30.621Z Compiling hmac v0.12.1
13662025-02-13T04:31:30.875Z Compiling displaydoc v0.2.5
13672025-02-13T04:31:30.913Z Compiling futures-macro v0.3.31
13682025-02-13T04:31:31.176Z Compiling block-padding v0.3.3
13692025-02-13T04:31:31.426Z Compiling inout v0.1.3
13702025-02-13T04:31:31.578Z Compiling thiserror v1.0.69
13712025-02-13T04:31:31.658Z Compiling zerofrom v0.1.4
13722025-02-13T04:31:31.682Z Compiling cipher v0.4.4
13732025-02-13T04:31:31.714Z Compiling sha2 v0.10.8
13742025-02-13T04:31:31.858Z Compiling yoke v0.7.4
13752025-02-13T04:31:32.182Z Compiling icu_provider_macros v1.5.0
13762025-02-13T04:31:32.203Z Compiling ppv-lite86 v0.2.20
13772025-02-13T04:31:32.348Z Compiling der_derive v0.7.3
13782025-02-13T04:31:32.504Z Compiling zerovec v0.10.4
13792025-02-13T04:31:32.673Z Compiling futures-util v0.3.31
13802025-02-13T04:31:32.927Z Compiling rand_chacha v0.3.1
13812025-02-13T04:31:33.185Z Compiling tracing-attributes v0.1.27
13822025-02-13T04:31:33.764Z Compiling rand v0.8.5
13832025-02-13T04:31:34.433Z Compiling tinystr v0.7.6
13842025-02-13T04:31:34.590Z Compiling der v0.7.9
13852025-02-13T04:31:34.812Z Compiling icu_locid v1.5.0
13862025-02-13T04:31:35.102Z Compiling icu_collections v1.5.0
13872025-02-13T04:31:35.221Z Compiling salsa20 v0.10.2
13882025-02-13T04:31:35.508Z Compiling pest v2.7.14
13892025-02-13T04:31:35.780Z Compiling pbkdf2 v0.12.2
13902025-02-13T04:31:35.962Z Compiling icu_provider v1.5.0
13912025-02-13T04:31:36.423Z Compiling tracing v0.1.40
13922025-02-13T04:31:36.500Z Compiling untrusted v0.7.1
13932025-02-13T04:31:36.698Z Compiling icu_locid_transform v1.5.0
13942025-02-13T04:31:36.870Z Compiling spki v0.7.3
13952025-02-13T04:31:36.889Z Compiling num-conv v0.1.0
13962025-02-13T04:31:36.917Z Compiling icu_normalizer_data v1.5.0
13972025-02-13T04:31:37.026Z Compiling utf8_iter v1.0.4
13982025-02-13T04:31:37.166Z Compiling time-macros v0.2.18
13992025-02-13T04:31:37.233Z Compiling scrypt v0.11.0
14002025-02-13T04:31:37.664Z Compiling aes v0.8.4
14012025-02-13T04:31:37.773Z Compiling cbc v0.1.2
14022025-02-13T04:31:38.013Z Compiling icu_properties v1.5.1
14032025-02-13T04:31:38.048Z Compiling openssl-sys v0.9.105
14042025-02-13T04:31:38.588Z Compiling pest_meta v2.7.14
14052025-02-13T04:31:39.037Z Compiling deranged v0.3.11
14062025-02-13T04:31:39.080Z Compiling scroll_derive v0.12.0
14072025-02-13T04:31:39.594Z Compiling bitflags v2.6.0
14082025-02-13T04:31:40.028Z Compiling bytes v1.9.0
14092025-02-13T04:31:40.489Z Compiling indexmap v2.7.1
14102025-02-13T04:31:40.561Z Compiling semver v1.0.24
14112025-02-13T04:31:41.253Z Compiling tokio v1.43.0
14122025-02-13T04:31:41.273Z Compiling http v1.2.0
14132025-02-13T04:31:41.779Z Compiling icu_normalizer v1.5.0
14142025-02-13T04:31:41.816Z Compiling rustc_version v0.4.1
14152025-02-13T04:31:42.517Z Compiling num_threads v0.1.7
14162025-02-13T04:31:42.601Z Compiling atomic-waker v1.1.2
14172025-02-13T04:31:42.639Z Compiling tinyvec_macros v0.1.1
14182025-02-13T04:31:42.744Z Compiling tinyvec v1.8.0
14192025-02-13T04:31:42.802Z Compiling idna_adapter v1.2.0
14202025-02-13T04:31:43.022Z Compiling http-body v1.0.1
14212025-02-13T04:31:43.041Z Compiling time v0.3.36
14222025-02-13T04:31:43.258Z Compiling scroll v0.12.0
14232025-02-13T04:31:43.277Z Compiling pest_generator v2.7.14
14242025-02-13T04:31:43.598Z Compiling pkcs5 v0.7.1
14252025-02-13T04:31:43.615Z Compiling form_urlencoded v1.2.1
14262025-02-13T04:31:43.777Z Compiling which v4.4.2
14272025-02-13T04:31:43.941Z Compiling try-lock v0.2.5
14282025-02-13T04:31:44.197Z Compiling slog v2.7.0
14292025-02-13T04:31:44.303Z Compiling pkcs8 v0.10.2
14302025-02-13T04:31:44.709Z Compiling want v0.3.1
14312025-02-13T04:31:44.762Z Compiling goblin v0.8.2
14322025-02-13T04:31:44.946Z Compiling idna v1.0.3
14332025-02-13T04:31:44.964Z Compiling uuid v1.12.0
14342025-02-13T04:31:44.981Z Compiling httpdate v1.0.3
14352025-02-13T04:31:45.003Z Compiling pest_derive v2.7.14
14362025-02-13T04:31:45.439Z Compiling iana-time-zone v0.1.61
14372025-02-13T04:31:45.831Z Compiling dtrace-parser v0.2.0
14382025-02-13T04:31:45.856Z Compiling chrono v0.4.39
14392025-02-13T04:31:46.582Z Compiling toml_datetime v0.6.8
14402025-02-13T04:31:47.066Z Compiling serde_tokenstream v0.2.2
14412025-02-13T04:31:47.267Z Compiling serde_spanned v0.6.8
14422025-02-13T04:31:47.512Z Compiling base64 v0.22.1
14432025-02-13T04:31:47.625Z Compiling adler2 v2.0.0
14442025-02-13T04:31:47.727Z Compiling tower-service v0.3.3
14452025-02-13T04:31:47.750Z Compiling openssl v0.10.70
14462025-02-13T04:31:47.845Z Compiling foreign-types-shared v0.1.1
14472025-02-13T04:31:47.865Z Compiling rustversion v1.0.17
14482025-02-13T04:31:47.976Z Compiling match_cfg v0.1.0
14492025-02-13T04:31:48.074Z Compiling hostname v0.3.1
14502025-02-13T04:31:48.198Z Compiling foreign-types v0.3.2
14512025-02-13T04:31:48.201Z Compiling miniz_oxide v0.8.0
14522025-02-13T04:31:48.292Z Compiling url v2.5.3
14532025-02-13T04:31:48.604Z Compiling async-trait v0.1.86
14542025-02-13T04:31:49.256Z Compiling tokio-util v0.7.12
14552025-02-13T04:31:49.563Z Compiling openssl-macros v0.1.1
14562025-02-13T04:31:49.648Z Compiling serde_derive_internals v0.29.1
14572025-02-13T04:31:50.041Z Compiling dirs-sys-next v0.1.2
14582025-02-13T04:31:50.321Z Compiling h2 v0.4.6
14592025-02-13T04:31:50.532Z Compiling rustls v0.23.19
14602025-02-13T04:31:50.615Z Compiling dof v0.3.0
14612025-02-13T04:31:50.814Z Compiling schemars v0.8.21
14622025-02-13T04:31:51.143Z Compiling rustls v0.22.4
14632025-02-13T04:31:51.162Z Compiling syn v1.0.109
14642025-02-13T04:31:51.416Z Compiling usdt-impl v0.5.0
14652025-02-13T04:31:51.717Z Compiling data-encoding v2.6.0
14662025-02-13T04:31:52.042Z Compiling siphasher v0.3.11
14672025-02-13T04:31:52.392Z Compiling native-tls v0.2.12
14682025-02-13T04:31:52.410Z Compiling schemars_derive v0.8.21
14692025-02-13T04:31:52.860Z Compiling dirs-next v2.0.0
14702025-02-13T04:31:53.740Z Compiling unicode-normalization v0.1.24
14712025-02-13T04:31:54.270Z Compiling http-body-util v0.1.2
14722025-02-13T04:31:54.338Z Compiling heapless v0.7.17
14732025-02-13T04:31:54.455Z Compiling crossbeam-epoch v0.9.18
14742025-02-13T04:31:54.734Z Compiling signature v2.2.0
14752025-02-13T04:31:54.751Z Compiling sha1 v0.10.6
14762025-02-13T04:31:54.808Z Compiling bzip2-sys v0.1.11+1.0.8
14772025-02-13T04:31:55.024Z Compiling thread_local v1.1.8
14782025-02-13T04:31:55.114Z Compiling cookie v0.18.1
14792025-02-13T04:31:55.148Z Compiling multer v3.1.0
14802025-02-13T04:31:55.266Z Compiling encoding_rs v0.8.34
14812025-02-13T04:31:55.413Z Compiling unicode-properties v0.1.3
14822025-02-13T04:31:55.464Z Compiling dyn-clone v1.0.17
14832025-02-13T04:31:55.481Z Compiling openssl-probe v0.1.5
14842025-02-13T04:31:55.510Z Compiling ipnet v2.10.1
14852025-02-13T04:31:55.684Z Compiling signal-hook v0.3.17
14862025-02-13T04:31:55.770Z Compiling gimli v0.31.1
14872025-02-13T04:31:55.834Z Compiling unicode-bidi v0.3.17
14882025-02-13T04:31:55.953Z Compiling rayon-core v1.12.1
14892025-02-13T04:31:56.239Z Compiling slog-async v2.8.0
14902025-02-13T04:31:56.606Z Compiling mime v0.3.17
14912025-02-13T04:31:56.776Z Compiling stringprep v0.1.5
14922025-02-13T04:31:57.099Z Compiling toml_edit v0.22.22
14932025-02-13T04:31:57.894Z Compiling hyper v1.5.2
14942025-02-13T04:31:59.993Z Compiling addr2line v0.24.2
14952025-02-13T04:32:00.321Z Compiling hyper-util v0.1.10
14962025-02-13T04:32:00.593Z Compiling crossbeam-deque v0.8.5
14972025-02-13T04:32:00.780Z Compiling usdt-macro v0.5.0
14982025-02-13T04:32:00.805Z Compiling usdt-attr-macro v0.5.0
14992025-02-13T04:32:00.927Z Compiling term v0.7.0
15002025-02-13T04:32:02.126Z Compiling slog-json v2.6.1
15012025-02-13T04:32:02.161Z Compiling serde_urlencoded v0.7.1
15022025-02-13T04:32:02.184Z Compiling curve25519-dalek v4.1.3
15032025-02-13T04:32:02.293Z Compiling crossbeam-channel v0.5.13
15042025-02-13T04:32:02.485Z Compiling futures-executor v0.3.31
15052025-02-13T04:32:02.631Z Compiling enum-as-inner v0.6.1
15062025-02-13T04:32:02.848Z Compiling md-5 v0.10.6
15072025-02-13T04:32:03.014Z Compiling async-stream-impl v0.3.6
15082025-02-13T04:32:03.099Z Compiling rustls-pemfile v2.2.0
15092025-02-13T04:32:03.118Z Compiling num-integer v0.1.46
15102025-02-13T04:32:03.305Z Compiling hash32 v0.2.1
15112025-02-13T04:32:03.435Z Compiling ff v0.13.0
15122025-02-13T04:32:03.666Z Compiling is-terminal v0.4.13
15132025-02-13T04:32:03.684Z Compiling dropshot v0.12.0
15142025-02-13T04:32:03.684Z Compiling object v0.36.5
15152025-02-13T04:32:03.789Z Compiling anyhow v1.0.95
15162025-02-13T04:32:03.818Z Compiling litrs v0.4.1
15172025-02-13T04:32:03.956Z Compiling psl-types v2.0.11
15182025-02-13T04:32:04.167Z Compiling smoltcp v0.9.1
15192025-02-13T04:32:04.272Z Compiling rustc-demangle v0.1.24
15202025-02-13T04:32:04.384Z Compiling linked-hash-map v0.5.6
15212025-02-13T04:32:04.522Z Compiling utf-8 v0.7.6
15222025-02-13T04:32:04.697Z Compiling base16ct v0.2.0
15232025-02-13T04:32:04.836Z Compiling num-bigint-dig v0.8.4
15242025-02-13T04:32:04.855Z Compiling portable-atomic v1.9.0
15252025-02-13T04:32:04.904Z Compiling fallible-iterator v0.2.0
15262025-02-13T04:32:05.033Z Compiling take_mut v0.2.2
15272025-02-13T04:32:05.125Z Compiling quick-error v1.2.3
15282025-02-13T04:32:05.239Z Compiling sec1 v0.7.3
15292025-02-13T04:32:05.301Z Compiling resolv-conf v0.7.0
15302025-02-13T04:32:05.603Z Compiling postgres-protocol v0.6.7
15312025-02-13T04:32:05.801Z Compiling document-features v0.2.10
15322025-02-13T04:32:06.023Z Compiling tungstenite v0.24.0
15332025-02-13T04:32:06.070Z Compiling lru-cache v0.1.2
15342025-02-13T04:32:06.284Z Compiling async-stream v0.3.6
15352025-02-13T04:32:06.584Z Compiling publicsuffix v2.3.0
15362025-02-13T04:32:06.725Z Compiling slog-term v2.9.1
15372025-02-13T04:32:06.862Z Compiling usdt v0.5.0
15382025-02-13T04:32:06.884Z Compiling hickory-proto v0.24.3
15392025-02-13T04:32:06.987Z Compiling group v0.13.0
15402025-02-13T04:32:07.341Z Compiling num-iter v0.1.45
15412025-02-13T04:32:07.644Z Compiling futures v0.3.31
15422025-02-13T04:32:07.766Z Compiling slog-bunyan v2.5.0
15432025-02-13T04:32:08.368Z Compiling toml v0.8.19
15442025-02-13T04:32:08.982Z Compiling tokio-native-tls v0.3.1
15452025-02-13T04:32:09.261Z Compiling camino v1.1.9
15462025-02-13T04:32:09.568Z Compiling phf_shared v0.11.2
15472025-02-13T04:32:09.871Z Compiling dropshot_endpoint v0.12.0
15482025-02-13T04:32:09.923Z Compiling terminal_size v0.4.0
15492025-02-13T04:32:09.945Z Compiling waitgroup v0.1.2
15502025-02-13T04:32:10.109Z Compiling backtrace v0.3.74
15512025-02-13T04:32:10.135Z Compiling openapiv3 v2.0.0
15522025-02-13T04:32:10.154Z Compiling serde_path_to_error v0.1.16
15532025-02-13T04:32:10.759Z Compiling hkdf v0.12.4
15542025-02-13T04:32:10.951Z Compiling crypto-bigint v0.5.5
15552025-02-13T04:32:11.029Z Compiling curve25519-dalek-derive v0.1.1
15562025-02-13T04:32:12.445Z Compiling zerocopy-derive v0.6.6
15572025-02-13T04:32:13.192Z Compiling webpki-roots v0.26.6
15582025-02-13T04:32:13.409Z Compiling hostname v0.4.0
15592025-02-13T04:32:13.617Z Compiling ahash v0.8.11
15602025-02-13T04:32:13.930Z Compiling hubpack_derive v0.1.1
15612025-02-13T04:32:13.953Z Compiling fs-err v2.11.0
15622025-02-13T04:32:14.080Z Compiling crc32fast v1.4.2
15632025-02-13T04:32:14.139Z Compiling bitflags v1.3.2
15642025-02-13T04:32:14.244Z Compiling debug-ignore v1.0.5
15652025-02-13T04:32:14.264Z Compiling winnow v0.5.40
15662025-02-13T04:32:14.401Z Compiling managed v0.8.0
15672025-02-13T04:32:14.420Z Compiling unicode-width v0.2.0
15682025-02-13T04:32:14.422Z Compiling newtype-uuid v1.2.1
15692025-02-13T04:32:14.735Z Compiling strum_macros v0.25.3
15702025-02-13T04:32:14.750Z Compiling hubpack v0.1.2
15712025-02-13T04:32:14.965Z Compiling console v0.15.10
15722025-02-13T04:32:15.175Z Compiling clap_builder v4.5.27
15732025-02-13T04:32:16.095Z Compiling zerocopy v0.6.6
15742025-02-13T04:32:16.354Z Compiling flate2 v1.0.35
15752025-02-13T04:32:16.928Z Compiling elliptic-curve v0.13.8
15762025-02-13T04:32:16.965Z Compiling hickory-resolver v0.24.2
15772025-02-13T04:32:17.923Z Compiling toml_edit v0.19.15
15782025-02-13T04:32:17.971Z Compiling phf v0.11.2
15792025-02-13T04:32:17.987Z Compiling signal-hook-mio v0.2.4
15802025-02-13T04:32:18.020Z Compiling hyper-tls v0.6.0
15812025-02-13T04:32:18.146Z Compiling rayon v1.10.0
15822025-02-13T04:32:18.424Z Compiling cookie_store v0.21.1
15832025-02-13T04:32:18.622Z Compiling bzip2 v0.4.4
15842025-02-13T04:32:19.951Z Compiling tokio-tungstenite v0.24.0
15852025-02-13T04:32:20.507Z Compiling postgres-types v0.2.8
15862025-02-13T04:32:22.497Z Compiling ed25519 v2.2.3
15872025-02-13T04:32:22.691Z Compiling phf_shared v0.10.0
15882025-02-13T04:32:23.063Z Compiling tokio-stream v0.1.16
15892025-02-13T04:32:23.094Z Compiling pkcs1 v0.7.5
15902025-02-13T04:32:23.376Z Compiling serde-big-array v0.5.1
15912025-02-13T04:32:23.622Z Compiling clap_derive v4.5.24
15922025-02-13T04:32:23.987Z Compiling rfc6979 v0.4.0
15932025-02-13T04:32:24.030Z Compiling derive-where v1.2.7
15942025-02-13T04:32:24.183Z Compiling serde_repr v0.1.19
15952025-02-13T04:32:24.323Z Compiling bstr v1.10.0
15962025-02-13T04:32:24.746Z Compiling float-cmp v0.9.0
15972025-02-13T04:32:24.784Z Compiling sync_wrapper v1.0.1
15982025-02-13T04:32:24.942Z Compiling whoami v1.5.2
15992025-02-13T04:32:24.976Z Compiling normalize-line-endings v0.3.0
16002025-02-13T04:32:25.111Z Compiling fixedbitset v0.4.2
16012025-02-13T04:32:25.256Z Compiling new_debug_unreachable v1.0.6
16022025-02-13T04:32:25.386Z Compiling number_prefix v0.4.0
16032025-02-13T04:32:25.525Z Compiling difflib v0.4.0
16042025-02-13T04:32:25.577Z Compiling bit-vec v0.6.3
16052025-02-13T04:32:25.624Z Compiling static_assertions v1.1.0
16062025-02-13T04:32:25.739Z Compiling unicode-segmentation v1.12.0
16072025-02-13T04:32:25.976Z Compiling precomputed-hash v0.1.1
16082025-02-13T04:32:25.995Z Compiling predicates-core v1.0.8
16092025-02-13T04:32:26.110Z Compiling string_cache v0.8.7
16102025-02-13T04:32:26.314Z Compiling predicates v3.1.2
16112025-02-13T04:32:26.540Z Compiling similar v2.6.0
16122025-02-13T04:32:26.626Z Compiling bit-set v0.5.3
16132025-02-13T04:32:26.906Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16142025-02-13T04:32:26.928Z Compiling indicatif v0.17.11
16152025-02-13T04:32:27.293Z Compiling petgraph v0.6.5
16162025-02-13T04:32:27.855Z Compiling tokio-postgres v0.7.12
16172025-02-13T04:32:28.229Z Compiling clap v4.5.27
16182025-02-13T04:32:28.350Z Compiling ecdsa v0.16.9
16192025-02-13T04:32:28.606Z Compiling rsa v0.9.6
16202025-02-13T04:32:28.972Z Compiling ed25519-dalek v2.1.1
16212025-02-13T04:32:29.166Z Compiling toml v0.7.8
16222025-02-13T04:32:30.269Z Compiling zip v0.6.6
16232025-02-13T04:32:30.686Z Compiling crossterm v0.28.1
16242025-02-13T04:32:31.970Z Compiling hex v0.4.3
16252025-02-13T04:32:32.163Z Compiling x509-cert v0.2.5
16262025-02-13T04:32:32.555Z Compiling itertools v0.10.5
16272025-02-13T04:32:32.800Z Compiling unicode-xid v0.2.6
16282025-02-13T04:32:32.993Z Compiling peg-runtime v0.8.3
16292025-02-13T04:32:33.141Z Compiling lalrpop-util v0.19.12
16302025-02-13T04:32:33.436Z Compiling strum_macros v0.26.4
16312025-02-13T04:32:33.495Z Compiling xattr v1.3.1
16322025-02-13T04:32:33.565Z Compiling filetime v0.2.25
16332025-02-13T04:32:33.889Z Compiling tar v0.4.42
16342025-02-13T04:32:38.161Z Compiling strum v0.26.3
16352025-02-13T04:32:41.560Z Compiling aws-lc-sys v0.22.0
16362025-02-13T04:33:12.650Z Compiling rustls-webpki v0.102.8
16372025-02-13T04:33:15.943Z Compiling tokio-rustls v0.25.0
16382025-02-13T04:33:17.495Z Compiling tokio-rustls v0.26.0
16392025-02-13T04:33:17.752Z Compiling hyper-rustls v0.27.3
16402025-02-13T04:33:18.087Z Compiling reqwest v0.12.9
16412025-02-13T04:33:19.570Z Compiling qorb v0.2.1
16422025-02-13T04:33:22.662Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16432025-02-13T04:33:22.905Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16442025-02-13T04:33:27.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16452025-02-13T04:33:27.528Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16462025-02-13T04:33:27.572ZFeb 13 04:33:26.338 INFO Starting download, target: Cockroach
16472025-02-13T04:33:27.572ZFeb 13 04:33:26.338 INFO Starting download, target: Clickhouse
16482025-02-13T04:33:27.572ZFeb 13 04:33:26.338 INFO Starting download, target: Console
16492025-02-13T04:33:27.577ZFeb 13 04:33:26.338 INFO Starting download, target: DendriteOpenapi
16502025-02-13T04:33:27.577ZFeb 13 04:33:26.338 INFO Starting download, target: DendriteStub
16512025-02-13T04:33:27.577ZFeb 13 04:33:26.338 INFO Starting download, target: MaghemiteMgd
16522025-02-13T04:33:27.577ZFeb 13 04:33:26.338 INFO Starting download, target: TransceiverControl
16532025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16542025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16552025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16562025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16572025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16582025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16592025-02-13T04:33:27.577ZFeb 13 04:33:26.339 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16602025-02-13T04:33:28.213ZFeb 13 04:33:26.867 INFO Download complete, target: DendriteOpenapi
16612025-02-13T04:33:28.478ZFeb 13 04:33:26.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16622025-02-13T04:33:28.596ZFeb 13 04:33:27.136 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16632025-02-13T04:33:28.770ZFeb 13 04:33:27.275 INFO Download complete, target: Console
16642025-02-13T04:33:28.948ZFeb 13 04:33:27.596 INFO Download complete, target: TransceiverControl
16652025-02-13T04:33:29.552ZFeb 13 04:33:28.194 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16662025-02-13T04:33:29.844ZFeb 13 04:33:28.509 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16672025-02-13T04:33:30.075ZFeb 13 04:33:28.780 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16682025-02-13T04:33:31.023ZFeb 13 04:33:29.733 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16692025-02-13T04:33:31.023ZFeb 13 04:33:29.733 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16702025-02-13T04:33:32.743ZFeb 13 04:33:31.492 INFO Download complete, target: DendriteStub
16712025-02-13T04:33:33.065ZFeb 13 04:33:31.826 INFO Download complete, target: MaghemiteMgd
16722025-02-13T04:33:38.520ZFeb 13 04:33:37.286 INFO Checking that binary works, target: Cockroach
16732025-02-13T04:33:38.689ZFeb 13 04:33:37.457 INFO Download complete, target: Cockroach
16742025-02-13T04:33:42.525ZFeb 13 04:33:41.292 INFO Checking that binary works, target: Clickhouse
16752025-02-13T04:33:42.961ZFeb 13 04:33:41.728 INFO Download complete, target: Clickhouse
16762025-02-13T04:33:42.969ZAll prerequisites installed successfully
16772025-02-13T04:33:42.972Z
16782025-02-13T04:33:42.972Zreal 7:24.460342882
16792025-02-13T04:33:42.972Zuser 15:41.837276753
16802025-02-13T04:33:42.972Zsys 1:58.728983929
16812025-02-13T04:33:42.972Ztrap 0.521010882
16822025-02-13T04:33:42.972Ztflt 4.853836424
16832025-02-13T04:33:42.972Zdflt 4.113148026
16842025-02-13T04:33:42.972Zkflt 0.164204906
16852025-02-13T04:33:42.972Zlock 26:39.684161240
16862025-02-13T04:33:42.972Zslp 1:01:12.352567468
16872025-02-13T04:33:42.972Zlat 55.426067544
16882025-02-13T04:33:42.972Zstop 2:04.821963107
16892025-02-13T04:33:42.972Z+ source ./tools/include/force-git-over-https.sh
16902025-02-13T04:33:42.972Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16912025-02-13T04:33:42.972Z++ (( i = 0 ))
16922025-02-13T04:33:42.972Z++ (( i < 5 ))
16932025-02-13T04:33:42.972Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16942025-02-13T04:33:42.976Z++ (( i++ ))
16952025-02-13T04:33:42.976Z++ (( i < 5 ))
16962025-02-13T04:33:42.976Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16972025-02-13T04:33:42.980Z++ (( i++ ))
16982025-02-13T04:33:42.980Z++ (( i < 5 ))
16992025-02-13T04:33:42.980Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17002025-02-13T04:33:42.985Z++ (( i++ ))
17012025-02-13T04:33:42.985Z++ (( i < 5 ))
17022025-02-13T04:33:42.985Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17032025-02-13T04:33:42.998Z++ (( i++ ))
17042025-02-13T04:33:42.998Z++ (( i < 5 ))
17052025-02-13T04:33:42.998Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17062025-02-13T04:33:42.998Z++ (( i++ ))
17072025-02-13T04:33:42.998Z++ (( i < 5 ))
17082025-02-13T04:33:42.998Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17092025-02-13T04:33:42.998Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17102025-02-13T04:33:42.999Z+ rc=0
17112025-02-13T04:33:42.999Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17122025-02-13T04:34:15.868Z+ case $rc in
17132025-02-13T04:34:15.868Z+ pfexec zfs create -p rpool/images/build/host
17142025-02-13T04:34:16.150Z+ pfexec zfs create -p rpool/images/build/recovery
17152025-02-13T04:34:16.234Z+ cargo xtask releng --output-dir /work
17162025-02-13T04:34:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17172025-02-13T04:34:16.791Z Running `target/debug/xtask releng --output-dir /work`
17182025-02-13T04:34:17.714Z Compiling proc-macro2 v1.0.92
17192025-02-13T04:34:17.719Z Compiling unicode-ident v1.0.14
17202025-02-13T04:34:17.719Z Compiling libc v0.2.169
17212025-02-13T04:34:17.719Z Compiling serde v1.0.217
17222025-02-13T04:34:17.719Z Compiling autocfg v1.4.0
17232025-02-13T04:34:17.719Z Compiling version_check v0.9.5
17242025-02-13T04:34:17.719Z Compiling cfg-if v1.0.0
17252025-02-13T04:34:18.058Z Compiling memchr v2.7.4
17262025-02-13T04:34:18.087Z Compiling typenum v1.17.0
17272025-02-13T04:34:18.106Z Compiling shlex v1.3.0
17282025-02-13T04:34:18.472Z Compiling value-bag v1.9.0
17292025-02-13T04:34:18.536Z Compiling generic-array v0.14.7
17302025-02-13T04:34:18.626Z Compiling lock_api v0.4.12
17312025-02-13T04:34:18.843Z Compiling scopeguard v1.2.0
17322025-02-13T04:34:18.924Z Compiling log v0.4.22
17332025-02-13T04:34:19.035Z Compiling rustix v0.38.37
17342025-02-13T04:34:19.399Z Compiling parking_lot_core v0.9.10
17352025-02-13T04:34:19.597Z Compiling serde_json v1.0.135
17362025-02-13T04:34:19.677Z Compiling quote v1.0.38
17372025-02-13T04:34:19.700Z Compiling libm v0.2.8
17382025-02-13T04:34:19.811Z Compiling jobserver v0.1.32
17392025-02-13T04:34:19.913Z Compiling getrandom v0.2.15
17402025-02-13T04:34:20.052Z Compiling syn v2.0.96
17412025-02-13T04:34:20.143Z Compiling num-traits v0.2.19
17422025-02-13T04:34:20.225Z Compiling once_cell v1.20.2
17432025-02-13T04:34:20.265Z Compiling cc v1.1.30
17442025-02-13T04:34:20.265Z Compiling itoa v1.0.11
17452025-02-13T04:34:20.330Z Compiling thiserror v1.0.69
17462025-02-13T04:34:20.507Z Compiling aho-corasick v1.1.3
17472025-02-13T04:34:20.611Z Compiling regex-syntax v0.8.5
17482025-02-13T04:34:20.647Z Compiling spin v0.9.8
17492025-02-13T04:34:20.997Z Compiling slab v0.4.9
17502025-02-13T04:34:21.044Z Compiling errno v0.3.9
17512025-02-13T04:34:21.726Z Compiling byteorder v1.5.0
17522025-02-13T04:34:21.759Z Compiling either v1.13.0
17532025-02-13T04:34:22.099Z Compiling glob v0.3.2
17542025-02-13T04:34:22.230Z Compiling rand_core v0.6.4
17552025-02-13T04:34:22.625Z Compiling subtle v2.6.1
17562025-02-13T04:34:22.844Z Compiling clang-sys v1.8.1
17572025-02-13T04:34:22.907Z Compiling prettyplease v0.2.25
17582025-02-13T04:34:22.954Z Compiling lazy_static v1.5.0
17592025-02-13T04:34:22.999Z Compiling minimal-lexical v0.2.1
17602025-02-13T04:34:23.495Z Compiling nom v7.1.3
17612025-02-13T04:34:23.548Z Compiling libloading v0.8.5
17622025-02-13T04:34:23.576Z Compiling home v0.5.9
17632025-02-13T04:34:23.680Z Compiling bindgen v0.69.5
17642025-02-13T04:34:23.906Z Compiling itertools v0.12.1
17652025-02-13T04:34:24.463Z Compiling smallvec v1.13.2
17662025-02-13T04:34:24.494Z Compiling regex-automata v0.4.8
17672025-02-13T04:34:24.974Z Compiling lazycell v1.3.0
17682025-02-13T04:34:24.995Z Compiling rustc-hash v1.1.0
17692025-02-13T04:34:25.188Z Compiling cmake v0.1.51
17702025-02-13T04:34:26.193Z Compiling dunce v1.0.5
17712025-02-13T04:34:26.801Z Compiling cexpr v0.6.0
17722025-02-13T04:34:26.804Z Compiling pkg-config v0.3.31
17732025-02-13T04:34:26.876Z Compiling fs_extra v1.3.0
17742025-02-13T04:34:26.946Z Compiling semver v1.0.24
17752025-02-13T04:34:27.010Z Compiling ring v0.17.8
17762025-02-13T04:34:27.498Z Compiling paste v1.0.15
17772025-02-13T04:34:28.003Z Compiling synstructure v0.13.1
17782025-02-13T04:34:28.094Z Compiling heck v0.5.0
17792025-02-13T04:34:28.184Z Compiling ryu v1.0.18
17802025-02-13T04:34:28.515Z Compiling aws-lc-rs v1.10.0
17812025-02-13T04:34:28.813Z Compiling httparse v1.9.5
17822025-02-13T04:34:29.359Z Compiling pin-project-lite v0.2.14
17832025-02-13T04:34:29.458Z Compiling const-oid v0.9.6
17842025-02-13T04:34:29.576Z Compiling allocator-api2 v0.2.18
17852025-02-13T04:34:30.366Z Compiling regex v1.11.1
17862025-02-13T04:34:30.484Z Compiling futures-core v0.3.31
17872025-02-13T04:34:30.921Z Compiling signal-hook-registry v1.4.2
17882025-02-13T04:34:31.466Z Compiling num-conv v0.1.0
17892025-02-13T04:34:31.592Z Compiling time-core v0.1.2
17902025-02-13T04:34:31.826Z Compiling time-macros v0.2.18
17912025-02-13T04:34:31.973Z Compiling parking_lot v0.12.3
17922025-02-13T04:34:32.027Z Compiling mio v1.0.2
17932025-02-13T04:34:32.389Z Compiling schemars v0.8.21
17942025-02-13T04:34:32.443Z Compiling serde_derive v1.0.217
17952025-02-13T04:34:32.596Z Compiling zeroize_derive v1.4.2
17962025-02-13T04:34:32.798Z Compiling zerocopy-derive v0.7.35
17972025-02-13T04:34:33.720Z Compiling tokio-macros v2.5.0
17982025-02-13T04:34:33.927Z Compiling thiserror-impl v1.0.69
17992025-02-13T04:34:34.129Z Compiling zeroize v1.8.1
18002025-02-13T04:34:34.653Z Compiling zerofrom-derive v0.1.4
18012025-02-13T04:34:34.674Z Compiling yoke-derive v0.7.4
18022025-02-13T04:34:34.684Z Compiling zerovec-derive v0.10.3
18032025-02-13T04:34:34.863Z Compiling futures-macro v0.3.31
18042025-02-13T04:34:35.058Z Compiling displaydoc v0.2.5
18052025-02-13T04:34:36.696Z Compiling zerocopy v0.7.35
18062025-02-13T04:34:36.906Z Compiling icu_provider_macros v1.5.0
18072025-02-13T04:34:37.123Z Compiling crypto-common v0.1.6
18082025-02-13T04:34:37.305Z Compiling tracing-attributes v0.1.27
18092025-02-13T04:34:37.416Z Compiling block-buffer v0.10.4
18102025-02-13T04:34:37.880Z Compiling digest v0.10.7
18112025-02-13T04:34:38.010Z Compiling der_derive v0.7.3
18122025-02-13T04:34:38.049Z Compiling vcpkg v0.2.15
18132025-02-13T04:34:38.113Z Compiling crossbeam-utils v0.8.20
18142025-02-13T04:34:38.660Z Compiling serde_derive_internals v0.29.1
18152025-02-13T04:34:39.645Z Compiling openssl-sys v0.9.105
18162025-02-13T04:34:40.310Z Compiling socket2 v0.5.7
18172025-02-13T04:34:40.397Z Compiling fnv v1.0.7
18182025-02-13T04:34:40.770Z Compiling schemars_derive v0.8.21
18192025-02-13T04:34:41.893Z Compiling ahash v0.8.11
18202025-02-13T04:34:42.109Z Compiling stable_deref_trait v1.2.0
18212025-02-13T04:34:42.217Z Compiling futures-sink v0.3.31
18222025-02-13T04:34:42.875Z Compiling cpufeatures v0.2.14
18232025-02-13T04:34:43.029Z Compiling equivalent v1.0.1
18242025-02-13T04:34:43.085Z Compiling foldhash v0.1.3
18252025-02-13T04:34:43.261Z Compiling slog v2.7.0
18262025-02-13T04:34:43.382Z Compiling hashbrown v0.15.1
18272025-02-13T04:34:43.819Z Compiling zerofrom v0.1.4
18282025-02-13T04:34:43.906Z Compiling futures-channel v0.3.31
18292025-02-13T04:34:44.106Z Compiling yoke v0.7.4
18302025-02-13T04:34:44.542Z Compiling futures-task v0.3.31
18312025-02-13T04:34:44.666Z Compiling openssl v0.10.70
18322025-02-13T04:34:44.719Z Compiling pin-utils v0.1.0
18332025-02-13T04:34:44.803Z Compiling futures-io v0.3.31
18342025-02-13T04:34:44.875Z Compiling zerovec v0.10.4
18352025-02-13T04:34:45.055Z Compiling futures-util v0.3.31
18362025-02-13T04:34:45.118Z Compiling scroll_derive v0.12.0
18372025-02-13T04:34:45.255Z Compiling ucd-trie v0.1.7
18382025-02-13T04:34:45.882Z Compiling bitflags v2.6.0
18392025-02-13T04:34:45.912Z Compiling bytes v1.9.0
18402025-02-13T04:34:47.440Z Compiling tokio v1.43.0
18412025-02-13T04:34:48.219Z Compiling indexmap v2.7.1
18422025-02-13T04:34:48.283Z Compiling serde_tokenstream v0.2.2
18432025-02-13T04:34:49.363Z Compiling http v1.2.0
18442025-02-13T04:34:49.952Z Compiling rustc_version v0.4.1
18452025-02-13T04:34:50.892Z Compiling which v4.4.2
18462025-02-13T04:34:51.587Z Compiling uuid v1.12.0
18472025-02-13T04:34:51.674Z Compiling pest v2.7.14
18482025-02-13T04:34:51.774Z Compiling hmac v0.12.1
18492025-02-13T04:34:52.058Z Compiling openssl-macros v0.1.1
18502025-02-13T04:34:52.913Z Compiling native-tls v0.2.12
18512025-02-13T04:34:53.134Z Compiling iana-time-zone v0.1.61
18522025-02-13T04:34:53.523Z Compiling rustls v0.23.19
18532025-02-13T04:34:53.906Z Compiling chrono v0.4.39
18542025-02-13T04:34:54.400Z Compiling tinystr v0.7.6
18552025-02-13T04:34:54.867Z Compiling pest_meta v2.7.14
18562025-02-13T04:34:54.981Z Compiling block-padding v0.3.3
18572025-02-13T04:34:55.244Z Compiling writeable v0.5.5
18582025-02-13T04:34:55.361Z Compiling litemap v0.7.3
18592025-02-13T04:34:55.944Z Compiling icu_locid v1.5.0
18602025-02-13T04:34:56.518Z Compiling pest_generator v2.7.14
18612025-02-13T04:34:57.527Z Compiling inout v0.1.3
18622025-02-13T04:34:58.671Z Compiling cookie v0.18.1
18632025-02-13T04:34:59.799Z Compiling pest_derive v2.7.14
18642025-02-13T04:35:00.684Z Compiling cipher v0.4.4
18652025-02-13T04:35:01.213Z Compiling icu_provider v1.5.0
18662025-02-13T04:35:02.097Z Compiling sha2 v0.10.8
18672025-02-13T04:35:03.078Z Compiling async-trait v0.1.86
18682025-02-13T04:35:03.248Z Compiling tracing-core v0.1.32
18692025-02-13T04:35:03.574Z Compiling usdt-impl v0.5.0
18702025-02-13T04:35:03.795Z Compiling base64ct v1.6.0
18712025-02-13T04:35:03.970Z Compiling icu_locid_transform_data v1.5.0
18722025-02-13T04:35:04.139Z Compiling dyn-clone v1.0.17
18732025-02-13T04:35:04.413Z Compiling rustls-pki-types v1.10.0
18742025-02-13T04:35:04.477Z Compiling percent-encoding v2.3.1
18752025-02-13T04:35:04.986Z Compiling pem-rfc7468 v0.7.0
18762025-02-13T04:35:05.053Z Compiling aws-lc-sys v0.22.0
18772025-02-13T04:35:05.556Z Compiling icu_locid_transform v1.5.0
18782025-02-13T04:35:05.754Z Compiling tracing v0.1.40
18792025-02-13T04:35:07.497Z Compiling tokio-util v0.7.12
18802025-02-13T04:35:08.509Z Compiling icu_collections v1.5.0
18812025-02-13T04:35:08.793Z Compiling scroll v0.12.0
18822025-02-13T04:35:10.224Z Compiling ppv-lite86 v0.2.20
18832025-02-13T04:35:11.145Z Compiling camino v1.1.9
18842025-02-13T04:35:11.388Z Compiling icu_properties_data v1.5.0
18852025-02-13T04:35:11.414Z Compiling flagset v0.4.6
18862025-02-13T04:35:11.676Z Compiling powerfmt v0.2.0
18872025-02-13T04:35:11.679Z Compiling syn v1.0.109
18882025-02-13T04:35:11.844Z Compiling untrusted v0.9.0
18892025-02-13T04:35:12.078Z Compiling mirai-annotations v1.12.0
18902025-02-13T04:35:12.138Z Compiling plain v0.2.3
18912025-02-13T04:35:12.271Z Compiling untrusted v0.7.1
18922025-02-13T04:35:12.336Z Compiling goblin v0.8.2
18932025-02-13T04:35:12.541Z Compiling deranged v0.3.11
18942025-02-13T04:35:14.337Z Compiling der v0.7.9
18952025-02-13T04:35:14.675Z Compiling icu_properties v1.5.1
18962025-02-13T04:35:16.906Z Compiling rand_chacha v0.3.1
18972025-02-13T04:35:19.109Z Compiling litrs v0.4.1
18982025-02-13T04:35:19.804Z Compiling utf8_iter v1.0.4
18992025-02-13T04:35:20.516Z Compiling pretty-hex v0.4.1
19002025-02-13T04:35:20.647Z Compiling icu_normalizer_data v1.5.0
19012025-02-13T04:35:20.816Z Compiling rustls v0.22.4
19022025-02-13T04:35:21.034Z Compiling write16 v1.0.0
19032025-02-13T04:35:21.225Z Compiling atomic-waker v1.1.2
19042025-02-13T04:35:21.291Z Compiling rayon-core v1.12.1
19052025-02-13T04:35:21.441Z Compiling utf16_iter v1.0.5
19062025-02-13T04:35:21.483Z Compiling num_threads v0.1.7
19072025-02-13T04:35:21.641Z Compiling dof v0.3.0
19082025-02-13T04:35:21.708Z Compiling time v0.3.36
19092025-02-13T04:35:21.708Z Compiling icu_normalizer v1.5.0
19102025-02-13T04:35:21.710Z Compiling document-features v0.2.10
19112025-02-13T04:35:23.421Z Compiling rand v0.8.5
19122025-02-13T04:35:23.677Z Compiling spki v0.7.3
19132025-02-13T04:35:24.210Z Compiling form_urlencoded v1.2.1
19142025-02-13T04:35:25.100Z Compiling salsa20 v0.10.2
19152025-02-13T04:35:25.217Z Compiling dtrace-parser v0.2.0
19162025-02-13T04:35:26.654Z Compiling http-body v1.0.1
19172025-02-13T04:35:26.795Z Compiling pbkdf2 v0.12.2
19182025-02-13T04:35:27.140Z Compiling bzip2-sys v0.1.11+1.0.8
19192025-02-13T04:35:27.175Z Compiling thread-id v4.2.2
19202025-02-13T04:35:27.777Z Compiling try-lock v0.2.5
19212025-02-13T04:35:28.473Z Compiling want v0.3.1
19222025-02-13T04:35:31.852Z Compiling scrypt v0.11.0
19232025-02-13T04:35:31.922Z Compiling idna_adapter v1.2.0
19242025-02-13T04:35:31.985Z Compiling h2 v0.4.6
19252025-02-13T04:35:32.032Z Compiling cbc v0.1.2
19262025-02-13T04:35:32.170Z Compiling aes v0.8.4
19272025-02-13T04:35:32.702Z Compiling multer v3.1.0
19282025-02-13T04:35:33.300Z Compiling tinyvec_macros v0.1.1
19292025-02-13T04:35:33.389Z Compiling base64 v0.22.1
19302025-02-13T04:35:33.478Z Compiling httpdate v1.0.3
19312025-02-13T04:35:33.537Z Compiling slog-async v2.8.0
19322025-02-13T04:35:34.508Z Compiling tinyvec v1.8.0
19332025-02-13T04:35:34.667Z Compiling pkcs5 v0.7.1
19342025-02-13T04:35:36.324Z Compiling idna v1.0.3
19352025-02-13T04:35:41.633Z Compiling hyper v1.5.2
19362025-02-13T04:35:43.102Z Compiling heapless v0.7.17
19372025-02-13T04:35:43.431Z Compiling zerocopy-derive v0.6.6
19382025-02-13T04:35:44.148Z Compiling anyhow v1.0.95
19392025-02-13T04:35:44.808Z Compiling num-bigint-dig v0.8.4
19402025-02-13T04:35:44.908Z Compiling signal-hook v0.3.17
19412025-02-13T04:35:45.273Z Compiling tower-service v0.3.3
19422025-02-13T04:35:45.437Z Compiling hyper-util v0.1.10
19432025-02-13T04:35:48.082Z Compiling pkcs8 v0.10.2
19442025-02-13T04:35:49.051Z Compiling usdt-macro v0.5.0
19452025-02-13T04:35:50.545Z Compiling usdt-attr-macro v0.5.0
19462025-02-13T04:35:51.449Z Compiling async-stream-impl v0.3.6
19472025-02-13T04:35:52.081Z Compiling rustversion v1.0.17
19482025-02-13T04:35:52.117Z Compiling foreign-types-shared v0.1.1
19492025-02-13T04:35:52.747Z Compiling strsim v0.11.1
19502025-02-13T04:35:52.894Z Compiling foreign-types v0.3.2
19512025-02-13T04:35:53.794Z Compiling url v2.5.3
19522025-02-13T04:35:53.947Z Compiling http-body-util v0.1.2
19532025-02-13T04:35:54.912Z Compiling curve25519-dalek v4.1.3
19542025-02-13T04:35:55.413Z Compiling openapiv3 v2.0.0
19552025-02-13T04:35:55.484Z Compiling serde_spanned v0.6.8
19562025-02-13T04:35:55.722Z Compiling toml_datetime v0.6.8
19572025-02-13T04:35:55.993Z Compiling enum-as-inner v0.6.1
19582025-02-13T04:35:57.344Z Compiling dropshot v0.12.0
19592025-02-13T04:35:57.664Z Compiling encoding_rs v0.8.34
19602025-02-13T04:35:59.356Z Compiling match_cfg v0.1.0
19612025-02-13T04:35:59.472Z Compiling smoltcp v0.9.1
19622025-02-13T04:35:59.812Z Compiling adler2 v2.0.0
19632025-02-13T04:36:00.029Z Compiling portable-atomic v1.9.0
19642025-02-13T04:36:00.191Z Compiling mime v0.3.17
19652025-02-13T04:36:00.937Z Compiling newtype-uuid v1.2.1
19662025-02-13T04:36:01.363Z Compiling miniz_oxide v0.8.0
19672025-02-13T04:36:03.005Z Compiling hostname v0.3.1
19682025-02-13T04:36:13.093Z Compiling serde_urlencoded v0.7.1
19692025-02-13T04:36:13.096Z Compiling rustls-pemfile v2.2.0
19702025-02-13T04:36:13.746Z Compiling clap_derive v4.5.24
19712025-02-13T04:36:13.834Z Compiling dirs-sys-next v0.1.2
19722025-02-13T04:36:14.510Z Compiling data-encoding v2.6.0
19732025-02-13T04:36:16.227Z Compiling openssl-probe v0.1.5
19742025-02-13T04:36:16.793Z Compiling ipnet v2.10.1
19752025-02-13T04:36:18.315Z Compiling siphasher v0.3.11
19762025-02-13T04:36:20.213Z Compiling dirs-next v2.0.0
19772025-02-13T04:36:22.519Z Compiling rustls-webpki v0.102.8
19782025-02-13T04:36:22.833Z Compiling unicode-normalization v0.1.24
19792025-02-13T04:36:23.255Z Compiling hubpack_derive v0.1.1
19802025-02-13T04:36:23.292Z Compiling crossbeam-epoch v0.9.18
19812025-02-13T04:36:24.149Z Compiling dropshot_endpoint v0.12.0
19822025-02-13T04:36:24.401Z Compiling sha1 v0.10.6
19832025-02-13T04:36:24.656Z Compiling signature v2.2.0
19842025-02-13T04:36:24.865Z Compiling curve25519-dalek-derive v0.1.1
19852025-02-13T04:36:25.018Z Compiling thread_local v1.1.8
19862025-02-13T04:36:25.170Z Compiling fs-err v2.11.0
19872025-02-13T04:36:25.983Z Compiling utf8parse v0.2.2
19882025-02-13T04:36:26.181Z Compiling anstyle v1.0.10
19892025-02-13T04:36:26.903Z Compiling unicode-bidi v0.3.17
19902025-02-13T04:36:27.679Z Compiling gimli v0.31.1
19912025-02-13T04:36:28.082Z Compiling psl-types v2.0.11
19922025-02-13T04:36:28.128Z Compiling unicode-properties v0.1.3
19932025-02-13T04:36:28.315Z Compiling winnow v0.6.20
19942025-02-13T04:36:28.429Z Compiling publicsuffix v2.3.0
19952025-02-13T04:36:28.573Z Compiling stringprep v0.1.5
19962025-02-13T04:36:29.298Z Compiling anstyle-parse v0.2.5
19972025-02-13T04:36:30.788Z Compiling crossbeam-deque v0.8.5
19982025-02-13T04:36:31.663Z Compiling toml_edit v0.22.22
19992025-02-13T04:36:32.052Z Compiling addr2line v0.24.2
20002025-02-13T04:36:32.324Z Compiling term v0.7.0
20012025-02-13T04:36:32.713Z Compiling tokio-native-tls v0.3.1
20022025-02-13T04:36:33.061Z Compiling slog-json v2.6.1
20032025-02-13T04:36:33.723Z Compiling crossbeam-channel v0.5.13
20042025-02-13T04:36:35.120Z Compiling webpki-roots v0.26.6
20052025-02-13T04:36:35.348Z Compiling futures-executor v0.3.31
20062025-02-13T04:36:35.609Z Compiling num-integer v0.1.46
20072025-02-13T04:36:35.810Z Compiling md-5 v0.10.6
20082025-02-13T04:36:36.083Z Compiling ff v0.13.0
20092025-02-13T04:36:36.315Z Compiling hash32 v0.2.1
20102025-02-13T04:36:36.347Z Compiling memmap v0.7.0
20112025-02-13T04:36:36.680Z Compiling is-terminal v0.4.13
20122025-02-13T04:36:36.682Z Compiling object v0.36.5
20132025-02-13T04:36:36.830Z Compiling is_terminal_polyfill v1.70.1
20142025-02-13T04:36:36.992Z Compiling fallible-iterator v0.2.0
20152025-02-13T04:36:37.508Z Compiling heck v0.4.1
20162025-02-13T04:36:37.718Z Compiling utf-8 v0.7.6
20172025-02-13T04:36:37.891Z Compiling take_mut v0.2.2
20182025-02-13T04:36:38.071Z Compiling rustc-demangle v0.1.24
20192025-02-13T04:36:38.234Z Compiling base16ct v0.2.0
20202025-02-13T04:36:38.390Z Compiling anstyle-query v1.1.1
20212025-02-13T04:36:38.548Z Compiling quick-error v1.2.3
20222025-02-13T04:36:38.573Z Compiling colorchoice v1.0.2
20232025-02-13T04:36:38.720Z Compiling linked-hash-map v0.5.6
20242025-02-13T04:36:38.748Z Compiling anstream v0.6.15
20252025-02-13T04:36:38.940Z Compiling resolv-conf v0.7.0
20262025-02-13T04:36:39.067Z Compiling lru-cache v0.1.2
20272025-02-13T04:36:39.278Z Compiling sec1 v0.7.3
20282025-02-13T04:36:39.636Z Compiling tungstenite v0.24.0
20292025-02-13T04:36:39.825Z Compiling strum_macros v0.25.3
20302025-02-13T04:36:40.469Z Compiling tokio-rustls v0.26.0
20312025-02-13T04:36:40.958Z Compiling postgres-protocol v0.6.7
20322025-02-13T04:36:41.493Z Compiling slog-term v2.9.1
20332025-02-13T04:36:42.564Z Compiling usdt v0.5.0
20342025-02-13T04:36:43.030Z Compiling group v0.13.0
20352025-02-13T04:36:43.195Z Compiling num-iter v0.1.45
20362025-02-13T04:36:43.252Z Compiling futures v0.3.31
20372025-02-13T04:36:43.352Z Compiling backtrace v0.3.74
20382025-02-13T04:36:43.561Z Compiling toml v0.8.19
20392025-02-13T04:36:44.223Z Compiling tokio-rustls v0.25.0
20402025-02-13T04:36:44.959Z Compiling slog-bunyan v2.5.0
20412025-02-13T04:36:45.159Z Compiling hyper-tls v0.6.0
20422025-02-13T04:36:45.182Z Compiling cookie_store v0.21.1
20432025-02-13T04:36:45.434Z Compiling hickory-proto v0.24.3
20442025-02-13T04:36:45.556Z Compiling phf_shared v0.11.2
20452025-02-13T04:36:45.879Z Compiling async-stream v0.3.6
20462025-02-13T04:36:45.985Z Compiling waitgroup v0.1.2
20472025-02-13T04:36:46.230Z Compiling hashbrown v0.14.5
20482025-02-13T04:36:46.437Z Compiling hkdf v0.12.4
20492025-02-13T04:36:46.461Z Compiling terminal_size v0.4.0
20502025-02-13T04:36:46.724Z Compiling serde_path_to_error v0.1.16
20512025-02-13T04:36:47.371Z Compiling crypto-bigint v0.5.5
20522025-02-13T04:36:47.494Z Compiling derive-where v1.2.7
20532025-02-13T04:36:47.515Z Compiling serde_repr v0.1.19
20542025-02-13T04:36:48.087Z Compiling sync_wrapper v1.0.1
20552025-02-13T04:36:48.436Z Compiling hostname v0.4.0
20562025-02-13T04:36:48.584Z Compiling crc32fast v1.4.2
20572025-02-13T04:36:49.224Z Compiling winnow v0.5.40
20582025-02-13T04:36:49.475Z Compiling unicode-width v0.2.0
20592025-02-13T04:36:49.500Z Compiling bitflags v1.3.2
20602025-02-13T04:36:50.198Z Compiling managed v0.8.0
20612025-02-13T04:36:50.415Z Compiling debug-ignore v1.0.5
20622025-02-13T04:36:50.594Z Compiling clap_lex v0.7.4
20632025-02-13T04:36:50.967Z Compiling clap_builder v4.5.27
20642025-02-13T04:36:51.007Z Compiling hickory-resolver v0.24.2
20652025-02-13T04:36:52.587Z Compiling toml_edit v0.19.15
20662025-02-13T04:36:52.718Z Compiling elliptic-curve v0.13.8
20672025-02-13T04:36:56.052Z Compiling console v0.15.10
20682025-02-13T04:36:57.510Z Compiling flate2 v1.0.35
20692025-02-13T04:36:57.713Z Compiling regress v0.10.1
20702025-02-13T04:36:58.322Z Compiling hyper-rustls v0.27.3
20712025-02-13T04:36:59.033Z Compiling phf v0.11.2
20722025-02-13T04:36:59.919Z Compiling signal-hook-mio v0.2.4
20732025-02-13T04:37:00.103Z Compiling rayon v1.10.0
20742025-02-13T04:37:01.319Z Compiling bzip2 v0.4.4
20752025-02-13T04:37:01.876Z Compiling postgres-types v0.2.8
20762025-02-13T04:37:01.884Z Compiling tokio-tungstenite v0.24.0
20772025-02-13T04:37:02.191Z Compiling ed25519 v2.2.3
20782025-02-13T04:37:02.316Z Compiling hubpack v0.1.2
20792025-02-13T04:37:02.628Z Compiling phf_shared v0.10.0
20802025-02-13T04:37:03.068Z Compiling pkcs1 v0.7.5
20812025-02-13T04:37:04.188Z Compiling zerocopy v0.6.6
20822025-02-13T04:37:04.472Z Compiling tokio-stream v0.1.16
20832025-02-13T04:37:05.004Z Compiling rfc6979 v0.4.0
20842025-02-13T04:37:05.229Z Compiling serde-big-array v0.5.1
20852025-02-13T04:37:05.450Z Compiling float-cmp v0.9.0
20862025-02-13T04:37:05.724Z Compiling bstr v1.10.0
20872025-02-13T04:37:06.031Z Compiling predicates-core v1.0.8
20882025-02-13T04:37:06.356Z Compiling number_prefix v0.4.0
20892025-02-13T04:37:06.451Z Compiling difflib v0.4.0
20902025-02-13T04:37:06.808Z Compiling precomputed-hash v0.1.1
20912025-02-13T04:37:06.953Z Compiling static_assertions v1.1.0
20922025-02-13T04:37:07.118Z Compiling whoami v1.5.2
20932025-02-13T04:37:07.167Z Compiling fixedbitset v0.4.2
20942025-02-13T04:37:07.234Z Compiling new_debug_unreachable v1.0.6
20952025-02-13T04:37:07.358Z Compiling unicode-segmentation v1.12.0
20962025-02-13T04:37:07.662Z Compiling normalize-line-endings v0.3.0
20972025-02-13T04:37:07.742Z Compiling bit-vec v0.6.3
20982025-02-13T04:37:07.888Z Compiling predicates v3.1.2
20992025-02-13T04:37:08.156Z Compiling similar v2.6.0
21002025-02-13T04:37:08.240Z Compiling bit-set v0.5.3
21012025-02-13T04:37:09.279Z Compiling tokio-postgres v0.7.12
21022025-02-13T04:37:09.674Z Compiling petgraph v0.6.5
21032025-02-13T04:37:10.069Z Compiling string_cache v0.8.7
21042025-02-13T04:37:10.932Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21052025-02-13T04:37:12.388Z Compiling reqwest v0.12.9
21062025-02-13T04:37:13.911Z Compiling indicatif v0.17.11
21072025-02-13T04:37:14.421Z Compiling qorb v0.2.1
21082025-02-13T04:37:14.766Z Compiling ecdsa v0.16.9
21092025-02-13T04:37:15.705Z Compiling rsa v0.9.6
21102025-02-13T04:37:16.433Z Compiling ed25519-dalek v2.1.1
21112025-02-13T04:37:17.244Z Compiling zip v0.6.6
21122025-02-13T04:37:17.263Z Compiling typify-impl v0.2.0
21132025-02-13T04:37:17.621Z Compiling crossterm v0.28.1
21142025-02-13T04:37:18.507Z Compiling toml v0.7.8
21152025-02-13T04:37:19.794Z Compiling clap v4.5.27
21162025-02-13T04:37:20.963Z Compiling x509-cert v0.2.5
21172025-02-13T04:37:22.688Z Compiling hex v0.4.3
21182025-02-13T04:37:24.408Z Compiling itertools v0.10.5
21192025-02-13T04:37:25.396Z Compiling lalrpop-util v0.19.12
21202025-02-13T04:37:27.637Z Compiling peg-runtime v0.8.3
21212025-02-13T04:37:28.044Z Compiling unicode-xid v0.2.6
21222025-02-13T04:37:28.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21232025-02-13T04:37:29.068Z Compiling typify-macro v0.2.0
21242025-02-13T04:37:56.932Z Compiling radium v0.7.0
21252025-02-13T04:38:04.392Z Compiling tap v1.0.1
21262025-02-13T04:38:04.619Z Compiling ident_case v1.0.1
21272025-02-13T04:38:05.045Z Compiling maybe-uninit v2.0.0
21282025-02-13T04:38:05.782Z Compiling darling_core v0.20.10
21292025-02-13T04:38:08.673Z Compiling wyz v0.5.1
21302025-02-13T04:38:15.895Z Compiling typify v0.2.0
21312025-02-13T04:38:18.165Z Compiling unsafe-libyaml v0.2.11
21322025-02-13T04:38:18.187Z Compiling packed_struct v0.10.1
21332025-02-13T04:38:19.185Z Compiling funty v2.0.0
21342025-02-13T04:38:22.403Z Compiling bitvec v1.0.1
21352025-02-13T04:38:27.453Z Compiling serde_yaml v0.9.34+deprecated
21362025-02-13T04:38:35.086Z Compiling progenitor-impl v0.8.0
21372025-02-13T04:38:35.263Z Compiling darling_macro v0.20.10
21382025-02-13T04:38:37.999Z Compiling ipnetwork v0.20.0
21392025-02-13T04:38:39.518Z Compiling packed_struct_codegen v0.10.1
21402025-02-13T04:38:39.839Z Compiling structmeta-derive v0.3.0
21412025-02-13T04:38:39.983Z Compiling indexmap v1.9.3
21422025-02-13T04:38:40.792Z Compiling nodrop v0.1.14
21432025-02-13T04:38:40.975Z Compiling crc-catalog v2.4.0
21442025-02-13T04:38:41.571Z Compiling fastrand v2.1.1
21452025-02-13T04:38:41.898Z Compiling thiserror v2.0.11
21462025-02-13T04:38:42.253Z Compiling tempfile v3.13.0
21472025-02-13T04:38:42.407Z Compiling structmeta v0.3.0
21482025-02-13T04:38:42.464Z Compiling progenitor-macro v0.8.0
21492025-02-13T04:38:42.894Z Compiling crc v3.2.1
21502025-02-13T04:38:42.927Z Compiling array-init v0.0.4
21512025-02-13T04:38:43.948Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21522025-02-13T04:38:44.034Z Compiling smallvec v0.6.14
21532025-02-13T04:38:44.057Z Compiling darling v0.20.10
21542025-02-13T04:38:44.574Z Compiling progenitor-client v0.8.0
21552025-02-13T04:38:45.027Z Compiling xattr v1.3.1
21562025-02-13T04:38:45.404Z Compiling pin-project-internal v1.1.6
21572025-02-13T04:38:45.496Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21582025-02-13T04:38:46.148Z Compiling thiserror-impl v2.0.11
21592025-02-13T04:38:46.642Z Compiling filetime v0.2.25
21602025-02-13T04:38:47.046Z Compiling dropshot v0.15.1
21612025-02-13T04:38:47.410Z Compiling termcolor v1.4.1
21622025-02-13T04:38:47.934Z Compiling same-file v1.0.6
21632025-02-13T04:38:48.030Z Compiling bitfield v0.14.0
21642025-02-13T04:38:48.281Z Compiling hashbrown v0.12.3
21652025-02-13T04:38:48.372Z Compiling base64 v0.21.7
21662025-02-13T04:38:48.481Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21672025-02-13T04:38:49.245Z Compiling ron v0.8.1
21682025-02-13T04:38:49.582Z Compiling walkdir v2.5.0
21692025-02-13T04:38:50.561Z Compiling pin-project v1.1.6
21702025-02-13T04:38:50.743Z Compiling env_logger v0.10.2
21712025-02-13T04:38:51.361Z Compiling tar v0.4.42
21722025-02-13T04:38:53.541Z Compiling progenitor v0.8.0
21732025-02-13T04:38:53.786Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21742025-02-13T04:38:53.966Z Compiling serde-hex v0.1.0
21752025-02-13T04:38:54.128Z Compiling serde_with_macros v3.11.0
21762025-02-13T04:38:55.115Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21772025-02-13T04:38:55.472Z Compiling parse-display-derive v0.10.0
21782025-02-13T04:38:56.557Z Compiling strum_macros v0.26.4
21792025-02-13T04:38:57.312Z Compiling hashbrown v0.13.2
21802025-02-13T04:38:58.563Z Compiling dropshot_endpoint v0.15.1
21812025-02-13T04:38:59.052Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21822025-02-13T04:38:59.099Z Compiling snafu-derive v0.8.5
21832025-02-13T04:38:59.780Z Compiling blake3 v1.5.4
21842025-02-13T04:39:00.416Z Compiling instant v0.1.13
21852025-02-13T04:39:00.632Z Compiling simd-adler32 v0.3.7
21862025-02-13T04:39:00.748Z Compiling lockfree-object-pool v0.1.6
21872025-02-13T04:39:01.042Z Compiling buf-list v1.0.3
21882025-02-13T04:39:01.609Z Compiling crc-any v2.5.0
21892025-02-13T04:39:01.947Z Compiling zip v2.1.3
21902025-02-13T04:39:02.271Z Compiling bumpalo v3.16.0
21912025-02-13T04:39:02.579Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21922025-02-13T04:39:02.864Z Compiling zopfli v0.8.1
21932025-02-13T04:39:03.516Z Compiling snafu v0.8.5
21942025-02-13T04:39:04.770Z Compiling strum v0.26.3
21952025-02-13T04:39:04.791Z Compiling backoff v0.4.0
21962025-02-13T04:39:05.189Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972025-02-13T04:39:05.397Z Compiling parse-display v0.10.0
21982025-02-13T04:39:05.671Z Compiling object v0.30.4
21992025-02-13T04:39:07.176Z Compiling serde_with v3.11.0
22002025-02-13T04:39:07.393Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012025-02-13T04:39:09.008Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22022025-02-13T04:39:09.753Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22032025-02-13T04:39:10.541Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22042025-02-13T04:39:11.301Z Compiling camino-tempfile v1.1.1
22052025-02-13T04:39:12.057Z Compiling globset v0.4.15
22062025-02-13T04:39:14.322Z Compiling regress v0.9.1
22072025-02-13T04:39:17.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22082025-02-13T04:39:17.967Z Compiling progenitor-client v0.9.1
22092025-02-13T04:39:18.194Z Compiling olpc-cjson v0.1.4
22102025-02-13T04:39:18.600Z Compiling pem v3.0.4
22112025-02-13T04:39:18.918Z Compiling cargo-platform v0.1.8
22122025-02-13T04:39:19.622Z Compiling macaddr v1.0.1
22132025-02-13T04:39:20.034Z Compiling serde_plain v1.0.2
22142025-02-13T04:39:20.098Z Compiling async-recursion v1.1.1
22152025-02-13T04:39:20.254Z Compiling memmap2 v0.9.5
22162025-02-13T04:39:20.407Z Compiling constant_time_eq v0.3.1
22172025-02-13T04:39:20.557Z Compiling arrayref v0.3.9
22182025-02-13T04:39:20.694Z Compiling typed-path v0.9.3
22192025-02-13T04:39:20.715Z Compiling path-slash v0.1.5
22202025-02-13T04:39:20.873Z Compiling arrayvec v0.7.6
22212025-02-13T04:39:20.973Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22222025-02-13T04:39:21.491Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232025-02-13T04:39:22.690Z Compiling cargo_metadata v0.18.1
22242025-02-13T04:39:24.048Z Compiling tough v0.19.0
22252025-02-13T04:39:27.546Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22262025-02-13T04:39:28.039Z Compiling itertools v0.13.0
22272025-02-13T04:39:28.174Z Compiling topological-sort v0.2.2
22282025-02-13T04:39:28.470Z Compiling parse-size v1.1.0
22292025-02-13T04:39:28.823Z Compiling omicron-zone-package v0.12.0
22302025-02-13T04:39:28.911Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22312025-02-13T04:39:31.573Z Compiling shell-words v1.1.0
22322025-02-13T04:39:34.453Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22332025-02-13T04:39:47.892Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22342025-02-13T04:40:03.240Z Finished `release` profile [optimized] target(s) in 5m 46s
22352025-02-13T04:40:03.417Z Running `target/release/omicron-releng --output-dir /work`
22362025-02-13T04:40:03.470ZFeb 13 04:40:02.185 DEBG changing working directory to /work/oxidecomputer/omicron
22372025-02-13T04:40:03.586ZFeb 13 04:40:02.301 DEBG running: git rev-parse HEAD
22382025-02-13T04:40:03.593ZFeb 13 04:40:02.308 DEBG process exited with exit status: 0 (7.087041ms)
22392025-02-13T04:40:03.593ZFeb 13 04:40:02.309 INFO version: 13.0.0-0.ci+git94dc5e32b96
22402025-02-13T04:40:03.634ZFeb 13 04:40:02.350 INFO cloning helios to /work/oxidecomputer/helios
22412025-02-13T04:40:03.634ZFeb 13 04:40:02.350 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22422025-02-13T04:40:03.641ZCloning into '/work/oxidecomputer/helios'...
22432025-02-13T04:40:04.163ZFeb 13 04:40:02.878 DEBG process exited with exit status: 0 (528.182789ms)
22442025-02-13T04:40:04.163ZFeb 13 04:40:02.879 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22452025-02-13T04:40:05.124ZFeb 13 04:40:03.839 DEBG process exited with exit status: 0 (960.706055ms)
22462025-02-13T04:40:05.124ZFeb 13 04:40:03.839 DEBG running: zfs list rpool/images/build/host
22472025-02-13T04:40:05.131ZNAME USED AVAIL REFER MOUNTPOINT
22482025-02-13T04:40:05.131Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22492025-02-13T04:40:05.134ZFeb 13 04:40:03.847 DEBG process exited with exit status: 0 (7.768548ms)
22502025-02-13T04:40:05.134ZFeb 13 04:40:03.847 DEBG running: zfs list rpool/images/build/recovery
22512025-02-13T04:40:05.138ZNAME USED AVAIL REFER MOUNTPOINT
22522025-02-13T04:40:05.138Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22532025-02-13T04:40:05.141ZFeb 13 04:40:03.854 DEBG process exited with exit status: 0 (6.891325ms)
22542025-02-13T04:40:05.141ZFeb 13 04:40:03.855 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22552025-02-13T04:40:05.147Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22562025-02-13T04:40:05.147Z# branch.head master
22572025-02-13T04:40:05.147Z# branch.upstream origin/master
22582025-02-13T04:40:05.147Z# branch.ab +0 -0
22592025-02-13T04:40:05.150ZFeb 13 04:40:03.863 DEBG process exited with exit status: 0 (8.625882ms)
22602025-02-13T04:40:05.150ZFeb 13 04:40:03.864 INFO [hubris-production] running task
22612025-02-13T04:40:05.150ZFeb 13 04:40:03.864 INFO [hubris-staging] running task
22622025-02-13T04:40:05.150ZFeb 13 04:40:03.864 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22632025-02-13T04:40:05.153ZFeb 13 04:40:03.868 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
22642025-02-13T04:40:05.227Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22652025-02-13T04:40:05.685Z[ omicron-package] Blocking waiting for file lock on package cache
22662025-02-13T04:40:06.247Z[ omicron-package] Blocking waiting for file lock on package cache
22672025-02-13T04:40:06.995ZFeb 13 04:40:05.710 INFO [hubris-production] task succeeded (1.845500185s)
22682025-02-13T04:40:07.363Z[ omicron-package] Compiling zerocopy v0.8.10
22692025-02-13T04:40:07.366Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22702025-02-13T04:40:07.366Z[ omicron-package] Compiling itertools v0.13.0
22712025-02-13T04:40:07.366Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22722025-02-13T04:40:07.366Z[ omicron-package] Compiling heapless v0.8.0
22732025-02-13T04:40:07.366Z[ omicron-package] Compiling hash32 v0.3.1
22742025-02-13T04:40:07.366Z[ omicron-package] Compiling smoltcp v0.11.0
22752025-02-13T04:40:07.366Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22762025-02-13T04:40:08.477Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22772025-02-13T04:40:08.780Z[ omicron-package] Compiling num_enum_derive v0.5.11
22782025-02-13T04:40:08.905Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22792025-02-13T04:40:08.935Z[ omicron-package] Compiling cobs v0.2.3
22802025-02-13T04:40:09.368Z[ omicron-package] Compiling proc-macro-error v1.0.4
22812025-02-13T04:40:09.528Z[ omicron-package] Compiling postcard v1.0.10
22822025-02-13T04:40:10.081Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832025-02-13T04:40:10.119Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22842025-02-13T04:40:10.188Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22852025-02-13T04:40:10.659Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862025-02-13T04:40:10.984Z[ omicron-package] Compiling unicode-width v0.1.14
22872025-02-13T04:40:12.003Z[ omicron-package] Compiling tabwriter v1.4.0
22882025-02-13T04:40:12.857Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892025-02-13T04:40:13.009Z[ omicron-package] Compiling foreign-types v0.5.0
22902025-02-13T04:40:13.371Z[ omicron-package] Compiling num_enum v0.5.11
22912025-02-13T04:40:13.518Z[ omicron-package] Compiling cstr-argument v0.1.2
22922025-02-13T04:40:13.733Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932025-02-13T04:40:13.897Z[ omicron-package] Compiling pretty-hex v0.2.1
22942025-02-13T04:40:14.094Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22952025-02-13T04:40:14.205Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962025-02-13T04:40:14.273Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22972025-02-13T04:40:14.695Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22982025-02-13T04:40:15.077Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22992025-02-13T04:40:15.462Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23002025-02-13T04:40:15.582Z[ omicron-package] Compiling colored v2.1.0
23012025-02-13T04:40:15.696Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022025-02-13T04:40:16.880Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23032025-02-13T04:40:17.060Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23042025-02-13T04:40:17.562Z[ omicron-package] Compiling sigpipe v0.1.3
23052025-02-13T04:40:17.955Z[ omicron-package] Compiling num-derive v0.4.2
23062025-02-13T04:40:18.016Z[ omicron-package] Compiling libefi-sys v0.1.0
23072025-02-13T04:40:18.114Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23082025-02-13T04:40:18.889Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23092025-02-13T04:40:19.321Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23102025-02-13T04:40:20.373Z[ omicron-package] Compiling zone v0.3.0
23112025-02-13T04:40:20.378Z[ omicron-package] Compiling smf v0.2.3
23122025-02-13T04:40:20.498Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23132025-02-13T04:40:21.641Z[ omicron-package] Compiling bitfield-struct v0.6.2
23142025-02-13T04:40:22.585Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23152025-02-13T04:40:24.120Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162025-02-13T04:40:24.502Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23172025-02-13T04:40:24.783Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23182025-02-13T04:40:24.928Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23192025-02-13T04:40:25.094Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23202025-02-13T04:40:25.125Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23212025-02-13T04:40:25.128Z[ omicron-package] Compiling gethostname v0.5.0
23222025-02-13T04:40:25.481Z[ omicron-package] Compiling indent_write v2.2.0
23232025-02-13T04:40:25.789Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23242025-02-13T04:40:28.320Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252025-02-13T04:40:29.452Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262025-02-13T04:40:30.738Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272025-02-13T04:40:33.837Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23282025-02-13T04:40:34.361Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23292025-02-13T04:40:36.769Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23302025-02-13T04:40:43.177ZFeb 13 04:40:41.887 INFO [hubris-staging] task succeeded (38.022935188s)
23312025-02-13T04:40:45.851Z[ helios-setup] Feb 13 04:40:44.561 INFO helios repository root is: /work/oxidecomputer/helios
23322025-02-13T04:40:45.854Z[ helios-setup] Feb 13 04:40:44.563 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23332025-02-13T04:40:45.854Z[ helios-setup] Feb 13 04:40:44.563 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
23342025-02-13T04:40:45.854Z[ helios-setup] Feb 13 04:40:44.563 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23352025-02-13T04:40:45.857Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23362025-02-13T04:40:46.446Z[ helios-setup] Feb 13 04:40:45.156 INFO clone ok!, project: pinprick
23372025-02-13T04:40:46.449Z[ helios-setup] Feb 13 04:40:45.156 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
23382025-02-13T04:40:46.449Z[ helios-setup] Feb 13 04:40:45.156 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23392025-02-13T04:40:46.452Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23402025-02-13T04:40:47.408Z[ helios-setup] Feb 13 04:40:46.118 INFO clone ok!, project: chelsio-t6-roms
23412025-02-13T04:40:47.411Z[ helios-setup] Feb 13 04:40:46.118 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
23422025-02-13T04:40:47.411Z[ helios-setup] Feb 13 04:40:46.118 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23432025-02-13T04:40:47.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23442025-02-13T04:40:48.174Z[ helios-setup] Feb 13 04:40:46.883 INFO clone ok!, project: bootserver
23452025-02-13T04:40:48.176Z[ helios-setup] Feb 13 04:40:46.883 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
23462025-02-13T04:40:48.176Z[ helios-setup] Feb 13 04:40:46.883 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
23472025-02-13T04:40:48.179Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23482025-02-13T04:40:49.251Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23492025-02-13T04:40:49.261Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23502025-02-13T04:40:54.959Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.79s
23512025-02-13T04:40:55.056Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23522025-02-13T04:40:55.066Z[ helios-setup] Feb 13 04:40:53.774 INFO clone ok!, project: amd-host-image-builder
23532025-02-13T04:40:55.068Z[ helios-setup] Feb 13 04:40:53.775 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
23542025-02-13T04:40:55.068Z[ helios-setup] Feb 13 04:40:53.775 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23552025-02-13T04:40:55.071Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23562025-02-13T04:40:55.198Z[ omicron-package]
23572025-02-13T04:40:55.198Z[ omicron-package] real 49.993384401
23582025-02-13T04:40:55.198Z[ omicron-package] user 3:06.069705933
23592025-02-13T04:40:55.201Z[ omicron-package] sys 19.038295659
23602025-02-13T04:40:55.201Z[ omicron-package] trap 0.412396605
23612025-02-13T04:40:55.201Z[ omicron-package] tflt 0.942774469
23622025-02-13T04:40:55.201Z[ omicron-package] dflt 0.507165095
23632025-02-13T04:40:55.201Z[ omicron-package] kflt 0.000002089
23642025-02-13T04:40:55.201Z[ omicron-package] lock 5:26.510428249
23652025-02-13T04:40:55.201Z[ omicron-package] slp 9:55.782945761
23662025-02-13T04:40:55.201Z[ omicron-package] lat 1:45.756293644
23672025-02-13T04:40:55.201Z[ omicron-package] stop 59.823240741
23682025-02-13T04:40:55.201ZFeb 13 04:40:53.908 INFO [omicron-package] process exited with exit status: 0 (50.040332406s)
23692025-02-13T04:40:55.201ZFeb 13 04:40:53.908 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23702025-02-13T04:40:55.292ZFeb 13 04:40:54.001 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23712025-02-13T04:40:55.304Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23722025-02-13T04:40:55.306Z[ host-target] Created new build target 'host' and set it as active
23732025-02-13T04:40:55.309ZFeb 13 04:40:54.016 INFO [host-target] process exited with exit status: 0 (107.553057ms)
23742025-02-13T04:40:55.309ZFeb 13 04:40:54.016 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23752025-02-13T04:40:55.316Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23762025-02-13T04:40:55.319Z[ recovery-target] Created new build target 'recovery' and set it as active
23772025-02-13T04:40:55.322ZFeb 13 04:40:54.029 INFO [recovery-target] process exited with exit status: 0 (27.90396ms)
23782025-02-13T04:40:55.328Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23792025-02-13T04:40:56.066Z[ helios-setup] Feb 13 04:40:54.775 INFO clone ok!, project: pilot
23802025-02-13T04:40:56.069Z[ helios-setup] Feb 13 04:40:54.775 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23812025-02-13T04:40:56.069Z[ helios-setup] Feb 13 04:40:54.775 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
23822025-02-13T04:40:56.069Z[ helios-setup] Feb 13 04:40:54.775 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23832025-02-13T04:40:56.072Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23842025-02-13T04:40:56.570Z[ host-package] Compiling thiserror v2.0.11
23852025-02-13T04:40:56.710Z[ host-package] Compiling typify-impl v0.3.0
23862025-02-13T04:40:56.728Z[ host-package] Compiling convert_case v0.4.0
23872025-02-13T04:40:56.728Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23882025-02-13T04:40:56.730Z[ host-package] Compiling newline-converter v0.3.0
23892025-02-13T04:40:56.730Z[ host-package] Compiling password-hash v0.5.0
23902025-02-13T04:40:56.731Z[ host-package] Compiling blake2 v0.10.6
23912025-02-13T04:40:56.801Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23922025-02-13T04:40:56.965Z[ host-package] Compiling expectorate v1.1.0
23932025-02-13T04:40:56.997Z[ host-package] Compiling atomicwrites v0.4.4
23942025-02-13T04:40:57.273Z[ host-package] Compiling cancel-safe-futures v0.1.5
23952025-02-13T04:40:57.473Z[ host-package] Compiling derive_more v0.99.18
23962025-02-13T04:40:57.539Z[ host-package] Compiling argon2 v0.5.3
23972025-02-13T04:40:57.649Z[ host-package] Compiling owo-colors v4.1.0
23982025-02-13T04:40:57.943Z[ host-package] Compiling num-rational v0.4.2
23992025-02-13T04:40:58.001Z[ host-package] Compiling progenitor-client v0.9.1
24002025-02-13T04:40:58.035Z[ host-package] Compiling num-complex v0.4.6
24012025-02-13T04:40:58.675Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24022025-02-13T04:40:59.174Z[ host-package] Compiling num v0.4.3
24032025-02-13T04:40:59.370Z[ host-package] Compiling libsw v3.3.1
24042025-02-13T04:40:59.728Z[ host-package] Compiling linear-map v1.2.0
24052025-02-13T04:41:00.022Z[ host-package] Compiling swrite v0.1.0
24062025-02-13T04:41:00.061Z[ host-package] Compiling float-ord v0.3.2
24072025-02-13T04:41:00.199Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24082025-02-13T04:41:00.222Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24092025-02-13T04:41:00.277Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24102025-02-13T04:41:00.504Z[ host-package] Compiling highway v1.2.0
24112025-02-13T04:41:01.550Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122025-02-13T04:41:02.084Z[ host-package] Compiling semver v0.1.20
24132025-02-13T04:41:02.685Z[ host-package] Compiling rustc_version v0.1.7
24142025-02-13T04:41:03.130Z[ host-package] Compiling newtype_derive v0.1.6
24152025-02-13T04:41:03.507Z[ host-package] Compiling tungstenite v0.21.0
24162025-02-13T04:41:03.632Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24172025-02-13T04:41:05.350Z[ helios-setup] Feb 13 04:41:04.057 INFO clone ok!, project: amd-firmware
24182025-02-13T04:41:05.352Z[ helios-setup] Feb 13 04:41:04.057 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
24192025-02-13T04:41:05.352Z[ helios-setup] Feb 13 04:41:04.057 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24202025-02-13T04:41:05.355Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24212025-02-13T04:41:06.186Z[ helios-setup] Feb 13 04:41:04.893 INFO clone ok!, project: phbl
24222025-02-13T04:41:06.189Z[ helios-setup] Feb 13 04:41:04.893 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24232025-02-13T04:41:06.189Z[ helios-setup] Feb 13 04:41:04.893 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
24242025-02-13T04:41:06.189Z[ helios-setup] Feb 13 04:41:04.893 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24252025-02-13T04:41:06.191Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24262025-02-13T04:41:07.245Z[ helios-setup] Feb 13 04:41:05.952 INFO clone ok!, project: image-builder
24272025-02-13T04:41:07.248Z[ helios-setup] Feb 13 04:41:05.952 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24282025-02-13T04:41:08.154Z[ helios-setup] Feb 13 04:41:06.861 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24292025-02-13T04:41:08.553Z[ host-package] Compiling typify-macro v0.3.0
24302025-02-13T04:41:08.756Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24312025-02-13T04:41:08.845Z[ helios-setup] Feb 13 04:41:07.551 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24322025-02-13T04:41:08.845Z[ helios-setup] Feb 13 04:41:07.551 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24332025-02-13T04:41:09.128Z[ host-package] Compiling ipnetwork v0.20.0
24342025-02-13T04:41:09.453Z[ helios-setup] Feb 13 04:41:08.159 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24352025-02-13T04:41:09.979Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24362025-02-13T04:41:10.290Z[ host-package] Compiling tokio-tungstenite v0.21.0
24372025-02-13T04:41:10.326Z[ helios-setup] Feb 13 04:41:09.031 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24382025-02-13T04:41:10.326Z[ helios-setup] Feb 13 04:41:09.031 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24392025-02-13T04:41:10.655Z[ host-package] Compiling progenitor-client v0.8.0
24402025-02-13T04:41:10.907Z[ host-package] Compiling humantime v2.1.0
24412025-02-13T04:41:10.953Z[ helios-setup] Feb 13 04:41:09.659 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24422025-02-13T04:41:11.231Z[ host-package] Compiling progenitor v0.8.0
24432025-02-13T04:41:11.338Z[ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24442025-02-13T04:41:11.494Z[ host-package] Compiling dropshot v0.15.1
24452025-02-13T04:41:11.548Z[ helios-setup] Feb 13 04:41:10.253 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24462025-02-13T04:41:11.548Z[ helios-setup] Feb 13 04:41:10.253 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24472025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.253 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24482025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.253 INFO ok!
24492025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.253 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24502025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.253 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24512025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.253 INFO ok!
24522025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.254 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24532025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.254 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24542025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.254 INFO ok!
24552025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.254 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24562025-02-13T04:41:11.551Z[ helios-setup] Feb 13 04:41:10.254 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24572025-02-13T04:41:11.614Z[ host-package] Compiling instant v0.1.13
24582025-02-13T04:41:11.810Z[ helios-setup] Feb 13 04:41:10.516 INFO E| Downloading crates ...
24592025-02-13T04:41:11.844Z[ host-package] Compiling backoff v0.4.0
24602025-02-13T04:41:11.888Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24612025-02-13T04:41:11.919Z[ helios-setup] Feb 13 04:41:10.626 INFO E| Downloaded miniz_oxide v0.7.2
24622025-02-13T04:41:11.961Z[ helios-setup] Feb 13 04:41:10.667 INFO E| Compiling adler v1.0.2
24632025-02-13T04:41:12.127Z[ helios-setup] Feb 13 04:41:10.833 INFO E| Compiling miniz_oxide v0.7.2
24642025-02-13T04:41:12.208Z[ host-package] Compiling typify v0.3.0
24652025-02-13T04:41:12.369Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24662025-02-13T04:41:12.425Z[ host-package] Compiling progenitor-impl v0.9.1
24672025-02-13T04:41:14.969Z[ helios-setup] Feb 13 04:41:13.675 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24682025-02-13T04:41:15.862Z[ helios-setup] Feb 13 04:41:14.568 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
24692025-02-13T04:41:15.872Z[ helios-setup] Feb 13 04:41:14.578 INFO building project "pinprick" ok (4 seconds)
24702025-02-13T04:41:15.872Z[ helios-setup] Feb 13 04:41:14.578 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24712025-02-13T04:41:15.872Z[ helios-setup] Feb 13 04:41:14.578 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24722025-02-13T04:41:16.128Z[ helios-setup] Feb 13 04:41:14.834 INFO E| Downloading crates ...
24732025-02-13T04:41:16.211Z[ helios-setup] Feb 13 04:41:14.916 INFO E| Downloaded cpufeatures v0.2.5
24742025-02-13T04:41:16.213Z[ helios-setup] Feb 13 04:41:14.919 INFO E| Downloaded block-buffer v0.10.3
24752025-02-13T04:41:16.216Z[ helios-setup] Feb 13 04:41:14.921 INFO E| Downloaded anyhow v1.0.62
24762025-02-13T04:41:16.228Z[ helios-setup] Feb 13 04:41:14.927 INFO E| Downloaded sha2 v0.10.5
24772025-02-13T04:41:16.228Z[ helios-setup] Feb 13 04:41:14.930 INFO E| Downloaded generic-array v0.14.6
24782025-02-13T04:41:16.228Z[ helios-setup] Feb 13 04:41:14.934 INFO E| Downloaded unicode-width v0.1.10
24792025-02-13T04:41:16.228Z[ helios-setup] Feb 13 04:41:14.934 INFO E| Downloaded miniz_oxide v0.6.2
24802025-02-13T04:41:16.232Z[ helios-setup] Feb 13 04:41:14.937 INFO E| Downloaded digest v0.10.3
24812025-02-13T04:41:16.235Z[ helios-setup] Feb 13 04:41:14.940 INFO E| Downloaded flate2 v1.0.25
24822025-02-13T04:41:16.241Z[ helios-setup] Feb 13 04:41:14.947 INFO E| Downloaded bytes v1.2.1
24832025-02-13T04:41:16.247Z[ helios-setup] Feb 13 04:41:14.953 INFO E| Downloaded typenum v1.15.0
24842025-02-13T04:41:16.350Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling version_check v0.9.4
24852025-02-13T04:41:16.350Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling typenum v1.15.0
24862025-02-13T04:41:16.350Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling cfg-if v1.0.0
24872025-02-13T04:41:16.354Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling crc32fast v1.3.2
24882025-02-13T04:41:16.354Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling anyhow v1.0.62
24892025-02-13T04:41:16.354Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling adler v1.0.2
24902025-02-13T04:41:16.354Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling unicode-width v0.1.10
24912025-02-13T04:41:16.354Z[ helios-setup] Feb 13 04:41:15.056 INFO E| Compiling cpufeatures v0.2.5
24922025-02-13T04:41:16.956Z[ helios-setup] Feb 13 04:41:15.645 INFO E| Compiling bytes v1.2.1
24932025-02-13T04:41:17.289Z[ helios-setup] Feb 13 04:41:15.994 INFO E| Compiling miniz_oxide v0.6.2
24942025-02-13T04:41:17.420Z[ helios-setup] Feb 13 04:41:16.125 INFO E| Compiling getopts v0.2.21
24952025-02-13T04:41:17.489Z[ helios-setup] Feb 13 04:41:16.194 INFO E| Compiling bitflags v1.3.2
24962025-02-13T04:41:17.955Z[ helios-setup] Feb 13 04:41:16.660 INFO E| Compiling generic-array v0.14.6
24972025-02-13T04:41:18.568Z[ helios-setup] Feb 13 04:41:17.273 INFO E| Compiling flate2 v1.0.25
24982025-02-13T04:41:20.965Z[ host-package] Compiling progenitor-macro v0.9.1
24992025-02-13T04:41:21.747Z[ helios-setup] Feb 13 04:41:20.452 INFO E| Compiling block-buffer v0.10.3
25002025-02-13T04:41:21.748Z[ helios-setup] Feb 13 04:41:20.452 INFO E| Compiling crypto-common v0.1.6
25012025-02-13T04:41:22.024Z[ helios-setup] Feb 13 04:41:20.724 INFO E| Compiling digest v0.10.3
25022025-02-13T04:41:22.380Z[ helios-setup] Feb 13 04:41:21.085 INFO E| Compiling sha2 v0.10.5
25032025-02-13T04:41:22.948Z[ helios-setup] Feb 13 04:41:21.652 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25042025-02-13T04:41:23.045Z[ host-package] Compiling steno v0.4.1
25052025-02-13T04:41:23.305Z[ host-package] Compiling parse-display v0.10.0
25062025-02-13T04:41:24.003Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25072025-02-13T04:41:24.148Z[ host-package] Compiling strum v0.26.3
25082025-02-13T04:41:24.314Z[ host-package] Compiling serde_with v3.11.0
25092025-02-13T04:41:24.502Z[ host-package] Compiling regress v0.9.1
25102025-02-13T04:41:27.923Z[ helios-setup] Feb 13 04:41:26.626 INFO E| Finished `release` profile [optimized] target(s) in 11.95s
25112025-02-13T04:41:27.937Z[ helios-setup] Feb 13 04:41:26.641 INFO building project "bootserver" ok (12 seconds)
25122025-02-13T04:41:27.937Z[ helios-setup] Feb 13 04:41:26.641 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25132025-02-13T04:41:27.937Z[ helios-setup] Feb 13 04:41:26.641 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25142025-02-13T04:41:27.947Z[ helios-setup] Feb 13 04:41:26.651 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25152025-02-13T04:41:28.181Z[ helios-setup] Feb 13 04:41:26.884 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25162025-02-13T04:41:28.181Z[ helios-setup] Feb 13 04:41:26.884 INFO E| info: downloading component 'cargo'
25172025-02-13T04:41:28.559Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25182025-02-13T04:41:29.958Z[ helios-setup] Feb 13 04:41:28.662 INFO E| info: downloading component 'clippy'
25192025-02-13T04:41:30.268Z[ helios-setup] Feb 13 04:41:28.971 INFO E| info: downloading component 'rust-docs'
25202025-02-13T04:41:30.288Z[ host-package] Compiling macaddr v1.0.1
25212025-02-13T04:41:30.498Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25222025-02-13T04:41:30.714Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232025-02-13T04:41:30.768Z[ host-package] Compiling slog-dtrace v0.3.0
25242025-02-13T04:41:31.276Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25252025-02-13T04:41:31.348Z[ host-package] Compiling prettyplease v0.2.25
25262025-02-13T04:41:31.982Z[ helios-setup] Feb 13 04:41:30.685 INFO E| info: downloading component 'rust-src'
25272025-02-13T04:41:32.206Z[ helios-setup] Feb 13 04:41:30.909 INFO E| info: downloading component 'rust-std'
25282025-02-13T04:41:33.247Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25292025-02-13T04:41:33.948Z[ host-package] Compiling progenitor v0.9.1
25302025-02-13T04:41:34.249Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312025-02-13T04:41:34.382Z[ helios-setup] Feb 13 04:41:33.085 INFO E| info: downloading component 'rustc'
25322025-02-13T04:41:37.293Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25332025-02-13T04:41:40.378Z[ helios-setup] Feb 13 04:41:39.080 INFO E| info: downloading component 'rustfmt'
25342025-02-13T04:41:40.656Z[ helios-setup] Feb 13 04:41:39.358 INFO E| info: installing component 'cargo'
25352025-02-13T04:41:41.988Z[ helios-setup] Feb 13 04:41:40.691 INFO E| info: installing component 'clippy'
25362025-02-13T04:41:42.406Z[ helios-setup] Feb 13 04:41:41.107 INFO E| info: installing component 'rust-docs'
25372025-02-13T04:41:48.142Z[ helios-setup] Feb 13 04:41:46.844 INFO E| info: installing component 'rust-src'
25382025-02-13T04:41:48.243Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25392025-02-13T04:41:48.744Z[ helios-setup] Feb 13 04:41:47.444 INFO E| info: installing component 'rust-std'
25402025-02-13T04:41:50.213Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25412025-02-13T04:41:50.603Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25422025-02-13T04:41:51.021Z[ helios-setup] Feb 13 04:41:49.721 INFO E| info: installing component 'rustc'
25432025-02-13T04:41:52.049Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442025-02-13T04:41:53.530Z[ host-package] Compiling half v2.4.1
25452025-02-13T04:41:54.285Z[ host-package] Compiling ciborium-io v0.2.2
25462025-02-13T04:41:56.024Z[ host-package] Compiling ciborium-ll v0.2.2
25472025-02-13T04:41:56.727Z[ host-package] Compiling ciborium v0.2.2
25482025-02-13T04:41:57.552Z[ helios-setup] Feb 13 04:41:56.251 INFO E| info: installing component 'rustfmt'
25492025-02-13T04:41:57.719Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25502025-02-13T04:41:58.031Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512025-02-13T04:41:58.376Z[ helios-setup] Feb 13 04:41:57.076 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25522025-02-13T04:41:58.944Z[ host-package] Compiling display-error-chain v0.2.2
25532025-02-13T04:41:59.095Z[ host-package] Compiling fastrand v2.1.1
25542025-02-13T04:41:59.197Z[ host-package] Compiling same-file v1.0.6
25552025-02-13T04:41:59.300Z[ helios-setup] Feb 13 04:41:58.000 INFO E| From https://github.com/oxidecomputer/amd-apcb
25562025-02-13T04:41:59.300Z[ helios-setup] Feb 13 04:41:58.000 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25572025-02-13T04:41:59.300Z[ helios-setup] Feb 13 04:41:58.000 INFO E| * [new tag] v0.4.5 -> v0.4.5
25582025-02-13T04:41:59.332Z[ helios-setup] Feb 13 04:41:58.032 INFO E| * [new tag] v0.1.3 -> v0.1.3
25592025-02-13T04:41:59.333Z[ helios-setup] Feb 13 04:41:58.032 INFO E| * [new tag] v0.1.4 -> v0.1.4
25602025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.032 INFO E| * [new tag] v0.1.5 -> v0.1.5
25612025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.2.0 -> v0.2.0
25622025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.3.0 -> v0.3.0
25632025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.3.1 -> v0.3.1
25642025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.3.2 -> v0.3.2
25652025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.3.3 -> v0.3.3
25662025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.4.0 -> v0.4.0
25672025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.033 INFO E| * [new tag] v0.4.1 -> v0.4.1
25682025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.034 INFO E| * [new tag] v0.4.2 -> v0.4.2
25692025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.034 INFO E| * [new tag] v0.4.3 -> v0.4.3
25702025-02-13T04:41:59.336Z[ helios-setup] Feb 13 04:41:58.034 INFO E| * [new tag] v0.4.4 -> v0.4.4
25712025-02-13T04:41:59.374Z[ helios-setup] Feb 13 04:41:58.073 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25722025-02-13T04:41:59.559Z[ host-package] Compiling tempfile v3.13.0
25732025-02-13T04:41:59.637Z[ host-package] Compiling walkdir v2.5.0
25742025-02-13T04:42:00.286Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25752025-02-13T04:42:00.337Z[ host-package] Compiling blake3 v1.5.4
25762025-02-13T04:42:00.413Z[ helios-setup] Feb 13 04:41:59.113 INFO E| From https://github.com/oxidecomputer/amd-efs
25772025-02-13T04:42:00.413Z[ helios-setup] Feb 13 04:41:59.113 INFO E| * [new branch] empty -> origin/empty
25782025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.113 INFO E| * [new branch] issue-99 -> origin/issue-99
25792025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.113 INFO E| * [new branch] main -> origin/main
25802025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.113 INFO E| * [new branch] review -> origin/review
25812025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.113 INFO E| * [new ref] -> origin/HEAD
25822025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.0 -> v0.2.0
25832025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.1 -> v0.2.1
25842025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.2 -> v0.2.2
25852025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.3 -> v0.2.3
25862025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.4 -> v0.2.4
25872025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.5 -> v0.2.5
25882025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.114 INFO E| * [new tag] v0.2.6 -> v0.2.6
25892025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.2.7 -> v0.2.7
25902025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.3.0 -> v0.3.0
25912025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.3.1 -> v0.3.1
25922025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.4.0 -> v0.4.0
25932025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.4.1 -> v0.4.1
25942025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.4.2 -> v0.4.2
25952025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.115 INFO E| * [new tag] v0.4.3 -> v0.4.3
25962025-02-13T04:42:00.416Z[ helios-setup] Feb 13 04:41:59.116 INFO E| * [new tag] v0.4.4 -> v0.4.4
25972025-02-13T04:42:00.439Z[ helios-setup] Feb 13 04:41:59.139 INFO E| Updating crates.io index
25982025-02-13T04:42:00.601Z[ helios-setup] Feb 13 04:41:59.301 INFO E| Downloading crates ...
25992025-02-13T04:42:00.677Z[ helios-setup] Feb 13 04:41:59.376 INFO E| Downloaded four-cc v0.3.0
26002025-02-13T04:42:00.680Z[ helios-setup] Feb 13 04:41:59.378 INFO E| Downloaded bytesize v1.3.0
26012025-02-13T04:42:00.696Z[ helios-setup] Feb 13 04:41:59.396 INFO E| Downloaded unic-char-range v0.9.0
26022025-02-13T04:42:00.699Z[ helios-setup] Feb 13 04:41:59.398 INFO E| Downloaded unic-ucd-version v0.9.0
26032025-02-13T04:42:00.702Z[ helios-setup] Feb 13 04:41:59.400 INFO E| Downloaded unic-common v0.9.0
26042025-02-13T04:42:00.702Z[ helios-setup] Feb 13 04:41:59.401 INFO E| Downloaded strsim v0.8.0
26052025-02-13T04:42:00.704Z[ helios-setup] Feb 13 04:41:59.403 INFO E| Downloaded unic-char-property v0.9.0
26062025-02-13T04:42:00.707Z[ helios-setup] Feb 13 04:41:59.405 INFO E| Downloaded strum_macros v0.23.1
26072025-02-13T04:42:00.710Z[ helios-setup] Feb 13 04:41:59.408 INFO E| Downloaded strum v0.23.0
26082025-02-13T04:42:00.710Z[ helios-setup] Feb 13 04:41:59.409 INFO E| Downloaded itoa v1.0.14
26092025-02-13T04:42:00.713Z[ helios-setup] Feb 13 04:41:59.412 INFO E| Downloaded scroll v0.10.2
26102025-02-13T04:42:00.715Z[ helios-setup] Feb 13 04:41:59.414 INFO E| Downloaded pest_meta v2.7.15
26112025-02-13T04:42:00.718Z[ helios-setup] Feb 13 04:41:59.418 INFO E| Downloaded pest_generator v2.7.15
26122025-02-13T04:42:00.720Z[ helios-setup] Feb 13 04:41:59.419 INFO E| Downloaded pest_derive v2.7.15
26132025-02-13T04:42:00.723Z[ helios-setup] Feb 13 04:41:59.423 INFO E| Downloaded cpufeatures v0.2.16
26142025-02-13T04:42:00.726Z[ helios-setup] Feb 13 04:41:59.425 INFO E| Downloaded ansi_term v0.12.1
26152025-02-13T04:42:00.729Z[ helios-setup] Feb 13 04:41:59.428 INFO E| Downloaded fletcher v0.1.0
26162025-02-13T04:42:00.733Z[ helios-setup] Feb 13 04:41:59.430 INFO E| Downloaded proc-macro2 v1.0.93
26172025-02-13T04:42:00.736Z[ helios-setup] Feb 13 04:41:59.434 INFO E| Downloaded clap v2.34.0
26182025-02-13T04:42:00.747Z[ helios-setup] Feb 13 04:41:59.445 INFO E| Downloaded toml v0.5.11
26192025-02-13T04:42:00.749Z[ helios-setup] Feb 13 04:41:59.448 INFO E| Downloaded vec_map v0.8.2
26202025-02-13T04:42:00.752Z[ helios-setup] Feb 13 04:41:59.450 INFO E| Downloaded semver v0.9.0
26212025-02-13T04:42:00.752Z[ helios-setup] Feb 13 04:41:59.452 INFO E| Downloaded semver-parser v0.7.0
26222025-02-13T04:42:00.755Z[ helios-setup] Feb 13 04:41:59.453 INFO E| Downloaded structopt-derive v0.4.18
26232025-02-13T04:42:00.757Z[ helios-setup] Feb 13 04:41:59.455 INFO E| Downloaded rustc_version v0.2.3
26242025-02-13T04:42:00.757Z[ helios-setup] Feb 13 04:41:59.456 INFO E| Downloaded structopt v0.3.26
26252025-02-13T04:42:00.771Z[ helios-setup] Feb 13 04:41:59.470 INFO E| Downloaded unic-ucd-ident v0.9.0
26262025-02-13T04:42:00.773Z[ helios-setup] Feb 13 04:41:59.473 INFO E| Downloaded pre-proc-macro v0.2.1
26272025-02-13T04:42:00.776Z[ helios-setup] Feb 13 04:41:59.475 INFO E| Downloaded textwrap v0.11.0
26282025-02-13T04:42:00.779Z[ helios-setup] Feb 13 04:41:59.479 INFO E| Downloaded rustversion v1.0.19
26292025-02-13T04:42:00.781Z[ helios-setup] Feb 13 04:41:59.481 INFO E| Downloaded pre v0.2.1
26302025-02-13T04:42:00.784Z[ helios-setup] Feb 13 04:41:59.483 INFO E| Downloaded pest v2.7.15
26312025-02-13T04:42:00.791Z[ helios-setup] Feb 13 04:41:59.490 INFO E| Downloaded memoffset v0.5.6
26322025-02-13T04:42:00.793Z[ helios-setup] Feb 13 04:41:59.492 INFO E| Downloaded proc-macro-crate v0.1.5
26332025-02-13T04:42:00.793Z[ helios-setup] Feb 13 04:41:59.493 INFO E| Downloaded cfg-if v0.1.10
26342025-02-13T04:42:00.796Z[ helios-setup] Feb 13 04:41:59.494 INFO E| Downloaded scroll_derive v0.10.5
26352025-02-13T04:42:00.797Z[ helios-setup] Feb 13 04:41:59.495 INFO E| Downloaded parse_int v0.6.0
26362025-02-13T04:42:00.799Z[ helios-setup] Feb 13 04:41:59.496 INFO E| Downloaded modular-bitfield-impl v0.11.2
26372025-02-13T04:42:00.799Z[ helios-setup] Feb 13 04:41:59.498 INFO E| Downloaded modular-bitfield v0.11.2
26382025-02-13T04:42:00.812Z[ helios-setup] Feb 13 04:41:59.511 INFO E| Downloaded goblin v0.4.3
26392025-02-13T04:42:00.903Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling proc-macro2 v1.0.93
26402025-02-13T04:42:00.903Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling unicode-ident v1.0.14
26412025-02-13T04:42:00.904Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling syn v1.0.109
26422025-02-13T04:42:00.904Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling version_check v0.9.5
26432025-02-13T04:42:00.904Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling memchr v2.7.4
26442025-02-13T04:42:00.907Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling semver-parser v0.7.0
26452025-02-13T04:42:00.907Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling autocfg v1.4.0
26462025-02-13T04:42:00.907Z[ helios-setup] Feb 13 04:41:59.603 INFO E| Compiling serde v1.0.217
26472025-02-13T04:42:01.006Z[ host-package] Compiling const_format_proc_macros v0.2.34
26482025-02-13T04:42:02.107Z[ helios-setup] Feb 13 04:42:00.806 INFO E| Compiling semver v0.9.0
26492025-02-13T04:42:02.205Z[ helios-setup] Feb 13 04:42:00.905 INFO E| Compiling proc-macro-error-attr v1.0.4
26502025-02-13T04:42:02.849Z[ helios-setup] Feb 13 04:42:01.548 INFO E| Compiling rustc_version v0.2.3
26512025-02-13T04:42:02.944Z[ helios-setup] Feb 13 04:42:01.643 INFO E| Compiling proc-macro-error v1.0.4
26522025-02-13T04:42:03.026Z[ helios-setup] Feb 13 04:42:01.724 INFO E| Compiling serde_json v1.0.135
26532025-02-13T04:42:03.045Z[ helios-setup] Feb 13 04:42:01.744 INFO E| Compiling thiserror v2.0.11
26542025-02-13T04:42:03.814Z[ helios-setup] Feb 13 04:42:02.513 INFO E| Compiling num-traits v0.2.19
26552025-02-13T04:42:03.818Z[ helios-setup] Feb 13 04:42:02.517 INFO E| Compiling schemars v0.8.21
26562025-02-13T04:42:03.883Z[ helios-setup] Feb 13 04:42:02.581 INFO E| Compiling unicode-segmentation v1.12.0
26572025-02-13T04:42:04.518Z[ helios-setup] Feb 13 04:42:03.214 INFO E| Compiling quote v1.0.38
26582025-02-13T04:42:04.521Z[ helios-setup] Feb 13 04:42:03.219 INFO E| Compiling ryu v1.0.18
26592025-02-13T04:42:04.525Z[ helios-setup] Feb 13 04:42:03.224 INFO E| Compiling itoa v1.0.14
26602025-02-13T04:42:04.698Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26612025-02-13T04:42:04.860Z[ host-package] Compiling xattr v1.3.1
26622025-02-13T04:42:05.067Z[ helios-setup] Feb 13 04:42:03.765 INFO E| Compiling pre-proc-macro v0.2.1
26632025-02-13T04:42:05.105Z[ helios-setup] Feb 13 04:42:03.804 INFO E| Compiling memoffset v0.5.6
26642025-02-13T04:42:05.270Z[ helios-setup] Feb 13 04:42:03.969 INFO E| Compiling syn v2.0.96
26652025-02-13T04:42:05.623Z[ host-package] Compiling memmap2 v0.9.5
26662025-02-13T04:42:05.648Z[ helios-setup] Feb 13 04:42:04.347 INFO E| Compiling heck v0.3.3
26672025-02-13T04:42:05.668Z[ helios-setup] Feb 13 04:42:04.367 INFO E| Compiling ucd-trie v0.1.7
26682025-02-13T04:42:05.744Z[ host-package] Compiling filetime v0.2.25
26692025-02-13T04:42:05.817Z[ host-package] Compiling arrayref v0.3.9
26702025-02-13T04:42:06.067Z[ helios-setup] Feb 13 04:42:04.765 INFO E| Compiling dyn-clone v1.0.17
26712025-02-13T04:42:06.074Z[ host-package] Compiling crunchy v0.2.2
26722025-02-13T04:42:06.142Z[ helios-setup] Feb 13 04:42:04.841 INFO E| Compiling thiserror v1.0.69
26732025-02-13T04:42:06.197Z[ helios-setup] Feb 13 04:42:04.896 INFO E| Compiling libc v0.2.169
26742025-02-13T04:42:06.529Z[ helios-setup] Feb 13 04:42:05.228 INFO E| Compiling rustversion v1.0.19
26752025-02-13T04:42:06.534Z[ host-package] Compiling maplit v1.0.2
26762025-02-13T04:42:06.647Z[ host-package] Compiling constant_time_eq v0.3.1
26772025-02-13T04:42:06.985Z[ host-package] Compiling arrayvec v0.7.6
26782025-02-13T04:42:07.081Z[ host-package] Compiling keccak v0.1.5
26792025-02-13T04:42:07.461Z[ helios-setup] Feb 13 04:42:06.159 INFO E| Compiling paste v1.0.15
26802025-02-13T04:42:07.533Z[ host-package] Compiling tar v0.4.42
26812025-02-13T04:42:07.663Z[ helios-setup] Feb 13 04:42:06.361 INFO E| Compiling lazy_static v1.5.0
26822025-02-13T04:42:07.995Z[ helios-setup] Feb 13 04:42:06.693 INFO E| Compiling pre v0.2.1
26832025-02-13T04:42:08.005Z[ helios-setup] Feb 13 04:42:06.703 INFO E| Compiling byteorder v1.5.0
26842025-02-13T04:42:08.503Z[ helios-setup] Feb 13 04:42:07.201 INFO E| Compiling cfg-if v0.1.10
26852025-02-13T04:42:08.784Z[ helios-setup] Feb 13 04:42:07.483 INFO E| Compiling static_assertions v1.1.0
26862025-02-13T04:42:08.868Z[ helios-setup] Feb 13 04:42:07.567 INFO E| Compiling once_cell v1.20.2
26872025-02-13T04:42:09.416Z[ host-package] Compiling sha3 v0.10.8
26882025-02-13T04:42:09.859Z[ helios-setup] Feb 13 04:42:08.557 INFO E| Compiling unicode-width v0.1.14
26892025-02-13T04:42:10.355Z[ host-package] Compiling const_format v0.2.34
26902025-02-13T04:42:10.576Z[ helios-setup] Feb 13 04:42:09.274 INFO E| Compiling atty v0.2.14
26912025-02-13T04:42:10.936Z[ helios-setup] Feb 13 04:42:09.634 INFO E| Compiling textwrap v0.11.0
26922025-02-13T04:42:11.107Z[ helios-setup] Feb 13 04:42:09.805 INFO E| Compiling strum v0.23.0
26932025-02-13T04:42:11.234Z[ host-package] Compiling camino-tempfile v1.1.1
26942025-02-13T04:42:11.329Z[ host-package] Compiling toolchain_find v0.4.0
26952025-02-13T04:42:11.379Z[ helios-setup] Feb 13 04:42:10.067 INFO E| Compiling ansi_term v0.12.1
26962025-02-13T04:42:11.405Z[ helios-setup] Feb 13 04:42:10.103 INFO E| Compiling bitflags v1.3.2
26972025-02-13T04:42:11.433Z[ host-package] Compiling tiny-keccak v2.0.2
26982025-02-13T04:42:11.499Z[ helios-setup] Feb 13 04:42:10.197 INFO E| Compiling unic-char-range v0.9.0
26992025-02-13T04:42:11.975Z[ helios-setup] Feb 13 04:42:10.673 INFO E| Compiling parse_int v0.6.0
27002025-02-13T04:42:11.991Z[ helios-setup] Feb 13 04:42:10.690 INFO E| Compiling unic-common v0.9.0
27012025-02-13T04:42:12.022Z[ host-package] Compiling topological-sort v0.2.2
27022025-02-13T04:42:12.149Z[ helios-setup] Feb 13 04:42:10.847 INFO E| Compiling vec_map v0.8.2
27032025-02-13T04:42:12.324Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27042025-02-13T04:42:12.377Z[ helios-setup] Feb 13 04:42:11.075 INFO E| Compiling strsim v0.8.0
27052025-02-13T04:42:12.396Z[ helios-setup] Feb 13 04:42:11.093 INFO E| Compiling fletcher v0.1.0
27062025-02-13T04:42:12.422Z[ helios-setup] Feb 13 04:42:11.120 INFO E| Compiling unic-ucd-version v0.9.0
27072025-02-13T04:42:12.435Z[ helios-setup] Feb 13 04:42:11.133 INFO E| Compiling unic-char-property v0.9.0
27082025-02-13T04:42:12.503Z[ helios-setup] Feb 13 04:42:11.201 INFO E| Compiling log v0.4.22
27092025-02-13T04:42:12.521Z[ helios-setup] Feb 13 04:42:11.219 INFO E| Compiling plain v0.2.3
27102025-02-13T04:42:12.759Z[ helios-setup] Feb 13 04:42:11.457 INFO E| Compiling clap v2.34.0
27112025-02-13T04:42:12.762Z[ helios-setup] Feb 13 04:42:11.457 INFO E| Compiling unic-ucd-ident v0.9.0
27122025-02-13T04:42:12.782Z[ helios-setup] Feb 13 04:42:11.480 INFO E| Compiling bytesize v1.3.0
27132025-02-13T04:42:12.840Z[ host-package] Compiling omicron-zone-package v0.12.0
27142025-02-13T04:42:13.162Z[ host-package] Compiling dsl_auto_type v0.1.2
27152025-02-13T04:42:13.492Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27162025-02-13T04:42:13.804Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27172025-02-13T04:42:14.316Z[ helios-setup] Feb 13 04:42:13.014 INFO E| Compiling serde_derive_internals v0.29.1
27182025-02-13T04:42:14.568Z[ host-package] Compiling r2d2 v0.8.10
27192025-02-13T04:42:15.326Z[ helios-setup] Feb 13 04:42:14.024 INFO E| Compiling toml v0.5.11
27202025-02-13T04:42:15.431Z[ host-package] Compiling diesel_derives v2.2.3
27212025-02-13T04:42:15.925Z[ host-package] Compiling phf_generator v0.11.2
27222025-02-13T04:42:16.117Z[ host-package] Compiling ascii-canvas v3.0.0
27232025-02-13T04:42:16.633Z[ host-package] Compiling secrecy v0.8.0
27242025-02-13T04:42:17.089Z[ host-package] Compiling ena v0.14.3
27252025-02-13T04:42:17.134Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27262025-02-13T04:42:17.980Z[ host-package] Compiling diff v0.1.13
27272025-02-13T04:42:18.016Z[ host-package] Compiling arc-swap v1.7.1
27282025-02-13T04:42:18.712Z[ helios-setup] Feb 13 04:42:17.408 INFO E| Compiling proc-macro-crate v0.1.5
27292025-02-13T04:42:18.845Z[ host-package] Compiling regex-syntax v0.6.29
27302025-02-13T04:42:19.016Z[ host-package] Compiling slog-scope v4.4.0
27312025-02-13T04:42:19.440Z[ host-package] Compiling phf_codegen v0.11.2
27322025-02-13T04:42:19.945Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27332025-02-13T04:42:20.235Z[ helios-setup] Feb 13 04:42:18.932 INFO E| Compiling serde_derive v1.0.217
27342025-02-13T04:42:20.367Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27352025-02-13T04:42:20.424Z[ helios-setup] Feb 13 04:42:19.121 INFO E| Compiling thiserror-impl v2.0.11
27362025-02-13T04:42:20.609Z[ helios-setup] Feb 13 04:42:19.306 INFO E| Compiling schemars_derive v0.8.21
27372025-02-13T04:42:20.797Z[ helios-setup] Feb 13 04:42:19.494 INFO E| Compiling thiserror-impl v1.0.69
27382025-02-13T04:42:20.979Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392025-02-13T04:42:20.989Z[ helios-setup] Feb 13 04:42:19.685 INFO E| Compiling zerocopy-derive v0.6.6
27402025-02-13T04:42:21.784Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27412025-02-13T04:42:22.268Z[ host-package] Compiling universal-hash v0.5.1
27422025-02-13T04:42:22.948Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27432025-02-13T04:42:24.371Z[ helios-setup] Feb 13 04:42:23.067 INFO E| Compiling zerocopy v0.6.6
27442025-02-13T04:42:25.136Z[ host-package] Compiling parse-zoneinfo v0.3.1
27452025-02-13T04:42:25.893Z[ helios-setup] Feb 13 04:42:24.589 INFO E| Compiling num-derive v0.4.2
27462025-02-13T04:42:26.567Z[ helios-setup] Feb 13 04:42:25.263 INFO E| Compiling pest v2.7.15
27472025-02-13T04:42:27.493Z[ helios-setup] Feb 13 04:42:26.189 INFO E| Compiling modular-bitfield-impl v0.11.2
27482025-02-13T04:42:27.530Z[ host-package] Compiling lalrpop v0.19.12
27492025-02-13T04:42:27.788Z[ host-package] Compiling unicase v2.7.0
27502025-02-13T04:42:27.984Z[ host-package] Compiling ref-cast v1.0.23
27512025-02-13T04:42:28.676Z[ host-package] Compiling opaque-debug v0.3.1
27522025-02-13T04:42:28.977Z[ host-package] Compiling poly1305 v0.8.0
27532025-02-13T04:42:29.493Z[ helios-setup] Feb 13 04:42:28.189 INFO E| Compiling scroll_derive v0.10.5
27542025-02-13T04:42:29.805Z[ host-package] Compiling thiserror-no-std v2.0.2
27552025-02-13T04:42:30.139Z[ helios-setup] Feb 13 04:42:28.829 INFO E| Compiling strum_macros v0.23.1
27562025-02-13T04:42:30.191Z[ helios-setup] Feb 13 04:42:28.887 INFO E| Compiling structopt-derive v0.4.18
27572025-02-13T04:42:30.355Z[ host-package] Compiling chrono-tz-build v0.4.0
27582025-02-13T04:42:31.671Z[ helios-setup] Feb 13 04:42:30.367 INFO E| Compiling pest_meta v2.7.15
27592025-02-13T04:42:32.593Z[ helios-setup] Feb 13 04:42:31.288 INFO E| Compiling modular-bitfield v0.11.2
27602025-02-13T04:42:32.706Z[ host-package] Compiling slog-stdlog v4.1.1
27612025-02-13T04:42:33.375Z[ helios-setup] Feb 13 04:42:31.836 INFO E| Compiling scroll v0.10.2
27622025-02-13T04:42:33.536Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27632025-02-13T04:42:34.231Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27642025-02-13T04:42:34.342Z[ helios-setup] Feb 13 04:42:33.037 INFO E| Compiling pest_generator v2.7.15
27652025-02-13T04:42:34.353Z[ helios-setup] Feb 13 04:42:33.048 INFO E| Compiling goblin v0.4.3
27662025-02-13T04:42:34.356Z[ host-package] Compiling derive_builder_core v0.20.2
27672025-02-13T04:42:34.978Z[ host-package] Compiling chacha20 v0.9.1
27682025-02-13T04:42:35.539Z[ host-package] Compiling diesel v2.2.6
27692025-02-13T04:42:36.040Z[ host-package] Compiling headers-core v0.3.0
27702025-02-13T04:42:36.129Z[ helios-setup] Feb 13 04:42:34.824 INFO E| Compiling structopt v0.3.26
27712025-02-13T04:42:36.728Z[ host-package] Compiling aead v0.5.2
27722025-02-13T04:42:37.418Z[ host-package] Compiling libxml v0.3.3
27732025-02-13T04:42:38.046Z[ host-package] Compiling ref-cast-impl v1.0.23
27742025-02-13T04:42:38.273Z[ host-package] Compiling vte_generate_state_changes v0.1.2
27752025-02-13T04:42:39.221Z[ host-package] Compiling vte v0.11.1
27762025-02-13T04:42:39.226Z[ helios-setup] Feb 13 04:42:37.920 INFO E| Compiling pest_derive v2.7.15
27772025-02-13T04:42:39.958Z[ host-package] Compiling derive_builder_macro v0.20.2
27782025-02-13T04:42:41.251Z[ host-package] Compiling chacha20poly1305 v0.10.1
27792025-02-13T04:42:41.424Z[ host-package] Compiling headers v0.4.0
27802025-02-13T04:42:41.900Z[ host-package] Compiling slog-envlogger v2.2.0
27812025-02-13T04:42:43.783Z[ helios-setup] Feb 13 04:42:42.477 INFO E| Compiling json5 v0.4.1
27822025-02-13T04:42:45.241Z[ host-package] Compiling chrono-tz v0.10.1
27832025-02-13T04:42:45.807Z[ host-package] Compiling vsss-rs v3.3.4
27842025-02-13T04:42:46.467Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27852025-02-13T04:42:49.995Z[ helios-setup] Feb 13 04:42:48.687 INFO E| Compiling four-cc v0.3.0
27862025-02-13T04:42:49.995Z[ helios-setup] Feb 13 04:42:48.687 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27872025-02-13T04:42:50.285Z[ helios-setup] Feb 13 04:42:48.978 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27882025-02-13T04:42:50.891Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27892025-02-13T04:42:51.657Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27902025-02-13T04:42:52.331Z[ host-package] Compiling strum_macros v0.24.3
27912025-02-13T04:42:56.746Z[ host-package] Compiling fxhash v0.2.1
27922025-02-13T04:42:57.158Z[ host-package] Compiling samael v0.0.17
27932025-02-13T04:42:57.301Z[ host-package] Compiling bytecount v0.6.8
27942025-02-13T04:42:57.873Z[ host-package] Compiling indoc v1.0.9
27952025-02-13T04:42:59.021Z[ host-package] Compiling papergrid v0.11.0
27962025-02-13T04:43:01.340Z[ host-package] Compiling polar-core v0.27.3
27972025-02-13T04:43:05.917Z[ host-package] Compiling derive_builder v0.20.2
27982025-02-13T04:43:06.176Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27992025-02-13T04:43:13.079Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28002025-02-13T04:43:13.457Z[ host-package] Compiling tabled_derive v0.7.0
28012025-02-13T04:43:14.002Z[ host-package] Compiling fd-lock v4.0.2
28022025-02-13T04:43:14.387Z[ host-package] Compiling peg-macros v0.8.4
28032025-02-13T04:43:15.929Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042025-02-13T04:43:17.135Z[ host-package] Compiling kstat-rs v0.2.4
28052025-02-13T04:43:18.039Z[ host-package] Compiling oso-derive v0.27.3
28062025-02-13T04:43:18.229Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28072025-02-13T04:43:19.173Z[ host-package] Compiling quick-xml v0.33.0
28082025-02-13T04:43:21.306Z[ host-package] Compiling diesel-dtrace v0.4.2
28092025-02-13T04:43:21.828Z[ host-package] Compiling nu-ansi-term v0.50.1
28102025-02-13T04:43:24.370Z[ host-package] Compiling reedline v0.35.0
28112025-02-13T04:43:25.298Z[ host-package] Compiling peg v0.8.4
28122025-02-13T04:43:25.475Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28132025-02-13T04:43:32.402Z[ host-package] Compiling oso v0.27.3
28142025-02-13T04:43:34.899Z[ helios-setup] Feb 13 04:43:33.585 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28152025-02-13T04:43:35.670Z[ host-package] Compiling tabled v0.15.0
28162025-02-13T04:43:49.681Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28172025-02-13T04:43:51.897Z[ helios-setup] Feb 13 04:43:50.581 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28182025-02-13T04:43:52.684Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28192025-02-13T04:43:57.375Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28202025-02-13T04:43:59.311Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28212025-02-13T04:43:59.338Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28222025-02-13T04:43:59.912Z[ host-package] Compiling bb8 v0.8.5
28232025-02-13T04:44:01.030Z[ host-package] Compiling bcs v0.1.6
28242025-02-13T04:44:02.003Z[ host-package] Compiling libz-sys v1.1.20
28252025-02-13T04:44:02.736Z[ host-package] Compiling nanorand v0.7.0
28262025-02-13T04:44:03.418Z[ host-package] Compiling parking_lot_core v0.8.6
28272025-02-13T04:44:03.931Z[ host-package] Compiling termtree v0.5.1
28282025-02-13T04:44:04.495Z[ host-package] Compiling flume v0.11.1
28292025-02-13T04:44:05.661Z[ host-package] Compiling async-bb8-diesel v0.2.1
28302025-02-13T04:44:07.233Z[ host-package] Compiling mime_guess v2.0.5
28312025-02-13T04:44:09.590Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28322025-02-13T04:44:10.745Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28332025-02-13T04:44:14.854Z[ host-package] Compiling nibble_vec v0.1.0
28342025-02-13T04:44:15.232Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28352025-02-13T04:44:16.382Z[ host-package] Compiling atty v0.2.14
28362025-02-13T04:44:16.598Z[ host-package] Compiling http-range v0.1.5
28372025-02-13T04:44:16.600Z[ host-package] Compiling endian-type v0.1.2
28382025-02-13T04:44:17.009Z[ host-package] Compiling salty v0.3.0
28392025-02-13T04:44:17.284Z[ host-package] Compiling radix_trie v0.2.1
28402025-02-13T04:44:18.423Z[ host-package] Compiling parking_lot v0.11.2
28412025-02-13T04:44:23.202Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28422025-02-13T04:44:23.241Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28432025-02-13T04:44:28.984Z[ host-package] Compiling hyper-staticfile v0.10.1
28442025-02-13T04:44:32.904Z[ host-package] Compiling sled v0.34.7
28452025-02-13T04:44:33.125Z[ host-package] Compiling hickory-client v0.24.2
28462025-02-13T04:44:41.811Z[ helios-setup] Feb 13 04:44:40.489 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
28472025-02-13T04:44:41.852Z[ helios-setup] Feb 13 04:44:40.530 INFO building project "amd-host-image-builder" ok (193 seconds)
28482025-02-13T04:44:41.855Z[ helios-setup] Feb 13 04:44:40.530 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28492025-02-13T04:44:41.855Z[ helios-setup] Feb 13 04:44:40.530 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28502025-02-13T04:44:42.142Z[ helios-setup] Feb 13 04:44:40.819 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28512025-02-13T04:44:42.311Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28522025-02-13T04:44:43.078Z[ helios-setup] Feb 13 04:44:41.756 INFO E| From https://github.com/oxidecomputer/progenitor
28532025-02-13T04:44:43.078Z[ helios-setup] Feb 13 04:44:41.756 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28542025-02-13T04:44:43.185Z[ helios-setup] Feb 13 04:44:41.862 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28552025-02-13T04:44:43.590Z[ helios-setup] Feb 13 04:44:42.267 INFO E| From https://github.com/jclulow/hiercmd
28562025-02-13T04:44:43.590Z[ helios-setup] Feb 13 04:44:42.267 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28572025-02-13T04:44:43.607Z[ helios-setup] Feb 13 04:44:42.285 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28582025-02-13T04:44:43.645Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592025-02-13T04:44:44.005Z[ helios-setup] Feb 13 04:44:42.680 INFO E| From https://github.com/jclulow/network-interface
28602025-02-13T04:44:44.005Z[ helios-setup] Feb 13 04:44:42.680 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28612025-02-13T04:44:44.025Z[ helios-setup] Feb 13 04:44:42.702 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28622025-02-13T04:44:44.765Z[ helios-setup] Feb 13 04:44:43.442 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28632025-02-13T04:44:44.765Z[ helios-setup] Feb 13 04:44:43.442 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28642025-02-13T04:44:44.804Z[ helios-setup] Feb 13 04:44:43.482 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28652025-02-13T04:44:45.449Z[ helios-setup] Feb 13 04:44:44.126 INFO E| From https://github.com/oxidecomputer/facade
28662025-02-13T04:44:45.449Z[ helios-setup] Feb 13 04:44:44.126 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28672025-02-13T04:44:45.492Z[ helios-setup] Feb 13 04:44:44.170 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28682025-02-13T04:44:45.977Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28692025-02-13T04:44:46.113Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28702025-02-13T04:44:46.130Z[ helios-setup] Feb 13 04:44:44.807 INFO E| From https://github.com/oxidecomputer/dropshot
28712025-02-13T04:44:46.130Z[ helios-setup] Feb 13 04:44:44.807 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28722025-02-13T04:44:46.177Z[ helios-setup] Feb 13 04:44:44.852 INFO E| Updating crates.io index
28732025-02-13T04:44:46.213Z[ helios-setup] Feb 13 04:44:44.890 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28742025-02-13T04:44:46.992Z[ helios-setup] Feb 13 04:44:45.669 INFO E| From https://github.com/oxidecomputer/typify
28752025-02-13T04:44:46.992Z[ helios-setup] Feb 13 04:44:45.669 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28762025-02-13T04:44:47.335Z[ helios-setup] Feb 13 04:44:46.012 INFO E| Downloading crates ...
28772025-02-13T04:44:47.467Z[ helios-setup] Feb 13 04:44:46.144 INFO E| Downloaded ahash v0.7.6
28782025-02-13T04:44:47.474Z[ helios-setup] Feb 13 04:44:46.151 INFO E| Downloaded async-trait v0.1.68
28792025-02-13T04:44:47.481Z[ helios-setup] Feb 13 04:44:46.158 INFO E| Downloaded anstyle-parse v0.1.1
28802025-02-13T04:44:47.484Z[ helios-setup] Feb 13 04:44:46.161 INFO E| Downloaded async-stream-impl v0.3.5
28812025-02-13T04:44:47.491Z[ helios-setup] Feb 13 04:44:46.168 INFO E| Downloaded const-random v0.1.15
28822025-02-13T04:44:47.494Z[ helios-setup] Feb 13 04:44:46.172 INFO E| Downloaded futures-sink v0.3.28
28832025-02-13T04:44:47.501Z[ helios-setup] Feb 13 04:44:46.178 INFO E| Downloaded scopeguard v1.1.0
28842025-02-13T04:44:47.504Z[ helios-setup] Feb 13 04:44:46.181 INFO E| Downloaded rustls-pemfile v1.0.2
28852025-02-13T04:44:47.508Z[ helios-setup] Feb 13 04:44:46.185 INFO E| Downloaded project-root v0.2.2
28862025-02-13T04:44:47.510Z[ helios-setup] Feb 13 04:44:46.187 INFO E| Downloaded semver v0.11.0
28872025-02-13T04:44:47.513Z[ helios-setup] Feb 13 04:44:46.191 INFO E| Downloaded sct v0.7.0
28882025-02-13T04:44:47.520Z[ helios-setup] Feb 13 04:44:46.197 INFO E| Downloaded schemars_derive v0.8.12
28892025-02-13T04:44:47.523Z[ helios-setup] Feb 13 04:44:46.201 INFO E| Downloaded rustls-webpki v0.100.1
28902025-02-13T04:44:47.536Z[ helios-setup] Feb 13 04:44:46.214 INFO E| Downloaded concolor-override v1.0.0
28912025-02-13T04:44:47.540Z[ helios-setup] Feb 13 04:44:46.216 INFO E| Downloaded schemars v0.8.12
28922025-02-13T04:44:47.573Z[ helios-setup] Feb 13 04:44:46.250 INFO E| Downloaded digest v0.10.6
28932025-02-13T04:44:47.575Z[ helios-setup] Feb 13 04:44:46.253 INFO E| Downloaded autocfg v1.1.0
28942025-02-13T04:44:47.578Z[ helios-setup] Feb 13 04:44:46.255 INFO E| Downloaded anstream v0.2.6
28952025-02-13T04:44:47.583Z[ helios-setup] Feb 13 04:44:46.261 INFO E| Downloaded paste v1.0.12
28962025-02-13T04:44:47.589Z[ helios-setup] Feb 13 04:44:46.267 INFO E| Downloaded clap_derive v4.2.0
28972025-02-13T04:44:47.594Z[ helios-setup] Feb 13 04:44:46.271 INFO E| Downloaded rustls v0.21.0
28982025-02-13T04:44:47.615Z[ helios-setup] Feb 13 04:44:46.292 INFO E| Downloaded rustix v0.37.3
28992025-02-13T04:44:47.650Z[ helios-setup] Feb 13 04:44:46.327 INFO E| Downloaded ppv-lite86 v0.2.17
29002025-02-13T04:44:47.652Z[ helios-setup] Feb 13 04:44:46.329 INFO E| Downloaded bincode v1.3.3
29012025-02-13T04:44:47.655Z[ helios-setup] Feb 13 04:44:46.333 INFO E| Downloaded pkg-config v0.3.26
29022025-02-13T04:44:47.660Z[ helios-setup] Feb 13 04:44:46.338 INFO E| Downloaded signal-hook-registry v1.4.0
29032025-02-13T04:44:47.666Z[ helios-setup] Feb 13 04:44:46.340 INFO E| Downloaded lock_api v0.4.9
29042025-02-13T04:44:47.670Z[ helios-setup] Feb 13 04:44:46.344 INFO E| Downloaded want v0.3.0
29052025-02-13T04:44:47.670Z[ helios-setup] Feb 13 04:44:46.345 INFO E| Downloaded try-lock v0.2.4
29062025-02-13T04:44:47.673Z[ helios-setup] Feb 13 04:44:46.348 INFO E| Downloaded io-lifetimes v1.0.10
29072025-02-13T04:44:47.677Z[ helios-setup] Feb 13 04:44:46.353 INFO E| Downloaded smawk v0.3.1
29082025-02-13T04:44:47.680Z[ helios-setup] Feb 13 04:44:46.358 INFO E| Downloaded toolchain_find v0.2.0
29092025-02-13T04:44:47.683Z[ helios-setup] Feb 13 04:44:46.360 INFO E| Downloaded log v0.4.17
29102025-02-13T04:44:47.689Z[ helios-setup] Feb 13 04:44:46.366 INFO E| Downloaded toml_datetime v0.6.1
29112025-02-13T04:44:47.692Z[ helios-setup] Feb 13 04:44:46.369 INFO E| Downloaded rhai_codegen v1.5.0
29122025-02-13T04:44:47.709Z[ helios-setup] Feb 13 04:44:46.386 INFO E| Downloaded utf8parse v0.2.1
29132025-02-13T04:44:47.712Z[ helios-setup] Feb 13 04:44:46.389 INFO E| Downloaded slog-async v2.7.0
29142025-02-13T04:44:47.714Z[ helios-setup] Feb 13 04:44:46.391 INFO E| Downloaded crossbeam-epoch v0.9.13
29152025-02-13T04:44:47.719Z[ helios-setup] Feb 13 04:44:46.396 INFO E| Downloaded walkdir v2.3.3
29162025-02-13T04:44:47.723Z[ helios-setup] Feb 13 04:44:46.400 INFO E| Downloaded ipnet v2.7.2
29172025-02-13T04:44:47.726Z[ helios-setup] Feb 13 04:44:46.403 INFO E| Downloaded serde_path_to_error v0.1.11
29182025-02-13T04:44:47.728Z[ helios-setup] Feb 13 04:44:46.406 INFO E| Downloaded clap v4.2.1
29192025-02-13T04:44:47.745Z[ helios-setup] Feb 13 04:44:46.422 INFO E| Downloaded unicode-ident v1.0.8
29202025-02-13T04:44:47.750Z[ helios-setup] Feb 13 04:44:46.427 INFO E| Downloaded cc v1.0.78
29212025-02-13T04:44:47.754Z[ helios-setup] Feb 13 04:44:46.431 INFO E| Downloaded time v0.1.45
29222025-02-13T04:44:47.756Z[ helios-setup] Feb 13 04:44:46.434 INFO E| Downloaded terminal_size v0.2.6
29232025-02-13T04:44:47.759Z[ helios-setup] Feb 13 04:44:46.435 INFO E| Downloaded serde_derive_internals v0.26.0
29242025-02-13T04:44:47.763Z[ helios-setup] Feb 13 04:44:46.440 INFO E| Downloaded unicode-bidi v0.3.13
29252025-02-13T04:44:47.767Z[ helios-setup] Feb 13 04:44:46.444 INFO E| Downloaded semver v1.0.17
29262025-02-13T04:44:47.773Z[ helios-setup] Feb 13 04:44:46.449 INFO E| Downloaded tokio-tungstenite v0.18.0
29272025-02-13T04:44:47.778Z[ helios-setup] Feb 13 04:44:46.453 INFO E| Downloaded serde_tokenstream v0.2.0
29282025-02-13T04:44:47.784Z[ helios-setup] Feb 13 04:44:46.460 INFO E| Downloaded url v2.3.1
29292025-02-13T04:44:47.788Z[ helios-setup] Feb 13 04:44:46.466 INFO E| Downloaded unsafe-libyaml v0.2.8
29302025-02-13T04:44:47.795Z[ helios-setup] Feb 13 04:44:46.473 INFO E| Downloaded uuid v1.3.0
29312025-02-13T04:44:47.803Z[ helios-setup] Feb 13 04:44:46.480 INFO E| Downloaded unicode-linebreak v0.1.4
29322025-02-13T04:44:47.807Z[ helios-setup] Feb 13 04:44:46.484 INFO E| Downloaded tracing v0.1.37
29332025-02-13T04:44:47.815Z[ helios-setup] Feb 13 04:44:46.492 INFO E| Downloaded tungstenite v0.18.0
29342025-02-13T04:44:47.820Z[ helios-setup] Feb 13 04:44:46.497 INFO E| Downloaded crossbeam-channel v0.5.6
29352025-02-13T04:44:47.828Z[ helios-setup] Feb 13 04:44:46.505 INFO E| Downloaded mio v0.8.5
29362025-02-13T04:44:47.837Z[ helios-setup] Feb 13 04:44:46.514 INFO E| Downloaded winnow v0.4.1
29372025-02-13T04:44:47.857Z[ helios-setup] Feb 13 04:44:46.534 INFO E| Downloaded serde_json v1.0.95
29382025-02-13T04:44:47.869Z[ helios-setup] Feb 13 04:44:46.546 INFO E| Downloaded pest v2.5.7
29392025-02-13T04:44:47.876Z[ helios-setup] Feb 13 04:44:46.553 INFO E| Downloaded http v0.2.9
29402025-02-13T04:44:47.883Z[ helios-setup] Feb 13 04:44:46.560 INFO E| Downloaded unicode-normalization v0.1.22
29412025-02-13T04:44:47.889Z[ helios-setup] Feb 13 04:44:46.566 INFO E| Downloaded serde v1.0.204
29422025-02-13T04:44:47.894Z[ helios-setup] Feb 13 04:44:46.572 INFO E| Downloaded serde_yaml v0.9.21
29432025-02-13T04:44:47.901Z[ helios-setup] Feb 13 04:44:46.578 INFO E| Downloaded syn v1.0.107
29442025-02-13T04:44:47.918Z[ helios-setup] Feb 13 04:44:46.595 INFO E| Downloaded syn v2.0.72
29452025-02-13T04:44:47.936Z[ helios-setup] Feb 13 04:44:46.613 INFO E| Downloaded reqwest v0.11.16
29462025-02-13T04:44:47.947Z[ helios-setup] Feb 13 04:44:46.624 INFO E| Downloaded clap_builder v4.2.1
29472025-02-13T04:44:47.958Z[ helios-setup] Feb 13 04:44:46.635 INFO E| Downloaded rayon v1.6.1
29482025-02-13T04:44:47.973Z[ helios-setup] Feb 13 04:44:46.650 INFO E| Downloaded h2 v0.3.16
29492025-02-13T04:44:47.985Z[ helios-setup] Feb 13 04:44:46.662 INFO E| Downloaded chrono v0.4.24
29502025-02-13T04:44:48.011Z[ helios-setup] Feb 13 04:44:46.688 INFO E| Downloaded hyper v0.14.25
29512025-02-13T04:44:48.024Z[ helios-setup] Feb 13 04:44:46.701 INFO E| Downloaded regress v0.5.0
29522025-02-13T04:44:48.036Z[ helios-setup] Feb 13 04:44:46.713 INFO E| Downloaded regex v1.7.3
29532025-02-13T04:44:48.049Z[ helios-setup] Feb 13 04:44:46.726 INFO E| Downloaded git2 v0.16.1
29542025-02-13T04:44:48.063Z[ helios-setup] Feb 13 04:44:46.740 INFO E| Downloaded idna v0.3.0
29552025-02-13T04:44:48.075Z[ helios-setup] Feb 13 04:44:46.752 INFO E| Downloaded futures-util v0.3.28
29562025-02-13T04:44:48.096Z[ helios-setup] Feb 13 04:44:46.773 INFO E| Downloaded tokio-util v0.7.7
29572025-02-13T04:44:48.106Z[ helios-setup] Feb 13 04:44:46.783 INFO E| Downloaded rhai v1.14.0
29582025-02-13T04:44:48.126Z[ helios-setup] Feb 13 04:44:46.803 INFO E| Downloaded textwrap v0.16.0
29592025-02-13T04:44:48.129Z[ helios-setup] Feb 13 04:44:46.807 INFO E| Downloaded rayon-core v1.10.2
29602025-02-13T04:44:48.135Z[ helios-setup] Feb 13 04:44:46.812 INFO E| Downloaded tracing-core v0.1.30
29612025-02-13T04:44:48.140Z[ helios-setup] Feb 13 04:44:46.817 INFO E| Downloaded tinyvec v1.6.0
29622025-02-13T04:44:48.145Z[ helios-setup] Feb 13 04:44:46.822 INFO E| Downloaded serde_derive v1.0.204
29632025-02-13T04:44:48.150Z[ helios-setup] Feb 13 04:44:46.827 INFO E| Downloaded openapiv3 v1.0.2
29642025-02-13T04:44:48.170Z[ helios-setup] Feb 13 04:44:46.847 INFO E| Downloaded memchr v2.5.0
29652025-02-13T04:44:48.176Z[ helios-setup] Feb 13 04:44:46.853 INFO E| Downloaded base64 v0.21.0
29662025-02-13T04:44:48.182Z[ helios-setup] Feb 13 04:44:46.859 INFO E| Downloaded tokio-rustls v0.24.0
29672025-02-13T04:44:48.185Z[ helios-setup] Feb 13 04:44:46.862 INFO E| Downloaded tokio v1.27.0
29682025-02-13T04:44:48.234Z[ helios-setup] Feb 13 04:44:46.911 INFO E| Downloaded proc-macro2 v1.0.86
29692025-02-13T04:44:48.237Z[ helios-setup] Feb 13 04:44:46.914 INFO E| Downloaded futures v0.3.28
29702025-02-13T04:44:48.245Z[ helios-setup] Feb 13 04:44:46.922 INFO E| Downloaded aho-corasick v0.7.20
29712025-02-13T04:44:48.250Z[ helios-setup] Feb 13 04:44:46.927 INFO E| Downloaded ucd-trie v0.1.5
29722025-02-13T04:44:48.253Z[ helios-setup] Feb 13 04:44:46.930 INFO E| Downloaded typenum v1.16.0
29732025-02-13T04:44:48.256Z[ helios-setup] Feb 13 04:44:46.933 INFO E| Downloaded toml_edit v0.19.8
29742025-02-13T04:44:48.281Z[ helios-setup] Feb 13 04:44:46.959 INFO E| Downloaded tempfile v3.5.0
29752025-02-13T04:44:48.285Z[ helios-setup] Feb 13 04:44:46.962 INFO E| Downloaded socket2 v0.4.9
29762025-02-13T04:44:48.288Z[ helios-setup] Feb 13 04:44:46.966 INFO E| Downloaded semver-parser v0.10.2
29772025-02-13T04:44:48.291Z[ helios-setup] Feb 13 04:44:46.968 INFO E| Downloaded bytes v1.4.0
29782025-02-13T04:44:48.296Z[ helios-setup] Feb 13 04:44:46.973 INFO E| Downloaded tokio-macros v2.0.0
29792025-02-13T04:44:48.298Z[ helios-setup] Feb 13 04:44:46.975 INFO E| Downloaded thiserror-impl v1.0.38
29802025-02-13T04:44:48.301Z[ helios-setup] Feb 13 04:44:46.977 INFO E| Downloaded thiserror v1.0.38
29812025-02-13T04:44:48.306Z[ helios-setup] Feb 13 04:44:46.983 INFO E| Downloaded sha1 v0.10.5
29822025-02-13T04:44:48.309Z[ helios-setup] Feb 13 04:44:46.986 INFO E| Downloaded parking_lot v0.12.1
29832025-02-13T04:44:48.316Z[ helios-setup] Feb 13 04:44:46.990 INFO E| Downloaded once_cell v1.17.0
29842025-02-13T04:44:48.319Z[ helios-setup] Feb 13 04:44:46.993 INFO E| Downloaded num-traits v0.2.15
29852025-02-13T04:44:48.321Z[ helios-setup] Feb 13 04:44:46.998 INFO E| Downloaded either v1.8.0
29862025-02-13T04:44:48.324Z[ helios-setup] Feb 13 04:44:47.001 INFO E| Downloaded libc v0.2.139
29872025-02-13T04:44:48.372Z[ helios-setup] Feb 13 04:44:47.049 INFO E| Downloaded anyhow v1.0.68
29882025-02-13T04:44:48.378Z[ helios-setup] Feb 13 04:44:47.055 INFO E| Downloaded ahash v0.8.3
29892025-02-13T04:44:48.381Z[ helios-setup] Feb 13 04:44:47.059 INFO E| Downloaded toml v0.7.3
29902025-02-13T04:44:48.386Z[ helios-setup] Feb 13 04:44:47.063 INFO E| Downloaded smartstring v1.0.1
29912025-02-13T04:44:48.390Z[ helios-setup] Feb 13 04:44:47.067 INFO E| Downloaded smallvec v1.10.0
29922025-02-13T04:44:48.393Z[ helios-setup] Feb 13 04:44:47.070 INFO E| Downloaded parking_lot_core v0.9.6
29932025-02-13T04:44:48.396Z[ helios-setup] Feb 13 04:44:47.073 INFO E| Downloaded crossbeam-utils v0.8.14
29942025-02-13T04:44:48.400Z[ helios-setup] Feb 13 04:44:47.077 INFO E| Downloaded quote v1.0.36
29952025-02-13T04:44:48.403Z[ helios-setup] Feb 13 04:44:47.080 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29962025-02-13T04:44:48.406Z[ helios-setup] Feb 13 04:44:47.083 INFO E| Downloaded pin-project-lite v0.2.9
29972025-02-13T04:44:48.413Z[ helios-setup] Feb 13 04:44:47.091 INFO E| Downloaded httparse v1.8.0
29982025-02-13T04:44:48.417Z[ helios-setup] Feb 13 04:44:47.094 INFO E| Downloaded getrandom v0.2.8
29992025-02-13T04:44:48.421Z[ helios-setup] Feb 13 04:44:47.098 INFO E| Downloaded strsim v0.10.0
30002025-02-13T04:44:48.424Z[ helios-setup] Feb 13 04:44:47.100 INFO E| Downloaded spin v0.5.2
30012025-02-13T04:44:48.426Z[ helios-setup] Feb 13 04:44:47.102 INFO E| Downloaded futures-core v0.3.28
30022025-02-13T04:44:48.429Z[ helios-setup] Feb 13 04:44:47.104 INFO E| Downloaded serde_spanned v0.6.1
30032025-02-13T04:44:48.429Z[ helios-setup] Feb 13 04:44:47.106 INFO E| Downloaded slog-bunyan v2.4.0
30042025-02-13T04:44:48.432Z[ helios-setup] Feb 13 04:44:47.108 INFO E| Downloaded sha2 v0.10.6
30052025-02-13T04:44:48.434Z[ helios-setup] Feb 13 04:44:47.111 INFO E| Downloaded futures-channel v0.3.28
30062025-02-13T04:44:48.437Z[ helios-setup] Feb 13 04:44:47.114 INFO E| Downloaded tower-service v0.3.2
30072025-02-13T04:44:48.440Z[ helios-setup] Feb 13 04:44:47.115 INFO E| Downloaded slab v0.4.7
30082025-02-13T04:44:48.443Z[ helios-setup] Feb 13 04:44:47.117 INFO E| Downloaded cargo-lock v8.0.3
30092025-02-13T04:44:48.446Z[ helios-setup] Feb 13 04:44:47.122 INFO E| Downloaded jobserver v0.1.26
30102025-02-13T04:44:48.448Z[ helios-setup] Feb 13 04:44:47.125 INFO E| Downloaded is-terminal v0.4.7
30112025-02-13T04:44:48.451Z[ helios-setup] Feb 13 04:44:47.126 INFO E| Downloaded futures-io v0.3.28
30122025-02-13T04:44:48.460Z[ helios-setup] Feb 13 04:44:47.130 INFO E| Downloaded futures-executor v0.3.28
30132025-02-13T04:44:48.525Z[ helios-setup] Feb 13 04:44:47.201 INFO E| Downloaded camino v1.1.4
30142025-02-13T04:44:48.528Z[ helios-setup] Feb 13 04:44:47.205 INFO E| Downloaded proc-macro-crate v1.2.1
30152025-02-13T04:44:48.530Z[ helios-setup] Feb 13 04:44:47.207 INFO E| Downloaded percent-encoding v2.2.0
30162025-02-13T04:44:48.533Z[ helios-setup] Feb 13 04:44:47.208 INFO E| Downloaded num_enum_derive v0.5.7
30172025-02-13T04:44:48.533Z[ helios-setup] Feb 13 04:44:47.210 INFO E| Downloaded num_cpus v1.15.0
30182025-02-13T04:44:48.538Z[ helios-setup] Feb 13 04:44:47.215 INFO E| Downloaded memoffset v0.7.1
30192025-02-13T04:44:48.540Z[ helios-setup] Feb 13 04:44:47.217 INFO E| Downloaded lazy_static v1.4.0
30202025-02-13T04:44:48.544Z[ helios-setup] Feb 13 04:44:47.219 INFO E| Downloaded itoa v1.0.6
30212025-02-13T04:44:48.547Z[ helios-setup] Feb 13 04:44:47.221 INFO E| Downloaded iana-time-zone v0.1.56
30222025-02-13T04:44:48.550Z[ helios-setup] Feb 13 04:44:47.226 INFO E| Downloaded httpdate v1.0.2
30232025-02-13T04:44:48.553Z[ helios-setup] Feb 13 04:44:47.228 INFO E| Downloaded http-body v0.4.5
30242025-02-13T04:44:48.556Z[ helios-setup] Feb 13 04:44:47.230 INFO E| Downloaded home v0.5.4
30252025-02-13T04:44:48.556Z[ helios-setup] Feb 13 04:44:47.232 INFO E| Downloaded futures-task v0.3.28
30262025-02-13T04:44:48.559Z[ helios-setup] Feb 13 04:44:47.234 INFO E| Downloaded futures-macro v0.3.28
30272025-02-13T04:44:48.559Z[ helios-setup] Feb 13 04:44:47.235 INFO E| Downloaded errno v0.3.1
30282025-02-13T04:44:48.562Z[ helios-setup] Feb 13 04:44:47.237 INFO E| Downloaded dyn-clone v1.0.11
30292025-02-13T04:44:48.565Z[ helios-setup] Feb 13 04:44:47.240 INFO E| Downloaded crossbeam-deque v0.8.2
30302025-02-13T04:44:48.568Z[ helios-setup] Feb 13 04:44:47.243 INFO E| Downloaded concolor-query v0.3.3
30312025-02-13T04:44:48.568Z[ helios-setup] Feb 13 04:44:47.244 INFO E| Downloaded num_enum v0.5.7
30322025-02-13T04:44:48.573Z[ helios-setup] Feb 13 04:44:47.251 INFO E| Downloaded num-integer v0.1.45
30332025-02-13T04:44:48.576Z[ helios-setup] Feb 13 04:44:47.254 INFO E| Downloaded form_urlencoded v1.1.0
30342025-02-13T04:44:48.579Z[ helios-setup] Feb 13 04:44:47.255 INFO E| Downloaded fastrand v1.9.0
30352025-02-13T04:44:48.582Z[ helios-setup] Feb 13 04:44:47.257 INFO E| Downloaded clap_lex v0.4.1
30362025-02-13T04:44:48.582Z[ helios-setup] Feb 13 04:44:47.259 INFO E| Downloaded byteorder v1.4.3
30372025-02-13T04:44:48.586Z[ helios-setup] Feb 13 04:44:47.263 INFO E| Downloaded built v0.6.0
30382025-02-13T04:44:48.589Z[ helios-setup] Feb 13 04:44:47.266 INFO E| Downloaded async-stream v0.3.5
30392025-02-13T04:44:48.592Z[ helios-setup] Feb 13 04:44:47.269 INFO E| Downloaded anstyle v0.3.5
30402025-02-13T04:44:48.595Z[ helios-setup] Feb 13 04:44:47.272 INFO E| Downloaded rustfmt-wrapper v0.2.0
30412025-02-13T04:44:48.597Z[ helios-setup] Feb 13 04:44:47.274 INFO E| Downloaded ryu v1.0.13
30422025-02-13T04:44:48.602Z[ helios-setup] Feb 13 04:44:47.279 INFO E| Downloaded const-random-macro v0.1.15
30432025-02-13T04:44:48.621Z[ helios-setup] Feb 13 04:44:47.298 INFO E| Downloaded encoding_rs v0.8.32
30442025-02-13T04:44:48.698Z[ helios-setup] Feb 13 04:44:47.375 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30452025-02-13T04:44:48.879Z[ helios-setup] Feb 13 04:44:47.556 INFO E| Downloaded libz-sys v1.1.8
30462025-02-13T04:44:49.014Z[ helios-setup] Feb 13 04:44:47.691 INFO E| Downloaded ring v0.16.20
30472025-02-13T04:44:49.374Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling proc-macro2 v1.0.86
30482025-02-13T04:44:49.374Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling libc v0.2.139
30492025-02-13T04:44:49.374Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling unicode-ident v1.0.8
30502025-02-13T04:44:49.377Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling autocfg v1.1.0
30512025-02-13T04:44:49.377Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling cfg-if v1.0.0
30522025-02-13T04:44:49.377Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling version_check v0.9.4
30532025-02-13T04:44:49.377Z[ helios-setup] Feb 13 04:44:48.051 INFO E| Compiling serde v1.0.204
30542025-02-13T04:44:49.377Z[ helios-setup] Feb 13 04:44:48.052 INFO E| Compiling syn v1.0.107
30552025-02-13T04:44:50.234Z[ helios-setup] Feb 13 04:44:48.911 INFO E| Compiling memchr v2.5.0
30562025-02-13T04:44:50.300Z[ helios-setup] Feb 13 04:44:48.977 INFO E| Compiling once_cell v1.17.0
30572025-02-13T04:44:51.170Z[ helios-setup] Feb 13 04:44:49.845 INFO E| Compiling log v0.4.17
30582025-02-13T04:44:51.248Z[ helios-setup] Feb 13 04:44:49.924 INFO E| Compiling thiserror v1.0.38
30592025-02-13T04:44:51.933Z[ helios-setup] Feb 13 04:44:50.610 INFO E| Compiling itoa v1.0.6
30602025-02-13T04:44:52.050Z[ helios-setup] Feb 13 04:44:50.727 INFO E| Compiling serde_json v1.0.95
30612025-02-13T04:44:53.016Z[ helios-setup] Feb 13 04:44:51.692 INFO E| Compiling getrandom v0.2.8
30622025-02-13T04:44:53.258Z[ helios-setup] Feb 13 04:44:51.934 INFO E| Compiling jobserver v0.1.26
30632025-02-13T04:44:53.789Z[ helios-setup] Feb 13 04:44:52.465 INFO E| Compiling pin-project-lite v0.2.9
30642025-02-13T04:44:54.010Z[ helios-setup] Feb 13 04:44:52.686 INFO E| Compiling cc v1.0.78
30652025-02-13T04:44:54.101Z[ helios-setup] Feb 13 04:44:52.777 INFO E| Compiling scopeguard v1.1.0
30662025-02-13T04:44:54.259Z[ helios-setup] Feb 13 04:44:52.935 INFO E| Compiling indexmap v1.9.3
30672025-02-13T04:44:54.417Z[ helios-setup] Feb 13 04:44:53.093 INFO E| Compiling quote v1.0.36
30682025-02-13T04:44:54.557Z[ helios-setup] Feb 13 04:44:53.232 INFO E| Compiling futures-core v0.3.28
30692025-02-13T04:44:54.752Z[ helios-setup] Feb 13 04:44:53.428 INFO E| Compiling bytes v1.4.0
30702025-02-13T04:44:55.352Z[ helios-setup] Feb 13 04:44:53.814 INFO E| Compiling syn v2.0.72
30712025-02-13T04:44:55.359Z[ helios-setup] Feb 13 04:44:53.989 INFO E| Compiling num-integer v0.1.45
30722025-02-13T04:44:55.547Z[ helios-setup] Feb 13 04:44:54.223 INFO E| Compiling ryu v1.0.13
30732025-02-13T04:44:56.627Z[ helios-setup] Feb 13 04:44:55.303 INFO E| Compiling lock_api v0.4.9
30742025-02-13T04:44:56.774Z[ helios-setup] Feb 13 04:44:55.450 INFO E| Compiling parking_lot_core v0.9.6
30752025-02-13T04:44:57.005Z[ helios-setup] Feb 13 04:44:55.680 INFO E| Compiling typenum v1.16.0
30762025-02-13T04:44:57.411Z[ helios-setup] Feb 13 04:44:56.087 INFO E| Compiling bitflags v1.3.2
30772025-02-13T04:44:57.802Z[ helios-setup] Feb 13 04:44:56.477 INFO E| Compiling num_cpus v1.15.0
30782025-02-13T04:44:57.962Z[ helios-setup] Feb 13 04:44:56.638 INFO E| Compiling generic-array v0.14.6
30792025-02-13T04:44:58.068Z[ helios-setup] Feb 13 04:44:56.743 INFO E| Compiling slab v0.4.7
30802025-02-13T04:44:58.068Z[ helios-setup] Feb 13 04:44:56.744 INFO E| Compiling futures-task v0.3.28
30812025-02-13T04:44:58.259Z[ helios-setup] Feb 13 04:44:56.931 INFO E| Compiling futures-channel v0.3.28
30822025-02-13T04:44:58.475Z[ helios-setup] Feb 13 04:44:57.150 INFO E| Compiling futures-sink v0.3.28
30832025-02-13T04:44:58.612Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30842025-02-13T04:44:59.187Z[ helios-setup] Feb 13 04:44:57.862 INFO E| Compiling tokio v1.27.0
30852025-02-13T04:44:59.262Z[ helios-setup] Feb 13 04:44:57.938 INFO E| Compiling futures-util v0.3.28
30862025-02-13T04:45:00.514Z[ helios-setup] Feb 13 04:44:59.188 INFO E| Compiling mio v0.8.5
30872025-02-13T04:45:00.626Z[ helios-setup] Feb 13 04:44:59.301 INFO E| Compiling socket2 v0.4.9
30882025-02-13T04:45:00.738Z[ helios-setup] Feb 13 04:44:59.413 INFO E| Compiling signal-hook-registry v1.4.0
30892025-02-13T04:45:00.817Z[ helios-setup] Feb 13 04:44:59.492 INFO E| Compiling schemars v0.8.12
30902025-02-13T04:45:01.012Z[ helios-setup] Feb 13 04:44:59.687 INFO E| Compiling futures-io v0.3.28
30912025-02-13T04:45:01.952Z[ helios-setup] Feb 13 04:45:00.627 INFO E| Compiling pin-utils v0.1.0
30922025-02-13T04:45:02.348Z[ helios-setup] Feb 13 04:45:01.023 INFO E| Compiling ahash v0.7.6
30932025-02-13T04:45:02.500Z[ helios-setup] Feb 13 04:45:01.175 INFO E| Compiling num-traits v0.2.15
30942025-02-13T04:45:03.344Z[ helios-setup] Feb 13 04:45:02.019 INFO E| Compiling io-lifetimes v1.0.10
30952025-02-13T04:45:03.416Z[ helios-setup] Feb 13 04:45:02.091 INFO E| Compiling crunchy v0.2.2
30962025-02-13T04:45:04.009Z[ helios-setup] Feb 13 04:45:02.683 INFO E| Compiling ahash v0.8.3
30972025-02-13T04:45:04.551Z[ helios-setup] Feb 13 04:45:03.220 INFO E| Compiling block-buffer v0.10.3
30982025-02-13T04:45:04.894Z[ helios-setup] Feb 13 04:45:03.568 INFO E| Compiling crypto-common v0.1.6
30992025-02-13T04:45:05.016Z[ helios-setup] Feb 13 04:45:03.691 INFO E| Compiling rustix v0.37.3
31002025-02-13T04:45:05.105Z[ helios-setup] Feb 13 04:45:03.780 INFO E| Compiling hashbrown v0.12.3
31012025-02-13T04:45:05.548Z[ helios-setup] Feb 13 04:45:04.219 INFO E| Compiling crossbeam-utils v0.8.14
31022025-02-13T04:45:05.681Z[ helios-setup] Feb 13 04:45:04.356 INFO E| Compiling slog v2.7.0
31032025-02-13T04:45:05.829Z[ helios-setup] Feb 13 04:45:04.504 INFO E| Compiling tiny-keccak v2.0.2
31042025-02-13T04:45:05.994Z[ helios-setup] Feb 13 04:45:04.669 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31052025-02-13T04:45:06.218Z[ helios-setup] Feb 13 04:45:04.892 INFO E| Compiling serde_derive_internals v0.26.0
31062025-02-13T04:45:07.417Z[ helios-setup] Feb 13 04:45:06.089 INFO E| Compiling digest v0.10.6
31072025-02-13T04:45:08.298Z[ helios-setup] Feb 13 04:45:06.972 INFO E| Compiling errno v0.3.1
31082025-02-13T04:45:08.667Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31092025-02-13T04:45:08.822Z[ helios-setup] Feb 13 04:45:07.496 INFO E| Compiling anyhow v1.0.68
31102025-02-13T04:45:08.938Z[ helios-setup] Feb 13 04:45:07.613 INFO E| Compiling cpufeatures v0.2.5
31112025-02-13T04:45:09.094Z[ helios-setup] Feb 13 04:45:07.768 INFO E| Compiling fnv v1.0.7
31122025-02-13T04:45:09.169Z[ helios-setup] Feb 13 04:45:07.844 INFO E| Compiling unicode-width v0.1.10
31132025-02-13T04:45:09.261Z[ helios-setup] Feb 13 04:45:07.935 INFO E| Compiling pkg-config v0.3.26
31142025-02-13T04:45:09.395Z[ helios-setup] Feb 13 04:45:08.069 INFO E| Compiling http v0.2.9
31152025-02-13T04:45:12.341Z[ host-package] Compiling hickory-server v0.24.2
31162025-02-13T04:45:12.546Z[ helios-setup] Feb 13 04:45:11.219 INFO E| Compiling aho-corasick v0.7.20
31172025-02-13T04:45:14.446Z[ helios-setup] Feb 13 04:45:13.119 INFO E| Compiling tinyvec_macros v0.1.1
31182025-02-13T04:45:14.659Z[ helios-setup] Feb 13 04:45:13.332 INFO E| Compiling regex-syntax v0.6.29
31192025-02-13T04:45:14.913Z[ helios-setup] Feb 13 04:45:13.586 INFO E| Compiling thiserror-impl v1.0.38
31202025-02-13T04:45:15.011Z[ helios-setup] Feb 13 04:45:13.685 INFO E| Compiling serde_derive v1.0.204
31212025-02-13T04:45:15.157Z[ helios-setup] Feb 13 04:45:13.831 INFO E| Compiling futures-macro v0.3.28
31222025-02-13T04:45:15.799Z[ helios-setup] Feb 13 04:45:14.473 INFO E| Compiling tokio-macros v2.0.0
31232025-02-13T04:45:15.873Z[ helios-setup] Feb 13 04:45:14.547 INFO E| Compiling schemars_derive v0.8.12
31242025-02-13T04:45:16.800Z[ helios-setup] Feb 13 04:45:15.474 INFO E| Compiling percent-encoding v2.2.0
31252025-02-13T04:45:17.795Z[ helios-setup] Feb 13 04:45:16.468 INFO E| Compiling httparse v1.8.0
31262025-02-13T04:45:18.753Z[ helios-setup] Feb 13 04:45:17.426 INFO E| Compiling heck v0.4.1
31272025-02-13T04:45:18.907Z[ helios-setup] Feb 13 04:45:17.580 INFO E| Compiling tinyvec v1.6.0
31282025-02-13T04:45:19.200Z[ helios-setup] Feb 13 04:45:17.873 INFO E| Compiling form_urlencoded v1.1.0
31292025-02-13T04:45:19.566Z[ host-package] Compiling primeorder v0.13.6
31302025-02-13T04:45:19.717Z[ helios-setup] Feb 13 04:45:18.390 INFO E| Compiling const-random-macro v0.1.15
31312025-02-13T04:45:20.969Z[ helios-setup] Feb 13 04:45:19.642 INFO E| Compiling hashbrown v0.13.2
31322025-02-13T04:45:21.367Z[ helios-setup] Feb 13 04:45:20.040 INFO E| Compiling regex v1.7.3
31332025-02-13T04:45:22.179Z[ host-package] Compiling castaway v0.2.3
31342025-02-13T04:45:22.631Z[ host-package] Compiling vergen v8.3.2
31352025-02-13T04:45:22.737Z[ helios-setup] Feb 13 04:45:21.409 INFO E| Compiling libz-sys v1.1.8
31362025-02-13T04:45:23.036Z[ host-package] Compiling env_filter v0.1.2
31372025-02-13T04:45:23.384Z[ host-package] Compiling cargo-platform v0.1.8
31382025-02-13T04:45:23.996Z[ helios-setup] Feb 13 04:45:22.668 INFO E| Compiling chrono v0.4.24
31392025-02-13T04:45:24.170Z[ helios-setup] Feb 13 04:45:22.842 INFO E| Compiling getopts v0.2.21
31402025-02-13T04:45:24.425Z[ host-package] Compiling memoffset v0.9.1
31412025-02-13T04:45:24.908Z[ helios-setup] Feb 13 04:45:23.580 INFO E| Compiling memoffset v0.7.1
31422025-02-13T04:45:25.235Z[ helios-setup] Feb 13 04:45:23.907 INFO E| Compiling uuid v1.3.0
31432025-02-13T04:45:25.734Z[ host-package] Compiling cargo_metadata v0.18.1
31442025-02-13T04:45:25.997Z[ host-package] Compiling env_logger v0.11.5
31452025-02-13T04:45:26.034Z[ helios-setup] Feb 13 04:45:24.706 INFO E| Compiling time-core v0.1.2
31462025-02-13T04:45:26.034Z[ helios-setup] Feb 13 04:45:24.706 INFO E| Compiling num-conv v0.1.0
31472025-02-13T04:45:26.341Z[ helios-setup] Feb 13 04:45:25.013 INFO E| Compiling powerfmt v0.2.0
31482025-02-13T04:45:26.595Z[ helios-setup] Feb 13 04:45:25.266 INFO E| Compiling dyn-clone v1.0.11
31492025-02-13T04:45:26.905Z[ helios-setup] Feb 13 04:45:25.577 INFO E| Compiling time-macros v0.2.18
31502025-02-13T04:45:27.031Z[ helios-setup] Feb 13 04:45:25.703 INFO E| Compiling deranged v0.3.11
31512025-02-13T04:45:28.028Z[ helios-setup] Feb 13 04:45:26.699 INFO E| Compiling unicode-normalization v0.1.22
31522025-02-13T04:45:28.091Z[ helios-setup] Feb 13 04:45:26.762 INFO E| Compiling regress v0.5.0
31532025-02-13T04:45:28.733Z[ host-package] Compiling compact_str v0.8.0
31542025-02-13T04:45:29.374Z[ host-package] Compiling git2 v0.19.0
31552025-02-13T04:45:30.139Z[ helios-setup] Feb 13 04:45:28.810 INFO E| Compiling const-random v0.1.15
31562025-02-13T04:45:31.298Z[ helios-setup] Feb 13 04:45:29.970 INFO E| Compiling tracing-core v0.1.30
31572025-02-13T04:45:31.843Z[ helios-setup] Feb 13 04:45:30.514 INFO E| Compiling crossbeam-epoch v0.9.13
31582025-02-13T04:45:32.208Z[ host-package] Compiling p384 v0.13.0
31592025-02-13T04:45:32.416Z[ helios-setup] Feb 13 04:45:31.087 INFO E| Compiling unicode-bidi v0.3.13
31602025-02-13T04:45:33.098Z[ helios-setup] Feb 13 04:45:31.769 INFO E| Compiling num_threads v0.1.6
31612025-02-13T04:45:33.171Z[ helios-setup] Feb 13 04:45:31.842 INFO E| Compiling ucd-trie v0.1.5
31622025-02-13T04:45:33.315Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31632025-02-13T04:45:35.335Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31642025-02-13T04:45:35.572Z[ helios-setup] Feb 13 04:45:34.243 INFO E| Compiling idna v0.3.0
31652025-02-13T04:45:35.907Z[ helios-setup] Feb 13 04:45:34.578 INFO E| Compiling pest v2.5.7
31662025-02-13T04:45:36.882Z[ helios-setup] Feb 13 04:45:35.552 INFO E| Compiling time v0.3.36
31672025-02-13T04:45:39.602Z[ helios-setup] Feb 13 04:45:38.272 INFO E| Compiling tracing v0.1.37
31682025-02-13T04:45:41.442Z[ helios-setup] Feb 13 04:45:40.112 INFO E| Compiling toml v0.5.11
31692025-02-13T04:45:42.618Z[ helios-setup] Feb 13 04:45:41.030 INFO E| Compiling smallvec v1.10.0
31702025-02-13T04:45:45.326Z[ helios-setup] Feb 13 04:45:43.995 INFO E| Compiling parking_lot v0.12.1
31712025-02-13T04:45:45.507Z[ helios-setup] Feb 13 04:45:44.176 INFO E| Compiling serde_tokenstream v0.2.0
31722025-02-13T04:45:46.057Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31732025-02-13T04:45:46.900Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31742025-02-13T04:45:47.640Z[ helios-setup] Feb 13 04:45:46.307 INFO E| Compiling crossbeam-channel v0.5.6
31752025-02-13T04:45:48.172Z[ helios-setup] Feb 13 04:45:46.841 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31762025-02-13T04:45:49.500Z[ helios-setup] Feb 13 04:45:48.168 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31772025-02-13T04:45:49.717Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31782025-02-13T04:45:50.122Z[ helios-setup] Feb 13 04:45:48.791 INFO E| Compiling time v0.1.45
31792025-02-13T04:45:50.868Z[ helios-setup] Feb 13 04:45:49.536 INFO E| Compiling dirs-sys-next v0.1.2
31802025-02-13T04:45:51.490Z[ helios-setup] Feb 13 04:45:50.159 INFO E| Compiling iana-time-zone v0.1.56
31812025-02-13T04:45:53.111Z[ helios-setup] Feb 13 04:45:51.779 INFO E| Compiling semver v1.0.17
31822025-02-13T04:45:53.786Z[ helios-setup] Feb 13 04:45:52.454 INFO E| Compiling crc32fast v1.3.2
31832025-02-13T04:45:55.150Z[ helios-setup] Feb 13 04:45:53.818 INFO E| Compiling dirs-next v2.0.0
31842025-02-13T04:45:56.336Z[ helios-setup] Feb 13 04:45:55.004 INFO E| Compiling proc-macro-crate v1.2.1
31852025-02-13T04:45:56.727Z[ host-package] Compiling unicode-truncate v1.1.0
31862025-02-13T04:45:57.646Z[ host-package] Compiling lru v0.12.5
31872025-02-13T04:45:58.328Z[ helios-setup] Feb 13 04:45:56.996 INFO E| Compiling semver-parser v0.10.2
31882025-02-13T04:45:58.777Z[ helios-setup] Feb 13 04:45:57.444 INFO E| Compiling url v2.3.1
31892025-02-13T04:45:59.019Z[ host-package] Compiling rand_seeder v0.3.0
31902025-02-13T04:45:59.968Z[ host-package] Compiling libsqlite3-sys v0.30.1
31912025-02-13T04:46:00.574Z[ helios-setup] Feb 13 04:45:59.241 INFO E| Compiling futures-executor v0.3.28
31922025-02-13T04:46:01.414Z[ host-package] Compiling lzma-sys v0.1.20
31932025-02-13T04:46:01.871Z[ helios-setup] Feb 13 04:46:00.539 INFO E| Compiling thread_local v1.1.7
31942025-02-13T04:46:02.308Z[ helios-setup] Feb 13 04:46:00.974 INFO E| Compiling same-file v1.0.6
31952025-02-13T04:46:02.894Z[ helios-setup] Feb 13 04:46:01.561 INFO E| Compiling tokio-util v0.7.7
31962025-02-13T04:46:02.986Z[ helios-setup] Feb 13 04:46:01.653 INFO E| Compiling rayon-core v1.10.2
31972025-02-13T04:46:03.049Z[ helios-setup] Feb 13 04:46:01.716 INFO E| Compiling try-lock v0.2.4
31982025-02-13T04:46:03.078Z[ host-package] Compiling instability v0.3.2
31992025-02-13T04:46:03.379Z[ helios-setup] Feb 13 04:46:02.046 INFO E| Compiling adler v1.0.2
32002025-02-13T04:46:03.668Z[ helios-setup] Feb 13 04:46:02.335 INFO E| Compiling want v0.3.0
32012025-02-13T04:46:04.141Z[ helios-setup] Feb 13 04:46:02.808 INFO E| Compiling miniz_oxide v0.6.2
32022025-02-13T04:46:04.365Z[ helios-setup] Feb 13 04:46:03.009 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32032025-02-13T04:46:04.568Z[ helios-setup] Feb 13 04:46:03.235 INFO E| Compiling walkdir v2.3.3
32042025-02-13T04:46:05.211Z[ host-package] Compiling cfg_aliases v0.2.1
32052025-02-13T04:46:05.562Z[ host-package] Compiling cassowary v0.3.0
32062025-02-13T04:46:06.053Z[ helios-setup] Feb 13 04:46:04.719 INFO E| Compiling h2 v0.3.16
32072025-02-13T04:46:06.698Z[ host-package] Compiling rustls v0.21.12
32082025-02-13T04:46:07.510Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32092025-02-13T04:46:08.255Z[ host-package] Compiling ratatui v0.28.1
32102025-02-13T04:46:08.372Z[ host-package] Compiling nix v0.29.0
32112025-02-13T04:46:09.070Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32122025-02-13T04:46:09.698Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32132025-02-13T04:46:10.396Z[ helios-setup] Feb 13 04:46:09.062 INFO E| Compiling futures v0.3.28
32142025-02-13T04:46:10.841Z[ helios-setup] Feb 13 04:46:09.506 INFO E| Compiling semver v0.11.0
32152025-02-13T04:46:11.002Z[ helios-setup] Feb 13 04:46:09.668 INFO E| Compiling num_enum_derive v0.5.7
32162025-02-13T04:46:11.580Z[ helios-setup] Feb 13 04:46:10.246 INFO E| Compiling crossbeam-deque v0.8.2
32172025-02-13T04:46:12.138Z[ helios-setup] Feb 13 04:46:10.804 INFO E| Compiling term v0.7.0
32182025-02-13T04:46:13.859Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32192025-02-13T04:46:14.020Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32202025-02-13T04:46:15.175Z[ helios-setup] Feb 13 04:46:13.841 INFO E| Compiling http-body v0.4.5
32212025-02-13T04:46:16.001Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32222025-02-13T04:46:16.214Z[ helios-setup] Feb 13 04:46:14.879 INFO E| Compiling sha2 v0.10.6
32232025-02-13T04:46:17.039Z[ helios-setup] Feb 13 04:46:15.704 INFO E| Compiling ring v0.16.20
32242025-02-13T04:46:17.186Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32252025-02-13T04:46:19.440Z[ helios-setup] Feb 13 04:46:18.105 INFO E| Compiling rand_core v0.6.4
32262025-02-13T04:46:20.624Z[ helios-setup] Feb 13 04:46:19.289 INFO E| Compiling atty v0.2.14
32272025-02-13T04:46:20.868Z[ host-package] Compiling sct v0.7.1
32282025-02-13T04:46:21.008Z[ helios-setup] Feb 13 04:46:19.673 INFO E| Compiling base64 v0.21.0
32292025-02-13T04:46:21.195Z[ helios-setup] Feb 13 04:46:19.860 INFO E| Compiling home v0.5.4
32302025-02-13T04:46:21.853Z[ host-package] Compiling rustls-webpki v0.101.7
32312025-02-13T04:46:22.021Z[ helios-setup] Feb 13 04:46:20.685 INFO E| Compiling utf8parse v0.2.1
32322025-02-13T04:46:22.202Z[ host-package] Compiling heck v0.3.3
32332025-02-13T04:46:22.699Z[ helios-setup] Feb 13 04:46:21.363 INFO E| Compiling fastrand v1.9.0
32342025-02-13T04:46:23.033Z[ host-package] Compiling csv-core v0.1.11
32352025-02-13T04:46:23.587Z[ helios-setup] Feb 13 04:46:22.251 INFO E| Compiling httpdate v1.0.2
32362025-02-13T04:46:23.648Z[ helios-setup] Feb 13 04:46:22.310 INFO E| Compiling lazy_static v1.4.0
32372025-02-13T04:46:23.700Z[ helios-setup] Feb 13 04:46:22.364 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32382025-02-13T04:46:23.960Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32392025-02-13T04:46:24.025Z[ helios-setup] Feb 13 04:46:22.689 INFO E| Compiling ppv-lite86 v0.2.17
32402025-02-13T04:46:25.013Z[ host-package] Compiling glob v0.3.2
32412025-02-13T04:46:25.148Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32422025-02-13T04:46:25.213Z[ helios-setup] Feb 13 04:46:23.877 INFO E| Compiling tower-service v0.3.2
32432025-02-13T04:46:25.491Z[ helios-setup] Feb 13 04:46:24.155 INFO E| Compiling hyper v0.14.25
32442025-02-13T04:46:25.494Z[ helios-setup] Feb 13 04:46:24.155 INFO E| Compiling rand_chacha v0.3.1
32452025-02-13T04:46:26.222Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32462025-02-13T04:46:27.071Z[ helios-setup] Feb 13 04:46:25.735 INFO E| Compiling toolchain_find v0.2.0
32472025-02-13T04:46:28.021Z[ helios-setup] Feb 13 04:46:26.685 INFO E| Compiling tempfile v3.5.0
32482025-02-13T04:46:28.402Z[ host-package] Compiling csv v1.3.1
32492025-02-13T04:46:29.030Z[ helios-setup] Feb 13 04:46:27.694 INFO E| Compiling anstyle-parse v0.1.1
32502025-02-13T04:46:29.118Z[ host-package] Compiling zone_cfg_derive v0.1.2
32512025-02-13T04:46:29.310Z[ helios-setup] Feb 13 04:46:27.973 INFO E| Compiling slog-term v2.9.0
32522025-02-13T04:46:30.243Z[ helios-setup] Feb 13 04:46:28.907 INFO E| Compiling num_enum v0.5.7
32532025-02-13T04:46:32.135Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542025-02-13T04:46:32.641Z[ host-package] Compiling nix v0.27.1
32552025-02-13T04:46:35.469Z[ helios-setup] Feb 13 04:46:34.131 INFO E| Compiling cargo-lock v8.0.3
32562025-02-13T04:46:38.220Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
32572025-02-13T04:46:40.540Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32582025-02-13T04:46:40.645Z[ helios-setup] Feb 13 04:46:39.307 INFO E| Compiling flate2 v1.0.25
32592025-02-13T04:46:42.710Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32602025-02-13T04:46:43.664Z[ helios-setup] Feb 13 04:46:42.325 INFO E| Compiling serde_urlencoded v0.7.1
32612025-02-13T04:46:45.153Z[ helios-setup] Feb 13 04:46:43.814 INFO E| Compiling is-terminal v0.4.7
32622025-02-13T04:46:45.544Z[ helios-setup] Feb 13 04:46:44.205 INFO E| Compiling sha1 v0.10.5
32632025-02-13T04:46:46.955Z[ helios-setup] Feb 13 04:46:45.616 INFO E| Compiling concolor-override v1.0.0
32642025-02-13T04:46:47.705Z[ helios-setup] Feb 13 04:46:46.365 INFO E| Compiling concolor-query v0.3.3
32652025-02-13T04:46:48.202Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32662025-02-13T04:46:48.205Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32672025-02-13T04:46:48.408Z[ helios-setup] Feb 13 04:46:47.068 INFO E| Compiling anstyle v0.3.5
32682025-02-13T04:46:49.960Z[ helios-setup] Feb 13 04:46:48.619 INFO E| Compiling either v1.8.0
32692025-02-13T04:46:50.606Z[ helios-setup] Feb 13 04:46:49.266 INFO E| Compiling rayon v1.6.1
32702025-02-13T04:46:53.248Z[ helios-setup] Feb 13 04:46:51.908 INFO E| Compiling anstream v0.2.6
32712025-02-13T04:46:55.316Z[ helios-setup] Feb 13 04:46:53.975 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32722025-02-13T04:46:55.415Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32732025-02-13T04:46:56.634Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32742025-02-13T04:46:57.513Z[ helios-setup] Feb 13 04:46:56.173 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32752025-02-13T04:46:58.331Z[ helios-setup] Feb 13 04:46:56.991 INFO E| Compiling rustfmt-wrapper v0.2.0
32762025-02-13T04:46:59.603Z[ helios-setup] Feb 13 04:46:58.262 INFO E| Compiling rand v0.8.5
32772025-02-13T04:47:00.306Z[ helios-setup] Feb 13 04:46:58.965 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32782025-02-13T04:47:01.371Z[ helios-setup] Feb 13 04:47:00.030 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32792025-02-13T04:47:01.461Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802025-02-13T04:47:01.495Z[ helios-setup] Feb 13 04:47:00.154 INFO E| Compiling openapiv3 v1.0.2
32812025-02-13T04:47:01.863Z[ helios-setup] Feb 13 04:47:00.521 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32822025-02-13T04:47:01.965Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832025-02-13T04:47:02.504Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32842025-02-13T04:47:02.507Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32852025-02-13T04:47:02.718Z[ helios-setup] Feb 13 04:47:01.377 INFO E| Compiling encoding_rs v0.8.32
32862025-02-13T04:47:03.008Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32872025-02-13T04:47:03.109Z[ host-package] Compiling tungstenite v0.23.0
32882025-02-13T04:47:04.230Z[ helios-setup] Feb 13 04:47:02.888 INFO E| Compiling unsafe-libyaml v0.2.8
32892025-02-13T04:47:04.582Z[ host-package] Compiling hashlink v0.9.1
32902025-02-13T04:47:06.327Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32912025-02-13T04:47:06.944Z[ helios-setup] Feb 13 04:47:05.602 INFO E| Compiling ipnet v2.7.2
32922025-02-13T04:47:07.590Z[ host-package] Compiling fallible-iterator v0.3.0
32932025-02-13T04:47:07.854Z[ helios-setup] Feb 13 04:47:06.512 INFO E| Compiling utf-8 v0.7.6
32942025-02-13T04:47:08.653Z[ helios-setup] Feb 13 04:47:07.311 INFO E| Compiling spin v0.5.2
32952025-02-13T04:47:09.158Z[ helios-setup] Feb 13 04:47:07.816 INFO E| Compiling clap_lex v0.4.1
32962025-02-13T04:47:09.347Z[ host-package] Compiling base64 v0.13.1
32972025-02-13T04:47:09.769Z[ helios-setup] Feb 13 04:47:08.427 INFO E| Compiling base64 v0.13.1
32982025-02-13T04:47:10.990Z[ helios-setup] Feb 13 04:47:09.647 INFO E| Compiling strsim v0.10.0
32992025-02-13T04:47:11.593Z[ helios-setup] Feb 13 04:47:10.250 INFO E| Compiling untrusted v0.7.1
33002025-02-13T04:47:11.681Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33012025-02-13T04:47:12.103Z[ helios-setup] Feb 13 04:47:10.760 INFO E| Compiling byteorder v1.4.3
33022025-02-13T04:47:13.038Z[ helios-setup] Feb 13 04:47:11.695 INFO E| Compiling project-root v0.2.2
33032025-02-13T04:47:13.175Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33042025-02-13T04:47:13.517Z[ helios-setup] Feb 13 04:47:12.174 INFO E| Compiling mime v0.3.17
33052025-02-13T04:47:13.832Z[ helios-setup] Feb 13 04:47:12.489 INFO E| Compiling tungstenite v0.18.0
33062025-02-13T04:47:13.924Z[ host-package] Compiling ron v0.7.1
33072025-02-13T04:47:14.408Z[ helios-setup] Feb 13 04:47:13.065 INFO E| Compiling reqwest v0.11.16
33082025-02-13T04:47:14.932Z[ helios-setup] Feb 13 04:47:13.589 INFO E| Compiling clap_builder v4.2.1
33092025-02-13T04:47:15.820Z[ helios-setup] Feb 13 04:47:14.477 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33102025-02-13T04:47:16.492Z[ host-package] Compiling rusqlite v0.32.1
33112025-02-13T04:47:16.692Z[ host-package] Compiling tokio-tungstenite v0.23.1
33122025-02-13T04:47:18.220Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33132025-02-13T04:47:18.341Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33142025-02-13T04:47:21.287Z[ helios-setup] Feb 13 04:47:19.943 INFO E| Compiling serde_yaml v0.9.21
33152025-02-13T04:47:21.525Z[ host-package] Compiling xz2 v0.1.7
33162025-02-13T04:47:24.207Z[ helios-setup] Feb 13 04:47:22.863 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33172025-02-13T04:47:25.020Z[ host-package] Compiling tokio-rustls v0.24.1
33182025-02-13T04:47:25.369Z[ host-package] Compiling zone v0.1.8
33192025-02-13T04:47:26.029Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33202025-02-13T04:47:27.446Z[ helios-setup] Feb 13 04:47:26.101 INFO E| Compiling clap_derive v4.2.0
33212025-02-13T04:47:27.610Z[ helios-setup] Feb 13 04:47:26.265 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33222025-02-13T04:47:32.584Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232025-02-13T04:47:36.783Z[ helios-setup] Feb 13 04:47:35.437 INFO E| Compiling clap v4.2.1
33242025-02-13T04:47:44.487Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33252025-02-13T04:47:53.016Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33262025-02-13T04:47:56.245Z[ helios-setup] Feb 13 04:47:54.897 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33272025-02-13T04:47:57.601Z[ helios-setup] Feb 13 04:47:56.252 INFO E| Compiling tokio-tungstenite v0.18.0
33282025-02-13T04:47:57.879Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33292025-02-13T04:47:58.643Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33302025-02-13T04:47:59.132Z[ helios-setup] Feb 13 04:47:57.783 INFO E| Compiling smartstring v1.0.1
33312025-02-13T04:47:59.709Z[ helios-setup] Feb 13 04:47:58.360 INFO E| Compiling rustls v0.21.0
33322025-02-13T04:48:00.643Z[ helios-setup] Feb 13 04:47:59.294 INFO E| Compiling toml_datetime v0.6.1
33332025-02-13T04:48:01.698Z[ helios-setup] Feb 13 04:48:00.349 INFO E| Compiling serde_spanned v0.6.1
33342025-02-13T04:48:02.349Z[ helios-setup] Feb 13 04:48:01.000 INFO E| Compiling paste v1.0.12
33352025-02-13T04:48:02.603Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33362025-02-13T04:48:03.074Z[ helios-setup] Feb 13 04:48:01.724 INFO E| Compiling static_assertions v1.1.0
33372025-02-13T04:48:03.395Z[ helios-setup] Feb 13 04:48:02.045 INFO E| Compiling match_cfg v0.1.0
33382025-02-13T04:48:03.731Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33392025-02-13T04:48:03.804Z[ helios-setup] Feb 13 04:48:02.455 INFO E| Compiling slog-async v2.7.0
33402025-02-13T04:48:03.903Z[ helios-setup] Feb 13 04:48:02.554 INFO E| Compiling winnow v0.4.1
33412025-02-13T04:48:04.517Z[ host-package] Compiling rustls-pemfile v1.0.4
33422025-02-13T04:48:04.995Z[ helios-setup] Feb 13 04:48:03.646 INFO E| Compiling camino v1.1.4
33432025-02-13T04:48:06.530Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33442025-02-13T04:48:06.781Z[ helios-setup] Feb 13 04:48:05.431 INFO E| Compiling async-trait v0.1.68
33452025-02-13T04:48:07.068Z[ host-package] Compiling signal-hook-tokio v0.3.1
33462025-02-13T04:48:08.068Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33472025-02-13T04:48:08.677Z[ helios-setup] Feb 13 04:48:07.327 INFO E| Compiling hostname v0.3.1
33482025-02-13T04:48:10.883Z[ helios-setup] Feb 13 04:48:09.533 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33492025-02-13T04:48:11.277Z[ helios-setup] Feb 13 04:48:09.926 INFO E| Compiling toml_edit v0.19.8
33502025-02-13T04:48:11.379Z[ helios-setup] Feb 13 04:48:10.029 INFO E| Compiling slog-json v2.6.1
33512025-02-13T04:48:12.269Z[ helios-setup] Feb 13 04:48:10.919 INFO E| Compiling bincode v1.3.3
33522025-02-13T04:48:13.037Z[ host-package] Compiling yasna v0.5.2
33532025-02-13T04:48:13.082Z[ helios-setup] Feb 13 04:48:11.732 INFO E| Compiling unicode-linebreak v0.1.4
33542025-02-13T04:48:15.148Z[ helios-setup] Feb 13 04:48:13.797 INFO E| Compiling async-stream-impl v0.3.5
33552025-02-13T04:48:18.384Z[ helios-setup] Feb 13 04:48:17.032 INFO E| Compiling rhai_codegen v1.5.0
33562025-02-13T04:48:18.448Z[ helios-setup] Feb 13 04:48:17.097 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33572025-02-13T04:48:19.075Z[ host-package] Compiling twox-hash v2.1.0
33582025-02-13T04:48:19.597Z[ helios-setup] Feb 13 04:48:18.245 INFO E| Compiling take_mut v0.2.2
33592025-02-13T04:48:20.174Z[ host-package] Compiling is_ci v1.2.0
33602025-02-13T04:48:20.993Z[ host-package] Compiling smawk v0.3.2
33612025-02-13T04:48:21.486Z[ host-package] Compiling unicode-linebreak v0.1.5
33622025-02-13T04:48:22.943Z[ host-package] Compiling textwrap v0.16.1
33632025-02-13T04:48:24.010Z[ helios-setup] Feb 13 04:48:22.658 INFO E| Compiling rhai v1.14.0
33642025-02-13T04:48:25.294Z[ host-package] Compiling supports-color v3.0.1
33652025-02-13T04:48:25.901Z[ helios-setup] Feb 13 04:48:24.548 INFO E| Compiling async-stream v0.3.5
33662025-02-13T04:48:26.251Z[ host-package] Compiling rcgen v0.12.1
33672025-02-13T04:48:26.519Z[ helios-setup] Feb 13 04:48:25.166 INFO E| Compiling toml v0.7.3
33682025-02-13T04:48:27.425Z[ helios-setup] Feb 13 04:48:26.072 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33692025-02-13T04:48:28.788Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33702025-02-13T04:48:29.838Z[ helios-setup] Feb 13 04:48:28.485 INFO E| Compiling slog-bunyan v2.4.0
33712025-02-13T04:48:34.833Z[ helios-setup] Feb 13 04:48:33.480 INFO E| Compiling rustls-pemfile v1.0.2
33722025-02-13T04:48:35.247Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33732025-02-13T04:48:36.236Z[ helios-setup] Feb 13 04:48:34.882 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33742025-02-13T04:48:36.855Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752025-02-13T04:48:37.461Z[ helios-setup] Feb 13 04:48:36.107 INFO E| Compiling serde_path_to_error v0.1.11
33762025-02-13T04:48:38.056Z[ helios-setup] Feb 13 04:48:36.701 INFO E| Compiling terminal_size v0.2.6
33772025-02-13T04:48:38.908Z[ helios-setup] Feb 13 04:48:37.554 INFO E| Compiling smawk v0.3.1
33782025-02-13T04:48:39.607Z[ helios-setup] Feb 13 04:48:38.253 INFO E| Compiling textwrap v0.16.0
33792025-02-13T04:48:39.683Z[ helios-setup] Feb 13 04:48:38.328 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33802025-02-13T04:48:44.617Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33812025-02-13T04:48:47.236Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33822025-02-13T04:48:50.839Z[ helios-setup] Feb 13 04:48:49.483 INFO E| Compiling sct v0.7.0
33832025-02-13T04:48:50.967Z[ helios-setup] Feb 13 04:48:49.611 INFO E| Compiling rustls-webpki v0.100.1
33842025-02-13T04:48:57.121Z[ helios-setup] Feb 13 04:48:55.764 INFO E| Compiling git2 v0.16.1
33852025-02-13T04:48:59.262Z[ helios-setup] Feb 13 04:48:57.905 INFO E| Compiling tokio-rustls v0.24.0
33862025-02-13T04:49:08.013Z[ helios-setup] Feb 13 04:49:06.655 INFO E| Compiling built v0.6.0
33872025-02-13T04:49:09.646Z[ helios-setup] Feb 13 04:49:08.288 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33882025-02-13T04:49:09.790Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33892025-02-13T04:49:11.939Z[ helios-setup] Feb 13 04:49:10.580 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33902025-02-13T04:49:15.170Z[ helios-setup] Feb 13 04:49:13.811 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33912025-02-13T04:49:21.191Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33922025-02-13T04:49:29.298Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33932025-02-13T04:49:29.382Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33942025-02-13T04:49:30.645Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33952025-02-13T04:49:45.121Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33962025-02-13T04:49:46.493Z[ helios-setup] Feb 13 04:49:45.130 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33972025-02-13T04:49:49.063Z[ helios-setup] Feb 13 04:49:47.699 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33982025-02-13T04:49:54.449Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33992025-02-13T04:49:54.725Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34002025-02-13T04:49:55.080Z[ host-package] Compiling fatfs v0.3.6
34012025-02-13T04:49:59.105Z[ host-package] Compiling rtoolbox v0.0.2
34022025-02-13T04:50:00.197Z[ host-package] Compiling subprocess v0.2.9
34032025-02-13T04:50:00.251Z[ host-package] Compiling assert_matches v1.5.0
34042025-02-13T04:50:08.746Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34052025-02-13T04:50:14.122Z[ host-package] Compiling rpassword v7.3.1
34062025-02-13T04:50:15.200Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34072025-02-13T04:50:19.427Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34082025-02-13T04:50:23.797Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34092025-02-13T04:50:30.589Z[ host-package] Compiling tui-tree-widget v0.22.0
34102025-02-13T04:50:31.159Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34112025-02-13T04:50:31.265Z[ helios-setup] Feb 13 04:50:29.896 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34122025-02-13T04:50:31.887Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34132025-02-13T04:50:32.339Z[ host-package] Compiling uzers v0.12.1
34142025-02-13T04:50:35.900Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34152025-02-13T04:50:48.662Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34162025-02-13T04:50:52.301Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34172025-02-13T04:51:31.372Z[ helios-setup] Feb 13 04:51:29.995 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
34182025-02-13T04:51:31.502Z[ helios-setup] Feb 13 04:51:30.125 INFO building project "pilot" ok (409 seconds)
34192025-02-13T04:51:31.505Z[ helios-setup] Feb 13 04:51:30.125 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34202025-02-13T04:51:31.505Z[ helios-setup] Feb 13 04:51:30.125 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34212025-02-13T04:51:31.758Z[ helios-setup] Feb 13 04:51:30.380 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34222025-02-13T04:51:32.156Z[ helios-setup] Feb 13 04:51:30.778 INFO E| From https://github.com/jclulow/rust-jmclib
34232025-02-13T04:51:32.156Z[ helios-setup] Feb 13 04:51:30.778 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34242025-02-13T04:51:32.179Z[ helios-setup] Feb 13 04:51:30.799 INFO E| Updating crates.io index
34252025-02-13T04:51:32.352Z[ helios-setup] Feb 13 04:51:30.975 INFO E| Downloading crates ...
34262025-02-13T04:51:32.503Z[ helios-setup] Feb 13 04:51:31.125 INFO E| Downloaded md-5 v0.9.1
34272025-02-13T04:51:32.506Z[ helios-setup] Feb 13 04:51:31.128 INFO E| Downloaded block-buffer v0.9.0
34282025-02-13T04:51:32.536Z[ helios-setup] Feb 13 04:51:31.159 INFO E| Downloaded sha-1 v0.9.8
34292025-02-13T04:51:32.540Z[ helios-setup] Feb 13 04:51:31.162 INFO E| Downloaded digest v0.9.0
34302025-02-13T04:51:32.543Z[ helios-setup] Feb 13 04:51:31.164 INFO E| Downloaded cpufeatures v0.2.9
34312025-02-13T04:51:32.546Z[ helios-setup] Feb 13 04:51:31.166 INFO E| Downloaded libdevinfo-sys v1.0.0
34322025-02-13T04:51:32.548Z[ helios-setup] Feb 13 04:51:31.168 INFO E| Downloaded quote v1.0.31
34332025-02-13T04:51:32.551Z[ helios-setup] Feb 13 04:51:31.172 INFO E| Downloaded getrandom v0.2.10
34342025-02-13T04:51:32.555Z[ helios-setup] Feb 13 04:51:31.178 INFO E| Downloaded uuid v0.8.2
34352025-02-13T04:51:32.561Z[ helios-setup] Feb 13 04:51:31.183 INFO E| Downloaded anyhow v1.0.72
34362025-02-13T04:51:32.567Z[ helios-setup] Feb 13 04:51:31.190 INFO E| Downloaded unicode-ident v1.0.11
34372025-02-13T04:51:32.572Z[ helios-setup] Feb 13 04:51:31.195 INFO E| Downloaded serde v1.0.193
34382025-02-13T04:51:32.578Z[ helios-setup] Feb 13 04:51:31.200 INFO E| Downloaded fastrand v2.0.0
34392025-02-13T04:51:32.580Z[ helios-setup] Feb 13 04:51:31.202 INFO E| Downloaded serde_derive v1.0.193
34402025-02-13T04:51:32.584Z[ helios-setup] Feb 13 04:51:31.207 INFO E| Downloaded once_cell v1.18.0
34412025-02-13T04:51:32.589Z[ helios-setup] Feb 13 04:51:31.211 INFO E| Downloaded tempfile v3.7.0
34422025-02-13T04:51:32.592Z[ helios-setup] Feb 13 04:51:31.215 INFO E| Downloaded bitflags v2.3.3
34432025-02-13T04:51:32.598Z[ helios-setup] Feb 13 04:51:31.221 INFO E| Downloaded serde_json v1.0.103
34442025-02-13T04:51:32.611Z[ helios-setup] Feb 13 04:51:31.233 INFO E| Downloaded syn v2.0.32
34452025-02-13T04:51:32.628Z[ helios-setup] Feb 13 04:51:31.251 INFO E| Downloaded rustix v0.38.4
34462025-02-13T04:51:32.665Z[ helios-setup] Feb 13 04:51:31.287 INFO E| Downloaded proc-macro2 v1.0.66
34472025-02-13T04:51:32.670Z[ helios-setup] Feb 13 04:51:31.293 INFO E| Downloaded libc v0.2.147
34482025-02-13T04:51:32.809Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling libc v0.2.147
34492025-02-13T04:51:32.809Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling proc-macro2 v1.0.66
34502025-02-13T04:51:32.809Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling unicode-ident v1.0.11
34512025-02-13T04:51:32.815Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling cfg-if v1.0.0
34522025-02-13T04:51:32.815Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling typenum v1.16.0
34532025-02-13T04:51:32.815Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling version_check v0.9.4
34542025-02-13T04:51:32.815Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling serde v1.0.193
34552025-02-13T04:51:32.815Z[ helios-setup] Feb 13 04:51:31.432 INFO E| Compiling slog v2.7.0
34562025-02-13T04:51:33.200Z[ helios-setup] Feb 13 04:51:31.822 INFO E| Compiling num-conv v0.1.0
34572025-02-13T04:51:33.362Z[ helios-setup] Feb 13 04:51:31.984 INFO E| Compiling rustix v0.38.4
34582025-02-13T04:51:33.936Z[ helios-setup] Feb 13 04:51:32.556 INFO E| Compiling time-core v0.1.2
34592025-02-13T04:51:34.152Z[ helios-setup] Feb 13 04:51:32.774 INFO E| Compiling powerfmt v0.2.0
34602025-02-13T04:51:34.178Z[ helios-setup] Feb 13 04:51:32.800 INFO E| Compiling itoa v1.0.9
34612025-02-13T04:51:34.391Z[ helios-setup] Feb 13 04:51:33.012 INFO E| Compiling time-macros v0.2.18
34622025-02-13T04:51:34.499Z[ helios-setup] Feb 13 04:51:33.120 INFO E| Compiling generic-array v0.14.7
34632025-02-13T04:51:34.715Z[ helios-setup] Feb 13 04:51:33.337 INFO E| Compiling deranged v0.3.11
34642025-02-13T04:51:35.066Z[ helios-setup] Feb 13 04:51:33.688 INFO E| Compiling once_cell v1.18.0
34652025-02-13T04:51:35.298Z[ helios-setup] Feb 13 04:51:33.920 INFO E| Compiling num_threads v0.1.6
34662025-02-13T04:51:35.564Z[ helios-setup] Feb 13 04:51:34.186 INFO E| Compiling bitflags v2.3.3
34672025-02-13T04:51:35.877Z[ helios-setup] Feb 13 04:51:34.499 INFO E| Compiling quote v1.0.31
34682025-02-13T04:51:36.029Z[ helios-setup] Feb 13 04:51:34.650 INFO E| Compiling thread_local v1.1.7
34692025-02-13T04:51:36.648Z[ helios-setup] Feb 13 04:51:35.269 INFO E| Compiling fastrand v2.0.0
34702025-02-13T04:51:37.328Z[ helios-setup] Feb 13 04:51:35.950 INFO E| Compiling syn v2.0.32
34712025-02-13T04:51:37.362Z[ helios-setup] Feb 13 04:51:35.983 INFO E| Compiling dirs-sys-next v0.1.2
34722025-02-13T04:51:37.977Z[ helios-setup] Feb 13 04:51:36.598 INFO E| Compiling dirs-next v2.0.0
34732025-02-13T04:51:38.071Z[ helios-setup] Feb 13 04:51:36.693 INFO E| Compiling errno v0.3.1
34742025-02-13T04:51:38.114Z[ helios-setup] Feb 13 04:51:36.735 INFO E| Compiling atty v0.2.14
34752025-02-13T04:51:38.141Z[ helios-setup] Feb 13 04:51:36.762 INFO E| Compiling opaque-debug v0.3.0
34762025-02-13T04:51:38.448Z[ helios-setup] Feb 13 04:51:37.069 INFO E| Compiling term v0.7.0
34772025-02-13T04:51:38.550Z[ helios-setup] Feb 13 04:51:37.171 INFO E| Compiling anyhow v1.0.72
34782025-02-13T04:51:38.615Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34792025-02-13T04:51:38.800Z[ helios-setup] Feb 13 04:51:37.422 INFO E| Compiling serde_json v1.0.103
34802025-02-13T04:51:39.063Z[ helios-setup] Feb 13 04:51:37.685 INFO E| Compiling block-buffer v0.9.0
34812025-02-13T04:51:39.181Z[ helios-setup] Feb 13 04:51:37.803 INFO E| Compiling digest v0.9.0
34822025-02-13T04:51:39.556Z[ helios-setup] Feb 13 04:51:38.177 INFO E| Compiling getrandom v0.2.10
34832025-02-13T04:51:39.611Z[ helios-setup] Feb 13 04:51:38.232 INFO E| Compiling time v0.3.36
34842025-02-13T04:51:39.744Z[ helios-setup] Feb 13 04:51:38.365 INFO E| Compiling same-file v1.0.6
34852025-02-13T04:51:40.039Z[ helios-setup] Feb 13 04:51:38.660 INFO E| Compiling cpufeatures v0.2.9
34862025-02-13T04:51:40.303Z[ helios-setup] Feb 13 04:51:38.924 INFO E| Compiling unicode-width v0.1.10
34872025-02-13T04:51:40.376Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34882025-02-13T04:51:40.447Z[ helios-setup] Feb 13 04:51:39.068 INFO E| Compiling ryu v1.0.15
34892025-02-13T04:51:40.513Z[ helios-setup] Feb 13 04:51:39.134 INFO E| Compiling sha-1 v0.9.8
34902025-02-13T04:51:40.605Z[ helios-setup] Feb 13 04:51:39.226 INFO E| Compiling getopts v0.2.21
34912025-02-13T04:51:41.158Z[ helios-setup] Feb 13 04:51:39.779 INFO E| Compiling walkdir v2.3.3
34922025-02-13T04:51:41.542Z[ helios-setup] Feb 13 04:51:40.163 INFO E| Compiling tempfile v3.7.0
34932025-02-13T04:51:41.883Z[ helios-setup] Feb 13 04:51:40.504 INFO E| Compiling md-5 v0.9.1
34942025-02-13T04:51:42.291Z[ helios-setup] Feb 13 04:51:40.912 INFO E| Compiling libdevinfo-sys v1.0.0
34952025-02-13T04:51:42.680Z[ helios-setup] Feb 13 04:51:41.301 INFO E| Compiling glob v0.3.1
34962025-02-13T04:51:43.937Z[ helios-setup] Feb 13 04:51:42.558 INFO E| Compiling slog-term v2.9.0
34972025-02-13T04:51:45.585Z[ helios-setup] Feb 13 04:51:44.205 INFO E| Compiling serde_derive v1.0.193
34982025-02-13T04:51:47.857Z[ host-package] Compiling multimap v0.10.0
34992025-02-13T04:51:58.782Z[ helios-setup] Feb 13 04:51:57.401 INFO E| Compiling toml v0.5.11
35002025-02-13T04:51:58.782Z[ helios-setup] Feb 13 04:51:57.401 INFO E| Compiling uuid v0.8.2
35012025-02-13T04:52:00.999Z[ helios-setup] Feb 13 04:51:59.618 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35022025-02-13T04:52:02.740Z[ helios-setup] Feb 13 04:52:01.358 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35032025-02-13T04:52:14.555Z[ helios-setup] Feb 13 04:52:13.170 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.95s
35042025-02-13T04:52:14.608Z[ helios-setup] Feb 13 04:52:13.223 INFO building project "image-builder" ok (43 seconds)
35052025-02-13T04:52:14.612Z[ helios-setup] rm -f helios-build
35062025-02-13T04:52:14.617Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35072025-02-13T04:52:14.623Z[ helios-setup]
35082025-02-13T04:52:14.627Z[ helios-setup] Setup complete! ./helios-build is now available.
35092025-02-13T04:52:14.631Z[ helios-setup]
35102025-02-13T04:52:14.634Z[ helios-setup]
35112025-02-13T04:52:14.634Z[ helios-setup] real 12:09.377863101
35122025-02-13T04:52:14.634Z[ helios-setup] user 29:40.182296205
35132025-02-13T04:52:14.634Z[ helios-setup] sys 2:53.308542547
35142025-02-13T04:52:14.634Z[ helios-setup] trap 2.100179676
35152025-02-13T04:52:14.635Z[ helios-setup] tflt 6.878153846
35162025-02-13T04:52:14.635Z[ helios-setup] dflt 25.671305275
35172025-02-13T04:52:14.635Z[ helios-setup] kflt 0.023969254
35182025-02-13T04:52:14.635Z[ helios-setup] lock 2:06:06.108830080
35192025-02-13T04:52:14.635Z[ helios-setup] slp 3:43:53.201945321
35202025-02-13T04:52:14.635Z[ helios-setup] lat 33:08.825120118
35212025-02-13T04:52:14.635Z[ helios-setup] stop 4:53.282857275
35222025-02-13T04:52:14.635ZFeb 13 04:52:13.249 INFO [helios-setup] process exited with exit status: 0 (729.385233059s)
35232025-02-13T04:52:14.635ZFeb 13 04:52:13.250 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35242025-02-13T04:52:14.667Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35252025-02-13T04:52:14.930Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35262025-02-13T04:52:14.930Z[ phbl-toolchain] info: downloading component 'cargo'
35272025-02-13T04:52:16.044Z[ phbl-toolchain] info: downloading component 'clippy'
35282025-02-13T04:52:16.384Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35292025-02-13T04:52:21.704Z[ phbl-toolchain] info: downloading component 'miri'
35302025-02-13T04:52:21.899Z[ phbl-toolchain] info: downloading component 'rust-docs'
35312025-02-13T04:52:24.139Z[ phbl-toolchain] info: downloading component 'rust-src'
35322025-02-13T04:52:24.353Z[ phbl-toolchain] info: downloading component 'rust-std'
35332025-02-13T04:52:26.324Z[ phbl-toolchain] info: downloading component 'rustc'
35342025-02-13T04:52:36.267Z[ phbl-toolchain] info: downloading component 'rustfmt'
35352025-02-13T04:52:36.567Z[ phbl-toolchain] info: installing component 'cargo'
35362025-02-13T04:52:37.925Z[ phbl-toolchain] info: installing component 'clippy'
35372025-02-13T04:52:38.454Z[ phbl-toolchain] info: installing component 'llvm-tools'
35382025-02-13T04:52:44.052Z[ phbl-toolchain] info: installing component 'miri'
35392025-02-13T04:52:44.425Z[ phbl-toolchain] info: installing component 'rust-docs'
35402025-02-13T04:52:51.763Z[ phbl-toolchain] info: installing component 'rust-src'
35412025-02-13T04:52:52.542Z[ phbl-toolchain] info: installing component 'rust-std'
35422025-02-13T04:52:54.972Z[ phbl-toolchain] info: installing component 'rustc'
35432025-02-13T04:53:04.184Z[ phbl-toolchain] info: installing component 'rustfmt'
35442025-02-13T04:53:05.030Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35452025-02-13T04:53:05.033ZFeb 13 04:53:03.643 INFO [phbl-toolchain] process exited with exit status: 0 (50.393318773s)
35462025-02-13T04:54:25.240Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35472025-02-13T04:54:39.515Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35482025-02-13T05:01:52.973Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 57s
35492025-02-13T05:03:01.265ZFeb 13 05:02:59.794 INFO [host-package] process exited with exit status: 0 (1325.777845257s)
35502025-02-13T05:03:01.268ZFeb 13 05:02:59.794 INFO [host-stamp] running task
35512025-02-13T05:03:01.269ZFeb 13 05:02:59.794 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35522025-02-13T05:03:01.275ZFeb 13 05:02:59.805 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+git94dc5e32b96
35532025-02-13T05:03:01.288ZFeb 13 05:02:59.817 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+git94dc5e32b96
35542025-02-13T05:03:01.295Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35552025-02-13T05:03:01.298Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35562025-02-13T05:03:01.299ZFeb 13 05:02:59.828 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+git94dc5e32b96
35572025-02-13T05:03:01.310Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35582025-02-13T05:03:01.314ZFeb 13 05:02:59.840 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+git94dc5e32b96
35592025-02-13T05:03:01.320Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35602025-02-13T05:03:01.324Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35612025-02-13T05:03:01.327Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35622025-02-13T05:03:01.327ZFeb 13 05:02:59.855 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+git94dc5e32b96
35632025-02-13T05:03:01.340Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35642025-02-13T05:03:01.344ZFeb 13 05:02:59.870 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+git94dc5e32b96
35652025-02-13T05:03:01.357Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35662025-02-13T05:03:01.361Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35672025-02-13T05:03:01.361ZFeb 13 05:02:59.888 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+git94dc5e32b96
35682025-02-13T05:03:01.380Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35692025-02-13T05:03:01.384ZFeb 13 05:02:59.909 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+git94dc5e32b96
35702025-02-13T05:03:01.399Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35712025-02-13T05:03:01.399ZFeb 13 05:02:59.928 INFO [stamp-oxlog] process exited with exit status: 0 (110.772642ms)
35722025-02-13T05:03:01.403ZFeb 13 05:02:59.928 INFO [stamp-overlay] process exited with exit status: 0 (100.500442ms)
35732025-02-13T05:03:01.403ZFeb 13 05:02:59.928 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (73.318843ms)
35742025-02-13T05:03:01.410Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35752025-02-13T05:03:01.425Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35762025-02-13T05:03:01.430ZFeb 13 05:02:59.958 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.352934ms)
35772025-02-13T05:03:01.568Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35782025-02-13T05:03:01.571ZFeb 13 05:03:00.101 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (230.404109ms)
35792025-02-13T05:03:01.664Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35802025-02-13T05:03:01.667ZFeb 13 05:03:00.196 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (391.93642ms)
35812025-02-13T05:03:02.493Z[recovery-package] Compiling newtype-uuid v1.2.1
35822025-02-13T05:03:02.589Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35832025-02-13T05:03:02.593ZFeb 13 05:03:01.121 INFO [stamp-propolis-server] process exited with exit status: 0 (1.211495445s)
35842025-02-13T05:03:03.010Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35852025-02-13T05:03:03.329Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35862025-02-13T05:03:03.329Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35872025-02-13T05:03:03.333Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35882025-02-13T05:03:03.368Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35892025-02-13T05:03:03.998Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35902025-02-13T05:03:11.545Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35912025-02-13T05:03:11.550ZFeb 13 05:03:10.078 INFO [stamp-switch-asic] process exited with exit status: 0 (10.189785002s)
35922025-02-13T05:03:11.554ZFeb 13 05:03:10.078 INFO [host-stamp] task succeeded (10.283813287s)
35932025-02-13T05:03:11.554ZFeb 13 05:03:10.078 INFO [host-proto] running task
35942025-02-13T05:03:12.020ZFeb 13 05:03:10.547 INFO [host-proto] task succeeded (469.488164ms)
35952025-02-13T05:03:12.020ZFeb 13 05:03:10.547 INFO [host-profile] running task
35962025-02-13T05:03:12.024ZFeb 13 05:03:10.548 INFO [host-profile] task succeeded (281.406µs)
35972025-02-13T05:03:12.024ZFeb 13 05:03:10.548 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpSxvfXu/proto/host/root -N 'ci 94dc5e3/${os_short_commit} 2025-02-13 04:40' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35982025-02-13T05:03:12.041Z[ host-image] Feb 13 05:03:10.568 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35992025-02-13T05:03:12.042Z[ host-image] Feb 13 05:03:10.568 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36002025-02-13T05:03:12.056Z[ host-image] Feb 13 05:03:10.583 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSxvfXu/proto/host/root"
36012025-02-13T05:03:12.056Z[ host-image] Feb 13 05:03:10.583 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36022025-02-13T05:03:12.061Z[ host-image] Feb 13 05:03:10.583 INFO image builder template: ramdisk-01-os...
36032025-02-13T05:03:12.061Z[ host-image] Feb 13 05:03:10.583 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/.tmpSxvfXu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36042025-02-13T05:03:12.076Z[ host-image] Feb 13 05:03:10.603 INFO O| Feb 13 05:03:10.603 INFO CREATE DATASET: rpool/images/build/host/output
36052025-02-13T05:03:12.387Z[ host-image] Feb 13 05:03:10.914 INFO O| Feb 13 05:03:10.914 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36062025-02-13T05:03:12.394Z[ host-image] Feb 13 05:03:10.920 INFO O| Feb 13 05:03:10.920 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36072025-02-13T05:03:12.420Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36082025-02-13T05:03:12.420Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36092025-02-13T05:03:12.424Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36102025-02-13T05:03:12.424Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36112025-02-13T05:03:12.643Z[ host-image] Feb 13 05:03:11.170 INFO O| Feb 13 05:03:11.169 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36122025-02-13T05:03:12.700Z[ host-image] Feb 13 05:03:11.227 INFO O| Feb 13 05:03:11.227 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36132025-02-13T05:03:12.704Z[ host-image] Feb 13 05:03:11.228 INFO O| Feb 13 05:03:11.228 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36142025-02-13T05:03:12.704Z[ host-image] Feb 13 05:03:11.228 INFO O| Feb 13 05:03:11.228 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36152025-02-13T05:03:12.704Z[ host-image] Feb 13 05:03:11.228 INFO O| Feb 13 05:03:11.228 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36162025-02-13T05:03:12.713Z[ host-image] Feb 13 05:03:11.240 INFO O| Feb 13 05:03:11.240 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36172025-02-13T05:03:12.959Z[ host-image] Feb 13 05:03:11.486 INFO O| Feb 13 05:03:11.486 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182025-02-13T05:03:12.977Z[ host-image] Feb 13 05:03:11.505 INFO O| Feb 13 05:03:11.504 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36192025-02-13T05:03:13.834Z[ host-image] Feb 13 05:03:12.359 INFO O| Feb 13 05:03:12.359 INFO O| Caching catalogs ... Done
36202025-02-13T05:03:13.978Z[ host-image] Feb 13 05:03:12.501 INFO O| Feb 13 05:03:12.501 INFO STEP 0 (pkg_image_create) COMPLETE
36212025-02-13T05:03:13.978Z[ host-image] Feb 13 05:03:12.501 INFO O| Feb 13 05:03:12.501 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36222025-02-13T05:03:13.983Z[ host-image] Feb 13 05:03:12.501 INFO O| Feb 13 05:03:12.501 INFO skip step because feature "repo_redist" is not enabled
36232025-02-13T05:03:13.983Z[ host-image] Feb 13 05:03:12.501 INFO O| Feb 13 05:03:12.501 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242025-02-13T05:03:13.996Z[ host-image] Feb 13 05:03:12.520 INFO O| Feb 13 05:03:12.520 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"]
36252025-02-13T05:03:14.768Z[ host-image] Feb 13 05:03:13.295 INFO O| Feb 13 05:03:13.295 INFO STEP 2 (pkg_set_publisher) COMPLETE
36262025-02-13T05:03:14.768Z[ host-image] Feb 13 05:03:13.295 INFO O| Feb 13 05:03:13.295 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272025-02-13T05:03:14.790Z[ host-image] Feb 13 05:03:13.318 INFO O| Feb 13 05:03:13.318 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"]
36282025-02-13T05:03:15.599Z[ host-image] Feb 13 05:03:14.127 INFO O| Feb 13 05:03:14.126 INFO STEP 3 (pkg_set_publisher) COMPLETE
36292025-02-13T05:03:15.599Z[ host-image] Feb 13 05:03:14.127 INFO O| Feb 13 05:03:14.126 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36302025-02-13T05:03:15.602Z[ host-image] Feb 13 05:03:14.127 INFO O| Feb 13 05:03:14.127 INFO skip step because feature "repo_redist" is not enabled
36312025-02-13T05:03:15.602Z[ host-image] Feb 13 05:03:14.127 INFO O| Feb 13 05:03:14.127 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36322025-02-13T05:03:16.201Z[ host-image] Feb 13 05:03:14.729 INFO O| Feb 13 05:03:14.729 INFO variant opensolaris.zone is already global
36332025-02-13T05:03:16.202Z[ host-image] Feb 13 05:03:14.729 INFO O| Feb 13 05:03:14.729 INFO STEP 5 (pkg_change_variant) COMPLETE
36342025-02-13T05:03:16.251Z[ host-image] Feb 13 05:03:14.729 INFO O| Feb 13 05:03:14.729 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352025-02-13T05:03:16.873Z[ host-image] Feb 13 05:03:15.400 INFO O| Feb 13 05:03:15.400 INFO variant opensolaris.imagetype is full; changing to partial
36362025-02-13T05:03:16.874Z[ host-image] Feb 13 05:03:15.400 INFO O| Feb 13 05:03:15.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36372025-02-13T05:03:17.680Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36382025-02-13T05:03:17.862Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36392025-02-13T05:03:20.615Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36402025-02-13T05:03:23.530Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412025-02-13T05:03:23.679Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36422025-02-13T05:03:24.817Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36432025-02-13T05:03:27.995Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36442025-02-13T05:03:31.578Z[ host-image] Feb 13 05:03:30.103 INFO O| Feb 13 05:03:30.103 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36452025-02-13T05:03:38.201Z[ host-image] Feb 13 05:03:36.725 INFO O| Feb 13 05:03:36.725 INFO O| Startup: Caching catalogs ... Done
36462025-02-13T05:03:38.290Z[ host-image] Feb 13 05:03:36.814 INFO O| Feb 13 05:03:36.814 INFO O| Planning: Planning completed in 0.00 seconds
36472025-02-13T05:03:38.292Z[ host-image] Feb 13 05:03:36.815 INFO O| Feb 13 05:03:36.814 INFO O| Planning: Consolidating action changes ... Done
36482025-02-13T05:03:38.292Z[ host-image] Feb 13 05:03:36.815 INFO O| Feb 13 05:03:36.815 INFO O| Planning: Evaluating mediators ... Done
36492025-02-13T05:03:38.293Z[ host-image] Feb 13 05:03:36.815 INFO O| Feb 13 05:03:36.815 INFO O| Planning: Planning completed in 0.00 seconds
36502025-02-13T05:03:38.293Z[ host-image] Feb 13 05:03:36.815 INFO O| Feb 13 05:03:36.815 INFO O| Variants/Facets to change: 1
36512025-02-13T05:03:38.314Z[ host-image] Feb 13 05:03:36.839 INFO O| Feb 13 05:03:36.838 INFO O| Done
36522025-02-13T05:03:38.317Z[ host-image] Feb 13 05:03:36.839 INFO O| Feb 13 05:03:36.838 INFO O| Done
36532025-02-13T05:03:39.104Z[ host-image] Feb 13 05:03:37.628 INFO O| Feb 13 05:03:37.628 INFO O| Done
36542025-02-13T05:03:39.179Z[ host-image] Feb 13 05:03:37.704 INFO O| Feb 13 05:03:37.704 INFO O| Done
36552025-02-13T05:03:39.182Z[ host-image] Feb 13 05:03:37.706 INFO O| Feb 13 05:03:37.705 INFO O| Done
36562025-02-13T05:03:39.182Z[ host-image] Feb 13 05:03:37.706 INFO O| Feb 13 05:03:37.706 INFO O| Done
36572025-02-13T05:03:39.185Z[ host-image] Feb 13 05:03:37.708 INFO O| Feb 13 05:03:37.708 INFO O| Done
36582025-02-13T05:03:39.973Z[ host-image] Feb 13 05:03:38.497 INFO O| Feb 13 05:03:38.497 INFO STEP 6 (pkg_change_variant) COMPLETE
36592025-02-13T05:03:39.973Z[ host-image] Feb 13 05:03:38.498 INFO O| Feb 13 05:03:38.497 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602025-02-13T05:03:39.976Z[ host-image] Feb 13 05:03:38.498 INFO O| Feb 13 05:03:38.497 INFO skip step because feature "debug_variant" is not enabled
36612025-02-13T05:03:39.976Z[ host-image] Feb 13 05:03:38.498 INFO O| Feb 13 05:03:38.497 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622025-02-13T05:03:40.660Z[ host-image] Feb 13 05:03:39.184 INFO O| Feb 13 05:03:39.184 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36632025-02-13T05:03:41.725Z[ host-image] Feb 13 05:03:40.248 INFO O| Feb 13 05:03:40.248 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36642025-02-13T05:03:41.727Z[ host-image] Feb 13 05:03:40.251 INFO O| Feb 13 05:03:40.251 INFO O| Planning: Planning completed in 0.00 seconds
36652025-02-13T05:03:41.730Z[ host-image] Feb 13 05:03:40.252 INFO O| Feb 13 05:03:40.252 INFO O| Planning: Consolidating action changes ... Done
36662025-02-13T05:03:41.730Z[ host-image] Feb 13 05:03:40.252 INFO O| Feb 13 05:03:40.252 INFO O| Planning: Evaluating mediators ... Done
36672025-02-13T05:03:41.730Z[ host-image] Feb 13 05:03:40.253 INFO O| Feb 13 05:03:40.253 INFO O| Planning: Planning completed in 0.00 seconds
36682025-02-13T05:03:41.730Z[ host-image] Feb 13 05:03:40.254 INFO O| Feb 13 05:03:40.254 INFO O| Variants/Facets to change: 1
36692025-02-13T05:03:41.761Z[ host-image] Feb 13 05:03:40.285 INFO O| Feb 13 05:03:40.285 INFO O| Done
36702025-02-13T05:03:41.761Z[ host-image] Feb 13 05:03:40.285 INFO O| Feb 13 05:03:40.285 INFO O| Done
36712025-02-13T05:03:42.381Z[ host-image] Feb 13 05:03:40.905 INFO O| Feb 13 05:03:40.905 INFO O| Done
36722025-02-13T05:03:42.455Z[ host-image] Feb 13 05:03:40.979 INFO O| Feb 13 05:03:40.979 INFO O| Done
36732025-02-13T05:03:42.458Z[ host-image] Feb 13 05:03:40.980 INFO O| Feb 13 05:03:40.980 INFO O| Done
36742025-02-13T05:03:42.458Z[ host-image] Feb 13 05:03:40.980 INFO O| Feb 13 05:03:40.980 INFO O| Done
36752025-02-13T05:03:42.458Z[ host-image] Feb 13 05:03:40.981 INFO O| Feb 13 05:03:40.981 INFO O| Done
36762025-02-13T05:03:42.564Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO STEP 8 (pkg_change_facet) COMPLETE
36772025-02-13T05:03:42.564Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782025-02-13T05:03:42.568Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO skip step because feature "recovery" is not enabled
36792025-02-13T05:03:42.568Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802025-02-13T05:03:42.568Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO skip step because feature "recovery" is not enabled
36812025-02-13T05:03:42.568Z[ host-image] Feb 13 05:03:41.088 INFO O| Feb 13 05:03:41.088 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822025-02-13T05:03:42.580Z[ host-image] Feb 13 05:03:41.104 INFO O| Feb 13 05:03:41.104 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"]
36832025-02-13T05:03:43.468Z[ host-image] Feb 13 05:03:41.991 INFO O| Feb 13 05:03:41.990 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36842025-02-13T05:03:49.733Z[recovery-package] Finished `release` profile [optimized] target(s) in 48.18s
36852025-02-13T05:03:51.026ZFeb 13 05:03:49.549 INFO [recovery-package] process exited with exit status: 0 (49.754093002s)
36862025-02-13T05:03:51.026ZFeb 13 05:03:49.549 INFO [recovery-stamp] running task
36872025-02-13T05:03:51.029ZFeb 13 05:03:49.549 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36882025-02-13T05:03:51.039ZFeb 13 05:03:49.562 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+git94dc5e32b96
36892025-02-13T05:03:51.057ZFeb 13 05:03:49.580 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git94dc5e32b96
36902025-02-13T05:03:51.074Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36912025-02-13T05:03:51.083Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36922025-02-13T05:03:51.194Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36932025-02-13T05:03:51.198ZFeb 13 05:03:49.721 INFO [stamp-installinator] process exited with exit status: 0 (141.189454ms)
36942025-02-13T05:03:51.206Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36952025-02-13T05:03:51.209ZFeb 13 05:03:49.733 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.139176ms)
36962025-02-13T05:03:51.212ZFeb 13 05:03:49.733 INFO [recovery-stamp] task succeeded (183.89412ms)
36972025-02-13T05:03:51.212ZFeb 13 05:03:49.733 INFO [recovery-proto] running task
36982025-02-13T05:03:51.212ZFeb 13 05:03:49.733 INFO [tuf-stamp] running task
36992025-02-13T05:03:51.212ZFeb 13 05:03:49.734 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+git94dc5e32b96
37002025-02-13T05:03:51.227ZFeb 13 05:03:49.750 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+git94dc5e32b96
37012025-02-13T05:03:51.243Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37022025-02-13T05:03:51.246ZFeb 13 05:03:49.767 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+git94dc5e32b96
37032025-02-13T05:03:51.266Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37042025-02-13T05:03:51.269ZFeb 13 05:03:49.789 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+git94dc5e32b96
37052025-02-13T05:03:51.291Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37062025-02-13T05:03:51.294ZFeb 13 05:03:49.813 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+git94dc5e32b96
37072025-02-13T05:03:51.313Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37082025-02-13T05:03:51.315ZFeb 13 05:03:49.836 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+git94dc5e32b96
37092025-02-13T05:03:51.404ZFeb 13 05:03:49.927 INFO [recovery-proto] task succeeded (194.251819ms)
37102025-02-13T05:03:51.407ZFeb 13 05:03:49.927 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpSxvfXu/proto/recovery/root -N 'recovery 94dc5e3/${os_short_commit} 2025-02-13 04:40' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37112025-02-13T05:03:51.425Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37122025-02-13T05:03:51.433Z[ recovery-image] Feb 13 05:03:49.956 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37132025-02-13T05:03:51.433Z[ recovery-image] Feb 13 05:03:49.956 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37142025-02-13T05:03:51.447Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37152025-02-13T05:03:51.450ZFeb 13 05:03:49.969 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+git94dc5e32b96
37162025-02-13T05:03:51.483Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37172025-02-13T05:03:51.485Z[ recovery-image] Feb 13 05:03:49.973 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSxvfXu/proto/recovery/root"
37182025-02-13T05:03:51.485Z[ recovery-image] Feb 13 05:03:49.973 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37192025-02-13T05:03:51.485Z[ recovery-image] Feb 13 05:03:49.973 INFO image builder template: ramdisk-01-os...
37202025-02-13T05:03:51.485Z[ recovery-image] Feb 13 05:03:49.973 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/.tmpSxvfXu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37212025-02-13T05:03:51.485ZFeb 13 05:03:50.007 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+git94dc5e32b96
37222025-02-13T05:03:51.515Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37232025-02-13T05:03:51.521ZFeb 13 05:03:50.038 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+git94dc5e32b96
37242025-02-13T05:03:51.549ZFeb 13 05:03:50.072 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+git94dc5e32b96
37252025-02-13T05:03:51.595Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37262025-02-13T05:03:51.660Z[ recovery-image] Feb 13 05:03:50.115 INFO O| Feb 13 05:03:50.070 INFO CREATE DATASET: rpool/images/build/recovery/output
37272025-02-13T05:03:51.692Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37282025-02-13T05:03:51.695ZFeb 13 05:03:50.215 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+git94dc5e32b96
37292025-02-13T05:03:51.769Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37302025-02-13T05:03:51.770ZFeb 13 05:03:50.292 INFO [stamp-probe] process exited with exit status: 0 (502.479641ms)
37312025-02-13T05:03:51.779Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37322025-02-13T05:03:51.867Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37332025-02-13T05:03:51.943Z[ recovery-image] Feb 13 05:03:50.465 INFO O| Feb 13 05:03:50.454 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37342025-02-13T05:03:51.969Z[ recovery-image] Feb 13 05:03:50.492 INFO O| Feb 13 05:03:50.467 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37352025-02-13T05:03:51.972Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37362025-02-13T05:03:52.094Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37372025-02-13T05:03:52.127ZFeb 13 05:03:50.650 INFO [stamp-ntp] process exited with exit status: 0 (643.482607ms)
37382025-02-13T05:03:52.414Z[ recovery-image] Feb 13 05:03:50.936 INFO O| Feb 13 05:03:50.936 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37392025-02-13T05:03:52.504Z[ recovery-image] Feb 13 05:03:51.027 INFO O| Feb 13 05:03:51.027 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37402025-02-13T05:03:52.505Z[ recovery-image] Feb 13 05:03:51.027 INFO O| Feb 13 05:03:51.027 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37412025-02-13T05:03:52.508Z[ recovery-image] Feb 13 05:03:51.027 INFO O| Feb 13 05:03:51.027 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37422025-02-13T05:03:52.508Z[ recovery-image] Feb 13 05:03:51.027 INFO O| Feb 13 05:03:51.027 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37432025-02-13T05:03:52.516Z[ recovery-image] Feb 13 05:03:51.038 INFO O| Feb 13 05:03:51.038 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37442025-02-13T05:03:52.797Z[ recovery-image] Feb 13 05:03:51.320 INFO O| Feb 13 05:03:51.320 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452025-02-13T05:03:52.833Z[ recovery-image] Feb 13 05:03:51.355 INFO O| Feb 13 05:03:51.355 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37462025-02-13T05:03:53.110Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37472025-02-13T05:03:53.114ZFeb 13 05:03:51.637 INFO [stamp-internal-dns] process exited with exit status: 0 (1.870718362s)
37482025-02-13T05:03:53.138Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37492025-02-13T05:03:53.161ZFeb 13 05:03:51.684 INFO [stamp-external-dns] process exited with exit status: 0 (1.933850864s)
37502025-02-13T05:03:53.176Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37512025-02-13T05:03:53.181ZFeb 13 05:03:51.703 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.890453755s)
37522025-02-13T05:03:53.200Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37532025-02-13T05:03:53.227ZFeb 13 05:03:51.750 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.711538684s)
37542025-02-13T05:03:53.447Z[ recovery-image] Feb 13 05:03:51.970 INFO O| Feb 13 05:03:51.970 INFO O| Caching catalogs ... Done
37552025-02-13T05:03:53.565Z[ recovery-image] Feb 13 05:03:52.087 INFO O| Feb 13 05:03:52.087 INFO STEP 0 (pkg_image_create) COMPLETE
37562025-02-13T05:03:53.567Z[ recovery-image] Feb 13 05:03:52.087 INFO O| Feb 13 05:03:52.087 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572025-02-13T05:03:53.567Z[ recovery-image] Feb 13 05:03:52.087 INFO O| Feb 13 05:03:52.087 INFO skip step because feature "repo_redist" is not enabled
37582025-02-13T05:03:53.567Z[ recovery-image] Feb 13 05:03:52.087 INFO O| Feb 13 05:03:52.087 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592025-02-13T05:03:53.581Z[ recovery-image] Feb 13 05:03:52.103 INFO O| Feb 13 05:03:52.103 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"]
37602025-02-13T05:03:53.971Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37612025-02-13T05:03:53.983ZFeb 13 05:03:52.505 INFO [stamp-oximeter] process exited with exit status: 0 (2.290073832s)
37622025-02-13T05:03:54.114Z[ recovery-image] Feb 13 05:03:52.637 INFO O| Feb 13 05:03:52.637 INFO STEP 2 (pkg_set_publisher) COMPLETE
37632025-02-13T05:03:54.114Z[ recovery-image] Feb 13 05:03:52.637 INFO O| Feb 13 05:03:52.637 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37642025-02-13T05:03:54.130Z[ recovery-image] Feb 13 05:03:52.652 INFO O| Feb 13 05:03:52.652 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"]
37652025-02-13T05:03:54.595Z[ recovery-image] Feb 13 05:03:53.117 INFO O| Feb 13 05:03:53.117 INFO STEP 3 (pkg_set_publisher) COMPLETE
37662025-02-13T05:03:54.595Z[ recovery-image] Feb 13 05:03:53.117 INFO O| Feb 13 05:03:53.117 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672025-02-13T05:03:54.595Z[ recovery-image] Feb 13 05:03:53.117 INFO O| Feb 13 05:03:53.117 INFO skip step because feature "repo_redist" is not enabled
37682025-02-13T05:03:54.595Z[ recovery-image] Feb 13 05:03:53.117 INFO O| Feb 13 05:03:53.117 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692025-02-13T05:03:55.060Z[ recovery-image] Feb 13 05:03:53.583 INFO O| Feb 13 05:03:53.582 INFO variant opensolaris.zone is already global
37702025-02-13T05:03:55.060Z[ recovery-image] Feb 13 05:03:53.583 INFO O| Feb 13 05:03:53.582 INFO STEP 5 (pkg_change_variant) COMPLETE
37712025-02-13T05:03:55.060Z[ recovery-image] Feb 13 05:03:53.583 INFO O| Feb 13 05:03:53.582 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722025-02-13T05:03:55.557Z[ recovery-image] Feb 13 05:03:54.079 INFO O| Feb 13 05:03:54.079 INFO variant opensolaris.imagetype is full; changing to partial
37732025-02-13T05:03:55.559Z[ recovery-image] Feb 13 05:03:54.079 INFO O| Feb 13 05:03:54.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37742025-02-13T05:03:55.615Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37752025-02-13T05:03:55.619ZFeb 13 05:03:54.141 INFO [stamp-nexus] process exited with exit status: 0 (4.407317767s)
37762025-02-13T05:03:56.625Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37772025-02-13T05:03:56.630Z[verify-libraries] Compiling home v0.5.9
37782025-02-13T05:03:56.630Z[verify-libraries] Compiling cfg_aliases v0.1.1
37792025-02-13T05:03:56.680Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37802025-02-13T05:03:56.680Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37812025-02-13T05:03:56.682Z[verify-libraries] Compiling unicode_categories v0.1.1
37822025-02-13T05:03:56.683Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37832025-02-13T05:03:57.129Z[verify-libraries] Compiling nix v0.28.0
37842025-02-13T05:03:57.198Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852025-02-13T05:03:57.198Z[verify-libraries] Compiling polyval v0.6.2
37862025-02-13T05:03:57.215Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37872025-02-13T05:03:57.270ZFeb 13 05:03:55.792 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.720026088s)
37882025-02-13T05:03:57.380Z[verify-libraries] Compiling ctr v0.9.2
37892025-02-13T05:03:57.624Z[verify-libraries] Compiling sqlformat v0.2.6
37902025-02-13T05:03:58.093Z[verify-libraries] Compiling sqlparser v0.45.0
37912025-02-13T05:03:58.213Z[verify-libraries] Compiling ghash v0.5.1
37922025-02-13T05:03:58.257Z[verify-libraries] Compiling ssh-encoding v0.2.0
37932025-02-13T05:03:58.260Z[verify-libraries] Compiling blowfish v0.9.1
37942025-02-13T05:03:58.744Z[verify-libraries] Compiling aes-gcm v0.10.3
37952025-02-13T05:03:59.314Z[verify-libraries] Compiling ssh-cipher v0.2.0
37962025-02-13T05:04:00.195Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37972025-02-13T05:04:00.832Z[verify-libraries] Compiling password-hash v0.4.2
37982025-02-13T05:04:04.014Z[verify-libraries] Compiling rustyline v14.0.0
37992025-02-13T05:04:04.736Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38002025-02-13T05:04:04.805ZFeb 13 05:04:03.326 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.489730632s)
38012025-02-13T05:04:05.181Z[verify-libraries] Compiling pbkdf2 v0.11.0
38022025-02-13T05:04:05.652Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38032025-02-13T05:04:05.678ZFeb 13 05:04:04.199 INFO [stamp-clickhouse] process exited with exit status: 0 (14.229903077s)
38042025-02-13T05:04:05.678ZFeb 13 05:04:04.199 INFO [tuf-stamp] task succeeded (14.466234399s)
38052025-02-13T05:04:05.965Z[verify-libraries] Compiling ssh-key v0.6.6
38062025-02-13T05:04:06.268Z[verify-libraries] Compiling p521 v0.13.3
38072025-02-13T05:04:07.581Z[verify-libraries] Compiling p256 v0.13.2
38082025-02-13T05:04:09.008Z[ recovery-image] Feb 13 05:04:07.528 INFO O| Feb 13 05:04:07.528 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092025-02-13T05:04:10.827Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38102025-02-13T05:04:11.497Z[verify-libraries] Compiling md5 v0.7.0
38112025-02-13T05:04:12.216Z[verify-libraries] Compiling russh-keys v0.45.0
38122025-02-13T05:04:13.671Z[verify-libraries] Compiling num-bigint v0.4.6
38132025-02-13T05:04:18.239Z[ recovery-image] Feb 13 05:04:16.758 INFO O| Feb 13 05:04:16.758 INFO O| Startup: Caching catalogs ... Done
38142025-02-13T05:04:18.384Z[ recovery-image] Feb 13 05:04:16.903 INFO O| Feb 13 05:04:16.903 INFO O| Planning: Planning completed in 0.00 seconds
38152025-02-13T05:04:18.387Z[ recovery-image] Feb 13 05:04:16.904 INFO O| Feb 13 05:04:16.904 INFO O| Planning: Consolidating action changes ... Done
38162025-02-13T05:04:18.387Z[ recovery-image] Feb 13 05:04:16.904 INFO O| Feb 13 05:04:16.904 INFO O| Planning: Evaluating mediators ... Done
38172025-02-13T05:04:18.387Z[ recovery-image] Feb 13 05:04:16.904 INFO O| Feb 13 05:04:16.904 INFO O| Planning: Planning completed in 0.00 seconds
38182025-02-13T05:04:18.387Z[ recovery-image] Feb 13 05:04:16.905 INFO O| Feb 13 05:04:16.905 INFO O| Variants/Facets to change: 1
38192025-02-13T05:04:18.480Z[ recovery-image] Feb 13 05:04:16.999 INFO O| Feb 13 05:04:16.998 INFO O| Done
38202025-02-13T05:04:18.480Z[ recovery-image] Feb 13 05:04:16.999 INFO O| Feb 13 05:04:16.998 INFO O| Done
38212025-02-13T05:04:19.667Z[ recovery-image] Feb 13 05:04:18.186 INFO O| Feb 13 05:04:18.186 INFO O| Done
38222025-02-13T05:04:19.742Z[ recovery-image] Feb 13 05:04:18.260 INFO O| Feb 13 05:04:18.260 INFO O| Done
38232025-02-13T05:04:19.746Z[ recovery-image] Feb 13 05:04:18.262 INFO O| Feb 13 05:04:18.262 INFO O| Done
38242025-02-13T05:04:19.746Z[ recovery-image] Feb 13 05:04:18.262 INFO O| Feb 13 05:04:18.262 INFO O| Done
38252025-02-13T05:04:19.746Z[ recovery-image] Feb 13 05:04:18.264 INFO O| Feb 13 05:04:18.264 INFO O| Done
38262025-02-13T05:04:20.311Z[verify-libraries] Compiling des v0.8.1
38272025-02-13T05:04:20.616Z[ recovery-image] Feb 13 05:04:19.135 INFO O| Feb 13 05:04:19.135 INFO STEP 6 (pkg_change_variant) COMPLETE
38282025-02-13T05:04:20.616Z[ recovery-image] Feb 13 05:04:19.135 INFO O| Feb 13 05:04:19.135 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292025-02-13T05:04:20.619Z[ recovery-image] Feb 13 05:04:19.135 INFO O| Feb 13 05:04:19.135 INFO skip step because feature "debug_variant" is not enabled
38302025-02-13T05:04:20.619Z[ recovery-image] Feb 13 05:04:19.135 INFO O| Feb 13 05:04:19.135 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312025-02-13T05:04:21.168Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38322025-02-13T05:04:21.324Z[ recovery-image] Feb 13 05:04:19.843 INFO O| Feb 13 05:04:19.842 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38332025-02-13T05:04:22.261Z[verify-libraries] Compiling hex-literal v0.4.1
38342025-02-13T05:04:22.450Z[ recovery-image] Feb 13 05:04:20.968 INFO O| Feb 13 05:04:20.968 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38352025-02-13T05:04:22.468Z[ recovery-image] Feb 13 05:04:20.986 INFO O| Feb 13 05:04:20.986 INFO O| Planning: Planning completed in 0.02 seconds
38362025-02-13T05:04:22.471Z[ recovery-image] Feb 13 05:04:20.988 INFO O| Feb 13 05:04:20.987 INFO O| Planning: Consolidating action changes ... Done
38372025-02-13T05:04:22.471Z[ recovery-image] Feb 13 05:04:20.988 INFO O| Feb 13 05:04:20.988 INFO O| Planning: Evaluating mediators ... Done
38382025-02-13T05:04:22.471Z[ recovery-image] Feb 13 05:04:20.988 INFO O| Feb 13 05:04:20.988 INFO O| Planning: Planning completed in 0.02 seconds
38392025-02-13T05:04:22.471Z[ recovery-image] Feb 13 05:04:20.989 INFO O| Feb 13 05:04:20.989 INFO O| Variants/Facets to change: 1
38402025-02-13T05:04:22.592Z[ recovery-image] Feb 13 05:04:21.110 INFO O| Feb 13 05:04:21.110 INFO O| Done
38412025-02-13T05:04:22.592Z[ recovery-image] Feb 13 05:04:21.111 INFO O| Feb 13 05:04:21.110 INFO O| Done
38422025-02-13T05:04:22.774Z[verify-libraries] Compiling russh v0.45.0
38432025-02-13T05:04:23.565Z[ recovery-image] Feb 13 05:04:22.083 INFO O| Feb 13 05:04:22.083 INFO O| Done
38442025-02-13T05:04:23.666Z[ recovery-image] Feb 13 05:04:22.184 INFO O| Feb 13 05:04:22.184 INFO O| Done
38452025-02-13T05:04:23.669Z[ recovery-image] Feb 13 05:04:22.185 INFO O| Feb 13 05:04:22.185 INFO O| Done
38462025-02-13T05:04:23.669Z[ recovery-image] Feb 13 05:04:22.185 INFO O| Feb 13 05:04:22.185 INFO O| Done
38472025-02-13T05:04:23.669Z[ recovery-image] Feb 13 05:04:22.187 INFO O| Feb 13 05:04:22.187 INFO O| Done
38482025-02-13T05:04:23.784Z[ recovery-image] Feb 13 05:04:22.302 INFO O| Feb 13 05:04:22.302 INFO STEP 8 (pkg_change_facet) COMPLETE
38492025-02-13T05:04:23.784Z[ recovery-image] Feb 13 05:04:22.303 INFO O| Feb 13 05:04:22.302 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38502025-02-13T05:04:23.958Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38512025-02-13T05:04:24.570Z[ recovery-image] Feb 13 05:04:23.088 INFO O| Feb 13 05:04:23.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38522025-02-13T05:04:25.796Z[ recovery-image] Feb 13 05:04:24.314 INFO O| Feb 13 05:04:24.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38532025-02-13T05:04:25.799Z[ recovery-image] Feb 13 05:04:24.316 INFO O| Feb 13 05:04:24.315 INFO O| Planning: Planning completed in 0.00 seconds
38542025-02-13T05:04:25.799Z[ recovery-image] Feb 13 05:04:24.316 INFO O| Feb 13 05:04:24.316 INFO O| Planning: Consolidating action changes ... Done
38552025-02-13T05:04:25.799Z[ recovery-image] Feb 13 05:04:24.316 INFO O| Feb 13 05:04:24.316 INFO O| Planning: Evaluating mediators ... Done
38562025-02-13T05:04:25.799Z[ recovery-image] Feb 13 05:04:24.317 INFO O| Feb 13 05:04:24.317 INFO O| Planning: Planning completed in 0.00 seconds
38572025-02-13T05:04:25.802Z[ recovery-image] Feb 13 05:04:24.317 INFO O| Feb 13 05:04:24.317 INFO O| Variants/Facets to change: 1
38582025-02-13T05:04:25.894Z[ recovery-image] Feb 13 05:04:24.412 INFO O| Feb 13 05:04:24.412 INFO O| Done
38592025-02-13T05:04:25.894Z[ recovery-image] Feb 13 05:04:24.412 INFO O| Feb 13 05:04:24.412 INFO O| Done
38602025-02-13T05:04:26.814Z[ recovery-image] Feb 13 05:04:25.332 INFO O| Feb 13 05:04:25.332 INFO O| Done
38612025-02-13T05:04:26.929Z[ recovery-image] Feb 13 05:04:25.447 INFO O| Feb 13 05:04:25.446 INFO O| Done
38622025-02-13T05:04:26.932Z[ recovery-image] Feb 13 05:04:25.448 INFO O| Feb 13 05:04:25.448 INFO O| Done
38632025-02-13T05:04:26.933Z[ recovery-image] Feb 13 05:04:25.448 INFO O| Feb 13 05:04:25.448 INFO O| Done
38642025-02-13T05:04:26.933Z[ recovery-image] Feb 13 05:04:25.450 INFO O| Feb 13 05:04:25.450 INFO O| Done
38652025-02-13T05:04:27.052Z[ recovery-image] Feb 13 05:04:25.569 INFO O| Feb 13 05:04:25.569 INFO STEP 9 (pkg_change_facet) COMPLETE
38662025-02-13T05:04:27.052Z[ recovery-image] Feb 13 05:04:25.569 INFO O| Feb 13 05:04:25.569 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38672025-02-13T05:04:27.704Z[ recovery-image] Feb 13 05:04:26.221 INFO O| Feb 13 05:04:26.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38682025-02-13T05:04:28.070Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38692025-02-13T05:04:28.862Z[ recovery-image] Feb 13 05:04:27.379 INFO O| Feb 13 05:04:27.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38702025-02-13T05:04:28.865Z[ recovery-image] Feb 13 05:04:27.381 INFO O| Feb 13 05:04:27.381 INFO O| Planning: Planning completed in 0.00 seconds
38712025-02-13T05:04:28.865Z[ recovery-image] Feb 13 05:04:27.382 INFO O| Feb 13 05:04:27.382 INFO O| Planning: Consolidating action changes ... Done
38722025-02-13T05:04:28.865Z[ recovery-image] Feb 13 05:04:27.382 INFO O| Feb 13 05:04:27.382 INFO O| Planning: Evaluating mediators ... Done
38732025-02-13T05:04:28.868Z[ recovery-image] Feb 13 05:04:27.384 INFO O| Feb 13 05:04:27.382 INFO O| Planning: Planning completed in 0.00 seconds
38742025-02-13T05:04:28.868Z[ recovery-image] Feb 13 05:04:27.384 INFO O| Feb 13 05:04:27.383 INFO O| Variants/Facets to change: 1
38752025-02-13T05:04:28.987Z[ recovery-image] Feb 13 05:04:27.504 INFO O| Feb 13 05:04:27.504 INFO O| Done
38762025-02-13T05:04:28.987Z[ recovery-image] Feb 13 05:04:27.504 INFO O| Feb 13 05:04:27.504 INFO O| Done
38772025-02-13T05:04:29.904Z[ recovery-image] Feb 13 05:04:28.422 INFO O| Feb 13 05:04:28.422 INFO O| Done
38782025-02-13T05:04:30.012Z[ recovery-image] Feb 13 05:04:28.529 INFO O| Feb 13 05:04:28.529 INFO O| Done
38792025-02-13T05:04:30.015Z[ recovery-image] Feb 13 05:04:28.530 INFO O| Feb 13 05:04:28.530 INFO O| Done
38802025-02-13T05:04:30.015Z[ recovery-image] Feb 13 05:04:28.530 INFO O| Feb 13 05:04:28.530 INFO O| Done
38812025-02-13T05:04:30.015Z[ recovery-image] Feb 13 05:04:28.532 INFO O| Feb 13 05:04:28.532 INFO O| Done
38822025-02-13T05:04:30.135Z[ recovery-image] Feb 13 05:04:28.653 INFO O| Feb 13 05:04:28.653 INFO STEP 10 (pkg_change_facet) COMPLETE
38832025-02-13T05:04:30.135Z[ recovery-image] Feb 13 05:04:28.653 INFO O| Feb 13 05:04:28.653 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38842025-02-13T05:04:30.157Z[ recovery-image] Feb 13 05:04:28.674 INFO O| Feb 13 05:04:28.674 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"]
38852025-02-13T05:04:31.198Z[ recovery-image] Feb 13 05:04:29.716 INFO O| Feb 13 05:04:29.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38862025-02-13T05:04:34.460Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38872025-02-13T05:04:38.753Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38882025-02-13T05:04:41.306Z[verify-libraries] Compiling petname v2.0.2
38892025-02-13T05:04:42.723Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38902025-02-13T05:04:43.878Z[verify-libraries] Compiling internet-checksum v0.2.1
38912025-02-13T05:04:44.517Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38922025-02-13T05:04:51.569Z[verify-libraries] Compiling heck v0.4.1
38932025-02-13T05:04:52.452Z[ host-image] Feb 13 05:04:50.966 INFO O| Feb 13 05:04:50.966 INFO O| Planning: Solver setup ... Done
38942025-02-13T05:04:52.992Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38952025-02-13T05:05:10.504Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38962025-02-13T05:05:14.474Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38972025-02-13T05:05:17.349Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38982025-02-13T05:05:24.434Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38992025-02-13T05:05:38.374Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39002025-02-13T05:05:39.920Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39012025-02-13T05:05:42.053Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39022025-02-13T05:05:42.411Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39032025-02-13T05:05:46.935Z[ recovery-image] Feb 13 05:05:45.443 INFO O| Feb 13 05:05:45.443 INFO O| Planning: Solver setup ... Done
39042025-02-13T05:06:15.114Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39052025-02-13T05:06:26.287Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39062025-02-13T05:06:29.641Z[ host-image] Feb 13 05:06:28.143 INFO O| Feb 13 05:06:28.143 INFO O| Planning: Running solver ... Done
39072025-02-13T05:06:29.932Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39082025-02-13T05:06:30.278Z[ host-image] Feb 13 05:06:28.780 INFO O| Feb 13 05:06:28.779 INFO O| Planning: Finding local manifests ... Done
39092025-02-13T05:06:30.298Z[ host-image] Feb 13 05:06:28.799 INFO O| Feb 13 05:06:28.799 INFO O| Planning: Fetching manifests: 0/124 0% complete
39102025-02-13T05:06:30.360Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39112025-02-13T05:06:31.139Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39122025-02-13T05:06:31.739Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39132025-02-13T05:06:32.210Z[verify-libraries] Compiling sync-ptr v0.1.1
39142025-02-13T05:06:32.508Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39152025-02-13T05:06:35.446Z[ host-image] Feb 13 05:06:33.946 INFO O| Feb 13 05:06:33.946 INFO O| Planning: Fetching manifests: 117/124 94% complete
39162025-02-13T05:06:37.004Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39172025-02-13T05:06:39.493Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39182025-02-13T05:06:40.462Z[ host-image] Feb 13 05:06:38.962 INFO O| Feb 13 05:06:38.962 INFO O| Planning: Fetching manifests: 121/124 97% complete
39192025-02-13T05:06:42.682Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39202025-02-13T05:06:45.470Z[ host-image] Feb 13 05:06:43.969 INFO O| Feb 13 05:06:43.969 INFO O| Planning: Fetching manifests: 121/124 97% complete
39212025-02-13T05:06:49.061Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39222025-02-13T05:06:50.478Z[ host-image] Feb 13 05:06:48.977 INFO O| Feb 13 05:06:48.977 INFO O| Planning: Fetching manifests: 121/124 97% complete
39232025-02-13T05:06:55.483Z[ host-image] Feb 13 05:06:53.980 INFO O| Feb 13 05:06:53.980 INFO O| Planning: Fetching manifests: 121/124 97% complete
39242025-02-13T05:06:59.658Z[ host-image] Feb 13 05:06:58.155 INFO O| Feb 13 05:06:58.154 INFO O| Planning: Fetching manifests: 124/124 100% complete
39252025-02-13T05:07:00.792Z[ host-image] Feb 13 05:06:59.289 INFO O| Feb 13 05:06:59.289 INFO O| Planning: Package planning ... Done
39262025-02-13T05:07:02.477Z[ host-image] Feb 13 05:07:00.974 INFO O| Feb 13 05:07:00.974 INFO O| Planning: Merging actions ... Done
39272025-02-13T05:07:02.854Z[ host-image] Feb 13 05:07:01.351 INFO O| Feb 13 05:07:01.351 INFO O| Planning: Checking for conflicting actions ... Done
39282025-02-13T05:07:03.225Z[ host-image] Feb 13 05:07:01.722 INFO O| Feb 13 05:07:01.722 INFO O| Planning: Consolidating action changes ... Done
39292025-02-13T05:07:03.762Z[ host-image] Feb 13 05:07:02.259 INFO O| Feb 13 05:07:02.259 INFO O| Planning: Evaluating mediators ... Done
39302025-02-13T05:07:06.430Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39312025-02-13T05:07:10.707Z[ host-image] Feb 13 05:07:09.203 INFO O| Feb 13 05:07:09.203 INFO O| Planning: Planning completed in 207.21 seconds
39322025-02-13T05:07:10.713Z[ host-image] Feb 13 05:07:09.209 INFO O| Feb 13 05:07:09.209 INFO O| Packages to install: 124
39332025-02-13T05:07:10.716Z[ host-image] Feb 13 05:07:09.209 INFO O| Feb 13 05:07:09.209 INFO O| Mediators to change: 4
39342025-02-13T05:07:10.716Z[ host-image] Feb 13 05:07:09.209 INFO O| Feb 13 05:07:09.209 INFO O| Services to change: 6
39352025-02-13T05:07:10.858Z[ host-image] Feb 13 05:07:09.353 INFO O| Feb 13 05:07:09.353 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete
39362025-02-13T05:07:11.583Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39372025-02-13T05:07:15.871Z[ host-image] Feb 13 05:07:14.365 INFO O| Feb 13 05:07:14.365 INFO O| Download: 407/22794 items 2.6/199.7MB 1% complete (522k/s)
39382025-02-13T05:07:18.069Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39392025-02-13T05:07:19.224Z[ recovery-image] Feb 13 05:07:17.718 INFO O| Feb 13 05:07:17.718 INFO O| Planning: Running solver ... Done
39402025-02-13T05:07:19.896Z[ recovery-image] Feb 13 05:07:18.391 INFO O| Feb 13 05:07:18.391 INFO O| Planning: Finding local manifests ... Done
39412025-02-13T05:07:19.912Z[ recovery-image] Feb 13 05:07:18.407 INFO O| Feb 13 05:07:18.407 INFO O| Planning: Fetching manifests: 0/124 0% complete
39422025-02-13T05:07:20.871Z[ host-image] Feb 13 05:07:19.366 INFO O| Feb 13 05:07:19.365 INFO O| Download: 1009/22794 items 6.0/199.7MB 3% complete (640k/s)
39432025-02-13T05:07:25.468Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39442025-02-13T05:07:26.109Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39452025-02-13T05:07:26.133Z[ host-image] Feb 13 05:07:24.627 INFO O| Feb 13 05:07:24.627 INFO O| Download: 1021/22794 items 6.3/199.7MB 3% complete (618k/s)
39462025-02-13T05:07:26.975Z[verify-libraries] Compiling termios v0.3.3
39472025-02-13T05:07:27.406Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39482025-02-13T05:07:27.512Z[ recovery-image] Feb 13 05:07:26.006 INFO O| Feb 13 05:07:26.006 INFO O| Planning: Fetching manifests: 124/124 100% complete
39492025-02-13T05:07:28.651Z[ recovery-image] Feb 13 05:07:27.144 INFO O| Feb 13 05:07:27.144 INFO O| Planning: Package planning ... Done
39502025-02-13T05:07:29.325Z[ recovery-image] Feb 13 05:07:27.819 INFO O| Feb 13 05:07:27.819 INFO O| Planning: Merging actions ... Done
39512025-02-13T05:07:29.558Z[ recovery-image] Feb 13 05:07:28.052 INFO O| Feb 13 05:07:28.052 INFO O| Planning: Checking for conflicting actions ... Done
39522025-02-13T05:07:29.709Z[ recovery-image] Feb 13 05:07:28.202 INFO O| Feb 13 05:07:28.202 INFO O| Planning: Consolidating action changes ... Done
39532025-02-13T05:07:30.034Z[ recovery-image] Feb 13 05:07:28.527 INFO O| Feb 13 05:07:28.527 INFO O| Planning: Evaluating mediators ... Done
39542025-02-13T05:07:31.727Z[ host-image] Feb 13 05:07:30.220 INFO O| Feb 13 05:07:30.220 INFO O| Download: 1597/22794 items 9.7/199.7MB 4% complete (378k/s)
39552025-02-13T05:07:35.959Z[ recovery-image] Feb 13 05:07:34.452 INFO O| Feb 13 05:07:34.452 INFO O| Planning: Planning completed in 184.74 seconds
39562025-02-13T05:07:35.967Z[ recovery-image] Feb 13 05:07:34.460 INFO O| Feb 13 05:07:34.459 INFO O| Packages to install: 124
39572025-02-13T05:07:35.970Z[ recovery-image] Feb 13 05:07:34.460 INFO O| Feb 13 05:07:34.460 INFO O| Mediators to change: 4
39582025-02-13T05:07:35.970Z[ recovery-image] Feb 13 05:07:34.460 INFO O| Feb 13 05:07:34.460 INFO O| Services to change: 5
39592025-02-13T05:07:36.065Z[ recovery-image] Feb 13 05:07:34.557 INFO O| Feb 13 05:07:34.557 INFO O| Download: 0/15865 items 0.0/176.5MB 0% complete
39602025-02-13T05:07:37.908Z[ host-image] Feb 13 05:07:36.401 INFO O| Feb 13 05:07:36.400 INFO O| Download: 1614/22794 items 9.7/199.7MB 4% complete (569k/s)
39612025-02-13T05:07:41.149Z[ recovery-image] Feb 13 05:07:39.640 INFO O| Feb 13 05:07:39.640 INFO O| Download: 468/15865 items 3.8/176.5MB 2% complete (846k/s)
39622025-02-13T05:07:45.217Z[ host-image] Feb 13 05:07:43.708 INFO O| Feb 13 05:07:43.708 INFO O| Download: 1655/22794 items 10.9/199.7MB 5% complete (237k/s)
39632025-02-13T05:07:46.416Z[ recovery-image] Feb 13 05:07:44.906 INFO O| Feb 13 05:07:44.906 INFO O| Download: 1003/15865 items 7.9/176.5MB 4% complete (830k/s)
39642025-02-13T05:07:52.735Z[ host-image] Feb 13 05:07:51.031 INFO O| Feb 13 05:07:51.031 INFO O| Download: 1690/22794 items 11.0/199.7MB 5% complete (153k/s)
39652025-02-13T05:07:52.913Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39662025-02-13T05:07:58.613Z[ host-image] Feb 13 05:07:57.103 INFO O| Feb 13 05:07:57.103 INFO O| Download: 1777/22794 items 12.0/199.7MB 6% complete (112k/s)
39672025-02-13T05:08:02.899Z[ recovery-image] Feb 13 05:08:01.388 INFO O| Feb 13 05:08:01.388 INFO O| Download: 1008/15865 items 7.9/176.5MB 4% complete
39682025-02-13T05:08:03.630Z[ host-image] Feb 13 05:08:02.118 INFO O| Feb 13 05:08:02.118 INFO O| Download: 1898/22794 items 20.2/199.7MB 10% complete (799k/s)
39692025-02-13T05:08:08.318Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39702025-02-13T05:08:08.830Z[ host-image] Feb 13 05:08:07.318 INFO O| Feb 13 05:08:07.318 INFO O| Download: 2087/22794 items 23.5/199.7MB 11% complete (1.2M/s)
39712025-02-13T05:08:09.188Z[ recovery-image] Feb 13 05:08:07.676 INFO O| Feb 13 05:08:07.676 INFO O| Download: 1058/15865 items 7.9/176.5MB 4% complete (138k/s)
39722025-02-13T05:08:14.632Z[ recovery-image] Feb 13 05:08:13.119 INFO O| Feb 13 05:08:13.119 INFO O| Download: 1156/15865 items 10.1/176.5MB 5% complete (216k/s)
39732025-02-13T05:08:17.538Z[ host-image] Feb 13 05:08:16.025 INFO O| Feb 13 05:08:16.025 INFO O| Download: 2095/22794 items 23.5/199.7MB 11% complete (1.1M/s)
39742025-02-13T05:08:20.448Z[ recovery-image] Feb 13 05:08:18.934 INFO O| Feb 13 05:08:18.934 INFO O| Download: 1322/15865 items 20.3/176.5MB 11% complete (1.3M/s)
39752025-02-13T05:08:23.637Z[ host-image] Feb 13 05:08:22.123 INFO O| Feb 13 05:08:22.123 INFO O| Download: 2153/22794 items 23.9/199.7MB 11% complete (72.6k/s)
39762025-02-13T05:08:26.559Z[ recovery-image] Feb 13 05:08:25.044 INFO O| Feb 13 05:08:25.044 INFO O| Download: 1462/15865 items 21.5/176.5MB 12% complete (1.0M/s)
39772025-02-13T05:08:28.724Z[ host-image] Feb 13 05:08:27.209 INFO O| Feb 13 05:08:27.209 INFO O| Download: 2260/22794 items 24.9/199.7MB 12% complete (102k/s)
39782025-02-13T05:08:32.295Z[ recovery-image] Feb 13 05:08:30.780 INFO O| Feb 13 05:08:30.780 INFO O| Download: 1517/15865 items 21.9/176.5MB 12% complete (200k/s)
39792025-02-13T05:08:33.726Z[ host-image] Feb 13 05:08:32.211 INFO O| Feb 13 05:08:32.211 INFO O| Download: 2767/22794 items 31.5/199.7MB 15% complete (762k/s)
39802025-02-13T05:08:37.566Z[ recovery-image] Feb 13 05:08:36.050 INFO O| Feb 13 05:08:36.050 INFO O| Download: 1542/15865 items 22.2/176.5MB 12% complete (140k/s)
39812025-02-13T05:08:38.820Z[ host-image] Feb 13 05:08:37.304 INFO O| Feb 13 05:08:37.304 INFO O| Download: 3486/22794 items 35.7/199.7MB 17% complete (1.1M/s)
39822025-02-13T05:08:42.657Z[ recovery-image] Feb 13 05:08:41.141 INFO O| Feb 13 05:08:41.140 INFO O| Download: 1620/15865 items 25.1/176.5MB 14% complete (323k/s)
39832025-02-13T05:08:43.821Z[ host-image] Feb 13 05:08:42.304 INFO O| Feb 13 05:08:42.304 INFO O| Download: 3993/22794 items 40.1/199.7MB 20% complete (891k/s)
39842025-02-13T05:08:47.667Z[ recovery-image] Feb 13 05:08:46.149 INFO O| Feb 13 05:08:46.149 INFO O| Download: 1794/15865 items 26.2/176.5MB 14% complete (403k/s)
39852025-02-13T05:08:49.051Z[ host-image] Feb 13 05:08:47.533 INFO O| Feb 13 05:08:47.533 INFO O| Download: 4498/22794 items 41.9/199.7MB 20% complete (718k/s)
39862025-02-13T05:08:52.840Z[ recovery-image] Feb 13 05:08:51.322 INFO O| Feb 13 05:08:51.322 INFO O| Download: 2403/15865 items 31.4/176.5MB 17% complete (656k/s)
39872025-02-13T05:08:54.067Z[ host-image] Feb 13 05:08:52.549 INFO O| Feb 13 05:08:52.549 INFO O| Download: 4629/22794 items 42.9/199.7MB 21% complete (290k/s)
39882025-02-13T05:08:57.889Z[ recovery-image] Feb 13 05:08:56.371 INFO O| Feb 13 05:08:56.371 INFO O| Download: 2683/15865 items 33.1/176.5MB 18% complete (775k/s)
39892025-02-13T05:08:59.549Z[ host-image] Feb 13 05:08:58.030 INFO O| Feb 13 05:08:58.030 INFO O| Download: 4646/22794 items 43.0/199.7MB 21% complete (263k/s)
39902025-02-13T05:09:02.892Z[ recovery-image] Feb 13 05:09:01.373 INFO O| Feb 13 05:09:01.373 INFO O| Download: 2992/15865 items 37.1/176.5MB 21% complete (582k/s)
39912025-02-13T05:09:04.557Z[ host-image] Feb 13 05:09:03.037 INFO O| Feb 13 05:09:03.037 INFO O| Download: 5101/22794 items 45.9/199.7MB 23% complete (315k/s)
39922025-02-13T05:09:08.629Z[ recovery-image] Feb 13 05:09:07.109 INFO O| Feb 13 05:09:07.109 INFO O| Download: 3607/15865 items 39.0/176.5MB 22% complete (653k/s)
39932025-02-13T05:09:09.565Z[ host-image] Feb 13 05:09:08.044 INFO O| Feb 13 05:09:08.044 INFO O| Download: 5847/22794 items 46.4/199.7MB 23% complete (346k/s)
39942025-02-13T05:09:13.739Z[ recovery-image] Feb 13 05:09:12.219 INFO O| Feb 13 05:09:12.219 INFO O| Download: 3755/15865 items 41.9/176.5MB 23% complete (474k/s)
39952025-02-13T05:09:14.573Z[ host-image] Feb 13 05:09:13.052 INFO O| Feb 13 05:09:13.051 INFO O| Download: 6568/22794 items 46.8/199.7MB 23% complete (88.1k/s)
39962025-02-13T05:09:18.743Z[ recovery-image] Feb 13 05:09:17.222 INFO O| Feb 13 05:09:17.222 INFO O| Download: 4132/15865 items 42.6/176.5MB 24% complete (382k/s)
39972025-02-13T05:09:24.098Z[ recovery-image] Feb 13 05:09:22.573 INFO O| Feb 13 05:09:22.573 INFO O| Download: 4784/15865 items 43.0/176.5MB 24% complete (131k/s)
39982025-02-13T05:09:27.206Z[ host-image] Feb 13 05:09:25.489 INFO O| Feb 13 05:09:25.489 INFO O| Download: 6769/22794 items 47.9/199.7MB 23% complete (130k/s)
39992025-02-13T05:09:29.338Z[ recovery-image] Feb 13 05:09:27.815 INFO O| Feb 13 05:09:27.815 INFO O| Download: 4790/15865 items 43.0/176.5MB 24% complete (41.2k/s)
40002025-02-13T05:09:32.017Z[ host-image] Feb 13 05:09:30.494 INFO O| Feb 13 05:09:30.494 INFO O| Download: 6905/22794 items 49.4/199.7MB 24% complete (308k/s)
40012025-02-13T05:09:34.345Z[ recovery-image] Feb 13 05:09:32.821 INFO O| Feb 13 05:09:32.821 INFO O| Download: 5317/15865 items 43.3/176.5MB 24% complete (30.1k/s)
40022025-02-13T05:09:37.469Z[ host-image] Feb 13 05:09:35.945 INFO O| Feb 13 05:09:35.944 INFO O| Download: 6986/22794 items 50.3/199.7MB 25% complete (307k/s)
40032025-02-13T05:09:39.896Z[ recovery-image] Feb 13 05:09:38.372 INFO O| Feb 13 05:09:38.372 INFO O| Download: 5702/15865 items 45.3/176.5MB 25% complete (216k/s)
40042025-02-13T05:09:42.487Z[ host-image] Feb 13 05:09:40.962 INFO O| Feb 13 05:09:40.962 INFO O| Download: 7463/22794 items 58.0/199.7MB 29% complete (865k/s)
40052025-02-13T05:09:47.216Z[ recovery-image] Feb 13 05:09:45.691 INFO O| Feb 13 05:09:45.691 INFO O| Download: 5753/15865 items 47.0/176.5MB 26% complete (332k/s)
40062025-02-13T05:09:48.180Z[ host-image] Feb 13 05:09:46.655 INFO O| Feb 13 05:09:46.655 INFO O| Download: 7961/22794 items 59.7/199.7MB 29% complete (1.1M/s)
40072025-02-13T05:09:53.145Z[ recovery-image] Feb 13 05:09:51.618 INFO O| Feb 13 05:09:51.618 INFO O| Download: 5957/15865 items 53.8/176.5MB 30% complete (800k/s)
40082025-02-13T05:09:53.520Z[ host-image] Feb 13 05:09:51.994 INFO O| Feb 13 05:09:51.994 INFO O| Download: 8146/22794 items 60.9/199.7MB 30% complete (263k/s)
40092025-02-13T05:09:58.901Z[ host-image] Feb 13 05:09:57.374 INFO O| Feb 13 05:09:57.374 INFO O| Download: 8269/22794 items 64.9/199.7MB 32% complete (445k/s)
40102025-02-13T05:09:58.915Z[ recovery-image] Feb 13 05:09:57.388 INFO O| Feb 13 05:09:57.388 INFO O| Download: 6105/15865 items 56.6/176.5MB 32% complete (357k/s)
40112025-02-13T05:10:03.937Z[ recovery-image] Feb 13 05:10:02.409 INFO O| Feb 13 05:10:02.409 INFO O| Download: 6147/15865 items 60.6/176.5MB 34% complete (632k/s)
40122025-02-13T05:10:03.951Z[ host-image] Feb 13 05:10:02.424 INFO O| Feb 13 05:10:02.424 INFO O| Download: 8393/22794 items 69.2/199.7MB 34% complete (891k/s)
40132025-02-13T05:10:08.939Z[ recovery-image] Feb 13 05:10:07.411 INFO O| Feb 13 05:10:07.411 INFO O| Download: 6190/15865 items 62.0/176.5MB 35% complete (683k/s)
40142025-02-13T05:10:08.952Z[ host-image] Feb 13 05:10:07.424 INFO O| Feb 13 05:10:07.424 INFO O| Download: 9013/22794 items 72.3/199.7MB 36% complete (725k/s)
40152025-02-13T05:10:10.729Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40162025-02-13T05:10:13.944Z[ recovery-image] Feb 13 05:10:12.415 INFO O| Feb 13 05:10:12.415 INFO O| Download: 6991/15865 items 68.7/176.5MB 38% complete (813k/s)
40172025-02-13T05:10:13.959Z[ host-image] Feb 13 05:10:12.430 INFO O| Feb 13 05:10:12.430 INFO O| Download: 9421/22794 items 81.9/199.7MB 40% complete (1.3M/s)
40182025-02-13T05:10:19.048Z[ host-image] Feb 13 05:10:17.518 INFO O| Feb 13 05:10:17.518 INFO O| Download: 9991/22794 items 83.7/199.7MB 41% complete (1.1M/s)
40192025-02-13T05:10:19.316Z[ recovery-image] Feb 13 05:10:17.787 INFO O| Feb 13 05:10:17.786 INFO O| Download: 7214/15865 items 73.3/176.5MB 41% complete (1.4M/s)
40202025-02-13T05:10:24.319Z[ recovery-image] Feb 13 05:10:22.788 INFO O| Feb 13 05:10:22.788 INFO O| Download: 7620/15865 items 73.7/176.5MB 41% complete (554k/s)
40212025-02-13T05:10:25.637Z[ host-image] Feb 13 05:10:24.106 INFO O| Feb 13 05:10:24.106 INFO O| Download: 10418/22794 items 88.0/199.7MB 44% complete (662k/s)
40222025-02-13T05:10:29.659Z[ recovery-image] Feb 13 05:10:28.128 INFO O| Feb 13 05:10:28.128 INFO O| Download: 7642/15865 items 73.7/176.5MB 41% complete (44.7k/s)
40232025-02-13T05:10:30.646Z[ host-image] Feb 13 05:10:29.115 INFO O| Feb 13 05:10:29.115 INFO O| Download: 10813/22794 items 89.8/199.7MB 44% complete (398k/s)
40242025-02-13T05:10:34.753Z[ recovery-image] Feb 13 05:10:33.221 INFO O| Feb 13 05:10:33.221 INFO O| Download: 7864/15865 items 75.7/176.5MB 42% complete (177k/s)
40252025-02-13T05:10:35.650Z[ host-image] Feb 13 05:10:34.119 INFO O| Feb 13 05:10:34.118 INFO O| Download: 11008/22794 items 90.9/199.7MB 45% complete (283k/s)
40262025-02-13T05:10:39.982Z[ recovery-image] Feb 13 05:10:38.450 INFO O| Feb 13 05:10:38.450 INFO O| Download: 7986/15865 items 78.9/176.5MB 44% complete (517k/s)
40272025-02-13T05:10:42.009Z[ host-image] Feb 13 05:10:40.476 INFO O| Feb 13 05:10:40.476 INFO O| Download: 11099/22794 items 92.1/199.7MB 46% complete (360k/s)
40282025-02-13T05:10:45.137Z[ recovery-image] Feb 13 05:10:43.603 INFO O| Feb 13 05:10:43.603 INFO O| Download: 8658/15865 items 81.5/176.5MB 46% complete (618k/s)
40292025-02-13T05:10:48.245Z[ host-image] Feb 13 05:10:46.711 INFO O| Feb 13 05:10:46.711 INFO O| Download: 11212/22794 items 94.0/199.7MB 47% complete (296k/s)
40302025-02-13T05:10:51.502Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40312025-02-13T05:10:52.379Z[ recovery-image] Feb 13 05:10:50.844 INFO O| Feb 13 05:10:50.844 INFO O| Download: 8778/15865 items 88.0/176.5MB 49% complete (837k/s)
40322025-02-13T05:10:54.314Z[ host-image] Feb 13 05:10:52.779 INFO O| Feb 13 05:10:52.779 INFO O| Download: 11238/22794 items 94.2/199.7MB 47% complete (300k/s)
40332025-02-13T05:10:57.443Z[ recovery-image] Feb 13 05:10:55.908 INFO O| Feb 13 05:10:55.908 INFO O| Download: 8851/15865 items 92.0/176.5MB 52% complete (1020k/s)
40342025-02-13T05:10:59.266Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40352025-02-13T05:11:00.499Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40362025-02-13T05:11:00.714Z[ host-image] Feb 13 05:10:59.179 INFO O| Feb 13 05:10:59.178 INFO O| Download: 11244/22794 items 94.2/199.7MB 47% complete (254k/s)
40372025-02-13T05:11:02.446Z[ recovery-image] Feb 13 05:11:00.911 INFO O| Feb 13 05:11:00.911 INFO O| Download: 9190/15865 items 92.8/176.5MB 52% complete (398k/s)
40382025-02-13T05:11:04.433Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40392025-02-13T05:11:05.724Z[ host-image] Feb 13 05:11:04.188 INFO O| Feb 13 05:11:04.184 INFO O| Download: 11675/22794 items 96.4/199.7MB 48% complete (465k/s)
40402025-02-13T05:11:07.453Z[ recovery-image] Feb 13 05:11:05.917 INFO O| Feb 13 05:11:05.917 INFO O| Download: 9795/15865 items 93.1/176.5MB 52% complete (114k/s)
40412025-02-13T05:11:11.841Z[ host-image] Feb 13 05:11:10.304 INFO O| Feb 13 05:11:10.304 INFO O| Download: 11979/22794 items 98.2/199.7MB 49% complete (455k/s)
40422025-02-13T05:11:12.463Z[ recovery-image] Feb 13 05:11:10.926 INFO O| Feb 13 05:11:10.926 INFO O| Download: 10064/15865 items 93.3/176.5MB 52% complete (48.4k/s)
40432025-02-13T05:11:18.306Z[ recovery-image] Feb 13 05:11:16.769 INFO O| Feb 13 05:11:16.769 INFO O| Download: 10548/15865 items 93.5/176.5MB 52% complete (49.1k/s)
40442025-02-13T05:11:24.777Z[ recovery-image] Feb 13 05:11:23.239 INFO O| Feb 13 05:11:23.239 INFO O| Download: 10917/15865 items 93.9/176.5MB 53% complete (64.4k/s)
40452025-02-13T05:11:29.092Z[ host-image] Feb 13 05:11:27.553 INFO O| Feb 13 05:11:27.553 INFO O| Download: 11982/22794 items 98.2/199.7MB 49% complete
40462025-02-13T05:11:29.781Z[ recovery-image] Feb 13 05:11:28.242 INFO O| Feb 13 05:11:28.242 INFO O| Download: 11073/15865 items 97.6/176.5MB 55% complete (365k/s)
40472025-02-13T05:11:34.218Z[ host-image] Feb 13 05:11:32.678 INFO O| Feb 13 05:11:32.678 INFO O| Download: 12111/22794 items 101.1/199.7MB 50% complete (994k/s)
40482025-02-13T05:11:34.994Z[ recovery-image] Feb 13 05:11:33.454 INFO O| Feb 13 05:11:33.454 INFO O| Download: 11406/15865 items 107.0/176.5MB 60% complete (1.3M/s)
40492025-02-13T05:11:39.617Z[ host-image] Feb 13 05:11:38.075 INFO O| Feb 13 05:11:38.075 INFO O| Download: 12204/22794 items 108.8/199.7MB 54% complete (1.1M/s)
40502025-02-13T05:11:39.996Z[ recovery-image] Feb 13 05:11:38.456 INFO O| Feb 13 05:11:38.456 INFO O| Download: 11686/15865 items 117.3/176.5MB 66% complete (2.0M/s)
40512025-02-13T05:11:44.624Z[ host-image] Feb 13 05:11:43.082 INFO O| Feb 13 05:11:43.082 INFO O| Download: 12322/22794 items 109.5/199.7MB 54% complete (1.0M/s)
40522025-02-13T05:11:45.136Z[ recovery-image] Feb 13 05:11:43.595 INFO O| Feb 13 05:11:43.595 INFO O| Download: 11928/15865 items 128.3/176.5MB 72% complete (2.6M/s)
40532025-02-13T05:11:49.639Z[ host-image] Feb 13 05:11:48.098 INFO O| Feb 13 05:11:48.097 INFO O| Download: 13050/22794 items 109.9/199.7MB 54% complete (108k/s)
40542025-02-13T05:11:50.149Z[ recovery-image] Feb 13 05:11:48.607 INFO O| Feb 13 05:11:48.607 INFO O| Download: 11951/15865 items 132.6/176.5MB 75% complete (1.7M/s)
40552025-02-13T05:11:54.673Z[ host-image] Feb 13 05:11:53.130 INFO O| Feb 13 05:11:53.130 INFO O| Download: 13542/22794 items 110.1/199.7MB 55% complete (63.5k/s)
40562025-02-13T05:11:55.152Z[ recovery-image] Feb 13 05:11:53.609 INFO O| Feb 13 05:11:53.609 INFO O| Download: 12343/15865 items 141.3/176.5MB 80% complete (1.3M/s)
40572025-02-13T05:12:00.158Z[ recovery-image] Feb 13 05:11:58.614 INFO O| Feb 13 05:11:58.614 INFO O| Download: 12921/15865 items 143.8/176.5MB 81% complete (1.1M/s)
40582025-02-13T05:12:01.602Z[ host-image] Feb 13 05:12:00.059 INFO O| Feb 13 05:12:00.059 INFO O| Download: 13906/22794 items 110.3/199.7MB 55% complete (53.1k/s)
40592025-02-13T05:12:05.162Z[ recovery-image] Feb 13 05:12:03.618 INFO O| Feb 13 05:12:03.618 INFO O| Download: 13311/15865 items 146.2/176.5MB 82% complete (503k/s)
40602025-02-13T05:12:10.178Z[ recovery-image] Feb 13 05:12:08.633 INFO O| Feb 13 05:12:08.633 INFO O| Download: 13907/15865 items 148.0/176.5MB 83% complete (461k/s)
40612025-02-13T05:12:10.356Z[ host-image] Feb 13 05:12:08.811 INFO O| Feb 13 05:12:08.811 INFO O| Download: 14273/22794 items 110.7/199.7MB 55% complete (59.3k/s)
40622025-02-13T05:12:15.178Z[ recovery-image] Feb 13 05:12:13.633 INFO O| Feb 13 05:12:13.633 INFO O| Download: 14049/15865 items 148.5/176.5MB 84% complete (239k/s)
40632025-02-13T05:12:17.075Z[ host-image] Feb 13 05:12:15.529 INFO O| Feb 13 05:12:15.529 INFO O| Download: 14428/22794 items 111.7/199.7MB 55% complete (123k/s)
40642025-02-13T05:12:21.372Z[ recovery-image] Feb 13 05:12:19.826 INFO O| Feb 13 05:12:19.826 INFO O| Download: 14673/15865 items 150.7/176.5MB 85% complete (297k/s)
40652025-02-13T05:12:22.539Z[ host-image] Feb 13 05:12:20.993 INFO O| Feb 13 05:12:20.993 INFO O| Download: 14522/22794 items 116.7/199.7MB 58% complete (612k/s)
40662025-02-13T05:12:26.645Z[ recovery-image] Feb 13 05:12:25.098 INFO O| Feb 13 05:12:25.098 INFO O| Download: 14773/15865 items 156.5/176.5MB 88% complete (832k/s)
40672025-02-13T05:12:27.556Z[ host-image] Feb 13 05:12:26.009 INFO O| Feb 13 05:12:26.009 INFO O| Download: 15479/22794 items 125.5/199.7MB 62% complete (1.3M/s)
40682025-02-13T05:12:31.686Z[ recovery-image] Feb 13 05:12:30.138 INFO O| Feb 13 05:12:30.138 INFO O| Download: 15267/15865 items 161.1/176.5MB 91% complete (1012k/s)
40692025-02-13T05:12:33.011Z[ host-image] Feb 13 05:12:31.464 INFO O| Feb 13 05:12:31.464 INFO O| Download: 15551/22794 items 125.6/199.7MB 62% complete (1.1M/s)
40702025-02-13T05:12:36.704Z[ recovery-image] Feb 13 05:12:35.156 INFO O| Feb 13 05:12:35.155 INFO O| Download: 15478/15865 items 165.6/176.5MB 93% complete (834k/s)
40712025-02-13T05:12:38.661Z[ host-image] Feb 13 05:12:37.113 INFO O| Feb 13 05:12:37.112 INFO O| Download: 15761/22794 items 126.1/199.7MB 63% complete (65.5k/s)
40722025-02-13T05:12:43.326Z[ recovery-image] Feb 13 05:12:41.777 INFO O| Feb 13 05:12:41.777 INFO O| Download: 15636/15865 items 170.0/176.5MB 96% complete (1.0M/s)
40732025-02-13T05:12:43.672Z[ host-image] Feb 13 05:12:42.123 INFO O| Feb 13 05:12:42.123 INFO O| Download: 16519/22794 items 132.5/199.7MB 66% complete (704k/s)
40742025-02-13T05:12:47.207Z[ recovery-image] Feb 13 05:12:45.658 INFO O| Feb 13 05:12:45.658 INFO O| Download: Completed 176.45 MB in 311.10 seconds (579k/s)
40752025-02-13T05:12:48.687Z[ host-image] Feb 13 05:12:47.137 INFO O| Feb 13 05:12:47.137 INFO O| Download: 17347/22794 items 145.9/199.7MB 73% complete (2.0M/s)
40762025-02-13T05:12:48.876Z[ recovery-image] Feb 13 05:12:47.325 INFO O| Feb 13 05:12:47.325 INFO O| Actions: 1/25031 actions (Installing new actions)
40772025-02-13T05:12:53.723Z[ host-image] Feb 13 05:12:52.172 INFO O| Feb 13 05:12:52.172 INFO O| Download: 17892/22794 items 150.3/199.7MB 75% complete (1.8M/s)
40782025-02-13T05:12:53.878Z[ recovery-image] Feb 13 05:12:52.326 INFO O| Feb 13 05:12:52.326 INFO O| Actions: 9091/25031 actions (Installing new actions)
40792025-02-13T05:12:58.877Z[ recovery-image] Feb 13 05:12:57.326 INFO O| Feb 13 05:12:57.326 INFO O| Actions: 15273/25031 actions (Installing new actions)
40802025-02-13T05:13:03.434Z[ host-image] Feb 13 05:13:01.882 INFO O| Feb 13 05:13:01.882 INFO O| Download: 17898/22794 items 150.3/199.7MB 75% complete (1.7M/s)
40812025-02-13T05:13:04.223Z[ recovery-image] Feb 13 05:13:02.671 INFO O| Feb 13 05:13:02.671 INFO O| Actions: 24476/25031 actions (Installing new actions)
40822025-02-13T05:13:05.545Z[ recovery-image] Feb 13 05:13:03.993 INFO O| Feb 13 05:13:03.993 INFO O| Actions: Completed 25031 actions in 16.66 seconds.
40832025-02-13T05:13:06.577Z[ recovery-image] Feb 13 05:13:05.025 INFO O| Feb 13 05:13:05.025 INFO O| Done
40842025-02-13T05:13:06.580Z[ recovery-image] Feb 13 05:13:05.025 INFO O| Feb 13 05:13:05.025 INFO O| Done
40852025-02-13T05:13:08.269Z[ recovery-image] Feb 13 05:13:06.716 INFO O| Feb 13 05:13:06.716 INFO O| Done
40862025-02-13T05:13:08.436Z[ host-image] Feb 13 05:13:06.884 INFO O| Feb 13 05:13:06.884 INFO O| Download: 18643/22794 items 164.3/199.7MB 82% complete (2.8M/s)
40872025-02-13T05:13:10.271Z[ recovery-image] Feb 13 05:13:08.718 INFO O| Feb 13 05:13:08.718 INFO O| Done
40882025-02-13T05:13:10.304Z[ recovery-image] Feb 13 05:13:08.752 INFO O| Feb 13 05:13:08.751 INFO O| Done
40892025-02-13T05:13:13.443Z[ host-image] Feb 13 05:13:11.890 INFO O| Feb 13 05:13:11.890 INFO O| Download: 19570/22794 items 168.9/199.7MB 84% complete (1.9M/s)
40902025-02-13T05:13:15.406Z[ recovery-image] Feb 13 05:13:13.853 INFO O| Feb 13 05:13:13.853 INFO O| Done
40912025-02-13T05:13:16.165Z[ recovery-image] Feb 13 05:13:14.611 INFO O| Feb 13 05:13:14.611 INFO O| Done
40922025-02-13T05:13:17.150Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO STEP 11 (pkg_install) COMPLETE
40932025-02-13T05:13:17.150Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40942025-02-13T05:13:17.150Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO skip step because feature "recovery" is enabled
40952025-02-13T05:13:17.153Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40962025-02-13T05:13:17.153Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO skip step because feature "omicron1" is not enabled
40972025-02-13T05:13:17.153Z[ recovery-image] Feb 13 05:13:15.578 INFO O| Feb 13 05:13:15.578 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40982025-02-13T05:13:17.166Z[ recovery-image] Feb 13 05:13:15.613 INFO O| Feb 13 05:13:15.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40992025-02-13T05:13:18.603Z[ host-image] Feb 13 05:13:17.046 INFO O| Feb 13 05:13:17.046 INFO O| Download: 20642/22794 items 172.6/199.7MB 86% complete (862k/s)
41002025-02-13T05:13:20.314Z[ recovery-image] Feb 13 05:13:18.760 INFO O| Feb 13 05:13:18.760 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41012025-02-13T05:13:23.635Z[ host-image] Feb 13 05:13:22.080 INFO O| Feb 13 05:13:22.080 INFO O| Download: 21066/22794 items 179.5/199.7MB 89% complete (1.1M/s)
41022025-02-13T05:13:24.824Z[ recovery-image] Feb 13 05:13:23.268 INFO O| Feb 13 05:13:23.268 INFO O| Planning: Solver setup ... Done
41032025-02-13T05:13:24.829Z[ recovery-image] Feb 13 05:13:23.275 INFO O| Feb 13 05:13:23.275 INFO O| Planning: Running solver ... Done
41042025-02-13T05:13:24.951Z[ recovery-image] Feb 13 05:13:23.397 INFO O| Feb 13 05:13:23.397 INFO O| Planning: Finding local manifests ... Done
41052025-02-13T05:13:24.955Z[ recovery-image] Feb 13 05:13:23.398 INFO O| Feb 13 05:13:23.398 INFO O| Planning: Fetching manifests: 0/1 0% complete
41062025-02-13T05:13:25.205Z[ recovery-image] Feb 13 05:13:23.650 INFO O| Feb 13 05:13:23.650 INFO O| Planning: Fetching manifests: 1/1 100% complete
41072025-02-13T05:13:25.259Z[ recovery-image] Feb 13 05:13:23.704 INFO O| Feb 13 05:13:23.704 INFO O| Planning: Package planning ... Done
41082025-02-13T05:13:25.262Z[ recovery-image] Feb 13 05:13:23.705 INFO O| Feb 13 05:13:23.705 INFO O| Planning: Merging actions ... Done
41092025-02-13T05:13:25.324Z[ recovery-image] Feb 13 05:13:23.769 INFO O| Feb 13 05:13:23.769 INFO O| Planning: Checking for conflicting actions ... Done
41102025-02-13T05:13:25.327Z[ recovery-image] Feb 13 05:13:23.770 INFO O| Feb 13 05:13:23.770 INFO O| Planning: Consolidating action changes ... Done
41112025-02-13T05:13:25.733Z[ recovery-image] Feb 13 05:13:24.179 INFO O| Feb 13 05:13:24.179 INFO O| Planning: Evaluating mediators ... Done
41122025-02-13T05:13:25.738Z[ recovery-image] Feb 13 05:13:24.179 INFO O| Feb 13 05:13:24.179 INFO O| Planning: Planning completed in 5.42 seconds
41132025-02-13T05:13:25.741Z[ recovery-image] Feb 13 05:13:24.182 INFO O| Feb 13 05:13:24.182 INFO O| Packages to install: 1
41142025-02-13T05:13:25.757Z[ recovery-image] Feb 13 05:13:24.202 INFO O| Feb 13 05:13:24.202 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41152025-02-13T05:13:26.284Z[ recovery-image] Feb 13 05:13:24.729 INFO O| Feb 13 05:13:24.729 INFO O| Download: Completed 9.99 MB in 0.53 seconds (19.0M/s)
41162025-02-13T05:13:26.397Z[ recovery-image] Feb 13 05:13:24.843 INFO O| Feb 13 05:13:24.842 INFO O| Actions: 1/22 actions (Installing new actions)
41172025-02-13T05:13:26.789Z[ recovery-image] Feb 13 05:13:25.235 INFO O| Feb 13 05:13:25.234 INFO O| Actions: Completed 22 actions in 0.39 seconds.
41182025-02-13T05:13:27.412Z[ recovery-image] Feb 13 05:13:25.857 INFO O| Feb 13 05:13:25.857 INFO O| Done
41192025-02-13T05:13:27.412Z[ recovery-image] Feb 13 05:13:25.857 INFO O| Feb 13 05:13:25.857 INFO O| Done
41202025-02-13T05:13:28.615Z[ recovery-image] Feb 13 05:13:27.060 INFO O| Feb 13 05:13:27.060 INFO O| Done
41212025-02-13T05:13:28.638Z[ host-image] Feb 13 05:13:27.081 INFO O| Feb 13 05:13:27.081 INFO O| Download: 21876/22794 items 187.4/199.7MB 93% complete (1.5M/s)
41222025-02-13T05:13:30.385Z[ recovery-image] Feb 13 05:13:28.830 INFO O| Feb 13 05:13:28.830 INFO O| Done
41232025-02-13T05:13:30.409Z[ recovery-image] Feb 13 05:13:28.854 INFO O| Feb 13 05:13:28.854 INFO O| Done
41242025-02-13T05:13:30.409Z[ recovery-image] Feb 13 05:13:28.854 INFO O| Feb 13 05:13:28.854 INFO O| Done
41252025-02-13T05:13:30.428Z[ recovery-image] Feb 13 05:13:28.873 INFO O| Feb 13 05:13:28.873 INFO O| Done
41262025-02-13T05:13:30.627Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO STEP 14 (pkg_install) COMPLETE
41272025-02-13T05:13:30.627Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41282025-02-13T05:13:30.627Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO skip step because feature "mfg" is not enabled
41292025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41302025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO skip step because feature "compliance" is not enabled
41312025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41322025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO skip step because feature "stress" is not enabled
41332025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41342025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO skip step because feature "nfs" is not enabled
41352025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41362025-02-13T05:13:30.630Z[ recovery-image] Feb 13 05:13:29.072 INFO O| Feb 13 05:13:29.072 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41372025-02-13T05:13:30.780Z[ recovery-image] Feb 13 05:13:29.224 INFO O| Feb 13 05:13:29.224 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41382025-02-13T05:13:30.895Z[ recovery-image] Feb 13 05:13:29.339 INFO O| Feb 13 05:13:29.339 INFO completed processing gimlet/ramdisk-01-os
41392025-02-13T05:13:30.898Z[ recovery-image] Feb 13 05:13:29.343 INFO image builder template: ramdisk-02-trim...
41402025-02-13T05:13:30.901Z[ recovery-image] Feb 13 05:13:29.343 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/.tmpSxvfXu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
41412025-02-13T05:13:30.942Z[ recovery-image] Feb 13 05:13:29.385 INFO O| Feb 13 05:13:29.385 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41422025-02-13T05:13:30.949Z[ recovery-image] Feb 13 05:13:29.393 INFO O| Feb 13 05:13:29.393 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41432025-02-13T05:13:31.038Z[ recovery-image] Feb 13 05:13:29.482 INFO O| Feb 13 05:13:29.482 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41442025-02-13T05:13:31.135Z[ recovery-image] Feb 13 05:13:29.579 INFO O| Feb 13 05:13:29.579 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41452025-02-13T05:13:31.138Z[ recovery-image] Feb 13 05:13:29.580 INFO O| Feb 13 05:13:29.580 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41462025-02-13T05:13:31.148Z[ recovery-image] Feb 13 05:13:29.591 INFO O| Feb 13 05:13:29.591 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41472025-02-13T05:13:31.155Z[ recovery-image] Feb 13 05:13:29.600 INFO O| Feb 13 05:13:29.599 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41482025-02-13T05:13:31.166Z[ recovery-image] Feb 13 05:13:29.610 INFO O| Feb 13 05:13:29.609 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41492025-02-13T05:13:31.867Z[ recovery-image] Feb 13 05:13:30.311 INFO O| Feb 13 05:13:30.311 INFO rolled back to input snapshot; work may begin
41502025-02-13T05:13:31.867Z[ recovery-image] Feb 13 05:13:30.311 INFO O| Feb 13 05:13:30.311 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41512025-02-13T05:13:31.877Z[ recovery-image] Feb 13 05:13:30.321 INFO O| Feb 13 05:13:30.321 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522025-02-13T05:13:31.910Z[ recovery-image] Feb 13 05:13:30.354 INFO O| Feb 13 05:13:30.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41532025-02-13T05:13:32.165Z[ recovery-image] Feb 13 05:13:30.609 INFO O| Feb 13 05:13:30.608 INFO STEP 0 (remove_files) COMPLETE
41542025-02-13T05:13:32.165Z[ recovery-image] Feb 13 05:13:30.609 INFO O| Feb 13 05:13:30.608 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552025-02-13T05:13:32.213Z[ recovery-image] Feb 13 05:13:30.656 INFO O| Feb 13 05:13:30.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41562025-02-13T05:13:32.216Z[ recovery-image] Feb 13 05:13:30.659 INFO O| Feb 13 05:13:30.659 INFO STEP 1 (remove_files) COMPLETE
41572025-02-13T05:13:32.216Z[ recovery-image] Feb 13 05:13:30.659 INFO O| Feb 13 05:13:30.659 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582025-02-13T05:13:32.232Z[ recovery-image] Feb 13 05:13:30.677 INFO O| Feb 13 05:13:30.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41592025-02-13T05:13:32.263Z[ recovery-image] Feb 13 05:13:30.706 INFO O| Feb 13 05:13:30.706 INFO STEP 2 (remove_files) COMPLETE
41602025-02-13T05:13:32.263Z[ recovery-image] Feb 13 05:13:30.706 INFO O| Feb 13 05:13:30.706 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612025-02-13T05:13:32.322Z[ recovery-image] Feb 13 05:13:30.766 INFO O| Feb 13 05:13:30.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41622025-02-13T05:13:32.325Z[ recovery-image] Feb 13 05:13:30.769 INFO O| Feb 13 05:13:30.769 INFO STEP 3 (remove_files) COMPLETE
41632025-02-13T05:13:32.325Z[ recovery-image] Feb 13 05:13:30.769 INFO O| Feb 13 05:13:30.769 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642025-02-13T05:13:32.349Z[ recovery-image] Feb 13 05:13:30.793 INFO O| Feb 13 05:13:30.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41652025-02-13T05:13:32.357Z[ recovery-image] Feb 13 05:13:30.801 INFO O| Feb 13 05:13:30.801 INFO STEP 4 (remove_files) COMPLETE
41662025-02-13T05:13:32.360Z[ recovery-image] Feb 13 05:13:30.801 INFO O| Feb 13 05:13:30.801 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672025-02-13T05:13:32.383Z[ recovery-image] Feb 13 05:13:30.827 INFO O| Feb 13 05:13:30.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41682025-02-13T05:13:32.385Z[ recovery-image] Feb 13 05:13:30.828 INFO O| Feb 13 05:13:30.827 INFO STEP 5 (remove_files) COMPLETE
41692025-02-13T05:13:32.386Z[ recovery-image] Feb 13 05:13:30.828 INFO O| Feb 13 05:13:30.828 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702025-02-13T05:13:32.408Z[ recovery-image] Feb 13 05:13:30.852 INFO O| Feb 13 05:13:30.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41712025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO STEP 6 (remove_files) COMPLETE
41722025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO skip step because feature "recovery" is enabled
41742025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO skip step because feature "recovery" is enabled
41762025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO skip step because feature "recovery" is enabled
41782025-02-13T05:13:32.425Z[ recovery-image] Feb 13 05:13:30.869 INFO O| Feb 13 05:13:30.869 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792025-02-13T05:13:32.448Z[ recovery-image] Feb 13 05:13:30.893 INFO O| Feb 13 05:13:30.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41802025-02-13T05:13:32.454Z[ recovery-image] Feb 13 05:13:30.898 INFO O| Feb 13 05:13:30.898 INFO STEP 10 (remove_files) COMPLETE
41812025-02-13T05:13:32.454Z[ recovery-image] Feb 13 05:13:30.898 INFO O| Feb 13 05:13:30.898 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822025-02-13T05:13:32.489Z[ recovery-image] Feb 13 05:13:30.932 INFO O| Feb 13 05:13:30.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41832025-02-13T05:13:32.491Z[ recovery-image] Feb 13 05:13:30.934 INFO O| Feb 13 05:13:30.933 INFO STEP 11 (remove_files) COMPLETE
41842025-02-13T05:13:32.491Z[ recovery-image] Feb 13 05:13:30.934 INFO O| Feb 13 05:13:30.934 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852025-02-13T05:13:32.508Z[ recovery-image] Feb 13 05:13:30.952 INFO O| Feb 13 05:13:30.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41862025-02-13T05:13:32.511Z[ recovery-image] Feb 13 05:13:30.955 INFO O| Feb 13 05:13:30.955 INFO STEP 12 (remove_files) COMPLETE
41872025-02-13T05:13:32.511Z[ recovery-image] Feb 13 05:13:30.955 INFO O| Feb 13 05:13:30.955 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882025-02-13T05:13:32.531Z[ recovery-image] Feb 13 05:13:30.976 INFO O| Feb 13 05:13:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41892025-02-13T05:13:32.912Z[ recovery-image] Feb 13 05:13:31.357 INFO O| Feb 13 05:13:31.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41902025-02-13T05:13:32.916Z[ recovery-image] Feb 13 05:13:31.360 INFO O| Feb 13 05:13:31.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41912025-02-13T05:13:32.945Z[ recovery-image] Feb 13 05:13:31.390 INFO O| Feb 13 05:13:31.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41922025-02-13T05:13:32.948Z[ recovery-image] Feb 13 05:13:31.390 INFO O| Feb 13 05:13:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41932025-02-13T05:13:33.001Z[ recovery-image] Feb 13 05:13:31.445 INFO O| Feb 13 05:13:31.445 INFO STEP 13 (remove_files) COMPLETE
41942025-02-13T05:13:33.001Z[ recovery-image] Feb 13 05:13:31.445 INFO O| Feb 13 05:13:31.445 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952025-02-13T05:13:33.022Z[ recovery-image] Feb 13 05:13:31.466 INFO O| Feb 13 05:13:31.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41962025-02-13T05:13:33.025Z[ recovery-image] Feb 13 05:13:31.469 INFO O| Feb 13 05:13:31.469 INFO STEP 14 (remove_files) COMPLETE
41972025-02-13T05:13:33.025Z[ recovery-image] Feb 13 05:13:31.469 INFO O| Feb 13 05:13:31.469 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982025-02-13T05:13:33.044Z[ recovery-image] Feb 13 05:13:31.488 INFO O| Feb 13 05:13:31.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41992025-02-13T05:13:33.056Z[ recovery-image] Feb 13 05:13:31.499 INFO O| Feb 13 05:13:31.499 INFO STEP 15 (remove_files) COMPLETE
42002025-02-13T05:13:33.060Z[ recovery-image] Feb 13 05:13:31.499 INFO O| Feb 13 05:13:31.499 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012025-02-13T05:13:33.075Z[ recovery-image] Feb 13 05:13:31.519 INFO O| Feb 13 05:13:31.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42022025-02-13T05:13:33.077Z[ recovery-image] Feb 13 05:13:31.519 INFO O| Feb 13 05:13:31.519 INFO STEP 16 (remove_files) COMPLETE
42032025-02-13T05:13:33.077Z[ recovery-image] Feb 13 05:13:31.519 INFO O| Feb 13 05:13:31.519 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042025-02-13T05:13:33.094Z[ recovery-image] Feb 13 05:13:31.538 INFO O| Feb 13 05:13:31.538 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42052025-02-13T05:13:33.097Z[ recovery-image] Feb 13 05:13:31.541 INFO O| Feb 13 05:13:31.541 INFO STEP 17 (remove_files) COMPLETE
42062025-02-13T05:13:33.097Z[ recovery-image] Feb 13 05:13:31.541 INFO O| Feb 13 05:13:31.541 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072025-02-13T05:13:33.117Z[ recovery-image] Feb 13 05:13:31.561 INFO O| Feb 13 05:13:31.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42082025-02-13T05:13:33.117Z[ recovery-image] Feb 13 05:13:31.561 INFO O| Feb 13 05:13:31.561 INFO STEP 18 (remove_files) COMPLETE
42092025-02-13T05:13:33.117Z[ recovery-image] Feb 13 05:13:31.561 INFO O| Feb 13 05:13:31.561 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102025-02-13T05:13:33.136Z[ recovery-image] Feb 13 05:13:31.581 INFO O| Feb 13 05:13:31.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42112025-02-13T05:13:33.136Z[ recovery-image] Feb 13 05:13:31.581 INFO O| Feb 13 05:13:31.581 INFO STEP 19 (remove_files) COMPLETE
42122025-02-13T05:13:33.136Z[ recovery-image] Feb 13 05:13:31.581 INFO O| Feb 13 05:13:31.581 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132025-02-13T05:13:33.156Z[ recovery-image] Feb 13 05:13:31.600 INFO O| Feb 13 05:13:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42142025-02-13T05:13:33.156Z[ recovery-image] Feb 13 05:13:31.600 INFO O| Feb 13 05:13:31.600 INFO STEP 20 (remove_files) COMPLETE
42152025-02-13T05:13:33.156Z[ recovery-image] Feb 13 05:13:31.600 INFO O| Feb 13 05:13:31.600 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162025-02-13T05:13:33.178Z[ recovery-image] Feb 13 05:13:31.623 INFO O| Feb 13 05:13:31.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42172025-02-13T05:13:33.178Z[ recovery-image] Feb 13 05:13:31.623 INFO O| Feb 13 05:13:31.623 INFO STEP 21 (remove_files) COMPLETE
42182025-02-13T05:13:33.181Z[ recovery-image] Feb 13 05:13:31.623 INFO O| Feb 13 05:13:31.623 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192025-02-13T05:13:33.199Z[ recovery-image] Feb 13 05:13:31.642 INFO O| Feb 13 05:13:31.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42202025-02-13T05:13:33.199Z[ recovery-image] Feb 13 05:13:31.642 INFO O| Feb 13 05:13:31.642 INFO STEP 22 (remove_files) COMPLETE
42212025-02-13T05:13:33.201Z[ recovery-image] Feb 13 05:13:31.642 INFO O| Feb 13 05:13:31.642 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222025-02-13T05:13:33.225Z[ recovery-image] Feb 13 05:13:31.670 INFO O| Feb 13 05:13:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42232025-02-13T05:13:33.225Z[ recovery-image] Feb 13 05:13:31.670 INFO O| Feb 13 05:13:31.670 INFO STEP 23 (remove_files) COMPLETE
42242025-02-13T05:13:33.228Z[ recovery-image] Feb 13 05:13:31.670 INFO O| Feb 13 05:13:31.670 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252025-02-13T05:13:33.251Z[ recovery-image] Feb 13 05:13:31.695 INFO O| Feb 13 05:13:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42262025-02-13T05:13:33.254Z[ recovery-image] Feb 13 05:13:31.695 INFO O| Feb 13 05:13:31.695 INFO STEP 24 (remove_files) COMPLETE
42272025-02-13T05:13:33.254Z[ recovery-image] Feb 13 05:13:31.696 INFO O| Feb 13 05:13:31.695 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282025-02-13T05:13:33.348Z[ recovery-image] Feb 13 05:13:31.793 INFO O| Feb 13 05:13:31.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42292025-02-13T05:13:33.351Z[ recovery-image] Feb 13 05:13:31.793 INFO O| Feb 13 05:13:31.793 INFO STEP 25 (remove_files) COMPLETE
42302025-02-13T05:13:33.351Z[ recovery-image] Feb 13 05:13:31.793 INFO O| Feb 13 05:13:31.793 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312025-02-13T05:13:33.383Z[ recovery-image] Feb 13 05:13:31.827 INFO O| Feb 13 05:13:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42322025-02-13T05:13:33.386Z[ recovery-image] Feb 13 05:13:31.828 INFO O| Feb 13 05:13:31.828 INFO STEP 26 (remove_files) COMPLETE
42332025-02-13T05:13:33.386Z[ recovery-image] Feb 13 05:13:31.828 INFO O| Feb 13 05:13:31.828 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342025-02-13T05:13:33.454Z[ recovery-image] Feb 13 05:13:31.898 INFO O| Feb 13 05:13:31.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42352025-02-13T05:13:33.457Z[ recovery-image] Feb 13 05:13:31.898 INFO O| Feb 13 05:13:31.898 INFO STEP 27 (remove_files) COMPLETE
42362025-02-13T05:13:33.457Z[ recovery-image] Feb 13 05:13:31.898 INFO O| Feb 13 05:13:31.898 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372025-02-13T05:13:33.477Z[ recovery-image] Feb 13 05:13:31.921 INFO O| Feb 13 05:13:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42382025-02-13T05:13:33.477Z[ recovery-image] Feb 13 05:13:31.921 INFO O| Feb 13 05:13:31.921 INFO STEP 28 (remove_files) COMPLETE
42392025-02-13T05:13:33.477Z[ recovery-image] Feb 13 05:13:31.921 INFO O| Feb 13 05:13:31.921 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402025-02-13T05:13:33.498Z[ recovery-image] Feb 13 05:13:31.943 INFO O| Feb 13 05:13:31.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42412025-02-13T05:13:33.498Z[ recovery-image] Feb 13 05:13:31.943 INFO O| Feb 13 05:13:31.943 INFO STEP 29 (remove_files) COMPLETE
42422025-02-13T05:13:33.501Z[ recovery-image] Feb 13 05:13:31.943 INFO O| Feb 13 05:13:31.943 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432025-02-13T05:13:33.539Z[ recovery-image] Feb 13 05:13:31.983 INFO O| Feb 13 05:13:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42442025-02-13T05:13:33.539Z[ recovery-image] Feb 13 05:13:31.983 INFO O| Feb 13 05:13:31.983 INFO STEP 30 (remove_files) COMPLETE
42452025-02-13T05:13:33.539Z[ recovery-image] Feb 13 05:13:31.983 INFO O| Feb 13 05:13:31.983 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-02-13T05:13:33.579Z[ recovery-image] Feb 13 05:13:32.024 INFO O| Feb 13 05:13:32.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42472025-02-13T05:13:33.580Z[ recovery-image] Feb 13 05:13:32.024 INFO O| Feb 13 05:13:32.024 INFO STEP 31 (remove_files) COMPLETE
42482025-02-13T05:13:33.582Z[ recovery-image] Feb 13 05:13:32.024 INFO O| Feb 13 05:13:32.024 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-02-13T05:13:33.601Z[ recovery-image] Feb 13 05:13:32.045 INFO O| Feb 13 05:13:32.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42502025-02-13T05:13:33.603Z[ recovery-image] Feb 13 05:13:32.045 INFO O| Feb 13 05:13:32.045 INFO STEP 32 (remove_files) COMPLETE
42512025-02-13T05:13:33.603Z[ recovery-image] Feb 13 05:13:32.045 INFO O| Feb 13 05:13:32.045 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-02-13T05:13:33.658Z[ host-image] Feb 13 05:13:32.102 INFO O| Feb 13 05:13:32.102 INFO O| Download: 22486/22794 items 199.4/199.7MB 99% complete (2.0M/s)
42532025-02-13T05:13:33.661Z[ recovery-image] Feb 13 05:13:32.105 INFO O| Feb 13 05:13:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42542025-02-13T05:13:33.661Z[ recovery-image] Feb 13 05:13:32.105 INFO O| Feb 13 05:13:32.105 INFO STEP 33 (remove_files) COMPLETE
42552025-02-13T05:13:33.661Z[ recovery-image] Feb 13 05:13:32.105 INFO O| Feb 13 05:13:32.105 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562025-02-13T05:13:33.721Z[ recovery-image] Feb 13 05:13:32.165 INFO O| Feb 13 05:13:32.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42572025-02-13T05:13:33.721Z[ recovery-image] Feb 13 05:13:32.165 INFO O| Feb 13 05:13:32.165 INFO STEP 34 (remove_files) COMPLETE
42582025-02-13T05:13:33.723Z[ recovery-image] Feb 13 05:13:32.165 INFO O| Feb 13 05:13:32.165 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592025-02-13T05:13:33.743Z[ recovery-image] Feb 13 05:13:32.186 INFO O| Feb 13 05:13:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42602025-02-13T05:13:33.743Z[ recovery-image] Feb 13 05:13:32.186 INFO O| Feb 13 05:13:32.186 INFO STEP 35 (remove_files) COMPLETE
42612025-02-13T05:13:33.748Z[ recovery-image] Feb 13 05:13:32.186 INFO O| Feb 13 05:13:32.186 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622025-02-13T05:13:33.763Z[ recovery-image] Feb 13 05:13:32.207 INFO O| Feb 13 05:13:32.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42632025-02-13T05:13:33.763Z[ recovery-image] Feb 13 05:13:32.207 INFO O| Feb 13 05:13:32.207 INFO STEP 36 (remove_files) COMPLETE
42642025-02-13T05:13:33.763Z[ recovery-image] Feb 13 05:13:32.207 INFO O| Feb 13 05:13:32.207 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652025-02-13T05:13:33.821Z[ recovery-image] Feb 13 05:13:32.265 INFO O| Feb 13 05:13:32.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42662025-02-13T05:13:33.824Z[ recovery-image] Feb 13 05:13:32.265 INFO O| Feb 13 05:13:32.265 INFO STEP 37 (remove_files) COMPLETE
42672025-02-13T05:13:33.824Z[ recovery-image] Feb 13 05:13:32.265 INFO O| Feb 13 05:13:32.265 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682025-02-13T05:13:33.844Z[ recovery-image] Feb 13 05:13:32.288 INFO O| Feb 13 05:13:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42692025-02-13T05:13:33.844Z[ recovery-image] Feb 13 05:13:32.288 INFO O| Feb 13 05:13:32.288 INFO STEP 38 (remove_files) COMPLETE
42702025-02-13T05:13:33.846Z[ recovery-image] Feb 13 05:13:32.288 INFO O| Feb 13 05:13:32.288 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712025-02-13T05:13:33.865Z[ recovery-image] Feb 13 05:13:32.309 INFO O| Feb 13 05:13:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42722025-02-13T05:13:33.868Z[ recovery-image] Feb 13 05:13:32.309 INFO O| Feb 13 05:13:32.309 INFO STEP 39 (remove_files) COMPLETE
42732025-02-13T05:13:33.868Z[ recovery-image] Feb 13 05:13:32.310 INFO O| Feb 13 05:13:32.309 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742025-02-13T05:13:33.887Z[ recovery-image] Feb 13 05:13:32.331 INFO O| Feb 13 05:13:32.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42752025-02-13T05:13:33.889Z[ recovery-image] Feb 13 05:13:32.331 INFO O| Feb 13 05:13:32.331 INFO STEP 40 (remove_files) COMPLETE
42762025-02-13T05:13:33.889Z[ recovery-image] Feb 13 05:13:32.331 INFO O| Feb 13 05:13:32.331 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772025-02-13T05:13:33.908Z[ recovery-image] Feb 13 05:13:32.351 INFO O| Feb 13 05:13:32.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42782025-02-13T05:13:33.910Z[ recovery-image] Feb 13 05:13:32.352 INFO O| Feb 13 05:13:32.352 INFO STEP 41 (remove_files) COMPLETE
42792025-02-13T05:13:33.910Z[ recovery-image] Feb 13 05:13:32.352 INFO O| Feb 13 05:13:32.352 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-02-13T05:13:33.928Z[ recovery-image] Feb 13 05:13:32.372 INFO O| Feb 13 05:13:32.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42812025-02-13T05:13:33.930Z[ recovery-image] Feb 13 05:13:32.372 INFO O| Feb 13 05:13:32.372 INFO STEP 42 (remove_files) COMPLETE
42822025-02-13T05:13:33.930Z[ recovery-image] Feb 13 05:13:32.372 INFO O| Feb 13 05:13:32.372 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832025-02-13T05:13:33.949Z[ recovery-image] Feb 13 05:13:32.392 INFO O| Feb 13 05:13:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42842025-02-13T05:13:33.949Z[ recovery-image] Feb 13 05:13:32.392 INFO O| Feb 13 05:13:32.392 INFO STEP 43 (remove_files) COMPLETE
42852025-02-13T05:13:33.952Z[ recovery-image] Feb 13 05:13:32.393 INFO O| Feb 13 05:13:32.392 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862025-02-13T05:13:33.969Z[ recovery-image] Feb 13 05:13:32.413 INFO O| Feb 13 05:13:32.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42872025-02-13T05:13:33.971Z[ recovery-image] Feb 13 05:13:32.413 INFO O| Feb 13 05:13:32.413 INFO STEP 44 (remove_files) COMPLETE
42882025-02-13T05:13:33.971Z[ recovery-image] Feb 13 05:13:32.413 INFO O| Feb 13 05:13:32.413 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892025-02-13T05:13:33.995Z[ recovery-image] Feb 13 05:13:32.437 INFO O| Feb 13 05:13:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42902025-02-13T05:13:33.995Z[ recovery-image] Feb 13 05:13:32.438 INFO O| Feb 13 05:13:32.438 INFO STEP 45 (remove_files) COMPLETE
42912025-02-13T05:13:33.995Z[ recovery-image] Feb 13 05:13:32.438 INFO O| Feb 13 05:13:32.438 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922025-02-13T05:13:34.014Z[ recovery-image] Feb 13 05:13:32.458 INFO O| Feb 13 05:13:32.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42932025-02-13T05:13:34.014Z[ recovery-image] Feb 13 05:13:32.458 INFO O| Feb 13 05:13:32.458 INFO STEP 46 (remove_files) COMPLETE
42942025-02-13T05:13:34.014Z[ recovery-image] Feb 13 05:13:32.458 INFO O| Feb 13 05:13:32.458 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952025-02-13T05:13:34.035Z[ recovery-image] Feb 13 05:13:32.478 INFO O| Feb 13 05:13:32.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42962025-02-13T05:13:34.035Z[ recovery-image] Feb 13 05:13:32.478 INFO O| Feb 13 05:13:32.478 INFO STEP 47 (remove_files) COMPLETE
42972025-02-13T05:13:34.035Z[ recovery-image] Feb 13 05:13:32.478 INFO O| Feb 13 05:13:32.478 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982025-02-13T05:13:34.055Z[ recovery-image] Feb 13 05:13:32.499 INFO O| Feb 13 05:13:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42992025-02-13T05:13:34.055Z[ recovery-image] Feb 13 05:13:32.499 INFO O| Feb 13 05:13:32.499 INFO STEP 48 (remove_files) COMPLETE
43002025-02-13T05:13:34.056Z[ recovery-image] Feb 13 05:13:32.499 INFO O| Feb 13 05:13:32.499 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012025-02-13T05:13:34.076Z[ recovery-image] Feb 13 05:13:32.520 INFO O| Feb 13 05:13:32.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43022025-02-13T05:13:34.076Z[ recovery-image] Feb 13 05:13:32.520 INFO O| Feb 13 05:13:32.520 INFO STEP 49 (remove_files) COMPLETE
43032025-02-13T05:13:34.076Z[ recovery-image] Feb 13 05:13:32.520 INFO O| Feb 13 05:13:32.520 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43042025-02-13T05:13:34.097Z[ recovery-image] Feb 13 05:13:32.541 INFO O| Feb 13 05:13:32.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43052025-02-13T05:13:34.097Z[ recovery-image] Feb 13 05:13:32.541 INFO O| Feb 13 05:13:32.541 INFO STEP 50 (remove_files) COMPLETE
43062025-02-13T05:13:34.097Z[ recovery-image] Feb 13 05:13:32.541 INFO O| Feb 13 05:13:32.541 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072025-02-13T05:13:34.118Z[ recovery-image] Feb 13 05:13:32.561 INFO O| Feb 13 05:13:32.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43082025-02-13T05:13:34.118Z[ recovery-image] Feb 13 05:13:32.562 INFO O| Feb 13 05:13:32.562 INFO STEP 51 (remove_files) COMPLETE
43092025-02-13T05:13:34.118Z[ recovery-image] Feb 13 05:13:32.562 INFO O| Feb 13 05:13:32.562 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43102025-02-13T05:13:34.138Z[ recovery-image] Feb 13 05:13:32.582 INFO O| Feb 13 05:13:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43112025-02-13T05:13:34.138Z[ recovery-image] Feb 13 05:13:32.582 INFO O| Feb 13 05:13:32.582 INFO STEP 52 (remove_files) COMPLETE
43122025-02-13T05:13:34.141Z[ recovery-image] Feb 13 05:13:32.582 INFO O| Feb 13 05:13:32.582 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132025-02-13T05:13:34.159Z[ recovery-image] Feb 13 05:13:32.603 INFO O| Feb 13 05:13:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43142025-02-13T05:13:34.162Z[ recovery-image] Feb 13 05:13:32.604 INFO O| Feb 13 05:13:32.603 INFO STEP 53 (remove_files) COMPLETE
43152025-02-13T05:13:34.162Z[ recovery-image] Feb 13 05:13:32.604 INFO O| Feb 13 05:13:32.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162025-02-13T05:13:34.182Z[ recovery-image] Feb 13 05:13:32.625 INFO O| Feb 13 05:13:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43172025-02-13T05:13:34.182Z[ recovery-image] Feb 13 05:13:32.625 INFO O| Feb 13 05:13:32.625 INFO STEP 54 (remove_files) COMPLETE
43182025-02-13T05:13:34.182Z[ recovery-image] Feb 13 05:13:32.625 INFO O| Feb 13 05:13:32.625 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-02-13T05:13:34.201Z[ recovery-image] Feb 13 05:13:32.645 INFO O| Feb 13 05:13:32.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43202025-02-13T05:13:34.201Z[ recovery-image] Feb 13 05:13:32.645 INFO O| Feb 13 05:13:32.645 INFO STEP 55 (remove_files) COMPLETE
43212025-02-13T05:13:34.201Z[ recovery-image] Feb 13 05:13:32.645 INFO O| Feb 13 05:13:32.645 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222025-02-13T05:13:34.221Z[ recovery-image] Feb 13 05:13:32.666 INFO O| Feb 13 05:13:32.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43232025-02-13T05:13:34.221Z[ recovery-image] Feb 13 05:13:32.666 INFO O| Feb 13 05:13:32.666 INFO STEP 56 (remove_files) COMPLETE
43242025-02-13T05:13:34.224Z[ recovery-image] Feb 13 05:13:32.666 INFO O| Feb 13 05:13:32.666 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-13T05:13:34.242Z[ recovery-image] Feb 13 05:13:32.686 INFO O| Feb 13 05:13:32.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43262025-02-13T05:13:34.245Z[ recovery-image] Feb 13 05:13:32.687 INFO O| Feb 13 05:13:32.686 INFO STEP 57 (remove_files) COMPLETE
43272025-02-13T05:13:34.245Z[ recovery-image] Feb 13 05:13:32.687 INFO O| Feb 13 05:13:32.687 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-02-13T05:13:34.285Z[ recovery-image] Feb 13 05:13:32.729 INFO O| Feb 13 05:13:32.729 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43292025-02-13T05:13:34.285Z[ recovery-image] Feb 13 05:13:32.729 INFO O| Feb 13 05:13:32.729 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43302025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.729 INFO O| Feb 13 05:13:32.729 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43312025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43322025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43332025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43342025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO ok!
43352025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO STEP 58 (ensure_file) COMPLETE
43362025-02-13T05:13:34.288Z[ recovery-image] Feb 13 05:13:32.730 INFO O| Feb 13 05:13:32.730 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-02-13T05:13:34.323Z[ recovery-image] Feb 13 05:13:32.766 INFO O| Feb 13 05:13:32.766 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43382025-02-13T05:13:34.325Z[ recovery-image] Feb 13 05:13:32.767 INFO O| Feb 13 05:13:32.767 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43392025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.767 INFO O| Feb 13 05:13:32.767 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43402025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.767 INFO O| Feb 13 05:13:32.767 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43412025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.767 INFO O| Feb 13 05:13:32.767 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43422025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.768 INFO O| Feb 13 05:13:32.768 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43432025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.768 INFO O| Feb 13 05:13:32.768 INFO ok!
43442025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.768 INFO O| Feb 13 05:13:32.768 INFO STEP 59 (ensure_file) COMPLETE
43452025-02-13T05:13:34.326Z[ recovery-image] Feb 13 05:13:32.768 INFO O| Feb 13 05:13:32.768 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-13T05:13:34.346Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43472025-02-13T05:13:34.346Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43482025-02-13T05:13:34.349Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43492025-02-13T05:13:34.349Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO ok!
43502025-02-13T05:13:34.349Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO STEP 60 (ensure_file) COMPLETE
43512025-02-13T05:13:34.349Z[ recovery-image] Feb 13 05:13:32.788 INFO O| Feb 13 05:13:32.788 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-02-13T05:13:34.363Z[ recovery-image] Feb 13 05:13:32.807 INFO O| Feb 13 05:13:32.807 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43532025-02-13T05:13:34.363Z[ recovery-image] Feb 13 05:13:32.807 INFO O| Feb 13 05:13:32.807 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43542025-02-13T05:13:34.367Z[ recovery-image] Feb 13 05:13:32.808 INFO O| Feb 13 05:13:32.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43552025-02-13T05:13:34.367Z[ recovery-image] Feb 13 05:13:32.808 INFO O| Feb 13 05:13:32.808 INFO ok!
43562025-02-13T05:13:34.367Z[ recovery-image] Feb 13 05:13:32.808 INFO O| Feb 13 05:13:32.808 INFO STEP 61 (ensure_file) COMPLETE
43572025-02-13T05:13:34.367Z[ recovery-image] Feb 13 05:13:32.808 INFO O| Feb 13 05:13:32.808 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-02-13T05:13:34.387Z[ recovery-image] Feb 13 05:13:32.830 INFO O| Feb 13 05:13:32.830 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43592025-02-13T05:13:34.387Z[ recovery-image] Feb 13 05:13:32.830 INFO O| Feb 13 05:13:32.830 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43602025-02-13T05:13:34.391Z[ recovery-image] Feb 13 05:13:32.831 INFO O| Feb 13 05:13:32.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43612025-02-13T05:13:34.391Z[ recovery-image] Feb 13 05:13:32.831 INFO O| Feb 13 05:13:32.831 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43622025-02-13T05:13:34.391Z[ recovery-image] Feb 13 05:13:32.831 INFO O| Feb 13 05:13:32.831 INFO ok!
43632025-02-13T05:13:34.391Z[ recovery-image] Feb 13 05:13:32.831 INFO O| Feb 13 05:13:32.831 INFO STEP 62 (ensure_file) COMPLETE
43642025-02-13T05:13:34.391Z[ recovery-image] Feb 13 05:13:32.831 INFO O| Feb 13 05:13:32.831 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43652025-02-13T05:13:34.409Z[ recovery-image] Feb 13 05:13:32.851 INFO O| Feb 13 05:13:32.851 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43662025-02-13T05:13:34.409Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.851 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43672025-02-13T05:13:34.409Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43682025-02-13T05:13:34.412Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43692025-02-13T05:13:34.412Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.852 INFO ok!
43702025-02-13T05:13:34.412Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.852 INFO STEP 63 (ensure_file) COMPLETE
43712025-02-13T05:13:34.412Z[ recovery-image] Feb 13 05:13:32.852 INFO O| Feb 13 05:13:32.852 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-02-13T05:13:34.428Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43732025-02-13T05:13:34.428Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43742025-02-13T05:13:34.428Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43752025-02-13T05:13:34.431Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO ok!
43762025-02-13T05:13:34.432Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO STEP 64 (assemble_files) COMPLETE
43772025-02-13T05:13:34.432Z[ recovery-image] Feb 13 05:13:32.872 INFO O| Feb 13 05:13:32.872 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782025-02-13T05:13:34.449Z[ recovery-image] Feb 13 05:13:32.893 INFO O| Feb 13 05:13:32.893 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43792025-02-13T05:13:34.449Z[ recovery-image] Feb 13 05:13:32.893 INFO O| Feb 13 05:13:32.893 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43802025-02-13T05:13:34.449Z[ recovery-image] Feb 13 05:13:32.893 INFO O| Feb 13 05:13:32.893 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43812025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.893 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43822025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO ok!
43832025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO STEP 65 (ensure_file) COMPLETE
43842025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO skip step because feature "omicron1" is not enabled
43862025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO skip step because feature "omicron1" is not enabled
43882025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO skip step because feature "omicron1" is not enabled
43902025-02-13T05:13:34.452Z[ recovery-image] Feb 13 05:13:32.894 INFO O| Feb 13 05:13:32.894 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-13T05:13:34.480Z[ recovery-image] Feb 13 05:13:32.924 INFO O| Feb 13 05:13:32.924 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43922025-02-13T05:13:34.480Z[ recovery-image] Feb 13 05:13:32.924 INFO O| Feb 13 05:13:32.924 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43932025-02-13T05:13:35.269Z[ host-image] Feb 13 05:13:33.713 INFO O| Feb 13 05:13:33.713 INFO O| Download: Completed 199.74 MB in 384.36 seconds (530k/s)
43942025-02-13T05:13:37.471Z[ host-image] Feb 13 05:13:35.914 INFO O| Feb 13 05:13:35.914 INFO O| Actions: 1/49494 actions (Installing new actions)
43952025-02-13T05:13:37.522Z[ recovery-image] Feb 13 05:13:35.965 INFO O| Feb 13 05:13:35.965 INFO STEP 69 (pack_tar) COMPLETE
43962025-02-13T05:13:37.522Z[ recovery-image] Feb 13 05:13:35.965 INFO O| Feb 13 05:13:35.965 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43972025-02-13T05:13:37.525Z[ recovery-image] Feb 13 05:13:35.965 INFO O| Feb 13 05:13:35.965 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43982025-02-13T05:13:37.792Z[ recovery-image] Feb 13 05:13:36.235 INFO O| Feb 13 05:13:36.235 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43992025-02-13T05:13:37.909Z[ recovery-image] Feb 13 05:13:36.352 INFO O| Feb 13 05:13:36.352 INFO completed processing gimlet/ramdisk-02-trim
44002025-02-13T05:13:37.912Z[ recovery-image] Feb 13 05:13:36.356 INFO image builder template: ramdisk-03-recovery-trim...
44012025-02-13T05:13:37.915Z[ recovery-image] Feb 13 05:13:36.356 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/.tmpSxvfXu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
44022025-02-13T05:13:38.132Z[ recovery-image] Feb 13 05:13:36.575 INFO O| Feb 13 05:13:36.575 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44032025-02-13T05:13:38.142Z[ recovery-image] Feb 13 05:13:36.585 INFO O| Feb 13 05:13:36.585 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44042025-02-13T05:13:38.240Z[ recovery-image] Feb 13 05:13:36.683 INFO O| Feb 13 05:13:36.683 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44052025-02-13T05:13:38.337Z[ recovery-image] Feb 13 05:13:36.780 INFO O| Feb 13 05:13:36.780 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44062025-02-13T05:13:38.337Z[ recovery-image] Feb 13 05:13:36.780 INFO O| Feb 13 05:13:36.780 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44072025-02-13T05:13:38.361Z[ recovery-image] Feb 13 05:13:36.804 INFO O| Feb 13 05:13:36.804 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44082025-02-13T05:13:38.396Z[ recovery-image] Feb 13 05:13:36.840 INFO O| Feb 13 05:13:36.839 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44092025-02-13T05:13:38.415Z[ recovery-image] Feb 13 05:13:36.859 INFO O| Feb 13 05:13:36.858 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44102025-02-13T05:13:39.201Z[ recovery-image] Feb 13 05:13:37.644 INFO O| Feb 13 05:13:37.644 INFO rolled back to input snapshot; work may begin
44112025-02-13T05:13:39.201Z[ recovery-image] Feb 13 05:13:37.644 INFO O| Feb 13 05:13:37.644 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44122025-02-13T05:13:39.212Z[ recovery-image] Feb 13 05:13:37.655 INFO O| Feb 13 05:13:37.655 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132025-02-13T05:13:39.242Z[ recovery-image] Feb 13 05:13:37.685 INFO O| Feb 13 05:13:37.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44142025-02-13T05:13:39.254Z[ recovery-image] Feb 13 05:13:37.697 INFO O| Feb 13 05:13:37.697 INFO STEP 0 (remove_files) COMPLETE
44152025-02-13T05:13:39.254Z[ recovery-image] Feb 13 05:13:37.698 INFO O| Feb 13 05:13:37.697 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162025-02-13T05:13:39.315Z[ recovery-image] Feb 13 05:13:37.759 INFO O| Feb 13 05:13:37.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44172025-02-13T05:13:39.784Z[ recovery-image] Feb 13 05:13:38.227 INFO O| Feb 13 05:13:38.227 INFO STEP 1 (remove_files) COMPLETE
44182025-02-13T05:13:39.784Z[ recovery-image] Feb 13 05:13:38.227 INFO O| Feb 13 05:13:38.227 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192025-02-13T05:13:39.804Z[ recovery-image] Feb 13 05:13:38.247 INFO O| Feb 13 05:13:38.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44202025-02-13T05:13:39.851Z[ recovery-image] Feb 13 05:13:38.293 INFO O| Feb 13 05:13:38.293 INFO STEP 2 (remove_files) COMPLETE
44212025-02-13T05:13:39.851Z[ recovery-image] Feb 13 05:13:38.293 INFO O| Feb 13 05:13:38.293 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222025-02-13T05:13:39.909Z[ recovery-image] Feb 13 05:13:38.352 INFO O| Feb 13 05:13:38.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44232025-02-13T05:13:40.057Z[ recovery-image] Feb 13 05:13:38.499 INFO O| Feb 13 05:13:38.499 INFO STEP 3 (remove_files) COMPLETE
44242025-02-13T05:13:40.060Z[ recovery-image] Feb 13 05:13:38.500 INFO O| Feb 13 05:13:38.499 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252025-02-13T05:13:40.078Z[ recovery-image] Feb 13 05:13:38.521 INFO O| Feb 13 05:13:38.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44262025-02-13T05:13:40.230Z[ recovery-image] Feb 13 05:13:38.673 INFO O| Feb 13 05:13:38.673 INFO STEP 4 (remove_files) COMPLETE
44272025-02-13T05:13:40.230Z[ recovery-image] Feb 13 05:13:38.673 INFO O| Feb 13 05:13:38.673 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282025-02-13T05:13:40.283Z[ recovery-image] Feb 13 05:13:38.726 INFO O| Feb 13 05:13:38.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44292025-02-13T05:13:40.286Z[ recovery-image] Feb 13 05:13:38.729 INFO O| Feb 13 05:13:38.729 INFO STEP 5 (remove_files) COMPLETE
44302025-02-13T05:13:40.288Z[ recovery-image] Feb 13 05:13:38.729 INFO O| Feb 13 05:13:38.729 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312025-02-13T05:13:40.326Z[ recovery-image] Feb 13 05:13:38.769 INFO O| Feb 13 05:13:38.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44322025-02-13T05:13:40.358Z[ recovery-image] Feb 13 05:13:38.800 INFO O| Feb 13 05:13:38.800 INFO STEP 6 (remove_files) COMPLETE
44332025-02-13T05:13:40.358Z[ recovery-image] Feb 13 05:13:38.800 INFO O| Feb 13 05:13:38.800 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342025-02-13T05:13:40.404Z[ recovery-image] Feb 13 05:13:38.848 INFO O| Feb 13 05:13:38.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44352025-02-13T05:13:40.442Z[ recovery-image] Feb 13 05:13:38.884 INFO O| Feb 13 05:13:38.884 INFO STEP 7 (remove_files) COMPLETE
44362025-02-13T05:13:40.442Z[ recovery-image] Feb 13 05:13:38.884 INFO O| Feb 13 05:13:38.884 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372025-02-13T05:13:40.502Z[ recovery-image] Feb 13 05:13:38.945 INFO O| Feb 13 05:13:38.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44382025-02-13T05:13:40.505Z[ recovery-image] Feb 13 05:13:38.945 INFO O| Feb 13 05:13:38.945 INFO STEP 8 (remove_files) COMPLETE
44392025-02-13T05:13:40.505Z[ recovery-image] Feb 13 05:13:38.945 INFO O| Feb 13 05:13:38.945 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402025-02-13T05:13:40.623Z[ recovery-image] Feb 13 05:13:39.066 INFO O| Feb 13 05:13:39.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44412025-02-13T05:13:40.625Z[ recovery-image] Feb 13 05:13:39.067 INFO O| Feb 13 05:13:39.067 INFO STEP 9 (remove_files) COMPLETE
44422025-02-13T05:13:40.625Z[ recovery-image] Feb 13 05:13:39.067 INFO O| Feb 13 05:13:39.067 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432025-02-13T05:13:40.642Z[ recovery-image] Feb 13 05:13:39.086 INFO O| Feb 13 05:13:39.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44442025-02-13T05:13:40.743Z[ recovery-image] Feb 13 05:13:39.186 INFO O| Feb 13 05:13:39.186 INFO STEP 10 (remove_files) COMPLETE
44452025-02-13T05:13:40.743Z[ recovery-image] Feb 13 05:13:39.186 INFO O| Feb 13 05:13:39.186 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462025-02-13T05:13:40.764Z[ recovery-image] Feb 13 05:13:39.207 INFO O| Feb 13 05:13:39.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44472025-02-13T05:13:40.768Z[ recovery-image] Feb 13 05:13:39.210 INFO O| Feb 13 05:13:39.210 INFO STEP 11 (remove_files) COMPLETE
44482025-02-13T05:13:40.768Z[ recovery-image] Feb 13 05:13:39.210 INFO O| Feb 13 05:13:39.210 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492025-02-13T05:13:40.788Z[ recovery-image] Feb 13 05:13:39.232 INFO O| Feb 13 05:13:39.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44502025-02-13T05:13:40.792Z[ recovery-image] Feb 13 05:13:39.234 INFO O| Feb 13 05:13:39.234 INFO STEP 12 (remove_files) COMPLETE
44512025-02-13T05:13:40.792Z[ recovery-image] Feb 13 05:13:39.234 INFO O| Feb 13 05:13:39.234 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522025-02-13T05:13:40.925Z[ recovery-image] Feb 13 05:13:39.368 INFO O| Feb 13 05:13:39.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44532025-02-13T05:13:40.928Z[ recovery-image] Feb 13 05:13:39.369 INFO O| Feb 13 05:13:39.368 INFO STEP 13 (remove_files) COMPLETE
44542025-02-13T05:13:40.928Z[ recovery-image] Feb 13 05:13:39.369 INFO O| Feb 13 05:13:39.368 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552025-02-13T05:13:41.020Z[ recovery-image] Feb 13 05:13:39.463 INFO O| Feb 13 05:13:39.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44562025-02-13T05:13:41.023Z[ recovery-image] Feb 13 05:13:39.464 INFO O| Feb 13 05:13:39.464 INFO STEP 14 (remove_files) COMPLETE
44572025-02-13T05:13:41.023Z[ recovery-image] Feb 13 05:13:39.464 INFO O| Feb 13 05:13:39.464 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582025-02-13T05:13:41.043Z[ recovery-image] Feb 13 05:13:39.486 INFO O| Feb 13 05:13:39.486 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44592025-02-13T05:13:41.052Z[ recovery-image] Feb 13 05:13:39.495 INFO O| Feb 13 05:13:39.495 INFO STEP 15 (remove_files) COMPLETE
44602025-02-13T05:13:41.052Z[ recovery-image] Feb 13 05:13:39.495 INFO O| Feb 13 05:13:39.495 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612025-02-13T05:13:41.113Z[ recovery-image] Feb 13 05:13:39.556 INFO O| Feb 13 05:13:39.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44622025-02-13T05:13:41.116Z[ recovery-image] Feb 13 05:13:39.557 INFO O| Feb 13 05:13:39.556 INFO STEP 16 (remove_files) COMPLETE
44632025-02-13T05:13:41.116Z[ recovery-image] Feb 13 05:13:39.557 INFO O| Feb 13 05:13:39.556 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642025-02-13T05:13:41.184Z[ recovery-image] Feb 13 05:13:39.628 INFO O| Feb 13 05:13:39.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44652025-02-13T05:13:41.187Z[ recovery-image] Feb 13 05:13:39.628 INFO O| Feb 13 05:13:39.628 INFO STEP 17 (remove_files) COMPLETE
44662025-02-13T05:13:41.188Z[ recovery-image] Feb 13 05:13:39.628 INFO O| Feb 13 05:13:39.628 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672025-02-13T05:13:41.218Z[ recovery-image] Feb 13 05:13:39.661 INFO O| Feb 13 05:13:39.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44682025-02-13T05:13:41.295Z[ recovery-image] Feb 13 05:13:39.738 INFO O| Feb 13 05:13:39.738 INFO STEP 18 (remove_files) COMPLETE
44692025-02-13T05:13:41.295Z[ recovery-image] Feb 13 05:13:39.738 INFO O| Feb 13 05:13:39.738 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702025-02-13T05:13:41.325Z[ recovery-image] Feb 13 05:13:39.767 INFO O| Feb 13 05:13:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44712025-02-13T05:13:41.337Z[ recovery-image] Feb 13 05:13:39.780 INFO O| Feb 13 05:13:39.780 INFO STEP 19 (remove_files) COMPLETE
44722025-02-13T05:13:41.340Z[ recovery-image] Feb 13 05:13:39.780 INFO O| Feb 13 05:13:39.780 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732025-02-13T05:13:41.357Z[ recovery-image] Feb 13 05:13:39.800 INFO O| Feb 13 05:13:39.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44742025-02-13T05:13:41.374Z[ recovery-image] Feb 13 05:13:39.817 INFO O| Feb 13 05:13:39.817 INFO STEP 20 (remove_files) COMPLETE
44752025-02-13T05:13:41.374Z[ recovery-image] Feb 13 05:13:39.817 INFO O| Feb 13 05:13:39.817 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762025-02-13T05:13:41.418Z[ recovery-image] Feb 13 05:13:39.861 INFO O| Feb 13 05:13:39.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44772025-02-13T05:13:41.421Z[ recovery-image] Feb 13 05:13:39.862 INFO O| Feb 13 05:13:39.862 INFO STEP 21 (remove_files) COMPLETE
44782025-02-13T05:13:41.421Z[ recovery-image] Feb 13 05:13:39.862 INFO O| Feb 13 05:13:39.862 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792025-02-13T05:13:41.444Z[ recovery-image] Feb 13 05:13:39.887 INFO O| Feb 13 05:13:39.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44802025-02-13T05:13:41.447Z[ recovery-image] Feb 13 05:13:39.888 INFO O| Feb 13 05:13:39.888 INFO STEP 22 (remove_files) COMPLETE
44812025-02-13T05:13:41.447Z[ recovery-image] Feb 13 05:13:39.888 INFO O| Feb 13 05:13:39.888 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822025-02-13T05:13:41.468Z[ recovery-image] Feb 13 05:13:39.912 INFO O| Feb 13 05:13:39.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44832025-02-13T05:13:41.471Z[ recovery-image] Feb 13 05:13:39.912 INFO O| Feb 13 05:13:39.912 INFO STEP 23 (remove_files) COMPLETE
44842025-02-13T05:13:41.471Z[ recovery-image] Feb 13 05:13:39.912 INFO O| Feb 13 05:13:39.912 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852025-02-13T05:13:41.492Z[ recovery-image] Feb 13 05:13:39.935 INFO O| Feb 13 05:13:39.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44862025-02-13T05:13:41.495Z[ recovery-image] Feb 13 05:13:39.936 INFO O| Feb 13 05:13:39.936 INFO STEP 24 (remove_files) COMPLETE
44872025-02-13T05:13:41.495Z[ recovery-image] Feb 13 05:13:39.936 INFO O| Feb 13 05:13:39.936 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882025-02-13T05:13:41.516Z[ recovery-image] Feb 13 05:13:39.959 INFO O| Feb 13 05:13:39.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44892025-02-13T05:13:41.519Z[ recovery-image] Feb 13 05:13:39.960 INFO O| Feb 13 05:13:39.960 INFO STEP 25 (remove_files) COMPLETE
44902025-02-13T05:13:41.519Z[ recovery-image] Feb 13 05:13:39.960 INFO O| Feb 13 05:13:39.960 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912025-02-13T05:13:41.554Z[ recovery-image] Feb 13 05:13:39.996 INFO O| Feb 13 05:13:39.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44922025-02-13T05:13:41.556Z[ recovery-image] Feb 13 05:13:39.997 INFO O| Feb 13 05:13:39.997 INFO STEP 26 (remove_files) COMPLETE
44932025-02-13T05:13:41.556Z[ recovery-image] Feb 13 05:13:39.997 INFO O| Feb 13 05:13:39.997 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942025-02-13T05:13:41.590Z[ recovery-image] Feb 13 05:13:40.033 INFO O| Feb 13 05:13:40.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44952025-02-13T05:13:41.593Z[ recovery-image] Feb 13 05:13:40.034 INFO O| Feb 13 05:13:40.033 INFO STEP 27 (remove_files) COMPLETE
44962025-02-13T05:13:41.593Z[ recovery-image] Feb 13 05:13:40.034 INFO O| Feb 13 05:13:40.034 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972025-02-13T05:13:41.646Z[ recovery-image] Feb 13 05:13:40.089 INFO O| Feb 13 05:13:40.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44982025-02-13T05:13:41.649Z[ recovery-image] Feb 13 05:13:40.089 INFO O| Feb 13 05:13:40.089 INFO STEP 28 (remove_files) COMPLETE
44992025-02-13T05:13:41.649Z[ recovery-image] Feb 13 05:13:40.090 INFO O| Feb 13 05:13:40.090 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002025-02-13T05:13:41.685Z[ recovery-image] Feb 13 05:13:40.128 INFO O| Feb 13 05:13:40.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45012025-02-13T05:13:41.688Z[ recovery-image] Feb 13 05:13:40.128 INFO O| Feb 13 05:13:40.128 INFO STEP 29 (remove_files) COMPLETE
45022025-02-13T05:13:41.688Z[ recovery-image] Feb 13 05:13:40.128 INFO O| Feb 13 05:13:40.128 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032025-02-13T05:13:41.741Z[ recovery-image] Feb 13 05:13:40.184 INFO O| Feb 13 05:13:40.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45042025-02-13T05:13:41.741Z[ recovery-image] Feb 13 05:13:40.184 INFO O| Feb 13 05:13:40.184 INFO STEP 30 (remove_files) COMPLETE
45052025-02-13T05:13:41.744Z[ recovery-image] Feb 13 05:13:40.184 INFO O| Feb 13 05:13:40.184 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062025-02-13T05:13:41.798Z[ recovery-image] Feb 13 05:13:40.241 INFO O| Feb 13 05:13:40.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45072025-02-13T05:13:41.800Z[ recovery-image] Feb 13 05:13:40.241 INFO O| Feb 13 05:13:40.241 INFO STEP 31 (remove_files) COMPLETE
45082025-02-13T05:13:41.800Z[ recovery-image] Feb 13 05:13:40.241 INFO O| Feb 13 05:13:40.241 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092025-02-13T05:13:41.878Z[ recovery-image] Feb 13 05:13:40.321 INFO O| Feb 13 05:13:40.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45102025-02-13T05:13:41.878Z[ recovery-image] Feb 13 05:13:40.321 INFO O| Feb 13 05:13:40.321 INFO STEP 32 (remove_files) COMPLETE
45112025-02-13T05:13:41.881Z[ recovery-image] Feb 13 05:13:40.321 INFO O| Feb 13 05:13:40.321 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122025-02-13T05:13:41.907Z[ recovery-image] Feb 13 05:13:40.350 INFO O| Feb 13 05:13:40.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45132025-02-13T05:13:41.910Z[ recovery-image] Feb 13 05:13:40.350 INFO O| Feb 13 05:13:40.350 INFO STEP 33 (remove_files) COMPLETE
45142025-02-13T05:13:41.910Z[ recovery-image] Feb 13 05:13:40.350 INFO O| Feb 13 05:13:40.350 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152025-02-13T05:13:41.968Z[ recovery-image] Feb 13 05:13:40.411 INFO O| Feb 13 05:13:40.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45162025-02-13T05:13:41.968Z[ recovery-image] Feb 13 05:13:40.411 INFO O| Feb 13 05:13:40.411 INFO STEP 34 (remove_files) COMPLETE
45172025-02-13T05:13:41.968Z[ recovery-image] Feb 13 05:13:40.411 INFO O| Feb 13 05:13:40.411 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182025-02-13T05:13:42.015Z[ recovery-image] Feb 13 05:13:40.458 INFO O| Feb 13 05:13:40.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45192025-02-13T05:13:42.015Z[ recovery-image] Feb 13 05:13:40.458 INFO O| Feb 13 05:13:40.458 INFO STEP 35 (remove_files) COMPLETE
45202025-02-13T05:13:42.015Z[ recovery-image] Feb 13 05:13:40.458 INFO O| Feb 13 05:13:40.458 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212025-02-13T05:13:42.089Z[ recovery-image] Feb 13 05:13:40.532 INFO O| Feb 13 05:13:40.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45222025-02-13T05:13:42.089Z[ recovery-image] Feb 13 05:13:40.532 INFO O| Feb 13 05:13:40.532 INFO STEP 36 (remove_files) COMPLETE
45232025-02-13T05:13:42.089Z[ recovery-image] Feb 13 05:13:40.532 INFO O| Feb 13 05:13:40.532 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-02-13T05:13:42.109Z[ recovery-image] Feb 13 05:13:40.552 INFO O| Feb 13 05:13:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45252025-02-13T05:13:42.109Z[ recovery-image] Feb 13 05:13:40.552 INFO O| Feb 13 05:13:40.552 INFO STEP 37 (remove_files) COMPLETE
45262025-02-13T05:13:42.112Z[ recovery-image] Feb 13 05:13:40.552 INFO O| Feb 13 05:13:40.552 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-02-13T05:13:42.146Z[ recovery-image] Feb 13 05:13:40.589 INFO O| Feb 13 05:13:40.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45282025-02-13T05:13:42.146Z[ recovery-image] Feb 13 05:13:40.589 INFO O| Feb 13 05:13:40.589 INFO STEP 38 (remove_files) COMPLETE
45292025-02-13T05:13:42.149Z[ recovery-image] Feb 13 05:13:40.589 INFO O| Feb 13 05:13:40.589 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302025-02-13T05:13:42.171Z[ recovery-image] Feb 13 05:13:40.613 INFO O| Feb 13 05:13:40.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45312025-02-13T05:13:42.171Z[ recovery-image] Feb 13 05:13:40.613 INFO O| Feb 13 05:13:40.613 INFO STEP 39 (remove_files) COMPLETE
45322025-02-13T05:13:42.171Z[ recovery-image] Feb 13 05:13:40.613 INFO O| Feb 13 05:13:40.613 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332025-02-13T05:13:42.193Z[ recovery-image] Feb 13 05:13:40.636 INFO O| Feb 13 05:13:40.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45342025-02-13T05:13:42.193Z[ recovery-image] Feb 13 05:13:40.636 INFO O| Feb 13 05:13:40.636 INFO STEP 40 (remove_files) COMPLETE
45352025-02-13T05:13:42.193Z[ recovery-image] Feb 13 05:13:40.636 INFO O| Feb 13 05:13:40.636 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362025-02-13T05:13:42.239Z[ recovery-image] Feb 13 05:13:40.682 INFO O| Feb 13 05:13:40.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45372025-02-13T05:13:42.239Z[ recovery-image] Feb 13 05:13:40.682 INFO O| Feb 13 05:13:40.682 INFO STEP 41 (remove_files) COMPLETE
45382025-02-13T05:13:42.242Z[ recovery-image] Feb 13 05:13:40.682 INFO O| Feb 13 05:13:40.682 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392025-02-13T05:13:42.293Z[ recovery-image] Feb 13 05:13:40.736 INFO O| Feb 13 05:13:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45402025-02-13T05:13:42.293Z[ recovery-image] Feb 13 05:13:40.736 INFO O| Feb 13 05:13:40.736 INFO STEP 42 (remove_files) COMPLETE
45412025-02-13T05:13:42.293Z[ recovery-image] Feb 13 05:13:40.736 INFO O| Feb 13 05:13:40.736 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422025-02-13T05:13:42.367Z[ recovery-image] Feb 13 05:13:40.810 INFO O| Feb 13 05:13:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45432025-02-13T05:13:42.376Z[ recovery-image] Feb 13 05:13:40.818 INFO O| Feb 13 05:13:40.818 INFO STEP 43 (remove_files) COMPLETE
45442025-02-13T05:13:42.376Z[ recovery-image] Feb 13 05:13:40.818 INFO O| Feb 13 05:13:40.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452025-02-13T05:13:42.409Z[ recovery-image] Feb 13 05:13:40.852 INFO O| Feb 13 05:13:40.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45462025-02-13T05:13:42.409Z[ recovery-image] Feb 13 05:13:40.852 INFO O| Feb 13 05:13:40.852 INFO STEP 44 (remove_files) COMPLETE
45472025-02-13T05:13:42.412Z[ recovery-image] Feb 13 05:13:40.852 INFO O| Feb 13 05:13:40.852 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482025-02-13T05:13:42.471Z[ host-image] Feb 13 05:13:40.914 INFO O| Feb 13 05:13:40.914 INFO O| Actions: 9663/49494 actions (Installing new actions)
45492025-02-13T05:13:42.540Z[ recovery-image] Feb 13 05:13:40.983 INFO O| Feb 13 05:13:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45502025-02-13T05:13:42.540Z[ recovery-image] Feb 13 05:13:40.983 INFO O| Feb 13 05:13:40.983 INFO STEP 45 (remove_files) COMPLETE
45512025-02-13T05:13:42.540Z[ recovery-image] Feb 13 05:13:40.983 INFO O| Feb 13 05:13:40.983 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-13T05:13:42.693Z[ recovery-image] Feb 13 05:13:41.136 INFO O| Feb 13 05:13:41.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45532025-02-13T05:13:42.696Z[ recovery-image] Feb 13 05:13:41.136 INFO O| Feb 13 05:13:41.136 INFO STEP 46 (remove_files) COMPLETE
45542025-02-13T05:13:42.696Z[ recovery-image] Feb 13 05:13:41.136 INFO O| Feb 13 05:13:41.136 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-13T05:13:42.718Z[ recovery-image] Feb 13 05:13:41.161 INFO O| Feb 13 05:13:41.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45562025-02-13T05:13:42.718Z[ recovery-image] Feb 13 05:13:41.161 INFO O| Feb 13 05:13:41.161 INFO STEP 47 (remove_files) COMPLETE
45572025-02-13T05:13:42.720Z[ recovery-image] Feb 13 05:13:41.161 INFO O| Feb 13 05:13:41.161 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-13T05:13:42.757Z[ recovery-image] Feb 13 05:13:41.199 INFO O| Feb 13 05:13:41.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45592025-02-13T05:13:42.757Z[ recovery-image] Feb 13 05:13:41.199 INFO O| Feb 13 05:13:41.199 INFO STEP 48 (remove_files) COMPLETE
45602025-02-13T05:13:42.757Z[ recovery-image] Feb 13 05:13:41.199 INFO O| Feb 13 05:13:41.199 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-13T05:13:42.842Z[ recovery-image] Feb 13 05:13:41.285 INFO O| Feb 13 05:13:41.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45622025-02-13T05:13:42.842Z[ recovery-image] Feb 13 05:13:41.285 INFO O| Feb 13 05:13:41.285 INFO STEP 49 (remove_files) COMPLETE
45632025-02-13T05:13:42.845Z[ recovery-image] Feb 13 05:13:41.285 INFO O| Feb 13 05:13:41.285 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-13T05:13:42.865Z[ recovery-image] Feb 13 05:13:41.308 INFO O| Feb 13 05:13:41.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45652025-02-13T05:13:42.868Z[ recovery-image] Feb 13 05:13:41.308 INFO O| Feb 13 05:13:41.308 INFO STEP 50 (remove_files) COMPLETE
45662025-02-13T05:13:42.868Z[ recovery-image] Feb 13 05:13:41.308 INFO O| Feb 13 05:13:41.308 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-13T05:13:42.896Z[ recovery-image] Feb 13 05:13:41.339 INFO O| Feb 13 05:13:41.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45682025-02-13T05:13:42.896Z[ recovery-image] Feb 13 05:13:41.339 INFO O| Feb 13 05:13:41.339 INFO STEP 51 (remove_files) COMPLETE
45692025-02-13T05:13:42.896Z[ recovery-image] Feb 13 05:13:41.339 INFO O| Feb 13 05:13:41.339 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-13T05:13:42.919Z[ recovery-image] Feb 13 05:13:41.362 INFO O| Feb 13 05:13:41.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45712025-02-13T05:13:42.919Z[ recovery-image] Feb 13 05:13:41.362 INFO O| Feb 13 05:13:41.362 INFO STEP 52 (remove_files) COMPLETE
45722025-02-13T05:13:42.922Z[ recovery-image] Feb 13 05:13:41.362 INFO O| Feb 13 05:13:41.362 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-13T05:13:42.954Z[ recovery-image] Feb 13 05:13:41.396 INFO O| Feb 13 05:13:41.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45742025-02-13T05:13:42.954Z[ recovery-image] Feb 13 05:13:41.397 INFO O| Feb 13 05:13:41.397 INFO STEP 53 (remove_files) COMPLETE
45752025-02-13T05:13:42.954Z[ recovery-image] Feb 13 05:13:41.397 INFO O| Feb 13 05:13:41.397 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-13T05:13:42.985Z[ recovery-image] Feb 13 05:13:41.428 INFO O| Feb 13 05:13:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45772025-02-13T05:13:42.985Z[ recovery-image] Feb 13 05:13:41.428 INFO O| Feb 13 05:13:41.428 INFO STEP 54 (remove_files) COMPLETE
45782025-02-13T05:13:42.985Z[ recovery-image] Feb 13 05:13:41.428 INFO O| Feb 13 05:13:41.428 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-13T05:13:43.027Z[ recovery-image] Feb 13 05:13:41.469 INFO O| Feb 13 05:13:41.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45802025-02-13T05:13:43.027Z[ recovery-image] Feb 13 05:13:41.469 INFO O| Feb 13 05:13:41.469 INFO STEP 55 (remove_files) COMPLETE
45812025-02-13T05:13:43.030Z[ recovery-image] Feb 13 05:13:41.469 INFO O| Feb 13 05:13:41.469 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-13T05:13:43.097Z[ recovery-image] Feb 13 05:13:41.540 INFO O| Feb 13 05:13:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45832025-02-13T05:13:43.097Z[ recovery-image] Feb 13 05:13:41.540 INFO O| Feb 13 05:13:41.540 INFO STEP 56 (remove_files) COMPLETE
45842025-02-13T05:13:43.100Z[ recovery-image] Feb 13 05:13:41.540 INFO O| Feb 13 05:13:41.540 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-02-13T05:13:43.174Z[ recovery-image] Feb 13 05:13:41.617 INFO O| Feb 13 05:13:41.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45862025-02-13T05:13:43.175Z[ recovery-image] Feb 13 05:13:41.617 INFO O| Feb 13 05:13:41.617 INFO STEP 57 (remove_files) COMPLETE
45872025-02-13T05:13:43.175Z[ recovery-image] Feb 13 05:13:41.617 INFO O| Feb 13 05:13:41.617 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-13T05:13:43.220Z[ recovery-image] Feb 13 05:13:41.663 INFO O| Feb 13 05:13:41.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45892025-02-13T05:13:43.220Z[ recovery-image] Feb 13 05:13:41.663 INFO O| Feb 13 05:13:41.663 INFO STEP 58 (remove_files) COMPLETE
45902025-02-13T05:13:43.220Z[ recovery-image] Feb 13 05:13:41.663 INFO O| Feb 13 05:13:41.663 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-13T05:13:43.241Z[ recovery-image] Feb 13 05:13:41.684 INFO O| Feb 13 05:13:41.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45922025-02-13T05:13:43.244Z[ recovery-image] Feb 13 05:13:41.684 INFO O| Feb 13 05:13:41.684 INFO STEP 59 (remove_files) COMPLETE
45932025-02-13T05:13:43.244Z[ recovery-image] Feb 13 05:13:41.684 INFO O| Feb 13 05:13:41.684 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-13T05:13:43.263Z[ recovery-image] Feb 13 05:13:41.705 INFO O| Feb 13 05:13:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45952025-02-13T05:13:43.263Z[ recovery-image] Feb 13 05:13:41.706 INFO O| Feb 13 05:13:41.706 INFO STEP 60 (remove_files) COMPLETE
45962025-02-13T05:13:43.263Z[ recovery-image] Feb 13 05:13:41.706 INFO O| Feb 13 05:13:41.706 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-13T05:13:43.315Z[ recovery-image] Feb 13 05:13:41.758 INFO O| Feb 13 05:13:41.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45982025-02-13T05:13:43.315Z[ recovery-image] Feb 13 05:13:41.758 INFO O| Feb 13 05:13:41.758 INFO STEP 61 (remove_files) COMPLETE
45992025-02-13T05:13:43.315Z[ recovery-image] Feb 13 05:13:41.758 INFO O| Feb 13 05:13:41.758 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-13T05:13:43.367Z[ recovery-image] Feb 13 05:13:41.810 INFO O| Feb 13 05:13:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46012025-02-13T05:13:43.367Z[ recovery-image] Feb 13 05:13:41.810 INFO O| Feb 13 05:13:41.810 INFO STEP 62 (remove_files) COMPLETE
46022025-02-13T05:13:43.367Z[ recovery-image] Feb 13 05:13:41.810 INFO O| Feb 13 05:13:41.810 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-13T05:13:43.448Z[ recovery-image] Feb 13 05:13:41.890 INFO O| Feb 13 05:13:41.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46042025-02-13T05:13:43.448Z[ recovery-image] Feb 13 05:13:41.890 INFO O| Feb 13 05:13:41.890 INFO STEP 63 (remove_files) COMPLETE
46052025-02-13T05:13:43.451Z[ recovery-image] Feb 13 05:13:41.890 INFO O| Feb 13 05:13:41.890 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-13T05:13:43.491Z[ recovery-image] Feb 13 05:13:41.934 INFO O| Feb 13 05:13:41.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46072025-02-13T05:13:43.491Z[ recovery-image] Feb 13 05:13:41.934 INFO O| Feb 13 05:13:41.934 INFO STEP 64 (remove_files) COMPLETE
46082025-02-13T05:13:43.494Z[ recovery-image] Feb 13 05:13:41.934 INFO O| Feb 13 05:13:41.934 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-13T05:13:43.538Z[ recovery-image] Feb 13 05:13:41.981 INFO O| Feb 13 05:13:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46102025-02-13T05:13:43.550Z[ recovery-image] Feb 13 05:13:41.993 INFO O| Feb 13 05:13:41.993 INFO STEP 65 (remove_files) COMPLETE
46112025-02-13T05:13:43.550Z[ recovery-image] Feb 13 05:13:41.993 INFO O| Feb 13 05:13:41.993 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-13T05:13:43.580Z[ recovery-image] Feb 13 05:13:42.022 INFO O| Feb 13 05:13:42.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46132025-02-13T05:13:43.584Z[ recovery-image] Feb 13 05:13:42.022 INFO O| Feb 13 05:13:42.022 INFO STEP 66 (remove_files) COMPLETE
46142025-02-13T05:13:43.584Z[ recovery-image] Feb 13 05:13:42.022 INFO O| Feb 13 05:13:42.022 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-13T05:13:43.602Z[ recovery-image] Feb 13 05:13:42.045 INFO O| Feb 13 05:13:42.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46162025-02-13T05:13:43.605Z[ recovery-image] Feb 13 05:13:42.045 INFO O| Feb 13 05:13:42.045 INFO STEP 67 (remove_files) COMPLETE
46172025-02-13T05:13:43.605Z[ recovery-image] Feb 13 05:13:42.045 INFO O| Feb 13 05:13:42.045 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-13T05:13:43.626Z[ recovery-image] Feb 13 05:13:42.069 INFO O| Feb 13 05:13:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46192025-02-13T05:13:43.628Z[ recovery-image] Feb 13 05:13:42.069 INFO O| Feb 13 05:13:42.069 INFO STEP 68 (remove_files) COMPLETE
46202025-02-13T05:13:43.628Z[ recovery-image] Feb 13 05:13:42.069 INFO O| Feb 13 05:13:42.069 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-13T05:13:43.659Z[ recovery-image] Feb 13 05:13:42.102 INFO O| Feb 13 05:13:42.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46222025-02-13T05:13:43.659Z[ recovery-image] Feb 13 05:13:42.102 INFO O| Feb 13 05:13:42.102 INFO STEP 69 (remove_files) COMPLETE
46232025-02-13T05:13:43.659Z[ recovery-image] Feb 13 05:13:42.102 INFO O| Feb 13 05:13:42.102 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-13T05:13:43.731Z[ recovery-image] Feb 13 05:13:42.174 INFO O| Feb 13 05:13:42.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46252025-02-13T05:13:43.731Z[ recovery-image] Feb 13 05:13:42.174 INFO O| Feb 13 05:13:42.174 INFO STEP 70 (remove_files) COMPLETE
46262025-02-13T05:13:43.734Z[ recovery-image] Feb 13 05:13:42.174 INFO O| Feb 13 05:13:42.174 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-13T05:13:43.781Z[ recovery-image] Feb 13 05:13:42.224 INFO O| Feb 13 05:13:42.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46282025-02-13T05:13:43.781Z[ recovery-image] Feb 13 05:13:42.224 INFO O| Feb 13 05:13:42.224 INFO STEP 71 (remove_files) COMPLETE
46292025-02-13T05:13:43.784Z[ recovery-image] Feb 13 05:13:42.224 INFO O| Feb 13 05:13:42.224 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-13T05:13:43.813Z[ recovery-image] Feb 13 05:13:42.256 INFO O| Feb 13 05:13:42.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46312025-02-13T05:13:43.813Z[ recovery-image] Feb 13 05:13:42.256 INFO O| Feb 13 05:13:42.256 INFO STEP 72 (remove_files) COMPLETE
46322025-02-13T05:13:43.816Z[ recovery-image] Feb 13 05:13:42.256 INFO O| Feb 13 05:13:42.256 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-13T05:13:43.850Z[ recovery-image] Feb 13 05:13:42.292 INFO O| Feb 13 05:13:42.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46342025-02-13T05:13:43.850Z[ recovery-image] Feb 13 05:13:42.292 INFO O| Feb 13 05:13:42.292 INFO STEP 73 (remove_files) COMPLETE
46352025-02-13T05:13:43.853Z[ recovery-image] Feb 13 05:13:42.292 INFO O| Feb 13 05:13:42.292 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-13T05:13:43.889Z[ recovery-image] Feb 13 05:13:42.332 INFO O| Feb 13 05:13:42.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46372025-02-13T05:13:43.889Z[ recovery-image] Feb 13 05:13:42.332 INFO O| Feb 13 05:13:42.332 INFO STEP 74 (remove_files) COMPLETE
46382025-02-13T05:13:43.892Z[ recovery-image] Feb 13 05:13:42.332 INFO O| Feb 13 05:13:42.332 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-13T05:13:43.920Z[ recovery-image] Feb 13 05:13:42.362 INFO O| Feb 13 05:13:42.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46402025-02-13T05:13:43.920Z[ recovery-image] Feb 13 05:13:42.363 INFO O| Feb 13 05:13:42.362 INFO STEP 75 (remove_files) COMPLETE
46412025-02-13T05:13:43.923Z[ recovery-image] Feb 13 05:13:42.363 INFO O| Feb 13 05:13:42.363 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-13T05:13:43.950Z[ recovery-image] Feb 13 05:13:42.385 INFO O| Feb 13 05:13:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46432025-02-13T05:13:43.950Z[ recovery-image] Feb 13 05:13:42.385 INFO O| Feb 13 05:13:42.385 INFO STEP 76 (remove_files) COMPLETE
46442025-02-13T05:13:43.950Z[ recovery-image] Feb 13 05:13:42.385 INFO O| Feb 13 05:13:42.385 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-02-13T05:13:43.976Z[ recovery-image] Feb 13 05:13:42.419 INFO O| Feb 13 05:13:42.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46462025-02-13T05:13:43.976Z[ recovery-image] Feb 13 05:13:42.419 INFO O| Feb 13 05:13:42.419 INFO STEP 77 (remove_files) COMPLETE
46472025-02-13T05:13:43.976Z[ recovery-image] Feb 13 05:13:42.419 INFO O| Feb 13 05:13:42.419 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-02-13T05:13:44.019Z[ recovery-image] Feb 13 05:13:42.462 INFO O| Feb 13 05:13:42.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46492025-02-13T05:13:44.101Z[ recovery-image] Feb 13 05:13:42.543 INFO O| Feb 13 05:13:42.543 INFO STEP 78 (remove_files) COMPLETE
46502025-02-13T05:13:44.103Z[ recovery-image] Feb 13 05:13:42.544 INFO O| Feb 13 05:13:42.544 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-02-13T05:13:44.130Z[ recovery-image] Feb 13 05:13:42.572 INFO O| Feb 13 05:13:42.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46522025-02-13T05:13:44.133Z[ recovery-image] Feb 13 05:13:42.573 INFO O| Feb 13 05:13:42.572 INFO STEP 79 (remove_files) COMPLETE
46532025-02-13T05:13:44.133Z[ recovery-image] Feb 13 05:13:42.573 INFO O| Feb 13 05:13:42.573 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-02-13T05:13:44.193Z[ recovery-image] Feb 13 05:13:42.636 INFO O| Feb 13 05:13:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46552025-02-13T05:13:44.196Z[ recovery-image] Feb 13 05:13:42.636 INFO O| Feb 13 05:13:42.636 INFO STEP 80 (remove_files) COMPLETE
46562025-02-13T05:13:44.196Z[ recovery-image] Feb 13 05:13:42.636 INFO O| Feb 13 05:13:42.636 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-13T05:13:44.257Z[ recovery-image] Feb 13 05:13:42.697 INFO O| Feb 13 05:13:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46582025-02-13T05:13:44.258Z[ recovery-image] Feb 13 05:13:42.697 INFO O| Feb 13 05:13:42.697 INFO STEP 81 (remove_files) COMPLETE
46592025-02-13T05:13:44.258Z[ recovery-image] Feb 13 05:13:42.698 INFO O| Feb 13 05:13:42.697 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-02-13T05:13:44.298Z[ recovery-image] Feb 13 05:13:42.740 INFO O| Feb 13 05:13:42.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46612025-02-13T05:13:44.298Z[ recovery-image] Feb 13 05:13:42.740 INFO O| Feb 13 05:13:42.740 INFO STEP 82 (remove_files) COMPLETE
46622025-02-13T05:13:44.301Z[ recovery-image] Feb 13 05:13:42.740 INFO O| Feb 13 05:13:42.740 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-13T05:13:44.345Z[ recovery-image] Feb 13 05:13:42.787 INFO O| Feb 13 05:13:42.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46642025-02-13T05:13:44.377Z[ recovery-image] Feb 13 05:13:42.819 INFO O| Feb 13 05:13:42.819 INFO STEP 83 (remove_files) COMPLETE
46652025-02-13T05:13:44.377Z[ recovery-image] Feb 13 05:13:42.819 INFO O| Feb 13 05:13:42.819 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-13T05:13:44.420Z[ recovery-image] Feb 13 05:13:42.862 INFO O| Feb 13 05:13:42.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46672025-02-13T05:13:44.420Z[ recovery-image] Feb 13 05:13:42.862 INFO O| Feb 13 05:13:42.862 INFO STEP 84 (remove_files) COMPLETE
46682025-02-13T05:13:44.423Z[ recovery-image] Feb 13 05:13:42.863 INFO O| Feb 13 05:13:42.862 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-13T05:13:44.451Z[ recovery-image] Feb 13 05:13:42.893 INFO O| Feb 13 05:13:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46702025-02-13T05:13:44.451Z[ recovery-image] Feb 13 05:13:42.893 INFO O| Feb 13 05:13:42.893 INFO STEP 85 (remove_files) COMPLETE
46712025-02-13T05:13:44.451Z[ recovery-image] Feb 13 05:13:42.893 INFO O| Feb 13 05:13:42.893 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-13T05:13:44.493Z[ recovery-image] Feb 13 05:13:42.935 INFO O| Feb 13 05:13:42.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46732025-02-13T05:13:44.493Z[ recovery-image] Feb 13 05:13:42.936 INFO O| Feb 13 05:13:42.936 INFO STEP 86 (remove_files) COMPLETE
46742025-02-13T05:13:44.493Z[ recovery-image] Feb 13 05:13:42.936 INFO O| Feb 13 05:13:42.936 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-13T05:13:44.514Z[ recovery-image] Feb 13 05:13:42.957 INFO O| Feb 13 05:13:42.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46762025-02-13T05:13:44.514Z[ recovery-image] Feb 13 05:13:42.957 INFO O| Feb 13 05:13:42.957 INFO STEP 87 (remove_files) COMPLETE
46772025-02-13T05:13:44.514Z[ recovery-image] Feb 13 05:13:42.957 INFO O| Feb 13 05:13:42.957 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-13T05:13:44.536Z[ recovery-image] Feb 13 05:13:42.978 INFO O| Feb 13 05:13:42.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46792025-02-13T05:13:44.536Z[ recovery-image] Feb 13 05:13:42.978 INFO O| Feb 13 05:13:42.978 INFO STEP 88 (remove_files) COMPLETE
46802025-02-13T05:13:44.538Z[ recovery-image] Feb 13 05:13:42.978 INFO O| Feb 13 05:13:42.978 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-13T05:13:44.617Z[ recovery-image] Feb 13 05:13:43.058 INFO O| Feb 13 05:13:43.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46822025-02-13T05:13:44.617Z[ recovery-image] Feb 13 05:13:43.058 INFO O| Feb 13 05:13:43.058 INFO STEP 89 (remove_files) COMPLETE
46832025-02-13T05:13:44.621Z[ recovery-image] Feb 13 05:13:43.058 INFO O| Feb 13 05:13:43.058 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-13T05:13:44.685Z[ recovery-image] Feb 13 05:13:43.128 INFO O| Feb 13 05:13:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46852025-02-13T05:13:44.688Z[ recovery-image] Feb 13 05:13:43.128 INFO O| Feb 13 05:13:43.128 INFO STEP 90 (remove_files) COMPLETE
46862025-02-13T05:13:44.688Z[ recovery-image] Feb 13 05:13:43.128 INFO O| Feb 13 05:13:43.128 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-13T05:13:44.808Z[ recovery-image] Feb 13 05:13:43.250 INFO O| Feb 13 05:13:43.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46882025-02-13T05:13:44.811Z[ recovery-image] Feb 13 05:13:43.250 INFO O| Feb 13 05:13:43.250 INFO STEP 91 (remove_files) COMPLETE
46892025-02-13T05:13:44.811Z[ recovery-image] Feb 13 05:13:43.251 INFO O| Feb 13 05:13:43.250 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-13T05:13:44.879Z[ recovery-image] Feb 13 05:13:43.321 INFO O| Feb 13 05:13:43.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46912025-02-13T05:13:44.880Z[ recovery-image] Feb 13 05:13:43.321 INFO O| Feb 13 05:13:43.321 INFO STEP 92 (remove_files) COMPLETE
46922025-02-13T05:13:44.880Z[ recovery-image] Feb 13 05:13:43.321 INFO O| Feb 13 05:13:43.321 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-13T05:13:44.959Z[ recovery-image] Feb 13 05:13:43.400 INFO O| Feb 13 05:13:43.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46942025-02-13T05:13:44.959Z[ recovery-image] Feb 13 05:13:43.401 INFO O| Feb 13 05:13:43.400 INFO STEP 93 (remove_files) COMPLETE
46952025-02-13T05:13:44.959Z[ recovery-image] Feb 13 05:13:43.401 INFO O| Feb 13 05:13:43.400 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-13T05:13:44.982Z[ recovery-image] Feb 13 05:13:43.424 INFO O| Feb 13 05:13:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46972025-02-13T05:13:44.982Z[ recovery-image] Feb 13 05:13:43.424 INFO O| Feb 13 05:13:43.424 INFO STEP 94 (remove_files) COMPLETE
46982025-02-13T05:13:44.982Z[ recovery-image] Feb 13 05:13:43.424 INFO O| Feb 13 05:13:43.424 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-13T05:13:45.009Z[ recovery-image] Feb 13 05:13:43.451 INFO O| Feb 13 05:13:43.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47002025-02-13T05:13:45.009Z[ recovery-image] Feb 13 05:13:43.451 INFO O| Feb 13 05:13:43.451 INFO STEP 95 (remove_files) COMPLETE
47012025-02-13T05:13:45.009Z[ recovery-image] Feb 13 05:13:43.451 INFO O| Feb 13 05:13:43.451 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-13T05:13:45.046Z[ recovery-image] Feb 13 05:13:43.488 INFO O| Feb 13 05:13:43.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47032025-02-13T05:13:45.049Z[ recovery-image] Feb 13 05:13:43.489 INFO O| Feb 13 05:13:43.488 INFO STEP 96 (remove_files) COMPLETE
47042025-02-13T05:13:45.049Z[ recovery-image] Feb 13 05:13:43.489 INFO O| Feb 13 05:13:43.489 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-13T05:13:45.087Z[ recovery-image] Feb 13 05:13:43.527 INFO O| Feb 13 05:13:43.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47062025-02-13T05:13:45.091Z[ recovery-image] Feb 13 05:13:43.527 INFO O| Feb 13 05:13:43.527 INFO STEP 97 (remove_files) COMPLETE
47072025-02-13T05:13:45.091Z[ recovery-image] Feb 13 05:13:43.528 INFO O| Feb 13 05:13:43.527 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-13T05:13:45.110Z[ recovery-image] Feb 13 05:13:43.553 INFO O| Feb 13 05:13:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47092025-02-13T05:13:45.113Z[ recovery-image] Feb 13 05:13:43.553 INFO O| Feb 13 05:13:43.553 INFO STEP 98 (remove_files) COMPLETE
47102025-02-13T05:13:45.113Z[ recovery-image] Feb 13 05:13:43.553 INFO O| Feb 13 05:13:43.553 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-13T05:13:45.158Z[ recovery-image] Feb 13 05:13:43.600 INFO O| Feb 13 05:13:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47122025-02-13T05:13:45.158Z[ recovery-image] Feb 13 05:13:43.601 INFO O| Feb 13 05:13:43.601 INFO STEP 99 (remove_files) COMPLETE
47132025-02-13T05:13:45.160Z[ recovery-image] Feb 13 05:13:43.601 INFO O| Feb 13 05:13:43.601 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-13T05:13:45.180Z[ recovery-image] Feb 13 05:13:43.623 INFO O| Feb 13 05:13:43.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47152025-02-13T05:13:45.183Z[ recovery-image] Feb 13 05:13:43.623 INFO O| Feb 13 05:13:43.623 INFO STEP 100 (remove_files) COMPLETE
47162025-02-13T05:13:45.183Z[ recovery-image] Feb 13 05:13:43.623 INFO O| Feb 13 05:13:43.623 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-13T05:13:45.202Z[ recovery-image] Feb 13 05:13:43.645 INFO O| Feb 13 05:13:43.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47182025-02-13T05:13:45.202Z[ recovery-image] Feb 13 05:13:43.645 INFO O| Feb 13 05:13:43.645 INFO STEP 101 (remove_files) COMPLETE
47192025-02-13T05:13:45.202Z[ recovery-image] Feb 13 05:13:43.645 INFO O| Feb 13 05:13:43.645 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-13T05:13:45.226Z[ recovery-image] Feb 13 05:13:43.669 INFO O| Feb 13 05:13:43.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47212025-02-13T05:13:45.226Z[ recovery-image] Feb 13 05:13:43.669 INFO O| Feb 13 05:13:43.669 INFO STEP 102 (remove_files) COMPLETE
47222025-02-13T05:13:45.231Z[ recovery-image] Feb 13 05:13:43.669 INFO O| Feb 13 05:13:43.669 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-13T05:13:45.283Z[ recovery-image] Feb 13 05:13:43.726 INFO O| Feb 13 05:13:43.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47242025-02-13T05:13:45.283Z[ recovery-image] Feb 13 05:13:43.726 INFO O| Feb 13 05:13:43.726 INFO STEP 103 (remove_files) COMPLETE
47252025-02-13T05:13:45.283Z[ recovery-image] Feb 13 05:13:43.726 INFO O| Feb 13 05:13:43.726 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-13T05:13:45.327Z[ recovery-image] Feb 13 05:13:43.770 INFO O| Feb 13 05:13:43.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47272025-02-13T05:13:45.327Z[ recovery-image] Feb 13 05:13:43.770 INFO O| Feb 13 05:13:43.770 INFO STEP 104 (remove_files) COMPLETE
47282025-02-13T05:13:45.330Z[ recovery-image] Feb 13 05:13:43.770 INFO O| Feb 13 05:13:43.770 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-13T05:13:45.348Z[ recovery-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47302025-02-13T05:13:45.348Z[ recovery-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO STEP 105 (remove_files) COMPLETE
47312025-02-13T05:13:45.348Z[ recovery-image] Feb 13 05:13:43.790 INFO O| Feb 13 05:13:43.790 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-02-13T05:13:45.368Z[ recovery-image] Feb 13 05:13:43.810 INFO O| Feb 13 05:13:43.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47332025-02-13T05:13:45.368Z[ recovery-image] Feb 13 05:13:43.810 INFO O| Feb 13 05:13:43.810 INFO STEP 106 (remove_files) COMPLETE
47342025-02-13T05:13:45.368Z[ recovery-image] Feb 13 05:13:43.810 INFO O| Feb 13 05:13:43.810 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-02-13T05:13:45.393Z[ recovery-image] Feb 13 05:13:43.835 INFO O| Feb 13 05:13:43.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47362025-02-13T05:13:45.393Z[ recovery-image] Feb 13 05:13:43.835 INFO O| Feb 13 05:13:43.835 INFO STEP 107 (remove_files) COMPLETE
47372025-02-13T05:13:45.397Z[ recovery-image] Feb 13 05:13:43.835 INFO O| Feb 13 05:13:43.835 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-13T05:13:45.444Z[ recovery-image] Feb 13 05:13:43.885 INFO O| Feb 13 05:13:43.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47392025-02-13T05:13:45.444Z[ recovery-image] Feb 13 05:13:43.886 INFO O| Feb 13 05:13:43.885 INFO STEP 108 (remove_files) COMPLETE
47402025-02-13T05:13:45.447Z[ recovery-image] Feb 13 05:13:43.886 INFO O| Feb 13 05:13:43.886 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-13T05:13:45.467Z[ recovery-image] Feb 13 05:13:43.907 INFO O| Feb 13 05:13:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47422025-02-13T05:13:45.467Z[ recovery-image] Feb 13 05:13:43.907 INFO O| Feb 13 05:13:43.907 INFO STEP 109 (remove_files) COMPLETE
47432025-02-13T05:13:45.471Z[ recovery-image] Feb 13 05:13:43.907 INFO O| Feb 13 05:13:43.907 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-13T05:13:45.487Z[ recovery-image] Feb 13 05:13:43.929 INFO O| Feb 13 05:13:43.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47452025-02-13T05:13:45.489Z[ recovery-image] Feb 13 05:13:43.929 INFO O| Feb 13 05:13:43.929 INFO STEP 110 (remove_files) COMPLETE
47462025-02-13T05:13:45.489Z[ recovery-image] Feb 13 05:13:43.930 INFO O| Feb 13 05:13:43.929 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-13T05:13:45.509Z[ recovery-image] Feb 13 05:13:43.951 INFO O| Feb 13 05:13:43.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47482025-02-13T05:13:45.512Z[ recovery-image] Feb 13 05:13:43.951 INFO O| Feb 13 05:13:43.951 INFO STEP 111 (remove_files) COMPLETE
47492025-02-13T05:13:45.512Z[ recovery-image] Feb 13 05:13:43.952 INFO O| Feb 13 05:13:43.951 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-13T05:13:45.554Z[ recovery-image] Feb 13 05:13:43.996 INFO O| Feb 13 05:13:43.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47512025-02-13T05:13:45.558Z[ recovery-image] Feb 13 05:13:43.996 INFO O| Feb 13 05:13:43.996 INFO STEP 112 (remove_files) COMPLETE
47522025-02-13T05:13:45.558Z[ recovery-image] Feb 13 05:13:43.997 INFO O| Feb 13 05:13:43.996 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-02-13T05:13:45.592Z[ recovery-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47542025-02-13T05:13:45.592Z[ recovery-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO STEP 113 (remove_files) COMPLETE
47552025-02-13T05:13:45.592Z[ recovery-image] Feb 13 05:13:44.034 INFO O| Feb 13 05:13:44.034 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-02-13T05:13:45.636Z[ recovery-image] Feb 13 05:13:44.077 INFO O| Feb 13 05:13:44.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47572025-02-13T05:13:45.636Z[ recovery-image] Feb 13 05:13:44.078 INFO O| Feb 13 05:13:44.077 INFO STEP 114 (remove_files) COMPLETE
47582025-02-13T05:13:45.639Z[ recovery-image] Feb 13 05:13:44.078 INFO O| Feb 13 05:13:44.078 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-02-13T05:13:45.658Z[ recovery-image] Feb 13 05:13:44.099 INFO O| Feb 13 05:13:44.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47602025-02-13T05:13:45.658Z[ recovery-image] Feb 13 05:13:44.099 INFO O| Feb 13 05:13:44.099 INFO STEP 115 (remove_files) COMPLETE
47612025-02-13T05:13:45.660Z[ recovery-image] Feb 13 05:13:44.099 INFO O| Feb 13 05:13:44.099 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-02-13T05:13:45.733Z[ recovery-image] Feb 13 05:13:44.176 INFO O| Feb 13 05:13:44.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47632025-02-13T05:13:45.737Z[ recovery-image] Feb 13 05:13:44.176 INFO O| Feb 13 05:13:44.176 INFO STEP 116 (remove_files) COMPLETE
47642025-02-13T05:13:45.737Z[ recovery-image] Feb 13 05:13:44.176 INFO O| Feb 13 05:13:44.176 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-02-13T05:13:45.782Z[ recovery-image] Feb 13 05:13:44.224 INFO O| Feb 13 05:13:44.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47662025-02-13T05:13:45.782Z[ recovery-image] Feb 13 05:13:44.224 INFO O| Feb 13 05:13:44.224 INFO STEP 117 (remove_files) COMPLETE
47672025-02-13T05:13:45.785Z[ recovery-image] Feb 13 05:13:44.224 INFO O| Feb 13 05:13:44.224 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-02-13T05:13:45.812Z[ recovery-image] Feb 13 05:13:44.255 INFO O| Feb 13 05:13:44.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47692025-02-13T05:13:45.812Z[ recovery-image] Feb 13 05:13:44.255 INFO O| Feb 13 05:13:44.255 INFO STEP 118 (remove_files) COMPLETE
47702025-02-13T05:13:45.815Z[ recovery-image] Feb 13 05:13:44.255 INFO O| Feb 13 05:13:44.255 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-02-13T05:13:45.847Z[ recovery-image] Feb 13 05:13:44.287 INFO O| Feb 13 05:13:44.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47722025-02-13T05:13:45.847Z[ recovery-image] Feb 13 05:13:44.287 INFO O| Feb 13 05:13:44.287 INFO STEP 119 (remove_files) COMPLETE
47732025-02-13T05:13:45.852Z[ recovery-image] Feb 13 05:13:44.287 INFO O| Feb 13 05:13:44.287 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-02-13T05:13:45.882Z[ recovery-image] Feb 13 05:13:44.322 INFO O| Feb 13 05:13:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47752025-02-13T05:13:45.882Z[ recovery-image] Feb 13 05:13:44.323 INFO O| Feb 13 05:13:44.322 INFO STEP 120 (remove_files) COMPLETE
47762025-02-13T05:13:45.882Z[ recovery-image] Feb 13 05:13:44.323 INFO O| Feb 13 05:13:44.322 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-02-13T05:13:45.920Z[ recovery-image] Feb 13 05:13:44.363 INFO O| Feb 13 05:13:44.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47782025-02-13T05:13:45.920Z[ recovery-image] Feb 13 05:13:44.363 INFO O| Feb 13 05:13:44.363 INFO STEP 121 (remove_files) COMPLETE
47792025-02-13T05:13:45.920Z[ recovery-image] Feb 13 05:13:44.363 INFO O| Feb 13 05:13:44.363 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-02-13T05:13:45.956Z[ recovery-image] Feb 13 05:13:44.398 INFO O| Feb 13 05:13:44.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47812025-02-13T05:13:45.956Z[ recovery-image] Feb 13 05:13:44.398 INFO O| Feb 13 05:13:44.398 INFO STEP 122 (remove_files) COMPLETE
47822025-02-13T05:13:45.959Z[ recovery-image] Feb 13 05:13:44.398 INFO O| Feb 13 05:13:44.398 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-02-13T05:13:46.040Z[ recovery-image] Feb 13 05:13:44.482 INFO O| Feb 13 05:13:44.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47842025-02-13T05:13:46.040Z[ recovery-image] Feb 13 05:13:44.482 INFO O| Feb 13 05:13:44.482 INFO STEP 123 (remove_files) COMPLETE
47852025-02-13T05:13:46.040Z[ recovery-image] Feb 13 05:13:44.482 INFO O| Feb 13 05:13:44.482 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-02-13T05:13:46.148Z[ recovery-image] Feb 13 05:13:44.590 INFO O| Feb 13 05:13:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47872025-02-13T05:13:46.149Z[ recovery-image] Feb 13 05:13:44.590 INFO O| Feb 13 05:13:44.590 INFO STEP 124 (remove_files) COMPLETE
47882025-02-13T05:13:46.151Z[ recovery-image] Feb 13 05:13:44.590 INFO O| Feb 13 05:13:44.590 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-02-13T05:13:46.200Z[ recovery-image] Feb 13 05:13:44.642 INFO O| Feb 13 05:13:44.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47902025-02-13T05:13:46.200Z[ recovery-image] Feb 13 05:13:44.643 INFO O| Feb 13 05:13:44.643 INFO STEP 125 (remove_files) COMPLETE
47912025-02-13T05:13:46.200Z[ recovery-image] Feb 13 05:13:44.643 INFO O| Feb 13 05:13:44.643 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-02-13T05:13:46.223Z[ recovery-image] Feb 13 05:13:44.666 INFO O| Feb 13 05:13:44.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47932025-02-13T05:13:46.224Z[ recovery-image] Feb 13 05:13:44.666 INFO O| Feb 13 05:13:44.666 INFO STEP 126 (remove_files) COMPLETE
47942025-02-13T05:13:46.228Z[ recovery-image] Feb 13 05:13:44.666 INFO O| Feb 13 05:13:44.666 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-02-13T05:13:46.266Z[ recovery-image] Feb 13 05:13:44.708 INFO O| Feb 13 05:13:44.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47962025-02-13T05:13:46.266Z[ recovery-image] Feb 13 05:13:44.708 INFO O| Feb 13 05:13:44.708 INFO STEP 127 (remove_files) COMPLETE
47972025-02-13T05:13:46.266Z[ recovery-image] Feb 13 05:13:44.708 INFO O| Feb 13 05:13:44.708 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-02-13T05:13:46.303Z[ recovery-image] Feb 13 05:13:44.746 INFO O| Feb 13 05:13:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47992025-02-13T05:13:46.304Z[ recovery-image] Feb 13 05:13:44.746 INFO O| Feb 13 05:13:44.746 INFO STEP 128 (remove_files) COMPLETE
48002025-02-13T05:13:46.306Z[ recovery-image] Feb 13 05:13:44.746 INFO O| Feb 13 05:13:44.746 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-13T05:13:46.333Z[ recovery-image] Feb 13 05:13:44.774 INFO O| Feb 13 05:13:44.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48022025-02-13T05:13:46.333Z[ recovery-image] Feb 13 05:13:44.774 INFO O| Feb 13 05:13:44.774 INFO STEP 129 (remove_files) COMPLETE
48032025-02-13T05:13:46.338Z[ recovery-image] Feb 13 05:13:44.774 INFO O| Feb 13 05:13:44.774 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-13T05:13:46.354Z[ recovery-image] Feb 13 05:13:44.796 INFO O| Feb 13 05:13:44.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48052025-02-13T05:13:46.354Z[ recovery-image] Feb 13 05:13:44.796 INFO O| Feb 13 05:13:44.796 INFO STEP 130 (remove_files) COMPLETE
48062025-02-13T05:13:46.354Z[ recovery-image] Feb 13 05:13:44.796 INFO O| Feb 13 05:13:44.796 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-13T05:13:47.383Z[ recovery-image] Feb 13 05:13:45.825 INFO O| Feb 13 05:13:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48082025-02-13T05:13:47.383Z[ recovery-image] Feb 13 05:13:45.826 INFO O| Feb 13 05:13:45.825 INFO STEP 131 (remove_files) COMPLETE
48092025-02-13T05:13:47.386Z[ recovery-image] Feb 13 05:13:45.826 INFO O| Feb 13 05:13:45.826 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-13T05:13:47.474Z[ host-image] Feb 13 05:13:45.916 INFO O| Feb 13 05:13:45.916 INFO O| Actions: 15107/49494 actions (Installing new actions)
48112025-02-13T05:13:47.478Z[ recovery-image] Feb 13 05:13:45.920 INFO O| Feb 13 05:13:45.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48122025-02-13T05:13:47.478Z[ recovery-image] Feb 13 05:13:45.920 INFO O| Feb 13 05:13:45.920 INFO STEP 132 (remove_files) COMPLETE
48132025-02-13T05:13:47.482Z[ recovery-image] Feb 13 05:13:45.920 INFO O| Feb 13 05:13:45.920 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-02-13T05:13:47.495Z[ recovery-image] Feb 13 05:13:45.937 INFO O| Feb 13 05:13:45.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48152025-02-13T05:13:47.495Z[ recovery-image] Feb 13 05:13:45.937 INFO O| Feb 13 05:13:45.937 INFO STEP 133 (remove_files) COMPLETE
48162025-02-13T05:13:47.498Z[ recovery-image] Feb 13 05:13:45.937 INFO O| Feb 13 05:13:45.937 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-02-13T05:13:47.560Z[ recovery-image] Feb 13 05:13:46.002 INFO O| Feb 13 05:13:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48182025-02-13T05:13:47.563Z[ recovery-image] Feb 13 05:13:46.002 INFO O| Feb 13 05:13:45.989 INFO STEP 134 (remove_files) COMPLETE
48192025-02-13T05:13:47.563Z[ recovery-image] Feb 13 05:13:46.002 INFO O| Feb 13 05:13:45.989 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-02-13T05:13:47.567Z[ recovery-image] Feb 13 05:13:46.010 INFO O| Feb 13 05:13:46.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48212025-02-13T05:13:47.567Z[ recovery-image] Feb 13 05:13:46.010 INFO O| Feb 13 05:13:46.010 INFO STEP 135 (remove_files) COMPLETE
48222025-02-13T05:13:47.571Z[ recovery-image] Feb 13 05:13:46.010 INFO O| Feb 13 05:13:46.010 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-02-13T05:13:47.588Z[ recovery-image] Feb 13 05:13:46.030 INFO O| Feb 13 05:13:46.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48242025-02-13T05:13:47.588Z[ recovery-image] Feb 13 05:13:46.030 INFO O| Feb 13 05:13:46.030 INFO STEP 136 (remove_files) COMPLETE
48252025-02-13T05:13:47.593Z[ recovery-image] Feb 13 05:13:46.030 INFO O| Feb 13 05:13:46.030 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-02-13T05:13:47.663Z[ recovery-image] Feb 13 05:13:46.105 INFO O| Feb 13 05:13:46.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48272025-02-13T05:13:47.663Z[ recovery-image] Feb 13 05:13:46.105 INFO O| Feb 13 05:13:46.105 INFO STEP 137 (remove_files) COMPLETE
48282025-02-13T05:13:47.666Z[ recovery-image] Feb 13 05:13:46.105 INFO O| Feb 13 05:13:46.105 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-13T05:13:47.702Z[ recovery-image] Feb 13 05:13:46.145 INFO O| Feb 13 05:13:46.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48302025-02-13T05:13:47.702Z[ recovery-image] Feb 13 05:13:46.145 INFO O| Feb 13 05:13:46.145 INFO STEP 138 (remove_files) COMPLETE
48312025-02-13T05:13:47.702Z[ recovery-image] Feb 13 05:13:46.145 INFO O| Feb 13 05:13:46.145 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-02-13T05:13:47.742Z[ recovery-image] Feb 13 05:13:46.184 INFO O| Feb 13 05:13:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48332025-02-13T05:13:47.745Z[ recovery-image] Feb 13 05:13:46.184 INFO O| Feb 13 05:13:46.184 INFO STEP 139 (remove_files) COMPLETE
48342025-02-13T05:13:47.745Z[ recovery-image] Feb 13 05:13:46.185 INFO O| Feb 13 05:13:46.184 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-02-13T05:13:47.763Z[ recovery-image] Feb 13 05:13:46.205 INFO O| Feb 13 05:13:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48362025-02-13T05:13:47.765Z[ recovery-image] Feb 13 05:13:46.205 INFO O| Feb 13 05:13:46.205 INFO STEP 140 (remove_files) COMPLETE
48372025-02-13T05:13:47.765Z[ recovery-image] Feb 13 05:13:46.206 INFO O| Feb 13 05:13:46.205 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-02-13T05:13:47.786Z[ recovery-image] Feb 13 05:13:46.227 INFO O| Feb 13 05:13:46.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48392025-02-13T05:13:47.789Z[ recovery-image] Feb 13 05:13:46.228 INFO O| Feb 13 05:13:46.228 INFO STEP 141 (remove_files) COMPLETE
48402025-02-13T05:13:47.789Z[ recovery-image] Feb 13 05:13:46.228 INFO O| Feb 13 05:13:46.228 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-13T05:13:47.861Z[ recovery-image] Feb 13 05:13:46.303 INFO O| Feb 13 05:13:46.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48422025-02-13T05:13:47.863Z[ recovery-image] Feb 13 05:13:46.303 INFO O| Feb 13 05:13:46.303 INFO STEP 142 (remove_files) COMPLETE
48432025-02-13T05:13:47.863Z[ recovery-image] Feb 13 05:13:46.303 INFO O| Feb 13 05:13:46.303 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-13T05:13:47.908Z[ recovery-image] Feb 13 05:13:46.350 INFO O| Feb 13 05:13:46.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48452025-02-13T05:13:47.908Z[ recovery-image] Feb 13 05:13:46.350 INFO O| Feb 13 05:13:46.350 INFO STEP 143 (remove_files) COMPLETE
48462025-02-13T05:13:47.908Z[ recovery-image] Feb 13 05:13:46.350 INFO O| Feb 13 05:13:46.350 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-13T05:13:47.970Z[ recovery-image] Feb 13 05:13:46.412 INFO O| Feb 13 05:13:46.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48482025-02-13T05:13:47.973Z[ recovery-image] Feb 13 05:13:46.412 INFO O| Feb 13 05:13:46.412 INFO STEP 144 (remove_files) COMPLETE
48492025-02-13T05:13:47.973Z[ recovery-image] Feb 13 05:13:46.412 INFO O| Feb 13 05:13:46.412 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-13T05:13:48.024Z[ recovery-image] Feb 13 05:13:46.466 INFO O| Feb 13 05:13:46.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48512025-02-13T05:13:48.024Z[ recovery-image] Feb 13 05:13:46.466 INFO O| Feb 13 05:13:46.466 INFO STEP 145 (remove_files) COMPLETE
48522025-02-13T05:13:48.024Z[ recovery-image] Feb 13 05:13:46.466 INFO O| Feb 13 05:13:46.466 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-13T05:13:48.065Z[ recovery-image] Feb 13 05:13:46.507 INFO O| Feb 13 05:13:46.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48542025-02-13T05:13:48.065Z[ recovery-image] Feb 13 05:13:46.508 INFO O| Feb 13 05:13:46.508 INFO STEP 146 (remove_files) COMPLETE
48552025-02-13T05:13:48.065Z[ recovery-image] Feb 13 05:13:46.508 INFO O| Feb 13 05:13:46.508 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-13T05:13:48.088Z[ recovery-image] Feb 13 05:13:46.530 INFO O| Feb 13 05:13:46.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48572025-02-13T05:13:48.088Z[ recovery-image] Feb 13 05:13:46.531 INFO O| Feb 13 05:13:46.530 INFO STEP 147 (remove_files) COMPLETE
48582025-02-13T05:13:48.091Z[ recovery-image] Feb 13 05:13:46.531 INFO O| Feb 13 05:13:46.531 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-13T05:13:48.112Z[ recovery-image] Feb 13 05:13:46.554 INFO O| Feb 13 05:13:46.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48602025-02-13T05:13:48.112Z[ recovery-image] Feb 13 05:13:46.554 INFO O| Feb 13 05:13:46.554 INFO STEP 148 (remove_files) COMPLETE
48612025-02-13T05:13:48.115Z[ recovery-image] Feb 13 05:13:46.555 INFO O| Feb 13 05:13:46.554 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-13T05:13:48.136Z[ recovery-image] Feb 13 05:13:46.577 INFO O| Feb 13 05:13:46.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48632025-02-13T05:13:48.136Z[ recovery-image] Feb 13 05:13:46.577 INFO O| Feb 13 05:13:46.577 INFO STEP 149 (remove_files) COMPLETE
48642025-02-13T05:13:48.136Z[ recovery-image] Feb 13 05:13:46.577 INFO O| Feb 13 05:13:46.577 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-13T05:13:48.155Z[ recovery-image] Feb 13 05:13:46.598 INFO O| Feb 13 05:13:46.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48662025-02-13T05:13:48.155Z[ recovery-image] Feb 13 05:13:46.598 INFO O| Feb 13 05:13:46.598 INFO STEP 150 (remove_files) COMPLETE
48672025-02-13T05:13:48.155Z[ recovery-image] Feb 13 05:13:46.598 INFO O| Feb 13 05:13:46.598 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-13T05:13:48.176Z[ recovery-image] Feb 13 05:13:46.619 INFO O| Feb 13 05:13:46.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48692025-02-13T05:13:48.177Z[ recovery-image] Feb 13 05:13:46.619 INFO O| Feb 13 05:13:46.619 INFO STEP 151 (remove_files) COMPLETE
48702025-02-13T05:13:48.177Z[ recovery-image] Feb 13 05:13:46.619 INFO O| Feb 13 05:13:46.619 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-02-13T05:13:48.195Z[ recovery-image] Feb 13 05:13:46.637 INFO O| Feb 13 05:13:46.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48722025-02-13T05:13:48.195Z[ recovery-image] Feb 13 05:13:46.637 INFO O| Feb 13 05:13:46.637 INFO STEP 152 (remove_files) COMPLETE
48732025-02-13T05:13:48.195Z[ recovery-image] Feb 13 05:13:46.637 INFO O| Feb 13 05:13:46.637 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-02-13T05:13:48.215Z[ recovery-image] Feb 13 05:13:46.657 INFO O| Feb 13 05:13:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48752025-02-13T05:13:48.215Z[ recovery-image] Feb 13 05:13:46.657 INFO O| Feb 13 05:13:46.657 INFO STEP 153 (remove_files) COMPLETE
48762025-02-13T05:13:48.215Z[ recovery-image] Feb 13 05:13:46.657 INFO O| Feb 13 05:13:46.657 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-02-13T05:13:48.235Z[ recovery-image] Feb 13 05:13:46.677 INFO O| Feb 13 05:13:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48782025-02-13T05:13:48.237Z[ recovery-image] Feb 13 05:13:46.677 INFO O| Feb 13 05:13:46.677 INFO STEP 154 (remove_files) COMPLETE
48792025-02-13T05:13:48.237Z[ recovery-image] Feb 13 05:13:46.677 INFO O| Feb 13 05:13:46.677 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-13T05:13:48.363Z[ recovery-image] Feb 13 05:13:46.805 INFO O| Feb 13 05:13:46.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48812025-02-13T05:13:48.363Z[ recovery-image] Feb 13 05:13:46.805 INFO O| Feb 13 05:13:46.805 INFO STEP 155 (remove_files) COMPLETE
48822025-02-13T05:13:48.366Z[ recovery-image] Feb 13 05:13:46.805 INFO O| Feb 13 05:13:46.805 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-13T05:13:48.432Z[ recovery-image] Feb 13 05:13:46.874 INFO O| Feb 13 05:13:46.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48842025-02-13T05:13:48.432Z[ recovery-image] Feb 13 05:13:46.874 INFO O| Feb 13 05:13:46.874 INFO STEP 156 (remove_files) COMPLETE
48852025-02-13T05:13:48.432Z[ recovery-image] Feb 13 05:13:46.875 INFO O| Feb 13 05:13:46.874 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-13T05:13:48.454Z[ recovery-image] Feb 13 05:13:46.895 INFO O| Feb 13 05:13:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48872025-02-13T05:13:48.454Z[ recovery-image] Feb 13 05:13:46.895 INFO O| Feb 13 05:13:46.895 INFO STEP 157 (remove_files) COMPLETE
48882025-02-13T05:13:48.457Z[ recovery-image] Feb 13 05:13:46.895 INFO O| Feb 13 05:13:46.895 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-13T05:13:48.479Z[ recovery-image] Feb 13 05:13:46.921 INFO O| Feb 13 05:13:46.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48902025-02-13T05:13:48.479Z[ recovery-image] Feb 13 05:13:46.921 INFO O| Feb 13 05:13:46.921 INFO STEP 158 (remove_files) COMPLETE
48912025-02-13T05:13:48.482Z[ recovery-image] Feb 13 05:13:46.921 INFO O| Feb 13 05:13:46.921 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-13T05:13:48.500Z[ recovery-image] Feb 13 05:13:46.942 INFO O| Feb 13 05:13:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48932025-02-13T05:13:48.500Z[ recovery-image] Feb 13 05:13:46.942 INFO O| Feb 13 05:13:46.942 INFO STEP 159 (remove_files) COMPLETE
48942025-02-13T05:13:48.502Z[ recovery-image] Feb 13 05:13:46.942 INFO O| Feb 13 05:13:46.942 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-02-13T05:13:48.576Z[ recovery-image] Feb 13 05:13:47.018 INFO O| Feb 13 05:13:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48962025-02-13T05:13:48.579Z[ recovery-image] Feb 13 05:13:47.018 INFO O| Feb 13 05:13:47.018 INFO STEP 160 (remove_files) COMPLETE
48972025-02-13T05:13:48.579Z[ recovery-image] Feb 13 05:13:47.018 INFO O| Feb 13 05:13:47.018 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-02-13T05:13:48.598Z[ recovery-image] Feb 13 05:13:47.039 INFO O| Feb 13 05:13:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48992025-02-13T05:13:48.602Z[ recovery-image] Feb 13 05:13:47.039 INFO O| Feb 13 05:13:47.039 INFO STEP 161 (remove_files) COMPLETE
49002025-02-13T05:13:48.602Z[ recovery-image] Feb 13 05:13:47.040 INFO O| Feb 13 05:13:47.039 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-13T05:13:48.617Z[ recovery-image] Feb 13 05:13:47.059 INFO O| Feb 13 05:13:47.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49022025-02-13T05:13:48.619Z[ recovery-image] Feb 13 05:13:47.059 INFO O| Feb 13 05:13:47.059 INFO STEP 162 (remove_files) COMPLETE
49032025-02-13T05:13:48.620Z[ recovery-image] Feb 13 05:13:47.059 INFO O| Feb 13 05:13:47.059 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-02-13T05:13:48.639Z[ recovery-image] Feb 13 05:13:47.081 INFO O| Feb 13 05:13:47.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49052025-02-13T05:13:48.639Z[ recovery-image] Feb 13 05:13:47.081 INFO O| Feb 13 05:13:47.081 INFO STEP 163 (remove_files) COMPLETE
49062025-02-13T05:13:48.639Z[ recovery-image] Feb 13 05:13:47.081 INFO O| Feb 13 05:13:47.081 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-02-13T05:13:48.684Z[ recovery-image] Feb 13 05:13:47.126 INFO O| Feb 13 05:13:47.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49082025-02-13T05:13:48.684Z[ recovery-image] Feb 13 05:13:47.126 INFO O| Feb 13 05:13:47.126 INFO STEP 164 (remove_files) COMPLETE
49092025-02-13T05:13:48.684Z[ recovery-image] Feb 13 05:13:47.126 INFO O| Feb 13 05:13:47.126 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-02-13T05:13:48.729Z[ recovery-image] Feb 13 05:13:47.171 INFO O| Feb 13 05:13:47.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49112025-02-13T05:13:48.729Z[ recovery-image] Feb 13 05:13:47.171 INFO O| Feb 13 05:13:47.171 INFO STEP 165 (remove_files) COMPLETE
49122025-02-13T05:13:48.732Z[ recovery-image] Feb 13 05:13:47.171 INFO O| Feb 13 05:13:47.171 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-02-13T05:13:48.796Z[ recovery-image] Feb 13 05:13:47.238 INFO O| Feb 13 05:13:47.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49142025-02-13T05:13:48.796Z[ recovery-image] Feb 13 05:13:47.238 INFO O| Feb 13 05:13:47.238 INFO STEP 166 (remove_files) COMPLETE
49152025-02-13T05:13:48.799Z[ recovery-image] Feb 13 05:13:47.238 INFO O| Feb 13 05:13:47.238 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-02-13T05:13:48.817Z[ recovery-image] Feb 13 05:13:47.258 INFO O| Feb 13 05:13:47.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49172025-02-13T05:13:48.817Z[ recovery-image] Feb 13 05:13:47.258 INFO O| Feb 13 05:13:47.258 INFO STEP 167 (remove_files) COMPLETE
49182025-02-13T05:13:48.817Z[ recovery-image] Feb 13 05:13:47.258 INFO O| Feb 13 05:13:47.258 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-02-13T05:13:48.862Z[ recovery-image] Feb 13 05:13:47.303 INFO O| Feb 13 05:13:47.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49202025-02-13T05:13:48.862Z[ recovery-image] Feb 13 05:13:47.303 INFO O| Feb 13 05:13:47.303 INFO STEP 168 (remove_files) COMPLETE
49212025-02-13T05:13:48.864Z[ recovery-image] Feb 13 05:13:47.303 INFO O| Feb 13 05:13:47.303 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-13T05:13:48.883Z[ recovery-image] Feb 13 05:13:47.325 INFO O| Feb 13 05:13:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49232025-02-13T05:13:48.883Z[ recovery-image] Feb 13 05:13:47.325 INFO O| Feb 13 05:13:47.325 INFO STEP 169 (remove_files) COMPLETE
49242025-02-13T05:13:48.883Z[ recovery-image] Feb 13 05:13:47.326 INFO O| Feb 13 05:13:47.325 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-13T05:13:48.918Z[ recovery-image] Feb 13 05:13:47.358 INFO O| Feb 13 05:13:47.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49262025-02-13T05:13:48.918Z[ recovery-image] Feb 13 05:13:47.358 INFO O| Feb 13 05:13:47.358 INFO STEP 170 (remove_files) COMPLETE
49272025-02-13T05:13:48.918Z[ recovery-image] Feb 13 05:13:47.359 INFO O| Feb 13 05:13:47.358 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-13T05:13:48.966Z[ recovery-image] Feb 13 05:13:47.407 INFO O| Feb 13 05:13:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49292025-02-13T05:13:48.966Z[ recovery-image] Feb 13 05:13:47.407 INFO O| Feb 13 05:13:47.407 INFO STEP 171 (remove_files) COMPLETE
49302025-02-13T05:13:48.968Z[ recovery-image] Feb 13 05:13:47.408 INFO O| Feb 13 05:13:47.407 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-13T05:13:49.054Z[ recovery-image] Feb 13 05:13:47.474 INFO O| Feb 13 05:13:47.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49322025-02-13T05:13:49.054Z[ recovery-image] Feb 13 05:13:47.474 INFO O| Feb 13 05:13:47.474 INFO STEP 172 (remove_files) COMPLETE
49332025-02-13T05:13:49.054Z[ recovery-image] Feb 13 05:13:47.474 INFO O| Feb 13 05:13:47.474 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-13T05:13:49.118Z[ recovery-image] Feb 13 05:13:47.559 INFO O| Feb 13 05:13:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49352025-02-13T05:13:49.118Z[ recovery-image] Feb 13 05:13:47.559 INFO O| Feb 13 05:13:47.559 INFO STEP 173 (remove_files) COMPLETE
49362025-02-13T05:13:49.118Z[ recovery-image] Feb 13 05:13:47.559 INFO O| Feb 13 05:13:47.559 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-02-13T05:13:49.136Z[ recovery-image] Feb 13 05:13:47.578 INFO O| Feb 13 05:13:47.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49382025-02-13T05:13:49.136Z[ recovery-image] Feb 13 05:13:47.578 INFO O| Feb 13 05:13:47.578 INFO STEP 174 (remove_files) COMPLETE
49392025-02-13T05:13:49.139Z[ recovery-image] Feb 13 05:13:47.578 INFO O| Feb 13 05:13:47.578 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-02-13T05:13:49.158Z[ recovery-image] Feb 13 05:13:47.600 INFO O| Feb 13 05:13:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49412025-02-13T05:13:49.158Z[ recovery-image] Feb 13 05:13:47.600 INFO O| Feb 13 05:13:47.600 INFO STEP 175 (remove_files) COMPLETE
49422025-02-13T05:13:49.158Z[ recovery-image] Feb 13 05:13:47.600 INFO O| Feb 13 05:13:47.600 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-13T05:13:49.210Z[ recovery-image] Feb 13 05:13:47.651 INFO O| Feb 13 05:13:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49442025-02-13T05:13:49.210Z[ recovery-image] Feb 13 05:13:47.651 INFO O| Feb 13 05:13:47.651 INFO STEP 176 (remove_files) COMPLETE
49452025-02-13T05:13:49.210Z[ recovery-image] Feb 13 05:13:47.651 INFO O| Feb 13 05:13:47.651 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-13T05:13:49.232Z[ recovery-image] Feb 13 05:13:47.674 INFO O| Feb 13 05:13:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49472025-02-13T05:13:49.232Z[ recovery-image] Feb 13 05:13:47.674 INFO O| Feb 13 05:13:47.674 INFO STEP 177 (remove_files) COMPLETE
49482025-02-13T05:13:49.234Z[ recovery-image] Feb 13 05:13:47.674 INFO O| Feb 13 05:13:47.674 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-13T05:13:49.257Z[ recovery-image] Feb 13 05:13:47.699 INFO O| Feb 13 05:13:47.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49502025-02-13T05:13:49.257Z[ recovery-image] Feb 13 05:13:47.699 INFO O| Feb 13 05:13:47.699 INFO STEP 178 (remove_files) COMPLETE
49512025-02-13T05:13:49.260Z[ recovery-image] Feb 13 05:13:47.699 INFO O| Feb 13 05:13:47.699 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-13T05:13:49.326Z[ recovery-image] Feb 13 05:13:47.768 INFO O| Feb 13 05:13:47.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49532025-02-13T05:13:49.326Z[ recovery-image] Feb 13 05:13:47.768 INFO O| Feb 13 05:13:47.768 INFO STEP 179 (remove_files) COMPLETE
49542025-02-13T05:13:49.326Z[ recovery-image] Feb 13 05:13:47.768 INFO O| Feb 13 05:13:47.768 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-13T05:13:49.391Z[ recovery-image] Feb 13 05:13:47.833 INFO O| Feb 13 05:13:47.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49562025-02-13T05:13:49.391Z[ recovery-image] Feb 13 05:13:47.833 INFO O| Feb 13 05:13:47.833 INFO STEP 180 (remove_files) COMPLETE
49572025-02-13T05:13:49.394Z[ recovery-image] Feb 13 05:13:47.833 INFO O| Feb 13 05:13:47.833 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-02-13T05:13:49.435Z[ recovery-image] Feb 13 05:13:47.877 INFO O| Feb 13 05:13:47.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49592025-02-13T05:13:49.436Z[ recovery-image] Feb 13 05:13:47.877 INFO O| Feb 13 05:13:47.877 INFO STEP 181 (remove_files) COMPLETE
49602025-02-13T05:13:49.436Z[ recovery-image] Feb 13 05:13:47.877 INFO O| Feb 13 05:13:47.877 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-02-13T05:13:49.496Z[ recovery-image] Feb 13 05:13:47.938 INFO O| Feb 13 05:13:47.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49622025-02-13T05:13:49.496Z[ recovery-image] Feb 13 05:13:47.938 INFO O| Feb 13 05:13:47.938 INFO STEP 182 (remove_files) COMPLETE
49632025-02-13T05:13:49.496Z[ recovery-image] Feb 13 05:13:47.938 INFO O| Feb 13 05:13:47.938 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-02-13T05:13:49.542Z[ recovery-image] Feb 13 05:13:47.983 INFO O| Feb 13 05:13:47.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49652025-02-13T05:13:49.542Z[ recovery-image] Feb 13 05:13:47.983 INFO O| Feb 13 05:13:47.983 INFO STEP 183 (remove_files) COMPLETE
49662025-02-13T05:13:49.545Z[ recovery-image] Feb 13 05:13:47.983 INFO O| Feb 13 05:13:47.983 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-02-13T05:13:49.566Z[ recovery-image] Feb 13 05:13:48.008 INFO O| Feb 13 05:13:48.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49682025-02-13T05:13:49.566Z[ recovery-image] Feb 13 05:13:48.008 INFO O| Feb 13 05:13:48.008 INFO STEP 184 (remove_files) COMPLETE
49692025-02-13T05:13:49.570Z[ recovery-image] Feb 13 05:13:48.008 INFO O| Feb 13 05:13:48.008 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-13T05:13:49.589Z[ recovery-image] Feb 13 05:13:48.031 INFO O| Feb 13 05:13:48.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49712025-02-13T05:13:49.589Z[ recovery-image] Feb 13 05:13:48.031 INFO O| Feb 13 05:13:48.031 INFO STEP 185 (remove_files) COMPLETE
49722025-02-13T05:13:49.589Z[ recovery-image] Feb 13 05:13:48.031 INFO O| Feb 13 05:13:48.031 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-02-13T05:13:49.661Z[ recovery-image] Feb 13 05:13:48.103 INFO O| Feb 13 05:13:48.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49742025-02-13T05:13:49.664Z[ recovery-image] Feb 13 05:13:48.103 INFO O| Feb 13 05:13:48.103 INFO STEP 186 (remove_files) COMPLETE
49752025-02-13T05:13:49.664Z[ recovery-image] Feb 13 05:13:48.103 INFO O| Feb 13 05:13:48.103 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-02-13T05:13:49.681Z[ recovery-image] Feb 13 05:13:48.122 INFO O| Feb 13 05:13:48.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49772025-02-13T05:13:49.683Z[ recovery-image] Feb 13 05:13:48.122 INFO O| Feb 13 05:13:48.122 INFO STEP 187 (remove_files) COMPLETE
49782025-02-13T05:13:49.683Z[ recovery-image] Feb 13 05:13:48.123 INFO O| Feb 13 05:13:48.122 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-02-13T05:13:49.700Z[ recovery-image] Feb 13 05:13:48.142 INFO O| Feb 13 05:13:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49802025-02-13T05:13:49.704Z[ recovery-image] Feb 13 05:13:48.142 INFO O| Feb 13 05:13:48.142 INFO STEP 188 (remove_files) COMPLETE
49812025-02-13T05:13:49.704Z[ recovery-image] Feb 13 05:13:48.142 INFO O| Feb 13 05:13:48.142 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-02-13T05:13:49.721Z[ recovery-image] Feb 13 05:13:48.163 INFO O| Feb 13 05:13:48.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49832025-02-13T05:13:49.725Z[ recovery-image] Feb 13 05:13:48.164 INFO O| Feb 13 05:13:48.163 INFO STEP 189 (remove_files) COMPLETE
49842025-02-13T05:13:49.725Z[ recovery-image] Feb 13 05:13:48.164 INFO O| Feb 13 05:13:48.164 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-02-13T05:13:49.744Z[ recovery-image] Feb 13 05:13:48.186 INFO O| Feb 13 05:13:48.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49862025-02-13T05:13:49.747Z[ recovery-image] Feb 13 05:13:48.186 INFO O| Feb 13 05:13:48.186 INFO STEP 190 (remove_files) COMPLETE
49872025-02-13T05:13:49.747Z[ recovery-image] Feb 13 05:13:48.186 INFO O| Feb 13 05:13:48.186 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-02-13T05:13:49.766Z[ recovery-image] Feb 13 05:13:48.207 INFO O| Feb 13 05:13:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49892025-02-13T05:13:49.770Z[ recovery-image] Feb 13 05:13:48.207 INFO O| Feb 13 05:13:48.207 INFO STEP 191 (remove_files) COMPLETE
49902025-02-13T05:13:49.771Z[ recovery-image] Feb 13 05:13:48.207 INFO O| Feb 13 05:13:48.207 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-02-13T05:13:49.787Z[ recovery-image] Feb 13 05:13:48.229 INFO O| Feb 13 05:13:48.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49922025-02-13T05:13:49.790Z[ recovery-image] Feb 13 05:13:48.229 INFO O| Feb 13 05:13:48.229 INFO STEP 192 (remove_files) COMPLETE
49932025-02-13T05:13:49.790Z[ recovery-image] Feb 13 05:13:48.229 INFO O| Feb 13 05:13:48.229 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-13T05:13:49.816Z[ recovery-image] Feb 13 05:13:48.258 INFO O| Feb 13 05:13:48.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49952025-02-13T05:13:49.816Z[ recovery-image] Feb 13 05:13:48.258 INFO O| Feb 13 05:13:48.258 INFO STEP 193 (remove_files) COMPLETE
49962025-02-13T05:13:49.819Z[ recovery-image] Feb 13 05:13:48.258 INFO O| Feb 13 05:13:48.258 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-02-13T05:13:49.888Z[ recovery-image] Feb 13 05:13:48.330 INFO O| Feb 13 05:13:48.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49982025-02-13T05:13:49.888Z[ recovery-image] Feb 13 05:13:48.330 INFO O| Feb 13 05:13:48.330 INFO STEP 194 (remove_files) COMPLETE
49992025-02-13T05:13:49.891Z[ recovery-image] Feb 13 05:13:48.330 INFO O| Feb 13 05:13:48.330 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-02-13T05:13:49.972Z[ recovery-image] Feb 13 05:13:48.414 INFO O| Feb 13 05:13:48.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50012025-02-13T05:13:49.972Z[ recovery-image] Feb 13 05:13:48.414 INFO O| Feb 13 05:13:48.414 INFO STEP 195 (remove_files) COMPLETE
50022025-02-13T05:13:49.972Z[ recovery-image] Feb 13 05:13:48.414 INFO O| Feb 13 05:13:48.414 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-02-13T05:13:50.040Z[ recovery-image] Feb 13 05:13:48.482 INFO O| Feb 13 05:13:48.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50042025-02-13T05:13:50.040Z[ recovery-image] Feb 13 05:13:48.482 INFO O| Feb 13 05:13:48.482 INFO STEP 196 (remove_files) COMPLETE
50052025-02-13T05:13:50.040Z[ recovery-image] Feb 13 05:13:48.482 INFO O| Feb 13 05:13:48.482 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-02-13T05:13:50.061Z[ recovery-image] Feb 13 05:13:48.503 INFO O| Feb 13 05:13:48.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50072025-02-13T05:13:50.061Z[ recovery-image] Feb 13 05:13:48.503 INFO O| Feb 13 05:13:48.503 INFO STEP 197 (remove_files) COMPLETE
50082025-02-13T05:13:50.061Z[ recovery-image] Feb 13 05:13:48.503 INFO O| Feb 13 05:13:48.503 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-13T05:13:50.137Z[ recovery-image] Feb 13 05:13:48.579 INFO O| Feb 13 05:13:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50102025-02-13T05:13:50.137Z[ recovery-image] Feb 13 05:13:48.579 INFO O| Feb 13 05:13:48.579 INFO STEP 198 (remove_files) COMPLETE
50112025-02-13T05:13:50.139Z[ recovery-image] Feb 13 05:13:48.579 INFO O| Feb 13 05:13:48.579 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-13T05:13:50.157Z[ recovery-image] Feb 13 05:13:48.599 INFO O| Feb 13 05:13:48.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50132025-02-13T05:13:50.157Z[ recovery-image] Feb 13 05:13:48.599 INFO O| Feb 13 05:13:48.599 INFO STEP 199 (remove_files) COMPLETE
50142025-02-13T05:13:50.157Z[ recovery-image] Feb 13 05:13:48.599 INFO O| Feb 13 05:13:48.599 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-13T05:13:50.211Z[ recovery-image] Feb 13 05:13:48.651 INFO O| Feb 13 05:13:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50162025-02-13T05:13:50.211Z[ recovery-image] Feb 13 05:13:48.652 INFO O| Feb 13 05:13:48.651 INFO STEP 200 (remove_files) COMPLETE
50172025-02-13T05:13:50.211Z[ recovery-image] Feb 13 05:13:48.652 INFO O| Feb 13 05:13:48.651 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-13T05:13:50.233Z[ recovery-image] Feb 13 05:13:48.675 INFO O| Feb 13 05:13:48.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50192025-02-13T05:13:50.233Z[ recovery-image] Feb 13 05:13:48.675 INFO O| Feb 13 05:13:48.675 INFO STEP 201 (remove_files) COMPLETE
50202025-02-13T05:13:50.233Z[ recovery-image] Feb 13 05:13:48.675 INFO O| Feb 13 05:13:48.675 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-13T05:13:50.258Z[ recovery-image] Feb 13 05:13:48.700 INFO O| Feb 13 05:13:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50222025-02-13T05:13:50.258Z[ recovery-image] Feb 13 05:13:48.700 INFO O| Feb 13 05:13:48.700 INFO STEP 202 (remove_files) COMPLETE
50232025-02-13T05:13:50.261Z[ recovery-image] Feb 13 05:13:48.701 INFO O| Feb 13 05:13:48.700 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-13T05:13:50.341Z[ recovery-image] Feb 13 05:13:48.783 INFO O| Feb 13 05:13:48.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50252025-02-13T05:13:50.344Z[ recovery-image] Feb 13 05:13:48.783 INFO O| Feb 13 05:13:48.783 INFO STEP 203 (remove_files) COMPLETE
50262025-02-13T05:13:50.344Z[ recovery-image] Feb 13 05:13:48.783 INFO O| Feb 13 05:13:48.783 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-13T05:13:50.408Z[ recovery-image] Feb 13 05:13:48.850 INFO O| Feb 13 05:13:48.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50282025-02-13T05:13:50.408Z[ recovery-image] Feb 13 05:13:48.850 INFO O| Feb 13 05:13:48.850 INFO STEP 204 (remove_files) COMPLETE
50292025-02-13T05:13:50.411Z[ recovery-image] Feb 13 05:13:48.850 INFO O| Feb 13 05:13:48.850 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-13T05:13:50.483Z[ recovery-image] Feb 13 05:13:48.925 INFO O| Feb 13 05:13:48.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50312025-02-13T05:13:50.483Z[ recovery-image] Feb 13 05:13:48.925 INFO O| Feb 13 05:13:48.925 INFO STEP 205 (remove_files) COMPLETE
50322025-02-13T05:13:50.486Z[ recovery-image] Feb 13 05:13:48.925 INFO O| Feb 13 05:13:48.925 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-13T05:13:50.505Z[ recovery-image] Feb 13 05:13:48.947 INFO O| Feb 13 05:13:48.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50342025-02-13T05:13:50.505Z[ recovery-image] Feb 13 05:13:48.947 INFO O| Feb 13 05:13:48.947 INFO STEP 206 (remove_files) COMPLETE
50352025-02-13T05:13:50.505Z[ recovery-image] Feb 13 05:13:48.947 INFO O| Feb 13 05:13:48.947 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-13T05:13:50.531Z[ recovery-image] Feb 13 05:13:48.973 INFO O| Feb 13 05:13:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50372025-02-13T05:13:50.534Z[ recovery-image] Feb 13 05:13:48.974 INFO O| Feb 13 05:13:48.973 INFO STEP 207 (remove_files) COMPLETE
50382025-02-13T05:13:50.534Z[ recovery-image] Feb 13 05:13:48.974 INFO O| Feb 13 05:13:48.974 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-13T05:13:50.553Z[ recovery-image] Feb 13 05:13:48.995 INFO O| Feb 13 05:13:48.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50402025-02-13T05:13:50.554Z[ recovery-image] Feb 13 05:13:48.995 INFO O| Feb 13 05:13:48.995 INFO STEP 208 (remove_files) COMPLETE
50412025-02-13T05:13:50.557Z[ recovery-image] Feb 13 05:13:48.996 INFO O| Feb 13 05:13:48.995 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-13T05:13:50.577Z[ recovery-image] Feb 13 05:13:49.017 INFO O| Feb 13 05:13:49.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50432025-02-13T05:13:50.577Z[ recovery-image] Feb 13 05:13:49.017 INFO O| Feb 13 05:13:49.017 INFO STEP 209 (remove_files) COMPLETE
50442025-02-13T05:13:50.577Z[ recovery-image] Feb 13 05:13:49.018 INFO O| Feb 13 05:13:49.017 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-13T05:13:50.598Z[ recovery-image] Feb 13 05:13:49.039 INFO O| Feb 13 05:13:49.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50462025-02-13T05:13:50.598Z[ recovery-image] Feb 13 05:13:49.039 INFO O| Feb 13 05:13:49.039 INFO STEP 210 (remove_files) COMPLETE
50472025-02-13T05:13:50.598Z[ recovery-image] Feb 13 05:13:49.039 INFO O| Feb 13 05:13:49.039 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-13T05:13:50.618Z[ recovery-image] Feb 13 05:13:49.060 INFO O| Feb 13 05:13:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50492025-02-13T05:13:50.618Z[ recovery-image] Feb 13 05:13:49.060 INFO O| Feb 13 05:13:49.060 INFO STEP 211 (remove_files) COMPLETE
50502025-02-13T05:13:50.618Z[ recovery-image] Feb 13 05:13:49.060 INFO O| Feb 13 05:13:49.060 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-13T05:13:50.662Z[ recovery-image] Feb 13 05:13:49.103 INFO O| Feb 13 05:13:49.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50522025-02-13T05:13:50.662Z[ recovery-image] Feb 13 05:13:49.104 INFO O| Feb 13 05:13:49.104 INFO STEP 212 (remove_files) COMPLETE
50532025-02-13T05:13:50.662Z[ recovery-image] Feb 13 05:13:49.104 INFO O| Feb 13 05:13:49.104 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-13T05:13:50.737Z[ recovery-image] Feb 13 05:13:49.179 INFO O| Feb 13 05:13:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50552025-02-13T05:13:50.737Z[ recovery-image] Feb 13 05:13:49.179 INFO O| Feb 13 05:13:49.179 INFO STEP 213 (remove_files) COMPLETE
50562025-02-13T05:13:50.737Z[ recovery-image] Feb 13 05:13:49.179 INFO O| Feb 13 05:13:49.179 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-13T05:13:50.815Z[ recovery-image] Feb 13 05:13:49.256 INFO O| Feb 13 05:13:49.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50582025-02-13T05:13:50.815Z[ recovery-image] Feb 13 05:13:49.256 INFO O| Feb 13 05:13:49.256 INFO STEP 214 (remove_files) COMPLETE
50592025-02-13T05:13:50.817Z[ recovery-image] Feb 13 05:13:49.257 INFO O| Feb 13 05:13:49.256 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-13T05:13:50.865Z[ recovery-image] Feb 13 05:13:49.305 INFO O| Feb 13 05:13:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50612025-02-13T05:13:50.865Z[ recovery-image] Feb 13 05:13:49.305 INFO O| Feb 13 05:13:49.305 INFO STEP 215 (remove_files) COMPLETE
50622025-02-13T05:13:50.868Z[ recovery-image] Feb 13 05:13:49.306 INFO O| Feb 13 05:13:49.305 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-13T05:13:50.920Z[ recovery-image] Feb 13 05:13:49.362 INFO O| Feb 13 05:13:49.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50642025-02-13T05:13:50.920Z[ recovery-image] Feb 13 05:13:49.362 INFO O| Feb 13 05:13:49.362 INFO STEP 216 (remove_files) COMPLETE
50652025-02-13T05:13:50.920Z[ recovery-image] Feb 13 05:13:49.362 INFO O| Feb 13 05:13:49.362 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-13T05:13:50.966Z[ recovery-image] Feb 13 05:13:49.408 INFO O| Feb 13 05:13:49.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50672025-02-13T05:13:50.966Z[ recovery-image] Feb 13 05:13:49.408 INFO O| Feb 13 05:13:49.408 INFO STEP 217 (remove_files) COMPLETE
50682025-02-13T05:13:50.966Z[ recovery-image] Feb 13 05:13:49.408 INFO O| Feb 13 05:13:49.408 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-02-13T05:13:50.987Z[ recovery-image] Feb 13 05:13:49.428 INFO O| Feb 13 05:13:49.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50702025-02-13T05:13:50.987Z[ recovery-image] Feb 13 05:13:49.428 INFO O| Feb 13 05:13:49.428 INFO STEP 218 (remove_files) COMPLETE
50712025-02-13T05:13:50.987Z[ recovery-image] Feb 13 05:13:49.428 INFO O| Feb 13 05:13:49.428 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-02-13T05:13:51.020Z[ recovery-image] Feb 13 05:13:49.462 INFO O| Feb 13 05:13:49.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50732025-02-13T05:13:51.020Z[ recovery-image] Feb 13 05:13:49.462 INFO O| Feb 13 05:13:49.462 INFO STEP 219 (remove_files) COMPLETE
50742025-02-13T05:13:51.020Z[ recovery-image] Feb 13 05:13:49.462 INFO O| Feb 13 05:13:49.462 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-02-13T05:13:51.045Z[ recovery-image] Feb 13 05:13:49.487 INFO O| Feb 13 05:13:49.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50762025-02-13T05:13:51.045Z[ recovery-image] Feb 13 05:13:49.487 INFO O| Feb 13 05:13:49.487 INFO STEP 220 (remove_files) COMPLETE
50772025-02-13T05:13:51.048Z[ recovery-image] Feb 13 05:13:49.487 INFO O| Feb 13 05:13:49.487 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-02-13T05:13:51.074Z[ recovery-image] Feb 13 05:13:49.516 INFO O| Feb 13 05:13:49.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50792025-02-13T05:13:51.074Z[ recovery-image] Feb 13 05:13:49.516 INFO O| Feb 13 05:13:49.516 INFO STEP 221 (remove_files) COMPLETE
50802025-02-13T05:13:51.074Z[ recovery-image] Feb 13 05:13:49.516 INFO O| Feb 13 05:13:49.516 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-13T05:13:51.127Z[ recovery-image] Feb 13 05:13:49.567 INFO O| Feb 13 05:13:49.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50822025-02-13T05:13:51.127Z[ recovery-image] Feb 13 05:13:49.568 INFO O| Feb 13 05:13:49.567 INFO STEP 222 (remove_files) COMPLETE
50832025-02-13T05:13:51.127Z[ recovery-image] Feb 13 05:13:49.568 INFO O| Feb 13 05:13:49.567 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-13T05:13:51.156Z[ recovery-image] Feb 13 05:13:49.597 INFO O| Feb 13 05:13:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50852025-02-13T05:13:51.156Z[ recovery-image] Feb 13 05:13:49.597 INFO O| Feb 13 05:13:49.597 INFO STEP 223 (remove_files) COMPLETE
50862025-02-13T05:13:51.156Z[ recovery-image] Feb 13 05:13:49.598 INFO O| Feb 13 05:13:49.597 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-13T05:13:51.186Z[ recovery-image] Feb 13 05:13:49.628 INFO O| Feb 13 05:13:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50882025-02-13T05:13:51.186Z[ recovery-image] Feb 13 05:13:49.628 INFO O| Feb 13 05:13:49.628 INFO STEP 224 (remove_files) COMPLETE
50892025-02-13T05:13:51.186Z[ recovery-image] Feb 13 05:13:49.628 INFO O| Feb 13 05:13:49.628 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-13T05:13:51.217Z[ recovery-image] Feb 13 05:13:49.658 INFO O| Feb 13 05:13:49.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50912025-02-13T05:13:51.217Z[ recovery-image] Feb 13 05:13:49.658 INFO O| Feb 13 05:13:49.658 INFO STEP 225 (remove_files) COMPLETE
50922025-02-13T05:13:51.219Z[ recovery-image] Feb 13 05:13:49.658 INFO O| Feb 13 05:13:49.658 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-13T05:13:51.252Z[ recovery-image] Feb 13 05:13:49.693 INFO O| Feb 13 05:13:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50942025-02-13T05:13:51.252Z[ recovery-image] Feb 13 05:13:49.693 INFO O| Feb 13 05:13:49.693 INFO STEP 226 (remove_files) COMPLETE
50952025-02-13T05:13:51.252Z[ recovery-image] Feb 13 05:13:49.693 INFO O| Feb 13 05:13:49.693 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-13T05:13:51.365Z[ recovery-image] Feb 13 05:13:49.777 INFO O| Feb 13 05:13:49.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50972025-02-13T05:13:51.365Z[ recovery-image] Feb 13 05:13:49.777 INFO O| Feb 13 05:13:49.758 INFO STEP 227 (remove_files) COMPLETE
50982025-02-13T05:13:51.368Z[ recovery-image] Feb 13 05:13:49.777 INFO O| Feb 13 05:13:49.758 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-13T05:13:51.368Z[ recovery-image] Feb 13 05:13:49.793 INFO O| Feb 13 05:13:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51002025-02-13T05:13:51.368Z[ recovery-image] Feb 13 05:13:49.793 INFO O| Feb 13 05:13:49.793 INFO STEP 228 (remove_files) COMPLETE
51012025-02-13T05:13:51.368Z[ recovery-image] Feb 13 05:13:49.793 INFO O| Feb 13 05:13:49.793 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-13T05:13:51.384Z[ recovery-image] Feb 13 05:13:49.825 INFO O| Feb 13 05:13:49.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51032025-02-13T05:13:51.387Z[ recovery-image] Feb 13 05:13:49.826 INFO O| Feb 13 05:13:49.825 INFO STEP 229 (remove_files) COMPLETE
51042025-02-13T05:13:51.387Z[ recovery-image] Feb 13 05:13:49.826 INFO O| Feb 13 05:13:49.826 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-13T05:13:51.409Z[ recovery-image] Feb 13 05:13:49.851 INFO O| Feb 13 05:13:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51062025-02-13T05:13:51.409Z[ recovery-image] Feb 13 05:13:49.851 INFO O| Feb 13 05:13:49.851 INFO STEP 230 (remove_files) COMPLETE
51072025-02-13T05:13:51.412Z[ recovery-image] Feb 13 05:13:49.851 INFO O| Feb 13 05:13:49.851 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-13T05:13:51.434Z[ recovery-image] Feb 13 05:13:49.875 INFO O| Feb 13 05:13:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51092025-02-13T05:13:51.434Z[ recovery-image] Feb 13 05:13:49.875 INFO O| Feb 13 05:13:49.875 INFO STEP 231 (remove_files) COMPLETE
51102025-02-13T05:13:51.434Z[ recovery-image] Feb 13 05:13:49.875 INFO O| Feb 13 05:13:49.875 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-13T05:13:51.454Z[ recovery-image] Feb 13 05:13:49.896 INFO O| Feb 13 05:13:49.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51122025-02-13T05:13:51.454Z[ recovery-image] Feb 13 05:13:49.896 INFO O| Feb 13 05:13:49.896 INFO STEP 232 (remove_files) COMPLETE
51132025-02-13T05:13:51.457Z[ recovery-image] Feb 13 05:13:49.896 INFO O| Feb 13 05:13:49.896 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-13T05:13:51.476Z[ recovery-image] Feb 13 05:13:49.916 INFO O| Feb 13 05:13:49.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51152025-02-13T05:13:51.476Z[ recovery-image] Feb 13 05:13:49.916 INFO O| Feb 13 05:13:49.916 INFO STEP 233 (remove_files) COMPLETE
51162025-02-13T05:13:51.476Z[ recovery-image] Feb 13 05:13:49.916 INFO O| Feb 13 05:13:49.916 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-13T05:13:51.535Z[ recovery-image] Feb 13 05:13:49.966 INFO O| Feb 13 05:13:49.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51182025-02-13T05:13:51.535Z[ recovery-image] Feb 13 05:13:49.967 INFO O| Feb 13 05:13:49.966 INFO STEP 234 (remove_files) COMPLETE
51192025-02-13T05:13:51.535Z[ recovery-image] Feb 13 05:13:49.967 INFO O| Feb 13 05:13:49.966 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-13T05:13:51.581Z[ recovery-image] Feb 13 05:13:49.986 INFO O| Feb 13 05:13:49.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51212025-02-13T05:13:51.581Z[ recovery-image] Feb 13 05:13:49.986 INFO O| Feb 13 05:13:49.986 INFO STEP 235 (remove_files) COMPLETE
51222025-02-13T05:13:51.581Z[ recovery-image] Feb 13 05:13:49.986 INFO O| Feb 13 05:13:49.986 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-13T05:13:51.624Z[ recovery-image] Feb 13 05:13:50.066 INFO O| Feb 13 05:13:50.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51242025-02-13T05:13:51.624Z[ recovery-image] Feb 13 05:13:50.066 INFO O| Feb 13 05:13:50.065 INFO STEP 236 (remove_files) COMPLETE
51252025-02-13T05:13:51.627Z[ recovery-image] Feb 13 05:13:50.066 INFO O| Feb 13 05:13:50.065 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-13T05:13:51.668Z[ recovery-image] Feb 13 05:13:50.109 INFO O| Feb 13 05:13:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51272025-02-13T05:13:51.668Z[ recovery-image] Feb 13 05:13:50.109 INFO O| Feb 13 05:13:50.109 INFO STEP 237 (remove_files) COMPLETE
51282025-02-13T05:13:51.668Z[ recovery-image] Feb 13 05:13:50.109 INFO O| Feb 13 05:13:50.109 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-13T05:13:51.687Z[ recovery-image] Feb 13 05:13:50.129 INFO O| Feb 13 05:13:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51302025-02-13T05:13:51.687Z[ recovery-image] Feb 13 05:13:50.129 INFO O| Feb 13 05:13:50.129 INFO STEP 238 (remove_files) COMPLETE
51312025-02-13T05:13:51.690Z[ recovery-image] Feb 13 05:13:50.129 INFO O| Feb 13 05:13:50.129 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-13T05:13:51.706Z[ recovery-image] Feb 13 05:13:50.148 INFO O| Feb 13 05:13:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51332025-02-13T05:13:51.706Z[ recovery-image] Feb 13 05:13:50.148 INFO O| Feb 13 05:13:50.148 INFO STEP 239 (remove_files) COMPLETE
51342025-02-13T05:13:51.709Z[ recovery-image] Feb 13 05:13:50.149 INFO O| Feb 13 05:13:50.148 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-13T05:13:51.724Z[ recovery-image] Feb 13 05:13:50.166 INFO O| Feb 13 05:13:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51362025-02-13T05:13:51.724Z[ recovery-image] Feb 13 05:13:50.166 INFO O| Feb 13 05:13:50.166 INFO STEP 240 (remove_files) COMPLETE
51372025-02-13T05:13:51.727Z[ recovery-image] Feb 13 05:13:50.166 INFO O| Feb 13 05:13:50.166 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-13T05:13:51.770Z[ recovery-image] Feb 13 05:13:50.212 INFO O| Feb 13 05:13:50.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51392025-02-13T05:13:51.770Z[ recovery-image] Feb 13 05:13:50.212 INFO O| Feb 13 05:13:50.212 INFO STEP 241 (remove_files) COMPLETE
51402025-02-13T05:13:51.770Z[ recovery-image] Feb 13 05:13:50.212 INFO O| Feb 13 05:13:50.212 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-13T05:13:51.847Z[ recovery-image] Feb 13 05:13:50.278 INFO O| Feb 13 05:13:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51422025-02-13T05:13:51.847Z[ recovery-image] Feb 13 05:13:50.279 INFO O| Feb 13 05:13:50.279 INFO STEP 242 (remove_files) COMPLETE
51432025-02-13T05:13:51.847Z[ recovery-image] Feb 13 05:13:50.279 INFO O| Feb 13 05:13:50.279 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-13T05:13:51.867Z[ recovery-image] Feb 13 05:13:50.301 INFO O| Feb 13 05:13:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51452025-02-13T05:13:51.867Z[ recovery-image] Feb 13 05:13:50.301 INFO O| Feb 13 05:13:50.301 INFO STEP 243 (remove_files) COMPLETE
51462025-02-13T05:13:51.867Z[ recovery-image] Feb 13 05:13:50.301 INFO O| Feb 13 05:13:50.301 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-13T05:13:51.914Z[ recovery-image] Feb 13 05:13:50.356 INFO O| Feb 13 05:13:50.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51482025-02-13T05:13:51.914Z[ recovery-image] Feb 13 05:13:50.356 INFO O| Feb 13 05:13:50.356 INFO STEP 244 (remove_files) COMPLETE
51492025-02-13T05:13:51.914Z[ recovery-image] Feb 13 05:13:50.356 INFO O| Feb 13 05:13:50.356 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-13T05:13:51.936Z[ recovery-image] Feb 13 05:13:50.378 INFO O| Feb 13 05:13:50.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51512025-02-13T05:13:51.936Z[ recovery-image] Feb 13 05:13:50.378 INFO O| Feb 13 05:13:50.378 INFO STEP 245 (remove_files) COMPLETE
51522025-02-13T05:13:51.936Z[ recovery-image] Feb 13 05:13:50.378 INFO O| Feb 13 05:13:50.378 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-13T05:13:51.957Z[ recovery-image] Feb 13 05:13:50.399 INFO O| Feb 13 05:13:50.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51542025-02-13T05:13:51.957Z[ recovery-image] Feb 13 05:13:50.399 INFO O| Feb 13 05:13:50.399 INFO STEP 246 (remove_files) COMPLETE
51552025-02-13T05:13:51.957Z[ recovery-image] Feb 13 05:13:50.399 INFO O| Feb 13 05:13:50.399 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-13T05:13:52.003Z[ recovery-image] Feb 13 05:13:50.444 INFO O| Feb 13 05:13:50.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51572025-02-13T05:13:52.003Z[ recovery-image] Feb 13 05:13:50.444 INFO O| Feb 13 05:13:50.444 INFO STEP 247 (remove_files) COMPLETE
51582025-02-13T05:13:52.003Z[ recovery-image] Feb 13 05:13:50.444 INFO O| Feb 13 05:13:50.444 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-13T05:13:52.066Z[ recovery-image] Feb 13 05:13:50.493 INFO O| Feb 13 05:13:50.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51602025-02-13T05:13:52.066Z[ recovery-image] Feb 13 05:13:50.493 INFO O| Feb 13 05:13:50.493 INFO STEP 248 (remove_files) COMPLETE
51612025-02-13T05:13:52.066Z[ recovery-image] Feb 13 05:13:50.493 INFO O| Feb 13 05:13:50.493 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-13T05:13:52.139Z[ recovery-image] Feb 13 05:13:50.580 INFO O| Feb 13 05:13:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51632025-02-13T05:13:52.140Z[ recovery-image] Feb 13 05:13:50.580 INFO O| Feb 13 05:13:50.580 INFO STEP 249 (remove_files) COMPLETE
51642025-02-13T05:13:52.140Z[ recovery-image] Feb 13 05:13:50.580 INFO O| Feb 13 05:13:50.580 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-13T05:13:52.225Z[ recovery-image] Feb 13 05:13:50.666 INFO O| Feb 13 05:13:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51662025-02-13T05:13:52.225Z[ recovery-image] Feb 13 05:13:50.666 INFO O| Feb 13 05:13:50.666 INFO STEP 250 (remove_files) COMPLETE
51672025-02-13T05:13:52.225Z[ recovery-image] Feb 13 05:13:50.666 INFO O| Feb 13 05:13:50.666 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-13T05:13:52.303Z[ recovery-image] Feb 13 05:13:50.712 INFO O| Feb 13 05:13:50.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51692025-02-13T05:13:52.303Z[ recovery-image] Feb 13 05:13:50.712 INFO O| Feb 13 05:13:50.712 INFO STEP 251 (remove_files) COMPLETE
51702025-02-13T05:13:52.303Z[ recovery-image] Feb 13 05:13:50.712 INFO O| Feb 13 05:13:50.712 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-13T05:13:52.323Z[ recovery-image] Feb 13 05:13:50.764 INFO O| Feb 13 05:13:50.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51722025-02-13T05:13:52.323Z[ recovery-image] Feb 13 05:13:50.764 INFO O| Feb 13 05:13:50.764 INFO STEP 252 (remove_files) COMPLETE
51732025-02-13T05:13:52.327Z[ recovery-image] Feb 13 05:13:50.764 INFO O| Feb 13 05:13:50.764 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-13T05:13:52.354Z[ recovery-image] Feb 13 05:13:50.796 INFO O| Feb 13 05:13:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51752025-02-13T05:13:52.354Z[ recovery-image] Feb 13 05:13:50.796 INFO O| Feb 13 05:13:50.796 INFO STEP 253 (remove_files) COMPLETE
51762025-02-13T05:13:52.357Z[ recovery-image] Feb 13 05:13:50.796 INFO O| Feb 13 05:13:50.796 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-13T05:13:52.387Z[ recovery-image] Feb 13 05:13:50.828 INFO O| Feb 13 05:13:50.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51782025-02-13T05:13:52.387Z[ recovery-image] Feb 13 05:13:50.828 INFO O| Feb 13 05:13:50.828 INFO STEP 254 (remove_files) COMPLETE
51792025-02-13T05:13:52.389Z[ recovery-image] Feb 13 05:13:50.828 INFO O| Feb 13 05:13:50.828 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-13T05:13:52.424Z[ recovery-image] Feb 13 05:13:50.864 INFO O| Feb 13 05:13:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51812025-02-13T05:13:52.424Z[ recovery-image] Feb 13 05:13:50.865 INFO O| Feb 13 05:13:50.865 INFO STEP 255 (remove_files) COMPLETE
51822025-02-13T05:13:52.424Z[ recovery-image] Feb 13 05:13:50.865 INFO O| Feb 13 05:13:50.865 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-13T05:13:52.457Z[ recovery-image] Feb 13 05:13:50.897 INFO O| Feb 13 05:13:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51842025-02-13T05:13:52.457Z[ recovery-image] Feb 13 05:13:50.897 INFO O| Feb 13 05:13:50.897 INFO STEP 256 (remove_files) COMPLETE
51852025-02-13T05:13:52.460Z[ recovery-image] Feb 13 05:13:50.897 INFO O| Feb 13 05:13:50.897 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-13T05:13:52.477Z[ host-image] Feb 13 05:13:50.916 INFO O| Feb 13 05:13:50.916 INFO O| Actions: 21189/49494 actions (Installing new actions)
51872025-02-13T05:13:52.572Z[ recovery-image] Feb 13 05:13:51.014 INFO O| Feb 13 05:13:51.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51882025-02-13T05:13:52.572Z[ recovery-image] Feb 13 05:13:51.014 INFO O| Feb 13 05:13:51.014 INFO STEP 257 (remove_files) COMPLETE
51892025-02-13T05:13:52.572Z[ recovery-image] Feb 13 05:13:51.014 INFO O| Feb 13 05:13:51.014 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-13T05:13:52.610Z[ recovery-image] Feb 13 05:13:51.050 INFO O| Feb 13 05:13:51.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51912025-02-13T05:13:52.613Z[ recovery-image] Feb 13 05:13:51.050 INFO O| Feb 13 05:13:51.050 INFO STEP 258 (remove_files) COMPLETE
51922025-02-13T05:13:52.613Z[ recovery-image] Feb 13 05:13:51.050 INFO O| Feb 13 05:13:51.050 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-02-13T05:13:52.641Z[ recovery-image] Feb 13 05:13:51.083 INFO O| Feb 13 05:13:51.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51942025-02-13T05:13:52.641Z[ recovery-image] Feb 13 05:13:51.083 INFO O| Feb 13 05:13:51.083 INFO STEP 259 (remove_files) COMPLETE
51952025-02-13T05:13:52.641Z[ recovery-image] Feb 13 05:13:51.083 INFO O| Feb 13 05:13:51.083 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-02-13T05:13:52.662Z[ recovery-image] Feb 13 05:13:51.104 INFO O| Feb 13 05:13:51.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51972025-02-13T05:13:52.662Z[ recovery-image] Feb 13 05:13:51.104 INFO O| Feb 13 05:13:51.104 INFO STEP 260 (remove_files) COMPLETE
51982025-02-13T05:13:52.665Z[ recovery-image] Feb 13 05:13:51.104 INFO O| Feb 13 05:13:51.104 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-02-13T05:13:52.733Z[ recovery-image] Feb 13 05:13:51.173 INFO O| Feb 13 05:13:51.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52002025-02-13T05:13:52.733Z[ recovery-image] Feb 13 05:13:51.173 INFO O| Feb 13 05:13:51.173 INFO STEP 261 (remove_files) COMPLETE
52012025-02-13T05:13:52.733Z[ recovery-image] Feb 13 05:13:51.173 INFO O| Feb 13 05:13:51.173 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-02-13T05:13:52.755Z[ recovery-image] Feb 13 05:13:51.195 INFO O| Feb 13 05:13:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52032025-02-13T05:13:52.755Z[ recovery-image] Feb 13 05:13:51.195 INFO O| Feb 13 05:13:51.195 INFO STEP 262 (remove_files) COMPLETE
52042025-02-13T05:13:52.760Z[ recovery-image] Feb 13 05:13:51.195 INFO O| Feb 13 05:13:51.195 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-02-13T05:13:52.824Z[ recovery-image] Feb 13 05:13:51.266 INFO O| Feb 13 05:13:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52062025-02-13T05:13:52.824Z[ recovery-image] Feb 13 05:13:51.266 INFO O| Feb 13 05:13:51.266 INFO STEP 263 (remove_files) COMPLETE
52072025-02-13T05:13:52.824Z[ recovery-image] Feb 13 05:13:51.266 INFO O| Feb 13 05:13:51.266 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-13T05:13:52.909Z[ recovery-image] Feb 13 05:13:51.351 INFO O| Feb 13 05:13:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52092025-02-13T05:13:52.909Z[ recovery-image] Feb 13 05:13:51.351 INFO O| Feb 13 05:13:51.351 INFO STEP 264 (remove_files) COMPLETE
52102025-02-13T05:13:52.909Z[ recovery-image] Feb 13 05:13:51.351 INFO O| Feb 13 05:13:51.351 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-13T05:13:52.953Z[ recovery-image] Feb 13 05:13:51.395 INFO O| Feb 13 05:13:51.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52122025-02-13T05:13:52.953Z[ recovery-image] Feb 13 05:13:51.395 INFO O| Feb 13 05:13:51.395 INFO STEP 265 (remove_files) COMPLETE
52132025-02-13T05:13:52.957Z[ recovery-image] Feb 13 05:13:51.395 INFO O| Feb 13 05:13:51.395 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-13T05:13:52.997Z[ recovery-image] Feb 13 05:13:51.439 INFO O| Feb 13 05:13:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52152025-02-13T05:13:52.997Z[ recovery-image] Feb 13 05:13:51.439 INFO O| Feb 13 05:13:51.439 INFO STEP 266 (remove_files) COMPLETE
52162025-02-13T05:13:53.001Z[ recovery-image] Feb 13 05:13:51.439 INFO O| Feb 13 05:13:51.439 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-13T05:13:53.019Z[ recovery-image] Feb 13 05:13:51.461 INFO O| Feb 13 05:13:51.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52182025-02-13T05:13:53.019Z[ recovery-image] Feb 13 05:13:51.461 INFO O| Feb 13 05:13:51.461 INFO STEP 267 (remove_files) COMPLETE
52192025-02-13T05:13:53.019Z[ recovery-image] Feb 13 05:13:51.461 INFO O| Feb 13 05:13:51.461 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-13T05:13:53.041Z[ recovery-image] Feb 13 05:13:51.482 INFO O| Feb 13 05:13:51.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52212025-02-13T05:13:53.041Z[ recovery-image] Feb 13 05:13:51.482 INFO O| Feb 13 05:13:51.482 INFO STEP 268 (remove_files) COMPLETE
52222025-02-13T05:13:53.041Z[ recovery-image] Feb 13 05:13:51.483 INFO O| Feb 13 05:13:51.482 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-13T05:13:53.232Z[ recovery-image] Feb 13 05:13:51.674 INFO O| Feb 13 05:13:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52242025-02-13T05:13:53.232Z[ recovery-image] Feb 13 05:13:51.674 INFO O| Feb 13 05:13:51.674 INFO STEP 269 (remove_files) COMPLETE
52252025-02-13T05:13:53.237Z[ recovery-image] Feb 13 05:13:51.674 INFO O| Feb 13 05:13:51.674 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-13T05:13:53.266Z[ recovery-image] Feb 13 05:13:51.707 INFO O| Feb 13 05:13:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52272025-02-13T05:13:53.266Z[ recovery-image] Feb 13 05:13:51.707 INFO O| Feb 13 05:13:51.707 INFO STEP 270 (remove_files) COMPLETE
52282025-02-13T05:13:53.266Z[ recovery-image] Feb 13 05:13:51.707 INFO O| Feb 13 05:13:51.707 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-13T05:13:53.325Z[ recovery-image] Feb 13 05:13:51.763 INFO O| Feb 13 05:13:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52302025-02-13T05:13:53.325Z[ recovery-image] Feb 13 05:13:51.763 INFO O| Feb 13 05:13:51.763 INFO STEP 271 (remove_files) COMPLETE
52312025-02-13T05:13:53.325Z[ recovery-image] Feb 13 05:13:51.763 INFO O| Feb 13 05:13:51.763 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-13T05:13:53.371Z[ recovery-image] Feb 13 05:13:51.796 INFO O| Feb 13 05:13:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52332025-02-13T05:13:53.371Z[ recovery-image] Feb 13 05:13:51.796 INFO O| Feb 13 05:13:51.796 INFO STEP 272 (remove_files) COMPLETE
52342025-02-13T05:13:53.371Z[ recovery-image] Feb 13 05:13:51.796 INFO O| Feb 13 05:13:51.796 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-13T05:13:53.402Z[ recovery-image] Feb 13 05:13:51.843 INFO O| Feb 13 05:13:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52362025-02-13T05:13:53.402Z[ recovery-image] Feb 13 05:13:51.843 INFO O| Feb 13 05:13:51.843 INFO STEP 273 (remove_files) COMPLETE
52372025-02-13T05:13:53.405Z[ recovery-image] Feb 13 05:13:51.843 INFO O| Feb 13 05:13:51.843 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-13T05:13:53.438Z[ recovery-image] Feb 13 05:13:51.880 INFO O| Feb 13 05:13:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52392025-02-13T05:13:53.438Z[ recovery-image] Feb 13 05:13:51.880 INFO O| Feb 13 05:13:51.879 INFO STEP 274 (remove_files) COMPLETE
52402025-02-13T05:13:53.441Z[ recovery-image] Feb 13 05:13:51.880 INFO O| Feb 13 05:13:51.879 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-13T05:13:53.518Z[ recovery-image] Feb 13 05:13:51.959 INFO O| Feb 13 05:13:51.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52422025-02-13T05:13:53.518Z[ recovery-image] Feb 13 05:13:51.959 INFO O| Feb 13 05:13:51.959 INFO STEP 275 (remove_files) COMPLETE
52432025-02-13T05:13:53.518Z[ recovery-image] Feb 13 05:13:51.959 INFO O| Feb 13 05:13:51.959 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-13T05:13:53.559Z[ recovery-image] Feb 13 05:13:52.001 INFO O| Feb 13 05:13:52.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52452025-02-13T05:13:53.560Z[ recovery-image] Feb 13 05:13:52.001 INFO O| Feb 13 05:13:52.001 INFO STEP 276 (remove_files) COMPLETE
52462025-02-13T05:13:53.560Z[ recovery-image] Feb 13 05:13:52.001 INFO O| Feb 13 05:13:52.001 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-13T05:13:53.601Z[ recovery-image] Feb 13 05:13:52.043 INFO O| Feb 13 05:13:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52482025-02-13T05:13:53.601Z[ recovery-image] Feb 13 05:13:52.043 INFO O| Feb 13 05:13:52.043 INFO STEP 277 (remove_files) COMPLETE
52492025-02-13T05:13:53.605Z[ recovery-image] Feb 13 05:13:52.043 INFO O| Feb 13 05:13:52.043 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-13T05:13:53.681Z[ recovery-image] Feb 13 05:13:52.121 INFO O| Feb 13 05:13:52.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52512025-02-13T05:13:53.681Z[ recovery-image] Feb 13 05:13:52.121 INFO O| Feb 13 05:13:52.121 INFO STEP 278 (remove_files) COMPLETE
52522025-02-13T05:13:53.681Z[ recovery-image] Feb 13 05:13:52.121 INFO O| Feb 13 05:13:52.121 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-13T05:13:53.699Z[ recovery-image] Feb 13 05:13:52.141 INFO O| Feb 13 05:13:52.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52542025-02-13T05:13:53.700Z[ recovery-image] Feb 13 05:13:52.141 INFO O| Feb 13 05:13:52.141 INFO STEP 279 (remove_files) COMPLETE
52552025-02-13T05:13:53.700Z[ recovery-image] Feb 13 05:13:52.141 INFO O| Feb 13 05:13:52.141 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-02-13T05:13:53.768Z[ recovery-image] Feb 13 05:13:52.210 INFO O| Feb 13 05:13:52.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52572025-02-13T05:13:53.771Z[ recovery-image] Feb 13 05:13:52.210 INFO O| Feb 13 05:13:52.210 INFO STEP 280 (remove_files) COMPLETE
52582025-02-13T05:13:53.771Z[ recovery-image] Feb 13 05:13:52.210 INFO O| Feb 13 05:13:52.210 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-02-13T05:13:53.791Z[ recovery-image] Feb 13 05:13:52.233 INFO O| Feb 13 05:13:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52602025-02-13T05:13:53.794Z[ recovery-image] Feb 13 05:13:52.233 INFO O| Feb 13 05:13:52.233 INFO STEP 281 (remove_files) COMPLETE
52612025-02-13T05:13:53.794Z[ recovery-image] Feb 13 05:13:52.233 INFO O| Feb 13 05:13:52.233 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-02-13T05:13:53.813Z[ recovery-image] Feb 13 05:13:52.255 INFO O| Feb 13 05:13:52.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52632025-02-13T05:13:53.816Z[ recovery-image] Feb 13 05:13:52.255 INFO O| Feb 13 05:13:52.255 INFO STEP 282 (remove_files) COMPLETE
52642025-02-13T05:13:53.816Z[ recovery-image] Feb 13 05:13:52.255 INFO O| Feb 13 05:13:52.255 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-02-13T05:13:53.834Z[ recovery-image] Feb 13 05:13:52.276 INFO O| Feb 13 05:13:52.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52662025-02-13T05:13:53.837Z[ recovery-image] Feb 13 05:13:52.276 INFO O| Feb 13 05:13:52.276 INFO STEP 283 (remove_files) COMPLETE
52672025-02-13T05:13:53.837Z[ recovery-image] Feb 13 05:13:52.276 INFO O| Feb 13 05:13:52.276 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-02-13T05:13:53.857Z[ recovery-image] Feb 13 05:13:52.298 INFO O| Feb 13 05:13:52.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52692025-02-13T05:13:53.857Z[ recovery-image] Feb 13 05:13:52.298 INFO O| Feb 13 05:13:52.298 INFO STEP 284 (remove_files) COMPLETE
52702025-02-13T05:13:53.857Z[ recovery-image] Feb 13 05:13:52.298 INFO O| Feb 13 05:13:52.298 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-02-13T05:13:53.879Z[ recovery-image] Feb 13 05:13:52.321 INFO O| Feb 13 05:13:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52722025-02-13T05:13:53.879Z[ recovery-image] Feb 13 05:13:52.321 INFO O| Feb 13 05:13:52.321 INFO STEP 285 (remove_files) COMPLETE
52732025-02-13T05:13:53.879Z[ recovery-image] Feb 13 05:13:52.321 INFO O| Feb 13 05:13:52.321 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-02-13T05:13:53.917Z[ recovery-image] Feb 13 05:13:52.358 INFO O| Feb 13 05:13:52.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52752025-02-13T05:13:53.917Z[ recovery-image] Feb 13 05:13:52.358 INFO O| Feb 13 05:13:52.358 INFO STEP 286 (remove_files) COMPLETE
52762025-02-13T05:13:53.920Z[ recovery-image] Feb 13 05:13:52.359 INFO O| Feb 13 05:13:52.358 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-02-13T05:13:53.954Z[ recovery-image] Feb 13 05:13:52.395 INFO O| Feb 13 05:13:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52782025-02-13T05:13:53.954Z[ recovery-image] Feb 13 05:13:52.395 INFO O| Feb 13 05:13:52.395 INFO STEP 287 (remove_files) COMPLETE
52792025-02-13T05:13:53.954Z[ recovery-image] Feb 13 05:13:52.395 INFO O| Feb 13 05:13:52.395 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-02-13T05:13:54.024Z[ recovery-image] Feb 13 05:13:52.465 INFO O| Feb 13 05:13:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52812025-02-13T05:13:54.024Z[ recovery-image] Feb 13 05:13:52.465 INFO O| Feb 13 05:13:52.465 INFO STEP 288 (remove_files) COMPLETE
52822025-02-13T05:13:54.027Z[ recovery-image] Feb 13 05:13:52.465 INFO O| Feb 13 05:13:52.465 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-02-13T05:13:54.182Z[ recovery-image] Feb 13 05:13:52.623 INFO O| Feb 13 05:13:52.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52842025-02-13T05:13:54.182Z[ recovery-image] Feb 13 05:13:52.623 INFO O| Feb 13 05:13:52.623 INFO STEP 289 (remove_files) COMPLETE
52852025-02-13T05:13:54.182Z[ recovery-image] Feb 13 05:13:52.623 INFO O| Feb 13 05:13:52.623 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-02-13T05:13:54.232Z[ recovery-image] Feb 13 05:13:52.673 INFO O| Feb 13 05:13:52.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52872025-02-13T05:13:54.232Z[ recovery-image] Feb 13 05:13:52.674 INFO O| Feb 13 05:13:52.674 INFO STEP 290 (remove_files) COMPLETE
52882025-02-13T05:13:54.232Z[ recovery-image] Feb 13 05:13:52.674 INFO O| Feb 13 05:13:52.674 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-02-13T05:13:54.264Z[ recovery-image] Feb 13 05:13:52.705 INFO O| Feb 13 05:13:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52902025-02-13T05:13:54.265Z[ recovery-image] Feb 13 05:13:52.705 INFO O| Feb 13 05:13:52.705 INFO STEP 291 (remove_files) COMPLETE
52912025-02-13T05:13:54.265Z[ recovery-image] Feb 13 05:13:52.705 INFO O| Feb 13 05:13:52.705 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-02-13T05:13:54.319Z[ recovery-image] Feb 13 05:13:52.760 INFO O| Feb 13 05:13:52.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52932025-02-13T05:13:54.319Z[ recovery-image] Feb 13 05:13:52.761 INFO O| Feb 13 05:13:52.761 INFO STEP 292 (remove_files) COMPLETE
52942025-02-13T05:13:54.322Z[ recovery-image] Feb 13 05:13:52.761 INFO O| Feb 13 05:13:52.761 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-02-13T05:13:54.387Z[ recovery-image] Feb 13 05:13:52.826 INFO O| Feb 13 05:13:52.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52962025-02-13T05:13:54.387Z[ recovery-image] Feb 13 05:13:52.827 INFO O| Feb 13 05:13:52.826 INFO STEP 293 (remove_files) COMPLETE
52972025-02-13T05:13:54.387Z[ recovery-image] Feb 13 05:13:52.827 INFO O| Feb 13 05:13:52.826 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-13T05:13:54.459Z[ recovery-image] Feb 13 05:13:52.901 INFO O| Feb 13 05:13:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52992025-02-13T05:13:54.460Z[ recovery-image] Feb 13 05:13:52.901 INFO O| Feb 13 05:13:52.901 INFO STEP 294 (remove_files) COMPLETE
53002025-02-13T05:13:54.464Z[ recovery-image] Feb 13 05:13:52.901 INFO O| Feb 13 05:13:52.901 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-13T05:13:54.521Z[ recovery-image] Feb 13 05:13:52.963 INFO O| Feb 13 05:13:52.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53022025-02-13T05:13:54.522Z[ recovery-image] Feb 13 05:13:52.963 INFO O| Feb 13 05:13:52.963 INFO STEP 295 (remove_files) COMPLETE
53032025-02-13T05:13:54.524Z[ recovery-image] Feb 13 05:13:52.963 INFO O| Feb 13 05:13:52.963 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-13T05:13:54.592Z[ recovery-image] Feb 13 05:13:53.033 INFO O| Feb 13 05:13:53.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53052025-02-13T05:13:54.592Z[ recovery-image] Feb 13 05:13:53.033 INFO O| Feb 13 05:13:53.033 INFO STEP 296 (remove_files) COMPLETE
53062025-02-13T05:13:54.592Z[ recovery-image] Feb 13 05:13:53.033 INFO O| Feb 13 05:13:53.033 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-13T05:13:54.649Z[ recovery-image] Feb 13 05:13:53.091 INFO O| Feb 13 05:13:53.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53082025-02-13T05:13:54.652Z[ recovery-image] Feb 13 05:13:53.091 INFO O| Feb 13 05:13:53.091 INFO STEP 297 (remove_files) COMPLETE
53092025-02-13T05:13:54.652Z[ recovery-image] Feb 13 05:13:53.091 INFO O| Feb 13 05:13:53.091 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-13T05:13:54.673Z[ recovery-image] Feb 13 05:13:53.114 INFO O| Feb 13 05:13:53.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53112025-02-13T05:13:54.676Z[ recovery-image] Feb 13 05:13:53.115 INFO O| Feb 13 05:13:53.114 INFO STEP 298 (remove_files) COMPLETE
53122025-02-13T05:13:54.676Z[ recovery-image] Feb 13 05:13:53.115 INFO O| Feb 13 05:13:53.115 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-13T05:13:54.709Z[ recovery-image] Feb 13 05:13:53.151 INFO O| Feb 13 05:13:53.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53142025-02-13T05:13:54.709Z[ recovery-image] Feb 13 05:13:53.151 INFO O| Feb 13 05:13:53.151 INFO STEP 299 (remove_files) COMPLETE
53152025-02-13T05:13:54.713Z[ recovery-image] Feb 13 05:13:53.151 INFO O| Feb 13 05:13:53.151 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-13T05:13:54.765Z[ recovery-image] Feb 13 05:13:53.206 INFO O| Feb 13 05:13:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53172025-02-13T05:13:54.765Z[ recovery-image] Feb 13 05:13:53.206 INFO O| Feb 13 05:13:53.206 INFO STEP 300 (remove_files) COMPLETE
53182025-02-13T05:13:54.767Z[ recovery-image] Feb 13 05:13:53.206 INFO O| Feb 13 05:13:53.206 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-13T05:13:54.858Z[ recovery-image] Feb 13 05:13:53.300 INFO O| Feb 13 05:13:53.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53202025-02-13T05:13:54.859Z[ recovery-image] Feb 13 05:13:53.300 INFO O| Feb 13 05:13:53.300 INFO STEP 301 (remove_files) COMPLETE
53212025-02-13T05:13:54.862Z[ recovery-image] Feb 13 05:13:53.300 INFO O| Feb 13 05:13:53.300 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-13T05:13:54.904Z[ recovery-image] Feb 13 05:13:53.345 INFO O| Feb 13 05:13:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53232025-02-13T05:13:54.904Z[ recovery-image] Feb 13 05:13:53.345 INFO O| Feb 13 05:13:53.345 INFO STEP 302 (remove_files) COMPLETE
53242025-02-13T05:13:54.904Z[ recovery-image] Feb 13 05:13:53.345 INFO O| Feb 13 05:13:53.345 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-13T05:13:54.944Z[ recovery-image] Feb 13 05:13:53.385 INFO O| Feb 13 05:13:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53262025-02-13T05:13:54.944Z[ recovery-image] Feb 13 05:13:53.385 INFO O| Feb 13 05:13:53.385 INFO STEP 303 (remove_files) COMPLETE
53272025-02-13T05:13:54.944Z[ recovery-image] Feb 13 05:13:53.385 INFO O| Feb 13 05:13:53.385 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-13T05:13:55.033Z[ recovery-image] Feb 13 05:13:53.474 INFO O| Feb 13 05:13:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53292025-02-13T05:13:55.033Z[ recovery-image] Feb 13 05:13:53.474 INFO O| Feb 13 05:13:53.474 INFO STEP 304 (remove_files) COMPLETE
53302025-02-13T05:13:55.033Z[ recovery-image] Feb 13 05:13:53.474 INFO O| Feb 13 05:13:53.474 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-13T05:13:55.091Z[ recovery-image] Feb 13 05:13:53.533 INFO O| Feb 13 05:13:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53322025-02-13T05:13:55.094Z[ recovery-image] Feb 13 05:13:53.533 INFO O| Feb 13 05:13:53.533 INFO STEP 305 (remove_files) COMPLETE
53332025-02-13T05:13:55.094Z[ recovery-image] Feb 13 05:13:53.533 INFO O| Feb 13 05:13:53.533 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-13T05:13:55.138Z[ recovery-image] Feb 13 05:13:53.579 INFO O| Feb 13 05:13:53.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53352025-02-13T05:13:55.141Z[ recovery-image] Feb 13 05:13:53.579 INFO O| Feb 13 05:13:53.579 INFO STEP 306 (remove_files) COMPLETE
53362025-02-13T05:13:55.141Z[ recovery-image] Feb 13 05:13:53.579 INFO O| Feb 13 05:13:53.579 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-13T05:13:55.214Z[ recovery-image] Feb 13 05:13:53.655 INFO O| Feb 13 05:13:53.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53382025-02-13T05:13:55.214Z[ recovery-image] Feb 13 05:13:53.655 INFO O| Feb 13 05:13:53.655 INFO STEP 307 (remove_files) COMPLETE
53392025-02-13T05:13:55.217Z[ recovery-image] Feb 13 05:13:53.655 INFO O| Feb 13 05:13:53.655 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-13T05:13:55.254Z[ recovery-image] Feb 13 05:13:53.692 INFO O| Feb 13 05:13:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53412025-02-13T05:13:55.254Z[ recovery-image] Feb 13 05:13:53.692 INFO O| Feb 13 05:13:53.692 INFO STEP 308 (remove_files) COMPLETE
53422025-02-13T05:13:55.254Z[ recovery-image] Feb 13 05:13:53.692 INFO O| Feb 13 05:13:53.692 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-13T05:13:55.310Z[ recovery-image] Feb 13 05:13:53.749 INFO O| Feb 13 05:13:53.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53442025-02-13T05:13:55.310Z[ recovery-image] Feb 13 05:13:53.749 INFO O| Feb 13 05:13:53.749 INFO STEP 309 (remove_files) COMPLETE
53452025-02-13T05:13:55.310Z[ recovery-image] Feb 13 05:13:53.749 INFO O| Feb 13 05:13:53.749 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-13T05:13:55.463Z[ recovery-image] Feb 13 05:13:53.903 INFO O| Feb 13 05:13:53.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53472025-02-13T05:13:55.466Z[ recovery-image] Feb 13 05:13:53.904 INFO O| Feb 13 05:13:53.904 INFO STEP 310 (remove_files) COMPLETE
53482025-02-13T05:13:55.466Z[ recovery-image] Feb 13 05:13:53.904 INFO O| Feb 13 05:13:53.904 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-13T05:13:55.500Z[ recovery-image] Feb 13 05:13:53.939 INFO O| Feb 13 05:13:53.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53502025-02-13T05:13:55.501Z[ recovery-image] Feb 13 05:13:53.940 INFO O| Feb 13 05:13:53.940 INFO STEP 311 (remove_files) COMPLETE
53512025-02-13T05:13:55.501Z[ recovery-image] Feb 13 05:13:53.940 INFO O| Feb 13 05:13:53.940 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-13T05:13:55.671Z[ recovery-image] Feb 13 05:13:54.112 INFO O| Feb 13 05:13:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53532025-02-13T05:13:55.671Z[ recovery-image] Feb 13 05:13:54.112 INFO O| Feb 13 05:13:54.112 INFO STEP 312 (remove_files) COMPLETE
53542025-02-13T05:13:55.671Z[ recovery-image] Feb 13 05:13:54.112 INFO O| Feb 13 05:13:54.112 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-13T05:13:55.693Z[ recovery-image] Feb 13 05:13:54.134 INFO O| Feb 13 05:13:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53562025-02-13T05:13:55.693Z[ recovery-image] Feb 13 05:13:54.134 INFO O| Feb 13 05:13:54.134 INFO STEP 313 (remove_files) COMPLETE
53572025-02-13T05:13:55.696Z[ recovery-image] Feb 13 05:13:54.134 INFO O| Feb 13 05:13:54.134 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-13T05:13:55.714Z[ recovery-image] Feb 13 05:13:54.154 INFO O| Feb 13 05:13:54.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53592025-02-13T05:13:55.714Z[ recovery-image] Feb 13 05:13:54.154 INFO O| Feb 13 05:13:54.154 INFO STEP 314 (remove_files) COMPLETE
53602025-02-13T05:13:55.714Z[ recovery-image] Feb 13 05:13:54.155 INFO O| Feb 13 05:13:54.154 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-13T05:13:55.749Z[ recovery-image] Feb 13 05:13:54.190 INFO O| Feb 13 05:13:54.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53622025-02-13T05:13:55.749Z[ recovery-image] Feb 13 05:13:54.190 INFO O| Feb 13 05:13:54.190 INFO STEP 315 (remove_files) COMPLETE
53632025-02-13T05:13:55.753Z[ recovery-image] Feb 13 05:13:54.190 INFO O| Feb 13 05:13:54.190 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-13T05:13:55.775Z[ recovery-image] Feb 13 05:13:54.215 INFO O| Feb 13 05:13:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53652025-02-13T05:13:55.775Z[ recovery-image] Feb 13 05:13:54.215 INFO O| Feb 13 05:13:54.215 INFO STEP 316 (remove_files) COMPLETE
53662025-02-13T05:13:55.775Z[ recovery-image] Feb 13 05:13:54.215 INFO O| Feb 13 05:13:54.215 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-13T05:13:55.865Z[ recovery-image] Feb 13 05:13:54.305 INFO O| Feb 13 05:13:54.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53682025-02-13T05:13:55.865Z[ recovery-image] Feb 13 05:13:54.305 INFO O| Feb 13 05:13:54.305 INFO STEP 317 (remove_files) COMPLETE
53692025-02-13T05:13:55.865Z[ recovery-image] Feb 13 05:13:54.305 INFO O| Feb 13 05:13:54.305 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-13T05:13:55.901Z[ recovery-image] Feb 13 05:13:54.340 INFO O| Feb 13 05:13:54.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53712025-02-13T05:13:55.901Z[ recovery-image] Feb 13 05:13:54.340 INFO O| Feb 13 05:13:54.340 INFO STEP 318 (remove_files) COMPLETE
53722025-02-13T05:13:55.901Z[ recovery-image] Feb 13 05:13:54.340 INFO O| Feb 13 05:13:54.340 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-13T05:13:56.044Z[ recovery-image] Feb 13 05:13:54.485 INFO O| Feb 13 05:13:54.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53742025-02-13T05:13:56.044Z[ recovery-image] Feb 13 05:13:54.485 INFO O| Feb 13 05:13:54.485 INFO STEP 319 (remove_files) COMPLETE
53752025-02-13T05:13:56.044Z[ recovery-image] Feb 13 05:13:54.485 INFO O| Feb 13 05:13:54.485 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-13T05:13:56.118Z[ recovery-image] Feb 13 05:13:54.558 INFO O| Feb 13 05:13:54.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53772025-02-13T05:13:56.118Z[ recovery-image] Feb 13 05:13:54.558 INFO O| Feb 13 05:13:54.558 INFO STEP 320 (remove_files) COMPLETE
53782025-02-13T05:13:56.118Z[ recovery-image] Feb 13 05:13:54.558 INFO O| Feb 13 05:13:54.558 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-13T05:13:56.141Z[ recovery-image] Feb 13 05:13:54.581 INFO O| Feb 13 05:13:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53802025-02-13T05:13:56.141Z[ recovery-image] Feb 13 05:13:54.581 INFO O| Feb 13 05:13:54.581 INFO STEP 321 (remove_files) COMPLETE
53812025-02-13T05:13:56.141Z[ recovery-image] Feb 13 05:13:54.581 INFO O| Feb 13 05:13:54.581 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-13T05:13:56.164Z[ recovery-image] Feb 13 05:13:54.603 INFO O| Feb 13 05:13:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53832025-02-13T05:13:56.164Z[ recovery-image] Feb 13 05:13:54.603 INFO O| Feb 13 05:13:54.603 INFO STEP 322 (remove_files) COMPLETE
53842025-02-13T05:13:56.164Z[ recovery-image] Feb 13 05:13:54.603 INFO O| Feb 13 05:13:54.603 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-13T05:13:56.200Z[ recovery-image] Feb 13 05:13:54.641 INFO O| Feb 13 05:13:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53862025-02-13T05:13:56.200Z[ recovery-image] Feb 13 05:13:54.641 INFO O| Feb 13 05:13:54.641 INFO STEP 323 (remove_files) COMPLETE
53872025-02-13T05:13:56.200Z[ recovery-image] Feb 13 05:13:54.641 INFO O| Feb 13 05:13:54.641 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-13T05:13:56.222Z[ recovery-image] Feb 13 05:13:54.663 INFO O| Feb 13 05:13:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53892025-02-13T05:13:56.222Z[ recovery-image] Feb 13 05:13:54.663 INFO O| Feb 13 05:13:54.663 INFO STEP 324 (remove_files) COMPLETE
53902025-02-13T05:13:56.222Z[ recovery-image] Feb 13 05:13:54.663 INFO O| Feb 13 05:13:54.663 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-13T05:13:56.242Z[ recovery-image] Feb 13 05:13:54.683 INFO O| Feb 13 05:13:54.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53922025-02-13T05:13:56.242Z[ recovery-image] Feb 13 05:13:54.683 INFO O| Feb 13 05:13:54.683 INFO STEP 325 (remove_files) COMPLETE
53932025-02-13T05:13:56.242Z[ recovery-image] Feb 13 05:13:54.683 INFO O| Feb 13 05:13:54.683 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-13T05:13:56.361Z[ recovery-image] Feb 13 05:13:54.801 INFO O| Feb 13 05:13:54.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53952025-02-13T05:13:56.361Z[ recovery-image] Feb 13 05:13:54.801 INFO O| Feb 13 05:13:54.801 INFO STEP 326 (remove_files) COMPLETE
53962025-02-13T05:13:56.361Z[ recovery-image] Feb 13 05:13:54.801 INFO O| Feb 13 05:13:54.801 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-13T05:13:56.437Z[ recovery-image] Feb 13 05:13:54.878 INFO O| Feb 13 05:13:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53982025-02-13T05:13:56.437Z[ recovery-image] Feb 13 05:13:54.878 INFO O| Feb 13 05:13:54.878 INFO STEP 327 (remove_files) COMPLETE
53992025-02-13T05:13:56.437Z[ recovery-image] Feb 13 05:13:54.878 INFO O| Feb 13 05:13:54.878 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-13T05:13:56.461Z[ recovery-image] Feb 13 05:13:54.903 INFO O| Feb 13 05:13:54.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54012025-02-13T05:13:56.461Z[ recovery-image] Feb 13 05:13:54.903 INFO O| Feb 13 05:13:54.903 INFO STEP 328 (remove_files) COMPLETE
54022025-02-13T05:13:56.465Z[ recovery-image] Feb 13 05:13:54.903 INFO O| Feb 13 05:13:54.903 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-13T05:13:56.484Z[ recovery-image] Feb 13 05:13:54.925 INFO O| Feb 13 05:13:54.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54042025-02-13T05:13:56.484Z[ recovery-image] Feb 13 05:13:54.925 INFO O| Feb 13 05:13:54.925 INFO STEP 329 (remove_files) COMPLETE
54052025-02-13T05:13:56.487Z[ recovery-image] Feb 13 05:13:54.925 INFO O| Feb 13 05:13:54.925 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-13T05:13:56.506Z[ recovery-image] Feb 13 05:13:54.946 INFO O| Feb 13 05:13:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54072025-02-13T05:13:56.506Z[ recovery-image] Feb 13 05:13:54.946 INFO O| Feb 13 05:13:54.946 INFO STEP 330 (remove_files) COMPLETE
54082025-02-13T05:13:56.506Z[ recovery-image] Feb 13 05:13:54.946 INFO O| Feb 13 05:13:54.946 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-13T05:13:56.552Z[ recovery-image] Feb 13 05:13:54.992 INFO O| Feb 13 05:13:54.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54102025-02-13T05:13:56.552Z[ recovery-image] Feb 13 05:13:54.992 INFO O| Feb 13 05:13:54.992 INFO STEP 331 (remove_files) COMPLETE
54112025-02-13T05:13:56.555Z[ recovery-image] Feb 13 05:13:54.992 INFO O| Feb 13 05:13:54.992 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-13T05:13:56.620Z[ recovery-image] Feb 13 05:13:55.060 INFO O| Feb 13 05:13:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54132025-02-13T05:13:56.620Z[ recovery-image] Feb 13 05:13:55.060 INFO O| Feb 13 05:13:55.060 INFO STEP 332 (remove_files) COMPLETE
54142025-02-13T05:13:56.626Z[ recovery-image] Feb 13 05:13:55.060 INFO O| Feb 13 05:13:55.060 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-13T05:13:56.669Z[ recovery-image] Feb 13 05:13:55.109 INFO O| Feb 13 05:13:55.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54162025-02-13T05:13:56.669Z[ recovery-image] Feb 13 05:13:55.109 INFO O| Feb 13 05:13:55.109 INFO STEP 333 (remove_files) COMPLETE
54172025-02-13T05:13:56.669Z[ recovery-image] Feb 13 05:13:55.109 INFO O| Feb 13 05:13:55.109 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-02-13T05:13:56.719Z[ recovery-image] Feb 13 05:13:55.159 INFO O| Feb 13 05:13:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54192025-02-13T05:13:56.719Z[ recovery-image] Feb 13 05:13:55.159 INFO O| Feb 13 05:13:55.159 INFO STEP 334 (remove_files) COMPLETE
54202025-02-13T05:13:56.719Z[ recovery-image] Feb 13 05:13:55.159 INFO O| Feb 13 05:13:55.159 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-13T05:13:56.773Z[ recovery-image] Feb 13 05:13:55.214 INFO O| Feb 13 05:13:55.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54222025-02-13T05:13:56.773Z[ recovery-image] Feb 13 05:13:55.214 INFO O| Feb 13 05:13:55.214 INFO STEP 335 (remove_files) COMPLETE
54232025-02-13T05:13:56.773Z[ recovery-image] Feb 13 05:13:55.214 INFO O| Feb 13 05:13:55.214 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-13T05:13:56.830Z[ recovery-image] Feb 13 05:13:55.271 INFO O| Feb 13 05:13:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54252025-02-13T05:13:56.832Z[ recovery-image] Feb 13 05:13:55.271 INFO O| Feb 13 05:13:55.271 INFO STEP 336 (remove_files) COMPLETE
54262025-02-13T05:13:56.832Z[ recovery-image] Feb 13 05:13:55.271 INFO O| Feb 13 05:13:55.271 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-13T05:13:56.854Z[ recovery-image] Feb 13 05:13:55.294 INFO O| Feb 13 05:13:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54282025-02-13T05:13:56.854Z[ recovery-image] Feb 13 05:13:55.294 INFO O| Feb 13 05:13:55.294 INFO STEP 337 (remove_files) COMPLETE
54292025-02-13T05:13:56.854Z[ recovery-image] Feb 13 05:13:55.294 INFO O| Feb 13 05:13:55.294 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-13T05:13:56.897Z[ recovery-image] Feb 13 05:13:55.338 INFO O| Feb 13 05:13:55.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54312025-02-13T05:13:56.900Z[ recovery-image] Feb 13 05:13:55.338 INFO O| Feb 13 05:13:55.338 INFO STEP 338 (remove_files) COMPLETE
54322025-02-13T05:13:56.900Z[ recovery-image] Feb 13 05:13:55.338 INFO O| Feb 13 05:13:55.338 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-13T05:13:56.921Z[ recovery-image] Feb 13 05:13:55.361 INFO O| Feb 13 05:13:55.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54342025-02-13T05:13:56.924Z[ recovery-image] Feb 13 05:13:55.361 INFO O| Feb 13 05:13:55.361 INFO STEP 339 (remove_files) COMPLETE
54352025-02-13T05:13:56.924Z[ recovery-image] Feb 13 05:13:55.361 INFO O| Feb 13 05:13:55.361 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-13T05:13:56.943Z[ recovery-image] Feb 13 05:13:55.384 INFO O| Feb 13 05:13:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54372025-02-13T05:13:56.946Z[ recovery-image] Feb 13 05:13:55.384 INFO O| Feb 13 05:13:55.384 INFO STEP 340 (remove_files) COMPLETE
54382025-02-13T05:13:56.946Z[ recovery-image] Feb 13 05:13:55.384 INFO O| Feb 13 05:13:55.384 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-13T05:13:56.965Z[ recovery-image] Feb 13 05:13:55.406 INFO O| Feb 13 05:13:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54402025-02-13T05:13:56.967Z[ recovery-image] Feb 13 05:13:55.406 INFO O| Feb 13 05:13:55.406 INFO STEP 341 (remove_files) COMPLETE
54412025-02-13T05:13:56.967Z[ recovery-image] Feb 13 05:13:55.406 INFO O| Feb 13 05:13:55.406 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-13T05:13:56.986Z[ recovery-image] Feb 13 05:13:55.427 INFO O| Feb 13 05:13:55.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54432025-02-13T05:13:56.989Z[ recovery-image] Feb 13 05:13:55.428 INFO O| Feb 13 05:13:55.427 INFO STEP 342 (remove_files) COMPLETE
54442025-02-13T05:13:56.989Z[ recovery-image] Feb 13 05:13:55.428 INFO O| Feb 13 05:13:55.428 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-13T05:13:57.020Z[ recovery-image] Feb 13 05:13:55.461 INFO O| Feb 13 05:13:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54462025-02-13T05:13:57.020Z[ recovery-image] Feb 13 05:13:55.461 INFO O| Feb 13 05:13:55.461 INFO STEP 343 (remove_files) COMPLETE
54472025-02-13T05:13:57.020Z[ recovery-image] Feb 13 05:13:55.461 INFO O| Feb 13 05:13:55.461 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-13T05:13:57.042Z[ recovery-image] Feb 13 05:13:55.482 INFO O| Feb 13 05:13:55.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54492025-02-13T05:13:57.042Z[ recovery-image] Feb 13 05:13:55.482 INFO O| Feb 13 05:13:55.482 INFO STEP 344 (remove_files) COMPLETE
54502025-02-13T05:13:57.042Z[ recovery-image] Feb 13 05:13:55.482 INFO O| Feb 13 05:13:55.482 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-13T05:13:57.060Z[ recovery-image] Feb 13 05:13:55.501 INFO O| Feb 13 05:13:55.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54522025-02-13T05:13:57.060Z[ recovery-image] Feb 13 05:13:55.501 INFO O| Feb 13 05:13:55.501 INFO STEP 345 (remove_files) COMPLETE
54532025-02-13T05:13:57.060Z[ recovery-image] Feb 13 05:13:55.502 INFO O| Feb 13 05:13:55.501 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-13T05:13:57.080Z[ recovery-image] Feb 13 05:13:55.521 INFO O| Feb 13 05:13:55.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54552025-02-13T05:13:57.080Z[ recovery-image] Feb 13 05:13:55.521 INFO O| Feb 13 05:13:55.521 INFO STEP 346 (remove_files) COMPLETE
54562025-02-13T05:13:57.080Z[ recovery-image] Feb 13 05:13:55.521 INFO O| Feb 13 05:13:55.521 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-13T05:13:57.123Z[ recovery-image] Feb 13 05:13:55.564 INFO O| Feb 13 05:13:55.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54582025-02-13T05:13:57.126Z[ recovery-image] Feb 13 05:13:55.564 INFO O| Feb 13 05:13:55.564 INFO STEP 347 (remove_files) COMPLETE
54592025-02-13T05:13:57.126Z[ recovery-image] Feb 13 05:13:55.565 INFO O| Feb 13 05:13:55.565 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-13T05:13:57.144Z[ recovery-image] Feb 13 05:13:55.585 INFO O| Feb 13 05:13:55.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54612025-02-13T05:13:57.147Z[ recovery-image] Feb 13 05:13:55.585 INFO O| Feb 13 05:13:55.585 INFO STEP 348 (remove_files) COMPLETE
54622025-02-13T05:13:57.147Z[ recovery-image] Feb 13 05:13:55.585 INFO O| Feb 13 05:13:55.585 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-13T05:13:57.180Z[ recovery-image] Feb 13 05:13:55.620 INFO O| Feb 13 05:13:55.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54642025-02-13T05:13:57.180Z[ recovery-image] Feb 13 05:13:55.620 INFO O| Feb 13 05:13:55.620 INFO STEP 349 (remove_files) COMPLETE
54652025-02-13T05:13:57.180Z[ recovery-image] Feb 13 05:13:55.620 INFO O| Feb 13 05:13:55.620 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-13T05:13:57.228Z[ recovery-image] Feb 13 05:13:55.668 INFO O| Feb 13 05:13:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54672025-02-13T05:13:57.231Z[ recovery-image] Feb 13 05:13:55.668 INFO O| Feb 13 05:13:55.668 INFO STEP 350 (remove_files) COMPLETE
54682025-02-13T05:13:57.231Z[ recovery-image] Feb 13 05:13:55.668 INFO O| Feb 13 05:13:55.668 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-13T05:13:57.248Z[ recovery-image] Feb 13 05:13:55.688 INFO O| Feb 13 05:13:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54702025-02-13T05:13:57.248Z[ recovery-image] Feb 13 05:13:55.688 INFO O| Feb 13 05:13:55.688 INFO STEP 351 (remove_files) COMPLETE
54712025-02-13T05:13:57.250Z[ recovery-image] Feb 13 05:13:55.688 INFO O| Feb 13 05:13:55.688 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-13T05:13:57.300Z[ recovery-image] Feb 13 05:13:55.741 INFO O| Feb 13 05:13:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54732025-02-13T05:13:57.300Z[ recovery-image] Feb 13 05:13:55.741 INFO O| Feb 13 05:13:55.741 INFO STEP 352 (remove_files) COMPLETE
54742025-02-13T05:13:57.303Z[ recovery-image] Feb 13 05:13:55.741 INFO O| Feb 13 05:13:55.741 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-13T05:13:57.346Z[ recovery-image] Feb 13 05:13:55.787 INFO O| Feb 13 05:13:55.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54762025-02-13T05:13:57.346Z[ recovery-image] Feb 13 05:13:55.787 INFO O| Feb 13 05:13:55.787 INFO STEP 353 (remove_files) COMPLETE
54772025-02-13T05:13:57.346Z[ recovery-image] Feb 13 05:13:55.787 INFO O| Feb 13 05:13:55.787 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-13T05:13:57.366Z[ recovery-image] Feb 13 05:13:55.807 INFO O| Feb 13 05:13:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54792025-02-13T05:13:57.366Z[ recovery-image] Feb 13 05:13:55.807 INFO O| Feb 13 05:13:55.807 INFO STEP 354 (remove_files) COMPLETE
54802025-02-13T05:13:57.370Z[ recovery-image] Feb 13 05:13:55.808 INFO O| Feb 13 05:13:55.807 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-13T05:13:57.387Z[ recovery-image] Feb 13 05:13:55.828 INFO O| Feb 13 05:13:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54822025-02-13T05:13:57.387Z[ recovery-image] Feb 13 05:13:55.828 INFO O| Feb 13 05:13:55.828 INFO STEP 355 (remove_files) COMPLETE
54832025-02-13T05:13:57.387Z[ recovery-image] Feb 13 05:13:55.828 INFO O| Feb 13 05:13:55.828 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-13T05:13:57.407Z[ recovery-image] Feb 13 05:13:55.848 INFO O| Feb 13 05:13:55.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54852025-02-13T05:13:57.407Z[ recovery-image] Feb 13 05:13:55.848 INFO O| Feb 13 05:13:55.848 INFO STEP 356 (remove_files) COMPLETE
54862025-02-13T05:13:57.407Z[ recovery-image] Feb 13 05:13:55.848 INFO O| Feb 13 05:13:55.848 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-13T05:13:57.426Z[ recovery-image] Feb 13 05:13:55.867 INFO O| Feb 13 05:13:55.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54882025-02-13T05:13:57.426Z[ recovery-image] Feb 13 05:13:55.867 INFO O| Feb 13 05:13:55.867 INFO STEP 357 (remove_files) COMPLETE
54892025-02-13T05:13:57.426Z[ recovery-image] Feb 13 05:13:55.867 INFO O| Feb 13 05:13:55.867 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-13T05:13:57.471Z[ recovery-image] Feb 13 05:13:55.912 INFO O| Feb 13 05:13:55.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54912025-02-13T05:13:57.471Z[ recovery-image] Feb 13 05:13:55.912 INFO O| Feb 13 05:13:55.912 INFO STEP 358 (remove_files) COMPLETE
54922025-02-13T05:13:57.471Z[ recovery-image] Feb 13 05:13:55.912 INFO O| Feb 13 05:13:55.912 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-13T05:13:57.493Z[ recovery-image] Feb 13 05:13:55.934 INFO O| Feb 13 05:13:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54942025-02-13T05:13:57.493Z[ recovery-image] Feb 13 05:13:55.934 INFO O| Feb 13 05:13:55.934 INFO STEP 359 (remove_files) COMPLETE
54952025-02-13T05:13:57.493Z[ recovery-image] Feb 13 05:13:55.934 INFO O| Feb 13 05:13:55.934 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-13T05:13:57.496Z[ host-image] Feb 13 05:13:55.937 INFO O| Feb 13 05:13:55.937 INFO O| Actions: 33463/49494 actions (Installing new actions)
54972025-02-13T05:13:57.522Z[ recovery-image] Feb 13 05:13:55.963 INFO O| Feb 13 05:13:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54982025-02-13T05:13:57.525Z[ recovery-image] Feb 13 05:13:55.963 INFO O| Feb 13 05:13:55.963 INFO STEP 360 (remove_files) COMPLETE
54992025-02-13T05:13:57.525Z[ recovery-image] Feb 13 05:13:55.964 INFO O| Feb 13 05:13:55.963 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-13T05:13:57.612Z[ recovery-image] Feb 13 05:13:56.053 INFO O| Feb 13 05:13:56.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55012025-02-13T05:13:57.612Z[ recovery-image] Feb 13 05:13:56.054 INFO O| Feb 13 05:13:56.054 INFO STEP 361 (remove_files) COMPLETE
55022025-02-13T05:13:57.616Z[ recovery-image] Feb 13 05:13:56.054 INFO O| Feb 13 05:13:56.054 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-13T05:13:57.656Z[ recovery-image] Feb 13 05:13:56.097 INFO O| Feb 13 05:13:56.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55042025-02-13T05:13:57.656Z[ recovery-image] Feb 13 05:13:56.097 INFO O| Feb 13 05:13:56.097 INFO STEP 362 (remove_files) COMPLETE
55052025-02-13T05:13:57.656Z[ recovery-image] Feb 13 05:13:56.097 INFO O| Feb 13 05:13:56.097 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-02-13T05:13:57.701Z[ recovery-image] Feb 13 05:13:56.142 INFO O| Feb 13 05:13:56.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55072025-02-13T05:13:57.701Z[ recovery-image] Feb 13 05:13:56.142 INFO O| Feb 13 05:13:56.142 INFO STEP 363 (remove_files) COMPLETE
55082025-02-13T05:13:57.701Z[ recovery-image] Feb 13 05:13:56.142 INFO O| Feb 13 05:13:56.142 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-02-13T05:13:57.721Z[ recovery-image] Feb 13 05:13:56.162 INFO O| Feb 13 05:13:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55102025-02-13T05:13:57.721Z[ recovery-image] Feb 13 05:13:56.162 INFO O| Feb 13 05:13:56.162 INFO STEP 364 (remove_files) COMPLETE
55112025-02-13T05:13:57.721Z[ recovery-image] Feb 13 05:13:56.162 INFO O| Feb 13 05:13:56.162 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-02-13T05:13:57.771Z[ recovery-image] Feb 13 05:13:56.211 INFO O| Feb 13 05:13:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55132025-02-13T05:13:57.771Z[ recovery-image] Feb 13 05:13:56.211 INFO O| Feb 13 05:13:56.211 INFO STEP 365 (remove_files) COMPLETE
55142025-02-13T05:13:57.774Z[ recovery-image] Feb 13 05:13:56.211 INFO O| Feb 13 05:13:56.211 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-02-13T05:13:57.813Z[ recovery-image] Feb 13 05:13:56.254 INFO O| Feb 13 05:13:56.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55162025-02-13T05:13:57.813Z[ recovery-image] Feb 13 05:13:56.254 INFO O| Feb 13 05:13:56.254 INFO STEP 366 (remove_files) COMPLETE
55172025-02-13T05:13:57.813Z[ recovery-image] Feb 13 05:13:56.254 INFO O| Feb 13 05:13:56.254 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-02-13T05:13:57.859Z[ recovery-image] Feb 13 05:13:56.300 INFO O| Feb 13 05:13:56.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55192025-02-13T05:13:57.859Z[ recovery-image] Feb 13 05:13:56.300 INFO O| Feb 13 05:13:56.300 INFO STEP 367 (remove_files) COMPLETE
55202025-02-13T05:13:57.859Z[ recovery-image] Feb 13 05:13:56.300 INFO O| Feb 13 05:13:56.300 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-02-13T05:13:57.903Z[ recovery-image] Feb 13 05:13:56.344 INFO O| Feb 13 05:13:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55222025-02-13T05:13:57.904Z[ recovery-image] Feb 13 05:13:56.344 INFO O| Feb 13 05:13:56.344 INFO STEP 368 (remove_files) COMPLETE
55232025-02-13T05:13:57.906Z[ recovery-image] Feb 13 05:13:56.344 INFO O| Feb 13 05:13:56.344 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-02-13T05:13:57.923Z[ recovery-image] Feb 13 05:13:56.364 INFO O| Feb 13 05:13:56.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55252025-02-13T05:13:57.923Z[ recovery-image] Feb 13 05:13:56.364 INFO O| Feb 13 05:13:56.364 INFO STEP 369 (remove_files) COMPLETE
55262025-02-13T05:13:57.926Z[ recovery-image] Feb 13 05:13:56.364 INFO O| Feb 13 05:13:56.364 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-13T05:13:57.973Z[ recovery-image] Feb 13 05:13:56.413 INFO O| Feb 13 05:13:56.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55282025-02-13T05:13:57.973Z[ recovery-image] Feb 13 05:13:56.414 INFO O| Feb 13 05:13:56.413 INFO STEP 370 (remove_files) COMPLETE
55292025-02-13T05:13:57.973Z[ recovery-image] Feb 13 05:13:56.414 INFO O| Feb 13 05:13:56.413 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-13T05:13:58.016Z[ recovery-image] Feb 13 05:13:56.456 INFO O| Feb 13 05:13:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55312025-02-13T05:13:58.016Z[ recovery-image] Feb 13 05:13:56.456 INFO O| Feb 13 05:13:56.456 INFO STEP 371 (remove_files) COMPLETE
55322025-02-13T05:13:58.016Z[ recovery-image] Feb 13 05:13:56.457 INFO O| Feb 13 05:13:56.456 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-13T05:13:58.217Z[ recovery-image] Feb 13 05:13:56.658 INFO O| Feb 13 05:13:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55342025-02-13T05:13:58.217Z[ recovery-image] Feb 13 05:13:56.658 INFO O| Feb 13 05:13:56.658 INFO STEP 372 (remove_files) COMPLETE
55352025-02-13T05:13:58.217Z[ recovery-image] Feb 13 05:13:56.658 INFO O| Feb 13 05:13:56.658 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-13T05:13:58.237Z[ recovery-image] Feb 13 05:13:56.678 INFO O| Feb 13 05:13:56.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55372025-02-13T05:13:58.239Z[ recovery-image] Feb 13 05:13:56.678 INFO O| Feb 13 05:13:56.678 INFO STEP 373 (remove_files) COMPLETE
55382025-02-13T05:13:58.240Z[ recovery-image] Feb 13 05:13:56.678 INFO O| Feb 13 05:13:56.678 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-13T05:13:58.256Z[ recovery-image] Feb 13 05:13:56.697 INFO O| Feb 13 05:13:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55402025-02-13T05:13:58.256Z[ recovery-image] Feb 13 05:13:56.697 INFO O| Feb 13 05:13:56.697 INFO STEP 374 (remove_files) COMPLETE
55412025-02-13T05:13:58.259Z[ recovery-image] Feb 13 05:13:56.697 INFO O| Feb 13 05:13:56.697 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-13T05:13:58.298Z[ recovery-image] Feb 13 05:13:56.738 INFO O| Feb 13 05:13:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55432025-02-13T05:13:58.298Z[ recovery-image] Feb 13 05:13:56.739 INFO O| Feb 13 05:13:56.738 INFO STEP 375 (remove_files) COMPLETE
55442025-02-13T05:13:58.298Z[ recovery-image] Feb 13 05:13:56.739 INFO O| Feb 13 05:13:56.739 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-13T05:13:58.373Z[ recovery-image] Feb 13 05:13:56.814 INFO O| Feb 13 05:13:56.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55462025-02-13T05:13:58.374Z[ recovery-image] Feb 13 05:13:56.815 INFO O| Feb 13 05:13:56.814 INFO STEP 376 (remove_files) COMPLETE
55472025-02-13T05:13:58.374Z[ recovery-image] Feb 13 05:13:56.815 INFO O| Feb 13 05:13:56.814 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-13T05:13:58.396Z[ recovery-image] Feb 13 05:13:56.836 INFO O| Feb 13 05:13:56.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55492025-02-13T05:13:58.396Z[ recovery-image] Feb 13 05:13:56.836 INFO O| Feb 13 05:13:56.836 INFO STEP 377 (remove_files) COMPLETE
55502025-02-13T05:13:58.396Z[ recovery-image] Feb 13 05:13:56.836 INFO O| Feb 13 05:13:56.836 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-13T05:13:58.441Z[ recovery-image] Feb 13 05:13:56.882 INFO O| Feb 13 05:13:56.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55522025-02-13T05:13:58.441Z[ recovery-image] Feb 13 05:13:56.882 INFO O| Feb 13 05:13:56.882 INFO STEP 378 (remove_files) COMPLETE
55532025-02-13T05:13:58.444Z[ recovery-image] Feb 13 05:13:56.882 INFO O| Feb 13 05:13:56.882 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-13T05:13:58.461Z[ recovery-image] Feb 13 05:13:56.902 INFO O| Feb 13 05:13:56.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55552025-02-13T05:13:58.461Z[ recovery-image] Feb 13 05:13:56.902 INFO O| Feb 13 05:13:56.902 INFO STEP 379 (remove_files) COMPLETE
55562025-02-13T05:13:58.462Z[ recovery-image] Feb 13 05:13:56.902 INFO O| Feb 13 05:13:56.902 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-13T05:13:58.482Z[ recovery-image] Feb 13 05:13:56.923 INFO O| Feb 13 05:13:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55582025-02-13T05:13:58.482Z[ recovery-image] Feb 13 05:13:56.923 INFO O| Feb 13 05:13:56.923 INFO STEP 380 (remove_files) COMPLETE
55592025-02-13T05:13:58.482Z[ recovery-image] Feb 13 05:13:56.923 INFO O| Feb 13 05:13:56.923 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-13T05:13:58.503Z[ recovery-image] Feb 13 05:13:56.942 INFO O| Feb 13 05:13:56.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55612025-02-13T05:13:58.503Z[ recovery-image] Feb 13 05:13:56.942 INFO O| Feb 13 05:13:56.942 INFO STEP 381 (remove_files) COMPLETE
55622025-02-13T05:13:58.503Z[ recovery-image] Feb 13 05:13:56.942 INFO O| Feb 13 05:13:56.942 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-13T05:13:58.523Z[ recovery-image] Feb 13 05:13:56.963 INFO O| Feb 13 05:13:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55642025-02-13T05:13:58.523Z[ recovery-image] Feb 13 05:13:56.963 INFO O| Feb 13 05:13:56.963 INFO STEP 382 (remove_files) COMPLETE
55652025-02-13T05:13:58.523Z[ recovery-image] Feb 13 05:13:56.964 INFO O| Feb 13 05:13:56.963 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-13T05:13:58.566Z[ recovery-image] Feb 13 05:13:57.007 INFO O| Feb 13 05:13:57.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55672025-02-13T05:13:58.569Z[ recovery-image] Feb 13 05:13:57.007 INFO O| Feb 13 05:13:57.007 INFO STEP 383 (remove_files) COMPLETE
55682025-02-13T05:13:58.569Z[ recovery-image] Feb 13 05:13:57.007 INFO O| Feb 13 05:13:57.007 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-13T05:13:58.588Z[ recovery-image] Feb 13 05:13:57.029 INFO O| Feb 13 05:13:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55702025-02-13T05:13:58.591Z[ recovery-image] Feb 13 05:13:57.029 INFO O| Feb 13 05:13:57.029 INFO STEP 384 (remove_files) COMPLETE
55712025-02-13T05:13:58.591Z[ recovery-image] Feb 13 05:13:57.029 INFO O| Feb 13 05:13:57.029 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-02-13T05:13:58.610Z[ recovery-image] Feb 13 05:13:57.050 INFO O| Feb 13 05:13:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55732025-02-13T05:13:58.610Z[ recovery-image] Feb 13 05:13:57.051 INFO O| Feb 13 05:13:57.051 INFO STEP 385 (remove_files) COMPLETE
55742025-02-13T05:13:58.612Z[ recovery-image] Feb 13 05:13:57.051 INFO O| Feb 13 05:13:57.051 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-02-13T05:13:58.633Z[ recovery-image] Feb 13 05:13:57.073 INFO O| Feb 13 05:13:57.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55762025-02-13T05:13:58.636Z[ recovery-image] Feb 13 05:13:57.074 INFO O| Feb 13 05:13:57.074 INFO STEP 386 (remove_files) COMPLETE
55772025-02-13T05:13:58.636Z[ recovery-image] Feb 13 05:13:57.074 INFO O| Feb 13 05:13:57.074 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-02-13T05:13:58.654Z[ recovery-image] Feb 13 05:13:57.095 INFO O| Feb 13 05:13:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55792025-02-13T05:13:58.654Z[ recovery-image] Feb 13 05:13:57.095 INFO O| Feb 13 05:13:57.095 INFO STEP 387 (remove_files) COMPLETE
55802025-02-13T05:13:58.657Z[ recovery-image] Feb 13 05:13:57.095 INFO O| Feb 13 05:13:57.095 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-02-13T05:13:58.675Z[ recovery-image] Feb 13 05:13:57.116 INFO O| Feb 13 05:13:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55822025-02-13T05:13:58.675Z[ recovery-image] Feb 13 05:13:57.116 INFO O| Feb 13 05:13:57.116 INFO STEP 388 (remove_files) COMPLETE
55832025-02-13T05:13:58.678Z[ recovery-image] Feb 13 05:13:57.117 INFO O| Feb 13 05:13:57.117 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-02-13T05:13:58.696Z[ recovery-image] Feb 13 05:13:57.137 INFO O| Feb 13 05:13:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55852025-02-13T05:13:58.696Z[ recovery-image] Feb 13 05:13:57.137 INFO O| Feb 13 05:13:57.137 INFO STEP 389 (remove_files) COMPLETE
55862025-02-13T05:13:58.699Z[ recovery-image] Feb 13 05:13:57.137 INFO O| Feb 13 05:13:57.137 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-02-13T05:13:58.717Z[ recovery-image] Feb 13 05:13:57.158 INFO O| Feb 13 05:13:57.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55882025-02-13T05:13:58.720Z[ recovery-image] Feb 13 05:13:57.158 INFO O| Feb 13 05:13:57.158 INFO STEP 390 (remove_files) COMPLETE
55892025-02-13T05:13:58.720Z[ recovery-image] Feb 13 05:13:57.158 INFO O| Feb 13 05:13:57.158 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-02-13T05:13:58.738Z[ recovery-image] Feb 13 05:13:57.179 INFO O| Feb 13 05:13:57.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55912025-02-13T05:13:58.738Z[ recovery-image] Feb 13 05:13:57.179 INFO O| Feb 13 05:13:57.179 INFO STEP 391 (remove_files) COMPLETE
55922025-02-13T05:13:58.741Z[ recovery-image] Feb 13 05:13:57.179 INFO O| Feb 13 05:13:57.179 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-02-13T05:13:58.760Z[ recovery-image] Feb 13 05:13:57.200 INFO O| Feb 13 05:13:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55942025-02-13T05:13:58.762Z[ recovery-image] Feb 13 05:13:57.201 INFO O| Feb 13 05:13:57.201 INFO STEP 392 (remove_files) COMPLETE
55952025-02-13T05:13:58.762Z[ recovery-image] Feb 13 05:13:57.201 INFO O| Feb 13 05:13:57.201 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-02-13T05:13:58.783Z[ recovery-image] Feb 13 05:13:57.223 INFO O| Feb 13 05:13:57.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55972025-02-13T05:13:58.783Z[ recovery-image] Feb 13 05:13:57.224 INFO O| Feb 13 05:13:57.224 INFO STEP 393 (remove_files) COMPLETE
55982025-02-13T05:13:58.786Z[ recovery-image] Feb 13 05:13:57.224 INFO O| Feb 13 05:13:57.224 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-02-13T05:13:58.806Z[ recovery-image] Feb 13 05:13:57.247 INFO O| Feb 13 05:13:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56002025-02-13T05:13:58.809Z[ recovery-image] Feb 13 05:13:57.247 INFO O| Feb 13 05:13:57.247 INFO STEP 394 (remove_files) COMPLETE
56012025-02-13T05:13:58.809Z[ recovery-image] Feb 13 05:13:57.247 INFO O| Feb 13 05:13:57.247 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-13T05:13:58.829Z[ recovery-image] Feb 13 05:13:57.269 INFO O| Feb 13 05:13:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56032025-02-13T05:13:58.829Z[ recovery-image] Feb 13 05:13:57.270 INFO O| Feb 13 05:13:57.270 INFO STEP 395 (remove_files) COMPLETE
56042025-02-13T05:13:58.831Z[ recovery-image] Feb 13 05:13:57.270 INFO O| Feb 13 05:13:57.270 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-02-13T05:13:58.851Z[ recovery-image] Feb 13 05:13:57.292 INFO O| Feb 13 05:13:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56062025-02-13T05:13:58.854Z[ recovery-image] Feb 13 05:13:57.292 INFO O| Feb 13 05:13:57.292 INFO STEP 396 (remove_files) COMPLETE
56072025-02-13T05:13:58.854Z[ recovery-image] Feb 13 05:13:57.292 INFO O| Feb 13 05:13:57.292 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-02-13T05:13:58.873Z[ recovery-image] Feb 13 05:13:57.314 INFO O| Feb 13 05:13:57.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56092025-02-13T05:13:58.875Z[ recovery-image] Feb 13 05:13:57.314 INFO O| Feb 13 05:13:57.314 INFO STEP 397 (remove_files) COMPLETE
56102025-02-13T05:13:58.875Z[ recovery-image] Feb 13 05:13:57.314 INFO O| Feb 13 05:13:57.314 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-02-13T05:13:58.894Z[ recovery-image] Feb 13 05:13:57.335 INFO O| Feb 13 05:13:57.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56122025-02-13T05:13:58.894Z[ recovery-image] Feb 13 05:13:57.335 INFO O| Feb 13 05:13:57.335 INFO STEP 398 (remove_files) COMPLETE
56132025-02-13T05:13:58.897Z[ recovery-image] Feb 13 05:13:57.335 INFO O| Feb 13 05:13:57.335 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-02-13T05:13:58.914Z[ recovery-image] Feb 13 05:13:57.355 INFO O| Feb 13 05:13:57.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56152025-02-13T05:13:58.917Z[ recovery-image] Feb 13 05:13:57.355 INFO O| Feb 13 05:13:57.355 INFO STEP 399 (remove_files) COMPLETE
56162025-02-13T05:13:58.917Z[ recovery-image] Feb 13 05:13:57.355 INFO O| Feb 13 05:13:57.355 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-02-13T05:13:58.935Z[ recovery-image] Feb 13 05:13:57.376 INFO O| Feb 13 05:13:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56182025-02-13T05:13:58.939Z[ recovery-image] Feb 13 05:13:57.376 INFO O| Feb 13 05:13:57.376 INFO STEP 400 (remove_files) COMPLETE
56192025-02-13T05:13:58.940Z[ recovery-image] Feb 13 05:13:57.376 INFO O| Feb 13 05:13:57.376 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-02-13T05:13:58.956Z[ recovery-image] Feb 13 05:13:57.397 INFO O| Feb 13 05:13:57.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56212025-02-13T05:13:58.959Z[ recovery-image] Feb 13 05:13:57.398 INFO O| Feb 13 05:13:57.398 INFO STEP 401 (remove_files) COMPLETE
56222025-02-13T05:13:58.959Z[ recovery-image] Feb 13 05:13:57.398 INFO O| Feb 13 05:13:57.398 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-02-13T05:13:58.978Z[ recovery-image] Feb 13 05:13:57.419 INFO O| Feb 13 05:13:57.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56242025-02-13T05:13:58.981Z[ recovery-image] Feb 13 05:13:57.419 INFO O| Feb 13 05:13:57.419 INFO STEP 402 (remove_files) COMPLETE
56252025-02-13T05:13:58.981Z[ recovery-image] Feb 13 05:13:57.419 INFO O| Feb 13 05:13:57.419 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-02-13T05:13:59.109Z[ recovery-image] Feb 13 05:13:57.550 INFO O| Feb 13 05:13:57.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56272025-02-13T05:13:59.112Z[ recovery-image] Feb 13 05:13:57.550 INFO O| Feb 13 05:13:57.550 INFO STEP 403 (remove_files) COMPLETE
56282025-02-13T05:13:59.112Z[ recovery-image] Feb 13 05:13:57.551 INFO O| Feb 13 05:13:57.550 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-02-13T05:13:59.132Z[ recovery-image] Feb 13 05:13:57.573 INFO O| Feb 13 05:13:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56302025-02-13T05:13:59.135Z[ recovery-image] Feb 13 05:13:57.573 INFO O| Feb 13 05:13:57.573 INFO STEP 404 (remove_files) COMPLETE
56312025-02-13T05:13:59.135Z[ recovery-image] Feb 13 05:13:57.574 INFO O| Feb 13 05:13:57.573 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-02-13T05:13:59.155Z[ recovery-image] Feb 13 05:13:57.595 INFO O| Feb 13 05:13:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56332025-02-13T05:13:59.158Z[ recovery-image] Feb 13 05:13:57.595 INFO O| Feb 13 05:13:57.595 INFO STEP 405 (remove_files) COMPLETE
56342025-02-13T05:13:59.158Z[ recovery-image] Feb 13 05:13:57.596 INFO O| Feb 13 05:13:57.595 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-02-13T05:13:59.176Z[ recovery-image] Feb 13 05:13:57.617 INFO O| Feb 13 05:13:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56362025-02-13T05:13:59.179Z[ recovery-image] Feb 13 05:13:57.617 INFO O| Feb 13 05:13:57.617 INFO STEP 406 (remove_files) COMPLETE
56372025-02-13T05:13:59.179Z[ recovery-image] Feb 13 05:13:57.617 INFO O| Feb 13 05:13:57.617 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-02-13T05:13:59.198Z[ recovery-image] Feb 13 05:13:57.638 INFO O| Feb 13 05:13:57.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56392025-02-13T05:13:59.198Z[ recovery-image] Feb 13 05:13:57.639 INFO O| Feb 13 05:13:57.639 INFO STEP 407 (remove_files) COMPLETE
56402025-02-13T05:13:59.198Z[ recovery-image] Feb 13 05:13:57.639 INFO O| Feb 13 05:13:57.639 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-13T05:13:59.223Z[ recovery-image] Feb 13 05:13:57.664 INFO O| Feb 13 05:13:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56422025-02-13T05:13:59.223Z[ recovery-image] Feb 13 05:13:57.664 INFO O| Feb 13 05:13:57.664 INFO STEP 408 (remove_files) COMPLETE
56432025-02-13T05:13:59.223Z[ recovery-image] Feb 13 05:13:57.664 INFO O| Feb 13 05:13:57.664 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-13T05:13:59.261Z[ recovery-image] Feb 13 05:13:57.702 INFO O| Feb 13 05:13:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56452025-02-13T05:13:59.261Z[ recovery-image] Feb 13 05:13:57.702 INFO O| Feb 13 05:13:57.702 INFO STEP 409 (remove_files) COMPLETE
56462025-02-13T05:13:59.261Z[ recovery-image] Feb 13 05:13:57.702 INFO O| Feb 13 05:13:57.702 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-02-13T05:13:59.305Z[ recovery-image] Feb 13 05:13:57.746 INFO O| Feb 13 05:13:57.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56482025-02-13T05:13:59.308Z[ recovery-image] Feb 13 05:13:57.746 INFO O| Feb 13 05:13:57.746 INFO STEP 410 (remove_files) COMPLETE
56492025-02-13T05:13:59.308Z[ recovery-image] Feb 13 05:13:57.746 INFO O| Feb 13 05:13:57.746 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-13T05:13:59.371Z[ recovery-image] Feb 13 05:13:57.811 INFO O| Feb 13 05:13:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56512025-02-13T05:13:59.374Z[ recovery-image] Feb 13 05:13:57.812 INFO O| Feb 13 05:13:57.812 INFO STEP 411 (remove_files) COMPLETE
56522025-02-13T05:13:59.374Z[ recovery-image] Feb 13 05:13:57.812 INFO O| Feb 13 05:13:57.812 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-13T05:13:59.393Z[ recovery-image] Feb 13 05:13:57.834 INFO O| Feb 13 05:13:57.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56542025-02-13T05:13:59.396Z[ recovery-image] Feb 13 05:13:57.834 INFO O| Feb 13 05:13:57.834 INFO STEP 412 (remove_files) COMPLETE
56552025-02-13T05:13:59.396Z[ recovery-image] Feb 13 05:13:57.835 INFO O| Feb 13 05:13:57.834 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-13T05:13:59.416Z[ recovery-image] Feb 13 05:13:57.856 INFO O| Feb 13 05:13:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56572025-02-13T05:13:59.418Z[ recovery-image] Feb 13 05:13:57.857 INFO O| Feb 13 05:13:57.857 INFO STEP 413 (remove_files) COMPLETE
56582025-02-13T05:13:59.418Z[ recovery-image] Feb 13 05:13:57.857 INFO O| Feb 13 05:13:57.857 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-13T05:13:59.438Z[ recovery-image] Feb 13 05:13:57.879 INFO O| Feb 13 05:13:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56602025-02-13T05:13:59.441Z[ recovery-image] Feb 13 05:13:57.879 INFO O| Feb 13 05:13:57.879 INFO STEP 414 (remove_files) COMPLETE
56612025-02-13T05:13:59.441Z[ recovery-image] Feb 13 05:13:57.879 INFO O| Feb 13 05:13:57.879 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-13T05:13:59.461Z[ recovery-image] Feb 13 05:13:57.902 INFO O| Feb 13 05:13:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56632025-02-13T05:13:59.465Z[ recovery-image] Feb 13 05:13:57.902 INFO O| Feb 13 05:13:57.902 INFO STEP 415 (remove_files) COMPLETE
56642025-02-13T05:13:59.465Z[ recovery-image] Feb 13 05:13:57.902 INFO O| Feb 13 05:13:57.902 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-13T05:13:59.485Z[ recovery-image] Feb 13 05:13:57.926 INFO O| Feb 13 05:13:57.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56662025-02-13T05:13:59.487Z[ recovery-image] Feb 13 05:13:57.926 INFO O| Feb 13 05:13:57.926 INFO STEP 416 (remove_files) COMPLETE
56672025-02-13T05:13:59.488Z[ recovery-image] Feb 13 05:13:57.926 INFO O| Feb 13 05:13:57.926 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-13T05:13:59.517Z[ recovery-image] Feb 13 05:13:57.957 INFO O| Feb 13 05:13:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56692025-02-13T05:13:59.517Z[ recovery-image] Feb 13 05:13:57.957 INFO O| Feb 13 05:13:57.957 INFO STEP 417 (remove_files) COMPLETE
56702025-02-13T05:13:59.519Z[ recovery-image] Feb 13 05:13:57.957 INFO O| Feb 13 05:13:57.957 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-13T05:13:59.540Z[ recovery-image] Feb 13 05:13:57.981 INFO O| Feb 13 05:13:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56722025-02-13T05:13:59.540Z[ recovery-image] Feb 13 05:13:57.981 INFO O| Feb 13 05:13:57.981 INFO STEP 418 (remove_files) COMPLETE
56732025-02-13T05:13:59.543Z[ recovery-image] Feb 13 05:13:57.981 INFO O| Feb 13 05:13:57.981 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-13T05:13:59.564Z[ recovery-image] Feb 13 05:13:58.004 INFO O| Feb 13 05:13:58.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56752025-02-13T05:13:59.564Z[ recovery-image] Feb 13 05:13:58.004 INFO O| Feb 13 05:13:58.004 INFO STEP 419 (remove_files) COMPLETE
56762025-02-13T05:13:59.567Z[ recovery-image] Feb 13 05:13:58.005 INFO O| Feb 13 05:13:58.004 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-13T05:13:59.587Z[ recovery-image] Feb 13 05:13:58.028 INFO O| Feb 13 05:13:58.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56782025-02-13T05:13:59.590Z[ recovery-image] Feb 13 05:13:58.028 INFO O| Feb 13 05:13:58.028 INFO STEP 420 (remove_files) COMPLETE
56792025-02-13T05:13:59.590Z[ recovery-image] Feb 13 05:13:58.028 INFO O| Feb 13 05:13:58.028 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-13T05:13:59.611Z[ recovery-image] Feb 13 05:13:58.052 INFO O| Feb 13 05:13:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56812025-02-13T05:13:59.611Z[ recovery-image] Feb 13 05:13:58.052 INFO O| Feb 13 05:13:58.052 INFO STEP 421 (remove_files) COMPLETE
56822025-02-13T05:13:59.611Z[ recovery-image] Feb 13 05:13:58.052 INFO O| Feb 13 05:13:58.052 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-13T05:13:59.681Z[ recovery-image] Feb 13 05:13:58.121 INFO O| Feb 13 05:13:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56842025-02-13T05:13:59.681Z[ recovery-image] Feb 13 05:13:58.122 INFO O| Feb 13 05:13:58.121 INFO STEP 422 (remove_files) COMPLETE
56852025-02-13T05:13:59.681Z[ recovery-image] Feb 13 05:13:58.122 INFO O| Feb 13 05:13:58.122 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-13T05:13:59.736Z[ recovery-image] Feb 13 05:13:58.177 INFO O| Feb 13 05:13:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56872025-02-13T05:13:59.736Z[ recovery-image] Feb 13 05:13:58.177 INFO O| Feb 13 05:13:58.177 INFO STEP 423 (remove_files) COMPLETE
56882025-02-13T05:13:59.739Z[ recovery-image] Feb 13 05:13:58.177 INFO O| Feb 13 05:13:58.177 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-13T05:13:59.782Z[ recovery-image] Feb 13 05:13:58.222 INFO O| Feb 13 05:13:58.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56902025-02-13T05:13:59.782Z[ recovery-image] Feb 13 05:13:58.223 INFO O| Feb 13 05:13:58.223 INFO STEP 424 (remove_files) COMPLETE
56912025-02-13T05:13:59.782Z[ recovery-image] Feb 13 05:13:58.223 INFO O| Feb 13 05:13:58.223 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-13T05:13:59.805Z[ recovery-image] Feb 13 05:13:58.245 INFO O| Feb 13 05:13:58.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56932025-02-13T05:13:59.805Z[ recovery-image] Feb 13 05:13:58.245 INFO O| Feb 13 05:13:58.245 INFO STEP 425 (remove_files) COMPLETE
56942025-02-13T05:13:59.805Z[ recovery-image] Feb 13 05:13:58.245 INFO O| Feb 13 05:13:58.245 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-13T05:13:59.828Z[ recovery-image] Feb 13 05:13:58.268 INFO O| Feb 13 05:13:58.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56962025-02-13T05:13:59.831Z[ recovery-image] Feb 13 05:13:58.269 INFO O| Feb 13 05:13:58.269 INFO STEP 426 (remove_files) COMPLETE
56972025-02-13T05:13:59.831Z[ recovery-image] Feb 13 05:13:58.269 INFO O| Feb 13 05:13:58.269 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-13T05:13:59.851Z[ recovery-image] Feb 13 05:13:58.292 INFO O| Feb 13 05:13:58.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56992025-02-13T05:13:59.854Z[ recovery-image] Feb 13 05:13:58.292 INFO O| Feb 13 05:13:58.292 INFO STEP 427 (remove_files) COMPLETE
57002025-02-13T05:13:59.854Z[ recovery-image] Feb 13 05:13:58.292 INFO O| Feb 13 05:13:58.292 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-13T05:13:59.874Z[ recovery-image] Feb 13 05:13:58.315 INFO O| Feb 13 05:13:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57022025-02-13T05:13:59.877Z[ recovery-image] Feb 13 05:13:58.315 INFO O| Feb 13 05:13:58.315 INFO STEP 428 (remove_files) COMPLETE
57032025-02-13T05:13:59.877Z[ recovery-image] Feb 13 05:13:58.315 INFO O| Feb 13 05:13:58.315 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-13T05:13:59.896Z[ recovery-image] Feb 13 05:13:58.337 INFO O| Feb 13 05:13:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57052025-02-13T05:13:59.899Z[ recovery-image] Feb 13 05:13:58.337 INFO O| Feb 13 05:13:58.337 INFO STEP 429 (remove_files) COMPLETE
57062025-02-13T05:13:59.899Z[ recovery-image] Feb 13 05:13:58.337 INFO O| Feb 13 05:13:58.337 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-13T05:13:59.920Z[ recovery-image] Feb 13 05:13:58.361 INFO O| Feb 13 05:13:58.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57082025-02-13T05:13:59.923Z[ recovery-image] Feb 13 05:13:58.361 INFO O| Feb 13 05:13:58.361 INFO STEP 430 (remove_files) COMPLETE
57092025-02-13T05:13:59.923Z[ recovery-image] Feb 13 05:13:58.362 INFO O| Feb 13 05:13:58.361 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-13T05:13:59.944Z[ recovery-image] Feb 13 05:13:58.385 INFO O| Feb 13 05:13:58.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57112025-02-13T05:13:59.944Z[ recovery-image] Feb 13 05:13:58.385 INFO O| Feb 13 05:13:58.385 INFO STEP 431 (remove_files) COMPLETE
57122025-02-13T05:13:59.947Z[ recovery-image] Feb 13 05:13:58.385 INFO O| Feb 13 05:13:58.385 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-13T05:13:59.992Z[ recovery-image] Feb 13 05:13:58.433 INFO O| Feb 13 05:13:58.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57142025-02-13T05:13:59.992Z[ recovery-image] Feb 13 05:13:58.433 INFO O| Feb 13 05:13:58.433 INFO STEP 432 (remove_files) COMPLETE
57152025-02-13T05:13:59.995Z[ recovery-image] Feb 13 05:13:58.433 INFO O| Feb 13 05:13:58.433 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-13T05:14:00.081Z[ recovery-image] Feb 13 05:13:58.522 INFO O| Feb 13 05:13:58.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57172025-02-13T05:14:00.084Z[ recovery-image] Feb 13 05:13:58.522 INFO O| Feb 13 05:13:58.522 INFO STEP 433 (remove_files) COMPLETE
57182025-02-13T05:14:00.084Z[ recovery-image] Feb 13 05:13:58.522 INFO O| Feb 13 05:13:58.522 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-13T05:14:00.121Z[ recovery-image] Feb 13 05:13:58.561 INFO O| Feb 13 05:13:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57202025-02-13T05:14:00.121Z[ recovery-image] Feb 13 05:13:58.561 INFO O| Feb 13 05:13:58.561 INFO STEP 434 (remove_files) COMPLETE
57212025-02-13T05:14:00.121Z[ recovery-image] Feb 13 05:13:58.561 INFO O| Feb 13 05:13:58.561 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-13T05:14:00.202Z[ recovery-image] Feb 13 05:13:58.641 INFO O| Feb 13 05:13:58.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57232025-02-13T05:14:00.202Z[ recovery-image] Feb 13 05:13:58.642 INFO O| Feb 13 05:13:58.642 INFO STEP 435 (remove_files) COMPLETE
57242025-02-13T05:14:00.202Z[ recovery-image] Feb 13 05:13:58.642 INFO O| Feb 13 05:13:58.642 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-02-13T05:14:00.220Z[ recovery-image] Feb 13 05:13:58.660 INFO O| Feb 13 05:13:58.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57262025-02-13T05:14:00.220Z[ recovery-image] Feb 13 05:13:58.660 INFO O| Feb 13 05:13:58.660 INFO STEP 436 (remove_files) COMPLETE
57272025-02-13T05:14:00.220Z[ recovery-image] Feb 13 05:13:58.660 INFO O| Feb 13 05:13:58.660 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-02-13T05:14:00.257Z[ recovery-image] Feb 13 05:13:58.698 INFO O| Feb 13 05:13:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57292025-02-13T05:14:00.257Z[ recovery-image] Feb 13 05:13:58.698 INFO O| Feb 13 05:13:58.698 INFO STEP 437 (remove_files) COMPLETE
57302025-02-13T05:14:00.257Z[ recovery-image] Feb 13 05:13:58.698 INFO O| Feb 13 05:13:58.698 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-02-13T05:14:00.311Z[ recovery-image] Feb 13 05:13:58.752 INFO O| Feb 13 05:13:58.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57322025-02-13T05:14:00.314Z[ recovery-image] Feb 13 05:13:58.752 INFO O| Feb 13 05:13:58.752 INFO STEP 438 (remove_files) COMPLETE
57332025-02-13T05:14:00.314Z[ recovery-image] Feb 13 05:13:58.752 INFO O| Feb 13 05:13:58.752 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-02-13T05:14:00.352Z[ recovery-image] Feb 13 05:13:58.792 INFO O| Feb 13 05:13:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57352025-02-13T05:14:00.355Z[ recovery-image] Feb 13 05:13:58.792 INFO O| Feb 13 05:13:58.792 INFO STEP 439 (remove_files) COMPLETE
57362025-02-13T05:14:00.355Z[ recovery-image] Feb 13 05:13:58.792 INFO O| Feb 13 05:13:58.792 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-13T05:14:00.374Z[ recovery-image] Feb 13 05:13:58.815 INFO O| Feb 13 05:13:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57382025-02-13T05:14:00.377Z[ recovery-image] Feb 13 05:13:58.815 INFO O| Feb 13 05:13:58.815 INFO STEP 440 (remove_files) COMPLETE
57392025-02-13T05:14:00.377Z[ recovery-image] Feb 13 05:13:58.815 INFO O| Feb 13 05:13:58.815 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-13T05:14:00.397Z[ recovery-image] Feb 13 05:13:58.838 INFO O| Feb 13 05:13:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57412025-02-13T05:14:00.400Z[ recovery-image] Feb 13 05:13:58.838 INFO O| Feb 13 05:13:58.838 INFO STEP 441 (remove_files) COMPLETE
57422025-02-13T05:14:00.400Z[ recovery-image] Feb 13 05:13:58.838 INFO O| Feb 13 05:13:58.838 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-13T05:14:00.419Z[ recovery-image] Feb 13 05:13:58.859 INFO O| Feb 13 05:13:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57442025-02-13T05:14:00.422Z[ recovery-image] Feb 13 05:13:58.860 INFO O| Feb 13 05:13:58.860 INFO STEP 442 (remove_files) COMPLETE
57452025-02-13T05:14:00.423Z[ recovery-image] Feb 13 05:13:58.860 INFO O| Feb 13 05:13:58.860 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-13T05:14:00.441Z[ recovery-image] Feb 13 05:13:58.881 INFO O| Feb 13 05:13:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57472025-02-13T05:14:00.445Z[ recovery-image] Feb 13 05:13:58.881 INFO O| Feb 13 05:13:58.881 INFO STEP 443 (remove_files) COMPLETE
57482025-02-13T05:14:00.445Z[ recovery-image] Feb 13 05:13:58.881 INFO O| Feb 13 05:13:58.881 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-13T05:14:00.469Z[ recovery-image] Feb 13 05:13:58.909 INFO O| Feb 13 05:13:58.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57502025-02-13T05:14:00.469Z[ recovery-image] Feb 13 05:13:58.909 INFO O| Feb 13 05:13:58.909 INFO STEP 444 (remove_files) COMPLETE
57512025-02-13T05:14:00.472Z[ recovery-image] Feb 13 05:13:58.909 INFO O| Feb 13 05:13:58.909 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-13T05:14:00.489Z[ recovery-image] Feb 13 05:13:58.929 INFO O| Feb 13 05:13:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57532025-02-13T05:14:00.491Z[ recovery-image] Feb 13 05:13:58.929 INFO O| Feb 13 05:13:58.929 INFO STEP 445 (remove_files) COMPLETE
57542025-02-13T05:14:00.491Z[ recovery-image] Feb 13 05:13:58.930 INFO O| Feb 13 05:13:58.929 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-13T05:14:00.510Z[ recovery-image] Feb 13 05:13:58.950 INFO O| Feb 13 05:13:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57562025-02-13T05:14:00.512Z[ recovery-image] Feb 13 05:13:58.950 INFO O| Feb 13 05:13:58.950 INFO STEP 446 (remove_files) COMPLETE
57572025-02-13T05:14:00.512Z[ recovery-image] Feb 13 05:13:58.951 INFO O| Feb 13 05:13:58.950 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-13T05:14:00.530Z[ recovery-image] Feb 13 05:13:58.970 INFO O| Feb 13 05:13:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57592025-02-13T05:14:00.533Z[ recovery-image] Feb 13 05:13:58.971 INFO O| Feb 13 05:13:58.971 INFO STEP 447 (remove_files) COMPLETE
57602025-02-13T05:14:00.533Z[ recovery-image] Feb 13 05:13:58.971 INFO O| Feb 13 05:13:58.971 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-13T05:14:00.552Z[ recovery-image] Feb 13 05:13:58.992 INFO O| Feb 13 05:13:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57622025-02-13T05:14:00.555Z[ recovery-image] Feb 13 05:13:58.992 INFO O| Feb 13 05:13:58.992 INFO STEP 448 (remove_files) COMPLETE
57632025-02-13T05:14:00.556Z[ recovery-image] Feb 13 05:13:58.992 INFO O| Feb 13 05:13:58.992 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-13T05:14:00.573Z[ recovery-image] Feb 13 05:13:59.014 INFO O| Feb 13 05:13:59.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57652025-02-13T05:14:00.576Z[ recovery-image] Feb 13 05:13:59.014 INFO O| Feb 13 05:13:59.014 INFO STEP 449 (remove_files) COMPLETE
57662025-02-13T05:14:00.576Z[ recovery-image] Feb 13 05:13:59.014 INFO O| Feb 13 05:13:59.014 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-13T05:14:00.594Z[ recovery-image] Feb 13 05:13:59.035 INFO O| Feb 13 05:13:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57682025-02-13T05:14:00.597Z[ recovery-image] Feb 13 05:13:59.035 INFO O| Feb 13 05:13:59.035 INFO STEP 450 (remove_files) COMPLETE
57692025-02-13T05:14:00.597Z[ recovery-image] Feb 13 05:13:59.035 INFO O| Feb 13 05:13:59.035 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-13T05:14:00.625Z[ recovery-image] Feb 13 05:13:59.065 INFO O| Feb 13 05:13:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57712025-02-13T05:14:00.625Z[ recovery-image] Feb 13 05:13:59.065 INFO O| Feb 13 05:13:59.065 INFO STEP 451 (remove_files) COMPLETE
57722025-02-13T05:14:00.628Z[ recovery-image] Feb 13 05:13:59.065 INFO O| Feb 13 05:13:59.065 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-13T05:14:00.659Z[ recovery-image] Feb 13 05:13:59.099 INFO O| Feb 13 05:13:59.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57742025-02-13T05:14:00.659Z[ recovery-image] Feb 13 05:13:59.099 INFO O| Feb 13 05:13:59.099 INFO STEP 452 (remove_files) COMPLETE
57752025-02-13T05:14:00.659Z[ recovery-image] Feb 13 05:13:59.099 INFO O| Feb 13 05:13:59.099 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-13T05:14:00.679Z[ recovery-image] Feb 13 05:13:59.120 INFO O| Feb 13 05:13:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57772025-02-13T05:14:00.679Z[ recovery-image] Feb 13 05:13:59.120 INFO O| Feb 13 05:13:59.120 INFO STEP 453 (remove_files) COMPLETE
57782025-02-13T05:14:00.679Z[ recovery-image] Feb 13 05:13:59.120 INFO O| Feb 13 05:13:59.120 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-13T05:14:00.709Z[ recovery-image] Feb 13 05:13:59.149 INFO O| Feb 13 05:13:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57802025-02-13T05:14:00.709Z[ recovery-image] Feb 13 05:13:59.149 INFO O| Feb 13 05:13:59.149 INFO STEP 454 (remove_files) COMPLETE
57812025-02-13T05:14:00.711Z[ recovery-image] Feb 13 05:13:59.149 INFO O| Feb 13 05:13:59.149 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-13T05:14:00.741Z[ recovery-image] Feb 13 05:13:59.181 INFO O| Feb 13 05:13:59.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57832025-02-13T05:14:00.741Z[ recovery-image] Feb 13 05:13:59.181 INFO O| Feb 13 05:13:59.181 INFO STEP 455 (remove_files) COMPLETE
57842025-02-13T05:14:00.741Z[ recovery-image] Feb 13 05:13:59.181 INFO O| Feb 13 05:13:59.181 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-13T05:14:00.759Z[ recovery-image] Feb 13 05:13:59.199 INFO O| Feb 13 05:13:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57862025-02-13T05:14:00.759Z[ recovery-image] Feb 13 05:13:59.200 INFO O| Feb 13 05:13:59.200 INFO STEP 456 (remove_files) COMPLETE
57872025-02-13T05:14:00.759Z[ recovery-image] Feb 13 05:13:59.200 INFO O| Feb 13 05:13:59.200 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-13T05:14:00.798Z[ recovery-image] Feb 13 05:13:59.238 INFO O| Feb 13 05:13:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57892025-02-13T05:14:00.798Z[ recovery-image] Feb 13 05:13:59.238 INFO O| Feb 13 05:13:59.238 INFO STEP 457 (remove_files) COMPLETE
57902025-02-13T05:14:00.801Z[ recovery-image] Feb 13 05:13:59.239 INFO O| Feb 13 05:13:59.238 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-13T05:14:00.836Z[ recovery-image] Feb 13 05:13:59.276 INFO O| Feb 13 05:13:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57922025-02-13T05:14:00.836Z[ recovery-image] Feb 13 05:13:59.277 INFO O| Feb 13 05:13:59.277 INFO STEP 458 (remove_files) COMPLETE
57932025-02-13T05:14:00.836Z[ recovery-image] Feb 13 05:13:59.277 INFO O| Feb 13 05:13:59.277 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-13T05:14:00.860Z[ recovery-image] Feb 13 05:13:59.299 INFO O| Feb 13 05:13:59.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57952025-02-13T05:14:00.860Z[ recovery-image] Feb 13 05:13:59.300 INFO O| Feb 13 05:13:59.299 INFO STEP 459 (remove_files) COMPLETE
57962025-02-13T05:14:00.860Z[ recovery-image] Feb 13 05:13:59.300 INFO O| Feb 13 05:13:59.300 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-13T05:14:00.880Z[ recovery-image] Feb 13 05:13:59.320 INFO O| Feb 13 05:13:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57982025-02-13T05:14:00.880Z[ recovery-image] Feb 13 05:13:59.320 INFO O| Feb 13 05:13:59.320 INFO STEP 460 (remove_files) COMPLETE
57992025-02-13T05:14:00.880Z[ recovery-image] Feb 13 05:13:59.320 INFO O| Feb 13 05:13:59.320 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-13T05:14:00.901Z[ recovery-image] Feb 13 05:13:59.340 INFO O| Feb 13 05:13:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58012025-02-13T05:14:00.901Z[ recovery-image] Feb 13 05:13:59.340 INFO O| Feb 13 05:13:59.340 INFO STEP 461 (remove_files) COMPLETE
58022025-02-13T05:14:00.901Z[ recovery-image] Feb 13 05:13:59.340 INFO O| Feb 13 05:13:59.340 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-13T05:14:00.920Z[ recovery-image] Feb 13 05:13:59.360 INFO O| Feb 13 05:13:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58042025-02-13T05:14:00.920Z[ recovery-image] Feb 13 05:13:59.361 INFO O| Feb 13 05:13:59.361 INFO STEP 462 (remove_files) COMPLETE
58052025-02-13T05:14:00.923Z[ recovery-image] Feb 13 05:13:59.361 INFO O| Feb 13 05:13:59.361 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-13T05:14:00.941Z[ recovery-image] Feb 13 05:13:59.382 INFO O| Feb 13 05:13:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58072025-02-13T05:14:00.941Z[ recovery-image] Feb 13 05:13:59.382 INFO O| Feb 13 05:13:59.382 INFO STEP 463 (remove_files) COMPLETE
58082025-02-13T05:14:00.944Z[ recovery-image] Feb 13 05:13:59.382 INFO O| Feb 13 05:13:59.382 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-13T05:14:00.964Z[ recovery-image] Feb 13 05:13:59.405 INFO O| Feb 13 05:13:59.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58102025-02-13T05:14:00.964Z[ recovery-image] Feb 13 05:13:59.405 INFO O| Feb 13 05:13:59.405 INFO STEP 464 (remove_files) COMPLETE
58112025-02-13T05:14:00.967Z[ recovery-image] Feb 13 05:13:59.405 INFO O| Feb 13 05:13:59.405 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-13T05:14:00.985Z[ recovery-image] Feb 13 05:13:59.426 INFO O| Feb 13 05:13:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58132025-02-13T05:14:00.988Z[ recovery-image] Feb 13 05:13:59.426 INFO O| Feb 13 05:13:59.426 INFO STEP 465 (remove_files) COMPLETE
58142025-02-13T05:14:00.988Z[ recovery-image] Feb 13 05:13:59.426 INFO O| Feb 13 05:13:59.426 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-13T05:14:01.057Z[ recovery-image] Feb 13 05:13:59.498 INFO O| Feb 13 05:13:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58162025-02-13T05:14:01.057Z[ recovery-image] Feb 13 05:13:59.498 INFO O| Feb 13 05:13:59.498 INFO STEP 466 (remove_files) COMPLETE
58172025-02-13T05:14:01.057Z[ recovery-image] Feb 13 05:13:59.498 INFO O| Feb 13 05:13:59.498 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-13T05:14:01.080Z[ recovery-image] Feb 13 05:13:59.520 INFO O| Feb 13 05:13:59.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58192025-02-13T05:14:01.080Z[ recovery-image] Feb 13 05:13:59.520 INFO O| Feb 13 05:13:59.520 INFO STEP 467 (remove_files) COMPLETE
58202025-02-13T05:14:01.080Z[ recovery-image] Feb 13 05:13:59.520 INFO O| Feb 13 05:13:59.520 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-13T05:14:01.099Z[ recovery-image] Feb 13 05:13:59.540 INFO O| Feb 13 05:13:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58222025-02-13T05:14:01.099Z[ recovery-image] Feb 13 05:13:59.540 INFO O| Feb 13 05:13:59.540 INFO STEP 468 (remove_files) COMPLETE
58232025-02-13T05:14:01.099Z[ recovery-image] Feb 13 05:13:59.540 INFO O| Feb 13 05:13:59.540 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-13T05:14:01.119Z[ recovery-image] Feb 13 05:13:59.559 INFO O| Feb 13 05:13:59.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58252025-02-13T05:14:01.119Z[ recovery-image] Feb 13 05:13:59.560 INFO O| Feb 13 05:13:59.560 INFO STEP 469 (remove_files) COMPLETE
58262025-02-13T05:14:01.119Z[ recovery-image] Feb 13 05:13:59.560 INFO O| Feb 13 05:13:59.560 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-13T05:14:01.138Z[ recovery-image] Feb 13 05:13:59.579 INFO O| Feb 13 05:13:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58282025-02-13T05:14:01.141Z[ recovery-image] Feb 13 05:13:59.579 INFO O| Feb 13 05:13:59.579 INFO STEP 470 (remove_files) COMPLETE
58292025-02-13T05:14:01.141Z[ recovery-image] Feb 13 05:13:59.579 INFO O| Feb 13 05:13:59.579 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-13T05:14:01.165Z[ recovery-image] Feb 13 05:13:59.605 INFO O| Feb 13 05:13:59.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58312025-02-13T05:14:01.165Z[ recovery-image] Feb 13 05:13:59.605 INFO O| Feb 13 05:13:59.605 INFO STEP 471 (remove_files) COMPLETE
58322025-02-13T05:14:01.166Z[ recovery-image] Feb 13 05:13:59.605 INFO O| Feb 13 05:13:59.605 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-13T05:14:01.218Z[ recovery-image] Feb 13 05:13:59.659 INFO O| Feb 13 05:13:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58342025-02-13T05:14:01.218Z[ recovery-image] Feb 13 05:13:59.659 INFO O| Feb 13 05:13:59.659 INFO STEP 472 (remove_files) COMPLETE
58352025-02-13T05:14:01.221Z[ recovery-image] Feb 13 05:13:59.659 INFO O| Feb 13 05:13:59.659 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-13T05:14:01.240Z[ recovery-image] Feb 13 05:13:59.680 INFO O| Feb 13 05:13:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58372025-02-13T05:14:01.240Z[ recovery-image] Feb 13 05:13:59.680 INFO O| Feb 13 05:13:59.680 INFO STEP 473 (remove_files) COMPLETE
58382025-02-13T05:14:01.242Z[ recovery-image] Feb 13 05:13:59.680 INFO O| Feb 13 05:13:59.680 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-13T05:14:01.261Z[ recovery-image] Feb 13 05:13:59.701 INFO O| Feb 13 05:13:59.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58402025-02-13T05:14:01.264Z[ recovery-image] Feb 13 05:13:59.702 INFO O| Feb 13 05:13:59.702 INFO STEP 474 (remove_files) COMPLETE
58412025-02-13T05:14:01.264Z[ recovery-image] Feb 13 05:13:59.702 INFO O| Feb 13 05:13:59.702 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-13T05:14:01.285Z[ recovery-image] Feb 13 05:13:59.725 INFO O| Feb 13 05:13:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58432025-02-13T05:14:01.285Z[ recovery-image] Feb 13 05:13:59.725 INFO O| Feb 13 05:13:59.725 INFO STEP 475 (remove_files) COMPLETE
58442025-02-13T05:14:01.287Z[ recovery-image] Feb 13 05:13:59.725 INFO O| Feb 13 05:13:59.725 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-13T05:14:01.305Z[ recovery-image] Feb 13 05:13:59.746 INFO O| Feb 13 05:13:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58462025-02-13T05:14:01.305Z[ recovery-image] Feb 13 05:13:59.746 INFO O| Feb 13 05:13:59.746 INFO STEP 476 (remove_files) COMPLETE
58472025-02-13T05:14:01.308Z[ recovery-image] Feb 13 05:13:59.746 INFO O| Feb 13 05:13:59.746 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-13T05:14:01.337Z[ host-image] Feb 13 05:13:59.777 INFO O| Feb 13 05:13:59.777 INFO O| Actions: Completed 49494 actions in 23.86 seconds.
58492025-02-13T05:14:01.450Z[ recovery-image] Feb 13 05:13:59.891 INFO O| Feb 13 05:13:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58502025-02-13T05:14:01.453Z[ recovery-image] Feb 13 05:13:59.891 INFO O| Feb 13 05:13:59.891 INFO STEP 477 (remove_files) COMPLETE
58512025-02-13T05:14:01.453Z[ recovery-image] Feb 13 05:13:59.891 INFO O| Feb 13 05:13:59.891 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-13T05:14:01.473Z[ recovery-image] Feb 13 05:13:59.913 INFO O| Feb 13 05:13:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58532025-02-13T05:14:01.493Z[ recovery-image] Feb 13 05:13:59.934 INFO O| Feb 13 05:13:59.934 INFO STEP 478 (remove_files) COMPLETE
58542025-02-13T05:14:01.496Z[ recovery-image] Feb 13 05:13:59.934 INFO O| Feb 13 05:13:59.934 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-13T05:14:01.516Z[ recovery-image] Feb 13 05:13:59.957 INFO O| Feb 13 05:13:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58562025-02-13T05:14:01.519Z[ recovery-image] Feb 13 05:13:59.957 INFO O| Feb 13 05:13:59.957 INFO STEP 479 (remove_files) COMPLETE
58572025-02-13T05:14:01.519Z[ recovery-image] Feb 13 05:13:59.957 INFO O| Feb 13 05:13:59.957 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-13T05:14:01.538Z[ recovery-image] Feb 13 05:13:59.978 INFO O| Feb 13 05:13:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58592025-02-13T05:14:01.541Z[ recovery-image] Feb 13 05:13:59.978 INFO O| Feb 13 05:13:59.978 INFO STEP 480 (remove_files) COMPLETE
58602025-02-13T05:14:01.541Z[ recovery-image] Feb 13 05:13:59.979 INFO O| Feb 13 05:13:59.978 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-13T05:14:01.563Z[ recovery-image] Feb 13 05:14:00.004 INFO O| Feb 13 05:14:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58622025-02-13T05:14:01.566Z[ recovery-image] Feb 13 05:14:00.004 INFO O| Feb 13 05:14:00.004 INFO STEP 481 (remove_files) COMPLETE
58632025-02-13T05:14:01.566Z[ recovery-image] Feb 13 05:14:00.004 INFO O| Feb 13 05:14:00.004 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-13T05:14:01.591Z[ recovery-image] Feb 13 05:14:00.031 INFO O| Feb 13 05:14:00.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58652025-02-13T05:14:01.591Z[ recovery-image] Feb 13 05:14:00.032 INFO O| Feb 13 05:14:00.031 INFO STEP 482 (remove_files) COMPLETE
58662025-02-13T05:14:01.594Z[ recovery-image] Feb 13 05:14:00.032 INFO O| Feb 13 05:14:00.031 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-13T05:14:01.628Z[ recovery-image] Feb 13 05:14:00.068 INFO O| Feb 13 05:14:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58682025-02-13T05:14:01.628Z[ recovery-image] Feb 13 05:14:00.068 INFO O| Feb 13 05:14:00.068 INFO STEP 483 (remove_files) COMPLETE
58692025-02-13T05:14:01.631Z[ recovery-image] Feb 13 05:14:00.068 INFO O| Feb 13 05:14:00.068 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-13T05:14:01.649Z[ recovery-image] Feb 13 05:14:00.089 INFO O| Feb 13 05:14:00.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58712025-02-13T05:14:01.652Z[ recovery-image] Feb 13 05:14:00.090 INFO O| Feb 13 05:14:00.090 INFO STEP 484 (remove_files) COMPLETE
58722025-02-13T05:14:01.652Z[ recovery-image] Feb 13 05:14:00.090 INFO O| Feb 13 05:14:00.090 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-13T05:14:01.670Z[ recovery-image] Feb 13 05:14:00.111 INFO O| Feb 13 05:14:00.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58742025-02-13T05:14:01.675Z[ recovery-image] Feb 13 05:14:00.111 INFO O| Feb 13 05:14:00.111 INFO STEP 485 (remove_files) COMPLETE
58752025-02-13T05:14:01.675Z[ recovery-image] Feb 13 05:14:00.111 INFO O| Feb 13 05:14:00.111 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-13T05:14:01.691Z[ recovery-image] Feb 13 05:14:00.132 INFO O| Feb 13 05:14:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58772025-02-13T05:14:01.691Z[ recovery-image] Feb 13 05:14:00.132 INFO O| Feb 13 05:14:00.132 INFO STEP 486 (remove_files) COMPLETE
58782025-02-13T05:14:01.691Z[ recovery-image] Feb 13 05:14:00.132 INFO O| Feb 13 05:14:00.132 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-13T05:14:01.724Z[ recovery-image] Feb 13 05:14:00.164 INFO O| Feb 13 05:14:00.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58802025-02-13T05:14:01.724Z[ recovery-image] Feb 13 05:14:00.164 INFO O| Feb 13 05:14:00.164 INFO STEP 487 (remove_files) COMPLETE
58812025-02-13T05:14:01.724Z[ recovery-image] Feb 13 05:14:00.164 INFO O| Feb 13 05:14:00.164 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-13T05:14:01.742Z[ recovery-image] Feb 13 05:14:00.183 INFO O| Feb 13 05:14:00.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58832025-02-13T05:14:01.742Z[ recovery-image] Feb 13 05:14:00.183 INFO O| Feb 13 05:14:00.183 INFO STEP 488 (remove_files) COMPLETE
58842025-02-13T05:14:01.743Z[ recovery-image] Feb 13 05:14:00.183 INFO O| Feb 13 05:14:00.183 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-13T05:14:01.760Z[ recovery-image] Feb 13 05:14:00.200 INFO O| Feb 13 05:14:00.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58862025-02-13T05:14:01.760Z[ recovery-image] Feb 13 05:14:00.200 INFO O| Feb 13 05:14:00.200 INFO STEP 489 (remove_files) COMPLETE
58872025-02-13T05:14:01.760Z[ recovery-image] Feb 13 05:14:00.201 INFO O| Feb 13 05:14:00.200 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-13T05:14:01.778Z[ recovery-image] Feb 13 05:14:00.219 INFO O| Feb 13 05:14:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58892025-02-13T05:14:01.778Z[ recovery-image] Feb 13 05:14:00.219 INFO O| Feb 13 05:14:00.219 INFO STEP 490 (remove_files) COMPLETE
58902025-02-13T05:14:01.778Z[ recovery-image] Feb 13 05:14:00.219 INFO O| Feb 13 05:14:00.219 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-13T05:14:01.804Z[ recovery-image] Feb 13 05:14:00.244 INFO O| Feb 13 05:14:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58922025-02-13T05:14:01.804Z[ recovery-image] Feb 13 05:14:00.244 INFO O| Feb 13 05:14:00.244 INFO STEP 491 (remove_files) COMPLETE
58932025-02-13T05:14:01.804Z[ recovery-image] Feb 13 05:14:00.244 INFO O| Feb 13 05:14:00.244 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-13T05:14:01.827Z[ recovery-image] Feb 13 05:14:00.267 INFO O| Feb 13 05:14:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58952025-02-13T05:14:01.827Z[ recovery-image] Feb 13 05:14:00.268 INFO O| Feb 13 05:14:00.267 INFO STEP 492 (remove_files) COMPLETE
58962025-02-13T05:14:01.827Z[ recovery-image] Feb 13 05:14:00.268 INFO O| Feb 13 05:14:00.268 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-13T05:14:01.849Z[ recovery-image] Feb 13 05:14:00.290 INFO O| Feb 13 05:14:00.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58982025-02-13T05:14:01.852Z[ recovery-image] Feb 13 05:14:00.290 INFO O| Feb 13 05:14:00.290 INFO STEP 493 (remove_files) COMPLETE
58992025-02-13T05:14:01.852Z[ recovery-image] Feb 13 05:14:00.290 INFO O| Feb 13 05:14:00.290 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-13T05:14:01.912Z[ recovery-image] Feb 13 05:14:00.353 INFO O| Feb 13 05:14:00.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59012025-02-13T05:14:01.912Z[ recovery-image] Feb 13 05:14:00.353 INFO O| Feb 13 05:14:00.353 INFO STEP 494 (remove_files) COMPLETE
59022025-02-13T05:14:01.912Z[ recovery-image] Feb 13 05:14:00.353 INFO O| Feb 13 05:14:00.353 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-13T05:14:01.935Z[ recovery-image] Feb 13 05:14:00.375 INFO O| Feb 13 05:14:00.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59042025-02-13T05:14:01.935Z[ recovery-image] Feb 13 05:14:00.375 INFO O| Feb 13 05:14:00.375 INFO STEP 495 (remove_files) COMPLETE
59052025-02-13T05:14:01.935Z[ recovery-image] Feb 13 05:14:00.375 INFO O| Feb 13 05:14:00.375 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-13T05:14:01.961Z[ recovery-image] Feb 13 05:14:00.401 INFO O| Feb 13 05:14:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59072025-02-13T05:14:01.964Z[ recovery-image] Feb 13 05:14:00.402 INFO O| Feb 13 05:14:00.401 INFO STEP 496 (remove_files) COMPLETE
59082025-02-13T05:14:01.964Z[ recovery-image] Feb 13 05:14:00.402 INFO O| Feb 13 05:14:00.402 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-13T05:14:01.985Z[ recovery-image] Feb 13 05:14:00.426 INFO O| Feb 13 05:14:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59102025-02-13T05:14:01.988Z[ recovery-image] Feb 13 05:14:00.426 INFO O| Feb 13 05:14:00.426 INFO STEP 497 (remove_files) COMPLETE
59112025-02-13T05:14:01.988Z[ recovery-image] Feb 13 05:14:00.426 INFO O| Feb 13 05:14:00.426 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-13T05:14:02.009Z[ recovery-image] Feb 13 05:14:00.449 INFO O| Feb 13 05:14:00.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59132025-02-13T05:14:02.009Z[ recovery-image] Feb 13 05:14:00.449 INFO O| Feb 13 05:14:00.449 INFO STEP 498 (remove_files) COMPLETE
59142025-02-13T05:14:02.009Z[ recovery-image] Feb 13 05:14:00.449 INFO O| Feb 13 05:14:00.449 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-13T05:14:02.031Z[ recovery-image] Feb 13 05:14:00.472 INFO O| Feb 13 05:14:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59162025-02-13T05:14:02.031Z[ recovery-image] Feb 13 05:14:00.472 INFO O| Feb 13 05:14:00.472 INFO STEP 499 (remove_files) COMPLETE
59172025-02-13T05:14:02.031Z[ recovery-image] Feb 13 05:14:00.472 INFO O| Feb 13 05:14:00.472 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-13T05:14:02.054Z[ recovery-image] Feb 13 05:14:00.494 INFO O| Feb 13 05:14:00.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59192025-02-13T05:14:02.054Z[ recovery-image] Feb 13 05:14:00.494 INFO O| Feb 13 05:14:00.494 INFO STEP 500 (remove_files) COMPLETE
59202025-02-13T05:14:02.054Z[ recovery-image] Feb 13 05:14:00.494 INFO O| Feb 13 05:14:00.494 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-13T05:14:02.091Z[ recovery-image] Feb 13 05:14:00.532 INFO O| Feb 13 05:14:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59222025-02-13T05:14:02.094Z[ recovery-image] Feb 13 05:14:00.532 INFO O| Feb 13 05:14:00.532 INFO STEP 501 (remove_files) COMPLETE
59232025-02-13T05:14:02.094Z[ recovery-image] Feb 13 05:14:00.532 INFO O| Feb 13 05:14:00.532 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-13T05:14:02.109Z[ host-image] Feb 13 05:14:00.549 INFO O| Feb 13 05:14:00.549 INFO O| Done
59252025-02-13T05:14:02.109Z[ host-image] Feb 13 05:14:00.549 INFO O| Feb 13 05:14:00.549 INFO O| Done
59262025-02-13T05:14:02.132Z[ recovery-image] Feb 13 05:14:00.572 INFO O| Feb 13 05:14:00.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59272025-02-13T05:14:02.132Z[ recovery-image] Feb 13 05:14:00.573 INFO O| Feb 13 05:14:00.573 INFO STEP 502 (remove_files) COMPLETE
59282025-02-13T05:14:02.135Z[ recovery-image] Feb 13 05:14:00.573 INFO O| Feb 13 05:14:00.573 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-13T05:14:02.153Z[ recovery-image] Feb 13 05:14:00.592 INFO O| Feb 13 05:14:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59302025-02-13T05:14:02.153Z[ recovery-image] Feb 13 05:14:00.593 INFO O| Feb 13 05:14:00.592 INFO STEP 503 (remove_files) COMPLETE
59312025-02-13T05:14:02.153Z[ recovery-image] Feb 13 05:14:00.593 INFO O| Feb 13 05:14:00.592 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-13T05:14:02.173Z[ recovery-image] Feb 13 05:14:00.612 INFO O| Feb 13 05:14:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59332025-02-13T05:14:02.173Z[ recovery-image] Feb 13 05:14:00.612 INFO O| Feb 13 05:14:00.612 INFO STEP 504 (remove_files) COMPLETE
59342025-02-13T05:14:02.173Z[ recovery-image] Feb 13 05:14:00.612 INFO O| Feb 13 05:14:00.612 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-13T05:14:02.227Z[ recovery-image] Feb 13 05:14:00.668 INFO O| Feb 13 05:14:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59362025-02-13T05:14:02.227Z[ recovery-image] Feb 13 05:14:00.668 INFO O| Feb 13 05:14:00.668 INFO STEP 505 (remove_files) COMPLETE
59372025-02-13T05:14:02.227Z[ recovery-image] Feb 13 05:14:00.668 INFO O| Feb 13 05:14:00.668 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-13T05:14:02.268Z[ recovery-image] Feb 13 05:14:00.708 INFO O| Feb 13 05:14:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59392025-02-13T05:14:02.268Z[ recovery-image] Feb 13 05:14:00.708 INFO O| Feb 13 05:14:00.708 INFO STEP 506 (remove_files) COMPLETE
59402025-02-13T05:14:02.268Z[ recovery-image] Feb 13 05:14:00.708 INFO O| Feb 13 05:14:00.708 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-13T05:14:02.295Z[ recovery-image] Feb 13 05:14:00.735 INFO O| Feb 13 05:14:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59422025-02-13T05:14:02.295Z[ recovery-image] Feb 13 05:14:00.735 INFO O| Feb 13 05:14:00.735 INFO STEP 507 (remove_files) COMPLETE
59432025-02-13T05:14:02.298Z[ recovery-image] Feb 13 05:14:00.735 INFO O| Feb 13 05:14:00.735 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-13T05:14:02.340Z[ recovery-image] Feb 13 05:14:00.780 INFO O| Feb 13 05:14:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59452025-02-13T05:14:02.340Z[ recovery-image] Feb 13 05:14:00.780 INFO O| Feb 13 05:14:00.780 INFO STEP 508 (remove_files) COMPLETE
59462025-02-13T05:14:02.340Z[ recovery-image] Feb 13 05:14:00.780 INFO O| Feb 13 05:14:00.780 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-13T05:14:02.374Z[ recovery-image] Feb 13 05:14:00.815 INFO O| Feb 13 05:14:00.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59482025-02-13T05:14:02.377Z[ recovery-image] Feb 13 05:14:00.815 INFO O| Feb 13 05:14:00.815 INFO STEP 509 (remove_files) COMPLETE
59492025-02-13T05:14:02.377Z[ recovery-image] Feb 13 05:14:00.815 INFO O| Feb 13 05:14:00.815 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-13T05:14:02.415Z[ recovery-image] Feb 13 05:14:00.855 INFO O| Feb 13 05:14:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59512025-02-13T05:14:02.415Z[ recovery-image] Feb 13 05:14:00.855 INFO O| Feb 13 05:14:00.855 INFO STEP 510 (remove_files) COMPLETE
59522025-02-13T05:14:02.418Z[ recovery-image] Feb 13 05:14:00.855 INFO O| Feb 13 05:14:00.855 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-13T05:14:02.433Z[ recovery-image] Feb 13 05:14:00.873 INFO O| Feb 13 05:14:00.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59542025-02-13T05:14:02.433Z[ recovery-image] Feb 13 05:14:00.873 INFO O| Feb 13 05:14:00.873 INFO STEP 511 (remove_files) COMPLETE
59552025-02-13T05:14:02.433Z[ recovery-image] Feb 13 05:14:00.873 INFO O| Feb 13 05:14:00.873 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-13T05:14:02.451Z[ recovery-image] Feb 13 05:14:00.891 INFO O| Feb 13 05:14:00.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59572025-02-13T05:14:02.452Z[ recovery-image] Feb 13 05:14:00.891 INFO O| Feb 13 05:14:00.891 INFO STEP 512 (remove_files) COMPLETE
59582025-02-13T05:14:02.454Z[ recovery-image] Feb 13 05:14:00.891 INFO O| Feb 13 05:14:00.891 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-13T05:14:02.469Z[ recovery-image] Feb 13 05:14:00.910 INFO O| Feb 13 05:14:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59602025-02-13T05:14:02.472Z[ recovery-image] Feb 13 05:14:00.910 INFO O| Feb 13 05:14:00.910 INFO STEP 513 (remove_files) COMPLETE
59612025-02-13T05:14:02.472Z[ recovery-image] Feb 13 05:14:00.910 INFO O| Feb 13 05:14:00.910 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-13T05:14:02.488Z[ recovery-image] Feb 13 05:14:00.928 INFO O| Feb 13 05:14:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59632025-02-13T05:14:02.488Z[ recovery-image] Feb 13 05:14:00.928 INFO O| Feb 13 05:14:00.928 INFO STEP 514 (remove_files) COMPLETE
59642025-02-13T05:14:02.488Z[ recovery-image] Feb 13 05:14:00.928 INFO O| Feb 13 05:14:00.928 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-13T05:14:02.508Z[ recovery-image] Feb 13 05:14:00.948 INFO O| Feb 13 05:14:00.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59662025-02-13T05:14:02.508Z[ recovery-image] Feb 13 05:14:00.948 INFO O| Feb 13 05:14:00.948 INFO STEP 515 (remove_files) COMPLETE
59672025-02-13T05:14:02.508Z[ recovery-image] Feb 13 05:14:00.948 INFO O| Feb 13 05:14:00.948 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-13T05:14:02.529Z[ recovery-image] Feb 13 05:14:00.969 INFO O| Feb 13 05:14:00.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59692025-02-13T05:14:02.529Z[ recovery-image] Feb 13 05:14:00.969 INFO O| Feb 13 05:14:00.969 INFO STEP 516 (remove_files) COMPLETE
59702025-02-13T05:14:02.529Z[ recovery-image] Feb 13 05:14:00.970 INFO O| Feb 13 05:14:00.969 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-13T05:14:02.550Z[ recovery-image] Feb 13 05:14:00.990 INFO O| Feb 13 05:14:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59722025-02-13T05:14:02.550Z[ recovery-image] Feb 13 05:14:00.990 INFO O| Feb 13 05:14:00.990 INFO STEP 517 (remove_files) COMPLETE
59732025-02-13T05:14:02.552Z[ recovery-image] Feb 13 05:14:00.990 INFO O| Feb 13 05:14:00.990 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-13T05:14:02.590Z[ recovery-image] Feb 13 05:14:01.030 INFO O| Feb 13 05:14:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59752025-02-13T05:14:02.590Z[ recovery-image] Feb 13 05:14:01.030 INFO O| Feb 13 05:14:01.030 INFO STEP 518 (remove_files) COMPLETE
59762025-02-13T05:14:02.590Z[ recovery-image] Feb 13 05:14:01.030 INFO O| Feb 13 05:14:01.030 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-13T05:14:02.651Z[ recovery-image] Feb 13 05:14:01.091 INFO O| Feb 13 05:14:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59782025-02-13T05:14:02.654Z[ recovery-image] Feb 13 05:14:01.091 INFO O| Feb 13 05:14:01.091 INFO STEP 519 (remove_files) COMPLETE
59792025-02-13T05:14:02.654Z[ recovery-image] Feb 13 05:14:01.091 INFO O| Feb 13 05:14:01.091 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-13T05:14:02.678Z[ recovery-image] Feb 13 05:14:01.118 INFO O| Feb 13 05:14:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59812025-02-13T05:14:02.678Z[ recovery-image] Feb 13 05:14:01.118 INFO O| Feb 13 05:14:01.118 INFO STEP 520 (remove_files) COMPLETE
59822025-02-13T05:14:02.681Z[ recovery-image] Feb 13 05:14:01.119 INFO O| Feb 13 05:14:01.118 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-13T05:14:02.738Z[ recovery-image] Feb 13 05:14:01.178 INFO O| Feb 13 05:14:01.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59842025-02-13T05:14:02.740Z[ recovery-image] Feb 13 05:14:01.178 INFO O| Feb 13 05:14:01.178 INFO STEP 521 (remove_files) COMPLETE
59852025-02-13T05:14:02.740Z[ recovery-image] Feb 13 05:14:01.178 INFO O| Feb 13 05:14:01.178 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-13T05:14:02.775Z[ recovery-image] Feb 13 05:14:01.215 INFO O| Feb 13 05:14:01.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59872025-02-13T05:14:02.775Z[ recovery-image] Feb 13 05:14:01.215 INFO O| Feb 13 05:14:01.215 INFO STEP 522 (remove_files) COMPLETE
59882025-02-13T05:14:02.777Z[ recovery-image] Feb 13 05:14:01.215 INFO O| Feb 13 05:14:01.215 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-13T05:14:02.796Z[ recovery-image] Feb 13 05:14:01.236 INFO O| Feb 13 05:14:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59902025-02-13T05:14:02.799Z[ recovery-image] Feb 13 05:14:01.236 INFO O| Feb 13 05:14:01.236 INFO STEP 523 (remove_files) COMPLETE
59912025-02-13T05:14:02.799Z[ recovery-image] Feb 13 05:14:01.237 INFO O| Feb 13 05:14:01.236 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-13T05:14:02.816Z[ recovery-image] Feb 13 05:14:01.256 INFO O| Feb 13 05:14:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59932025-02-13T05:14:02.816Z[ recovery-image] Feb 13 05:14:01.256 INFO O| Feb 13 05:14:01.256 INFO STEP 524 (remove_files) COMPLETE
59942025-02-13T05:14:02.816Z[ recovery-image] Feb 13 05:14:01.256 INFO O| Feb 13 05:14:01.256 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-13T05:14:02.855Z[ recovery-image] Feb 13 05:14:01.295 INFO O| Feb 13 05:14:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59962025-02-13T05:14:02.858Z[ recovery-image] Feb 13 05:14:01.295 INFO O| Feb 13 05:14:01.295 INFO STEP 525 (remove_files) COMPLETE
59972025-02-13T05:14:02.858Z[ recovery-image] Feb 13 05:14:01.295 INFO O| Feb 13 05:14:01.295 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-13T05:14:02.908Z[ recovery-image] Feb 13 05:14:01.349 INFO O| Feb 13 05:14:01.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59992025-02-13T05:14:02.908Z[ recovery-image] Feb 13 05:14:01.349 INFO O| Feb 13 05:14:01.349 INFO STEP 526 (remove_files) COMPLETE
60002025-02-13T05:14:02.908Z[ recovery-image] Feb 13 05:14:01.349 INFO O| Feb 13 05:14:01.349 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-13T05:14:02.930Z[ recovery-image] Feb 13 05:14:01.370 INFO O| Feb 13 05:14:01.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60022025-02-13T05:14:02.930Z[ recovery-image] Feb 13 05:14:01.370 INFO O| Feb 13 05:14:01.370 INFO STEP 527 (remove_files) COMPLETE
60032025-02-13T05:14:02.930Z[ recovery-image] Feb 13 05:14:01.370 INFO O| Feb 13 05:14:01.370 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-13T05:14:02.951Z[ recovery-image] Feb 13 05:14:01.391 INFO O| Feb 13 05:14:01.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60052025-02-13T05:14:02.951Z[ recovery-image] Feb 13 05:14:01.391 INFO O| Feb 13 05:14:01.391 INFO STEP 528 (remove_files) COMPLETE
60062025-02-13T05:14:02.951Z[ recovery-image] Feb 13 05:14:01.391 INFO O| Feb 13 05:14:01.391 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-13T05:14:02.985Z[ recovery-image] Feb 13 05:14:01.425 INFO O| Feb 13 05:14:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60082025-02-13T05:14:02.985Z[ recovery-image] Feb 13 05:14:01.425 INFO O| Feb 13 05:14:01.425 INFO STEP 529 (remove_files) COMPLETE
60092025-02-13T05:14:02.985Z[ recovery-image] Feb 13 05:14:01.425 INFO O| Feb 13 05:14:01.425 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-13T05:14:03.024Z[ recovery-image] Feb 13 05:14:01.464 INFO O| Feb 13 05:14:01.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60112025-02-13T05:14:03.024Z[ recovery-image] Feb 13 05:14:01.464 INFO O| Feb 13 05:14:01.464 INFO STEP 530 (remove_files) COMPLETE
60122025-02-13T05:14:03.027Z[ recovery-image] Feb 13 05:14:01.464 INFO O| Feb 13 05:14:01.464 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-13T05:14:03.044Z[ recovery-image] Feb 13 05:14:01.484 INFO O| Feb 13 05:14:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60142025-02-13T05:14:03.046Z[ recovery-image] Feb 13 05:14:01.484 INFO O| Feb 13 05:14:01.484 INFO STEP 531 (remove_files) COMPLETE
60152025-02-13T05:14:03.046Z[ recovery-image] Feb 13 05:14:01.484 INFO O| Feb 13 05:14:01.484 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-13T05:14:03.062Z[ recovery-image] Feb 13 05:14:01.502 INFO O| Feb 13 05:14:01.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60172025-02-13T05:14:03.062Z[ recovery-image] Feb 13 05:14:01.502 INFO O| Feb 13 05:14:01.502 INFO STEP 532 (remove_files) COMPLETE
60182025-02-13T05:14:03.065Z[ recovery-image] Feb 13 05:14:01.502 INFO O| Feb 13 05:14:01.502 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-13T05:14:03.080Z[ recovery-image] Feb 13 05:14:01.520 INFO O| Feb 13 05:14:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60202025-02-13T05:14:03.080Z[ recovery-image] Feb 13 05:14:01.520 INFO O| Feb 13 05:14:01.520 INFO STEP 533 (remove_files) COMPLETE
60212025-02-13T05:14:03.080Z[ recovery-image] Feb 13 05:14:01.520 INFO O| Feb 13 05:14:01.520 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-13T05:14:03.096Z[ recovery-image] Feb 13 05:14:01.536 INFO O| Feb 13 05:14:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60232025-02-13T05:14:03.096Z[ recovery-image] Feb 13 05:14:01.536 INFO O| Feb 13 05:14:01.536 INFO STEP 534 (remove_files) COMPLETE
60242025-02-13T05:14:03.096Z[ recovery-image] Feb 13 05:14:01.536 INFO O| Feb 13 05:14:01.536 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-13T05:14:03.114Z[ recovery-image] Feb 13 05:14:01.555 INFO O| Feb 13 05:14:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60262025-02-13T05:14:03.115Z[ recovery-image] Feb 13 05:14:01.555 INFO O| Feb 13 05:14:01.555 INFO STEP 535 (remove_files) COMPLETE
60272025-02-13T05:14:03.117Z[ recovery-image] Feb 13 05:14:01.555 INFO O| Feb 13 05:14:01.555 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-13T05:14:03.208Z[ recovery-image] Feb 13 05:14:01.648 INFO O| Feb 13 05:14:01.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60292025-02-13T05:14:03.208Z[ recovery-image] Feb 13 05:14:01.648 INFO O| Feb 13 05:14:01.648 INFO STEP 536 (remove_files) COMPLETE
60302025-02-13T05:14:03.208Z[ recovery-image] Feb 13 05:14:01.648 INFO O| Feb 13 05:14:01.648 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-13T05:14:03.229Z[ recovery-image] Feb 13 05:14:01.669 INFO O| Feb 13 05:14:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60322025-02-13T05:14:03.229Z[ recovery-image] Feb 13 05:14:01.669 INFO O| Feb 13 05:14:01.669 INFO STEP 537 (remove_files) COMPLETE
60332025-02-13T05:14:03.229Z[ recovery-image] Feb 13 05:14:01.669 INFO O| Feb 13 05:14:01.669 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-13T05:14:03.248Z[ recovery-image] Feb 13 05:14:01.688 INFO O| Feb 13 05:14:01.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60352025-02-13T05:14:03.248Z[ recovery-image] Feb 13 05:14:01.688 INFO O| Feb 13 05:14:01.688 INFO STEP 538 (remove_files) COMPLETE
60362025-02-13T05:14:03.248Z[ recovery-image] Feb 13 05:14:01.688 INFO O| Feb 13 05:14:01.688 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-13T05:14:03.276Z[ recovery-image] Feb 13 05:14:01.717 INFO O| Feb 13 05:14:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60382025-02-13T05:14:03.280Z[ recovery-image] Feb 13 05:14:01.717 INFO O| Feb 13 05:14:01.717 INFO STEP 539 (remove_files) COMPLETE
60392025-02-13T05:14:03.280Z[ recovery-image] Feb 13 05:14:01.717 INFO O| Feb 13 05:14:01.717 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-13T05:14:03.297Z[ recovery-image] Feb 13 05:14:01.738 INFO O| Feb 13 05:14:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60412025-02-13T05:14:03.300Z[ recovery-image] Feb 13 05:14:01.738 INFO O| Feb 13 05:14:01.738 INFO STEP 540 (remove_files) COMPLETE
60422025-02-13T05:14:03.300Z[ recovery-image] Feb 13 05:14:01.738 INFO O| Feb 13 05:14:01.738 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-13T05:14:03.321Z[ recovery-image] Feb 13 05:14:01.761 INFO O| Feb 13 05:14:01.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60442025-02-13T05:14:03.324Z[ recovery-image] Feb 13 05:14:01.762 INFO O| Feb 13 05:14:01.762 INFO STEP 541 (remove_files) COMPLETE
60452025-02-13T05:14:03.324Z[ recovery-image] Feb 13 05:14:01.762 INFO O| Feb 13 05:14:01.762 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-13T05:14:03.345Z[ recovery-image] Feb 13 05:14:01.785 INFO O| Feb 13 05:14:01.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60472025-02-13T05:14:03.345Z[ recovery-image] Feb 13 05:14:01.785 INFO O| Feb 13 05:14:01.785 INFO STEP 542 (remove_files) COMPLETE
60482025-02-13T05:14:03.345Z[ recovery-image] Feb 13 05:14:01.785 INFO O| Feb 13 05:14:01.785 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-13T05:14:03.388Z[ recovery-image] Feb 13 05:14:01.828 INFO O| Feb 13 05:14:01.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60502025-02-13T05:14:03.388Z[ recovery-image] Feb 13 05:14:01.828 INFO O| Feb 13 05:14:01.828 INFO STEP 543 (remove_files) COMPLETE
60512025-02-13T05:14:03.388Z[ recovery-image] Feb 13 05:14:01.828 INFO O| Feb 13 05:14:01.828 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-13T05:14:03.430Z[ recovery-image] Feb 13 05:14:01.870 INFO O| Feb 13 05:14:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60532025-02-13T05:14:03.432Z[ recovery-image] Feb 13 05:14:01.870 INFO O| Feb 13 05:14:01.870 INFO STEP 544 (remove_files) COMPLETE
60542025-02-13T05:14:03.432Z[ recovery-image] Feb 13 05:14:01.870 INFO O| Feb 13 05:14:01.870 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-13T05:14:03.504Z[ recovery-image] Feb 13 05:14:01.944 INFO O| Feb 13 05:14:01.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60562025-02-13T05:14:03.504Z[ recovery-image] Feb 13 05:14:01.944 INFO O| Feb 13 05:14:01.944 INFO STEP 545 (remove_files) COMPLETE
60572025-02-13T05:14:03.506Z[ recovery-image] Feb 13 05:14:01.944 INFO O| Feb 13 05:14:01.944 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-13T05:14:03.526Z[ recovery-image] Feb 13 05:14:01.966 INFO O| Feb 13 05:14:01.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60592025-02-13T05:14:03.526Z[ recovery-image] Feb 13 05:14:01.966 INFO O| Feb 13 05:14:01.966 INFO STEP 546 (remove_files) COMPLETE
60602025-02-13T05:14:03.529Z[ recovery-image] Feb 13 05:14:01.966 INFO O| Feb 13 05:14:01.966 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-13T05:14:03.547Z[ recovery-image] Feb 13 05:14:01.987 INFO O| Feb 13 05:14:01.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60622025-02-13T05:14:03.547Z[ recovery-image] Feb 13 05:14:01.987 INFO O| Feb 13 05:14:01.987 INFO STEP 547 (remove_files) COMPLETE
60632025-02-13T05:14:03.550Z[ recovery-image] Feb 13 05:14:01.987 INFO O| Feb 13 05:14:01.987 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-13T05:14:03.599Z[ recovery-image] Feb 13 05:14:02.039 INFO O| Feb 13 05:14:02.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60652025-02-13T05:14:03.599Z[ recovery-image] Feb 13 05:14:02.039 INFO O| Feb 13 05:14:02.039 INFO STEP 548 (remove_files) COMPLETE
60662025-02-13T05:14:03.599Z[ recovery-image] Feb 13 05:14:02.039 INFO O| Feb 13 05:14:02.039 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-13T05:14:03.619Z[ recovery-image] Feb 13 05:14:02.060 INFO O| Feb 13 05:14:02.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60682025-02-13T05:14:03.619Z[ recovery-image] Feb 13 05:14:02.060 INFO O| Feb 13 05:14:02.060 INFO STEP 549 (remove_files) COMPLETE
60692025-02-13T05:14:03.622Z[ recovery-image] Feb 13 05:14:02.060 INFO O| Feb 13 05:14:02.060 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-13T05:14:03.639Z[ recovery-image] Feb 13 05:14:02.079 INFO O| Feb 13 05:14:02.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60712025-02-13T05:14:03.639Z[ recovery-image] Feb 13 05:14:02.079 INFO O| Feb 13 05:14:02.079 INFO STEP 550 (remove_files) COMPLETE
60722025-02-13T05:14:03.639Z[ recovery-image] Feb 13 05:14:02.079 INFO O| Feb 13 05:14:02.079 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-13T05:14:03.676Z[ recovery-image] Feb 13 05:14:02.116 INFO O| Feb 13 05:14:02.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60742025-02-13T05:14:03.676Z[ recovery-image] Feb 13 05:14:02.116 INFO O| Feb 13 05:14:02.116 INFO STEP 551 (remove_files) COMPLETE
60752025-02-13T05:14:03.679Z[ recovery-image] Feb 13 05:14:02.116 INFO O| Feb 13 05:14:02.116 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-13T05:14:03.697Z[ recovery-image] Feb 13 05:14:02.137 INFO O| Feb 13 05:14:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60772025-02-13T05:14:03.697Z[ recovery-image] Feb 13 05:14:02.137 INFO O| Feb 13 05:14:02.137 INFO STEP 552 (remove_files) COMPLETE
60782025-02-13T05:14:03.697Z[ recovery-image] Feb 13 05:14:02.137 INFO O| Feb 13 05:14:02.137 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-13T05:14:03.715Z[ recovery-image] Feb 13 05:14:02.154 INFO O| Feb 13 05:14:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60802025-02-13T05:14:03.715Z[ recovery-image] Feb 13 05:14:02.154 INFO O| Feb 13 05:14:02.154 INFO STEP 553 (remove_files) COMPLETE
60812025-02-13T05:14:03.715Z[ recovery-image] Feb 13 05:14:02.154 INFO O| Feb 13 05:14:02.154 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-13T05:14:03.751Z[ recovery-image] Feb 13 05:14:02.192 INFO O| Feb 13 05:14:02.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60832025-02-13T05:14:03.751Z[ recovery-image] Feb 13 05:14:02.192 INFO O| Feb 13 05:14:02.192 INFO STEP 554 (remove_files) COMPLETE
60842025-02-13T05:14:03.751Z[ recovery-image] Feb 13 05:14:02.192 INFO O| Feb 13 05:14:02.192 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-13T05:14:03.771Z[ recovery-image] Feb 13 05:14:02.211 INFO O| Feb 13 05:14:02.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60862025-02-13T05:14:03.771Z[ recovery-image] Feb 13 05:14:02.211 INFO O| Feb 13 05:14:02.211 INFO STEP 555 (remove_files) COMPLETE
60872025-02-13T05:14:03.771Z[ recovery-image] Feb 13 05:14:02.211 INFO O| Feb 13 05:14:02.211 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-13T05:14:03.804Z[ recovery-image] Feb 13 05:14:02.244 INFO O| Feb 13 05:14:02.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60892025-02-13T05:14:03.804Z[ recovery-image] Feb 13 05:14:02.245 INFO O| Feb 13 05:14:02.244 INFO STEP 556 (remove_files) COMPLETE
60902025-02-13T05:14:03.808Z[ recovery-image] Feb 13 05:14:02.245 INFO O| Feb 13 05:14:02.244 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-13T05:14:03.843Z[ recovery-image] Feb 13 05:14:02.282 INFO O| Feb 13 05:14:02.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60922025-02-13T05:14:03.847Z[ recovery-image] Feb 13 05:14:02.283 INFO O| Feb 13 05:14:02.283 INFO STEP 557 (remove_files) COMPLETE
60932025-02-13T05:14:03.847Z[ recovery-image] Feb 13 05:14:02.283 INFO O| Feb 13 05:14:02.283 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-13T05:14:03.872Z[ recovery-image] Feb 13 05:14:02.311 INFO O| Feb 13 05:14:02.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60952025-02-13T05:14:03.872Z[ recovery-image] Feb 13 05:14:02.311 INFO O| Feb 13 05:14:02.311 INFO STEP 558 (remove_files) COMPLETE
60962025-02-13T05:14:03.874Z[ recovery-image] Feb 13 05:14:02.311 INFO O| Feb 13 05:14:02.311 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-13T05:14:03.908Z[ recovery-image] Feb 13 05:14:02.348 INFO O| Feb 13 05:14:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60982025-02-13T05:14:03.908Z[ recovery-image] Feb 13 05:14:02.348 INFO O| Feb 13 05:14:02.348 INFO STEP 559 (remove_files) COMPLETE
60992025-02-13T05:14:03.908Z[ recovery-image] Feb 13 05:14:02.348 INFO O| Feb 13 05:14:02.348 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-13T05:14:03.945Z[ recovery-image] Feb 13 05:14:02.386 INFO O| Feb 13 05:14:02.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61012025-02-13T05:14:03.949Z[ recovery-image] Feb 13 05:14:02.386 INFO O| Feb 13 05:14:02.386 INFO STEP 560 (remove_files) COMPLETE
61022025-02-13T05:14:03.949Z[ recovery-image] Feb 13 05:14:02.386 INFO O| Feb 13 05:14:02.386 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-13T05:14:03.984Z[ recovery-image] Feb 13 05:14:02.424 INFO O| Feb 13 05:14:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61042025-02-13T05:14:03.984Z[ recovery-image] Feb 13 05:14:02.424 INFO O| Feb 13 05:14:02.424 INFO STEP 561 (remove_files) COMPLETE
61052025-02-13T05:14:03.984Z[ recovery-image] Feb 13 05:14:02.424 INFO O| Feb 13 05:14:02.424 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-13T05:14:04.027Z[ recovery-image] Feb 13 05:14:02.468 INFO O| Feb 13 05:14:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61072025-02-13T05:14:04.027Z[ recovery-image] Feb 13 05:14:02.468 INFO O| Feb 13 05:14:02.468 INFO STEP 562 (remove_files) COMPLETE
61082025-02-13T05:14:04.030Z[ recovery-image] Feb 13 05:14:02.468 INFO O| Feb 13 05:14:02.468 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-13T05:14:04.095Z[ recovery-image] Feb 13 05:14:02.535 INFO O| Feb 13 05:14:02.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61102025-02-13T05:14:04.095Z[ recovery-image] Feb 13 05:14:02.535 INFO O| Feb 13 05:14:02.535 INFO STEP 563 (remove_files) COMPLETE
61112025-02-13T05:14:04.098Z[ recovery-image] Feb 13 05:14:02.536 INFO O| Feb 13 05:14:02.535 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-13T05:14:04.142Z[ host-image] Feb 13 05:14:02.582 INFO O| Feb 13 05:14:02.582 INFO O| Done
61132025-02-13T05:14:04.167Z[ recovery-image] Feb 13 05:14:02.606 INFO O| Feb 13 05:14:02.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61142025-02-13T05:14:04.167Z[ recovery-image] Feb 13 05:14:02.606 INFO O| Feb 13 05:14:02.606 INFO STEP 564 (remove_files) COMPLETE
61152025-02-13T05:14:04.171Z[ recovery-image] Feb 13 05:14:02.606 INFO O| Feb 13 05:14:02.606 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-02-13T05:14:04.191Z[ recovery-image] Feb 13 05:14:02.631 INFO O| Feb 13 05:14:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61172025-02-13T05:14:04.191Z[ recovery-image] Feb 13 05:14:02.631 INFO O| Feb 13 05:14:02.631 INFO STEP 565 (remove_files) COMPLETE
61182025-02-13T05:14:04.191Z[ recovery-image] Feb 13 05:14:02.631 INFO O| Feb 13 05:14:02.631 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-02-13T05:14:04.214Z[ recovery-image] Feb 13 05:14:02.651 INFO O| Feb 13 05:14:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61202025-02-13T05:14:04.214Z[ recovery-image] Feb 13 05:14:02.652 INFO O| Feb 13 05:14:02.652 INFO STEP 566 (remove_files) COMPLETE
61212025-02-13T05:14:04.214Z[ recovery-image] Feb 13 05:14:02.652 INFO O| Feb 13 05:14:02.652 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-13T05:14:04.238Z[ recovery-image] Feb 13 05:14:02.678 INFO O| Feb 13 05:14:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61232025-02-13T05:14:04.238Z[ recovery-image] Feb 13 05:14:02.678 INFO O| Feb 13 05:14:02.678 INFO STEP 567 (remove_files) COMPLETE
61242025-02-13T05:14:04.241Z[ recovery-image] Feb 13 05:14:02.679 INFO O| Feb 13 05:14:02.678 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-13T05:14:04.267Z[ recovery-image] Feb 13 05:14:02.707 INFO O| Feb 13 05:14:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61262025-02-13T05:14:04.270Z[ recovery-image] Feb 13 05:14:02.708 INFO O| Feb 13 05:14:02.707 INFO STEP 568 (remove_files) COMPLETE
61272025-02-13T05:14:04.270Z[ recovery-image] Feb 13 05:14:02.708 INFO O| Feb 13 05:14:02.707 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-13T05:14:04.300Z[ recovery-image] Feb 13 05:14:02.740 INFO O| Feb 13 05:14:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61292025-02-13T05:14:04.300Z[ recovery-image] Feb 13 05:14:02.740 INFO O| Feb 13 05:14:02.740 INFO STEP 569 (remove_files) COMPLETE
61302025-02-13T05:14:04.300Z[ recovery-image] Feb 13 05:14:02.740 INFO O| Feb 13 05:14:02.740 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-13T05:14:04.321Z[ recovery-image] Feb 13 05:14:02.761 INFO O| Feb 13 05:14:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61322025-02-13T05:14:04.321Z[ recovery-image] Feb 13 05:14:02.761 INFO O| Feb 13 05:14:02.761 INFO STEP 570 (remove_files) COMPLETE
61332025-02-13T05:14:04.321Z[ recovery-image] Feb 13 05:14:02.761 INFO O| Feb 13 05:14:02.761 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-13T05:14:04.341Z[ recovery-image] Feb 13 05:14:02.781 INFO O| Feb 13 05:14:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61352025-02-13T05:14:04.341Z[ recovery-image] Feb 13 05:14:02.782 INFO O| Feb 13 05:14:02.782 INFO STEP 571 (remove_files) COMPLETE
61362025-02-13T05:14:04.344Z[ recovery-image] Feb 13 05:14:02.782 INFO O| Feb 13 05:14:02.782 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-13T05:14:04.396Z[ recovery-image] Feb 13 05:14:02.836 INFO O| Feb 13 05:14:02.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61382025-02-13T05:14:04.398Z[ recovery-image] Feb 13 05:14:02.836 INFO O| Feb 13 05:14:02.836 INFO STEP 572 (remove_files) COMPLETE
61392025-02-13T05:14:04.399Z[ recovery-image] Feb 13 05:14:02.836 INFO O| Feb 13 05:14:02.836 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-13T05:14:04.467Z[ recovery-image] Feb 13 05:14:02.907 INFO O| Feb 13 05:14:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61412025-02-13T05:14:04.470Z[ recovery-image] Feb 13 05:14:02.907 INFO O| Feb 13 05:14:02.907 INFO STEP 573 (remove_files) COMPLETE
61422025-02-13T05:14:04.470Z[ recovery-image] Feb 13 05:14:02.907 INFO O| Feb 13 05:14:02.907 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-13T05:14:04.506Z[ recovery-image] Feb 13 05:14:02.946 INFO O| Feb 13 05:14:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61442025-02-13T05:14:04.506Z[ recovery-image] Feb 13 05:14:02.946 INFO O| Feb 13 05:14:02.946 INFO STEP 574 (remove_files) COMPLETE
61452025-02-13T05:14:04.506Z[ recovery-image] Feb 13 05:14:02.946 INFO O| Feb 13 05:14:02.946 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-13T05:14:04.530Z[ recovery-image] Feb 13 05:14:02.970 INFO O| Feb 13 05:14:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61472025-02-13T05:14:04.530Z[ recovery-image] Feb 13 05:14:02.970 INFO O| Feb 13 05:14:02.970 INFO STEP 575 (remove_files) COMPLETE
61482025-02-13T05:14:04.530Z[ recovery-image] Feb 13 05:14:02.970 INFO O| Feb 13 05:14:02.970 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-13T05:14:04.602Z[ recovery-image] Feb 13 05:14:03.040 INFO O| Feb 13 05:14:03.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61502025-02-13T05:14:04.603Z[ recovery-image] Feb 13 05:14:03.040 INFO O| Feb 13 05:14:03.040 INFO STEP 576 (remove_files) COMPLETE
61512025-02-13T05:14:04.603Z[ recovery-image] Feb 13 05:14:03.040 INFO O| Feb 13 05:14:03.040 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-02-13T05:14:04.627Z[ recovery-image] Feb 13 05:14:03.067 INFO O| Feb 13 05:14:03.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61532025-02-13T05:14:04.627Z[ recovery-image] Feb 13 05:14:03.067 INFO O| Feb 13 05:14:03.067 INFO STEP 577 (remove_files) COMPLETE
61542025-02-13T05:14:04.630Z[ recovery-image] Feb 13 05:14:03.067 INFO O| Feb 13 05:14:03.067 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-13T05:14:04.651Z[ recovery-image] Feb 13 05:14:03.090 INFO O| Feb 13 05:14:03.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61562025-02-13T05:14:04.652Z[ recovery-image] Feb 13 05:14:03.090 INFO O| Feb 13 05:14:03.090 INFO STEP 578 (remove_files) COMPLETE
61572025-02-13T05:14:04.654Z[ recovery-image] Feb 13 05:14:03.090 INFO O| Feb 13 05:14:03.090 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-02-13T05:14:04.695Z[ recovery-image] Feb 13 05:14:03.135 INFO O| Feb 13 05:14:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61592025-02-13T05:14:04.698Z[ recovery-image] Feb 13 05:14:03.135 INFO O| Feb 13 05:14:03.135 INFO STEP 579 (remove_files) COMPLETE
61602025-02-13T05:14:04.698Z[ recovery-image] Feb 13 05:14:03.135 INFO O| Feb 13 05:14:03.135 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-02-13T05:14:04.728Z[ recovery-image] Feb 13 05:14:03.167 INFO O| Feb 13 05:14:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61622025-02-13T05:14:04.731Z[ recovery-image] Feb 13 05:14:03.167 INFO O| Feb 13 05:14:03.167 INFO STEP 580 (remove_files) COMPLETE
61632025-02-13T05:14:04.731Z[ recovery-image] Feb 13 05:14:03.168 INFO O| Feb 13 05:14:03.168 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-02-13T05:14:04.751Z[ recovery-image] Feb 13 05:14:03.191 INFO O| Feb 13 05:14:03.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61652025-02-13T05:14:04.755Z[ recovery-image] Feb 13 05:14:03.192 INFO O| Feb 13 05:14:03.191 INFO STEP 581 (remove_files) COMPLETE
61662025-02-13T05:14:04.755Z[ recovery-image] Feb 13 05:14:03.192 INFO O| Feb 13 05:14:03.192 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-02-13T05:14:04.775Z[ recovery-image] Feb 13 05:14:03.215 INFO O| Feb 13 05:14:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61682025-02-13T05:14:04.778Z[ recovery-image] Feb 13 05:14:03.216 INFO O| Feb 13 05:14:03.216 INFO STEP 582 (remove_files) COMPLETE
61692025-02-13T05:14:04.778Z[ recovery-image] Feb 13 05:14:03.216 INFO O| Feb 13 05:14:03.216 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-02-13T05:14:04.799Z[ recovery-image] Feb 13 05:14:03.238 INFO O| Feb 13 05:14:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61712025-02-13T05:14:04.801Z[ recovery-image] Feb 13 05:14:03.239 INFO O| Feb 13 05:14:03.239 INFO STEP 583 (remove_files) COMPLETE
61722025-02-13T05:14:04.801Z[ recovery-image] Feb 13 05:14:03.239 INFO O| Feb 13 05:14:03.239 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-02-13T05:14:04.838Z[ recovery-image] Feb 13 05:14:03.278 INFO O| Feb 13 05:14:03.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61742025-02-13T05:14:04.841Z[ recovery-image] Feb 13 05:14:03.279 INFO O| Feb 13 05:14:03.279 INFO STEP 584 (remove_files) COMPLETE
61752025-02-13T05:14:04.841Z[ recovery-image] Feb 13 05:14:03.279 INFO O| Feb 13 05:14:03.279 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-02-13T05:14:04.862Z[ recovery-image] Feb 13 05:14:03.302 INFO O| Feb 13 05:14:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61772025-02-13T05:14:04.865Z[ recovery-image] Feb 13 05:14:03.303 INFO O| Feb 13 05:14:03.302 INFO STEP 585 (remove_files) COMPLETE
61782025-02-13T05:14:04.865Z[ recovery-image] Feb 13 05:14:03.303 INFO O| Feb 13 05:14:03.303 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-02-13T05:14:04.892Z[ recovery-image] Feb 13 05:14:03.331 INFO O| Feb 13 05:14:03.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61802025-02-13T05:14:04.892Z[ recovery-image] Feb 13 05:14:03.331 INFO O| Feb 13 05:14:03.331 INFO STEP 586 (remove_files) COMPLETE
61812025-02-13T05:14:04.892Z[ recovery-image] Feb 13 05:14:03.331 INFO O| Feb 13 05:14:03.331 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-13T05:14:04.921Z[ recovery-image] Feb 13 05:14:03.361 INFO O| Feb 13 05:14:03.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61832025-02-13T05:14:04.921Z[ recovery-image] Feb 13 05:14:03.361 INFO O| Feb 13 05:14:03.361 INFO STEP 587 (remove_files) COMPLETE
61842025-02-13T05:14:04.924Z[ recovery-image] Feb 13 05:14:03.361 INFO O| Feb 13 05:14:03.361 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-13T05:14:04.980Z[ recovery-image] Feb 13 05:14:03.420 INFO O| Feb 13 05:14:03.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61862025-02-13T05:14:04.980Z[ recovery-image] Feb 13 05:14:03.420 INFO O| Feb 13 05:14:03.420 INFO STEP 588 (remove_files) COMPLETE
61872025-02-13T05:14:04.983Z[ recovery-image] Feb 13 05:14:03.420 INFO O| Feb 13 05:14:03.420 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-13T05:14:05.002Z[ recovery-image] Feb 13 05:14:03.442 INFO O| Feb 13 05:14:03.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61892025-02-13T05:14:05.002Z[ recovery-image] Feb 13 05:14:03.442 INFO O| Feb 13 05:14:03.442 INFO STEP 589 (remove_files) COMPLETE
61902025-02-13T05:14:05.002Z[ recovery-image] Feb 13 05:14:03.442 INFO O| Feb 13 05:14:03.442 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-13T05:14:05.024Z[ recovery-image] Feb 13 05:14:03.464 INFO O| Feb 13 05:14:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61922025-02-13T05:14:05.024Z[ recovery-image] Feb 13 05:14:03.464 INFO O| Feb 13 05:14:03.464 INFO STEP 590 (remove_files) COMPLETE
61932025-02-13T05:14:05.024Z[ recovery-image] Feb 13 05:14:03.464 INFO O| Feb 13 05:14:03.464 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-13T05:14:05.097Z[ recovery-image] Feb 13 05:14:03.537 INFO O| Feb 13 05:14:03.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61952025-02-13T05:14:05.100Z[ recovery-image] Feb 13 05:14:03.537 INFO O| Feb 13 05:14:03.537 INFO STEP 591 (remove_files) COMPLETE
61962025-02-13T05:14:05.100Z[ recovery-image] Feb 13 05:14:03.537 INFO O| Feb 13 05:14:03.537 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-13T05:14:05.118Z[ recovery-image] Feb 13 05:14:03.558 INFO O| Feb 13 05:14:03.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61982025-02-13T05:14:05.121Z[ recovery-image] Feb 13 05:14:03.558 INFO O| Feb 13 05:14:03.558 INFO STEP 592 (remove_files) COMPLETE
61992025-02-13T05:14:05.121Z[ recovery-image] Feb 13 05:14:03.558 INFO O| Feb 13 05:14:03.558 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-13T05:14:05.140Z[ recovery-image] Feb 13 05:14:03.580 INFO O| Feb 13 05:14:03.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62012025-02-13T05:14:05.143Z[ recovery-image] Feb 13 05:14:03.580 INFO O| Feb 13 05:14:03.580 INFO STEP 593 (remove_files) COMPLETE
62022025-02-13T05:14:05.143Z[ recovery-image] Feb 13 05:14:03.580 INFO O| Feb 13 05:14:03.580 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-13T05:14:05.164Z[ recovery-image] Feb 13 05:14:03.604 INFO O| Feb 13 05:14:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62042025-02-13T05:14:05.164Z[ recovery-image] Feb 13 05:14:03.604 INFO O| Feb 13 05:14:03.604 INFO STEP 594 (remove_files) COMPLETE
62052025-02-13T05:14:05.167Z[ recovery-image] Feb 13 05:14:03.604 INFO O| Feb 13 05:14:03.604 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-13T05:14:05.186Z[ recovery-image] Feb 13 05:14:03.626 INFO O| Feb 13 05:14:03.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62072025-02-13T05:14:05.189Z[ recovery-image] Feb 13 05:14:03.626 INFO O| Feb 13 05:14:03.626 INFO STEP 595 (remove_files) COMPLETE
62082025-02-13T05:14:05.189Z[ recovery-image] Feb 13 05:14:03.627 INFO O| Feb 13 05:14:03.626 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-13T05:14:05.206Z[ recovery-image] Feb 13 05:14:03.646 INFO O| Feb 13 05:14:03.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62102025-02-13T05:14:05.206Z[ recovery-image] Feb 13 05:14:03.646 INFO O| Feb 13 05:14:03.646 INFO STEP 596 (remove_files) COMPLETE
62112025-02-13T05:14:05.206Z[ recovery-image] Feb 13 05:14:03.646 INFO O| Feb 13 05:14:03.646 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-13T05:14:05.238Z[ recovery-image] Feb 13 05:14:03.676 INFO O| Feb 13 05:14:03.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62132025-02-13T05:14:05.238Z[ recovery-image] Feb 13 05:14:03.676 INFO O| Feb 13 05:14:03.676 INFO STEP 597 (remove_files) COMPLETE
62142025-02-13T05:14:05.238Z[ recovery-image] Feb 13 05:14:03.676 INFO O| Feb 13 05:14:03.676 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-13T05:14:05.258Z[ recovery-image] Feb 13 05:14:03.698 INFO O| Feb 13 05:14:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62162025-02-13T05:14:05.258Z[ recovery-image] Feb 13 05:14:03.698 INFO O| Feb 13 05:14:03.698 INFO STEP 598 (remove_files) COMPLETE
62172025-02-13T05:14:05.261Z[ recovery-image] Feb 13 05:14:03.698 INFO O| Feb 13 05:14:03.698 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-13T05:14:05.320Z[ recovery-image] Feb 13 05:14:03.760 INFO O| Feb 13 05:14:03.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62192025-02-13T05:14:05.320Z[ recovery-image] Feb 13 05:14:03.760 INFO O| Feb 13 05:14:03.760 INFO STEP 599 (remove_files) COMPLETE
62202025-02-13T05:14:05.323Z[ recovery-image] Feb 13 05:14:03.760 INFO O| Feb 13 05:14:03.760 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-13T05:14:05.359Z[ recovery-image] Feb 13 05:14:03.798 INFO O| Feb 13 05:14:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62222025-02-13T05:14:05.362Z[ recovery-image] Feb 13 05:14:03.798 INFO O| Feb 13 05:14:03.798 INFO STEP 600 (remove_files) COMPLETE
62232025-02-13T05:14:05.362Z[ recovery-image] Feb 13 05:14:03.798 INFO O| Feb 13 05:14:03.798 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-13T05:14:05.391Z[ recovery-image] Feb 13 05:14:03.831 INFO O| Feb 13 05:14:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62252025-02-13T05:14:05.394Z[ recovery-image] Feb 13 05:14:03.831 INFO O| Feb 13 05:14:03.831 INFO STEP 601 (remove_files) COMPLETE
62262025-02-13T05:14:05.394Z[ recovery-image] Feb 13 05:14:03.831 INFO O| Feb 13 05:14:03.831 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-13T05:14:05.412Z[ recovery-image] Feb 13 05:14:03.851 INFO O| Feb 13 05:14:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62282025-02-13T05:14:05.414Z[ recovery-image] Feb 13 05:14:03.852 INFO O| Feb 13 05:14:03.852 INFO STEP 602 (remove_files) COMPLETE
62292025-02-13T05:14:05.414Z[ recovery-image] Feb 13 05:14:03.852 INFO O| Feb 13 05:14:03.852 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-13T05:14:05.437Z[ recovery-image] Feb 13 05:14:03.877 INFO O| Feb 13 05:14:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62312025-02-13T05:14:05.437Z[ recovery-image] Feb 13 05:14:03.877 INFO O| Feb 13 05:14:03.877 INFO STEP 603 (remove_files) COMPLETE
62322025-02-13T05:14:05.439Z[ recovery-image] Feb 13 05:14:03.877 INFO O| Feb 13 05:14:03.877 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-13T05:14:05.481Z[ recovery-image] Feb 13 05:14:03.918 INFO O| Feb 13 05:14:03.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62342025-02-13T05:14:05.481Z[ recovery-image] Feb 13 05:14:03.918 INFO O| Feb 13 05:14:03.918 INFO STEP 604 (remove_files) COMPLETE
62352025-02-13T05:14:05.481Z[ recovery-image] Feb 13 05:14:03.918 INFO O| Feb 13 05:14:03.918 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-13T05:14:05.497Z[ recovery-image] Feb 13 05:14:03.937 INFO O| Feb 13 05:14:03.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62372025-02-13T05:14:05.497Z[ recovery-image] Feb 13 05:14:03.937 INFO O| Feb 13 05:14:03.937 INFO STEP 605 (remove_files) COMPLETE
62382025-02-13T05:14:05.500Z[ recovery-image] Feb 13 05:14:03.937 INFO O| Feb 13 05:14:03.937 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-13T05:14:05.519Z[ recovery-image] Feb 13 05:14:03.957 INFO O| Feb 13 05:14:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62402025-02-13T05:14:05.519Z[ recovery-image] Feb 13 05:14:03.957 INFO O| Feb 13 05:14:03.957 INFO STEP 606 (remove_files) COMPLETE
62412025-02-13T05:14:05.519Z[ recovery-image] Feb 13 05:14:03.957 INFO O| Feb 13 05:14:03.957 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-13T05:14:05.538Z[ recovery-image] Feb 13 05:14:03.978 INFO O| Feb 13 05:14:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62432025-02-13T05:14:05.538Z[ recovery-image] Feb 13 05:14:03.978 INFO O| Feb 13 05:14:03.978 INFO STEP 607 (remove_files) COMPLETE
62442025-02-13T05:14:05.538Z[ recovery-image] Feb 13 05:14:03.978 INFO O| Feb 13 05:14:03.978 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-13T05:14:05.557Z[ recovery-image] Feb 13 05:14:03.997 INFO O| Feb 13 05:14:03.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62462025-02-13T05:14:05.557Z[ recovery-image] Feb 13 05:14:03.997 INFO O| Feb 13 05:14:03.997 INFO STEP 608 (remove_files) COMPLETE
62472025-02-13T05:14:05.560Z[ recovery-image] Feb 13 05:14:03.997 INFO O| Feb 13 05:14:03.997 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-13T05:14:05.594Z[ recovery-image] Feb 13 05:14:04.032 INFO O| Feb 13 05:14:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62492025-02-13T05:14:05.597Z[ recovery-image] Feb 13 05:14:04.032 INFO O| Feb 13 05:14:04.032 INFO STEP 609 (remove_files) COMPLETE
62502025-02-13T05:14:05.597Z[ recovery-image] Feb 13 05:14:04.032 INFO O| Feb 13 05:14:04.032 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-13T05:14:05.674Z[ recovery-image] Feb 13 05:14:04.114 INFO O| Feb 13 05:14:04.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62522025-02-13T05:14:05.674Z[ recovery-image] Feb 13 05:14:04.114 INFO O| Feb 13 05:14:04.114 INFO STEP 610 (remove_files) COMPLETE
62532025-02-13T05:14:05.674Z[ recovery-image] Feb 13 05:14:04.114 INFO O| Feb 13 05:14:04.114 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-13T05:14:05.700Z[ recovery-image] Feb 13 05:14:04.140 INFO O| Feb 13 05:14:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62552025-02-13T05:14:05.700Z[ recovery-image] Feb 13 05:14:04.140 INFO O| Feb 13 05:14:04.140 INFO STEP 611 (remove_files) COMPLETE
62562025-02-13T05:14:05.700Z[ recovery-image] Feb 13 05:14:04.140 INFO O| Feb 13 05:14:04.140 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-13T05:14:05.742Z[ recovery-image] Feb 13 05:14:04.182 INFO O| Feb 13 05:14:04.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62582025-02-13T05:14:05.742Z[ recovery-image] Feb 13 05:14:04.182 INFO O| Feb 13 05:14:04.182 INFO STEP 612 (remove_files) COMPLETE
62592025-02-13T05:14:05.742Z[ recovery-image] Feb 13 05:14:04.182 INFO O| Feb 13 05:14:04.182 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-13T05:14:05.807Z[ recovery-image] Feb 13 05:14:04.247 INFO O| Feb 13 05:14:04.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62612025-02-13T05:14:05.810Z[ recovery-image] Feb 13 05:14:04.247 INFO O| Feb 13 05:14:04.247 INFO STEP 613 (remove_files) COMPLETE
62622025-02-13T05:14:05.810Z[ recovery-image] Feb 13 05:14:04.247 INFO O| Feb 13 05:14:04.247 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-13T05:14:05.864Z[ recovery-image] Feb 13 05:14:04.304 INFO O| Feb 13 05:14:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62642025-02-13T05:14:05.865Z[ recovery-image] Feb 13 05:14:04.304 INFO O| Feb 13 05:14:04.304 INFO STEP 614 (remove_files) COMPLETE
62652025-02-13T05:14:05.865Z[ recovery-image] Feb 13 05:14:04.304 INFO O| Feb 13 05:14:04.304 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-13T05:14:05.887Z[ recovery-image] Feb 13 05:14:04.327 INFO O| Feb 13 05:14:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62672025-02-13T05:14:05.887Z[ recovery-image] Feb 13 05:14:04.327 INFO O| Feb 13 05:14:04.327 INFO STEP 615 (remove_files) COMPLETE
62682025-02-13T05:14:05.887Z[ recovery-image] Feb 13 05:14:04.327 INFO O| Feb 13 05:14:04.327 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-13T05:14:05.911Z[ recovery-image] Feb 13 05:14:04.351 INFO O| Feb 13 05:14:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62702025-02-13T05:14:05.911Z[ recovery-image] Feb 13 05:14:04.351 INFO O| Feb 13 05:14:04.351 INFO STEP 616 (remove_files) COMPLETE
62712025-02-13T05:14:05.914Z[ recovery-image] Feb 13 05:14:04.351 INFO O| Feb 13 05:14:04.351 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-13T05:14:05.945Z[ recovery-image] Feb 13 05:14:04.384 INFO O| Feb 13 05:14:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62732025-02-13T05:14:05.945Z[ recovery-image] Feb 13 05:14:04.384 INFO O| Feb 13 05:14:04.384 INFO STEP 617 (remove_files) COMPLETE
62742025-02-13T05:14:05.948Z[ recovery-image] Feb 13 05:14:04.384 INFO O| Feb 13 05:14:04.384 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-13T05:14:05.979Z[ recovery-image] Feb 13 05:14:04.418 INFO O| Feb 13 05:14:04.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62762025-02-13T05:14:05.979Z[ recovery-image] Feb 13 05:14:04.419 INFO O| Feb 13 05:14:04.418 INFO STEP 618 (remove_files) COMPLETE
62772025-02-13T05:14:05.982Z[ recovery-image] Feb 13 05:14:04.419 INFO O| Feb 13 05:14:04.419 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-13T05:14:06.042Z[ recovery-image] Feb 13 05:14:04.481 INFO O| Feb 13 05:14:04.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62792025-02-13T05:14:06.044Z[ recovery-image] Feb 13 05:14:04.482 INFO O| Feb 13 05:14:04.481 INFO STEP 619 (remove_files) COMPLETE
62802025-02-13T05:14:06.045Z[ recovery-image] Feb 13 05:14:04.482 INFO O| Feb 13 05:14:04.482 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-13T05:14:06.086Z[ recovery-image] Feb 13 05:14:04.525 INFO O| Feb 13 05:14:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62822025-02-13T05:14:06.086Z[ recovery-image] Feb 13 05:14:04.526 INFO O| Feb 13 05:14:04.526 INFO STEP 620 (remove_files) COMPLETE
62832025-02-13T05:14:06.089Z[ recovery-image] Feb 13 05:14:04.526 INFO O| Feb 13 05:14:04.526 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-13T05:14:06.116Z[ recovery-image] Feb 13 05:14:04.556 INFO O| Feb 13 05:14:04.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62852025-02-13T05:14:06.119Z[ recovery-image] Feb 13 05:14:04.556 INFO O| Feb 13 05:14:04.556 INFO STEP 621 (remove_files) COMPLETE
62862025-02-13T05:14:06.119Z[ recovery-image] Feb 13 05:14:04.556 INFO O| Feb 13 05:14:04.556 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-13T05:14:06.177Z[ recovery-image] Feb 13 05:14:04.616 INFO O| Feb 13 05:14:04.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62882025-02-13T05:14:06.177Z[ recovery-image] Feb 13 05:14:04.617 INFO O| Feb 13 05:14:04.617 INFO STEP 622 (remove_files) COMPLETE
62892025-02-13T05:14:06.177Z[ recovery-image] Feb 13 05:14:04.617 INFO O| Feb 13 05:14:04.617 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-13T05:14:06.227Z[ recovery-image] Feb 13 05:14:04.667 INFO O| Feb 13 05:14:04.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62912025-02-13T05:14:06.227Z[ recovery-image] Feb 13 05:14:04.667 INFO O| Feb 13 05:14:04.667 INFO STEP 623 (remove_files) COMPLETE
62922025-02-13T05:14:06.230Z[ recovery-image] Feb 13 05:14:04.667 INFO O| Feb 13 05:14:04.667 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-13T05:14:06.248Z[ recovery-image] Feb 13 05:14:04.688 INFO O| Feb 13 05:14:04.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62942025-02-13T05:14:06.248Z[ recovery-image] Feb 13 05:14:04.688 INFO O| Feb 13 05:14:04.688 INFO STEP 624 (remove_files) COMPLETE
62952025-02-13T05:14:06.248Z[ recovery-image] Feb 13 05:14:04.688 INFO O| Feb 13 05:14:04.688 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-13T05:14:06.293Z[ recovery-image] Feb 13 05:14:04.733 INFO O| Feb 13 05:14:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62972025-02-13T05:14:06.293Z[ recovery-image] Feb 13 05:14:04.733 INFO O| Feb 13 05:14:04.733 INFO STEP 625 (remove_files) COMPLETE
62982025-02-13T05:14:06.293Z[ recovery-image] Feb 13 05:14:04.733 INFO O| Feb 13 05:14:04.733 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-13T05:14:06.315Z[ recovery-image] Feb 13 05:14:04.755 INFO O| Feb 13 05:14:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63002025-02-13T05:14:06.315Z[ recovery-image] Feb 13 05:14:04.755 INFO O| Feb 13 05:14:04.755 INFO STEP 626 (remove_files) COMPLETE
63012025-02-13T05:14:06.315Z[ recovery-image] Feb 13 05:14:04.755 INFO O| Feb 13 05:14:04.755 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-13T05:14:06.335Z[ recovery-image] Feb 13 05:14:04.774 INFO O| Feb 13 05:14:04.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63032025-02-13T05:14:06.335Z[ recovery-image] Feb 13 05:14:04.775 INFO O| Feb 13 05:14:04.775 INFO STEP 627 (remove_files) COMPLETE
63042025-02-13T05:14:06.335Z[ recovery-image] Feb 13 05:14:04.775 INFO O| Feb 13 05:14:04.775 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-13T05:14:06.355Z[ recovery-image] Feb 13 05:14:04.794 INFO O| Feb 13 05:14:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63062025-02-13T05:14:06.355Z[ recovery-image] Feb 13 05:14:04.794 INFO O| Feb 13 05:14:04.794 INFO STEP 628 (remove_files) COMPLETE
63072025-02-13T05:14:06.358Z[ recovery-image] Feb 13 05:14:04.795 INFO O| Feb 13 05:14:04.794 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-13T05:14:06.375Z[ recovery-image] Feb 13 05:14:04.814 INFO O| Feb 13 05:14:04.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63092025-02-13T05:14:06.375Z[ recovery-image] Feb 13 05:14:04.814 INFO O| Feb 13 05:14:04.814 INFO STEP 629 (remove_files) COMPLETE
63102025-02-13T05:14:06.377Z[ recovery-image] Feb 13 05:14:04.814 INFO O| Feb 13 05:14:04.814 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-13T05:14:06.404Z[ recovery-image] Feb 13 05:14:04.843 INFO O| Feb 13 05:14:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63122025-02-13T05:14:06.406Z[ recovery-image] Feb 13 05:14:04.843 INFO O| Feb 13 05:14:04.843 INFO STEP 630 (remove_files) COMPLETE
63132025-02-13T05:14:06.406Z[ recovery-image] Feb 13 05:14:04.844 INFO O| Feb 13 05:14:04.843 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-13T05:14:06.438Z[ recovery-image] Feb 13 05:14:04.877 INFO O| Feb 13 05:14:04.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63152025-02-13T05:14:06.438Z[ recovery-image] Feb 13 05:14:04.877 INFO O| Feb 13 05:14:04.877 INFO STEP 631 (remove_files) COMPLETE
63162025-02-13T05:14:06.442Z[ recovery-image] Feb 13 05:14:04.877 INFO O| Feb 13 05:14:04.877 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-13T05:14:06.460Z[ recovery-image] Feb 13 05:14:04.900 INFO O| Feb 13 05:14:04.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63182025-02-13T05:14:06.460Z[ recovery-image] Feb 13 05:14:04.900 INFO O| Feb 13 05:14:04.900 INFO STEP 632 (remove_files) COMPLETE
63192025-02-13T05:14:06.460Z[ recovery-image] Feb 13 05:14:04.900 INFO O| Feb 13 05:14:04.900 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-13T05:14:06.497Z[ recovery-image] Feb 13 05:14:04.936 INFO O| Feb 13 05:14:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63212025-02-13T05:14:06.497Z[ recovery-image] Feb 13 05:14:04.937 INFO O| Feb 13 05:14:04.937 INFO STEP 633 (remove_files) COMPLETE
63222025-02-13T05:14:06.497Z[ recovery-image] Feb 13 05:14:04.937 INFO O| Feb 13 05:14:04.937 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-13T05:14:06.519Z[ recovery-image] Feb 13 05:14:04.958 INFO O| Feb 13 05:14:04.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63242025-02-13T05:14:06.519Z[ recovery-image] Feb 13 05:14:04.958 INFO O| Feb 13 05:14:04.958 INFO STEP 634 (remove_files) COMPLETE
63252025-02-13T05:14:06.519Z[ recovery-image] Feb 13 05:14:04.958 INFO O| Feb 13 05:14:04.958 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-13T05:14:06.541Z[ recovery-image] Feb 13 05:14:04.980 INFO O| Feb 13 05:14:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63272025-02-13T05:14:06.541Z[ recovery-image] Feb 13 05:14:04.980 INFO O| Feb 13 05:14:04.980 INFO STEP 635 (remove_files) COMPLETE
63282025-02-13T05:14:06.541Z[ recovery-image] Feb 13 05:14:04.980 INFO O| Feb 13 05:14:04.980 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-13T05:14:06.562Z[ recovery-image] Feb 13 05:14:05.002 INFO O| Feb 13 05:14:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63302025-02-13T05:14:06.562Z[ recovery-image] Feb 13 05:14:05.002 INFO O| Feb 13 05:14:05.002 INFO STEP 636 (remove_files) COMPLETE
63312025-02-13T05:14:06.562Z[ recovery-image] Feb 13 05:14:05.002 INFO O| Feb 13 05:14:05.002 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-13T05:14:06.593Z[ recovery-image] Feb 13 05:14:05.032 INFO O| Feb 13 05:14:05.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63332025-02-13T05:14:06.593Z[ recovery-image] Feb 13 05:14:05.032 INFO O| Feb 13 05:14:05.032 INFO STEP 637 (remove_files) COMPLETE
63342025-02-13T05:14:06.596Z[ recovery-image] Feb 13 05:14:05.033 INFO O| Feb 13 05:14:05.032 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-13T05:14:06.629Z[ recovery-image] Feb 13 05:14:05.069 INFO O| Feb 13 05:14:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63362025-02-13T05:14:06.632Z[ recovery-image] Feb 13 05:14:05.069 INFO O| Feb 13 05:14:05.069 INFO STEP 638 (remove_files) COMPLETE
63372025-02-13T05:14:06.632Z[ recovery-image] Feb 13 05:14:05.069 INFO O| Feb 13 05:14:05.069 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-13T05:14:06.673Z[ recovery-image] Feb 13 05:14:05.113 INFO O| Feb 13 05:14:05.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63392025-02-13T05:14:06.673Z[ recovery-image] Feb 13 05:14:05.113 INFO O| Feb 13 05:14:05.113 INFO STEP 639 (remove_files) COMPLETE
63402025-02-13T05:14:06.673Z[ recovery-image] Feb 13 05:14:05.113 INFO O| Feb 13 05:14:05.113 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-13T05:14:06.695Z[ recovery-image] Feb 13 05:14:05.135 INFO O| Feb 13 05:14:05.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63422025-02-13T05:14:06.696Z[ recovery-image] Feb 13 05:14:05.135 INFO O| Feb 13 05:14:05.135 INFO STEP 640 (remove_files) COMPLETE
63432025-02-13T05:14:06.698Z[ recovery-image] Feb 13 05:14:05.135 INFO O| Feb 13 05:14:05.135 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-13T05:14:06.852Z[ recovery-image] Feb 13 05:14:05.291 INFO O| Feb 13 05:14:05.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63452025-02-13T05:14:06.856Z[ recovery-image] Feb 13 05:14:05.291 INFO O| Feb 13 05:14:05.291 INFO STEP 641 (remove_files) COMPLETE
63462025-02-13T05:14:06.856Z[ recovery-image] Feb 13 05:14:05.291 INFO O| Feb 13 05:14:05.291 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-13T05:14:06.893Z[ recovery-image] Feb 13 05:14:05.332 INFO O| Feb 13 05:14:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63482025-02-13T05:14:06.893Z[ recovery-image] Feb 13 05:14:05.332 INFO O| Feb 13 05:14:05.332 INFO STEP 642 (remove_files) COMPLETE
63492025-02-13T05:14:06.893Z[ recovery-image] Feb 13 05:14:05.332 INFO O| Feb 13 05:14:05.332 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-13T05:14:06.933Z[ recovery-image] Feb 13 05:14:05.372 INFO O| Feb 13 05:14:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63512025-02-13T05:14:06.933Z[ recovery-image] Feb 13 05:14:05.372 INFO O| Feb 13 05:14:05.372 INFO STEP 643 (remove_files) COMPLETE
63522025-02-13T05:14:06.936Z[ recovery-image] Feb 13 05:14:05.372 INFO O| Feb 13 05:14:05.372 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-13T05:14:06.972Z[ recovery-image] Feb 13 05:14:05.412 INFO O| Feb 13 05:14:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63542025-02-13T05:14:06.975Z[ recovery-image] Feb 13 05:14:05.412 INFO O| Feb 13 05:14:05.412 INFO STEP 644 (remove_files) COMPLETE
63552025-02-13T05:14:06.975Z[ recovery-image] Feb 13 05:14:05.412 INFO O| Feb 13 05:14:05.412 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-13T05:14:07.035Z[ recovery-image] Feb 13 05:14:05.475 INFO O| Feb 13 05:14:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63572025-02-13T05:14:07.035Z[ recovery-image] Feb 13 05:14:05.475 INFO O| Feb 13 05:14:05.475 INFO STEP 645 (remove_files) COMPLETE
63582025-02-13T05:14:07.038Z[ recovery-image] Feb 13 05:14:05.475 INFO O| Feb 13 05:14:05.475 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-13T05:14:07.066Z[ recovery-image] Feb 13 05:14:05.505 INFO O| Feb 13 05:14:05.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63602025-02-13T05:14:07.066Z[ recovery-image] Feb 13 05:14:05.505 INFO O| Feb 13 05:14:05.505 INFO STEP 646 (remove_files) COMPLETE
63612025-02-13T05:14:07.069Z[ recovery-image] Feb 13 05:14:05.505 INFO O| Feb 13 05:14:05.505 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-13T05:14:07.082Z[ host-image] Feb 13 05:14:05.522 INFO O| Feb 13 05:14:05.521 INFO O| Done
63632025-02-13T05:14:07.135Z[ recovery-image] Feb 13 05:14:05.574 INFO O| Feb 13 05:14:05.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63642025-02-13T05:14:07.135Z[ recovery-image] Feb 13 05:14:05.575 INFO O| Feb 13 05:14:05.574 INFO STEP 647 (remove_files) COMPLETE
63652025-02-13T05:14:07.135Z[ recovery-image] Feb 13 05:14:05.575 INFO O| Feb 13 05:14:05.574 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-13T05:14:07.157Z[ recovery-image] Feb 13 05:14:05.597 INFO O| Feb 13 05:14:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63672025-02-13T05:14:07.157Z[ recovery-image] Feb 13 05:14:05.597 INFO O| Feb 13 05:14:05.597 INFO STEP 648 (remove_files) COMPLETE
63682025-02-13T05:14:07.160Z[ recovery-image] Feb 13 05:14:05.597 INFO O| Feb 13 05:14:05.597 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-13T05:14:07.163Z[ host-image] Feb 13 05:14:05.602 INFO O| Feb 13 05:14:05.602 INFO O| Done
63702025-02-13T05:14:07.182Z[ recovery-image] Feb 13 05:14:05.621 INFO O| Feb 13 05:14:05.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63712025-02-13T05:14:07.182Z[ recovery-image] Feb 13 05:14:05.621 INFO O| Feb 13 05:14:05.621 INFO STEP 649 (remove_files) COMPLETE
63722025-02-13T05:14:07.184Z[ recovery-image] Feb 13 05:14:05.621 INFO O| Feb 13 05:14:05.621 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-13T05:14:07.230Z[ recovery-image] Feb 13 05:14:05.669 INFO O| Feb 13 05:14:05.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63742025-02-13T05:14:07.230Z[ recovery-image] Feb 13 05:14:05.669 INFO O| Feb 13 05:14:05.669 INFO STEP 650 (remove_files) COMPLETE
63752025-02-13T05:14:07.232Z[ recovery-image] Feb 13 05:14:05.669 INFO O| Feb 13 05:14:05.669 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-13T05:14:07.253Z[ recovery-image] Feb 13 05:14:05.692 INFO O| Feb 13 05:14:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63772025-02-13T05:14:07.253Z[ recovery-image] Feb 13 05:14:05.692 INFO O| Feb 13 05:14:05.692 INFO STEP 651 (remove_files) COMPLETE
63782025-02-13T05:14:07.253Z[ recovery-image] Feb 13 05:14:05.692 INFO O| Feb 13 05:14:05.692 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-13T05:14:07.290Z[ recovery-image] Feb 13 05:14:05.729 INFO O| Feb 13 05:14:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63802025-02-13T05:14:07.292Z[ recovery-image] Feb 13 05:14:05.729 INFO O| Feb 13 05:14:05.729 INFO STEP 652 (remove_files) COMPLETE
63812025-02-13T05:14:07.292Z[ recovery-image] Feb 13 05:14:05.729 INFO O| Feb 13 05:14:05.729 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-13T05:14:07.315Z[ recovery-image] Feb 13 05:14:05.754 INFO O| Feb 13 05:14:05.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63832025-02-13T05:14:07.315Z[ recovery-image] Feb 13 05:14:05.754 INFO O| Feb 13 05:14:05.754 INFO STEP 653 (remove_files) COMPLETE
63842025-02-13T05:14:07.317Z[ recovery-image] Feb 13 05:14:05.754 INFO O| Feb 13 05:14:05.754 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-13T05:14:07.380Z[ recovery-image] Feb 13 05:14:05.819 INFO O| Feb 13 05:14:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63862025-02-13T05:14:07.380Z[ recovery-image] Feb 13 05:14:05.819 INFO O| Feb 13 05:14:05.819 INFO STEP 654 (remove_files) COMPLETE
63872025-02-13T05:14:07.380Z[ recovery-image] Feb 13 05:14:05.819 INFO O| Feb 13 05:14:05.819 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-13T05:14:07.418Z[ recovery-image] Feb 13 05:14:05.857 INFO O| Feb 13 05:14:05.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63892025-02-13T05:14:07.418Z[ recovery-image] Feb 13 05:14:05.857 INFO O| Feb 13 05:14:05.857 INFO STEP 655 (remove_files) COMPLETE
63902025-02-13T05:14:07.418Z[ recovery-image] Feb 13 05:14:05.857 INFO O| Feb 13 05:14:05.857 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-13T05:14:07.456Z[ recovery-image] Feb 13 05:14:05.896 INFO O| Feb 13 05:14:05.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63922025-02-13T05:14:07.459Z[ recovery-image] Feb 13 05:14:05.896 INFO O| Feb 13 05:14:05.896 INFO STEP 656 (remove_files) COMPLETE
63932025-02-13T05:14:07.459Z[ recovery-image] Feb 13 05:14:05.896 INFO O| Feb 13 05:14:05.896 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-13T05:14:07.477Z[ recovery-image] Feb 13 05:14:05.917 INFO O| Feb 13 05:14:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63952025-02-13T05:14:07.480Z[ recovery-image] Feb 13 05:14:05.917 INFO O| Feb 13 05:14:05.917 INFO STEP 657 (remove_files) COMPLETE
63962025-02-13T05:14:07.480Z[ recovery-image] Feb 13 05:14:05.917 INFO O| Feb 13 05:14:05.917 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-13T05:14:07.499Z[ recovery-image] Feb 13 05:14:05.938 INFO O| Feb 13 05:14:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63982025-02-13T05:14:07.501Z[ recovery-image] Feb 13 05:14:05.939 INFO O| Feb 13 05:14:05.939 INFO STEP 658 (remove_files) COMPLETE
63992025-02-13T05:14:07.501Z[ recovery-image] Feb 13 05:14:05.939 INFO O| Feb 13 05:14:05.939 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-13T05:14:07.521Z[ recovery-image] Feb 13 05:14:05.961 INFO O| Feb 13 05:14:05.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64012025-02-13T05:14:07.524Z[ recovery-image] Feb 13 05:14:05.961 INFO O| Feb 13 05:14:05.961 INFO STEP 659 (remove_files) COMPLETE
64022025-02-13T05:14:07.524Z[ recovery-image] Feb 13 05:14:05.961 INFO O| Feb 13 05:14:05.961 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-13T05:14:07.543Z[ recovery-image] Feb 13 05:14:05.983 INFO O| Feb 13 05:14:05.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64042025-02-13T05:14:07.546Z[ recovery-image] Feb 13 05:14:05.983 INFO O| Feb 13 05:14:05.983 INFO STEP 660 (remove_files) COMPLETE
64052025-02-13T05:14:07.546Z[ recovery-image] Feb 13 05:14:05.983 INFO O| Feb 13 05:14:05.983 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-13T05:14:07.576Z[ recovery-image] Feb 13 05:14:06.015 INFO O| Feb 13 05:14:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64072025-02-13T05:14:07.576Z[ recovery-image] Feb 13 05:14:06.015 INFO O| Feb 13 05:14:06.015 INFO STEP 661 (remove_files) COMPLETE
64082025-02-13T05:14:07.576Z[ recovery-image] Feb 13 05:14:06.015 INFO O| Feb 13 05:14:06.015 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-13T05:14:07.596Z[ recovery-image] Feb 13 05:14:06.035 INFO O| Feb 13 05:14:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64102025-02-13T05:14:07.596Z[ recovery-image] Feb 13 05:14:06.036 INFO O| Feb 13 05:14:06.036 INFO STEP 662 (remove_files) COMPLETE
64112025-02-13T05:14:07.596Z[ recovery-image] Feb 13 05:14:06.036 INFO O| Feb 13 05:14:06.036 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-13T05:14:07.628Z[ recovery-image] Feb 13 05:14:06.066 INFO O| Feb 13 05:14:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64132025-02-13T05:14:07.630Z[ recovery-image] Feb 13 05:14:06.067 INFO O| Feb 13 05:14:06.066 INFO STEP 663 (remove_files) COMPLETE
64142025-02-13T05:14:07.630Z[ recovery-image] Feb 13 05:14:06.067 INFO O| Feb 13 05:14:06.067 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-13T05:14:07.651Z[ recovery-image] Feb 13 05:14:06.091 INFO O| Feb 13 05:14:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64162025-02-13T05:14:07.651Z[ recovery-image] Feb 13 05:14:06.091 INFO O| Feb 13 05:14:06.091 INFO STEP 664 (remove_files) COMPLETE
64172025-02-13T05:14:07.651Z[ recovery-image] Feb 13 05:14:06.091 INFO O| Feb 13 05:14:06.091 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-13T05:14:07.686Z[ recovery-image] Feb 13 05:14:06.125 INFO O| Feb 13 05:14:06.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64192025-02-13T05:14:07.686Z[ recovery-image] Feb 13 05:14:06.125 INFO O| Feb 13 05:14:06.125 INFO STEP 665 (remove_files) COMPLETE
64202025-02-13T05:14:07.686Z[ recovery-image] Feb 13 05:14:06.125 INFO O| Feb 13 05:14:06.125 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-13T05:14:07.710Z[ recovery-image] Feb 13 05:14:06.149 INFO O| Feb 13 05:14:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64222025-02-13T05:14:07.710Z[ recovery-image] Feb 13 05:14:06.149 INFO O| Feb 13 05:14:06.149 INFO STEP 666 (remove_files) COMPLETE
64232025-02-13T05:14:07.710Z[ recovery-image] Feb 13 05:14:06.149 INFO O| Feb 13 05:14:06.149 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-13T05:14:07.733Z[ recovery-image] Feb 13 05:14:06.172 INFO O| Feb 13 05:14:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64252025-02-13T05:14:07.733Z[ recovery-image] Feb 13 05:14:06.172 INFO O| Feb 13 05:14:06.172 INFO STEP 667 (remove_files) COMPLETE
64262025-02-13T05:14:07.735Z[ recovery-image] Feb 13 05:14:06.172 INFO O| Feb 13 05:14:06.172 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-13T05:14:07.756Z[ recovery-image] Feb 13 05:14:06.196 INFO O| Feb 13 05:14:06.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64282025-02-13T05:14:07.756Z[ recovery-image] Feb 13 05:14:06.196 INFO O| Feb 13 05:14:06.196 INFO STEP 668 (remove_files) COMPLETE
64292025-02-13T05:14:07.759Z[ recovery-image] Feb 13 05:14:06.196 INFO O| Feb 13 05:14:06.196 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-13T05:14:07.796Z[ recovery-image] Feb 13 05:14:06.234 INFO O| Feb 13 05:14:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64312025-02-13T05:14:07.796Z[ recovery-image] Feb 13 05:14:06.234 INFO O| Feb 13 05:14:06.234 INFO STEP 669 (remove_files) COMPLETE
64322025-02-13T05:14:07.796Z[ recovery-image] Feb 13 05:14:06.234 INFO O| Feb 13 05:14:06.234 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-13T05:14:07.818Z[ recovery-image] Feb 13 05:14:06.257 INFO O| Feb 13 05:14:06.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64342025-02-13T05:14:07.818Z[ recovery-image] Feb 13 05:14:06.257 INFO O| Feb 13 05:14:06.257 INFO STEP 670 (remove_files) COMPLETE
64352025-02-13T05:14:07.821Z[ recovery-image] Feb 13 05:14:06.258 INFO O| Feb 13 05:14:06.257 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-13T05:14:07.842Z[ recovery-image] Feb 13 05:14:06.281 INFO O| Feb 13 05:14:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64372025-02-13T05:14:07.844Z[ recovery-image] Feb 13 05:14:06.281 INFO O| Feb 13 05:14:06.281 INFO STEP 671 (remove_files) COMPLETE
64382025-02-13T05:14:07.844Z[ recovery-image] Feb 13 05:14:06.281 INFO O| Feb 13 05:14:06.281 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-13T05:14:07.880Z[ recovery-image] Feb 13 05:14:06.319 INFO O| Feb 13 05:14:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64402025-02-13T05:14:07.883Z[ recovery-image] Feb 13 05:14:06.319 INFO O| Feb 13 05:14:06.319 INFO STEP 672 (remove_files) COMPLETE
64412025-02-13T05:14:07.883Z[ recovery-image] Feb 13 05:14:06.320 INFO O| Feb 13 05:14:06.319 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-13T05:14:07.910Z[ recovery-image] Feb 13 05:14:06.349 INFO O| Feb 13 05:14:06.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64432025-02-13T05:14:07.910Z[ recovery-image] Feb 13 05:14:06.350 INFO O| Feb 13 05:14:06.349 INFO STEP 673 (remove_files) COMPLETE
64442025-02-13T05:14:07.913Z[ recovery-image] Feb 13 05:14:06.350 INFO O| Feb 13 05:14:06.349 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-13T05:14:07.942Z[ recovery-image] Feb 13 05:14:06.381 INFO O| Feb 13 05:14:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64462025-02-13T05:14:07.942Z[ recovery-image] Feb 13 05:14:06.382 INFO O| Feb 13 05:14:06.382 INFO STEP 674 (remove_files) COMPLETE
64472025-02-13T05:14:07.942Z[ recovery-image] Feb 13 05:14:06.382 INFO O| Feb 13 05:14:06.382 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-13T05:14:07.979Z[ recovery-image] Feb 13 05:14:06.417 INFO O| Feb 13 05:14:06.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64492025-02-13T05:14:07.979Z[ recovery-image] Feb 13 05:14:06.417 INFO O| Feb 13 05:14:06.417 INFO STEP 675 (remove_files) COMPLETE
64502025-02-13T05:14:07.979Z[ recovery-image] Feb 13 05:14:06.417 INFO O| Feb 13 05:14:06.417 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-13T05:14:08.043Z[ recovery-image] Feb 13 05:14:06.483 INFO O| Feb 13 05:14:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64522025-02-13T05:14:08.043Z[ recovery-image] Feb 13 05:14:06.483 INFO O| Feb 13 05:14:06.483 INFO STEP 676 (remove_files) COMPLETE
64532025-02-13T05:14:08.047Z[ recovery-image] Feb 13 05:14:06.483 INFO O| Feb 13 05:14:06.483 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-13T05:14:08.072Z[ recovery-image] Feb 13 05:14:06.512 INFO O| Feb 13 05:14:06.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64552025-02-13T05:14:08.072Z[ recovery-image] Feb 13 05:14:06.512 INFO O| Feb 13 05:14:06.512 INFO STEP 677 (remove_files) COMPLETE
64562025-02-13T05:14:08.072Z[ recovery-image] Feb 13 05:14:06.512 INFO O| Feb 13 05:14:06.512 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-13T05:14:08.105Z[ recovery-image] Feb 13 05:14:06.545 INFO O| Feb 13 05:14:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64582025-02-13T05:14:08.105Z[ recovery-image] Feb 13 05:14:06.545 INFO O| Feb 13 05:14:06.545 INFO STEP 678 (remove_files) COMPLETE
64592025-02-13T05:14:08.105Z[ recovery-image] Feb 13 05:14:06.545 INFO O| Feb 13 05:14:06.545 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-13T05:14:08.127Z[ recovery-image] Feb 13 05:14:06.567 INFO O| Feb 13 05:14:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64612025-02-13T05:14:08.127Z[ recovery-image] Feb 13 05:14:06.567 INFO O| Feb 13 05:14:06.567 INFO STEP 679 (remove_files) COMPLETE
64622025-02-13T05:14:08.130Z[ recovery-image] Feb 13 05:14:06.567 INFO O| Feb 13 05:14:06.567 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-13T05:14:08.163Z[ recovery-image] Feb 13 05:14:06.602 INFO O| Feb 13 05:14:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64642025-02-13T05:14:08.165Z[ recovery-image] Feb 13 05:14:06.603 INFO O| Feb 13 05:14:06.602 INFO STEP 680 (remove_files) COMPLETE
64652025-02-13T05:14:08.166Z[ recovery-image] Feb 13 05:14:06.603 INFO O| Feb 13 05:14:06.603 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-13T05:14:08.187Z[ recovery-image] Feb 13 05:14:06.627 INFO O| Feb 13 05:14:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64672025-02-13T05:14:08.187Z[ recovery-image] Feb 13 05:14:06.627 INFO O| Feb 13 05:14:06.627 INFO STEP 681 (remove_files) COMPLETE
64682025-02-13T05:14:08.187Z[ recovery-image] Feb 13 05:14:06.627 INFO O| Feb 13 05:14:06.627 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-13T05:14:08.211Z[ recovery-image] Feb 13 05:14:06.650 INFO O| Feb 13 05:14:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64702025-02-13T05:14:08.211Z[ recovery-image] Feb 13 05:14:06.650 INFO O| Feb 13 05:14:06.650 INFO STEP 682 (remove_files) COMPLETE
64712025-02-13T05:14:08.213Z[ recovery-image] Feb 13 05:14:06.650 INFO O| Feb 13 05:14:06.650 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-13T05:14:08.246Z[ recovery-image] Feb 13 05:14:06.685 INFO O| Feb 13 05:14:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64732025-02-13T05:14:08.246Z[ recovery-image] Feb 13 05:14:06.685 INFO O| Feb 13 05:14:06.685 INFO STEP 683 (remove_files) COMPLETE
64742025-02-13T05:14:08.246Z[ recovery-image] Feb 13 05:14:06.685 INFO O| Feb 13 05:14:06.685 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-13T05:14:08.293Z[ recovery-image] Feb 13 05:14:06.732 INFO O| Feb 13 05:14:06.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64762025-02-13T05:14:08.295Z[ recovery-image] Feb 13 05:14:06.732 INFO O| Feb 13 05:14:06.732 INFO STEP 684 (remove_files) COMPLETE
64772025-02-13T05:14:08.295Z[ recovery-image] Feb 13 05:14:06.733 INFO O| Feb 13 05:14:06.733 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-02-13T05:14:08.330Z[ recovery-image] Feb 13 05:14:06.770 INFO O| Feb 13 05:14:06.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64792025-02-13T05:14:08.333Z[ recovery-image] Feb 13 05:14:06.770 INFO O| Feb 13 05:14:06.770 INFO STEP 685 (remove_files) COMPLETE
64802025-02-13T05:14:08.333Z[ recovery-image] Feb 13 05:14:06.770 INFO O| Feb 13 05:14:06.770 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-02-13T05:14:08.354Z[ recovery-image] Feb 13 05:14:06.793 INFO O| Feb 13 05:14:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64822025-02-13T05:14:08.354Z[ recovery-image] Feb 13 05:14:06.793 INFO O| Feb 13 05:14:06.793 INFO STEP 686 (remove_files) COMPLETE
64832025-02-13T05:14:08.354Z[ recovery-image] Feb 13 05:14:06.793 INFO O| Feb 13 05:14:06.793 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-02-13T05:14:08.377Z[ recovery-image] Feb 13 05:14:06.815 INFO O| Feb 13 05:14:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64852025-02-13T05:14:08.377Z[ recovery-image] Feb 13 05:14:06.816 INFO O| Feb 13 05:14:06.816 INFO STEP 687 (remove_files) COMPLETE
64862025-02-13T05:14:08.377Z[ recovery-image] Feb 13 05:14:06.816 INFO O| Feb 13 05:14:06.816 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-02-13T05:14:08.415Z[ recovery-image] Feb 13 05:14:06.854 INFO O| Feb 13 05:14:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64882025-02-13T05:14:08.415Z[ recovery-image] Feb 13 05:14:06.855 INFO O| Feb 13 05:14:06.854 INFO STEP 688 (remove_files) COMPLETE
64892025-02-13T05:14:08.418Z[ recovery-image] Feb 13 05:14:06.855 INFO O| Feb 13 05:14:06.854 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-02-13T05:14:08.456Z[ recovery-image] Feb 13 05:14:06.895 INFO O| Feb 13 05:14:06.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64912025-02-13T05:14:08.456Z[ recovery-image] Feb 13 05:14:06.895 INFO O| Feb 13 05:14:06.895 INFO STEP 689 (remove_files) COMPLETE
64922025-02-13T05:14:08.456Z[ recovery-image] Feb 13 05:14:06.895 INFO O| Feb 13 05:14:06.895 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-02-13T05:14:08.476Z[ recovery-image] Feb 13 05:14:06.916 INFO O| Feb 13 05:14:06.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64942025-02-13T05:14:08.476Z[ recovery-image] Feb 13 05:14:06.916 INFO O| Feb 13 05:14:06.916 INFO STEP 690 (remove_files) COMPLETE
64952025-02-13T05:14:08.480Z[ recovery-image] Feb 13 05:14:06.916 INFO O| Feb 13 05:14:06.916 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-13T05:14:08.497Z[ recovery-image] Feb 13 05:14:06.936 INFO O| Feb 13 05:14:06.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64972025-02-13T05:14:08.497Z[ recovery-image] Feb 13 05:14:06.937 INFO O| Feb 13 05:14:06.936 INFO STEP 691 (remove_files) COMPLETE
64982025-02-13T05:14:08.497Z[ recovery-image] Feb 13 05:14:06.937 INFO O| Feb 13 05:14:06.937 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-13T05:14:08.558Z[ recovery-image] Feb 13 05:14:06.998 INFO O| Feb 13 05:14:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65002025-02-13T05:14:08.558Z[ recovery-image] Feb 13 05:14:06.998 INFO O| Feb 13 05:14:06.998 INFO STEP 692 (remove_files) COMPLETE
65012025-02-13T05:14:08.558Z[ recovery-image] Feb 13 05:14:06.998 INFO O| Feb 13 05:14:06.998 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-13T05:14:08.604Z[ recovery-image] Feb 13 05:14:07.044 INFO O| Feb 13 05:14:07.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65032025-02-13T05:14:08.604Z[ recovery-image] Feb 13 05:14:07.044 INFO O| Feb 13 05:14:07.044 INFO STEP 693 (remove_files) COMPLETE
65042025-02-13T05:14:08.608Z[ recovery-image] Feb 13 05:14:07.044 INFO O| Feb 13 05:14:07.044 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-13T05:14:08.633Z[ recovery-image] Feb 13 05:14:07.072 INFO O| Feb 13 05:14:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65062025-02-13T05:14:08.633Z[ recovery-image] Feb 13 05:14:07.072 INFO O| Feb 13 05:14:07.072 INFO STEP 694 (remove_files) COMPLETE
65072025-02-13T05:14:08.633Z[ recovery-image] Feb 13 05:14:07.072 INFO O| Feb 13 05:14:07.072 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-13T05:14:08.687Z[ recovery-image] Feb 13 05:14:07.127 INFO O| Feb 13 05:14:07.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65092025-02-13T05:14:08.687Z[ recovery-image] Feb 13 05:14:07.127 INFO O| Feb 13 05:14:07.127 INFO STEP 695 (remove_files) COMPLETE
65102025-02-13T05:14:08.690Z[ recovery-image] Feb 13 05:14:07.127 INFO O| Feb 13 05:14:07.127 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-02-13T05:14:08.786Z[ recovery-image] Feb 13 05:14:07.225 INFO O| Feb 13 05:14:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65122025-02-13T05:14:08.786Z[ recovery-image] Feb 13 05:14:07.225 INFO O| Feb 13 05:14:07.225 INFO STEP 696 (remove_files) COMPLETE
65132025-02-13T05:14:08.786Z[ recovery-image] Feb 13 05:14:07.225 INFO O| Feb 13 05:14:07.225 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-02-13T05:14:08.806Z[ recovery-image] Feb 13 05:14:07.245 INFO O| Feb 13 05:14:07.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65152025-02-13T05:14:08.806Z[ recovery-image] Feb 13 05:14:07.245 INFO O| Feb 13 05:14:07.245 INFO STEP 697 (remove_files) COMPLETE
65162025-02-13T05:14:08.809Z[ recovery-image] Feb 13 05:14:07.245 INFO O| Feb 13 05:14:07.245 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-02-13T05:14:08.825Z[ recovery-image] Feb 13 05:14:07.265 INFO O| Feb 13 05:14:07.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65182025-02-13T05:14:08.825Z[ recovery-image] Feb 13 05:14:07.265 INFO O| Feb 13 05:14:07.265 INFO STEP 698 (remove_files) COMPLETE
65192025-02-13T05:14:08.825Z[ recovery-image] Feb 13 05:14:07.265 INFO O| Feb 13 05:14:07.265 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-13T05:14:08.845Z[ recovery-image] Feb 13 05:14:07.284 INFO O| Feb 13 05:14:07.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65212025-02-13T05:14:08.845Z[ recovery-image] Feb 13 05:14:07.284 INFO O| Feb 13 05:14:07.284 INFO STEP 699 (remove_files) COMPLETE
65222025-02-13T05:14:08.845Z[ recovery-image] Feb 13 05:14:07.284 INFO O| Feb 13 05:14:07.284 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-13T05:14:08.896Z[ recovery-image] Feb 13 05:14:07.336 INFO O| Feb 13 05:14:07.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65242025-02-13T05:14:08.896Z[ recovery-image] Feb 13 05:14:07.336 INFO O| Feb 13 05:14:07.336 INFO STEP 700 (remove_files) COMPLETE
65252025-02-13T05:14:08.896Z[ recovery-image] Feb 13 05:14:07.336 INFO O| Feb 13 05:14:07.336 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-13T05:14:08.930Z[ recovery-image] Feb 13 05:14:07.370 INFO O| Feb 13 05:14:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65272025-02-13T05:14:08.930Z[ recovery-image] Feb 13 05:14:07.370 INFO O| Feb 13 05:14:07.370 INFO STEP 701 (remove_files) COMPLETE
65282025-02-13T05:14:08.934Z[ recovery-image] Feb 13 05:14:07.370 INFO O| Feb 13 05:14:07.370 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-13T05:14:08.979Z[ recovery-image] Feb 13 05:14:07.418 INFO O| Feb 13 05:14:07.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65302025-02-13T05:14:08.995Z[ recovery-image] Feb 13 05:14:07.434 INFO O| Feb 13 05:14:07.434 INFO STEP 702 (remove_files) COMPLETE
65312025-02-13T05:14:08.995Z[ recovery-image] Feb 13 05:14:07.434 INFO O| Feb 13 05:14:07.434 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-13T05:14:09.107Z[ recovery-image] Feb 13 05:14:07.546 INFO O| Feb 13 05:14:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65332025-02-13T05:14:09.110Z[ recovery-image] Feb 13 05:14:07.546 INFO O| Feb 13 05:14:07.546 INFO STEP 703 (remove_files) COMPLETE
65342025-02-13T05:14:09.110Z[ recovery-image] Feb 13 05:14:07.546 INFO O| Feb 13 05:14:07.546 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-13T05:14:09.161Z[ recovery-image] Feb 13 05:14:07.600 INFO O| Feb 13 05:14:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65362025-02-13T05:14:09.164Z[ recovery-image] Feb 13 05:14:07.601 INFO O| Feb 13 05:14:07.601 INFO STEP 704 (remove_files) COMPLETE
65372025-02-13T05:14:09.164Z[ recovery-image] Feb 13 05:14:07.601 INFO O| Feb 13 05:14:07.601 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-13T05:14:09.200Z[ recovery-image] Feb 13 05:14:07.640 INFO O| Feb 13 05:14:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65392025-02-13T05:14:09.200Z[ recovery-image] Feb 13 05:14:07.640 INFO O| Feb 13 05:14:07.640 INFO STEP 705 (remove_files) COMPLETE
65402025-02-13T05:14:09.203Z[ recovery-image] Feb 13 05:14:07.640 INFO O| Feb 13 05:14:07.640 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-13T05:14:09.222Z[ recovery-image] Feb 13 05:14:07.662 INFO O| Feb 13 05:14:07.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65422025-02-13T05:14:09.222Z[ recovery-image] Feb 13 05:14:07.662 INFO O| Feb 13 05:14:07.662 INFO STEP 706 (remove_files) COMPLETE
65432025-02-13T05:14:09.225Z[ recovery-image] Feb 13 05:14:07.662 INFO O| Feb 13 05:14:07.662 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-13T05:14:09.242Z[ recovery-image] Feb 13 05:14:07.681 INFO O| Feb 13 05:14:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65452025-02-13T05:14:09.242Z[ recovery-image] Feb 13 05:14:07.682 INFO O| Feb 13 05:14:07.682 INFO STEP 707 (remove_files) COMPLETE
65462025-02-13T05:14:09.242Z[ recovery-image] Feb 13 05:14:07.682 INFO O| Feb 13 05:14:07.682 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-13T05:14:09.266Z[ recovery-image] Feb 13 05:14:07.705 INFO O| Feb 13 05:14:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65482025-02-13T05:14:09.266Z[ recovery-image] Feb 13 05:14:07.705 INFO O| Feb 13 05:14:07.705 INFO STEP 708 (remove_files) COMPLETE
65492025-02-13T05:14:09.266Z[ recovery-image] Feb 13 05:14:07.705 INFO O| Feb 13 05:14:07.705 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-13T05:14:09.288Z[ recovery-image] Feb 13 05:14:07.726 INFO O| Feb 13 05:14:07.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65512025-02-13T05:14:09.288Z[ recovery-image] Feb 13 05:14:07.727 INFO O| Feb 13 05:14:07.727 INFO STEP 709 (remove_files) COMPLETE
65522025-02-13T05:14:09.288Z[ recovery-image] Feb 13 05:14:07.727 INFO O| Feb 13 05:14:07.727 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-13T05:14:09.323Z[ recovery-image] Feb 13 05:14:07.763 INFO O| Feb 13 05:14:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65542025-02-13T05:14:09.324Z[ recovery-image] Feb 13 05:14:07.763 INFO O| Feb 13 05:14:07.763 INFO STEP 710 (remove_files) COMPLETE
65552025-02-13T05:14:09.324Z[ recovery-image] Feb 13 05:14:07.763 INFO O| Feb 13 05:14:07.763 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-13T05:14:09.409Z[ recovery-image] Feb 13 05:14:07.848 INFO O| Feb 13 05:14:07.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65572025-02-13T05:14:09.409Z[ recovery-image] Feb 13 05:14:07.849 INFO O| Feb 13 05:14:07.848 INFO STEP 711 (remove_files) COMPLETE
65582025-02-13T05:14:09.412Z[ recovery-image] Feb 13 05:14:07.849 INFO O| Feb 13 05:14:07.848 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-13T05:14:09.430Z[ recovery-image] Feb 13 05:14:07.870 INFO O| Feb 13 05:14:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65602025-02-13T05:14:09.430Z[ recovery-image] Feb 13 05:14:07.870 INFO O| Feb 13 05:14:07.870 INFO STEP 712 (remove_files) COMPLETE
65612025-02-13T05:14:09.430Z[ recovery-image] Feb 13 05:14:07.870 INFO O| Feb 13 05:14:07.870 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-13T05:14:09.458Z[ recovery-image] Feb 13 05:14:07.897 INFO O| Feb 13 05:14:07.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65632025-02-13T05:14:09.461Z[ recovery-image] Feb 13 05:14:07.897 INFO O| Feb 13 05:14:07.897 INFO STEP 713 (remove_files) COMPLETE
65642025-02-13T05:14:09.461Z[ recovery-image] Feb 13 05:14:07.898 INFO O| Feb 13 05:14:07.898 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-13T05:14:09.558Z[ recovery-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65662025-02-13T05:14:09.558Z[ recovery-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.997 INFO STEP 714 (remove_files) COMPLETE
65672025-02-13T05:14:09.558Z[ recovery-image] Feb 13 05:14:07.997 INFO O| Feb 13 05:14:07.997 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-13T05:14:09.585Z[ recovery-image] Feb 13 05:14:08.025 INFO O| Feb 13 05:14:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65692025-02-13T05:14:09.585Z[ recovery-image] Feb 13 05:14:08.025 INFO O| Feb 13 05:14:08.025 INFO STEP 715 (remove_files) COMPLETE
65702025-02-13T05:14:09.588Z[ recovery-image] Feb 13 05:14:08.025 INFO O| Feb 13 05:14:08.025 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-13T05:14:09.610Z[ recovery-image] Feb 13 05:14:08.049 INFO O| Feb 13 05:14:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65722025-02-13T05:14:09.610Z[ recovery-image] Feb 13 05:14:08.050 INFO O| Feb 13 05:14:08.050 INFO STEP 716 (remove_files) COMPLETE
65732025-02-13T05:14:09.610Z[ recovery-image] Feb 13 05:14:08.050 INFO O| Feb 13 05:14:08.050 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-13T05:14:09.716Z[ recovery-image] Feb 13 05:14:08.154 INFO O| Feb 13 05:14:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65752025-02-13T05:14:09.719Z[ recovery-image] Feb 13 05:14:08.154 INFO O| Feb 13 05:14:08.154 INFO STEP 717 (remove_files) COMPLETE
65762025-02-13T05:14:09.719Z[ recovery-image] Feb 13 05:14:08.154 INFO O| Feb 13 05:14:08.154 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-13T05:14:09.769Z[ recovery-image] Feb 13 05:14:08.208 INFO O| Feb 13 05:14:08.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65782025-02-13T05:14:09.769Z[ recovery-image] Feb 13 05:14:08.209 INFO O| Feb 13 05:14:08.208 INFO STEP 718 (remove_files) COMPLETE
65792025-02-13T05:14:09.769Z[ recovery-image] Feb 13 05:14:08.209 INFO O| Feb 13 05:14:08.208 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-13T05:14:09.789Z[ recovery-image] Feb 13 05:14:08.228 INFO O| Feb 13 05:14:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65812025-02-13T05:14:09.789Z[ recovery-image] Feb 13 05:14:08.228 INFO O| Feb 13 05:14:08.228 INFO STEP 719 (remove_files) COMPLETE
65822025-02-13T05:14:09.789Z[ recovery-image] Feb 13 05:14:08.228 INFO O| Feb 13 05:14:08.228 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-13T05:14:09.810Z[ recovery-image] Feb 13 05:14:08.249 INFO O| Feb 13 05:14:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65842025-02-13T05:14:09.810Z[ recovery-image] Feb 13 05:14:08.249 INFO O| Feb 13 05:14:08.249 INFO STEP 720 (remove_files) COMPLETE
65852025-02-13T05:14:09.813Z[ recovery-image] Feb 13 05:14:08.250 INFO O| Feb 13 05:14:08.249 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-13T05:14:09.831Z[ recovery-image] Feb 13 05:14:08.271 INFO O| Feb 13 05:14:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65872025-02-13T05:14:09.831Z[ recovery-image] Feb 13 05:14:08.271 INFO O| Feb 13 05:14:08.271 INFO STEP 721 (remove_files) COMPLETE
65882025-02-13T05:14:09.831Z[ recovery-image] Feb 13 05:14:08.271 INFO O| Feb 13 05:14:08.271 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-13T05:14:09.864Z[ recovery-image] Feb 13 05:14:08.303 INFO O| Feb 13 05:14:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65902025-02-13T05:14:09.864Z[ recovery-image] Feb 13 05:14:08.303 INFO O| Feb 13 05:14:08.303 INFO STEP 722 (remove_files) COMPLETE
65912025-02-13T05:14:09.867Z[ recovery-image] Feb 13 05:14:08.303 INFO O| Feb 13 05:14:08.303 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-13T05:14:09.886Z[ recovery-image] Feb 13 05:14:08.324 INFO O| Feb 13 05:14:08.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65932025-02-13T05:14:09.886Z[ recovery-image] Feb 13 05:14:08.324 INFO O| Feb 13 05:14:08.324 INFO STEP 723 (remove_files) COMPLETE
65942025-02-13T05:14:09.886Z[ recovery-image] Feb 13 05:14:08.325 INFO O| Feb 13 05:14:08.324 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-13T05:14:09.935Z[ recovery-image] Feb 13 05:14:08.374 INFO O| Feb 13 05:14:08.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65962025-02-13T05:14:09.935Z[ recovery-image] Feb 13 05:14:08.375 INFO O| Feb 13 05:14:08.375 INFO STEP 724 (remove_files) COMPLETE
65972025-02-13T05:14:09.935Z[ recovery-image] Feb 13 05:14:08.375 INFO O| Feb 13 05:14:08.375 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-13T05:14:09.954Z[ recovery-image] Feb 13 05:14:08.394 INFO O| Feb 13 05:14:08.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65992025-02-13T05:14:09.955Z[ recovery-image] Feb 13 05:14:08.394 INFO O| Feb 13 05:14:08.394 INFO STEP 725 (remove_files) COMPLETE
66002025-02-13T05:14:09.957Z[ recovery-image] Feb 13 05:14:08.394 INFO O| Feb 13 05:14:08.394 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-13T05:14:09.985Z[ recovery-image] Feb 13 05:14:08.424 INFO O| Feb 13 05:14:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66022025-02-13T05:14:09.987Z[ recovery-image] Feb 13 05:14:08.424 INFO O| Feb 13 05:14:08.424 INFO STEP 726 (remove_files) COMPLETE
66032025-02-13T05:14:09.988Z[ recovery-image] Feb 13 05:14:08.424 INFO O| Feb 13 05:14:08.424 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-13T05:14:10.022Z[ recovery-image] Feb 13 05:14:08.461 INFO O| Feb 13 05:14:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66052025-02-13T05:14:10.022Z[ recovery-image] Feb 13 05:14:08.461 INFO O| Feb 13 05:14:08.461 INFO STEP 727 (remove_files) COMPLETE
66062025-02-13T05:14:10.022Z[ recovery-image] Feb 13 05:14:08.461 INFO O| Feb 13 05:14:08.461 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-13T05:14:10.063Z[ recovery-image] Feb 13 05:14:08.502 INFO O| Feb 13 05:14:08.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66082025-02-13T05:14:10.065Z[ recovery-image] Feb 13 05:14:08.502 INFO O| Feb 13 05:14:08.502 INFO STEP 728 (remove_files) COMPLETE
66092025-02-13T05:14:10.066Z[ recovery-image] Feb 13 05:14:08.502 INFO O| Feb 13 05:14:08.502 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-13T05:14:10.108Z[ recovery-image] Feb 13 05:14:08.546 INFO O| Feb 13 05:14:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66112025-02-13T05:14:10.108Z[ recovery-image] Feb 13 05:14:08.546 INFO O| Feb 13 05:14:08.546 INFO STEP 729 (remove_files) COMPLETE
66122025-02-13T05:14:10.111Z[ recovery-image] Feb 13 05:14:08.546 INFO O| Feb 13 05:14:08.546 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-13T05:14:10.192Z[ recovery-image] Feb 13 05:14:08.629 INFO O| Feb 13 05:14:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66142025-02-13T05:14:10.192Z[ recovery-image] Feb 13 05:14:08.629 INFO O| Feb 13 05:14:08.629 INFO STEP 730 (remove_files) COMPLETE
66152025-02-13T05:14:10.192Z[ recovery-image] Feb 13 05:14:08.629 INFO O| Feb 13 05:14:08.629 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-13T05:14:10.237Z[ recovery-image] Feb 13 05:14:08.674 INFO O| Feb 13 05:14:08.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66172025-02-13T05:14:10.237Z[ recovery-image] Feb 13 05:14:08.674 INFO O| Feb 13 05:14:08.674 INFO STEP 731 (remove_files) COMPLETE
66182025-02-13T05:14:10.242Z[ recovery-image] Feb 13 05:14:08.674 INFO O| Feb 13 05:14:08.674 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-13T05:14:10.255Z[ recovery-image] Feb 13 05:14:08.694 INFO O| Feb 13 05:14:08.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66202025-02-13T05:14:10.255Z[ recovery-image] Feb 13 05:14:08.694 INFO O| Feb 13 05:14:08.694 INFO STEP 732 (remove_files) COMPLETE
66212025-02-13T05:14:10.255Z[ recovery-image] Feb 13 05:14:08.694 INFO O| Feb 13 05:14:08.694 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-13T05:14:10.294Z[ recovery-image] Feb 13 05:14:08.733 INFO O| Feb 13 05:14:08.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66232025-02-13T05:14:10.294Z[ recovery-image] Feb 13 05:14:08.733 INFO O| Feb 13 05:14:08.733 INFO STEP 733 (remove_files) COMPLETE
66242025-02-13T05:14:10.297Z[ recovery-image] Feb 13 05:14:08.733 INFO O| Feb 13 05:14:08.733 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-13T05:14:10.322Z[ recovery-image] Feb 13 05:14:08.760 INFO O| Feb 13 05:14:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66262025-02-13T05:14:10.322Z[ recovery-image] Feb 13 05:14:08.760 INFO O| Feb 13 05:14:08.760 INFO STEP 734 (remove_files) COMPLETE
66272025-02-13T05:14:10.322Z[ recovery-image] Feb 13 05:14:08.760 INFO O| Feb 13 05:14:08.760 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-13T05:14:10.356Z[ recovery-image] Feb 13 05:14:08.794 INFO O| Feb 13 05:14:08.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66292025-02-13T05:14:10.358Z[ recovery-image] Feb 13 05:14:08.794 INFO O| Feb 13 05:14:08.794 INFO STEP 735 (remove_files) COMPLETE
66302025-02-13T05:14:10.359Z[ recovery-image] Feb 13 05:14:08.794 INFO O| Feb 13 05:14:08.794 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-13T05:14:10.387Z[ recovery-image] Feb 13 05:14:08.826 INFO O| Feb 13 05:14:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66322025-02-13T05:14:10.391Z[ recovery-image] Feb 13 05:14:08.827 INFO O| Feb 13 05:14:08.827 INFO STEP 736 (remove_files) COMPLETE
66332025-02-13T05:14:10.391Z[ recovery-image] Feb 13 05:14:08.827 INFO O| Feb 13 05:14:08.827 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-13T05:14:10.410Z[ recovery-image] Feb 13 05:14:08.849 INFO O| Feb 13 05:14:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66352025-02-13T05:14:10.413Z[ recovery-image] Feb 13 05:14:08.850 INFO O| Feb 13 05:14:08.850 INFO STEP 737 (remove_files) COMPLETE
66362025-02-13T05:14:10.413Z[ recovery-image] Feb 13 05:14:08.850 INFO O| Feb 13 05:14:08.850 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-13T05:14:10.432Z[ recovery-image] Feb 13 05:14:08.871 INFO O| Feb 13 05:14:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66382025-02-13T05:14:10.432Z[ recovery-image] Feb 13 05:14:08.871 INFO O| Feb 13 05:14:08.871 INFO STEP 738 (remove_files) COMPLETE
66392025-02-13T05:14:10.432Z[ recovery-image] Feb 13 05:14:08.871 INFO O| Feb 13 05:14:08.871 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-13T05:14:10.455Z[ recovery-image] Feb 13 05:14:08.892 INFO O| Feb 13 05:14:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66412025-02-13T05:14:10.455Z[ recovery-image] Feb 13 05:14:08.892 INFO O| Feb 13 05:14:08.892 INFO STEP 739 (remove_files) COMPLETE
66422025-02-13T05:14:10.455Z[ recovery-image] Feb 13 05:14:08.892 INFO O| Feb 13 05:14:08.892 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-13T05:14:10.488Z[ recovery-image] Feb 13 05:14:08.926 INFO O| Feb 13 05:14:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66442025-02-13T05:14:10.488Z[ recovery-image] Feb 13 05:14:08.926 INFO O| Feb 13 05:14:08.926 INFO STEP 740 (remove_files) COMPLETE
66452025-02-13T05:14:10.488Z[ recovery-image] Feb 13 05:14:08.926 INFO O| Feb 13 05:14:08.926 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-13T05:14:10.822Z[ recovery-image] Feb 13 05:14:08.986 INFO O| Feb 13 05:14:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66472025-02-13T05:14:10.822Z[ recovery-image] Feb 13 05:14:08.986 INFO O| Feb 13 05:14:08.986 INFO STEP 741 (remove_files) COMPLETE
66482025-02-13T05:14:10.822Z[ recovery-image] Feb 13 05:14:08.986 INFO O| Feb 13 05:14:08.986 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.009 INFO O| Feb 13 05:14:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66502025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.009 INFO O| Feb 13 05:14:09.009 INFO STEP 742 (remove_files) COMPLETE
66512025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.009 INFO O| Feb 13 05:14:09.009 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.031 INFO O| Feb 13 05:14:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66532025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.031 INFO O| Feb 13 05:14:09.031 INFO STEP 743 (remove_files) COMPLETE
66542025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.031 INFO O| Feb 13 05:14:09.031 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.052 INFO O| Feb 13 05:14:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66562025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.052 INFO O| Feb 13 05:14:09.052 INFO STEP 744 (remove_files) COMPLETE
66572025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.052 INFO O| Feb 13 05:14:09.052 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.073 INFO O| Feb 13 05:14:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66592025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.073 INFO O| Feb 13 05:14:09.073 INFO STEP 745 (remove_files) COMPLETE
66602025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.073 INFO O| Feb 13 05:14:09.073 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.093 INFO O| Feb 13 05:14:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66622025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.093 INFO O| Feb 13 05:14:09.093 INFO STEP 746 (remove_files) COMPLETE
66632025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.093 INFO O| Feb 13 05:14:09.093 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.113 INFO O| Feb 13 05:14:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66652025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.114 INFO O| Feb 13 05:14:09.114 INFO STEP 747 (remove_files) COMPLETE
66662025-02-13T05:14:10.826Z[ recovery-image] Feb 13 05:14:09.114 INFO O| Feb 13 05:14:09.114 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.149 INFO O| Feb 13 05:14:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66682025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.149 INFO O| Feb 13 05:14:09.149 INFO STEP 748 (remove_files) COMPLETE
66692025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.149 INFO O| Feb 13 05:14:09.149 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.170 INFO O| Feb 13 05:14:09.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66712025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.170 INFO O| Feb 13 05:14:09.170 INFO STEP 749 (remove_files) COMPLETE
66722025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.170 INFO O| Feb 13 05:14:09.170 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.210 INFO O| Feb 13 05:14:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66742025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.210 INFO O| Feb 13 05:14:09.210 INFO STEP 750 (remove_files) COMPLETE
66752025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.210 INFO O| Feb 13 05:14:09.210 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.247 INFO O| Feb 13 05:14:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66772025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.247 INFO O| Feb 13 05:14:09.247 INFO STEP 751 (remove_files) COMPLETE
66782025-02-13T05:14:10.827Z[ recovery-image] Feb 13 05:14:09.247 INFO O| Feb 13 05:14:09.247 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-13T05:14:10.834Z[ recovery-image] Feb 13 05:14:09.268 INFO O| Feb 13 05:14:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66802025-02-13T05:14:10.834Z[ recovery-image] Feb 13 05:14:09.268 INFO O| Feb 13 05:14:09.268 INFO STEP 752 (remove_files) COMPLETE
66812025-02-13T05:14:10.834Z[ recovery-image] Feb 13 05:14:09.268 INFO O| Feb 13 05:14:09.268 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-13T05:14:10.869Z[ recovery-image] Feb 13 05:14:09.308 INFO O| Feb 13 05:14:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66832025-02-13T05:14:10.872Z[ recovery-image] Feb 13 05:14:09.308 INFO O| Feb 13 05:14:09.308 INFO STEP 753 (remove_files) COMPLETE
66842025-02-13T05:14:10.872Z[ recovery-image] Feb 13 05:14:09.308 INFO O| Feb 13 05:14:09.308 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-13T05:14:10.929Z[ recovery-image] Feb 13 05:14:09.368 INFO O| Feb 13 05:14:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66862025-02-13T05:14:10.929Z[ recovery-image] Feb 13 05:14:09.368 INFO O| Feb 13 05:14:09.368 INFO STEP 754 (remove_files) COMPLETE
66872025-02-13T05:14:10.929Z[ recovery-image] Feb 13 05:14:09.368 INFO O| Feb 13 05:14:09.368 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-13T05:14:10.956Z[ recovery-image] Feb 13 05:14:09.395 INFO O| Feb 13 05:14:09.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66892025-02-13T05:14:10.959Z[ recovery-image] Feb 13 05:14:09.395 INFO O| Feb 13 05:14:09.395 INFO STEP 755 (remove_files) COMPLETE
66902025-02-13T05:14:10.959Z[ recovery-image] Feb 13 05:14:09.396 INFO O| Feb 13 05:14:09.395 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-13T05:14:10.978Z[ recovery-image] Feb 13 05:14:09.417 INFO O| Feb 13 05:14:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66922025-02-13T05:14:10.981Z[ recovery-image] Feb 13 05:14:09.417 INFO O| Feb 13 05:14:09.417 INFO STEP 756 (remove_files) COMPLETE
66932025-02-13T05:14:10.981Z[ recovery-image] Feb 13 05:14:09.417 INFO O| Feb 13 05:14:09.417 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-13T05:14:10.997Z[ recovery-image] Feb 13 05:14:09.437 INFO O| Feb 13 05:14:09.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66952025-02-13T05:14:11.000Z[ recovery-image] Feb 13 05:14:09.437 INFO O| Feb 13 05:14:09.437 INFO STEP 757 (remove_files) COMPLETE
66962025-02-13T05:14:11.000Z[ recovery-image] Feb 13 05:14:09.437 INFO O| Feb 13 05:14:09.437 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-13T05:14:11.023Z[ recovery-image] Feb 13 05:14:09.462 INFO O| Feb 13 05:14:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66982025-02-13T05:14:11.023Z[ recovery-image] Feb 13 05:14:09.462 INFO O| Feb 13 05:14:09.462 INFO STEP 758 (remove_files) COMPLETE
66992025-02-13T05:14:11.023Z[ recovery-image] Feb 13 05:14:09.463 INFO O| Feb 13 05:14:09.462 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-13T05:14:11.045Z[ recovery-image] Feb 13 05:14:09.484 INFO O| Feb 13 05:14:09.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67012025-02-13T05:14:11.045Z[ recovery-image] Feb 13 05:14:09.484 INFO O| Feb 13 05:14:09.484 INFO STEP 759 (remove_files) COMPLETE
67022025-02-13T05:14:11.048Z[ recovery-image] Feb 13 05:14:09.484 INFO O| Feb 13 05:14:09.484 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-13T05:14:11.076Z[ recovery-image] Feb 13 05:14:09.515 INFO O| Feb 13 05:14:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67042025-02-13T05:14:11.076Z[ recovery-image] Feb 13 05:14:09.515 INFO O| Feb 13 05:14:09.515 INFO STEP 760 (remove_files) COMPLETE
67052025-02-13T05:14:11.077Z[ recovery-image] Feb 13 05:14:09.515 INFO O| Feb 13 05:14:09.515 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-13T05:14:11.099Z[ recovery-image] Feb 13 05:14:09.538 INFO O| Feb 13 05:14:09.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67072025-02-13T05:14:11.099Z[ recovery-image] Feb 13 05:14:09.538 INFO O| Feb 13 05:14:09.538 INFO STEP 761 (remove_files) COMPLETE
67082025-02-13T05:14:11.099Z[ recovery-image] Feb 13 05:14:09.538 INFO O| Feb 13 05:14:09.538 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-13T05:14:11.145Z[ recovery-image] Feb 13 05:14:09.584 INFO O| Feb 13 05:14:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67102025-02-13T05:14:11.145Z[ recovery-image] Feb 13 05:14:09.584 INFO O| Feb 13 05:14:09.584 INFO STEP 762 (remove_files) COMPLETE
67112025-02-13T05:14:11.148Z[ recovery-image] Feb 13 05:14:09.585 INFO O| Feb 13 05:14:09.584 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-13T05:14:11.205Z[ recovery-image] Feb 13 05:14:09.644 INFO O| Feb 13 05:14:09.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67132025-02-13T05:14:11.208Z[ recovery-image] Feb 13 05:14:09.645 INFO O| Feb 13 05:14:09.645 INFO STEP 763 (remove_files) COMPLETE
67142025-02-13T05:14:11.208Z[ recovery-image] Feb 13 05:14:09.645 INFO O| Feb 13 05:14:09.645 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-13T05:14:11.230Z[ recovery-image] Feb 13 05:14:09.668 INFO O| Feb 13 05:14:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67162025-02-13T05:14:11.230Z[ recovery-image] Feb 13 05:14:09.669 INFO O| Feb 13 05:14:09.669 INFO STEP 764 (remove_files) COMPLETE
67172025-02-13T05:14:11.230Z[ recovery-image] Feb 13 05:14:09.669 INFO O| Feb 13 05:14:09.669 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-13T05:14:11.256Z[ recovery-image] Feb 13 05:14:09.695 INFO O| Feb 13 05:14:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67192025-02-13T05:14:11.256Z[ recovery-image] Feb 13 05:14:09.695 INFO O| Feb 13 05:14:09.695 INFO STEP 765 (remove_files) COMPLETE
67202025-02-13T05:14:11.256Z[ recovery-image] Feb 13 05:14:09.695 INFO O| Feb 13 05:14:09.695 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-13T05:14:11.297Z[ recovery-image] Feb 13 05:14:09.736 INFO O| Feb 13 05:14:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67222025-02-13T05:14:11.297Z[ recovery-image] Feb 13 05:14:09.737 INFO O| Feb 13 05:14:09.737 INFO STEP 766 (remove_files) COMPLETE
67232025-02-13T05:14:11.297Z[ recovery-image] Feb 13 05:14:09.737 INFO O| Feb 13 05:14:09.737 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-13T05:14:11.321Z[ recovery-image] Feb 13 05:14:09.760 INFO O| Feb 13 05:14:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67252025-02-13T05:14:11.321Z[ recovery-image] Feb 13 05:14:09.761 INFO O| Feb 13 05:14:09.761 INFO STEP 767 (remove_files) COMPLETE
67262025-02-13T05:14:11.324Z[ recovery-image] Feb 13 05:14:09.761 INFO O| Feb 13 05:14:09.761 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-13T05:14:11.349Z[ recovery-image] Feb 13 05:14:09.788 INFO O| Feb 13 05:14:09.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67282025-02-13T05:14:11.349Z[ recovery-image] Feb 13 05:14:09.788 INFO O| Feb 13 05:14:09.788 INFO STEP 768 (remove_files) COMPLETE
67292025-02-13T05:14:11.349Z[ recovery-image] Feb 13 05:14:09.788 INFO O| Feb 13 05:14:09.788 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-13T05:14:11.370Z[ recovery-image] Feb 13 05:14:09.809 INFO O| Feb 13 05:14:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67312025-02-13T05:14:11.370Z[ recovery-image] Feb 13 05:14:09.809 INFO O| Feb 13 05:14:09.809 INFO STEP 769 (remove_files) COMPLETE
67322025-02-13T05:14:11.370Z[ recovery-image] Feb 13 05:14:09.809 INFO O| Feb 13 05:14:09.809 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-13T05:14:11.392Z[ recovery-image] Feb 13 05:14:09.831 INFO O| Feb 13 05:14:09.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67342025-02-13T05:14:11.392Z[ recovery-image] Feb 13 05:14:09.831 INFO O| Feb 13 05:14:09.831 INFO STEP 770 (remove_files) COMPLETE
67352025-02-13T05:14:11.392Z[ recovery-image] Feb 13 05:14:09.831 INFO O| Feb 13 05:14:09.831 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-13T05:14:11.420Z[ recovery-image] Feb 13 05:14:09.859 INFO O| Feb 13 05:14:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67372025-02-13T05:14:11.420Z[ recovery-image] Feb 13 05:14:09.859 INFO O| Feb 13 05:14:09.859 INFO STEP 771 (remove_files) COMPLETE
67382025-02-13T05:14:11.420Z[ recovery-image] Feb 13 05:14:09.859 INFO O| Feb 13 05:14:09.859 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-13T05:14:11.454Z[ recovery-image] Feb 13 05:14:09.893 INFO O| Feb 13 05:14:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67402025-02-13T05:14:11.454Z[ recovery-image] Feb 13 05:14:09.894 INFO O| Feb 13 05:14:09.894 INFO STEP 772 (remove_files) COMPLETE
67412025-02-13T05:14:11.454Z[ recovery-image] Feb 13 05:14:09.894 INFO O| Feb 13 05:14:09.894 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-13T05:14:11.517Z[ recovery-image] Feb 13 05:14:09.956 INFO O| Feb 13 05:14:09.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67432025-02-13T05:14:11.517Z[ recovery-image] Feb 13 05:14:09.956 INFO O| Feb 13 05:14:09.956 INFO STEP 773 (remove_files) COMPLETE
67442025-02-13T05:14:11.517Z[ recovery-image] Feb 13 05:14:09.956 INFO O| Feb 13 05:14:09.956 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-13T05:14:11.537Z[ recovery-image] Feb 13 05:14:09.976 INFO O| Feb 13 05:14:09.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67462025-02-13T05:14:11.540Z[ recovery-image] Feb 13 05:14:09.977 INFO O| Feb 13 05:14:09.976 INFO STEP 774 (remove_files) COMPLETE
67472025-02-13T05:14:11.540Z[ recovery-image] Feb 13 05:14:09.977 INFO O| Feb 13 05:14:09.977 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-13T05:14:11.559Z[ recovery-image] Feb 13 05:14:09.997 INFO O| Feb 13 05:14:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67492025-02-13T05:14:11.559Z[ recovery-image] Feb 13 05:14:09.998 INFO O| Feb 13 05:14:09.998 INFO STEP 775 (remove_files) COMPLETE
67502025-02-13T05:14:11.559Z[ recovery-image] Feb 13 05:14:09.998 INFO O| Feb 13 05:14:09.998 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-13T05:14:11.579Z[ recovery-image] Feb 13 05:14:10.018 INFO O| Feb 13 05:14:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67522025-02-13T05:14:11.579Z[ recovery-image] Feb 13 05:14:10.018 INFO O| Feb 13 05:14:10.018 INFO STEP 776 (remove_files) COMPLETE
67532025-02-13T05:14:11.579Z[ recovery-image] Feb 13 05:14:10.018 INFO O| Feb 13 05:14:10.018 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-13T05:14:11.599Z[ recovery-image] Feb 13 05:14:10.038 INFO O| Feb 13 05:14:10.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67552025-02-13T05:14:11.599Z[ recovery-image] Feb 13 05:14:10.038 INFO O| Feb 13 05:14:10.038 INFO STEP 777 (remove_files) COMPLETE
67562025-02-13T05:14:11.602Z[ recovery-image] Feb 13 05:14:10.039 INFO O| Feb 13 05:14:10.038 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-13T05:14:11.629Z[ recovery-image] Feb 13 05:14:10.068 INFO O| Feb 13 05:14:10.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67582025-02-13T05:14:11.631Z[ recovery-image] Feb 13 05:14:10.068 INFO O| Feb 13 05:14:10.068 INFO STEP 778 (remove_files) COMPLETE
67592025-02-13T05:14:11.631Z[ recovery-image] Feb 13 05:14:10.068 INFO O| Feb 13 05:14:10.068 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-13T05:14:11.682Z[ recovery-image] Feb 13 05:14:10.121 INFO O| Feb 13 05:14:10.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67612025-02-13T05:14:11.682Z[ recovery-image] Feb 13 05:14:10.121 INFO O| Feb 13 05:14:10.121 INFO STEP 779 (remove_files) COMPLETE
67622025-02-13T05:14:11.685Z[ recovery-image] Feb 13 05:14:10.121 INFO O| Feb 13 05:14:10.121 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-13T05:14:11.719Z[ recovery-image] Feb 13 05:14:10.158 INFO O| Feb 13 05:14:10.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67642025-02-13T05:14:11.722Z[ recovery-image] Feb 13 05:14:10.158 INFO O| Feb 13 05:14:10.158 INFO STEP 780 (remove_files) COMPLETE
67652025-02-13T05:14:11.722Z[ recovery-image] Feb 13 05:14:10.158 INFO O| Feb 13 05:14:10.158 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-13T05:14:11.743Z[ recovery-image] Feb 13 05:14:10.180 INFO O| Feb 13 05:14:10.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67672025-02-13T05:14:11.745Z[ recovery-image] Feb 13 05:14:10.180 INFO O| Feb 13 05:14:10.180 INFO STEP 781 (remove_files) COMPLETE
67682025-02-13T05:14:11.745Z[ recovery-image] Feb 13 05:14:10.180 INFO O| Feb 13 05:14:10.180 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-13T05:14:11.783Z[ recovery-image] Feb 13 05:14:10.222 INFO O| Feb 13 05:14:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67702025-02-13T05:14:11.783Z[ recovery-image] Feb 13 05:14:10.222 INFO O| Feb 13 05:14:10.222 INFO STEP 782 (remove_files) COMPLETE
67712025-02-13T05:14:11.783Z[ recovery-image] Feb 13 05:14:10.222 INFO O| Feb 13 05:14:10.222 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-13T05:14:11.819Z[ recovery-image] Feb 13 05:14:10.256 INFO O| Feb 13 05:14:10.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67732025-02-13T05:14:11.819Z[ recovery-image] Feb 13 05:14:10.256 INFO O| Feb 13 05:14:10.256 INFO STEP 783 (remove_files) COMPLETE
67742025-02-13T05:14:11.819Z[ recovery-image] Feb 13 05:14:10.256 INFO O| Feb 13 05:14:10.256 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-13T05:14:11.838Z[ recovery-image] Feb 13 05:14:10.277 INFO O| Feb 13 05:14:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67762025-02-13T05:14:11.838Z[ recovery-image] Feb 13 05:14:10.277 INFO O| Feb 13 05:14:10.277 INFO STEP 784 (remove_files) COMPLETE
67772025-02-13T05:14:11.838Z[ recovery-image] Feb 13 05:14:10.277 INFO O| Feb 13 05:14:10.277 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-13T05:14:11.859Z[ recovery-image] Feb 13 05:14:10.297 INFO O| Feb 13 05:14:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67792025-02-13T05:14:11.859Z[ recovery-image] Feb 13 05:14:10.297 INFO O| Feb 13 05:14:10.297 INFO STEP 785 (remove_files) COMPLETE
67802025-02-13T05:14:11.859Z[ recovery-image] Feb 13 05:14:10.297 INFO O| Feb 13 05:14:10.297 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-13T05:14:11.882Z[ recovery-image] Feb 13 05:14:10.321 INFO O| Feb 13 05:14:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67822025-02-13T05:14:11.882Z[ recovery-image] Feb 13 05:14:10.321 INFO O| Feb 13 05:14:10.321 INFO STEP 786 (remove_files) COMPLETE
67832025-02-13T05:14:11.885Z[ recovery-image] Feb 13 05:14:10.321 INFO O| Feb 13 05:14:10.321 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-13T05:14:11.904Z[ recovery-image] Feb 13 05:14:10.343 INFO O| Feb 13 05:14:10.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67852025-02-13T05:14:11.904Z[ recovery-image] Feb 13 05:14:10.343 INFO O| Feb 13 05:14:10.343 INFO STEP 787 (remove_files) COMPLETE
67862025-02-13T05:14:11.904Z[ recovery-image] Feb 13 05:14:10.343 INFO O| Feb 13 05:14:10.343 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-13T05:14:11.924Z[ recovery-image] Feb 13 05:14:10.363 INFO O| Feb 13 05:14:10.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67882025-02-13T05:14:11.925Z[ recovery-image] Feb 13 05:14:10.363 INFO O| Feb 13 05:14:10.363 INFO STEP 788 (remove_files) COMPLETE
67892025-02-13T05:14:11.928Z[ recovery-image] Feb 13 05:14:10.363 INFO O| Feb 13 05:14:10.363 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-13T05:14:11.946Z[ recovery-image] Feb 13 05:14:10.384 INFO O| Feb 13 05:14:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67912025-02-13T05:14:11.946Z[ recovery-image] Feb 13 05:14:10.384 INFO O| Feb 13 05:14:10.384 INFO STEP 789 (remove_files) COMPLETE
67922025-02-13T05:14:11.946Z[ recovery-image] Feb 13 05:14:10.384 INFO O| Feb 13 05:14:10.384 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-13T05:14:11.980Z[ recovery-image] Feb 13 05:14:10.419 INFO O| Feb 13 05:14:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67942025-02-13T05:14:11.981Z[ recovery-image] Feb 13 05:14:10.419 INFO O| Feb 13 05:14:10.419 INFO STEP 790 (remove_files) COMPLETE
67952025-02-13T05:14:11.985Z[ recovery-image] Feb 13 05:14:10.419 INFO O| Feb 13 05:14:10.419 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-13T05:14:12.015Z[ recovery-image] Feb 13 05:14:10.454 INFO O| Feb 13 05:14:10.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67972025-02-13T05:14:12.015Z[ recovery-image] Feb 13 05:14:10.454 INFO O| Feb 13 05:14:10.454 INFO STEP 791 (remove_files) COMPLETE
67982025-02-13T05:14:12.015Z[ recovery-image] Feb 13 05:14:10.454 INFO O| Feb 13 05:14:10.454 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-13T05:14:12.072Z[ recovery-image] Feb 13 05:14:10.509 INFO O| Feb 13 05:14:10.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68002025-02-13T05:14:12.072Z[ recovery-image] Feb 13 05:14:10.510 INFO O| Feb 13 05:14:10.510 INFO STEP 792 (remove_files) COMPLETE
68012025-02-13T05:14:12.072Z[ recovery-image] Feb 13 05:14:10.510 INFO O| Feb 13 05:14:10.510 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-13T05:14:12.111Z[ recovery-image] Feb 13 05:14:10.550 INFO O| Feb 13 05:14:10.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68032025-02-13T05:14:12.111Z[ recovery-image] Feb 13 05:14:10.550 INFO O| Feb 13 05:14:10.550 INFO STEP 793 (remove_files) COMPLETE
68042025-02-13T05:14:12.114Z[ recovery-image] Feb 13 05:14:10.550 INFO O| Feb 13 05:14:10.550 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-13T05:14:12.164Z[ recovery-image] Feb 13 05:14:10.603 INFO O| Feb 13 05:14:10.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68062025-02-13T05:14:12.164Z[ recovery-image] Feb 13 05:14:10.603 INFO O| Feb 13 05:14:10.603 INFO STEP 794 (remove_files) COMPLETE
68072025-02-13T05:14:12.164Z[ recovery-image] Feb 13 05:14:10.603 INFO O| Feb 13 05:14:10.603 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-13T05:14:12.198Z[ recovery-image] Feb 13 05:14:10.637 INFO O| Feb 13 05:14:10.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68092025-02-13T05:14:12.198Z[ recovery-image] Feb 13 05:14:10.637 INFO O| Feb 13 05:14:10.637 INFO STEP 795 (remove_files) COMPLETE
68102025-02-13T05:14:12.198Z[ recovery-image] Feb 13 05:14:10.637 INFO O| Feb 13 05:14:10.637 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-13T05:14:12.232Z[ recovery-image] Feb 13 05:14:10.671 INFO O| Feb 13 05:14:10.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68122025-02-13T05:14:12.232Z[ recovery-image] Feb 13 05:14:10.671 INFO O| Feb 13 05:14:10.671 INFO STEP 796 (remove_files) COMPLETE
68132025-02-13T05:14:12.232Z[ recovery-image] Feb 13 05:14:10.671 INFO O| Feb 13 05:14:10.671 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-13T05:14:12.273Z[ recovery-image] Feb 13 05:14:10.712 INFO O| Feb 13 05:14:10.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68152025-02-13T05:14:12.273Z[ recovery-image] Feb 13 05:14:10.712 INFO O| Feb 13 05:14:10.712 INFO STEP 797 (remove_files) COMPLETE
68162025-02-13T05:14:12.273Z[ recovery-image] Feb 13 05:14:10.712 INFO O| Feb 13 05:14:10.712 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-13T05:14:12.317Z[ recovery-image] Feb 13 05:14:10.756 INFO O| Feb 13 05:14:10.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68182025-02-13T05:14:12.317Z[ recovery-image] Feb 13 05:14:10.756 INFO O| Feb 13 05:14:10.756 INFO STEP 798 (remove_files) COMPLETE
68192025-02-13T05:14:12.317Z[ recovery-image] Feb 13 05:14:10.756 INFO O| Feb 13 05:14:10.756 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-13T05:14:12.349Z[ recovery-image] Feb 13 05:14:10.787 INFO O| Feb 13 05:14:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68212025-02-13T05:14:12.352Z[ recovery-image] Feb 13 05:14:10.788 INFO O| Feb 13 05:14:10.788 INFO STEP 799 (remove_files) COMPLETE
68222025-02-13T05:14:12.352Z[ recovery-image] Feb 13 05:14:10.788 INFO O| Feb 13 05:14:10.788 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-13T05:14:12.386Z[ recovery-image] Feb 13 05:14:10.823 INFO O| Feb 13 05:14:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68242025-02-13T05:14:12.386Z[ recovery-image] Feb 13 05:14:10.823 INFO O| Feb 13 05:14:10.823 INFO STEP 800 (remove_files) COMPLETE
68252025-02-13T05:14:12.386Z[ recovery-image] Feb 13 05:14:10.823 INFO O| Feb 13 05:14:10.823 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-13T05:14:12.418Z[ recovery-image] Feb 13 05:14:10.857 INFO O| Feb 13 05:14:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68272025-02-13T05:14:12.418Z[ recovery-image] Feb 13 05:14:10.857 INFO O| Feb 13 05:14:10.857 INFO STEP 801 (remove_files) COMPLETE
68282025-02-13T05:14:12.418Z[ recovery-image] Feb 13 05:14:10.857 INFO O| Feb 13 05:14:10.857 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-13T05:14:12.541Z[ recovery-image] Feb 13 05:14:10.980 INFO O| Feb 13 05:14:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68302025-02-13T05:14:12.542Z[ recovery-image] Feb 13 05:14:10.981 INFO O| Feb 13 05:14:10.980 INFO STEP 802 (remove_files) COMPLETE
68312025-02-13T05:14:12.542Z[ recovery-image] Feb 13 05:14:10.981 INFO O| Feb 13 05:14:10.981 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-13T05:14:12.601Z[ recovery-image] Feb 13 05:14:11.039 INFO O| Feb 13 05:14:11.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68332025-02-13T05:14:12.601Z[ recovery-image] Feb 13 05:14:11.040 INFO O| Feb 13 05:14:11.040 INFO STEP 803 (remove_files) COMPLETE
68342025-02-13T05:14:12.601Z[ recovery-image] Feb 13 05:14:11.040 INFO O| Feb 13 05:14:11.040 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-13T05:14:12.626Z[ recovery-image] Feb 13 05:14:11.065 INFO O| Feb 13 05:14:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68362025-02-13T05:14:12.626Z[ recovery-image] Feb 13 05:14:11.065 INFO O| Feb 13 05:14:11.065 INFO STEP 804 (remove_files) COMPLETE
68372025-02-13T05:14:12.626Z[ recovery-image] Feb 13 05:14:11.065 INFO O| Feb 13 05:14:11.065 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-13T05:14:12.648Z[ recovery-image] Feb 13 05:14:11.087 INFO O| Feb 13 05:14:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68392025-02-13T05:14:12.648Z[ recovery-image] Feb 13 05:14:11.087 INFO O| Feb 13 05:14:11.087 INFO STEP 805 (remove_files) COMPLETE
68402025-02-13T05:14:12.651Z[ recovery-image] Feb 13 05:14:11.087 INFO O| Feb 13 05:14:11.087 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-13T05:14:12.669Z[ recovery-image] Feb 13 05:14:11.108 INFO O| Feb 13 05:14:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68422025-02-13T05:14:12.673Z[ recovery-image] Feb 13 05:14:11.109 INFO O| Feb 13 05:14:11.109 INFO STEP 806 (remove_files) COMPLETE
68432025-02-13T05:14:12.673Z[ recovery-image] Feb 13 05:14:11.109 INFO O| Feb 13 05:14:11.109 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-13T05:14:12.690Z[ recovery-image] Feb 13 05:14:11.129 INFO O| Feb 13 05:14:11.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68452025-02-13T05:14:12.694Z[ recovery-image] Feb 13 05:14:11.130 INFO O| Feb 13 05:14:11.129 INFO STEP 807 (remove_files) COMPLETE
68462025-02-13T05:14:12.694Z[ recovery-image] Feb 13 05:14:11.130 INFO O| Feb 13 05:14:11.130 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-13T05:14:12.713Z[ recovery-image] Feb 13 05:14:11.152 INFO O| Feb 13 05:14:11.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68482025-02-13T05:14:12.716Z[ recovery-image] Feb 13 05:14:11.152 INFO O| Feb 13 05:14:11.152 INFO STEP 808 (remove_files) COMPLETE
68492025-02-13T05:14:12.716Z[ recovery-image] Feb 13 05:14:11.152 INFO O| Feb 13 05:14:11.152 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-13T05:14:12.734Z[ recovery-image] Feb 13 05:14:11.173 INFO O| Feb 13 05:14:11.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68512025-02-13T05:14:12.736Z[ recovery-image] Feb 13 05:14:11.173 INFO O| Feb 13 05:14:11.173 INFO STEP 809 (remove_files) COMPLETE
68522025-02-13T05:14:12.736Z[ recovery-image] Feb 13 05:14:11.173 INFO O| Feb 13 05:14:11.173 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-13T05:14:12.774Z[ recovery-image] Feb 13 05:14:11.213 INFO O| Feb 13 05:14:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68542025-02-13T05:14:12.777Z[ recovery-image] Feb 13 05:14:11.213 INFO O| Feb 13 05:14:11.213 INFO STEP 810 (remove_files) COMPLETE
68552025-02-13T05:14:12.777Z[ recovery-image] Feb 13 05:14:11.213 INFO O| Feb 13 05:14:11.213 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-13T05:14:12.809Z[ recovery-image] Feb 13 05:14:11.248 INFO O| Feb 13 05:14:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68572025-02-13T05:14:12.809Z[ recovery-image] Feb 13 05:14:11.248 INFO O| Feb 13 05:14:11.248 INFO STEP 811 (remove_files) COMPLETE
68582025-02-13T05:14:12.809Z[ recovery-image] Feb 13 05:14:11.248 INFO O| Feb 13 05:14:11.248 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-13T05:14:12.841Z[ recovery-image] Feb 13 05:14:11.280 INFO O| Feb 13 05:14:11.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68602025-02-13T05:14:12.841Z[ recovery-image] Feb 13 05:14:11.280 INFO O| Feb 13 05:14:11.280 INFO STEP 812 (remove_files) COMPLETE
68612025-02-13T05:14:12.841Z[ recovery-image] Feb 13 05:14:11.280 INFO O| Feb 13 05:14:11.280 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-13T05:14:12.861Z[ recovery-image] Feb 13 05:14:11.300 INFO O| Feb 13 05:14:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68632025-02-13T05:14:12.861Z[ recovery-image] Feb 13 05:14:11.300 INFO O| Feb 13 05:14:11.300 INFO STEP 813 (remove_files) COMPLETE
68642025-02-13T05:14:12.861Z[ recovery-image] Feb 13 05:14:11.300 INFO O| Feb 13 05:14:11.300 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-13T05:14:12.882Z[ recovery-image] Feb 13 05:14:11.321 INFO O| Feb 13 05:14:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68662025-02-13T05:14:12.885Z[ recovery-image] Feb 13 05:14:11.322 INFO O| Feb 13 05:14:11.321 INFO STEP 814 (remove_files) COMPLETE
68672025-02-13T05:14:12.885Z[ recovery-image] Feb 13 05:14:11.322 INFO O| Feb 13 05:14:11.322 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-13T05:14:12.928Z[ recovery-image] Feb 13 05:14:11.365 INFO O| Feb 13 05:14:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68692025-02-13T05:14:12.928Z[ recovery-image] Feb 13 05:14:11.365 INFO O| Feb 13 05:14:11.365 INFO STEP 815 (remove_files) COMPLETE
68702025-02-13T05:14:12.939Z[ recovery-image] Feb 13 05:14:11.365 INFO O| Feb 13 05:14:11.365 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-13T05:14:12.970Z[ recovery-image] Feb 13 05:14:11.409 INFO O| Feb 13 05:14:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68722025-02-13T05:14:12.970Z[ recovery-image] Feb 13 05:14:11.409 INFO O| Feb 13 05:14:11.409 INFO STEP 816 (remove_files) COMPLETE
68732025-02-13T05:14:12.970Z[ recovery-image] Feb 13 05:14:11.409 INFO O| Feb 13 05:14:11.409 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-13T05:14:12.992Z[ recovery-image] Feb 13 05:14:11.431 INFO O| Feb 13 05:14:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68752025-02-13T05:14:12.992Z[ recovery-image] Feb 13 05:14:11.431 INFO O| Feb 13 05:14:11.431 INFO STEP 817 (remove_files) COMPLETE
68762025-02-13T05:14:12.992Z[ recovery-image] Feb 13 05:14:11.431 INFO O| Feb 13 05:14:11.431 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-13T05:14:13.045Z[ recovery-image] Feb 13 05:14:11.484 INFO O| Feb 13 05:14:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68782025-02-13T05:14:13.045Z[ recovery-image] Feb 13 05:14:11.484 INFO O| Feb 13 05:14:11.484 INFO STEP 818 (remove_files) COMPLETE
68792025-02-13T05:14:13.045Z[ recovery-image] Feb 13 05:14:11.484 INFO O| Feb 13 05:14:11.484 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-13T05:14:13.066Z[ recovery-image] Feb 13 05:14:11.505 INFO O| Feb 13 05:14:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68812025-02-13T05:14:13.066Z[ recovery-image] Feb 13 05:14:11.505 INFO O| Feb 13 05:14:11.505 INFO STEP 819 (remove_files) COMPLETE
68822025-02-13T05:14:13.066Z[ recovery-image] Feb 13 05:14:11.505 INFO O| Feb 13 05:14:11.505 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-13T05:14:13.085Z[ recovery-image] Feb 13 05:14:11.524 INFO O| Feb 13 05:14:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68842025-02-13T05:14:13.085Z[ recovery-image] Feb 13 05:14:11.524 INFO O| Feb 13 05:14:11.524 INFO STEP 820 (remove_files) COMPLETE
68852025-02-13T05:14:13.088Z[ recovery-image] Feb 13 05:14:11.524 INFO O| Feb 13 05:14:11.524 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-13T05:14:13.105Z[ recovery-image] Feb 13 05:14:11.544 INFO O| Feb 13 05:14:11.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68872025-02-13T05:14:13.105Z[ recovery-image] Feb 13 05:14:11.544 INFO O| Feb 13 05:14:11.544 INFO STEP 821 (remove_files) COMPLETE
68882025-02-13T05:14:13.105Z[ recovery-image] Feb 13 05:14:11.544 INFO O| Feb 13 05:14:11.544 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-13T05:14:13.127Z[ recovery-image] Feb 13 05:14:11.566 INFO O| Feb 13 05:14:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68902025-02-13T05:14:13.130Z[ recovery-image] Feb 13 05:14:11.566 INFO O| Feb 13 05:14:11.566 INFO STEP 822 (remove_files) COMPLETE
68912025-02-13T05:14:13.130Z[ recovery-image] Feb 13 05:14:11.566 INFO O| Feb 13 05:14:11.566 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-13T05:14:13.152Z[ recovery-image] Feb 13 05:14:11.590 INFO O| Feb 13 05:14:11.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68932025-02-13T05:14:13.157Z[ recovery-image] Feb 13 05:14:11.590 INFO O| Feb 13 05:14:11.590 INFO STEP 823 (remove_files) COMPLETE
68942025-02-13T05:14:13.157Z[ recovery-image] Feb 13 05:14:11.590 INFO O| Feb 13 05:14:11.590 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-13T05:14:13.183Z[ recovery-image] Feb 13 05:14:11.622 INFO O| Feb 13 05:14:11.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68962025-02-13T05:14:13.183Z[ recovery-image] Feb 13 05:14:11.622 INFO O| Feb 13 05:14:11.622 INFO STEP 824 (remove_files) COMPLETE
68972025-02-13T05:14:13.186Z[ recovery-image] Feb 13 05:14:11.622 INFO O| Feb 13 05:14:11.622 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-13T05:14:13.228Z[ recovery-image] Feb 13 05:14:11.666 INFO O| Feb 13 05:14:11.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68992025-02-13T05:14:13.228Z[ recovery-image] Feb 13 05:14:11.667 INFO O| Feb 13 05:14:11.667 INFO STEP 825 (remove_files) COMPLETE
69002025-02-13T05:14:13.228Z[ recovery-image] Feb 13 05:14:11.667 INFO O| Feb 13 05:14:11.667 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-13T05:14:13.261Z[ recovery-image] Feb 13 05:14:11.700 INFO O| Feb 13 05:14:11.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69022025-02-13T05:14:13.261Z[ recovery-image] Feb 13 05:14:11.700 INFO O| Feb 13 05:14:11.700 INFO STEP 826 (remove_files) COMPLETE
69032025-02-13T05:14:13.261Z[ recovery-image] Feb 13 05:14:11.700 INFO O| Feb 13 05:14:11.700 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-13T05:14:13.296Z[ recovery-image] Feb 13 05:14:11.735 INFO O| Feb 13 05:14:11.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69052025-02-13T05:14:13.296Z[ recovery-image] Feb 13 05:14:11.735 INFO O| Feb 13 05:14:11.735 INFO STEP 827 (remove_files) COMPLETE
69062025-02-13T05:14:13.296Z[ recovery-image] Feb 13 05:14:11.735 INFO O| Feb 13 05:14:11.735 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-13T05:14:13.386Z[ recovery-image] Feb 13 05:14:11.825 INFO O| Feb 13 05:14:11.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69082025-02-13T05:14:13.389Z[ recovery-image] Feb 13 05:14:11.825 INFO O| Feb 13 05:14:11.825 INFO STEP 828 (remove_files) COMPLETE
69092025-02-13T05:14:13.389Z[ recovery-image] Feb 13 05:14:11.825 INFO O| Feb 13 05:14:11.825 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-13T05:14:13.421Z[ recovery-image] Feb 13 05:14:11.859 INFO O| Feb 13 05:14:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69112025-02-13T05:14:13.423Z[ recovery-image] Feb 13 05:14:11.860 INFO O| Feb 13 05:14:11.859 INFO STEP 829 (remove_files) COMPLETE
69122025-02-13T05:14:13.423Z[ recovery-image] Feb 13 05:14:11.860 INFO O| Feb 13 05:14:11.860 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-13T05:14:13.443Z[ recovery-image] Feb 13 05:14:11.882 INFO O| Feb 13 05:14:11.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69142025-02-13T05:14:13.449Z[ recovery-image] Feb 13 05:14:11.882 INFO O| Feb 13 05:14:11.882 INFO STEP 830 (remove_files) COMPLETE
69152025-02-13T05:14:13.449Z[ recovery-image] Feb 13 05:14:11.883 INFO O| Feb 13 05:14:11.883 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-13T05:14:13.517Z[ recovery-image] Feb 13 05:14:11.954 INFO O| Feb 13 05:14:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69172025-02-13T05:14:13.517Z[ recovery-image] Feb 13 05:14:11.955 INFO O| Feb 13 05:14:11.947 INFO STEP 831 (remove_files) COMPLETE
69182025-02-13T05:14:13.517Z[ recovery-image] Feb 13 05:14:11.955 INFO O| Feb 13 05:14:11.947 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-13T05:14:13.531Z[ recovery-image] Feb 13 05:14:11.969 INFO O| Feb 13 05:14:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69202025-02-13T05:14:13.531Z[ recovery-image] Feb 13 05:14:11.969 INFO O| Feb 13 05:14:11.969 INFO STEP 832 (remove_files) COMPLETE
69212025-02-13T05:14:13.531Z[ recovery-image] Feb 13 05:14:11.969 INFO O| Feb 13 05:14:11.969 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-13T05:14:13.562Z[ recovery-image] Feb 13 05:14:12.000 INFO O| Feb 13 05:14:11.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69232025-02-13T05:14:13.562Z[ recovery-image] Feb 13 05:14:12.000 INFO O| Feb 13 05:14:11.999 INFO STEP 833 (remove_files) COMPLETE
69242025-02-13T05:14:13.562Z[ recovery-image] Feb 13 05:14:12.000 INFO O| Feb 13 05:14:11.999 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-13T05:14:13.589Z[ recovery-image] Feb 13 05:14:12.027 INFO O| Feb 13 05:14:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69262025-02-13T05:14:13.589Z[ recovery-image] Feb 13 05:14:12.027 INFO O| Feb 13 05:14:12.027 INFO STEP 834 (remove_files) COMPLETE
69272025-02-13T05:14:13.589Z[ recovery-image] Feb 13 05:14:12.027 INFO O| Feb 13 05:14:12.027 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-13T05:14:13.627Z[ recovery-image] Feb 13 05:14:12.066 INFO O| Feb 13 05:14:12.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69292025-02-13T05:14:13.627Z[ recovery-image] Feb 13 05:14:12.066 INFO O| Feb 13 05:14:12.066 INFO STEP 835 (remove_files) COMPLETE
69302025-02-13T05:14:13.631Z[ recovery-image] Feb 13 05:14:12.066 INFO O| Feb 13 05:14:12.066 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-13T05:14:13.667Z[ recovery-image] Feb 13 05:14:12.106 INFO O| Feb 13 05:14:12.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69322025-02-13T05:14:13.667Z[ recovery-image] Feb 13 05:14:12.106 INFO O| Feb 13 05:14:12.106 INFO STEP 836 (remove_files) COMPLETE
69332025-02-13T05:14:13.667Z[ recovery-image] Feb 13 05:14:12.106 INFO O| Feb 13 05:14:12.106 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-13T05:14:13.704Z[ recovery-image] Feb 13 05:14:12.142 INFO O| Feb 13 05:14:12.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69352025-02-13T05:14:13.704Z[ recovery-image] Feb 13 05:14:12.142 INFO O| Feb 13 05:14:12.142 INFO STEP 837 (remove_files) COMPLETE
69362025-02-13T05:14:13.707Z[ recovery-image] Feb 13 05:14:12.142 INFO O| Feb 13 05:14:12.142 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-13T05:14:13.727Z[ recovery-image] Feb 13 05:14:12.165 INFO O| Feb 13 05:14:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69382025-02-13T05:14:13.730Z[ recovery-image] Feb 13 05:14:12.166 INFO O| Feb 13 05:14:12.166 INFO STEP 838 (remove_files) COMPLETE
69392025-02-13T05:14:13.730Z[ recovery-image] Feb 13 05:14:12.166 INFO O| Feb 13 05:14:12.166 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-13T05:14:13.762Z[ recovery-image] Feb 13 05:14:12.201 INFO O| Feb 13 05:14:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69412025-02-13T05:14:13.765Z[ recovery-image] Feb 13 05:14:12.201 INFO O| Feb 13 05:14:12.201 INFO STEP 839 (remove_files) COMPLETE
69422025-02-13T05:14:13.765Z[ recovery-image] Feb 13 05:14:12.202 INFO O| Feb 13 05:14:12.201 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-13T05:14:13.785Z[ recovery-image] Feb 13 05:14:12.223 INFO O| Feb 13 05:14:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69442025-02-13T05:14:13.788Z[ recovery-image] Feb 13 05:14:12.224 INFO O| Feb 13 05:14:12.224 INFO STEP 840 (remove_files) COMPLETE
69452025-02-13T05:14:13.788Z[ recovery-image] Feb 13 05:14:12.224 INFO O| Feb 13 05:14:12.224 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-13T05:14:13.815Z[ recovery-image] Feb 13 05:14:12.253 INFO O| Feb 13 05:14:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69472025-02-13T05:14:13.815Z[ recovery-image] Feb 13 05:14:12.253 INFO O| Feb 13 05:14:12.253 INFO STEP 841 (remove_files) COMPLETE
69482025-02-13T05:14:13.815Z[ recovery-image] Feb 13 05:14:12.253 INFO O| Feb 13 05:14:12.253 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-13T05:14:13.873Z[ recovery-image] Feb 13 05:14:12.312 INFO O| Feb 13 05:14:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69502025-02-13T05:14:13.873Z[ recovery-image] Feb 13 05:14:12.312 INFO O| Feb 13 05:14:12.312 INFO STEP 842 (remove_files) COMPLETE
69512025-02-13T05:14:13.873Z[ recovery-image] Feb 13 05:14:12.312 INFO O| Feb 13 05:14:12.312 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-13T05:14:13.912Z[ recovery-image] Feb 13 05:14:12.351 INFO O| Feb 13 05:14:12.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69532025-02-13T05:14:13.912Z[ recovery-image] Feb 13 05:14:12.351 INFO O| Feb 13 05:14:12.351 INFO STEP 843 (remove_files) COMPLETE
69542025-02-13T05:14:13.912Z[ recovery-image] Feb 13 05:14:12.351 INFO O| Feb 13 05:14:12.351 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-13T05:14:13.948Z[ recovery-image] Feb 13 05:14:12.387 INFO O| Feb 13 05:14:12.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69562025-02-13T05:14:13.951Z[ recovery-image] Feb 13 05:14:12.387 INFO O| Feb 13 05:14:12.387 INFO STEP 844 (remove_files) COMPLETE
69572025-02-13T05:14:13.951Z[ recovery-image] Feb 13 05:14:12.388 INFO O| Feb 13 05:14:12.388 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-13T05:14:13.973Z[ recovery-image] Feb 13 05:14:12.412 INFO O| Feb 13 05:14:12.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69592025-02-13T05:14:13.976Z[ recovery-image] Feb 13 05:14:12.412 INFO O| Feb 13 05:14:12.412 INFO STEP 845 (remove_files) COMPLETE
69602025-02-13T05:14:13.976Z[ recovery-image] Feb 13 05:14:12.412 INFO O| Feb 13 05:14:12.412 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-13T05:14:13.995Z[ recovery-image] Feb 13 05:14:12.434 INFO O| Feb 13 05:14:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69622025-02-13T05:14:14.007Z[ recovery-image] Feb 13 05:14:12.434 INFO O| Feb 13 05:14:12.434 INFO STEP 846 (remove_files) COMPLETE
69632025-02-13T05:14:14.007Z[ recovery-image] Feb 13 05:14:12.434 INFO O| Feb 13 05:14:12.434 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-13T05:14:14.033Z[ recovery-image] Feb 13 05:14:12.468 INFO O| Feb 13 05:14:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69652025-02-13T05:14:14.035Z[ recovery-image] Feb 13 05:14:12.469 INFO O| Feb 13 05:14:12.469 INFO STEP 847 (remove_files) COMPLETE
69662025-02-13T05:14:14.035Z[ recovery-image] Feb 13 05:14:12.469 INFO O| Feb 13 05:14:12.469 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-13T05:14:14.052Z[ recovery-image] Feb 13 05:14:12.491 INFO O| Feb 13 05:14:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69682025-02-13T05:14:14.055Z[ recovery-image] Feb 13 05:14:12.491 INFO O| Feb 13 05:14:12.491 INFO STEP 848 (remove_files) COMPLETE
69692025-02-13T05:14:14.055Z[ recovery-image] Feb 13 05:14:12.491 INFO O| Feb 13 05:14:12.491 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-13T05:14:14.091Z[ recovery-image] Feb 13 05:14:12.530 INFO O| Feb 13 05:14:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69712025-02-13T05:14:14.094Z[ recovery-image] Feb 13 05:14:12.530 INFO O| Feb 13 05:14:12.530 INFO STEP 849 (remove_files) COMPLETE
69722025-02-13T05:14:14.094Z[ recovery-image] Feb 13 05:14:12.530 INFO O| Feb 13 05:14:12.530 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-13T05:14:14.191Z[ recovery-image] Feb 13 05:14:12.630 INFO O| Feb 13 05:14:12.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69742025-02-13T05:14:14.191Z[ recovery-image] Feb 13 05:14:12.630 INFO O| Feb 13 05:14:12.630 INFO STEP 850 (remove_files) COMPLETE
69752025-02-13T05:14:14.194Z[ recovery-image] Feb 13 05:14:12.630 INFO O| Feb 13 05:14:12.630 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-13T05:14:14.225Z[ recovery-image] Feb 13 05:14:12.664 INFO O| Feb 13 05:14:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69772025-02-13T05:14:14.225Z[ recovery-image] Feb 13 05:14:12.664 INFO O| Feb 13 05:14:12.664 INFO STEP 851 (remove_files) COMPLETE
69782025-02-13T05:14:14.225Z[ recovery-image] Feb 13 05:14:12.664 INFO O| Feb 13 05:14:12.664 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-13T05:14:14.252Z[ recovery-image] Feb 13 05:14:12.690 INFO O| Feb 13 05:14:12.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69802025-02-13T05:14:14.252Z[ recovery-image] Feb 13 05:14:12.690 INFO O| Feb 13 05:14:12.690 INFO STEP 852 (remove_files) COMPLETE
69812025-02-13T05:14:14.252Z[ recovery-image] Feb 13 05:14:12.690 INFO O| Feb 13 05:14:12.690 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-13T05:14:14.300Z[ recovery-image] Feb 13 05:14:12.738 INFO O| Feb 13 05:14:12.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69832025-02-13T05:14:14.303Z[ recovery-image] Feb 13 05:14:12.739 INFO O| Feb 13 05:14:12.738 INFO STEP 853 (remove_files) COMPLETE
69842025-02-13T05:14:14.303Z[ recovery-image] Feb 13 05:14:12.739 INFO O| Feb 13 05:14:12.739 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-13T05:14:14.333Z[ recovery-image] Feb 13 05:14:12.771 INFO O| Feb 13 05:14:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69862025-02-13T05:14:14.333Z[ recovery-image] Feb 13 05:14:12.771 INFO O| Feb 13 05:14:12.771 INFO STEP 854 (remove_files) COMPLETE
69872025-02-13T05:14:14.339Z[ recovery-image] Feb 13 05:14:12.771 INFO O| Feb 13 05:14:12.771 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-13T05:14:14.391Z[ recovery-image] Feb 13 05:14:12.830 INFO O| Feb 13 05:14:12.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69892025-02-13T05:14:14.391Z[ recovery-image] Feb 13 05:14:12.830 INFO O| Feb 13 05:14:12.830 INFO STEP 855 (remove_files) COMPLETE
69902025-02-13T05:14:14.391Z[ recovery-image] Feb 13 05:14:12.830 INFO O| Feb 13 05:14:12.830 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-13T05:14:14.415Z[ recovery-image] Feb 13 05:14:12.853 INFO O| Feb 13 05:14:12.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69922025-02-13T05:14:14.415Z[ recovery-image] Feb 13 05:14:12.853 INFO O| Feb 13 05:14:12.853 INFO STEP 856 (remove_files) COMPLETE
69932025-02-13T05:14:14.415Z[ recovery-image] Feb 13 05:14:12.853 INFO O| Feb 13 05:14:12.853 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-13T05:14:14.471Z[ recovery-image] Feb 13 05:14:12.909 INFO O| Feb 13 05:14:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69952025-02-13T05:14:14.471Z[ recovery-image] Feb 13 05:14:12.909 INFO O| Feb 13 05:14:12.909 INFO STEP 857 (remove_files) COMPLETE
69962025-02-13T05:14:14.475Z[ recovery-image] Feb 13 05:14:12.909 INFO O| Feb 13 05:14:12.909 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-13T05:14:14.501Z[ recovery-image] Feb 13 05:14:12.939 INFO O| Feb 13 05:14:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69982025-02-13T05:14:14.501Z[ recovery-image] Feb 13 05:14:12.939 INFO O| Feb 13 05:14:12.939 INFO STEP 858 (remove_files) COMPLETE
69992025-02-13T05:14:14.501Z[ recovery-image] Feb 13 05:14:12.939 INFO O| Feb 13 05:14:12.939 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-13T05:14:14.541Z[ recovery-image] Feb 13 05:14:12.978 INFO O| Feb 13 05:14:12.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70012025-02-13T05:14:14.541Z[ recovery-image] Feb 13 05:14:12.979 INFO O| Feb 13 05:14:12.978 INFO STEP 859 (remove_files) COMPLETE
70022025-02-13T05:14:14.541Z[ recovery-image] Feb 13 05:14:12.979 INFO O| Feb 13 05:14:12.979 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-13T05:14:14.607Z[ recovery-image] Feb 13 05:14:13.046 INFO O| Feb 13 05:14:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70042025-02-13T05:14:14.608Z[ recovery-image] Feb 13 05:14:13.046 INFO O| Feb 13 05:14:13.046 INFO STEP 860 (remove_files) COMPLETE
70052025-02-13T05:14:14.610Z[ recovery-image] Feb 13 05:14:13.046 INFO O| Feb 13 05:14:13.046 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-13T05:14:14.634Z[ recovery-image] Feb 13 05:14:13.072 INFO O| Feb 13 05:14:13.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70072025-02-13T05:14:14.634Z[ recovery-image] Feb 13 05:14:13.072 INFO O| Feb 13 05:14:13.072 INFO STEP 861 (remove_files) COMPLETE
70082025-02-13T05:14:14.634Z[ recovery-image] Feb 13 05:14:13.072 INFO O| Feb 13 05:14:13.072 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-13T05:14:14.658Z[ recovery-image] Feb 13 05:14:13.096 INFO O| Feb 13 05:14:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70102025-02-13T05:14:14.658Z[ recovery-image] Feb 13 05:14:13.097 INFO O| Feb 13 05:14:13.097 INFO STEP 862 (remove_files) COMPLETE
70112025-02-13T05:14:14.658Z[ recovery-image] Feb 13 05:14:13.097 INFO O| Feb 13 05:14:13.097 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-13T05:14:14.692Z[ recovery-image] Feb 13 05:14:13.131 INFO O| Feb 13 05:14:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70132025-02-13T05:14:14.692Z[ recovery-image] Feb 13 05:14:13.131 INFO O| Feb 13 05:14:13.131 INFO STEP 863 (remove_files) COMPLETE
70142025-02-13T05:14:14.695Z[ recovery-image] Feb 13 05:14:13.131 INFO O| Feb 13 05:14:13.131 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-13T05:14:14.728Z[ recovery-image] Feb 13 05:14:13.167 INFO O| Feb 13 05:14:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70162025-02-13T05:14:14.728Z[ recovery-image] Feb 13 05:14:13.167 INFO O| Feb 13 05:14:13.167 INFO STEP 864 (remove_files) COMPLETE
70172025-02-13T05:14:14.728Z[ recovery-image] Feb 13 05:14:13.167 INFO O| Feb 13 05:14:13.167 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-13T05:14:14.749Z[ recovery-image] Feb 13 05:14:13.187 INFO O| Feb 13 05:14:13.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70192025-02-13T05:14:14.752Z[ recovery-image] Feb 13 05:14:13.187 INFO O| Feb 13 05:14:13.187 INFO STEP 865 (remove_files) COMPLETE
70202025-02-13T05:14:14.752Z[ recovery-image] Feb 13 05:14:13.188 INFO O| Feb 13 05:14:13.187 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-13T05:14:14.770Z[ recovery-image] Feb 13 05:14:13.208 INFO O| Feb 13 05:14:13.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70222025-02-13T05:14:14.770Z[ recovery-image] Feb 13 05:14:13.208 INFO O| Feb 13 05:14:13.208 INFO STEP 866 (remove_files) COMPLETE
70232025-02-13T05:14:14.770Z[ recovery-image] Feb 13 05:14:13.208 INFO O| Feb 13 05:14:13.208 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-13T05:14:14.791Z[ recovery-image] Feb 13 05:14:13.229 INFO O| Feb 13 05:14:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70252025-02-13T05:14:14.791Z[ recovery-image] Feb 13 05:14:13.229 INFO O| Feb 13 05:14:13.229 INFO STEP 867 (remove_files) COMPLETE
70262025-02-13T05:14:14.791Z[ recovery-image] Feb 13 05:14:13.229 INFO O| Feb 13 05:14:13.229 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-13T05:14:14.810Z[ recovery-image] Feb 13 05:14:13.248 INFO O| Feb 13 05:14:13.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70282025-02-13T05:14:14.810Z[ recovery-image] Feb 13 05:14:13.248 INFO O| Feb 13 05:14:13.248 INFO STEP 868 (remove_files) COMPLETE
70292025-02-13T05:14:14.810Z[ recovery-image] Feb 13 05:14:13.248 INFO O| Feb 13 05:14:13.248 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-13T05:14:14.846Z[ recovery-image] Feb 13 05:14:13.285 INFO O| Feb 13 05:14:13.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70312025-02-13T05:14:14.846Z[ recovery-image] Feb 13 05:14:13.285 INFO O| Feb 13 05:14:13.285 INFO STEP 869 (remove_files) COMPLETE
70322025-02-13T05:14:14.846Z[ recovery-image] Feb 13 05:14:13.285 INFO O| Feb 13 05:14:13.285 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-13T05:14:14.924Z[ recovery-image] Feb 13 05:14:13.363 INFO O| Feb 13 05:14:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70342025-02-13T05:14:14.924Z[ recovery-image] Feb 13 05:14:13.363 INFO O| Feb 13 05:14:13.363 INFO STEP 870 (remove_files) COMPLETE
70352025-02-13T05:14:14.924Z[ recovery-image] Feb 13 05:14:13.363 INFO O| Feb 13 05:14:13.363 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-13T05:14:14.947Z[ recovery-image] Feb 13 05:14:13.385 INFO O| Feb 13 05:14:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70372025-02-13T05:14:14.947Z[ recovery-image] Feb 13 05:14:13.385 INFO O| Feb 13 05:14:13.385 INFO STEP 871 (remove_files) COMPLETE
70382025-02-13T05:14:14.947Z[ recovery-image] Feb 13 05:14:13.385 INFO O| Feb 13 05:14:13.385 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-13T05:14:14.968Z[ recovery-image] Feb 13 05:14:13.407 INFO O| Feb 13 05:14:13.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70402025-02-13T05:14:14.968Z[ recovery-image] Feb 13 05:14:13.407 INFO O| Feb 13 05:14:13.407 INFO STEP 872 (remove_files) COMPLETE
70412025-02-13T05:14:14.968Z[ recovery-image] Feb 13 05:14:13.407 INFO O| Feb 13 05:14:13.407 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-13T05:14:15.001Z[ recovery-image] Feb 13 05:14:13.438 INFO O| Feb 13 05:14:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70432025-02-13T05:14:15.001Z[ recovery-image] Feb 13 05:14:13.438 INFO O| Feb 13 05:14:13.438 INFO STEP 873 (remove_files) COMPLETE
70442025-02-13T05:14:15.004Z[ recovery-image] Feb 13 05:14:13.438 INFO O| Feb 13 05:14:13.438 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-13T05:14:15.107Z[ recovery-image] Feb 13 05:14:13.546 INFO O| Feb 13 05:14:13.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70462025-02-13T05:14:15.107Z[ recovery-image] Feb 13 05:14:13.546 INFO O| Feb 13 05:14:13.546 INFO STEP 874 (remove_files) COMPLETE
70472025-02-13T05:14:15.110Z[ recovery-image] Feb 13 05:14:13.546 INFO O| Feb 13 05:14:13.546 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-13T05:14:15.163Z[ recovery-image] Feb 13 05:14:13.601 INFO O| Feb 13 05:14:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70492025-02-13T05:14:15.163Z[ recovery-image] Feb 13 05:14:13.601 INFO O| Feb 13 05:14:13.601 INFO STEP 875 (remove_files) COMPLETE
70502025-02-13T05:14:15.163Z[ recovery-image] Feb 13 05:14:13.601 INFO O| Feb 13 05:14:13.601 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-13T05:14:15.198Z[ recovery-image] Feb 13 05:14:13.637 INFO O| Feb 13 05:14:13.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70522025-02-13T05:14:15.198Z[ recovery-image] Feb 13 05:14:13.637 INFO O| Feb 13 05:14:13.637 INFO STEP 876 (remove_files) COMPLETE
70532025-02-13T05:14:15.198Z[ recovery-image] Feb 13 05:14:13.637 INFO O| Feb 13 05:14:13.637 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-13T05:14:15.228Z[ recovery-image] Feb 13 05:14:13.667 INFO O| Feb 13 05:14:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70552025-02-13T05:14:15.228Z[ recovery-image] Feb 13 05:14:13.667 INFO O| Feb 13 05:14:13.667 INFO STEP 877 (remove_files) COMPLETE
70562025-02-13T05:14:15.228Z[ recovery-image] Feb 13 05:14:13.667 INFO O| Feb 13 05:14:13.667 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-13T05:14:15.375Z[ recovery-image] Feb 13 05:14:13.813 INFO O| Feb 13 05:14:13.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70582025-02-13T05:14:15.375Z[ recovery-image] Feb 13 05:14:13.813 INFO O| Feb 13 05:14:13.715 INFO STEP 878 (remove_files) COMPLETE
70592025-02-13T05:14:15.375Z[ recovery-image] Feb 13 05:14:13.813 INFO O| Feb 13 05:14:13.715 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-13T05:14:15.392Z[ recovery-image] Feb 13 05:14:13.829 INFO O| Feb 13 05:14:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70612025-02-13T05:14:15.395Z[ recovery-image] Feb 13 05:14:13.830 INFO O| Feb 13 05:14:13.829 INFO STEP 879 (remove_files) COMPLETE
70622025-02-13T05:14:15.395Z[ recovery-image] Feb 13 05:14:13.830 INFO O| Feb 13 05:14:13.830 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-13T05:14:15.423Z[ recovery-image] Feb 13 05:14:13.860 INFO O| Feb 13 05:14:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70642025-02-13T05:14:15.426Z[ recovery-image] Feb 13 05:14:13.860 INFO O| Feb 13 05:14:13.860 INFO STEP 880 (remove_files) COMPLETE
70652025-02-13T05:14:15.426Z[ recovery-image] Feb 13 05:14:13.860 INFO O| Feb 13 05:14:13.860 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-13T05:14:15.451Z[ recovery-image] Feb 13 05:14:13.890 INFO O| Feb 13 05:14:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70672025-02-13T05:14:15.462Z[ recovery-image] Feb 13 05:14:13.890 INFO O| Feb 13 05:14:13.890 INFO STEP 881 (remove_files) COMPLETE
70682025-02-13T05:14:15.462Z[ recovery-image] Feb 13 05:14:13.890 INFO O| Feb 13 05:14:13.890 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-13T05:14:15.482Z[ recovery-image] Feb 13 05:14:13.919 INFO O| Feb 13 05:14:13.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70702025-02-13T05:14:15.482Z[ recovery-image] Feb 13 05:14:13.920 INFO O| Feb 13 05:14:13.920 INFO STEP 882 (remove_files) COMPLETE
70712025-02-13T05:14:15.485Z[ recovery-image] Feb 13 05:14:13.920 INFO O| Feb 13 05:14:13.920 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-13T05:14:15.520Z[ recovery-image] Feb 13 05:14:13.959 INFO O| Feb 13 05:14:13.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70732025-02-13T05:14:15.520Z[ recovery-image] Feb 13 05:14:13.959 INFO O| Feb 13 05:14:13.959 INFO STEP 883 (remove_files) COMPLETE
70742025-02-13T05:14:15.520Z[ recovery-image] Feb 13 05:14:13.959 INFO O| Feb 13 05:14:13.959 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-13T05:14:15.585Z[ recovery-image] Feb 13 05:14:14.024 INFO O| Feb 13 05:14:14.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70762025-02-13T05:14:15.585Z[ recovery-image] Feb 13 05:14:14.024 INFO O| Feb 13 05:14:14.024 INFO STEP 884 (remove_files) COMPLETE
70772025-02-13T05:14:15.585Z[ recovery-image] Feb 13 05:14:14.024 INFO O| Feb 13 05:14:14.024 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-13T05:14:15.618Z[ recovery-image] Feb 13 05:14:14.046 INFO O| Feb 13 05:14:14.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70792025-02-13T05:14:15.618Z[ recovery-image] Feb 13 05:14:14.046 INFO O| Feb 13 05:14:14.046 INFO STEP 885 (remove_files) COMPLETE
70802025-02-13T05:14:15.618Z[ recovery-image] Feb 13 05:14:14.046 INFO O| Feb 13 05:14:14.046 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-13T05:14:15.629Z[ recovery-image] Feb 13 05:14:14.068 INFO O| Feb 13 05:14:14.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70822025-02-13T05:14:15.629Z[ recovery-image] Feb 13 05:14:14.068 INFO O| Feb 13 05:14:14.068 INFO STEP 886 (remove_files) COMPLETE
70832025-02-13T05:14:15.629Z[ recovery-image] Feb 13 05:14:14.068 INFO O| Feb 13 05:14:14.068 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-13T05:14:15.689Z[ recovery-image] Feb 13 05:14:14.128 INFO O| Feb 13 05:14:14.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70852025-02-13T05:14:15.689Z[ recovery-image] Feb 13 05:14:14.128 INFO O| Feb 13 05:14:14.128 INFO STEP 887 (remove_files) COMPLETE
70862025-02-13T05:14:15.692Z[ recovery-image] Feb 13 05:14:14.128 INFO O| Feb 13 05:14:14.128 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-13T05:14:15.695Z[ host-image] Feb 13 05:14:14.134 INFO O| Feb 13 05:14:14.134 INFO O| Done
70882025-02-13T05:14:15.718Z[ recovery-image] Feb 13 05:14:14.157 INFO O| Feb 13 05:14:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70892025-02-13T05:14:15.722Z[ recovery-image] Feb 13 05:14:14.157 INFO O| Feb 13 05:14:14.157 INFO STEP 888 (remove_files) COMPLETE
70902025-02-13T05:14:15.722Z[ recovery-image] Feb 13 05:14:14.157 INFO O| Feb 13 05:14:14.157 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-02-13T05:14:15.740Z[ recovery-image] Feb 13 05:14:14.179 INFO O| Feb 13 05:14:14.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70922025-02-13T05:14:15.743Z[ recovery-image] Feb 13 05:14:14.179 INFO O| Feb 13 05:14:14.179 INFO STEP 889 (remove_files) COMPLETE
70932025-02-13T05:14:15.743Z[ recovery-image] Feb 13 05:14:14.179 INFO O| Feb 13 05:14:14.179 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-02-13T05:14:15.798Z[ recovery-image] Feb 13 05:14:14.237 INFO O| Feb 13 05:14:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70952025-02-13T05:14:15.799Z[ recovery-image] Feb 13 05:14:14.237 INFO O| Feb 13 05:14:14.237 INFO STEP 890 (remove_files) COMPLETE
70962025-02-13T05:14:15.799Z[ recovery-image] Feb 13 05:14:14.237 INFO O| Feb 13 05:14:14.237 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-02-13T05:14:15.822Z[ recovery-image] Feb 13 05:14:14.258 INFO O| Feb 13 05:14:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70982025-02-13T05:14:15.822Z[ recovery-image] Feb 13 05:14:14.258 INFO O| Feb 13 05:14:14.258 INFO STEP 891 (remove_files) COMPLETE
70992025-02-13T05:14:15.822Z[ recovery-image] Feb 13 05:14:14.258 INFO O| Feb 13 05:14:14.258 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-02-13T05:14:15.858Z[ recovery-image] Feb 13 05:14:14.297 INFO O| Feb 13 05:14:14.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71012025-02-13T05:14:15.858Z[ recovery-image] Feb 13 05:14:14.297 INFO O| Feb 13 05:14:14.297 INFO STEP 892 (remove_files) COMPLETE
71022025-02-13T05:14:15.858Z[ recovery-image] Feb 13 05:14:14.297 INFO O| Feb 13 05:14:14.297 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-02-13T05:14:16.021Z[ recovery-image] Feb 13 05:14:14.459 INFO O| Feb 13 05:14:14.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71042025-02-13T05:14:16.021Z[ recovery-image] Feb 13 05:14:14.459 INFO O| Feb 13 05:14:14.459 INFO STEP 893 (remove_files) COMPLETE
71052025-02-13T05:14:16.021Z[ recovery-image] Feb 13 05:14:14.459 INFO O| Feb 13 05:14:14.459 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-02-13T05:14:16.042Z[ recovery-image] Feb 13 05:14:14.480 INFO O| Feb 13 05:14:14.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71072025-02-13T05:14:16.042Z[ recovery-image] Feb 13 05:14:14.481 INFO O| Feb 13 05:14:14.481 INFO STEP 894 (remove_files) COMPLETE
71082025-02-13T05:14:16.042Z[ recovery-image] Feb 13 05:14:14.481 INFO O| Feb 13 05:14:14.481 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-02-13T05:14:16.064Z[ recovery-image] Feb 13 05:14:14.502 INFO O| Feb 13 05:14:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71102025-02-13T05:14:16.064Z[ recovery-image] Feb 13 05:14:14.503 INFO O| Feb 13 05:14:14.503 INFO STEP 895 (remove_files) COMPLETE
71112025-02-13T05:14:16.067Z[ recovery-image] Feb 13 05:14:14.503 INFO O| Feb 13 05:14:14.503 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-13T05:14:16.092Z[ recovery-image] Feb 13 05:14:14.523 INFO O| Feb 13 05:14:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71132025-02-13T05:14:16.093Z[ recovery-image] Feb 13 05:14:14.523 INFO O| Feb 13 05:14:14.523 INFO STEP 896 (remove_files) COMPLETE
71142025-02-13T05:14:16.096Z[ recovery-image] Feb 13 05:14:14.523 INFO O| Feb 13 05:14:14.523 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-13T05:14:16.104Z[ recovery-image] Feb 13 05:14:14.542 INFO O| Feb 13 05:14:14.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71162025-02-13T05:14:16.104Z[ recovery-image] Feb 13 05:14:14.542 INFO O| Feb 13 05:14:14.542 INFO STEP 897 (remove_files) COMPLETE
71172025-02-13T05:14:16.106Z[ recovery-image] Feb 13 05:14:14.542 INFO O| Feb 13 05:14:14.542 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-13T05:14:16.124Z[ recovery-image] Feb 13 05:14:14.562 INFO O| Feb 13 05:14:14.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71192025-02-13T05:14:16.126Z[ recovery-image] Feb 13 05:14:14.562 INFO O| Feb 13 05:14:14.562 INFO STEP 898 (remove_files) COMPLETE
71202025-02-13T05:14:16.126Z[ recovery-image] Feb 13 05:14:14.562 INFO O| Feb 13 05:14:14.562 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-13T05:14:16.162Z[ recovery-image] Feb 13 05:14:14.600 INFO O| Feb 13 05:14:14.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71222025-02-13T05:14:16.162Z[ recovery-image] Feb 13 05:14:14.600 INFO O| Feb 13 05:14:14.600 INFO STEP 899 (remove_files) COMPLETE
71232025-02-13T05:14:16.162Z[ recovery-image] Feb 13 05:14:14.600 INFO O| Feb 13 05:14:14.600 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-13T05:14:16.219Z[ recovery-image] Feb 13 05:14:14.658 INFO O| Feb 13 05:14:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71252025-02-13T05:14:16.219Z[ recovery-image] Feb 13 05:14:14.658 INFO O| Feb 13 05:14:14.658 INFO STEP 900 (remove_files) COMPLETE
71262025-02-13T05:14:16.222Z[ recovery-image] Feb 13 05:14:14.658 INFO O| Feb 13 05:14:14.658 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-13T05:14:16.240Z[ recovery-image] Feb 13 05:14:14.678 INFO O| Feb 13 05:14:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71282025-02-13T05:14:16.240Z[ recovery-image] Feb 13 05:14:14.678 INFO O| Feb 13 05:14:14.678 INFO STEP 901 (remove_files) COMPLETE
71292025-02-13T05:14:16.240Z[ recovery-image] Feb 13 05:14:14.678 INFO O| Feb 13 05:14:14.678 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-13T05:14:16.267Z[ recovery-image] Feb 13 05:14:14.705 INFO O| Feb 13 05:14:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71312025-02-13T05:14:16.267Z[ recovery-image] Feb 13 05:14:14.705 INFO O| Feb 13 05:14:14.705 INFO STEP 902 (remove_files) COMPLETE
71322025-02-13T05:14:16.267Z[ recovery-image] Feb 13 05:14:14.705 INFO O| Feb 13 05:14:14.705 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-02-13T05:14:16.305Z[ recovery-image] Feb 13 05:14:14.743 INFO O| Feb 13 05:14:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71342025-02-13T05:14:16.305Z[ recovery-image] Feb 13 05:14:14.743 INFO O| Feb 13 05:14:14.743 INFO STEP 903 (remove_files) COMPLETE
71352025-02-13T05:14:16.305Z[ recovery-image] Feb 13 05:14:14.743 INFO O| Feb 13 05:14:14.743 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-02-13T05:14:16.401Z[ recovery-image] Feb 13 05:14:14.838 INFO O| Feb 13 05:14:14.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71372025-02-13T05:14:16.401Z[ recovery-image] Feb 13 05:14:14.838 INFO O| Feb 13 05:14:14.838 INFO STEP 904 (remove_files) COMPLETE
71382025-02-13T05:14:16.401Z[ recovery-image] Feb 13 05:14:14.838 INFO O| Feb 13 05:14:14.838 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-02-13T05:14:16.492Z[ recovery-image] Feb 13 05:14:14.930 INFO O| Feb 13 05:14:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71402025-02-13T05:14:16.492Z[ recovery-image] Feb 13 05:14:14.930 INFO O| Feb 13 05:14:14.930 INFO STEP 905 (remove_files) COMPLETE
71412025-02-13T05:14:16.492Z[ recovery-image] Feb 13 05:14:14.930 INFO O| Feb 13 05:14:14.930 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-02-13T05:14:16.573Z[ recovery-image] Feb 13 05:14:15.010 INFO O| Feb 13 05:14:15.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71432025-02-13T05:14:16.573Z[ recovery-image] Feb 13 05:14:15.010 INFO O| Feb 13 05:14:15.010 INFO STEP 906 (remove_files) COMPLETE
71442025-02-13T05:14:16.573Z[ recovery-image] Feb 13 05:14:15.010 INFO O| Feb 13 05:14:15.010 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-13T05:14:16.651Z[ recovery-image] Feb 13 05:14:15.089 INFO O| Feb 13 05:14:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71462025-02-13T05:14:16.651Z[ recovery-image] Feb 13 05:14:15.089 INFO O| Feb 13 05:14:15.089 INFO STEP 907 (remove_files) COMPLETE
71472025-02-13T05:14:16.651Z[ recovery-image] Feb 13 05:14:15.089 INFO O| Feb 13 05:14:15.089 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-02-13T05:14:16.714Z[ recovery-image] Feb 13 05:14:15.152 INFO O| Feb 13 05:14:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71492025-02-13T05:14:16.714Z[ recovery-image] Feb 13 05:14:15.153 INFO O| Feb 13 05:14:15.152 INFO STEP 908 (remove_files) COMPLETE
71502025-02-13T05:14:16.717Z[ recovery-image] Feb 13 05:14:15.153 INFO O| Feb 13 05:14:15.153 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-02-13T05:14:16.756Z[ recovery-image] Feb 13 05:14:15.194 INFO O| Feb 13 05:14:15.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71522025-02-13T05:14:16.756Z[ recovery-image] Feb 13 05:14:15.194 INFO O| Feb 13 05:14:15.194 INFO STEP 909 (remove_files) COMPLETE
71532025-02-13T05:14:16.759Z[ recovery-image] Feb 13 05:14:15.194 INFO O| Feb 13 05:14:15.194 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-02-13T05:14:16.833Z[ recovery-image] Feb 13 05:14:15.271 INFO O| Feb 13 05:14:15.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71552025-02-13T05:14:16.833Z[ recovery-image] Feb 13 05:14:15.272 INFO O| Feb 13 05:14:15.271 INFO STEP 910 (remove_files) COMPLETE
71562025-02-13T05:14:16.838Z[ recovery-image] Feb 13 05:14:15.272 INFO O| Feb 13 05:14:15.271 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-02-13T05:14:16.853Z[ recovery-image] Feb 13 05:14:15.291 INFO O| Feb 13 05:14:15.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71582025-02-13T05:14:16.853Z[ recovery-image] Feb 13 05:14:15.291 INFO O| Feb 13 05:14:15.291 INFO STEP 911 (remove_files) COMPLETE
71592025-02-13T05:14:16.853Z[ recovery-image] Feb 13 05:14:15.291 INFO O| Feb 13 05:14:15.291 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-02-13T05:14:16.906Z[ recovery-image] Feb 13 05:14:15.344 INFO O| Feb 13 05:14:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71612025-02-13T05:14:16.906Z[ recovery-image] Feb 13 05:14:15.344 INFO O| Feb 13 05:14:15.344 INFO STEP 912 (remove_files) COMPLETE
71622025-02-13T05:14:16.906Z[ recovery-image] Feb 13 05:14:15.344 INFO O| Feb 13 05:14:15.344 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-13T05:14:16.924Z[ recovery-image] Feb 13 05:14:15.362 INFO O| Feb 13 05:14:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71642025-02-13T05:14:16.924Z[ recovery-image] Feb 13 05:14:15.362 INFO O| Feb 13 05:14:15.362 INFO STEP 913 (remove_files) COMPLETE
71652025-02-13T05:14:16.927Z[ recovery-image] Feb 13 05:14:15.362 INFO O| Feb 13 05:14:15.362 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-13T05:14:16.944Z[ host-image] Feb 13 05:14:15.383 INFO O| Feb 13 05:14:15.383 INFO O| Done
71672025-02-13T05:14:16.993Z[ recovery-image] Feb 13 05:14:15.431 INFO O| Feb 13 05:14:15.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71682025-02-13T05:14:16.993Z[ recovery-image] Feb 13 05:14:15.431 INFO O| Feb 13 05:14:15.431 INFO STEP 914 (remove_files) COMPLETE
71692025-02-13T05:14:16.993Z[ recovery-image] Feb 13 05:14:15.431 INFO O| Feb 13 05:14:15.431 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-13T05:14:17.014Z[ recovery-image] Feb 13 05:14:15.451 INFO O| Feb 13 05:14:15.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71712025-02-13T05:14:17.014Z[ recovery-image] Feb 13 05:14:15.451 INFO O| Feb 13 05:14:15.451 INFO STEP 915 (remove_files) COMPLETE
71722025-02-13T05:14:17.014Z[ recovery-image] Feb 13 05:14:15.451 INFO O| Feb 13 05:14:15.451 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-13T05:14:17.041Z[ recovery-image] Feb 13 05:14:15.479 INFO O| Feb 13 05:14:15.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71742025-02-13T05:14:17.043Z[ recovery-image] Feb 13 05:14:15.480 INFO O| Feb 13 05:14:15.479 INFO STEP 916 (remove_files) COMPLETE
71752025-02-13T05:14:17.043Z[ recovery-image] Feb 13 05:14:15.480 INFO O| Feb 13 05:14:15.480 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-13T05:14:17.063Z[ recovery-image] Feb 13 05:14:15.502 INFO O| Feb 13 05:14:15.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71772025-02-13T05:14:17.066Z[ recovery-image] Feb 13 05:14:15.502 INFO O| Feb 13 05:14:15.502 INFO STEP 917 (remove_files) COMPLETE
71782025-02-13T05:14:17.066Z[ recovery-image] Feb 13 05:14:15.502 INFO O| Feb 13 05:14:15.502 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-13T05:14:17.084Z[ recovery-image] Feb 13 05:14:15.522 INFO O| Feb 13 05:14:15.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71802025-02-13T05:14:17.086Z[ recovery-image] Feb 13 05:14:15.522 INFO O| Feb 13 05:14:15.522 INFO STEP 918 (remove_files) COMPLETE
71812025-02-13T05:14:17.086Z[ recovery-image] Feb 13 05:14:15.523 INFO O| Feb 13 05:14:15.522 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-13T05:14:17.169Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71832025-02-13T05:14:17.170Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.570 INFO STEP 919 (remove_files) COMPLETE
71842025-02-13T05:14:17.170Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.570 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-13T05:14:17.170Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71862025-02-13T05:14:17.170Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.589 INFO STEP 920 (remove_files) COMPLETE
71872025-02-13T05:14:17.170Z[ recovery-image] Feb 13 05:14:15.598 INFO O| Feb 13 05:14:15.589 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-13T05:14:17.173Z[ recovery-image] Feb 13 05:14:15.609 INFO O| Feb 13 05:14:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71892025-02-13T05:14:17.173Z[ recovery-image] Feb 13 05:14:15.609 INFO O| Feb 13 05:14:15.609 INFO STEP 921 (remove_files) COMPLETE
71902025-02-13T05:14:17.173Z[ recovery-image] Feb 13 05:14:15.609 INFO O| Feb 13 05:14:15.609 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-13T05:14:17.190Z[ recovery-image] Feb 13 05:14:15.626 INFO O| Feb 13 05:14:15.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71922025-02-13T05:14:17.190Z[ recovery-image] Feb 13 05:14:15.627 INFO O| Feb 13 05:14:15.627 INFO STEP 922 (remove_files) COMPLETE
71932025-02-13T05:14:17.190Z[ recovery-image] Feb 13 05:14:15.627 INFO O| Feb 13 05:14:15.627 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-13T05:14:17.206Z[ recovery-image] Feb 13 05:14:15.644 INFO O| Feb 13 05:14:15.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71952025-02-13T05:14:17.206Z[ recovery-image] Feb 13 05:14:15.644 INFO O| Feb 13 05:14:15.643 INFO STEP 923 (remove_files) COMPLETE
71962025-02-13T05:14:17.208Z[ recovery-image] Feb 13 05:14:15.644 INFO O| Feb 13 05:14:15.643 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-13T05:14:17.229Z[ recovery-image] Feb 13 05:14:15.667 INFO O| Feb 13 05:14:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71982025-02-13T05:14:17.229Z[ recovery-image] Feb 13 05:14:15.667 INFO O| Feb 13 05:14:15.667 INFO STEP 924 (remove_files) COMPLETE
71992025-02-13T05:14:17.232Z[ recovery-image] Feb 13 05:14:15.667 INFO O| Feb 13 05:14:15.667 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-13T05:14:17.270Z[ recovery-image] Feb 13 05:14:15.708 INFO O| Feb 13 05:14:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72012025-02-13T05:14:17.270Z[ recovery-image] Feb 13 05:14:15.708 INFO O| Feb 13 05:14:15.708 INFO STEP 925 (remove_files) COMPLETE
72022025-02-13T05:14:17.270Z[ recovery-image] Feb 13 05:14:15.708 INFO O| Feb 13 05:14:15.708 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-13T05:14:17.305Z[ recovery-image] Feb 13 05:14:15.743 INFO O| Feb 13 05:14:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72042025-02-13T05:14:17.308Z[ recovery-image] Feb 13 05:14:15.743 INFO O| Feb 13 05:14:15.743 INFO STEP 926 (remove_files) COMPLETE
72052025-02-13T05:14:17.308Z[ recovery-image] Feb 13 05:14:15.743 INFO O| Feb 13 05:14:15.743 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-13T05:14:17.386Z[ recovery-image] Feb 13 05:14:15.808 INFO O| Feb 13 05:14:15.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72072025-02-13T05:14:17.387Z[ recovery-image] Feb 13 05:14:15.809 INFO O| Feb 13 05:14:15.808 INFO STEP 927 (remove_files) COMPLETE
72082025-02-13T05:14:17.387Z[ recovery-image] Feb 13 05:14:15.809 INFO O| Feb 13 05:14:15.808 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-13T05:14:17.448Z[ recovery-image] Feb 13 05:14:15.886 INFO O| Feb 13 05:14:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72102025-02-13T05:14:17.451Z[ recovery-image] Feb 13 05:14:15.886 INFO O| Feb 13 05:14:15.886 INFO STEP 928 (remove_files) COMPLETE
72112025-02-13T05:14:17.451Z[ recovery-image] Feb 13 05:14:15.886 INFO O| Feb 13 05:14:15.886 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-13T05:14:17.517Z[ recovery-image] Feb 13 05:14:15.955 INFO O| Feb 13 05:14:15.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72132025-02-13T05:14:17.519Z[ recovery-image] Feb 13 05:14:15.955 INFO O| Feb 13 05:14:15.955 INFO STEP 929 (remove_files) COMPLETE
72142025-02-13T05:14:17.519Z[ recovery-image] Feb 13 05:14:15.955 INFO O| Feb 13 05:14:15.955 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-13T05:14:17.587Z[ recovery-image] Feb 13 05:14:16.025 INFO O| Feb 13 05:14:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72162025-02-13T05:14:17.589Z[ recovery-image] Feb 13 05:14:16.025 INFO O| Feb 13 05:14:16.025 INFO STEP 930 (remove_files) COMPLETE
72172025-02-13T05:14:17.589Z[ recovery-image] Feb 13 05:14:16.026 INFO O| Feb 13 05:14:16.025 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-13T05:14:17.645Z[ host-image] Feb 13 05:14:16.083 INFO O| Feb 13 05:14:16.083 INFO STEP 11 (pkg_install) COMPLETE
72192025-02-13T05:14:17.645Z[ host-image] Feb 13 05:14:16.083 INFO O| Feb 13 05:14:16.083 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72202025-02-13T05:14:17.647Z[ recovery-image] Feb 13 05:14:16.083 INFO O| Feb 13 05:14:16.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72212025-02-13T05:14:17.647Z[ recovery-image] Feb 13 05:14:16.084 INFO O| Feb 13 05:14:16.084 INFO STEP 931 (remove_files) COMPLETE
72222025-02-13T05:14:17.647Z[ recovery-image] Feb 13 05:14:16.084 INFO O| Feb 13 05:14:16.084 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-02-13T05:14:17.664Z[ host-image] Feb 13 05:14:16.102 INFO O| Feb 13 05:14:16.102 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"]
72242025-02-13T05:14:17.667Z[ recovery-image] Feb 13 05:14:16.103 INFO O| Feb 13 05:14:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72252025-02-13T05:14:17.667Z[ recovery-image] Feb 13 05:14:16.103 INFO O| Feb 13 05:14:16.103 INFO STEP 932 (remove_files) COMPLETE
72262025-02-13T05:14:17.667Z[ recovery-image] Feb 13 05:14:16.104 INFO O| Feb 13 05:14:16.103 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-13T05:14:17.686Z[ recovery-image] Feb 13 05:14:16.124 INFO O| Feb 13 05:14:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72282025-02-13T05:14:17.686Z[ recovery-image] Feb 13 05:14:16.124 INFO O| Feb 13 05:14:16.124 INFO STEP 933 (remove_files) COMPLETE
72292025-02-13T05:14:17.686Z[ recovery-image] Feb 13 05:14:16.124 INFO O| Feb 13 05:14:16.124 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-13T05:14:17.708Z[ recovery-image] Feb 13 05:14:16.144 INFO O| Feb 13 05:14:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72312025-02-13T05:14:17.708Z[ recovery-image] Feb 13 05:14:16.144 INFO O| Feb 13 05:14:16.144 INFO STEP 934 (remove_files) COMPLETE
72322025-02-13T05:14:17.710Z[ recovery-image] Feb 13 05:14:16.144 INFO O| Feb 13 05:14:16.144 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-13T05:14:17.765Z[ recovery-image] Feb 13 05:14:16.204 INFO O| Feb 13 05:14:16.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72342025-02-13T05:14:17.765Z[ recovery-image] Feb 13 05:14:16.204 INFO O| Feb 13 05:14:16.204 INFO STEP 935 (remove_files) COMPLETE
72352025-02-13T05:14:17.768Z[ recovery-image] Feb 13 05:14:16.204 INFO O| Feb 13 05:14:16.204 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-13T05:14:17.812Z[ recovery-image] Feb 13 05:14:16.250 INFO O| Feb 13 05:14:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72372025-02-13T05:14:17.812Z[ recovery-image] Feb 13 05:14:16.250 INFO O| Feb 13 05:14:16.250 INFO STEP 936 (remove_files) COMPLETE
72382025-02-13T05:14:17.812Z[ recovery-image] Feb 13 05:14:16.250 INFO O| Feb 13 05:14:16.250 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-13T05:14:17.833Z[ recovery-image] Feb 13 05:14:16.271 INFO O| Feb 13 05:14:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72402025-02-13T05:14:17.833Z[ recovery-image] Feb 13 05:14:16.272 INFO O| Feb 13 05:14:16.271 INFO STEP 937 (remove_files) COMPLETE
72412025-02-13T05:14:17.836Z[ recovery-image] Feb 13 05:14:16.272 INFO O| Feb 13 05:14:16.272 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-13T05:14:17.869Z[ recovery-image] Feb 13 05:14:16.307 INFO O| Feb 13 05:14:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72432025-02-13T05:14:17.869Z[ recovery-image] Feb 13 05:14:16.307 INFO O| Feb 13 05:14:16.307 INFO STEP 938 (remove_files) COMPLETE
72442025-02-13T05:14:17.869Z[ recovery-image] Feb 13 05:14:16.307 INFO O| Feb 13 05:14:16.307 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-13T05:14:17.890Z[ recovery-image] Feb 13 05:14:16.328 INFO O| Feb 13 05:14:16.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72462025-02-13T05:14:17.893Z[ recovery-image] Feb 13 05:14:16.328 INFO O| Feb 13 05:14:16.328 INFO STEP 939 (remove_files) COMPLETE
72472025-02-13T05:14:17.893Z[ recovery-image] Feb 13 05:14:16.328 INFO O| Feb 13 05:14:16.328 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-13T05:14:17.910Z[ recovery-image] Feb 13 05:14:16.348 INFO O| Feb 13 05:14:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72492025-02-13T05:14:17.910Z[ recovery-image] Feb 13 05:14:16.348 INFO O| Feb 13 05:14:16.348 INFO STEP 940 (remove_files) COMPLETE
72502025-02-13T05:14:17.910Z[ recovery-image] Feb 13 05:14:16.348 INFO O| Feb 13 05:14:16.348 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-13T05:14:17.946Z[ recovery-image] Feb 13 05:14:16.384 INFO O| Feb 13 05:14:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72522025-02-13T05:14:17.949Z[ recovery-image] Feb 13 05:14:16.384 INFO O| Feb 13 05:14:16.384 INFO STEP 941 (remove_files) COMPLETE
72532025-02-13T05:14:17.949Z[ recovery-image] Feb 13 05:14:16.384 INFO O| Feb 13 05:14:16.384 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-13T05:14:17.965Z[ recovery-image] Feb 13 05:14:16.403 INFO O| Feb 13 05:14:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72552025-02-13T05:14:17.968Z[ recovery-image] Feb 13 05:14:16.403 INFO O| Feb 13 05:14:16.403 INFO STEP 942 (remove_files) COMPLETE
72562025-02-13T05:14:17.968Z[ recovery-image] Feb 13 05:14:16.404 INFO O| Feb 13 05:14:16.403 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-13T05:14:17.984Z[ recovery-image] Feb 13 05:14:16.422 INFO O| Feb 13 05:14:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72582025-02-13T05:14:17.987Z[ recovery-image] Feb 13 05:14:16.423 INFO O| Feb 13 05:14:16.423 INFO STEP 943 (remove_files) COMPLETE
72592025-02-13T05:14:17.987Z[ recovery-image] Feb 13 05:14:16.423 INFO O| Feb 13 05:14:16.423 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-13T05:14:18.004Z[ recovery-image] Feb 13 05:14:16.442 INFO O| Feb 13 05:14:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72612025-02-13T05:14:18.007Z[ recovery-image] Feb 13 05:14:16.442 INFO O| Feb 13 05:14:16.442 INFO STEP 944 (remove_files) COMPLETE
72622025-02-13T05:14:18.007Z[ recovery-image] Feb 13 05:14:16.442 INFO O| Feb 13 05:14:16.442 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-13T05:14:18.024Z[ recovery-image] Feb 13 05:14:16.462 INFO O| Feb 13 05:14:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72642025-02-13T05:14:18.026Z[ recovery-image] Feb 13 05:14:16.462 INFO O| Feb 13 05:14:16.462 INFO STEP 945 (remove_files) COMPLETE
72652025-02-13T05:14:18.026Z[ recovery-image] Feb 13 05:14:16.462 INFO O| Feb 13 05:14:16.462 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-13T05:14:18.044Z[ recovery-image] Feb 13 05:14:16.482 INFO O| Feb 13 05:14:16.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72672025-02-13T05:14:18.044Z[ recovery-image] Feb 13 05:14:16.482 INFO O| Feb 13 05:14:16.482 INFO STEP 946 (remove_files) COMPLETE
72682025-02-13T05:14:18.046Z[ recovery-image] Feb 13 05:14:16.482 INFO O| Feb 13 05:14:16.482 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-13T05:14:18.065Z[ recovery-image] Feb 13 05:14:16.503 INFO O| Feb 13 05:14:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72702025-02-13T05:14:18.069Z[ recovery-image] Feb 13 05:14:16.503 INFO O| Feb 13 05:14:16.503 INFO STEP 947 (remove_files) COMPLETE
72712025-02-13T05:14:18.069Z[ recovery-image] Feb 13 05:14:16.503 INFO O| Feb 13 05:14:16.503 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-13T05:14:18.097Z[ recovery-image] Feb 13 05:14:16.534 INFO O| Feb 13 05:14:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72732025-02-13T05:14:18.097Z[ recovery-image] Feb 13 05:14:16.535 INFO O| Feb 13 05:14:16.535 INFO STEP 948 (remove_files) COMPLETE
72742025-02-13T05:14:18.100Z[ recovery-image] Feb 13 05:14:16.535 INFO O| Feb 13 05:14:16.535 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-13T05:14:18.117Z[ recovery-image] Feb 13 05:14:16.555 INFO O| Feb 13 05:14:16.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72762025-02-13T05:14:18.119Z[ recovery-image] Feb 13 05:14:16.555 INFO O| Feb 13 05:14:16.555 INFO STEP 949 (remove_files) COMPLETE
72772025-02-13T05:14:18.119Z[ recovery-image] Feb 13 05:14:16.555 INFO O| Feb 13 05:14:16.555 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-13T05:14:18.137Z[ recovery-image] Feb 13 05:14:16.575 INFO O| Feb 13 05:14:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72792025-02-13T05:14:18.139Z[ recovery-image] Feb 13 05:14:16.575 INFO O| Feb 13 05:14:16.575 INFO STEP 950 (remove_files) COMPLETE
72802025-02-13T05:14:18.139Z[ recovery-image] Feb 13 05:14:16.575 INFO O| Feb 13 05:14:16.575 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-02-13T05:14:18.157Z[ recovery-image] Feb 13 05:14:16.595 INFO O| Feb 13 05:14:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72822025-02-13T05:14:18.159Z[ recovery-image] Feb 13 05:14:16.595 INFO O| Feb 13 05:14:16.595 INFO STEP 951 (remove_files) COMPLETE
72832025-02-13T05:14:18.159Z[ recovery-image] Feb 13 05:14:16.595 INFO O| Feb 13 05:14:16.595 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-02-13T05:14:18.178Z[ recovery-image] Feb 13 05:14:16.615 INFO O| Feb 13 05:14:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72852025-02-13T05:14:18.178Z[ recovery-image] Feb 13 05:14:16.615 INFO O| Feb 13 05:14:16.615 INFO STEP 952 (remove_files) COMPLETE
72862025-02-13T05:14:18.178Z[ recovery-image] Feb 13 05:14:16.615 INFO O| Feb 13 05:14:16.615 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-02-13T05:14:18.233Z[ recovery-image] Feb 13 05:14:16.671 INFO O| Feb 13 05:14:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72882025-02-13T05:14:18.233Z[ recovery-image] Feb 13 05:14:16.671 INFO O| Feb 13 05:14:16.671 INFO STEP 953 (remove_files) COMPLETE
72892025-02-13T05:14:18.233Z[ recovery-image] Feb 13 05:14:16.671 INFO O| Feb 13 05:14:16.671 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-02-13T05:14:18.252Z[ recovery-image] Feb 13 05:14:16.690 INFO O| Feb 13 05:14:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72912025-02-13T05:14:18.252Z[ recovery-image] Feb 13 05:14:16.691 INFO O| Feb 13 05:14:16.690 INFO STEP 954 (remove_files) COMPLETE
72922025-02-13T05:14:18.252Z[ recovery-image] Feb 13 05:14:16.691 INFO O| Feb 13 05:14:16.691 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-02-13T05:14:18.281Z[ recovery-image] Feb 13 05:14:16.719 INFO O| Feb 13 05:14:16.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72942025-02-13T05:14:18.281Z[ recovery-image] Feb 13 05:14:16.719 INFO O| Feb 13 05:14:16.719 INFO STEP 955 (remove_files) COMPLETE
72952025-02-13T05:14:18.281Z[ recovery-image] Feb 13 05:14:16.719 INFO O| Feb 13 05:14:16.719 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-13T05:14:18.339Z[ recovery-image] Feb 13 05:14:16.776 INFO O| Feb 13 05:14:16.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72972025-02-13T05:14:18.339Z[ recovery-image] Feb 13 05:14:16.776 INFO O| Feb 13 05:14:16.776 INFO STEP 956 (remove_files) COMPLETE
72982025-02-13T05:14:18.339Z[ recovery-image] Feb 13 05:14:16.776 INFO O| Feb 13 05:14:16.776 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-13T05:14:18.361Z[ recovery-image] Feb 13 05:14:16.797 INFO O| Feb 13 05:14:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73002025-02-13T05:14:18.361Z[ recovery-image] Feb 13 05:14:16.797 INFO O| Feb 13 05:14:16.797 INFO STEP 957 (remove_files) COMPLETE
73012025-02-13T05:14:18.361Z[ recovery-image] Feb 13 05:14:16.797 INFO O| Feb 13 05:14:16.797 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-13T05:14:18.387Z[ recovery-image] Feb 13 05:14:16.825 INFO O| Feb 13 05:14:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73032025-02-13T05:14:18.387Z[ recovery-image] Feb 13 05:14:16.825 INFO O| Feb 13 05:14:16.825 INFO STEP 958 (remove_files) COMPLETE
73042025-02-13T05:14:18.390Z[ recovery-image] Feb 13 05:14:16.825 INFO O| Feb 13 05:14:16.825 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-13T05:14:18.409Z[ recovery-image] Feb 13 05:14:16.846 INFO O| Feb 13 05:14:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73062025-02-13T05:14:18.409Z[ recovery-image] Feb 13 05:14:16.846 INFO O| Feb 13 05:14:16.846 INFO STEP 959 (remove_files) COMPLETE
73072025-02-13T05:14:18.411Z[ recovery-image] Feb 13 05:14:16.846 INFO O| Feb 13 05:14:16.846 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-13T05:14:18.439Z[ recovery-image] Feb 13 05:14:16.877 INFO O| Feb 13 05:14:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73092025-02-13T05:14:18.439Z[ recovery-image] Feb 13 05:14:16.877 INFO O| Feb 13 05:14:16.877 INFO STEP 960 (remove_files) COMPLETE
73102025-02-13T05:14:18.442Z[ recovery-image] Feb 13 05:14:16.877 INFO O| Feb 13 05:14:16.877 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-13T05:14:18.545Z[ recovery-image] Feb 13 05:14:16.983 INFO O| Feb 13 05:14:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73122025-02-13T05:14:18.545Z[ recovery-image] Feb 13 05:14:16.983 INFO O| Feb 13 05:14:16.983 INFO STEP 961 (remove_files) COMPLETE
73132025-02-13T05:14:18.545Z[ recovery-image] Feb 13 05:14:16.983 INFO O| Feb 13 05:14:16.983 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-13T05:14:18.596Z[ recovery-image] Feb 13 05:14:17.034 INFO O| Feb 13 05:14:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73152025-02-13T05:14:18.596Z[ recovery-image] Feb 13 05:14:17.034 INFO O| Feb 13 05:14:17.034 INFO STEP 962 (remove_files) COMPLETE
73162025-02-13T05:14:18.596Z[ recovery-image] Feb 13 05:14:17.034 INFO O| Feb 13 05:14:17.034 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-13T05:14:18.625Z[ recovery-image] Feb 13 05:14:17.062 INFO O| Feb 13 05:14:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73182025-02-13T05:14:18.625Z[ recovery-image] Feb 13 05:14:17.062 INFO O| Feb 13 05:14:17.062 INFO STEP 963 (remove_files) COMPLETE
73192025-02-13T05:14:18.628Z[ recovery-image] Feb 13 05:14:17.062 INFO O| Feb 13 05:14:17.062 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-13T05:14:18.712Z[ recovery-image] Feb 13 05:14:17.150 INFO O| Feb 13 05:14:17.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73212025-02-13T05:14:18.712Z[ recovery-image] Feb 13 05:14:17.150 INFO O| Feb 13 05:14:17.150 INFO STEP 964 (remove_files) COMPLETE
73222025-02-13T05:14:18.712Z[ recovery-image] Feb 13 05:14:17.150 INFO O| Feb 13 05:14:17.150 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-13T05:14:18.751Z[ recovery-image] Feb 13 05:14:17.189 INFO O| Feb 13 05:14:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73242025-02-13T05:14:18.754Z[ recovery-image] Feb 13 05:14:17.189 INFO O| Feb 13 05:14:17.189 INFO STEP 965 (remove_files) COMPLETE
73252025-02-13T05:14:18.754Z[ recovery-image] Feb 13 05:14:17.190 INFO O| Feb 13 05:14:17.190 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-13T05:14:18.782Z[ recovery-image] Feb 13 05:14:17.220 INFO O| Feb 13 05:14:17.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73272025-02-13T05:14:18.784Z[ recovery-image] Feb 13 05:14:17.220 INFO O| Feb 13 05:14:17.220 INFO STEP 966 (remove_files) COMPLETE
73282025-02-13T05:14:18.784Z[ recovery-image] Feb 13 05:14:17.220 INFO O| Feb 13 05:14:17.220 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-13T05:14:18.820Z[ recovery-image] Feb 13 05:14:17.258 INFO O| Feb 13 05:14:17.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73302025-02-13T05:14:18.820Z[ recovery-image] Feb 13 05:14:17.258 INFO O| Feb 13 05:14:17.258 INFO STEP 967 (remove_files) COMPLETE
73312025-02-13T05:14:18.820Z[ recovery-image] Feb 13 05:14:17.258 INFO O| Feb 13 05:14:17.258 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-13T05:14:18.878Z[ recovery-image] Feb 13 05:14:17.315 INFO O| Feb 13 05:14:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73332025-02-13T05:14:18.880Z[ recovery-image] Feb 13 05:14:17.315 INFO O| Feb 13 05:14:17.315 INFO STEP 968 (remove_files) COMPLETE
73342025-02-13T05:14:18.880Z[ recovery-image] Feb 13 05:14:17.315 INFO O| Feb 13 05:14:17.315 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-13T05:14:18.920Z[ recovery-image] Feb 13 05:14:17.358 INFO O| Feb 13 05:14:17.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73362025-02-13T05:14:18.920Z[ recovery-image] Feb 13 05:14:17.358 INFO O| Feb 13 05:14:17.358 INFO STEP 969 (remove_files) COMPLETE
73372025-02-13T05:14:18.920Z[ recovery-image] Feb 13 05:14:17.358 INFO O| Feb 13 05:14:17.358 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-13T05:14:18.945Z[ recovery-image] Feb 13 05:14:17.383 INFO O| Feb 13 05:14:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73392025-02-13T05:14:18.949Z[ recovery-image] Feb 13 05:14:17.384 INFO O| Feb 13 05:14:17.384 INFO STEP 970 (remove_files) COMPLETE
73402025-02-13T05:14:18.949Z[ recovery-image] Feb 13 05:14:17.384 INFO O| Feb 13 05:14:17.384 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-13T05:14:18.991Z[ recovery-image] Feb 13 05:14:17.428 INFO O| Feb 13 05:14:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73422025-02-13T05:14:18.996Z[ recovery-image] Feb 13 05:14:17.428 INFO O| Feb 13 05:14:17.428 INFO STEP 971 (remove_files) COMPLETE
73432025-02-13T05:14:18.996Z[ recovery-image] Feb 13 05:14:17.428 INFO O| Feb 13 05:14:17.428 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-13T05:14:19.075Z[ host-image] Feb 13 05:14:17.513 INFO O| Feb 13 05:14:17.513 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
73452025-02-13T05:14:19.136Z[ recovery-image] Feb 13 05:14:17.574 INFO O| Feb 13 05:14:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73462025-02-13T05:14:19.136Z[ recovery-image] Feb 13 05:14:17.574 INFO O| Feb 13 05:14:17.574 INFO STEP 972 (remove_files) COMPLETE
73472025-02-13T05:14:19.136Z[ recovery-image] Feb 13 05:14:17.574 INFO O| Feb 13 05:14:17.574 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-13T05:14:19.160Z[ recovery-image] Feb 13 05:14:17.598 INFO O| Feb 13 05:14:17.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73492025-02-13T05:14:19.160Z[ recovery-image] Feb 13 05:14:17.598 INFO O| Feb 13 05:14:17.598 INFO STEP 973 (remove_files) COMPLETE
73502025-02-13T05:14:19.160Z[ recovery-image] Feb 13 05:14:17.598 INFO O| Feb 13 05:14:17.598 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-13T05:14:19.197Z[ recovery-image] Feb 13 05:14:17.635 INFO O| Feb 13 05:14:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73522025-02-13T05:14:19.197Z[ recovery-image] Feb 13 05:14:17.635 INFO O| Feb 13 05:14:17.635 INFO STEP 974 (remove_files) COMPLETE
73532025-02-13T05:14:19.200Z[ recovery-image] Feb 13 05:14:17.636 INFO O| Feb 13 05:14:17.635 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-13T05:14:19.233Z[ recovery-image] Feb 13 05:14:17.671 INFO O| Feb 13 05:14:17.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73552025-02-13T05:14:19.233Z[ recovery-image] Feb 13 05:14:17.671 INFO O| Feb 13 05:14:17.671 INFO STEP 975 (remove_files) COMPLETE
73562025-02-13T05:14:19.236Z[ recovery-image] Feb 13 05:14:17.671 INFO O| Feb 13 05:14:17.671 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-13T05:14:19.271Z[ recovery-image] Feb 13 05:14:17.709 INFO O| Feb 13 05:14:17.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73582025-02-13T05:14:19.274Z[ recovery-image] Feb 13 05:14:17.710 INFO O| Feb 13 05:14:17.709 INFO STEP 976 (remove_files) COMPLETE
73592025-02-13T05:14:19.274Z[ recovery-image] Feb 13 05:14:17.710 INFO O| Feb 13 05:14:17.710 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-13T05:14:19.331Z[ recovery-image] Feb 13 05:14:17.769 INFO O| Feb 13 05:14:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73612025-02-13T05:14:19.333Z[ recovery-image] Feb 13 05:14:17.769 INFO O| Feb 13 05:14:17.769 INFO STEP 977 (remove_files) COMPLETE
73622025-02-13T05:14:19.333Z[ recovery-image] Feb 13 05:14:17.769 INFO O| Feb 13 05:14:17.769 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-13T05:14:19.358Z[ recovery-image] Feb 13 05:14:17.796 INFO O| Feb 13 05:14:17.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73642025-02-13T05:14:19.358Z[ recovery-image] Feb 13 05:14:17.796 INFO O| Feb 13 05:14:17.796 INFO STEP 978 (remove_files) COMPLETE
73652025-02-13T05:14:19.361Z[ recovery-image] Feb 13 05:14:17.796 INFO O| Feb 13 05:14:17.796 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-13T05:14:19.383Z[ recovery-image] Feb 13 05:14:17.821 INFO O| Feb 13 05:14:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73672025-02-13T05:14:19.385Z[ recovery-image] Feb 13 05:14:17.821 INFO O| Feb 13 05:14:17.821 INFO STEP 979 (remove_files) COMPLETE
73682025-02-13T05:14:19.385Z[ recovery-image] Feb 13 05:14:17.821 INFO O| Feb 13 05:14:17.821 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-13T05:14:19.412Z[ recovery-image] Feb 13 05:14:17.850 INFO O| Feb 13 05:14:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73702025-02-13T05:14:19.415Z[ recovery-image] Feb 13 05:14:17.851 INFO O| Feb 13 05:14:17.850 INFO STEP 980 (remove_files) COMPLETE
73712025-02-13T05:14:19.415Z[ recovery-image] Feb 13 05:14:17.851 INFO O| Feb 13 05:14:17.851 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-13T05:14:19.437Z[ recovery-image] Feb 13 05:14:17.875 INFO O| Feb 13 05:14:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73732025-02-13T05:14:19.440Z[ recovery-image] Feb 13 05:14:17.876 INFO O| Feb 13 05:14:17.876 INFO STEP 981 (remove_files) COMPLETE
73742025-02-13T05:14:19.440Z[ recovery-image] Feb 13 05:14:17.876 INFO O| Feb 13 05:14:17.876 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-13T05:14:19.469Z[ recovery-image] Feb 13 05:14:17.905 INFO O| Feb 13 05:14:17.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73762025-02-13T05:14:19.473Z[ recovery-image] Feb 13 05:14:17.906 INFO O| Feb 13 05:14:17.905 INFO STEP 982 (remove_files) COMPLETE
73772025-02-13T05:14:19.473Z[ recovery-image] Feb 13 05:14:17.906 INFO O| Feb 13 05:14:17.905 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-13T05:14:19.514Z[ recovery-image] Feb 13 05:14:17.951 INFO O| Feb 13 05:14:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73792025-02-13T05:14:19.517Z[ recovery-image] Feb 13 05:14:17.952 INFO O| Feb 13 05:14:17.952 INFO STEP 983 (remove_files) COMPLETE
73802025-02-13T05:14:19.517Z[ recovery-image] Feb 13 05:14:17.952 INFO O| Feb 13 05:14:17.952 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-13T05:14:19.564Z[ recovery-image] Feb 13 05:14:18.001 INFO O| Feb 13 05:14:18.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73822025-02-13T05:14:19.566Z[ recovery-image] Feb 13 05:14:18.002 INFO O| Feb 13 05:14:18.002 INFO STEP 984 (remove_files) COMPLETE
73832025-02-13T05:14:19.566Z[ recovery-image] Feb 13 05:14:18.002 INFO O| Feb 13 05:14:18.002 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-13T05:14:19.631Z[ recovery-image] Feb 13 05:14:18.068 INFO O| Feb 13 05:14:18.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73852025-02-13T05:14:19.634Z[ recovery-image] Feb 13 05:14:18.069 INFO O| Feb 13 05:14:18.069 INFO STEP 985 (remove_files) COMPLETE
73862025-02-13T05:14:19.634Z[ recovery-image] Feb 13 05:14:18.069 INFO O| Feb 13 05:14:18.069 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-13T05:14:19.663Z[ recovery-image] Feb 13 05:14:18.101 INFO O| Feb 13 05:14:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73882025-02-13T05:14:19.666Z[ recovery-image] Feb 13 05:14:18.102 INFO O| Feb 13 05:14:18.101 INFO STEP 986 (remove_files) COMPLETE
73892025-02-13T05:14:19.666Z[ recovery-image] Feb 13 05:14:18.102 INFO O| Feb 13 05:14:18.101 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-13T05:14:19.698Z[ recovery-image] Feb 13 05:14:18.135 INFO O| Feb 13 05:14:18.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73912025-02-13T05:14:19.701Z[ recovery-image] Feb 13 05:14:18.135 INFO O| Feb 13 05:14:18.135 INFO STEP 987 (remove_files) COMPLETE
73922025-02-13T05:14:19.701Z[ recovery-image] Feb 13 05:14:18.135 INFO O| Feb 13 05:14:18.135 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-13T05:14:19.724Z[ recovery-image] Feb 13 05:14:18.162 INFO O| Feb 13 05:14:18.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73942025-02-13T05:14:19.724Z[ recovery-image] Feb 13 05:14:18.162 INFO O| Feb 13 05:14:18.162 INFO STEP 988 (remove_files) COMPLETE
73952025-02-13T05:14:19.727Z[ recovery-image] Feb 13 05:14:18.163 INFO O| Feb 13 05:14:18.162 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-13T05:14:19.787Z[ recovery-image] Feb 13 05:14:18.225 INFO O| Feb 13 05:14:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73972025-02-13T05:14:19.787Z[ recovery-image] Feb 13 05:14:18.225 INFO O| Feb 13 05:14:18.225 INFO STEP 989 (remove_files) COMPLETE
73982025-02-13T05:14:19.790Z[ recovery-image] Feb 13 05:14:18.225 INFO O| Feb 13 05:14:18.225 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-13T05:14:19.835Z[ recovery-image] Feb 13 05:14:18.273 INFO O| Feb 13 05:14:18.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74002025-02-13T05:14:19.838Z[ recovery-image] Feb 13 05:14:18.273 INFO O| Feb 13 05:14:18.273 INFO STEP 990 (remove_files) COMPLETE
74012025-02-13T05:14:19.838Z[ recovery-image] Feb 13 05:14:18.274 INFO O| Feb 13 05:14:18.273 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-13T05:14:19.895Z[ recovery-image] Feb 13 05:14:18.333 INFO O| Feb 13 05:14:18.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74032025-02-13T05:14:19.898Z[ recovery-image] Feb 13 05:14:18.334 INFO O| Feb 13 05:14:18.333 INFO STEP 991 (remove_files) COMPLETE
74042025-02-13T05:14:19.898Z[ recovery-image] Feb 13 05:14:18.334 INFO O| Feb 13 05:14:18.334 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-13T05:14:19.922Z[ recovery-image] Feb 13 05:14:18.360 INFO O| Feb 13 05:14:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74062025-02-13T05:14:19.922Z[ recovery-image] Feb 13 05:14:18.360 INFO O| Feb 13 05:14:18.360 INFO STEP 992 (remove_files) COMPLETE
74072025-02-13T05:14:19.923Z[ recovery-image] Feb 13 05:14:18.361 INFO O| Feb 13 05:14:18.360 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-13T05:14:19.950Z[ recovery-image] Feb 13 05:14:18.387 INFO O| Feb 13 05:14:18.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74092025-02-13T05:14:19.950Z[ recovery-image] Feb 13 05:14:18.387 INFO O| Feb 13 05:14:18.387 INFO STEP 993 (remove_files) COMPLETE
74102025-02-13T05:14:19.950Z[ recovery-image] Feb 13 05:14:18.387 INFO O| Feb 13 05:14:18.387 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-13T05:14:19.975Z[ recovery-image] Feb 13 05:14:18.413 INFO O| Feb 13 05:14:18.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74122025-02-13T05:14:19.975Z[ recovery-image] Feb 13 05:14:18.413 INFO O| Feb 13 05:14:18.413 INFO STEP 994 (remove_files) COMPLETE
74132025-02-13T05:14:19.975Z[ recovery-image] Feb 13 05:14:18.413 INFO O| Feb 13 05:14:18.413 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-13T05:14:20.001Z[ recovery-image] Feb 13 05:14:18.439 INFO O| Feb 13 05:14:18.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74152025-02-13T05:14:20.004Z[ recovery-image] Feb 13 05:14:18.439 INFO O| Feb 13 05:14:18.439 INFO STEP 995 (remove_files) COMPLETE
74162025-02-13T05:14:20.004Z[ recovery-image] Feb 13 05:14:18.440 INFO O| Feb 13 05:14:18.439 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-13T05:14:20.029Z[ recovery-image] Feb 13 05:14:18.467 INFO O| Feb 13 05:14:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74182025-02-13T05:14:20.029Z[ recovery-image] Feb 13 05:14:18.467 INFO O| Feb 13 05:14:18.467 INFO STEP 996 (remove_files) COMPLETE
74192025-02-13T05:14:20.032Z[ recovery-image] Feb 13 05:14:18.467 INFO O| Feb 13 05:14:18.467 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-13T05:14:20.056Z[ recovery-image] Feb 13 05:14:18.493 INFO O| Feb 13 05:14:18.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74212025-02-13T05:14:20.056Z[ recovery-image] Feb 13 05:14:18.493 INFO O| Feb 13 05:14:18.493 INFO STEP 997 (remove_files) COMPLETE
74222025-02-13T05:14:20.056Z[ recovery-image] Feb 13 05:14:18.493 INFO O| Feb 13 05:14:18.493 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-13T05:14:20.076Z[ recovery-image] Feb 13 05:14:18.514 INFO O| Feb 13 05:14:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74242025-02-13T05:14:20.076Z[ recovery-image] Feb 13 05:14:18.514 INFO O| Feb 13 05:14:18.514 INFO STEP 998 (remove_files) COMPLETE
74252025-02-13T05:14:20.078Z[ recovery-image] Feb 13 05:14:18.514 INFO O| Feb 13 05:14:18.514 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-13T05:14:20.097Z[ recovery-image] Feb 13 05:14:18.535 INFO O| Feb 13 05:14:18.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74272025-02-13T05:14:20.097Z[ recovery-image] Feb 13 05:14:18.535 INFO O| Feb 13 05:14:18.535 INFO STEP 999 (remove_files) COMPLETE
74282025-02-13T05:14:20.100Z[ recovery-image] Feb 13 05:14:18.535 INFO O| Feb 13 05:14:18.535 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-13T05:14:20.120Z[ recovery-image] Feb 13 05:14:18.558 INFO O| Feb 13 05:14:18.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74302025-02-13T05:14:20.120Z[ recovery-image] Feb 13 05:14:18.558 INFO O| Feb 13 05:14:18.558 INFO STEP 1000 (remove_files) COMPLETE
74312025-02-13T05:14:20.122Z[ recovery-image] Feb 13 05:14:18.558 INFO O| Feb 13 05:14:18.558 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-13T05:14:20.181Z[ recovery-image] Feb 13 05:14:18.619 INFO O| Feb 13 05:14:18.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74332025-02-13T05:14:20.181Z[ recovery-image] Feb 13 05:14:18.620 INFO O| Feb 13 05:14:18.620 INFO STEP 1001 (remove_files) COMPLETE
74342025-02-13T05:14:20.184Z[ recovery-image] Feb 13 05:14:18.620 INFO O| Feb 13 05:14:18.620 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-13T05:14:20.213Z[ recovery-image] Feb 13 05:14:18.651 INFO O| Feb 13 05:14:18.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74362025-02-13T05:14:20.213Z[ recovery-image] Feb 13 05:14:18.651 INFO O| Feb 13 05:14:18.651 INFO STEP 1002 (remove_files) COMPLETE
74372025-02-13T05:14:20.213Z[ recovery-image] Feb 13 05:14:18.651 INFO O| Feb 13 05:14:18.651 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-13T05:14:20.235Z[ recovery-image] Feb 13 05:14:18.673 INFO O| Feb 13 05:14:18.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74392025-02-13T05:14:20.235Z[ recovery-image] Feb 13 05:14:18.673 INFO O| Feb 13 05:14:18.673 INFO STEP 1003 (remove_files) COMPLETE
74402025-02-13T05:14:20.238Z[ recovery-image] Feb 13 05:14:18.674 INFO O| Feb 13 05:14:18.673 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-13T05:14:20.284Z[ recovery-image] Feb 13 05:14:18.721 INFO O| Feb 13 05:14:18.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74422025-02-13T05:14:20.284Z[ recovery-image] Feb 13 05:14:18.721 INFO O| Feb 13 05:14:18.721 INFO STEP 1004 (remove_files) COMPLETE
74432025-02-13T05:14:20.284Z[ recovery-image] Feb 13 05:14:18.721 INFO O| Feb 13 05:14:18.721 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-13T05:14:20.346Z[ recovery-image] Feb 13 05:14:18.784 INFO O| Feb 13 05:14:18.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74452025-02-13T05:14:20.346Z[ recovery-image] Feb 13 05:14:18.784 INFO O| Feb 13 05:14:18.784 INFO STEP 1005 (remove_files) COMPLETE
74462025-02-13T05:14:20.346Z[ recovery-image] Feb 13 05:14:18.784 INFO O| Feb 13 05:14:18.784 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-13T05:14:20.403Z[ recovery-image] Feb 13 05:14:18.841 INFO O| Feb 13 05:14:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74482025-02-13T05:14:20.403Z[ recovery-image] Feb 13 05:14:18.841 INFO O| Feb 13 05:14:18.841 INFO STEP 1006 (remove_files) COMPLETE
74492025-02-13T05:14:20.403Z[ recovery-image] Feb 13 05:14:18.841 INFO O| Feb 13 05:14:18.841 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-13T05:14:20.466Z[ recovery-image] Feb 13 05:14:18.904 INFO O| Feb 13 05:14:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74512025-02-13T05:14:20.466Z[ recovery-image] Feb 13 05:14:18.904 INFO O| Feb 13 05:14:18.904 INFO STEP 1007 (remove_files) COMPLETE
74522025-02-13T05:14:20.466Z[ recovery-image] Feb 13 05:14:18.904 INFO O| Feb 13 05:14:18.904 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-13T05:14:20.491Z[ recovery-image] Feb 13 05:14:18.928 INFO O| Feb 13 05:14:18.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74542025-02-13T05:14:20.491Z[ recovery-image] Feb 13 05:14:18.928 INFO O| Feb 13 05:14:18.928 INFO STEP 1008 (remove_files) COMPLETE
74552025-02-13T05:14:20.491Z[ recovery-image] Feb 13 05:14:18.929 INFO O| Feb 13 05:14:18.928 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-13T05:14:20.552Z[ recovery-image] Feb 13 05:14:18.990 INFO O| Feb 13 05:14:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74572025-02-13T05:14:20.552Z[ recovery-image] Feb 13 05:14:18.990 INFO O| Feb 13 05:14:18.990 INFO STEP 1009 (remove_files) COMPLETE
74582025-02-13T05:14:20.555Z[ recovery-image] Feb 13 05:14:18.990 INFO O| Feb 13 05:14:18.990 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-13T05:14:20.592Z[ recovery-image] Feb 13 05:14:19.029 INFO O| Feb 13 05:14:19.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74602025-02-13T05:14:20.594Z[ recovery-image] Feb 13 05:14:19.030 INFO O| Feb 13 05:14:19.029 INFO STEP 1010 (remove_files) COMPLETE
74612025-02-13T05:14:20.594Z[ recovery-image] Feb 13 05:14:19.030 INFO O| Feb 13 05:14:19.030 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-13T05:14:20.657Z[ recovery-image] Feb 13 05:14:19.094 INFO O| Feb 13 05:14:19.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74632025-02-13T05:14:20.659Z[ recovery-image] Feb 13 05:14:19.094 INFO O| Feb 13 05:14:19.094 INFO STEP 1011 (remove_files) COMPLETE
74642025-02-13T05:14:20.659Z[ recovery-image] Feb 13 05:14:19.095 INFO O| Feb 13 05:14:19.094 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-13T05:14:20.690Z[ recovery-image] Feb 13 05:14:19.128 INFO O| Feb 13 05:14:19.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74662025-02-13T05:14:20.690Z[ recovery-image] Feb 13 05:14:19.128 INFO O| Feb 13 05:14:19.128 INFO STEP 1012 (remove_files) COMPLETE
74672025-02-13T05:14:20.690Z[ recovery-image] Feb 13 05:14:19.128 INFO O| Feb 13 05:14:19.128 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-13T05:14:20.719Z[ recovery-image] Feb 13 05:14:19.157 INFO O| Feb 13 05:14:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74692025-02-13T05:14:20.722Z[ recovery-image] Feb 13 05:14:19.157 INFO O| Feb 13 05:14:19.157 INFO STEP 1013 (remove_files) COMPLETE
74702025-02-13T05:14:20.722Z[ recovery-image] Feb 13 05:14:19.158 INFO O| Feb 13 05:14:19.157 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-13T05:14:20.754Z[ recovery-image] Feb 13 05:14:19.191 INFO O| Feb 13 05:14:19.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74722025-02-13T05:14:20.754Z[ recovery-image] Feb 13 05:14:19.191 INFO O| Feb 13 05:14:19.191 INFO STEP 1014 (remove_files) COMPLETE
74732025-02-13T05:14:20.754Z[ recovery-image] Feb 13 05:14:19.191 INFO O| Feb 13 05:14:19.191 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-13T05:14:20.787Z[ recovery-image] Feb 13 05:14:19.225 INFO O| Feb 13 05:14:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74752025-02-13T05:14:20.787Z[ recovery-image] Feb 13 05:14:19.225 INFO O| Feb 13 05:14:19.225 INFO STEP 1015 (remove_files) COMPLETE
74762025-02-13T05:14:20.787Z[ recovery-image] Feb 13 05:14:19.225 INFO O| Feb 13 05:14:19.225 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-13T05:14:20.813Z[ recovery-image] Feb 13 05:14:19.250 INFO O| Feb 13 05:14:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74782025-02-13T05:14:20.813Z[ recovery-image] Feb 13 05:14:19.251 INFO O| Feb 13 05:14:19.250 INFO STEP 1016 (remove_files) COMPLETE
74792025-02-13T05:14:20.813Z[ recovery-image] Feb 13 05:14:19.251 INFO O| Feb 13 05:14:19.251 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-13T05:14:20.857Z[ recovery-image] Feb 13 05:14:19.293 INFO O| Feb 13 05:14:19.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74812025-02-13T05:14:20.857Z[ recovery-image] Feb 13 05:14:19.293 INFO O| Feb 13 05:14:19.293 INFO STEP 1017 (remove_files) COMPLETE
74822025-02-13T05:14:20.857Z[ recovery-image] Feb 13 05:14:19.293 INFO O| Feb 13 05:14:19.293 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-13T05:14:20.877Z[ recovery-image] Feb 13 05:14:19.315 INFO O| Feb 13 05:14:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74842025-02-13T05:14:20.877Z[ recovery-image] Feb 13 05:14:19.315 INFO O| Feb 13 05:14:19.315 INFO STEP 1018 (remove_files) COMPLETE
74852025-02-13T05:14:20.877Z[ recovery-image] Feb 13 05:14:19.315 INFO O| Feb 13 05:14:19.315 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-13T05:14:20.910Z[ recovery-image] Feb 13 05:14:19.348 INFO O| Feb 13 05:14:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74872025-02-13T05:14:20.910Z[ recovery-image] Feb 13 05:14:19.348 INFO O| Feb 13 05:14:19.348 INFO STEP 1019 (remove_files) COMPLETE
74882025-02-13T05:14:20.914Z[ recovery-image] Feb 13 05:14:19.348 INFO O| Feb 13 05:14:19.348 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-13T05:14:20.979Z[ recovery-image] Feb 13 05:14:19.417 INFO O| Feb 13 05:14:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74902025-02-13T05:14:20.979Z[ recovery-image] Feb 13 05:14:19.417 INFO O| Feb 13 05:14:19.417 INFO STEP 1020 (remove_files) COMPLETE
74912025-02-13T05:14:20.979Z[ recovery-image] Feb 13 05:14:19.417 INFO O| Feb 13 05:14:19.417 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-13T05:14:21.003Z[ recovery-image] Feb 13 05:14:19.439 INFO O| Feb 13 05:14:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74932025-02-13T05:14:21.003Z[ recovery-image] Feb 13 05:14:19.439 INFO O| Feb 13 05:14:19.439 INFO STEP 1021 (remove_files) COMPLETE
74942025-02-13T05:14:21.006Z[ recovery-image] Feb 13 05:14:19.439 INFO O| Feb 13 05:14:19.439 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-13T05:14:21.024Z[ recovery-image] Feb 13 05:14:19.462 INFO O| Feb 13 05:14:19.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74962025-02-13T05:14:21.024Z[ recovery-image] Feb 13 05:14:19.462 INFO O| Feb 13 05:14:19.462 INFO STEP 1022 (remove_files) COMPLETE
74972025-02-13T05:14:21.024Z[ recovery-image] Feb 13 05:14:19.462 INFO O| Feb 13 05:14:19.462 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-13T05:14:21.064Z[ recovery-image] Feb 13 05:14:19.500 INFO O| Feb 13 05:14:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74992025-02-13T05:14:21.064Z[ recovery-image] Feb 13 05:14:19.500 INFO O| Feb 13 05:14:19.500 INFO STEP 1023 (remove_files) COMPLETE
75002025-02-13T05:14:21.064Z[ recovery-image] Feb 13 05:14:19.500 INFO O| Feb 13 05:14:19.500 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-13T05:14:21.107Z[ recovery-image] Feb 13 05:14:19.545 INFO O| Feb 13 05:14:19.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75022025-02-13T05:14:21.110Z[ recovery-image] Feb 13 05:14:19.545 INFO O| Feb 13 05:14:19.545 INFO STEP 1024 (remove_files) COMPLETE
75032025-02-13T05:14:21.110Z[ recovery-image] Feb 13 05:14:19.545 INFO O| Feb 13 05:14:19.545 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-13T05:14:21.129Z[ recovery-image] Feb 13 05:14:19.567 INFO O| Feb 13 05:14:19.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75052025-02-13T05:14:21.132Z[ recovery-image] Feb 13 05:14:19.567 INFO O| Feb 13 05:14:19.567 INFO STEP 1025 (remove_files) COMPLETE
75062025-02-13T05:14:21.132Z[ recovery-image] Feb 13 05:14:19.567 INFO O| Feb 13 05:14:19.567 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-13T05:14:21.156Z[ recovery-image] Feb 13 05:14:19.593 INFO O| Feb 13 05:14:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75082025-02-13T05:14:21.161Z[ recovery-image] Feb 13 05:14:19.593 INFO O| Feb 13 05:14:19.593 INFO STEP 1026 (remove_files) COMPLETE
75092025-02-13T05:14:21.161Z[ recovery-image] Feb 13 05:14:19.594 INFO O| Feb 13 05:14:19.593 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-13T05:14:21.175Z[ recovery-image] Feb 13 05:14:19.613 INFO O| Feb 13 05:14:19.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75112025-02-13T05:14:21.178Z[ recovery-image] Feb 13 05:14:19.613 INFO O| Feb 13 05:14:19.613 INFO STEP 1027 (remove_files) COMPLETE
75122025-02-13T05:14:21.178Z[ recovery-image] Feb 13 05:14:19.613 INFO O| Feb 13 05:14:19.613 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-13T05:14:21.194Z[ recovery-image] Feb 13 05:14:19.632 INFO O| Feb 13 05:14:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75142025-02-13T05:14:21.197Z[ recovery-image] Feb 13 05:14:19.632 INFO O| Feb 13 05:14:19.632 INFO STEP 1028 (remove_files) COMPLETE
75152025-02-13T05:14:21.197Z[ recovery-image] Feb 13 05:14:19.632 INFO O| Feb 13 05:14:19.632 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-13T05:14:21.214Z[ recovery-image] Feb 13 05:14:19.651 INFO O| Feb 13 05:14:19.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75172025-02-13T05:14:21.214Z[ recovery-image] Feb 13 05:14:19.651 INFO O| Feb 13 05:14:19.651 INFO STEP 1029 (remove_files) COMPLETE
75182025-02-13T05:14:21.214Z[ recovery-image] Feb 13 05:14:19.651 INFO O| Feb 13 05:14:19.651 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-13T05:14:21.248Z[ recovery-image] Feb 13 05:14:19.686 INFO O| Feb 13 05:14:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75202025-02-13T05:14:21.251Z[ recovery-image] Feb 13 05:14:19.686 INFO O| Feb 13 05:14:19.686 INFO STEP 1030 (remove_files) COMPLETE
75212025-02-13T05:14:21.251Z[ recovery-image] Feb 13 05:14:19.686 INFO O| Feb 13 05:14:19.686 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-13T05:14:21.293Z[ recovery-image] Feb 13 05:14:19.731 INFO O| Feb 13 05:14:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75232025-02-13T05:14:21.297Z[ recovery-image] Feb 13 05:14:19.731 INFO O| Feb 13 05:14:19.731 INFO STEP 1031 (remove_files) COMPLETE
75242025-02-13T05:14:21.297Z[ recovery-image] Feb 13 05:14:19.731 INFO O| Feb 13 05:14:19.731 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-13T05:14:21.351Z[ recovery-image] Feb 13 05:14:19.788 INFO O| Feb 13 05:14:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75262025-02-13T05:14:21.351Z[ recovery-image] Feb 13 05:14:19.789 INFO O| Feb 13 05:14:19.789 INFO STEP 1032 (remove_files) COMPLETE
75272025-02-13T05:14:21.351Z[ recovery-image] Feb 13 05:14:19.789 INFO O| Feb 13 05:14:19.789 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-13T05:14:21.373Z[ recovery-image] Feb 13 05:14:19.810 INFO O| Feb 13 05:14:19.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75292025-02-13T05:14:21.373Z[ recovery-image] Feb 13 05:14:19.810 INFO O| Feb 13 05:14:19.810 INFO STEP 1033 (remove_files) COMPLETE
75302025-02-13T05:14:21.373Z[ recovery-image] Feb 13 05:14:19.810 INFO O| Feb 13 05:14:19.810 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-13T05:14:21.407Z[ recovery-image] Feb 13 05:14:19.845 INFO O| Feb 13 05:14:19.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75322025-02-13T05:14:21.410Z[ recovery-image] Feb 13 05:14:19.845 INFO O| Feb 13 05:14:19.845 INFO STEP 1034 (remove_files) COMPLETE
75332025-02-13T05:14:21.410Z[ recovery-image] Feb 13 05:14:19.845 INFO O| Feb 13 05:14:19.845 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-13T05:14:21.434Z[ recovery-image] Feb 13 05:14:19.871 INFO O| Feb 13 05:14:19.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75352025-02-13T05:14:21.436Z[ recovery-image] Feb 13 05:14:19.872 INFO O| Feb 13 05:14:19.872 INFO STEP 1035 (remove_files) COMPLETE
75362025-02-13T05:14:21.436Z[ recovery-image] Feb 13 05:14:19.872 INFO O| Feb 13 05:14:19.872 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-13T05:14:21.477Z[ recovery-image] Feb 13 05:14:19.915 INFO O| Feb 13 05:14:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75382025-02-13T05:14:21.477Z[ recovery-image] Feb 13 05:14:19.915 INFO O| Feb 13 05:14:19.915 INFO STEP 1036 (remove_files) COMPLETE
75392025-02-13T05:14:21.477Z[ recovery-image] Feb 13 05:14:19.915 INFO O| Feb 13 05:14:19.915 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-13T05:14:21.506Z[ recovery-image] Feb 13 05:14:19.943 INFO O| Feb 13 05:14:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75412025-02-13T05:14:21.506Z[ recovery-image] Feb 13 05:14:19.944 INFO O| Feb 13 05:14:19.943 INFO STEP 1037 (remove_files) COMPLETE
75422025-02-13T05:14:21.506Z[ recovery-image] Feb 13 05:14:19.944 INFO O| Feb 13 05:14:19.943 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-13T05:14:21.528Z[ recovery-image] Feb 13 05:14:19.965 INFO O| Feb 13 05:14:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75442025-02-13T05:14:21.528Z[ recovery-image] Feb 13 05:14:19.965 INFO O| Feb 13 05:14:19.965 INFO STEP 1038 (remove_files) COMPLETE
75452025-02-13T05:14:21.530Z[ recovery-image] Feb 13 05:14:19.965 INFO O| Feb 13 05:14:19.965 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-13T05:14:21.552Z[ recovery-image] Feb 13 05:14:19.989 INFO O| Feb 13 05:14:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75472025-02-13T05:14:21.552Z[ recovery-image] Feb 13 05:14:19.990 INFO O| Feb 13 05:14:19.989 INFO STEP 1039 (remove_files) COMPLETE
75482025-02-13T05:14:21.552Z[ recovery-image] Feb 13 05:14:19.990 INFO O| Feb 13 05:14:19.990 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-13T05:14:21.664Z[ recovery-image] Feb 13 05:14:20.101 INFO O| Feb 13 05:14:20.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75502025-02-13T05:14:21.667Z[ recovery-image] Feb 13 05:14:20.102 INFO O| Feb 13 05:14:20.102 INFO STEP 1040 (remove_files) COMPLETE
75512025-02-13T05:14:21.667Z[ recovery-image] Feb 13 05:14:20.102 INFO O| Feb 13 05:14:20.102 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-13T05:14:21.724Z[ recovery-image] Feb 13 05:14:20.161 INFO O| Feb 13 05:14:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75532025-02-13T05:14:21.724Z[ recovery-image] Feb 13 05:14:20.161 INFO O| Feb 13 05:14:20.161 INFO STEP 1041 (remove_files) COMPLETE
75542025-02-13T05:14:21.726Z[ recovery-image] Feb 13 05:14:20.161 INFO O| Feb 13 05:14:20.161 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-13T05:14:21.765Z[ recovery-image] Feb 13 05:14:20.202 INFO O| Feb 13 05:14:20.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75562025-02-13T05:14:21.765Z[ recovery-image] Feb 13 05:14:20.203 INFO O| Feb 13 05:14:20.202 INFO STEP 1042 (remove_files) COMPLETE
75572025-02-13T05:14:21.767Z[ recovery-image] Feb 13 05:14:20.203 INFO O| Feb 13 05:14:20.203 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-13T05:14:21.828Z[ recovery-image] Feb 13 05:14:20.266 INFO O| Feb 13 05:14:20.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75592025-02-13T05:14:21.831Z[ recovery-image] Feb 13 05:14:20.266 INFO O| Feb 13 05:14:20.266 INFO STEP 1043 (remove_files) COMPLETE
75602025-02-13T05:14:21.831Z[ recovery-image] Feb 13 05:14:20.266 INFO O| Feb 13 05:14:20.266 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-13T05:14:21.872Z[ recovery-image] Feb 13 05:14:20.309 INFO O| Feb 13 05:14:20.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75622025-02-13T05:14:21.875Z[ recovery-image] Feb 13 05:14:20.310 INFO O| Feb 13 05:14:20.309 INFO STEP 1044 (remove_files) COMPLETE
75632025-02-13T05:14:21.875Z[ recovery-image] Feb 13 05:14:20.310 INFO O| Feb 13 05:14:20.310 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-13T05:14:21.897Z[ recovery-image] Feb 13 05:14:20.334 INFO O| Feb 13 05:14:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75652025-02-13T05:14:21.900Z[ recovery-image] Feb 13 05:14:20.335 INFO O| Feb 13 05:14:20.334 INFO STEP 1045 (remove_files) COMPLETE
75662025-02-13T05:14:21.900Z[ recovery-image] Feb 13 05:14:20.335 INFO O| Feb 13 05:14:20.334 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-13T05:14:21.920Z[ recovery-image] Feb 13 05:14:20.358 INFO O| Feb 13 05:14:20.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75682025-02-13T05:14:21.923Z[ recovery-image] Feb 13 05:14:20.358 INFO O| Feb 13 05:14:20.358 INFO STEP 1046 (remove_files) COMPLETE
75692025-02-13T05:14:21.923Z[ recovery-image] Feb 13 05:14:20.358 INFO O| Feb 13 05:14:20.358 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-13T05:14:21.957Z[ recovery-image] Feb 13 05:14:20.395 INFO O| Feb 13 05:14:20.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75712025-02-13T05:14:21.957Z[ recovery-image] Feb 13 05:14:20.395 INFO O| Feb 13 05:14:20.395 INFO STEP 1047 (remove_files) COMPLETE
75722025-02-13T05:14:21.957Z[ recovery-image] Feb 13 05:14:20.395 INFO O| Feb 13 05:14:20.395 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-13T05:14:21.978Z[ recovery-image] Feb 13 05:14:20.416 INFO O| Feb 13 05:14:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75742025-02-13T05:14:21.982Z[ recovery-image] Feb 13 05:14:20.416 INFO O| Feb 13 05:14:20.416 INFO STEP 1048 (remove_files) COMPLETE
75752025-02-13T05:14:21.982Z[ recovery-image] Feb 13 05:14:20.417 INFO O| Feb 13 05:14:20.417 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-13T05:14:22.002Z[ recovery-image] Feb 13 05:14:20.438 INFO O| Feb 13 05:14:20.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75772025-02-13T05:14:22.004Z[ recovery-image] Feb 13 05:14:20.438 INFO O| Feb 13 05:14:20.438 INFO STEP 1049 (remove_files) COMPLETE
75782025-02-13T05:14:22.004Z[ recovery-image] Feb 13 05:14:20.438 INFO O| Feb 13 05:14:20.438 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-13T05:14:22.026Z[ recovery-image] Feb 13 05:14:20.464 INFO O| Feb 13 05:14:20.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75802025-02-13T05:14:22.026Z[ recovery-image] Feb 13 05:14:20.464 INFO O| Feb 13 05:14:20.464 INFO STEP 1050 (remove_files) COMPLETE
75812025-02-13T05:14:22.029Z[ recovery-image] Feb 13 05:14:20.464 INFO O| Feb 13 05:14:20.464 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-13T05:14:22.048Z[ recovery-image] Feb 13 05:14:20.484 INFO O| Feb 13 05:14:20.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75832025-02-13T05:14:22.070Z[ recovery-image] Feb 13 05:14:20.508 INFO O| Feb 13 05:14:20.508 INFO STEP 1051 (remove_files) COMPLETE
75842025-02-13T05:14:22.070Z[ recovery-image] Feb 13 05:14:20.508 INFO O| Feb 13 05:14:20.508 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-13T05:14:22.107Z[ recovery-image] Feb 13 05:14:20.545 INFO O| Feb 13 05:14:20.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75862025-02-13T05:14:22.108Z[ recovery-image] Feb 13 05:14:20.545 INFO O| Feb 13 05:14:20.545 INFO STEP 1052 (remove_files) COMPLETE
75872025-02-13T05:14:22.108Z[ recovery-image] Feb 13 05:14:20.545 INFO O| Feb 13 05:14:20.545 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-13T05:14:22.147Z[ recovery-image] Feb 13 05:14:20.585 INFO O| Feb 13 05:14:20.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75892025-02-13T05:14:22.147Z[ recovery-image] Feb 13 05:14:20.585 INFO O| Feb 13 05:14:20.585 INFO STEP 1053 (remove_files) COMPLETE
75902025-02-13T05:14:22.147Z[ recovery-image] Feb 13 05:14:20.585 INFO O| Feb 13 05:14:20.585 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-13T05:14:22.171Z[ recovery-image] Feb 13 05:14:20.609 INFO O| Feb 13 05:14:20.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75922025-02-13T05:14:22.171Z[ recovery-image] Feb 13 05:14:20.609 INFO O| Feb 13 05:14:20.609 INFO STEP 1054 (remove_files) COMPLETE
75932025-02-13T05:14:22.171Z[ recovery-image] Feb 13 05:14:20.609 INFO O| Feb 13 05:14:20.609 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-13T05:14:22.193Z[ recovery-image] Feb 13 05:14:20.630 INFO O| Feb 13 05:14:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75952025-02-13T05:14:22.193Z[ recovery-image] Feb 13 05:14:20.631 INFO O| Feb 13 05:14:20.630 INFO STEP 1055 (remove_files) COMPLETE
75962025-02-13T05:14:22.195Z[ recovery-image] Feb 13 05:14:20.631 INFO O| Feb 13 05:14:20.630 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-13T05:14:22.213Z[ recovery-image] Feb 13 05:14:20.651 INFO O| Feb 13 05:14:20.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75982025-02-13T05:14:22.213Z[ recovery-image] Feb 13 05:14:20.651 INFO O| Feb 13 05:14:20.651 INFO STEP 1056 (remove_files) COMPLETE
75992025-02-13T05:14:22.213Z[ recovery-image] Feb 13 05:14:20.651 INFO O| Feb 13 05:14:20.651 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-13T05:14:22.244Z[ recovery-image] Feb 13 05:14:20.681 INFO O| Feb 13 05:14:20.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76012025-02-13T05:14:22.244Z[ recovery-image] Feb 13 05:14:20.681 INFO O| Feb 13 05:14:20.681 INFO STEP 1057 (remove_files) COMPLETE
76022025-02-13T05:14:22.246Z[ recovery-image] Feb 13 05:14:20.682 INFO O| Feb 13 05:14:20.681 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-13T05:14:22.296Z[ recovery-image] Feb 13 05:14:20.734 INFO O| Feb 13 05:14:20.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76042025-02-13T05:14:22.296Z[ recovery-image] Feb 13 05:14:20.734 INFO O| Feb 13 05:14:20.734 INFO STEP 1058 (remove_files) COMPLETE
76052025-02-13T05:14:22.296Z[ recovery-image] Feb 13 05:14:20.734 INFO O| Feb 13 05:14:20.734 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-13T05:14:22.318Z[ recovery-image] Feb 13 05:14:20.756 INFO O| Feb 13 05:14:20.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76072025-02-13T05:14:22.318Z[ recovery-image] Feb 13 05:14:20.756 INFO O| Feb 13 05:14:20.756 INFO STEP 1059 (remove_files) COMPLETE
76082025-02-13T05:14:22.318Z[ recovery-image] Feb 13 05:14:20.756 INFO O| Feb 13 05:14:20.756 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-13T05:14:22.339Z[ recovery-image] Feb 13 05:14:20.777 INFO O| Feb 13 05:14:20.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76102025-02-13T05:14:22.340Z[ recovery-image] Feb 13 05:14:20.777 INFO O| Feb 13 05:14:20.777 INFO STEP 1060 (remove_files) COMPLETE
76112025-02-13T05:14:22.340Z[ recovery-image] Feb 13 05:14:20.777 INFO O| Feb 13 05:14:20.777 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-13T05:14:22.361Z[ recovery-image] Feb 13 05:14:20.798 INFO O| Feb 13 05:14:20.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76132025-02-13T05:14:22.361Z[ recovery-image] Feb 13 05:14:20.798 INFO O| Feb 13 05:14:20.798 INFO STEP 1061 (remove_files) COMPLETE
76142025-02-13T05:14:22.361Z[ recovery-image] Feb 13 05:14:20.798 INFO O| Feb 13 05:14:20.798 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-13T05:14:22.392Z[ recovery-image] Feb 13 05:14:20.828 INFO O| Feb 13 05:14:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76162025-02-13T05:14:22.392Z[ recovery-image] Feb 13 05:14:20.828 INFO O| Feb 13 05:14:20.828 INFO STEP 1062 (remove_files) COMPLETE
76172025-02-13T05:14:22.392Z[ recovery-image] Feb 13 05:14:20.828 INFO O| Feb 13 05:14:20.828 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-13T05:14:22.412Z[ recovery-image] Feb 13 05:14:20.849 INFO O| Feb 13 05:14:20.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76192025-02-13T05:14:22.412Z[ recovery-image] Feb 13 05:14:20.850 INFO O| Feb 13 05:14:20.850 INFO STEP 1063 (remove_files) COMPLETE
76202025-02-13T05:14:22.416Z[ recovery-image] Feb 13 05:14:20.850 INFO O| Feb 13 05:14:20.850 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-13T05:14:22.449Z[ recovery-image] Feb 13 05:14:20.886 INFO O| Feb 13 05:14:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76222025-02-13T05:14:22.449Z[ recovery-image] Feb 13 05:14:20.886 INFO O| Feb 13 05:14:20.886 INFO STEP 1064 (remove_files) COMPLETE
76232025-02-13T05:14:22.449Z[ recovery-image] Feb 13 05:14:20.886 INFO O| Feb 13 05:14:20.886 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-13T05:14:22.468Z[ recovery-image] Feb 13 05:14:20.906 INFO O| Feb 13 05:14:20.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76252025-02-13T05:14:22.468Z[ recovery-image] Feb 13 05:14:20.906 INFO O| Feb 13 05:14:20.906 INFO STEP 1065 (remove_files) COMPLETE
76262025-02-13T05:14:22.468Z[ recovery-image] Feb 13 05:14:20.906 INFO O| Feb 13 05:14:20.906 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-13T05:14:22.501Z[ recovery-image] Feb 13 05:14:20.936 INFO O| Feb 13 05:14:20.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76282025-02-13T05:14:22.501Z[ recovery-image] Feb 13 05:14:20.936 INFO O| Feb 13 05:14:20.936 INFO STEP 1066 (remove_files) COMPLETE
76292025-02-13T05:14:22.501Z[ recovery-image] Feb 13 05:14:20.936 INFO O| Feb 13 05:14:20.936 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-13T05:14:22.519Z[ recovery-image] Feb 13 05:14:20.957 INFO O| Feb 13 05:14:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76312025-02-13T05:14:22.519Z[ recovery-image] Feb 13 05:14:20.957 INFO O| Feb 13 05:14:20.957 INFO STEP 1067 (remove_files) COMPLETE
76322025-02-13T05:14:22.522Z[ recovery-image] Feb 13 05:14:20.957 INFO O| Feb 13 05:14:20.957 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-13T05:14:22.609Z[ recovery-image] Feb 13 05:14:21.047 INFO O| Feb 13 05:14:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76342025-02-13T05:14:22.609Z[ recovery-image] Feb 13 05:14:21.047 INFO O| Feb 13 05:14:21.047 INFO STEP 1068 (remove_files) COMPLETE
76352025-02-13T05:14:22.609Z[ recovery-image] Feb 13 05:14:21.047 INFO O| Feb 13 05:14:21.047 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-13T05:14:22.640Z[ recovery-image] Feb 13 05:14:21.077 INFO O| Feb 13 05:14:21.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76372025-02-13T05:14:22.640Z[ recovery-image] Feb 13 05:14:21.077 INFO O| Feb 13 05:14:21.077 INFO STEP 1069 (remove_files) COMPLETE
76382025-02-13T05:14:22.640Z[ recovery-image] Feb 13 05:14:21.077 INFO O| Feb 13 05:14:21.077 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-13T05:14:22.661Z[ recovery-image] Feb 13 05:14:21.097 INFO O| Feb 13 05:14:21.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76402025-02-13T05:14:22.661Z[ recovery-image] Feb 13 05:14:21.097 INFO O| Feb 13 05:14:21.097 INFO STEP 1070 (remove_files) COMPLETE
76412025-02-13T05:14:22.663Z[ recovery-image] Feb 13 05:14:21.097 INFO O| Feb 13 05:14:21.097 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-13T05:14:22.684Z[ recovery-image] Feb 13 05:14:21.121 INFO O| Feb 13 05:14:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76432025-02-13T05:14:22.686Z[ recovery-image] Feb 13 05:14:21.121 INFO O| Feb 13 05:14:21.121 INFO STEP 1071 (remove_files) COMPLETE
76442025-02-13T05:14:22.686Z[ recovery-image] Feb 13 05:14:21.121 INFO O| Feb 13 05:14:21.121 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-13T05:14:22.726Z[ recovery-image] Feb 13 05:14:21.164 INFO O| Feb 13 05:14:21.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76462025-02-13T05:14:22.726Z[ recovery-image] Feb 13 05:14:21.164 INFO O| Feb 13 05:14:21.164 INFO STEP 1072 (remove_files) COMPLETE
76472025-02-13T05:14:22.726Z[ recovery-image] Feb 13 05:14:21.164 INFO O| Feb 13 05:14:21.164 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-13T05:14:22.747Z[ recovery-image] Feb 13 05:14:21.185 INFO O| Feb 13 05:14:21.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76492025-02-13T05:14:22.747Z[ recovery-image] Feb 13 05:14:21.185 INFO O| Feb 13 05:14:21.185 INFO STEP 1073 (remove_files) COMPLETE
76502025-02-13T05:14:22.747Z[ recovery-image] Feb 13 05:14:21.185 INFO O| Feb 13 05:14:21.185 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-13T05:14:22.778Z[ recovery-image] Feb 13 05:14:21.216 INFO O| Feb 13 05:14:21.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76522025-02-13T05:14:22.781Z[ recovery-image] Feb 13 05:14:21.216 INFO O| Feb 13 05:14:21.216 INFO STEP 1074 (remove_files) COMPLETE
76532025-02-13T05:14:22.781Z[ recovery-image] Feb 13 05:14:21.216 INFO O| Feb 13 05:14:21.216 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-13T05:14:22.797Z[ recovery-image] Feb 13 05:14:21.235 INFO O| Feb 13 05:14:21.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76552025-02-13T05:14:22.800Z[ recovery-image] Feb 13 05:14:21.235 INFO O| Feb 13 05:14:21.235 INFO STEP 1075 (remove_files) COMPLETE
76562025-02-13T05:14:22.800Z[ recovery-image] Feb 13 05:14:21.235 INFO O| Feb 13 05:14:21.235 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-13T05:14:22.819Z[ recovery-image] Feb 13 05:14:21.257 INFO O| Feb 13 05:14:21.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76582025-02-13T05:14:22.822Z[ recovery-image] Feb 13 05:14:21.257 INFO O| Feb 13 05:14:21.257 INFO STEP 1076 (remove_files) COMPLETE
76592025-02-13T05:14:22.823Z[ recovery-image] Feb 13 05:14:21.257 INFO O| Feb 13 05:14:21.257 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-13T05:14:22.843Z[ recovery-image] Feb 13 05:14:21.281 INFO O| Feb 13 05:14:21.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76612025-02-13T05:14:22.843Z[ recovery-image] Feb 13 05:14:21.281 INFO O| Feb 13 05:14:21.281 INFO STEP 1077 (remove_files) COMPLETE
76622025-02-13T05:14:22.843Z[ recovery-image] Feb 13 05:14:21.281 INFO O| Feb 13 05:14:21.281 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-13T05:14:22.874Z[ recovery-image] Feb 13 05:14:21.311 INFO O| Feb 13 05:14:21.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76642025-02-13T05:14:22.874Z[ recovery-image] Feb 13 05:14:21.311 INFO O| Feb 13 05:14:21.311 INFO STEP 1078 (remove_files) COMPLETE
76652025-02-13T05:14:22.874Z[ recovery-image] Feb 13 05:14:21.311 INFO O| Feb 13 05:14:21.311 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-13T05:14:22.898Z[ recovery-image] Feb 13 05:14:21.335 INFO O| Feb 13 05:14:21.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76672025-02-13T05:14:22.900Z[ recovery-image] Feb 13 05:14:21.335 INFO O| Feb 13 05:14:21.335 INFO STEP 1079 (remove_files) COMPLETE
76682025-02-13T05:14:22.900Z[ recovery-image] Feb 13 05:14:21.335 INFO O| Feb 13 05:14:21.335 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-13T05:14:22.919Z[ recovery-image] Feb 13 05:14:21.356 INFO O| Feb 13 05:14:21.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76702025-02-13T05:14:22.919Z[ recovery-image] Feb 13 05:14:21.356 INFO O| Feb 13 05:14:21.356 INFO STEP 1080 (remove_files) COMPLETE
76712025-02-13T05:14:22.921Z[ recovery-image] Feb 13 05:14:21.357 INFO O| Feb 13 05:14:21.356 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-13T05:14:22.941Z[ recovery-image] Feb 13 05:14:21.379 INFO O| Feb 13 05:14:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76732025-02-13T05:14:22.941Z[ recovery-image] Feb 13 05:14:21.379 INFO O| Feb 13 05:14:21.379 INFO STEP 1081 (remove_files) COMPLETE
76742025-02-13T05:14:22.941Z[ recovery-image] Feb 13 05:14:21.379 INFO O| Feb 13 05:14:21.379 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-13T05:14:22.975Z[ recovery-image] Feb 13 05:14:21.413 INFO O| Feb 13 05:14:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76762025-02-13T05:14:22.975Z[ recovery-image] Feb 13 05:14:21.413 INFO O| Feb 13 05:14:21.413 INFO STEP 1082 (remove_files) COMPLETE
76772025-02-13T05:14:22.975Z[ recovery-image] Feb 13 05:14:21.413 INFO O| Feb 13 05:14:21.413 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-13T05:14:23.020Z[ recovery-image] Feb 13 05:14:21.457 INFO O| Feb 13 05:14:21.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76792025-02-13T05:14:23.020Z[ recovery-image] Feb 13 05:14:21.457 INFO O| Feb 13 05:14:21.457 INFO STEP 1083 (remove_files) COMPLETE
76802025-02-13T05:14:23.022Z[ recovery-image] Feb 13 05:14:21.457 INFO O| Feb 13 05:14:21.457 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-13T05:14:23.053Z[ recovery-image] Feb 13 05:14:21.490 INFO O| Feb 13 05:14:21.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76822025-02-13T05:14:23.057Z[ recovery-image] Feb 13 05:14:21.491 INFO O| Feb 13 05:14:21.490 INFO STEP 1084 (remove_files) COMPLETE
76832025-02-13T05:14:23.057Z[ recovery-image] Feb 13 05:14:21.491 INFO O| Feb 13 05:14:21.491 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-13T05:14:23.076Z[ recovery-image] Feb 13 05:14:21.514 INFO O| Feb 13 05:14:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76852025-02-13T05:14:23.079Z[ recovery-image] Feb 13 05:14:21.514 INFO O| Feb 13 05:14:21.514 INFO STEP 1085 (remove_files) COMPLETE
76862025-02-13T05:14:23.079Z[ recovery-image] Feb 13 05:14:21.514 INFO O| Feb 13 05:14:21.514 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-13T05:14:23.098Z[ recovery-image] Feb 13 05:14:21.536 INFO O| Feb 13 05:14:21.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76882025-02-13T05:14:23.101Z[ recovery-image] Feb 13 05:14:21.536 INFO O| Feb 13 05:14:21.536 INFO STEP 1086 (remove_files) COMPLETE
76892025-02-13T05:14:23.101Z[ recovery-image] Feb 13 05:14:21.536 INFO O| Feb 13 05:14:21.536 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-13T05:14:23.119Z[ recovery-image] Feb 13 05:14:21.557 INFO O| Feb 13 05:14:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76912025-02-13T05:14:23.122Z[ recovery-image] Feb 13 05:14:21.557 INFO O| Feb 13 05:14:21.557 INFO STEP 1087 (remove_files) COMPLETE
76922025-02-13T05:14:23.122Z[ recovery-image] Feb 13 05:14:21.557 INFO O| Feb 13 05:14:21.557 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-13T05:14:23.141Z[ recovery-image] Feb 13 05:14:21.579 INFO O| Feb 13 05:14:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76942025-02-13T05:14:23.144Z[ recovery-image] Feb 13 05:14:21.579 INFO O| Feb 13 05:14:21.579 INFO STEP 1088 (remove_files) COMPLETE
76952025-02-13T05:14:23.144Z[ recovery-image] Feb 13 05:14:21.579 INFO O| Feb 13 05:14:21.579 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-13T05:14:23.163Z[ recovery-image] Feb 13 05:14:21.601 INFO O| Feb 13 05:14:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76972025-02-13T05:14:23.166Z[ recovery-image] Feb 13 05:14:21.601 INFO O| Feb 13 05:14:21.601 INFO STEP 1089 (remove_files) COMPLETE
76982025-02-13T05:14:23.166Z[ recovery-image] Feb 13 05:14:21.601 INFO O| Feb 13 05:14:21.601 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-13T05:14:23.189Z[ recovery-image] Feb 13 05:14:21.626 INFO O| Feb 13 05:14:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77002025-02-13T05:14:23.192Z[ recovery-image] Feb 13 05:14:21.626 INFO O| Feb 13 05:14:21.626 INFO STEP 1090 (remove_files) COMPLETE
77012025-02-13T05:14:23.192Z[ recovery-image] Feb 13 05:14:21.626 INFO O| Feb 13 05:14:21.626 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-13T05:14:23.217Z[ recovery-image] Feb 13 05:14:21.655 INFO O| Feb 13 05:14:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77032025-02-13T05:14:23.217Z[ recovery-image] Feb 13 05:14:21.655 INFO O| Feb 13 05:14:21.655 INFO STEP 1091 (remove_files) COMPLETE
77042025-02-13T05:14:23.217Z[ recovery-image] Feb 13 05:14:21.655 INFO O| Feb 13 05:14:21.655 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-13T05:14:23.245Z[ recovery-image] Feb 13 05:14:21.683 INFO O| Feb 13 05:14:21.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77062025-02-13T05:14:23.246Z[ recovery-image] Feb 13 05:14:21.683 INFO O| Feb 13 05:14:21.683 INFO STEP 1092 (remove_files) COMPLETE
77072025-02-13T05:14:23.246Z[ recovery-image] Feb 13 05:14:21.683 INFO O| Feb 13 05:14:21.683 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-13T05:14:23.298Z[ recovery-image] Feb 13 05:14:21.735 INFO O| Feb 13 05:14:21.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77092025-02-13T05:14:23.300Z[ recovery-image] Feb 13 05:14:21.735 INFO O| Feb 13 05:14:21.735 INFO STEP 1093 (remove_files) COMPLETE
77102025-02-13T05:14:23.300Z[ recovery-image] Feb 13 05:14:21.735 INFO O| Feb 13 05:14:21.735 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-13T05:14:23.320Z[ recovery-image] Feb 13 05:14:21.757 INFO O| Feb 13 05:14:21.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77122025-02-13T05:14:23.320Z[ recovery-image] Feb 13 05:14:21.757 INFO O| Feb 13 05:14:21.757 INFO STEP 1094 (remove_files) COMPLETE
77132025-02-13T05:14:23.320Z[ recovery-image] Feb 13 05:14:21.757 INFO O| Feb 13 05:14:21.757 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-13T05:14:23.339Z[ recovery-image] Feb 13 05:14:21.777 INFO O| Feb 13 05:14:21.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77152025-02-13T05:14:23.339Z[ recovery-image] Feb 13 05:14:21.777 INFO O| Feb 13 05:14:21.777 INFO STEP 1095 (remove_files) COMPLETE
77162025-02-13T05:14:23.339Z[ recovery-image] Feb 13 05:14:21.777 INFO O| Feb 13 05:14:21.777 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-13T05:14:23.364Z[ recovery-image] Feb 13 05:14:21.801 INFO O| Feb 13 05:14:21.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77182025-02-13T05:14:23.368Z[ recovery-image] Feb 13 05:14:21.802 INFO O| Feb 13 05:14:21.801 INFO STEP 1096 (remove_files) COMPLETE
77192025-02-13T05:14:23.368Z[ recovery-image] Feb 13 05:14:21.802 INFO O| Feb 13 05:14:21.802 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-13T05:14:23.385Z[ recovery-image] Feb 13 05:14:21.823 INFO O| Feb 13 05:14:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77212025-02-13T05:14:23.389Z[ recovery-image] Feb 13 05:14:21.823 INFO O| Feb 13 05:14:21.823 INFO STEP 1097 (remove_files) COMPLETE
77222025-02-13T05:14:23.389Z[ recovery-image] Feb 13 05:14:21.823 INFO O| Feb 13 05:14:21.823 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-13T05:14:23.406Z[ recovery-image] Feb 13 05:14:21.843 INFO O| Feb 13 05:14:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77242025-02-13T05:14:23.408Z[ recovery-image] Feb 13 05:14:21.844 INFO O| Feb 13 05:14:21.844 INFO STEP 1098 (remove_files) COMPLETE
77252025-02-13T05:14:23.408Z[ recovery-image] Feb 13 05:14:21.844 INFO O| Feb 13 05:14:21.844 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-13T05:14:23.428Z[ recovery-image] Feb 13 05:14:21.865 INFO O| Feb 13 05:14:21.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77272025-02-13T05:14:23.430Z[ recovery-image] Feb 13 05:14:21.865 INFO O| Feb 13 05:14:21.865 INFO STEP 1099 (remove_files) COMPLETE
77282025-02-13T05:14:23.430Z[ recovery-image] Feb 13 05:14:21.865 INFO O| Feb 13 05:14:21.865 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-13T05:14:23.453Z[ recovery-image] Feb 13 05:14:21.889 INFO O| Feb 13 05:14:21.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77302025-02-13T05:14:23.455Z[ recovery-image] Feb 13 05:14:21.890 INFO O| Feb 13 05:14:21.889 INFO STEP 1100 (remove_files) COMPLETE
77312025-02-13T05:14:23.455Z[ recovery-image] Feb 13 05:14:21.890 INFO O| Feb 13 05:14:21.890 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-13T05:14:23.479Z[ recovery-image] Feb 13 05:14:21.916 INFO O| Feb 13 05:14:21.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77332025-02-13T05:14:23.482Z[ recovery-image] Feb 13 05:14:21.917 INFO O| Feb 13 05:14:21.917 INFO STEP 1101 (remove_files) COMPLETE
77342025-02-13T05:14:23.482Z[ recovery-image] Feb 13 05:14:21.917 INFO O| Feb 13 05:14:21.917 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-13T05:14:23.505Z[ recovery-image] Feb 13 05:14:21.942 INFO O| Feb 13 05:14:21.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77362025-02-13T05:14:23.508Z[ recovery-image] Feb 13 05:14:21.942 INFO O| Feb 13 05:14:21.942 INFO STEP 1102 (remove_files) COMPLETE
77372025-02-13T05:14:23.508Z[ recovery-image] Feb 13 05:14:21.942 INFO O| Feb 13 05:14:21.942 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-13T05:14:23.528Z[ recovery-image] Feb 13 05:14:21.966 INFO O| Feb 13 05:14:21.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77392025-02-13T05:14:23.531Z[ recovery-image] Feb 13 05:14:21.966 INFO O| Feb 13 05:14:21.966 INFO STEP 1103 (remove_files) COMPLETE
77402025-02-13T05:14:23.531Z[ recovery-image] Feb 13 05:14:21.966 INFO O| Feb 13 05:14:21.966 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-13T05:14:23.577Z[ recovery-image] Feb 13 05:14:22.015 INFO O| Feb 13 05:14:22.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77422025-02-13T05:14:23.577Z[ recovery-image] Feb 13 05:14:22.015 INFO O| Feb 13 05:14:22.015 INFO STEP 1104 (remove_files) COMPLETE
77432025-02-13T05:14:23.581Z[ recovery-image] Feb 13 05:14:22.015 INFO O| Feb 13 05:14:22.015 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-13T05:14:23.614Z[ recovery-image] Feb 13 05:14:22.052 INFO O| Feb 13 05:14:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77452025-02-13T05:14:23.615Z[ recovery-image] Feb 13 05:14:22.052 INFO O| Feb 13 05:14:22.052 INFO STEP 1105 (remove_files) COMPLETE
77462025-02-13T05:14:23.615Z[ recovery-image] Feb 13 05:14:22.052 INFO O| Feb 13 05:14:22.052 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-13T05:14:23.665Z[ recovery-image] Feb 13 05:14:22.102 INFO O| Feb 13 05:14:22.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77482025-02-13T05:14:23.667Z[ recovery-image] Feb 13 05:14:22.102 INFO O| Feb 13 05:14:22.102 INFO STEP 1106 (remove_files) COMPLETE
77492025-02-13T05:14:23.667Z[ recovery-image] Feb 13 05:14:22.102 INFO O| Feb 13 05:14:22.102 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-13T05:14:23.705Z[ recovery-image] Feb 13 05:14:22.142 INFO O| Feb 13 05:14:22.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77512025-02-13T05:14:23.705Z[ recovery-image] Feb 13 05:14:22.143 INFO O| Feb 13 05:14:22.143 INFO STEP 1107 (remove_files) COMPLETE
77522025-02-13T05:14:23.705Z[ recovery-image] Feb 13 05:14:22.143 INFO O| Feb 13 05:14:22.143 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-13T05:14:23.738Z[ recovery-image] Feb 13 05:14:22.176 INFO O| Feb 13 05:14:22.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77542025-02-13T05:14:23.738Z[ recovery-image] Feb 13 05:14:22.176 INFO O| Feb 13 05:14:22.176 INFO STEP 1108 (remove_files) COMPLETE
77552025-02-13T05:14:23.738Z[ recovery-image] Feb 13 05:14:22.176 INFO O| Feb 13 05:14:22.176 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-13T05:14:23.770Z[ recovery-image] Feb 13 05:14:22.207 INFO O| Feb 13 05:14:22.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77572025-02-13T05:14:23.770Z[ recovery-image] Feb 13 05:14:22.207 INFO O| Feb 13 05:14:22.207 INFO STEP 1109 (remove_files) COMPLETE
77582025-02-13T05:14:23.770Z[ recovery-image] Feb 13 05:14:22.207 INFO O| Feb 13 05:14:22.207 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-13T05:14:23.815Z[ recovery-image] Feb 13 05:14:22.253 INFO O| Feb 13 05:14:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77602025-02-13T05:14:23.815Z[ recovery-image] Feb 13 05:14:22.253 INFO O| Feb 13 05:14:22.253 INFO STEP 1110 (remove_files) COMPLETE
77612025-02-13T05:14:23.815Z[ recovery-image] Feb 13 05:14:22.253 INFO O| Feb 13 05:14:22.253 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-13T05:14:23.847Z[ recovery-image] Feb 13 05:14:22.284 INFO O| Feb 13 05:14:22.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77632025-02-13T05:14:23.847Z[ recovery-image] Feb 13 05:14:22.285 INFO O| Feb 13 05:14:22.285 INFO STEP 1111 (remove_files) COMPLETE
77642025-02-13T05:14:23.850Z[ recovery-image] Feb 13 05:14:22.285 INFO O| Feb 13 05:14:22.285 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-13T05:14:23.908Z[ recovery-image] Feb 13 05:14:22.346 INFO O| Feb 13 05:14:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77662025-02-13T05:14:23.908Z[ recovery-image] Feb 13 05:14:22.346 INFO O| Feb 13 05:14:22.346 INFO STEP 1112 (remove_files) COMPLETE
77672025-02-13T05:14:23.908Z[ recovery-image] Feb 13 05:14:22.346 INFO O| Feb 13 05:14:22.346 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-13T05:14:23.971Z[ recovery-image] Feb 13 05:14:22.408 INFO O| Feb 13 05:14:22.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77692025-02-13T05:14:23.971Z[ recovery-image] Feb 13 05:14:22.408 INFO O| Feb 13 05:14:22.408 INFO STEP 1113 (remove_files) COMPLETE
77702025-02-13T05:14:23.971Z[ recovery-image] Feb 13 05:14:22.408 INFO O| Feb 13 05:14:22.408 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-13T05:14:23.995Z[ recovery-image] Feb 13 05:14:22.433 INFO O| Feb 13 05:14:22.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77722025-02-13T05:14:23.995Z[ recovery-image] Feb 13 05:14:22.433 INFO O| Feb 13 05:14:22.433 INFO STEP 1114 (remove_files) COMPLETE
77732025-02-13T05:14:23.995Z[ recovery-image] Feb 13 05:14:22.433 INFO O| Feb 13 05:14:22.433 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-13T05:14:24.027Z[ recovery-image] Feb 13 05:14:22.464 INFO O| Feb 13 05:14:22.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77752025-02-13T05:14:24.029Z[ recovery-image] Feb 13 05:14:22.464 INFO O| Feb 13 05:14:22.464 INFO STEP 1115 (remove_files) COMPLETE
77762025-02-13T05:14:24.030Z[ recovery-image] Feb 13 05:14:22.464 INFO O| Feb 13 05:14:22.464 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-13T05:14:24.084Z[ recovery-image] Feb 13 05:14:22.520 INFO O| Feb 13 05:14:22.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77782025-02-13T05:14:24.084Z[ recovery-image] Feb 13 05:14:22.520 INFO O| Feb 13 05:14:22.520 INFO STEP 1116 (remove_files) COMPLETE
77792025-02-13T05:14:24.084Z[ recovery-image] Feb 13 05:14:22.520 INFO O| Feb 13 05:14:22.520 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-13T05:14:24.132Z[ recovery-image] Feb 13 05:14:22.569 INFO O| Feb 13 05:14:22.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77812025-02-13T05:14:24.137Z[ recovery-image] Feb 13 05:14:22.569 INFO O| Feb 13 05:14:22.569 INFO STEP 1117 (remove_files) COMPLETE
77822025-02-13T05:14:24.137Z[ recovery-image] Feb 13 05:14:22.569 INFO O| Feb 13 05:14:22.569 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-13T05:14:24.183Z[ recovery-image] Feb 13 05:14:22.620 INFO O| Feb 13 05:14:22.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77842025-02-13T05:14:24.185Z[ recovery-image] Feb 13 05:14:22.620 INFO O| Feb 13 05:14:22.620 INFO STEP 1118 (remove_files) COMPLETE
77852025-02-13T05:14:24.185Z[ recovery-image] Feb 13 05:14:22.620 INFO O| Feb 13 05:14:22.620 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-13T05:14:24.208Z[ recovery-image] Feb 13 05:14:22.645 INFO O| Feb 13 05:14:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77872025-02-13T05:14:24.208Z[ recovery-image] Feb 13 05:14:22.645 INFO O| Feb 13 05:14:22.645 INFO STEP 1119 (remove_files) COMPLETE
77882025-02-13T05:14:24.208Z[ recovery-image] Feb 13 05:14:22.645 INFO O| Feb 13 05:14:22.645 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-13T05:14:24.241Z[ recovery-image] Feb 13 05:14:22.678 INFO O| Feb 13 05:14:22.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77902025-02-13T05:14:24.241Z[ recovery-image] Feb 13 05:14:22.678 INFO O| Feb 13 05:14:22.678 INFO STEP 1120 (remove_files) COMPLETE
77912025-02-13T05:14:24.243Z[ recovery-image] Feb 13 05:14:22.678 INFO O| Feb 13 05:14:22.678 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-13T05:14:24.278Z[ recovery-image] Feb 13 05:14:22.715 INFO O| Feb 13 05:14:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77932025-02-13T05:14:24.278Z[ recovery-image] Feb 13 05:14:22.715 INFO O| Feb 13 05:14:22.715 INFO STEP 1121 (remove_files) COMPLETE
77942025-02-13T05:14:24.278Z[ recovery-image] Feb 13 05:14:22.715 INFO O| Feb 13 05:14:22.715 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-13T05:14:24.306Z[ recovery-image] Feb 13 05:14:22.743 INFO O| Feb 13 05:14:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77962025-02-13T05:14:24.306Z[ recovery-image] Feb 13 05:14:22.743 INFO O| Feb 13 05:14:22.743 INFO STEP 1122 (remove_files) COMPLETE
77972025-02-13T05:14:24.306Z[ recovery-image] Feb 13 05:14:22.744 INFO O| Feb 13 05:14:22.743 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-13T05:14:24.342Z[ recovery-image] Feb 13 05:14:22.779 INFO O| Feb 13 05:14:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77992025-02-13T05:14:24.342Z[ recovery-image] Feb 13 05:14:22.779 INFO O| Feb 13 05:14:22.779 INFO STEP 1123 (remove_files) COMPLETE
78002025-02-13T05:14:24.342Z[ recovery-image] Feb 13 05:14:22.779 INFO O| Feb 13 05:14:22.779 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-13T05:14:24.364Z[ recovery-image] Feb 13 05:14:22.801 INFO O| Feb 13 05:14:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78022025-02-13T05:14:24.366Z[ recovery-image] Feb 13 05:14:22.801 INFO O| Feb 13 05:14:22.801 INFO STEP 1124 (remove_files) COMPLETE
78032025-02-13T05:14:24.366Z[ recovery-image] Feb 13 05:14:22.802 INFO O| Feb 13 05:14:22.801 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-13T05:14:24.385Z[ recovery-image] Feb 13 05:14:22.822 INFO O| Feb 13 05:14:22.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78052025-02-13T05:14:24.388Z[ recovery-image] Feb 13 05:14:22.823 INFO O| Feb 13 05:14:22.822 INFO STEP 1125 (remove_files) COMPLETE
78062025-02-13T05:14:24.388Z[ recovery-image] Feb 13 05:14:22.823 INFO O| Feb 13 05:14:22.823 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-13T05:14:24.407Z[ recovery-image] Feb 13 05:14:22.844 INFO O| Feb 13 05:14:22.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78082025-02-13T05:14:24.409Z[ recovery-image] Feb 13 05:14:22.844 INFO O| Feb 13 05:14:22.844 INFO STEP 1126 (remove_files) COMPLETE
78092025-02-13T05:14:24.409Z[ recovery-image] Feb 13 05:14:22.844 INFO O| Feb 13 05:14:22.844 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-13T05:14:24.431Z[ recovery-image] Feb 13 05:14:22.867 INFO O| Feb 13 05:14:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78112025-02-13T05:14:24.431Z[ recovery-image] Feb 13 05:14:22.867 INFO O| Feb 13 05:14:22.867 INFO STEP 1127 (remove_files) COMPLETE
78122025-02-13T05:14:24.431Z[ recovery-image] Feb 13 05:14:22.867 INFO O| Feb 13 05:14:22.867 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-13T05:14:24.464Z[ recovery-image] Feb 13 05:14:22.901 INFO O| Feb 13 05:14:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78142025-02-13T05:14:24.464Z[ recovery-image] Feb 13 05:14:22.901 INFO O| Feb 13 05:14:22.901 INFO STEP 1128 (remove_files) COMPLETE
78152025-02-13T05:14:24.464Z[ recovery-image] Feb 13 05:14:22.901 INFO O| Feb 13 05:14:22.901 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-13T05:14:24.491Z[ recovery-image] Feb 13 05:14:22.928 INFO O| Feb 13 05:14:22.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78172025-02-13T05:14:24.491Z[ recovery-image] Feb 13 05:14:22.929 INFO O| Feb 13 05:14:22.929 INFO STEP 1129 (remove_files) COMPLETE
78182025-02-13T05:14:24.491Z[ recovery-image] Feb 13 05:14:22.929 INFO O| Feb 13 05:14:22.929 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-13T05:14:24.513Z[ recovery-image] Feb 13 05:14:22.950 INFO O| Feb 13 05:14:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78202025-02-13T05:14:24.513Z[ recovery-image] Feb 13 05:14:22.950 INFO O| Feb 13 05:14:22.950 INFO STEP 1130 (remove_files) COMPLETE
78212025-02-13T05:14:24.513Z[ recovery-image] Feb 13 05:14:22.950 INFO O| Feb 13 05:14:22.950 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-13T05:14:24.551Z[ recovery-image] Feb 13 05:14:22.988 INFO O| Feb 13 05:14:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78232025-02-13T05:14:24.551Z[ recovery-image] Feb 13 05:14:22.988 INFO O| Feb 13 05:14:22.988 INFO STEP 1131 (remove_files) COMPLETE
78242025-02-13T05:14:24.551Z[ recovery-image] Feb 13 05:14:22.988 INFO O| Feb 13 05:14:22.988 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-13T05:14:24.571Z[ recovery-image] Feb 13 05:14:23.008 INFO O| Feb 13 05:14:23.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78262025-02-13T05:14:24.574Z[ recovery-image] Feb 13 05:14:23.008 INFO O| Feb 13 05:14:23.008 INFO STEP 1132 (remove_files) COMPLETE
78272025-02-13T05:14:24.574Z[ recovery-image] Feb 13 05:14:23.008 INFO O| Feb 13 05:14:23.008 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-13T05:14:24.589Z[ recovery-image] Feb 13 05:14:23.025 INFO O| Feb 13 05:14:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78292025-02-13T05:14:24.592Z[ recovery-image] Feb 13 05:14:23.026 INFO O| Feb 13 05:14:23.026 INFO STEP 1133 (remove_files) COMPLETE
78302025-02-13T05:14:24.592Z[ recovery-image] Feb 13 05:14:23.026 INFO O| Feb 13 05:14:23.026 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-13T05:14:24.608Z[ recovery-image] Feb 13 05:14:23.046 INFO O| Feb 13 05:14:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78322025-02-13T05:14:24.612Z[ recovery-image] Feb 13 05:14:23.046 INFO O| Feb 13 05:14:23.046 INFO STEP 1134 (remove_files) COMPLETE
78332025-02-13T05:14:24.612Z[ recovery-image] Feb 13 05:14:23.046 INFO O| Feb 13 05:14:23.046 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-13T05:14:24.629Z[ recovery-image] Feb 13 05:14:23.066 INFO O| Feb 13 05:14:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78352025-02-13T05:14:24.629Z[ recovery-image] Feb 13 05:14:23.066 INFO O| Feb 13 05:14:23.066 INFO STEP 1135 (remove_files) COMPLETE
78362025-02-13T05:14:24.629Z[ recovery-image] Feb 13 05:14:23.066 INFO O| Feb 13 05:14:23.066 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-13T05:14:24.674Z[ recovery-image] Feb 13 05:14:23.111 INFO O| Feb 13 05:14:23.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78382025-02-13T05:14:24.674Z[ recovery-image] Feb 13 05:14:23.111 INFO O| Feb 13 05:14:23.111 INFO STEP 1136 (remove_files) COMPLETE
78392025-02-13T05:14:24.675Z[ recovery-image] Feb 13 05:14:23.111 INFO O| Feb 13 05:14:23.111 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-13T05:14:24.695Z[ recovery-image] Feb 13 05:14:23.133 INFO O| Feb 13 05:14:23.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78412025-02-13T05:14:24.695Z[ recovery-image] Feb 13 05:14:23.133 INFO O| Feb 13 05:14:23.133 INFO STEP 1137 (remove_files) COMPLETE
78422025-02-13T05:14:24.696Z[ recovery-image] Feb 13 05:14:23.133 INFO O| Feb 13 05:14:23.133 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-13T05:14:24.715Z[ recovery-image] Feb 13 05:14:23.153 INFO O| Feb 13 05:14:23.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78442025-02-13T05:14:24.715Z[ recovery-image] Feb 13 05:14:23.153 INFO O| Feb 13 05:14:23.153 INFO STEP 1138 (remove_files) COMPLETE
78452025-02-13T05:14:24.718Z[ recovery-image] Feb 13 05:14:23.153 INFO O| Feb 13 05:14:23.153 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-13T05:14:24.758Z[ recovery-image] Feb 13 05:14:23.195 INFO O| Feb 13 05:14:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78472025-02-13T05:14:24.758Z[ recovery-image] Feb 13 05:14:23.195 INFO O| Feb 13 05:14:23.195 INFO STEP 1139 (remove_files) COMPLETE
78482025-02-13T05:14:24.758Z[ recovery-image] Feb 13 05:14:23.195 INFO O| Feb 13 05:14:23.195 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-13T05:14:24.832Z[ recovery-image] Feb 13 05:14:23.269 INFO O| Feb 13 05:14:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78502025-02-13T05:14:24.832Z[ recovery-image] Feb 13 05:14:23.269 INFO O| Feb 13 05:14:23.269 INFO STEP 1140 (remove_files) COMPLETE
78512025-02-13T05:14:24.835Z[ recovery-image] Feb 13 05:14:23.269 INFO O| Feb 13 05:14:23.269 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-13T05:14:24.880Z[ recovery-image] Feb 13 05:14:23.316 INFO O| Feb 13 05:14:23.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78532025-02-13T05:14:24.882Z[ recovery-image] Feb 13 05:14:23.316 INFO O| Feb 13 05:14:23.316 INFO STEP 1141 (remove_files) COMPLETE
78542025-02-13T05:14:24.882Z[ recovery-image] Feb 13 05:14:23.316 INFO O| Feb 13 05:14:23.316 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-13T05:14:24.917Z[ recovery-image] Feb 13 05:14:23.354 INFO O| Feb 13 05:14:23.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78562025-02-13T05:14:24.920Z[ recovery-image] Feb 13 05:14:23.355 INFO O| Feb 13 05:14:23.355 INFO STEP 1142 (remove_files) COMPLETE
78572025-02-13T05:14:24.920Z[ recovery-image] Feb 13 05:14:23.355 INFO O| Feb 13 05:14:23.355 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-13T05:14:24.960Z[ recovery-image] Feb 13 05:14:23.397 INFO O| Feb 13 05:14:23.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78592025-02-13T05:14:24.963Z[ recovery-image] Feb 13 05:14:23.398 INFO O| Feb 13 05:14:23.398 INFO STEP 1143 (remove_files) COMPLETE
78602025-02-13T05:14:24.963Z[ recovery-image] Feb 13 05:14:23.398 INFO O| Feb 13 05:14:23.398 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-13T05:14:25.001Z[ recovery-image] Feb 13 05:14:23.438 INFO O| Feb 13 05:14:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78622025-02-13T05:14:25.004Z[ recovery-image] Feb 13 05:14:23.438 INFO O| Feb 13 05:14:23.438 INFO STEP 1144 (remove_files) COMPLETE
78632025-02-13T05:14:25.004Z[ recovery-image] Feb 13 05:14:23.438 INFO O| Feb 13 05:14:23.438 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-13T05:14:25.037Z[ recovery-image] Feb 13 05:14:23.474 INFO O| Feb 13 05:14:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78652025-02-13T05:14:25.038Z[ recovery-image] Feb 13 05:14:23.474 INFO O| Feb 13 05:14:23.474 INFO STEP 1145 (remove_files) COMPLETE
78662025-02-13T05:14:25.038Z[ recovery-image] Feb 13 05:14:23.474 INFO O| Feb 13 05:14:23.474 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-13T05:14:25.074Z[ recovery-image] Feb 13 05:14:23.511 INFO O| Feb 13 05:14:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78682025-02-13T05:14:25.074Z[ recovery-image] Feb 13 05:14:23.511 INFO O| Feb 13 05:14:23.511 INFO STEP 1146 (remove_files) COMPLETE
78692025-02-13T05:14:25.074Z[ recovery-image] Feb 13 05:14:23.511 INFO O| Feb 13 05:14:23.511 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-13T05:14:25.090Z[ host-image] Feb 13 05:14:23.527 INFO O| Feb 13 05:14:23.527 INFO O| Planning: Solver setup ... Done
78712025-02-13T05:14:25.118Z[ recovery-image] Feb 13 05:14:23.555 INFO O| Feb 13 05:14:23.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78722025-02-13T05:14:25.118Z[ recovery-image] Feb 13 05:14:23.555 INFO O| Feb 13 05:14:23.555 INFO STEP 1147 (remove_files) COMPLETE
78732025-02-13T05:14:25.118Z[ recovery-image] Feb 13 05:14:23.555 INFO O| Feb 13 05:14:23.555 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-13T05:14:25.126Z[ host-image] Feb 13 05:14:23.562 INFO O| Feb 13 05:14:23.562 INFO O| Planning: Running solver ... Done
78752025-02-13T05:14:25.142Z[ recovery-image] Feb 13 05:14:23.578 INFO O| Feb 13 05:14:23.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78762025-02-13T05:14:25.142Z[ recovery-image] Feb 13 05:14:23.578 INFO O| Feb 13 05:14:23.578 INFO STEP 1148 (remove_files) COMPLETE
78772025-02-13T05:14:25.142Z[ recovery-image] Feb 13 05:14:23.578 INFO O| Feb 13 05:14:23.578 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-13T05:14:25.181Z[ recovery-image] Feb 13 05:14:23.618 INFO O| Feb 13 05:14:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78792025-02-13T05:14:25.183Z[ recovery-image] Feb 13 05:14:23.618 INFO O| Feb 13 05:14:23.618 INFO STEP 1149 (remove_files) COMPLETE
78802025-02-13T05:14:25.183Z[ recovery-image] Feb 13 05:14:23.618 INFO O| Feb 13 05:14:23.618 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-13T05:14:25.204Z[ recovery-image] Feb 13 05:14:23.641 INFO O| Feb 13 05:14:23.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78822025-02-13T05:14:25.204Z[ recovery-image] Feb 13 05:14:23.641 INFO O| Feb 13 05:14:23.641 INFO STEP 1150 (remove_files) COMPLETE
78832025-02-13T05:14:25.207Z[ recovery-image] Feb 13 05:14:23.641 INFO O| Feb 13 05:14:23.641 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-13T05:14:25.239Z[ recovery-image] Feb 13 05:14:23.676 INFO O| Feb 13 05:14:23.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78852025-02-13T05:14:25.239Z[ recovery-image] Feb 13 05:14:23.676 INFO O| Feb 13 05:14:23.676 INFO STEP 1151 (remove_files) COMPLETE
78862025-02-13T05:14:25.242Z[ recovery-image] Feb 13 05:14:23.676 INFO O| Feb 13 05:14:23.676 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-13T05:14:25.258Z[ recovery-image] Feb 13 05:14:23.695 INFO O| Feb 13 05:14:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78882025-02-13T05:14:25.258Z[ recovery-image] Feb 13 05:14:23.695 INFO O| Feb 13 05:14:23.695 INFO STEP 1152 (remove_files) COMPLETE
78892025-02-13T05:14:25.258Z[ recovery-image] Feb 13 05:14:23.695 INFO O| Feb 13 05:14:23.695 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-13T05:14:25.267Z[ host-image] Feb 13 05:14:23.705 INFO O| Feb 13 05:14:23.704 INFO O| Planning: Finding local manifests ... Done
78912025-02-13T05:14:25.270Z[ host-image] Feb 13 05:14:23.707 INFO O| Feb 13 05:14:23.706 INFO O| Planning: Fetching manifests: 0/5 0% complete
78922025-02-13T05:14:25.305Z[ recovery-image] Feb 13 05:14:23.741 INFO O| Feb 13 05:14:23.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78932025-02-13T05:14:25.305Z[ recovery-image] Feb 13 05:14:23.741 INFO O| Feb 13 05:14:23.741 INFO STEP 1153 (remove_files) COMPLETE
78942025-02-13T05:14:25.309Z[ recovery-image] Feb 13 05:14:23.741 INFO O| Feb 13 05:14:23.741 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-13T05:14:25.324Z[ recovery-image] Feb 13 05:14:23.762 INFO O| Feb 13 05:14:23.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78962025-02-13T05:14:25.324Z[ recovery-image] Feb 13 05:14:23.762 INFO O| Feb 13 05:14:23.762 INFO STEP 1154 (remove_files) COMPLETE
78972025-02-13T05:14:25.328Z[ recovery-image] Feb 13 05:14:23.762 INFO O| Feb 13 05:14:23.762 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-13T05:14:25.346Z[ recovery-image] Feb 13 05:14:23.782 INFO O| Feb 13 05:14:23.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78992025-02-13T05:14:25.346Z[ recovery-image] Feb 13 05:14:23.782 INFO O| Feb 13 05:14:23.782 INFO STEP 1155 (remove_files) COMPLETE
79002025-02-13T05:14:25.346Z[ recovery-image] Feb 13 05:14:23.782 INFO O| Feb 13 05:14:23.782 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-13T05:14:25.368Z[ recovery-image] Feb 13 05:14:23.804 INFO O| Feb 13 05:14:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79022025-02-13T05:14:25.368Z[ recovery-image] Feb 13 05:14:23.804 INFO O| Feb 13 05:14:23.804 INFO STEP 1156 (remove_files) COMPLETE
79032025-02-13T05:14:25.368Z[ recovery-image] Feb 13 05:14:23.804 INFO O| Feb 13 05:14:23.804 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-13T05:14:25.404Z[ recovery-image] Feb 13 05:14:23.841 INFO O| Feb 13 05:14:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79052025-02-13T05:14:25.404Z[ recovery-image] Feb 13 05:14:23.841 INFO O| Feb 13 05:14:23.841 INFO STEP 1157 (remove_files) COMPLETE
79062025-02-13T05:14:25.404Z[ recovery-image] Feb 13 05:14:23.841 INFO O| Feb 13 05:14:23.841 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-13T05:14:25.433Z[ recovery-image] Feb 13 05:14:23.869 INFO O| Feb 13 05:14:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79082025-02-13T05:14:25.433Z[ recovery-image] Feb 13 05:14:23.869 INFO O| Feb 13 05:14:23.869 INFO STEP 1158 (remove_files) COMPLETE
79092025-02-13T05:14:25.433Z[ recovery-image] Feb 13 05:14:23.869 INFO O| Feb 13 05:14:23.869 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-13T05:14:25.489Z[ recovery-image] Feb 13 05:14:23.926 INFO O| Feb 13 05:14:23.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79112025-02-13T05:14:25.489Z[ recovery-image] Feb 13 05:14:23.926 INFO O| Feb 13 05:14:23.926 INFO STEP 1159 (remove_files) COMPLETE
79122025-02-13T05:14:25.489Z[ recovery-image] Feb 13 05:14:23.926 INFO O| Feb 13 05:14:23.926 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-13T05:14:25.509Z[ recovery-image] Feb 13 05:14:23.946 INFO O| Feb 13 05:14:23.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79142025-02-13T05:14:25.509Z[ recovery-image] Feb 13 05:14:23.946 INFO O| Feb 13 05:14:23.946 INFO STEP 1160 (remove_files) COMPLETE
79152025-02-13T05:14:25.509Z[ recovery-image] Feb 13 05:14:23.946 INFO O| Feb 13 05:14:23.946 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-13T05:14:25.529Z[ recovery-image] Feb 13 05:14:23.967 INFO O| Feb 13 05:14:23.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79172025-02-13T05:14:25.529Z[ recovery-image] Feb 13 05:14:23.967 INFO O| Feb 13 05:14:23.967 INFO STEP 1161 (remove_files) COMPLETE
79182025-02-13T05:14:25.530Z[ recovery-image] Feb 13 05:14:23.967 INFO O| Feb 13 05:14:23.967 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-13T05:14:25.573Z[ recovery-image] Feb 13 05:14:24.010 INFO O| Feb 13 05:14:24.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79202025-02-13T05:14:25.575Z[ recovery-image] Feb 13 05:14:24.010 INFO O| Feb 13 05:14:24.010 INFO STEP 1162 (remove_files) COMPLETE
79212025-02-13T05:14:25.575Z[ recovery-image] Feb 13 05:14:24.010 INFO O| Feb 13 05:14:24.010 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-13T05:14:25.594Z[ recovery-image] Feb 13 05:14:24.031 INFO O| Feb 13 05:14:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79232025-02-13T05:14:25.594Z[ recovery-image] Feb 13 05:14:24.031 INFO O| Feb 13 05:14:24.031 INFO STEP 1163 (remove_files) COMPLETE
79242025-02-13T05:14:25.597Z[ recovery-image] Feb 13 05:14:24.031 INFO O| Feb 13 05:14:24.031 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-13T05:14:25.603Z[ host-image] Feb 13 05:14:24.041 INFO O| Feb 13 05:14:24.040 INFO O| Planning: Fetching manifests: 5/5 100% complete
79262025-02-13T05:14:25.614Z[ recovery-image] Feb 13 05:14:24.051 INFO O| Feb 13 05:14:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79272025-02-13T05:14:25.614Z[ recovery-image] Feb 13 05:14:24.051 INFO O| Feb 13 05:14:24.051 INFO STEP 1164 (remove_files) COMPLETE
79282025-02-13T05:14:25.614Z[ recovery-image] Feb 13 05:14:24.051 INFO O| Feb 13 05:14:24.051 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-13T05:14:25.646Z[ host-image] Feb 13 05:14:24.083 INFO O| Feb 13 05:14:24.083 INFO O| Planning: Package planning ... Done
79302025-02-13T05:14:25.653Z[ host-image] Feb 13 05:14:24.091 INFO O| Feb 13 05:14:24.091 INFO O| Planning: Merging actions ... Done
79312025-02-13T05:14:25.658Z[ recovery-image] Feb 13 05:14:24.095 INFO O| Feb 13 05:14:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79322025-02-13T05:14:25.660Z[ recovery-image] Feb 13 05:14:24.095 INFO O| Feb 13 05:14:24.095 INFO STEP 1165 (remove_files) COMPLETE
79332025-02-13T05:14:25.660Z[ recovery-image] Feb 13 05:14:24.095 INFO O| Feb 13 05:14:24.095 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79342025-02-13T05:14:25.697Z[ recovery-image] Feb 13 05:14:24.134 INFO O| Feb 13 05:14:24.134 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79352025-02-13T05:14:25.697Z[ recovery-image] Feb 13 05:14:24.134 INFO O| Feb 13 05:14:24.134 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79362025-02-13T05:14:25.861Z[ host-image] Feb 13 05:14:24.298 INFO O| Feb 13 05:14:24.298 INFO O| Planning: Checking for conflicting actions ... Done
79372025-02-13T05:14:25.864Z[ host-image] Feb 13 05:14:24.301 INFO O| Feb 13 05:14:24.301 INFO O| Planning: Consolidating action changes ... Done
79382025-02-13T05:14:26.417Z[ host-image] Feb 13 05:14:24.853 INFO O| Feb 13 05:14:24.853 INFO O| Planning: Evaluating mediators ... Done
79392025-02-13T05:14:26.428Z[ host-image] Feb 13 05:14:24.865 INFO O| Feb 13 05:14:24.865 INFO O| Planning: Planning completed in 7.35 seconds
79402025-02-13T05:14:26.431Z[ host-image] Feb 13 05:14:24.868 INFO O| Feb 13 05:14:24.868 INFO O| Packages to install: 5
79412025-02-13T05:14:26.431Z[ host-image] Feb 13 05:14:24.868 INFO O| Feb 13 05:14:24.868 INFO O| Services to change: 2
79422025-02-13T05:14:26.453Z[ host-image] Feb 13 05:14:24.890 INFO O| Feb 13 05:14:24.890 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
79432025-02-13T05:14:27.109Z[ recovery-image] Feb 13 05:14:25.546 INFO O| Feb 13 05:14:25.545 INFO STEP 1166 (pack_tar) COMPLETE
79442025-02-13T05:14:27.109Z[ recovery-image] Feb 13 05:14:25.546 INFO O| Feb 13 05:14:25.546 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79452025-02-13T05:14:27.109Z[ recovery-image] Feb 13 05:14:25.546 INFO O| Feb 13 05:14:25.546 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79462025-02-13T05:14:27.418Z[ recovery-image] Feb 13 05:14:25.855 INFO O| Feb 13 05:14:25.855 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79472025-02-13T05:14:27.557Z[ recovery-image] Feb 13 05:14:25.994 INFO O| Feb 13 05:14:25.994 INFO completed processing gimlet/ramdisk-03-recovery-trim
79482025-02-13T05:14:27.568Z[ recovery-image] Feb 13 05:14:26.004 INFO image builder template: zfs-recovery...
79492025-02-13T05:14:27.569Z[ recovery-image] Feb 13 05:14:26.004 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/.tmpSxvfXu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79502025-02-13T05:14:27.625Z[ recovery-image] Feb 13 05:14:26.062 INFO O| Feb 13 05:14:26.061 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79512025-02-13T05:14:27.633Z[ recovery-image] Feb 13 05:14:26.070 INFO O| Feb 13 05:14:26.070 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79522025-02-13T05:14:27.750Z[ recovery-image] Feb 13 05:14:26.187 INFO O| Feb 13 05:14:26.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79532025-02-13T05:14:27.903Z[ recovery-image] Feb 13 05:14:26.340 INFO O| Feb 13 05:14:26.340 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79542025-02-13T05:14:27.906Z[ recovery-image] Feb 13 05:14:26.341 INFO O| Feb 13 05:14:26.340 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79552025-02-13T05:14:27.913Z[ recovery-image] Feb 13 05:14:26.349 INFO O| Feb 13 05:14:26.349 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79562025-02-13T05:14:28.029Z[ recovery-image] Feb 13 05:14:26.466 INFO O| Feb 13 05:14:26.466 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79572025-02-13T05:14:28.116Z[ recovery-image] Feb 13 05:14:26.553 INFO O| Feb 13 05:14:26.553 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79582025-02-13T05:14:28.152Z[ recovery-image] Feb 13 05:14:26.589 INFO O| Feb 13 05:14:26.589 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79592025-02-13T05:14:28.162Z[ recovery-image] Feb 13 05:14:26.599 INFO O| Feb 13 05:14:26.599 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79602025-02-13T05:14:28.205Z[ recovery-image] Feb 13 05:14:26.641 INFO O| Feb 13 05:14:26.641 INFO no lofi found
79612025-02-13T05:14:28.205Z[ recovery-image] Feb 13 05:14:26.641 INFO O| Feb 13 05:14:26.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79622025-02-13T05:14:28.209Z[ recovery-image] Feb 13 05:14:26.642 INFO O| Feb 13 05:14:26.641 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79632025-02-13T05:14:30.184Z[ host-image] Feb 13 05:14:28.621 INFO O| Feb 13 05:14:28.621 INFO O| Download: Completed 1.46 MB in 3.73 seconds (399k/s)
79642025-02-13T05:14:30.231Z[ host-image] Feb 13 05:14:28.668 INFO O| Feb 13 05:14:28.668 INFO O| Actions: 1/306 actions (Installing new actions)
79652025-02-13T05:14:30.432Z[ host-image] Feb 13 05:14:28.868 INFO O| Feb 13 05:14:28.868 INFO O| Actions: Completed 306 actions in 0.20 seconds.
79662025-02-13T05:14:30.575Z[ recovery-image] Feb 13 05:14:29.012 INFO O| Feb 13 05:14:29.012 INFO lofi device = /dev/dsk/c2t1d0p0
79672025-02-13T05:14:30.575Z[ recovery-image] Feb 13 05:14:29.012 INFO O| Feb 13 05:14:29.012 INFO pool device = /dev/dsk/c2t1d0p0
79682025-02-13T05:14:30.578Z[ recovery-image] Feb 13 05:14:29.012 INFO O| Feb 13 05:14:29.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"]
79692025-02-13T05:14:30.825Z[ recovery-image] Feb 13 05:14:29.262 INFO O| Feb 13 05:14:29.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79702025-02-13T05:14:30.825Z[ recovery-image] Feb 13 05:14:29.262 INFO O| Feb 13 05:14:29.262 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79712025-02-13T05:14:30.856Z[ recovery-image] Feb 13 05:14:29.292 INFO O| Feb 13 05:14:29.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79722025-02-13T05:14:31.174Z[ recovery-image] Feb 13 05:14:29.611 INFO O| Feb 13 05:14:29.610 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79732025-02-13T05:14:31.199Z[ host-image] Feb 13 05:14:29.635 INFO O| Feb 13 05:14:29.635 INFO O| Done
79742025-02-13T05:14:31.199Z[ host-image] Feb 13 05:14:29.635 INFO O| Feb 13 05:14:29.635 INFO O| Done
79752025-02-13T05:14:31.246Z[ recovery-image] Feb 13 05:14:29.682 INFO O| Feb 13 05:14:29.682 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79762025-02-13T05:14:31.273Z[ recovery-image] Feb 13 05:14:29.709 INFO O| Feb 13 05:14:29.709 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79772025-02-13T05:14:31.297Z[ recovery-image] Feb 13 05:14:29.733 INFO O| Feb 13 05:14:29.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79782025-02-13T05:14:31.370Z[ recovery-image] Feb 13 05:14:29.806 INFO O| Feb 13 05:14:29.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79792025-02-13T05:14:31.373Z[ recovery-image] Feb 13 05:14:29.806 INFO O| Feb 13 05:14:29.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79802025-02-13T05:14:31.373Z[ recovery-image] Feb 13 05:14:29.807 INFO O| Feb 13 05:14:29.806 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79812025-02-13T05:14:31.396Z[ recovery-image] Feb 13 05:14:29.833 INFO O| Feb 13 05:14:29.833 INFO boot environment UUID: bf6d9128-31ca-4042-a8d4-79612dfa372a
79822025-02-13T05:14:31.396Z[ recovery-image] Feb 13 05:14:29.833 INFO O| Feb 13 05:14:29.833 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = bf6d9128-31ca-4042-a8d4-79612dfa372a
79832025-02-13T05:14:31.443Z[ recovery-image] Feb 13 05:14:29.880 INFO O| Feb 13 05:14:29.880 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79842025-02-13T05:14:31.492Z[ recovery-image] Feb 13 05:14:29.929 INFO O| Feb 13 05:14:29.929 INFO STEP 0 (create_be) COMPLETE
79852025-02-13T05:14:31.492Z[ recovery-image] Feb 13 05:14:29.929 INFO O| Feb 13 05:14:29.929 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79862025-02-13T05:14:31.525Z[ recovery-image] Feb 13 05:14:29.962 INFO O| Feb 13 05:14:29.962 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79872025-02-13T05:14:32.869Z[ host-image] Feb 13 05:14:31.306 INFO O| Feb 13 05:14:31.305 INFO O| Done
79882025-02-13T05:14:36.529Z[ host-image] Feb 13 05:14:34.965 INFO O| Feb 13 05:14:34.965 INFO O| Done
79892025-02-13T05:14:36.699Z[ host-image] Feb 13 05:14:35.135 INFO O| Feb 13 05:14:35.110 INFO O| Done
79902025-02-13T05:14:36.699Z[ host-image] Feb 13 05:14:35.135 INFO O| Feb 13 05:14:35.115 INFO O| Done
79912025-02-13T05:14:36.714Z[ host-image] Feb 13 05:14:35.150 INFO O| Feb 13 05:14:35.150 INFO O| Done
79922025-02-13T05:14:36.961Z[ host-image] Feb 13 05:14:35.396 INFO O| Feb 13 05:14:35.396 INFO STEP 12 (pkg_install) COMPLETE
79932025-02-13T05:14:36.961Z[ host-image] Feb 13 05:14:35.396 INFO O| Feb 13 05:14:35.396 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79942025-02-13T05:14:36.983Z[ host-image] Feb 13 05:14:35.419 INFO O| Feb 13 05:14:35.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
79952025-02-13T05:14:38.477Z[ recovery-image] Feb 13 05:14:36.912 INFO O| Feb 13 05:14:36.912 INFO STEP 1 (unpack_tar) COMPLETE
79962025-02-13T05:14:38.477Z[ recovery-image] Feb 13 05:14:36.913 INFO O| Feb 13 05:14:36.912 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79972025-02-13T05:14:38.517Z[ recovery-image] Feb 13 05:14:36.942 INFO O| Feb 13 05:14:36.933 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79982025-02-13T05:14:38.787Z[ recovery-image] Feb 13 05:14:37.222 INFO O| Feb 13 05:14:37.221 INFO STEP 2 (devfsadm) COMPLETE
79992025-02-13T05:14:38.787Z[ recovery-image] Feb 13 05:14:37.222 INFO O| Feb 13 05:14:37.221 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80002025-02-13T05:14:38.808Z[ recovery-image] Feb 13 05:14:37.243 INFO O| Feb 13 05:14:37.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80012025-02-13T05:14:38.808Z[ recovery-image] Feb 13 05:14:37.243 INFO O| Feb 13 05:14:37.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80022025-02-13T05:14:38.808Z[ recovery-image] Feb 13 05:14:37.243 INFO O| Feb 13 05:14:37.242 INFO STEP 3 (ensure_dir) COMPLETE
80032025-02-13T05:14:38.808Z[ recovery-image] Feb 13 05:14:37.243 INFO O| Feb 13 05:14:37.242 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042025-02-13T05:14:38.831Z[ recovery-image] Feb 13 05:14:37.266 INFO O| Feb 13 05:14:37.266 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80052025-02-13T05:14:38.831Z[ recovery-image] Feb 13 05:14:37.266 INFO O| Feb 13 05:14:37.266 INFO STEP 4 (ensure_dir) COMPLETE
80062025-02-13T05:14:38.833Z[ recovery-image] Feb 13 05:14:37.266 INFO O| Feb 13 05:14:37.266 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80072025-02-13T05:14:38.899Z[ recovery-image] Feb 13 05:14:37.329 INFO O| Feb 13 05:14:37.329 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80082025-02-13T05:14:38.899Z[ recovery-image] Feb 13 05:14:37.329 INFO O| Feb 13 05:14:37.329 INFO STEP 5 (ensure_dir) COMPLETE
80092025-02-13T05:14:38.899Z[ recovery-image] Feb 13 05:14:37.329 INFO O| Feb 13 05:14:37.329 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102025-02-13T05:14:38.914Z[ recovery-image] Feb 13 05:14:37.349 INFO O| Feb 13 05:14:37.349 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80112025-02-13T05:14:38.918Z[ recovery-image] Feb 13 05:14:37.350 INFO O| Feb 13 05:14:37.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80122025-02-13T05:14:38.918Z[ recovery-image] Feb 13 05:14:37.350 INFO O| Feb 13 05:14:37.350 INFO STEP 6 (ensure_dir) COMPLETE
80132025-02-13T05:14:38.918Z[ recovery-image] Feb 13 05:14:37.350 INFO O| Feb 13 05:14:37.350 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80142025-02-13T05:14:38.951Z[ recovery-image] Feb 13 05:14:37.387 INFO O| Feb 13 05:14:37.387 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80152025-02-13T05:14:38.954Z[ recovery-image] Feb 13 05:14:37.387 INFO O| Feb 13 05:14:37.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80162025-02-13T05:14:38.954Z[ recovery-image] Feb 13 05:14:37.387 INFO O| Feb 13 05:14:37.387 INFO STEP 7 (ensure_dir) COMPLETE
80172025-02-13T05:14:38.954Z[ recovery-image] Feb 13 05:14:37.387 INFO O| Feb 13 05:14:37.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182025-02-13T05:14:38.974Z[ recovery-image] Feb 13 05:14:37.409 INFO O| Feb 13 05:14:37.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80192025-02-13T05:14:38.976Z[ recovery-image] Feb 13 05:14:37.409 INFO O| Feb 13 05:14:37.409 INFO STEP 8 (remove_files) COMPLETE
80202025-02-13T05:14:38.976Z[ recovery-image] Feb 13 05:14:37.409 INFO O| Feb 13 05:14:37.409 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80212025-02-13T05:14:38.995Z[ recovery-image] Feb 13 05:14:37.431 INFO O| Feb 13 05:14:37.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80222025-02-13T05:14:38.998Z[ recovery-image] Feb 13 05:14:37.432 INFO O| Feb 13 05:14:37.432 INFO STEP 9 (remove_files) COMPLETE
80232025-02-13T05:14:38.998Z[ recovery-image] Feb 13 05:14:37.432 INFO O| Feb 13 05:14:37.432 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80242025-02-13T05:14:39.019Z[ recovery-image] Feb 13 05:14:37.454 INFO O| Feb 13 05:14:37.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80252025-02-13T05:14:39.022Z[ recovery-image] Feb 13 05:14:37.456 INFO O| Feb 13 05:14:37.456 INFO STEP 10 (remove_files) COMPLETE
80262025-02-13T05:14:39.022Z[ recovery-image] Feb 13 05:14:37.456 INFO O| Feb 13 05:14:37.456 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-02-13T05:14:39.044Z[ recovery-image] Feb 13 05:14:37.479 INFO O| Feb 13 05:14:37.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80282025-02-13T05:14:39.046Z[ recovery-image] Feb 13 05:14:37.479 INFO O| Feb 13 05:14:37.479 INFO STEP 11 (remove_files) COMPLETE
80292025-02-13T05:14:39.046Z[ recovery-image] Feb 13 05:14:37.479 INFO O| Feb 13 05:14:37.479 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80302025-02-13T05:14:39.153Z[ recovery-image] Feb 13 05:14:37.588 INFO O| Feb 13 05:14:37.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80312025-02-13T05:14:39.153Z[ recovery-image] Feb 13 05:14:37.588 INFO O| Feb 13 05:14:37.588 INFO STEP 12 (remove_files) COMPLETE
80322025-02-13T05:14:39.156Z[ recovery-image] Feb 13 05:14:37.589 INFO O| Feb 13 05:14:37.589 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332025-02-13T05:14:39.182Z[ host-image] Feb 13 05:14:37.617 INFO O| Feb 13 05:14:37.617 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80342025-02-13T05:14:39.185Z[ recovery-image] Feb 13 05:14:37.620 INFO O| Feb 13 05:14:37.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80352025-02-13T05:14:39.187Z[ recovery-image] Feb 13 05:14:37.621 INFO O| Feb 13 05:14:37.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80362025-02-13T05:14:39.187Z[ recovery-image] Feb 13 05:14:37.621 INFO O| Feb 13 05:14:37.621 INFO STEP 13 (ensure_dir) COMPLETE
80372025-02-13T05:14:39.187Z[ recovery-image] Feb 13 05:14:37.621 INFO O| Feb 13 05:14:37.621 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382025-02-13T05:14:39.213Z[ recovery-image] Feb 13 05:14:37.648 INFO O| Feb 13 05:14:37.648 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80392025-02-13T05:14:39.213Z[ recovery-image] Feb 13 05:14:37.649 INFO O| Feb 13 05:14:37.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80402025-02-13T05:14:39.216Z[ recovery-image] Feb 13 05:14:37.649 INFO O| Feb 13 05:14:37.649 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80412025-02-13T05:14:39.216Z[ recovery-image] Feb 13 05:14:37.649 INFO O| Feb 13 05:14:37.649 INFO STEP 14 (ensure_dir) COMPLETE
80422025-02-13T05:14:39.216Z[ recovery-image] Feb 13 05:14:37.649 INFO O| Feb 13 05:14:37.649 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80432025-02-13T05:14:39.236Z[ recovery-image] Feb 13 05:14:37.671 INFO O| Feb 13 05:14:37.671 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80442025-02-13T05:14:39.236Z[ recovery-image] Feb 13 05:14:37.671 INFO O| Feb 13 05:14:37.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80452025-02-13T05:14:39.239Z[ recovery-image] Feb 13 05:14:37.672 INFO O| Feb 13 05:14:37.671 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80462025-02-13T05:14:39.239Z[ recovery-image] Feb 13 05:14:37.672 INFO O| Feb 13 05:14:37.672 INFO STEP 15 (ensure_dir) COMPLETE
80472025-02-13T05:14:39.239Z[ recovery-image] Feb 13 05:14:37.672 INFO O| Feb 13 05:14:37.672 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482025-02-13T05:14:39.275Z[ recovery-image] Feb 13 05:14:37.710 INFO O| Feb 13 05:14:37.710 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80492025-02-13T05:14:39.275Z[ recovery-image] Feb 13 05:14:37.710 INFO O| Feb 13 05:14:37.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80502025-02-13T05:14:39.277Z[ recovery-image] Feb 13 05:14:37.710 INFO O| Feb 13 05:14:37.710 INFO STEP 16 (ensure_dir) COMPLETE
80512025-02-13T05:14:39.277Z[ recovery-image] Feb 13 05:14:37.710 INFO O| Feb 13 05:14:37.710 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522025-02-13T05:14:39.317Z[ recovery-image] Feb 13 05:14:37.752 INFO O| Feb 13 05:14:37.752 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80532025-02-13T05:14:39.317Z[ recovery-image] Feb 13 05:14:37.752 INFO O| Feb 13 05:14:37.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80542025-02-13T05:14:39.320Z[ recovery-image] Feb 13 05:14:37.752 INFO O| Feb 13 05:14:37.752 INFO STEP 17 (ensure_dir) COMPLETE
80552025-02-13T05:14:39.320Z[ recovery-image] Feb 13 05:14:37.752 INFO O| Feb 13 05:14:37.752 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562025-02-13T05:14:39.384Z[ recovery-image] Feb 13 05:14:37.819 INFO O| Feb 13 05:14:37.819 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80572025-02-13T05:14:39.384Z[ recovery-image] Feb 13 05:14:37.819 INFO O| Feb 13 05:14:37.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80582025-02-13T05:14:39.386Z[ recovery-image] Feb 13 05:14:37.819 INFO O| Feb 13 05:14:37.819 INFO ok!
80592025-02-13T05:14:39.386Z[ recovery-image] Feb 13 05:14:37.819 INFO O| Feb 13 05:14:37.819 INFO STEP 18 (ensure_symlink) COMPLETE
80602025-02-13T05:14:39.386Z[ recovery-image] Feb 13 05:14:37.819 INFO O| Feb 13 05:14:37.819 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612025-02-13T05:14:39.453Z[ recovery-image] Feb 13 05:14:37.888 INFO O| Feb 13 05:14:37.888 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80622025-02-13T05:14:39.453Z[ recovery-image] Feb 13 05:14:37.888 INFO O| Feb 13 05:14:37.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80632025-02-13T05:14:39.456Z[ recovery-image] Feb 13 05:14:37.888 INFO O| Feb 13 05:14:37.888 INFO ok!
80642025-02-13T05:14:39.456Z[ recovery-image] Feb 13 05:14:37.888 INFO O| Feb 13 05:14:37.888 INFO STEP 19 (ensure_file) COMPLETE
80652025-02-13T05:14:39.456Z[ recovery-image] Feb 13 05:14:37.888 INFO O| Feb 13 05:14:37.888 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80662025-02-13T05:14:39.526Z[ recovery-image] Feb 13 05:14:37.961 INFO O| Feb 13 05:14:37.961 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80672025-02-13T05:14:39.528Z[ recovery-image] Feb 13 05:14:37.961 INFO O| Feb 13 05:14:37.961 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80682025-02-13T05:14:39.528Z[ recovery-image] Feb 13 05:14:37.962 INFO O| Feb 13 05:14:37.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80692025-02-13T05:14:39.528Z[ recovery-image] Feb 13 05:14:37.962 INFO O| Feb 13 05:14:37.962 INFO ok!
80702025-02-13T05:14:39.528Z[ recovery-image] Feb 13 05:14:37.962 INFO O| Feb 13 05:14:37.962 INFO STEP 20 (ensure_symlink) COMPLETE
80712025-02-13T05:14:39.528Z[ recovery-image] Feb 13 05:14:37.962 INFO O| Feb 13 05:14:37.962 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80722025-02-13T05:14:39.575Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80732025-02-13T05:14:39.575Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80742025-02-13T05:14:39.575Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80752025-02-13T05:14:39.578Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO ok!
80762025-02-13T05:14:39.578Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO STEP 21 (ensure_symlink) COMPLETE
80772025-02-13T05:14:39.578Z[ recovery-image] Feb 13 05:14:38.010 INFO O| Feb 13 05:14:38.010 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80782025-02-13T05:14:39.614Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80792025-02-13T05:14:39.614Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80802025-02-13T05:14:39.614Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80812025-02-13T05:14:39.616Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO ok!
80822025-02-13T05:14:39.616Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO STEP 22 (ensure_symlink) COMPLETE
80832025-02-13T05:14:39.616Z[ recovery-image] Feb 13 05:14:38.049 INFO O| Feb 13 05:14:38.049 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80842025-02-13T05:14:39.654Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80852025-02-13T05:14:39.654Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80862025-02-13T05:14:39.654Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80872025-02-13T05:14:39.657Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO ok!
80882025-02-13T05:14:39.657Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO STEP 23 (ensure_symlink) COMPLETE
80892025-02-13T05:14:39.657Z[ recovery-image] Feb 13 05:14:38.089 INFO O| Feb 13 05:14:38.089 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80902025-02-13T05:14:39.677Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80912025-02-13T05:14:39.677Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 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 ...
80922025-02-13T05:14:39.679Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80932025-02-13T05:14:39.679Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 INFO ok!
80942025-02-13T05:14:39.679Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 INFO STEP 24 (ensure_file) COMPLETE
80952025-02-13T05:14:39.679Z[ recovery-image] Feb 13 05:14:38.112 INFO O| Feb 13 05:14:38.112 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80962025-02-13T05:14:39.699Z[ recovery-image] Feb 13 05:14:38.135 INFO O| Feb 13 05:14:38.135 INFO updating shadow file
80972025-02-13T05:14:39.702Z[ recovery-image] Feb 13 05:14:38.135 INFO O| Feb 13 05:14:38.135 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80982025-02-13T05:14:39.702Z[ recovery-image] Feb 13 05:14:38.135 INFO O| Feb 13 05:14:38.135 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80992025-02-13T05:14:39.702Z[ recovery-image] Feb 13 05:14:38.135 INFO O| Feb 13 05:14:38.135 INFO STEP 25 (shadow) COMPLETE
81002025-02-13T05:14:39.702Z[ recovery-image] Feb 13 05:14:38.135 INFO O| Feb 13 05:14:38.135 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81012025-02-13T05:14:39.738Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81022025-02-13T05:14:39.738Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81032025-02-13T05:14:39.740Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81042025-02-13T05:14:39.740Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 INFO ok!
81052025-02-13T05:14:39.740Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 INFO STEP 26 (ensure_file) COMPLETE
81062025-02-13T05:14:39.740Z[ recovery-image] Feb 13 05:14:38.173 INFO O| Feb 13 05:14:38.173 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81072025-02-13T05:14:39.760Z[ recovery-image] Feb 13 05:14:38.195 INFO O| Feb 13 05:14:38.195 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81082025-02-13T05:14:39.760Z[ recovery-image] Feb 13 05:14:38.196 INFO O| Feb 13 05:14:38.195 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81092025-02-13T05:14:39.760Z[ recovery-image] Feb 13 05:14:38.196 INFO O| Feb 13 05:14:38.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81102025-02-13T05:14:39.763Z[ recovery-image] Feb 13 05:14:38.196 INFO O| Feb 13 05:14:38.196 INFO ok!
81112025-02-13T05:14:39.763Z[ recovery-image] Feb 13 05:14:38.196 INFO O| Feb 13 05:14:38.196 INFO STEP 27 (ensure_file) COMPLETE
81122025-02-13T05:14:39.763Z[ recovery-image] Feb 13 05:14:38.196 INFO O| Feb 13 05:14:38.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132025-02-13T05:14:39.782Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81142025-02-13T05:14:39.782Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81152025-02-13T05:14:39.782Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81162025-02-13T05:14:39.785Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81172025-02-13T05:14:39.785Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO ok!
81182025-02-13T05:14:39.785Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO STEP 28 (ensure_file) COMPLETE
81192025-02-13T05:14:39.785Z[ recovery-image] Feb 13 05:14:38.217 INFO O| Feb 13 05:14:38.217 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81202025-02-13T05:14:39.806Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81212025-02-13T05:14:39.806Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81222025-02-13T05:14:39.809Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81232025-02-13T05:14:39.809Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO ok!
81242025-02-13T05:14:39.809Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO STEP 29 (ensure_file) COMPLETE
81252025-02-13T05:14:39.809Z[ recovery-image] Feb 13 05:14:38.241 INFO O| Feb 13 05:14:38.241 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262025-02-13T05:14:39.865Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81272025-02-13T05:14:39.866Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81282025-02-13T05:14:39.868Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81292025-02-13T05:14:39.868Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO ok!
81302025-02-13T05:14:39.868Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO STEP 30 (ensure_file) COMPLETE
81312025-02-13T05:14:39.868Z[ recovery-image] Feb 13 05:14:38.301 INFO O| Feb 13 05:14:38.301 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81322025-02-13T05:14:39.887Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81332025-02-13T05:14:39.887Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81342025-02-13T05:14:39.890Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81352025-02-13T05:14:39.890Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81362025-02-13T05:14:39.890Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO ok!
81372025-02-13T05:14:39.890Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO STEP 31 (ensure_file) COMPLETE
81382025-02-13T05:14:39.890Z[ recovery-image] Feb 13 05:14:38.323 INFO O| Feb 13 05:14:38.323 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81392025-02-13T05:14:39.909Z[ recovery-image] Feb 13 05:14:38.344 INFO O| Feb 13 05:14:38.344 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81402025-02-13T05:14:39.909Z[ recovery-image] Feb 13 05:14:38.344 INFO O| Feb 13 05:14:38.344 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81412025-02-13T05:14:39.909Z[ recovery-image] Feb 13 05:14:38.345 INFO O| Feb 13 05:14:38.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81422025-02-13T05:14:39.912Z[ recovery-image] Feb 13 05:14:38.345 INFO O| Feb 13 05:14:38.345 INFO ok!
81432025-02-13T05:14:39.912Z[ recovery-image] Feb 13 05:14:38.345 INFO O| Feb 13 05:14:38.345 INFO STEP 32 (ensure_file) COMPLETE
81442025-02-13T05:14:39.912Z[ recovery-image] Feb 13 05:14:38.345 INFO O| Feb 13 05:14:38.345 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81452025-02-13T05:14:39.955Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.390 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81462025-02-13T05:14:39.955Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.391 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81472025-02-13T05:14:39.958Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81482025-02-13T05:14:39.958Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.391 INFO ok!
81492025-02-13T05:14:39.958Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.391 INFO STEP 33 (ensure_file) COMPLETE
81502025-02-13T05:14:39.958Z[ recovery-image] Feb 13 05:14:38.391 INFO O| Feb 13 05:14:38.391 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81512025-02-13T05:14:40.000Z[ recovery-image] Feb 13 05:14:38.435 INFO O| Feb 13 05:14:38.435 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81522025-02-13T05:14:40.000Z[ recovery-image] Feb 13 05:14:38.435 INFO O| Feb 13 05:14:38.435 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81532025-02-13T05:14:40.000Z[ recovery-image] Feb 13 05:14:38.435 INFO O| Feb 13 05:14:38.435 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81542025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.435 INFO O| Feb 13 05:14:38.435 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81552025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.435 INFO O| Feb 13 05:14:38.435 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81562025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.436 INFO O| Feb 13 05:14:38.436 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81572025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.436 INFO O| Feb 13 05:14:38.436 INFO ok!
81582025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.436 INFO O| Feb 13 05:14:38.436 INFO STEP 34 (ensure_file) COMPLETE
81592025-02-13T05:14:40.003Z[ recovery-image] Feb 13 05:14:38.436 INFO O| Feb 13 05:14:38.436 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81602025-02-13T05:14:40.049Z[ recovery-image] Feb 13 05:14:38.485 INFO O| Feb 13 05:14:38.485 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81612025-02-13T05:14:40.052Z[ recovery-image] Feb 13 05:14:38.485 INFO O| Feb 13 05:14:38.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81622025-02-13T05:14:40.052Z[ recovery-image] Feb 13 05:14:38.485 INFO O| Feb 13 05:14:38.485 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81632025-02-13T05:14:40.052Z[ recovery-image] Feb 13 05:14:38.485 INFO O| Feb 13 05:14:38.485 INFO STEP 35 (ensure_dir) COMPLETE
81642025-02-13T05:14:40.052Z[ recovery-image] Feb 13 05:14:38.485 INFO O| Feb 13 05:14:38.485 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81652025-02-13T05:14:40.097Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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
81662025-02-13T05:14:40.097Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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 ...
81672025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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
81682025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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
81692025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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
81702025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 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
81712025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 INFO ok!
81722025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 INFO STEP 36 (ensure_file) COMPLETE
81732025-02-13T05:14:40.100Z[ recovery-image] Feb 13 05:14:38.532 INFO O| Feb 13 05:14:38.532 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81742025-02-13T05:14:40.135Z[ recovery-image] Feb 13 05:14:38.569 INFO O| Feb 13 05:14:38.569 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81752025-02-13T05:14:40.135Z[ recovery-image] Feb 13 05:14:38.569 INFO O| Feb 13 05:14:38.569 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 ...
81762025-02-13T05:14:40.137Z[ recovery-image] Feb 13 05:14:38.570 INFO O| Feb 13 05:14:38.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81772025-02-13T05:14:40.137Z[ recovery-image] Feb 13 05:14:38.570 INFO O| Feb 13 05:14:38.570 INFO ok!
81782025-02-13T05:14:40.138Z[ recovery-image] Feb 13 05:14:38.570 INFO O| Feb 13 05:14:38.570 INFO STEP 37 (ensure_symlink) COMPLETE
81792025-02-13T05:14:40.138Z[ recovery-image] Feb 13 05:14:38.570 INFO O| Feb 13 05:14:38.570 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81802025-02-13T05:14:40.184Z[ recovery-image] Feb 13 05:14:38.619 INFO O| Feb 13 05:14:38.619 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81812025-02-13T05:14:40.184Z[ recovery-image] Feb 13 05:14:38.619 INFO O| Feb 13 05:14:38.619 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81822025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81832025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81842025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81852025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81862025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO ok!
81872025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO STEP 38 (ensure_file) COMPLETE
81882025-02-13T05:14:40.187Z[ recovery-image] Feb 13 05:14:38.620 INFO O| Feb 13 05:14:38.620 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892025-02-13T05:14:40.216Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81902025-02-13T05:14:40.216Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 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 ...
81912025-02-13T05:14:40.219Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 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
81922025-02-13T05:14:40.219Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81932025-02-13T05:14:40.219Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 INFO ok!
81942025-02-13T05:14:40.219Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 INFO STEP 39 (ensure_file) COMPLETE
81952025-02-13T05:14:40.219Z[ recovery-image] Feb 13 05:14:38.651 INFO O| Feb 13 05:14:38.651 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81962025-02-13T05:14:40.239Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81972025-02-13T05:14:40.239Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81982025-02-13T05:14:40.241Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81992025-02-13T05:14:40.241Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO ok!
82002025-02-13T05:14:40.241Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO STEP 40 (ensure_file) COMPLETE
82012025-02-13T05:14:40.241Z[ recovery-image] Feb 13 05:14:38.674 INFO O| Feb 13 05:14:38.674 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82022025-02-13T05:14:40.264Z[ recovery-image] Feb 13 05:14:38.699 INFO O| Feb 13 05:14:38.699 INFO updating shadow file
82032025-02-13T05:14:40.267Z[ recovery-image] Feb 13 05:14:38.699 INFO O| Feb 13 05:14:38.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82042025-02-13T05:14:40.267Z[ recovery-image] Feb 13 05:14:38.699 INFO O| Feb 13 05:14:38.699 INFO STEP 41 (shadow) COMPLETE
82052025-02-13T05:14:40.267Z[ recovery-image] Feb 13 05:14:38.699 INFO O| Feb 13 05:14:38.699 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82062025-02-13T05:14:40.325Z[ recovery-image] Feb 13 05:14:38.760 INFO O| Feb 13 05:14:38.760 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82072025-02-13T05:14:40.325Z[ recovery-image] Feb 13 05:14:38.760 INFO O| Feb 13 05:14:38.760 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82082025-02-13T05:14:40.327Z[ recovery-image] Feb 13 05:14:38.760 INFO O| Feb 13 05:14:38.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82092025-02-13T05:14:40.327Z[ recovery-image] Feb 13 05:14:38.760 INFO O| Feb 13 05:14:38.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82102025-02-13T05:14:40.328Z[ recovery-image] Feb 13 05:14:38.761 INFO O| Feb 13 05:14:38.760 INFO ok!
82112025-02-13T05:14:40.328Z[ recovery-image] Feb 13 05:14:38.761 INFO O| Feb 13 05:14:38.761 INFO STEP 42 (ensure_file) COMPLETE
82122025-02-13T05:14:40.328Z[ recovery-image] Feb 13 05:14:38.761 INFO O| Feb 13 05:14:38.761 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82132025-02-13T05:14:40.382Z[ recovery-image] Feb 13 05:14:38.816 INFO O| Feb 13 05:14:38.816 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82142025-02-13T05:14:40.382Z[ recovery-image] Feb 13 05:14:38.816 INFO O| Feb 13 05:14:38.816 INFO STEP 43 (ensure_dir) COMPLETE
82152025-02-13T05:14:40.382Z[ recovery-image] Feb 13 05:14:38.816 INFO O| Feb 13 05:14:38.816 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82162025-02-13T05:14:40.426Z[ recovery-image] Feb 13 05:14:38.861 INFO O| Feb 13 05:14:38.860 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82172025-02-13T05:14:40.426Z[ recovery-image] Feb 13 05:14:38.861 INFO O| Feb 13 05:14:38.861 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82182025-02-13T05:14:40.428Z[ recovery-image] Feb 13 05:14:38.861 INFO O| Feb 13 05:14:38.861 INFO STEP 44 (ensure_dir) COMPLETE
82192025-02-13T05:14:40.429Z[ recovery-image] Feb 13 05:14:38.861 INFO O| Feb 13 05:14:38.861 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202025-02-13T05:14:40.504Z[ recovery-image] Feb 13 05:14:38.939 INFO O| Feb 13 05:14:38.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82212025-02-13T05:14:40.504Z[ recovery-image] Feb 13 05:14:38.939 INFO O| Feb 13 05:14:38.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82222025-02-13T05:14:40.507Z[ recovery-image] Feb 13 05:14:38.939 INFO O| Feb 13 05:14:38.939 INFO STEP 45 (ensure_dir) COMPLETE
82232025-02-13T05:14:40.507Z[ recovery-image] Feb 13 05:14:38.939 INFO O| Feb 13 05:14:38.939 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242025-02-13T05:14:40.535Z[ recovery-image] Feb 13 05:14:38.970 INFO O| Feb 13 05:14:38.970 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82252025-02-13T05:14:40.535Z[ recovery-image] Feb 13 05:14:38.970 INFO O| Feb 13 05:14:38.970 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82262025-02-13T05:14:40.596Z[ recovery-image] Feb 13 05:14:39.031 INFO O| Feb 13 05:14:39.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82272025-02-13T05:14:40.596Z[ recovery-image] Feb 13 05:14:39.031 INFO O| Feb 13 05:14:39.031 INFO ok!
82282025-02-13T05:14:40.599Z[ recovery-image] Feb 13 05:14:39.031 INFO O| Feb 13 05:14:39.031 INFO STEP 46 (ensure_file) COMPLETE
82292025-02-13T05:14:40.599Z[ recovery-image] Feb 13 05:14:39.031 INFO O| Feb 13 05:14:39.031 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82302025-02-13T05:14:40.641Z[ recovery-image] Feb 13 05:14:39.077 INFO O| Feb 13 05:14:39.076 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82312025-02-13T05:14:40.642Z[ recovery-image] Feb 13 05:14:39.077 INFO O| Feb 13 05:14:39.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82322025-02-13T05:14:40.645Z[ recovery-image] Feb 13 05:14:39.077 INFO O| Feb 13 05:14:39.077 INFO STEP 47 (ensure_dir) COMPLETE
82332025-02-13T05:14:40.645Z[ recovery-image] Feb 13 05:14:39.077 INFO O| Feb 13 05:14:39.077 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82342025-02-13T05:14:40.685Z[ recovery-image] Feb 13 05:14:39.120 INFO O| Feb 13 05:14:39.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82352025-02-13T05:14:40.685Z[ recovery-image] Feb 13 05:14:39.120 INFO O| Feb 13 05:14:39.120 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82362025-02-13T05:14:40.688Z[ recovery-image] Feb 13 05:14:39.120 INFO O| Feb 13 05:14:39.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82372025-02-13T05:14:40.688Z[ recovery-image] Feb 13 05:14:39.120 INFO O| Feb 13 05:14:39.120 INFO ok!
82382025-02-13T05:14:40.688Z[ recovery-image] Feb 13 05:14:39.120 INFO O| Feb 13 05:14:39.120 INFO STEP 48 (ensure_file) COMPLETE
82392025-02-13T05:14:40.688Z[ recovery-image] Feb 13 05:14:39.121 INFO O| Feb 13 05:14:39.121 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402025-02-13T05:14:40.711Z[ recovery-image] Feb 13 05:14:39.146 INFO O| Feb 13 05:14:39.146 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82412025-02-13T05:14:40.713Z[ recovery-image] Feb 13 05:14:39.146 INFO O| Feb 13 05:14:39.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82422025-02-13T05:14:40.713Z[ recovery-image] Feb 13 05:14:39.147 INFO O| Feb 13 05:14:39.146 INFO STEP 49 (ensure_dir) COMPLETE
82432025-02-13T05:14:40.713Z[ recovery-image] Feb 13 05:14:39.147 INFO O| Feb 13 05:14:39.147 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442025-02-13T05:14:40.745Z[ recovery-image] Feb 13 05:14:39.180 INFO O| Feb 13 05:14:39.180 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82452025-02-13T05:14:40.745Z[ recovery-image] Feb 13 05:14:39.180 INFO O| Feb 13 05:14:39.180 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82462025-02-13T05:14:40.768Z[ recovery-image] Feb 13 05:14:39.203 INFO O| Feb 13 05:14:39.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82472025-02-13T05:14:40.768Z[ recovery-image] Feb 13 05:14:39.203 INFO O| Feb 13 05:14:39.203 INFO ok!
82482025-02-13T05:14:40.771Z[ recovery-image] Feb 13 05:14:39.203 INFO O| Feb 13 05:14:39.203 INFO STEP 50 (ensure_file) COMPLETE
82492025-02-13T05:14:40.771Z[ recovery-image] Feb 13 05:14:39.203 INFO O| Feb 13 05:14:39.203 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502025-02-13T05:14:40.790Z[ recovery-image] Feb 13 05:14:39.225 INFO O| Feb 13 05:14:39.225 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82512025-02-13T05:14:40.790Z[ recovery-image] Feb 13 05:14:39.225 INFO O| Feb 13 05:14:39.225 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82522025-02-13T05:14:42.856Z[ recovery-image] Feb 13 05:14:41.291 INFO O| Feb 13 05:14:41.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82532025-02-13T05:14:42.856Z[ recovery-image] Feb 13 05:14:41.291 INFO O| Feb 13 05:14:41.291 INFO ok!
82542025-02-13T05:14:42.859Z[ recovery-image] Feb 13 05:14:41.291 INFO O| Feb 13 05:14:41.291 INFO STEP 51 (ensure_file) COMPLETE
82552025-02-13T05:14:42.859Z[ recovery-image] Feb 13 05:14:41.291 INFO O| Feb 13 05:14:41.291 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562025-02-13T05:14:42.882Z[ recovery-image] Feb 13 05:14:41.316 INFO O| Feb 13 05:14:41.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82572025-02-13T05:14:42.882Z[ recovery-image] Feb 13 05:14:41.317 INFO O| Feb 13 05:14:41.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82582025-02-13T05:14:42.882Z[ recovery-image] Feb 13 05:14:41.317 INFO O| Feb 13 05:14:41.317 INFO STEP 52 (ensure_dir) COMPLETE
82592025-02-13T05:14:42.885Z[ recovery-image] Feb 13 05:14:41.317 INFO O| Feb 13 05:14:41.317 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602025-02-13T05:14:42.925Z[ recovery-image] Feb 13 05:14:41.359 INFO O| Feb 13 05:14:41.359 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82612025-02-13T05:14:42.925Z[ recovery-image] Feb 13 05:14:41.359 INFO O| Feb 13 05:14:41.359 INFO copying /tmp/.tmpSxvfXu/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 ...
82622025-02-13T05:14:42.927Z[ recovery-image] Feb 13 05:14:41.360 INFO O| Feb 13 05:14:41.359 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
82632025-02-13T05:14:42.927Z[ recovery-image] Feb 13 05:14:41.360 INFO O| Feb 13 05:14:41.359 INFO ok!
82642025-02-13T05:14:42.927Z[ recovery-image] Feb 13 05:14:41.360 INFO O| Feb 13 05:14:41.360 INFO STEP 53 (ensure_file) COMPLETE
82652025-02-13T05:14:42.927Z[ recovery-image] Feb 13 05:14:41.360 INFO O| Feb 13 05:14:41.360 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82662025-02-13T05:14:42.986Z[ recovery-image] Feb 13 05:14:41.420 INFO O| Feb 13 05:14:41.420 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82672025-02-13T05:14:42.986Z[ recovery-image] Feb 13 05:14:41.420 INFO O| Feb 13 05:14:41.420 INFO copying /tmp/.tmpSxvfXu/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 ...
82682025-02-13T05:14:42.986Z[ recovery-image] Feb 13 05:14:41.421 INFO O| Feb 13 05:14:41.420 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
82692025-02-13T05:14:42.988Z[ recovery-image] Feb 13 05:14:41.421 INFO O| Feb 13 05:14:41.420 INFO ok!
82702025-02-13T05:14:42.988Z[ recovery-image] Feb 13 05:14:41.421 INFO O| Feb 13 05:14:41.421 INFO STEP 54 (ensure_file) COMPLETE
82712025-02-13T05:14:42.988Z[ recovery-image] Feb 13 05:14:41.421 INFO O| Feb 13 05:14:41.421 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722025-02-13T05:14:43.006Z[ recovery-image] Feb 13 05:14:41.441 INFO O| Feb 13 05:14:41.441 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82732025-02-13T05:14:43.006Z[ recovery-image] Feb 13 05:14:41.441 INFO O| Feb 13 05:14:41.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82742025-02-13T05:14:43.007Z[ recovery-image] Feb 13 05:14:41.441 INFO O| Feb 13 05:14:41.441 INFO STEP 55 (ensure_dir) COMPLETE
82752025-02-13T05:14:43.007Z[ recovery-image] Feb 13 05:14:41.441 INFO O| Feb 13 05:14:41.441 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762025-02-13T05:14:43.039Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.473 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82772025-02-13T05:14:43.039Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.474 INFO copying /tmp/.tmpSxvfXu/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 ...
82782025-02-13T05:14:43.042Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82792025-02-13T05:14:43.042Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.474 INFO ok!
82802025-02-13T05:14:43.042Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.474 INFO STEP 56 (ensure_file) COMPLETE
82812025-02-13T05:14:43.042Z[ recovery-image] Feb 13 05:14:41.474 INFO O| Feb 13 05:14:41.474 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822025-02-13T05:14:43.103Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.537 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82832025-02-13T05:14:43.103Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.537 INFO copying /tmp/.tmpSxvfXu/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 ...
82842025-02-13T05:14:43.105Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.538 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
82852025-02-13T05:14:43.105Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.538 INFO ok!
82862025-02-13T05:14:43.105Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.538 INFO STEP 57 (ensure_file) COMPLETE
82872025-02-13T05:14:43.106Z[ recovery-image] Feb 13 05:14:41.538 INFO O| Feb 13 05:14:41.538 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882025-02-13T05:14:43.127Z[ recovery-image] Feb 13 05:14:41.562 INFO O| Feb 13 05:14:41.562 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82892025-02-13T05:14:43.127Z[ recovery-image] Feb 13 05:14:41.562 INFO O| Feb 13 05:14:41.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82902025-02-13T05:14:43.130Z[ recovery-image] Feb 13 05:14:41.562 INFO O| Feb 13 05:14:41.562 INFO STEP 58 (ensure_dir) COMPLETE
82912025-02-13T05:14:43.130Z[ recovery-image] Feb 13 05:14:41.562 INFO O| Feb 13 05:14:41.562 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922025-02-13T05:14:43.149Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82932025-02-13T05:14:43.149Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO copying /tmp/.tmpSxvfXu/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 ...
82942025-02-13T05:14:43.152Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82952025-02-13T05:14:43.152Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO ok!
82962025-02-13T05:14:43.152Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO STEP 59 (ensure_file) COMPLETE
82972025-02-13T05:14:43.152Z[ recovery-image] Feb 13 05:14:41.583 INFO O| Feb 13 05:14:41.583 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982025-02-13T05:14:43.168Z[ recovery-image] Feb 13 05:14:41.602 INFO O| Feb 13 05:14:41.602 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82992025-02-13T05:14:43.168Z[ recovery-image] Feb 13 05:14:41.602 INFO O| Feb 13 05:14:41.602 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83002025-02-13T05:14:43.170Z[ recovery-image] Feb 13 05:14:41.602 INFO O| Feb 13 05:14:41.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83012025-02-13T05:14:43.170Z[ recovery-image] Feb 13 05:14:41.602 INFO O| Feb 13 05:14:41.602 INFO ok!
83022025-02-13T05:14:43.170Z[ recovery-image] Feb 13 05:14:41.602 INFO O| Feb 13 05:14:41.602 INFO STEP 60 (ensure_file) COMPLETE
83032025-02-13T05:14:43.170Z[ recovery-image] Feb 13 05:14:41.603 INFO O| Feb 13 05:14:41.602 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042025-02-13T05:14:43.208Z[ recovery-image] Feb 13 05:14:41.642 INFO O| Feb 13 05:14:41.642 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83052025-02-13T05:14:43.208Z[ recovery-image] Feb 13 05:14:41.642 INFO O| Feb 13 05:14:41.642 INFO STEP 61 (ensure_dir) COMPLETE
83062025-02-13T05:14:43.208Z[ recovery-image] Feb 13 05:14:41.642 INFO O| Feb 13 05:14:41.642 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83072025-02-13T05:14:43.245Z[ recovery-image] Feb 13 05:14:41.680 INFO O| Feb 13 05:14:41.679 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83082025-02-13T05:14:43.245Z[ recovery-image] Feb 13 05:14:41.680 INFO O| Feb 13 05:14:41.680 INFO STEP 62 (ensure_dir) COMPLETE
83092025-02-13T05:14:43.245Z[ recovery-image] Feb 13 05:14:41.680 INFO O| Feb 13 05:14:41.680 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102025-02-13T05:14:43.265Z[ recovery-image] Feb 13 05:14:41.700 INFO O| Feb 13 05:14:41.700 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83112025-02-13T05:14:43.268Z[ recovery-image] Feb 13 05:14:41.700 INFO O| Feb 13 05:14:41.700 INFO STEP 63 (ensure_dir) COMPLETE
83122025-02-13T05:14:43.268Z[ recovery-image] Feb 13 05:14:41.700 INFO O| Feb 13 05:14:41.700 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83132025-02-13T05:14:43.303Z[ recovery-image] Feb 13 05:14:41.738 INFO O| Feb 13 05:14:41.738 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83142025-02-13T05:14:43.305Z[ recovery-image] Feb 13 05:14:41.738 INFO O| Feb 13 05:14:41.738 INFO STEP 64 (ensure_dir) COMPLETE
83152025-02-13T05:14:43.305Z[ recovery-image] Feb 13 05:14:41.738 INFO O| Feb 13 05:14:41.738 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162025-02-13T05:14:43.356Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83172025-02-13T05:14:43.356Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO copying /tmp/.tmpSxvfXu/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83182025-02-13T05:14:43.356Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83192025-02-13T05:14:43.359Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO ok!
83202025-02-13T05:14:43.359Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO STEP 65 (ensure_file) COMPLETE
83212025-02-13T05:14:43.359Z[ recovery-image] Feb 13 05:14:41.791 INFO O| Feb 13 05:14:41.791 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83222025-02-13T05:14:43.377Z[ recovery-image] Feb 13 05:14:41.812 INFO O| Feb 13 05:14:41.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83232025-02-13T05:14:43.380Z[ recovery-image] Feb 13 05:14:41.813 INFO O| Feb 13 05:14:41.813 INFO STEP 66 (remove_files) COMPLETE
83242025-02-13T05:14:43.380Z[ recovery-image] Feb 13 05:14:41.813 INFO O| Feb 13 05:14:41.813 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83252025-02-13T05:14:43.413Z[ recovery-image] Feb 13 05:14:41.848 INFO O| Feb 13 05:14:41.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83262025-02-13T05:14:43.416Z[ recovery-image] Feb 13 05:14:41.848 INFO O| Feb 13 05:14:41.848 INFO STEP 67 (remove_files) COMPLETE
83272025-02-13T05:14:43.416Z[ recovery-image] Feb 13 05:14:41.848 INFO O| Feb 13 05:14:41.848 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83282025-02-13T05:14:43.434Z[ recovery-image] Feb 13 05:14:41.868 INFO O| Feb 13 05:14:41.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83292025-02-13T05:14:43.437Z[ recovery-image] Feb 13 05:14:41.869 INFO O| Feb 13 05:14:41.869 INFO STEP 68 (remove_files) COMPLETE
83302025-02-13T05:14:43.437Z[ recovery-image] Feb 13 05:14:41.869 INFO O| Feb 13 05:14:41.869 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83312025-02-13T05:14:43.467Z[ recovery-image] Feb 13 05:14:41.901 INFO O| Feb 13 05:14:41.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83322025-02-13T05:14:43.470Z[ recovery-image] Feb 13 05:14:41.902 INFO O| Feb 13 05:14:41.902 INFO STEP 69 (remove_files) COMPLETE
83332025-02-13T05:14:43.470Z[ recovery-image] Feb 13 05:14:41.902 INFO O| Feb 13 05:14:41.902 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83342025-02-13T05:14:43.488Z[ recovery-image] Feb 13 05:14:41.923 INFO O| Feb 13 05:14:41.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83352025-02-13T05:14:43.491Z[ recovery-image] Feb 13 05:14:41.923 INFO O| Feb 13 05:14:41.923 INFO STEP 70 (remove_files) COMPLETE
83362025-02-13T05:14:43.491Z[ recovery-image] Feb 13 05:14:41.923 INFO O| Feb 13 05:14:41.923 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83372025-02-13T05:14:43.508Z[ recovery-image] Feb 13 05:14:41.943 INFO O| Feb 13 05:14:41.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83382025-02-13T05:14:43.511Z[ recovery-image] Feb 13 05:14:41.943 INFO O| Feb 13 05:14:41.943 INFO STEP 71 (remove_files) COMPLETE
83392025-02-13T05:14:43.511Z[ recovery-image] Feb 13 05:14:41.943 INFO O| Feb 13 05:14:41.943 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83402025-02-13T05:14:43.539Z[ recovery-image] Feb 13 05:14:41.974 INFO O| Feb 13 05:14:41.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83412025-02-13T05:14:43.539Z[ recovery-image] Feb 13 05:14:41.974 INFO O| Feb 13 05:14:41.974 INFO STEP 72 (remove_files) COMPLETE
83422025-02-13T05:14:43.543Z[ recovery-image] Feb 13 05:14:41.974 INFO O| Feb 13 05:14:41.974 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83432025-02-13T05:14:43.570Z[ recovery-image] Feb 13 05:14:42.004 INFO O| Feb 13 05:14:42.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83442025-02-13T05:14:43.570Z[ recovery-image] Feb 13 05:14:42.004 INFO O| Feb 13 05:14:42.004 INFO STEP 73 (remove_files) COMPLETE
83452025-02-13T05:14:43.570Z[ recovery-image] Feb 13 05:14:42.004 INFO O| Feb 13 05:14:42.004 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83462025-02-13T05:14:43.597Z[ recovery-image] Feb 13 05:14:42.031 INFO O| Feb 13 05:14:42.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83472025-02-13T05:14:43.597Z[ recovery-image] Feb 13 05:14:42.031 INFO O| Feb 13 05:14:42.031 INFO STEP 74 (remove_files) COMPLETE
83482025-02-13T05:14:43.597Z[ recovery-image] Feb 13 05:14:42.031 INFO O| Feb 13 05:14:42.031 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492025-02-13T05:14:43.639Z[ recovery-image] Feb 13 05:14:42.073 INFO O| Feb 13 05:14:42.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83502025-02-13T05:14:43.639Z[ recovery-image] Feb 13 05:14:42.073 INFO O| Feb 13 05:14:42.073 INFO STEP 75 (remove_files) COMPLETE
83512025-02-13T05:14:43.639Z[ recovery-image] Feb 13 05:14:42.073 INFO O| Feb 13 05:14:42.073 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522025-02-13T05:14:43.686Z[ recovery-image] Feb 13 05:14:42.120 INFO O| Feb 13 05:14:42.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83532025-02-13T05:14:43.686Z[ recovery-image] Feb 13 05:14:42.120 INFO O| Feb 13 05:14:42.120 INFO STEP 76 (remove_files) COMPLETE
83542025-02-13T05:14:43.689Z[ recovery-image] Feb 13 05:14:42.120 INFO O| Feb 13 05:14:42.120 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83552025-02-13T05:14:43.752Z[ recovery-image] Feb 13 05:14:42.187 INFO O| Feb 13 05:14:42.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83562025-02-13T05:14:43.752Z[ recovery-image] Feb 13 05:14:42.187 INFO O| Feb 13 05:14:42.187 INFO STEP 77 (remove_files) COMPLETE
83572025-02-13T05:14:43.752Z[ recovery-image] Feb 13 05:14:42.187 INFO O| Feb 13 05:14:42.187 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582025-02-13T05:14:43.806Z[ recovery-image] Feb 13 05:14:42.240 INFO O| Feb 13 05:14:42.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83592025-02-13T05:14:43.806Z[ recovery-image] Feb 13 05:14:42.240 INFO O| Feb 13 05:14:42.240 INFO STEP 78 (remove_files) COMPLETE
83602025-02-13T05:14:43.806Z[ recovery-image] Feb 13 05:14:42.240 INFO O| Feb 13 05:14:42.240 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612025-02-13T05:14:43.829Z[ recovery-image] Feb 13 05:14:42.263 INFO O| Feb 13 05:14:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83622025-02-13T05:14:43.829Z[ recovery-image] Feb 13 05:14:42.263 INFO O| Feb 13 05:14:42.263 INFO STEP 79 (remove_files) COMPLETE
83632025-02-13T05:14:43.831Z[ recovery-image] Feb 13 05:14:42.263 INFO O| Feb 13 05:14:42.263 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642025-02-13T05:14:43.854Z[ recovery-image] Feb 13 05:14:42.288 INFO O| Feb 13 05:14:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83652025-02-13T05:14:43.854Z[ recovery-image] Feb 13 05:14:42.288 INFO O| Feb 13 05:14:42.288 INFO STEP 80 (remove_files) COMPLETE
83662025-02-13T05:14:43.854Z[ recovery-image] Feb 13 05:14:42.288 INFO O| Feb 13 05:14:42.288 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672025-02-13T05:14:43.877Z[ recovery-image] Feb 13 05:14:42.312 INFO O| Feb 13 05:14:42.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83682025-02-13T05:14:43.877Z[ recovery-image] Feb 13 05:14:42.312 INFO O| Feb 13 05:14:42.312 INFO STEP 81 (remove_files) COMPLETE
83692025-02-13T05:14:43.877Z[ recovery-image] Feb 13 05:14:42.312 INFO O| Feb 13 05:14:42.312 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702025-02-13T05:14:43.903Z[ recovery-image] Feb 13 05:14:42.338 INFO O| Feb 13 05:14:42.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83712025-02-13T05:14:43.904Z[ recovery-image] Feb 13 05:14:42.338 INFO O| Feb 13 05:14:42.338 INFO STEP 82 (remove_files) COMPLETE
83722025-02-13T05:14:43.904Z[ recovery-image] Feb 13 05:14:42.338 INFO O| Feb 13 05:14:42.338 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732025-02-13T05:14:43.932Z[ recovery-image] Feb 13 05:14:42.366 INFO O| Feb 13 05:14:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83742025-02-13T05:14:43.932Z[ recovery-image] Feb 13 05:14:42.366 INFO O| Feb 13 05:14:42.366 INFO STEP 83 (remove_files) COMPLETE
83752025-02-13T05:14:43.937Z[ recovery-image] Feb 13 05:14:42.366 INFO O| Feb 13 05:14:42.366 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762025-02-13T05:14:43.975Z[ recovery-image] Feb 13 05:14:42.410 INFO O| Feb 13 05:14:42.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83772025-02-13T05:14:43.975Z[ recovery-image] Feb 13 05:14:42.410 INFO O| Feb 13 05:14:42.410 INFO STEP 84 (remove_files) COMPLETE
83782025-02-13T05:14:43.975Z[ recovery-image] Feb 13 05:14:42.410 INFO O| Feb 13 05:14:42.410 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792025-02-13T05:14:44.006Z[ recovery-image] Feb 13 05:14:42.440 INFO O| Feb 13 05:14:42.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83802025-02-13T05:14:44.006Z[ recovery-image] Feb 13 05:14:42.440 INFO O| Feb 13 05:14:42.440 INFO STEP 85 (remove_files) COMPLETE
83812025-02-13T05:14:44.008Z[ recovery-image] Feb 13 05:14:42.440 INFO O| Feb 13 05:14:42.440 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822025-02-13T05:14:44.027Z[ recovery-image] Feb 13 05:14:42.462 INFO O| Feb 13 05:14:42.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83832025-02-13T05:14:44.027Z[ recovery-image] Feb 13 05:14:42.462 INFO O| Feb 13 05:14:42.462 INFO STEP 86 (remove_files) COMPLETE
83842025-02-13T05:14:44.027Z[ recovery-image] Feb 13 05:14:42.462 INFO O| Feb 13 05:14:42.462 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852025-02-13T05:14:44.050Z[ recovery-image] Feb 13 05:14:42.485 INFO O| Feb 13 05:14:42.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83862025-02-13T05:14:44.050Z[ recovery-image] Feb 13 05:14:42.485 INFO O| Feb 13 05:14:42.485 INFO STEP 87 (remove_files) COMPLETE
83872025-02-13T05:14:44.050Z[ recovery-image] Feb 13 05:14:42.485 INFO O| Feb 13 05:14:42.485 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882025-02-13T05:14:44.117Z[ recovery-image] Feb 13 05:14:42.551 INFO O| Feb 13 05:14:42.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83892025-02-13T05:14:44.117Z[ recovery-image] Feb 13 05:14:42.551 INFO O| Feb 13 05:14:42.551 INFO STEP 88 (remove_files) COMPLETE
83902025-02-13T05:14:44.119Z[ recovery-image] Feb 13 05:14:42.551 INFO O| Feb 13 05:14:42.551 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912025-02-13T05:14:44.142Z[ recovery-image] Feb 13 05:14:42.576 INFO O| Feb 13 05:14:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83922025-02-13T05:14:44.142Z[ recovery-image] Feb 13 05:14:42.576 INFO O| Feb 13 05:14:42.576 INFO STEP 89 (remove_files) COMPLETE
83932025-02-13T05:14:44.142Z[ recovery-image] Feb 13 05:14:42.576 INFO O| Feb 13 05:14:42.576 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942025-02-13T05:14:44.165Z[ recovery-image] Feb 13 05:14:42.599 INFO O| Feb 13 05:14:42.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83952025-02-13T05:14:44.165Z[ recovery-image] Feb 13 05:14:42.599 INFO O| Feb 13 05:14:42.599 INFO STEP 90 (remove_files) COMPLETE
83962025-02-13T05:14:44.167Z[ recovery-image] Feb 13 05:14:42.599 INFO O| Feb 13 05:14:42.599 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972025-02-13T05:14:44.186Z[ recovery-image] Feb 13 05:14:42.620 INFO O| Feb 13 05:14:42.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83982025-02-13T05:14:44.186Z[ recovery-image] Feb 13 05:14:42.620 INFO O| Feb 13 05:14:42.620 INFO STEP 91 (remove_files) COMPLETE
83992025-02-13T05:14:44.188Z[ recovery-image] Feb 13 05:14:42.620 INFO O| Feb 13 05:14:42.620 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002025-02-13T05:14:44.208Z[ recovery-image] Feb 13 05:14:42.643 INFO O| Feb 13 05:14:42.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84012025-02-13T05:14:44.208Z[ recovery-image] Feb 13 05:14:42.643 INFO O| Feb 13 05:14:42.643 INFO STEP 92 (remove_files) COMPLETE
84022025-02-13T05:14:44.208Z[ recovery-image] Feb 13 05:14:42.643 INFO O| Feb 13 05:14:42.643 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032025-02-13T05:14:44.229Z[ recovery-image] Feb 13 05:14:42.664 INFO O| Feb 13 05:14:42.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84042025-02-13T05:14:44.229Z[ recovery-image] Feb 13 05:14:42.664 INFO O| Feb 13 05:14:42.664 INFO STEP 93 (remove_files) COMPLETE
84052025-02-13T05:14:44.232Z[ recovery-image] Feb 13 05:14:42.664 INFO O| Feb 13 05:14:42.664 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062025-02-13T05:14:44.265Z[ recovery-image] Feb 13 05:14:42.700 INFO O| Feb 13 05:14:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84072025-02-13T05:14:44.268Z[ recovery-image] Feb 13 05:14:42.700 INFO O| Feb 13 05:14:42.700 INFO STEP 94 (remove_files) COMPLETE
84082025-02-13T05:14:44.268Z[ recovery-image] Feb 13 05:14:42.700 INFO O| Feb 13 05:14:42.700 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84092025-02-13T05:14:44.378Z[ recovery-image] Feb 13 05:14:42.813 INFO O| Feb 13 05:14:42.813 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84102025-02-13T05:14:44.381Z[ recovery-image] Feb 13 05:14:42.814 INFO O| Feb 13 05:14:42.814 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"}
84112025-02-13T05:14:44.726Z[ host-image] Feb 13 05:14:43.161 INFO O| Feb 13 05:14:43.161 INFO O| Planning: Solver setup ... Done
84122025-02-13T05:14:44.737Z[ host-image] Feb 13 05:14:43.171 INFO O| Feb 13 05:14:43.171 INFO O| Planning: Running solver ... Done
84132025-02-13T05:14:44.898Z[ host-image] Feb 13 05:14:43.333 INFO O| Feb 13 05:14:43.333 INFO O| Planning: Finding local manifests ... Done
84142025-02-13T05:14:44.902Z[ host-image] Feb 13 05:14:43.335 INFO O| Feb 13 05:14:43.335 INFO O| Planning: Fetching manifests: 0/6 0% complete
84152025-02-13T05:14:45.309Z[ host-image] Feb 13 05:14:43.744 INFO O| Feb 13 05:14:43.744 INFO O| Planning: Fetching manifests: 6/6 100% complete
84162025-02-13T05:14:45.370Z[ host-image] Feb 13 05:14:43.804 INFO O| Feb 13 05:14:43.804 INFO O| Planning: Package planning ... Done
84172025-02-13T05:14:45.427Z[ host-image] Feb 13 05:14:43.861 INFO O| Feb 13 05:14:43.861 INFO O| Planning: Merging actions ... Done
84182025-02-13T05:14:45.635Z[ host-image] Feb 13 05:14:44.069 INFO O| Feb 13 05:14:44.069 INFO O| Planning: Checking for conflicting actions ... Done
84192025-02-13T05:14:45.644Z[ host-image] Feb 13 05:14:44.078 INFO O| Feb 13 05:14:44.078 INFO O| Planning: Consolidating action changes ... Done
84202025-02-13T05:14:46.156Z[ host-image] Feb 13 05:14:44.590 INFO O| Feb 13 05:14:44.590 INFO O| Planning: Evaluating mediators ... Done
84212025-02-13T05:14:46.163Z[ host-image] Feb 13 05:14:44.598 INFO O| Feb 13 05:14:44.598 INFO O| Planning: Planning completed in 6.98 seconds
84222025-02-13T05:14:46.167Z[ host-image] Feb 13 05:14:44.601 INFO O| Feb 13 05:14:44.601 INFO O| Packages to install: 6
84232025-02-13T05:14:46.170Z[ host-image] Feb 13 05:14:44.601 INFO O| Feb 13 05:14:44.601 INFO O| Mediators to change: 1
84242025-02-13T05:14:46.170Z[ host-image] Feb 13 05:14:44.601 INFO O| Feb 13 05:14:44.601 INFO O| Services to change: 1
84252025-02-13T05:14:46.196Z[ host-image] Feb 13 05:14:44.630 INFO O| Feb 13 05:14:44.630 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
84262025-02-13T05:14:51.208Z[ host-image] Feb 13 05:14:49.637 INFO O| Feb 13 05:14:49.637 INFO O| Download: 861/1140 items 3.2/8.4MB 38% complete (671k/s)
84272025-02-13T05:14:51.755Z[ recovery-image] Feb 13 05:14:50.189 INFO O| Feb 13 05:14:50.189 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
84282025-02-13T05:14:51.755Z[ recovery-image] Feb 13 05:14:50.189 INFO O| Feb 13 05:14:50.189 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84292025-02-13T05:14:51.781Z[ recovery-image] Feb 13 05:14:50.215 INFO O| Feb 13 05:14:50.215 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84302025-02-13T05:14:51.957Z[ recovery-image] Feb 13 05:14:50.389 INFO O| Feb 13 05:14:50.388 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84312025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.389 INFO O| Feb 13 05:14:50.388 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 ...
84322025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84332025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.390 INFO ok!
84342025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.390 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84352025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.391 INFO STEP 95 (seed_smf) COMPLETE
84362025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.391 INFO steps complete; finalising image!
84372025-02-13T05:14:51.961Z[ recovery-image] Feb 13 05:14:50.391 INFO O| Feb 13 05:14:50.391 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84382025-02-13T05:14:52.043Z[ recovery-image] Feb 13 05:14:50.475 INFO O| Feb 13 05:14:50.475 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Feb 13 05:14:50 2025)
84392025-02-13T05:14:52.254Z[ recovery-image] Feb 13 05:14:50.688 INFO O| Feb 13 05:14:50.688 INFO trim TEMPORARY-gimlet-zfs-recovery: (16% trimmed, started at Thu Feb 13 05:14:50 2025)
84402025-02-13T05:14:52.468Z[ recovery-image] Feb 13 05:14:50.901 INFO O| Feb 13 05:14:50.901 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Thu Feb 13 05:14:50 2025)
84412025-02-13T05:14:52.680Z[ recovery-image] Feb 13 05:14:51.113 INFO O| Feb 13 05:14:51.113 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Thu Feb 13 05:14:50 2025)
84422025-02-13T05:14:52.860Z[ host-image] Feb 13 05:14:51.293 INFO O| Feb 13 05:14:51.293 INFO O| Download: Completed 8.42 MB in 6.66 seconds (1.3M/s)
84432025-02-13T05:14:52.895Z[ recovery-image] Feb 13 05:14:51.328 INFO O| Feb 13 05:14:51.328 INFO trim TEMPORARY-gimlet-zfs-recovery: (83% trimmed, started at Thu Feb 13 05:14:50 2025)
84442025-02-13T05:14:53.185Z[ recovery-image] Feb 13 05:14:51.618 INFO O| Feb 13 05:14:51.618 INFO temporary pool has 374M used, 1.38G avail, 1.00x compressratio
84452025-02-13T05:14:53.185Z[ recovery-image] Feb 13 05:14:51.618 INFO O| Feb 13 05:14:51.618 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84462025-02-13T05:14:53.233Z[ host-image] Feb 13 05:14:51.666 INFO O| Feb 13 05:14:51.666 INFO O| Actions: 1/1361 actions (Installing new actions)
84472025-02-13T05:14:53.933Z[ host-image] Feb 13 05:14:52.366 INFO O| Feb 13 05:14:52.366 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
84482025-02-13T05:14:54.050Z[ recovery-image] Feb 13 05:14:52.483 INFO O| Feb 13 05:14:52.483 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
84492025-02-13T05:14:54.050Z[ recovery-image] Feb 13 05:14:52.483 INFO O| Feb 13 05:14:52.483 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84502025-02-13T05:14:54.720Z[ host-image] Feb 13 05:14:53.153 INFO O| Feb 13 05:14:53.153 INFO O| Done
84512025-02-13T05:14:54.720Z[ host-image] Feb 13 05:14:53.153 INFO O| Feb 13 05:14:53.153 INFO O| Done
84522025-02-13T05:14:56.291Z[ host-image] Feb 13 05:14:54.724 INFO O| Feb 13 05:14:54.724 INFO O| Done
84532025-02-13T05:14:59.637Z[ host-image] Feb 13 05:14:58.070 INFO O| Feb 13 05:14:58.070 INFO O| Done
84542025-02-13T05:14:59.717Z[ host-image] Feb 13 05:14:58.150 INFO O| Feb 13 05:14:58.150 INFO O| Done
84552025-02-13T05:14:59.720Z[ host-image] Feb 13 05:14:58.150 INFO O| Feb 13 05:14:58.150 INFO O| Done
84562025-02-13T05:14:59.817Z[ host-image] Feb 13 05:14:58.249 INFO O| Feb 13 05:14:58.249 INFO O| Done
84572025-02-13T05:14:59.983Z[ recovery-image] Feb 13 05:14:58.416 INFO O| Feb 13 05:14:58.415 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84582025-02-13T05:14:59.983Z[ recovery-image] Feb 13 05:14:58.416 INFO O| Feb 13 05:14:58.416 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84592025-02-13T05:14:59.986Z[ recovery-image] Feb 13 05:14:58.416 INFO O| Feb 13 05:14:58.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84602025-02-13T05:14:59.986Z[ recovery-image] Feb 13 05:14:58.416 INFO O| Feb 13 05:14:58.416 INFO completed processing gimlet/zfs-recovery
84612025-02-13T05:14:59.986Z[ recovery-image] Feb 13 05:14:58.416 INFO O| Feb 13 05:14:58.416 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84622025-02-13T05:15:00.021Z[ host-image] Feb 13 05:14:58.453 INFO O| Feb 13 05:14:58.453 INFO STEP 13 (pkg_install) COMPLETE
84632025-02-13T05:15:00.021Z[ host-image] Feb 13 05:14:58.453 INFO O| Feb 13 05:14:58.453 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84642025-02-13T05:15:00.040Z[ host-image] Feb 13 05:14:58.472 INFO O| Feb 13 05:14:58.472 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
84652025-02-13T05:15:00.379Z[ recovery-image] Feb 13 05:14:58.812 INFO O| Feb 13 05:14:58.812 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84662025-02-13T05:15:00.509Z[ recovery-image] Feb 13 05:14:58.941 INFO BUILD STRING "heads/stlouis-0-gf6f918ab76\n"
84672025-02-13T05:15:00.511Z[ recovery-image] Feb 13 05:14:58.942 INFO expanded image name: "recovery 94dc5e3/${os_short_commit} 2025-02-13 04:40" -> "recovery 94dc5e3/f6f918a 2025-02-13 04:40"
84682025-02-13T05:15:00.511Z[ recovery-image] Feb 13 05:14:58.942 INFO output artefacts stored in: "/work/os-recovery"
84692025-02-13T05:15:00.512Z[ recovery-image] Feb 13 05:14:58.943 INFO collecting git info from project "pilot"...
84702025-02-13T05:15:00.664Z[ recovery-image] Feb 13 05:14:59.096 INFO collecting git info from project "bootserver"...
84712025-02-13T05:15:00.679Z[ recovery-image] Feb 13 05:14:59.111 INFO collecting git info from project "image-builder"...
84722025-02-13T05:15:00.700Z[ recovery-image] Feb 13 05:14:59.133 INFO collecting git info from project "pinprick"...
84732025-02-13T05:15:00.731Z[ recovery-image] Feb 13 05:14:59.164 INFO collecting git info from project "phbl"...
84742025-02-13T05:15:00.779Z[ recovery-image] Feb 13 05:14:59.211 INFO collecting git info from project "amd-host-image-builder"...
84752025-02-13T05:15:01.140Z[ host-image] Feb 13 05:14:59.571 INFO O| Feb 13 05:14:59.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84762025-02-13T05:15:01.647Z[ recovery-image] Feb 13 05:15:00.080 INFO collecting git info from project "chelsio-t6-roms"...
84772025-02-13T05:15:01.684Z[ recovery-image] Feb 13 05:15:00.116 INFO collecting git info from project "amd-firmware"...
84782025-02-13T05:15:02.520Z[ recovery-image] Feb 13 05:15:00.952 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84792025-02-13T05:15:03.371Z[ recovery-image] Feb 13 05:15:01.803 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84802025-02-13T05:15:03.958Z[ recovery-image] Feb 13 05:15:02.390 INFO creating Oxide boot image...
84812025-02-13T05:15:03.961Z[ recovery-image] Feb 13 05:15:02.391 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 94dc5e3/f6f918a 2025-02-13 04:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84822025-02-13T05:15:05.293Z[ host-image] Feb 13 05:15:03.725 INFO O| Feb 13 05:15:03.725 INFO O| Planning: Solver setup ... Done
84832025-02-13T05:15:05.300Z[ host-image] Feb 13 05:15:03.733 INFO O| Feb 13 05:15:03.732 INFO O| Planning: Running solver ... Done
84842025-02-13T05:15:05.393Z[ host-image] Feb 13 05:15:03.825 INFO O| Feb 13 05:15:03.825 INFO O| Planning: Finding local manifests ... Done
84852025-02-13T05:15:05.396Z[ host-image] Feb 13 05:15:03.826 INFO O| Feb 13 05:15:03.826 INFO O| Planning: Fetching manifests: 0/1 0% complete
84862025-02-13T05:15:05.568Z[ host-image] Feb 13 05:15:04.000 INFO O| Feb 13 05:15:04.000 INFO O| Planning: Fetching manifests: 1/1 100% complete
84872025-02-13T05:15:05.606Z[ host-image] Feb 13 05:15:04.037 INFO O| Feb 13 05:15:04.037 INFO O| Planning: Package planning ... Done
84882025-02-13T05:15:05.609Z[ host-image] Feb 13 05:15:04.038 INFO O| Feb 13 05:15:04.038 INFO O| Planning: Merging actions ... Done
84892025-02-13T05:15:05.733Z[ host-image] Feb 13 05:15:04.164 INFO O| Feb 13 05:15:04.164 INFO O| Planning: Checking for conflicting actions ... Done
84902025-02-13T05:15:05.735Z[ host-image] Feb 13 05:15:04.165 INFO O| Feb 13 05:15:04.165 INFO O| Planning: Consolidating action changes ... Done
84912025-02-13T05:15:06.011Z[ host-image] Feb 13 05:15:04.443 INFO O| Feb 13 05:15:04.443 INFO O| Planning: Evaluating mediators ... Done
84922025-02-13T05:15:06.014Z[ host-image] Feb 13 05:15:04.444 INFO O| Feb 13 05:15:04.444 INFO O| Planning: Planning completed in 4.87 seconds
84932025-02-13T05:15:06.017Z[ host-image] Feb 13 05:15:04.447 INFO O| Feb 13 05:15:04.447 INFO O| Packages to install: 1
84942025-02-13T05:15:06.042Z[ host-image] Feb 13 05:15:04.473 INFO O| Feb 13 05:15:04.473 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
84952025-02-13T05:15:06.223Z[ host-image] Feb 13 05:15:04.655 INFO O| Feb 13 05:15:04.655 INFO O| Download: Completed 9.99 MB in 0.18 seconds (55.0M/s)
84962025-02-13T05:15:06.259Z[ host-image] Feb 13 05:15:04.690 INFO O| Feb 13 05:15:04.690 INFO O| Actions: 1/22 actions (Installing new actions)
84972025-02-13T05:15:06.604Z[ host-image] Feb 13 05:15:05.036 INFO O| Feb 13 05:15:05.036 INFO O| Actions: Completed 22 actions in 0.35 seconds.
84982025-02-13T05:15:07.057Z[ host-image] Feb 13 05:15:05.488 INFO O| Feb 13 05:15:05.488 INFO O| Done
84992025-02-13T05:15:07.057Z[ host-image] Feb 13 05:15:05.488 INFO O| Feb 13 05:15:05.488 INFO O| Done
85002025-02-13T05:15:07.615Z[ host-image] Feb 13 05:15:06.045 INFO O| Feb 13 05:15:06.045 INFO O| Done
85012025-02-13T05:15:09.891Z[ host-image] Feb 13 05:15:08.322 INFO O| Feb 13 05:15:08.322 INFO O| Done
85022025-02-13T05:15:09.959Z[ host-image] Feb 13 05:15:08.390 INFO O| Feb 13 05:15:08.390 INFO O| Done
85032025-02-13T05:15:09.959Z[ host-image] Feb 13 05:15:08.391 INFO O| Feb 13 05:15:08.391 INFO O| Done
85042025-02-13T05:15:09.975Z[ host-image] Feb 13 05:15:08.407 INFO O| Feb 13 05:15:08.407 INFO O| Done
85052025-02-13T05:15:10.236Z[ host-image] Feb 13 05:15:08.666 INFO O| Feb 13 05:15:08.666 INFO STEP 14 (pkg_install) COMPLETE
85062025-02-13T05:15:10.236Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.666 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85072025-02-13T05:15:10.236Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.666 INFO skip step because feature "mfg" is not enabled
85082025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.666 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85092025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.666 INFO skip step because feature "compliance" is not enabled
85102025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.666 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85112025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.667 INFO skip step because feature "stress" is not enabled
85122025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.667 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85132025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.667 INFO skip step because feature "nfs" is not enabled
85142025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.667 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85152025-02-13T05:15:10.239Z[ host-image] Feb 13 05:15:08.667 INFO O| Feb 13 05:15:08.667 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85162025-02-13T05:15:10.411Z[ host-image] Feb 13 05:15:08.842 INFO O| Feb 13 05:15:08.842 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85172025-02-13T05:15:10.527Z[ host-image] Feb 13 05:15:08.958 INFO O| Feb 13 05:15:08.958 INFO completed processing gimlet/ramdisk-01-os
85182025-02-13T05:15:10.530Z[ host-image] Feb 13 05:15:08.961 INFO omicron1 baseline generation...
85192025-02-13T05:15:10.532Z[ host-image] Feb 13 05:15:08.961 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85202025-02-13T05:15:11.442Z[ host-image] Feb 13 05:15:09.873 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23217:20250212T000945Z
85212025-02-13T05:16:09.351Z[ recovery-image] Feb 13 05:16:07.775 INFO O| ok, image written!
85222025-02-13T05:16:09.354Z[ recovery-image] Feb 13 05:16:07.775 INFO O| ok, boot_image_csum file written!
85232025-02-13T05:16:09.358Z[ recovery-image] Feb 13 05:16:07.782 INFO creating boot archive (CPIO)...
85242025-02-13T05:16:09.358Z[ recovery-image] Feb 13 05:16:07.782 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
85252025-02-13T05:16:09.386Z[ recovery-image] Feb 13 05:16:07.809 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85262025-02-13T05:16:09.386Z[ recovery-image] Feb 13 05:16:07.809 INFO E| + outfile=/work/os-recovery/cpio
85272025-02-13T05:16:09.386Z[ recovery-image] Feb 13 05:16:07.809 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85282025-02-13T05:16:09.390Z[ recovery-image] Feb 13 05:16:07.814 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85292025-02-13T05:16:09.393Z[ recovery-image] Feb 13 05:16:07.814 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85302025-02-13T05:16:09.445Z[ recovery-image] Feb 13 05:16:07.868 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85312025-02-13T05:16:09.445Z[ recovery-image] Feb 13 05:16:07.868 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85322025-02-13T05:16:09.461Z[ recovery-image] Feb 13 05:16:07.884 INFO creating compressed cpio/unix for nanobl-rs...
85332025-02-13T05:16:09.461Z[ recovery-image] Feb 13 05:16:07.884 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
85342025-02-13T05:16:09.951Z[ recovery-image] Feb 13 05:16:08.374 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85352025-02-13T05:16:17.280Z[ recovery-image] Feb 13 05:16:15.701 INFO creating reset image...
85362025-02-13T05:16:17.280Z[ recovery-image] Feb 13 05:16:15.701 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85372025-02-13T05:16:17.910Z[ recovery-image] Feb 13 05:16:16.332 INFO E| Updating crates.io index
85382025-02-13T05:16:18.255Z[ recovery-image] Feb 13 05:16:16.677 INFO E| Downloading crates ...
85392025-02-13T05:16:18.626Z[ recovery-image] Feb 13 05:16:17.048 INFO E| Downloaded quote v1.0.37
85402025-02-13T05:16:18.631Z[ recovery-image] Feb 13 05:16:17.053 INFO E| Downloaded clap_lex v0.7.2
85412025-02-13T05:16:18.658Z[ recovery-image] Feb 13 05:16:17.079 INFO E| Downloaded shared_child v1.0.1
85422025-02-13T05:16:18.660Z[ recovery-image] Feb 13 05:16:17.081 INFO E| Downloaded os_pipe v1.2.1
85432025-02-13T05:16:18.674Z[ recovery-image] Feb 13 05:16:17.096 INFO E| Downloaded duct v0.13.7
85442025-02-13T05:16:18.677Z[ recovery-image] Feb 13 05:16:17.099 INFO E| Downloaded unicode-ident v1.0.13
85452025-02-13T05:16:18.680Z[ recovery-image] Feb 13 05:16:17.103 INFO E| Downloaded clap_derive v4.5.13
85462025-02-13T05:16:18.684Z[ recovery-image] Feb 13 05:16:17.106 INFO E| Downloaded clap v4.5.17
85472025-02-13T05:16:18.696Z[ recovery-image] Feb 13 05:16:17.118 INFO E| Downloaded syn v2.0.77
85482025-02-13T05:16:18.710Z[ recovery-image] Feb 13 05:16:17.132 INFO E| Downloaded clap_builder v4.5.17
85492025-02-13T05:16:18.770Z[ recovery-image] Feb 13 05:16:17.192 INFO E| Downloaded libc v0.2.158
85502025-02-13T05:16:18.910Z[ recovery-image] Feb 13 05:16:17.332 INFO E| Compiling proc-macro2 v1.0.86
85512025-02-13T05:16:18.961Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling unicode-ident v1.0.13
85522025-02-13T05:16:18.961Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling libc v0.2.158
85532025-02-13T05:16:18.961Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling utf8parse v0.2.2
85542025-02-13T05:16:18.961Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling is_terminal_polyfill v1.70.1
85552025-02-13T05:16:18.964Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling anstyle-query v1.1.1
85562025-02-13T05:16:18.964Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling colorchoice v1.0.2
85572025-02-13T05:16:18.964Z[ recovery-image] Feb 13 05:16:17.383 INFO E| Compiling anstyle v1.0.8
85582025-02-13T05:16:19.371Z[ recovery-image] Feb 13 05:16:17.793 INFO E| Compiling heck v0.5.0
85592025-02-13T05:16:19.381Z[ recovery-image] Feb 13 05:16:17.802 INFO E| Compiling clap_lex v0.7.2
85602025-02-13T05:16:19.432Z[ recovery-image] Feb 13 05:16:17.854 INFO E| Compiling anstyle-parse v0.2.5
85612025-02-13T05:16:19.505Z[ recovery-image] Feb 13 05:16:17.926 INFO E| Compiling strsim v0.11.1
85622025-02-13T05:16:19.557Z[ recovery-image] Feb 13 05:16:17.979 INFO E| Compiling once_cell v1.19.0
85632025-02-13T05:16:20.223Z[ recovery-image] Feb 13 05:16:18.645 INFO E| Compiling anstream v0.6.15
85642025-02-13T05:16:21.008Z[ recovery-image] Feb 13 05:16:19.430 INFO E| Compiling clap_builder v4.5.17
85652025-02-13T05:16:21.637Z[ recovery-image] Feb 13 05:16:20.059 INFO E| Compiling os_pipe v1.2.1
85662025-02-13T05:16:21.637Z[ recovery-image] Feb 13 05:16:20.059 INFO E| Compiling shared_child v1.0.1
85672025-02-13T05:16:21.899Z[ recovery-image] Feb 13 05:16:20.320 INFO E| Compiling duct v0.13.7
85682025-02-13T05:16:21.920Z[ recovery-image] Feb 13 05:16:20.341 INFO E| Compiling quote v1.0.37
85692025-02-13T05:16:22.688Z[ recovery-image] Feb 13 05:16:21.109 INFO E| Compiling syn v2.0.77
85702025-02-13T05:16:32.264Z[ recovery-image] Feb 13 05:16:30.684 INFO E| Compiling clap_derive v4.5.13
85712025-02-13T05:16:37.375Z[ recovery-image] Feb 13 05:16:35.794 INFO E| Compiling clap v4.5.17
85722025-02-13T05:16:37.462Z[ recovery-image] Feb 13 05:16:35.882 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85732025-02-13T05:16:39.623Z[ recovery-image] Feb 13 05:16:38.042 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s
85742025-02-13T05:16:39.647Z[ recovery-image] Feb 13 05:16:38.066 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85752025-02-13T05:16:39.949Z[ recovery-image] Feb 13 05:16:38.368 INFO E| Updating crates.io index
85762025-02-13T05:16:40.081Z[ recovery-image] Feb 13 05:16:38.501 INFO E| Downloading crates ...
85772025-02-13T05:16:40.288Z[ recovery-image] Feb 13 05:16:38.707 INFO E| Downloaded bitstruct v0.1.1
85782025-02-13T05:16:40.290Z[ recovery-image] Feb 13 05:16:38.709 INFO E| Downloaded cpio_reader v0.1.1
85792025-02-13T05:16:40.292Z[ recovery-image] Feb 13 05:16:38.710 INFO E| Downloaded bitstruct_derive v0.1.0
85802025-02-13T05:16:40.298Z[ recovery-image] Feb 13 05:16:38.717 INFO E| Downloaded bit_field v0.10.2
85812025-02-13T05:16:40.305Z[ recovery-image] Feb 13 05:16:38.724 INFO E| Downloaded proc-macro2 v1.0.89
85822025-02-13T05:16:40.346Z[ recovery-image] Feb 13 05:16:38.765 INFO E| Downloaded seq-macro v0.3.5
85832025-02-13T05:16:40.348Z[ recovery-image] Feb 13 05:16:38.767 INFO E| Downloaded raw-cpuid v10.7.0
85842025-02-13T05:16:40.371Z[ recovery-image] Feb 13 05:16:38.790 INFO E| Downloaded syn v2.0.85
85852025-02-13T05:16:40.529Z[ recovery-image] Feb 13 05:16:38.948 INFO E| Downloaded x86 v0.52.0
85862025-02-13T05:16:40.619Z[ recovery-image] Feb 13 05:16:39.038 INFO E| Updating crates.io index
85872025-02-13T05:16:40.787Z[ recovery-image] Feb 13 05:16:39.206 INFO E| Downloading crates ...
85882025-02-13T05:16:40.980Z[ recovery-image] Feb 13 05:16:39.398 INFO E| Downloaded hashbrown v0.15.0
85892025-02-13T05:16:41.007Z[ recovery-image] Feb 13 05:16:39.426 INFO E| Downloaded compiler_builtins v0.1.134
85902025-02-13T05:16:41.048Z[ recovery-image] Feb 13 05:16:39.467 INFO E| Downloaded libc v0.2.161
85912025-02-13T05:16:41.187Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling compiler_builtins v0.1.134
85922025-02-13T05:16:41.187Z[ recovery-image] Feb 13 05:16:39.606 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)
85932025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling proc-macro2 v1.0.89
85942025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling unicode-ident v1.0.13
85952025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling syn v1.0.109
85962025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling x86 v0.52.0
85972025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85982025-02-13T05:16:41.190Z[ recovery-image] Feb 13 05:16:39.606 INFO E| Compiling seq-macro v0.3.5
85992025-02-13T05:16:43.740Z[ recovery-image] Feb 13 05:16:42.157 INFO E| Compiling quote v1.0.37
86002025-02-13T05:16:44.300Z[ recovery-image] Feb 13 05:16:42.719 INFO E| Compiling syn v2.0.85
86012025-02-13T05:16:50.930Z[ recovery-image] Feb 13 05:16:49.348 INFO E| Compiling scroll_derive v0.12.0
86022025-02-13T05:16:56.116Z[ host-image] Feb 13 05:16:54.533 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23217:20250212T001019Z
86032025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.534 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23217:20250212T001019Z
86042025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.534 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86052025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.534 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86062025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.534 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86072025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.534 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86082025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.536 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86092025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.536 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86102025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.536 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86112025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.536 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86122025-02-13T05:16:56.121Z[ host-image] Feb 13 05:16:54.536 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23217:20250212T001019Z
86132025-02-13T05:16:56.127Z[ host-image] Feb 13 05:16:54.539 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23217:20250212T001020Z
86142025-02-13T05:16:56.127Z[ host-image] Feb 13 05:16:54.540 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23217:20250212T001020Z
86152025-02-13T05:16:56.127Z[ host-image] Feb 13 05:16:54.541 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23217:20250212T001020Z
86162025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.541 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86172025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.542 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23217:20250212T001021Z
86182025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.544 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23217:20250212T001021Z
86192025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.544 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23217:20250212T001021Z
86202025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.544 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23217:20250212T001021Z
86212025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.544 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23217:20250212T001022Z
86222025-02-13T05:16:56.128Z[ host-image] Feb 13 05:16:54.544 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23217:20250212T001022Z
86232025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.545 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23217:20250212T001022Z
86242025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.545 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23217:20250212T001023Z
86252025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.545 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23217:20250212T001023Z
86262025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.545 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23217:20250212T001023Z
86272025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.546 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23217:20250212T001024Z
86282025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.546 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23217:20250212T001025Z
86292025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.546 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23217:20250212T001026Z
86302025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.546 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23217:20250212T001027Z
86312025-02-13T05:16:56.132Z[ host-image] Feb 13 05:16:54.546 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86322025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.547 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23217:20250212T001028Z
86332025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.547 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23217:20250212T001030Z
86342025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.547 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23217:20250212T001031Z
86352025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.547 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23217:20250212T001032Z
86362025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.549 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23217:20250212T001033Z
86372025-02-13T05:16:56.133Z[ host-image] Feb 13 05:16:54.549 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23217:20250212T001033Z
86382025-02-13T05:16:56.147Z[ host-image] Feb 13 05:16:54.564 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86392025-02-13T05:16:56.147Z[ host-image] Feb 13 05:16:54.564 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23217:20250212T001033Z
86402025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.564 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86412025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.564 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86422025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.565 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86432025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.566 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23217:20250212T001033Z
86442025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.566 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86452025-02-13T05:16:56.154Z[ host-image] Feb 13 05:16:54.566 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86462025-02-13T05:16:56.160Z[ host-image] Feb 13 05:16:54.568 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86472025-02-13T05:16:56.160Z[ host-image] Feb 13 05:16:54.568 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86482025-02-13T05:16:56.183Z[ host-image] Feb 13 05:16:54.600 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86492025-02-13T05:16:56.183Z[ host-image] Feb 13 05:16:54.600 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86502025-02-13T05:16:56.186Z[ host-image] Feb 13 05:16:54.600 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86512025-02-13T05:16:56.186Z[ host-image] Feb 13 05:16:54.601 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86522025-02-13T05:16:56.186Z[ host-image] Feb 13 05:16:54.602 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86532025-02-13T05:16:56.186Z[ host-image] Feb 13 05:16:54.603 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86542025-02-13T05:16:56.287Z[ host-image] Feb 13 05:16:54.704 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
86552025-02-13T05:16:56.289Z[ host-image] Feb 13 05:16:54.705 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86562025-02-13T05:16:56.289Z[ host-image] Feb 13 05:16:54.705 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86572025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.707 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23217:20250212T001035Z
86582025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.707 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23217:20250212T001041Z
86592025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.707 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86602025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.707 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23217:20250212T001042Z
86612025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.708 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86622025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.708 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86632025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.708 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
86642025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.708 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23217:20250212T001042Z
86652025-02-13T05:16:56.292Z[ host-image] Feb 13 05:16:54.708 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86662025-02-13T05:16:56.307Z[ host-image] Feb 13 05:16:54.724 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86672025-02-13T05:16:56.308Z[ host-image] Feb 13 05:16:54.724 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86682025-02-13T05:16:56.309Z[ host-image] Feb 13 05:16:54.724 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86692025-02-13T05:16:56.310Z[ host-image] Feb 13 05:16:54.725 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23217:20250212T001042Z
86702025-02-13T05:16:56.310Z[ host-image] Feb 13 05:16:54.725 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86712025-02-13T05:16:56.330Z[ host-image] Feb 13 05:16:54.747 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86722025-02-13T05:16:56.332Z[ host-image] Feb 13 05:16:54.747 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23217:20250212T001043Z
86732025-02-13T05:16:56.335Z[ host-image] Feb 13 05:16:54.750 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23217:20250212T001043Z
86742025-02-13T05:16:56.335Z[ host-image] Feb 13 05:16:54.751 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23217:20250212T001043Z
86752025-02-13T05:16:56.335Z[ host-image] Feb 13 05:16:54.751 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86762025-02-13T05:16:56.337Z[ host-image] Feb 13 05:16:54.752 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23217:20250212T001044Z
86772025-02-13T05:16:56.337Z[ host-image] Feb 13 05:16:54.753 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23217:20250212T001045Z
86782025-02-13T05:16:56.337Z[ host-image] Feb 13 05:16:54.753 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23217:20250212T001045Z
86792025-02-13T05:16:56.339Z[ host-image] Feb 13 05:16:54.754 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23217:20250212T001045Z
86802025-02-13T05:16:56.342Z[ host-image] Feb 13 05:16:54.760 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86812025-02-13T05:16:56.345Z[ host-image] Feb 13 05:16:54.760 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23217:20250212T001045Z
86822025-02-13T05:16:56.345Z[ host-image] Feb 13 05:16:54.761 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23217:20250212T001046Z
86832025-02-13T05:16:56.345Z[ host-image] Feb 13 05:16:54.761 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86842025-02-13T05:16:56.347Z[ host-image] Feb 13 05:16:54.762 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23217:20250212T001047Z
86852025-02-13T05:16:56.347Z[ host-image] Feb 13 05:16:54.762 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23217:20250212T001047Z
86862025-02-13T05:16:56.347Z[ host-image] Feb 13 05:16:54.762 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23217:20250212T001047Z
86872025-02-13T05:16:56.347Z[ host-image] Feb 13 05:16:54.763 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23217:20250212T001047Z
86882025-02-13T05:16:56.360Z[ host-image] Feb 13 05:16:54.776 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23217:20250212T001047Z
86892025-02-13T05:16:56.360Z[ host-image] Feb 13 05:16:54.777 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86902025-02-13T05:16:56.363Z[ host-image] Feb 13 05:16:54.780 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23217:20250212T001047Z
86912025-02-13T05:16:56.365Z[ host-image] Feb 13 05:16:54.782 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23217:20250212T001047Z
86922025-02-13T05:16:56.365Z[ host-image] Feb 13 05:16:54.782 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23217:20250212T001047Z
86932025-02-13T05:16:56.367Z[ host-image] Feb 13 05:16:54.782 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23217:20250212T001048Z
86942025-02-13T05:16:56.367Z[ host-image] Feb 13 05:16:54.783 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23217:20250212T001048Z
86952025-02-13T05:16:56.367Z[ host-image] Feb 13 05:16:54.784 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23217:20250212T001048Z
86962025-02-13T05:16:56.391Z[ host-image] Feb 13 05:16:54.808 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23217:20250212T001050Z
86972025-02-13T05:16:56.393Z[ host-image] Feb 13 05:16:54.808 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23217:20250212T001049Z
86982025-02-13T05:16:56.393Z[ host-image] Feb 13 05:16:54.809 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23217:20250212T001049Z
86992025-02-13T05:16:56.396Z[ host-image] Feb 13 05:16:54.811 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23217:20250212T001049Z
87002025-02-13T05:16:56.396Z[ host-image] Feb 13 05:16:54.811 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23217:20250212T001050Z
87012025-02-13T05:16:56.429Z[ host-image] Feb 13 05:16:54.846 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23217:20250212T001052Z
87022025-02-13T05:16:56.431Z[ host-image] Feb 13 05:16:54.846 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23217:20250212T001050Z
87032025-02-13T05:16:56.431Z[ host-image] Feb 13 05:16:54.846 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23217:20250212T001050Z
87042025-02-13T05:16:56.431Z[ host-image] Feb 13 05:16:54.847 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87052025-02-13T05:16:56.431Z[ host-image] Feb 13 05:16:54.847 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87062025-02-13T05:16:56.519Z[ host-image] Feb 13 05:16:54.936 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23217:20250212T001050Z
87072025-02-13T05:16:56.521Z[ host-image] Feb 13 05:16:54.936 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87082025-02-13T05:16:56.521Z[ host-image] Feb 13 05:16:54.936 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23217:20250212T001050Z
87092025-02-13T05:16:56.521Z[ host-image] Feb 13 05:16:54.936 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23217:20250212T001050Z
87102025-02-13T05:16:56.522Z[ host-image] Feb 13 05:16:54.938 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23217:20250212T001051Z
87112025-02-13T05:16:56.524Z[ host-image] Feb 13 05:16:54.939 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87122025-02-13T05:16:56.524Z[ host-image] Feb 13 05:16:54.940 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87132025-02-13T05:16:56.544Z[ host-image] Feb 13 05:16:54.961 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23217:20250212T001052Z
87142025-02-13T05:16:56.544Z[ host-image] Feb 13 05:16:54.961 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23217:20250212T001052Z
87152025-02-13T05:16:56.547Z[ host-image] Feb 13 05:16:54.962 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23217:20250212T001052Z
87162025-02-13T05:16:56.547Z[ host-image] Feb 13 05:16:54.962 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23217:20250212T001052Z
87172025-02-13T05:16:56.547Z[ host-image] Feb 13 05:16:54.963 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23217:20250212T001052Z
87182025-02-13T05:16:56.547Z[ host-image] Feb 13 05:16:54.963 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23217:20250212T001053Z
87192025-02-13T05:16:56.551Z[ host-image] Feb 13 05:16:54.968 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87202025-02-13T05:16:56.553Z[ host-image] Feb 13 05:16:54.968 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23217:20250212T001053Z
87212025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.971 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23217:20250212T001053Z
87222025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.971 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23217:20250212T001053Z
87232025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.971 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23217:20250212T001054Z
87242025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.972 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23217:20250212T001054Z
87252025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.972 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23217:20250212T001054Z
87262025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.972 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87272025-02-13T05:16:56.556Z[ host-image] Feb 13 05:16:54.972 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87282025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.973 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23217:20250212T001056Z
87292025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.973 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23217:20250212T001057Z
87302025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.974 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87312025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.974 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87322025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.974 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87332025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.974 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87342025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.974 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87352025-02-13T05:16:56.559Z[ host-image] Feb 13 05:16:54.975 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87362025-02-13T05:16:56.562Z[ host-image] Feb 13 05:16:54.977 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87372025-02-13T05:16:56.562Z[ host-image] Feb 13 05:16:54.978 INFO O| tempdir @ "/tmp/.tmpwPyF3j/tmp"
87382025-02-13T05:16:56.562Z[ host-image] Feb 13 05:16:54.978 INFO O| image root @ "/tmp/.tmpwPyF3j/tmp/root"
87392025-02-13T05:16:56.562Z[ host-image] Feb 13 05:16:54.978 INFO O| creating image...
87402025-02-13T05:16:56.660Z[ recovery-image] Feb 13 05:16:54.988 INFO E| Compiling bitstruct_derive v0.1.0
87412025-02-13T05:16:57.863Z[ host-image] Feb 13 05:16:56.279 INFO O| copying publishers...
87422025-02-13T05:17:20.765Z[ recovery-image] Feb 13 05:17:19.176 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)
87432025-02-13T05:17:23.052Z[ host-image] Feb 13 05:17:21.465 INFO O| adding properties...
87442025-02-13T05:17:24.299Z[ recovery-image] Feb 13 05:17:22.712 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)
87452025-02-13T05:17:25.848Z[ host-image] Feb 13 05:17:24.261 INFO O| installing packages...
87462025-02-13T05:17:30.837Z[ recovery-image] Feb 13 05:17:29.249 INFO E| Compiling bitflags v1.3.2
87472025-02-13T05:17:30.840Z[ recovery-image] Feb 13 05:17:29.249 INFO E| Compiling scroll v0.12.0
87482025-02-13T05:17:30.840Z[ recovery-image] Feb 13 05:17:29.249 INFO E| Compiling plain v0.2.3
87492025-02-13T05:17:30.840Z[ recovery-image] Feb 13 05:17:29.249 INFO E| Compiling bit_field v0.10.2
87502025-02-13T05:17:30.841Z[ recovery-image] Feb 13 05:17:29.250 INFO E| Compiling log v0.4.22
87512025-02-13T05:17:30.841Z[ recovery-image] Feb 13 05:17:29.250 INFO E| Compiling adler2 v2.0.0
87522025-02-13T05:17:30.841Z[ recovery-image] Feb 13 05:17:29.250 INFO E| Compiling bitstruct v0.1.1
87532025-02-13T05:17:30.939Z[ recovery-image] Feb 13 05:17:29.351 INFO E| Compiling raw-cpuid v10.7.0
87542025-02-13T05:17:30.976Z[ recovery-image] Feb 13 05:17:29.388 INFO E| Compiling cpio_reader v0.1.1
87552025-02-13T05:17:31.258Z[ recovery-image] Feb 13 05:17:29.670 INFO E| Compiling miniz_oxide v0.8.0
87562025-02-13T05:17:31.355Z[ recovery-image] Feb 13 05:17:29.767 INFO E| Compiling static_assertions v1.1.0
87572025-02-13T05:17:33.069Z[ recovery-image] Feb 13 05:17:30.479 INFO E| Compiling goblin v0.8.2
87582025-02-13T05:17:44.151Z[ recovery-image] Feb 13 05:17:42.561 INFO E| Finished `release` profile [optimized] target(s) in 1m 04s
87592025-02-13T05:17:44.184Z[ recovery-image] Feb 13 05:17:42.594 INFO building host image...
87602025-02-13T05:17:44.187Z[ recovery-image] Feb 13 05:17:42.595 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")
87612025-02-13T05:17:45.108Z[ recovery-image] Feb 13 05:17:43.518 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87622025-02-13T05:17:47.267Z[ recovery-image] Feb 13 05:17:45.677 INFO image complete! materials are in "/work/os-recovery"
87632025-02-13T05:17:47.276Z[ recovery-image]
87642025-02-13T05:17:47.279Z[ recovery-image] real 13:55.728497379
87652025-02-13T05:17:47.279Z[ recovery-image] user 6:56.783273655
87662025-02-13T05:17:47.279Z[ recovery-image] sys 1:08.370334530
87672025-02-13T05:17:47.279Z[ recovery-image] trap 0.349448710
87682025-02-13T05:17:47.279Z[ recovery-image] tflt 0.582797858
87692025-02-13T05:17:47.279Z[ recovery-image] dflt 4.125833427
87702025-02-13T05:17:47.279Z[ recovery-image] kflt 0.070235998
87712025-02-13T05:17:47.279Z[ recovery-image] lock 30:52.527636380
87722025-02-13T05:17:47.279Z[ recovery-image] slp 1:26:57.609159530
87732025-02-13T05:17:47.279Z[ recovery-image] lat 4:35.009155977
87742025-02-13T05:17:47.279Z[ recovery-image] stop 8.727569793
87752025-02-13T05:17:47.279ZFeb 13 05:17:45.688 INFO [recovery-image] process exited with exit status: 0 (835.760301631s)
87762025-02-13T05:18:00.567Z[ host-image] Feb 13 05:17:58.975 INFO O| seeding SMF database...
87772025-02-13T05:18:13.206Z[ host-image] Feb 13 05:18:11.612 INFO O| configuring SMF profile...
87782025-02-13T05:18:13.206Z[ host-image] Feb 13 05:18:11.612 INFO O| modifying shadow(5)...
87792025-02-13T05:18:13.209Z[ host-image] Feb 13 05:18:11.613 INFO O| loading user and group database...
87802025-02-13T05:18:13.209Z[ host-image] Feb 13 05:18:11.613 INFO O| assessing packaged files...
87812025-02-13T05:18:17.199Z[ host-image] Feb 13 05:18:15.604 INFO O| creating archive...
87822025-02-13T05:18:17.261Z[ host-image] Feb 13 05:18:15.667 INFO O| missing from packaging:
87832025-02-13T05:18:17.261Z[ host-image] Feb 13 05:18:15.667 INFO O| "etc/.pwd.lock"
87842025-02-13T05:18:17.264Z[ host-image] Feb 13 05:18:15.667 INFO O| "etc/bash"
87852025-02-13T05:18:17.272Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/profile/generic.xml"
87862025-02-13T05:18:17.272Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/profile/inetd_services.xml"
87872025-02-13T05:18:17.275Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/profile/name_service.xml"
87882025-02-13T05:18:17.275Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/profile/platform.xml"
87892025-02-13T05:18:17.275Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/profile/platform_omicron1.xml"
87902025-02-13T05:18:17.275Z[ host-image] Feb 13 05:18:15.678 INFO O| "etc/svc/repository.db"
87912025-02-13T05:18:17.292Z[ host-image] Feb 13 05:18:15.696 INFO O| "opt/ooce/share"
87922025-02-13T05:18:17.292Z[ host-image] Feb 13 05:18:15.696 INFO O| "opt/ooce/share/man"
87932025-02-13T05:18:17.292Z[ host-image] Feb 13 05:18:15.696 INFO O| "opt/ooce/share/man/man1"
87942025-02-13T05:18:17.311Z[ host-image] Feb 13 05:18:15.716 INFO O| finishing archive...
87952025-02-13T05:18:20.758Z[ host-image] Feb 13 05:18:19.164 INFO O| creating gzonly manifest...
87962025-02-13T05:18:20.769Z[ host-image] Feb 13 05:18:19.175 INFO O| ok
87972025-02-13T05:18:21.016Z[ host-image] Feb 13 05:18:19.421 INFO image builder template: ramdisk-02-trim...
87982025-02-13T05:18:21.016Z[ host-image] Feb 13 05:18:19.421 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/.tmpSxvfXu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87992025-02-13T05:18:21.055Z[ host-image] Feb 13 05:18:19.460 INFO O| Feb 13 05:18:19.460 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88002025-02-13T05:18:21.063Z[ host-image] Feb 13 05:18:19.468 INFO O| Feb 13 05:18:19.468 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88012025-02-13T05:18:21.156Z[ host-image] Feb 13 05:18:19.561 INFO O| Feb 13 05:18:19.561 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88022025-02-13T05:18:21.236Z[ host-image] Feb 13 05:18:19.642 INFO O| Feb 13 05:18:19.641 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88032025-02-13T05:18:21.239Z[ host-image] Feb 13 05:18:19.642 INFO O| Feb 13 05:18:19.642 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88042025-02-13T05:18:21.246Z[ host-image] Feb 13 05:18:19.651 INFO O| Feb 13 05:18:19.651 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88052025-02-13T05:18:21.252Z[ host-image] Feb 13 05:18:19.658 INFO O| Feb 13 05:18:19.658 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88062025-02-13T05:18:21.261Z[ host-image] Feb 13 05:18:19.666 INFO O| Feb 13 05:18:19.666 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88072025-02-13T05:18:21.502Z[ host-image] Feb 13 05:18:19.907 INFO O| Feb 13 05:18:19.907 INFO rolled back to input snapshot; work may begin
88082025-02-13T05:18:21.502Z[ host-image] Feb 13 05:18:19.907 INFO O| Feb 13 05:18:19.907 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88092025-02-13T05:18:21.511Z[ host-image] Feb 13 05:18:19.917 INFO O| Feb 13 05:18:19.916 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102025-02-13T05:18:21.530Z[ host-image] Feb 13 05:18:19.936 INFO O| Feb 13 05:18:19.935 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88112025-02-13T05:18:21.610Z[ host-image] Feb 13 05:18:20.014 INFO O| Feb 13 05:18:20.014 INFO STEP 0 (remove_files) COMPLETE
88122025-02-13T05:18:21.610Z[ host-image] Feb 13 05:18:20.014 INFO O| Feb 13 05:18:20.014 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132025-02-13T05:18:21.629Z[ host-image] Feb 13 05:18:20.034 INFO O| Feb 13 05:18:20.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88142025-02-13T05:18:21.632Z[ host-image] Feb 13 05:18:20.037 INFO O| Feb 13 05:18:20.037 INFO STEP 1 (remove_files) COMPLETE
88152025-02-13T05:18:21.632Z[ host-image] Feb 13 05:18:20.037 INFO O| Feb 13 05:18:20.037 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162025-02-13T05:18:21.652Z[ host-image] Feb 13 05:18:20.056 INFO O| Feb 13 05:18:20.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88172025-02-13T05:18:21.672Z[ host-image] Feb 13 05:18:20.077 INFO O| Feb 13 05:18:20.077 INFO STEP 2 (remove_files) COMPLETE
88182025-02-13T05:18:21.672Z[ host-image] Feb 13 05:18:20.077 INFO O| Feb 13 05:18:20.077 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192025-02-13T05:18:21.692Z[ host-image] Feb 13 05:18:20.097 INFO O| Feb 13 05:18:20.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88202025-02-13T05:18:21.695Z[ host-image] Feb 13 05:18:20.100 INFO O| Feb 13 05:18:20.100 INFO STEP 3 (remove_files) COMPLETE
88212025-02-13T05:18:21.695Z[ host-image] Feb 13 05:18:20.100 INFO O| Feb 13 05:18:20.100 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222025-02-13T05:18:21.713Z[ host-image] Feb 13 05:18:20.118 INFO O| Feb 13 05:18:20.118 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88232025-02-13T05:18:21.720Z[ host-image] Feb 13 05:18:20.125 INFO O| Feb 13 05:18:20.125 INFO STEP 4 (remove_files) COMPLETE
88242025-02-13T05:18:21.720Z[ host-image] Feb 13 05:18:20.125 INFO O| Feb 13 05:18:20.125 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252025-02-13T05:18:21.739Z[ host-image] Feb 13 05:18:20.144 INFO O| Feb 13 05:18:20.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88262025-02-13T05:18:21.744Z[ host-image] Feb 13 05:18:20.149 INFO O| Feb 13 05:18:20.148 INFO STEP 5 (remove_files) COMPLETE
88272025-02-13T05:18:21.744Z[ host-image] Feb 13 05:18:20.149 INFO O| Feb 13 05:18:20.149 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282025-02-13T05:18:21.781Z[ host-image] Feb 13 05:18:20.182 INFO O| Feb 13 05:18:20.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88292025-02-13T05:18:21.798Z[ host-image] Feb 13 05:18:20.202 INFO O| Feb 13 05:18:20.202 INFO STEP 6 (remove_files) COMPLETE
88302025-02-13T05:18:21.798Z[ host-image] Feb 13 05:18:20.202 INFO O| Feb 13 05:18:20.202 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312025-02-13T05:18:21.842Z[ host-image] Feb 13 05:18:20.241 INFO O| Feb 13 05:18:20.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88322025-02-13T05:18:21.868Z[ host-image] Feb 13 05:18:20.272 INFO O| Feb 13 05:18:20.272 INFO STEP 7 (remove_files) COMPLETE
88332025-02-13T05:18:21.868Z[ host-image] Feb 13 05:18:20.272 INFO O| Feb 13 05:18:20.272 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342025-02-13T05:18:21.903Z[ host-image] Feb 13 05:18:20.306 INFO O| Feb 13 05:18:20.306 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88352025-02-13T05:18:22.075Z[ host-image] Feb 13 05:18:20.480 INFO O| Feb 13 05:18:20.479 INFO STEP 8 (remove_files) COMPLETE
88362025-02-13T05:18:22.075Z[ host-image] Feb 13 05:18:20.480 INFO O| Feb 13 05:18:20.480 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372025-02-13T05:18:22.094Z[ host-image] Feb 13 05:18:20.498 INFO O| Feb 13 05:18:20.498 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88382025-02-13T05:18:22.252Z[ host-image] Feb 13 05:18:20.656 INFO O| Feb 13 05:18:20.656 INFO STEP 9 (remove_files) COMPLETE
88392025-02-13T05:18:22.252Z[ host-image] Feb 13 05:18:20.656 INFO O| Feb 13 05:18:20.656 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402025-02-13T05:18:22.268Z[ host-image] Feb 13 05:18:20.673 INFO O| Feb 13 05:18:20.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88412025-02-13T05:18:22.275Z[ host-image] Feb 13 05:18:20.681 INFO O| Feb 13 05:18:20.681 INFO STEP 10 (remove_files) COMPLETE
88422025-02-13T05:18:22.275Z[ host-image] Feb 13 05:18:20.681 INFO O| Feb 13 05:18:20.681 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432025-02-13T05:18:22.295Z[ host-image] Feb 13 05:18:20.699 INFO O| Feb 13 05:18:20.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88442025-02-13T05:18:22.297Z[ host-image] Feb 13 05:18:20.701 INFO O| Feb 13 05:18:20.701 INFO STEP 11 (remove_files) COMPLETE
88452025-02-13T05:18:22.297Z[ host-image] Feb 13 05:18:20.702 INFO O| Feb 13 05:18:20.701 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462025-02-13T05:18:22.315Z[ host-image] Feb 13 05:18:20.720 INFO O| Feb 13 05:18:20.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88472025-02-13T05:18:22.317Z[ host-image] Feb 13 05:18:20.722 INFO O| Feb 13 05:18:20.722 INFO STEP 12 (remove_files) COMPLETE
88482025-02-13T05:18:22.317Z[ host-image] Feb 13 05:18:20.723 INFO O| Feb 13 05:18:20.723 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-02-13T05:18:22.391Z[ host-image] Feb 13 05:18:20.796 INFO O| Feb 13 05:18:20.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88502025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.796 INFO O| Feb 13 05:18:20.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88512025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.797 INFO O| Feb 13 05:18:20.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88522025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.797 INFO O| Feb 13 05:18:20.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88532025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.797 INFO O| Feb 13 05:18:20.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88542025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.797 INFO O| Feb 13 05:18:20.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88552025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.798 INFO O| Feb 13 05:18:20.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88562025-02-13T05:18:22.393Z[ host-image] Feb 13 05:18:20.798 INFO O| Feb 13 05:18:20.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88572025-02-13T05:18:22.396Z[ host-image] Feb 13 05:18:20.799 INFO O| Feb 13 05:18:20.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88582025-02-13T05:18:22.396Z[ host-image] Feb 13 05:18:20.800 INFO O| Feb 13 05:18:20.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88592025-02-13T05:18:22.396Z[ host-image] Feb 13 05:18:20.800 INFO O| Feb 13 05:18:20.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88602025-02-13T05:18:22.396Z[ host-image] Feb 13 05:18:20.800 INFO O| Feb 13 05:18:20.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88612025-02-13T05:18:22.397Z[ host-image] Feb 13 05:18:20.800 INFO O| Feb 13 05:18:20.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88622025-02-13T05:18:22.397Z[ host-image] Feb 13 05:18:20.801 INFO O| Feb 13 05:18:20.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88632025-02-13T05:18:22.397Z[ host-image] Feb 13 05:18:20.801 INFO O| Feb 13 05:18:20.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88642025-02-13T05:18:22.397Z[ host-image] Feb 13 05:18:20.801 INFO O| Feb 13 05:18:20.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88652025-02-13T05:18:22.400Z[ host-image] Feb 13 05:18:20.802 INFO O| Feb 13 05:18:20.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88662025-02-13T05:18:22.437Z[ host-image] Feb 13 05:18:20.842 INFO O| Feb 13 05:18:20.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88672025-02-13T05:18:22.439Z[ host-image] Feb 13 05:18:20.844 INFO O| Feb 13 05:18:20.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88682025-02-13T05:18:22.447Z[ host-image] Feb 13 05:18:20.852 INFO O| Feb 13 05:18:20.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88692025-02-13T05:18:22.453Z[ host-image] Feb 13 05:18:20.858 INFO O| Feb 13 05:18:20.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88702025-02-13T05:18:22.988Z[ host-image] Feb 13 05:18:21.393 INFO O| Feb 13 05:18:21.393 INFO STEP 13 (remove_files) COMPLETE
88712025-02-13T05:18:22.988Z[ host-image] Feb 13 05:18:21.393 INFO O| Feb 13 05:18:21.393 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722025-02-13T05:18:23.008Z[ host-image] Feb 13 05:18:21.413 INFO O| Feb 13 05:18:21.413 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88732025-02-13T05:18:23.011Z[ host-image] Feb 13 05:18:21.415 INFO O| Feb 13 05:18:21.415 INFO STEP 14 (remove_files) COMPLETE
88742025-02-13T05:18:23.011Z[ host-image] Feb 13 05:18:21.415 INFO O| Feb 13 05:18:21.415 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752025-02-13T05:18:23.035Z[ host-image] Feb 13 05:18:21.440 INFO O| Feb 13 05:18:21.440 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88762025-02-13T05:18:23.050Z[ host-image] Feb 13 05:18:21.455 INFO O| Feb 13 05:18:21.455 INFO STEP 15 (remove_files) COMPLETE
88772025-02-13T05:18:23.051Z[ host-image] Feb 13 05:18:21.455 INFO O| Feb 13 05:18:21.455 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782025-02-13T05:18:23.082Z[ host-image] Feb 13 05:18:21.487 INFO O| Feb 13 05:18:21.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88792025-02-13T05:18:23.085Z[ host-image] Feb 13 05:18:21.488 INFO O| Feb 13 05:18:21.488 INFO STEP 16 (remove_files) COMPLETE
88802025-02-13T05:18:23.085Z[ host-image] Feb 13 05:18:21.488 INFO O| Feb 13 05:18:21.488 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812025-02-13T05:18:23.114Z[ host-image] Feb 13 05:18:21.519 INFO O| Feb 13 05:18:21.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88822025-02-13T05:18:23.117Z[ host-image] Feb 13 05:18:21.522 INFO O| Feb 13 05:18:21.522 INFO STEP 17 (remove_files) COMPLETE
88832025-02-13T05:18:23.117Z[ host-image] Feb 13 05:18:21.522 INFO O| Feb 13 05:18:21.522 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842025-02-13T05:18:23.148Z[ host-image] Feb 13 05:18:21.553 INFO O| Feb 13 05:18:21.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88852025-02-13T05:18:23.153Z[ host-image] Feb 13 05:18:21.553 INFO O| Feb 13 05:18:21.553 INFO STEP 18 (remove_files) COMPLETE
88862025-02-13T05:18:23.153Z[ host-image] Feb 13 05:18:21.553 INFO O| Feb 13 05:18:21.553 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872025-02-13T05:18:23.180Z[ host-image] Feb 13 05:18:21.584 INFO O| Feb 13 05:18:21.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88882025-02-13T05:18:23.180Z[ host-image] Feb 13 05:18:21.585 INFO O| Feb 13 05:18:21.585 INFO STEP 19 (remove_files) COMPLETE
88892025-02-13T05:18:23.183Z[ host-image] Feb 13 05:18:21.585 INFO O| Feb 13 05:18:21.585 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902025-02-13T05:18:23.210Z[ host-image] Feb 13 05:18:21.615 INFO O| Feb 13 05:18:21.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88912025-02-13T05:18:23.210Z[ host-image] Feb 13 05:18:21.615 INFO O| Feb 13 05:18:21.615 INFO STEP 20 (remove_files) COMPLETE
88922025-02-13T05:18:23.210Z[ host-image] Feb 13 05:18:21.615 INFO O| Feb 13 05:18:21.615 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932025-02-13T05:18:23.241Z[ host-image] Feb 13 05:18:21.645 INFO O| Feb 13 05:18:21.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88942025-02-13T05:18:23.241Z[ host-image] Feb 13 05:18:21.646 INFO O| Feb 13 05:18:21.645 INFO STEP 21 (remove_files) COMPLETE
88952025-02-13T05:18:23.241Z[ host-image] Feb 13 05:18:21.646 INFO O| Feb 13 05:18:21.646 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962025-02-13T05:18:23.271Z[ host-image] Feb 13 05:18:21.676 INFO O| Feb 13 05:18:21.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88972025-02-13T05:18:23.271Z[ host-image] Feb 13 05:18:21.676 INFO O| Feb 13 05:18:21.676 INFO STEP 22 (remove_files) COMPLETE
88982025-02-13T05:18:23.290Z[ host-image] Feb 13 05:18:21.676 INFO O| Feb 13 05:18:21.676 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992025-02-13T05:18:23.301Z[ host-image] Feb 13 05:18:21.706 INFO O| Feb 13 05:18:21.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89002025-02-13T05:18:23.301Z[ host-image] Feb 13 05:18:21.706 INFO O| Feb 13 05:18:21.706 INFO STEP 23 (remove_files) COMPLETE
89012025-02-13T05:18:23.301Z[ host-image] Feb 13 05:18:21.706 INFO O| Feb 13 05:18:21.706 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022025-02-13T05:18:23.334Z[ host-image] Feb 13 05:18:21.739 INFO O| Feb 13 05:18:21.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89032025-02-13T05:18:23.337Z[ host-image] Feb 13 05:18:21.739 INFO O| Feb 13 05:18:21.739 INFO STEP 24 (remove_files) COMPLETE
89042025-02-13T05:18:23.337Z[ host-image] Feb 13 05:18:21.739 INFO O| Feb 13 05:18:21.739 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052025-02-13T05:18:23.368Z[ host-image] Feb 13 05:18:21.773 INFO O| Feb 13 05:18:21.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89062025-02-13T05:18:23.368Z[ host-image] Feb 13 05:18:21.773 INFO O| Feb 13 05:18:21.773 INFO STEP 25 (remove_files) COMPLETE
89072025-02-13T05:18:23.368Z[ host-image] Feb 13 05:18:21.773 INFO O| Feb 13 05:18:21.773 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082025-02-13T05:18:23.392Z[ host-image] Feb 13 05:18:21.796 INFO O| Feb 13 05:18:21.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89092025-02-13T05:18:23.392Z[ host-image] Feb 13 05:18:21.797 INFO O| Feb 13 05:18:21.797 INFO STEP 26 (remove_files) COMPLETE
89102025-02-13T05:18:23.392Z[ host-image] Feb 13 05:18:21.797 INFO O| Feb 13 05:18:21.797 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112025-02-13T05:18:23.422Z[ host-image] Feb 13 05:18:21.827 INFO O| Feb 13 05:18:21.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89122025-02-13T05:18:23.422Z[ host-image] Feb 13 05:18:21.827 INFO O| Feb 13 05:18:21.827 INFO STEP 27 (remove_files) COMPLETE
89132025-02-13T05:18:23.425Z[ host-image] Feb 13 05:18:21.827 INFO O| Feb 13 05:18:21.827 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142025-02-13T05:18:23.446Z[ host-image] Feb 13 05:18:21.851 INFO O| Feb 13 05:18:21.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89152025-02-13T05:18:23.446Z[ host-image] Feb 13 05:18:21.851 INFO O| Feb 13 05:18:21.851 INFO STEP 28 (remove_files) COMPLETE
89162025-02-13T05:18:23.449Z[ host-image] Feb 13 05:18:21.851 INFO O| Feb 13 05:18:21.851 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172025-02-13T05:18:23.467Z[ host-image] Feb 13 05:18:21.872 INFO O| Feb 13 05:18:21.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89182025-02-13T05:18:23.467Z[ host-image] Feb 13 05:18:21.872 INFO O| Feb 13 05:18:21.872 INFO STEP 29 (remove_files) COMPLETE
89192025-02-13T05:18:23.467Z[ host-image] Feb 13 05:18:21.872 INFO O| Feb 13 05:18:21.872 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202025-02-13T05:18:23.486Z[ host-image] Feb 13 05:18:21.891 INFO O| Feb 13 05:18:21.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89212025-02-13T05:18:23.486Z[ host-image] Feb 13 05:18:21.891 INFO O| Feb 13 05:18:21.891 INFO STEP 30 (remove_files) COMPLETE
89222025-02-13T05:18:23.488Z[ host-image] Feb 13 05:18:21.891 INFO O| Feb 13 05:18:21.891 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232025-02-13T05:18:23.506Z[ host-image] Feb 13 05:18:21.911 INFO O| Feb 13 05:18:21.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89242025-02-13T05:18:23.506Z[ host-image] Feb 13 05:18:21.911 INFO O| Feb 13 05:18:21.911 INFO STEP 31 (remove_files) COMPLETE
89252025-02-13T05:18:23.506Z[ host-image] Feb 13 05:18:21.911 INFO O| Feb 13 05:18:21.911 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-02-13T05:18:23.525Z[ host-image] Feb 13 05:18:21.930 INFO O| Feb 13 05:18:21.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89272025-02-13T05:18:23.525Z[ host-image] Feb 13 05:18:21.930 INFO O| Feb 13 05:18:21.930 INFO STEP 32 (remove_files) COMPLETE
89282025-02-13T05:18:23.528Z[ host-image] Feb 13 05:18:21.930 INFO O| Feb 13 05:18:21.930 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292025-02-13T05:18:23.545Z[ host-image] Feb 13 05:18:21.950 INFO O| Feb 13 05:18:21.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89302025-02-13T05:18:23.545Z[ host-image] Feb 13 05:18:21.950 INFO O| Feb 13 05:18:21.950 INFO STEP 33 (remove_files) COMPLETE
89312025-02-13T05:18:23.547Z[ host-image] Feb 13 05:18:21.950 INFO O| Feb 13 05:18:21.950 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322025-02-13T05:18:23.563Z[ host-image] Feb 13 05:18:21.968 INFO O| Feb 13 05:18:21.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89332025-02-13T05:18:23.563Z[ host-image] Feb 13 05:18:21.968 INFO O| Feb 13 05:18:21.968 INFO STEP 34 (remove_files) COMPLETE
89342025-02-13T05:18:23.566Z[ host-image] Feb 13 05:18:21.968 INFO O| Feb 13 05:18:21.968 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352025-02-13T05:18:23.581Z[ host-image] Feb 13 05:18:21.987 INFO O| Feb 13 05:18:21.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89362025-02-13T05:18:23.582Z[ host-image] Feb 13 05:18:21.987 INFO O| Feb 13 05:18:21.987 INFO STEP 35 (remove_files) COMPLETE
89372025-02-13T05:18:23.582Z[ host-image] Feb 13 05:18:21.987 INFO O| Feb 13 05:18:21.987 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-02-13T05:18:23.599Z[ host-image] Feb 13 05:18:22.004 INFO O| Feb 13 05:18:22.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89392025-02-13T05:18:23.599Z[ host-image] Feb 13 05:18:22.005 INFO O| Feb 13 05:18:22.005 INFO STEP 36 (remove_files) COMPLETE
89402025-02-13T05:18:23.599Z[ host-image] Feb 13 05:18:22.005 INFO O| Feb 13 05:18:22.005 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412025-02-13T05:18:23.617Z[ host-image] Feb 13 05:18:22.022 INFO O| Feb 13 05:18:22.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89422025-02-13T05:18:23.617Z[ host-image] Feb 13 05:18:22.022 INFO O| Feb 13 05:18:22.022 INFO STEP 37 (remove_files) COMPLETE
89432025-02-13T05:18:23.620Z[ host-image] Feb 13 05:18:22.022 INFO O| Feb 13 05:18:22.022 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442025-02-13T05:18:23.636Z[ host-image] Feb 13 05:18:22.041 INFO O| Feb 13 05:18:22.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89452025-02-13T05:18:23.636Z[ host-image] Feb 13 05:18:22.041 INFO O| Feb 13 05:18:22.041 INFO STEP 38 (remove_files) COMPLETE
89462025-02-13T05:18:23.639Z[ host-image] Feb 13 05:18:22.041 INFO O| Feb 13 05:18:22.041 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472025-02-13T05:18:23.655Z[ host-image] Feb 13 05:18:22.060 INFO O| Feb 13 05:18:22.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89482025-02-13T05:18:23.655Z[ host-image] Feb 13 05:18:22.060 INFO O| Feb 13 05:18:22.060 INFO STEP 39 (remove_files) COMPLETE
89492025-02-13T05:18:23.657Z[ host-image] Feb 13 05:18:22.060 INFO O| Feb 13 05:18:22.060 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502025-02-13T05:18:23.673Z[ host-image] Feb 13 05:18:22.078 INFO O| Feb 13 05:18:22.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89512025-02-13T05:18:23.673Z[ host-image] Feb 13 05:18:22.078 INFO O| Feb 13 05:18:22.078 INFO STEP 40 (remove_files) COMPLETE
89522025-02-13T05:18:23.675Z[ host-image] Feb 13 05:18:22.078 INFO O| Feb 13 05:18:22.078 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532025-02-13T05:18:23.691Z[ host-image] Feb 13 05:18:22.096 INFO O| Feb 13 05:18:22.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89542025-02-13T05:18:23.691Z[ host-image] Feb 13 05:18:22.097 INFO O| Feb 13 05:18:22.097 INFO STEP 41 (remove_files) COMPLETE
89552025-02-13T05:18:23.694Z[ host-image] Feb 13 05:18:22.097 INFO O| Feb 13 05:18:22.097 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562025-02-13T05:18:23.710Z[ host-image] Feb 13 05:18:22.115 INFO O| Feb 13 05:18:22.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89572025-02-13T05:18:23.710Z[ host-image] Feb 13 05:18:22.115 INFO O| Feb 13 05:18:22.115 INFO STEP 42 (remove_files) COMPLETE
89582025-02-13T05:18:23.710Z[ host-image] Feb 13 05:18:22.115 INFO O| Feb 13 05:18:22.115 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592025-02-13T05:18:23.728Z[ host-image] Feb 13 05:18:22.133 INFO O| Feb 13 05:18:22.133 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89602025-02-13T05:18:23.728Z[ host-image] Feb 13 05:18:22.133 INFO O| Feb 13 05:18:22.133 INFO STEP 43 (remove_files) COMPLETE
89612025-02-13T05:18:23.728Z[ host-image] Feb 13 05:18:22.133 INFO O| Feb 13 05:18:22.133 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622025-02-13T05:18:23.746Z[ host-image] Feb 13 05:18:22.151 INFO O| Feb 13 05:18:22.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89632025-02-13T05:18:23.746Z[ host-image] Feb 13 05:18:22.151 INFO O| Feb 13 05:18:22.151 INFO STEP 44 (remove_files) COMPLETE
89642025-02-13T05:18:23.746Z[ host-image] Feb 13 05:18:22.151 INFO O| Feb 13 05:18:22.151 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652025-02-13T05:18:23.764Z[ host-image] Feb 13 05:18:22.169 INFO O| Feb 13 05:18:22.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89662025-02-13T05:18:23.764Z[ host-image] Feb 13 05:18:22.169 INFO O| Feb 13 05:18:22.169 INFO STEP 45 (remove_files) COMPLETE
89672025-02-13T05:18:23.766Z[ host-image] Feb 13 05:18:22.169 INFO O| Feb 13 05:18:22.169 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682025-02-13T05:18:23.782Z[ host-image] Feb 13 05:18:22.187 INFO O| Feb 13 05:18:22.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89692025-02-13T05:18:23.782Z[ host-image] Feb 13 05:18:22.187 INFO O| Feb 13 05:18:22.187 INFO STEP 46 (remove_files) COMPLETE
89702025-02-13T05:18:23.782Z[ host-image] Feb 13 05:18:22.187 INFO O| Feb 13 05:18:22.187 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712025-02-13T05:18:23.800Z[ host-image] Feb 13 05:18:22.205 INFO O| Feb 13 05:18:22.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89722025-02-13T05:18:23.800Z[ host-image] Feb 13 05:18:22.205 INFO O| Feb 13 05:18:22.205 INFO STEP 47 (remove_files) COMPLETE
89732025-02-13T05:18:23.803Z[ host-image] Feb 13 05:18:22.205 INFO O| Feb 13 05:18:22.205 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742025-02-13T05:18:23.820Z[ host-image] Feb 13 05:18:22.225 INFO O| Feb 13 05:18:22.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89752025-02-13T05:18:23.820Z[ host-image] Feb 13 05:18:22.225 INFO O| Feb 13 05:18:22.225 INFO STEP 48 (remove_files) COMPLETE
89762025-02-13T05:18:23.823Z[ host-image] Feb 13 05:18:22.225 INFO O| Feb 13 05:18:22.225 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772025-02-13T05:18:23.839Z[ host-image] Feb 13 05:18:22.244 INFO O| Feb 13 05:18:22.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89782025-02-13T05:18:23.839Z[ host-image] Feb 13 05:18:22.244 INFO O| Feb 13 05:18:22.244 INFO STEP 49 (remove_files) COMPLETE
89792025-02-13T05:18:23.841Z[ host-image] Feb 13 05:18:22.244 INFO O| Feb 13 05:18:22.244 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802025-02-13T05:18:23.858Z[ host-image] Feb 13 05:18:22.263 INFO O| Feb 13 05:18:22.263 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89812025-02-13T05:18:23.858Z[ host-image] Feb 13 05:18:22.263 INFO O| Feb 13 05:18:22.263 INFO STEP 50 (remove_files) COMPLETE
89822025-02-13T05:18:23.858Z[ host-image] Feb 13 05:18:22.263 INFO O| Feb 13 05:18:22.263 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832025-02-13T05:18:23.876Z[ host-image] Feb 13 05:18:22.281 INFO O| Feb 13 05:18:22.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89842025-02-13T05:18:23.876Z[ host-image] Feb 13 05:18:22.281 INFO O| Feb 13 05:18:22.281 INFO STEP 51 (remove_files) COMPLETE
89852025-02-13T05:18:23.881Z[ host-image] Feb 13 05:18:22.282 INFO O| Feb 13 05:18:22.281 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862025-02-13T05:18:23.894Z[ host-image] Feb 13 05:18:22.299 INFO O| Feb 13 05:18:22.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89872025-02-13T05:18:23.897Z[ host-image] Feb 13 05:18:22.299 INFO O| Feb 13 05:18:22.299 INFO STEP 52 (remove_files) COMPLETE
89882025-02-13T05:18:23.897Z[ host-image] Feb 13 05:18:22.299 INFO O| Feb 13 05:18:22.299 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892025-02-13T05:18:23.912Z[ host-image] Feb 13 05:18:22.317 INFO O| Feb 13 05:18:22.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89902025-02-13T05:18:23.912Z[ host-image] Feb 13 05:18:22.317 INFO O| Feb 13 05:18:22.317 INFO STEP 53 (remove_files) COMPLETE
89912025-02-13T05:18:23.912Z[ host-image] Feb 13 05:18:22.317 INFO O| Feb 13 05:18:22.317 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922025-02-13T05:18:23.929Z[ host-image] Feb 13 05:18:22.334 INFO O| Feb 13 05:18:22.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89932025-02-13T05:18:23.929Z[ host-image] Feb 13 05:18:22.334 INFO O| Feb 13 05:18:22.334 INFO STEP 54 (remove_files) COMPLETE
89942025-02-13T05:18:23.932Z[ host-image] Feb 13 05:18:22.334 INFO O| Feb 13 05:18:22.334 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952025-02-13T05:18:23.949Z[ host-image] Feb 13 05:18:22.353 INFO O| Feb 13 05:18:22.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89962025-02-13T05:18:23.949Z[ host-image] Feb 13 05:18:22.353 INFO O| Feb 13 05:18:22.353 INFO STEP 55 (remove_files) COMPLETE
89972025-02-13T05:18:23.949Z[ host-image] Feb 13 05:18:22.353 INFO O| Feb 13 05:18:22.353 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982025-02-13T05:18:23.967Z[ host-image] Feb 13 05:18:22.372 INFO O| Feb 13 05:18:22.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89992025-02-13T05:18:23.967Z[ host-image] Feb 13 05:18:22.372 INFO O| Feb 13 05:18:22.372 INFO STEP 56 (remove_files) COMPLETE
90002025-02-13T05:18:23.969Z[ host-image] Feb 13 05:18:22.372 INFO O| Feb 13 05:18:22.372 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012025-02-13T05:18:23.986Z[ host-image] Feb 13 05:18:22.391 INFO O| Feb 13 05:18:22.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90022025-02-13T05:18:23.986Z[ host-image] Feb 13 05:18:22.391 INFO O| Feb 13 05:18:22.391 INFO STEP 57 (remove_files) COMPLETE
90032025-02-13T05:18:23.988Z[ host-image] Feb 13 05:18:22.391 INFO O| Feb 13 05:18:22.391 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042025-02-13T05:18:24.005Z[ host-image] Feb 13 05:18:22.410 INFO O| Feb 13 05:18:22.410 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90052025-02-13T05:18:24.005Z[ host-image] Feb 13 05:18:22.410 INFO O| Feb 13 05:18:22.410 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90062025-02-13T05:18:24.005Z[ host-image] Feb 13 05:18:22.410 INFO O| Feb 13 05:18:22.410 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90072025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.410 INFO O| Feb 13 05:18:22.410 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90082025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.411 INFO O| Feb 13 05:18:22.410 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90092025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.411 INFO O| Feb 13 05:18:22.411 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90102025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.411 INFO O| Feb 13 05:18:22.411 INFO ok!
90112025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.411 INFO O| Feb 13 05:18:22.411 INFO STEP 58 (ensure_file) COMPLETE
90122025-02-13T05:18:24.008Z[ host-image] Feb 13 05:18:22.411 INFO O| Feb 13 05:18:22.411 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132025-02-13T05:18:24.025Z[ host-image] Feb 13 05:18:22.430 INFO O| Feb 13 05:18:22.430 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90142025-02-13T05:18:24.025Z[ host-image] Feb 13 05:18:22.430 INFO O| Feb 13 05:18:22.430 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90152025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90162025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90172025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90182025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90192025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO ok!
90202025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO STEP 59 (ensure_file) COMPLETE
90212025-02-13T05:18:24.028Z[ host-image] Feb 13 05:18:22.431 INFO O| Feb 13 05:18:22.431 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222025-02-13T05:18:24.046Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90232025-02-13T05:18:24.046Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90242025-02-13T05:18:24.048Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90252025-02-13T05:18:24.048Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO ok!
90262025-02-13T05:18:24.048Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO STEP 60 (ensure_file) COMPLETE
90272025-02-13T05:18:24.048Z[ host-image] Feb 13 05:18:22.451 INFO O| Feb 13 05:18:22.451 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282025-02-13T05:18:24.065Z[ host-image] Feb 13 05:18:22.470 INFO O| Feb 13 05:18:22.470 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90292025-02-13T05:18:24.065Z[ host-image] Feb 13 05:18:22.470 INFO O| Feb 13 05:18:22.470 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90302025-02-13T05:18:24.067Z[ host-image] Feb 13 05:18:22.470 INFO O| Feb 13 05:18:22.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90312025-02-13T05:18:24.067Z[ host-image] Feb 13 05:18:22.470 INFO O| Feb 13 05:18:22.470 INFO ok!
90322025-02-13T05:18:24.067Z[ host-image] Feb 13 05:18:22.470 INFO O| Feb 13 05:18:22.470 INFO STEP 61 (ensure_file) COMPLETE
90332025-02-13T05:18:24.067Z[ host-image] Feb 13 05:18:22.471 INFO O| Feb 13 05:18:22.470 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342025-02-13T05:18:24.083Z[ host-image] Feb 13 05:18:22.488 INFO O| Feb 13 05:18:22.488 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90352025-02-13T05:18:24.084Z[ host-image] Feb 13 05:18:22.488 INFO O| Feb 13 05:18:22.488 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90362025-02-13T05:18:24.086Z[ host-image] Feb 13 05:18:22.489 INFO O| Feb 13 05:18:22.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90372025-02-13T05:18:24.087Z[ host-image] Feb 13 05:18:22.489 INFO O| Feb 13 05:18:22.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90382025-02-13T05:18:24.087Z[ host-image] Feb 13 05:18:22.489 INFO O| Feb 13 05:18:22.489 INFO ok!
90392025-02-13T05:18:24.087Z[ host-image] Feb 13 05:18:22.489 INFO O| Feb 13 05:18:22.489 INFO STEP 62 (ensure_file) COMPLETE
90402025-02-13T05:18:24.087Z[ host-image] Feb 13 05:18:22.489 INFO O| Feb 13 05:18:22.489 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-13T05:18:24.101Z[ host-image] Feb 13 05:18:22.506 INFO O| Feb 13 05:18:22.506 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90422025-02-13T05:18:24.101Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90432025-02-13T05:18:24.104Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90442025-02-13T05:18:24.104Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90452025-02-13T05:18:24.104Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO ok!
90462025-02-13T05:18:24.104Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO STEP 63 (ensure_file) COMPLETE
90472025-02-13T05:18:24.104Z[ host-image] Feb 13 05:18:22.507 INFO O| Feb 13 05:18:22.507 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482025-02-13T05:18:24.118Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.523 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90492025-02-13T05:18:24.119Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.524 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90502025-02-13T05:18:24.121Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90512025-02-13T05:18:24.121Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.524 INFO ok!
90522025-02-13T05:18:24.121Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.524 INFO STEP 64 (assemble_files) COMPLETE
90532025-02-13T05:18:24.121Z[ host-image] Feb 13 05:18:22.524 INFO O| Feb 13 05:18:22.524 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90542025-02-13T05:18:24.138Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90552025-02-13T05:18:24.138Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90562025-02-13T05:18:24.140Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90572025-02-13T05:18:24.140Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90582025-02-13T05:18:24.140Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO ok!
90592025-02-13T05:18:24.141Z[ host-image] Feb 13 05:18:22.543 INFO O| Feb 13 05:18:22.543 INFO STEP 65 (ensure_file) COMPLETE
90602025-02-13T05:18:24.141Z[ host-image] Feb 13 05:18:22.544 INFO O| Feb 13 05:18:22.544 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612025-02-13T05:18:24.157Z[ host-image] Feb 13 05:18:22.561 INFO O| Feb 13 05:18:22.561 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90622025-02-13T05:18:24.160Z[ host-image] Feb 13 05:18:22.562 INFO O| Feb 13 05:18:22.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90632025-02-13T05:18:24.160Z[ host-image] Feb 13 05:18:22.562 INFO O| Feb 13 05:18:22.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90642025-02-13T05:18:24.160Z[ host-image] Feb 13 05:18:22.562 INFO O| Feb 13 05:18:22.562 INFO STEP 66 (ensure_dir) COMPLETE
90652025-02-13T05:18:24.160Z[ host-image] Feb 13 05:18:22.562 INFO O| Feb 13 05:18:22.562 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90662025-02-13T05:18:24.180Z[ host-image] Feb 13 05:18:22.584 INFO O| Feb 13 05:18:22.584 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90672025-02-13T05:18:24.180Z[ host-image] Feb 13 05:18:22.584 INFO O| Feb 13 05:18:22.584 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 ...
90682025-02-13T05:18:24.194Z[ host-image] Feb 13 05:18:22.599 INFO O| Feb 13 05:18:22.598 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
90692025-02-13T05:18:24.194Z[ host-image] Feb 13 05:18:22.599 INFO O| Feb 13 05:18:22.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90702025-02-13T05:18:24.194Z[ host-image] Feb 13 05:18:22.599 INFO O| Feb 13 05:18:22.599 INFO ok!
90712025-02-13T05:18:24.197Z[ host-image] Feb 13 05:18:22.599 INFO O| Feb 13 05:18:22.599 INFO STEP 67 (ensure_file) COMPLETE
90722025-02-13T05:18:24.197Z[ host-image] Feb 13 05:18:22.599 INFO O| Feb 13 05:18:22.599 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732025-02-13T05:18:24.235Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.639 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90742025-02-13T05:18:24.235Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 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 ...
90752025-02-13T05:18:24.238Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 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
90762025-02-13T05:18:24.238Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90772025-02-13T05:18:24.238Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 INFO ok!
90782025-02-13T05:18:24.238Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 INFO STEP 68 (ensure_file) COMPLETE
90792025-02-13T05:18:24.238Z[ host-image] Feb 13 05:18:22.640 INFO O| Feb 13 05:18:22.640 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-13T05:18:24.266Z[ host-image] Feb 13 05:18:22.671 INFO O| Feb 13 05:18:22.671 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90812025-02-13T05:18:24.266Z[ host-image] Feb 13 05:18:22.671 INFO O| Feb 13 05:18:22.671 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90822025-02-13T05:18:27.659Z[ host-image] Feb 13 05:18:26.062 INFO O| Feb 13 05:18:26.062 INFO STEP 69 (pack_tar) COMPLETE
90832025-02-13T05:18:27.659Z[ host-image] Feb 13 05:18:26.063 INFO O| Feb 13 05:18:26.062 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90842025-02-13T05:18:27.663Z[ host-image] Feb 13 05:18:26.063 INFO O| Feb 13 05:18:26.062 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90852025-02-13T05:18:27.846Z[ host-image] Feb 13 05:18:26.251 INFO O| Feb 13 05:18:26.251 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90862025-02-13T05:18:27.939Z[ host-image] Feb 13 05:18:26.343 INFO O| Feb 13 05:18:26.343 INFO completed processing gimlet/ramdisk-02-trim
90872025-02-13T05:18:27.961Z[ host-image] Feb 13 05:18:26.346 INFO image builder template: zfs...
90882025-02-13T05:18:27.961Z[ host-image] Feb 13 05:18:26.346 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/.tmpSxvfXu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90892025-02-13T05:18:27.965Z[ host-image] Feb 13 05:18:26.366 INFO O| Feb 13 05:18:26.366 INFO skip include "stress" because feature "stress" is not enabled
90902025-02-13T05:18:28.014Z[ host-image] Feb 13 05:18:26.417 INFO O| Feb 13 05:18:26.417 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90912025-02-13T05:18:28.021Z[ host-image] Feb 13 05:18:26.425 INFO O| Feb 13 05:18:26.425 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90922025-02-13T05:18:28.095Z[ host-image] Feb 13 05:18:26.498 INFO O| Feb 13 05:18:26.498 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90932025-02-13T05:18:28.247Z[ host-image] Feb 13 05:18:26.565 INFO O| Feb 13 05:18:26.565 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90942025-02-13T05:18:28.247Z[ host-image] Feb 13 05:18:26.565 INFO O| Feb 13 05:18:26.565 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90952025-02-13T05:18:28.256Z[ host-image] Feb 13 05:18:26.572 INFO O| Feb 13 05:18:26.572 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90962025-02-13T05:18:28.256Z[ host-image] Feb 13 05:18:26.654 INFO O| Feb 13 05:18:26.654 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90972025-02-13T05:18:28.327Z[ host-image] Feb 13 05:18:26.730 INFO O| Feb 13 05:18:26.729 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90982025-02-13T05:18:28.349Z[ host-image] Feb 13 05:18:26.745 INFO O| Feb 13 05:18:26.745 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90992025-02-13T05:18:28.353Z[ host-image] Feb 13 05:18:26.753 INFO O| Feb 13 05:18:26.753 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91002025-02-13T05:18:28.353Z[ host-image] Feb 13 05:18:26.754 INFO O| Feb 13 05:18:26.753 INFO no lofi found
91012025-02-13T05:18:28.353Z[ host-image] Feb 13 05:18:26.754 INFO O| Feb 13 05:18:26.754 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91022025-02-13T05:18:28.354Z[ host-image] Feb 13 05:18:26.754 INFO O| Feb 13 05:18:26.754 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91032025-02-13T05:18:30.607Z[ host-image] Feb 13 05:18:29.011 INFO O| Feb 13 05:18:29.011 INFO lofi device = /dev/dsk/c2t1d0p0
91042025-02-13T05:18:30.607Z[ host-image] Feb 13 05:18:29.011 INFO O| Feb 13 05:18:29.011 INFO pool device = /dev/dsk/c2t1d0p0
91052025-02-13T05:18:30.611Z[ host-image] Feb 13 05:18:29.011 INFO O| Feb 13 05:18:29.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91062025-02-13T05:18:30.722Z[ host-image] Feb 13 05:18:29.126 INFO O| Feb 13 05:18:29.126 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91072025-02-13T05:18:30.722Z[ host-image] Feb 13 05:18:29.126 INFO O| Feb 13 05:18:29.126 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91082025-02-13T05:18:30.757Z[ host-image] Feb 13 05:18:29.161 INFO O| Feb 13 05:18:29.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91092025-02-13T05:18:30.852Z[ host-image] Feb 13 05:18:29.256 INFO O| Feb 13 05:18:29.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91102025-02-13T05:18:30.965Z[ host-image] Feb 13 05:18:29.369 INFO O| Feb 13 05:18:29.369 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91112025-02-13T05:18:30.994Z[ host-image] Feb 13 05:18:29.397 INFO O| Feb 13 05:18:29.397 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91122025-02-13T05:18:31.014Z[ host-image] Feb 13 05:18:29.418 INFO O| Feb 13 05:18:29.418 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91132025-02-13T05:18:31.086Z[ host-image] Feb 13 05:18:29.490 INFO O| Feb 13 05:18:29.490 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91142025-02-13T05:18:31.102Z[ host-image] Feb 13 05:18:29.490 INFO O| Feb 13 05:18:29.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91152025-02-13T05:18:31.103Z[ host-image] Feb 13 05:18:29.490 INFO O| Feb 13 05:18:29.490 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91162025-02-13T05:18:31.107Z[ host-image] Feb 13 05:18:29.509 INFO O| Feb 13 05:18:29.509 INFO boot environment UUID: 3871c93e-0735-4f5f-94c6-26268819c390
91172025-02-13T05:18:31.107Z[ host-image] Feb 13 05:18:29.509 INFO O| Feb 13 05:18:29.509 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3871c93e-0735-4f5f-94c6-26268819c390
91182025-02-13T05:18:31.124Z[ host-image] Feb 13 05:18:29.528 INFO O| Feb 13 05:18:29.528 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91192025-02-13T05:18:31.146Z[ host-image] Feb 13 05:18:29.550 INFO O| Feb 13 05:18:29.549 INFO STEP 0 (create_be) COMPLETE
91202025-02-13T05:18:31.146Z[ host-image] Feb 13 05:18:29.550 INFO O| Feb 13 05:18:29.549 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91212025-02-13T05:18:31.174Z[ host-image] Feb 13 05:18:29.577 INFO O| Feb 13 05:18:29.577 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91222025-02-13T05:18:52.757Z[ host-image] Feb 13 05:18:51.158 INFO O| Feb 13 05:18:51.158 INFO STEP 1 (unpack_tar) COMPLETE
91232025-02-13T05:18:52.759Z[ host-image] Feb 13 05:18:51.158 INFO O| Feb 13 05:18:51.158 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242025-02-13T05:18:52.770Z[ host-image] Feb 13 05:18:51.171 INFO O| Feb 13 05:18:51.171 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91252025-02-13T05:18:53.080Z[ host-image] Feb 13 05:18:51.481 INFO O| Feb 13 05:18:51.481 INFO STEP 2 (devfsadm) COMPLETE
91262025-02-13T05:18:53.083Z[ host-image] Feb 13 05:18:51.481 INFO O| Feb 13 05:18:51.481 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272025-02-13T05:18:53.106Z[ host-image] Feb 13 05:18:51.507 INFO O| Feb 13 05:18:51.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91282025-02-13T05:18:53.106Z[ host-image] Feb 13 05:18:51.507 INFO O| Feb 13 05:18:51.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91292025-02-13T05:18:53.109Z[ host-image] Feb 13 05:18:51.507 INFO O| Feb 13 05:18:51.507 INFO STEP 3 (ensure_dir) COMPLETE
91302025-02-13T05:18:53.109Z[ host-image] Feb 13 05:18:51.507 INFO O| Feb 13 05:18:51.507 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312025-02-13T05:18:53.130Z[ host-image] Feb 13 05:18:51.531 INFO O| Feb 13 05:18:51.530 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91322025-02-13T05:18:53.130Z[ host-image] Feb 13 05:18:51.531 INFO O| Feb 13 05:18:51.531 INFO STEP 4 (ensure_dir) COMPLETE
91332025-02-13T05:18:53.130Z[ host-image] Feb 13 05:18:51.531 INFO O| Feb 13 05:18:51.531 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91342025-02-13T05:18:53.152Z[ host-image] Feb 13 05:18:51.552 INFO O| Feb 13 05:18:51.552 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91352025-02-13T05:18:53.152Z[ host-image] Feb 13 05:18:51.552 INFO O| Feb 13 05:18:51.552 INFO STEP 5 (ensure_dir) COMPLETE
91362025-02-13T05:18:53.154Z[ host-image] Feb 13 05:18:51.552 INFO O| Feb 13 05:18:51.552 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91372025-02-13T05:18:53.172Z[ host-image] Feb 13 05:18:51.573 INFO O| Feb 13 05:18:51.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91382025-02-13T05:18:53.172Z[ host-image] Feb 13 05:18:51.573 INFO O| Feb 13 05:18:51.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91392025-02-13T05:18:53.176Z[ host-image] Feb 13 05:18:51.573 INFO O| Feb 13 05:18:51.573 INFO STEP 6 (ensure_dir) COMPLETE
91402025-02-13T05:18:53.176Z[ host-image] Feb 13 05:18:51.573 INFO O| Feb 13 05:18:51.573 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412025-02-13T05:18:53.184Z[ host-image] Feb 13 05:18:51.585 INFO O| Feb 13 05:18:51.585 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91422025-02-13T05:18:53.184Z[ host-image] Feb 13 05:18:51.586 INFO O| Feb 13 05:18:51.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91432025-02-13T05:18:53.187Z[ host-image] Feb 13 05:18:51.586 INFO O| Feb 13 05:18:51.586 INFO STEP 7 (ensure_dir) COMPLETE
91442025-02-13T05:18:53.187Z[ host-image] Feb 13 05:18:51.586 INFO O| Feb 13 05:18:51.586 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452025-02-13T05:18:53.198Z[ host-image] Feb 13 05:18:51.599 INFO O| Feb 13 05:18:51.599 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91462025-02-13T05:18:53.200Z[ host-image] Feb 13 05:18:51.599 INFO O| Feb 13 05:18:51.599 INFO STEP 8 (remove_files) COMPLETE
91472025-02-13T05:18:53.200Z[ host-image] Feb 13 05:18:51.599 INFO O| Feb 13 05:18:51.599 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91482025-02-13T05:18:53.209Z[ host-image] Feb 13 05:18:51.611 INFO O| Feb 13 05:18:51.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91492025-02-13T05:18:53.212Z[ host-image] Feb 13 05:18:51.612 INFO O| Feb 13 05:18:51.612 INFO STEP 9 (remove_files) COMPLETE
91502025-02-13T05:18:53.212Z[ host-image] Feb 13 05:18:51.612 INFO O| Feb 13 05:18:51.612 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91512025-02-13T05:18:53.224Z[ host-image] Feb 13 05:18:51.625 INFO O| Feb 13 05:18:51.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91522025-02-13T05:18:53.226Z[ host-image] Feb 13 05:18:51.626 INFO O| Feb 13 05:18:51.626 INFO STEP 10 (remove_files) COMPLETE
91532025-02-13T05:18:53.226Z[ host-image] Feb 13 05:18:51.626 INFO O| Feb 13 05:18:51.626 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91542025-02-13T05:18:53.237Z[ host-image] Feb 13 05:18:51.638 INFO O| Feb 13 05:18:51.638 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91552025-02-13T05:18:53.239Z[ host-image] Feb 13 05:18:51.638 INFO O| Feb 13 05:18:51.638 INFO STEP 11 (remove_files) COMPLETE
91562025-02-13T05:18:53.239Z[ host-image] Feb 13 05:18:51.638 INFO O| Feb 13 05:18:51.638 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91572025-02-13T05:18:53.248Z[ host-image] Feb 13 05:18:51.649 INFO O| Feb 13 05:18:51.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91582025-02-13T05:18:53.248Z[ host-image] Feb 13 05:18:51.649 INFO O| Feb 13 05:18:51.649 INFO STEP 12 (remove_files) COMPLETE
91592025-02-13T05:18:53.248Z[ host-image] Feb 13 05:18:51.649 INFO O| Feb 13 05:18:51.649 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91602025-02-13T05:18:53.258Z[ host-image] Feb 13 05:18:51.659 INFO O| Feb 13 05:18:51.659 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91612025-02-13T05:18:53.261Z[ host-image] Feb 13 05:18:51.660 INFO O| Feb 13 05:18:51.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91622025-02-13T05:18:53.261Z[ host-image] Feb 13 05:18:51.660 INFO O| Feb 13 05:18:51.660 INFO STEP 13 (ensure_dir) COMPLETE
91632025-02-13T05:18:53.261Z[ host-image] Feb 13 05:18:51.660 INFO O| Feb 13 05:18:51.660 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91642025-02-13T05:18:53.269Z[ host-image] Feb 13 05:18:51.670 INFO O| Feb 13 05:18:51.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91652025-02-13T05:18:53.271Z[ host-image] Feb 13 05:18:51.670 INFO O| Feb 13 05:18:51.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91662025-02-13T05:18:53.271Z[ host-image] Feb 13 05:18:51.670 INFO O| Feb 13 05:18:51.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91672025-02-13T05:18:53.271Z[ host-image] Feb 13 05:18:51.670 INFO O| Feb 13 05:18:51.670 INFO STEP 14 (ensure_dir) COMPLETE
91682025-02-13T05:18:53.271Z[ host-image] Feb 13 05:18:51.670 INFO O| Feb 13 05:18:51.670 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91692025-02-13T05:18:53.279Z[ host-image] Feb 13 05:18:51.681 INFO O| Feb 13 05:18:51.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91702025-02-13T05:18:53.279Z[ host-image] Feb 13 05:18:51.681 INFO O| Feb 13 05:18:51.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91712025-02-13T05:18:53.279Z[ host-image] Feb 13 05:18:51.681 INFO O| Feb 13 05:18:51.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91722025-02-13T05:18:53.282Z[ host-image] Feb 13 05:18:51.681 INFO O| Feb 13 05:18:51.681 INFO STEP 15 (ensure_dir) COMPLETE
91732025-02-13T05:18:53.282Z[ host-image] Feb 13 05:18:51.681 INFO O| Feb 13 05:18:51.681 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91742025-02-13T05:18:53.290Z[ host-image] Feb 13 05:18:51.691 INFO O| Feb 13 05:18:51.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91752025-02-13T05:18:53.293Z[ host-image] Feb 13 05:18:51.691 INFO O| Feb 13 05:18:51.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91762025-02-13T05:18:53.293Z[ host-image] Feb 13 05:18:51.691 INFO O| Feb 13 05:18:51.691 INFO STEP 16 (ensure_dir) COMPLETE
91772025-02-13T05:18:53.293Z[ host-image] Feb 13 05:18:51.691 INFO O| Feb 13 05:18:51.691 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91782025-02-13T05:18:53.300Z[ host-image] Feb 13 05:18:51.701 INFO O| Feb 13 05:18:51.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91792025-02-13T05:18:53.303Z[ host-image] Feb 13 05:18:51.702 INFO O| Feb 13 05:18:51.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91802025-02-13T05:18:53.303Z[ host-image] Feb 13 05:18:51.702 INFO O| Feb 13 05:18:51.702 INFO STEP 17 (ensure_dir) COMPLETE
91812025-02-13T05:18:53.303Z[ host-image] Feb 13 05:18:51.702 INFO O| Feb 13 05:18:51.702 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91822025-02-13T05:18:53.311Z[ host-image] Feb 13 05:18:51.712 INFO O| Feb 13 05:18:51.712 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91832025-02-13T05:18:53.311Z[ host-image] Feb 13 05:18:51.712 INFO O| Feb 13 05:18:51.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91842025-02-13T05:18:53.311Z[ host-image] Feb 13 05:18:51.712 INFO O| Feb 13 05:18:51.712 INFO ok!
91852025-02-13T05:18:53.313Z[ host-image] Feb 13 05:18:51.712 INFO O| Feb 13 05:18:51.712 INFO STEP 18 (ensure_symlink) COMPLETE
91862025-02-13T05:18:53.313Z[ host-image] Feb 13 05:18:51.712 INFO O| Feb 13 05:18:51.712 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91872025-02-13T05:18:53.321Z[ host-image] Feb 13 05:18:51.722 INFO O| Feb 13 05:18:51.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91882025-02-13T05:18:53.321Z[ host-image] Feb 13 05:18:51.722 INFO O| Feb 13 05:18:51.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91892025-02-13T05:18:53.321Z[ host-image] Feb 13 05:18:51.722 INFO O| Feb 13 05:18:51.722 INFO ok!
91902025-02-13T05:18:53.324Z[ host-image] Feb 13 05:18:51.722 INFO O| Feb 13 05:18:51.722 INFO STEP 19 (ensure_file) COMPLETE
91912025-02-13T05:18:53.324Z[ host-image] Feb 13 05:18:51.722 INFO O| Feb 13 05:18:51.722 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91922025-02-13T05:18:53.332Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91932025-02-13T05:18:53.332Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91942025-02-13T05:18:53.334Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91952025-02-13T05:18:53.334Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO ok!
91962025-02-13T05:18:53.334Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO STEP 20 (ensure_symlink) COMPLETE
91972025-02-13T05:18:53.334Z[ host-image] Feb 13 05:18:51.733 INFO O| Feb 13 05:18:51.733 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91982025-02-13T05:18:53.343Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91992025-02-13T05:18:53.343Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92002025-02-13T05:18:53.345Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92012025-02-13T05:18:53.345Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO ok!
92022025-02-13T05:18:53.345Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO STEP 21 (ensure_symlink) COMPLETE
92032025-02-13T05:18:53.346Z[ host-image] Feb 13 05:18:51.744 INFO O| Feb 13 05:18:51.744 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92042025-02-13T05:18:53.354Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92052025-02-13T05:18:53.356Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92062025-02-13T05:18:53.356Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92072025-02-13T05:18:53.356Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO ok!
92082025-02-13T05:18:53.356Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO STEP 22 (ensure_symlink) COMPLETE
92092025-02-13T05:18:53.356Z[ host-image] Feb 13 05:18:51.755 INFO O| Feb 13 05:18:51.755 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92102025-02-13T05:18:53.365Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92112025-02-13T05:18:53.365Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92122025-02-13T05:18:53.367Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92132025-02-13T05:18:53.367Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO ok!
92142025-02-13T05:18:53.367Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO STEP 23 (ensure_symlink) COMPLETE
92152025-02-13T05:18:53.367Z[ host-image] Feb 13 05:18:51.766 INFO O| Feb 13 05:18:51.766 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92162025-02-13T05:18:53.375Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92172025-02-13T05:18:53.378Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92182025-02-13T05:18:53.378Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92192025-02-13T05:18:53.378Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 INFO ok!
92202025-02-13T05:18:53.378Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 INFO STEP 24 (ensure_file) COMPLETE
92212025-02-13T05:18:53.378Z[ host-image] Feb 13 05:18:51.777 INFO O| Feb 13 05:18:51.777 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92222025-02-13T05:18:53.386Z[ host-image] Feb 13 05:18:51.787 INFO O| Feb 13 05:18:51.787 INFO updating shadow file
92232025-02-13T05:18:53.388Z[ host-image] Feb 13 05:18:51.787 INFO O| Feb 13 05:18:51.787 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92242025-02-13T05:18:53.388Z[ host-image] Feb 13 05:18:51.787 INFO O| Feb 13 05:18:51.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92252025-02-13T05:18:53.388Z[ host-image] Feb 13 05:18:51.788 INFO O| Feb 13 05:18:51.788 INFO STEP 25 (shadow) COMPLETE
92262025-02-13T05:18:53.388Z[ host-image] Feb 13 05:18:51.788 INFO O| Feb 13 05:18:51.788 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92272025-02-13T05:18:53.397Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92282025-02-13T05:18:53.397Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92292025-02-13T05:18:53.399Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92302025-02-13T05:18:53.399Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 INFO ok!
92312025-02-13T05:18:53.399Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 INFO STEP 26 (ensure_file) COMPLETE
92322025-02-13T05:18:53.400Z[ host-image] Feb 13 05:18:51.798 INFO O| Feb 13 05:18:51.798 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92332025-02-13T05:18:53.408Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92342025-02-13T05:18:53.408Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92352025-02-13T05:18:53.410Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92362025-02-13T05:18:53.410Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO ok!
92372025-02-13T05:18:53.410Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO STEP 27 (ensure_file) COMPLETE
92382025-02-13T05:18:53.410Z[ host-image] Feb 13 05:18:51.809 INFO O| Feb 13 05:18:51.809 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92392025-02-13T05:18:53.419Z[ host-image] Feb 13 05:18:51.820 INFO O| Feb 13 05:18:51.820 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92402025-02-13T05:18:53.419Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92412025-02-13T05:18:53.422Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92422025-02-13T05:18:53.422Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92432025-02-13T05:18:53.422Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO ok!
92442025-02-13T05:18:53.422Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO STEP 28 (ensure_file) COMPLETE
92452025-02-13T05:18:53.422Z[ host-image] Feb 13 05:18:51.821 INFO O| Feb 13 05:18:51.821 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92462025-02-13T05:18:53.431Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92472025-02-13T05:18:53.431Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92482025-02-13T05:18:53.431Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92492025-02-13T05:18:53.433Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO ok!
92502025-02-13T05:18:53.433Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO STEP 29 (ensure_file) COMPLETE
92512025-02-13T05:18:53.433Z[ host-image] Feb 13 05:18:51.832 INFO O| Feb 13 05:18:51.832 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92522025-02-13T05:18:53.441Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92532025-02-13T05:18:53.441Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.843 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92542025-02-13T05:18:53.444Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92552025-02-13T05:18:53.444Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.843 INFO ok!
92562025-02-13T05:18:53.444Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.843 INFO STEP 30 (ensure_file) COMPLETE
92572025-02-13T05:18:53.444Z[ host-image] Feb 13 05:18:51.843 INFO O| Feb 13 05:18:51.843 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92582025-02-13T05:18:53.452Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92592025-02-13T05:18:53.454Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92602025-02-13T05:18:53.454Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92612025-02-13T05:18:53.455Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92622025-02-13T05:18:53.455Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO ok!
92632025-02-13T05:18:53.455Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO STEP 31 (ensure_file) COMPLETE
92642025-02-13T05:18:53.455Z[ host-image] Feb 13 05:18:51.853 INFO O| Feb 13 05:18:51.853 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92652025-02-13T05:18:53.463Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92662025-02-13T05:18:53.463Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92672025-02-13T05:18:53.466Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92682025-02-13T05:18:53.466Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 INFO ok!
92692025-02-13T05:18:53.466Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 INFO STEP 32 (ensure_file) COMPLETE
92702025-02-13T05:18:53.466Z[ host-image] Feb 13 05:18:51.864 INFO O| Feb 13 05:18:51.864 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92712025-02-13T05:18:53.474Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92722025-02-13T05:18:53.474Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92732025-02-13T05:18:53.477Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92742025-02-13T05:18:53.477Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 INFO ok!
92752025-02-13T05:18:53.477Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 INFO STEP 33 (ensure_file) COMPLETE
92762025-02-13T05:18:53.477Z[ host-image] Feb 13 05:18:51.875 INFO O| Feb 13 05:18:51.875 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772025-02-13T05:18:53.485Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92782025-02-13T05:18:53.485Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92792025-02-13T05:18:53.487Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92802025-02-13T05:18:53.487Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92812025-02-13T05:18:53.487Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92822025-02-13T05:18:53.487Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92832025-02-13T05:18:53.488Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO ok!
92842025-02-13T05:18:53.488Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO STEP 34 (ensure_file) COMPLETE
92852025-02-13T05:18:53.488Z[ host-image] Feb 13 05:18:51.886 INFO O| Feb 13 05:18:51.886 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92862025-02-13T05:18:53.497Z[ host-image] Feb 13 05:18:51.897 INFO O| Feb 13 05:18:51.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92872025-02-13T05:18:53.499Z[ host-image] Feb 13 05:18:51.897 INFO O| Feb 13 05:18:51.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92882025-02-13T05:18:53.499Z[ host-image] Feb 13 05:18:51.897 INFO O| Feb 13 05:18:51.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92892025-02-13T05:18:53.500Z[ host-image] Feb 13 05:18:51.897 INFO O| Feb 13 05:18:51.897 INFO STEP 35 (ensure_dir) COMPLETE
92902025-02-13T05:18:53.500Z[ host-image] Feb 13 05:18:51.897 INFO O| Feb 13 05:18:51.897 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92912025-02-13T05:18:53.506Z[ host-image] Feb 13 05:18:51.907 INFO O| Feb 13 05:18:51.907 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
92922025-02-13T05:18:53.506Z[ host-image] Feb 13 05:18:51.907 INFO O| Feb 13 05:18:51.907 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 ...
92932025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.907 INFO O| Feb 13 05:18:51.907 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
92942025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.907 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
92952025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.907 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
92962025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.908 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
92972025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.908 INFO ok!
92982025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.908 INFO STEP 36 (ensure_file) COMPLETE
92992025-02-13T05:18:53.509Z[ host-image] Feb 13 05:18:51.908 INFO O| Feb 13 05:18:51.908 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93002025-02-13T05:18:53.517Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93012025-02-13T05:18:53.517Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 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 ...
93022025-02-13T05:18:53.519Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93032025-02-13T05:18:53.519Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 INFO ok!
93042025-02-13T05:18:53.519Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 INFO STEP 37 (ensure_symlink) COMPLETE
93052025-02-13T05:18:53.519Z[ host-image] Feb 13 05:18:51.918 INFO O| Feb 13 05:18:51.918 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93062025-02-13T05:18:53.527Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93072025-02-13T05:18:53.528Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93082025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93092025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93102025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93112025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93122025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO ok!
93132025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO STEP 38 (ensure_file) COMPLETE
93142025-02-13T05:18:53.530Z[ host-image] Feb 13 05:18:51.929 INFO O| Feb 13 05:18:51.929 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93152025-02-13T05:18:53.538Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93162025-02-13T05:18:53.538Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 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 ...
93172025-02-13T05:18:53.540Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 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
93182025-02-13T05:18:53.540Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93192025-02-13T05:18:53.540Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 INFO ok!
93202025-02-13T05:18:53.540Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 INFO STEP 39 (ensure_file) COMPLETE
93212025-02-13T05:18:53.540Z[ host-image] Feb 13 05:18:51.939 INFO O| Feb 13 05:18:51.939 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93222025-02-13T05:18:53.548Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93232025-02-13T05:18:53.548Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.949 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93242025-02-13T05:18:53.551Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93252025-02-13T05:18:53.551Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.950 INFO ok!
93262025-02-13T05:18:53.551Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.950 INFO STEP 40 (ensure_file) COMPLETE
93272025-02-13T05:18:53.551Z[ host-image] Feb 13 05:18:51.950 INFO O| Feb 13 05:18:51.950 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93282025-02-13T05:18:53.559Z[ host-image] Feb 13 05:18:51.960 INFO O| Feb 13 05:18:51.960 INFO updating shadow file
93292025-02-13T05:18:53.562Z[ host-image] Feb 13 05:18:51.961 INFO O| Feb 13 05:18:51.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93302025-02-13T05:18:53.562Z[ host-image] Feb 13 05:18:51.961 INFO O| Feb 13 05:18:51.961 INFO STEP 41 (shadow) COMPLETE
93312025-02-13T05:18:53.562Z[ host-image] Feb 13 05:18:51.961 INFO O| Feb 13 05:18:51.961 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93322025-02-13T05:18:53.570Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93332025-02-13T05:18:53.570Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93342025-02-13T05:18:53.572Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93352025-02-13T05:18:53.572Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93362025-02-13T05:18:53.572Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO ok!
93372025-02-13T05:18:53.572Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO STEP 42 (ensure_file) COMPLETE
93382025-02-13T05:18:53.572Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93392025-02-13T05:18:53.573Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO skip step because feature "mfg" is not enabled
93402025-02-13T05:18:53.573Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93412025-02-13T05:18:53.573Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO skip step because feature "mfg" is not enabled
93422025-02-13T05:18:53.573Z[ host-image] Feb 13 05:18:51.971 INFO O| Feb 13 05:18:51.971 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93432025-02-13T05:18:53.581Z[ host-image] Feb 13 05:18:51.982 INFO O| Feb 13 05:18:51.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93442025-02-13T05:18:53.583Z[ host-image] Feb 13 05:18:51.982 INFO O| Feb 13 05:18:51.982 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93452025-02-13T05:18:54.246Z[ host-image] Feb 13 05:18:52.647 INFO O| Feb 13 05:18:52.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93462025-02-13T05:18:54.246Z[ host-image] Feb 13 05:18:52.647 INFO O| Feb 13 05:18:52.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93472025-02-13T05:18:54.248Z[ host-image] Feb 13 05:18:52.647 INFO O| Feb 13 05:18:52.647 INFO ok!
93482025-02-13T05:18:54.248Z[ host-image] Feb 13 05:18:52.647 INFO O| Feb 13 05:18:52.647 INFO STEP 45 (ensure_file) COMPLETE
93492025-02-13T05:18:54.248Z[ host-image] Feb 13 05:18:52.647 INFO O| Feb 13 05:18:52.647 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93502025-02-13T05:18:54.259Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93512025-02-13T05:18:54.259Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93522025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93532025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93542025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93552025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93562025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO ok!
93572025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO STEP 46 (ensure_file) COMPLETE
93582025-02-13T05:18:54.261Z[ host-image] Feb 13 05:18:52.660 INFO O| Feb 13 05:18:52.660 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93592025-02-13T05:18:54.270Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.671 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93602025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 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 ...
93612025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 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
93622025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93632025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 INFO ok!
93642025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 INFO STEP 47 (ensure_file) COMPLETE
93652025-02-13T05:18:54.273Z[ host-image] Feb 13 05:18:52.672 INFO O| Feb 13 05:18:52.672 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93662025-02-13T05:18:54.281Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93672025-02-13T05:18:54.281Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93682025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93692025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93702025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93712025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93722025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO ok!
93732025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO STEP 48 (ensure_file) COMPLETE
93742025-02-13T05:18:54.284Z[ host-image] Feb 13 05:18:52.683 INFO O| Feb 13 05:18:52.683 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93752025-02-13T05:18:54.293Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93762025-02-13T05:18:54.293Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 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 ...
93772025-02-13T05:18:54.295Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 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
93782025-02-13T05:18:54.296Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93792025-02-13T05:18:54.296Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 INFO ok!
93802025-02-13T05:18:54.296Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 INFO STEP 49 (ensure_file) COMPLETE
93812025-02-13T05:18:54.296Z[ host-image] Feb 13 05:18:52.694 INFO O| Feb 13 05:18:52.694 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93822025-02-13T05:18:54.304Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93832025-02-13T05:18:54.304Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93842025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93852025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93862025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93872025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93882025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO ok!
93892025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO STEP 50 (ensure_file) COMPLETE
93902025-02-13T05:18:54.307Z[ host-image] Feb 13 05:18:52.705 INFO O| Feb 13 05:18:52.705 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93912025-02-13T05:18:54.315Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93922025-02-13T05:18:54.315Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 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 ...
93932025-02-13T05:18:54.318Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 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
93942025-02-13T05:18:54.318Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93952025-02-13T05:18:54.318Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 INFO ok!
93962025-02-13T05:18:54.318Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 INFO STEP 51 (ensure_file) COMPLETE
93972025-02-13T05:18:54.318Z[ host-image] Feb 13 05:18:52.716 INFO O| Feb 13 05:18:52.716 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93982025-02-13T05:18:54.326Z[ host-image] Feb 13 05:18:52.727 INFO O| Feb 13 05:18:52.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93992025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.727 INFO O| Feb 13 05:18:52.727 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 ...
94002025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.728 INFO O| Feb 13 05:18:52.727 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
94012025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.728 INFO O| Feb 13 05:18:52.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94022025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.728 INFO O| Feb 13 05:18:52.728 INFO ok!
94032025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.728 INFO O| Feb 13 05:18:52.728 INFO STEP 52 (ensure_file) COMPLETE
94042025-02-13T05:18:54.329Z[ host-image] Feb 13 05:18:52.728 INFO O| Feb 13 05:18:52.728 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94052025-02-13T05:18:54.338Z[ host-image] Feb 13 05:18:52.738 INFO O| Feb 13 05:18:52.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94062025-02-13T05:18:54.338Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.738 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 ...
94072025-02-13T05:18:54.341Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.739 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
94082025-02-13T05:18:54.341Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94092025-02-13T05:18:54.341Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.739 INFO ok!
94102025-02-13T05:18:54.341Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.739 INFO STEP 53 (ensure_file) COMPLETE
94112025-02-13T05:18:54.341Z[ host-image] Feb 13 05:18:52.739 INFO O| Feb 13 05:18:52.739 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122025-02-13T05:18:54.348Z[ host-image] Feb 13 05:18:52.749 INFO O| Feb 13 05:18:52.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94132025-02-13T05:18:54.351Z[ host-image] Feb 13 05:18:52.749 INFO O| Feb 13 05:18:52.749 INFO STEP 54 (ensure_dir) COMPLETE
94142025-02-13T05:18:54.351Z[ host-image] Feb 13 05:18:52.749 INFO O| Feb 13 05:18:52.749 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152025-02-13T05:18:54.359Z[ host-image] Feb 13 05:18:52.760 INFO O| Feb 13 05:18:52.760 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94162025-02-13T05:18:54.359Z[ host-image] Feb 13 05:18:52.760 INFO O| Feb 13 05:18:52.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94172025-02-13T05:18:54.359Z[ host-image] Feb 13 05:18:52.760 INFO O| Feb 13 05:18:52.760 INFO STEP 55 (ensure_dir) COMPLETE
94182025-02-13T05:18:54.362Z[ host-image] Feb 13 05:18:52.760 INFO O| Feb 13 05:18:52.760 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192025-02-13T05:18:54.370Z[ host-image] Feb 13 05:18:52.771 INFO O| Feb 13 05:18:52.771 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94202025-02-13T05:18:54.372Z[ host-image] Feb 13 05:18:52.771 INFO O| Feb 13 05:18:52.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94212025-02-13T05:18:54.372Z[ host-image] Feb 13 05:18:52.771 INFO O| Feb 13 05:18:52.771 INFO STEP 56 (ensure_dir) COMPLETE
94222025-02-13T05:18:54.372Z[ host-image] Feb 13 05:18:52.771 INFO O| Feb 13 05:18:52.771 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232025-02-13T05:18:54.380Z[ host-image] Feb 13 05:18:52.782 INFO O| Feb 13 05:18:52.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94242025-02-13T05:18:54.380Z[ host-image] Feb 13 05:18:52.782 INFO O| Feb 13 05:18:52.782 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94252025-02-13T05:18:54.398Z[ host-image] Feb 13 05:18:52.799 INFO O| Feb 13 05:18:52.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94262025-02-13T05:18:54.400Z[ host-image] Feb 13 05:18:52.799 INFO O| Feb 13 05:18:52.799 INFO ok!
94272025-02-13T05:18:54.400Z[ host-image] Feb 13 05:18:52.799 INFO O| Feb 13 05:18:52.799 INFO STEP 57 (ensure_file) COMPLETE
94282025-02-13T05:18:54.400Z[ host-image] Feb 13 05:18:52.799 INFO O| Feb 13 05:18:52.799 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292025-02-13T05:18:54.410Z[ host-image] Feb 13 05:18:52.811 INFO O| Feb 13 05:18:52.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94302025-02-13T05:18:54.410Z[ host-image] Feb 13 05:18:52.811 INFO O| Feb 13 05:18:52.811 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94312025-02-13T05:18:55.534Z[ host-image] Feb 13 05:18:53.930 INFO O| Feb 13 05:18:53.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94322025-02-13T05:18:55.534Z[ host-image] Feb 13 05:18:53.930 INFO O| Feb 13 05:18:53.930 INFO ok!
94332025-02-13T05:18:55.534Z[ host-image] Feb 13 05:18:53.930 INFO O| Feb 13 05:18:53.930 INFO STEP 58 (ensure_file) COMPLETE
94342025-02-13T05:18:55.546Z[ host-image] Feb 13 05:18:53.930 INFO O| Feb 13 05:18:53.930 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-02-13T05:18:55.546Z[ host-image] Feb 13 05:18:53.942 INFO O| Feb 13 05:18:53.942 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94362025-02-13T05:18:55.546Z[ host-image] Feb 13 05:18:53.942 INFO O| Feb 13 05:18:53.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94372025-02-13T05:18:55.546Z[ host-image] Feb 13 05:18:53.942 INFO O| Feb 13 05:18:53.942 INFO STEP 59 (ensure_dir) COMPLETE
94382025-02-13T05:18:55.546Z[ host-image] Feb 13 05:18:53.942 INFO O| Feb 13 05:18:53.942 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94402025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO copying /tmp/.tmpSxvfXu/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 ...
94412025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94422025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO ok!
94432025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO STEP 60 (ensure_file) COMPLETE
94442025-02-13T05:18:55.556Z[ host-image] Feb 13 05:18:53.953 INFO O| Feb 13 05:18:53.953 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452025-02-13T05:18:55.562Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94462025-02-13T05:18:55.563Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO copying /tmp/.tmpSxvfXu/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 ...
94472025-02-13T05:18:55.565Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94482025-02-13T05:18:55.566Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO ok!
94492025-02-13T05:18:55.566Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO STEP 61 (ensure_file) COMPLETE
94502025-02-13T05:18:55.566Z[ host-image] Feb 13 05:18:53.963 INFO O| Feb 13 05:18:53.963 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512025-02-13T05:18:55.572Z[ host-image] Feb 13 05:18:53.973 INFO O| Feb 13 05:18:53.973 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94522025-02-13T05:18:55.572Z[ host-image] Feb 13 05:18:53.973 INFO O| Feb 13 05:18:53.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94532025-02-13T05:18:55.572Z[ host-image] Feb 13 05:18:53.973 INFO O| Feb 13 05:18:53.973 INFO STEP 62 (ensure_dir) COMPLETE
94542025-02-13T05:18:55.575Z[ host-image] Feb 13 05:18:53.973 INFO O| Feb 13 05:18:53.973 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552025-02-13T05:18:55.594Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94562025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO copying /tmp/.tmpSxvfXu/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 ...
94572025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94582025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO ok!
94592025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO STEP 63 (ensure_file) COMPLETE
94602025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.983 INFO O| Feb 13 05:18:53.983 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94622025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO copying /tmp/.tmpSxvfXu/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 ...
94632025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94642025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO ok!
94652025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO STEP 64 (ensure_file) COMPLETE
94662025-02-13T05:18:55.595Z[ host-image] Feb 13 05:18:53.993 INFO O| Feb 13 05:18:53.993 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672025-02-13T05:18:55.603Z[ host-image] Feb 13 05:18:54.003 INFO O| Feb 13 05:18:54.003 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94682025-02-13T05:18:55.603Z[ host-image] Feb 13 05:18:54.003 INFO O| Feb 13 05:18:54.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94692025-02-13T05:18:55.603Z[ host-image] Feb 13 05:18:54.003 INFO O| Feb 13 05:18:54.003 INFO STEP 65 (ensure_dir) COMPLETE
94702025-02-13T05:18:55.607Z[ host-image] Feb 13 05:18:54.003 INFO O| Feb 13 05:18:54.003 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.013 INFO O| Feb 13 05:18:54.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94722025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.013 INFO O| Feb 13 05:18:54.013 INFO copying /tmp/.tmpSxvfXu/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 ...
94732025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.014 INFO O| Feb 13 05:18:54.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94742025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.014 INFO O| Feb 13 05:18:54.014 INFO ok!
94752025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.014 INFO O| Feb 13 05:18:54.014 INFO STEP 66 (ensure_file) COMPLETE
94762025-02-13T05:18:55.615Z[ host-image] Feb 13 05:18:54.014 INFO O| Feb 13 05:18:54.014 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772025-02-13T05:18:55.623Z[ host-image] Feb 13 05:18:54.023 INFO O| Feb 13 05:18:54.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94782025-02-13T05:18:55.623Z[ host-image] Feb 13 05:18:54.024 INFO O| Feb 13 05:18:54.023 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94792025-02-13T05:18:55.623Z[ host-image] Feb 13 05:18:54.024 INFO O| Feb 13 05:18:54.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94802025-02-13T05:18:55.626Z[ host-image] Feb 13 05:18:54.024 INFO O| Feb 13 05:18:54.024 INFO ok!
94812025-02-13T05:18:55.626Z[ host-image] Feb 13 05:18:54.024 INFO O| Feb 13 05:18:54.024 INFO STEP 67 (ensure_file) COMPLETE
94822025-02-13T05:18:55.626Z[ host-image] Feb 13 05:18:54.024 INFO O| Feb 13 05:18:54.024 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832025-02-13T05:18:55.634Z[ host-image] Feb 13 05:18:54.034 INFO O| Feb 13 05:18:54.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94842025-02-13T05:18:55.634Z[ host-image] Feb 13 05:18:54.034 INFO O| Feb 13 05:18:54.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94852025-02-13T05:18:55.649Z[ host-image] Feb 13 05:18:54.034 INFO O| Feb 13 05:18:54.034 INFO STEP 68 (ensure_dir) COMPLETE
94862025-02-13T05:18:55.649Z[ host-image] Feb 13 05:18:54.034 INFO O| Feb 13 05:18:54.034 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872025-02-13T05:18:55.649Z[ host-image] Feb 13 05:18:54.043 INFO O| Feb 13 05:18:54.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94882025-02-13T05:18:55.649Z[ host-image] Feb 13 05:18:54.043 INFO O| Feb 13 05:18:54.043 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94892025-02-13T05:18:56.740Z[ host-image] Feb 13 05:18:55.141 INFO O| Feb 13 05:18:55.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94902025-02-13T05:18:56.740Z[ host-image] Feb 13 05:18:55.141 INFO O| Feb 13 05:18:55.141 INFO ok!
94912025-02-13T05:18:56.740Z[ host-image] Feb 13 05:18:55.141 INFO O| Feb 13 05:18:55.141 INFO STEP 69 (ensure_file) COMPLETE
94922025-02-13T05:18:56.740Z[ host-image] Feb 13 05:18:55.141 INFO O| Feb 13 05:18:55.141 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932025-02-13T05:18:56.753Z[ host-image] Feb 13 05:18:55.154 INFO O| Feb 13 05:18:55.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94942025-02-13T05:18:56.753Z[ host-image] Feb 13 05:18:55.154 INFO O| Feb 13 05:18:55.154 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94952025-02-13T05:18:58.339Z[ host-image] Feb 13 05:18:56.739 INFO O| Feb 13 05:18:56.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94962025-02-13T05:18:58.339Z[ host-image] Feb 13 05:18:56.739 INFO O| Feb 13 05:18:56.739 INFO ok!
94972025-02-13T05:18:58.342Z[ host-image] Feb 13 05:18:56.739 INFO O| Feb 13 05:18:56.739 INFO STEP 70 (ensure_file) COMPLETE
94982025-02-13T05:18:58.342Z[ host-image] Feb 13 05:18:56.739 INFO O| Feb 13 05:18:56.739 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992025-02-13T05:18:58.352Z[ host-image] Feb 13 05:18:56.753 INFO O| Feb 13 05:18:56.753 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95002025-02-13T05:18:58.352Z[ host-image] Feb 13 05:18:56.753 INFO O| Feb 13 05:18:56.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95012025-02-13T05:18:58.352Z[ host-image] Feb 13 05:18:56.753 INFO O| Feb 13 05:18:56.753 INFO STEP 71 (ensure_dir) COMPLETE
95022025-02-13T05:18:58.355Z[ host-image] Feb 13 05:18:56.753 INFO O| Feb 13 05:18:56.753 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032025-02-13T05:18:58.363Z[ host-image] Feb 13 05:18:56.763 INFO O| Feb 13 05:18:56.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95042025-02-13T05:18:58.363Z[ host-image] Feb 13 05:18:56.763 INFO O| Feb 13 05:18:56.763 INFO copying /tmp/.tmpSxvfXu/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 ...
95052025-02-13T05:18:58.365Z[ host-image] Feb 13 05:18:56.764 INFO O| Feb 13 05:18:56.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95062025-02-13T05:18:58.365Z[ host-image] Feb 13 05:18:56.764 INFO O| Feb 13 05:18:56.764 INFO ok!
95072025-02-13T05:18:58.365Z[ host-image] Feb 13 05:18:56.764 INFO O| Feb 13 05:18:56.764 INFO STEP 72 (ensure_file) COMPLETE
95082025-02-13T05:18:58.366Z[ host-image] Feb 13 05:18:56.764 INFO O| Feb 13 05:18:56.764 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092025-02-13T05:18:58.373Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95102025-02-13T05:18:58.373Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO copying /tmp/.tmpSxvfXu/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 ...
95112025-02-13T05:18:58.375Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95122025-02-13T05:18:58.376Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO ok!
95132025-02-13T05:18:58.376Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO STEP 73 (ensure_file) COMPLETE
95142025-02-13T05:18:58.376Z[ host-image] Feb 13 05:18:56.774 INFO O| Feb 13 05:18:56.774 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152025-02-13T05:18:58.383Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95162025-02-13T05:18:58.383Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95172025-02-13T05:18:58.383Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95182025-02-13T05:18:58.383Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO ok!
95192025-02-13T05:18:58.386Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO STEP 74 (ensure_file) COMPLETE
95202025-02-13T05:18:58.386Z[ host-image] Feb 13 05:18:56.784 INFO O| Feb 13 05:18:56.784 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212025-02-13T05:18:58.394Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95222025-02-13T05:18:58.394Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95232025-02-13T05:18:58.394Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95242025-02-13T05:18:58.396Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO ok!
95252025-02-13T05:18:58.396Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO STEP 75 (ensure_file) COMPLETE
95262025-02-13T05:18:58.396Z[ host-image] Feb 13 05:18:56.794 INFO O| Feb 13 05:18:56.794 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272025-02-13T05:18:58.404Z[ host-image] Feb 13 05:18:56.804 INFO O| Feb 13 05:18:56.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95282025-02-13T05:18:58.404Z[ host-image] Feb 13 05:18:56.805 INFO O| Feb 13 05:18:56.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95292025-02-13T05:18:58.404Z[ host-image] Feb 13 05:18:56.805 INFO O| Feb 13 05:18:56.805 INFO STEP 76 (ensure_dir) COMPLETE
95302025-02-13T05:18:58.407Z[ host-image] Feb 13 05:18:56.805 INFO O| Feb 13 05:18:56.805 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312025-02-13T05:18:58.414Z[ host-image] Feb 13 05:18:56.815 INFO O| Feb 13 05:18:56.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95322025-02-13T05:18:58.414Z[ host-image] Feb 13 05:18:56.815 INFO O| Feb 13 05:18:56.815 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95332025-02-13T05:18:58.417Z[ host-image] Feb 13 05:18:56.818 INFO O| Feb 13 05:18:56.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95342025-02-13T05:18:58.417Z[ host-image] Feb 13 05:18:56.818 INFO O| Feb 13 05:18:56.818 INFO ok!
95352025-02-13T05:18:58.420Z[ host-image] Feb 13 05:18:56.818 INFO O| Feb 13 05:18:56.818 INFO STEP 77 (ensure_file) COMPLETE
95362025-02-13T05:18:58.420Z[ host-image] Feb 13 05:18:56.818 INFO O| Feb 13 05:18:56.818 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372025-02-13T05:18:58.429Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95382025-02-13T05:18:58.429Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95392025-02-13T05:18:58.431Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95402025-02-13T05:18:58.431Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO ok!
95412025-02-13T05:18:58.431Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO STEP 78 (ensure_file) COMPLETE
95422025-02-13T05:18:58.431Z[ host-image] Feb 13 05:18:56.829 INFO O| Feb 13 05:18:56.829 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432025-02-13T05:18:58.440Z[ host-image] Feb 13 05:18:56.841 INFO O| Feb 13 05:18:56.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95442025-02-13T05:18:58.440Z[ host-image] Feb 13 05:18:56.841 INFO O| Feb 13 05:18:56.841 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95452025-02-13T05:18:59.265Z[ host-image] Feb 13 05:18:57.665 INFO O| Feb 13 05:18:57.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95462025-02-13T05:18:59.265Z[ host-image] Feb 13 05:18:57.665 INFO O| Feb 13 05:18:57.665 INFO ok!
95472025-02-13T05:18:59.268Z[ host-image] Feb 13 05:18:57.665 INFO O| Feb 13 05:18:57.665 INFO STEP 79 (ensure_file) COMPLETE
95482025-02-13T05:18:59.268Z[ host-image] Feb 13 05:18:57.665 INFO O| Feb 13 05:18:57.665 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492025-02-13T05:18:59.278Z[ host-image] Feb 13 05:18:57.678 INFO O| Feb 13 05:18:57.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95502025-02-13T05:18:59.278Z[ host-image] Feb 13 05:18:57.678 INFO O| Feb 13 05:18:57.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95512025-02-13T05:18:59.278Z[ host-image] Feb 13 05:18:57.678 INFO O| Feb 13 05:18:57.678 INFO STEP 80 (ensure_dir) COMPLETE
95522025-02-13T05:18:59.281Z[ host-image] Feb 13 05:18:57.678 INFO O| Feb 13 05:18:57.678 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-13T05:18:59.289Z[ host-image] Feb 13 05:18:57.689 INFO O| Feb 13 05:18:57.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95542025-02-13T05:18:59.289Z[ host-image] Feb 13 05:18:57.689 INFO O| Feb 13 05:18:57.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95552025-02-13T05:18:59.289Z[ host-image] Feb 13 05:18:57.689 INFO O| Feb 13 05:18:57.689 INFO STEP 81 (ensure_dir) COMPLETE
95562025-02-13T05:18:59.292Z[ host-image] Feb 13 05:18:57.690 INFO O| Feb 13 05:18:57.689 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572025-02-13T05:18:59.300Z[ host-image] Feb 13 05:18:57.701 INFO O| Feb 13 05:18:57.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95582025-02-13T05:18:59.300Z[ host-image] Feb 13 05:18:57.701 INFO O| Feb 13 05:18:57.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95592025-02-13T05:18:59.303Z[ host-image] Feb 13 05:18:57.701 INFO O| Feb 13 05:18:57.701 INFO STEP 82 (ensure_dir) COMPLETE
95602025-02-13T05:18:59.303Z[ host-image] Feb 13 05:18:57.701 INFO O| Feb 13 05:18:57.701 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612025-02-13T05:18:59.311Z[ host-image] Feb 13 05:18:57.712 INFO O| Feb 13 05:18:57.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95622025-02-13T05:18:59.311Z[ host-image] Feb 13 05:18:57.712 INFO O| Feb 13 05:18:57.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95632025-02-13T05:18:59.314Z[ host-image] Feb 13 05:18:57.712 INFO O| Feb 13 05:18:57.712 INFO STEP 83 (ensure_dir) COMPLETE
95642025-02-13T05:18:59.314Z[ host-image] Feb 13 05:18:57.712 INFO O| Feb 13 05:18:57.712 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-13T05:18:59.321Z[ host-image] Feb 13 05:18:57.722 INFO O| Feb 13 05:18:57.722 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95662025-02-13T05:18:59.321Z[ host-image] Feb 13 05:18:57.722 INFO O| Feb 13 05:18:57.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95672025-02-13T05:18:59.324Z[ host-image] Feb 13 05:18:57.722 INFO O| Feb 13 05:18:57.722 INFO STEP 84 (ensure_dir) COMPLETE
95682025-02-13T05:18:59.324Z[ host-image] Feb 13 05:18:57.722 INFO O| Feb 13 05:18:57.722 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692025-02-13T05:18:59.333Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95702025-02-13T05:18:59.333Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO copying /tmp/.tmpSxvfXu/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 ...
95712025-02-13T05:18:59.338Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95722025-02-13T05:18:59.338Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO ok!
95732025-02-13T05:18:59.338Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO STEP 85 (ensure_file) COMPLETE
95742025-02-13T05:18:59.338Z[ host-image] Feb 13 05:18:57.733 INFO O| Feb 13 05:18:57.733 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752025-02-13T05:18:59.343Z[ host-image] Feb 13 05:18:57.744 INFO O| Feb 13 05:18:57.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95762025-02-13T05:18:59.343Z[ host-image] Feb 13 05:18:57.744 INFO O| Feb 13 05:18:57.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95772025-02-13T05:18:59.346Z[ host-image] Feb 13 05:18:57.744 INFO O| Feb 13 05:18:57.744 INFO STEP 86 (ensure_dir) COMPLETE
95782025-02-13T05:18:59.346Z[ host-image] Feb 13 05:18:57.744 INFO O| Feb 13 05:18:57.744 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792025-02-13T05:18:59.356Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95802025-02-13T05:18:59.356Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95812025-02-13T05:18:59.358Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95822025-02-13T05:18:59.358Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO ok!
95832025-02-13T05:18:59.358Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO STEP 87 (ensure_file) COMPLETE
95842025-02-13T05:18:59.358Z[ host-image] Feb 13 05:18:57.756 INFO O| Feb 13 05:18:57.756 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852025-02-13T05:18:59.366Z[ host-image] Feb 13 05:18:57.767 INFO O| Feb 13 05:18:57.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95862025-02-13T05:18:59.366Z[ host-image] Feb 13 05:18:57.767 INFO O| Feb 13 05:18:57.767 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95872025-02-13T05:18:59.675Z[ host-image] Feb 13 05:18:58.075 INFO O| Feb 13 05:18:58.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95882025-02-13T05:18:59.675Z[ host-image] Feb 13 05:18:58.075 INFO O| Feb 13 05:18:58.075 INFO ok!
95892025-02-13T05:18:59.675Z[ host-image] Feb 13 05:18:58.075 INFO O| Feb 13 05:18:58.075 INFO STEP 88 (ensure_file) COMPLETE
95902025-02-13T05:18:59.675Z[ host-image] Feb 13 05:18:58.075 INFO O| Feb 13 05:18:58.075 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912025-02-13T05:18:59.688Z[ host-image] Feb 13 05:18:58.088 INFO O| Feb 13 05:18:58.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95922025-02-13T05:18:59.688Z[ host-image] Feb 13 05:18:58.088 INFO O| Feb 13 05:18:58.088 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95932025-02-13T05:19:00.216Z[ host-image] Feb 13 05:18:58.616 INFO O| Feb 13 05:18:58.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95942025-02-13T05:19:00.216Z[ host-image] Feb 13 05:18:58.616 INFO O| Feb 13 05:18:58.616 INFO ok!
95952025-02-13T05:19:00.216Z[ host-image] Feb 13 05:18:58.616 INFO O| Feb 13 05:18:58.616 INFO STEP 89 (ensure_file) COMPLETE
95962025-02-13T05:19:00.216Z[ host-image] Feb 13 05:18:58.616 INFO O| Feb 13 05:18:58.616 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972025-02-13T05:19:00.227Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95982025-02-13T05:19:00.230Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95992025-02-13T05:19:00.230Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96002025-02-13T05:19:00.230Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO ok!
96012025-02-13T05:19:00.230Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO STEP 90 (ensure_file) COMPLETE
96022025-02-13T05:19:00.230Z[ host-image] Feb 13 05:18:58.628 INFO O| Feb 13 05:18:58.628 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032025-02-13T05:19:00.238Z[ host-image] Feb 13 05:18:58.638 INFO O| Feb 13 05:18:58.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96042025-02-13T05:19:00.238Z[ host-image] Feb 13 05:18:58.638 INFO O| Feb 13 05:18:58.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96052025-02-13T05:19:00.241Z[ host-image] Feb 13 05:18:58.638 INFO O| Feb 13 05:18:58.638 INFO STEP 91 (ensure_dir) COMPLETE
96062025-02-13T05:19:00.241Z[ host-image] Feb 13 05:18:58.638 INFO O| Feb 13 05:18:58.638 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072025-02-13T05:19:00.249Z[ host-image] Feb 13 05:18:58.649 INFO O| Feb 13 05:18:58.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96082025-02-13T05:19:00.249Z[ host-image] Feb 13 05:18:58.649 INFO O| Feb 13 05:18:58.649 INFO copying /tmp/.tmpSxvfXu/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 ...
96092025-02-13T05:19:00.249Z[ host-image] Feb 13 05:18:58.650 INFO O| Feb 13 05:18:58.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96102025-02-13T05:19:00.252Z[ host-image] Feb 13 05:18:58.650 INFO O| Feb 13 05:18:58.649 INFO ok!
96112025-02-13T05:19:00.252Z[ host-image] Feb 13 05:18:58.650 INFO O| Feb 13 05:18:58.650 INFO STEP 92 (ensure_file) COMPLETE
96122025-02-13T05:19:00.252Z[ host-image] Feb 13 05:18:58.650 INFO O| Feb 13 05:18:58.650 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132025-02-13T05:19:00.260Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96142025-02-13T05:19:00.260Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO copying /tmp/.tmpSxvfXu/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 ...
96152025-02-13T05:19:00.263Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96162025-02-13T05:19:00.263Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO ok!
96172025-02-13T05:19:00.263Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO STEP 93 (ensure_file) COMPLETE
96182025-02-13T05:19:00.263Z[ host-image] Feb 13 05:18:58.660 INFO O| Feb 13 05:18:58.660 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-13T05:19:00.270Z[ host-image] Feb 13 05:18:58.670 INFO O| Feb 13 05:18:58.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96202025-02-13T05:19:00.273Z[ host-image] Feb 13 05:18:58.670 INFO O| Feb 13 05:18:58.670 INFO copying /tmp/.tmpSxvfXu/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 ...
96212025-02-13T05:19:00.273Z[ host-image] Feb 13 05:18:58.671 INFO O| Feb 13 05:18:58.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96222025-02-13T05:19:00.273Z[ host-image] Feb 13 05:18:58.671 INFO O| Feb 13 05:18:58.671 INFO ok!
96232025-02-13T05:19:00.273Z[ host-image] Feb 13 05:18:58.671 INFO O| Feb 13 05:18:58.671 INFO STEP 94 (ensure_file) COMPLETE
96242025-02-13T05:19:00.273Z[ host-image] Feb 13 05:18:58.671 INFO O| Feb 13 05:18:58.671 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252025-02-13T05:19:00.280Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96262025-02-13T05:19:00.283Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO copying /tmp/.tmpSxvfXu/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 ...
96272025-02-13T05:19:00.283Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96282025-02-13T05:19:00.283Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO ok!
96292025-02-13T05:19:00.283Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO STEP 95 (ensure_file) COMPLETE
96302025-02-13T05:19:00.283Z[ host-image] Feb 13 05:18:58.680 INFO O| Feb 13 05:18:58.680 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312025-02-13T05:19:00.291Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96322025-02-13T05:19:00.293Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO copying /tmp/.tmpSxvfXu/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 ...
96332025-02-13T05:19:00.293Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96342025-02-13T05:19:00.293Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO ok!
96352025-02-13T05:19:00.293Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO STEP 96 (ensure_file) COMPLETE
96362025-02-13T05:19:00.293Z[ host-image] Feb 13 05:18:58.691 INFO O| Feb 13 05:18:58.691 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-13T05:19:00.302Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
96382025-02-13T05:19:00.304Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO copying /tmp/.tmpSxvfXu/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 ...
96392025-02-13T05:19:00.304Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
96402025-02-13T05:19:00.304Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO ok!
96412025-02-13T05:19:00.304Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO STEP 97 (ensure_file) COMPLETE
96422025-02-13T05:19:00.304Z[ host-image] Feb 13 05:18:58.702 INFO O| Feb 13 05:18:58.702 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-13T05:19:00.312Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96442025-02-13T05:19:00.315Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96452025-02-13T05:19:00.315Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96462025-02-13T05:19:00.315Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO ok!
96472025-02-13T05:19:00.315Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO STEP 98 (ensure_file) COMPLETE
96482025-02-13T05:19:00.315Z[ host-image] Feb 13 05:18:58.713 INFO O| Feb 13 05:18:58.713 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-02-13T05:19:00.322Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96502025-02-13T05:19:00.322Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO copying /tmp/.tmpSxvfXu/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 ...
96512025-02-13T05:19:00.326Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96522025-02-13T05:19:00.326Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO ok!
96532025-02-13T05:19:00.326Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO STEP 99 (ensure_file) COMPLETE
96542025-02-13T05:19:00.326Z[ host-image] Feb 13 05:18:58.723 INFO O| Feb 13 05:18:58.723 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552025-02-13T05:19:00.332Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96562025-02-13T05:19:00.332Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO copying /tmp/.tmpSxvfXu/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 ...
96572025-02-13T05:19:00.336Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96582025-02-13T05:19:00.337Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO ok!
96592025-02-13T05:19:00.337Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO STEP 100 (ensure_file) COMPLETE
96602025-02-13T05:19:00.337Z[ host-image] Feb 13 05:18:58.733 INFO O| Feb 13 05:18:58.733 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612025-02-13T05:19:00.342Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96622025-02-13T05:19:00.342Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO copying /tmp/.tmpSxvfXu/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 ...
96632025-02-13T05:19:00.342Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96642025-02-13T05:19:00.345Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO ok!
96652025-02-13T05:19:00.345Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO STEP 101 (ensure_file) COMPLETE
96662025-02-13T05:19:00.345Z[ host-image] Feb 13 05:18:58.743 INFO O| Feb 13 05:18:58.743 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672025-02-13T05:19:00.353Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96682025-02-13T05:19:00.353Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96692025-02-13T05:19:00.355Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96702025-02-13T05:19:00.355Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO ok!
96712025-02-13T05:19:00.355Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO STEP 102 (ensure_file) COMPLETE
96722025-02-13T05:19:00.355Z[ host-image] Feb 13 05:18:58.753 INFO O| Feb 13 05:18:58.753 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732025-02-13T05:19:00.363Z[ host-image] Feb 13 05:18:58.763 INFO O| Feb 13 05:18:58.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96742025-02-13T05:19:00.363Z[ host-image] Feb 13 05:18:58.763 INFO O| Feb 13 05:18:58.763 INFO copying /tmp/.tmpSxvfXu/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 ...
96752025-02-13T05:19:00.366Z[ host-image] Feb 13 05:18:58.764 INFO O| Feb 13 05:18:58.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96762025-02-13T05:19:00.366Z[ host-image] Feb 13 05:18:58.764 INFO O| Feb 13 05:18:58.763 INFO ok!
96772025-02-13T05:19:00.366Z[ host-image] Feb 13 05:18:58.764 INFO O| Feb 13 05:18:58.764 INFO STEP 103 (ensure_file) COMPLETE
96782025-02-13T05:19:00.366Z[ host-image] Feb 13 05:18:58.764 INFO O| Feb 13 05:18:58.764 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-13T05:19:00.373Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96802025-02-13T05:19:00.373Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO copying /tmp/.tmpSxvfXu/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 ...
96812025-02-13T05:19:00.373Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96822025-02-13T05:19:00.377Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO ok!
96832025-02-13T05:19:00.377Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO STEP 104 (ensure_file) COMPLETE
96842025-02-13T05:19:00.377Z[ host-image] Feb 13 05:18:58.774 INFO O| Feb 13 05:18:58.774 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852025-02-13T05:19:00.384Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96862025-02-13T05:19:00.384Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO copying /tmp/.tmpSxvfXu/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 ...
96872025-02-13T05:19:00.384Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96882025-02-13T05:19:00.384Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO ok!
96892025-02-13T05:19:00.386Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO STEP 105 (ensure_file) COMPLETE
96902025-02-13T05:19:00.386Z[ host-image] Feb 13 05:18:58.784 INFO O| Feb 13 05:18:58.784 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912025-02-13T05:19:00.394Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96922025-02-13T05:19:00.394Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO copying /tmp/.tmpSxvfXu/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 ...
96932025-02-13T05:19:00.397Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96942025-02-13T05:19:00.397Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO ok!
96952025-02-13T05:19:00.397Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO STEP 106 (ensure_file) COMPLETE
96962025-02-13T05:19:00.397Z[ host-image] Feb 13 05:18:58.795 INFO O| Feb 13 05:18:58.795 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972025-02-13T05:19:00.405Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96982025-02-13T05:19:00.408Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO copying /tmp/.tmpSxvfXu/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 ...
96992025-02-13T05:19:00.408Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97002025-02-13T05:19:00.408Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO ok!
97012025-02-13T05:19:00.408Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO STEP 107 (ensure_file) COMPLETE
97022025-02-13T05:19:00.408Z[ host-image] Feb 13 05:18:58.805 INFO O| Feb 13 05:18:58.805 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-13T05:19:00.415Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97042025-02-13T05:19:00.415Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO copying /tmp/.tmpSxvfXu/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 ...
97052025-02-13T05:19:00.418Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97062025-02-13T05:19:00.418Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO ok!
97072025-02-13T05:19:00.418Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO STEP 108 (ensure_file) COMPLETE
97082025-02-13T05:19:00.418Z[ host-image] Feb 13 05:18:58.816 INFO O| Feb 13 05:18:58.816 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092025-02-13T05:19:00.426Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97102025-02-13T05:19:00.426Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO copying /tmp/.tmpSxvfXu/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 ...
97112025-02-13T05:19:00.429Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97122025-02-13T05:19:00.429Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO ok!
97132025-02-13T05:19:00.429Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO STEP 109 (ensure_file) COMPLETE
97142025-02-13T05:19:00.429Z[ host-image] Feb 13 05:18:58.826 INFO O| Feb 13 05:18:58.826 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152025-02-13T05:19:00.437Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97162025-02-13T05:19:00.440Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO copying /tmp/.tmpSxvfXu/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 ...
97172025-02-13T05:19:00.440Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97182025-02-13T05:19:00.440Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO ok!
97192025-02-13T05:19:00.440Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO STEP 110 (ensure_file) COMPLETE
97202025-02-13T05:19:00.440Z[ host-image] Feb 13 05:18:58.838 INFO O| Feb 13 05:18:58.838 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212025-02-13T05:19:00.448Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97222025-02-13T05:19:00.452Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO copying /tmp/.tmpSxvfXu/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 ...
97232025-02-13T05:19:00.452Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97242025-02-13T05:19:00.452Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO ok!
97252025-02-13T05:19:00.452Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO STEP 111 (ensure_file) COMPLETE
97262025-02-13T05:19:00.452Z[ host-image] Feb 13 05:18:58.849 INFO O| Feb 13 05:18:58.849 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272025-02-13T05:19:00.460Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97282025-02-13T05:19:00.460Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO copying /tmp/.tmpSxvfXu/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 ...
97292025-02-13T05:19:00.463Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97302025-02-13T05:19:00.463Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO ok!
97312025-02-13T05:19:00.463Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO STEP 112 (ensure_file) COMPLETE
97322025-02-13T05:19:00.463Z[ host-image] Feb 13 05:18:58.860 INFO O| Feb 13 05:18:58.860 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332025-02-13T05:19:00.471Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
97342025-02-13T05:19:00.473Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO copying /tmp/.tmpSxvfXu/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 ...
97352025-02-13T05:19:00.473Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
97362025-02-13T05:19:00.473Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO ok!
97372025-02-13T05:19:00.473Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO STEP 113 (ensure_file) COMPLETE
97382025-02-13T05:19:00.473Z[ host-image] Feb 13 05:18:58.871 INFO O| Feb 13 05:18:58.871 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392025-02-13T05:19:00.481Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
97402025-02-13T05:19:00.481Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO copying /tmp/.tmpSxvfXu/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 ...
97412025-02-13T05:19:00.484Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
97422025-02-13T05:19:00.484Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO ok!
97432025-02-13T05:19:00.484Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO STEP 114 (ensure_file) COMPLETE
97442025-02-13T05:19:00.484Z[ host-image] Feb 13 05:18:58.882 INFO O| Feb 13 05:18:58.882 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-02-13T05:19:00.492Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97462025-02-13T05:19:00.492Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.893 INFO copying /tmp/.tmpSxvfXu/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 ...
97472025-02-13T05:19:00.492Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97482025-02-13T05:19:00.492Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.893 INFO ok!
97492025-02-13T05:19:00.492Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.893 INFO STEP 115 (ensure_file) COMPLETE
97502025-02-13T05:19:00.495Z[ host-image] Feb 13 05:18:58.893 INFO O| Feb 13 05:18:58.893 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512025-02-13T05:19:00.503Z[ host-image] Feb 13 05:18:58.903 INFO O| Feb 13 05:18:58.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97522025-02-13T05:19:00.503Z[ host-image] Feb 13 05:18:58.903 INFO O| Feb 13 05:18:58.903 INFO copying /tmp/.tmpSxvfXu/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 ...
97532025-02-13T05:19:00.506Z[ host-image] Feb 13 05:18:58.904 INFO O| Feb 13 05:18:58.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97542025-02-13T05:19:00.506Z[ host-image] Feb 13 05:18:58.904 INFO O| Feb 13 05:18:58.904 INFO ok!
97552025-02-13T05:19:00.506Z[ host-image] Feb 13 05:18:58.904 INFO O| Feb 13 05:18:58.904 INFO STEP 116 (ensure_file) COMPLETE
97562025-02-13T05:19:00.506Z[ host-image] Feb 13 05:18:58.904 INFO O| Feb 13 05:18:58.904 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572025-02-13T05:19:00.514Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97582025-02-13T05:19:00.514Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO copying /tmp/.tmpSxvfXu/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 ...
97592025-02-13T05:19:00.514Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97602025-02-13T05:19:00.516Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO ok!
97612025-02-13T05:19:00.516Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO STEP 117 (ensure_file) COMPLETE
97622025-02-13T05:19:00.516Z[ host-image] Feb 13 05:18:58.914 INFO O| Feb 13 05:18:58.914 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632025-02-13T05:19:00.525Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97642025-02-13T05:19:00.525Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO copying /tmp/.tmpSxvfXu/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 ...
97652025-02-13T05:19:00.527Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97662025-02-13T05:19:00.527Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO ok!
97672025-02-13T05:19:00.527Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO STEP 118 (ensure_file) COMPLETE
97682025-02-13T05:19:00.527Z[ host-image] Feb 13 05:18:58.925 INFO O| Feb 13 05:18:58.925 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692025-02-13T05:19:00.535Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97702025-02-13T05:19:00.535Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO copying /tmp/.tmpSxvfXu/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 ...
97712025-02-13T05:19:00.538Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97722025-02-13T05:19:00.538Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO ok!
97732025-02-13T05:19:00.538Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO STEP 119 (ensure_file) COMPLETE
97742025-02-13T05:19:00.538Z[ host-image] Feb 13 05:18:58.936 INFO O| Feb 13 05:18:58.936 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752025-02-13T05:19:00.546Z[ host-image] Feb 13 05:18:58.946 INFO O| Feb 13 05:18:58.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97762025-02-13T05:19:00.546Z[ host-image] Feb 13 05:18:58.946 INFO O| Feb 13 05:18:58.946 INFO copying /tmp/.tmpSxvfXu/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 ...
97772025-02-13T05:19:00.546Z[ host-image] Feb 13 05:18:58.947 INFO O| Feb 13 05:18:58.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97782025-02-13T05:19:00.546Z[ host-image] Feb 13 05:18:58.947 INFO O| Feb 13 05:18:58.947 INFO ok!
97792025-02-13T05:19:00.549Z[ host-image] Feb 13 05:18:58.947 INFO O| Feb 13 05:18:58.947 INFO STEP 120 (ensure_file) COMPLETE
97802025-02-13T05:19:00.549Z[ host-image] Feb 13 05:18:58.947 INFO O| Feb 13 05:18:58.947 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812025-02-13T05:19:00.557Z[ host-image] Feb 13 05:18:58.957 INFO O| Feb 13 05:18:58.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97822025-02-13T05:19:00.557Z[ host-image] Feb 13 05:18:58.957 INFO O| Feb 13 05:18:58.957 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97832025-02-13T05:19:00.560Z[ host-image] Feb 13 05:18:58.957 INFO O| Feb 13 05:18:58.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97842025-02-13T05:19:00.560Z[ host-image] Feb 13 05:18:58.957 INFO O| Feb 13 05:18:58.957 INFO ok!
97852025-02-13T05:19:00.560Z[ host-image] Feb 13 05:18:58.958 INFO O| Feb 13 05:18:58.957 INFO STEP 121 (ensure_file) COMPLETE
97862025-02-13T05:19:00.560Z[ host-image] Feb 13 05:18:58.958 INFO O| Feb 13 05:18:58.957 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-13T05:19:00.568Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97882025-02-13T05:19:00.568Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO copying /tmp/.tmpSxvfXu/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 ...
97892025-02-13T05:19:00.570Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97902025-02-13T05:19:00.570Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO ok!
97912025-02-13T05:19:00.570Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO STEP 122 (ensure_file) COMPLETE
97922025-02-13T05:19:00.570Z[ host-image] Feb 13 05:18:58.968 INFO O| Feb 13 05:18:58.968 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-13T05:19:00.579Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97942025-02-13T05:19:00.579Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97952025-02-13T05:19:00.579Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97962025-02-13T05:19:00.579Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO ok!
97972025-02-13T05:19:00.582Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO STEP 123 (ensure_file) COMPLETE
97982025-02-13T05:19:00.582Z[ host-image] Feb 13 05:18:58.979 INFO O| Feb 13 05:18:58.979 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-13T05:19:00.589Z[ host-image] Feb 13 05:18:58.990 INFO O| Feb 13 05:18:58.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98002025-02-13T05:19:00.590Z[ host-image] Feb 13 05:18:58.990 INFO O| Feb 13 05:18:58.990 INFO copying /tmp/.tmpSxvfXu/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98012025-02-13T05:19:09.499Z[ host-image] Feb 13 05:19:07.898 INFO O| Feb 13 05:19:07.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98022025-02-13T05:19:09.499Z[ host-image] Feb 13 05:19:07.898 INFO O| Feb 13 05:19:07.898 INFO ok!
98032025-02-13T05:19:09.501Z[ host-image] Feb 13 05:19:07.898 INFO O| Feb 13 05:19:07.898 INFO STEP 124 (ensure_file) COMPLETE
98042025-02-13T05:19:09.501Z[ host-image] Feb 13 05:19:07.898 INFO O| Feb 13 05:19:07.898 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-13T05:19:09.519Z[ host-image] Feb 13 05:19:07.918 INFO O| Feb 13 05:19:07.918 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98062025-02-13T05:19:09.519Z[ host-image] Feb 13 05:19:07.918 INFO O| Feb 13 05:19:07.918 INFO STEP 125 (ensure_dir) COMPLETE
98072025-02-13T05:19:09.522Z[ host-image] Feb 13 05:19:07.918 INFO O| Feb 13 05:19:07.918 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082025-02-13T05:19:09.539Z[ host-image] Feb 13 05:19:07.938 INFO O| Feb 13 05:19:07.938 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98092025-02-13T05:19:09.539Z[ host-image] Feb 13 05:19:07.938 INFO O| Feb 13 05:19:07.938 INFO STEP 126 (ensure_dir) COMPLETE
98102025-02-13T05:19:09.542Z[ host-image] Feb 13 05:19:07.938 INFO O| Feb 13 05:19:07.938 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-13T05:19:09.591Z[ host-image] Feb 13 05:19:07.989 INFO O| Feb 13 05:19:07.989 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98122025-02-13T05:19:09.591Z[ host-image] Feb 13 05:19:07.989 INFO O| Feb 13 05:19:07.989 INFO STEP 127 (ensure_dir) COMPLETE
98132025-02-13T05:19:09.594Z[ host-image] Feb 13 05:19:07.989 INFO O| Feb 13 05:19:07.989 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142025-02-13T05:19:09.628Z[ host-image] Feb 13 05:19:08.027 INFO O| Feb 13 05:19:08.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98152025-02-13T05:19:09.628Z[ host-image] Feb 13 05:19:08.027 INFO O| Feb 13 05:19:08.027 INFO STEP 128 (ensure_dir) COMPLETE
98162025-02-13T05:19:09.631Z[ host-image] Feb 13 05:19:08.027 INFO O| Feb 13 05:19:08.027 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-13T05:19:09.687Z[ host-image] Feb 13 05:19:08.085 INFO O| Feb 13 05:19:08.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98182025-02-13T05:19:09.687Z[ host-image] Feb 13 05:19:08.085 INFO O| Feb 13 05:19:08.085 INFO copying /tmp/.tmpSxvfXu/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 ...
98192025-02-13T05:19:09.687Z[ host-image] Feb 13 05:19:08.086 INFO O| Feb 13 05:19:08.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98202025-02-13T05:19:09.687Z[ host-image] Feb 13 05:19:08.086 INFO O| Feb 13 05:19:08.086 INFO ok!
98212025-02-13T05:19:09.689Z[ host-image] Feb 13 05:19:08.086 INFO O| Feb 13 05:19:08.086 INFO STEP 129 (ensure_file) COMPLETE
98222025-02-13T05:19:09.689Z[ host-image] Feb 13 05:19:08.086 INFO O| Feb 13 05:19:08.086 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-13T05:19:09.719Z[ host-image] Feb 13 05:19:08.117 INFO O| Feb 13 05:19:08.117 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98242025-02-13T05:19:09.719Z[ host-image] Feb 13 05:19:08.117 INFO O| Feb 13 05:19:08.117 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98252025-02-13T05:19:09.721Z[ host-image] Feb 13 05:19:08.117 INFO O| Feb 13 05:19:08.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98262025-02-13T05:19:09.721Z[ host-image] Feb 13 05:19:08.117 INFO O| Feb 13 05:19:08.117 INFO STEP 130 (ensure_dir) COMPLETE
98272025-02-13T05:19:09.722Z[ host-image] Feb 13 05:19:08.117 INFO O| Feb 13 05:19:08.117 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282025-02-13T05:19:09.757Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98292025-02-13T05:19:09.757Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 INFO copying /tmp/.tmpSxvfXu/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98302025-02-13T05:19:09.760Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98312025-02-13T05:19:09.760Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 INFO ok!
98322025-02-13T05:19:09.761Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 INFO STEP 131 (ensure_file) COMPLETE
98332025-02-13T05:19:09.761Z[ host-image] Feb 13 05:19:08.156 INFO O| Feb 13 05:19:08.156 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342025-02-13T05:19:09.789Z[ host-image] Feb 13 05:19:08.188 INFO O| Feb 13 05:19:08.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98352025-02-13T05:19:09.792Z[ host-image] Feb 13 05:19:08.188 INFO O| Feb 13 05:19:08.188 INFO STEP 132 (remove_files) COMPLETE
98362025-02-13T05:19:09.792Z[ host-image] Feb 13 05:19:08.188 INFO O| Feb 13 05:19:08.188 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372025-02-13T05:19:09.810Z[ host-image] Feb 13 05:19:08.209 INFO O| Feb 13 05:19:08.209 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98382025-02-13T05:19:09.813Z[ host-image] Feb 13 05:19:08.209 INFO O| Feb 13 05:19:08.209 INFO STEP 133 (remove_files) COMPLETE
98392025-02-13T05:19:09.813Z[ host-image] Feb 13 05:19:08.209 INFO O| Feb 13 05:19:08.209 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402025-02-13T05:19:09.834Z[ host-image] Feb 13 05:19:08.232 INFO O| Feb 13 05:19:08.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98412025-02-13T05:19:09.836Z[ host-image] Feb 13 05:19:08.233 INFO O| Feb 13 05:19:08.233 INFO STEP 134 (remove_files) COMPLETE
98422025-02-13T05:19:09.836Z[ host-image] Feb 13 05:19:08.233 INFO O| Feb 13 05:19:08.233 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432025-02-13T05:19:09.852Z[ host-image] Feb 13 05:19:08.251 INFO O| Feb 13 05:19:08.251 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98442025-02-13T05:19:09.855Z[ host-image] Feb 13 05:19:08.251 INFO O| Feb 13 05:19:08.251 INFO STEP 135 (remove_files) COMPLETE
98452025-02-13T05:19:09.855Z[ host-image] Feb 13 05:19:08.251 INFO O| Feb 13 05:19:08.251 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462025-02-13T05:19:09.869Z[ host-image] Feb 13 05:19:08.268 INFO O| Feb 13 05:19:08.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98472025-02-13T05:19:09.872Z[ host-image] Feb 13 05:19:08.269 INFO O| Feb 13 05:19:08.268 INFO STEP 136 (remove_files) COMPLETE
98482025-02-13T05:19:09.872Z[ host-image] Feb 13 05:19:08.269 INFO O| Feb 13 05:19:08.269 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492025-02-13T05:19:09.888Z[ host-image] Feb 13 05:19:08.286 INFO O| Feb 13 05:19:08.286 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98502025-02-13T05:19:09.890Z[ host-image] Feb 13 05:19:08.287 INFO O| Feb 13 05:19:08.287 INFO STEP 137 (remove_files) COMPLETE
98512025-02-13T05:19:09.890Z[ host-image] Feb 13 05:19:08.287 INFO O| Feb 13 05:19:08.287 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522025-02-13T05:19:09.903Z[ host-image] Feb 13 05:19:08.302 INFO O| Feb 13 05:19:08.302 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98532025-02-13T05:19:09.903Z[ host-image] Feb 13 05:19:08.302 INFO O| Feb 13 05:19:08.302 INFO STEP 138 (remove_files) COMPLETE
98542025-02-13T05:19:09.906Z[ host-image] Feb 13 05:19:08.302 INFO O| Feb 13 05:19:08.302 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552025-02-13T05:19:09.921Z[ host-image] Feb 13 05:19:08.320 INFO O| Feb 13 05:19:08.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98562025-02-13T05:19:09.921Z[ host-image] Feb 13 05:19:08.320 INFO O| Feb 13 05:19:08.320 INFO STEP 139 (remove_files) COMPLETE
98572025-02-13T05:19:09.921Z[ host-image] Feb 13 05:19:08.320 INFO O| Feb 13 05:19:08.320 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582025-02-13T05:19:09.934Z[ host-image] Feb 13 05:19:08.333 INFO O| Feb 13 05:19:08.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98592025-02-13T05:19:09.934Z[ host-image] Feb 13 05:19:08.333 INFO O| Feb 13 05:19:08.333 INFO STEP 140 (remove_files) COMPLETE
98602025-02-13T05:19:09.934Z[ host-image] Feb 13 05:19:08.333 INFO O| Feb 13 05:19:08.333 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612025-02-13T05:19:09.949Z[ host-image] Feb 13 05:19:08.348 INFO O| Feb 13 05:19:08.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98622025-02-13T05:19:09.949Z[ host-image] Feb 13 05:19:08.348 INFO O| Feb 13 05:19:08.348 INFO STEP 141 (remove_files) COMPLETE
98632025-02-13T05:19:09.950Z[ host-image] Feb 13 05:19:08.348 INFO O| Feb 13 05:19:08.348 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642025-02-13T05:19:09.965Z[ host-image] Feb 13 05:19:08.364 INFO O| Feb 13 05:19:08.364 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98652025-02-13T05:19:09.965Z[ host-image] Feb 13 05:19:08.364 INFO O| Feb 13 05:19:08.364 INFO STEP 142 (remove_files) COMPLETE
98662025-02-13T05:19:09.968Z[ host-image] Feb 13 05:19:08.364 INFO O| Feb 13 05:19:08.364 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672025-02-13T05:19:09.980Z[ host-image] Feb 13 05:19:08.378 INFO O| Feb 13 05:19:08.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98682025-02-13T05:19:09.980Z[ host-image] Feb 13 05:19:08.378 INFO O| Feb 13 05:19:08.378 INFO STEP 143 (remove_files) COMPLETE
98692025-02-13T05:19:09.983Z[ host-image] Feb 13 05:19:08.378 INFO O| Feb 13 05:19:08.378 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702025-02-13T05:19:09.992Z[ host-image] Feb 13 05:19:08.390 INFO O| Feb 13 05:19:08.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98712025-02-13T05:19:09.992Z[ host-image] Feb 13 05:19:08.391 INFO O| Feb 13 05:19:08.391 INFO STEP 144 (remove_files) COMPLETE
98722025-02-13T05:19:09.992Z[ host-image] Feb 13 05:19:08.391 INFO O| Feb 13 05:19:08.391 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732025-02-13T05:19:10.006Z[ host-image] Feb 13 05:19:08.405 INFO O| Feb 13 05:19:08.405 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98742025-02-13T05:19:10.006Z[ host-image] Feb 13 05:19:08.405 INFO O| Feb 13 05:19:08.405 INFO STEP 145 (remove_files) COMPLETE
98752025-02-13T05:19:10.006Z[ host-image] Feb 13 05:19:08.405 INFO O| Feb 13 05:19:08.405 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762025-02-13T05:19:10.021Z[ host-image] Feb 13 05:19:08.420 INFO O| Feb 13 05:19:08.420 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98772025-02-13T05:19:10.023Z[ host-image] Feb 13 05:19:08.420 INFO O| Feb 13 05:19:08.420 INFO STEP 146 (remove_files) COMPLETE
98782025-02-13T05:19:10.023Z[ host-image] Feb 13 05:19:08.420 INFO O| Feb 13 05:19:08.420 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792025-02-13T05:19:10.032Z[ host-image] Feb 13 05:19:08.431 INFO O| Feb 13 05:19:08.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98802025-02-13T05:19:10.035Z[ host-image] Feb 13 05:19:08.431 INFO O| Feb 13 05:19:08.431 INFO STEP 147 (remove_files) COMPLETE
98812025-02-13T05:19:10.035Z[ host-image] Feb 13 05:19:08.431 INFO O| Feb 13 05:19:08.431 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98822025-02-13T05:19:10.043Z[ host-image] Feb 13 05:19:08.442 INFO O| Feb 13 05:19:08.442 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98832025-02-13T05:19:10.044Z[ host-image] Feb 13 05:19:08.442 INFO O| Feb 13 05:19:08.442 INFO STEP 148 (remove_files) COMPLETE
98842025-02-13T05:19:10.046Z[ host-image] Feb 13 05:19:08.443 INFO O| Feb 13 05:19:08.442 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98852025-02-13T05:19:10.059Z[ host-image] Feb 13 05:19:08.457 INFO O| Feb 13 05:19:08.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98862025-02-13T05:19:10.059Z[ host-image] Feb 13 05:19:08.458 INFO O| Feb 13 05:19:08.457 INFO STEP 149 (remove_files) COMPLETE
98872025-02-13T05:19:10.059Z[ host-image] Feb 13 05:19:08.458 INFO O| Feb 13 05:19:08.457 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98882025-02-13T05:19:10.072Z[ host-image] Feb 13 05:19:08.471 INFO O| Feb 13 05:19:08.471 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98892025-02-13T05:19:10.072Z[ host-image] Feb 13 05:19:08.471 INFO O| Feb 13 05:19:08.471 INFO STEP 150 (remove_files) COMPLETE
98902025-02-13T05:19:10.072Z[ host-image] Feb 13 05:19:08.471 INFO O| Feb 13 05:19:08.471 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98912025-02-13T05:19:10.086Z[ host-image] Feb 13 05:19:08.485 INFO O| Feb 13 05:19:08.485 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98922025-02-13T05:19:10.089Z[ host-image] Feb 13 05:19:08.485 INFO O| Feb 13 05:19:08.485 INFO STEP 151 (remove_files) COMPLETE
98932025-02-13T05:19:10.089Z[ host-image] Feb 13 05:19:08.485 INFO O| Feb 13 05:19:08.485 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98942025-02-13T05:19:10.101Z[ host-image] Feb 13 05:19:08.500 INFO O| Feb 13 05:19:08.500 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98952025-02-13T05:19:10.103Z[ host-image] Feb 13 05:19:08.500 INFO O| Feb 13 05:19:08.500 INFO STEP 152 (remove_files) COMPLETE
98962025-02-13T05:19:10.103Z[ host-image] Feb 13 05:19:08.500 INFO O| Feb 13 05:19:08.500 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98972025-02-13T05:19:10.113Z[ host-image] Feb 13 05:19:08.512 INFO O| Feb 13 05:19:08.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98982025-02-13T05:19:10.115Z[ host-image] Feb 13 05:19:08.512 INFO O| Feb 13 05:19:08.512 INFO STEP 153 (remove_files) COMPLETE
98992025-02-13T05:19:10.115Z[ host-image] Feb 13 05:19:08.512 INFO O| Feb 13 05:19:08.512 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99002025-02-13T05:19:10.125Z[ host-image] Feb 13 05:19:08.524 INFO O| Feb 13 05:19:08.524 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99012025-02-13T05:19:10.125Z[ host-image] Feb 13 05:19:08.524 INFO O| Feb 13 05:19:08.524 INFO STEP 154 (remove_files) COMPLETE
99022025-02-13T05:19:10.128Z[ host-image] Feb 13 05:19:08.524 INFO O| Feb 13 05:19:08.524 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99032025-02-13T05:19:10.138Z[ host-image] Feb 13 05:19:08.537 INFO O| Feb 13 05:19:08.537 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99042025-02-13T05:19:10.138Z[ host-image] Feb 13 05:19:08.537 INFO O| Feb 13 05:19:08.537 INFO STEP 155 (remove_files) COMPLETE
99052025-02-13T05:19:10.138Z[ host-image] Feb 13 05:19:08.537 INFO O| Feb 13 05:19:08.537 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99062025-02-13T05:19:10.149Z[ host-image] Feb 13 05:19:08.548 INFO O| Feb 13 05:19:08.548 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99072025-02-13T05:19:10.149Z[ host-image] Feb 13 05:19:08.548 INFO O| Feb 13 05:19:08.548 INFO STEP 156 (remove_files) COMPLETE
99082025-02-13T05:19:10.149Z[ host-image] Feb 13 05:19:08.548 INFO O| Feb 13 05:19:08.548 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99092025-02-13T05:19:10.162Z[ host-image] Feb 13 05:19:08.561 INFO O| Feb 13 05:19:08.560 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99102025-02-13T05:19:10.162Z[ host-image] Feb 13 05:19:08.561 INFO O| Feb 13 05:19:08.561 INFO STEP 157 (remove_files) COMPLETE
99112025-02-13T05:19:10.162Z[ host-image] Feb 13 05:19:08.561 INFO O| Feb 13 05:19:08.561 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99122025-02-13T05:19:10.174Z[ host-image] Feb 13 05:19:08.573 INFO O| Feb 13 05:19:08.573 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99132025-02-13T05:19:10.174Z[ host-image] Feb 13 05:19:08.573 INFO O| Feb 13 05:19:08.573 INFO STEP 158 (remove_files) COMPLETE
99142025-02-13T05:19:10.177Z[ host-image] Feb 13 05:19:08.573 INFO O| Feb 13 05:19:08.573 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99152025-02-13T05:19:10.190Z[ host-image] Feb 13 05:19:08.586 INFO O| Feb 13 05:19:08.586 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99162025-02-13T05:19:10.190Z[ host-image] Feb 13 05:19:08.586 INFO O| Feb 13 05:19:08.586 INFO STEP 159 (remove_files) COMPLETE
99172025-02-13T05:19:10.190Z[ host-image] Feb 13 05:19:08.586 INFO O| Feb 13 05:19:08.586 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99182025-02-13T05:19:10.200Z[ host-image] Feb 13 05:19:08.599 INFO O| Feb 13 05:19:08.599 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99192025-02-13T05:19:10.201Z[ host-image] Feb 13 05:19:08.599 INFO O| Feb 13 05:19:08.599 INFO STEP 160 (remove_files) COMPLETE
99202025-02-13T05:19:10.203Z[ host-image] Feb 13 05:19:08.600 INFO O| Feb 13 05:19:08.599 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99212025-02-13T05:19:10.220Z[ host-image] Feb 13 05:19:08.619 INFO O| Feb 13 05:19:08.619 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99222025-02-13T05:19:10.220Z[ host-image] Feb 13 05:19:08.619 INFO O| Feb 13 05:19:08.619 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
99232025-02-13T05:19:20.242Z[ host-image] Feb 13 05:19:18.639 INFO O| Feb 13 05:19:18.639 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
99242025-02-13T05:19:20.260Z[ host-image] Feb 13 05:19:18.639 INFO O| Feb 13 05:19:18.639 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99252025-02-13T05:19:20.265Z[ host-image] Feb 13 05:19:18.661 INFO O| Feb 13 05:19:18.661 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"}
99262025-02-13T05:19:20.458Z[ host-image] Feb 13 05:19:18.853 INFO O| Feb 13 05:19:18.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99272025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.853 INFO O| Feb 13 05:19:18.853 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99282025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99292025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO ok!
99302025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99312025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO STEP 161 (seed_smf) COMPLETE
99322025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO steps complete; finalising image!
99332025-02-13T05:19:20.461Z[ host-image] Feb 13 05:19:18.856 INFO O| Feb 13 05:19:18.856 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99342025-02-13T05:19:20.649Z[ host-image] Feb 13 05:19:19.046 INFO O| Feb 13 05:19:19.046 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Feb 13 05:19:18 2025)
99352025-02-13T05:19:20.861Z[ host-image] Feb 13 05:19:19.258 INFO O| Feb 13 05:19:19.258 INFO trim TEMPORARY-gimlet-zfs: (25% trimmed, started at Thu Feb 13 05:19:18 2025)
99362025-02-13T05:19:21.091Z[ host-image] Feb 13 05:19:19.488 INFO O| Feb 13 05:19:19.488 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Thu Feb 13 05:19:18 2025)
99372025-02-13T05:19:21.328Z[ host-image] Feb 13 05:19:19.725 INFO O| Feb 13 05:19:19.725 INFO temporary pool has 700M used, 132M avail, 1.80x compressratio
99382025-02-13T05:19:21.331Z[ host-image] Feb 13 05:19:19.725 INFO O| Feb 13 05:19:19.725 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99392025-02-13T05:19:22.083Z[ host-image] Feb 13 05:19:20.479 INFO O| Feb 13 05:19:20.479 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99402025-02-13T05:19:22.083Z[ host-image] Feb 13 05:19:20.480 INFO O| Feb 13 05:19:20.480 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99412025-02-13T05:19:23.857Z[ host-image] Feb 13 05:19:22.254 INFO O| Feb 13 05:19:22.254 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99422025-02-13T05:19:23.857Z[ host-image] Feb 13 05:19:22.254 INFO O| Feb 13 05:19:22.254 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99432025-02-13T05:19:23.857Z[ host-image] Feb 13 05:19:22.254 INFO O| Feb 13 05:19:22.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99442025-02-13T05:19:23.860Z[ host-image] Feb 13 05:19:22.254 INFO O| Feb 13 05:19:22.254 INFO completed processing gimlet/zfs
99452025-02-13T05:19:23.860Z[ host-image] Feb 13 05:19:22.254 INFO O| Feb 13 05:19:22.254 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99462025-02-13T05:19:32.595Z[ host-image] Feb 13 05:19:30.991 INFO O| Feb 13 05:19:30.991 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99472025-02-13T05:19:32.701Z[ host-image] Feb 13 05:19:31.097 INFO BUILD STRING "heads/stlouis-0-gf6f918ab76\n"
99482025-02-13T05:19:32.701Z[ host-image] Feb 13 05:19:31.097 INFO expanded image name: "ci 94dc5e3/${os_short_commit} 2025-02-13 04:40" -> "ci 94dc5e3/f6f918a 2025-02-13 04:40"
99492025-02-13T05:19:32.704Z[ host-image] Feb 13 05:19:31.097 INFO output artefacts stored in: "/work/os-host"
99502025-02-13T05:19:32.704Z[ host-image] Feb 13 05:19:31.098 INFO collecting git info from project "pilot"...
99512025-02-13T05:19:32.712Z[ host-image] Feb 13 05:19:31.108 INFO collecting git info from project "bootserver"...
99522025-02-13T05:19:32.718Z[ host-image] Feb 13 05:19:31.113 INFO collecting git info from project "image-builder"...
99532025-02-13T05:19:32.724Z[ host-image] Feb 13 05:19:31.119 INFO collecting git info from project "pinprick"...
99542025-02-13T05:19:32.731Z[ host-image] Feb 13 05:19:31.127 INFO collecting git info from project "phbl"...
99552025-02-13T05:19:32.739Z[ host-image] Feb 13 05:19:31.135 INFO collecting git info from project "amd-host-image-builder"...
99562025-02-13T05:19:32.767Z[ host-image] Feb 13 05:19:31.163 INFO collecting git info from project "chelsio-t6-roms"...
99572025-02-13T05:19:32.775Z[ host-image] Feb 13 05:19:31.170 INFO collecting git info from project "amd-firmware"...
99582025-02-13T05:19:32.792Z[ host-image] Feb 13 05:19:31.188 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99592025-02-13T05:19:33.387Z[ host-image] Feb 13 05:19:31.782 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99602025-02-13T05:19:33.908Z[ host-image] Feb 13 05:19:32.303 INFO creating Oxide boot image...
99612025-02-13T05:19:33.908Z[ host-image] Feb 13 05:19:32.303 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 94dc5e3/f6f918a 2025-02-13 04:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99622025-02-13T05:19:34.878Z[ host-image] Feb 13 05:19:33.273 INFO O| ok, image written!
99632025-02-13T05:19:34.881Z[ host-image] Feb 13 05:19:33.274 INFO O| ok, boot_image_csum file written!
99642025-02-13T05:19:34.883Z[ host-image] Feb 13 05:19:33.278 INFO creating boot archive (CPIO)...
99652025-02-13T05:19:34.883Z[ host-image] Feb 13 05:19:33.278 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
99662025-02-13T05:19:34.892Z[ host-image] Feb 13 05:19:33.287 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99672025-02-13T05:19:34.892Z[ host-image] Feb 13 05:19:33.287 INFO E| + outfile=/work/os-host/cpio
99682025-02-13T05:19:34.894Z[ host-image] Feb 13 05:19:33.287 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99692025-02-13T05:19:34.894Z[ host-image] Feb 13 05:19:33.290 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99702025-02-13T05:19:34.897Z[ host-image] Feb 13 05:19:33.290 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99712025-02-13T05:19:34.938Z[ host-image] Feb 13 05:19:33.333 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99722025-02-13T05:19:34.938Z[ host-image] Feb 13 05:19:33.333 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99732025-02-13T05:19:34.948Z[ host-image] Feb 13 05:19:33.344 INFO creating compressed cpio/unix for nanobl-rs...
99742025-02-13T05:19:34.949Z[ host-image] Feb 13 05:19:33.344 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
99752025-02-13T05:19:35.386Z[ host-image] Feb 13 05:19:33.781 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99762025-02-13T05:19:42.413Z[ host-image] Feb 13 05:19:40.803 INFO creating reset image...
99772025-02-13T05:19:42.414Z[ host-image] Feb 13 05:19:40.803 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99782025-02-13T05:19:42.622Z[ host-image] Feb 13 05:19:41.017 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
99792025-02-13T05:19:42.713Z[ host-image] Feb 13 05:19:41.101 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99802025-02-13T05:19:42.916Z[ host-image] Feb 13 05:19:41.310 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99812025-02-13T05:19:46.560Z[ host-image] Feb 13 05:19:44.954 INFO E| Finished `release` profile [optimized] target(s) in 3.80s
99822025-02-13T05:19:46.576Z[ host-image] Feb 13 05:19:44.970 INFO building host image...
99832025-02-13T05:19:46.579Z[ host-image] Feb 13 05:19:44.970 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")
99842025-02-13T05:19:47.545Z[ host-image] Feb 13 05:19:45.939 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99852025-02-13T05:20:08.359Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 13s
99862025-02-13T05:20:08.752ZFeb 13 05:20:07.143 INFO [verify-libraries] process exited with exit status: 0 (977.593759895s)
99872025-02-13T05:20:42.048Z[ host-image] Feb 13 05:20:40.430 INFO image complete! materials are in "/work/os-host"
99882025-02-13T05:20:42.060Z[ host-image]
99892025-02-13T05:20:42.060Z[ host-image] real 17:29.867154757
99902025-02-13T05:20:42.060Z[ host-image] user 6:58.801490542
99912025-02-13T05:20:42.060Z[ host-image] sys 1:09.963518124
99922025-02-13T05:20:42.061Z[ host-image] trap 0.334165959
99932025-02-13T05:20:42.061Z[ host-image] tflt 0.006193196
99942025-02-13T05:20:42.061Z[ host-image] dflt 0.036254769
99952025-02-13T05:20:42.061Z[ host-image] kflt 0.000007648
99962025-02-13T05:20:42.061Z[ host-image] lock 12:34.922658404
99972025-02-13T05:20:42.061Z[ host-image] slp 1:40:08.605243396
99982025-02-13T05:20:42.061Z[ host-image] lat 3:01.225296951
99992025-02-13T05:20:42.061Z[ host-image] stop 0.883531499
100002025-02-13T05:20:42.061ZFeb 13 05:20:40.434 INFO [host-image] process exited with exit status: 0 (1049.885625423s)
100012025-02-13T05:20:42.061ZFeb 13 05:20:40.434 INFO [tuf-repo] running task
100022025-02-13T05:20:51.040ZFeb 13 05:20:49.424 INFO assembling repository in `/tmp/tufaceousugnxRG`, component: OmicronRepoAssembler
100032025-02-13T05:20:56.335ZFeb 13 05:20:54.718 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100042025-02-13T05:20:56.655ZFeb 13 05:20:55.036 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100052025-02-13T05:21:10.271ZFeb 13 05:21:08.648 INFO [tuf-repo] task succeeded (28.213797809s)
100062025-02-13T05:21:10.271ZFeb 13 05:21:08.648 INFO all jobs completed in 2464.783843633s
100072025-02-13T05:21:10.857Zprocess exited: duration 3311824 ms, exit code 0
 
100082025-02-13T05:21:10.894Zfound 33 output files
100092025-02-13T05:21:10.894Zuploading: /work/manifest.toml (13429 bytes)
100102025-02-13T05:21:14.925Zuploaded: /work/manifest.toml
100112025-02-13T05:21:14.929Zuploading: /work/repo.zip (2045723989 bytes)
100122025-02-13T05:22:01.079Zuploaded: /work/repo.zip
100132025-02-13T05:22:01.079Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100142025-02-13T05:22:02.093Zuploaded: /work/repo.zip.sha256.txt
100152025-02-13T05:22:02.097Zuploading: /work/helios-setup.log (65280 bytes)
100162025-02-13T05:22:03.113Zuploaded: /work/helios-setup.log
100172025-02-13T05:22:03.113Zuploading: /work/host-image.log (204030 bytes)
100182025-02-13T05:22:04.127Zuploaded: /work/host-image.log
100192025-02-13T05:22:04.131Zuploading: /work/host-package.log (23168 bytes)
100202025-02-13T05:22:05.140Zuploaded: /work/host-package.log
100212025-02-13T05:22:05.143Zuploading: /work/host-target.log (101 bytes)
100222025-02-13T05:22:06.150Zuploaded: /work/host-target.log
100232025-02-13T05:22:06.151Zuploading: /work/omicron-package.log (5604 bytes)
100242025-02-13T05:22:07.159Zuploaded: /work/omicron-package.log
100252025-02-13T05:22:07.162Zuploading: /work/phbl-toolchain.log (881 bytes)
100262025-02-13T05:22:08.169Zuploaded: /work/phbl-toolchain.log
100272025-02-13T05:22:08.173Zuploading: /work/recovery-image.log (581349 bytes)
100282025-02-13T05:22:09.190Zuploaded: /work/recovery-image.log
100292025-02-13T05:22:09.190Zuploading: /work/recovery-package.log (1762 bytes)
100302025-02-13T05:22:10.198Zuploaded: /work/recovery-package.log
100312025-02-13T05:22:10.199Zuploading: /work/recovery-target.log (98 bytes)
100322025-02-13T05:22:11.209Zuploaded: /work/recovery-target.log
100332025-02-13T05:22:11.209Zuploading: /work/stamp-clickhouse.log (117 bytes)
100342025-02-13T05:22:12.218Zuploaded: /work/stamp-clickhouse.log
100352025-02-13T05:22:12.222Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100362025-02-13T05:22:13.229Zuploaded: /work/stamp-clickhouse_keeper.log
100372025-02-13T05:22:13.229Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100382025-02-13T05:22:14.238Zuploaded: /work/stamp-cockroachdb.log
100392025-02-13T05:22:14.239Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100402025-02-13T05:22:15.248Zuploaded: /work/stamp-crucible-dtrace.log
100412025-02-13T05:22:15.248Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100422025-02-13T05:22:16.258Zuploaded: /work/stamp-crucible-pantry-zone.log
100432025-02-13T05:22:16.259Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100442025-02-13T05:22:17.267Zuploaded: /work/stamp-crucible-zone.log
100452025-02-13T05:22:17.267Zuploading: /work/stamp-external-dns.log (119 bytes)
100462025-02-13T05:22:18.275Zuploaded: /work/stamp-external-dns.log
100472025-02-13T05:22:18.275Zuploading: /work/stamp-installinator.log (103 bytes)
100482025-02-13T05:22:19.285Zuploaded: /work/stamp-installinator.log
100492025-02-13T05:22:19.286Zuploading: /work/stamp-internal-dns.log (119 bytes)
100502025-02-13T05:22:20.295Zuploaded: /work/stamp-internal-dns.log
100512025-02-13T05:22:20.295Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100522025-02-13T05:22:21.304Zuploaded: /work/stamp-mg-ddm-gz.log
100532025-02-13T05:22:21.304Zuploading: /work/stamp-nexus.log (112 bytes)
100542025-02-13T05:22:22.313Zuploaded: /work/stamp-nexus.log
100552025-02-13T05:22:22.313Zuploading: /work/stamp-ntp.log (110 bytes)
100562025-02-13T05:22:23.324Zuploaded: /work/stamp-ntp.log
100572025-02-13T05:22:23.328Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100582025-02-13T05:22:24.335Zuploaded: /work/stamp-omicron-sled-agent.log
100592025-02-13T05:22:24.335Zuploading: /work/stamp-overlay.log (114 bytes)
100602025-02-13T05:22:25.345Zuploaded: /work/stamp-overlay.log
100612025-02-13T05:22:25.345Zuploading: /work/stamp-oximeter.log (115 bytes)
100622025-02-13T05:22:26.355Zuploaded: /work/stamp-oximeter.log
100632025-02-13T05:22:26.359Zuploading: /work/stamp-oxlog.log (109 bytes)
100642025-02-13T05:22:27.366Zuploaded: /work/stamp-oxlog.log
100652025-02-13T05:22:27.366Zuploading: /work/stamp-probe.log (112 bytes)
100662025-02-13T05:22:28.375Zuploaded: /work/stamp-probe.log
100672025-02-13T05:22:28.379Zuploading: /work/stamp-propolis-server.log (122 bytes)
100682025-02-13T05:22:29.386Zuploaded: /work/stamp-propolis-server.log
100692025-02-13T05:22:29.386Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100702025-02-13T05:22:30.395Zuploaded: /work/stamp-pumpkind-gz.log
100712025-02-13T05:22:30.395Zuploading: /work/stamp-switch-asic.log (118 bytes)
100722025-02-13T05:22:31.405Zuploaded: /work/stamp-switch-asic.log
100732025-02-13T05:22:31.405Zuploading: /work/verify-libraries.log (6147 bytes)
100742025-02-13T05:22:32.415Zuploaded: /work/verify-libraries.log