01JV8Z2M814VX2Z9EBBCSPEPSB: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/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",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5m",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JV8Z34GTBRKHXSYS7DHQ6P5R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-15T03:16:59.729Zjob assigned to worker 01JV8Z37066X8RF3JR8C09AWYJ [factory gimlet-EVT22200007-propolis, EVT22200007/27367] (queued for 27 s)
 
22025-05-15T03:17:08.238Zstarting task 0: "setup"
32025-05-15T03:17:08.265Z++ uname -s
42025-05-15T03:17:08.265Z+ kern=SunOS
52025-05-15T03:17:08.265Z+ build_user=build
62025-05-15T03:17:08.266Z+ build_uid=12345
72025-05-15T03:17:08.266Z+ work_dir=/work
82025-05-15T03:17:08.266Z+ input_dir=/input
92025-05-15T03:17:08.266Z+ [[ 0 == 12345 ]]
102025-05-15T03:17:08.266Z+ case "$kern" in
112025-05-15T03:17:08.266Z+ groupadd -g 12345 build
122025-05-15T03:17:08.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-15T03:17:10.263Z+ zfs create -o mountpoint=/work rpool/work
142025-05-15T03:17:10.300Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-15T03:17:10.326Z+ home_fs=zfs
162025-05-15T03:17:10.326Z+ [[ zfs == autofs ]]
172025-05-15T03:17:10.326Z+ mkdir -p /home/build
182025-05-15T03:17:10.326Z+ chown build:build /home/build /work
192025-05-15T03:17:12.308Z+ chmod 0700 /home/build /work
202025-05-15T03:17:12.334Zprocess exited: duration 4073 ms, exit code 0
 
212025-05-15T03:17:12.386Zstarting task 1: "rust-toolchain"
222025-05-15T03:17:12.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-15T03:17:12.411Z * rust toolchain channel = "1.86.0"
242025-05-15T03:17:12.411Z * rust toolchain profile = "default"
252025-05-15T03:17:12.411Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-05-15T03:17:12.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-15T03:17:12.412Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-15T03:17:12.412Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-15T03:17:12.412Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-15T03:17:12.525Zinfo: downloading installer
312025-05-15T03:17:13.112Zwarn: It looks like you have an existing installation of Rust at:
322025-05-15T03:17:13.112Zwarn: /opt/ooce/bin
332025-05-15T03:17:13.112Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-15T03:17:13.112Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-15T03:17:13.112Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-15T03:17:13.112Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-15T03:17:13.112Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-15T03:17:13.112Zerror: cannot install while Rust is installed
392025-05-15T03:17:13.112Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-15T03:17:13.138Zinfo: profile set to 'default'
412025-05-15T03:17:13.138Zinfo: default host triple is x86_64-unknown-illumos
422025-05-15T03:17:13.139Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-15T03:17:14.678Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-15T03:17:14.678Zinfo: downloading component 'cargo'
452025-05-15T03:17:14.859Zinfo: downloading component 'clippy'
462025-05-15T03:17:14.939Zinfo: downloading component 'rust-docs'
472025-05-15T03:17:15.231Zinfo: downloading component 'rust-std'
482025-05-15T03:17:15.608Zinfo: downloading component 'rustc'
492025-05-15T03:17:16.836Zinfo: downloading component 'rustfmt'
502025-05-15T03:17:16.900Zinfo: installing component 'cargo'
512025-05-15T03:17:18.040Zinfo: installing component 'clippy'
522025-05-15T03:17:18.531Zinfo: installing component 'rust-docs'
532025-05-15T03:17:21.690Zinfo: installing component 'rust-std'
542025-05-15T03:17:23.723Zinfo: installing component 'rustc'
552025-05-15T03:17:31.990Zinfo: installing component 'rustfmt'
562025-05-15T03:17:32.392Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-15T03:17:32.392Z
582025-05-15T03:17:32.580Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-15T03:17:32.580Z
602025-05-15T03:17:32.580Z
612025-05-15T03:17:32.580ZRust is installed now. Great!
622025-05-15T03:17:32.580Z
632025-05-15T03:17:32.580ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-15T03:17:32.580Zenvironment variable. This has not been done automatically.
652025-05-15T03:17:32.580Z
662025-05-15T03:17:32.580ZTo configure your current shell, you need to source
672025-05-15T03:17:32.580Zthe corresponding env file under $HOME/.cargo.
682025-05-15T03:17:32.580Z
692025-05-15T03:17:32.580ZThis is usually done by running one of the following (note the leading DOT):
702025-05-15T03:17:32.580Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-15T03:17:32.580Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-15T03:17:32.580Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-15T03:17:32.709Z+ rustup --version
742025-05-15T03:17:32.735Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-15T03:17:32.735Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-15T03:17:32.865Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-15T03:17:32.893Z+ cargo --version
782025-05-15T03:17:32.980Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-15T03:17:33.005Z+ rustc --version
802025-05-15T03:17:33.099Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-15T03:17:33.125Zprocess exited: duration 20720 ms, exit code 0
 
822025-05-15T03:17:33.180Zstarting task 2: "authentication"
832025-05-15T03:17:33.263Zprocess exited: duration 62 ms, exit code 0
 
842025-05-15T03:17:33.315Zstarting task 3: "clone repository"
852025-05-15T03:17:33.340Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-15T03:17:33.341Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-15T03:17:33.366ZCloning into '/work/oxidecomputer/omicron'...
882025-05-15T03:17:41.560Z+ cd /work/oxidecomputer/omicron
892025-05-15T03:17:41.560Z+ git fetch origin c1c495b12d1ccee22eef82df349edce8eb394c5e
902025-05-15T03:17:42.053ZFrom https://github.com/oxidecomputer/omicron
912025-05-15T03:17:42.053Z * branch c1c495b12d1ccee22eef82df349edce8eb394c5e -> FETCH_HEAD
922025-05-15T03:17:42.078Z+ [[ -n renovate/chrono-0.x-lockfile ]]
932025-05-15T03:17:42.078Z++ git branch --show-current
942025-05-15T03:17:42.079Z+ current=main
952025-05-15T03:17:42.079Z+ [[ main != renovate/chrono-0.x-lockfile ]]
962025-05-15T03:17:42.079Z+ git branch -f renovate/chrono-0.x-lockfile c1c495b12d1ccee22eef82df349edce8eb394c5e
972025-05-15T03:17:42.104Z+ git checkout -f renovate/chrono-0.x-lockfile
982025-05-15T03:17:42.351ZSwitched to branch 'renovate/chrono-0.x-lockfile'
992025-05-15T03:17:42.377Z+ git reset --hard c1c495b12d1ccee22eef82df349edce8eb394c5e
1002025-05-15T03:17:42.403ZHEAD is now at c1c495b12 Update Rust crate chrono to v0.4.41
1012025-05-15T03:17:42.403Zprocess exited: duration 9064 ms, exit code 0
 
1022025-05-15T03:17:42.455Zstarting task 4: "build"
1032025-05-15T03:17:42.480Z+ source .github/buildomat/ci-env.sh
1042025-05-15T03:17:42.480Z++ export CARGO_TERM_COLOR=always
1052025-05-15T03:17:42.480Z++ CARGO_TERM_COLOR=always
1062025-05-15T03:17:42.480Z+ cargo --version
1072025-05-15T03:17:42.548Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-15T03:17:42.573Z+ rustc --version
1092025-05-15T03:17:42.647Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-15T03:17:42.674Z+ cargo tree --locked
1112025-05-15T03:17:43.072Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-05-15T03:17:43.465Z Updating git repository `https://github.com/seanmonstar/reqwest`
1132025-05-15T03:17:44.316Z Updating crates.io index
1142025-05-15T03:17:44.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152025-05-15T03:17:44.863Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162025-05-15T03:17:45.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172025-05-15T03:17:45.978Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1182025-05-15T03:17:46.342Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1192025-05-15T03:17:46.784Z Updating git repository `https://github.com/oxidecomputer/propolis`
1202025-05-15T03:17:48.048Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212025-05-15T03:17:50.489Z Updating git repository `https://github.com/oxidecomputer/opte`
1222025-05-15T03:17:51.568Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-05-15T03:17:52.480Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-05-15T03:17:52.961Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-05-15T03:17:53.383Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1262025-05-15T03:17:54.277Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1272025-05-15T03:17:54.735Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282025-05-15T03:17:55.253Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292025-05-15T03:17:55.913Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-05-15T03:17:56.390Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312025-05-15T03:17:56.924Z Updating git repository `https://github.com/oxidecomputer/tofino`
1322025-05-15T03:17:57.356Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332025-05-15T03:17:57.733Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342025-05-15T03:17:58.082Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352025-05-15T03:17:58.501Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-05-15T03:17:58.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-05-15T03:17:59.391Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382025-05-15T03:18:00.170Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392025-05-15T03:18:00.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1402025-05-15T03:18:01.325Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412025-05-15T03:18:01.739Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422025-05-15T03:18:02.244Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1432025-05-15T03:18:02.877Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442025-05-15T03:18:03.307Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452025-05-15T03:18:03.703Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462025-05-15T03:18:04.068Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472025-05-15T03:18:13.869Z Updating git repository `https://github.com/illumos/smf-rs`
1482025-05-15T03:18:15.892Z Downloading crates ...
1492025-05-15T03:18:16.023Z Downloaded cfg_aliases v0.1.1
1502025-05-15T03:18:16.054Z Downloaded glob v0.3.2
1512025-05-15T03:18:16.055Z Downloaded hubpack v0.1.2
1522025-05-15T03:18:16.055Z Downloaded assert_matches v1.5.0
1532025-05-15T03:18:16.055Z Downloaded arrayref v0.3.9
1542025-05-15T03:18:16.055Z Downloaded byteorder v1.5.0
1552025-05-15T03:18:16.055Z Downloaded autocfg v1.4.0
1562025-05-15T03:18:16.092Z Downloaded cexpr v0.6.0
1572025-05-15T03:18:16.092Z Downloaded buf-list v1.0.3
1582025-05-15T03:18:16.093Z Downloaded cfg-if v1.0.0
1592025-05-15T03:18:16.093Z Downloaded hickory-proto v0.24.4
1602025-05-15T03:18:16.119Z Downloaded oso-derive v0.27.3
1612025-05-15T03:18:16.119Z Downloaded precomputed-hash v0.1.1
1622025-05-15T03:18:16.119Z Downloaded progenitor-client v0.8.0
1632025-05-15T03:18:16.119Z Downloaded pkcs1 v0.7.5
1642025-05-15T03:18:16.119Z Downloaded russh-cryptovec v0.7.3
1652025-05-15T03:18:16.119Z Downloaded progenitor-macro v0.9.1
1662025-05-15T03:18:16.158Z Downloaded progenitor-macro v0.8.0
1672025-05-15T03:18:16.158Z Downloaded predicates v3.1.3
1682025-05-15T03:18:16.158Z Downloaded rustls-pemfile v1.0.4
1692025-05-15T03:18:16.158Z Downloaded sigpipe v0.1.3
1702025-05-15T03:18:16.158Z Downloaded aes-gcm v0.10.3
1712025-05-15T03:18:16.158Z Downloaded event-listener v2.5.3
1722025-05-15T03:18:16.158Z Downloaded rustls-pemfile v2.2.0
1732025-05-15T03:18:16.158Z Downloaded rust-argon2 v2.1.0
1742025-05-15T03:18:16.158Z Downloaded take_mut v0.2.2
1752025-05-15T03:18:16.198Z Downloaded futures-executor v0.3.31
1762025-05-15T03:18:16.198Z Downloaded target-triple v0.1.3
1772025-05-15T03:18:16.198Z Downloaded flume v0.11.1
1782025-05-15T03:18:16.198Z Downloaded progenitor-impl v0.8.0
1792025-05-15T03:18:16.198Z Downloaded termcolor v1.4.1
1802025-05-15T03:18:16.198Z Downloaded tap v1.0.1
1812025-05-15T03:18:16.198Z Downloaded smawk v0.3.2
1822025-05-15T03:18:16.198Z Downloaded termios v0.3.3
1832025-05-15T03:18:16.198Z Downloaded terminal_size v0.4.0
1842025-05-15T03:18:16.199Z Downloaded russh-keys v0.45.0
1852025-05-15T03:18:16.231Z Downloaded signal-hook-tokio v0.3.1
1862025-05-15T03:18:16.231Z Downloaded spin v0.9.8
1872025-05-15T03:18:16.231Z Downloaded snafu-derive v0.8.5
1882025-05-15T03:18:16.231Z Downloaded globwalk v0.9.1
1892025-05-15T03:18:16.231Z Downloaded signal-hook v0.3.17
1902025-05-15T03:18:16.231Z Downloaded vte_generate_state_changes v0.1.2
1912025-05-15T03:18:16.231Z Downloaded target-spec v3.4.2
1922025-05-15T03:18:16.231Z Downloaded group v0.13.0
1932025-05-15T03:18:16.231Z Downloaded foreign-types v0.5.0
1942025-05-15T03:18:16.231Z Downloaded topological-sort v0.2.2
1952025-05-15T03:18:16.231Z Downloaded hostname v0.3.1
1962025-05-15T03:18:16.259Z Downloaded gethostname v0.5.0
1972025-05-15T03:18:16.259Z Downloaded futures-channel v0.3.31
1982025-05-15T03:18:16.260Z Downloaded unarray v0.1.4
1992025-05-15T03:18:16.260Z Downloaded unicase v2.7.0
2002025-05-15T03:18:16.260Z Downloaded smallvec v1.14.0
2012025-05-15T03:18:16.260Z Downloaded headers-core v0.3.0
2022025-05-15T03:18:16.260Z Downloaded hubpack_derive v0.1.1
2032025-05-15T03:18:16.260Z Downloaded typify-macro v0.4.1
2042025-05-15T03:18:16.260Z Downloaded usdt v0.5.0
2052025-05-15T03:18:16.260Z Downloaded num-conv v0.1.0
2062025-05-15T03:18:16.260Z Downloaded version_check v0.9.5
2072025-05-15T03:18:16.260Z Downloaded zone_cfg_derive v0.1.2
2082025-05-15T03:18:16.304Z Downloaded term v0.7.0
2092025-05-15T03:18:16.304Z Downloaded zone_cfg_derive v0.3.0
2102025-05-15T03:18:16.304Z Downloaded ghash v0.5.1
2112025-05-15T03:18:16.304Z Downloaded event-listener-strategy v0.5.2
2122025-05-15T03:18:16.305Z Downloaded xattr v1.3.1
2132025-05-15T03:18:16.305Z Downloaded zone v0.1.8
2142025-05-15T03:18:16.305Z Downloaded zeroize_derive v1.4.2
2152025-05-15T03:18:16.305Z Downloaded zeroize v1.8.1
2162025-05-15T03:18:16.305Z Downloaded doc-comment v0.3.3
2172025-05-15T03:18:16.305Z Downloaded crunchy v0.2.2
2182025-05-15T03:18:16.305Z Downloaded cpufeatures v0.2.14
2192025-05-15T03:18:16.331Z Downloaded globset v0.4.15
2202025-05-15T03:18:16.331Z Downloaded socket2 v0.5.9
2212025-05-15T03:18:16.332Z Downloaded icu_provider_macros v1.5.0
2222025-05-15T03:18:16.332Z Downloaded tar v0.4.44
2232025-05-15T03:18:16.332Z Downloaded xshell-macros v0.2.7
2242025-05-15T03:18:16.332Z Downloaded getrandom v0.3.1
2252025-05-15T03:18:16.332Z Downloaded defmt-parser v0.3.4
2262025-05-15T03:18:16.332Z Downloaded ctr v0.9.2
2272025-05-15T03:18:16.332Z Downloaded packed_struct_codegen v0.10.1
2282025-05-15T03:18:16.332Z Downloaded document-features v0.2.10
2292025-05-15T03:18:16.332Z Downloaded ed25519 v2.2.3
2302025-05-15T03:18:16.361Z Downloaded cookie_store v0.21.1
2312025-05-15T03:18:16.361Z Downloaded typenum v1.17.0
2322025-05-15T03:18:16.361Z Downloaded vte v0.11.1
2332025-05-15T03:18:16.361Z Downloaded generic-array v0.14.7
2342025-05-15T03:18:16.361Z Downloaded ingot-types v0.1.0
2352025-05-15T03:18:16.361Z Downloaded httptest v0.16.3
2362025-05-15T03:18:16.361Z Downloaded kv-log-macro v1.0.7
2372025-05-15T03:18:16.387Z Downloaded is-terminal v0.4.13
2382025-05-15T03:18:16.387Z Downloaded plotters-svg v0.3.7
2392025-05-15T03:18:16.388Z Downloaded impl-trait-for-tuples v0.2.2
2402025-05-15T03:18:16.388Z Downloaded crossbeam-epoch v0.9.18
2412025-05-15T03:18:16.388Z Downloaded phf_codegen v0.11.2
2422025-05-15T03:18:16.388Z Downloaded ucd-trie v0.1.7
2432025-05-15T03:18:16.388Z Downloaded macaddr v1.0.1
2442025-05-15T03:18:16.388Z Downloaded linked-hash-map v0.5.6
2452025-05-15T03:18:16.415Z Downloaded linear-map v1.2.0
2462025-05-15T03:18:16.415Z Downloaded vergen v8.3.2
2472025-05-15T03:18:16.415Z Downloaded indent_write v2.2.0
2482025-05-15T03:18:16.416Z Downloaded ipnet v2.11.0
2492025-05-15T03:18:16.416Z Downloaded tower-service v0.3.3
2502025-05-15T03:18:16.416Z Downloaded tower-layer v0.3.3
2512025-05-15T03:18:16.416Z Downloaded parking v2.2.1
2522025-05-15T03:18:16.416Z Downloaded phf_generator v0.11.2
2532025-05-15T03:18:16.443Z Downloaded xshell v0.2.7
2542025-05-15T03:18:16.444Z Downloaded zstd v0.13.3
2552025-05-15T03:18:16.444Z Downloaded strum v0.26.3
2562025-05-15T03:18:16.444Z Downloaded rustversion v1.0.17
2572025-05-15T03:18:16.444Z Downloaded hyper-staticfile v0.10.1
2582025-05-15T03:18:16.444Z Downloaded utf16_iter v1.0.5
2592025-05-15T03:18:16.473Z Downloaded shell-words v1.1.0
2602025-05-15T03:18:16.473Z Downloaded crucible-workspace-hack v0.1.0
2612025-05-15T03:18:16.473Z Downloaded pest_derive v2.7.14
2622025-05-15T03:18:16.473Z Downloaded supports-color v3.0.2
2632025-05-15T03:18:16.473Z Downloaded toml_datetime v0.6.8
2642025-05-15T03:18:16.473Z Downloaded parking_lot v0.11.2
2652025-05-15T03:18:16.473Z Downloaded utf8_iter v1.0.4
2662025-05-15T03:18:16.504Z Downloaded maybe-uninit v2.0.0
2672025-05-15T03:18:16.504Z Downloaded yoke-derive v0.7.4
2682025-05-15T03:18:16.504Z Downloaded derive-where v1.2.7
2692025-05-15T03:18:16.504Z Downloaded ed25519-dalek v2.1.1
2702025-05-15T03:18:16.531Z Downloaded crc-catalog v2.4.0
2712025-05-15T03:18:16.531Z Downloaded which v4.4.2
2722025-05-15T03:18:16.531Z Downloaded libsw v3.4.0
2732025-05-15T03:18:16.531Z Downloaded strip-ansi-escapes v0.2.0
2742025-05-15T03:18:16.531Z Downloaded libsw-core v0.3.1
2752025-05-15T03:18:16.531Z Downloaded crypto-common v0.1.6
2762025-05-15T03:18:16.531Z Downloaded sync-ptr v0.1.1
2772025-05-15T03:18:16.531Z Downloaded nanorand v0.7.0
2782025-05-15T03:18:16.561Z Downloaded plain v0.2.3
2792025-05-15T03:18:16.561Z Downloaded untrusted v0.7.1
2802025-05-15T03:18:16.561Z Downloaded pretty-hex v0.2.1
2812025-05-15T03:18:16.561Z Downloaded olpc-cjson v0.1.4
2822025-05-15T03:18:16.561Z Downloaded num-iter v0.1.45
2832025-05-15T03:18:16.561Z Downloaded rand_core v0.6.4
2842025-05-15T03:18:16.561Z Downloaded semver v0.1.20
2852025-05-15T03:18:16.561Z Downloaded rusty-fork v0.3.0
2862025-05-15T03:18:16.561Z Downloaded yoke v0.7.4
2872025-05-15T03:18:16.590Z Downloaded hickory-resolver v0.24.4
2882025-05-15T03:18:16.591Z Downloaded clap_lex v0.7.4
2892025-05-15T03:18:16.591Z Downloaded serde_urlencoded v0.7.1
2902025-05-15T03:18:16.591Z Downloaded schemars v0.8.22
2912025-05-15T03:18:16.627Z Downloaded tokio-native-tls v0.3.1
2922025-05-15T03:18:16.627Z Downloaded is_ci v1.2.0
2932025-05-15T03:18:16.627Z Downloaded md5 v0.7.0
2942025-05-15T03:18:16.627Z Downloaded http v1.3.1
2952025-05-15T03:18:16.627Z Downloaded ref-cast-impl v1.0.23
2962025-05-15T03:18:16.627Z Downloaded daft v0.1.3
2972025-05-15T03:18:16.627Z Downloaded sync_wrapper v1.0.1
2982025-05-15T03:18:16.657Z Downloaded cstr-argument v0.1.2
2992025-05-15T03:18:16.657Z Downloaded swrite v0.1.0
3002025-05-15T03:18:16.657Z Downloaded md-5 v0.10.6
3012025-05-15T03:18:16.657Z Downloaded polyval v0.6.2
3022025-05-15T03:18:16.657Z Downloaded diesel_table_macro_syntax v0.2.0
3032025-05-15T03:18:16.657Z Downloaded stringmetrics v2.2.2
3042025-05-15T03:18:16.657Z Downloaded serde-hex v0.1.0
3052025-05-15T03:18:16.683Z Downloaded serde-big-array v0.5.1
3062025-05-15T03:18:16.683Z Downloaded strum_macros v0.26.4
3072025-05-15T03:18:16.684Z Downloaded newline-converter v0.3.0
3082025-05-15T03:18:16.684Z Downloaded colorchoice v1.0.2
3092025-05-15T03:18:16.684Z Downloaded try-lock v0.2.5
3102025-05-15T03:18:16.684Z Downloaded plotters-backend v0.3.7
3112025-05-15T03:18:16.711Z Downloaded diesel-dtrace v0.4.2
3122025-05-15T03:18:16.711Z Downloaded endian-type v0.1.2
3132025-05-15T03:18:16.711Z Downloaded is_terminal_polyfill v1.70.1
3142025-05-15T03:18:16.711Z Downloaded new_debug_unreachable v1.0.6
3152025-05-15T03:18:16.711Z Downloaded relative-path v1.9.3
3162025-05-15T03:18:16.711Z Downloaded phf v0.11.2
3172025-05-15T03:18:16.711Z Downloaded darling_macro v0.20.10
3182025-05-15T03:18:16.711Z Downloaded structmeta v0.3.0
3192025-05-15T03:18:16.711Z Downloaded colored v2.2.0
3202025-05-15T03:18:16.739Z Downloaded tls_codec v0.4.1
3212025-05-15T03:18:16.739Z Downloaded unicode-linebreak v0.1.5
3222025-05-15T03:18:16.739Z Downloaded strum_macros v0.24.3
3232025-05-15T03:18:16.740Z Downloaded rand_seeder v0.3.0
3242025-05-15T03:18:16.740Z Downloaded unicode-truncate v1.1.0
3252025-05-15T03:18:16.740Z Downloaded ssh-key v0.6.6
3262025-05-15T03:18:16.769Z Downloaded time-core v0.1.2
3272025-05-15T03:18:16.769Z Downloaded peg v0.8.5
3282025-05-15T03:18:16.769Z Downloaded lockfree-object-pool v0.1.6
3292025-05-15T03:18:16.769Z Downloaded scroll_derive v0.12.0
3302025-05-15T03:18:16.769Z Downloaded string_cache v0.8.9
3312025-05-15T03:18:16.769Z Downloaded rand v0.9.0
3322025-05-15T03:18:16.800Z Downloaded nested v0.1.1
3332025-05-15T03:18:16.800Z Downloaded sha2 v0.10.8
3342025-05-15T03:18:16.800Z Downloaded derive_builder_macro v0.20.2
3352025-05-15T03:18:16.800Z Downloaded utf8parse v0.2.2
3362025-05-15T03:18:16.801Z Downloaded lalrpop-util v0.19.12
3372025-05-15T03:18:16.801Z Downloaded darling v0.20.10
3382025-05-15T03:18:16.801Z Downloaded constant_time_eq v0.3.1
3392025-05-15T03:18:16.828Z Downloaded slog-term v2.9.1
3402025-05-15T03:18:16.829Z Downloaded libxml v0.3.3
3412025-05-15T03:18:16.829Z Downloaded datatest-stable v0.3.2
3422025-05-15T03:18:16.829Z Downloaded wyz v0.5.1
3432025-05-15T03:18:16.829Z Downloaded value-bag v1.9.0
3442025-05-15T03:18:16.829Z Downloaded lru-cache v0.1.2
3452025-05-15T03:18:16.856Z Downloaded powerfmt v0.2.0
3462025-05-15T03:18:16.856Z Downloaded postgres-protocol v0.6.8
3472025-05-15T03:18:16.857Z Downloaded itoa v1.0.11
3482025-05-15T03:18:16.857Z Downloaded rand_xorshift v0.3.0
3492025-05-15T03:18:16.857Z Downloaded progenitor-macro v0.10.0
3502025-05-15T03:18:16.857Z Downloaded managed v0.8.0
3512025-05-15T03:18:16.857Z Downloaded postgres-types v0.2.9
3522025-05-15T03:18:16.857Z Downloaded tinyvec_macros v0.1.1
3532025-05-15T03:18:16.857Z Downloaded slog-scope v4.4.0
3542025-05-15T03:18:16.857Z Downloaded bstr v1.10.0
3552025-05-15T03:18:16.885Z Downloaded zerocopy-derive v0.7.35
3562025-05-15T03:18:16.886Z Downloaded pretty-hex v0.4.1
3572025-05-15T03:18:16.886Z Downloaded siphasher v0.3.11
3582025-05-15T03:18:16.886Z Downloaded time-macros v0.2.18
3592025-05-15T03:18:16.886Z Downloaded serde_yaml v0.9.34+deprecated
3602025-05-15T03:18:16.911Z Downloaded digest v0.10.7
3612025-05-15T03:18:16.911Z Downloaded rand_distr v0.4.3
3622025-05-15T03:18:16.911Z Downloaded concurrent-queue v2.5.0
3632025-05-15T03:18:16.911Z Downloaded icu_locid_transform_data v1.5.0
3642025-05-15T03:18:16.911Z Downloaded indexmap v1.9.3
3652025-05-15T03:18:16.911Z Downloaded walkdir v2.5.0
3662025-05-15T03:18:16.911Z Downloaded hyper-util v0.1.11
3672025-05-15T03:18:16.938Z Downloaded rayon-core v1.12.1
3682025-05-15T03:18:16.938Z Downloaded rustls v0.22.4
3692025-05-15T03:18:16.966Z Downloaded ident_case v1.0.1
3702025-05-15T03:18:16.966Z Downloaded tinyvec v1.8.0
3712025-05-15T03:18:16.966Z Downloaded serde_with v3.12.0
3722025-05-15T03:18:16.966Z Downloaded dyn-clone v1.0.19
3732025-05-15T03:18:16.966Z Downloaded rustls v0.23.19
3742025-05-15T03:18:16.992Z Downloaded console v0.15.10
3752025-05-15T03:18:16.992Z Downloaded nodrop v0.1.14
3762025-05-15T03:18:16.993Z Downloaded clap_builder v4.5.35
3772025-05-15T03:18:17.018Z Downloaded zerocopy-derive v0.8.25
3782025-05-15T03:18:17.018Z Downloaded dunce v1.0.5
3792025-05-15T03:18:17.018Z Downloaded tinytemplate v1.2.1
3802025-05-15T03:18:17.018Z Downloaded yansi v1.0.1
3812025-05-15T03:18:17.018Z Downloaded itertools v0.13.0
3822025-05-15T03:18:17.117Z Downloaded similar v2.7.0
3832025-05-15T03:18:17.118Z Downloaded crc32fast v1.4.2
3842025-05-15T03:18:17.118Z Downloaded icu_properties_data v1.5.0
3852025-05-15T03:18:17.118Z Downloaded winnow v0.5.40
3862025-05-15T03:18:17.118Z Downloaded itertools v0.14.0
3872025-05-15T03:18:17.118Z Downloaded syn v1.0.109
3882025-05-15T03:18:17.118Z Downloaded icu_provider v1.5.0
3892025-05-15T03:18:17.118Z Downloaded pretty_assertions v1.4.1
3902025-05-15T03:18:17.118Z Downloaded vcpkg v0.2.15
3912025-05-15T03:18:17.166Z Downloaded const_format v0.2.34
3922025-05-15T03:18:17.198Z Downloaded rustyline v14.0.0
3932025-05-15T03:18:17.199Z Downloaded nix v0.28.0
3942025-05-15T03:18:17.199Z Downloaded object v0.30.4
3952025-05-15T03:18:17.260Z Downloaded nom v7.1.3
3962025-05-15T03:18:17.261Z Downloaded webpki-roots v0.26.6
3972025-05-15T03:18:17.261Z Downloaded diesel v2.2.10
3982025-05-15T03:18:17.314Z Downloaded nix v0.29.0
3992025-05-15T03:18:17.314Z Downloaded salty v0.3.0
4002025-05-15T03:18:17.314Z Downloaded tabled v0.15.0
4012025-05-15T03:18:17.314Z Downloaded tabled v0.18.0
4022025-05-15T03:18:17.348Z Downloaded lalrpop v0.19.12
4032025-05-15T03:18:17.348Z Downloaded typify-impl v0.4.1
4042025-05-15T03:18:17.390Z Downloaded chrono-tz v0.10.3
4052025-05-15T03:18:17.390Z Downloaded typify-impl v0.3.0
4062025-05-15T03:18:17.390Z Downloaded sled v0.34.7
4072025-05-15T03:18:17.428Z Downloaded typify-impl v0.2.0
4082025-05-15T03:18:17.429Z Downloaded dropshot v0.16.0
4092025-05-15T03:18:17.463Z Downloaded ratatui v0.29.0
4102025-05-15T03:18:17.513Z Downloaded zerocopy-derive v0.6.6
4112025-05-15T03:18:17.513Z Downloaded regex-automata v0.4.8
4122025-05-15T03:18:17.545Z Downloaded bzip2-sys v0.1.13+1.0.8
4132025-05-15T03:18:17.545Z Downloaded polar-core v0.27.3
4142025-05-15T03:18:17.545Z Downloaded object v0.36.5
4152025-05-15T03:18:17.573Z Downloaded proptest v1.6.0
4162025-05-15T03:18:17.573Z Downloaded unicode-width v0.2.0
4172025-05-15T03:18:17.573Z Downloaded criterion v0.5.1
4182025-05-15T03:18:17.619Z Downloaded petgraph v0.7.1
4192025-05-15T03:18:17.619Z Downloaded petgraph v0.6.5
4202025-05-15T03:18:17.691Z Downloaded sha3 v0.10.8
4212025-05-15T03:18:17.691Z Downloaded idna v1.0.3
4222025-05-15T03:18:17.691Z Downloaded chrono v0.4.41
4232025-05-15T03:18:17.691Z Downloaded libc v0.2.172
4242025-05-15T03:18:17.752Z Downloaded jiff v0.2.13
4252025-05-15T03:18:17.753Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
4262025-05-15T03:18:17.803Z Downloaded csv v1.3.1
4272025-05-15T03:18:17.803Z Downloaded num-bigint v0.4.6
4282025-05-15T03:18:17.803Z Downloaded zerocopy v0.8.25
4292025-05-15T03:18:17.853Z Downloaded unicode-width v0.1.14
4302025-05-15T03:18:17.853Z Downloaded syn v2.0.101
4312025-05-15T03:18:17.917Z Downloaded lzma-sys v0.1.20
4322025-05-15T03:18:17.918Z Downloaded libz-sys v1.1.20
4332025-05-15T03:18:17.993Z Downloaded tokio v1.43.1
4342025-05-15T03:18:17.993Z Downloaded petname v2.0.2
4352025-05-15T03:18:17.993Z Downloaded regex v1.11.1
4362025-05-15T03:18:18.064Z Downloaded winnow v0.6.26
4372025-05-15T03:18:18.064Z Downloaded regex-syntax v0.6.29
4382025-05-15T03:18:18.064Z Downloaded rayon v1.10.0
4392025-05-15T03:18:18.064Z Downloaded curve25519-dalek v4.1.3
4402025-05-15T03:18:18.121Z Downloaded rustix v0.38.37
4412025-05-15T03:18:18.121Z Downloaded smoltcp v0.11.0
4422025-05-15T03:18:18.121Z Downloaded ryu v1.0.18
4432025-05-15T03:18:18.155Z Downloaded publicsuffix v2.3.0
4442025-05-15T03:18:18.155Z Downloaded zerocopy v0.7.35
4452025-05-15T03:18:18.155Z Downloaded radix_trie v0.2.1
4462025-05-15T03:18:18.155Z Downloaded regex-syntax v0.8.5
4472025-05-15T03:18:18.156Z Downloaded time v0.3.36
4482025-05-15T03:18:18.156Z Downloaded qorb v0.3.1
4492025-05-15T03:18:18.192Z Downloaded unicode-normalization v0.1.24
4502025-05-15T03:18:18.192Z Downloaded httpmock v0.8.0-alpha.1
4512025-05-15T03:18:18.220Z Downloaded rustix v0.37.28
4522025-05-15T03:18:18.256Z Downloaded steno v0.4.1
4532025-05-15T03:18:18.256Z Downloaded pest v2.7.14
4542025-05-15T03:18:18.292Z Downloaded itertools v0.12.1
4552025-05-15T03:18:18.292Z Downloaded winnow v0.7.3
4562025-05-15T03:18:18.292Z Downloaded gimli v0.31.1
4572025-05-15T03:18:18.292Z Downloaded salsa20 v0.10.2
4582025-05-15T03:18:18.292Z Downloaded serde v1.0.219
4592025-05-15T03:18:18.292Z Downloaded itertools v0.10.5
4602025-05-15T03:18:18.292Z Downloaded p384 v0.13.0
4612025-05-15T03:18:18.322Z Downloaded git2 v0.19.0
4622025-05-15T03:18:18.323Z Downloaded num-integer v0.1.46
4632025-05-15T03:18:18.323Z Downloaded ring v0.17.14
4642025-05-15T03:18:18.367Z Downloaded ecdsa v0.16.9
4652025-05-15T03:18:18.392Z Downloaded samael v0.0.18
4662025-05-15T03:18:18.392Z Downloaded crossbeam-channel v0.5.15
4672025-05-15T03:18:18.392Z Downloaded unicode-segmentation v1.12.0
4682025-05-15T03:18:18.392Z Downloaded indexmap v2.9.0
4692025-05-15T03:18:18.421Z Downloaded encoding_rs v0.8.34
4702025-05-15T03:18:18.446Z Downloaded reedline v0.38.0
4712025-05-15T03:18:18.446Z Downloaded slab v0.4.9
4722025-05-15T03:18:18.447Z Downloaded rcgen v0.12.1
4732025-05-15T03:18:18.472Z Downloaded unicode_categories v0.1.1
4742025-05-15T03:18:18.473Z Downloaded rustls-webpki v0.102.8
4752025-05-15T03:18:18.499Z Downloaded quinn-proto v0.11.8
4762025-05-15T03:18:18.499Z Downloaded quick-xml v0.37.2
4772025-05-15T03:18:18.525Z Downloaded regress v0.10.3
4782025-05-15T03:18:18.525Z Downloaded uuid v1.16.0
4792025-05-15T03:18:18.525Z Downloaded derive_more v0.99.20
4802025-05-15T03:18:18.551Z Downloaded libgit2-sys v0.17.0+1.8.1
4812025-05-15T03:18:18.616Z Downloaded log v0.4.27
4822025-05-15T03:18:18.651Z Downloaded criterion-plot v0.5.0
4832025-05-15T03:18:18.651Z Downloaded libm v0.2.8
4842025-05-15T03:18:18.651Z Downloaded plotters v0.3.7
4852025-05-15T03:18:18.678Z Downloaded synstructure v0.13.1
4862025-05-15T03:18:18.678Z Downloaded const_format_proc_macros v0.2.34
4872025-05-15T03:18:18.678Z Downloaded waitgroup v0.1.2
4882025-05-15T03:18:18.678Z Downloaded smoltcp v0.9.1
4892025-05-15T03:18:18.678Z Downloaded openssl v0.10.72
4902025-05-15T03:18:18.703Z Downloaded openapiv3 v2.0.0
4912025-05-15T03:18:18.729Z Downloaded similar-asserts v1.7.0
4922025-05-15T03:18:18.729Z Downloaded darling_core v0.20.10
4932025-05-15T03:18:18.729Z Downloaded hyper v1.6.0
4942025-05-15T03:18:18.759Z Downloaded primeorder v0.13.6
4952025-05-15T03:18:18.759Z Downloaded keccak v0.1.5
4962025-05-15T03:18:18.759Z Downloaded tokio-stream v0.1.17
4972025-05-15T03:18:18.759Z Downloaded tokio-rustls v0.26.0
4982025-05-15T03:18:18.759Z Downloaded parse-zoneinfo v0.3.1
4992025-05-15T03:18:18.759Z Downloaded slog-json v2.6.1
5002025-05-15T03:18:18.759Z Downloaded slog-stdlog v4.1.1
5012025-05-15T03:18:18.786Z Downloaded tabled_derive v0.7.0
5022025-05-15T03:18:18.786Z Downloaded h2 v0.4.6
5032025-05-15T03:18:18.786Z Downloaded diesel_derives v2.2.3
5042025-05-15T03:18:18.786Z Downloaded sqlparser v0.45.0
5052025-05-15T03:18:18.786Z Downloaded lru v0.12.5
5062025-05-15T03:18:18.786Z Downloaded lazy_static v1.5.0
5072025-05-15T03:18:18.786Z Downloaded normalize-line-endings v0.3.0
5082025-05-15T03:18:18.786Z Downloaded crc8 v0.1.1
5092025-05-15T03:18:18.812Z Downloaded want v0.3.1
5102025-05-15T03:18:18.812Z Downloaded embedded-io v0.6.1
5112025-05-15T03:18:18.812Z Downloaded embedded-io v0.4.0
5122025-05-15T03:18:18.812Z Downloaded tracing-core v0.1.32
5132025-05-15T03:18:18.812Z Downloaded crossterm v0.28.1
5142025-05-15T03:18:18.813Z Downloaded tokio-tungstenite v0.21.0
5152025-05-15T03:18:18.813Z Downloaded shlex v1.3.0
5162025-05-15T03:18:18.813Z Downloaded sct v0.7.1
5172025-05-15T03:18:18.813Z Downloaded zerocopy v0.6.6
5182025-05-15T03:18:18.839Z Downloaded portable-atomic v1.11.0
5192025-05-15T03:18:18.839Z Downloaded native-tls v0.2.12
5202025-05-15T03:18:18.839Z Downloaded scrypt v0.11.0
5212025-05-15T03:18:18.839Z Downloaded same-file v1.0.6
5222025-05-15T03:18:18.839Z Downloaded quick-error v1.2.3
5232025-05-15T03:18:18.839Z Downloaded indicatif v0.17.11
5242025-05-15T03:18:18.839Z Downloaded serde_json v1.0.140
5252025-05-15T03:18:18.865Z Downloaded rustls-webpki v0.101.7
5262025-05-15T03:18:18.894Z Downloaded semver v1.0.26
5272025-05-15T03:18:18.895Z Downloaded pest_meta v2.7.14
5282025-05-15T03:18:18.895Z Downloaded compact_str v0.8.0
5292025-05-15T03:18:18.895Z Downloaded tinystr v0.7.6
5302025-05-15T03:18:18.895Z Downloaded tiny-keccak v2.0.2
5312025-05-15T03:18:18.895Z Downloaded paste v1.0.15
5322025-05-15T03:18:18.895Z Downloaded lock_api v0.4.12
5332025-05-15T03:18:18.895Z Downloaded lazycell v1.3.0
5342025-05-15T03:18:18.895Z Downloaded hyper-rustls v0.26.0
5352025-05-15T03:18:18.923Z Downloaded icu_collections v1.5.0
5362025-05-15T03:18:18.923Z Downloaded pem-rfc7468 v0.7.0
5372025-05-15T03:18:18.924Z Downloaded hkdf v0.12.4
5382025-05-15T03:18:18.924Z Downloaded trybuild v1.0.103
5392025-05-15T03:18:18.924Z Downloaded ena v0.14.3
5402025-05-15T03:18:18.924Z Downloaded wait-timeout v0.2.0
5412025-05-15T03:18:18.924Z Downloaded uzers v0.12.1
5422025-05-15T03:18:18.924Z Downloaded peg-macros v0.8.5
5432025-05-15T03:18:18.955Z Downloaded secrecy v0.8.0
5442025-05-15T03:18:18.955Z Downloaded sec1 v0.7.3
5452025-05-15T03:18:18.955Z Downloaded tokio-util v0.7.13
5462025-05-15T03:18:18.955Z Downloaded crypto-bigint v0.5.5
5472025-05-15T03:18:18.955Z Downloaded goblin v0.8.2
5482025-05-15T03:18:18.984Z Downloaded des v0.8.1
5492025-05-15T03:18:18.984Z Downloaded rand v0.8.5
5502025-05-15T03:18:18.984Z Downloaded static_assertions v1.1.0
5512025-05-15T03:18:18.984Z Downloaded path-tree v0.8.1
5522025-05-15T03:18:18.984Z Downloaded data-encoding v2.6.0
5532025-05-15T03:18:18.984Z Downloaded percent-encoding v2.3.1
5542025-05-15T03:18:18.984Z Downloaded pem v3.0.5
5552025-05-15T03:18:18.985Z Downloaded path-slash v0.1.5
5562025-05-15T03:18:18.985Z Downloaded idna_adapter v1.2.0
5572025-05-15T03:18:18.985Z Downloaded zstd-safe v7.2.3
5582025-05-15T03:18:19.016Z Downloaded tracing-attributes v0.1.27
5592025-05-15T03:18:19.016Z Downloaded tokio-tungstenite v0.23.1
5602025-05-15T03:18:19.016Z Downloaded polling v3.7.3
5612025-05-15T03:18:19.016Z Downloaded rustls v0.21.12
5622025-05-15T03:18:19.016Z Downloaded iana-time-zone v0.1.63
5632025-05-15T03:18:19.016Z Downloaded tungstenite v0.23.0
5642025-05-15T03:18:19.042Z Downloaded structmeta-derive v0.3.0
5652025-05-15T03:18:19.043Z Downloaded tungstenite v0.21.0
5662025-05-15T03:18:19.043Z Downloaded zerofrom v0.1.4
5672025-05-15T03:18:19.043Z Downloaded crossbeam-utils v0.8.21
5682025-05-15T03:18:19.043Z Downloaded partial-io v0.5.4
5692025-05-15T03:18:19.043Z Downloaded sha1 v0.10.6
5702025-05-15T03:18:19.043Z Downloaded peg-runtime v0.8.5
5712025-05-15T03:18:19.043Z Downloaded slog-dtrace v0.3.0
5722025-05-15T03:18:19.043Z Downloaded litrs v0.4.1
5732025-05-15T03:18:19.043Z Downloaded inout v0.1.3
5742025-05-15T03:18:19.043Z Downloaded unsafe-libyaml v0.2.11
5752025-05-15T03:18:19.070Z Downloaded typify v0.4.1
5762025-05-15T03:18:19.070Z Downloaded ciborium-io v0.2.2
5772025-05-15T03:18:19.070Z Downloaded slog-bunyan v2.5.0
5782025-05-15T03:18:19.070Z Downloaded icu_locid v1.5.0
5792025-05-15T03:18:19.070Z Downloaded typify v0.3.0
5802025-05-15T03:18:19.070Z Downloaded num-traits v0.2.19
5812025-05-15T03:18:19.070Z Downloaded p521 v0.13.3
5822025-05-15T03:18:19.099Z Downloaded phf_shared v0.11.2
5832025-05-15T03:18:19.099Z Downloaded parse-display-derive v0.10.0
5842025-05-15T03:18:19.099Z Downloaded parse-display v0.10.0
5852025-05-15T03:18:19.099Z Downloaded icu_locid_transform v1.5.0
5862025-05-15T03:18:19.099Z Downloaded clap v4.5.35
5872025-05-15T03:18:19.099Z Downloaded serde_cbor v0.11.2
5882025-05-15T03:18:19.128Z Downloaded jiff-static v0.2.13
5892025-05-15T03:18:19.129Z Downloaded cobs v0.2.3
5902025-05-15T03:18:19.129Z Downloaded cmake v0.1.51
5912025-05-15T03:18:19.129Z Downloaded typify-macro v0.3.0
5922025-05-15T03:18:19.129Z Downloaded typify-macro v0.2.0
5932025-05-15T03:18:19.129Z Downloaded tui-tree-widget v0.23.0
5942025-05-15T03:18:19.129Z Downloaded instability v0.3.2
5952025-05-15T03:18:19.129Z Downloaded clang-sys v1.8.1
5962025-05-15T03:18:19.129Z Downloaded tokio-postgres v0.7.13
5972025-05-15T03:18:19.129Z Downloaded hashbrown v0.15.1
5982025-05-15T03:18:19.155Z Downloaded postcard v1.0.10
5992025-05-15T03:18:19.155Z Downloaded password-hash v0.5.0
6002025-05-15T03:18:19.155Z Downloaded memmap v0.7.0
6012025-05-15T03:18:19.156Z Downloaded dirs-next v2.0.0
6022025-05-15T03:18:19.156Z Downloaded ron v0.7.1
6032025-05-15T03:18:19.156Z Downloaded icu_properties v1.5.1
6042025-05-15T03:18:19.156Z Downloaded chacha20poly1305 v0.10.1
6052025-05-15T03:18:19.156Z Downloaded hashbrown v0.13.2
6062025-05-15T03:18:19.187Z Downloaded strum_macros v0.25.3
6072025-05-15T03:18:19.187Z Downloaded crossbeam-deque v0.8.5
6082025-05-15T03:18:19.187Z Downloaded twox-hash v2.1.0
6092025-05-15T03:18:19.187Z Downloaded ciborium-ll v0.2.2
6102025-05-15T03:18:19.187Z Downloaded minimal-lexical v0.2.1
6112025-05-15T03:18:19.187Z Downloaded parse-size v1.1.0
6122025-05-15T03:18:19.188Z Downloaded daft-derive v0.1.3
6132025-05-15T03:18:19.188Z Downloaded universal-hash v0.5.1
6142025-05-15T03:18:19.188Z Downloaded num-bigint-dig v0.8.4
6152025-05-15T03:18:19.214Z Downloaded guppy v0.17.18
6162025-05-15T03:18:19.214Z Downloaded serde_bytes v0.11.17
6172025-05-15T03:18:19.214Z Downloaded resolv-conf v0.7.0
6182025-05-15T03:18:19.215Z Downloaded ref-cast v1.0.23
6192025-05-15T03:18:19.215Z Downloaded clap_derive v4.5.32
6202025-05-15T03:18:19.215Z Downloaded cipher v0.4.4
6212025-05-15T03:18:19.215Z Downloaded quinn v0.11.5
6222025-05-15T03:18:19.241Z Downloaded poly1305 v0.8.0
6232025-05-15T03:18:19.241Z Downloaded password-hash v0.4.2
6242025-05-15T03:18:19.241Z Downloaded icu_normalizer v1.5.0
6252025-05-15T03:18:19.241Z Downloaded tracing v0.1.40
6262025-05-15T03:18:19.241Z Downloaded maplit v1.0.2
6272025-05-15T03:18:19.241Z Downloaded rustls-pki-types v1.10.0
6282025-05-15T03:18:19.241Z Downloaded mio v1.0.2
6292025-05-15T03:18:19.269Z Downloaded memchr v2.7.4
6302025-05-15T03:18:19.269Z Downloaded tokio-macros v2.5.0
6312025-05-15T03:18:19.269Z Downloaded thiserror v1.0.69
6322025-05-15T03:18:19.269Z Downloaded pkcs8 v0.10.2
6332025-05-15T03:18:19.269Z Downloaded papergrid v0.11.0
6342025-05-15T03:18:19.295Z Downloaded dropshot_endpoint v0.16.0
6352025-05-15T03:18:19.295Z Downloaded tower v0.5.2
6362025-05-15T03:18:19.295Z Downloaded tokio-rustls v0.25.0
6372025-05-15T03:18:19.295Z Downloaded thiserror v2.0.12
6382025-05-15T03:18:19.322Z Downloaded num-rational v0.4.2
6392025-05-15T03:18:19.322Z Downloaded slog-envlogger v2.2.0
6402025-05-15T03:18:19.322Z Downloaded dof v0.3.0
6412025-05-15T03:18:19.322Z Downloaded display-error-chain v0.2.2
6422025-05-15T03:18:19.322Z Downloaded dirs-sys-next v0.1.2
6432025-05-15T03:18:19.322Z Downloaded stringprep v0.1.5
6442025-05-15T03:18:19.322Z Downloaded serde_regex v1.1.0
6452025-05-15T03:18:19.322Z Downloaded serde_plain v1.0.2
6462025-05-15T03:18:19.322Z Downloaded secrecy v0.10.3
6472025-05-15T03:18:19.322Z Downloaded memmap2 v0.9.5
6482025-05-15T03:18:19.322Z Downloaded diff v0.1.13
6492025-05-15T03:18:19.349Z Downloaded derive_builder v0.20.2
6502025-05-15T03:18:19.349Z Downloaded crc-any v2.5.0
6512025-05-15T03:18:19.349Z Downloaded hashbrown v0.12.3
6522025-05-15T03:18:19.349Z Downloaded curve25519-dalek-derive v0.1.1
6532025-05-15T03:18:19.349Z Downloaded nix v0.27.1
6542025-05-15T03:18:19.377Z Downloaded strsim v0.11.1
6552025-05-15T03:18:19.377Z Downloaded serde_with_macros v3.12.0
6562025-05-15T03:18:19.377Z Downloaded rand_chacha v0.9.0
6572025-05-15T03:18:19.377Z Downloaded rand_chacha v0.3.1
6582025-05-15T03:18:19.377Z Downloaded num_threads v0.1.7
6592025-05-15T03:18:19.377Z Downloaded ingot-macros v0.1.0
6602025-05-15T03:18:19.377Z Downloaded const-oid v0.9.6
6612025-05-15T03:18:19.377Z Downloaded match_cfg v0.1.0
6622025-05-15T03:18:19.377Z Downloaded writeable v0.5.5
6632025-05-15T03:18:19.404Z Downloaded rand_core v0.9.2
6642025-05-15T03:18:19.404Z Downloaded enum-as-inner v0.6.1
6652025-05-15T03:18:19.404Z Downloaded instant v0.1.13
6662025-05-15T03:18:19.404Z Downloaded dtrace-parser v0.2.0
6672025-05-15T03:18:19.404Z Downloaded write16 v1.0.0
6682025-05-15T03:18:19.404Z Downloaded untrusted v0.9.0
6692025-05-15T03:18:19.404Z Downloaded pkg-config v0.3.31
6702025-05-15T03:18:19.404Z Downloaded unicode-properties v0.1.3
6712025-05-15T03:18:19.404Z Downloaded tough v0.20.0
6722025-05-15T03:18:19.433Z Downloaded thread_local v1.1.8
6732025-05-15T03:18:19.433Z Downloaded thiserror-impl v1.0.69
6742025-05-15T03:18:19.433Z Downloaded rfc6979 v0.4.0
6752025-05-15T03:18:19.433Z Downloaded parking_lot_core v0.9.10
6762025-05-15T03:18:19.433Z Downloaded parking_lot_core v0.8.6
6772025-05-15T03:18:19.433Z Downloaded libtest-mimic v0.8.1
6782025-05-15T03:18:19.481Z Downloaded libscf-sys v1.1.0
6792025-05-15T03:18:19.481Z Downloaded indoc v1.0.9
6802025-05-15T03:18:19.481Z Downloaded toml v0.8.20
6812025-05-15T03:18:19.481Z Downloaded toml v0.7.8
6822025-05-15T03:18:19.481Z Downloaded serde_tokenstream v0.2.2
6832025-05-15T03:18:19.481Z Downloaded serde_spanned v0.6.8
6842025-05-15T03:18:19.481Z Downloaded jobserver v0.1.32
6852025-05-15T03:18:19.481Z Downloaded yasna v0.5.2
6862025-05-15T03:18:19.526Z Downloaded hickory-server v0.24.4
6872025-05-15T03:18:19.526Z Downloaded dsl_auto_type v0.1.2
6882025-05-15T03:18:19.527Z Downloaded psl-types v2.0.11
6892025-05-15T03:18:19.527Z Downloaded predicates-tree v1.0.12
6902025-05-15T03:18:19.527Z Downloaded humantime v2.1.0
6912025-05-15T03:18:19.527Z Downloaded ciborium v0.2.2
6922025-05-15T03:18:19.527Z Downloaded textwrap v0.16.1
6932025-05-15T03:18:19.527Z Downloaded subprocess v0.2.9
6942025-05-15T03:18:19.527Z Downloaded heapless v0.7.17
6952025-05-15T03:18:19.527Z Downloaded fancy-regex v0.14.0
6962025-05-15T03:18:19.527Z Downloaded number_prefix v0.4.0
6972025-05-15T03:18:19.527Z Downloaded difflib v0.4.0
6982025-05-15T03:18:19.527Z Downloaded derive_builder_core v0.20.2
6992025-05-15T03:18:19.559Z Downloaded debug-ignore v1.0.5
7002025-05-15T03:18:19.559Z Downloaded zip v2.6.1
7012025-05-15T03:18:19.560Z Downloaded zerovec v0.10.4
7022025-05-15T03:18:19.560Z Downloaded multimap v0.10.0
7032025-05-15T03:18:19.560Z Downloaded mime v0.3.17
7042025-05-15T03:18:19.560Z Downloaded memoffset v0.9.1
7052025-05-15T03:18:19.560Z Downloaded expectorate v1.2.0
7062025-05-15T03:18:19.560Z Downloaded crc v3.2.1
7072025-05-15T03:18:19.560Z Downloaded slog v2.7.0
7082025-05-15T03:18:19.560Z Downloaded chrono-tz-build v0.4.0
7092025-05-15T03:18:19.560Z Downloaded serde_derive v1.0.219
7102025-05-15T03:18:19.560Z Downloaded papergrid v0.14.0
7112025-05-15T03:18:19.600Z Downloaded serde_repr v0.1.19
7122025-05-15T03:18:19.601Z Downloaded chacha20 v0.9.1
7132025-05-15T03:18:19.601Z Downloaded ingot v0.1.0
7142025-05-15T03:18:19.601Z Downloaded indoc v2.0.6
7152025-05-15T03:18:19.601Z Downloaded whoami v1.5.2
7162025-05-15T03:18:19.601Z Downloaded miniz_oxide v0.8.5
7172025-05-15T03:18:19.601Z Downloaded utf-8 v0.7.6
7182025-05-15T03:18:19.601Z Downloaded tokio-rustls v0.24.1
7192025-05-15T03:18:19.601Z Downloaded parking_lot v0.12.3
7202025-05-15T03:18:19.601Z Downloaded zip v0.6.6
7212025-05-15T03:18:19.628Z Downloaded unicode-bidi v0.3.17
7222025-05-15T03:18:19.628Z Downloaded support-bundle-viewer v0.1.0
7232025-05-15T03:18:19.628Z Downloaded subtle v2.6.1
7242025-05-15T03:18:19.629Z Downloaded stable_deref_trait v1.2.0
7252025-05-15T03:18:19.629Z Downloaded x509-cert v0.2.5
7262025-05-15T03:18:19.629Z Downloaded futures-util v0.3.31
7272025-05-15T03:18:19.629Z Downloaded fatfs v0.3.6
7282025-05-15T03:18:19.655Z Downloaded deranged v0.3.11
7292025-05-15T03:18:19.655Z Downloaded zopfli v0.8.1
7302025-05-15T03:18:19.655Z Downloaded typed-path v0.9.3
7312025-05-15T03:18:19.655Z Downloaded heapless v0.8.0
7322025-05-15T03:18:19.655Z Downloaded der v0.7.9
7332025-05-15T03:18:19.683Z Downloaded test-strategy v0.4.0
7342025-05-15T03:18:19.683Z Downloaded futures-lite v2.3.0
7352025-05-15T03:18:19.683Z Downloaded usdt-macro v0.5.0
7362025-05-15T03:18:19.683Z Downloaded thiserror-no-std v2.0.2
7372025-05-15T03:18:19.683Z Downloaded thiserror-impl v2.0.12
7382025-05-15T03:18:19.683Z Downloaded scroll v0.12.0
7392025-05-15T03:18:19.683Z Downloaded thread-id v4.2.2
7402025-05-15T03:18:19.683Z Downloaded thiserror-impl-no-std v2.0.2
7412025-05-15T03:18:19.683Z Downloaded quote v1.0.40
7422025-05-15T03:18:19.683Z Downloaded unicode-xid v0.2.6
7432025-05-15T03:18:19.713Z Downloaded toml_edit v0.19.15
7442025-05-15T03:18:19.739Z Downloaded futures v0.3.31
7452025-05-15T03:18:19.739Z Downloaded event-listener v5.3.1
7462025-05-15T03:18:19.739Z Downloaded tls_codec_derive v0.4.1
7472025-05-15T03:18:19.739Z Downloaded smallvec v0.6.14
7482025-05-15T03:18:19.739Z Downloaded ssh-encoding v0.2.0
7492025-05-15T03:18:19.739Z Downloaded slog-async v2.8.0
7502025-05-15T03:18:19.777Z Downloaded serde_derive_internals v0.29.1
7512025-05-15T03:18:19.777Z Downloaded num_enum v0.5.11
7522025-05-15T03:18:19.777Z Downloaded icu_normalizer_data v1.5.0
7532025-05-15T03:18:19.777Z Downloaded elliptic-curve v0.13.8
7542025-05-15T03:18:19.777Z Downloaded unicode-ident v1.0.18
7552025-05-15T03:18:19.777Z Downloaded half v2.4.1
7562025-05-15T03:18:19.811Z Downloaded hickory-client v0.24.4
7572025-05-15T03:18:19.811Z Downloaded scopeguard v1.2.0
7582025-05-15T03:18:19.811Z Downloaded schemars_derive v0.8.22
7592025-05-15T03:18:19.811Z Downloaded scheduled-thread-pool v0.2.7
7602025-05-15T03:18:19.811Z Downloaded headers v0.4.0
7612025-05-15T03:18:19.811Z Downloaded serde_path_to_error v0.1.16
7622025-05-15T03:18:19.811Z Downloaded nu-ansi-term v0.50.1
7632025-05-15T03:18:19.811Z Downloaded multer v3.1.0
7642025-05-15T03:18:19.811Z Downloaded mime_guess v2.0.5
7652025-05-15T03:18:19.847Z Downloaded libloading v0.8.5
7662025-05-15T03:18:19.847Z Downloaded hyper-rustls v0.27.3
7672025-05-15T03:18:19.848Z Downloaded quinn-udp v0.5.5
7682025-05-15T03:18:19.848Z Downloaded toml_edit v0.22.24
7692025-05-15T03:18:19.884Z Downloaded russh v0.45.0
7702025-05-15T03:18:19.884Z Downloaded radium v0.7.0
7712025-05-15T03:18:19.884Z Downloaded r2d2 v0.8.10
7722025-05-15T03:18:19.884Z Downloaded proc-macro-crate v3.2.0
7732025-05-15T03:18:19.884Z Downloaded proc-macro-crate v1.3.1
7742025-05-15T03:18:19.884Z Downloaded predicates-core v1.0.8
7752025-05-15T03:18:19.884Z Downloaded ppv-lite86 v0.2.20
7762025-05-15T03:18:19.884Z Downloaded pathdiff v0.2.3
7772025-05-15T03:18:19.884Z Downloaded lzss v0.8.2
7782025-05-15T03:18:19.885Z Downloaded litemap v0.7.3
7792025-05-15T03:18:19.885Z Downloaded ignore v0.4.23
7802025-05-15T03:18:19.916Z Downloaded url v2.5.3
7812025-05-15T03:18:19.916Z Downloaded num-derive v0.4.2
7822025-05-15T03:18:19.916Z Downloaded hmac v0.12.1
7832025-05-15T03:18:19.916Z Downloaded highway v1.3.0
7842025-05-15T03:18:19.916Z Downloaded pest_generator v2.7.14
7852025-05-15T03:18:19.916Z Downloaded pbkdf2 v0.12.2
7862025-05-15T03:18:19.916Z Downloaded pbkdf2 v0.11.0
7872025-05-15T03:18:19.917Z Downloaded typify v0.2.0
7882025-05-15T03:18:19.917Z Downloaded num_enum_derive v0.5.11
7892025-05-15T03:18:19.917Z Downloaded kstat-rs v0.2.4
7902025-05-15T03:18:19.917Z Downloaded num v0.4.3
7912025-05-15T03:18:19.917Z Downloaded half v1.8.3
7922025-05-15T03:18:19.919Z Downloaded io-lifetimes v1.0.11
7932025-05-15T03:18:19.965Z Downloaded futures-macro v0.3.31
7942025-05-15T03:18:19.966Z Downloaded sqlformat v0.3.5
7952025-05-15T03:18:19.966Z Downloaded foldhash v0.1.3
7962025-05-15T03:18:19.966Z Downloaded libefi-sys v0.1.0
7972025-05-15T03:18:19.966Z Downloaded httparse v1.9.5
7982025-05-15T03:18:19.966Z Downloaded bitvec v1.0.1
7992025-05-15T03:18:20.001Z Downloaded hyper-tls v0.6.0
8002025-05-15T03:18:20.001Z Downloaded packed_struct v0.10.1
8012025-05-15T03:18:20.001Z Downloaded hostname v0.4.0
8022025-05-15T03:18:20.001Z Downloaded cookie v0.18.1
8032025-05-15T03:18:20.001Z Downloaded num-complex v0.4.6
8042025-05-15T03:18:20.002Z Downloaded ipnetwork v0.21.1
8052025-05-15T03:18:20.002Z Downloaded either v1.14.0
8062025-05-15T03:18:20.002Z Downloaded displaydoc v0.2.5
8072025-05-15T03:18:20.002Z Downloaded defmt v0.3.8
8082025-05-15T03:18:20.002Z Downloaded csv-core v0.1.11
8092025-05-15T03:18:20.002Z Downloaded bindgen v0.71.1
8102025-05-15T03:18:20.002Z Downloaded internet-checksum v0.2.1
8112025-05-15T03:18:20.002Z Downloaded aws-lc-rs v1.12.4
8122025-05-15T03:18:20.030Z Downloaded async-std v1.13.0
8132025-05-15T03:18:20.031Z Downloaded der_derive v0.7.3
8142025-05-15T03:18:20.031Z Downloaded zone v0.3.1
8152025-05-15T03:18:20.031Z Downloaded xz2 v0.1.7
8162025-05-15T03:18:20.060Z Downloaded bindgen v0.69.5
8172025-05-15T03:18:20.060Z Downloaded termtree v0.5.1
8182025-05-15T03:18:20.060Z Downloaded ssh-cipher v0.2.0
8192025-05-15T03:18:20.060Z Downloaded simd-adler32 v0.3.7
8202025-05-15T03:18:20.060Z Downloaded hash32 v0.2.1
8212025-05-15T03:18:20.060Z Downloaded defmt-macros v0.3.9
8222025-05-15T03:18:20.060Z Downloaded zerovec-derive v0.10.3
8232025-05-15T03:18:20.061Z Downloaded rsa v0.9.6
8242025-05-15T03:18:20.087Z Downloaded vsss-rs v3.3.4
8252025-05-15T03:18:20.087Z Downloaded sqlparser_derive v0.2.2
8262025-05-15T03:18:20.087Z Downloaded heck v0.4.1
8272025-05-15T03:18:20.087Z Downloaded num-derive v0.3.3
8282025-05-15T03:18:20.088Z Downloaded fixedbitset v0.4.2
8292025-05-15T03:18:20.088Z Downloaded fallible-iterator v0.2.0
8302025-05-15T03:18:20.088Z Downloaded snafu v0.8.5
8312025-05-15T03:18:20.088Z Downloaded funty v2.0.0
8322025-05-15T03:18:20.088Z Downloaded getrandom v0.2.15
8332025-05-15T03:18:20.088Z Downloaded convert_case v0.4.0
8342025-05-15T03:18:20.116Z Downloaded zerofrom-derive v0.1.4
8352025-05-15T03:18:20.116Z Downloaded httpdate v1.0.3
8362025-05-15T03:18:20.116Z Downloaded hex-literal v0.4.1
8372025-05-15T03:18:20.116Z Downloaded hex v0.4.3
8382025-05-15T03:18:20.117Z Downloaded http-body-util v0.1.3
8392025-05-15T03:18:20.117Z Downloaded home v0.5.9
8402025-05-15T03:18:20.117Z Downloaded heck v0.5.0
8412025-05-15T03:18:20.117Z Downloaded heck v0.3.3
8422025-05-15T03:18:20.117Z Downloaded hash32 v0.3.1
8432025-05-15T03:18:20.117Z Downloaded float-ord v0.3.2
8442025-05-15T03:18:20.117Z Downloaded float-cmp v0.10.0
8452025-05-15T03:18:20.117Z Downloaded usdt-impl v0.5.0
8462025-05-15T03:18:20.117Z Downloaded fs_extra v1.3.0
8472025-05-15T03:18:20.117Z Downloaded blake3 v1.5.4
8482025-05-15T03:18:20.143Z Downloaded void v1.0.2
8492025-05-15T03:18:20.143Z Downloaded usdt-attr-macro v0.5.0
8502025-05-15T03:18:20.144Z Downloaded tempfile v3.13.0
8512025-05-15T03:18:20.144Z Downloaded target-lexicon v0.13.2
8522025-05-15T03:18:20.144Z Downloaded progenitor-impl v0.10.0
8532025-05-15T03:18:20.144Z Downloaded rstest_macros v0.24.0
8542025-05-15T03:18:20.144Z Downloaded ron v0.8.1
8552025-05-15T03:18:20.176Z Downloaded rstest v0.24.0
8562025-05-15T03:18:20.176Z Downloaded terminal_size v0.2.6
8572025-05-15T03:18:20.263Z Downloaded aws-lc-sys v0.26.0
8582025-05-15T03:18:20.707Z Downloaded tabwriter v1.4.0
8592025-05-15T03:18:20.734Z Downloaded tabled_derive v0.10.0
8602025-05-15T03:18:20.734Z Downloaded aho-corasick v1.1.3
8612025-05-15T03:18:20.734Z Downloaded spki v0.7.3
8622025-05-15T03:18:20.734Z Downloaded smf v0.2.3
8632025-05-15T03:18:20.735Z Downloaded flagset v0.4.6
8642025-05-15T03:18:20.735Z Downloaded fastrand v2.1.1
8652025-05-15T03:18:20.735Z Downloaded signature v2.2.0
8662025-05-15T03:18:20.735Z Downloaded signal-hook-registry v1.4.2
8672025-05-15T03:18:20.735Z Downloaded signal-hook-mio v0.2.4
8682025-05-15T03:18:20.735Z Downloaded futures-core v0.3.31
8692025-05-15T03:18:20.735Z Downloaded progenitor-impl v0.9.1
8702025-05-15T03:18:20.735Z Downloaded proc-macro2 v1.0.95
8712025-05-15T03:18:20.735Z Downloaded prettyplease v0.2.30
8722025-05-15T03:18:20.735Z Downloaded openssl-sys v0.9.107
8732025-05-15T03:18:20.763Z Downloaded ff v0.13.0
8742025-05-15T03:18:20.763Z Downloaded errno v0.3.9
8752025-05-15T03:18:20.763Z Downloaded rustls-native-certs v0.7.3
8762025-05-15T03:18:20.763Z Downloaded rustc-demangle v0.1.24
8772025-05-15T03:18:20.763Z Downloaded futures-timer v3.0.3
8782025-05-15T03:18:20.763Z Downloaded rustc_version v0.4.1
8792025-05-15T03:18:20.763Z Downloaded rustc_version v0.1.7
8802025-05-15T03:18:20.763Z Downloaded p256 v0.13.2
8812025-05-15T03:18:20.763Z Downloaded rustc-hash v2.1.1
8822025-05-15T03:18:20.763Z Downloaded rustc-hash v1.1.0
8832025-05-15T03:18:20.764Z Downloaded rtoolbox v0.0.2
8842025-05-15T03:18:20.764Z Downloaded rpassword v7.3.1
8852025-05-15T03:18:20.764Z Downloaded proc-macro-error2 v2.0.1
8862025-05-15T03:18:20.764Z Downloaded proc-macro-error-attr v1.0.4
8872025-05-15T03:18:20.792Z Downloaded proc-macro-error v1.0.4
8882025-05-15T03:18:20.793Z Downloaded futures-io v0.3.31
8892025-05-15T03:18:20.793Z Downloaded fs-err v3.1.0
8902025-05-15T03:18:20.793Z Downloaded foreign-types-macros v0.2.3
8912025-05-15T03:18:20.793Z Downloaded flate2 v1.1.1
8922025-05-15T03:18:20.793Z Downloaded filetime v0.2.25
8932025-05-15T03:18:20.793Z Downloaded fxhash v0.2.1
8942025-05-15T03:18:20.793Z Downloaded fs-err v2.11.0
8952025-05-15T03:18:20.793Z Downloaded fnv v1.0.7
8962025-05-15T03:18:20.793Z Downloaded cc v1.2.15
8972025-05-15T03:18:20.793Z Downloaded progenitor-client v0.10.0
8982025-05-15T03:18:20.793Z Downloaded progenitor v0.10.0
8992025-05-15T03:18:20.823Z Downloaded progenitor v0.9.1
9002025-05-15T03:18:20.823Z Downloaded pin-project v1.1.6
9012025-05-15T03:18:20.823Z Downloaded omicron-zone-package v0.12.2
9022025-05-15T03:18:20.823Z Downloaded progenitor v0.8.0
9032025-05-15T03:18:20.823Z Downloaded proc-macro-error-attr2 v2.0.0
9042025-05-15T03:18:20.823Z Downloaded aes v0.8.4
9052025-05-15T03:18:20.823Z Downloaded progenitor-client v0.9.1
9062025-05-15T03:18:20.823Z Downloaded pkcs5 v0.7.1
9072025-05-15T03:18:20.851Z Downloaded oso v0.27.3
9082025-05-15T03:18:20.851Z Downloaded guppy-workspace-hack v0.1.0
9092025-05-15T03:18:20.851Z Downloaded foreign-types v0.3.2
9102025-05-15T03:18:20.851Z Downloaded pin-project-internal v1.1.6
9112025-05-15T03:18:20.851Z Downloaded escape8259 v0.5.3
9122025-05-15T03:18:20.851Z Downloaded pin-utils v0.1.0
9132025-05-15T03:18:20.851Z Downloaded oxnet v0.1.2
9142025-05-15T03:18:20.851Z Downloaded fixedbitset v0.5.7
9152025-05-15T03:18:20.851Z Downloaded base64 v0.21.7
9162025-05-15T03:18:20.851Z Downloaded piper v0.2.4
9172025-05-15T03:18:20.851Z Downloaded pin-project-lite v0.2.14
9182025-05-15T03:18:20.851Z Downloaded owo-colors v4.2.0
9192025-05-15T03:18:20.878Z Downloaded oorandom v11.1.4
9202025-05-15T03:18:20.878Z Downloaded once_cell v1.21.3
9212025-05-15T03:18:20.879Z Downloaded futures-task v0.3.31
9222025-05-15T03:18:20.879Z Downloaded fd-lock v4.0.2
9232025-05-15T03:18:20.879Z Downloaded bytes v1.10.1
9242025-05-15T03:18:20.879Z Downloaded bumpalo v3.16.0
9252025-05-15T03:18:20.879Z Downloaded blake2 v0.10.6
9262025-05-15T03:18:20.879Z Downloaded bitflags v2.9.0
9272025-05-15T03:18:20.879Z Downloaded base64 v0.22.1
9282025-05-15T03:18:20.905Z Downloaded base64 v0.13.1
9292025-05-15T03:18:20.905Z Downloaded backtrace v0.3.74
9302025-05-15T03:18:20.905Z Downloaded async-io v2.3.4
9312025-05-15T03:18:20.905Z Downloaded openssl-probe v0.1.5
9322025-05-15T03:18:20.905Z Downloaded openssl-macros v0.1.1
9332025-05-15T03:18:20.905Z Downloaded opaque-debug v0.3.1
9342025-05-15T03:18:20.905Z Downloaded nibble_vec v0.1.0
9352025-05-15T03:18:20.905Z Downloaded newtype_derive v0.1.6
9362025-05-15T03:18:20.905Z Downloaded newtype-uuid v1.2.1
9372025-05-15T03:18:20.906Z Downloaded futures-sink v0.3.31
9382025-05-15T03:18:20.906Z Downloaded form_urlencoded v1.2.1
9392025-05-15T03:18:20.906Z Downloaded foreign-types-shared v0.3.1
9402025-05-15T03:18:20.932Z Downloaded env_logger v0.10.2
9412025-05-15T03:18:20.932Z Downloaded arc-swap v1.7.1
9422025-05-15T03:18:20.932Z Downloaded anyhow v1.0.98
9432025-05-15T03:18:20.932Z Downloaded allocator-api2 v0.2.18
9442025-05-15T03:18:20.932Z Downloaded cfg-expr v0.18.0
9452025-05-15T03:18:20.932Z Downloaded camino-tempfile v1.3.0
9462025-05-15T03:18:20.932Z Downloaded camino v1.1.9
9472025-05-15T03:18:20.932Z Downloaded bzip2 v0.5.2
9482025-05-15T03:18:20.958Z Downloaded async-bb8-diesel v0.2.1
9492025-05-15T03:18:20.958Z Downloaded ahash v0.8.11
9502025-05-15T03:18:20.958Z Downloaded castaway v0.2.3
9512025-05-15T03:18:20.958Z Downloaded cargo_metadata v0.19.2
9522025-05-15T03:18:20.958Z Downloaded cargo_metadata v0.18.1
9532025-05-15T03:18:20.958Z Downloaded cargo-platform v0.1.8
9542025-05-15T03:18:20.958Z Downloaded cancel-safe-futures v0.1.5
9552025-05-15T03:18:20.958Z Downloaded bzip2 v0.4.4
9562025-05-15T03:18:20.958Z Downloaded block-padding v0.3.3
9572025-05-15T03:18:20.958Z Downloaded blake2b_simd v1.0.2
9582025-05-15T03:18:20.959Z Downloaded bitfield v0.14.0
9592025-05-15T03:18:20.959Z Downloaded bit-vec v0.8.0
9602025-05-15T03:18:20.985Z Downloaded bit-set v0.5.3
9612025-05-15T03:18:20.985Z Downloaded bcs v0.1.6
9622025-05-15T03:18:20.985Z Downloaded bcrypt-pbkdf v0.10.0
9632025-05-15T03:18:20.985Z Downloaded base64ct v1.6.0
9642025-05-15T03:18:20.985Z Downloaded backoff v0.4.0
9652025-05-15T03:18:20.985Z Downloaded async-trait v0.1.88
9662025-05-15T03:18:20.985Z Downloaded async-process v2.3.0
9672025-05-15T03:18:20.985Z Downloaded async-lock v3.4.0
9682025-05-15T03:18:20.985Z Downloaded async-executor v1.13.1
9692025-05-15T03:18:20.985Z Downloaded assert_cmd v2.0.17
9702025-05-15T03:18:20.985Z Downloaded ascii-canvas v3.0.0
9712025-05-15T03:18:20.985Z Downloaded arrayvec v0.7.6
9722025-05-15T03:18:21.026Z Downloaded async-task v4.7.1
9732025-05-15T03:18:21.026Z Downloaded cbc v0.1.2
9742025-05-15T03:18:21.026Z Downloaded cast v0.3.0
9752025-05-15T03:18:21.026Z Downloaded cassowary v0.3.0
9762025-05-15T03:18:21.026Z Downloaded camino-tempfile-ext v0.3.0
9772025-05-15T03:18:21.026Z Downloaded bytecount v0.6.8
9782025-05-15T03:18:21.026Z Downloaded blowfish v0.9.1
9792025-05-15T03:18:21.026Z Downloaded block-buffer v0.10.4
9802025-05-15T03:18:21.026Z Downloaded bitflags v1.3.2
9812025-05-15T03:18:21.026Z Downloaded bitfield-struct v0.6.2
9822025-05-15T03:18:21.026Z Downloaded bit-set v0.8.0
9832025-05-15T03:18:21.026Z Downloaded atomic-waker v1.1.2
9842025-05-15T03:18:21.026Z Downloaded async-stream v0.3.6
9852025-05-15T03:18:21.053Z Downloaded assert-json-diff v2.0.2
9862025-05-15T03:18:21.053Z Downloaded argon2 v0.5.3
9872025-05-15T03:18:21.053Z Downloaded anstream v0.6.18
9882025-05-15T03:18:21.053Z Downloaded async-attributes v1.1.2
9892025-05-15T03:18:21.053Z Downloaded array-init v0.0.4
9902025-05-15T03:18:21.053Z Downloaded anstyle-parse v0.2.5
9912025-05-15T03:18:21.053Z Downloaded anstyle v1.0.10
9922025-05-15T03:18:21.053Z Downloaded adler2 v2.0.0
9932025-05-15T03:18:21.053Z Downloaded addr2line v0.24.2
9942025-05-15T03:18:21.053Z Downloaded http-range v0.1.5
9952025-05-15T03:18:21.053Z Downloaded http-body v1.0.1
9962025-05-15T03:18:21.053Z Downloaded env_filter v0.1.2
9972025-05-15T03:18:21.053Z Downloaded blocking v1.6.1
9982025-05-15T03:18:21.053Z Downloaded bit-vec v0.6.3
9992025-05-15T03:18:21.053Z Downloaded bb8 v0.8.5
10002025-05-15T03:18:21.053Z Downloaded base16ct v0.2.0
10012025-05-15T03:18:21.053Z Downloaded atty v0.2.14
10022025-05-15T03:18:21.053Z Downloaded async-signal v0.2.10
10032025-05-15T03:18:21.053Z Downloaded async-recursion v1.1.1
10042025-05-15T03:18:21.054Z Downloaded async-global-executor v2.4.1
10052025-05-15T03:18:21.054Z Downloaded async-channel v2.3.1
10062025-05-15T03:18:21.054Z Downloaded async-channel v1.9.0
10072025-05-15T03:18:21.054Z Downloaded approx v0.5.1
10082025-05-15T03:18:21.090Z Downloaded anstyle-query v1.1.1
10092025-05-15T03:18:21.090Z Downloaded anes v0.1.6
10102025-05-15T03:18:21.091Z Downloaded aead v0.5.2
10112025-05-15T03:18:21.091Z Downloaded foreign-types-shared v0.1.1
10122025-05-15T03:18:21.091Z Downloaded equivalent v1.0.1
10132025-05-15T03:18:21.091Z Downloaded env_logger v0.11.5
10142025-05-15T03:18:21.091Z Downloaded cfg_aliases v0.2.1
10152025-05-15T03:18:21.091Z Downloaded atomicwrites v0.4.4
10162025-05-15T03:18:21.091Z Downloaded async-stream-impl v0.3.6
10172025-05-15T03:18:21.091Z Downloaded async-object-pool v0.1.5
10182025-05-15T03:18:21.495Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10192025-05-15T03:18:35.552Z Startup: Refreshing catalog 'helios-dev' ... Done
10202025-05-15T03:18:44.042Z Startup: Caching catalogs ... Done
10212025-05-15T03:18:49.135ZPlanning: Solver setup ... Done (4.977s)
10222025-05-15T03:18:49.181ZPlanning: Running solver ... Done (0.047s)
10232025-05-15T03:18:49.270ZPlanning: Finding local manifests ... Done (0.003s)
10242025-05-15T03:18:49.352ZPlanning: Fetching manifests: 0/4 0% complete
10252025-05-15T03:18:49.730ZPlanning: Fetching manifests: 4/4 100% complete
10262025-05-15T03:18:49.807ZPlanning: Package planning ... Done (0.077s)
10272025-05-15T03:18:49.870ZPlanning: Merging actions ... Done (0.063s)
10282025-05-15T03:18:50.241ZPlanning: Checking for conflicting actions ... Done (0.371s)
10292025-05-15T03:18:50.267ZPlanning: Consolidating action changes ... Done (0.013s)
10302025-05-15T03:18:51.069ZPlanning: Evaluating mediators ... Done (0.813s)
10312025-05-15T03:18:51.096ZPlanning: Planning completed in 8.25 seconds
10322025-05-15T03:18:51.125Z Packages to install: 4
10332025-05-15T03:18:51.125Z Mediators to change: 2
10342025-05-15T03:18:51.125Z Services to change: 1
10352025-05-15T03:18:51.125Z Estimated space available: 154.65 GB
10362025-05-15T03:18:51.125ZEstimated space to be consumed: 1.65 GB
10372025-05-15T03:18:51.125Z Create boot environment: No
10382025-05-15T03:18:51.125ZCreate backup boot environment: No
10392025-05-15T03:18:51.125Z Rebuild boot archive: No
10402025-05-15T03:18:51.125Z
10412025-05-15T03:18:51.125ZChanged mediators:
10422025-05-15T03:18:51.126Z mediator clang:
10432025-05-15T03:18:51.126Z version: None -> 15 (system default)
10442025-05-15T03:18:51.126Z
10452025-05-15T03:18:51.126Z mediator llvm:
10462025-05-15T03:18:51.126Z version: 14 (system default) -> 15 (system default)
10472025-05-15T03:18:51.126Z
10482025-05-15T03:18:51.126ZChanged packages:
10492025-05-15T03:18:51.126Zhelios-dev
10502025-05-15T03:18:51.126Z developer/build-essential
10512025-05-15T03:18:51.126Z None -> 11-2.0
10522025-05-15T03:18:51.128Z library/libxmlsec1
10532025-05-15T03:18:51.129Z None -> 1.2.35-2.0
10542025-05-15T03:18:51.129Z ooce/developer/clang-15
10552025-05-15T03:18:51.129Z None -> 15.0.7-2.0
10562025-05-15T03:18:51.129Z ooce/developer/llvm-15
10572025-05-15T03:18:51.129Z None -> 15.0.7-2.0
10582025-05-15T03:18:51.129Z
10592025-05-15T03:18:51.129ZServices:
10602025-05-15T03:18:51.129Z restart_fmri:
10612025-05-15T03:18:51.129Z svc:/system/update-man-index:default
10622025-05-15T03:18:51.168Z
10632025-05-15T03:18:51.168ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10642025-05-15T03:18:56.274ZDownload: 1197/3290 items 72.0/212.6MB 33% complete (15.4M/s)
10652025-05-15T03:19:03.960ZDownload: 2809/3290 items 121.0/212.6MB 56% complete (12.2M/s)
10662025-05-15T03:19:05.741ZDownload: Completed 212.60 MB in 14.58 seconds (14.6M/s)
10672025-05-15T03:19:05.911Z Actions: 1/3689 actions (Installing new actions)
10682025-05-15T03:19:10.990Z Actions: 3390/3689 actions (Installing new actions)
10692025-05-15T03:19:11.695Z Actions: Completed 3689 actions in 5.78 seconds.
10702025-05-15T03:19:12.501Z Done (0.793s)
10712025-05-15T03:19:12.501Z Done (0.000s)
10722025-05-15T03:19:13.498Z Done (1.003s)
10732025-05-15T03:19:19.191Z Done (5.459s)
10742025-05-15T03:19:19.293Z Done (0.018s)
10752025-05-15T03:19:19.319Z Done (0.000s)
10762025-05-15T03:19:19.453Z Done (0.000s)
10772025-05-15T03:19:20.376ZPlanning: Evaluating mediator changes ... Done
10782025-05-15T03:19:20.590ZPlanning: Checking for conflicting actions ... Done
10792025-05-15T03:19:20.616ZPlanning: Consolidating action changes ... Done
10802025-05-15T03:19:20.945ZPlanning: Evaluating mediators ... Done
10812025-05-15T03:19:20.970ZPlanning: Planning completed in 0.58 seconds
10822025-05-15T03:19:20.996Z Mediators to change: 2
10832025-05-15T03:19:20.996Z Create boot environment: No
10842025-05-15T03:19:20.996ZCreate backup boot environment: No
10852025-05-15T03:19:21.051Z Done
10862025-05-15T03:19:21.051Z Done
10872025-05-15T03:19:21.679Z Done
10882025-05-15T03:19:26.597Z Done
10892025-05-15T03:19:26.702Z Done
10902025-05-15T03:19:26.702Z Done
10912025-05-15T03:19:26.762Z Done
10922025-05-15T03:19:27.563ZPlanning: Evaluating mediator changes ... Done
10932025-05-15T03:19:27.588ZPlanning: Merging actions ... Done
10942025-05-15T03:19:27.809ZPlanning: Checking for conflicting actions ... Done
10952025-05-15T03:19:27.871ZPlanning: Consolidating action changes ... Done
10962025-05-15T03:19:28.152ZPlanning: Evaluating mediators ... Done
10972025-05-15T03:19:28.255ZPlanning: Planning completed in 0.99 seconds
10982025-05-15T03:19:28.283Z Packages to change: 1
10992025-05-15T03:19:28.283Z Mediators to change: 1
11002025-05-15T03:19:28.283Z Services to change: 1
11012025-05-15T03:19:28.283Z Create boot environment: No
11022025-05-15T03:19:28.283ZCreate backup boot environment: Yes
11032025-05-15T03:19:30.104Z Actions: 1/6 actions (Updating modified actions)
11042025-05-15T03:19:30.129Z Actions: Completed 6 actions in 0.00 seconds.
11052025-05-15T03:19:30.129Z Done
11062025-05-15T03:19:30.129Z Done
11072025-05-15T03:19:30.287Z Done
11082025-05-15T03:19:35.172Z Done
11092025-05-15T03:19:35.280Z Done
11102025-05-15T03:19:35.307Z Done
11112025-05-15T03:19:35.334Z Done
11122025-05-15T03:19:35.938ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11132025-05-15T03:19:35.938Zclang system 15 system
11142025-05-15T03:19:35.938Zcsh system system illumos
11152025-05-15T03:19:35.939Zctags system system illumos
11162025-05-15T03:19:35.939Zfile system system illumos
11172025-05-15T03:19:35.939Zgcc vendor 12 vendor
11182025-05-15T03:19:35.939Zgcc system 10 system
11192025-05-15T03:19:35.939Zgcc system 7 system
11202025-05-15T03:19:35.939Zgo system 1.20 system
11212025-05-15T03:19:35.939Zgo system 1.19 system
11222025-05-15T03:19:35.939Zllvm system 15 system
11232025-05-15T03:19:35.939Zllvm system 14 system
11242025-05-15T03:19:35.939Zmariadb system 10.6 system
11252025-05-15T03:19:35.939Zmta vendor vendor dma
11262025-05-15T03:19:35.940Zopenjdk system 17 system
11272025-05-15T03:19:35.940Zopenjdk system 11 system
11282025-05-15T03:19:35.940Zopenjdk system 1.8 system
11292025-05-15T03:19:35.940Zopenssl vendor 3 vendor
11302025-05-15T03:19:35.940Zperl system 5.36 system
11312025-05-15T03:19:35.940Zpostgresql system 15 system
11322025-05-15T03:19:35.940Zpostgresql system 13 system
11332025-05-15T03:19:35.940Zpython vendor 3 vendor
11342025-05-15T03:19:35.940Zpython system 2 system
11352025-05-15T03:19:35.940Zpython3 system 3.11 system
11362025-05-15T03:19:35.941Zruby system 3.0 system
11372025-05-15T03:19:35.941Zwords vendor vendor american-english
11382025-05-15T03:19:35.941Zwords system system australian-english
11392025-05-15T03:19:35.941Zwords system system british-english
11402025-05-15T03:19:35.941Zwords system system canadian-english
11412025-05-15T03:19:35.941Zwords system system french
11422025-05-15T03:19:35.941Zwords system system italian
11432025-05-15T03:19:35.941Zwords system system ngerman
11442025-05-15T03:19:35.941Zwords system system ogerman
11452025-05-15T03:19:35.941Zwords system system spanish
11462025-05-15T03:19:36.381ZPUBLISHER TYPE STATUS P LOCATION
11472025-05-15T03:19:36.381Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11482025-05-15T03:19:40.999ZFMRI IFO
11492025-05-15T03:19:40.999Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11502025-05-15T03:19:40.999Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11512025-05-15T03:19:40.999Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11522025-05-15T03:19:40.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11532025-05-15T03:19:40.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11542025-05-15T03:19:40.999Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11552025-05-15T03:19:40.999Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11562025-05-15T03:19:40.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11572025-05-15T03:19:40.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11582025-05-15T03:19:41.000Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11592025-05-15T03:19:41.000Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11602025-05-15T03:19:41.000Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11612025-05-15T03:19:41.000Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11622025-05-15T03:19:41.000Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11632025-05-15T03:19:41.000Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11642025-05-15T03:19:42.708Z Downloading crates ...
11652025-05-15T03:19:42.832Z Downloaded cargo_toml v0.21.0
11662025-05-15T03:19:42.926Z Compiling proc-macro2 v1.0.95
11672025-05-15T03:19:42.926Z Compiling unicode-ident v1.0.18
11682025-05-15T03:19:42.956Z Compiling serde v1.0.219
11692025-05-15T03:19:42.956Z Compiling libc v0.2.172
11702025-05-15T03:19:42.956Z Compiling version_check v0.9.5
11712025-05-15T03:19:42.957Z Compiling memchr v2.7.4
11722025-05-15T03:19:42.957Z Compiling thiserror v1.0.69
11732025-05-15T03:19:42.957Z Compiling ryu v1.0.18
11742025-05-15T03:19:43.254Z Compiling ucd-trie v0.1.7
11752025-05-15T03:19:43.532Z Compiling itoa v1.0.11
11762025-05-15T03:19:43.645Z Compiling once_cell v1.21.3
11772025-05-15T03:19:43.704Z Compiling byteorder v1.5.0
11782025-05-15T03:19:44.006Z Compiling serde_json v1.0.140
11792025-05-15T03:19:44.238Z Compiling rustix v0.38.37
11802025-05-15T03:19:44.238Z Compiling bitflags v2.9.0
11812025-05-15T03:19:44.383Z Compiling usdt-impl v0.5.0
11822025-05-15T03:19:44.383Z Compiling proc-macro-error-attr v1.0.4
11832025-05-15T03:19:44.510Z Compiling syn v1.0.109
11842025-05-15T03:19:44.641Z Compiling io-lifetimes v1.0.11
11852025-05-15T03:19:44.801Z Compiling quote v1.0.40
11862025-05-15T03:19:44.924Z Compiling errno v0.3.9
11872025-05-15T03:19:44.924Z Compiling proc-macro-error v1.0.4
11882025-05-15T03:19:45.002Z Compiling utf8parse v0.2.2
11892025-05-15T03:19:45.047Z Compiling thread-id v4.2.2
11902025-05-15T03:19:45.102Z Compiling syn v2.0.101
11912025-05-15T03:19:45.102Z Compiling equivalent v1.0.1
11922025-05-15T03:19:45.139Z Compiling hashbrown v0.15.1
11932025-05-15T03:19:45.187Z Compiling camino v1.1.9
11942025-05-15T03:19:45.238Z Compiling plain v0.2.3
11952025-05-15T03:19:45.278Z Compiling rustix v0.37.28
11962025-05-15T03:19:45.312Z Compiling log v0.4.27
11972025-05-15T03:19:45.786Z Compiling anstyle-parse v0.2.5
11982025-05-15T03:19:46.041Z Compiling indexmap v2.9.0
11992025-05-15T03:19:46.084Z Compiling winnow v0.7.3
12002025-05-15T03:19:46.137Z Compiling thiserror v2.0.12
12012025-05-15T03:19:46.138Z Compiling anstyle-query v1.1.1
12022025-05-15T03:19:46.138Z Compiling semver v1.0.26
12032025-05-15T03:19:46.271Z Compiling anstyle v1.0.10
12042025-05-15T03:19:46.611Z Compiling autocfg v1.4.0
12052025-05-15T03:19:46.662Z Compiling is_terminal_polyfill v1.70.1
12062025-05-15T03:19:46.695Z Compiling bitflags v1.3.2
12072025-05-15T03:19:46.815Z Compiling pretty-hex v0.4.1
12082025-05-15T03:19:46.841Z Compiling colorchoice v1.0.2
12092025-05-15T03:19:47.028Z Compiling unicode-width v0.1.14
12102025-05-15T03:19:47.073Z Compiling anstream v0.6.18
12112025-05-15T03:19:47.247Z Compiling terminal_size v0.4.0
12122025-05-15T03:19:47.551Z Compiling fs-err v3.1.0
12132025-05-15T03:19:47.852Z Compiling fastrand v2.1.1
12142025-05-15T03:19:47.905Z Compiling bytecount v0.6.8
12152025-05-15T03:19:47.905Z Compiling heck v0.4.1
12162025-05-15T03:19:47.981Z Compiling fnv v1.0.7
12172025-05-15T03:19:48.109Z Compiling anyhow v1.0.98
12182025-05-15T03:19:48.177Z Compiling cfg-if v1.0.0
12192025-05-15T03:19:48.365Z Compiling heck v0.5.0
12202025-05-15T03:19:48.448Z Compiling clap_lex v0.7.4
12212025-05-15T03:19:48.659Z Compiling strsim v0.11.1
12222025-05-15T03:19:48.799Z Compiling tempfile v3.13.0
12232025-05-15T03:19:48.854Z Compiling terminal_size v0.2.6
12242025-05-15T03:19:48.854Z Compiling papergrid v0.11.0
12252025-05-15T03:19:49.063Z Compiling clap_builder v4.5.35
12262025-05-15T03:19:49.188Z Compiling memmap v0.7.0
12272025-05-15T03:19:49.219Z Compiling smawk v0.3.2
12282025-05-15T03:19:49.445Z Compiling unicode-linebreak v0.1.5
12292025-05-15T03:19:49.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12302025-05-15T03:19:49.959Z Compiling textwrap v0.16.1
12312025-05-15T03:19:50.156Z Compiling swrite v0.1.0
12322025-05-15T03:19:50.411Z Compiling tabled_derive v0.7.0
12332025-05-15T03:19:51.779Z Compiling serde_derive v1.0.219
12342025-05-15T03:19:51.779Z Compiling thiserror-impl v1.0.69
12352025-05-15T03:19:51.779Z Compiling zerocopy-derive v0.7.35
12362025-05-15T03:19:51.852Z Compiling scroll_derive v0.12.0
12372025-05-15T03:19:51.852Z Compiling thiserror-impl v2.0.12
12382025-05-15T03:19:51.852Z Compiling clap_derive v4.5.32
12392025-05-15T03:19:51.852Z Compiling tabled v0.15.0
12402025-05-15T03:19:53.029Z Compiling scroll v0.12.0
12412025-05-15T03:19:53.607Z Compiling goblin v0.8.2
12422025-05-15T03:19:53.784Z Compiling zerocopy v0.7.35
12432025-05-15T03:19:54.941Z Compiling pest v2.7.14
12442025-05-15T03:19:55.997Z Compiling clap v4.5.35
12452025-05-15T03:19:57.390Z Compiling pest_meta v2.7.14
12462025-05-15T03:19:58.757Z Compiling pest_generator v2.7.14
12472025-05-15T03:20:00.154Z Compiling pest_derive v2.7.14
12482025-05-15T03:20:00.945Z Compiling dtrace-parser v0.2.0
12492025-05-15T03:20:02.369Z Compiling serde_spanned v0.6.8
12502025-05-15T03:20:02.369Z Compiling toml_datetime v0.6.8
12512025-05-15T03:20:02.395Z Compiling cargo-platform v0.1.8
12522025-05-15T03:20:02.703Z Compiling serde_tokenstream v0.2.2
12532025-05-15T03:20:02.793Z Compiling toml_edit v0.22.24
12542025-05-15T03:20:02.918Z Compiling macaddr v1.0.1
12552025-05-15T03:20:03.005Z Compiling camino-tempfile v1.3.0
12562025-05-15T03:20:04.170Z Compiling dof v0.3.0
12572025-05-15T03:20:04.170Z Compiling cargo_metadata v0.19.2
12582025-05-15T03:20:06.088Z Compiling usdt-macro v0.5.0
12592025-05-15T03:20:06.088Z Compiling usdt-attr-macro v0.5.0
12602025-05-15T03:20:06.399Z Compiling toml v0.8.20
12612025-05-15T03:20:07.236Z Compiling cargo_toml v0.21.0
12622025-05-15T03:20:07.391Z Compiling usdt v0.5.0
12632025-05-15T03:20:10.893Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12642025-05-15T03:20:15.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
12652025-05-15T03:20:15.839Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
12662025-05-15T03:20:17.327Z Compiling serde v1.0.219
12672025-05-15T03:20:17.352Z Compiling value-bag v1.9.0
12682025-05-15T03:20:17.352Z Compiling shlex v1.3.0
12692025-05-15T03:20:17.353Z Compiling lock_api v0.4.12
12702025-05-15T03:20:17.353Z Compiling scopeguard v1.2.0
12712025-05-15T03:20:17.353Z Compiling typenum v1.17.0
12722025-05-15T03:20:17.418Z Compiling syn v2.0.101
12732025-05-15T03:20:17.453Z Compiling getrandom v0.2.15
12742025-05-15T03:20:17.631Z Compiling jobserver v0.1.32
12752025-05-15T03:20:17.758Z Compiling rand_core v0.6.4
12762025-05-15T03:20:17.853Z Compiling log v0.4.27
12772025-05-15T03:20:17.935Z Compiling generic-array v0.14.7
12782025-05-15T03:20:17.973Z Compiling smallvec v1.14.0
12792025-05-15T03:20:18.311Z Compiling cc v1.2.15
12802025-05-15T03:20:18.372Z Compiling subtle v2.6.1
12812025-05-15T03:20:18.429Z Compiling const-oid v0.9.6
12822025-05-15T03:20:18.429Z Compiling stable_deref_trait v1.2.0
12832025-05-15T03:20:18.429Z Compiling pkg-config v0.3.31
12842025-05-15T03:20:18.553Z Compiling pin-project-lite v0.2.14
12852025-05-15T03:20:18.601Z Compiling parking_lot_core v0.9.10
12862025-05-15T03:20:18.707Z Compiling rustix v0.38.37
12872025-05-15T03:20:18.743Z Compiling signal-hook-registry v1.4.2
12882025-05-15T03:20:19.401Z Compiling parking_lot v0.12.3
12892025-05-15T03:20:19.497Z Compiling mio v1.0.2
12902025-05-15T03:20:19.551Z Compiling spin v0.9.8
12912025-05-15T03:20:19.594Z Compiling futures-core v0.3.31
12922025-05-15T03:20:19.621Z Compiling aho-corasick v1.1.3
12932025-05-15T03:20:19.824Z Compiling litemap v0.7.3
12942025-05-15T03:20:19.908Z Compiling libm v0.2.8
12952025-05-15T03:20:20.050Z Compiling regex-syntax v0.8.5
12962025-05-15T03:20:20.158Z Compiling serde_json v1.0.140
12972025-05-15T03:20:20.195Z Compiling cpufeatures v0.2.14
12982025-05-15T03:20:20.235Z Compiling writeable v0.5.5
12992025-05-15T03:20:20.315Z Compiling either v1.14.0
13002025-05-15T03:20:20.557Z Compiling socket2 v0.5.9
13012025-05-15T03:20:20.584Z Compiling num-traits v0.2.19
13022025-05-15T03:20:20.755Z Compiling slab v0.4.9
13032025-05-15T03:20:20.820Z Compiling glob v0.3.2
13042025-05-15T03:20:21.280Z Compiling futures-sink v0.3.31
13052025-05-15T03:20:21.395Z Compiling icu_locid_transform_data v1.5.0
13062025-05-15T03:20:21.455Z Compiling prettyplease v0.2.30
13072025-05-15T03:20:21.512Z Compiling getrandom v0.3.1
13082025-05-15T03:20:21.616Z Compiling clang-sys v1.8.1
13092025-05-15T03:20:21.879Z Compiling lazy_static v1.5.0
13102025-05-15T03:20:22.120Z Compiling allocator-api2 v0.2.18
13112025-05-15T03:20:22.175Z Compiling icu_properties_data v1.5.0
13122025-05-15T03:20:22.321Z Compiling minimal-lexical v0.2.1
13132025-05-15T03:20:22.356Z Compiling foldhash v0.1.3
13142025-05-15T03:20:22.628Z Compiling libloading v0.8.5
13152025-05-15T03:20:22.799Z Compiling nom v7.1.3
13162025-05-15T03:20:22.828Z Compiling hashbrown v0.15.1
13172025-05-15T03:20:22.853Z Compiling bindgen v0.69.5
13182025-05-15T03:20:22.994Z Compiling write16 v1.0.0
13192025-05-15T03:20:23.131Z Compiling icu_normalizer_data v1.5.0
13202025-05-15T03:20:23.253Z Compiling utf8_iter v1.0.4
13212025-05-15T03:20:23.481Z Compiling regex-automata v0.4.8
13222025-05-15T03:20:23.549Z Compiling percent-encoding v2.3.1
13232025-05-15T03:20:23.618Z Compiling home v0.5.9
13242025-05-15T03:20:23.778Z Compiling base64ct v1.6.0
13252025-05-15T03:20:23.834Z Compiling utf16_iter v1.0.5
13262025-05-15T03:20:23.911Z Compiling itertools v0.12.1
13272025-05-15T03:20:24.050Z Compiling flagset v0.4.6
13282025-05-15T03:20:24.283Z Compiling synstructure v0.13.1
13292025-05-15T03:20:24.328Z Compiling pem-rfc7468 v0.7.0
13302025-05-15T03:20:25.628Z Compiling cexpr v0.6.0
13312025-05-15T03:20:25.708Z Compiling rustc-hash v1.1.0
13322025-05-15T03:20:25.807Z Compiling lazycell v1.3.0
13332025-05-15T03:20:25.910Z Compiling futures-channel v0.3.31
13342025-05-15T03:20:26.024Z Compiling cmake v0.1.51
13352025-05-15T03:20:26.387Z Compiling pin-utils v0.1.0
13362025-05-15T03:20:26.515Z Compiling futures-task v0.3.31
13372025-05-15T03:20:26.769Z Compiling fs_extra v1.3.0
13382025-05-15T03:20:26.846Z Compiling dunce v1.0.5
13392025-05-15T03:20:26.892Z Compiling futures-io v0.3.31
13402025-05-15T03:20:27.018Z Compiling form_urlencoded v1.2.1
13412025-05-15T03:20:27.193Z Compiling vcpkg v0.2.15
13422025-05-15T03:20:27.218Z Compiling paste v1.0.15
13432025-05-15T03:20:27.321Z Compiling crossbeam-utils v0.8.21
13442025-05-15T03:20:27.362Z Compiling zerocopy v0.8.25
13452025-05-15T03:20:27.674Z Compiling ring v0.17.14
13462025-05-15T03:20:27.899Z Compiling tracing-core v0.1.32
13472025-05-15T03:20:28.179Z Compiling iana-time-zone v0.1.63
13482025-05-15T03:20:28.541Z Compiling aws-lc-rs v1.12.4
13492025-05-15T03:20:28.740Z Compiling regex v1.11.1
13502025-05-15T03:20:28.811Z Compiling openssl-sys v0.9.107
13512025-05-15T03:20:28.914Z Compiling serde_derive v1.0.219
13522025-05-15T03:20:28.944Z Compiling zeroize_derive v1.4.2
13532025-05-15T03:20:29.040Z Compiling zerofrom-derive v0.1.4
13542025-05-15T03:20:29.655Z Compiling yoke-derive v0.7.4
13552025-05-15T03:20:29.778Z Compiling zerovec-derive v0.10.3
13562025-05-15T03:20:30.385Z Compiling zeroize v1.8.1
13572025-05-15T03:20:32.205Z Compiling crypto-common v0.1.6
13582025-05-15T03:20:32.325Z Compiling block-buffer v0.10.4
13592025-05-15T03:20:32.379Z Compiling displaydoc v0.2.5
13602025-05-15T03:20:32.503Z Compiling zerocopy-derive v0.7.35
13612025-05-15T03:20:32.589Z Compiling zerofrom v0.1.4
13622025-05-15T03:20:32.666Z Compiling digest v0.10.7
13632025-05-15T03:20:32.869Z Compiling yoke v0.7.4
13642025-05-15T03:20:33.184Z Compiling hmac v0.12.1
13652025-05-15T03:20:33.278Z Compiling zerovec v0.10.4
13662025-05-15T03:20:33.490Z Compiling icu_provider_macros v1.5.0
13672025-05-15T03:20:34.109Z Compiling tokio-macros v2.5.0
13682025-05-15T03:20:34.167Z Compiling block-padding v0.3.3
13692025-05-15T03:20:34.377Z Compiling sha2 v0.10.8
13702025-05-15T03:20:34.503Z Compiling inout v0.1.3
13712025-05-15T03:20:34.528Z Compiling thiserror-impl v1.0.69
13722025-05-15T03:20:34.744Z Compiling zerocopy v0.7.35
13732025-05-15T03:20:34.769Z Compiling der_derive v0.7.3
13742025-05-15T03:20:34.882Z Compiling cipher v0.4.4
13752025-05-15T03:20:35.548Z Compiling tinystr v0.7.6
13762025-05-15T03:20:35.829Z Compiling icu_collections v1.5.0
13772025-05-15T03:20:35.905Z Compiling icu_locid v1.5.0
13782025-05-15T03:20:35.987Z Compiling futures-macro v0.3.31
13792025-05-15T03:20:36.395Z Compiling ppv-lite86 v0.2.20
13802025-05-15T03:20:37.240Z Compiling icu_provider v1.5.0
13812025-05-15T03:20:37.287Z Compiling salsa20 v0.10.2
13822025-05-15T03:20:37.316Z Compiling der v0.7.9
13832025-05-15T03:20:37.602Z Compiling pbkdf2 v0.12.2
13842025-05-15T03:20:37.841Z Compiling thiserror v1.0.69
13852025-05-15T03:20:37.867Z Compiling scrypt v0.11.0
13862025-05-15T03:20:37.893Z Compiling aes v0.8.4
13872025-05-15T03:20:37.956Z Compiling futures-util v0.3.31
13882025-05-15T03:20:38.018Z Compiling cbc v0.1.2
13892025-05-15T03:20:38.130Z Compiling icu_locid_transform v1.5.0
13902025-05-15T03:20:38.312Z Compiling pest v2.7.14
13912025-05-15T03:20:38.460Z Compiling zerocopy-derive v0.8.25
13922025-05-15T03:20:38.524Z Compiling tracing-attributes v0.1.27
13932025-05-15T03:20:40.710Z Compiling icu_properties v1.5.1
13942025-05-15T03:20:40.746Z Compiling spki v0.7.3
13952025-05-15T03:20:40.855Z Compiling scroll_derive v0.12.0
13962025-05-15T03:20:41.263Z Compiling pkcs5 v0.7.1
13972025-05-15T03:20:41.674Z Compiling pest_meta v2.7.14
13982025-05-15T03:20:42.276Z Compiling tracing v0.1.40
13992025-05-15T03:20:42.360Z Compiling pkcs8 v0.10.2
14002025-05-15T03:20:42.497Z Compiling bytes v1.10.1
14012025-05-15T03:20:42.762Z Compiling bitflags v2.9.0
14022025-05-15T03:20:42.827Z Compiling semver v1.0.26
14032025-05-15T03:20:43.558Z Compiling indexmap v2.9.0
14042025-05-15T03:20:44.107Z Compiling tokio v1.43.1
14052025-05-15T03:20:44.357Z Compiling rustc_version v0.4.1
14062025-05-15T03:20:45.097Z Compiling icu_normalizer v1.5.0
14072025-05-15T03:20:45.211Z Compiling http v1.3.1
14082025-05-15T03:20:45.694Z Compiling uuid v1.16.0
14092025-05-15T03:20:45.732Z Compiling chrono v0.4.41
14102025-05-15T03:20:46.388Z Compiling idna_adapter v1.2.0
14112025-05-15T03:20:46.686Z Compiling idna v1.0.3
14122025-05-15T03:20:47.185Z Compiling tinyvec_macros v0.1.1
14132025-05-15T03:20:47.301Z Compiling which v4.4.2
14142025-05-15T03:20:47.407Z Compiling url v2.5.3
14152025-05-15T03:20:47.623Z Compiling rustls-pki-types v1.10.0
14162025-05-15T03:20:47.653Z Compiling httparse v1.9.5
14172025-05-15T03:20:48.259Z Compiling tinyvec v1.8.0
14182025-05-15T03:20:48.312Z Compiling http-body v1.0.1
14192025-05-15T03:20:48.486Z Compiling pest_generator v2.7.14
14202025-05-15T03:20:48.610Z Compiling scroll v0.12.0
14212025-05-15T03:20:48.698Z Compiling serde_derive_internals v0.29.1
14222025-05-15T03:20:49.193Z Compiling bzip2-sys v0.1.13+1.0.8
14232025-05-15T03:20:49.266Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14242025-05-15T03:20:49.442Z Compiling time-core v0.1.2
14252025-05-15T03:20:49.730Z Compiling adler2 v2.0.0
14262025-05-15T03:20:49.755Z Compiling schemars v0.8.22
14272025-05-15T03:20:49.816Z Compiling try-lock v0.2.5
14282025-05-15T03:20:49.983Z Compiling rustversion v1.0.17
14292025-05-15T03:20:50.014Z Compiling foreign-types-shared v0.1.1
14302025-05-15T03:20:50.112Z Compiling atomic-waker v1.1.2
14312025-05-15T03:20:50.146Z Compiling openssl v0.10.72
14322025-05-15T03:20:50.174Z Compiling untrusted v0.9.0
14332025-05-15T03:20:50.361Z Compiling num-conv v0.1.0
14342025-05-15T03:20:50.387Z Compiling powerfmt v0.2.0
14352025-05-15T03:20:50.494Z Compiling untrusted v0.7.1
14362025-05-15T03:20:50.695Z Compiling time-macros v0.2.18
14372025-05-15T03:20:50.750Z Compiling deranged v0.3.11
14382025-05-15T03:20:50.891Z Compiling pest_derive v2.7.14
14392025-05-15T03:20:50.931Z Compiling goblin v0.8.2
14402025-05-15T03:20:51.284Z Compiling schemars_derive v0.8.22
14412025-05-15T03:20:52.006Z Compiling foreign-types v0.3.2
14422025-05-15T03:20:52.387Z Compiling want v0.3.1
14432025-05-15T03:20:52.723Z Compiling miniz_oxide v0.8.5
14442025-05-15T03:20:54.292Z Compiling tokio-util v0.7.13
14452025-05-15T03:20:55.202Z Compiling rand_core v0.9.2
14462025-05-15T03:20:55.702Z Compiling h2 v0.4.6
14472025-05-15T03:20:55.734Z Compiling openssl-macros v0.1.1
14482025-05-15T03:20:56.001Z Compiling native-tls v0.2.12
14492025-05-15T03:20:56.401Z Compiling tower-service v0.3.3
14502025-05-15T03:20:56.552Z Compiling syn v1.0.109
14512025-05-15T03:20:56.635Z Compiling rustls v0.23.19
14522025-05-15T03:20:56.808Z Compiling httpdate v1.0.3
14532025-05-15T03:20:56.953Z Compiling num_threads v0.1.7
14542025-05-15T03:20:57.131Z Compiling dyn-clone v1.0.19
14552025-05-15T03:20:57.268Z Compiling dof v0.3.0
14562025-05-15T03:20:57.297Z Compiling time v0.3.36
14572025-05-15T03:20:59.521Z Compiling rand_chacha v0.9.0
14582025-05-15T03:21:01.041Z Compiling dtrace-parser v0.2.0
14592025-05-15T03:21:01.784Z Compiling unicode-normalization v0.1.24
14602025-05-15T03:21:02.524Z Compiling crossbeam-epoch v0.9.18
14612025-05-15T03:21:02.573Z Compiling heapless v0.7.17
14622025-05-15T03:21:02.800Z Compiling rand_chacha v0.3.1
14632025-05-15T03:21:03.075Z Compiling signature v2.2.0
14642025-05-15T03:21:03.167Z Compiling cookie v0.18.1
14652025-05-15T03:21:03.282Z Compiling crc32fast v1.4.2
14662025-05-15T03:21:03.422Z Compiling openssl-probe v0.1.5
14672025-05-15T03:21:03.492Z Compiling unicode-properties v0.1.3
14682025-05-15T03:21:03.635Z Compiling rayon-core v1.12.1
14692025-05-15T03:21:03.776Z Compiling hyper v1.6.0
14702025-05-15T03:21:03.976Z Compiling base64 v0.22.1
14712025-05-15T03:21:04.001Z Compiling unicode-bidi v0.3.17
14722025-05-15T03:21:04.836Z Compiling signal-hook v0.3.17
14732025-05-15T03:21:05.123Z Compiling siphasher v0.3.11
14742025-05-15T03:21:05.295Z Compiling slog v2.7.0
14752025-05-15T03:21:05.335Z Compiling zstd-safe v7.2.3
14762025-05-15T03:21:05.716Z Compiling phf_shared v0.11.2
14772025-05-15T03:21:05.980Z Compiling stringprep v0.1.5
14782025-05-15T03:21:06.272Z Compiling rand v0.8.5
14792025-05-15T03:21:06.301Z Compiling usdt-impl v0.5.0
14802025-05-15T03:21:06.792Z Compiling hyper-util v0.1.11
14812025-05-15T03:21:07.127Z Compiling crossbeam-deque v0.8.5
14822025-05-15T03:21:07.155Z Compiling rand v0.9.0
14832025-05-15T03:21:07.741Z Compiling curve25519-dalek v4.1.3
14842025-05-15T03:21:07.771Z Compiling toml_datetime v0.6.8
14852025-05-15T03:21:07.897Z Compiling serde_spanned v0.6.8
14862025-05-15T03:21:08.209Z Compiling serde_tokenstream v0.2.2
14872025-05-15T03:21:08.288Z Compiling md-5 v0.10.6
14882025-05-15T03:21:08.498Z Compiling num-integer v0.1.46
14892025-05-15T03:21:08.629Z Compiling ff v0.13.0
14902025-05-15T03:21:08.715Z Compiling hash32 v0.2.1
14912025-05-15T03:21:08.849Z Compiling memoffset v0.9.1
14922025-05-15T03:21:08.889Z Compiling newtype-uuid v1.2.1
14932025-05-15T03:21:09.097Z Compiling portable-atomic v1.11.0
14942025-05-15T03:21:09.178Z Compiling psl-types v2.0.11
14952025-05-15T03:21:09.240Z Compiling base16ct v0.2.0
14962025-05-15T03:21:09.265Z Compiling smoltcp v0.9.1
14972025-05-15T03:21:09.292Z Compiling num-bigint-dig v0.8.4
14982025-05-15T03:21:09.428Z Compiling litrs v0.4.1
14992025-05-15T03:21:09.625Z Compiling fallible-iterator v0.2.0
15002025-05-15T03:21:09.689Z Compiling cfg_aliases v0.2.1
15012025-05-15T03:21:09.818Z Compiling gimli v0.31.1
15022025-05-15T03:21:09.963Z Compiling nix v0.29.0
15032025-05-15T03:21:10.170Z Compiling sec1 v0.7.3
15042025-05-15T03:21:10.244Z Compiling publicsuffix v2.3.0
15052025-05-15T03:21:10.418Z Compiling postgres-protocol v0.6.8
15062025-05-15T03:21:10.634Z Compiling document-features v0.2.10
15072025-05-15T03:21:10.896Z Compiling num-iter v0.1.45
15082025-05-15T03:21:10.921Z Compiling group v0.13.0
15092025-05-15T03:21:11.792Z Compiling tokio-native-tls v0.3.1
15102025-05-15T03:21:12.171Z Compiling flate2 v1.1.1
15112025-05-15T03:21:12.738Z Compiling ipnetwork v0.21.1
15122025-05-15T03:21:12.783Z Compiling http-body-util v0.1.3
15132025-05-15T03:21:12.922Z Compiling webpki-roots v0.26.6
15142025-05-15T03:21:12.948Z Compiling terminal_size v0.4.0
15152025-05-15T03:21:13.076Z Compiling hkdf v0.12.4
15162025-05-15T03:21:13.171Z Compiling crypto-bigint v0.5.5
15172025-05-15T03:21:13.251Z Compiling curve25519-dalek-derive v0.1.1
15182025-05-15T03:21:13.276Z Compiling async-trait v0.1.88
15192025-05-15T03:21:13.433Z Compiling sync_wrapper v1.0.1
15202025-05-15T03:21:13.621Z Compiling object v0.36.5
15212025-05-15T03:21:13.672Z Compiling ahash v0.8.11
15222025-05-15T03:21:14.049Z Compiling fs-err v3.1.0
15232025-05-15T03:21:14.417Z Compiling addr2line v0.24.2
15242025-05-15T03:21:14.691Z Compiling buf-list v1.0.3
15252025-05-15T03:21:14.773Z Compiling managed v0.8.0
15262025-05-15T03:21:15.145Z Compiling bumpalo v3.16.0
15272025-05-15T03:21:15.229Z Compiling unicode-width v0.2.0
15282025-05-15T03:21:15.351Z Compiling simd-adler32 v0.3.7
15292025-05-15T03:21:15.688Z Compiling rustc-demangle v0.1.24
15302025-05-15T03:21:15.787Z Compiling ipnet v2.11.0
15312025-05-15T03:21:15.962Z Compiling lockfree-object-pool v0.1.6
15322025-05-15T03:21:16.018Z Compiling tower-layer v0.3.3
15332025-05-15T03:21:16.288Z Compiling zip v2.6.1
15342025-05-15T03:21:16.335Z Compiling anyhow v1.0.98
15352025-05-15T03:21:16.629Z Compiling winnow v0.5.40
15362025-05-15T03:21:16.701Z Compiling elliptic-curve v0.13.8
15372025-05-15T03:21:16.920Z Compiling tower v0.5.2
15382025-05-15T03:21:17.427Z Compiling zopfli v0.8.1
15392025-05-15T03:21:17.646Z Compiling strum_macros v0.25.3
15402025-05-15T03:21:17.799Z Compiling console v0.15.10
15412025-05-15T03:21:19.126Z Compiling clap_builder v4.5.35
15422025-05-15T03:21:20.305Z Compiling toml_edit v0.19.15
15432025-05-15T03:21:20.384Z Compiling hubpack_derive v0.1.1
15442025-05-15T03:21:21.277Z Compiling hubpack v0.1.2
15452025-05-15T03:21:21.309Z Compiling backtrace v0.3.74
15462025-05-15T03:21:21.509Z Compiling oxnet v0.1.2
15472025-05-15T03:21:21.591Z Compiling hyper-tls v0.6.0
15482025-05-15T03:21:21.739Z Compiling cookie_store v0.21.1
15492025-05-15T03:21:22.075Z Compiling signal-hook-mio v0.2.4
15502025-05-15T03:21:22.269Z Compiling rayon v1.10.0
15512025-05-15T03:21:22.313Z Compiling zstd v0.13.3
15522025-05-15T03:21:22.900Z Compiling postgres-types v0.2.9
15532025-05-15T03:21:24.590Z Compiling usdt-macro v0.5.0
15542025-05-15T03:21:25.701Z Compiling usdt-attr-macro v0.5.0
15552025-05-15T03:21:26.117Z Compiling phf v0.11.2
15562025-05-15T03:21:26.480Z Compiling ed25519 v2.2.3
15572025-05-15T03:21:26.859Z Compiling strum_macros v0.26.4
15582025-05-15T03:21:27.215Z Compiling bzip2 v0.5.2
15592025-05-15T03:21:27.485Z Compiling bzip2 v0.4.4
15602025-05-15T03:21:27.654Z Compiling enum-as-inner v0.6.1
15612025-05-15T03:21:27.679Z Compiling clap_derive v4.5.32
15622025-05-15T03:21:27.722Z Compiling rustls-pemfile v2.2.0
15632025-05-15T03:21:27.904Z Compiling futures-executor v0.3.31
15642025-05-15T03:21:28.071Z Compiling pkcs1 v0.7.5
15652025-05-15T03:21:28.465Z Compiling serde_urlencoded v0.7.1
15662025-05-15T03:21:28.507Z Compiling serde-big-array v0.5.1
15672025-05-15T03:21:28.689Z Compiling rfc6979 v0.4.0
15682025-05-15T03:21:28.783Z Compiling daft-derive v0.1.3
15692025-05-15T03:21:28.948Z Compiling serde_repr v0.1.19
15702025-05-15T03:21:29.044Z Compiling bstr v1.10.0
15712025-05-15T03:21:29.070Z Compiling float-cmp v0.10.0
15722025-05-15T03:21:29.353Z Compiling encoding_rs v0.8.34
15732025-05-15T03:21:30.136Z Compiling new_debug_unreachable v1.0.6
15742025-05-15T03:21:30.258Z Compiling number_prefix v0.4.0
15752025-05-15T03:21:30.410Z Compiling predicates-core v1.0.8
15762025-05-15T03:21:30.686Z Compiling difflib v0.4.0
15772025-05-15T03:21:30.806Z Compiling normalize-line-endings v0.3.0
15782025-05-15T03:21:30.857Z Compiling static_assertions v1.1.0
15792025-05-15T03:21:30.971Z Compiling precomputed-hash v0.1.1
15802025-05-15T03:21:31.006Z Compiling fixedbitset v0.4.2
15812025-05-15T03:21:31.127Z Compiling unicode-segmentation v1.12.0
15822025-05-15T03:21:31.523Z Compiling mime v0.3.17
15832025-05-15T03:21:31.699Z Compiling data-encoding v2.6.0
15842025-05-15T03:21:32.102Z Compiling whoami v1.5.2
15852025-05-15T03:21:32.146Z Compiling similar v2.7.0
15862025-05-15T03:21:32.174Z Compiling strum v0.26.3
15872025-05-15T03:21:32.392Z Compiling hickory-proto v0.24.4
15882025-05-15T03:21:32.417Z Compiling clap v4.5.35
15892025-05-15T03:21:32.558Z Compiling tokio-postgres v0.7.13
15902025-05-15T03:21:32.736Z Compiling petgraph v0.6.5
15912025-05-15T03:21:33.468Z Compiling predicates v3.1.3
15922025-05-15T03:21:33.675Z Compiling string_cache v0.8.9
15932025-05-15T03:21:34.151Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15942025-05-15T03:21:34.422Z Compiling indicatif v0.17.11
15952025-05-15T03:21:35.124Z Compiling toml_edit v0.22.24
15962025-05-15T03:21:36.653Z Compiling daft v0.1.3
15972025-05-15T03:21:36.769Z Compiling usdt v0.5.0
15982025-05-15T03:21:37.246Z Compiling ecdsa v0.16.9
15992025-05-15T03:21:37.276Z Compiling rsa v0.9.6
16002025-05-15T03:21:38.064Z Compiling futures v0.3.31
16012025-05-15T03:21:38.205Z Compiling zip v0.6.6
16022025-05-15T03:21:38.394Z Compiling ed25519-dalek v2.1.1
16032025-05-15T03:21:39.864Z Compiling toml v0.7.8
16042025-05-15T03:21:41.488Z Compiling crossterm v0.28.1
16052025-05-15T03:21:42.472Z Compiling tokio-stream v0.1.17
16062025-05-15T03:21:42.499Z Compiling openapiv3 v2.0.0
16072025-05-15T03:21:42.697Z Compiling x509-cert v0.2.5
16082025-05-15T03:21:42.846Z Compiling sha1 v0.10.6
16092025-05-15T03:21:42.904Z Compiling itertools v0.10.5
16102025-05-15T03:21:43.291Z Compiling dirs-sys-next v0.1.2
16112025-05-15T03:21:43.516Z Compiling winnow v0.6.26
16122025-05-15T03:21:43.858Z Compiling lalrpop-util v0.19.12
16132025-05-15T03:21:44.300Z Compiling unicode-xid v0.2.6
16142025-05-15T03:21:44.502Z Compiling peg-runtime v0.8.5
16152025-05-15T03:21:45.030Z Compiling dirs-next v2.0.0
16162025-05-15T03:21:45.150Z Compiling thread_local v1.1.8
16172025-05-15T03:21:45.263Z Compiling slog-async v2.8.0
16182025-05-15T03:21:45.719Z Compiling term v0.7.0
16192025-05-15T03:21:45.748Z Compiling crossbeam-channel v0.5.15
16202025-05-15T03:21:45.782Z Compiling xattr v1.3.1
16212025-05-15T03:21:45.997Z Compiling is-terminal v0.4.13
16222025-05-15T03:21:46.126Z Compiling filetime v0.2.25
16232025-05-15T03:21:46.179Z Compiling take_mut v0.2.2
16242025-05-15T03:21:46.388Z Compiling tar v0.4.44
16252025-05-15T03:21:46.478Z Compiling slog-term v2.9.1
16262025-05-15T03:21:46.894Z Compiling camino v1.1.9
16272025-05-15T03:21:54.174Z Compiling aws-lc-sys v0.26.0
16282025-05-15T03:22:31.553Z Compiling rustls-webpki v0.102.8
16292025-05-15T03:22:37.780Z Compiling tokio-rustls v0.26.0
16302025-05-15T03:22:38.105Z Compiling hyper-rustls v0.27.3
16312025-05-15T03:22:38.438Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16322025-05-15T03:22:43.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16332025-05-15T03:22:43.435Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16342025-05-15T03:22:49.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
16352025-05-15T03:22:49.439Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16362025-05-15T03:22:49.502ZMay 15 03:22:48.903 INFO Starting download, target: Clickhouse
16372025-05-15T03:22:49.529ZMay 15 03:22:48.904 INFO Starting download, target: Cockroach
16382025-05-15T03:22:49.529ZMay 15 03:22:48.904 INFO Starting download, target: Console
16392025-05-15T03:22:49.529ZMay 15 03:22:48.904 INFO Starting download, target: DendriteStub
16402025-05-15T03:22:49.529ZMay 15 03:22:48.904 INFO Starting download, target: TransceiverControl
16412025-05-15T03:22:49.529ZMay 15 03:22:48.904 INFO Starting download, target: MaghemiteMgd
16422025-05-15T03:22:49.529ZMay 15 03:22:48.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16432025-05-15T03:22:49.529ZMay 15 03:22:48.905 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16442025-05-15T03:22:49.529ZMay 15 03:22:48.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16452025-05-15T03:22:49.529ZMay 15 03:22:48.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16462025-05-15T03:22:49.529ZMay 15 03:22:48.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16472025-05-15T03:22:49.529ZMay 15 03:22:48.906 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16482025-05-15T03:22:50.265ZMay 15 03:22:49.639 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16492025-05-15T03:22:50.329ZMay 15 03:22:49.681 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16502025-05-15T03:22:50.670ZMay 15 03:22:50.034 INFO Download complete, target: Console
16512025-05-15T03:22:50.788ZMay 15 03:22:50.181 INFO Download complete, target: TransceiverControl
16522025-05-15T03:22:52.619ZMay 15 03:22:52.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16532025-05-15T03:22:53.159ZMay 15 03:22:52.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16542025-05-15T03:22:54.373ZMay 15 03:22:53.775 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16552025-05-15T03:22:54.373ZMay 15 03:22:53.775 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16562025-05-15T03:22:56.364ZMay 15 03:22:55.766 INFO Download complete, target: DendriteStub
16572025-05-15T03:22:57.044ZMay 15 03:22:56.441 INFO Download complete, target: MaghemiteMgd
16582025-05-15T03:23:02.098ZMay 15 03:23:01.500 INFO Checking that binary works, target: Cockroach
16592025-05-15T03:23:02.425ZMay 15 03:23:01.827 INFO Download complete, target: Cockroach
16602025-05-15T03:23:17.180ZMay 15 03:23:16.583 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16612025-05-15T03:23:28.665ZMay 15 03:23:28.069 INFO Checking that binary works, target: Clickhouse
16622025-05-15T03:23:28.875ZMay 15 03:23:28.279 INFO Download complete, target: Clickhouse
16632025-05-15T03:23:28.900ZAll prerequisites installed successfully
16642025-05-15T03:23:28.901Z
16652025-05-15T03:23:28.901Zreal 5:07.405450951
16662025-05-15T03:23:28.901Zuser 16:30.117141599
16672025-05-15T03:23:28.901Zsys 2:34.645055116
16682025-05-15T03:23:28.901Ztrap 0.702578529
16692025-05-15T03:23:28.901Ztflt 0.438025651
16702025-05-15T03:23:28.901Zdflt 1.033595702
16712025-05-15T03:23:28.901Zkflt 0.011305619
16722025-05-15T03:23:28.901Zlock 37:35.637142158
16732025-05-15T03:23:28.901Zslp 1:00:18.848014278
16742025-05-15T03:23:28.901Zlat 1:04.218205873
16752025-05-15T03:23:28.901Zstop 2:19.623335866
16762025-05-15T03:23:28.901Z+ source ./tools/include/force-git-over-https.sh
16772025-05-15T03:23:28.901Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16782025-05-15T03:23:28.901Z++ (( i = 0 ))
16792025-05-15T03:23:28.901Z++ (( i < 5 ))
16802025-05-15T03:23:28.901Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16812025-05-15T03:23:28.901Z++ (( i++ ))
16822025-05-15T03:23:28.901Z++ (( i < 5 ))
16832025-05-15T03:23:28.901Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16842025-05-15T03:23:28.901Z++ (( i++ ))
16852025-05-15T03:23:28.901Z++ (( i < 5 ))
16862025-05-15T03:23:28.901Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16872025-05-15T03:23:28.927Z++ (( i++ ))
16882025-05-15T03:23:28.927Z++ (( i < 5 ))
16892025-05-15T03:23:28.927Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16902025-05-15T03:23:28.927Z++ (( i++ ))
16912025-05-15T03:23:28.927Z++ (( i < 5 ))
16922025-05-15T03:23:28.927Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16932025-05-15T03:23:28.927Z++ (( i++ ))
16942025-05-15T03:23:28.927Z++ (( i < 5 ))
16952025-05-15T03:23:28.927Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16962025-05-15T03:23:28.927Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16972025-05-15T03:23:28.927Z+ rc=0
16982025-05-15T03:23:28.927Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16992025-05-15T03:24:01.789Z+ case $rc in
17002025-05-15T03:24:01.789Z+ pfexec zfs create -p rpool/images/build/host
17012025-05-15T03:24:01.881Z+ pfexec zfs create -p rpool/images/build/recovery
17022025-05-15T03:24:01.924Z+ cargo xtask releng --output-dir /work --mkincorp
17032025-05-15T03:24:02.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
17042025-05-15T03:24:02.910Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17052025-05-15T03:24:04.422Z Compiling proc-macro2 v1.0.95
17062025-05-15T03:24:04.422Z Compiling unicode-ident v1.0.18
17072025-05-15T03:24:04.447Z Compiling libc v0.2.172
17082025-05-15T03:24:04.447Z Compiling serde v1.0.219
17092025-05-15T03:24:04.447Z Compiling autocfg v1.4.0
17102025-05-15T03:24:04.447Z Compiling cfg-if v1.0.0
17112025-05-15T03:24:04.447Z Compiling version_check v0.9.5
17122025-05-15T03:24:04.656Z Compiling shlex v1.3.0
17132025-05-15T03:24:04.737Z Compiling typenum v1.17.0
17142025-05-15T03:24:04.771Z Compiling memchr v2.7.4
17152025-05-15T03:24:05.087Z Compiling value-bag v1.9.0
17162025-05-15T03:24:05.134Z Compiling rustix v0.38.37
17172025-05-15T03:24:05.298Z Compiling lock_api v0.4.12
17182025-05-15T03:24:05.561Z Compiling generic-array v0.14.7
17192025-05-15T03:24:05.664Z Compiling log v0.4.27
17202025-05-15T03:24:05.767Z Compiling scopeguard v1.2.0
17212025-05-15T03:24:05.879Z Compiling pkg-config v0.3.31
17222025-05-15T03:24:06.059Z Compiling parking_lot_core v0.9.10
17232025-05-15T03:24:06.387Z Compiling quote v1.0.40
17242025-05-15T03:24:06.414Z Compiling jobserver v0.1.32
17252025-05-15T03:24:06.520Z Compiling getrandom v0.2.15
17262025-05-15T03:24:06.746Z Compiling libm v0.2.8
17272025-05-15T03:24:06.936Z Compiling syn v2.0.101
17282025-05-15T03:24:06.961Z Compiling cc v1.2.15
17292025-05-15T03:24:06.988Z Compiling rand_core v0.6.4
17302025-05-15T03:24:07.064Z Compiling num-traits v0.2.19
17312025-05-15T03:24:07.095Z Compiling serde_json v1.0.140
17322025-05-15T03:24:07.185Z Compiling smallvec v1.14.0
17332025-05-15T03:24:07.413Z Compiling semver v1.0.26
17342025-05-15T03:24:07.628Z Compiling slab v0.4.9
17352025-05-15T03:24:08.034Z Compiling subtle v2.6.1
17362025-05-15T03:24:08.148Z Compiling getrandom v0.3.1
17372025-05-15T03:24:08.543Z Compiling once_cell v1.21.3
17382025-05-15T03:24:08.616Z Compiling itoa v1.0.11
17392025-05-15T03:24:08.879Z Compiling errno v0.3.9
17402025-05-15T03:24:08.904Z Compiling spin v0.9.8
17412025-05-15T03:24:09.145Z Compiling aho-corasick v1.1.3
17422025-05-15T03:24:09.170Z Compiling byteorder v1.5.0
17432025-05-15T03:24:09.198Z Compiling either v1.14.0
17442025-05-15T03:24:09.223Z Compiling regex-syntax v0.8.5
17452025-05-15T03:24:09.650Z Compiling glob v0.3.2
17462025-05-15T03:24:09.678Z Compiling prettyplease v0.2.30
17472025-05-15T03:24:09.783Z Compiling const-oid v0.9.6
17482025-05-15T03:24:10.116Z Compiling lazy_static v1.5.0
17492025-05-15T03:24:10.142Z Compiling stable_deref_trait v1.2.0
17502025-05-15T03:24:10.167Z Compiling minimal-lexical v0.2.1
17512025-05-15T03:24:10.274Z Compiling libloading v0.8.5
17522025-05-15T03:24:10.307Z Compiling bindgen v0.69.5
17532025-05-15T03:24:10.450Z Compiling clang-sys v1.8.1
17542025-05-15T03:24:10.637Z Compiling nom v7.1.3
17552025-05-15T03:24:10.730Z Compiling home v0.5.9
17562025-05-15T03:24:10.994Z Compiling itertools v0.12.1
17572025-05-15T03:24:12.027Z Compiling lazycell v1.3.0
17582025-05-15T03:24:12.254Z Compiling rustc-hash v1.1.0
17592025-05-15T03:24:12.653Z Compiling thiserror v1.0.69
17602025-05-15T03:24:12.714Z Compiling cmake v0.1.51
17612025-05-15T03:24:13.101Z Compiling regex-automata v0.4.8
17622025-05-15T03:24:13.440Z Compiling fs_extra v1.3.0
17632025-05-15T03:24:13.658Z Compiling dunce v1.0.5
17642025-05-15T03:24:14.103Z Compiling synstructure v0.13.1
17652025-05-15T03:24:14.211Z Compiling cexpr v0.6.0
17662025-05-15T03:24:14.710Z Compiling paste v1.0.15
17672025-05-15T03:24:14.839Z Compiling pin-project-lite v0.2.14
17682025-05-15T03:24:15.070Z Compiling vcpkg v0.2.15
17692025-05-15T03:24:16.380Z Compiling signal-hook-registry v1.4.2
17702025-05-15T03:24:16.504Z Compiling openssl-sys v0.9.107
17712025-05-15T03:24:17.269Z Compiling futures-core v0.3.31
17722025-05-15T03:24:17.589Z Compiling litemap v0.7.3
17732025-05-15T03:24:17.647Z Compiling writeable v0.5.5
17742025-05-15T03:24:17.869Z Compiling serde_derive v1.0.219
17752025-05-15T03:24:17.911Z Compiling zeroize_derive v1.4.2
17762025-05-15T03:24:18.114Z Compiling zerofrom-derive v0.1.4
17772025-05-15T03:24:18.239Z Compiling yoke-derive v0.7.4
17782025-05-15T03:24:18.719Z Compiling zerovec-derive v0.10.3
17792025-05-15T03:24:19.053Z Compiling displaydoc v0.2.5
17802025-05-15T03:24:19.305Z Compiling zeroize v1.8.1
17812025-05-15T03:24:20.127Z Compiling zerocopy-derive v0.7.35
17822025-05-15T03:24:20.321Z Compiling icu_provider_macros v1.5.0
17832025-05-15T03:24:20.474Z Compiling tokio-macros v2.5.0
17842025-05-15T03:24:20.994Z Compiling der_derive v0.7.3
17852025-05-15T03:24:21.519Z Compiling regex v1.11.1
17862025-05-15T03:24:21.901Z Compiling crypto-common v0.1.6
17872025-05-15T03:24:21.947Z Compiling block-buffer v0.10.4
17882025-05-15T03:24:22.120Z Compiling futures-macro v0.3.31
17892025-05-15T03:24:22.233Z Compiling zerofrom v0.1.4
17902025-05-15T03:24:22.317Z Compiling digest v0.10.7
17912025-05-15T03:24:22.550Z Compiling yoke v0.7.4
17922025-05-15T03:24:22.622Z Compiling thiserror-impl v1.0.69
17932025-05-15T03:24:22.667Z Compiling zerocopy v0.7.35
17942025-05-15T03:24:23.035Z Compiling zerovec v0.10.4
17952025-05-15T03:24:23.097Z Compiling ryu v1.0.18
17962025-05-15T03:24:23.239Z Compiling tracing-attributes v0.1.27
17972025-05-15T03:24:23.846Z Compiling parking_lot v0.12.3
17982025-05-15T03:24:24.252Z Compiling ring v0.17.14
17992025-05-15T03:24:25.094Z Compiling mio v1.0.2
18002025-05-15T03:24:25.388Z Compiling tinystr v0.7.6
18012025-05-15T03:24:25.806Z Compiling icu_locid v1.5.0
18022025-05-15T03:24:25.974Z Compiling cpufeatures v0.2.14
18032025-05-15T03:24:26.002Z Compiling aws-lc-rs v1.12.4
18042025-05-15T03:24:26.464Z Compiling heck v0.5.0
18052025-05-15T03:24:26.905Z Compiling icu_locid_transform_data v1.5.0
18062025-05-15T03:24:27.012Z Compiling crossbeam-utils v0.8.21
18072025-05-15T03:24:27.105Z Compiling zerocopy v0.8.25
18082025-05-15T03:24:27.249Z Compiling icu_provider v1.5.0
18092025-05-15T03:24:27.606Z Compiling icu_collections v1.5.0
18102025-05-15T03:24:27.684Z Compiling hmac v0.12.1
18112025-05-15T03:24:27.951Z Compiling socket2 v0.5.9
18122025-05-15T03:24:28.347Z Compiling icu_locid_transform v1.5.0
18132025-05-15T03:24:29.328Z Compiling allocator-api2 v0.2.18
18142025-05-15T03:24:29.457Z Compiling equivalent v1.0.1
18152025-05-15T03:24:29.617Z Compiling httparse v1.9.5
18162025-05-15T03:24:29.985Z Compiling bitflags v2.9.0
18172025-05-15T03:24:30.166Z Compiling bytes v1.10.1
18182025-05-15T03:24:31.231Z Compiling foldhash v0.1.3
18192025-05-15T03:24:31.331Z Compiling icu_properties_data v1.5.0
18202025-05-15T03:24:31.681Z Compiling icu_properties v1.5.1
18212025-05-15T03:24:31.717Z Compiling hashbrown v0.15.1
18222025-05-15T03:24:31.769Z Compiling tokio v1.43.1
18232025-05-15T03:24:32.712Z Compiling rustc_version v0.4.1
18242025-05-15T03:24:33.998Z Compiling block-padding v0.3.3
18252025-05-15T03:24:34.378Z Compiling which v4.4.2
18262025-05-15T03:24:35.135Z Compiling zerocopy-derive v0.8.25
18272025-05-15T03:24:36.119Z Compiling utf16_iter v1.0.5
18282025-05-15T03:24:36.455Z Compiling percent-encoding v2.3.1
18292025-05-15T03:24:36.909Z Compiling write16 v1.0.0
18302025-05-15T03:24:37.061Z Compiling futures-sink v0.3.31
18312025-05-15T03:24:37.167Z Compiling icu_normalizer_data v1.5.0
18322025-05-15T03:24:37.288Z Compiling utf8_iter v1.0.4
18332025-05-15T03:24:37.598Z Compiling icu_normalizer v1.5.0
18342025-05-15T03:24:38.356Z Compiling inout v0.1.3
18352025-05-15T03:24:38.755Z Compiling indexmap v2.9.0
18362025-05-15T03:24:38.798Z Compiling sha2 v0.10.8
18372025-05-15T03:24:40.594Z Compiling openssl v0.10.72
18382025-05-15T03:24:40.728Z Compiling schemars v0.8.22
18392025-05-15T03:24:42.162Z Compiling idna_adapter v1.2.0
18402025-05-15T03:24:42.428Z Compiling cipher v0.4.4
18412025-05-15T03:24:42.756Z Compiling ppv-lite86 v0.2.20
18422025-05-15T03:24:42.868Z Compiling serde_derive_internals v0.29.1
18432025-05-15T03:24:43.025Z Compiling bzip2-sys v0.1.13+1.0.8
18442025-05-15T03:24:43.380Z Compiling base64ct v1.6.0
18452025-05-15T03:24:43.530Z Compiling fnv v1.0.7
18462025-05-15T03:24:44.190Z Compiling pem-rfc7468 v0.7.0
18472025-05-15T03:24:44.742Z Compiling idna v1.0.3
18482025-05-15T03:24:44.935Z Compiling schemars_derive v0.8.22
18492025-05-15T03:24:46.065Z Compiling form_urlencoded v1.2.1
18502025-05-15T03:24:46.792Z Compiling openssl-macros v0.1.1
18512025-05-15T03:24:47.342Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18522025-05-15T03:24:47.846Z Compiling aws-lc-sys v0.26.0
18532025-05-15T03:24:48.238Z Compiling flagset v0.4.6
18542025-05-15T03:24:48.597Z Compiling num-conv v0.1.0
18552025-05-15T03:24:48.710Z Compiling rustls v0.23.19
18562025-05-15T03:24:48.880Z Compiling time-core v0.1.2
18572025-05-15T03:24:49.115Z Compiling native-tls v0.2.12
18582025-05-15T03:24:49.170Z Compiling syn v1.0.109
18592025-05-15T03:24:49.530Z Compiling time-macros v0.2.18
18602025-05-15T03:24:49.631Z Compiling der v0.7.9
18612025-05-15T03:24:50.371Z Compiling futures-channel v0.3.31
18622025-05-15T03:24:50.728Z Compiling scroll_derive v0.12.0
18632025-05-15T03:24:50.804Z Compiling futures-io v0.3.31
18642025-05-15T03:24:50.979Z Compiling futures-task v0.3.31
18652025-05-15T03:24:51.050Z Compiling pin-utils v0.1.0
18662025-05-15T03:24:51.224Z Compiling ucd-trie v0.1.7
18672025-05-15T03:24:51.338Z Compiling futures-util v0.3.31
18682025-05-15T03:24:51.555Z Compiling pest v2.7.14
18692025-05-15T03:24:52.214Z Compiling spki v0.7.3
18702025-05-15T03:24:52.922Z Compiling url v2.5.3
18712025-05-15T03:24:54.528Z Compiling salsa20 v0.10.2
18722025-05-15T03:24:55.016Z Compiling pbkdf2 v0.12.2
18732025-05-15T03:24:55.064Z Compiling cookie v0.18.1
18742025-05-15T03:24:55.433Z Compiling rustversion v1.0.17
18752025-05-15T03:24:55.780Z Compiling iana-time-zone v0.1.63
18762025-05-15T03:24:56.482Z Compiling rayon-core v1.12.1
18772025-05-15T03:24:56.914Z Compiling chrono v0.4.41
18782025-05-15T03:24:56.992Z Compiling scrypt v0.11.0
18792025-05-15T03:24:57.949Z Compiling pest_meta v2.7.14
18802025-05-15T03:24:59.568Z Compiling aes v0.8.4
18812025-05-15T03:24:59.779Z Compiling cbc v0.1.2
18822025-05-15T03:25:01.247Z Compiling pkcs5 v0.7.1
18832025-05-15T03:25:01.732Z Compiling pest_generator v2.7.14
18842025-05-15T03:25:03.576Z Compiling http v1.3.1
18852025-05-15T03:25:03.753Z Compiling uuid v1.16.0
18862025-05-15T03:25:03.967Z Compiling tokio-util v0.7.13
18872025-05-15T03:25:04.550Z Compiling tracing-core v0.1.32
18882025-05-15T03:25:04.850Z Compiling zstd-safe v7.2.3
18892025-05-15T03:25:05.417Z Compiling newtype-uuid v1.2.1
18902025-05-15T03:25:05.816Z Compiling num-bigint-dig v0.8.4
18912025-05-15T03:25:06.338Z Compiling tracing v0.1.40
18922025-05-15T03:25:07.269Z Compiling pest_derive v2.7.14
18932025-05-15T03:25:08.042Z Compiling pkcs8 v0.10.2
18942025-05-15T03:25:08.533Z Compiling rand_chacha v0.3.1
18952025-05-15T03:25:09.368Z Compiling heapless v0.7.17
18962025-05-15T03:25:10.069Z Compiling usdt-impl v0.5.0
18972025-05-15T03:25:10.285Z Compiling ahash v0.8.11
18982025-05-15T03:25:10.474Z Compiling slog v2.7.0
18992025-05-15T03:25:10.690Z Compiling tinyvec_macros v0.1.1
19002025-05-15T03:25:10.844Z Compiling litrs v0.4.1
19012025-05-15T03:25:11.010Z Compiling rustls-pki-types v1.10.0
19022025-05-15T03:25:11.060Z Compiling signal-hook v0.3.17
19032025-05-15T03:25:11.807Z Compiling tinyvec v1.8.0
19042025-05-15T03:25:11.909Z Compiling document-features v0.2.10
19052025-05-15T03:25:13.638Z Compiling rand v0.8.5
19062025-05-15T03:25:15.045Z Compiling http-body v1.0.1
19072025-05-15T03:25:15.474Z Compiling scroll v0.12.0
19082025-05-15T03:25:15.808Z Compiling async-trait v0.1.88
19092025-05-15T03:25:16.050Z Compiling foreign-types-shared v0.1.1
19102025-05-15T03:25:16.242Z Compiling plain v0.2.3
19112025-05-15T03:25:16.480Z Compiling untrusted v0.7.1
19122025-05-15T03:25:16.741Z Compiling adler2 v2.0.0
19132025-05-15T03:25:17.013Z Compiling dyn-clone v1.0.19
19142025-05-15T03:25:17.326Z Compiling powerfmt v0.2.0
19152025-05-15T03:25:17.353Z Compiling atomic-waker v1.1.2
19162025-05-15T03:25:17.597Z Compiling untrusted v0.9.0
19172025-05-15T03:25:18.020Z Compiling try-lock v0.2.5
19182025-05-15T03:25:18.072Z Compiling want v0.3.1
19192025-05-15T03:25:18.116Z Compiling deranged v0.3.11
19202025-05-15T03:25:18.429Z Compiling h2 v0.4.6
19212025-05-15T03:25:20.108Z Compiling miniz_oxide v0.8.5
19222025-05-15T03:25:20.388Z Compiling goblin v0.8.2
19232025-05-15T03:25:20.951Z Compiling foreign-types v0.3.2
19242025-05-15T03:25:23.252Z Compiling curve25519-dalek v4.1.3
19252025-05-15T03:25:23.887Z Compiling clap_derive v4.5.32
19262025-05-15T03:25:24.173Z Compiling memoffset v0.9.1
19272025-05-15T03:25:24.675Z Compiling crc32fast v1.4.2
19282025-05-15T03:25:25.327Z Compiling anstyle v1.0.10
19292025-05-15T03:25:26.409Z Compiling pretty-hex v0.4.1
19302025-05-15T03:25:26.773Z Compiling smoltcp v0.9.1
19312025-05-15T03:25:27.691Z Compiling num_threads v0.1.7
19322025-05-15T03:25:27.910Z Compiling utf8parse v0.2.2
19332025-05-15T03:25:28.686Z Compiling base64 v0.22.1
19342025-05-15T03:25:29.444Z Compiling portable-atomic v1.11.0
19352025-05-15T03:25:29.639Z Compiling anyhow v1.0.98
19362025-05-15T03:25:30.019Z Compiling tower-service v0.3.3
19372025-05-15T03:25:30.417Z Compiling httpdate v1.0.3
19382025-05-15T03:25:30.601Z Compiling time v0.3.36
19392025-05-15T03:25:31.281Z Compiling hyper v1.6.0
19402025-05-15T03:25:34.004Z Compiling anstyle-parse v0.2.5
19412025-05-15T03:25:34.708Z Compiling dof v0.3.0
19422025-05-15T03:25:43.519Z Compiling rand_core v0.9.2
19432025-05-15T03:25:43.918Z Compiling unicode-normalization v0.1.24
19442025-05-15T03:25:45.573Z Compiling dtrace-parser v0.2.0
19452025-05-15T03:25:46.954Z Compiling strum_macros v0.26.4
19462025-05-15T03:25:52.279Z Compiling serde_spanned v0.6.8
19472025-05-15T03:25:52.569Z Compiling toml_datetime v0.6.8
19482025-05-15T03:25:52.738Z Compiling signature v2.2.0
19492025-05-15T03:25:53.049Z Compiling daft-derive v0.1.3
19502025-05-15T03:25:53.186Z Compiling thread-id v4.2.2
19512025-05-15T03:25:53.246Z Compiling is_terminal_polyfill v1.70.1
19522025-05-15T03:25:53.407Z Compiling cfg_aliases v0.2.1
19532025-05-15T03:25:53.722Z Compiling fastrand v2.1.1
19542025-05-15T03:25:53.917Z Compiling zip v2.6.1
19552025-05-15T03:25:54.259Z Compiling colorchoice v1.0.2
19562025-05-15T03:25:54.395Z Compiling openssl-probe v0.1.5
19572025-05-15T03:25:54.420Z Compiling anstyle-query v1.1.1
19582025-05-15T03:25:54.583Z Compiling buf-list v1.0.3
19592025-05-15T03:25:55.142Z Compiling anstream v0.6.18
19602025-05-15T03:25:55.590Z Compiling tempfile v3.13.0
19612025-05-15T03:25:56.204Z Compiling nix v0.29.0
19622025-05-15T03:25:58.256Z Compiling rand_chacha v0.9.0
19632025-05-15T03:25:58.946Z Compiling crossbeam-epoch v0.9.18
19642025-05-15T03:25:59.125Z Compiling hyper-util v0.1.11
19652025-05-15T03:25:59.818Z Compiling hubpack_derive v0.1.1
19662025-05-15T03:26:00.888Z Compiling terminal_size v0.4.0
19672025-05-15T03:26:01.196Z Compiling hex v0.4.3
19682025-05-15T03:26:01.462Z Compiling serde_tokenstream v0.2.2
19692025-05-15T03:26:02.178Z Compiling num-integer v0.1.46
19702025-05-15T03:26:02.215Z Compiling curve25519-dalek-derive v0.1.1
19712025-05-15T03:26:03.277Z Compiling fs-err v3.1.0
19722025-05-15T03:26:03.757Z Compiling siphasher v0.3.11
19732025-05-15T03:26:04.273Z Compiling unicode-bidi v0.3.17
19742025-05-15T03:26:04.422Z Compiling radium v0.7.0
19752025-05-15T03:26:05.300Z Compiling unicode-properties v0.1.3
19762025-05-15T03:26:05.346Z Compiling clap_lex v0.7.4
19772025-05-15T03:26:05.525Z Compiling psl-types v2.0.11
19782025-05-15T03:26:05.621Z Compiling strsim v0.11.1
19792025-05-15T03:26:06.723Z Compiling clap_builder v4.5.35
19802025-05-15T03:26:06.778Z Compiling publicsuffix v2.3.0
19812025-05-15T03:26:07.055Z Compiling stringprep v0.1.5
19822025-05-15T03:26:07.499Z Compiling phf_shared v0.11.2
19832025-05-15T03:26:07.929Z Compiling num-iter v0.1.45
19842025-05-15T03:26:09.574Z Compiling crossbeam-deque v0.8.5
19852025-05-15T03:26:10.845Z Compiling rand v0.9.0
19862025-05-15T03:26:11.946Z Compiling tokio-native-tls v0.3.1
19872025-05-15T03:26:12.346Z Compiling ipnetwork v0.21.1
19882025-05-15T03:26:12.913Z Compiling flate2 v1.1.1
19892025-05-15T03:26:14.352Z Compiling http-body-util v0.1.3
19902025-05-15T03:26:14.441Z Compiling webpki-roots v0.26.6
19912025-05-15T03:26:16.260Z Compiling md-5 v0.10.6
19922025-05-15T03:26:16.415Z Compiling sync_wrapper v1.0.1
19932025-05-15T03:26:16.554Z Compiling hash32 v0.2.1
19942025-05-15T03:26:16.618Z Compiling ff v0.13.0
19952025-05-15T03:26:16.892Z Compiling gimli v0.31.1
19962025-05-15T03:26:17.754Z Compiling tap v1.0.1
19972025-05-15T03:26:17.940Z Compiling tower-layer v0.3.3
19982025-05-15T03:26:18.499Z Compiling base16ct v0.2.0
19992025-05-15T03:26:18.702Z Compiling thiserror v2.0.12
20002025-05-15T03:26:18.951Z Compiling heck v0.4.1
20012025-05-15T03:26:19.463Z Compiling camino v1.1.9
20022025-05-15T03:26:19.497Z Compiling fallible-iterator v0.2.0
20032025-05-15T03:26:20.182Z Compiling winnow v0.5.40
20042025-05-15T03:26:20.657Z Compiling rustls-webpki v0.102.8
20052025-05-15T03:26:21.521Z Compiling ipnet v2.11.0
20062025-05-15T03:26:22.704Z Compiling maybe-uninit v2.0.0
20072025-05-15T03:26:23.454Z Compiling addr2line v0.24.2
20082025-05-15T03:26:24.006Z Compiling toml_edit v0.19.15
20092025-05-15T03:26:24.593Z Compiling postgres-protocol v0.6.8
20102025-05-15T03:26:25.633Z Compiling strum_macros v0.25.3
20112025-05-15T03:26:25.735Z Compiling sec1 v0.7.3
20122025-05-15T03:26:26.888Z Compiling tower v0.5.2
20132025-05-15T03:26:27.897Z Compiling wyz v0.5.1
20142025-05-15T03:26:28.929Z Compiling group v0.13.0
20152025-05-15T03:26:29.278Z Compiling tokio-rustls v0.26.0
20162025-05-15T03:26:31.275Z Compiling hyper-tls v0.6.0
20172025-05-15T03:26:32.298Z Compiling oxnet v0.1.2
20182025-05-15T03:26:33.251Z Compiling clap v4.5.35
20192025-05-15T03:26:34.114Z Compiling cookie_store v0.21.1
20202025-05-15T03:26:35.927Z Compiling usdt-macro v0.5.0
20212025-05-15T03:26:36.114Z Compiling usdt-attr-macro v0.5.0
20222025-05-15T03:26:37.269Z Compiling bstr v1.10.0
20232025-05-15T03:26:38.169Z Compiling rustls-pemfile v2.2.0
20242025-05-15T03:26:38.239Z Compiling pkcs1 v0.7.5
20252025-05-15T03:26:38.474Z Compiling futures-executor v0.3.31
20262025-05-15T03:26:39.275Z Compiling serde_urlencoded v0.7.1
20272025-05-15T03:26:39.729Z Compiling hkdf v0.12.4
20282025-05-15T03:26:39.994Z Compiling enum-as-inner v0.6.1
20292025-05-15T03:26:40.068Z Compiling crypto-bigint v0.5.5
20302025-05-15T03:26:40.533Z Compiling serde_repr v0.1.19
20312025-05-15T03:26:40.584Z Compiling thiserror-impl v2.0.12
20322025-05-15T03:26:40.679Z Compiling zerocopy-derive v0.6.6
20332025-05-15T03:26:40.934Z Compiling object v0.36.5
20342025-05-15T03:26:41.570Z Compiling encoding_rs v0.8.34
20352025-05-15T03:26:42.300Z Compiling simd-adler32 v0.3.7
20362025-05-15T03:26:42.777Z Compiling lockfree-object-pool v0.1.6
20372025-05-15T03:26:43.049Z Compiling packed_struct v0.10.1
20382025-05-15T03:26:43.272Z Compiling bitflags v1.3.2
20392025-05-15T03:26:43.481Z Compiling rustc-demangle v0.1.24
20402025-05-15T03:26:44.292Z Compiling mime v0.3.17
20412025-05-15T03:26:44.326Z Compiling unicode-width v0.2.0
20422025-05-15T03:26:44.388Z Compiling bumpalo v3.16.0
20432025-05-15T03:26:44.848Z Compiling managed v0.8.0
20442025-05-15T03:26:47.578Z Compiling funty v2.0.0
20452025-05-15T03:26:49.520Z Compiling bitvec v1.0.1
20462025-05-15T03:26:49.713Z Compiling backtrace v0.3.74
20472025-05-15T03:26:53.193Z Compiling console v0.15.10
20482025-05-15T03:26:53.633Z Compiling zopfli v0.8.1
20492025-05-15T03:26:54.936Z Compiling elliptic-curve v0.13.8
20502025-05-15T03:26:54.961Z Compiling zerocopy v0.6.6
20512025-05-15T03:26:55.502Z Compiling rsa v0.9.6
20522025-05-15T03:26:55.641Z Compiling futures v0.3.31
20532025-05-15T03:26:56.233Z Compiling hyper-rustls v0.27.3
20542025-05-15T03:26:57.324Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20552025-05-15T03:26:58.825Z Compiling zstd v0.13.3
20562025-05-15T03:26:59.333Z Compiling daft v0.1.3
20572025-05-15T03:26:59.549Z Compiling signal-hook-mio v0.2.4
20582025-05-15T03:26:59.751Z Compiling rayon v1.10.0
20592025-05-15T03:26:59.946Z Compiling toml v0.7.8
20602025-05-15T03:27:00.990Z Compiling postgres-types v0.2.9
20612025-05-15T03:27:02.263Z Compiling phf v0.11.2
20622025-05-15T03:27:02.571Z Compiling ed25519 v2.2.3
20632025-05-15T03:27:02.700Z Compiling hubpack v0.1.2
20642025-05-15T03:27:02.860Z Compiling bzip2 v0.5.2
20652025-05-15T03:27:03.030Z Compiling bzip2 v0.4.4
20662025-05-15T03:27:03.398Z Compiling strum v0.26.3
20672025-05-15T03:27:04.022Z Compiling packed_struct_codegen v0.10.1
20682025-05-15T03:27:04.506Z Compiling x509-cert v0.2.5
20692025-05-15T03:27:04.531Z Compiling float-cmp v0.10.0
20702025-05-15T03:27:04.599Z Compiling rfc6979 v0.4.0
20712025-05-15T03:27:04.670Z Compiling serde-big-array v0.5.1
20722025-05-15T03:27:04.921Z Compiling structmeta-derive v0.3.0
20732025-05-15T03:27:05.878Z Compiling wait-timeout v0.2.0
20742025-05-15T03:27:06.257Z Compiling is-terminal v0.4.13
20752025-05-15T03:27:06.282Z Compiling memmap v0.7.0
20762025-05-15T03:27:06.436Z Compiling indexmap v1.9.3
20772025-05-15T03:27:06.785Z Compiling whoami v1.5.2
20782025-05-15T03:27:06.811Z Compiling fixedbitset v0.4.2
20792025-05-15T03:27:07.138Z Compiling predicates-core v1.0.8
20802025-05-15T03:27:07.238Z Compiling crc-catalog v2.4.0
20812025-05-15T03:27:07.435Z Compiling winnow v0.7.3
20822025-05-15T03:27:07.461Z Compiling new_debug_unreachable v1.0.6
20832025-05-15T03:27:07.588Z Compiling difflib v0.4.0
20842025-05-15T03:27:08.149Z Compiling static_assertions v1.1.0
20852025-05-15T03:27:08.273Z Compiling quick-error v1.2.3
20862025-05-15T03:27:08.494Z Compiling precomputed-hash v0.1.1
20872025-05-15T03:27:08.603Z Compiling number_prefix v0.4.0
20882025-05-15T03:27:08.861Z Compiling bit-vec v0.8.0
20892025-05-15T03:27:09.514Z Compiling normalize-line-endings v0.3.0
20902025-05-15T03:27:09.615Z Compiling unicode-segmentation v1.12.0
20912025-05-15T03:27:09.676Z Compiling data-encoding v2.6.0
20922025-05-15T03:27:10.874Z Compiling nodrop v0.1.14
20932025-05-15T03:27:11.042Z Compiling array-init v0.0.4
20942025-05-15T03:27:12.225Z Compiling toml_edit v0.22.24
20952025-05-15T03:27:13.956Z Compiling hickory-proto v0.24.4
20962025-05-15T03:27:14.478Z Compiling similar v2.7.0
20972025-05-15T03:27:16.215Z Compiling predicates v3.1.3
20982025-05-15T03:27:17.210Z Compiling bit-set v0.8.0
20992025-05-15T03:27:17.960Z Compiling indicatif v0.17.11
21002025-05-15T03:27:18.433Z Compiling string_cache v0.8.9
21012025-05-15T03:27:18.899Z Compiling rusty-fork v0.3.0
21022025-05-15T03:27:19.658Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
21032025-05-15T03:27:20.785Z Compiling crc v3.2.1
21042025-05-15T03:27:22.075Z Compiling tokio-postgres v0.7.13
21052025-05-15T03:27:22.606Z Compiling structmeta v0.3.0
21062025-05-15T03:27:23.001Z Compiling petgraph v0.6.5
21072025-05-15T03:27:23.321Z Compiling usdt v0.5.0
21082025-05-15T03:27:26.546Z Compiling ecdsa v0.16.9
21092025-05-15T03:27:28.027Z Compiling zip v0.6.6
21102025-05-15T03:27:29.847Z Compiling ed25519-dalek v2.1.1
21112025-05-15T03:27:30.230Z Compiling smallvec v0.6.14
21122025-05-15T03:27:30.642Z Compiling crossterm v0.28.1
21132025-05-15T03:27:32.903Z Compiling tokio-stream v0.1.17
21142025-05-15T03:27:33.280Z Compiling openapiv3 v2.0.0
21152025-05-15T03:27:33.546Z Compiling xattr v1.3.1
21162025-05-15T03:27:33.898Z Compiling sha1 v0.10.6
21172025-05-15T03:27:34.336Z Compiling pin-project-internal v1.1.6
21182025-05-15T03:27:34.362Z Compiling itertools v0.10.5
21192025-05-15T03:27:36.698Z Compiling rand_xorshift v0.3.0
21202025-05-15T03:27:36.742Z Compiling filetime v0.2.25
21212025-05-15T03:27:37.001Z Compiling winnow v0.6.26
21222025-05-15T03:27:37.065Z Compiling lalrpop-util v0.19.12
21232025-05-15T03:27:37.118Z Compiling bitfield v0.14.0
21242025-05-15T03:27:37.176Z Compiling same-file v1.0.6
21252025-05-15T03:27:37.241Z Compiling unarray v0.1.4
21262025-05-15T03:27:37.465Z Compiling termcolor v1.4.1
21272025-05-15T03:27:37.493Z Compiling base64 v0.21.7
21282025-05-15T03:27:37.520Z Compiling hashbrown v0.12.3
21292025-05-15T03:27:38.505Z Compiling unicode-xid v0.2.6
21302025-05-15T03:27:38.625Z Compiling peg-runtime v0.8.5
21312025-05-15T03:27:38.715Z Compiling ron v0.8.1
21322025-05-15T03:27:39.105Z Compiling env_logger v0.10.2
21332025-05-15T03:27:40.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21342025-05-15T03:27:40.744Z Compiling proptest v1.6.0
21352025-05-15T03:27:40.988Z Compiling walkdir v2.5.0
21362025-05-15T03:27:41.465Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21372025-05-15T03:27:42.660Z Compiling tar v0.4.44
21382025-05-15T03:27:42.715Z Compiling pin-project v1.1.6
21392025-05-15T03:27:45.674Z Compiling serde-hex v0.1.0
21402025-05-15T03:27:48.284Z Compiling test-strategy v0.4.0
21412025-05-15T03:27:48.459Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422025-05-15T03:27:49.194Z Compiling hashbrown v0.13.2
21432025-05-15T03:27:50.561Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442025-05-15T03:27:51.868Z Compiling snafu-derive v0.8.5
21452025-05-15T03:27:52.810Z Compiling blake3 v1.5.4
21462025-05-15T03:27:53.423Z Compiling dirs-sys-next v0.1.2
21472025-05-15T03:27:53.554Z Compiling fs-err v2.11.0
21482025-05-15T03:27:54.806Z Compiling crc-any v2.5.0
21492025-05-15T03:28:00.110Z Compiling snafu v0.8.5
21502025-05-15T03:28:00.916Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21512025-05-15T03:28:06.866Z Compiling dirs-next v2.0.0
21522025-05-15T03:28:09.808Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21532025-05-15T03:28:12.030Z Compiling object v0.30.4
21542025-05-15T03:28:12.186Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21552025-05-15T03:28:13.183Z Compiling camino-tempfile v1.3.0
21562025-05-15T03:28:13.589Z Compiling globset v0.4.15
21572025-05-15T03:28:15.154Z Compiling olpc-cjson v0.1.4
21582025-05-15T03:28:15.486Z Compiling pem v3.0.5
21592025-05-15T03:28:17.980Z Compiling cargo-platform v0.1.8
21602025-05-15T03:28:18.139Z Compiling serde_plain v1.0.2
21612025-05-15T03:28:18.978Z Compiling async-recursion v1.1.1
21622025-05-15T03:28:19.375Z Compiling thread_local v1.1.8
21632025-05-15T03:28:19.454Z Compiling memmap2 v0.9.5
21642025-05-15T03:28:20.043Z Compiling constant_time_eq v0.3.1
21652025-05-15T03:28:20.085Z Compiling path-slash v0.1.5
21662025-05-15T03:28:20.229Z Compiling arrayvec v0.7.6
21672025-05-15T03:28:20.823Z Compiling typed-path v0.9.3
21682025-05-15T03:28:20.848Z Compiling slog-async v2.8.0
21692025-05-15T03:28:21.308Z Compiling arrayref v0.3.9
21702025-05-15T03:28:21.495Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
21712025-05-15T03:28:21.520Z Compiling cargo_metadata v0.19.2
21722025-05-15T03:28:21.576Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21732025-05-15T03:28:22.016Z Compiling term v0.7.0
21742025-05-15T03:28:22.994Z Compiling toml v0.8.20
21752025-05-15T03:28:23.469Z Compiling tough v0.20.0
21762025-05-15T03:28:23.562Z Compiling itertools v0.13.0
21772025-05-15T03:28:23.662Z Compiling crossbeam-channel v0.5.15
21782025-05-15T03:28:25.042Z Compiling serde_path_to_error v0.1.16
21792025-05-15T03:28:25.756Z Compiling take_mut v0.2.2
21802025-05-15T03:28:25.965Z Compiling parse-size v1.1.0
21812025-05-15T03:28:26.039Z Compiling debug-ignore v1.0.5
21822025-05-15T03:28:26.241Z Compiling topological-sort v0.2.2
21832025-05-15T03:28:26.306Z Compiling indent_write v2.2.0
21842025-05-15T03:28:26.560Z Compiling omicron-zone-package v0.12.2
21852025-05-15T03:28:27.084Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
21862025-05-15T03:28:27.505Z Compiling slog-term v2.9.1
21872025-05-15T03:28:28.487Z Compiling shell-words v1.1.0
21882025-05-15T03:28:29.426Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21892025-05-15T03:28:39.585Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21902025-05-15T03:28:56.165Z Finished `release` profile [optimized] target(s) in 4m 53s
21912025-05-15T03:28:56.322Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
21922025-05-15T03:28:56.397ZMay 15 03:28:55.819 DEBG changing working directory to /work/oxidecomputer/omicron
21932025-05-15T03:28:56.565ZMay 15 03:28:55.989 DEBG running: git rev-parse HEAD
21942025-05-15T03:28:56.590ZMay 15 03:28:55.997 DEBG process exited with exit status: 0 (8.48942ms)
21952025-05-15T03:28:56.590ZMay 15 03:28:55.998 INFO version: 15.0.0-0.ci+gitc1c495b12d1
21962025-05-15T03:28:56.625ZMay 15 03:28:56.050 INFO cloning helios to /work/oxidecomputer/helios
21972025-05-15T03:28:56.625ZMay 15 03:28:56.050 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21982025-05-15T03:28:56.651ZCloning into '/work/oxidecomputer/helios'...
21992025-05-15T03:28:57.292ZMay 15 03:28:56.716 DEBG process exited with exit status: 0 (666.025245ms)
22002025-05-15T03:28:57.292ZMay 15 03:28:56.716 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
22012025-05-15T03:28:57.317ZMay 15 03:28:56.726 DEBG process exited with exit status: 0 (10.137877ms)
22022025-05-15T03:28:57.317ZMay 15 03:28:56.726 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22032025-05-15T03:28:58.729ZMay 15 03:28:58.153 DEBG process exited with exit status: 0 (1.426701801s)
22042025-05-15T03:28:58.729ZMay 15 03:28:58.153 DEBG running: zfs list rpool/images/build/host
22052025-05-15T03:28:58.754ZNAME USED AVAIL REFER MOUNTPOINT
22062025-05-15T03:28:58.754Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
22072025-05-15T03:28:58.754ZMay 15 03:28:58.164 DEBG process exited with exit status: 0 (11.417907ms)
22082025-05-15T03:28:58.754ZMay 15 03:28:58.165 DEBG running: zfs list rpool/images/build/recovery
22092025-05-15T03:28:58.754ZNAME USED AVAIL REFER MOUNTPOINT
22102025-05-15T03:28:58.754Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
22112025-05-15T03:28:58.754ZMay 15 03:28:58.176 DEBG process exited with exit status: 0 (11.311781ms)
22122025-05-15T03:28:58.754ZMay 15 03:28:58.178 INFO [hubris-staging] running task
22132025-05-15T03:28:58.754ZMay 15 03:28:58.178 INFO [incorp-manifest] running task
22142025-05-15T03:28:58.754ZMay 15 03:28:58.178 INFO [hubris-production] running task
22152025-05-15T03:28:58.780ZMay 15 03:28:58.179 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22162025-05-15T03:28:58.780ZMay 15 03:28:58.184 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri '*@latest'
22172025-05-15T03:28:58.780ZMay 15 03:28:58.191 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22182025-05-15T03:28:58.780ZMay 15 03:28:58.197 INFO [incorp-create] running: pkgrepo create /work/incorporation
22192025-05-15T03:28:58.889Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22202025-05-15T03:28:59.286ZMay 15 03:28:58.710 INFO [incorp-create] process exited with exit status: 0 (512.793719ms)
22212025-05-15T03:28:59.312ZMay 15 03:28:58.711 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
22222025-05-15T03:28:59.720Z[ omicron-package] Blocking waiting for file lock on package cache
22232025-05-15T03:28:59.752ZMay 15 03:28:59.175 INFO [incorp-publisher] process exited with exit status: 0 (463.891489ms)
22242025-05-15T03:29:00.415Z[ omicron-package] Blocking waiting for file lock on package cache
22252025-05-15T03:29:01.791Z[ omicron-package] Compiling ring v0.17.14
22262025-05-15T03:29:01.821Z[ omicron-package] Compiling ident_case v1.0.1
22272025-05-15T03:29:01.821Z[ omicron-package] Compiling thiserror v2.0.12
22282025-05-15T03:29:01.822Z[ omicron-package] Compiling regress v0.10.3
22292025-05-15T03:29:01.822Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22302025-05-15T03:29:01.822Z[ omicron-package] Compiling itertools v0.13.0
22312025-05-15T03:29:01.822Z[ omicron-package] Compiling macaddr v1.0.1
22322025-05-15T03:29:02.318Z[ omicron-package] Compiling darling_core v0.20.10
22332025-05-15T03:29:03.984Z[ omicron-package] Compiling heapless v0.8.0
22342025-05-15T03:29:04.300ZMay 15 03:29:03.725 INFO [hubris-production] task succeeded (5.54678961s)
22352025-05-15T03:29:04.399Z[ omicron-package] Compiling num_enum_derive v0.5.11
22362025-05-15T03:29:06.407Z[ omicron-package] Compiling hash32 v0.3.1
22372025-05-15T03:29:07.294Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382025-05-15T03:29:08.289Z[ omicron-package] Compiling smoltcp v0.11.0
22392025-05-15T03:29:08.400Z[ omicron-package] Compiling heck v0.5.0
22402025-05-15T03:29:08.597Z[ omicron-package] Compiling num_enum v0.5.11
22412025-05-15T03:29:09.354Z[ omicron-package] Compiling rustls v0.23.19
22422025-05-15T03:29:09.972Z[ omicron-package] Compiling typify-impl v0.3.0
22432025-05-15T03:29:11.009Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22442025-05-15T03:29:11.147Z[ omicron-package] Compiling unsafe-libyaml v0.2.11
22452025-05-15T03:29:11.915Z[ omicron-package] Compiling cobs v0.2.3
22462025-05-15T03:29:12.297Z[ omicron-package] Compiling rustls v0.22.4
22472025-05-15T03:29:13.202Z[ omicron-package] Compiling darling_macro v0.20.10
22482025-05-15T03:29:13.622Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22492025-05-15T03:29:14.413Z[ omicron-package] Compiling serde_yaml v0.9.34+deprecated
22502025-05-15T03:29:14.645Z[ omicron-package] Compiling postcard v1.0.10
22512025-05-15T03:29:15.400Z[ omicron-package] Compiling rustls-webpki v0.102.8
22522025-05-15T03:29:16.347Z[ omicron-package] Compiling darling v0.20.10
22532025-05-15T03:29:16.762Z[ omicron-package] Compiling ingot-macros v0.1.0
22542025-05-15T03:29:18.333Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22552025-05-15T03:29:19.277Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22562025-05-15T03:29:19.504Z[ omicron-package] Compiling multer v3.1.0
22572025-05-15T03:29:19.873Z[ omicron-package] Compiling proc-macro-error v1.0.4
22582025-05-15T03:29:19.968Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22592025-05-15T03:29:20.756Z[ omicron-package] Compiling match_cfg v0.1.0
22602025-05-15T03:29:21.144Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22612025-05-15T03:29:21.577Z[ omicron-package] Compiling unicode-width v0.1.14
22622025-05-15T03:29:21.944Z[ omicron-package] Compiling foreign-types v0.5.0
22632025-05-15T03:29:22.270Z[ omicron-package] Compiling hostname v0.3.1
22642025-05-15T03:29:22.683Z[ omicron-package] Compiling tabwriter v1.4.0
22652025-05-15T03:29:24.894Z[ omicron-package] Compiling slog-json v2.6.1
22662025-05-15T03:29:24.981Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672025-05-15T03:29:25.028Z[ omicron-package] Compiling ingot-types v0.1.0
22682025-05-15T03:29:25.456Z[ omicron-package] Compiling typify-macro v0.3.0
22692025-05-15T03:29:26.349Z[ omicron-package] Compiling cstr-argument v0.1.2
22702025-05-15T03:29:26.566Z[ omicron-package] Compiling ingot v0.1.0
22712025-05-15T03:29:27.817Z[ omicron-package] Compiling tokio-rustls v0.26.0
22722025-05-15T03:29:28.529Z[ omicron-package] Compiling hyper-rustls v0.27.3
22732025-05-15T03:29:29.189Z[ omicron-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22742025-05-15T03:29:29.553Z[ omicron-package] Compiling typify v0.3.0
22752025-05-15T03:29:29.830Z[ omicron-package] Compiling progenitor-impl v0.9.1
22762025-05-15T03:29:33.333Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22772025-05-15T03:29:34.342Z[ omicron-package] Compiling dropshot v0.16.0
22782025-05-15T03:29:35.003Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22792025-05-15T03:29:36.383Z[ omicron-package] Compiling async-stream-impl v0.3.6
22802025-05-15T03:29:37.320Z[ omicron-package] Compiling pretty-hex v0.2.1
22812025-05-15T03:29:37.904Z[ omicron-package] Compiling progenitor-macro v0.9.1
22822025-05-15T03:29:37.972Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22832025-05-15T03:29:38.243ZMay 15 03:29:37.667 DEBG process exited with exit status: 0 (39.482943576s)
22842025-05-15T03:29:38.272ZMay 15 03:29:37.670 INFO [incorp-manifest] task succeeded (39.491771995s)
22852025-05-15T03:29:38.272ZMay 15 03:29:37.670 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
22862025-05-15T03:29:38.577Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22872025-05-15T03:29:39.028ZMay 15 03:29:38.454 INFO [incorp-fmt] process exited with exit status: 0 (783.770116ms)
22882025-05-15T03:29:39.054ZMay 15 03:29:38.479 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
22892025-05-15T03:29:39.490Z[ omicron-package] Compiling async-stream v0.3.6
22902025-05-15T03:29:39.995Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22912025-05-15T03:29:40.188Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250515T032939Z
22922025-05-15T03:29:40.189Z[ incorp-pkgsend] PUBLISHED
22932025-05-15T03:29:40.273ZMay 15 03:29:39.700 INFO [incorp-pkgsend] process exited with exit status: 0 (1.220688098s)
22942025-05-15T03:29:40.274ZMay 15 03:29:39.700 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
22952025-05-15T03:29:41.015Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
22962025-05-15T03:29:41.041Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
22972025-05-15T03:29:41.084Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
22982025-05-15T03:29:41.084Z[ helios-incorp] Fetching manifests: 1/1 100% complete
22992025-05-15T03:29:41.110Z[ helios-incorp] Fetching manifests: 1/1 100% complete
23002025-05-15T03:29:41.111Z[ helios-incorp]
23012025-05-15T03:29:41.111Z[ helios-incorp] Archiving packages ...
23022025-05-15T03:29:41.136Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032025-05-15T03:29:41.165Z[ helios-incorp] Packages to add: 1
23042025-05-15T03:29:41.195Z[ helios-incorp] Files to retrieve: 0
23052025-05-15T03:29:41.223Z[ helios-incorp] Estimated transfer size: 0.00 B
23062025-05-15T03:29:41.224Z[ helios-incorp]
23072025-05-15T03:29:41.224Z[ helios-incorp] Packages to archive:
23082025-05-15T03:29:41.224Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250515T032939Z
23092025-05-15T03:29:41.224Z[ helios-incorp]
23102025-05-15T03:29:41.224Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
23112025-05-15T03:29:41.224Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
23122025-05-15T03:29:41.254ZMay 15 03:29:40.654 INFO [helios-incorp] process exited with exit status: 0 (952.876779ms)
23132025-05-15T03:29:41.286Z[ omicron-package] Compiling tokio-rustls v0.25.0
23142025-05-15T03:29:42.344Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152025-05-15T03:29:42.397Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162025-05-15T03:29:42.702Z[ omicron-package] Compiling slog-bunyan v2.5.0
23172025-05-15T03:29:44.120Z[ omicron-package] Compiling serde_with_macros v3.12.0
23182025-05-15T03:29:49.181Z[ omicron-package] Compiling progenitor-client v0.9.1
23192025-05-15T03:29:49.260Z[ omicron-package] Compiling parse-display-derive v0.10.0
23202025-05-15T03:29:49.260Z[ omicron-package] Compiling colored v2.2.0
23212025-05-15T03:29:49.291Z[ omicron-package] Compiling waitgroup v0.1.2
23222025-05-15T03:29:49.317Z[ helios-setup] May 15 03:29:48.728 INFO helios repository root is: /work/oxidecomputer/helios
23232025-05-15T03:29:49.317Z[ helios-setup] May 15 03:29:48.731 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
23242025-05-15T03:29:49.317Z[ helios-setup] May 15 03:29:48.731 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23252025-05-15T03:29:49.317Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23262025-05-15T03:29:49.457Z[ omicron-package] Compiling dropshot_endpoint v0.16.0
23272025-05-15T03:29:50.082Z[ omicron-package] Compiling progenitor v0.9.1
23282025-05-15T03:29:50.375Z[ omicron-package] Compiling instant v0.1.13
23292025-05-15T03:29:50.541Z[ omicron-package] Compiling hostname v0.4.0
23302025-05-15T03:29:50.595Z[ helios-setup] May 15 03:29:50.021 INFO clone ok!, project: chelsio-t6-roms
23312025-05-15T03:29:50.595Z[ helios-setup] May 15 03:29:50.021 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
23322025-05-15T03:29:50.595Z[ helios-setup] May 15 03:29:50.021 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23332025-05-15T03:29:50.619Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23342025-05-15T03:29:50.645Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352025-05-15T03:29:50.929Z[ omicron-package] Compiling derive-where v1.2.7
23362025-05-15T03:29:51.418Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23372025-05-15T03:29:51.975Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
23382025-05-15T03:29:52.051Z[ helios-setup] May 15 03:29:51.478 INFO clone ok!, project: pilot
23392025-05-15T03:29:52.077Z[ helios-setup] May 15 03:29:51.479 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23402025-05-15T03:29:52.077Z[ helios-setup] May 15 03:29:51.479 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23412025-05-15T03:29:52.077Z[ helios-setup] May 15 03:29:51.479 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
23422025-05-15T03:29:52.077Z[ helios-setup] May 15 03:29:51.479 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23432025-05-15T03:29:52.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23442025-05-15T03:29:52.854Z[ helios-setup] May 15 03:29:52.280 INFO clone ok!, project: image-builder
23452025-05-15T03:29:52.879Z[ helios-setup] May 15 03:29:52.280 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23462025-05-15T03:29:52.880Z[ helios-setup] May 15 03:29:52.280 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-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: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
23472025-05-15T03:29:52.880Z[ helios-setup] May 15 03:29:52.281 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
23482025-05-15T03:29:52.880Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23492025-05-15T03:29:53.768Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23502025-05-15T03:29:53.841Z[ helios-setup] May 15 03:29:53.268 INFO clone ok!, project: amd-host-image-builder
23512025-05-15T03:29:53.866Z[ helios-setup] May 15 03:29:53.268 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
23522025-05-15T03:29:53.867Z[ helios-setup] May 15 03:29:53.268 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23532025-05-15T03:29:53.867Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23542025-05-15T03:29:54.148Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552025-05-15T03:29:54.396Z[ omicron-package] Compiling parse-display v0.10.0
23562025-05-15T03:29:54.851ZMay 15 03:29:54.278 INFO [hubris-staging] task succeeded (56.100589039s)
23572025-05-15T03:29:54.957Z[ omicron-package] Compiling backoff v0.4.0
23582025-05-15T03:29:55.369Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
23592025-05-15T03:30:03.758Z[ helios-setup] May 15 03:30:03.186 INFO clone ok!, project: amd-firmware
23602025-05-15T03:30:03.758Z[ helios-setup] May 15 03:30:03.186 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
23612025-05-15T03:30:03.785Z[ helios-setup] May 15 03:30:03.186 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23622025-05-15T03:30:03.785Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23632025-05-15T03:30:05.204Z[ omicron-package] Compiling serde_with v3.12.0
23642025-05-15T03:30:05.642Z[ omicron-package] Compiling progenitor-client v0.10.0
23652025-05-15T03:30:06.539Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23662025-05-15T03:30:07.754Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23672025-05-15T03:30:08.594Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23682025-05-15T03:30:09.077Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
23692025-05-15T03:30:09.400Z[ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23702025-05-15T03:30:09.496Z[ helios-setup] May 15 03:30:08.924 INFO clone ok!, project: bootserver
23712025-05-15T03:30:09.522Z[ helios-setup] May 15 03:30:08.925 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
23722025-05-15T03:30:09.522Z[ helios-setup] May 15 03:30:08.925 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23732025-05-15T03:30:09.522Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23742025-05-15T03:30:09.634Z[ omicron-package] Compiling sigpipe v0.1.3
23752025-05-15T03:30:09.808Z[ omicron-package] Compiling num-derive v0.4.2
23762025-05-15T03:30:10.191Z[ omicron-package] Compiling libefi-sys v0.1.0
23772025-05-15T03:30:10.217Z[ helios-setup] May 15 03:30:09.626 INFO clone ok!, project: pinprick
23782025-05-15T03:30:10.217Z[ helios-setup] May 15 03:30:09.627 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
23792025-05-15T03:30:10.217Z[ helios-setup] May 15 03:30:09.627 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23802025-05-15T03:30:10.217Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23812025-05-15T03:30:10.582Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23822025-05-15T03:30:11.010Z[ omicron-package] Compiling jiff v0.2.13
23832025-05-15T03:30:11.036Z[ helios-setup] May 15 03:30:10.441 INFO clone ok!, project: phbl
23842025-05-15T03:30:11.036Z[ helios-setup] May 15 03:30:10.441 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23852025-05-15T03:30:11.607Z[ helios-setup] May 15 03:30:11.036 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23862025-05-15T03:30:11.843Z[ omicron-package] Compiling glob v0.3.2
23872025-05-15T03:30:12.046Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
23882025-05-15T03:30:12.186Z[ helios-setup] May 15 03:30:11.615 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23892025-05-15T03:30:12.186Z[ helios-setup] May 15 03:30:11.615 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23902025-05-15T03:30:12.705Z[ helios-setup] May 15 03:30:12.133 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23912025-05-15T03:30:13.181Z[ helios-setup] May 15 03:30:12.604 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23922025-05-15T03:30:13.181Z[ helios-setup] May 15 03:30:12.605 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23932025-05-15T03:30:13.689Z[ helios-setup] May 15 03:30:13.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23942025-05-15T03:30:13.837Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952025-05-15T03:30:14.181Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
23962025-05-15T03:30:14.230Z[ helios-setup] May 15 03:30:13.658 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23972025-05-15T03:30:14.230Z[ helios-setup] May 15 03:30:13.658 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23982025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.658 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23992025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO ok!
24002025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24012025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24022025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO ok!
24032025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24042025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24052025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO ok!
24062025-05-15T03:30:14.256Z[ helios-setup] May 15 03:30:13.659 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
24072025-05-15T03:30:14.360Z[ helios-setup] May 15 03:30:13.788 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.86.0-x86_64-unknown-illumos (default)"
24082025-05-15T03:30:14.360Z[ helios-setup] May 15 03:30:13.788 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24092025-05-15T03:30:14.386Z[ helios-setup] May 15 03:30:13.788 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24102025-05-15T03:30:14.693Z[ helios-setup] May 15 03:30:14.121 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24112025-05-15T03:30:14.836Z[ omicron-package] Compiling zone v0.3.1
24122025-05-15T03:30:15.582Z[ helios-setup] May 15 03:30:15.010 INFO E| From https://github.com/oxidecomputer/progenitor
24132025-05-15T03:30:15.582Z[ helios-setup] May 15 03:30:15.010 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24142025-05-15T03:30:15.689Z[ helios-setup] May 15 03:30:15.117 INFO E| Updating crates.io index
24152025-05-15T03:30:15.714Z[ helios-setup] May 15 03:30:15.119 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24162025-05-15T03:30:16.110Z[ helios-setup] May 15 03:30:15.538 INFO E| From https://github.com/jclulow/hiercmd
24172025-05-15T03:30:16.110Z[ helios-setup] May 15 03:30:15.538 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24182025-05-15T03:30:16.260Z[ helios-setup] May 15 03:30:15.688 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24192025-05-15T03:30:16.328Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
24202025-05-15T03:30:16.759Z[ helios-setup] May 15 03:30:16.187 INFO E| From https://github.com/jclulow/network-interface
24212025-05-15T03:30:16.759Z[ helios-setup] May 15 03:30:16.187 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24222025-05-15T03:30:16.797Z[ helios-setup] May 15 03:30:16.225 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24232025-05-15T03:30:16.996Z[ omicron-package] Compiling itertools v0.14.0
24242025-05-15T03:30:17.332Z[ helios-setup] May 15 03:30:16.760 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24252025-05-15T03:30:17.332Z[ helios-setup] May 15 03:30:16.760 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24262025-05-15T03:30:17.364Z[ helios-setup] May 15 03:30:16.793 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24272025-05-15T03:30:18.048Z[ omicron-package] Compiling smf v0.2.3
24282025-05-15T03:30:18.164Z[ helios-setup] May 15 03:30:17.590 INFO E| From https://github.com/oxidecomputer/facade
24292025-05-15T03:30:18.164Z[ helios-setup] May 15 03:30:17.590 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24302025-05-15T03:30:18.217Z[ helios-setup] May 15 03:30:17.639 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24312025-05-15T03:30:19.337Z[ helios-setup] May 15 03:30:18.764 INFO E| From https://github.com/oxidecomputer/dropshot
24322025-05-15T03:30:19.337Z[ helios-setup] May 15 03:30:18.764 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24332025-05-15T03:30:19.417Z[ helios-setup] May 15 03:30:18.845 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24342025-05-15T03:30:19.948Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24352025-05-15T03:30:21.269Z[ helios-setup] May 15 03:30:19.845 INFO E| From https://github.com/oxidecomputer/typify
24362025-05-15T03:30:21.270Z[ helios-setup] May 15 03:30:19.845 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24372025-05-15T03:30:21.846Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24382025-05-15T03:30:21.846Z[ omicron-package] Compiling bitfield-struct v0.6.2
24392025-05-15T03:30:21.846Z[ helios-setup] May 15 03:30:20.207 INFO E| Downloading crates ...
24402025-05-15T03:30:21.846Z[ helios-setup] May 15 03:30:20.404 INFO E| Downloaded anstyle v0.3.5
24412025-05-15T03:30:21.846Z[ helios-setup] May 15 03:30:20.414 INFO E| Downloaded dyn-clone v1.0.11
24422025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.418 INFO E| Downloaded crossbeam-channel v0.5.6
24432025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.425 INFO E| Downloaded cpufeatures v0.2.5
24442025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.466 INFO E| Downloaded want v0.3.0
24452025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.484 INFO E| Downloaded walkdir v2.3.3
24462025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.498 INFO E| Downloaded uuid v1.3.0
24472025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.526 INFO E| Downloaded url v2.3.1
24482025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.539 INFO E| Downloaded tracing v0.1.37
24492025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.546 INFO E| Downloaded num-traits v0.2.15
24502025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.555 INFO E| Downloaded winnow v0.4.1
24512025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.577 INFO E| Downloaded scopeguard v1.1.0
24522025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.580 INFO E| Downloaded schemars v0.8.12
24532025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.605 INFO E| Downloaded libc v0.2.139
24542025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.642 INFO E| Downloaded rustls-webpki v0.100.1
24552025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.652 INFO E| Downloaded syn v2.0.72
24562025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.670 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24572025-05-15T03:30:21.847Z[ helios-setup] May 15 03:30:20.674 INFO E| Downloaded lazy_static v1.4.0
24582025-05-15T03:30:21.848Z[ helios-setup] May 15 03:30:20.676 INFO E| Downloaded flate2 v1.0.25
24592025-05-15T03:30:21.848Z[ helios-setup] May 15 03:30:20.683 INFO E| Downloaded rustls-pemfile v1.0.2
24602025-05-15T03:30:21.848Z[ helios-setup] May 15 03:30:20.687 INFO E| Downloaded tokio v1.27.0
24612025-05-15T03:30:21.848Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24622025-05-15T03:30:21.912Z[ helios-setup] May 15 03:30:20.746 INFO E| Downloaded textwrap v0.16.0
24632025-05-15T03:30:21.912Z[ helios-setup] May 15 03:30:20.750 INFO E| Downloaded rustls v0.21.0
24642025-05-15T03:30:21.913Z[ helios-setup] May 15 03:30:20.766 INFO E| Downloaded unicode-linebreak v0.1.4
24652025-05-15T03:30:21.913Z[ helios-setup] May 15 03:30:20.769 INFO E| Downloaded sha1 v0.10.5
24662025-05-15T03:30:21.913Z[ helios-setup] May 15 03:30:20.772 INFO E| Downloaded regress v0.5.0
24672025-05-15T03:30:21.913Z[ helios-setup] May 15 03:30:20.781 INFO E| Downloaded rhai v1.14.0
24682025-05-15T03:30:21.913Z[ helios-setup] May 15 03:30:20.798 INFO E| Downloaded miniz_oxide v0.6.2
24692025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.801 INFO E| Downloaded ryu v1.0.13
24702025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.806 INFO E| Downloaded httpdate v1.0.2
24712025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.808 INFO E| Downloaded ipnet v2.7.2
24722025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.810 INFO E| Downloaded futures-macro v0.3.28
24732025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.813 INFO E| Downloaded reqwest v0.11.16
24742025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.824 INFO E| Downloaded encoding_rs v0.8.32
24752025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.853 INFO E| Downloaded futures-util v0.3.28
24762025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.870 INFO E| Downloaded idna v0.3.0
24772025-05-15T03:30:21.914Z[ helios-setup] May 15 03:30:20.879 INFO E| Downloaded openapiv3 v1.0.2
24782025-05-15T03:30:21.915Z[ helios-setup] May 15 03:30:20.897 INFO E| Downloaded futures v0.3.28
24792025-05-15T03:30:21.915Z[ helios-setup] May 15 03:30:20.903 INFO E| Downloaded syn v1.0.107
24802025-05-15T03:30:21.920Z[ helios-setup] May 15 03:30:20.920 INFO E| Downloaded rustix v0.37.3
24812025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.945 INFO E| Downloaded regex v1.7.3
24822025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.956 INFO E| Downloaded ppv-lite86 v0.2.17
24832025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.958 INFO E| Downloaded percent-encoding v2.2.0
24842025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.959 INFO E| Downloaded paste v1.0.12
24852025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.963 INFO E| Downloaded num_cpus v1.15.0
24862025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.967 INFO E| Downloaded memchr v2.5.0
24872025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.972 INFO E| Downloaded project-root v0.2.2
24882025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.974 INFO E| Downloaded form_urlencoded v1.1.0
24892025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.975 INFO E| Downloaded rustfmt-wrapper v0.2.0
24902025-05-15T03:30:21.921Z[ helios-setup] May 15 03:30:20.976 INFO E| Downloaded rhai_codegen v1.5.0
24912025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.987 INFO E| Downloaded memoffset v0.7.1
24922025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.990 INFO E| Downloaded http-body v0.4.5
24932025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.992 INFO E| Downloaded getrandom v0.2.8
24942025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.995 INFO E| Downloaded either v1.8.0
24952025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.997 INFO E| Downloaded crossbeam-deque v0.8.2
24962025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:20.999 INFO E| Downloaded concolor-query v0.3.3
24972025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:21.001 INFO E| Downloaded concolor-override v1.0.0
24982025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:21.002 INFO E| Downloaded schemars_derive v0.8.12
24992025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:21.004 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25002025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:21.080 INFO E| Downloaded rayon-core v1.10.2
25012025-05-15T03:30:21.922Z[ helios-setup] May 15 03:30:21.085 INFO E| Downloaded unicode-normalization v0.1.22
25022025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.090 INFO E| Downloaded serde_json v1.0.95
25032025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.100 INFO E| Downloaded hyper v0.14.25
25042025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.111 INFO E| Downloaded generic-array v0.14.6
25052025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.113 INFO E| Downloaded clap v4.2.1
25062025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.132 INFO E| Downloaded cargo-lock v8.0.3
25072025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.136 INFO E| Downloaded camino v1.1.4
25082025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.139 INFO E| Downloaded byteorder v1.4.3
25092025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.141 INFO E| Downloaded async-trait v0.1.68
25102025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.146 INFO E| Downloaded toml_edit v0.19.8
25112025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.168 INFO E| Downloaded tokio-util v0.7.7
25122025-05-15T03:30:21.923Z[ helios-setup] May 15 03:30:21.177 INFO E| Downloaded serde v1.0.204
25132025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.181 INFO E| Downloaded rayon v1.6.1
25142025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.193 INFO E| Downloaded proc-macro2 v1.0.86
25152025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.197 INFO E| Downloaded pest v2.5.7
25162025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.203 INFO E| Downloaded once_cell v1.17.0
25172025-05-15T03:30:21.924Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.208 INFO E| Downloaded itoa v1.0.6
25192025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.210 INFO E| Downloaded h2 v0.3.16
25202025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.238 INFO E| Downloaded git2 v0.16.1
25212025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.250 INFO E| Downloaded futures-executor v0.3.28
25222025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.253 INFO E| Downloaded clap_builder v4.2.1
25232025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.262 INFO E| Downloaded anyhow v1.0.68
25242025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.269 INFO E| Downloaded tracing-core v0.1.30
25252025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.275 INFO E| Downloaded toml v0.5.11
25262025-05-15T03:30:21.924Z[ helios-setup] May 15 03:30:21.279 INFO E| Downloaded socket2 v0.4.9
25272025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.282 INFO E| Downloaded slab v0.4.7
25282025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.284 INFO E| Downloaded serde_yaml v0.9.21
25292025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.289 INFO E| Downloaded quote v1.0.36
25302025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.292 INFO E| Downloaded proc-macro-crate v1.2.1
25312025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.294 INFO E| Downloaded num_enum_derive v0.5.7
25322025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.295 INFO E| Downloaded lock_api v0.4.9
25332025-05-15T03:30:21.925Z[ helios-setup] May 15 03:30:21.298 INFO E| Downloaded http v0.2.9
25342025-05-15T03:30:21.997Z[ helios-setup] May 15 03:30:21.303 INFO E| Downloaded home v0.5.4
25352025-05-15T03:30:21.997Z[ helios-setup] May 15 03:30:21.305 INFO E| Downloaded ahash v0.8.3
25362025-05-15T03:30:21.997Z[ helios-setup] May 15 03:30:21.308 INFO E| Downloaded unsafe-libyaml v0.2.8
25372025-05-15T03:30:21.997Z[ helios-setup] May 15 03:30:21.350 INFO E| Downloaded unicode-ident v1.0.8
25382025-05-15T03:30:21.997Z[ helios-setup] May 15 03:30:21.359 INFO E| Downloaded unicode-bidi v0.3.13
25392025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.383 INFO E| Downloaded ucd-trie v0.1.5
25402025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.391 INFO E| Downloaded typenum v1.16.0
25412025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.400 INFO E| Downloaded tungstenite v0.18.0
25422025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.404 INFO E| Downloaded toml v0.7.3
25432025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.413 INFO E| Downloaded tokio-rustls v0.24.0
25442025-05-15T03:30:22.064Z[ helios-setup] May 15 03:30:21.418 INFO E| Downloaded tinyvec v1.6.0
25452025-05-15T03:30:22.065Z[ helios-setup] May 15 03:30:21.430 INFO E| Downloaded time v0.1.45
25462025-05-15T03:30:22.065Z[ helios-setup] May 15 03:30:21.439 INFO E| Downloaded tempfile v3.5.0
25472025-05-15T03:30:22.065Z[ helios-setup] May 15 03:30:21.448 INFO E| Downloaded smartstring v1.0.1
25482025-05-15T03:30:22.139Z[ helios-setup] May 15 03:30:21.465 INFO E| Downloaded smallvec v1.10.0
25492025-05-15T03:30:22.140Z[ helios-setup] May 15 03:30:21.473 INFO E| Downloaded serde_derive_internals v0.26.0
25502025-05-15T03:30:22.140Z[ helios-setup] May 15 03:30:21.476 INFO E| Downloaded serde_derive v1.0.204
25512025-05-15T03:30:22.140Z[ helios-setup] May 15 03:30:21.487 INFO E| Downloaded sct v0.7.0
25522025-05-15T03:30:22.140Z[ helios-setup] May 15 03:30:21.497 INFO E| Downloaded libz-sys v1.1.8
25532025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.565 INFO E| Downloaded pkg-config v0.3.26
25542025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.567 INFO E| Downloaded parking_lot_core v0.9.6
25552025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.569 INFO E| Downloaded parking_lot v0.12.1
25562025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.572 INFO E| Downloaded num_enum v0.5.7
25572025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.577 INFO E| Downloaded num-integer v0.1.45
25582025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.579 INFO E| Downloaded mio v0.8.5
25592025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.585 INFO E| Downloaded is-terminal v0.4.7
25602025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.587 INFO E| Downloaded iana-time-zone v0.1.56
25612025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.589 INFO E| Downloaded httparse v1.8.0
25622025-05-15T03:30:22.193Z[ helios-setup] May 15 03:30:21.592 INFO E| Downloaded futures-task v0.3.28
25632025-05-15T03:30:22.194Z[ helios-setup] May 15 03:30:21.593 INFO E| Downloaded futures-io v0.3.28
25642025-05-15T03:30:22.194Z[ helios-setup] May 15 03:30:21.595 INFO E| Downloaded futures-core v0.3.28
25652025-05-15T03:30:22.237Z[ helios-setup] May 15 03:30:21.596 INFO E| Downloaded futures-channel v0.3.28
25662025-05-15T03:30:22.237Z[ helios-setup] May 15 03:30:21.599 INFO E| Downloaded fastrand v1.9.0
25672025-05-15T03:30:22.237Z[ helios-setup] May 15 03:30:21.600 INFO E| Downloaded errno v0.3.1
25682025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.602 INFO E| Downloaded aho-corasick v0.7.20
25692025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.607 INFO E| Downloaded unicode-width v0.1.10
25702025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.609 INFO E| Downloaded toolchain_find v0.2.0
25712025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.610 INFO E| Downloaded tokio-tungstenite v0.18.0
25722025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.613 INFO E| Downloaded tokio-macros v2.0.0
25732025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.614 INFO E| Downloaded thiserror-impl v1.0.38
25742025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.616 INFO E| Downloaded thiserror v1.0.38
25752025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.621 INFO E| Downloaded strsim v0.10.0
25762025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.623 INFO E| Downloaded spin v0.5.2
25772025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.625 INFO E| Downloaded smawk v0.3.1
25782025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.626 INFO E| Downloaded slog-bunyan v2.4.0
25792025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.628 INFO E| Downloaded slog-async v2.7.0
25802025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.630 INFO E| Downloaded signal-hook-registry v1.4.0
25812025-05-15T03:30:22.238Z[ helios-setup] May 15 03:30:21.631 INFO E| Downloaded serde_spanned v0.6.1
25822025-05-15T03:30:22.241Z[ helios-setup] May 15 03:30:21.633 INFO E| Downloaded serde_path_to_error v0.1.11
25832025-05-15T03:30:22.241Z[ helios-setup] May 15 03:30:21.635 INFO E| Downloaded pin-project-lite v0.2.9
25842025-05-15T03:30:22.241Z[ helios-setup] May 15 03:30:21.640 INFO E| Downloaded log v0.4.17
25852025-05-15T03:30:22.241Z[ helios-setup] May 15 03:30:21.645 INFO E| Downloaded jobserver v0.1.26
25862025-05-15T03:30:22.241Z[ helios-setup] May 15 03:30:21.647 INFO E| Downloaded io-lifetimes v1.0.10
25872025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.651 INFO E| Downloaded autocfg v1.1.0
25882025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.653 INFO E| Downloaded utf8parse v0.2.1
25892025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.654 INFO E| Downloaded try-lock v0.2.4
25902025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.656 INFO E| Downloaded tower-service v0.3.2
25912025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.657 INFO E| Downloaded toml_datetime v0.6.1
25922025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.658 INFO E| Downloaded sha2 v0.10.6
25932025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.661 INFO E| Downloaded serde_tokenstream v0.2.0
25942025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.665 INFO E| Downloaded semver-parser v0.10.2
25952025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.667 INFO E| Downloaded semver v1.0.17
25962025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.671 INFO E| Downloaded semver v0.11.0
25972025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.673 INFO E| Downloaded futures-sink v0.3.28
25982025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.674 INFO E| Downloaded ahash v0.7.6
25992025-05-15T03:30:22.303Z[ helios-setup] May 15 03:30:21.677 INFO E| Downloaded clap_derive v4.2.0
26002025-05-15T03:30:22.304Z[ helios-setup] May 15 03:30:21.680 INFO E| Downloaded chrono v0.4.24
26012025-05-15T03:30:22.304Z[ helios-setup] May 15 03:30:21.689 INFO E| Downloaded bytes v1.4.0
26022025-05-15T03:30:22.304Z[ helios-setup] May 15 03:30:21.694 INFO E| Downloaded built v0.6.0
26032025-05-15T03:30:22.304Z[ helios-setup] May 15 03:30:21.696 INFO E| Downloaded bincode v1.3.3
26042025-05-15T03:30:22.304Z[ helios-setup] May 15 03:30:21.699 INFO E| Downloaded base64 v0.21.0
26052025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.703 INFO E| Downloaded digest v0.10.6
26062025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.706 INFO E| Downloaded crossbeam-utils v0.8.14
26072025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.710 INFO E| Downloaded crossbeam-epoch v0.9.13
26082025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.713 INFO E| Downloaded const-random-macro v0.1.15
26092025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.714 INFO E| Downloaded const-random v0.1.15
26102025-05-15T03:30:22.413Z[ helios-setup] May 15 03:30:21.716 INFO E| Downloaded clap_lex v0.4.1
26112025-05-15T03:30:22.414Z[ helios-setup] May 15 03:30:21.717 INFO E| Downloaded cc v1.0.78
26122025-05-15T03:30:22.414Z[ helios-setup] May 15 03:30:21.720 INFO E| Downloaded block-buffer v0.10.3
26132025-05-15T03:30:22.414Z[ helios-setup] May 15 03:30:21.722 INFO E| Downloaded async-stream-impl v0.3.5
26142025-05-15T03:30:22.415Z[ helios-setup] May 15 03:30:21.723 INFO E| Downloaded async-stream v0.3.5
26152025-05-15T03:30:22.415Z[ helios-setup] May 15 03:30:21.725 INFO E| Downloaded anstyle-parse v0.1.1
26162025-05-15T03:30:22.415Z[ helios-setup] May 15 03:30:21.727 INFO E| Downloaded anstream v0.2.6
26172025-05-15T03:30:22.507Z[ helios-setup] May 15 03:30:21.834 INFO E| Downloaded ring v0.16.20
26182025-05-15T03:30:22.710Z[ helios-setup] May 15 03:30:22.125 INFO E| Compiling proc-macro2 v1.0.86
26192025-05-15T03:30:22.710Z[ helios-setup] May 15 03:30:22.125 INFO E| Compiling libc v0.2.139
26202025-05-15T03:30:22.771Z[ helios-setup] May 15 03:30:22.125 INFO E| Compiling unicode-ident v1.0.8
26212025-05-15T03:30:22.771Z[ helios-setup] May 15 03:30:22.126 INFO E| Compiling autocfg v1.1.0
26222025-05-15T03:30:22.771Z[ helios-setup] May 15 03:30:22.126 INFO E| Compiling cfg-if v1.0.0
26232025-05-15T03:30:22.771Z[ helios-setup] May 15 03:30:22.126 INFO E| Compiling version_check v0.9.4
26242025-05-15T03:30:22.771Z[ helios-setup] May 15 03:30:22.126 INFO E| Compiling serde v1.0.204
26252025-05-15T03:30:22.772Z[ helios-setup] May 15 03:30:22.126 INFO E| Compiling syn v1.0.107
26262025-05-15T03:30:22.772Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272025-05-15T03:30:22.969Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282025-05-15T03:30:23.113Z[ helios-setup] May 15 03:30:22.542 INFO E| Compiling memchr v2.5.0
26292025-05-15T03:30:23.146Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302025-05-15T03:30:23.891Z[ helios-setup] May 15 03:30:23.319 INFO E| Compiling once_cell v1.17.0
26312025-05-15T03:30:24.024Z[ omicron-package] Compiling gethostname v0.5.0
26322025-05-15T03:30:24.370Z[ omicron-package] Compiling fixedbitset v0.5.7
26332025-05-15T03:30:24.438Z[ helios-setup] May 15 03:30:23.866 INFO E| Compiling thiserror v1.0.38
26342025-05-15T03:30:24.515Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26352025-05-15T03:30:24.722Z[ helios-setup] May 15 03:30:24.149 INFO E| Compiling log v0.4.17
26362025-05-15T03:30:25.325Z[ omicron-package] Compiling petgraph v0.7.1
26372025-05-15T03:30:25.523Z[ helios-setup] May 15 03:30:24.952 INFO E| Compiling serde_json v1.0.95
26382025-05-15T03:30:25.688Z[ helios-setup] May 15 03:30:25.117 INFO E| Compiling itoa v1.0.6
26392025-05-15T03:30:26.405Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
26402025-05-15T03:30:26.609Z[ helios-setup] May 15 03:30:26.038 INFO E| Compiling getrandom v0.2.8
26412025-05-15T03:30:26.709Z[ helios-setup] May 15 03:30:26.137 INFO E| Compiling scopeguard v1.1.0
26422025-05-15T03:30:26.946Z[ helios-setup] May 15 03:30:26.374 INFO E| Compiling jobserver v0.1.26
26432025-05-15T03:30:27.170Z[ helios-setup] May 15 03:30:26.599 INFO E| Compiling pin-project-lite v0.2.9
26442025-05-15T03:30:27.304Z[ helios-setup] May 15 03:30:26.730 INFO E| Compiling quote v1.0.36
26452025-05-15T03:30:27.541Z[ helios-setup] May 15 03:30:26.970 INFO E| Compiling indexmap v1.9.3
26462025-05-15T03:30:27.644Z[ helios-setup] May 15 03:30:27.073 INFO E| Compiling futures-core v0.3.28
26472025-05-15T03:30:27.952Z[ helios-setup] May 15 03:30:27.381 INFO E| Compiling cc v1.0.78
26482025-05-15T03:30:28.060Z[ helios-setup] May 15 03:30:27.489 INFO E| Compiling bytes v1.4.0
26492025-05-15T03:30:28.313Z[ helios-setup] May 15 03:30:27.742 INFO E| Compiling syn v2.0.72
26502025-05-15T03:30:28.530Z[ helios-setup] May 15 03:30:27.959 INFO E| Compiling num-integer v0.1.45
26512025-05-15T03:30:28.738Z[ helios-setup] May 15 03:30:28.167 INFO E| Compiling ryu v1.0.13
26522025-05-15T03:30:29.900Z[ helios-setup] May 15 03:30:29.329 INFO E| Compiling lock_api v0.4.9
26532025-05-15T03:30:29.925Z[ helios-setup] May 15 03:30:29.329 INFO E| Compiling typenum v1.16.0
26542025-05-15T03:30:30.543Z[ helios-setup] May 15 03:30:29.973 INFO E| Compiling bitflags v1.3.2
26552025-05-15T03:30:30.716Z[ helios-setup] May 15 03:30:30.145 INFO E| Compiling parking_lot_core v0.9.6
26562025-05-15T03:30:31.393Z[ helios-setup] May 15 03:30:30.822 INFO E| Compiling num_cpus v1.15.0
26572025-05-15T03:30:31.393Z[ helios-setup] May 15 03:30:30.822 INFO E| Compiling generic-array v0.14.6
26582025-05-15T03:30:31.393Z[ helios-setup] May 15 03:30:30.822 INFO E| Compiling slab v0.4.7
26592025-05-15T03:30:31.731Z[ helios-setup] May 15 03:30:31.160 INFO E| Compiling futures-task v0.3.28
26602025-05-15T03:30:32.006Z[ helios-setup] May 15 03:30:31.431 INFO E| Compiling futures-channel v0.3.28
26612025-05-15T03:30:32.358Z[ helios-setup] May 15 03:30:31.787 INFO E| Compiling futures-sink v0.3.28
26622025-05-15T03:30:32.698Z[ helios-setup] May 15 03:30:32.127 INFO E| Compiling tokio v1.27.0
26632025-05-15T03:30:32.863Z[ helios-setup] May 15 03:30:32.292 INFO E| Compiling futures-util v0.3.28
26642025-05-15T03:30:33.907Z[ helios-setup] May 15 03:30:33.336 INFO E| Compiling mio v0.8.5
26652025-05-15T03:30:34.016Z[ helios-setup] May 15 03:30:33.445 INFO E| Compiling signal-hook-registry v1.4.0
26662025-05-15T03:30:34.269Z[ helios-setup] May 15 03:30:33.698 INFO E| Compiling socket2 v0.4.9
26672025-05-15T03:30:34.344Z[ helios-setup] May 15 03:30:33.773 INFO E| Compiling schemars v0.8.12
26682025-05-15T03:30:34.410Z[ helios-setup] May 15 03:30:33.839 INFO E| Compiling futures-io v0.3.28
26692025-05-15T03:30:35.291Z[ helios-setup] May 15 03:30:34.720 INFO E| Compiling pin-utils v0.1.0
26702025-05-15T03:30:35.427Z[ helios-setup] May 15 03:30:34.857 INFO E| Compiling ahash v0.7.6
26712025-05-15T03:30:35.786Z[ helios-setup] May 15 03:30:35.216 INFO E| Compiling num-traits v0.2.15
26722025-05-15T03:30:36.586Z[ helios-setup] May 15 03:30:36.014 INFO E| Compiling crunchy v0.2.2
26732025-05-15T03:30:36.699Z[ helios-setup] May 15 03:30:36.129 INFO E| Compiling io-lifetimes v1.0.10
26742025-05-15T03:30:37.112Z[ helios-setup] May 15 03:30:36.542 INFO E| Compiling crypto-common v0.1.6
26752025-05-15T03:30:37.290Z[ helios-setup] May 15 03:30:36.719 INFO E| Compiling block-buffer v0.10.3
26762025-05-15T03:30:38.080Z[ helios-setup] May 15 03:30:37.509 INFO E| Compiling ahash v0.8.3
26772025-05-15T03:30:38.161Z[ helios-setup] May 15 03:30:37.591 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26782025-05-15T03:30:38.745Z[ helios-setup] May 15 03:30:38.174 INFO E| Compiling crossbeam-utils v0.8.14
26792025-05-15T03:30:38.966Z[ helios-setup] May 15 03:30:38.396 INFO E| Compiling slog v2.7.0
26802025-05-15T03:30:39.215Z[ helios-setup] May 15 03:30:38.632 INFO E| Compiling rustix v0.37.3
26812025-05-15T03:30:39.373Z[ helios-setup] May 15 03:30:38.803 INFO E| Compiling tiny-keccak v2.0.2
26822025-05-15T03:30:39.374Z[ helios-setup] May 15 03:30:38.803 INFO E| Compiling hashbrown v0.12.3
26832025-05-15T03:30:39.701Z[ helios-setup] May 15 03:30:39.131 INFO E| Compiling serde_derive_internals v0.26.0
26842025-05-15T03:30:41.148Z[ helios-setup] May 15 03:30:40.578 INFO E| Compiling digest v0.10.6
26852025-05-15T03:30:41.848Z[ helios-setup] May 15 03:30:41.278 INFO E| Compiling errno v0.3.1
26862025-05-15T03:30:42.239Z[ helios-setup] May 15 03:30:41.655 INFO E| Compiling pkg-config v0.3.26
26872025-05-15T03:30:42.327Z[ helios-setup] May 15 03:30:41.756 INFO E| Compiling anyhow v1.0.68
26882025-05-15T03:30:42.427Z[ helios-setup] May 15 03:30:41.857 INFO E| Compiling cpufeatures v0.2.5
26892025-05-15T03:30:42.667Z[ helios-setup] May 15 03:30:42.097 INFO E| Compiling fnv v1.0.7
26902025-05-15T03:30:42.940Z[ helios-setup] May 15 03:30:42.370 INFO E| Compiling unicode-width v0.1.10
26912025-05-15T03:30:43.216Z[ helios-setup] May 15 03:30:42.621 INFO E| Compiling http v0.2.9
26922025-05-15T03:30:43.704Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26932025-05-15T03:30:44.472Z[ helios-setup] May 15 03:30:43.894 INFO E| Compiling serde_derive v1.0.204
26942025-05-15T03:30:44.472Z[ helios-setup] May 15 03:30:43.895 INFO E| Compiling futures-macro v0.3.28
26952025-05-15T03:30:45.141Z[ helios-setup] May 15 03:30:44.571 INFO E| Compiling tokio-macros v2.0.0
26962025-05-15T03:30:45.307Z[ helios-setup] May 15 03:30:44.737 INFO E| Compiling thiserror-impl v1.0.38
26972025-05-15T03:30:45.917Z[ helios-setup] May 15 03:30:45.347 INFO E| Compiling schemars_derive v0.8.12
26982025-05-15T03:30:47.339Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26992025-05-15T03:30:49.969Z[ helios-setup] May 15 03:30:49.392 INFO E| Compiling aho-corasick v0.7.20
27002025-05-15T03:30:50.269Z[ helios-setup] May 15 03:30:49.699 INFO E| Compiling tinyvec_macros v0.1.1
27012025-05-15T03:30:50.465Z[ helios-setup] May 15 03:30:49.895 INFO E| Compiling regex-syntax v0.6.29
27022025-05-15T03:30:51.026Z[ helios-setup] May 15 03:30:50.457 INFO E| Compiling heck v0.4.1
27032025-05-15T03:30:51.175Z[ helios-setup] May 15 03:30:50.604 INFO E| Compiling httparse v1.8.0
27042025-05-15T03:30:51.272Z[ helios-setup] May 15 03:30:50.703 INFO E| Compiling percent-encoding v2.2.0
27052025-05-15T03:30:51.444Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27062025-05-15T03:30:51.829Z[ helios-setup] May 15 03:30:51.260 INFO E| Compiling form_urlencoded v1.1.0
27072025-05-15T03:30:51.865Z[ helios-setup] May 15 03:30:51.296 INFO E| Compiling tinyvec v1.6.0
27082025-05-15T03:30:52.375Z[ helios-setup] May 15 03:30:51.806 INFO E| Compiling const-random-macro v0.1.15
27092025-05-15T03:30:53.232Z[ helios-setup] May 15 03:30:52.663 INFO E| Compiling hashbrown v0.13.2
27102025-05-15T03:30:54.632Z[ helios-setup] May 15 03:30:54.063 INFO E| Compiling libz-sys v1.1.8
27112025-05-15T03:30:54.712Z[ helios-setup] May 15 03:30:54.143 INFO E| Compiling chrono v0.4.24
27122025-05-15T03:30:54.891Z[ helios-setup] May 15 03:30:54.322 INFO E| Compiling getopts v0.2.21
27132025-05-15T03:30:55.331Z[ helios-setup] May 15 03:30:54.762 INFO E| Compiling memoffset v0.7.1
27142025-05-15T03:30:55.967Z[ helios-setup] May 15 03:30:55.398 INFO E| Compiling regex v1.7.3
27152025-05-15T03:30:56.241Z[ helios-setup] May 15 03:30:55.672 INFO E| Compiling powerfmt v0.2.0
27162025-05-15T03:30:56.764Z[ helios-setup] May 15 03:30:56.195 INFO E| Compiling uuid v1.3.0
27172025-05-15T03:30:57.227Z[ helios-setup] May 15 03:30:56.659 INFO E| Compiling time-core v0.1.2
27182025-05-15T03:30:57.753Z[ helios-setup] May 15 03:30:57.184 INFO E| Compiling dyn-clone v1.0.11
27192025-05-15T03:30:57.819Z[ helios-setup] May 15 03:30:57.229 INFO E| Compiling num-conv v0.1.0
27202025-05-15T03:30:57.897Z[ helios-setup] May 15 03:30:57.329 INFO E| Compiling deranged v0.3.11
27212025-05-15T03:30:58.299Z[ helios-setup] May 15 03:30:57.730 INFO E| Compiling time-macros v0.2.18
27222025-05-15T03:30:58.501Z[ helios-setup] May 15 03:30:57.933 INFO E| Compiling regress v0.5.0
27232025-05-15T03:30:58.622Z[ helios-setup] May 15 03:30:58.053 INFO E| Compiling unicode-normalization v0.1.22
27242025-05-15T03:31:00.426Z[ helios-setup] May 15 03:30:59.857 INFO E| Compiling const-random v0.1.15
27252025-05-15T03:31:01.327Z[ helios-setup] May 15 03:31:00.758 INFO E| Compiling tracing-core v0.1.30
27262025-05-15T03:31:02.200Z[ helios-setup] May 15 03:31:01.632 INFO E| Compiling crossbeam-epoch v0.9.13
27272025-05-15T03:31:02.485Z[ helios-setup] May 15 03:31:01.916 INFO E| Compiling num_threads v0.1.6
27282025-05-15T03:31:02.854Z[ helios-setup] May 15 03:31:02.285 INFO E| Compiling unicode-bidi v0.3.13
27292025-05-15T03:31:03.244Z[ helios-setup] May 15 03:31:02.644 INFO E| Compiling ucd-trie v0.1.5
27302025-05-15T03:31:03.803Z[ helios-setup] May 15 03:31:03.234 INFO E| Compiling pest v2.5.7
27312025-05-15T03:31:04.143Z[ helios-setup] May 15 03:31:03.575 INFO E| Compiling toml v0.5.11
27322025-05-15T03:31:04.301Z[ helios-setup] May 15 03:31:03.733 INFO E| Compiling smallvec v1.10.0
27332025-05-15T03:31:05.623Z[ helios-setup] May 15 03:31:05.055 INFO E| Compiling parking_lot v0.12.1
27342025-05-15T03:31:05.767Z[ helios-setup] May 15 03:31:05.199 INFO E| Compiling serde_tokenstream v0.2.0
27352025-05-15T03:31:06.299Z[ helios-setup] May 15 03:31:05.725 INFO E| Compiling idna v0.3.0
27362025-05-15T03:31:07.834Z[ helios-setup] May 15 03:31:07.266 INFO E| Compiling time v0.3.36
27372025-05-15T03:31:09.321Z[ helios-setup] May 15 03:31:08.562 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27382025-05-15T03:31:10.200Z[ helios-setup] May 15 03:31:09.632 INFO E| Compiling tracing v0.1.37
27392025-05-15T03:31:11.978Z[ helios-setup] May 15 03:31:11.410 INFO E| Compiling crossbeam-channel v0.5.6
27402025-05-15T03:31:12.116Z[ helios-setup] May 15 03:31:11.548 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27412025-05-15T03:31:12.827Z[ helios-setup] May 15 03:31:12.259 INFO E| Compiling time v0.1.45
27422025-05-15T03:31:13.866Z[ helios-setup] May 15 03:31:13.298 INFO E| Compiling dirs-sys-next v0.1.2
27432025-05-15T03:31:14.882Z[ helios-setup] May 15 03:31:14.314 INFO E| Compiling semver v1.0.17
27442025-05-15T03:31:15.304Z[ helios-setup] May 15 03:31:14.737 INFO E| Compiling iana-time-zone v0.1.56
27452025-05-15T03:31:15.356Z[ helios-setup] May 15 03:31:14.788 INFO E| Compiling crc32fast v1.3.2
27462025-05-15T03:31:17.230Z[ helios-setup] May 15 03:31:16.663 INFO E| Compiling dirs-next v2.0.0
27472025-05-15T03:31:18.336Z[ helios-setup] May 15 03:31:17.768 INFO E| Compiling url v2.3.1
27482025-05-15T03:31:19.418Z[ helios-setup] May 15 03:31:18.851 INFO E| Compiling tokio-util v0.7.7
27492025-05-15T03:31:19.772Z[ helios-setup] May 15 03:31:19.204 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27502025-05-15T03:31:20.681Z[ helios-setup] May 15 03:31:20.114 INFO E| Compiling proc-macro-crate v1.2.1
27512025-05-15T03:31:20.917Z[ helios-setup] May 15 03:31:20.350 INFO E| Compiling semver-parser v0.10.2
27522025-05-15T03:31:22.214Z[ helios-setup] May 15 03:31:21.647 INFO E| Compiling futures-executor v0.3.28
27532025-05-15T03:31:22.471Z[ helios-setup] May 15 03:31:21.904 INFO E| Compiling thread_local v1.1.7
27542025-05-15T03:31:22.568Z[ helios-setup] May 15 03:31:21.999 INFO E| Compiling try-lock v0.2.4
27552025-05-15T03:31:22.897Z[ helios-setup] May 15 03:31:22.330 INFO E| Compiling adler v1.0.2
27562025-05-15T03:31:22.985Z[ helios-setup] May 15 03:31:22.418 INFO E| Compiling rayon-core v1.10.2
27572025-05-15T03:31:23.232Z[ helios-setup] May 15 03:31:22.665 INFO E| Compiling same-file v1.0.6
27582025-05-15T03:31:23.421Z[ helios-setup] May 15 03:31:22.853 INFO E| Compiling miniz_oxide v0.6.2
27592025-05-15T03:31:23.544Z[ helios-setup] May 15 03:31:22.977 INFO E| Compiling walkdir v2.3.3
27602025-05-15T03:31:23.569Z[ helios-setup] May 15 03:31:22.978 INFO E| Compiling want v0.3.0
27612025-05-15T03:31:23.914Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 25s
27622025-05-15T03:31:24.069Z[ helios-setup] May 15 03:31:23.502 INFO E| Compiling futures v0.3.28
27632025-05-15T03:31:24.206Z[ omicron-package]
27642025-05-15T03:31:24.206Z[ omicron-package] real 2:25.347521544
27652025-05-15T03:31:24.206Z[ omicron-package] user 10:43.349589966
27662025-05-15T03:31:24.206Z[ omicron-package] sys 46.744284341
27672025-05-15T03:31:24.206Z[ omicron-package] trap 1.291618909
27682025-05-15T03:31:24.207Z[ omicron-package] tflt 0.811025106
27692025-05-15T03:31:24.207Z[ omicron-package] dflt 1.925758049
27702025-05-15T03:31:24.207Z[ omicron-package] kflt 0.001149964
27712025-05-15T03:31:24.232Z[ omicron-package] lock 30:46.438718044
27722025-05-15T03:31:24.232ZMay 15 03:31:23.640 INFO [omicron-package] process exited with exit status: 0 (145.44926499s)
27732025-05-15T03:31:24.232Z[ omicron-package] slp 47:03.294677324
27742025-05-15T03:31:24.232Z[ omicron-package] lat 6:11.916331540
27752025-05-15T03:31:24.232Z[ omicron-package] stop 1:39.116474332
27762025-05-15T03:31:24.232ZMay 15 03:31:23.658 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27772025-05-15T03:31:24.258Z[ helios-setup] May 15 03:31:23.667 INFO E| Compiling semver v0.11.0
27782025-05-15T03:31:24.305ZMay 15 03:31:23.735 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27792025-05-15T03:31:24.382Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27802025-05-15T03:31:24.407Z[ host-target] Created new build target 'host' and set it as active
27812025-05-15T03:31:24.432ZMay 15 03:31:23.841 INFO [host-target] process exited with exit status: 0 (200.516018ms)
27822025-05-15T03:31:24.432ZMay 15 03:31:23.842 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27832025-05-15T03:31:24.458Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27842025-05-15T03:31:24.458Z[ recovery-target] Created new build target 'recovery' and set it as active
27852025-05-15T03:31:24.458Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27862025-05-15T03:31:24.516ZMay 15 03:31:23.949 INFO [recovery-target] process exited with exit status: 0 (213.18735ms)
27872025-05-15T03:31:24.814Z[ helios-setup] May 15 03:31:24.247 INFO E| Compiling num_enum_derive v0.5.7
27882025-05-15T03:31:25.160Z[ helios-setup] May 15 03:31:24.593 INFO E| Compiling h2 v0.3.16
27892025-05-15T03:31:25.311Z[ helios-setup] May 15 03:31:24.743 INFO E| Compiling crossbeam-deque v0.8.2
27902025-05-15T03:31:25.611Z[ helios-setup] May 15 03:31:25.044 INFO E| Compiling term v0.7.0
27912025-05-15T03:31:26.748Z[ host-package] Compiling ring v0.17.14
27922025-05-15T03:31:26.890Z[ host-package] Compiling typify-impl v0.4.1
27932025-05-15T03:31:27.158Z[ host-package] Compiling convert_case v0.4.0
27942025-05-15T03:31:27.183Z[ host-package] Compiling num-rational v0.4.2
27952025-05-15T03:31:27.183Z[ host-package] Compiling num-complex v0.4.6
27962025-05-15T03:31:27.183Z[ host-package] Compiling dirs-sys-next v0.1.2
27972025-05-15T03:31:27.899Z[ helios-setup] May 15 03:31:27.331 INFO E| Compiling http-body v0.4.5
27982025-05-15T03:31:28.265Z[ host-package] Compiling dirs-next v2.0.0
27992025-05-15T03:31:28.515Z[ host-package] Compiling derive_more v0.99.20
28002025-05-15T03:31:28.804Z[ helios-setup] May 15 03:31:28.237 INFO E| Compiling sha2 v0.10.6
28012025-05-15T03:31:28.941Z[ host-package] Compiling float-ord v0.3.2
28022025-05-15T03:31:29.259Z[ helios-setup] May 15 03:31:28.692 INFO E| Compiling ring v0.16.20
28032025-05-15T03:31:29.645Z[ host-package] Compiling term v0.7.0
28042025-05-15T03:31:30.272Z[ host-package] Compiling num v0.4.3
28052025-05-15T03:31:30.697Z[ host-package] Compiling is-terminal v0.4.13
28062025-05-15T03:31:31.084Z[ helios-setup] May 15 03:31:30.517 INFO E| Compiling rand_core v0.6.4
28072025-05-15T03:31:31.207Z[ helios-setup] May 15 03:31:30.640 INFO E| Compiling atty v0.2.14
28082025-05-15T03:31:31.277Z[ host-package] Compiling half v2.4.1
28092025-05-15T03:31:31.907Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28102025-05-15T03:31:32.141Z[ host-package] Compiling ciborium-io v0.2.2
28112025-05-15T03:31:32.284Z[ helios-setup] May 15 03:31:31.717 INFO E| Compiling utf8parse v0.2.1
28122025-05-15T03:31:32.528Z[ host-package] Compiling ciborium-ll v0.2.2
28132025-05-15T03:31:32.849Z[ helios-setup] May 15 03:31:32.283 INFO E| Compiling fastrand v1.9.0
28142025-05-15T03:31:32.939Z[ host-package] Compiling camino v1.1.9
28152025-05-15T03:31:33.226Z[ host-package] Compiling secrecy v0.10.3
28162025-05-15T03:31:33.760Z[ helios-setup] May 15 03:31:33.190 INFO E| Compiling ppv-lite86 v0.2.17
28172025-05-15T03:31:33.786Z[ host-package] Compiling rustls v0.23.19
28182025-05-15T03:31:33.938Z[ host-package] Compiling ciborium v0.2.2
28192025-05-15T03:31:33.979Z[ helios-setup] May 15 03:31:33.412 INFO E| Compiling base64 v0.21.0
28202025-05-15T03:31:34.090Z[ host-package] Compiling atomicwrites v0.4.4
28212025-05-15T03:31:34.308Z[ helios-setup] May 15 03:31:33.742 INFO E| Compiling tower-service v0.3.2
28222025-05-15T03:31:35.015Z[ helios-setup] May 15 03:31:34.449 INFO E| Compiling home v0.5.4
28232025-05-15T03:31:35.276Z[ host-package] Compiling password-hash v0.5.0
28242025-05-15T03:31:35.437Z[ helios-setup] May 15 03:31:34.871 INFO E| Compiling lazy_static v1.4.0
28252025-05-15T03:31:35.468Z[ host-package] Compiling blake2 v0.10.6
28262025-05-15T03:31:35.830Z[ helios-setup] May 15 03:31:35.263 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28272025-05-15T03:31:35.933Z[ helios-setup] May 15 03:31:35.367 INFO E| Compiling httpdate v1.0.2
28282025-05-15T03:31:35.998Z[ helios-setup] May 15 03:31:35.432 INFO E| Compiling toolchain_find v0.2.0
28292025-05-15T03:31:36.828Z[ helios-setup] May 15 03:31:36.261 INFO E| Compiling hyper v0.14.25
28302025-05-15T03:31:37.305Z[ helios-setup] May 15 03:31:36.739 INFO E| Compiling rand_chacha v0.3.1
28312025-05-15T03:31:37.374Z[ host-package] Compiling argon2 v0.5.3
28322025-05-15T03:31:37.741Z[ host-package] Compiling newline-converter v0.3.0
28332025-05-15T03:31:37.816Z[ helios-setup] May 15 03:31:37.250 INFO E| Compiling tempfile v3.5.0
28342025-05-15T03:31:37.957Z[ helios-setup] May 15 03:31:37.390 INFO E| Compiling anstyle-parse v0.1.1
28352025-05-15T03:31:38.259Z[ host-package] Compiling fastrand v2.1.1
28362025-05-15T03:31:38.419Z[ host-package] Compiling expectorate v1.2.0
28372025-05-15T03:31:38.850Z[ host-package] Compiling rustls v0.22.4
28382025-05-15T03:31:39.118Z[ host-package] Compiling tempfile v3.13.0
28392025-05-15T03:31:39.213Z[ helios-setup] May 15 03:31:38.647 INFO E| Compiling slog-term v2.9.0
28402025-05-15T03:31:39.327Z[ host-package] Compiling rustls-webpki v0.102.8
28412025-05-15T03:31:39.327Z[ host-package] Compiling thread_local v1.1.8
28422025-05-15T03:31:40.385Z[ host-package] Compiling wait-timeout v0.2.0
28432025-05-15T03:31:41.097Z[ host-package] Compiling quick-error v1.2.3
28442025-05-15T03:31:41.279Z[ host-package] Compiling bit-vec v0.8.0
28452025-05-15T03:31:41.525Z[ host-package] Compiling match_cfg v0.1.0
28462025-05-15T03:31:41.798Z[ host-package] Compiling rusty-fork v0.3.0
28472025-05-15T03:31:42.170Z[ host-package] Compiling bit-set v0.8.0
28482025-05-15T03:31:42.378Z[ host-package] Compiling hostname v0.3.1
28492025-05-15T03:31:43.105Z[ host-package] Compiling multer v3.1.0
28502025-05-15T03:31:43.143Z[ host-package] Compiling slog-async v2.8.0
28512025-05-15T03:31:43.318Z[ host-package] Compiling slog-json v2.6.1
28522025-05-15T03:31:43.384Z[ host-package] Compiling crossbeam-channel v0.5.15
28532025-05-15T03:31:43.515Z[ host-package] Compiling rand_xorshift v0.3.0
28542025-05-15T03:31:44.276Z[ host-package] Compiling hex v0.4.3
28552025-05-15T03:31:44.364Z[ host-package] Compiling unarray v0.1.4
28562025-05-15T03:31:45.151Z[ host-package] Compiling take_mut v0.2.2
28572025-05-15T03:31:45.683Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28582025-05-15T03:31:45.845Z[ host-package] Compiling typify-macro v0.4.1
28592025-05-15T03:31:45.994Z[ host-package] Compiling proptest v1.6.0
28602025-05-15T03:31:46.246Z[ host-package] Compiling slog-bunyan v2.5.0
28612025-05-15T03:31:47.710Z[ host-package] Compiling slog-term v2.9.1
28622025-05-15T03:31:48.837Z[ helios-setup] May 15 03:31:48.271 INFO E| Compiling cargo-lock v8.0.3
28632025-05-15T03:31:48.991Z[ helios-setup] May 15 03:31:48.425 INFO E| Compiling num_enum v0.5.7
28642025-05-15T03:31:49.641Z[ host-package] Compiling async-stream v0.3.6
28652025-05-15T03:31:49.801Z[ helios-setup] May 15 03:31:49.235 INFO E| Compiling flate2 v1.0.25
28662025-05-15T03:31:49.874Z[ host-package] Compiling dropshot v0.16.0
28672025-05-15T03:31:50.228Z[ host-package] Compiling toml v0.8.20
28682025-05-15T03:31:50.333Z[ host-package] Compiling waitgroup v0.1.2
28692025-05-15T03:31:50.874Z[ host-package] Compiling serde_path_to_error v0.1.16
28702025-05-15T03:31:52.270Z[ host-package] Compiling typify v0.4.1
28712025-05-15T03:31:52.908Z[ host-package] Compiling progenitor-impl v0.10.0
28722025-05-15T03:31:53.211Z[ host-package] Compiling tokio-rustls v0.25.0
28732025-05-15T03:31:55.102Z[ helios-setup] May 15 03:31:54.536 INFO E| Compiling serde_urlencoded v0.7.1
28742025-05-15T03:31:55.880Z[ helios-setup] May 15 03:31:55.315 INFO E| Compiling is-terminal v0.4.7
28752025-05-15T03:31:56.165Z[ helios-setup] May 15 03:31:55.599 INFO E| Compiling sha1 v0.10.5
28762025-05-15T03:31:56.919Z[ host-package] Compiling tokio-rustls v0.26.0
28772025-05-15T03:31:58.099Z[ helios-setup] May 15 03:31:57.534 INFO E| Compiling concolor-override v1.0.0
28782025-05-15T03:31:58.332Z[ host-package] Compiling hyper-rustls v0.27.3
28792025-05-15T03:31:59.577Z[ helios-setup] May 15 03:31:59.006 INFO E| Compiling concolor-query v0.3.3
28802025-05-15T03:31:59.644Z[ host-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
28812025-05-15T03:32:00.117Z[ helios-setup] May 15 03:31:59.549 INFO E| Compiling either v1.8.0
28822025-05-15T03:32:00.265Z[ helios-setup] May 15 03:31:59.698 INFO E| Compiling anstyle v0.3.5
28832025-05-15T03:32:00.878Z[ helios-setup] May 15 03:32:00.313 INFO E| Compiling rayon v1.6.1
28842025-05-15T03:32:01.356Z[ helios-setup] May 15 03:32:00.790 INFO E| Compiling anstream v0.2.6
28852025-05-15T03:32:03.515Z[ host-package] Compiling hostname v0.4.0
28862025-05-15T03:32:04.171Z[ host-package] Compiling progenitor-macro v0.10.0
28872025-05-15T03:32:04.235Z[ host-package] Compiling instant v0.1.13
28882025-05-15T03:32:05.134Z[ host-package] Compiling debug-ignore v1.0.5
28892025-05-15T03:32:05.217Z[ host-package] Compiling backoff v0.4.0
28902025-05-15T03:32:05.618Z[ helios-setup] May 15 03:32:05.053 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28912025-05-15T03:32:05.794Z[ helios-setup] May 15 03:32:05.229 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28922025-05-15T03:32:06.233Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
28932025-05-15T03:32:06.375Z[ helios-setup] May 15 03:32:05.811 INFO E| Compiling rustfmt-wrapper v0.2.0
28942025-05-15T03:32:07.551Z[ helios-setup] May 15 03:32:06.986 INFO E| Compiling rand v0.8.5
28952025-05-15T03:32:08.224Z[ helios-setup] May 15 03:32:07.659 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28962025-05-15T03:32:08.296Z[ helios-setup] May 15 03:32:07.731 INFO E| Compiling openapiv3 v1.0.2
28972025-05-15T03:32:08.379Z[ host-package] Compiling progenitor-client v0.9.1
28982025-05-15T03:32:09.776Z[ host-package] Compiling progenitor v0.9.1
28992025-05-15T03:32:10.267Z[ helios-setup] May 15 03:32:09.703 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29002025-05-15T03:32:10.333Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
29012025-05-15T03:32:10.708Z[ helios-setup] May 15 03:32:10.144 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29022025-05-15T03:32:10.915Z[ helios-setup] May 15 03:32:10.350 INFO E| Compiling encoding_rs v0.8.32
29032025-05-15T03:32:11.289Z[ helios-setup] May 15 03:32:10.725 INFO E| Compiling project-root v0.2.2
29042025-05-15T03:32:11.988Z[ helios-setup] May 15 03:32:11.424 INFO E| Compiling clap_lex v0.4.1
29052025-05-15T03:32:13.489Z[ helios-setup] May 15 03:32:12.925 INFO E| Compiling unsafe-libyaml v0.2.8
29062025-05-15T03:32:14.789Z[ helios-setup] May 15 03:32:14.224 INFO E| Compiling ipnet v2.7.2
29072025-05-15T03:32:16.333Z[ helios-setup] May 15 03:32:15.769 INFO E| Compiling strsim v0.10.0
29082025-05-15T03:32:17.433Z[ helios-setup] May 15 03:32:16.869 INFO E| Compiling utf-8 v0.7.6
29092025-05-15T03:32:17.613Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29102025-05-15T03:32:18.417Z[ helios-setup] May 15 03:32:17.853 INFO E| Compiling mime v0.3.17
29112025-05-15T03:32:19.960Z[ helios-setup] May 15 03:32:19.396 INFO E| Compiling spin v0.5.2
29122025-05-15T03:32:19.996Z[ helios-setup] May 15 03:32:19.432 INFO E| Compiling untrusted v0.7.1
29132025-05-15T03:32:20.587Z[ helios-setup] May 15 03:32:20.023 INFO E| Compiling byteorder v1.4.3
29142025-05-15T03:32:20.840Z[ helios-setup] May 15 03:32:20.276 INFO E| Compiling base64 v0.13.1
29152025-05-15T03:32:20.897Z[ helios-setup] May 15 03:32:20.333 INFO E| Compiling reqwest v0.11.16
29162025-05-15T03:32:21.891Z[ helios-setup] May 15 03:32:21.327 INFO E| Compiling clap_builder v4.2.1
29172025-05-15T03:32:22.274Z[ helios-setup] May 15 03:32:21.708 INFO E| Compiling tungstenite v0.18.0
29182025-05-15T03:32:22.593Z[ helios-setup] May 15 03:32:22.030 INFO E| Compiling serde_yaml v0.9.21
29192025-05-15T03:32:23.579Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29202025-05-15T03:32:24.904Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29212025-05-15T03:32:25.493Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29222025-05-15T03:32:25.831Z[ host-package] Compiling progenitor-client v0.10.0
29232025-05-15T03:32:26.312Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29242025-05-15T03:32:27.118Z[ host-package] Compiling parse-display v0.10.0
29252025-05-15T03:32:27.222Z[ host-package] Compiling serde_with v3.12.0
29262025-05-15T03:32:28.276Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29272025-05-15T03:32:29.482Z[ helios-setup] May 15 03:32:28.919 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29282025-05-15T03:32:30.282Z[ helios-setup] May 15 03:32:29.718 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29292025-05-15T03:32:33.740Z[ helios-setup] May 15 03:32:33.177 INFO E| Compiling clap_derive v4.2.0
29302025-05-15T03:32:36.691Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312025-05-15T03:32:41.870Z[ helios-setup] May 15 03:32:41.308 INFO E| Compiling clap v4.2.1
29322025-05-15T03:32:45.216Z[ host-package] Compiling progenitor v0.10.0
29332025-05-15T03:32:45.904Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29342025-05-15T03:32:47.432Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29352025-05-15T03:32:48.568Z[ helios-setup] May 15 03:32:48.006 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29362025-05-15T03:32:51.218Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29372025-05-15T03:33:00.851Z[ host-package] Compiling macaddr v1.0.1
29382025-05-15T03:33:02.098Z[ helios-setup] May 15 03:33:01.536 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29392025-05-15T03:33:02.195Z[ host-package] Compiling cancel-safe-futures v0.1.5
29402025-05-15T03:33:03.479Z[ host-package] Compiling owo-colors v4.2.0
29412025-05-15T03:33:03.875Z[ helios-setup] May 15 03:33:03.314 INFO E| Compiling tokio-tungstenite v0.18.0
29422025-05-15T03:33:05.187Z[ helios-setup] May 15 03:33:04.626 INFO E| Compiling smartstring v1.0.1
29432025-05-15T03:33:06.265Z[ host-package] Compiling libsw-core v0.3.1
29442025-05-15T03:33:06.522Z[ helios-setup] May 15 03:33:05.961 INFO E| Compiling rustls v0.21.0
29452025-05-15T03:33:07.726Z[ host-package] Compiling libsw v3.4.0
29462025-05-15T03:33:08.845Z[ helios-setup] May 15 03:33:08.284 INFO E| Compiling serde_spanned v0.6.1
29472025-05-15T03:33:09.578Z[ helios-setup] May 15 03:33:09.013 INFO E| Compiling toml_datetime v0.6.1
29482025-05-15T03:33:11.097Z[ helios-setup] May 15 03:33:10.535 INFO E| Compiling static_assertions v1.1.0
29492025-05-15T03:33:11.341Z[ helios-setup] May 15 03:33:10.780 INFO E| Compiling camino v1.1.4
29502025-05-15T03:33:11.475Z[ host-package] Compiling utf-8 v0.7.6
29512025-05-15T03:33:12.285Z[ helios-setup] May 15 03:33:11.724 INFO E| Compiling slog-async v2.7.0
29522025-05-15T03:33:12.492Z[ host-package] Compiling swrite v0.1.0
29532025-05-15T03:33:12.726Z[ helios-setup] May 15 03:33:12.166 INFO E| Compiling match_cfg v0.1.0
29542025-05-15T03:33:13.008Z[ host-package] Compiling linear-map v1.2.0
29552025-05-15T03:33:13.143Z[ helios-setup] May 15 03:33:12.582 INFO E| Compiling paste v1.0.12
29562025-05-15T03:33:13.257Z[ helios-setup] May 15 03:33:12.697 INFO E| Compiling async-trait v0.1.68
29572025-05-15T03:33:13.651Z[ helios-setup] May 15 03:33:13.091 INFO E| Compiling winnow v0.4.1
29582025-05-15T03:33:14.145Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29592025-05-15T03:33:14.202Z[ helios-setup] May 15 03:33:13.628 INFO E| Compiling hostname v0.3.1
29602025-05-15T03:33:15.094Z[ host-package] Compiling keccak v0.1.5
29612025-05-15T03:33:15.140Z[ helios-setup] May 15 03:33:14.580 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29622025-05-15T03:33:15.224Z[ helios-setup] May 15 03:33:14.663 INFO E| Compiling slog-json v2.6.1
29632025-05-15T03:33:16.367Z[ helios-setup] May 15 03:33:15.807 INFO E| Compiling bincode v1.3.3
29642025-05-15T03:33:16.487Z[ helios-setup] May 15 03:33:15.927 INFO E| Compiling unicode-linebreak v0.1.4
29652025-05-15T03:33:16.895Z[ host-package] Compiling sha3 v0.10.8
29662025-05-15T03:33:17.429Z[ helios-setup] May 15 03:33:16.869 INFO E| Compiling rhai_codegen v1.5.0
29672025-05-15T03:33:18.467Z[ helios-setup] May 15 03:33:17.907 INFO E| Compiling async-stream-impl v0.3.5
29682025-05-15T03:33:18.606Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29692025-05-15T03:33:20.360Z[ helios-setup] May 15 03:33:19.799 INFO E| Compiling toml_edit v0.19.8
29702025-05-15T03:33:20.872Z[ helios-setup] May 15 03:33:20.312 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29712025-05-15T03:33:20.956Z[ helios-setup] May 15 03:33:20.396 INFO E| Compiling take_mut v0.2.2
29722025-05-15T03:33:22.086Z[ helios-setup] May 15 03:33:21.526 INFO E| Compiling async-stream v0.3.5
29732025-05-15T03:33:22.441Z[ helios-setup] May 15 03:33:21.881 INFO E| Compiling rhai v1.14.0
29742025-05-15T03:33:23.387Z[ helios-setup] May 15 03:33:22.827 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29752025-05-15T03:33:23.563Z[ helios-setup] May 15 03:33:23.003 INFO E| Compiling slog-bunyan v2.4.0
29762025-05-15T03:33:25.971Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29772025-05-15T03:33:27.959Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29782025-05-15T03:33:28.785Z[ helios-setup] May 15 03:33:28.225 INFO E| Compiling toml v0.7.3
29792025-05-15T03:33:29.616Z[ helios-setup] May 15 03:33:29.056 INFO E| Compiling rustls-webpki v0.100.1
29802025-05-15T03:33:29.872Z[ helios-setup] May 15 03:33:29.312 INFO E| Compiling sct v0.7.0
29812025-05-15T03:33:32.437Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29822025-05-15T03:33:33.143Z[ helios-setup] May 15 03:33:32.583 INFO E| Compiling rustls-pemfile v1.0.2
29832025-05-15T03:33:34.539Z[ helios-setup] May 15 03:33:33.980 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29842025-05-15T03:33:34.908Z[ helios-setup] May 15 03:33:34.349 INFO E| Compiling serde_path_to_error v0.1.11
29852025-05-15T03:33:37.399Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29862025-05-15T03:33:37.478Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29872025-05-15T03:33:38.107Z[ host-package] Compiling prettyplease v0.2.30
29882025-05-15T03:33:38.133Z[ helios-setup] May 15 03:33:37.551 INFO E| Compiling terminal_size v0.2.6
29892025-05-15T03:33:38.205Z[ helios-setup] May 15 03:33:37.637 INFO E| Compiling smawk v0.3.1
29902025-05-15T03:33:38.261Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29912025-05-15T03:33:38.358Z[ helios-setup] May 15 03:33:37.798 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
29922025-05-15T03:33:38.844Z[ helios-setup] May 15 03:33:38.285 INFO E| Compiling textwrap v0.16.0
29932025-05-15T03:33:44.686Z[ helios-setup] May 15 03:33:44.127 INFO E| Compiling tokio-rustls v0.24.0
29942025-05-15T03:33:44.906Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29952025-05-15T03:33:51.385Z[ host-package] Compiling highway v1.3.0
29962025-05-15T03:33:53.875Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29972025-05-15T03:33:54.340Z[ host-package] Compiling tungstenite v0.21.0
29982025-05-15T03:33:56.837Z[ host-package] Compiling linked-hash-map v0.5.6
29992025-05-15T03:33:58.062Z[ host-package] Compiling semver v0.1.20
30002025-05-15T03:33:59.223Z[ host-package] Compiling rustc_version v0.1.7
30012025-05-15T03:34:00.011Z[ host-package] Compiling lru-cache v0.1.2
30022025-05-15T03:34:00.340Z[ host-package] Compiling tokio-tungstenite v0.21.0
30032025-05-15T03:34:01.817Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30042025-05-15T03:34:02.758Z[ host-package] Compiling newtype_derive v0.1.6
30052025-05-15T03:34:03.752Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30062025-05-15T03:34:05.592Z[ host-package] Compiling resolv-conf v0.7.0
30072025-05-15T03:34:09.123Z[ host-package] Compiling hickory-resolver v0.24.4
30082025-05-15T03:34:10.827Z[ helios-setup] May 15 03:34:10.270 INFO E| Compiling git2 v0.16.1
30092025-05-15T03:34:11.500Z[ host-package] Compiling humantime v2.1.0
30102025-05-15T03:34:12.802Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30112025-05-15T03:34:12.974Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
30122025-05-15T03:34:15.826Z[ helios-setup] May 15 03:34:15.269 INFO E| Compiling built v0.6.0
30132025-05-15T03:34:16.015Z[ host-package] Compiling universal-hash v0.5.1
30142025-05-15T03:34:16.366Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30152025-05-15T03:34:16.680Z[ host-package] Compiling opaque-debug v0.3.1
30162025-05-15T03:34:17.010Z[ host-package] Compiling poly1305 v0.8.0
30172025-05-15T03:34:17.310Z[ helios-setup] May 15 03:34:16.753 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30182025-05-15T03:34:17.665Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
30192025-05-15T03:34:17.753Z[ host-package] Compiling steno v0.4.1
30202025-05-15T03:34:17.932Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30212025-05-15T03:34:18.496Z[ host-package] Compiling chacha20 v0.9.1
30222025-05-15T03:34:19.259Z[ host-package] Compiling aead v0.5.2
30232025-05-15T03:34:19.288Z[ helios-setup] May 15 03:34:18.455 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30242025-05-15T03:34:19.288Z[ host-package] Compiling chacha20poly1305 v0.10.1
30252025-05-15T03:34:19.428Z[ host-package] Compiling qorb v0.3.1
30262025-05-15T03:34:19.458Z[ host-package] Compiling thiserror-no-std v2.0.2
30272025-05-15T03:34:19.483Z[ host-package] Compiling slog-dtrace v0.3.0
30282025-05-15T03:34:19.614Z[ host-package] Compiling bytecount v0.6.8
30292025-05-15T03:34:19.679Z[ helios-setup] May 15 03:34:19.121 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30302025-05-15T03:34:19.771Z[ host-package] Compiling vsss-rs v3.3.4
30312025-05-15T03:34:20.714Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30322025-05-15T03:34:22.184Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30332025-05-15T03:34:28.758Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
30342025-05-15T03:34:37.027Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352025-05-15T03:34:38.501Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30362025-05-15T03:34:39.689Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30372025-05-15T03:34:40.933Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30382025-05-15T03:34:41.067Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30392025-05-15T03:34:42.202Z[ helios-setup] May 15 03:34:41.647 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30402025-05-15T03:34:44.803Z[ host-package] Compiling display-error-chain v0.2.2
30412025-05-15T03:34:44.975Z[ host-package] Compiling crunchy v0.2.2
30422025-05-15T03:34:45.292Z[ host-package] Compiling maplit v1.0.2
30432025-05-15T03:34:45.556Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30442025-05-15T03:34:46.205Z[ host-package] Compiling dsl_auto_type v0.1.2
30452025-05-15T03:34:47.476Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30462025-05-15T03:34:48.676Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30472025-05-15T03:34:48.781Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30482025-05-15T03:34:49.606Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30492025-05-15T03:34:49.656Z[ host-package] Compiling tiny-keccak v2.0.2
30502025-05-15T03:34:49.943Z[ host-package] Compiling diesel_derives v2.2.3
30512025-05-15T03:34:50.470Z[ host-package] Compiling r2d2 v0.8.10
30522025-05-15T03:34:51.266Z[ host-package] Compiling proc-macro-error2 v2.0.1
30532025-05-15T03:34:51.795Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30542025-05-15T03:34:52.055Z[ host-package] Compiling const_format_proc_macros v0.2.34
30552025-05-15T03:34:52.612Z[ host-package] Compiling bit-vec v0.6.3
30562025-05-15T03:34:53.745Z[ host-package] Compiling bit-set v0.5.3
30572025-05-15T03:34:54.376Z[ host-package] Compiling tabled_derive v0.10.0
30582025-05-15T03:34:55.737Z[ host-package] Compiling const_format v0.2.34
30592025-05-15T03:34:55.917Z[ helios-setup] May 15 03:34:55.363 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30602025-05-15T03:34:59.298Z[ host-package] Compiling papergrid v0.14.0
30612025-05-15T03:34:59.542Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30622025-05-15T03:35:04.197Z[ host-package] Compiling ascii-canvas v3.0.0
30632025-05-15T03:35:05.427Z[ host-package] Compiling num-derive v0.3.3
30642025-05-15T03:35:05.508Z[ host-package] Compiling ena v0.14.3
30652025-05-15T03:35:06.894Z[ host-package] Compiling regex-syntax v0.6.29
30662025-05-15T03:35:09.830Z[ host-package] Compiling bindgen v0.71.1
30672025-05-15T03:35:09.897Z[ host-package] Compiling diesel v2.2.10
30682025-05-15T03:35:11.283Z[ host-package] Compiling diff v0.1.13
30692025-05-15T03:35:12.560Z[ host-package] Compiling libscf-sys v1.1.0
30702025-05-15T03:35:16.184Z[ host-package] Compiling lalrpop v0.19.12
30712025-05-15T03:35:22.086Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30722025-05-15T03:35:22.986Z[ helios-setup] May 15 03:35:22.433 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30732025-05-15T03:35:27.371Z[ host-package] Compiling tabled v0.18.0
30742025-05-15T03:35:30.881Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30752025-05-15T03:35:32.091Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30762025-05-15T03:35:33.115Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30772025-05-15T03:35:33.415Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30782025-05-15T03:35:37.254Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30792025-05-15T03:35:38.000Z[ host-package] Compiling ref-cast v1.0.23
30802025-05-15T03:35:38.315Z[ host-package] Compiling rustc-hash v2.1.1
30812025-05-15T03:35:39.573Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
30822025-05-15T03:35:43.813Z[ host-package] Compiling polar-core v0.27.3
30832025-05-15T03:35:46.189Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30842025-05-15T03:35:47.325Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30852025-05-15T03:35:49.948Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30862025-05-15T03:35:50.626Z[ host-package] Compiling derive_builder_core v0.20.2
30872025-05-15T03:35:52.942Z[ host-package] Compiling headers-core v0.3.0
30882025-05-15T03:35:53.198Z[ host-package] Compiling phf_generator v0.11.2
30892025-05-15T03:35:53.526Z[ host-package] Compiling libxml v0.3.3
30902025-05-15T03:35:54.629Z[ host-package] Compiling ref-cast-impl v1.0.23
30912025-05-15T03:35:55.439Z[ host-package] Compiling phf_codegen v0.11.2
30922025-05-15T03:35:55.887Z[ host-package] Compiling headers v0.4.0
30932025-05-15T03:35:56.151Z[ host-package] Compiling derive_builder_macro v0.20.2
30942025-05-15T03:35:56.436Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
30952025-05-15T03:35:59.127Z[ host-package] Compiling samael v0.0.18
30962025-05-15T03:36:02.147Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972025-05-15T03:36:02.785Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30982025-05-15T03:36:07.397Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30992025-05-15T03:36:08.478Z[ host-package] Compiling strum_macros v0.24.3
31002025-05-15T03:36:09.150Z[ host-package] Compiling parse-zoneinfo v0.3.1
31012025-05-15T03:36:09.777Z[ host-package] Compiling indoc v1.0.9
31022025-05-15T03:36:10.975Z[ host-package] Compiling crc8 v0.1.1
31032025-05-15T03:36:11.709Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31042025-05-15T03:36:12.045Z[ host-package] Compiling chrono-tz-build v0.4.0
31052025-05-15T03:36:13.746Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31062025-05-15T03:36:13.962Z[ host-package] Compiling derive_builder v0.20.2
31072025-05-15T03:36:18.195Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31082025-05-15T03:36:18.766Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31092025-05-15T03:36:20.284Z[ host-package] Compiling oso-derive v0.27.3
31102025-05-15T03:36:20.812Z[ host-package] Compiling quick-xml v0.37.2
31112025-05-15T03:36:21.622Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31122025-05-15T03:36:22.666Z[ host-package] Compiling arc-swap v1.7.1
31132025-05-15T03:36:23.471Z[ helios-setup] May 15 03:36:22.922 INFO E| Finished `release` profile [optimized] target(s) in 6m 09s
31142025-05-15T03:36:23.611Z[ host-package] Compiling slog-scope v4.4.0
31152025-05-15T03:36:23.637Z[ helios-setup] May 15 03:36:23.072 INFO building project "pilot" ok (369 seconds)
31162025-05-15T03:36:23.637Z[ helios-setup] May 15 03:36:23.072 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31172025-05-15T03:36:23.720Z[ helios-setup] May 15 03:36:23.170 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.86.0-x86_64-unknown-illumos (default)"
31182025-05-15T03:36:23.746Z[ helios-setup] May 15 03:36:23.170 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31192025-05-15T03:36:23.746Z[ helios-setup] May 15 03:36:23.170 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31202025-05-15T03:36:23.746Z[ host-package] Compiling vte v0.11.1
31212025-05-15T03:36:24.040Z[ helios-setup] May 15 03:36:23.491 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31222025-05-15T03:36:24.540Z[ host-package] Compiling chrono-tz v0.10.3
31232025-05-15T03:36:24.605Z[ helios-setup] May 15 03:36:24.056 INFO E| From https://github.com/jclulow/rust-jmclib
31242025-05-15T03:36:24.605Z[ helios-setup] May 15 03:36:24.056 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31252025-05-15T03:36:24.630Z[ helios-setup] May 15 03:36:24.078 INFO E| Updating crates.io index
31262025-05-15T03:36:24.819Z[ helios-setup] May 15 03:36:24.269 INFO E| Downloading crates ...
31272025-05-15T03:36:24.940Z[ helios-setup] May 15 03:36:24.391 INFO E| Downloaded md-5 v0.9.1
31282025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.395 INFO E| Downloaded digest v0.9.0
31292025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.398 INFO E| Downloaded getrandom v0.2.10
31302025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.404 INFO E| Downloaded serde_derive v1.0.193
31312025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.409 INFO E| Downloaded glob v0.3.1
31322025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.412 INFO E| Downloaded opaque-debug v0.3.0
31332025-05-15T03:36:24.965Z[ helios-setup] May 15 03:36:24.414 INFO E| Downloaded uuid v0.8.2
31342025-05-15T03:36:24.992Z[ helios-setup] May 15 03:36:24.421 INFO E| Downloaded sha-1 v0.9.8
31352025-05-15T03:36:24.992Z[ helios-setup] May 15 03:36:24.425 INFO E| Downloaded ryu v1.0.15
31362025-05-15T03:36:24.992Z[ helios-setup] May 15 03:36:24.432 INFO E| Downloaded unicode-ident v1.0.11
31372025-05-15T03:36:24.992Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31382025-05-15T03:36:24.992Z[ helios-setup] May 15 03:36:24.437 INFO E| Downloaded serde v1.0.193
31392025-05-15T03:36:25.020Z[ helios-setup] May 15 03:36:24.444 INFO E| Downloaded proc-macro2 v1.0.66
31402025-05-15T03:36:25.020Z[ helios-setup] May 15 03:36:24.449 INFO E| Downloaded once_cell v1.18.0
31412025-05-15T03:36:25.020Z[ helios-setup] May 15 03:36:24.454 INFO E| Downloaded bitflags v2.3.3
31422025-05-15T03:36:25.020Z[ helios-setup] May 15 03:36:24.459 INFO E| Downloaded libdevinfo-sys v1.0.0
31432025-05-15T03:36:25.020Z[ helios-setup] May 15 03:36:24.462 INFO E| Downloaded serde_json v1.0.103
31442025-05-15T03:36:25.046Z[ helios-setup] May 15 03:36:24.472 INFO E| Downloaded itoa v1.0.9
31452025-05-15T03:36:25.046Z[ helios-setup] May 15 03:36:24.474 INFO E| Downloaded syn v2.0.32
31462025-05-15T03:36:25.046Z[ helios-setup] May 15 03:36:24.488 INFO E| Downloaded fastrand v2.0.0
31472025-05-15T03:36:25.046Z[ helios-setup] May 15 03:36:24.491 INFO E| Downloaded tempfile v3.7.0
31482025-05-15T03:36:25.046Z[ helios-setup] May 15 03:36:24.494 INFO E| Downloaded quote v1.0.31
31492025-05-15T03:36:25.087Z[ helios-setup] May 15 03:36:24.538 INFO E| Downloaded block-buffer v0.9.0
31502025-05-15T03:36:25.113Z[ helios-setup] May 15 03:36:24.539 INFO E| Downloaded anyhow v1.0.72
31512025-05-15T03:36:25.113Z[ helios-setup] May 15 03:36:24.544 INFO E| Downloaded cpufeatures v0.2.9
31522025-05-15T03:36:25.113Z[ helios-setup] May 15 03:36:24.546 INFO E| Downloaded rustix v0.38.4
31532025-05-15T03:36:25.187Z[ helios-setup] May 15 03:36:24.638 INFO E| Downloaded libc v0.2.147
31542025-05-15T03:36:25.246Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31552025-05-15T03:36:25.304Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling libc v0.2.147
31562025-05-15T03:36:25.304Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling proc-macro2 v1.0.66
31572025-05-15T03:36:25.329Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling unicode-ident v1.0.11
31582025-05-15T03:36:25.330Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling cfg-if v1.0.0
31592025-05-15T03:36:25.330Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling typenum v1.16.0
31602025-05-15T03:36:25.330Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling version_check v0.9.4
31612025-05-15T03:36:25.330Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling serde v1.0.193
31622025-05-15T03:36:25.330Z[ helios-setup] May 15 03:36:24.755 INFO E| Compiling itoa v1.0.9
31632025-05-15T03:36:25.455Z[ host-package] Compiling diesel-dtrace v0.4.2
31642025-05-15T03:36:26.084Z[ host-package] Compiling unicase v2.7.0
31652025-05-15T03:36:26.196Z[ helios-setup] May 15 03:36:25.647 INFO E| Compiling time-core v0.1.2
31662025-05-15T03:36:26.243Z[ helios-setup] May 15 03:36:25.694 INFO E| Compiling slog v2.7.0
31672025-05-15T03:36:26.440Z[ helios-setup] May 15 03:36:25.891 INFO E| Compiling generic-array v0.14.7
31682025-05-15T03:36:27.058Z[ helios-setup] May 15 03:36:26.506 INFO E| Compiling powerfmt v0.2.0
31692025-05-15T03:36:27.181Z[ helios-setup] May 15 03:36:26.631 INFO E| Compiling rustix v0.38.4
31702025-05-15T03:36:27.250Z[ helios-setup] May 15 03:36:26.701 INFO E| Compiling num-conv v0.1.0
31712025-05-15T03:36:27.366Z[ helios-setup] May 15 03:36:26.817 INFO E| Compiling bitflags v2.3.3
31722025-05-15T03:36:27.592Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31732025-05-15T03:36:27.769Z[ helios-setup] May 15 03:36:27.220 INFO E| Compiling time-macros v0.2.18
31742025-05-15T03:36:27.965Z[ helios-setup] May 15 03:36:27.416 INFO E| Compiling deranged v0.3.11
31752025-05-15T03:36:28.381Z[ helios-setup] May 15 03:36:27.831 INFO E| Compiling once_cell v1.18.0
31762025-05-15T03:36:28.627Z[ helios-setup] May 15 03:36:28.078 INFO E| Compiling quote v1.0.31
31772025-05-15T03:36:29.018Z[ helios-setup] May 15 03:36:28.469 INFO E| Compiling num_threads v0.1.6
31782025-05-15T03:36:29.085Z[ host-package] Compiling slog-stdlog v4.1.1
31792025-05-15T03:36:29.131Z[ host-package] Compiling papergrid v0.11.0
31802025-05-15T03:36:29.282Z[ helios-setup] May 15 03:36:28.733 INFO E| Compiling syn v2.0.32
31812025-05-15T03:36:29.307Z[ helios-setup] May 15 03:36:28.739 INFO E| Compiling thread_local v1.1.7
31822025-05-15T03:36:29.695Z[ helios-setup] May 15 03:36:29.146 INFO E| Compiling opaque-debug v0.3.0
31832025-05-15T03:36:29.873Z[ helios-setup] May 15 03:36:29.324 INFO E| Compiling fastrand v2.0.0
31842025-05-15T03:36:30.446Z[ helios-setup] May 15 03:36:29.896 INFO E| Compiling dirs-sys-next v0.1.2
31852025-05-15T03:36:30.666Z[ helios-setup] May 15 03:36:30.117 INFO E| Compiling errno v0.3.1
31862025-05-15T03:36:30.839Z[ host-package] Compiling oso v0.27.3
31872025-05-15T03:36:31.116Z[ helios-setup] May 15 03:36:30.568 INFO E| Compiling dirs-next v2.0.0
31882025-05-15T03:36:31.242Z[ helios-setup] May 15 03:36:30.693 INFO E| Compiling atty v0.2.14
31892025-05-15T03:36:31.314Z[ helios-setup] May 15 03:36:30.766 INFO E| Compiling anyhow v1.0.72
31902025-05-15T03:36:31.596Z[ helios-setup] May 15 03:36:31.047 INFO E| Compiling term v0.7.0
31912025-05-15T03:36:31.802Z[ helios-setup] May 15 03:36:31.253 INFO E| Compiling serde_json v1.0.103
31922025-05-15T03:36:31.919Z[ helios-setup] May 15 03:36:31.370 INFO E| Compiling getrandom v0.2.10
31932025-05-15T03:36:32.355Z[ helios-setup] May 15 03:36:31.806 INFO E| Compiling block-buffer v0.9.0
31942025-05-15T03:36:32.643Z[ helios-setup] May 15 03:36:32.094 INFO E| Compiling time v0.3.36
31952025-05-15T03:36:32.708Z[ helios-setup] May 15 03:36:32.159 INFO E| Compiling digest v0.9.0
31962025-05-15T03:36:33.095Z[ helios-setup] May 15 03:36:32.546 INFO E| Compiling ryu v1.0.15
31972025-05-15T03:36:33.147Z[ helios-setup] May 15 03:36:32.598 INFO E| Compiling cpufeatures v0.2.9
31982025-05-15T03:36:33.272Z[ helios-setup] May 15 03:36:32.724 INFO E| Compiling unicode-width v0.1.10
31992025-05-15T03:36:33.396Z[ helios-setup] May 15 03:36:32.846 INFO E| Compiling same-file v1.0.6
32002025-05-15T03:36:33.904Z[ helios-setup] May 15 03:36:33.354 INFO E| Compiling walkdir v2.3.3
32012025-05-15T03:36:33.957Z[ helios-setup] May 15 03:36:33.408 INFO E| Compiling tempfile v3.7.0
32022025-05-15T03:36:34.287Z[ helios-setup] May 15 03:36:33.738 INFO E| Compiling getopts v0.2.21
32032025-05-15T03:36:34.735Z[ helios-setup] May 15 03:36:34.186 INFO E| Compiling sha-1 v0.9.8
32042025-05-15T03:36:34.842Z[ helios-setup] May 15 03:36:34.293 INFO E| Compiling md-5 v0.9.1
32052025-05-15T03:36:35.433Z[ helios-setup] May 15 03:36:34.884 INFO E| Compiling libdevinfo-sys v1.0.0
32062025-05-15T03:36:35.551Z[ helios-setup] May 15 03:36:35.003 INFO E| Compiling glob v0.3.1
32072025-05-15T03:36:36.440Z[ helios-setup] May 15 03:36:35.891 INFO E| Compiling slog-term v2.9.0
32082025-05-15T03:36:37.365Z[ helios-setup] May 15 03:36:36.816 INFO E| Compiling serde_derive v1.0.193
32092025-05-15T03:36:47.296Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102025-05-15T03:36:47.857Z[ host-package] Compiling tabled_derive v0.7.0
32112025-05-15T03:36:48.995Z[ helios-setup] May 15 03:36:48.447 INFO E| Compiling toml v0.5.11
32122025-05-15T03:36:49.020Z[ helios-setup] May 15 03:36:48.447 INFO E| Compiling uuid v0.8.2
32132025-05-15T03:36:50.391Z[ host-package] Compiling fd-lock v4.0.2
32142025-05-15T03:36:50.751Z[ host-package] Compiling bb8 v0.8.5
32152025-05-15T03:36:51.301Z[ helios-setup] May 15 03:36:50.753 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32162025-05-15T03:36:51.727Z[ host-package] Compiling peg-macros v0.8.5
32172025-05-15T03:36:52.423Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182025-05-15T03:36:53.350Z[ helios-setup] May 15 03:36:52.802 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32192025-05-15T03:36:53.608Z[ host-package] Compiling nu-ansi-term v0.50.1
32202025-05-15T03:36:54.937Z[ host-package] Compiling reedline v0.38.0
32212025-05-15T03:36:55.210Z[ host-package] Compiling peg v0.8.5
32222025-05-15T03:36:55.512Z[ host-package] Compiling async-bb8-diesel v0.2.1
32232025-05-15T03:36:56.584Z[ host-package] Compiling tabled v0.15.0
32242025-05-15T03:36:56.961Z[ host-package] Compiling slog-envlogger v2.2.0
32252025-05-15T03:37:01.594Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32262025-05-15T03:37:02.133Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272025-05-15T03:37:04.966Z[ helios-setup] May 15 03:37:04.420 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.13s
32282025-05-15T03:37:04.997Z[ helios-setup] May 15 03:37:04.450 INFO building project "image-builder" ok (41 seconds)
32292025-05-15T03:37:04.997Z[ helios-setup] May 15 03:37:04.450 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32302025-05-15T03:37:05.118Z[ helios-setup] May 15 03:37:04.571 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
32312025-05-15T03:37:05.118Z[ helios-setup] May 15 03:37:04.571 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32322025-05-15T03:37:05.143Z[ helios-setup] May 15 03:37:04.571 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32332025-05-15T03:37:05.429Z[ helios-setup] May 15 03:37:04.882 INFO E| Updating crates.io index
32342025-05-15T03:37:05.581Z[ helios-setup] May 15 03:37:05.033 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32352025-05-15T03:37:06.273Z[ helios-setup] May 15 03:37:05.726 INFO E| From https://github.com/oxidecomputer/amd-apcb
32362025-05-15T03:37:06.273Z[ helios-setup] May 15 03:37:05.726 INFO E| * [new ref] a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f -> refs/commit/a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f
32372025-05-15T03:37:06.299Z[ helios-setup] May 15 03:37:05.752 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32382025-05-15T03:37:07.101Z[ helios-setup] May 15 03:37:06.553 INFO E| From https://github.com/oxidecomputer/amd-efs
32392025-05-15T03:37:07.101Z[ helios-setup] May 15 03:37:06.553 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e
32402025-05-15T03:37:07.462Z[ helios-setup] May 15 03:37:06.915 INFO E| Downloading crates ...
32412025-05-15T03:37:07.641Z[ helios-setup] May 15 03:37:07.094 INFO E| Downloaded pest_generator v2.8.0
32422025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.098 INFO E| Downloaded unic-ucd-version v0.9.0
32432025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.101 INFO E| Downloaded strum v0.27.1
32442025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.103 INFO E| Downloaded unic-common v0.9.0
32452025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.105 INFO E| Downloaded vec_map v0.8.2
32462025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.107 INFO E| Downloaded unic-ucd-ident v0.9.0
32472025-05-15T03:37:07.666Z[ helios-setup] May 15 03:37:07.110 INFO E| Downloaded rustversion v1.0.20
32482025-05-15T03:37:07.667Z[ helios-setup] May 15 03:37:07.114 INFO E| Downloaded strum_macros v0.27.1
32492025-05-15T03:37:07.667Z[ helios-setup] May 15 03:37:07.119 INFO E| Downloaded structopt v0.3.26
32502025-05-15T03:37:07.692Z[ helios-setup] May 15 03:37:07.130 INFO E| Downloaded typenum v1.18.0
32512025-05-15T03:37:07.692Z[ helios-setup] May 15 03:37:07.135 INFO E| Downloaded ryu v1.0.20
32522025-05-15T03:37:07.692Z[ helios-setup] May 15 03:37:07.140 INFO E| Downloaded pest v2.8.0
32532025-05-15T03:37:07.717Z[ helios-setup] May 15 03:37:07.149 INFO E| Downloaded pest_derive v2.8.0
32542025-05-15T03:37:07.717Z[ helios-setup] May 15 03:37:07.153 INFO E| Downloaded goblin v0.9.3
32552025-05-15T03:37:07.717Z[ helios-setup] May 15 03:37:07.163 INFO E| Downloaded modular-bitfield v0.11.2
32562025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.176 INFO E| Downloaded bytesize v2.0.1
32572025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.180 INFO E| Downloaded pest_meta v2.8.0
32582025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.184 INFO E| Downloaded clap v2.34.0
32592025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.192 INFO E| Downloaded modular-bitfield-impl v0.11.2
32602025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.194 INFO E| Downloaded structopt-derive v0.4.18
32612025-05-15T03:37:07.743Z[ helios-setup] May 15 03:37:07.195 INFO E| Downloaded strsim v0.8.0
32622025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.197 INFO E| Downloaded parse_int v0.9.0
32632025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.198 INFO E| Downloaded itoa v1.0.15
32642025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.200 INFO E| Downloaded four-cc v0.4.0
32652025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.202 INFO E| Downloaded textwrap v0.11.0
32662025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.204 INFO E| Downloaded cpufeatures v0.2.17
32672025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.205 INFO E| Downloaded unic-char-range v0.9.0
32682025-05-15T03:37:07.768Z[ helios-setup] May 15 03:37:07.207 INFO E| Downloaded unic-char-property v0.9.0
32692025-05-15T03:37:07.794Z[ helios-setup] May 15 03:37:07.226 INFO E| Downloaded scroll_derive v0.12.1
32702025-05-15T03:37:07.794Z[ helios-setup] May 15 03:37:07.228 INFO E| Downloaded fletcher v1.0.0
32712025-05-15T03:37:07.794Z[ helios-setup] May 15 03:37:07.229 INFO E| Downloaded ansi_term v0.12.1
32722025-05-15T03:37:07.879Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling proc-macro2 v1.0.95
32732025-05-15T03:37:07.879Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling unicode-ident v1.0.18
32742025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling memchr v2.7.4
32752025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling syn v1.0.109
32762025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling thiserror v2.0.12
32772025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling autocfg v1.4.0
32782025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling serde v1.0.219
32792025-05-15T03:37:07.905Z[ helios-setup] May 15 03:37:07.332 INFO E| Compiling version_check v0.9.5
32802025-05-15T03:37:08.322Z[ helios-setup] May 15 03:37:07.775 INFO E| Compiling serde_json v1.0.140
32812025-05-15T03:37:09.269Z[ helios-setup] May 15 03:37:08.723 INFO E| Compiling ryu v1.0.20
32822025-05-15T03:37:09.353Z[ helios-setup] May 15 03:37:08.806 INFO E| Compiling itoa v1.0.15
32832025-05-15T03:37:09.594Z[ helios-setup] May 15 03:37:09.047 INFO E| Compiling num-traits v0.2.19
32842025-05-15T03:37:09.816Z[ helios-setup] May 15 03:37:09.269 INFO E| Compiling schemars v0.8.22
32852025-05-15T03:37:09.862Z[ helios-setup] May 15 03:37:09.315 INFO E| Compiling memoffset v0.9.1
32862025-05-15T03:37:10.077Z[ helios-setup] May 15 03:37:09.530 INFO E| Compiling proc-macro-error-attr v1.0.4
32872025-05-15T03:37:10.255Z[ helios-setup] May 15 03:37:09.708 INFO E| Compiling rustversion v1.0.20
32882025-05-15T03:37:10.280Z[ helios-setup] May 15 03:37:09.723 INFO E| Compiling dyn-clone v1.0.19
32892025-05-15T03:37:10.751Z[ helios-setup] May 15 03:37:10.205 INFO E| Compiling libc v0.2.172
32902025-05-15T03:37:10.776Z[ helios-setup] May 15 03:37:10.219 INFO E| Compiling zerocopy v0.8.25
32912025-05-15T03:37:10.802Z[ helios-setup] May 15 03:37:10.249 INFO E| Compiling paste v1.0.15
32922025-05-15T03:37:10.932Z[ helios-setup] May 15 03:37:10.385 INFO E| Compiling ucd-trie v0.1.7
32932025-05-15T03:37:11.469Z[ helios-setup] May 15 03:37:10.922 INFO E| Compiling proc-macro-error v1.0.4
32942025-05-15T03:37:11.785Z[ helios-setup] May 15 03:37:11.239 INFO E| Compiling static_assertions v1.1.0
32952025-05-15T03:37:11.938Z[ helios-setup] May 15 03:37:11.389 INFO E| Compiling quote v1.0.40
32962025-05-15T03:37:12.299Z[ helios-setup] May 15 03:37:11.752 INFO E| Compiling once_cell v1.21.3
32972025-05-15T03:37:12.930Z[ helios-setup] May 15 03:37:12.384 INFO E| Compiling syn v2.0.101
32982025-05-15T03:37:13.459Z[ helios-setup] May 15 03:37:12.913 INFO E| Compiling unicode-segmentation v1.12.0
32992025-05-15T03:37:13.568Z[ helios-setup] May 15 03:37:13.022 INFO E| Compiling heck v0.5.0
33002025-05-15T03:37:14.188Z[ helios-setup] May 15 03:37:13.642 INFO E| Compiling unicode-width v0.1.14
33012025-05-15T03:37:14.253Z[ helios-setup] May 15 03:37:13.706 INFO E| Compiling atty v0.2.14
33022025-05-15T03:37:14.336Z[ host-package] Compiling typify-impl v0.2.0
33032025-05-15T03:37:14.626Z[ helios-setup] May 15 03:37:14.080 INFO E| Compiling parse_int v0.9.0
33042025-05-15T03:37:14.824Z[ helios-setup] May 15 03:37:14.278 INFO E| Compiling heck v0.3.3
33052025-05-15T03:37:14.894Z[ helios-setup] May 15 03:37:14.347 INFO E| Compiling unic-common v0.9.0
33062025-05-15T03:37:14.987Z[ helios-setup] May 15 03:37:14.441 INFO E| Compiling ansi_term v0.12.1
33072025-05-15T03:37:15.123Z[ helios-setup] May 15 03:37:14.577 INFO E| Compiling byteorder v1.5.0
33082025-05-15T03:37:15.171Z[ helios-setup] May 15 03:37:14.625 INFO E| Compiling strum v0.27.1
33092025-05-15T03:37:15.269Z[ helios-setup] May 15 03:37:14.722 INFO E| Compiling textwrap v0.11.0
33102025-05-15T03:37:15.331Z[ helios-setup] May 15 03:37:14.784 INFO E| Compiling strsim v0.8.0
33112025-05-15T03:37:15.402Z[ helios-setup] May 15 03:37:14.855 INFO E| Compiling vec_map v0.8.2
33122025-05-15T03:37:15.756Z[ helios-setup] May 15 03:37:15.209 INFO E| Compiling fletcher v1.0.0
33132025-05-15T03:37:15.960Z[ helios-setup] May 15 03:37:15.414 INFO E| Compiling bitflags v1.3.2
33142025-05-15T03:37:16.022Z[ helios-setup] May 15 03:37:15.475 INFO E| Compiling unic-char-range v0.9.0
33152025-05-15T03:37:16.136Z[ helios-setup] May 15 03:37:15.590 INFO E| Compiling unic-ucd-version v0.9.0
33162025-05-15T03:37:16.240Z[ helios-setup] May 15 03:37:15.694 INFO E| Compiling clap v2.34.0
33172025-05-15T03:37:16.282Z[ helios-setup] May 15 03:37:15.736 INFO E| Compiling log v0.4.27
33182025-05-15T03:37:16.307Z[ helios-setup] May 15 03:37:15.746 INFO E| Compiling lazy_static v1.5.0
33192025-05-15T03:37:16.399Z[ helios-setup] May 15 03:37:15.852 INFO E| Compiling unic-char-property v0.9.0
33202025-05-15T03:37:16.434Z[ helios-setup] May 15 03:37:15.888 INFO E| Compiling plain v0.2.3
33212025-05-15T03:37:16.509Z[ helios-setup] May 15 03:37:15.963 INFO E| Compiling bytesize v2.0.1
33222025-05-15T03:37:16.603Z[ helios-setup] May 15 03:37:16.057 INFO E| Compiling unic-ucd-ident v0.9.0
33232025-05-15T03:37:16.806Z[ host-package] Compiling bcs v0.1.6
33242025-05-15T03:37:18.351Z[ host-package] Compiling fxhash v0.2.1
33252025-05-15T03:37:18.821Z[ host-package] Compiling libz-sys v1.1.20
33262025-05-15T03:37:19.700Z[ host-package] Compiling termtree v0.5.1
33272025-05-15T03:37:22.531Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33282025-05-15T03:37:22.584Z[ helios-setup] May 15 03:37:22.038 INFO E| Compiling serde_derive_internals v0.29.1
33292025-05-15T03:37:23.308Z[ helios-setup] May 15 03:37:22.762 INFO E| Compiling modular-bitfield-impl v0.11.2
33302025-05-15T03:37:23.944Z[ helios-setup] May 15 03:37:23.398 INFO E| Compiling structopt-derive v0.4.18
33312025-05-15T03:37:24.539Z[ host-package] Compiling kstat-rs v0.2.4
33322025-05-15T03:37:25.838Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332025-05-15T03:37:26.099Z[ helios-setup] May 15 03:37:25.553 INFO E| Compiling thiserror-impl v2.0.12
33342025-05-15T03:37:26.295Z[ helios-setup] May 15 03:37:25.749 INFO E| Compiling serde_derive v1.0.219
33352025-05-15T03:37:26.321Z[ helios-setup] May 15 03:37:25.775 INFO E| Compiling schemars_derive v0.8.22
33362025-05-15T03:37:26.540Z[ helios-setup] May 15 03:37:25.994 INFO E| Compiling zerocopy-derive v0.8.25
33372025-05-15T03:37:27.008Z[ helios-setup] May 15 03:37:26.462 INFO E| Compiling num-derive v0.4.2
33382025-05-15T03:37:27.116Z[ helios-setup] May 15 03:37:26.571 INFO E| Compiling modular-bitfield v0.11.2
33392025-05-15T03:37:27.300Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402025-05-15T03:37:27.583Z[ helios-setup] May 15 03:37:27.037 INFO E| Compiling strum_macros v0.27.1
33412025-05-15T03:37:28.153Z[ helios-setup] May 15 03:37:27.608 INFO E| Compiling scroll_derive v0.12.1
33422025-05-15T03:37:29.266Z[ helios-setup] May 15 03:37:28.304 INFO E| Compiling structopt v0.3.26
33432025-05-15T03:37:29.775Z[ host-package] Compiling typify-macro v0.2.0
33442025-05-15T03:37:29.855Z[ host-package] Compiling nanorand v0.7.0
33452025-05-15T03:37:30.857Z[ helios-setup] May 15 03:37:30.312 INFO E| Compiling scroll v0.12.0
33462025-05-15T03:37:31.394Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33472025-05-15T03:37:31.640Z[ helios-setup] May 15 03:37:31.095 INFO E| Compiling goblin v0.9.3
33482025-05-15T03:37:32.181Z[ helios-setup] May 15 03:37:31.636 INFO E| Compiling pest v2.8.0
33492025-05-15T03:37:32.910Z[ host-package] Compiling parking_lot_core v0.8.6
33502025-05-15T03:37:35.444Z[ host-package] Compiling flume v0.11.1
33512025-05-15T03:37:36.097Z[ helios-setup] May 15 03:37:35.552 INFO E| Compiling pest_meta v2.8.0
33522025-05-15T03:37:36.379Z[ host-package] Compiling mime_guess v2.0.5
33532025-05-15T03:37:38.030Z[ helios-setup] May 15 03:37:37.484 INFO E| Compiling pest_generator v2.8.0
33542025-05-15T03:37:38.725Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33552025-05-15T03:37:40.021Z[ helios-setup] May 15 03:37:39.475 INFO E| Compiling pest_derive v2.8.0
33562025-05-15T03:37:42.262Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572025-05-15T03:37:43.973Z[ helios-setup] May 15 03:37:43.429 INFO E| Compiling json5 v0.4.1
33582025-05-15T03:37:46.003Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33592025-05-15T03:37:47.269Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33602025-05-15T03:37:47.835Z[ helios-setup] May 15 03:37:47.291 INFO E| Compiling four-cc v0.4.0
33612025-05-15T03:37:47.835Z[ helios-setup] May 15 03:37:47.291 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538)
33622025-05-15T03:37:48.105Z[ helios-setup] May 15 03:37:47.560 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#a8c7f0b7)
33632025-05-15T03:37:51.199Z[ host-package] Compiling castaway v0.2.3
33642025-05-15T03:37:51.266Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33652025-05-15T03:37:51.573Z[ host-package] Compiling compact_str v0.8.0
33662025-05-15T03:37:51.851Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33672025-05-15T03:37:52.767Z[ host-package] Compiling typify v0.2.0
33682025-05-15T03:37:53.967Z[ host-package] Compiling unicode-truncate v1.1.0
33692025-05-15T03:37:54.348Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33702025-05-15T03:37:54.498Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33712025-05-15T03:37:56.984Z[ host-package] Compiling lru v0.12.5
33722025-05-15T03:37:57.429Z[ host-package] Compiling vergen v8.3.2
33732025-05-15T03:37:57.924Z[ host-package] Compiling nibble_vec v0.1.0
33742025-05-15T03:37:58.216Z[ host-package] Compiling cargo-platform v0.1.8
33752025-05-15T03:37:58.807Z[ host-package] Compiling instability v0.3.2
33762025-05-15T03:37:59.850Z[ host-package] Compiling atty v0.2.14
33772025-05-15T03:38:00.055Z[ host-package] Compiling indoc v2.0.6
33782025-05-15T03:38:00.758Z[ host-package] Compiling http-range v0.1.5
33792025-05-15T03:38:00.944Z[ host-package] Compiling io-lifetimes v1.0.11
33802025-05-15T03:38:01.399Z[ host-package] Compiling salty v0.3.0
33812025-05-15T03:38:01.608Z[ host-package] Compiling endian-type v0.1.2
33822025-05-15T03:38:01.870Z[ host-package] Compiling half v1.8.3
33832025-05-15T03:38:01.942Z[ host-package] Compiling cassowary v0.3.0
33842025-05-15T03:38:02.814Z[ host-package] Compiling ratatui v0.29.0
33852025-05-15T03:38:02.923Z[ host-package] Compiling serde_cbor v0.11.2
33862025-05-15T03:38:05.067Z[ host-package] Compiling radix_trie v0.2.1
33872025-05-15T03:38:06.031Z[ host-package] Compiling tough v0.20.0
33882025-05-15T03:38:06.143Z[ host-package] Compiling cargo_metadata v0.18.1
33892025-05-15T03:38:20.517Z[ host-package] Compiling parking_lot v0.11.2
33902025-05-15T03:38:22.404Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33912025-05-15T03:38:25.034Z[ host-package] Compiling git2 v0.19.0
33922025-05-15T03:38:25.507Z[ helios-setup] May 15 03:38:24.965 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33932025-05-15T03:38:28.318Z[ host-package] Compiling progenitor-impl v0.8.0
33942025-05-15T03:38:34.699Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33952025-05-15T03:38:36.556Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33962025-05-15T03:38:36.581Z[ helios-setup] May 15 03:38:36.030 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33972025-05-15T03:38:38.243Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33982025-05-15T03:38:41.023Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
33992025-05-15T03:38:41.531Z[ host-package] Compiling rand_seeder v0.3.0
34002025-05-15T03:38:42.239Z[ host-package] Compiling lzma-sys v0.1.20
34012025-05-15T03:38:42.672Z[ host-package] Compiling rustls v0.21.12
34022025-05-15T03:38:42.963Z[ host-package] Compiling xshell-macros v0.2.7
34032025-05-15T03:38:43.020Z[ host-package] Compiling rustix v0.37.28
34042025-05-15T03:38:43.097Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
34052025-05-15T03:38:43.770Z[ host-package] Compiling xshell v0.2.7
34062025-05-15T03:38:43.822Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34072025-05-15T03:38:44.128Z[ host-package] Compiling hyper-staticfile v0.10.1
34082025-05-15T03:38:44.184Z[ host-package] Compiling progenitor-macro v0.8.0
34092025-05-15T03:38:46.655Z[ host-package] Compiling sled v0.34.7
34102025-05-15T03:38:48.288Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34112025-05-15T03:38:49.072Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34122025-05-15T03:38:58.681Z[ host-package] Compiling hickory-client v0.24.4
34132025-05-15T03:39:01.096Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142025-05-15T03:39:02.157Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34152025-05-15T03:39:02.611Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162025-05-15T03:39:03.417Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34172025-05-15T03:39:04.311Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
34182025-05-15T03:39:05.877Z[ host-package] Compiling progenitor-client v0.8.0
34192025-05-15T03:39:06.737Z[ helios-setup] May 15 03:39:06.198 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
34202025-05-15T03:39:06.783Z[ helios-setup] May 15 03:39:06.243 INFO building project "amd-host-image-builder" ok (121 seconds)
34212025-05-15T03:39:06.783Z[ helios-setup] May 15 03:39:06.244 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34222025-05-15T03:39:06.890Z[ helios-setup] May 15 03:39:06.351 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.86.0-x86_64-unknown-illumos (default)"
34232025-05-15T03:39:06.890Z[ helios-setup] May 15 03:39:06.351 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34242025-05-15T03:39:06.890Z[ helios-setup] May 15 03:39:06.351 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34252025-05-15T03:39:06.989Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34262025-05-15T03:39:07.170Z[ helios-setup] May 15 03:39:06.631 INFO E| Downloading crates ...
34272025-05-15T03:39:07.254Z[ helios-setup] May 15 03:39:06.715 INFO E| Downloaded anyhow v1.0.62
34282025-05-15T03:39:07.279Z[ helios-setup] May 15 03:39:06.721 INFO E| Downloaded sha2 v0.10.5
34292025-05-15T03:39:07.279Z[ helios-setup] May 15 03:39:06.724 INFO E| Downloaded digest v0.10.3
34302025-05-15T03:39:07.279Z[ helios-setup] May 15 03:39:06.726 INFO E| Downloaded typenum v1.15.0
34312025-05-15T03:39:07.279Z[ helios-setup] May 15 03:39:06.729 INFO E| Downloaded bytes v1.2.1
34322025-05-15T03:39:07.341Z[ helios-setup] May 15 03:39:06.802 INFO E| Compiling version_check v0.9.4
34332025-05-15T03:39:07.367Z[ helios-setup] May 15 03:39:06.805 INFO E| Compiling typenum v1.15.0
34342025-05-15T03:39:07.367Z[ helios-setup] May 15 03:39:06.805 INFO E| Compiling crc32fast v1.3.2
34352025-05-15T03:39:07.367Z[ host-package] Compiling sct v0.7.1
34362025-05-15T03:39:07.367Z[ helios-setup] May 15 03:39:06.826 INFO E| Compiling cfg-if v1.0.0
34372025-05-15T03:39:07.393Z[ helios-setup] May 15 03:39:06.848 INFO E| Compiling anyhow v1.0.62
34382025-05-15T03:39:07.393Z[ helios-setup] May 15 03:39:06.848 INFO E| Compiling adler v1.0.2
34392025-05-15T03:39:07.393Z[ helios-setup] May 15 03:39:06.848 INFO E| Compiling cpufeatures v0.2.5
34402025-05-15T03:39:07.418Z[ helios-setup] May 15 03:39:06.854 INFO E| Compiling unicode-width v0.1.10
34412025-05-15T03:39:07.688Z[ host-package] Compiling rustls-webpki v0.101.7
34422025-05-15T03:39:08.086Z[ host-package] Compiling hickory-server v0.24.4
34432025-05-15T03:39:08.150Z[ helios-setup] May 15 03:39:07.610 INFO E| Compiling getopts v0.2.21
34442025-05-15T03:39:08.212Z[ helios-setup] May 15 03:39:07.672 INFO E| Compiling miniz_oxide v0.6.2
34452025-05-15T03:39:08.237Z[ helios-setup] May 15 03:39:07.683 INFO E| Compiling bitflags v1.3.2
34462025-05-15T03:39:08.354Z[ helios-setup] May 15 03:39:07.815 INFO E| Compiling bytes v1.2.1
34472025-05-15T03:39:08.380Z[ host-package] Compiling primeorder v0.13.6
34482025-05-15T03:39:08.428Z[ helios-setup] May 15 03:39:07.888 INFO E| Compiling generic-array v0.14.6
34492025-05-15T03:39:09.541Z[ host-package] Compiling heck v0.3.3
34502025-05-15T03:39:10.065Z[ helios-setup] May 15 03:39:09.526 INFO E| Compiling flate2 v1.0.25
34512025-05-15T03:39:10.280Z[ host-package] Compiling env_filter v0.1.2
34522025-05-15T03:39:12.618Z[ host-package] Compiling csv-core v0.1.11
34532025-05-15T03:39:12.712Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
34542025-05-15T03:39:12.737Z[ helios-setup] May 15 03:39:12.187 INFO E| Compiling block-buffer v0.10.3
34552025-05-15T03:39:12.737Z[ helios-setup] May 15 03:39:12.187 INFO E| Compiling crypto-common v0.1.6
34562025-05-15T03:39:12.957Z[ helios-setup] May 15 03:39:12.417 INFO E| Compiling digest v0.10.3
34572025-05-15T03:39:13.322Z[ helios-setup] May 15 03:39:12.783 INFO E| Compiling sha2 v0.10.5
34582025-05-15T03:39:13.376Z[ host-package] Compiling void v1.0.2
34592025-05-15T03:39:13.664Z[ host-package] Compiling lzss v0.8.2
34602025-05-15T03:39:13.799Z[ helios-setup] May 15 03:39:13.260 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34612025-05-15T03:39:13.886Z[ host-package] Compiling csv v1.3.1
34622025-05-15T03:39:14.241Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34632025-05-15T03:39:17.182Z[ host-package] Compiling env_logger v0.11.5
34642025-05-15T03:39:18.018Z[ helios-setup] May 15 03:39:17.479 INFO E| Finished `release` profile [optimized] target(s) in 11.01s
34652025-05-15T03:39:18.043Z[ helios-setup] May 15 03:39:17.494 INFO building project "bootserver" ok (11 seconds)
34662025-05-15T03:39:18.043Z[ helios-setup] May 15 03:39:17.494 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34672025-05-15T03:39:18.117Z[ helios-setup] May 15 03:39:17.578 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.86.0-x86_64-unknown-illumos (default)"
34682025-05-15T03:39:18.117Z[ helios-setup] May 15 03:39:17.578 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34692025-05-15T03:39:18.142Z[ helios-setup] May 15 03:39:17.578 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34702025-05-15T03:39:18.495Z[ helios-setup] May 15 03:39:17.956 INFO E| Downloading crates ...
34712025-05-15T03:39:18.640Z[ helios-setup] May 15 03:39:18.101 INFO E| Downloaded miniz_oxide v0.8.8
34722025-05-15T03:39:18.718Z[ helios-setup] May 15 03:39:18.179 INFO E| Compiling adler2 v2.0.0
34732025-05-15T03:39:18.833Z[ host-package] Compiling zone_cfg_derive v0.1.2
34742025-05-15T03:39:18.946Z[ helios-setup] May 15 03:39:18.408 INFO E| Compiling miniz_oxide v0.8.8
34752025-05-15T03:39:20.226Z[ host-package] Compiling p384 v0.13.0
34762025-05-15T03:39:21.179Z[ helios-setup] May 15 03:39:20.641 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34772025-05-15T03:39:22.103Z[ helios-setup] May 15 03:39:21.564 INFO E| Finished `release` profile [optimized] target(s) in 3.87s
34782025-05-15T03:39:22.128Z[ helios-setup] May 15 03:39:21.577 INFO building project "pinprick" ok (3 seconds)
34792025-05-15T03:39:22.128Z[ helios-setup] rm -f helios-build
34802025-05-15T03:39:22.128Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34812025-05-15T03:39:22.128Z[ helios-setup]
34822025-05-15T03:39:22.128Z[ helios-setup] Setup complete! ./helios-build is now available.
34832025-05-15T03:39:22.159Z[ helios-setup]
34842025-05-15T03:39:22.159Z[ helios-setup]
34852025-05-15T03:39:22.159Z[ helios-setup] real 10:23.403796797
34862025-05-15T03:39:22.159Z[ helios-setup] user 26:20.257305687
34872025-05-15T03:39:22.159Z[ helios-setup] sys 2:39.396581838
34882025-05-15T03:39:22.159Z[ helios-setup] trap 2.094301053
34892025-05-15T03:39:22.159Z[ helios-setup] tflt 2.398081512
34902025-05-15T03:39:22.159Z[ helios-setup] dflt 14.889692037
34912025-05-15T03:39:22.159Z[ helios-setup] kflt 0.002689783
34922025-05-15T03:39:22.159Z[ helios-setup] lock 1:36:03.155258214
34932025-05-15T03:39:22.159Z[ helios-setup] slp 3:07:54.157676173
34942025-05-15T03:39:22.159Z[ helios-setup] lat 28:17.068174038
34952025-05-15T03:39:22.160Z[ helios-setup] stop 4:30.098344573
34962025-05-15T03:39:22.160ZMay 15 03:39:21.594 INFO [helios-setup] process exited with exit status: 0 (623.414398065s)
34972025-05-15T03:39:22.160ZMay 15 03:39:21.594 INFO [helios-record] running task
34982025-05-15T03:39:22.160ZMay 15 03:39:21.595 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
34992025-05-15T03:39:22.185ZMay 15 03:39:21.636 DEBG process exited with exit status: 0 (41.124805ms)
35002025-05-15T03:39:22.185ZMay 15 03:39:21.636 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
35012025-05-15T03:39:22.227ZMay 15 03:39:21.689 DEBG process exited with exit status: 0 (48.578501ms)
35022025-05-15T03:39:22.227ZMay 15 03:39:21.689 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
35032025-05-15T03:39:22.339Z[ host-package] Compiling progenitor v0.8.0
35042025-05-15T03:39:22.364ZMay 15 03:39:21.817 DEBG process exited with exit status: 0 (132.374259ms)
35052025-05-15T03:39:22.390ZMay 15 03:39:21.837 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
35062025-05-15T03:39:22.440ZMay 15 03:39:21.901 DEBG process exited with exit status: 0 (64.284997ms)
35072025-05-15T03:39:22.482ZMay 15 03:39:21.901 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
35082025-05-15T03:39:22.508ZMay 15 03:39:21.946 DEBG process exited with exit status: 0 (44.727079ms)
35092025-05-15T03:39:22.508ZMay 15 03:39:21.946 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
35102025-05-15T03:39:22.721ZMay 15 03:39:21.997 DEBG process exited with exit status: 0 (51.209474ms)
35112025-05-15T03:39:22.721ZMay 15 03:39:22.183 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
35122025-05-15T03:39:22.746Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35132025-05-15T03:39:22.746ZMay 15 03:39:22.184 DEBG process exited with exit status: 0 (186.22615ms)
35142025-05-15T03:39:22.746ZMay 15 03:39:22.184 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
35152025-05-15T03:39:22.903ZMay 15 03:39:22.365 DEBG process exited with exit status: 0 (181.009887ms)
35162025-05-15T03:39:22.928ZMay 15 03:39:22.386 INFO [helios-record] task succeeded (792.110352ms)
35172025-05-15T03:39:23.472Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35182025-05-15T03:39:24.084Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35192025-05-15T03:39:25.338Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35202025-05-15T03:39:25.953Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35212025-05-15T03:39:26.625Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35222025-05-15T03:39:26.904Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35232025-05-15T03:39:27.272Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35242025-05-15T03:39:30.063Z[ host-package] Compiling tungstenite v0.23.0
35252025-05-15T03:39:32.039Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35262025-05-15T03:39:33.534Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35272025-05-15T03:39:33.689Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35282025-05-15T03:39:33.910Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35292025-05-15T03:39:34.039Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35302025-05-15T03:39:34.263Z[ host-package] Compiling nix v0.27.1
35312025-05-15T03:39:34.703Z[ host-package] Compiling serde_bytes v0.11.17
35322025-05-15T03:39:35.084Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
35332025-05-15T03:39:35.128Z[ host-package] Compiling base64 v0.13.1
35342025-05-15T03:39:35.222Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35352025-05-15T03:39:35.876Z[ host-package] Compiling ron v0.7.1
35362025-05-15T03:39:36.017Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35372025-05-15T03:39:36.070Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35382025-05-15T03:39:36.630Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35392025-05-15T03:39:39.372Z[ host-package] Compiling tokio-tungstenite v0.23.1
35402025-05-15T03:39:39.967Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35412025-05-15T03:39:40.405Z[ host-package] Compiling xz2 v0.1.7
35422025-05-15T03:39:41.922Z[ host-package] Compiling terminal_size v0.2.6
35432025-05-15T03:39:42.199Z[ host-package] Compiling tokio-rustls v0.24.1
35442025-05-15T03:39:42.670Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35452025-05-15T03:39:42.722Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35462025-05-15T03:39:44.225Z[ host-package] Compiling zone v0.1.8
35472025-05-15T03:39:47.564Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35482025-05-15T03:39:47.806Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35492025-05-15T03:39:48.191Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35502025-05-15T03:39:48.555Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35512025-05-15T03:39:54.520Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35522025-05-15T03:39:57.232Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35532025-05-15T03:39:57.521Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35542025-05-15T03:39:57.891Z[ host-package] Compiling rustls-pemfile v1.0.4
35552025-05-15T03:39:58.601Z[ host-package] Compiling signal-hook-tokio v0.3.1
35562025-05-15T03:39:58.859Z[ host-package] Compiling twox-hash v2.1.0
35572025-05-15T03:39:59.148Z[ host-package] Compiling yasna v0.5.2
35582025-05-15T03:39:59.551Z[ host-package] Compiling secrecy v0.8.0
35592025-05-15T03:39:59.770Z[ host-package] Compiling smawk v0.3.2
35602025-05-15T03:39:59.840Z[ host-package] Compiling is_ci v1.2.0
35612025-05-15T03:39:59.998Z[ host-package] Compiling unicode-linebreak v0.1.5
35622025-05-15T03:40:00.092Z[ host-package] Compiling supports-color v3.0.2
35632025-05-15T03:40:00.526Z[ host-package] Compiling textwrap v0.16.1
35642025-05-15T03:40:00.551Z[ host-package] Compiling rcgen v0.12.1
35652025-05-15T03:40:02.236Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35662025-05-15T03:40:06.077Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35672025-05-15T03:40:09.153Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35682025-05-15T03:40:09.311Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35692025-05-15T03:40:11.214Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35702025-05-15T03:40:17.612Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35712025-05-15T03:40:23.333Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
35722025-05-15T03:40:23.451Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35732025-05-15T03:40:27.378Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35742025-05-15T03:40:27.506Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
35752025-05-15T03:40:27.888Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35762025-05-15T03:40:39.361Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35772025-05-15T03:40:39.962Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35782025-05-15T03:40:41.651Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35792025-05-15T03:40:42.281Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35802025-05-15T03:40:47.983Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35812025-05-15T03:40:50.594Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35822025-05-15T03:40:53.312Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35832025-05-15T03:40:53.633Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35842025-05-15T03:40:53.961Z[ host-package] Compiling fatfs v0.3.6
35852025-05-15T03:40:56.413Z[ host-package] Compiling subprocess v0.2.9
35862025-05-15T03:40:56.859Z[ host-package] Compiling rtoolbox v0.0.2
35872025-05-15T03:40:57.206Z[ host-package] Compiling assert_matches v1.5.0
35882025-05-15T03:40:57.299Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35892025-05-15T03:40:57.966Z[ host-package] Compiling rpassword v7.3.1
35902025-05-15T03:40:58.471Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35912025-05-15T03:41:00.516Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35922025-05-15T03:41:04.146Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35932025-05-15T03:41:09.995Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35942025-05-15T03:41:25.147Z[ host-package] Compiling tui-tree-widget v0.23.0
35952025-05-15T03:41:25.603Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35962025-05-15T03:41:27.765Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35972025-05-15T03:41:28.095Z[ host-package] Compiling uzers v0.12.1
35982025-05-15T03:41:30.861Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35992025-05-15T03:41:35.168Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36002025-05-15T03:41:36.570Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36012025-05-15T03:41:39.273Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36022025-05-15T03:41:50.092Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36032025-05-15T03:41:54.252Z[ host-package] Compiling support-bundle-viewer v0.1.0
36042025-05-15T03:41:57.548Z[ host-package] Compiling multimap v0.10.0
36052025-05-15T03:43:55.574Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36062025-05-15T03:51:33.484Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 08s
36072025-05-15T03:53:12.429ZMay 15 03:53:11.934 INFO [host-package] process exited with exit status: 0 (1308.092007426s)
36082025-05-15T03:53:12.429ZMay 15 03:53:11.934 INFO [host-stamp] running task
36092025-05-15T03:53:12.461ZMay 15 03:53:11.935 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36102025-05-15T03:53:12.461ZMay 15 03:53:11.950 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 15.0.0-0.ci+gitc1c495b12d1
36112025-05-15T03:53:12.507Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36122025-05-15T03:53:12.507ZMay 15 03:53:11.974 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 15.0.0-0.ci+gitc1c495b12d1
36132025-05-15T03:53:12.507Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36142025-05-15T03:53:12.507ZMay 15 03:53:11.997 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 15.0.0-0.ci+gitc1c495b12d1
36152025-05-15T03:53:12.549Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36162025-05-15T03:53:12.549ZMay 15 03:53:12.020 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 15.0.0-0.ci+gitc1c495b12d1
36172025-05-15T03:53:12.549Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36182025-05-15T03:53:12.549ZMay 15 03:53:12.044 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 15.0.0-0.ci+gitc1c495b12d1
36192025-05-15T03:53:12.584Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36202025-05-15T03:53:12.584Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36212025-05-15T03:53:12.584ZMay 15 03:53:12.067 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 15.0.0-0.ci+gitc1c495b12d1
36222025-05-15T03:53:12.584Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36232025-05-15T03:53:12.584ZMay 15 03:53:12.089 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 15.0.0-0.ci+gitc1c495b12d1
36242025-05-15T03:53:12.617Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36252025-05-15T03:53:12.617ZMay 15 03:53:12.112 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 15.0.0-0.ci+gitc1c495b12d1
36262025-05-15T03:53:12.618Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36272025-05-15T03:53:12.654Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36282025-05-15T03:53:12.654ZMay 15 03:53:12.133 INFO [stamp-overlay] process exited with exit status: 0 (113.027641ms)
36292025-05-15T03:53:12.654ZMay 15 03:53:12.133 INFO [stamp-oxlog] process exited with exit status: 0 (66.629478ms)
36302025-05-15T03:53:12.654Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36312025-05-15T03:53:12.654ZMay 15 03:53:12.141 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (166.478086ms)
36322025-05-15T03:53:12.654Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36332025-05-15T03:53:12.654Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36342025-05-15T03:53:12.654ZMay 15 03:53:12.154 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (42.721628ms)
36352025-05-15T03:53:17.065Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36362025-05-15T03:53:17.115ZMay 15 03:53:12.428 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (430.354374ms)
36372025-05-15T03:53:17.147Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36382025-05-15T03:53:17.174ZMay 15 03:53:12.710 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (621.282242ms)
36392025-05-15T03:53:17.174Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36402025-05-15T03:53:17.174ZMay 15 03:53:13.546 INFO [stamp-propolis-server] process exited with exit status: 0 (1.502001968s)
36412025-05-15T03:53:17.175Z[recovery-package] Compiling newtype-uuid v1.2.1
36422025-05-15T03:53:17.175Z[recovery-package] Compiling daft v0.1.3
36432025-05-15T03:53:17.175Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36442025-05-15T03:53:17.175Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36452025-05-15T03:53:17.175Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36462025-05-15T03:53:17.175Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36472025-05-15T03:53:17.175Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36482025-05-15T03:53:17.175Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36492025-05-15T03:53:23.816Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36502025-05-15T03:53:23.841ZMay 15 03:53:23.334 INFO [stamp-switch-asic] process exited with exit status: 0 (11.384005812s)
36512025-05-15T03:53:23.841ZMay 15 03:53:23.334 INFO [host-stamp] task succeeded (11.399688891s)
36522025-05-15T03:53:23.841ZMay 15 03:53:23.334 INFO [host-proto] running task
36532025-05-15T03:53:24.417ZMay 15 03:53:23.930 INFO [host-proto] task succeeded (595.499092ms)
36542025-05-15T03:53:24.417ZMay 15 03:53:23.930 INFO [host-profile] running task
36552025-05-15T03:53:24.443ZMay 15 03:53:23.930 INFO [host-profile] task succeeded (608.616µs)
36562025-05-15T03:53:24.443ZMay 15 03:53:23.931 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.35.364' -P /tmp/.tmprhdkHr/proto/host/root -N 'ci c1c495b/${os_short_commit} 2025-05-15 03:28' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36572025-05-15T03:53:24.468Z[ host-image] May 15 03:53:23.968 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36582025-05-15T03:53:24.468Z[ host-image] May 15 03:53:23.968 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36592025-05-15T03:53:24.494Z[ host-image] May 15 03:53:23.991 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprhdkHr/proto/host/root"
36602025-05-15T03:53:24.494Z[ host-image] May 15 03:53:23.991 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
36612025-05-15T03:53:24.494Z[ host-image] May 15 03:53:23.991 INFO image builder template: ramdisk-01-os...
36622025-05-15T03:53:24.494Z[ host-image] May 15 03:53:23.991 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36632025-05-15T03:53:24.520Z[ host-image] May 15 03:53:24.022 INFO O| May 15 03:53:24.021 INFO CREATE DATASET: rpool/images/build/host/output
36642025-05-15T03:53:24.609Z[ host-image] May 15 03:53:24.121 INFO O| May 15 03:53:24.121 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36652025-05-15T03:53:24.635Z[ host-image] May 15 03:53:24.129 INFO O| May 15 03:53:24.129 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36662025-05-15T03:53:24.689Z[ host-image] May 15 03:53:24.201 INFO O| May 15 03:53:24.201 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36672025-05-15T03:53:24.721Z[ host-image] May 15 03:53:24.232 INFO O| May 15 03:53:24.232 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36682025-05-15T03:53:24.721Z[ host-image] May 15 03:53:24.232 INFO O| May 15 03:53:24.232 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36692025-05-15T03:53:24.746Z[ host-image] May 15 03:53:24.233 INFO O| May 15 03:53:24.232 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36702025-05-15T03:53:24.746Z[ host-image] May 15 03:53:24.233 INFO O| May 15 03:53:24.232 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36712025-05-15T03:53:24.746Z[ host-image] May 15 03:53:24.244 INFO O| May 15 03:53:24.244 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36722025-05-15T03:53:24.809Z[ host-image] May 15 03:53:24.321 INFO O| May 15 03:53:24.320 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732025-05-15T03:53:24.834Z[ host-image] May 15 03:53:24.340 INFO O| May 15 03:53:24.340 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36742025-05-15T03:53:25.280Z[ host-image] May 15 03:53:24.792 INFO O| May 15 03:53:24.792 INFO O| Caching catalogs ... Done
36752025-05-15T03:53:25.370Z[ host-image] May 15 03:53:24.881 INFO O| May 15 03:53:24.880 INFO STEP 0 (pkg_image_create) COMPLETE
36762025-05-15T03:53:25.370Z[ host-image] May 15 03:53:24.881 INFO O| May 15 03:53:24.881 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36772025-05-15T03:53:25.396Z[ host-image] May 15 03:53:24.897 INFO O| May 15 03:53:24.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36782025-05-15T03:53:25.825Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO STEP 1 (pkg_set_publisher) COMPLETE
36792025-05-15T03:53:25.825Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO skip step because feature "publisher_1_name" is not enabled
36812025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO skip step because feature "publisher_2_name" is not enabled
36832025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO skip step because feature "publisher_3_name" is not enabled
36852025-05-15T03:53:25.851Z[ host-image] May 15 03:53:25.337 INFO O| May 15 03:53:25.337 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862025-05-15T03:53:26.277Z[ host-image] May 15 03:53:25.789 INFO O| May 15 03:53:25.789 INFO variant opensolaris.zone is already global
36872025-05-15T03:53:26.277Z[ host-image] May 15 03:53:25.789 INFO O| May 15 03:53:25.789 INFO STEP 5 (pkg_change_variant) COMPLETE
36882025-05-15T03:53:26.305Z[ host-image] May 15 03:53:25.789 INFO O| May 15 03:53:25.789 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36892025-05-15T03:53:26.734Z[ host-image] May 15 03:53:26.245 INFO O| May 15 03:53:26.245 INFO variant opensolaris.imagetype is full; changing to partial
36902025-05-15T03:53:26.734Z[ host-image] May 15 03:53:26.246 INFO O| May 15 03:53:26.245 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36912025-05-15T03:53:26.954Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36922025-05-15T03:53:26.980Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36932025-05-15T03:53:26.980Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36942025-05-15T03:53:31.115Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36952025-05-15T03:53:31.150Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36962025-05-15T03:53:32.636Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36972025-05-15T03:53:33.102Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36982025-05-15T03:53:33.210Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36992025-05-15T03:53:36.470Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37002025-05-15T03:53:38.645Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37012025-05-15T03:53:51.343Z[ host-image] May 15 03:53:50.854 INFO O| May 15 03:53:50.854 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37022025-05-15T03:53:59.140Z[ host-image] May 15 03:53:58.654 INFO O| May 15 03:53:58.653 INFO O| Startup: Caching catalogs ... Done
37032025-05-15T03:53:59.210Z[ host-image] May 15 03:53:58.724 INFO O| May 15 03:53:58.724 INFO O| Planning: Planning completed in 0.00 seconds
37042025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.724 INFO O| May 15 03:53:58.724 INFO O| Planning: Consolidating action changes ... Done
37052025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.725 INFO O| May 15 03:53:58.724 INFO O| Planning: Evaluating mediators ... Done
37062025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.725 INFO O| May 15 03:53:58.725 INFO O| Planning: Planning completed in 0.00 seconds
37072025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.725 INFO O| May 15 03:53:58.725 INFO O| Variants/Facets to change: 1
37082025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.743 INFO O| May 15 03:53:58.743 INFO O| Done
37092025-05-15T03:53:59.237Z[ host-image] May 15 03:53:58.743 INFO O| May 15 03:53:58.743 INFO O| Done
37102025-05-15T03:54:00.235Z[recovery-package] Finished `release` profile [optimized] target(s) in 47.49s
37112025-05-15T03:54:00.656Z[ host-image] May 15 03:54:00.167 INFO O| May 15 03:54:00.167 INFO O| Done
37122025-05-15T03:54:00.723Z[ host-image] May 15 03:54:00.237 INFO O| May 15 03:54:00.237 INFO O| Done
37132025-05-15T03:54:00.760Z[ host-image] May 15 03:54:00.238 INFO O| May 15 03:54:00.238 INFO O| Done
37142025-05-15T03:54:00.760Z[ host-image] May 15 03:54:00.238 INFO O| May 15 03:54:00.238 INFO O| Done
37152025-05-15T03:54:00.760Z[ host-image] May 15 03:54:00.240 INFO O| May 15 03:54:00.240 INFO O| Done
37162025-05-15T03:54:01.907Z[ host-image] May 15 03:54:01.416 INFO O| May 15 03:54:01.416 INFO STEP 6 (pkg_change_variant) COMPLETE
37172025-05-15T03:54:01.907Z[ host-image] May 15 03:54:01.416 INFO O| May 15 03:54:01.416 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182025-05-15T03:54:01.907Z[ host-image] May 15 03:54:01.416 INFO O| May 15 03:54:01.416 INFO skip step because feature "debug_variant" is not enabled
37192025-05-15T03:54:01.947Z[ host-image] May 15 03:54:01.416 INFO O| May 15 03:54:01.416 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202025-05-15T03:54:02.352Z[ host-image] May 15 03:54:01.865 INFO O| May 15 03:54:01.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37212025-05-15T03:54:06.000ZMay 15 03:54:05.513 INFO [recovery-package] process exited with exit status: 0 (53.577738477s)
37222025-05-15T03:54:06.000ZMay 15 03:54:05.513 INFO [recovery-stamp] running task
37232025-05-15T03:54:06.037ZMay 15 03:54:05.514 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 15.0.0-0.ci+gitc1c495b12d1
37242025-05-15T03:54:06.037ZMay 15 03:54:05.527 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37252025-05-15T03:54:06.037ZMay 15 03:54:05.546 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+gitc1c495b12d1
37262025-05-15T03:54:06.065Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37272025-05-15T03:54:06.129Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37282025-05-15T03:54:06.240Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37292025-05-15T03:54:06.273ZMay 15 03:54:05.753 INFO [stamp-installinator] process exited with exit status: 0 (205.896816ms)
37302025-05-15T03:54:06.273Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37312025-05-15T03:54:06.273ZMay 15 03:54:05.773 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (259.285786ms)
37322025-05-15T03:54:06.273ZMay 15 03:54:05.774 INFO [recovery-stamp] task succeeded (260.251377ms)
37332025-05-15T03:54:06.273ZMay 15 03:54:05.774 INFO [recovery-proto] running task
37342025-05-15T03:54:06.273ZMay 15 03:54:05.774 INFO [tuf-stamp] running task
37352025-05-15T03:54:06.273ZMay 15 03:54:05.776 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 15.0.0-0.ci+gitc1c495b12d1
37362025-05-15T03:54:06.300ZMay 15 03:54:05.801 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 15.0.0-0.ci+gitc1c495b12d1
37372025-05-15T03:54:06.339Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37382025-05-15T03:54:06.339ZMay 15 03:54:05.830 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 15.0.0-0.ci+gitc1c495b12d1
37392025-05-15T03:54:06.405Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37402025-05-15T03:54:06.405ZMay 15 03:54:05.856 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 15.0.0-0.ci+gitc1c495b12d1
37412025-05-15T03:54:06.406Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37422025-05-15T03:54:06.406ZMay 15 03:54:05.880 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 15.0.0-0.ci+gitc1c495b12d1
37432025-05-15T03:54:06.406Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37442025-05-15T03:54:06.406ZMay 15 03:54:05.905 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 15.0.0-0.ci+gitc1c495b12d1
37452025-05-15T03:54:06.445Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37462025-05-15T03:54:06.445ZMay 15 03:54:05.930 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 15.0.0-0.ci+gitc1c495b12d1
37472025-05-15T03:54:06.471Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37482025-05-15T03:54:06.499ZMay 15 03:54:05.997 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 15.0.0-0.ci+gitc1c495b12d1
37492025-05-15T03:54:06.550Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37502025-05-15T03:54:06.581ZMay 15 03:54:06.066 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 15.0.0-0.ci+gitc1c495b12d1
37512025-05-15T03:54:06.652ZMay 15 03:54:06.152 INFO [recovery-proto] task succeeded (377.652089ms)
37522025-05-15T03:54:06.681ZMay 15 03:54:06.152 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.35.364' -P /tmp/.tmprhdkHr/proto/recovery/root -N 'recovery c1c495b/${os_short_commit} 2025-05-15 03:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37532025-05-15T03:54:06.720Z[ recovery-image] May 15 03:54:06.234 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37542025-05-15T03:54:06.720Z[ recovery-image] May 15 03:54:06.234 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37552025-05-15T03:54:06.746Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37562025-05-15T03:54:06.747ZMay 15 03:54:06.235 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 15.0.0-0.ci+gitc1c495b12d1
37572025-05-15T03:54:06.911Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37582025-05-15T03:54:06.911Z[ recovery-image] May 15 03:54:06.270 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprhdkHr/proto/recovery/root"
37592025-05-15T03:54:06.913Z[ recovery-image] May 15 03:54:06.270 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
37602025-05-15T03:54:06.941Z[ recovery-image] May 15 03:54:06.270 INFO image builder template: ramdisk-01-os...
37612025-05-15T03:54:06.941Z[ recovery-image] May 15 03:54:06.270 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37622025-05-15T03:54:06.941Z[ recovery-image] May 15 03:54:06.319 INFO O| May 15 03:54:06.319 INFO CREATE DATASET: rpool/images/build/recovery/output
37632025-05-15T03:54:06.941Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37642025-05-15T03:54:06.974ZMay 15 03:54:06.455 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 15.0.0-0.ci+gitc1c495b12d1
37652025-05-15T03:54:07.056Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
37662025-05-15T03:54:07.056Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37672025-05-15T03:54:07.097Z[ recovery-image] May 15 03:54:06.550 INFO O| May 15 03:54:06.550 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37682025-05-15T03:54:07.097Z[ recovery-image] May 15 03:54:06.568 INFO O| May 15 03:54:06.566 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37692025-05-15T03:54:07.097Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37702025-05-15T03:54:07.097ZMay 15 03:54:06.595 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 15.0.0-0.ci+gitc1c495b12d1
37712025-05-15T03:54:07.273Z[ recovery-image] May 15 03:54:06.757 INFO O| May 15 03:54:06.757 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37722025-05-15T03:54:07.306Z[ recovery-image] May 15 03:54:06.795 INFO O| May 15 03:54:06.795 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37732025-05-15T03:54:07.306Z[ recovery-image] May 15 03:54:06.795 INFO O| May 15 03:54:06.795 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37742025-05-15T03:54:07.306Z[ recovery-image] May 15 03:54:06.795 INFO O| May 15 03:54:06.795 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37752025-05-15T03:54:07.306Z[ recovery-image] May 15 03:54:06.795 INFO O| May 15 03:54:06.795 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37762025-05-15T03:54:07.306Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37772025-05-15T03:54:07.306Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37782025-05-15T03:54:07.306Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
37792025-05-15T03:54:07.306ZMay 15 03:54:06.812 INFO [stamp-probe] process exited with exit status: 0 (982.230239ms)
37802025-05-15T03:54:07.306ZMay 15 03:54:06.812 INFO [stamp-ntp] process exited with exit status: 0 (1.036711176s)
37812025-05-15T03:54:07.306Z[ recovery-image] May 15 03:54:06.813 INFO O| May 15 03:54:06.813 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37822025-05-15T03:54:07.472Z[ recovery-image] May 15 03:54:06.983 INFO O| May 15 03:54:06.983 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37832025-05-15T03:54:07.527Z[ recovery-image] May 15 03:54:07.036 INFO O| May 15 03:54:07.036 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37842025-05-15T03:54:08.066Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37852025-05-15T03:54:08.095ZMay 15 03:54:07.603 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.722984368s)
37862025-05-15T03:54:08.167Z[ recovery-image] May 15 03:54:07.675 INFO O| May 15 03:54:07.675 INFO O| Caching catalogs ... Done
37872025-05-15T03:54:08.269Z[ recovery-image] May 15 03:54:07.782 INFO O| May 15 03:54:07.782 INFO STEP 0 (pkg_image_create) COMPLETE
37882025-05-15T03:54:08.269Z[ recovery-image] May 15 03:54:07.782 INFO O| May 15 03:54:07.782 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892025-05-15T03:54:08.297Z[ recovery-image] May 15 03:54:07.809 INFO O| May 15 03:54:07.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37902025-05-15T03:54:08.929Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37912025-05-15T03:54:08.966ZMay 15 03:54:08.466 INFO [stamp-external-dns] process exited with exit status: 0 (2.610425143s)
37922025-05-15T03:54:09.709Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO STEP 1 (pkg_set_publisher) COMPLETE
37932025-05-15T03:54:09.709Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942025-05-15T03:54:10.528Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO skip step because feature "publisher_1_name" is not enabled
37952025-05-15T03:54:10.529Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962025-05-15T03:54:10.529Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO skip step because feature "publisher_2_name" is not enabled
37972025-05-15T03:54:10.529Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982025-05-15T03:54:10.529Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO skip step because feature "publisher_3_name" is not enabled
37992025-05-15T03:54:10.529Z[ recovery-image] May 15 03:54:08.605 INFO O| May 15 03:54:08.605 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002025-05-15T03:54:10.529Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38012025-05-15T03:54:10.529ZMay 15 03:54:08.731 INFO [stamp-internal-dns] process exited with exit status: 0 (2.496146171s)
38022025-05-15T03:54:10.529Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38032025-05-15T03:54:10.529ZMay 15 03:54:08.830 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.373537572s)
38042025-05-15T03:54:10.529Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38052025-05-15T03:54:10.529ZMay 15 03:54:09.115 INFO [stamp-oximeter] process exited with exit status: 0 (3.048700583s)
38062025-05-15T03:54:10.532Z[ recovery-image] May 15 03:54:09.163 INFO O| May 15 03:54:09.163 INFO variant opensolaris.zone is already global
38072025-05-15T03:54:10.532Z[ recovery-image] May 15 03:54:09.163 INFO O| May 15 03:54:09.163 INFO STEP 5 (pkg_change_variant) COMPLETE
38082025-05-15T03:54:10.532Z[ recovery-image] May 15 03:54:09.163 INFO O| May 15 03:54:09.163 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38092025-05-15T03:54:10.958Z[ recovery-image] May 15 03:54:09.651 INFO O| May 15 03:54:09.651 INFO variant opensolaris.imagetype is full; changing to partial
38102025-05-15T03:54:10.958Z[ recovery-image] May 15 03:54:09.652 INFO O| May 15 03:54:09.651 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38112025-05-15T03:54:11.463Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38122025-05-15T03:54:11.495ZMay 15 03:54:10.981 INFO [stamp-nexus] process exited with exit status: 0 (5.180046244s)
38132025-05-15T03:54:12.418Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38142025-05-15T03:54:12.456Z[verify-libraries] Compiling home v0.5.9
38152025-05-15T03:54:12.582Z[verify-libraries] Compiling cfg_aliases v0.1.1
38162025-05-15T03:54:12.582Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38172025-05-15T03:54:12.582Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38182025-05-15T03:54:12.582Z[verify-libraries] Compiling unicode_categories v0.1.1
38192025-05-15T03:54:12.582Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38202025-05-15T03:54:12.582Z[verify-libraries] Compiling polyval v0.6.2
38212025-05-15T03:54:13.040Z[verify-libraries] Compiling nix v0.28.0
38222025-05-15T03:54:13.066Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38232025-05-15T03:54:13.265Z[verify-libraries] Compiling sqlformat v0.3.5
38242025-05-15T03:54:13.479Z[verify-libraries] Compiling ghash v0.5.1
38252025-05-15T03:54:13.515Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38262025-05-15T03:54:13.541ZMay 15 03:54:13.043 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.112530045s)
38272025-05-15T03:54:13.603Z[verify-libraries] Compiling ctr v0.9.2
38282025-05-15T03:54:13.801Z[verify-libraries] Compiling sqlparser v0.45.0
38292025-05-15T03:54:14.161Z[verify-libraries] Compiling aes-gcm v0.10.3
38302025-05-15T03:54:14.230Z[verify-libraries] Compiling ssh-encoding v0.2.0
38312025-05-15T03:54:14.467Z[verify-libraries] Compiling blowfish v0.9.1
38322025-05-15T03:54:15.325Z[verify-libraries] Compiling ssh-cipher v0.2.0
38332025-05-15T03:54:15.805Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38342025-05-15T03:54:16.810Z[verify-libraries] Compiling password-hash v0.4.2
38352025-05-15T03:54:19.903Z[verify-libraries] Compiling rustyline v14.0.0
38362025-05-15T03:54:19.976Z[verify-libraries] Compiling pbkdf2 v0.11.0
38372025-05-15T03:54:20.805Z[verify-libraries] Compiling ssh-key v0.6.6
38382025-05-15T03:54:21.468Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38392025-05-15T03:54:21.570ZMay 15 03:54:21.085 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (15.180299228s)
38402025-05-15T03:54:22.242Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38412025-05-15T03:54:22.330ZMay 15 03:54:21.846 INFO [stamp-clickhouse] process exited with exit status: 0 (15.848552837s)
38422025-05-15T03:54:22.390Z[verify-libraries] Compiling p256 v0.13.2
38432025-05-15T03:54:22.424Z[verify-libraries] Compiling p521 v0.13.3
38442025-05-15T03:54:23.033Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
38452025-05-15T03:54:23.072ZMay 15 03:54:22.571 INFO [stamp-clickhouse_server] process exited with exit status: 0 (15.964263868s)
38462025-05-15T03:54:23.072ZMay 15 03:54:22.571 INFO [tuf-stamp] task succeeded (16.797453583s)
38472025-05-15T03:54:24.049Z[verify-libraries] Compiling petname v2.0.2
38482025-05-15T03:54:24.702Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38492025-05-15T03:54:25.188Z[verify-libraries] Compiling md5 v0.7.0
38502025-05-15T03:54:25.552Z[verify-libraries] Compiling russh-keys v0.45.0
38512025-05-15T03:54:25.684Z[verify-libraries] Compiling num-bigint v0.4.6
38522025-05-15T03:54:33.074Z[ host-image] May 15 03:54:32.032 INFO O| May 15 03:54:32.031 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38532025-05-15T03:54:33.308Z[verify-libraries] Compiling des v0.8.1
38542025-05-15T03:54:34.079Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38552025-05-15T03:54:34.693Z[verify-libraries] Compiling hex-literal v0.4.1
38562025-05-15T03:54:35.091Z[verify-libraries] Compiling russh v0.45.0
38572025-05-15T03:54:35.199Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38582025-05-15T03:54:39.049Z[ recovery-image] May 15 03:54:38.565 INFO O| May 15 03:54:38.565 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38592025-05-15T03:54:42.077Z[ host-image] May 15 03:54:41.591 INFO O| May 15 03:54:41.591 INFO O| Startup: Caching catalogs ... Done
38602025-05-15T03:54:42.175Z[ host-image] May 15 03:54:41.691 INFO O| May 15 03:54:41.691 INFO O| Planning: Planning completed in 0.00 seconds
38612025-05-15T03:54:42.209Z[ host-image] May 15 03:54:41.692 INFO O| May 15 03:54:41.692 INFO O| Planning: Consolidating action changes ... Done
38622025-05-15T03:54:42.209Z[ host-image] May 15 03:54:41.692 INFO O| May 15 03:54:41.692 INFO O| Planning: Evaluating mediators ... Done
38632025-05-15T03:54:42.209Z[ host-image] May 15 03:54:41.692 INFO O| May 15 03:54:41.692 INFO O| Planning: Planning completed in 0.00 seconds
38642025-05-15T03:54:42.209Z[ host-image] May 15 03:54:41.693 INFO O| May 15 03:54:41.693 INFO O| Variants/Facets to change: 1
38652025-05-15T03:54:42.269Z[ host-image] May 15 03:54:41.737 INFO O| May 15 03:54:41.737 INFO O| Done
38662025-05-15T03:54:42.269Z[ host-image] May 15 03:54:41.737 INFO O| May 15 03:54:41.737 INFO O| Done
38672025-05-15T03:54:43.927Z[ host-image] May 15 03:54:43.443 INFO O| May 15 03:54:43.443 INFO O| Done
38682025-05-15T03:54:44.010Z[ host-image] May 15 03:54:43.526 INFO O| May 15 03:54:43.526 INFO O| Done
38692025-05-15T03:54:44.041Z[ host-image] May 15 03:54:43.527 INFO O| May 15 03:54:43.527 INFO O| Done
38702025-05-15T03:54:44.041Z[ host-image] May 15 03:54:43.527 INFO O| May 15 03:54:43.527 INFO O| Done
38712025-05-15T03:54:44.041Z[ host-image] May 15 03:54:43.529 INFO O| May 15 03:54:43.529 INFO O| Done
38722025-05-15T03:54:44.264Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38732025-05-15T03:54:45.365Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38742025-05-15T03:54:45.438Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO STEP 8 (pkg_change_facet) COMPLETE
38752025-05-15T03:54:45.464Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38762025-05-15T03:54:45.544Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO skip step because feature "recovery" is not enabled
38772025-05-15T03:54:45.544Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38782025-05-15T03:54:45.545Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO skip step because feature "recovery" is not enabled
38792025-05-15T03:54:45.545Z[ host-image] May 15 03:54:44.954 INFO O| May 15 03:54:44.954 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38802025-05-15T03:54:45.545Z[ host-image] May 15 03:54:44.976 INFO O| May 15 03:54:44.976 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", "/network/overwatch", "/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", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"]
38812025-05-15T03:54:45.837Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38822025-05-15T03:54:46.246Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38832025-05-15T03:54:48.603Z[ recovery-image] May 15 03:54:48.120 INFO O| May 15 03:54:48.120 INFO O| Startup: Caching catalogs ... Done
38842025-05-15T03:54:48.693Z[ recovery-image] May 15 03:54:48.210 INFO O| May 15 03:54:48.209 INFO O| Planning: Planning completed in 0.00 seconds
38852025-05-15T03:54:48.727Z[ recovery-image] May 15 03:54:48.211 INFO O| May 15 03:54:48.211 INFO O| Planning: Consolidating action changes ... Done
38862025-05-15T03:54:48.727Z[ recovery-image] May 15 03:54:48.211 INFO O| May 15 03:54:48.211 INFO O| Planning: Evaluating mediators ... Done
38872025-05-15T03:54:48.727Z[ recovery-image] May 15 03:54:48.212 INFO O| May 15 03:54:48.211 INFO O| Planning: Planning completed in 0.00 seconds
38882025-05-15T03:54:48.728Z[ recovery-image] May 15 03:54:48.212 INFO O| May 15 03:54:48.212 INFO O| Variants/Facets to change: 1
38892025-05-15T03:54:48.765Z[ recovery-image] May 15 03:54:48.261 INFO O| May 15 03:54:48.260 INFO O| Done
38902025-05-15T03:54:48.766Z[ recovery-image] May 15 03:54:48.261 INFO O| May 15 03:54:48.261 INFO O| Done
38912025-05-15T03:54:50.250Z[ recovery-image] May 15 03:54:49.767 INFO O| May 15 03:54:49.767 INFO O| Done
38922025-05-15T03:54:50.325Z[ recovery-image] May 15 03:54:49.843 INFO O| May 15 03:54:49.842 INFO O| Done
38932025-05-15T03:54:50.393Z[ recovery-image] May 15 03:54:49.844 INFO O| May 15 03:54:49.844 INFO O| Done
38942025-05-15T03:54:50.393Z[ recovery-image] May 15 03:54:49.844 INFO O| May 15 03:54:49.844 INFO O| Done
38952025-05-15T03:54:50.393Z[ recovery-image] May 15 03:54:49.846 INFO O| May 15 03:54:49.846 INFO O| Done
38962025-05-15T03:54:51.581Z[ recovery-image] May 15 03:54:51.089 INFO O| May 15 03:54:51.089 INFO STEP 6 (pkg_change_variant) COMPLETE
38972025-05-15T03:54:51.582Z[ recovery-image] May 15 03:54:51.089 INFO O| May 15 03:54:51.089 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38982025-05-15T03:54:51.664Z[ recovery-image] May 15 03:54:51.089 INFO O| May 15 03:54:51.089 INFO skip step because feature "debug_variant" is not enabled
38992025-05-15T03:54:51.664Z[ recovery-image] May 15 03:54:51.089 INFO O| May 15 03:54:51.089 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39002025-05-15T03:54:52.292Z[ recovery-image] May 15 03:54:51.753 INFO O| May 15 03:54:51.753 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39012025-05-15T03:54:56.684Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022025-05-15T03:54:57.082Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
39032025-05-15T03:54:59.389Z[verify-libraries] Compiling sync-ptr v0.1.1
39042025-05-15T03:54:59.978Z[verify-libraries] Compiling internet-checksum v0.2.1
39052025-05-15T03:55:00.016Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39062025-05-15T03:55:00.017Z[verify-libraries] Compiling omicron-zone-package v0.12.2
39072025-05-15T03:55:13.396Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39082025-05-15T03:55:17.667Z[ host-image] May 15 03:55:17.186 INFO O| May 15 03:55:17.185 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39092025-05-15T03:55:17.715Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39102025-05-15T03:55:20.561Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39112025-05-15T03:55:21.091Z[ recovery-image] May 15 03:55:20.601 INFO O| May 15 03:55:20.601 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39122025-05-15T03:55:27.002Z[ host-image] May 15 03:55:26.520 INFO O| May 15 03:55:26.520 INFO O| Startup: Caching catalogs ... Done
39132025-05-15T03:55:30.727Z[ recovery-image] May 15 03:55:30.203 INFO O| May 15 03:55:30.203 INFO O| Startup: Caching catalogs ... Done
39142025-05-15T03:55:30.799Z[ recovery-image] May 15 03:55:30.309 INFO O| May 15 03:55:30.308 INFO O| Planning: Planning completed in 0.00 seconds
39152025-05-15T03:55:30.834Z[ recovery-image] May 15 03:55:30.309 INFO O| May 15 03:55:30.309 INFO O| Planning: Consolidating action changes ... Done
39162025-05-15T03:55:30.835Z[ recovery-image] May 15 03:55:30.310 INFO O| May 15 03:55:30.310 INFO O| Planning: Evaluating mediators ... Done
39172025-05-15T03:55:30.835Z[ recovery-image] May 15 03:55:30.310 INFO O| May 15 03:55:30.310 INFO O| Planning: Planning completed in 0.00 seconds
39182025-05-15T03:55:30.835Z[ recovery-image] May 15 03:55:30.311 INFO O| May 15 03:55:30.311 INFO O| Variants/Facets to change: 1
39192025-05-15T03:55:30.870Z[ recovery-image] May 15 03:55:30.372 INFO O| May 15 03:55:30.372 INFO O| Done
39202025-05-15T03:55:30.870Z[ recovery-image] May 15 03:55:30.372 INFO O| May 15 03:55:30.372 INFO O| Done
39212025-05-15T03:55:36.266Z[ recovery-image] May 15 03:55:32.302 INFO O| May 15 03:55:32.302 INFO O| Done
39222025-05-15T03:55:36.338Z[ recovery-image] May 15 03:55:32.398 INFO O| May 15 03:55:32.398 INFO O| Done
39232025-05-15T03:55:36.338Z[ recovery-image] May 15 03:55:32.399 INFO O| May 15 03:55:32.399 INFO O| Done
39242025-05-15T03:55:36.339Z[ recovery-image] May 15 03:55:32.399 INFO O| May 15 03:55:32.399 INFO O| Done
39252025-05-15T03:55:36.339Z[ recovery-image] May 15 03:55:32.401 INFO O| May 15 03:55:32.401 INFO O| Done
39262025-05-15T03:55:36.399Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39272025-05-15T03:55:36.399Z[ recovery-image] May 15 03:55:33.819 INFO O| May 15 03:55:33.819 INFO STEP 8 (pkg_change_facet) COMPLETE
39282025-05-15T03:55:36.399Z[ recovery-image] May 15 03:55:33.819 INFO O| May 15 03:55:33.819 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39292025-05-15T03:55:36.406Z[ recovery-image] May 15 03:55:34.410 INFO O| May 15 03:55:34.410 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39302025-05-15T03:55:36.406Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39312025-05-15T03:55:41.646Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39322025-05-15T03:55:42.803Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39332025-05-15T03:55:44.226Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39342025-05-15T03:55:54.942Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39352025-05-15T03:56:04.079Z[ recovery-image] May 15 03:56:03.600 INFO O| May 15 03:56:03.600 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39362025-05-15T03:56:13.397Z[ recovery-image] May 15 03:56:12.919 INFO O| May 15 03:56:12.919 INFO O| Startup: Caching catalogs ... Done
39372025-05-15T03:56:13.490Z[ recovery-image] May 15 03:56:13.012 INFO O| May 15 03:56:13.012 INFO O| Planning: Planning completed in 0.00 seconds
39382025-05-15T03:56:13.515Z[ recovery-image] May 15 03:56:13.013 INFO O| May 15 03:56:13.013 INFO O| Planning: Consolidating action changes ... Done
39392025-05-15T03:56:13.515Z[ recovery-image] May 15 03:56:13.013 INFO O| May 15 03:56:13.013 INFO O| Planning: Evaluating mediators ... Done
39402025-05-15T03:56:13.516Z[ recovery-image] May 15 03:56:13.014 INFO O| May 15 03:56:13.014 INFO O| Planning: Planning completed in 0.00 seconds
39412025-05-15T03:56:13.516Z[ recovery-image] May 15 03:56:13.014 INFO O| May 15 03:56:13.014 INFO O| Variants/Facets to change: 1
39422025-05-15T03:56:13.541Z[ recovery-image] May 15 03:56:13.049 INFO O| May 15 03:56:13.048 INFO O| Done
39432025-05-15T03:56:13.541Z[ recovery-image] May 15 03:56:13.049 INFO O| May 15 03:56:13.049 INFO O| Done
39442025-05-15T03:56:14.099Z[verify-libraries] Compiling yansi v1.0.1
39452025-05-15T03:56:15.157Z[verify-libraries] Compiling diff v0.1.13
39462025-05-15T03:56:15.309Z[verify-libraries] Compiling heck v0.4.1
39472025-05-15T03:56:15.445Z[ recovery-image] May 15 03:56:14.968 INFO O| May 15 03:56:14.968 INFO O| Done
39482025-05-15T03:56:15.562Z[ recovery-image] May 15 03:56:15.084 INFO O| May 15 03:56:15.084 INFO O| Done
39492025-05-15T03:56:15.587Z[ recovery-image] May 15 03:56:15.085 INFO O| May 15 03:56:15.085 INFO O| Done
39502025-05-15T03:56:15.587Z[ recovery-image] May 15 03:56:15.085 INFO O| May 15 03:56:15.085 INFO O| Done
39512025-05-15T03:56:15.587Z[ recovery-image] May 15 03:56:15.087 INFO O| May 15 03:56:15.087 INFO O| Done
39522025-05-15T03:56:16.468Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39532025-05-15T03:56:16.542Z[verify-libraries] Compiling pretty_assertions v1.4.1
39542025-05-15T03:56:16.827Z[ recovery-image] May 15 03:56:16.347 INFO O| May 15 03:56:16.346 INFO STEP 9 (pkg_change_facet) COMPLETE
39552025-05-15T03:56:16.827Z[ recovery-image] May 15 03:56:16.348 INFO O| May 15 03:56:16.346 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39562025-05-15T03:56:17.480Z[ recovery-image] May 15 03:56:17.002 INFO O| May 15 03:56:17.002 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39572025-05-15T03:56:18.315Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39582025-05-15T03:56:18.991Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39592025-05-15T03:56:23.686Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39602025-05-15T03:56:24.092Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39612025-05-15T03:56:24.739Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39622025-05-15T03:56:25.233Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39632025-05-15T03:56:25.676Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39642025-05-15T03:56:26.170Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39652025-05-15T03:56:31.654Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39662025-05-15T03:56:44.706Z[ host-image] May 15 03:56:44.230 INFO O| May 15 03:56:44.230 INFO O| Planning: Solver setup ... Done
39672025-05-15T03:56:53.586Z[ recovery-image] May 15 03:56:53.110 INFO O| May 15 03:56:53.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39682025-05-15T03:56:54.577Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39692025-05-15T03:57:02.773Z[ recovery-image] May 15 03:57:02.298 INFO O| May 15 03:57:02.298 INFO O| Startup: Caching catalogs ... Done
39702025-05-15T03:57:02.863Z[ recovery-image] May 15 03:57:02.388 INFO O| May 15 03:57:02.388 INFO O| Planning: Planning completed in 0.00 seconds
39712025-05-15T03:57:02.888Z[ recovery-image] May 15 03:57:02.389 INFO O| May 15 03:57:02.389 INFO O| Planning: Consolidating action changes ... Done
39722025-05-15T03:57:02.888Z[ recovery-image] May 15 03:57:02.389 INFO O| May 15 03:57:02.389 INFO O| Planning: Evaluating mediators ... Done
39732025-05-15T03:57:02.888Z[ recovery-image] May 15 03:57:02.390 INFO O| May 15 03:57:02.390 INFO O| Planning: Planning completed in 0.00 seconds
39742025-05-15T03:57:02.888Z[ recovery-image] May 15 03:57:02.390 INFO O| May 15 03:57:02.390 INFO O| Variants/Facets to change: 1
39752025-05-15T03:57:02.914Z[ recovery-image] May 15 03:57:02.438 INFO O| May 15 03:57:02.438 INFO O| Done
39762025-05-15T03:57:02.914Z[ recovery-image] May 15 03:57:02.438 INFO O| May 15 03:57:02.438 INFO O| Done
39772025-05-15T03:57:04.409Z[ recovery-image] May 15 03:57:03.934 INFO O| May 15 03:57:03.934 INFO O| Done
39782025-05-15T03:57:04.512Z[ recovery-image] May 15 03:57:04.037 INFO O| May 15 03:57:04.037 INFO O| Done
39792025-05-15T03:57:04.537Z[ recovery-image] May 15 03:57:04.038 INFO O| May 15 03:57:04.038 INFO O| Done
39802025-05-15T03:57:04.537Z[ recovery-image] May 15 03:57:04.038 INFO O| May 15 03:57:04.038 INFO O| Done
39812025-05-15T03:57:04.537Z[ recovery-image] May 15 03:57:04.040 INFO O| May 15 03:57:04.040 INFO O| Done
39822025-05-15T03:57:05.710Z[ recovery-image] May 15 03:57:05.234 INFO O| May 15 03:57:05.234 INFO STEP 10 (pkg_change_facet) COMPLETE
39832025-05-15T03:57:05.710Z[ recovery-image] May 15 03:57:05.234 INFO O| May 15 03:57:05.234 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842025-05-15T03:57:05.736Z[ recovery-image] May 15 03:57:05.253 INFO O| May 15 03:57:05.253 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", "/network/overwatch", "/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", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"]
39852025-05-15T03:57:12.421Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39862025-05-15T03:57:26.847Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39872025-05-15T03:57:31.749Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39882025-05-15T03:57:36.216Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39892025-05-15T03:57:40.859Z[ recovery-image] May 15 03:57:40.387 INFO O| May 15 03:57:40.387 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39902025-05-15T03:57:44.898Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39912025-05-15T03:57:44.940Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39922025-05-15T03:57:46.220Z[verify-libraries] Compiling termios v0.3.3
39932025-05-15T03:57:46.563Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39942025-05-15T03:57:49.937Z[ recovery-image] May 15 03:57:49.465 INFO O| May 15 03:57:49.465 INFO O| Startup: Caching catalogs ... Done
39952025-05-15T03:58:08.600Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39962025-05-15T03:58:14.101Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39972025-05-15T03:58:21.408Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39982025-05-15T03:59:07.322Z[ host-image] May 15 03:59:06.855 INFO O| May 15 03:59:06.855 INFO O| Planning: Running solver ... Done
39992025-05-15T03:59:08.081Z[ host-image] May 15 03:59:07.614 INFO O| May 15 03:59:07.613 INFO O| Planning: Finding local manifests ... Done
40002025-05-15T03:59:08.320Z[ host-image] May 15 03:59:07.852 INFO O| May 15 03:59:07.852 INFO O| Planning: Fetching manifests: 0/126 0% complete
40012025-05-15T03:59:09.445Z[ recovery-image] May 15 03:59:08.976 INFO O| May 15 03:59:08.976 INFO O| Planning: Solver setup ... Done
40022025-05-15T03:59:13.340Z[ host-image] May 15 03:59:12.872 INFO O| May 15 03:59:12.872 INFO O| Planning: Fetching manifests: 59/126 46% complete
40032025-05-15T03:59:18.418Z[ host-image] May 15 03:59:17.950 INFO O| May 15 03:59:17.950 INFO O| Planning: Fetching manifests: 121/126 96% complete
40042025-05-15T03:59:18.736Z[ host-image] May 15 03:59:18.269 INFO O| May 15 03:59:18.269 INFO O| Planning: Fetching manifests: 126/126 100% complete
40052025-05-15T03:59:19.909Z[ host-image] May 15 03:59:19.442 INFO O| May 15 03:59:19.442 INFO O| Planning: Package planning ... Done
40062025-05-15T03:59:21.731Z[ host-image] May 15 03:59:21.264 INFO O| May 15 03:59:21.264 INFO O| Planning: Merging actions ... Done
40072025-05-15T03:59:22.330Z[ host-image] May 15 03:59:21.863 INFO O| May 15 03:59:21.863 INFO O| Planning: Checking for conflicting actions ... Done
40082025-05-15T03:59:22.532Z[ host-image] May 15 03:59:22.066 INFO O| May 15 03:59:22.065 INFO O| Planning: Consolidating action changes ... Done
40092025-05-15T03:59:22.886Z[ host-image] May 15 03:59:22.419 INFO O| May 15 03:59:22.419 INFO O| Planning: Evaluating mediators ... Done
40102025-05-15T03:59:26.865Z[ host-image] May 15 03:59:26.399 INFO O| May 15 03:59:26.398 INFO O| Planning: Planning completed in 239.75 seconds
40112025-05-15T03:59:26.890Z[ host-image] May 15 03:59:26.402 INFO O| May 15 03:59:26.402 INFO O| Packages to install: 126
40122025-05-15T03:59:26.891Z[ host-image] May 15 03:59:26.402 INFO O| May 15 03:59:26.402 INFO O| Mediators to change: 5
40132025-05-15T03:59:26.891Z[ host-image] May 15 03:59:26.402 INFO O| May 15 03:59:26.402 INFO O| Services to change: 6
40142025-05-15T03:59:26.958Z[ host-image] May 15 03:59:26.492 INFO O| May 15 03:59:26.492 INFO O| Download: 0/22866 items 0.0/202.2MB 0% complete
40152025-05-15T03:59:32.025Z[ host-image] May 15 03:59:31.558 INFO O| May 15 03:59:31.558 INFO O| Download: 1048/22866 items 6.0/202.2MB 2% complete (1.2M/s)
40162025-05-15T03:59:37.038Z[ host-image] May 15 03:59:36.572 INFO O| May 15 03:59:36.572 INFO O| Download: 1741/22866 items 11.9/202.2MB 5% complete (1.2M/s)
40172025-05-15T03:59:42.168Z[ host-image] May 15 03:59:41.702 INFO O| May 15 03:59:41.702 INFO O| Download: 2249/22866 items 24.8/202.2MB 12% complete (1.9M/s)
40182025-05-15T03:59:47.170Z[ host-image] May 15 03:59:46.704 INFO O| May 15 03:59:46.704 INFO O| Download: 3127/22866 items 34.0/202.2MB 16% complete (2.2M/s)
40192025-05-15T03:59:52.180Z[ host-image] May 15 03:59:51.714 INFO O| May 15 03:59:51.714 INFO O| Download: 4207/22866 items 40.8/202.2MB 20% complete (1.6M/s)
40202025-05-15T03:59:57.397Z[ host-image] May 15 03:59:56.933 INFO O| May 15 03:59:56.933 INFO O| Download: 4728/22866 items 43.5/202.2MB 21% complete (955k/s)
40212025-05-15T04:00:02.397Z[ host-image] May 15 04:00:01.933 INFO O| May 15 04:00:01.933 INFO O| Download: 5539/22866 items 46.4/202.2MB 22% complete (564k/s)
40222025-05-15T04:00:07.421Z[ host-image] May 15 04:00:06.956 INFO O| May 15 04:00:06.956 INFO O| Download: 6506/22866 items 46.9/202.2MB 23% complete (351k/s)
40232025-05-15T04:00:12.430Z[ host-image] May 15 04:00:11.967 INFO O| May 15 04:00:11.966 INFO O| Download: 7193/22866 items 56.6/202.2MB 27% complete (1.0M/s)
40242025-05-15T04:00:17.597Z[ host-image] May 15 04:00:17.133 INFO O| May 15 04:00:17.133 INFO O| Download: 8214/22866 items 61.1/202.2MB 30% complete (1.4M/s)
40252025-05-15T04:00:22.602Z[ host-image] May 15 04:00:22.139 INFO O| May 15 04:00:22.139 INFO O| Download: 8992/22866 items 75.2/202.2MB 37% complete (1.8M/s)
40262025-05-15T04:00:27.609Z[ host-image] May 15 04:00:27.146 INFO O| May 15 04:00:27.145 INFO O| Download: 9972/22866 items 87.0/202.2MB 43% complete (2.6M/s)
40272025-05-15T04:00:32.874Z[ host-image] May 15 04:00:32.410 INFO O| May 15 04:00:32.410 INFO O| Download: 10936/22866 items 93.3/202.2MB 46% complete (1.8M/s)
40282025-05-15T04:00:37.874Z[ host-image] May 15 04:00:37.412 INFO O| May 15 04:00:37.412 INFO O| Download: 11739/22866 items 99.6/202.2MB 49% complete (1.3M/s)
40292025-05-15T04:00:42.427Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40302025-05-15T04:00:42.906Z[ host-image] May 15 04:00:42.443 INFO O| May 15 04:00:42.443 INFO O| Download: 12366/22866 items 112.7/202.2MB 55% complete (2.0M/s)
40312025-05-15T04:00:43.811Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40322025-05-15T04:00:47.906Z[ host-image] May 15 04:00:47.445 INFO O| May 15 04:00:47.444 INFO O| Download: 13483/22866 items 113.3/202.2MB 56% complete (1.4M/s)
40332025-05-15T04:00:52.923Z[ host-image] May 15 04:00:52.461 INFO O| May 15 04:00:52.461 INFO O| Download: 14460/22866 items 114.8/202.2MB 56% complete (194k/s)
40342025-05-15T04:00:53.639Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40352025-05-15T04:00:57.946Z[ host-image] May 15 04:00:57.485 INFO O| May 15 04:00:57.485 INFO O| Download: 15334/22866 items 121.8/202.2MB 60% complete (861k/s)
40362025-05-15T04:01:02.988Z[ host-image] May 15 04:01:02.527 INFO O| May 15 04:01:02.527 INFO O| Download: 15944/22866 items 133.7/202.2MB 66% complete (1.9M/s)
40372025-05-15T04:01:08.001Z[ host-image] May 15 04:01:07.536 INFO O| May 15 04:01:07.535 INFO O| Download: 17000/22866 items 149.9/202.2MB 74% complete (2.8M/s)
40382025-05-15T04:01:13.001Z[ host-image] May 15 04:01:12.541 INFO O| May 15 04:01:12.540 INFO O| Download: 17993/22866 items 161.9/202.2MB 80% complete (2.7M/s)
40392025-05-15T04:01:13.642Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40402025-05-15T04:01:18.004Z[ host-image] May 15 04:01:17.544 INFO O| May 15 04:01:17.544 INFO O| Download: 19007/22866 items 169.4/202.2MB 83% complete (1.9M/s)
40412025-05-15T04:01:22.542Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40422025-05-15T04:01:23.006Z[ host-image] May 15 04:01:22.545 INFO O| May 15 04:01:22.545 INFO O| Download: 19971/22866 items 173.5/202.2MB 85% complete (1.2M/s)
40432025-05-15T04:01:27.368Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40442025-05-15T04:01:28.008Z[ host-image] May 15 04:01:27.548 INFO O| May 15 04:01:27.548 INFO O| Download: 20885/22866 items 177.8/202.2MB 87% complete (855k/s)
40452025-05-15T04:01:31.806Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40462025-05-15T04:01:32.525Z[ recovery-image] May 15 04:01:32.067 INFO O| May 15 04:01:32.066 INFO O| Planning: Running solver ... Done
40472025-05-15T04:01:33.007Z[ host-image] May 15 04:01:32.548 INFO O| May 15 04:01:32.548 INFO O| Download: 21665/22866 items 187.2/202.2MB 92% complete (1.4M/s)
40482025-05-15T04:01:33.272Z[ recovery-image] May 15 04:01:32.813 INFO O| May 15 04:01:32.813 INFO O| Planning: Finding local manifests ... Done
40492025-05-15T04:01:33.406Z[ recovery-image] May 15 04:01:32.947 INFO O| May 15 04:01:32.947 INFO O| Planning: Fetching manifests: 0/126 0% complete
40502025-05-15T04:01:38.009Z[ host-image] May 15 04:01:37.551 INFO O| May 15 04:01:37.551 INFO O| Download: 22262/22866 items 199.8/202.2MB 98% complete (2.2M/s)
40512025-05-15T04:01:38.412Z[ recovery-image] May 15 04:01:37.953 INFO O| May 15 04:01:37.953 INFO O| Planning: Fetching manifests: 81/126 64% complete
40522025-05-15T04:01:40.910Z[ host-image] May 15 04:01:40.452 INFO O| May 15 04:01:40.452 INFO O| Download: Completed 202.20 MB in 133.96 seconds (1.5M/s)
40532025-05-15T04:01:41.652Z[ recovery-image] May 15 04:01:41.193 INFO O| May 15 04:01:41.193 INFO O| Planning: Fetching manifests: 126/126 100% complete
40542025-05-15T04:01:41.920Z[ host-image] May 15 04:01:41.461 INFO O| May 15 04:01:41.461 INFO O| Actions: 1/50756 actions (Installing new actions)
40552025-05-15T04:01:42.421Z[ recovery-image] May 15 04:01:41.963 INFO O| May 15 04:01:41.963 INFO O| Planning: Package planning ... Done
40562025-05-15T04:01:42.865Z[ recovery-image] May 15 04:01:42.406 INFO O| May 15 04:01:42.406 INFO O| Planning: Merging actions ... Done
40572025-05-15T04:01:43.006Z[ recovery-image] May 15 04:01:42.547 INFO O| May 15 04:01:42.547 INFO O| Planning: Checking for conflicting actions ... Done
40582025-05-15T04:01:43.138Z[ recovery-image] May 15 04:01:42.680 INFO O| May 15 04:01:42.680 INFO O| Planning: Consolidating action changes ... Done
40592025-05-15T04:01:43.407Z[ recovery-image] May 15 04:01:42.948 INFO O| May 15 04:01:42.948 INFO O| Planning: Evaluating mediators ... Done
40602025-05-15T04:01:46.920Z[ host-image] May 15 04:01:46.461 INFO O| May 15 04:01:46.461 INFO O| Actions: 11147/50756 actions (Installing new actions)
40612025-05-15T04:01:47.423Z[ recovery-image] May 15 04:01:46.965 INFO O| May 15 04:01:46.965 INFO O| Planning: Planning completed in 237.41 seconds
40622025-05-15T04:01:47.448Z[ recovery-image] May 15 04:01:46.969 INFO O| May 15 04:01:46.968 INFO O| Packages to install: 126
40632025-05-15T04:01:47.448Z[ recovery-image] May 15 04:01:46.969 INFO O| May 15 04:01:46.969 INFO O| Mediators to change: 5
40642025-05-15T04:01:47.448Z[ recovery-image] May 15 04:01:46.969 INFO O| May 15 04:01:46.969 INFO O| Services to change: 5
40652025-05-15T04:01:47.511Z[ recovery-image] May 15 04:01:47.052 INFO O| May 15 04:01:47.052 INFO O| Download: 0/15932 items 0.0/178.9MB 0% complete
40662025-05-15T04:01:51.938Z[ host-image] May 15 04:01:51.480 INFO O| May 15 04:01:51.479 INFO O| Actions: 18107/50756 actions (Installing new actions)
40672025-05-15T04:01:52.843Z[ recovery-image] May 15 04:01:52.385 INFO O| May 15 04:01:52.385 INFO O| Download: 1057/15932 items 8.0/178.9MB 4% complete (1.7M/s)
40682025-05-15T04:01:56.957Z[ host-image] May 15 04:01:56.498 INFO O| May 15 04:01:56.498 INFO O| Actions: 26474/50756 actions (Installing new actions)
40692025-05-15T04:01:58.021Z[ recovery-image] May 15 04:01:57.563 INFO O| May 15 04:01:57.563 INFO O| Download: 1504/15932 items 21.8/178.9MB 12% complete (2.2M/s)
40702025-05-15T04:02:00.280Z[ host-image] May 15 04:01:59.822 INFO O| May 15 04:01:59.822 INFO O| Actions: Completed 50756 actions in 18.36 seconds.
40712025-05-15T04:02:01.247Z[ host-image] May 15 04:02:00.790 INFO O| May 15 04:02:00.789 INFO O| Done
40722025-05-15T04:02:01.247Z[ host-image] May 15 04:02:00.790 INFO O| May 15 04:02:00.789 INFO O| Done
40732025-05-15T04:02:02.558Z[ host-image] May 15 04:02:02.100 INFO O| May 15 04:02:02.100 INFO O| Done
40742025-05-15T04:02:04.201Z[ host-image] May 15 04:02:03.744 INFO O| May 15 04:02:03.744 INFO O| Done
40752025-05-15T04:02:04.247Z[ host-image] May 15 04:02:03.790 INFO O| May 15 04:02:03.790 INFO O| Done
40762025-05-15T04:02:09.122Z[ host-image] May 15 04:02:08.665 INFO O| May 15 04:02:08.665 INFO O| Done
40772025-05-15T04:02:09.839Z[ host-image] May 15 04:02:09.382 INFO O| May 15 04:02:09.382 INFO O| Done
40782025-05-15T04:02:12.035Z[ host-image] May 15 04:02:11.578 INFO O| May 15 04:02:11.578 INFO STEP 11 (pkg_install) COMPLETE
40792025-05-15T04:02:12.035Z[ host-image] May 15 04:02:11.578 INFO O| May 15 04:02:11.578 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40802025-05-15T04:02:12.064Z[ host-image] May 15 04:02:11.607 INFO O| May 15 04:02:11.607 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"]
40812025-05-15T04:02:38.152Z[ host-image] May 15 04:02:37.697 INFO O| May 15 04:02:37.696 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40822025-05-15T04:02:46.044Z[ host-image] May 15 04:02:45.589 INFO O| May 15 04:02:45.589 INFO O| Startup: Caching catalogs ... Done
40832025-05-15T04:02:53.003Z[ host-image] May 15 04:02:52.548 INFO O| May 15 04:02:52.548 INFO O| Planning: Solver setup ... Done
40842025-05-15T04:02:53.028Z[ host-image] May 15 04:02:52.558 INFO O| May 15 04:02:52.558 INFO O| Planning: Running solver ... Done
40852025-05-15T04:02:53.116Z[ host-image] May 15 04:02:52.662 INFO O| May 15 04:02:52.662 INFO O| Planning: Finding local manifests ... Done
40862025-05-15T04:02:53.202Z[ host-image] May 15 04:02:52.748 INFO O| May 15 04:02:52.748 INFO O| Planning: Fetching manifests: 0/5 0% complete
40872025-05-15T04:02:53.424Z[ host-image] May 15 04:02:52.970 INFO O| May 15 04:02:52.970 INFO O| Planning: Fetching manifests: 5/5 100% complete
40882025-05-15T04:02:53.456Z[ host-image] May 15 04:02:53.002 INFO O| May 15 04:02:53.001 INFO O| Planning: Package planning ... Done
40892025-05-15T04:02:53.481Z[ host-image] May 15 04:02:53.006 INFO O| May 15 04:02:53.006 INFO O| Planning: Merging actions ... Done
40902025-05-15T04:02:53.558Z[ host-image] May 15 04:02:53.104 INFO O| May 15 04:02:53.104 INFO O| Planning: Checking for conflicting actions ... Done
40912025-05-15T04:02:53.583Z[ host-image] May 15 04:02:53.106 INFO O| May 15 04:02:53.106 INFO O| Planning: Consolidating action changes ... Done
40922025-05-15T04:02:53.799Z[ host-image] May 15 04:02:53.345 INFO O| May 15 04:02:53.345 INFO O| Planning: Evaluating mediators ... Done
40932025-05-15T04:02:53.825Z[ host-image] May 15 04:02:53.347 INFO O| May 15 04:02:53.347 INFO O| Planning: Planning completed in 7.68 seconds
40942025-05-15T04:02:53.826Z[ host-image] May 15 04:02:53.348 INFO O| May 15 04:02:53.348 INFO O| Packages to install: 5
40952025-05-15T04:02:53.826Z[ host-image] May 15 04:02:53.348 INFO O| May 15 04:02:53.348 INFO O| Services to change: 2
40962025-05-15T04:02:53.826Z[ host-image] May 15 04:02:53.368 INFO O| May 15 04:02:53.368 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete
40972025-05-15T04:02:55.615Z[ host-image] May 15 04:02:55.161 INFO O| May 15 04:02:55.161 INFO O| Download: Completed 1.47 MB in 1.79 seconds (840k/s)
40982025-05-15T04:02:55.654Z[ host-image] May 15 04:02:55.200 INFO O| May 15 04:02:55.200 INFO O| Actions: 1/311 actions (Installing new actions)
40992025-05-15T04:02:55.790Z[ host-image] May 15 04:02:55.336 INFO O| May 15 04:02:55.336 INFO O| Actions: Completed 311 actions in 0.14 seconds.
41002025-05-15T04:02:56.293Z[ host-image] May 15 04:02:55.753 INFO O| May 15 04:02:55.753 INFO O| Done
41012025-05-15T04:02:56.293Z[ host-image] May 15 04:02:55.753 INFO O| May 15 04:02:55.753 INFO O| Done
41022025-05-15T04:02:57.254Z[ host-image] May 15 04:02:56.800 INFO O| May 15 04:02:56.800 INFO O| Done
41032025-05-15T04:02:59.245Z[ recovery-image] May 15 04:02:58.791 INFO O| May 15 04:02:58.791 INFO O| Download: 1621/15932 items 25.1/178.9MB 14% complete
41042025-05-15T04:02:59.319Z[ host-image] May 15 04:02:58.865 INFO O| May 15 04:02:58.865 INFO O| Done
41052025-05-15T04:02:59.356Z[ host-image] May 15 04:02:58.902 INFO O| May 15 04:02:58.901 INFO O| Done
41062025-05-15T04:02:59.356Z[ host-image] May 15 04:02:58.902 INFO O| May 15 04:02:58.902 INFO O| Done
41072025-05-15T04:02:59.382Z[ host-image] May 15 04:02:58.929 INFO O| May 15 04:02:58.929 INFO O| Done
41082025-05-15T04:03:00.625Z[ host-image] May 15 04:03:00.171 INFO O| May 15 04:03:00.171 INFO STEP 12 (pkg_install) COMPLETE
41092025-05-15T04:03:00.625Z[ host-image] May 15 04:03:00.171 INFO O| May 15 04:03:00.171 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41102025-05-15T04:03:00.651Z[ host-image] May 15 04:03:00.189 INFO O| May 15 04:03:00.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41112025-05-15T04:03:04.271Z[ recovery-image] May 15 04:03:03.818 INFO O| May 15 04:03:03.817 INFO O| Download: 2704/15932 items 33.1/178.9MB 18% complete (1.6M/s)
41122025-05-15T04:03:09.515Z[ recovery-image] May 15 04:03:09.062 INFO O| May 15 04:03:09.062 INFO O| Download: 3706/15932 items 39.7/178.9MB 22% complete (1.5M/s)
41132025-05-15T04:03:14.732Z[ recovery-image] May 15 04:03:14.279 INFO O| May 15 04:03:14.279 INFO O| Download: 4873/15932 items 43.2/178.9MB 24% complete (1.0M/s)
41142025-05-15T04:03:19.795Z[ recovery-image] May 15 04:03:19.343 INFO O| May 15 04:03:19.343 INFO O| Download: 5821/15932 items 47.2/178.9MB 26% complete (730k/s)
41152025-05-15T04:03:24.795Z[ recovery-image] May 15 04:03:24.343 INFO O| May 15 04:03:24.343 INFO O| Download: 6735/15932 items 67.7/178.9MB 37% complete (2.4M/s)
41162025-05-15T04:03:29.801Z[ recovery-image] May 15 04:03:29.349 INFO O| May 15 04:03:29.349 INFO O| Download: 7968/15932 items 79.7/178.9MB 44% complete (3.2M/s)
41172025-05-15T04:03:32.646Z[ host-image] May 15 04:03:32.195 INFO O| May 15 04:03:32.194 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41182025-05-15T04:03:34.807Z[ recovery-image] May 15 04:03:34.355 INFO O| May 15 04:03:34.355 INFO O| Download: 8761/15932 items 86.9/178.9MB 48% complete (1.9M/s)
41192025-05-15T04:03:39.810Z[ recovery-image] May 15 04:03:39.358 INFO O| May 15 04:03:39.358 INFO O| Download: 9651/15932 items 96.2/178.9MB 53% complete (1.7M/s)
41202025-05-15T04:03:40.710Z[ host-image] May 15 04:03:40.259 INFO O| May 15 04:03:40.259 INFO O| Startup: Caching catalogs ... Done
41212025-05-15T04:03:44.851Z[ recovery-image] May 15 04:03:44.400 INFO O| May 15 04:03:44.400 INFO O| Download: 10980/15932 items 97.2/178.9MB 54% complete (1.2M/s)
41222025-05-15T04:03:46.418Z[ host-image] May 15 04:03:45.967 INFO O| May 15 04:03:45.967 INFO O| Planning: Solver setup ... Done
41232025-05-15T04:03:46.444Z[ host-image] May 15 04:03:45.977 INFO O| May 15 04:03:45.976 INFO O| Planning: Running solver ... Done
41242025-05-15T04:03:46.520Z[ host-image] May 15 04:03:46.069 INFO O| May 15 04:03:46.069 INFO O| Planning: Finding local manifests ... Done
41252025-05-15T04:03:46.764Z[ host-image] May 15 04:03:46.313 INFO O| May 15 04:03:46.312 INFO O| Planning: Fetching manifests: 0/6 0% complete
41262025-05-15T04:03:47.119Z[ host-image] May 15 04:03:46.668 INFO O| May 15 04:03:46.668 INFO O| Planning: Fetching manifests: 6/6 100% complete
41272025-05-15T04:03:47.164Z[ host-image] May 15 04:03:46.713 INFO O| May 15 04:03:46.713 INFO O| Planning: Package planning ... Done
41282025-05-15T04:03:47.190Z[ host-image] May 15 04:03:46.735 INFO O| May 15 04:03:46.735 INFO O| Planning: Merging actions ... Done
41292025-05-15T04:03:47.284Z[ host-image] May 15 04:03:46.833 INFO O| May 15 04:03:46.833 INFO O| Planning: Checking for conflicting actions ... Done
41302025-05-15T04:03:47.310Z[ host-image] May 15 04:03:46.839 INFO O| May 15 04:03:46.839 INFO O| Planning: Consolidating action changes ... Done
41312025-05-15T04:03:47.642Z[ host-image] May 15 04:03:47.191 INFO O| May 15 04:03:47.191 INFO O| Planning: Evaluating mediators ... Done
41322025-05-15T04:03:47.672Z[ host-image] May 15 04:03:47.196 INFO O| May 15 04:03:47.196 INFO O| Planning: Planning completed in 6.86 seconds
41332025-05-15T04:03:47.672Z[ host-image] May 15 04:03:47.197 INFO O| May 15 04:03:47.197 INFO O| Packages to install: 6
41342025-05-15T04:03:47.673Z[ host-image] May 15 04:03:47.197 INFO O| May 15 04:03:47.197 INFO O| Mediators to change: 1
41352025-05-15T04:03:47.673Z[ host-image] May 15 04:03:47.197 INFO O| May 15 04:03:47.197 INFO O| Services to change: 1
41362025-05-15T04:03:47.673Z[ host-image] May 15 04:03:47.219 INFO O| May 15 04:03:47.219 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41372025-05-15T04:03:49.869Z[ recovery-image] May 15 04:03:49.419 INFO O| May 15 04:03:49.418 INFO O| Download: 11607/15932 items 114.9/178.9MB 64% complete (1.8M/s)
41382025-05-15T04:03:52.688Z[ host-image] May 15 04:03:52.237 INFO O| May 15 04:03:52.237 INFO O| Download: 781/1140 items 3.1/8.4MB 37% complete (652k/s)
41392025-05-15T04:03:54.610Z[ host-image] May 15 04:03:54.160 INFO O| May 15 04:03:54.160 INFO O| Download: Completed 8.42 MB in 6.94 seconds (1.2M/s)
41402025-05-15T04:03:54.738Z[ host-image] May 15 04:03:54.288 INFO O| May 15 04:03:54.288 INFO O| Actions: 1/1361 actions (Installing new actions)
41412025-05-15T04:03:54.881Z[ recovery-image] May 15 04:03:54.430 INFO O| May 15 04:03:54.430 INFO O| Download: 12008/15932 items 134.3/178.9MB 75% complete (3.6M/s)
41422025-05-15T04:03:55.329Z[ host-image] May 15 04:03:54.878 INFO O| May 15 04:03:54.878 INFO O| Actions: Completed 1361 actions in 0.59 seconds.
41432025-05-15T04:03:55.743Z[ host-image] May 15 04:03:55.293 INFO O| May 15 04:03:55.293 INFO O| Done
41442025-05-15T04:03:55.743Z[ host-image] May 15 04:03:55.293 INFO O| May 15 04:03:55.293 INFO O| Done
41452025-05-15T04:03:56.709Z[ host-image] May 15 04:03:56.259 INFO O| May 15 04:03:56.259 INFO O| Done
41462025-05-15T04:03:58.913Z[ host-image] May 15 04:03:58.463 INFO O| May 15 04:03:58.463 INFO O| Done
41472025-05-15T04:03:58.969Z[ host-image] May 15 04:03:58.518 INFO O| May 15 04:03:58.518 INFO O| Done
41482025-05-15T04:03:58.994Z[ host-image] May 15 04:03:58.518 INFO O| May 15 04:03:58.518 INFO O| Done
41492025-05-15T04:03:59.033Z[ host-image] May 15 04:03:58.583 INFO O| May 15 04:03:58.583 INFO O| Done
41502025-05-15T04:03:59.881Z[ recovery-image] May 15 04:03:59.430 INFO O| May 15 04:03:59.430 INFO O| Download: 12973/15932 items 147.3/178.9MB 82% complete (3.3M/s)
41512025-05-15T04:04:00.329Z[ host-image] May 15 04:03:59.878 INFO O| May 15 04:03:59.878 INFO STEP 13 (pkg_install) COMPLETE
41522025-05-15T04:04:00.329Z[ host-image] May 15 04:03:59.878 INFO O| May 15 04:03:59.878 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41532025-05-15T04:04:00.355Z[ host-image] May 15 04:03:59.896 INFO O| May 15 04:03:59.896 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
41542025-05-15T04:04:04.895Z[ recovery-image] May 15 04:04:04.445 INFO O| May 15 04:04:04.445 INFO O| Download: 13957/15932 items 151.5/178.9MB 84% complete (1.8M/s)
41552025-05-15T04:04:09.911Z[ recovery-image] May 15 04:04:09.461 INFO O| May 15 04:04:09.461 INFO O| Download: 14782/15932 items 155.4/178.9MB 86% complete (797k/s)
41562025-05-15T04:04:14.929Z[ recovery-image] May 15 04:04:14.479 INFO O| May 15 04:04:14.479 INFO O| Download: 15436/15932 items 167.8/178.9MB 93% complete (1.6M/s)
41572025-05-15T04:04:20.042Z[ recovery-image] May 15 04:04:19.593 INFO O| May 15 04:04:19.593 INFO O| Download: 15925/15932 items 178.8/178.9MB 99% complete (2.3M/s)
41582025-05-15T04:04:20.068Z[ recovery-image] May 15 04:04:19.604 INFO O| May 15 04:04:19.604 INFO O| Download: Completed 178.89 MB in 152.55 seconds (1.2M/s)
41592025-05-15T04:04:20.796Z[ recovery-image] May 15 04:04:20.347 INFO O| May 15 04:04:20.347 INFO O| Actions: 1/26273 actions (Installing new actions)
41602025-05-15T04:04:25.813Z[ recovery-image] May 15 04:04:25.364 INFO O| May 15 04:04:25.364 INFO O| Actions: 11638/26273 actions (Installing new actions)
41612025-05-15T04:04:27.805Z[ host-image] May 15 04:04:27.356 INFO O| May 15 04:04:27.356 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41622025-05-15T04:04:30.857Z[ recovery-image] May 15 04:04:30.364 INFO O| May 15 04:04:30.364 INFO O| Actions: 18661/26273 actions (Installing new actions)
41632025-05-15T04:04:33.778Z[ recovery-image] May 15 04:04:33.330 INFO O| May 15 04:04:33.330 INFO O| Actions: Completed 26273 actions in 12.98 seconds.
41642025-05-15T04:04:34.208Z[ recovery-image] May 15 04:04:33.760 INFO O| May 15 04:04:33.760 INFO O| Done
41652025-05-15T04:04:34.234Z[ recovery-image] May 15 04:04:33.760 INFO O| May 15 04:04:33.760 INFO O| Done
41662025-05-15T04:04:35.583Z[ recovery-image] May 15 04:04:35.135 INFO O| May 15 04:04:35.135 INFO O| Done
41672025-05-15T04:04:37.182Z[ host-image] May 15 04:04:36.734 INFO O| May 15 04:04:36.734 INFO O| Startup: Caching catalogs ... Done
41682025-05-15T04:04:37.454Z[ recovery-image] May 15 04:04:37.006 INFO O| May 15 04:04:37.005 INFO O| Done
41692025-05-15T04:04:37.479Z[ recovery-image] May 15 04:04:37.026 INFO O| May 15 04:04:37.026 INFO O| Done
41702025-05-15T04:04:40.848Z[ recovery-image] May 15 04:04:40.400 INFO O| May 15 04:04:40.400 INFO O| Done
41712025-05-15T04:04:41.478Z[ recovery-image] May 15 04:04:41.031 INFO O| May 15 04:04:41.030 INFO O| Done
41722025-05-15T04:04:43.949Z[ recovery-image] May 15 04:04:43.501 INFO O| May 15 04:04:43.501 INFO STEP 11 (pkg_install) COMPLETE
41732025-05-15T04:04:43.949Z[ recovery-image] May 15 04:04:43.502 INFO O| May 15 04:04:43.501 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41742025-05-15T04:04:43.976Z[ recovery-image] May 15 04:04:43.502 INFO O| May 15 04:04:43.501 INFO skip step because feature "recovery" is enabled
41752025-05-15T04:04:43.976Z[ recovery-image] May 15 04:04:43.502 INFO O| May 15 04:04:43.501 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41762025-05-15T04:04:43.976Z[ recovery-image] May 15 04:04:43.502 INFO O| May 15 04:04:43.501 INFO skip step because feature "omicron1" is not enabled
41772025-05-15T04:04:43.976Z[ recovery-image] May 15 04:04:43.502 INFO O| May 15 04:04:43.501 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41782025-05-15T04:04:43.978Z[ recovery-image] May 15 04:04:43.526 INFO O| May 15 04:04:43.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
41792025-05-15T04:04:44.528Z[ host-image] May 15 04:04:44.080 INFO O| May 15 04:04:44.080 INFO O| Planning: Solver setup ... Done
41802025-05-15T04:04:44.554Z[ host-image] May 15 04:04:44.090 INFO O| May 15 04:04:44.090 INFO O| Planning: Running solver ... Done
41812025-05-15T04:04:44.622Z[ host-image] May 15 04:04:44.175 INFO O| May 15 04:04:44.174 INFO O| Planning: Finding local manifests ... Done
41822025-05-15T04:04:44.737Z[ host-image] May 15 04:04:44.289 INFO O| May 15 04:04:44.289 INFO O| Planning: Fetching manifests: 0/1 0% complete
41832025-05-15T04:04:44.781Z[ host-image] May 15 04:04:44.334 INFO O| May 15 04:04:44.334 INFO O| Planning: Fetching manifests: 1/1 100% complete
41842025-05-15T04:04:44.807Z[ host-image] May 15 04:04:44.358 INFO O| May 15 04:04:44.358 INFO O| Planning: Package planning ... Done
41852025-05-15T04:04:44.807Z[ host-image] May 15 04:04:44.358 INFO O| May 15 04:04:44.358 INFO O| Planning: Merging actions ... Done
41862025-05-15T04:04:44.869Z[ host-image] May 15 04:04:44.422 INFO O| May 15 04:04:44.422 INFO O| Planning: Checking for conflicting actions ... Done
41872025-05-15T04:04:44.896Z[ host-image] May 15 04:04:44.422 INFO O| May 15 04:04:44.422 INFO O| Planning: Consolidating action changes ... Done
41882025-05-15T04:04:45.163Z[ host-image] May 15 04:04:44.716 INFO O| May 15 04:04:44.716 INFO O| Planning: Evaluating mediators ... Done
41892025-05-15T04:04:45.189Z[ host-image] May 15 04:04:44.717 INFO O| May 15 04:04:44.717 INFO O| Planning: Planning completed in 7.88 seconds
41902025-05-15T04:04:45.189Z[ host-image] May 15 04:04:44.717 INFO O| May 15 04:04:44.717 INFO O| Packages to install: 1
41912025-05-15T04:04:45.216Z[ host-image] May 15 04:04:44.761 INFO O| May 15 04:04:44.760 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
41922025-05-15T04:04:50.257Z[ host-image] May 15 04:04:49.809 INFO O| May 15 04:04:49.809 INFO O| Download: 3/4 items 15.6/17.2MB 90% complete (4.0M/s)
41932025-05-15T04:04:50.996Z[ host-image] May 15 04:04:50.549 INFO O| May 15 04:04:50.549 INFO O| Download: Completed 17.23 MB in 5.79 seconds (3.0M/s)
41942025-05-15T04:04:51.066Z[ host-image] May 15 04:04:50.618 INFO O| May 15 04:04:50.618 INFO O| Actions: 1/22 actions (Installing new actions)
41952025-05-15T04:04:51.553Z[ host-image] May 15 04:04:51.106 INFO O| May 15 04:04:51.106 INFO O| Actions: Completed 22 actions in 0.49 seconds.
41962025-05-15T04:04:52.025Z[ host-image] May 15 04:04:51.578 INFO O| May 15 04:04:51.578 INFO O| Done
41972025-05-15T04:04:52.025Z[ host-image] May 15 04:04:51.578 INFO O| May 15 04:04:51.578 INFO O| Done
41982025-05-15T04:04:53.092Z[ host-image] May 15 04:04:52.626 INFO O| May 15 04:04:52.626 INFO O| Done
41992025-05-15T04:04:55.460Z[ host-image] May 15 04:04:55.013 INFO O| May 15 04:04:55.012 INFO O| Done
42002025-05-15T04:04:55.517Z[ host-image] May 15 04:04:55.070 INFO O| May 15 04:04:55.070 INFO O| Done
42012025-05-15T04:04:55.517Z[ host-image] May 15 04:04:55.071 INFO O| May 15 04:04:55.071 INFO O| Done
42022025-05-15T04:04:55.543Z[ host-image] May 15 04:04:55.090 INFO O| May 15 04:04:55.090 INFO O| Done
42032025-05-15T04:04:56.933Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO STEP 14 (pkg_install) COMPLETE
42042025-05-15T04:04:56.933Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42052025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO skip step because feature "mfg" is not enabled
42062025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42072025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO skip step because feature "compliance" is not enabled
42082025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42092025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO skip step because feature "stress" is not enabled
42102025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42112025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO skip step because feature "nfs" is not enabled
42122025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
42132025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.486 INFO O| May 15 04:04:56.486 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
42142025-05-15T04:04:56.959Z[ host-image] May 15 04:04:56.510 INFO O| May 15 04:04:56.510 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
42152025-05-15T04:04:57.038Z[ host-image] May 15 04:04:56.591 INFO O| May 15 04:04:56.591 INFO completed processing gimlet/ramdisk-01-os
42162025-05-15T04:04:57.063Z[ host-image] May 15 04:04:56.595 INFO omicron1 baseline generation...
42172025-05-15T04:04:57.063Z[ host-image] May 15 04:04:56.595 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
42182025-05-15T04:04:57.748Z[ host-image] May 15 04:04:57.301 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23359:20250425T223722Z
42192025-05-15T04:05:12.876Z[ recovery-image] May 15 04:05:12.430 INFO O| May 15 04:05:12.430 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42202025-05-15T04:05:22.305Z[ recovery-image] May 15 04:05:21.859 INFO O| May 15 04:05:21.859 INFO O| Startup: Caching catalogs ... Done
42212025-05-15T04:05:29.369Z[ recovery-image] May 15 04:05:28.924 INFO O| May 15 04:05:28.924 INFO O| Planning: Solver setup ... Done
42222025-05-15T04:05:29.395Z[ recovery-image] May 15 04:05:28.933 INFO O| May 15 04:05:28.933 INFO O| Planning: Running solver ... Done
42232025-05-15T04:05:29.472Z[ recovery-image] May 15 04:05:29.027 INFO O| May 15 04:05:29.027 INFO O| Planning: Finding local manifests ... Done
42242025-05-15T04:05:29.639Z[ recovery-image] May 15 04:05:29.194 INFO O| May 15 04:05:29.194 INFO O| Planning: Fetching manifests: 0/1 0% complete
42252025-05-15T04:05:29.685Z[ recovery-image] May 15 04:05:29.240 INFO O| May 15 04:05:29.240 INFO O| Planning: Fetching manifests: 1/1 100% complete
42262025-05-15T04:05:29.711Z[ recovery-image] May 15 04:05:29.265 INFO O| May 15 04:05:29.265 INFO O| Planning: Package planning ... Done
42272025-05-15T04:05:29.738Z[ recovery-image] May 15 04:05:29.266 INFO O| May 15 04:05:29.266 INFO O| Planning: Merging actions ... Done
42282025-05-15T04:05:29.769Z[ recovery-image] May 15 04:05:29.324 INFO O| May 15 04:05:29.324 INFO O| Planning: Checking for conflicting actions ... Done
42292025-05-15T04:05:29.795Z[ recovery-image] May 15 04:05:29.325 INFO O| May 15 04:05:29.325 INFO O| Planning: Consolidating action changes ... Done
42302025-05-15T04:05:29.968Z[ recovery-image] May 15 04:05:29.524 INFO O| May 15 04:05:29.523 INFO O| Planning: Evaluating mediators ... Done
42312025-05-15T04:05:29.994Z[ recovery-image] May 15 04:05:29.524 INFO O| May 15 04:05:29.524 INFO O| Planning: Planning completed in 7.54 seconds
42322025-05-15T04:05:29.994Z[ recovery-image] May 15 04:05:29.525 INFO O| May 15 04:05:29.525 INFO O| Packages to install: 1
42332025-05-15T04:05:30.019Z[ recovery-image] May 15 04:05:29.562 INFO O| May 15 04:05:29.562 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
42342025-05-15T04:05:31.409Z[ recovery-image] May 15 04:05:30.965 INFO O| May 15 04:05:30.965 INFO O| Download: Completed 17.23 MB in 1.40 seconds (12.3M/s)
42352025-05-15T04:05:31.468Z[ recovery-image] May 15 04:05:31.023 INFO O| May 15 04:05:31.023 INFO O| Actions: 1/22 actions (Installing new actions)
42362025-05-15T04:05:31.961Z[ recovery-image] May 15 04:05:31.516 INFO O| May 15 04:05:31.516 INFO O| Actions: Completed 22 actions in 0.49 seconds.
42372025-05-15T04:05:32.520Z[ recovery-image] May 15 04:05:32.075 INFO O| May 15 04:05:32.075 INFO O| Done
42382025-05-15T04:05:32.520Z[ recovery-image] May 15 04:05:32.075 INFO O| May 15 04:05:32.075 INFO O| Done
42392025-05-15T04:05:33.603Z[ recovery-image] May 15 04:05:33.158 INFO O| May 15 04:05:33.158 INFO O| Done
42402025-05-15T04:05:34.942Z[ recovery-image] May 15 04:05:34.498 INFO O| May 15 04:05:34.498 INFO O| Done
42412025-05-15T04:05:34.968Z[ recovery-image] May 15 04:05:34.518 INFO O| May 15 04:05:34.518 INFO O| Done
42422025-05-15T04:05:34.968Z[ recovery-image] May 15 04:05:34.518 INFO O| May 15 04:05:34.518 INFO O| Done
42432025-05-15T04:05:34.994Z[ recovery-image] May 15 04:05:34.546 INFO O| May 15 04:05:34.546 INFO O| Done
42442025-05-15T04:05:36.302Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO STEP 14 (pkg_install) COMPLETE
42452025-05-15T04:05:36.302Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42462025-05-15T04:05:36.328Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO skip step because feature "mfg" is not enabled
42472025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42482025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO skip step because feature "compliance" is not enabled
42492025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42502025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO skip step because feature "stress" is not enabled
42512025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42522025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO skip step because feature "nfs" is not enabled
42532025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42542025-05-15T04:05:36.330Z[ recovery-image] May 15 04:05:35.857 INFO O| May 15 04:05:35.857 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42552025-05-15T04:05:36.374Z[ recovery-image] May 15 04:05:35.930 INFO O| May 15 04:05:35.929 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42562025-05-15T04:05:36.426Z[ recovery-image] May 15 04:05:35.982 INFO O| May 15 04:05:35.981 INFO completed processing gimlet/ramdisk-01-os
42572025-05-15T04:05:36.452Z[ recovery-image] May 15 04:05:35.986 INFO image builder template: ramdisk-02-trim...
42582025-05-15T04:05:36.452Z[ recovery-image] May 15 04:05:35.986 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
42592025-05-15T04:05:36.477Z[ recovery-image] May 15 04:05:36.023 INFO O| May 15 04:05:36.023 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42602025-05-15T04:05:36.477Z[ recovery-image] May 15 04:05:36.032 INFO O| May 15 04:05:36.032 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42612025-05-15T04:05:36.514Z[ recovery-image] May 15 04:05:36.069 INFO O| May 15 04:05:36.069 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42622025-05-15T04:05:36.542Z[ recovery-image] May 15 04:05:36.098 INFO O| May 15 04:05:36.098 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42632025-05-15T04:05:36.542Z[ recovery-image] May 15 04:05:36.098 INFO O| May 15 04:05:36.098 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42642025-05-15T04:05:36.568Z[ recovery-image] May 15 04:05:36.105 INFO O| May 15 04:05:36.105 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42652025-05-15T04:05:36.568Z[ recovery-image] May 15 04:05:36.111 INFO O| May 15 04:05:36.111 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42662025-05-15T04:05:36.568Z[ recovery-image] May 15 04:05:36.121 INFO O| May 15 04:05:36.121 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42672025-05-15T04:05:36.679Z[ recovery-image] May 15 04:05:36.234 INFO O| May 15 04:05:36.234 INFO rolled back to input snapshot; work may begin
42682025-05-15T04:05:36.679Z[ recovery-image] May 15 04:05:36.235 INFO O| May 15 04:05:36.234 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42692025-05-15T04:05:36.704Z[ recovery-image] May 15 04:05:36.243 INFO O| May 15 04:05:36.243 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-05-15T04:05:36.704Z[ recovery-image] May 15 04:05:36.258 INFO O| May 15 04:05:36.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42712025-05-15T04:05:36.767Z[ recovery-image] May 15 04:05:36.323 INFO O| May 15 04:05:36.322 INFO STEP 0 (remove_files) COMPLETE
42722025-05-15T04:05:36.767Z[ recovery-image] May 15 04:05:36.323 INFO O| May 15 04:05:36.323 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-05-15T04:05:36.793Z[ recovery-image] May 15 04:05:36.341 INFO O| May 15 04:05:36.341 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
42742025-05-15T04:05:36.793Z[ recovery-image] May 15 04:05:36.343 INFO O| May 15 04:05:36.343 INFO STEP 1 (remove_files) COMPLETE
42752025-05-15T04:05:36.793Z[ recovery-image] May 15 04:05:36.343 INFO O| May 15 04:05:36.343 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-05-15T04:05:36.819Z[ recovery-image] May 15 04:05:36.361 INFO O| May 15 04:05:36.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42772025-05-15T04:05:36.844Z[ recovery-image] May 15 04:05:36.382 INFO O| May 15 04:05:36.382 INFO STEP 2 (remove_files) COMPLETE
42782025-05-15T04:05:36.844Z[ recovery-image] May 15 04:05:36.382 INFO O| May 15 04:05:36.382 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792025-05-15T04:05:36.844Z[ recovery-image] May 15 04:05:36.400 INFO O| May 15 04:05:36.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42802025-05-15T04:05:36.870Z[ recovery-image] May 15 04:05:36.402 INFO O| May 15 04:05:36.402 INFO STEP 3 (remove_files) COMPLETE
42812025-05-15T04:05:36.870Z[ recovery-image] May 15 04:05:36.403 INFO O| May 15 04:05:36.402 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822025-05-15T04:05:36.871Z[ recovery-image] May 15 04:05:36.419 INFO O| May 15 04:05:36.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42832025-05-15T04:05:36.871Z[ recovery-image] May 15 04:05:36.424 INFO O| May 15 04:05:36.424 INFO STEP 4 (remove_files) COMPLETE
42842025-05-15T04:05:36.871Z[ recovery-image] May 15 04:05:36.424 INFO O| May 15 04:05:36.424 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852025-05-15T04:05:36.897Z[ recovery-image] May 15 04:05:36.441 INFO O| May 15 04:05:36.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42862025-05-15T04:05:36.897Z[ recovery-image] May 15 04:05:36.442 INFO O| May 15 04:05:36.441 INFO STEP 5 (remove_files) COMPLETE
42872025-05-15T04:05:36.897Z[ recovery-image] May 15 04:05:36.442 INFO O| May 15 04:05:36.442 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.456 INFO O| May 15 04:05:36.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42892025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.472 INFO O| May 15 04:05:36.472 INFO STEP 6 (remove_files) COMPLETE
42902025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.472 INFO O| May 15 04:05:36.472 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.472 INFO O| May 15 04:05:36.472 INFO skip step because feature "recovery" is enabled
42922025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.472 INFO O| May 15 04:05:36.472 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.472 INFO O| May 15 04:05:36.472 INFO skip step because feature "recovery" is enabled
42942025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.473 INFO O| May 15 04:05:36.472 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.473 INFO O| May 15 04:05:36.472 INFO skip step because feature "recovery" is enabled
42962025-05-15T04:05:36.923Z[ recovery-image] May 15 04:05:36.473 INFO O| May 15 04:05:36.472 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-05-15T04:05:36.951Z[ recovery-image] May 15 04:05:36.488 INFO O| May 15 04:05:36.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42982025-05-15T04:05:36.951Z[ recovery-image] May 15 04:05:36.492 INFO O| May 15 04:05:36.492 INFO STEP 10 (remove_files) COMPLETE
42992025-05-15T04:05:36.951Z[ recovery-image] May 15 04:05:36.492 INFO O| May 15 04:05:36.492 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.506 INFO O| May 15 04:05:36.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43012025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.508 INFO O| May 15 04:05:36.508 INFO STEP 11 (remove_files) COMPLETE
43022025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.508 INFO O| May 15 04:05:36.508 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.521 INFO O| May 15 04:05:36.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43042025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.523 INFO O| May 15 04:05:36.523 INFO STEP 12 (remove_files) COMPLETE
43052025-05-15T04:05:36.977Z[ recovery-image] May 15 04:05:36.523 INFO O| May 15 04:05:36.523 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-05-15T04:05:37.003Z[ recovery-image] May 15 04:05:36.537 INFO O| May 15 04:05:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43072025-05-15T04:05:37.226Z[ recovery-image] May 15 04:05:36.781 INFO O| May 15 04:05:36.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43082025-05-15T04:05:37.251Z[ recovery-image] May 15 04:05:36.784 INFO O| May 15 04:05:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43092025-05-15T04:05:37.251Z[ recovery-image] May 15 04:05:36.789 INFO O| May 15 04:05:36.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43102025-05-15T04:05:37.252Z[ recovery-image] May 15 04:05:36.790 INFO O| May 15 04:05:36.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43112025-05-15T04:05:37.299Z[ recovery-image] May 15 04:05:36.854 INFO O| May 15 04:05:36.854 INFO STEP 13 (remove_files) COMPLETE
43122025-05-15T04:05:37.299Z[ recovery-image] May 15 04:05:36.855 INFO O| May 15 04:05:36.854 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132025-05-15T04:05:37.324Z[ recovery-image] May 15 04:05:36.871 INFO O| May 15 04:05:36.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43142025-05-15T04:05:37.324Z[ recovery-image] May 15 04:05:36.873 INFO O| May 15 04:05:36.873 INFO STEP 14 (remove_files) COMPLETE
43152025-05-15T04:05:37.324Z[ recovery-image] May 15 04:05:36.873 INFO O| May 15 04:05:36.873 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162025-05-15T04:05:37.350Z[ recovery-image] May 15 04:05:36.888 INFO O| May 15 04:05:36.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43172025-05-15T04:05:37.350Z[ recovery-image] May 15 04:05:36.898 INFO O| May 15 04:05:36.897 INFO STEP 15 (remove_files) COMPLETE
43182025-05-15T04:05:37.350Z[ recovery-image] May 15 04:05:36.898 INFO O| May 15 04:05:36.898 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-05-15T04:05:37.376Z[ recovery-image] May 15 04:05:36.920 INFO O| May 15 04:05:36.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43202025-05-15T04:05:37.376Z[ recovery-image] May 15 04:05:36.920 INFO O| May 15 04:05:36.920 INFO STEP 16 (remove_files) COMPLETE
43212025-05-15T04:05:37.376Z[ recovery-image] May 15 04:05:36.920 INFO O| May 15 04:05:36.920 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222025-05-15T04:05:37.402Z[ recovery-image] May 15 04:05:36.941 INFO O| May 15 04:05:36.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43232025-05-15T04:05:37.402Z[ recovery-image] May 15 04:05:36.943 INFO O| May 15 04:05:36.943 INFO STEP 17 (remove_files) COMPLETE
43242025-05-15T04:05:37.402Z[ recovery-image] May 15 04:05:36.943 INFO O| May 15 04:05:36.943 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-05-15T04:05:37.427Z[ recovery-image] May 15 04:05:36.961 INFO O| May 15 04:05:36.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43262025-05-15T04:05:37.428Z[ recovery-image] May 15 04:05:36.962 INFO O| May 15 04:05:36.961 INFO STEP 18 (remove_files) COMPLETE
43272025-05-15T04:05:37.428Z[ recovery-image] May 15 04:05:36.962 INFO O| May 15 04:05:36.962 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-05-15T04:05:37.429Z[ recovery-image] May 15 04:05:36.979 INFO O| May 15 04:05:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43292025-05-15T04:05:37.429Z[ recovery-image] May 15 04:05:36.979 INFO O| May 15 04:05:36.979 INFO STEP 19 (remove_files) COMPLETE
43302025-05-15T04:05:37.429Z[ recovery-image] May 15 04:05:36.979 INFO O| May 15 04:05:36.979 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43312025-05-15T04:05:37.454Z[ recovery-image] May 15 04:05:36.996 INFO O| May 15 04:05:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43322025-05-15T04:05:37.454Z[ recovery-image] May 15 04:05:36.996 INFO O| May 15 04:05:36.996 INFO STEP 20 (remove_files) COMPLETE
43332025-05-15T04:05:37.454Z[ recovery-image] May 15 04:05:36.996 INFO O| May 15 04:05:36.996 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.013 INFO O| May 15 04:05:37.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43352025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.013 INFO O| May 15 04:05:37.013 INFO STEP 21 (remove_files) COMPLETE
43362025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.013 INFO O| May 15 04:05:37.013 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.030 INFO O| May 15 04:05:37.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43382025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.031 INFO O| May 15 04:05:37.031 INFO STEP 22 (remove_files) COMPLETE
43392025-05-15T04:05:37.480Z[ recovery-image] May 15 04:05:37.031 INFO O| May 15 04:05:37.031 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.047 INFO O| May 15 04:05:37.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43412025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.047 INFO O| May 15 04:05:37.047 INFO STEP 23 (remove_files) COMPLETE
43422025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.047 INFO O| May 15 04:05:37.047 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.062 INFO O| May 15 04:05:37.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43442025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.062 INFO O| May 15 04:05:37.062 INFO STEP 24 (remove_files) COMPLETE
43452025-05-15T04:05:37.509Z[ recovery-image] May 15 04:05:37.062 INFO O| May 15 04:05:37.062 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-05-15T04:05:37.534Z[ recovery-image] May 15 04:05:37.082 INFO O| May 15 04:05:37.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43472025-05-15T04:05:37.534Z[ recovery-image] May 15 04:05:37.082 INFO O| May 15 04:05:37.082 INFO STEP 25 (remove_files) COMPLETE
43482025-05-15T04:05:37.534Z[ recovery-image] May 15 04:05:37.082 INFO O| May 15 04:05:37.082 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-05-15T04:05:37.560Z[ recovery-image] May 15 04:05:37.099 INFO O| May 15 04:05:37.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43502025-05-15T04:05:37.560Z[ recovery-image] May 15 04:05:37.099 INFO O| May 15 04:05:37.099 INFO STEP 26 (remove_files) COMPLETE
43512025-05-15T04:05:37.560Z[ recovery-image] May 15 04:05:37.099 INFO O| May 15 04:05:37.099 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-05-15T04:05:37.586Z[ recovery-image] May 15 04:05:37.119 INFO O| May 15 04:05:37.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43532025-05-15T04:05:37.586Z[ recovery-image] May 15 04:05:37.120 INFO O| May 15 04:05:37.120 INFO STEP 27 (remove_files) COMPLETE
43542025-05-15T04:05:37.586Z[ recovery-image] May 15 04:05:37.120 INFO O| May 15 04:05:37.120 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552025-05-15T04:05:37.586Z[ recovery-image] May 15 04:05:37.136 INFO O| May 15 04:05:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43562025-05-15T04:05:37.587Z[ recovery-image] May 15 04:05:37.136 INFO O| May 15 04:05:37.136 INFO STEP 28 (remove_files) COMPLETE
43572025-05-15T04:05:37.587Z[ recovery-image] May 15 04:05:37.136 INFO O| May 15 04:05:37.136 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.152 INFO O| May 15 04:05:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43592025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.152 INFO O| May 15 04:05:37.152 INFO STEP 29 (remove_files) COMPLETE
43602025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.152 INFO O| May 15 04:05:37.152 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.167 INFO O| May 15 04:05:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43622025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.167 INFO O| May 15 04:05:37.167 INFO STEP 30 (remove_files) COMPLETE
43632025-05-15T04:05:37.613Z[ recovery-image] May 15 04:05:37.167 INFO O| May 15 04:05:37.167 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-05-15T04:05:37.638Z[ recovery-image] May 15 04:05:37.182 INFO O| May 15 04:05:37.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43652025-05-15T04:05:37.639Z[ recovery-image] May 15 04:05:37.183 INFO O| May 15 04:05:37.182 INFO STEP 31 (remove_files) COMPLETE
43662025-05-15T04:05:37.639Z[ recovery-image] May 15 04:05:37.183 INFO O| May 15 04:05:37.183 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-05-15T04:05:37.664Z[ recovery-image] May 15 04:05:37.198 INFO O| May 15 04:05:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43682025-05-15T04:05:37.664Z[ recovery-image] May 15 04:05:37.198 INFO O| May 15 04:05:37.198 INFO STEP 32 (remove_files) COMPLETE
43692025-05-15T04:05:37.664Z[ recovery-image] May 15 04:05:37.198 INFO O| May 15 04:05:37.198 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-05-15T04:05:37.664Z[ recovery-image] May 15 04:05:37.213 INFO O| May 15 04:05:37.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43712025-05-15T04:05:37.665Z[ recovery-image] May 15 04:05:37.213 INFO O| May 15 04:05:37.213 INFO STEP 33 (remove_files) COMPLETE
43722025-05-15T04:05:37.665Z[ recovery-image] May 15 04:05:37.213 INFO O| May 15 04:05:37.213 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.227 INFO O| May 15 04:05:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
43742025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.227 INFO O| May 15 04:05:37.227 INFO STEP 34 (remove_files) COMPLETE
43752025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.227 INFO O| May 15 04:05:37.227 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.242 INFO O| May 15 04:05:37.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43772025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.242 INFO O| May 15 04:05:37.242 INFO STEP 35 (remove_files) COMPLETE
43782025-05-15T04:05:37.691Z[ recovery-image] May 15 04:05:37.242 INFO O| May 15 04:05:37.242 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.257 INFO O| May 15 04:05:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43802025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.257 INFO O| May 15 04:05:37.257 INFO STEP 36 (remove_files) COMPLETE
43812025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.257 INFO O| May 15 04:05:37.257 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.272 INFO O| May 15 04:05:37.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43832025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.272 INFO O| May 15 04:05:37.272 INFO STEP 37 (remove_files) COMPLETE
43842025-05-15T04:05:37.718Z[ recovery-image] May 15 04:05:37.272 INFO O| May 15 04:05:37.272 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-05-15T04:05:37.744Z[ recovery-image] May 15 04:05:37.286 INFO O| May 15 04:05:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43862025-05-15T04:05:37.744Z[ recovery-image] May 15 04:05:37.286 INFO O| May 15 04:05:37.286 INFO STEP 38 (remove_files) COMPLETE
43872025-05-15T04:05:37.744Z[ recovery-image] May 15 04:05:37.286 INFO O| May 15 04:05:37.286 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.300 INFO O| May 15 04:05:37.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43892025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.300 INFO O| May 15 04:05:37.300 INFO STEP 39 (remove_files) COMPLETE
43902025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.300 INFO O| May 15 04:05:37.300 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.314 INFO O| May 15 04:05:37.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43922025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.314 INFO O| May 15 04:05:37.314 INFO STEP 40 (remove_files) COMPLETE
43932025-05-15T04:05:37.770Z[ recovery-image] May 15 04:05:37.314 INFO O| May 15 04:05:37.314 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.329 INFO O| May 15 04:05:37.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43952025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.329 INFO O| May 15 04:05:37.329 INFO STEP 41 (remove_files) COMPLETE
43962025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.329 INFO O| May 15 04:05:37.329 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.348 INFO O| May 15 04:05:37.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43982025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.348 INFO O| May 15 04:05:37.348 INFO STEP 42 (remove_files) COMPLETE
43992025-05-15T04:05:37.796Z[ recovery-image] May 15 04:05:37.348 INFO O| May 15 04:05:37.348 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-05-15T04:05:37.823Z[ recovery-image] May 15 04:05:37.363 INFO O| May 15 04:05:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44012025-05-15T04:05:37.823Z[ recovery-image] May 15 04:05:37.364 INFO O| May 15 04:05:37.364 INFO STEP 43 (remove_files) COMPLETE
44022025-05-15T04:05:37.823Z[ recovery-image] May 15 04:05:37.364 INFO O| May 15 04:05:37.364 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-05-15T04:05:37.823Z[ recovery-image] May 15 04:05:37.378 INFO O| May 15 04:05:37.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44042025-05-15T04:05:37.823Z[ recovery-image] May 15 04:05:37.378 INFO O| May 15 04:05:37.378 INFO STEP 44 (remove_files) COMPLETE
44052025-05-15T04:05:37.824Z[ recovery-image] May 15 04:05:37.378 INFO O| May 15 04:05:37.378 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-05-15T04:05:37.849Z[ recovery-image] May 15 04:05:37.393 INFO O| May 15 04:05:37.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44072025-05-15T04:05:37.849Z[ recovery-image] May 15 04:05:37.393 INFO O| May 15 04:05:37.393 INFO STEP 45 (remove_files) COMPLETE
44082025-05-15T04:05:37.849Z[ recovery-image] May 15 04:05:37.393 INFO O| May 15 04:05:37.393 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44092025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.408 INFO O| May 15 04:05:37.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44102025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.408 INFO O| May 15 04:05:37.408 INFO STEP 46 (remove_files) COMPLETE
44112025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.408 INFO O| May 15 04:05:37.408 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44122025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.423 INFO O| May 15 04:05:37.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44132025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.424 INFO O| May 15 04:05:37.424 INFO STEP 47 (remove_files) COMPLETE
44142025-05-15T04:05:37.875Z[ recovery-image] May 15 04:05:37.424 INFO O| May 15 04:05:37.424 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44152025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.444 INFO O| May 15 04:05:37.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44162025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.444 INFO O| May 15 04:05:37.444 INFO STEP 48 (remove_files) COMPLETE
44172025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.444 INFO O| May 15 04:05:37.444 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44182025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.459 INFO O| May 15 04:05:37.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44192025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.459 INFO O| May 15 04:05:37.459 INFO STEP 49 (remove_files) COMPLETE
44202025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.459 INFO O| May 15 04:05:37.459 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44212025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.480 INFO O| May 15 04:05:37.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44222025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.480 INFO O| May 15 04:05:37.480 INFO STEP 50 (remove_files) COMPLETE
44232025-05-15T04:05:37.935Z[ recovery-image] May 15 04:05:37.480 INFO O| May 15 04:05:37.480 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44242025-05-15T04:05:37.961Z[ recovery-image] May 15 04:05:37.499 INFO O| May 15 04:05:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44252025-05-15T04:05:37.961Z[ recovery-image] May 15 04:05:37.499 INFO O| May 15 04:05:37.499 INFO STEP 51 (remove_files) COMPLETE
44262025-05-15T04:05:37.962Z[ recovery-image] May 15 04:05:37.499 INFO O| May 15 04:05:37.499 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44272025-05-15T04:05:37.962Z[ recovery-image] May 15 04:05:37.517 INFO O| May 15 04:05:37.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44282025-05-15T04:05:37.962Z[ recovery-image] May 15 04:05:37.517 INFO O| May 15 04:05:37.517 INFO STEP 52 (remove_files) COMPLETE
44292025-05-15T04:05:37.962Z[ recovery-image] May 15 04:05:37.517 INFO O| May 15 04:05:37.517 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-05-15T04:05:37.988Z[ recovery-image] May 15 04:05:37.536 INFO O| May 15 04:05:37.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44312025-05-15T04:05:37.988Z[ recovery-image] May 15 04:05:37.536 INFO O| May 15 04:05:37.536 INFO STEP 53 (remove_files) COMPLETE
44322025-05-15T04:05:37.988Z[ recovery-image] May 15 04:05:37.536 INFO O| May 15 04:05:37.536 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332025-05-15T04:05:38.015Z[ recovery-image] May 15 04:05:37.553 INFO O| May 15 04:05:37.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44342025-05-15T04:05:38.015Z[ recovery-image] May 15 04:05:37.553 INFO O| May 15 04:05:37.553 INFO STEP 54 (remove_files) COMPLETE
44352025-05-15T04:05:38.015Z[ recovery-image] May 15 04:05:37.553 INFO O| May 15 04:05:37.553 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44362025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.571 INFO O| May 15 04:05:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44372025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.571 INFO O| May 15 04:05:37.571 INFO STEP 55 (remove_files) COMPLETE
44382025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.571 INFO O| May 15 04:05:37.571 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.588 INFO O| May 15 04:05:37.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44402025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.588 INFO O| May 15 04:05:37.588 INFO STEP 56 (remove_files) COMPLETE
44412025-05-15T04:05:38.041Z[ recovery-image] May 15 04:05:37.588 INFO O| May 15 04:05:37.588 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44422025-05-15T04:05:38.093Z[ recovery-image] May 15 04:05:37.607 INFO O| May 15 04:05:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44432025-05-15T04:05:38.093Z[ recovery-image] May 15 04:05:37.607 INFO O| May 15 04:05:37.607 INFO STEP 57 (remove_files) COMPLETE
44442025-05-15T04:05:38.093Z[ recovery-image] May 15 04:05:37.607 INFO O| May 15 04:05:37.607 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44452025-05-15T04:05:38.118Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44462025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44472025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44482025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44492025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44502025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44512025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO ok!
44522025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO STEP 58 (ensure_file) COMPLETE
44532025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.626 INFO O| May 15 04:05:37.626 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.646 INFO O| May 15 04:05:37.646 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44552025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.646 INFO O| May 15 04:05:37.646 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44562025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.646 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44572025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44582025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44592025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44602025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO ok!
44612025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO STEP 59 (ensure_file) COMPLETE
44622025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.647 INFO O| May 15 04:05:37.647 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44632025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44642025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44652025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44662025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO ok!
44672025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO STEP 60 (ensure_file) COMPLETE
44682025-05-15T04:05:38.119Z[ recovery-image] May 15 04:05:37.665 INFO O| May 15 04:05:37.665 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44692025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
44702025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
44712025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
44722025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 INFO ok!
44732025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 INFO STEP 61 (ensure_file) COMPLETE
44742025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.683 INFO O| May 15 04:05:37.683 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44752025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44762025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44772025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44782025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44792025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO ok!
44802025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO STEP 62 (ensure_file) COMPLETE
44812025-05-15T04:05:38.145Z[ recovery-image] May 15 04:05:37.700 INFO O| May 15 04:05:37.700 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44822025-05-15T04:05:38.171Z[ recovery-image] May 15 04:05:37.718 INFO O| May 15 04:05:37.718 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44832025-05-15T04:05:38.171Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.718 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44842025-05-15T04:05:38.171Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44852025-05-15T04:05:38.171Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.719 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44862025-05-15T04:05:38.172Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.719 INFO ok!
44872025-05-15T04:05:38.172Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.719 INFO STEP 63 (ensure_file) COMPLETE
44882025-05-15T04:05:38.172Z[ recovery-image] May 15 04:05:37.719 INFO O| May 15 04:05:37.719 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44892025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.737 INFO O| May 15 04:05:37.737 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44902025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.737 INFO O| May 15 04:05:37.737 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44912025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.738 INFO O| May 15 04:05:37.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44922025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.738 INFO O| May 15 04:05:37.738 INFO ok!
44932025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.738 INFO O| May 15 04:05:37.738 INFO STEP 64 (assemble_files) COMPLETE
44942025-05-15T04:05:38.198Z[ recovery-image] May 15 04:05:37.738 INFO O| May 15 04:05:37.738 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-05-15T04:05:38.224Z[ recovery-image] May 15 04:05:37.755 INFO O| May 15 04:05:37.755 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44962025-05-15T04:05:38.224Z[ recovery-image] May 15 04:05:37.755 INFO O| May 15 04:05:37.755 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44972025-05-15T04:05:38.224Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.755 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44982025-05-15T04:05:38.224Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44992025-05-15T04:05:38.224Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO ok!
45002025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO STEP 65 (ensure_file) COMPLETE
45012025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45022025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO skip step because feature "omicron1" is not enabled
45032025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45042025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO skip step because feature "omicron1" is not enabled
45052025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45062025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO skip step because feature "omicron1" is not enabled
45072025-05-15T04:05:38.225Z[ recovery-image] May 15 04:05:37.756 INFO O| May 15 04:05:37.756 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45082025-05-15T04:05:38.252Z[ recovery-image] May 15 04:05:37.780 INFO O| May 15 04:05:37.780 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45092025-05-15T04:05:38.252Z[ recovery-image] May 15 04:05:37.780 INFO O| May 15 04:05:37.780 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45102025-05-15T04:05:40.409Z[ recovery-image] May 15 04:05:39.964 INFO O| May 15 04:05:39.964 INFO STEP 69 (pack_tar) COMPLETE
45112025-05-15T04:05:40.410Z[ recovery-image] May 15 04:05:39.964 INFO O| May 15 04:05:39.964 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45122025-05-15T04:05:40.410Z[ recovery-image] May 15 04:05:39.964 INFO O| May 15 04:05:39.964 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45132025-05-15T04:05:40.667Z[ recovery-image] May 15 04:05:40.223 INFO O| May 15 04:05:40.223 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45142025-05-15T04:05:40.718Z[ recovery-image] May 15 04:05:40.274 INFO O| May 15 04:05:40.274 INFO completed processing gimlet/ramdisk-02-trim
45152025-05-15T04:05:40.743Z[ recovery-image] May 15 04:05:40.277 INFO image builder template: ramdisk-03-recovery-trim...
45162025-05-15T04:05:40.743Z[ recovery-image] May 15 04:05:40.278 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
45172025-05-15T04:05:40.861Z[ recovery-image] May 15 04:05:40.417 INFO O| May 15 04:05:40.417 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45182025-05-15T04:05:40.921Z[ recovery-image] May 15 04:05:40.425 INFO O| May 15 04:05:40.425 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45192025-05-15T04:05:40.964Z[ recovery-image] May 15 04:05:40.520 INFO O| May 15 04:05:40.520 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45202025-05-15T04:05:41.013Z[ recovery-image] May 15 04:05:40.569 INFO O| May 15 04:05:40.568 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45212025-05-15T04:05:41.013Z[ recovery-image] May 15 04:05:40.569 INFO O| May 15 04:05:40.569 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45222025-05-15T04:05:41.038Z[ recovery-image] May 15 04:05:40.581 INFO O| May 15 04:05:40.581 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45232025-05-15T04:05:41.038Z[ recovery-image] May 15 04:05:40.588 INFO O| May 15 04:05:40.588 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45242025-05-15T04:05:41.064Z[ recovery-image] May 15 04:05:40.596 INFO O| May 15 04:05:40.596 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45252025-05-15T04:05:41.226Z[ recovery-image] May 15 04:05:40.782 INFO O| May 15 04:05:40.781 INFO rolled back to input snapshot; work may begin
45262025-05-15T04:05:41.226Z[ recovery-image] May 15 04:05:40.782 INFO O| May 15 04:05:40.781 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45272025-05-15T04:05:41.252Z[ recovery-image] May 15 04:05:40.793 INFO O| May 15 04:05:40.793 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-05-15T04:05:41.278Z[ recovery-image] May 15 04:05:40.813 INFO O| May 15 04:05:40.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45292025-05-15T04:05:41.278Z[ recovery-image] May 15 04:05:40.816 INFO O| May 15 04:05:40.815 INFO STEP 0 (remove_files) COMPLETE
45302025-05-15T04:05:41.278Z[ recovery-image] May 15 04:05:40.816 INFO O| May 15 04:05:40.815 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-05-15T04:05:41.304Z[ recovery-image] May 15 04:05:40.835 INFO O| May 15 04:05:40.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45322025-05-15T04:05:41.340Z[ recovery-image] May 15 04:05:40.895 INFO O| May 15 04:05:40.895 INFO STEP 1 (remove_files) COMPLETE
45332025-05-15T04:05:41.340Z[ recovery-image] May 15 04:05:40.895 INFO O| May 15 04:05:40.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-05-15T04:05:41.365Z[ recovery-image] May 15 04:05:40.918 INFO O| May 15 04:05:40.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45352025-05-15T04:05:41.365Z[ recovery-image] May 15 04:05:40.920 INFO O| May 15 04:05:40.920 INFO STEP 2 (remove_files) COMPLETE
45362025-05-15T04:05:41.365Z[ recovery-image] May 15 04:05:40.920 INFO O| May 15 04:05:40.920 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-05-15T04:05:41.391Z[ recovery-image] May 15 04:05:40.939 INFO O| May 15 04:05:40.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45382025-05-15T04:05:41.436Z[ recovery-image] May 15 04:05:40.991 INFO O| May 15 04:05:40.991 INFO STEP 3 (remove_files) COMPLETE
45392025-05-15T04:05:41.436Z[ recovery-image] May 15 04:05:40.991 INFO O| May 15 04:05:40.991 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-05-15T04:05:41.461Z[ recovery-image] May 15 04:05:41.014 INFO O| May 15 04:05:41.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45412025-05-15T04:05:41.486Z[ recovery-image] May 15 04:05:41.027 INFO O| May 15 04:05:41.026 INFO STEP 4 (remove_files) COMPLETE
45422025-05-15T04:05:41.486Z[ recovery-image] May 15 04:05:41.027 INFO O| May 15 04:05:41.026 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.047 INFO O| May 15 04:05:41.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45442025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.050 INFO O| May 15 04:05:41.050 INFO STEP 5 (remove_files) COMPLETE
45452025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.050 INFO O| May 15 04:05:41.050 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.066 INFO O| May 15 04:05:41.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45472025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.068 INFO O| May 15 04:05:41.068 INFO STEP 6 (remove_files) COMPLETE
45482025-05-15T04:05:41.512Z[ recovery-image] May 15 04:05:41.068 INFO O| May 15 04:05:41.068 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-05-15T04:05:41.537Z[ recovery-image] May 15 04:05:41.083 INFO O| May 15 04:05:41.082 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45502025-05-15T04:05:41.537Z[ recovery-image] May 15 04:05:41.086 INFO O| May 15 04:05:41.086 INFO STEP 7 (remove_files) COMPLETE
45512025-05-15T04:05:41.537Z[ recovery-image] May 15 04:05:41.086 INFO O| May 15 04:05:41.086 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.101 INFO O| May 15 04:05:41.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45532025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.102 INFO O| May 15 04:05:41.102 INFO STEP 8 (remove_files) COMPLETE
45542025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.102 INFO O| May 15 04:05:41.102 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.116 INFO O| May 15 04:05:41.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
45562025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.117 INFO O| May 15 04:05:41.117 INFO STEP 9 (remove_files) COMPLETE
45572025-05-15T04:05:41.563Z[ recovery-image] May 15 04:05:41.117 INFO O| May 15 04:05:41.117 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-05-15T04:05:41.588Z[ recovery-image] May 15 04:05:41.135 INFO O| May 15 04:05:41.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
45592025-05-15T04:05:41.635Z[ recovery-image] May 15 04:05:41.191 INFO O| May 15 04:05:41.191 INFO STEP 10 (remove_files) COMPLETE
45602025-05-15T04:05:41.635Z[ recovery-image] May 15 04:05:41.191 INFO O| May 15 04:05:41.191 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-05-15T04:05:41.661Z[ recovery-image] May 15 04:05:41.209 INFO O| May 15 04:05:41.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
45622025-05-15T04:05:41.661Z[ recovery-image] May 15 04:05:41.212 INFO O| May 15 04:05:41.212 INFO STEP 11 (remove_files) COMPLETE
45632025-05-15T04:05:41.661Z[ recovery-image] May 15 04:05:41.213 INFO O| May 15 04:05:41.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-05-15T04:05:41.687Z[ recovery-image] May 15 04:05:41.229 INFO O| May 15 04:05:41.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
45652025-05-15T04:05:41.687Z[ recovery-image] May 15 04:05:41.232 INFO O| May 15 04:05:41.231 INFO STEP 12 (remove_files) COMPLETE
45662025-05-15T04:05:41.687Z[ recovery-image] May 15 04:05:41.232 INFO O| May 15 04:05:41.232 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.247 INFO O| May 15 04:05:41.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45682025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.248 INFO O| May 15 04:05:41.248 INFO STEP 13 (remove_files) COMPLETE
45692025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.248 INFO O| May 15 04:05:41.248 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.261 INFO O| May 15 04:05:41.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45712025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.262 INFO O| May 15 04:05:41.262 INFO STEP 14 (remove_files) COMPLETE
45722025-05-15T04:05:41.712Z[ recovery-image] May 15 04:05:41.262 INFO O| May 15 04:05:41.262 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-05-15T04:05:41.738Z[ recovery-image] May 15 04:05:41.275 INFO O| May 15 04:05:41.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45742025-05-15T04:05:41.738Z[ recovery-image] May 15 04:05:41.283 INFO O| May 15 04:05:41.283 INFO STEP 15 (remove_files) COMPLETE
45752025-05-15T04:05:41.738Z[ recovery-image] May 15 04:05:41.283 INFO O| May 15 04:05:41.283 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.298 INFO O| May 15 04:05:41.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45772025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.298 INFO O| May 15 04:05:41.298 INFO STEP 16 (remove_files) COMPLETE
45782025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.298 INFO O| May 15 04:05:41.298 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.311 INFO O| May 15 04:05:41.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45802025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.311 INFO O| May 15 04:05:41.311 INFO STEP 17 (remove_files) COMPLETE
45812025-05-15T04:05:41.764Z[ recovery-image] May 15 04:05:41.311 INFO O| May 15 04:05:41.311 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-05-15T04:05:41.790Z[ recovery-image] May 15 04:05:41.325 INFO O| May 15 04:05:41.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45832025-05-15T04:05:41.823Z[ recovery-image] May 15 04:05:41.379 INFO O| May 15 04:05:41.379 INFO STEP 18 (remove_files) COMPLETE
45842025-05-15T04:05:41.823Z[ recovery-image] May 15 04:05:41.379 INFO O| May 15 04:05:41.379 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-05-15T04:05:41.849Z[ recovery-image] May 15 04:05:41.400 INFO O| May 15 04:05:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45862025-05-15T04:05:41.850Z[ recovery-image] May 15 04:05:41.401 INFO O| May 15 04:05:41.401 INFO STEP 19 (remove_files) COMPLETE
45872025-05-15T04:05:41.850Z[ recovery-image] May 15 04:05:41.401 INFO O| May 15 04:05:41.401 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-05-15T04:05:41.876Z[ recovery-image] May 15 04:05:41.418 INFO O| May 15 04:05:41.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45892025-05-15T04:05:41.876Z[ recovery-image] May 15 04:05:41.418 INFO O| May 15 04:05:41.418 INFO STEP 20 (remove_files) COMPLETE
45902025-05-15T04:05:41.876Z[ recovery-image] May 15 04:05:41.418 INFO O| May 15 04:05:41.418 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.433 INFO O| May 15 04:05:41.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45922025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.433 INFO O| May 15 04:05:41.433 INFO STEP 21 (remove_files) COMPLETE
45932025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.434 INFO O| May 15 04:05:41.433 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.448 INFO O| May 15 04:05:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45952025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.449 INFO O| May 15 04:05:41.448 INFO STEP 22 (remove_files) COMPLETE
45962025-05-15T04:05:41.902Z[ recovery-image] May 15 04:05:41.449 INFO O| May 15 04:05:41.449 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-05-15T04:05:41.928Z[ recovery-image] May 15 04:05:41.463 INFO O| May 15 04:05:41.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45982025-05-15T04:05:41.929Z[ recovery-image] May 15 04:05:41.464 INFO O| May 15 04:05:41.464 INFO STEP 23 (remove_files) COMPLETE
45992025-05-15T04:05:41.929Z[ recovery-image] May 15 04:05:41.464 INFO O| May 15 04:05:41.464 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-05-15T04:05:41.929Z[ recovery-image] May 15 04:05:41.478 INFO O| May 15 04:05:41.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46012025-05-15T04:05:41.929Z[ recovery-image] May 15 04:05:41.478 INFO O| May 15 04:05:41.478 INFO STEP 24 (remove_files) COMPLETE
46022025-05-15T04:05:41.929Z[ recovery-image] May 15 04:05:41.478 INFO O| May 15 04:05:41.478 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.492 INFO O| May 15 04:05:41.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46042025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.492 INFO O| May 15 04:05:41.492 INFO STEP 25 (remove_files) COMPLETE
46052025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.492 INFO O| May 15 04:05:41.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.506 INFO O| May 15 04:05:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46072025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.506 INFO O| May 15 04:05:41.506 INFO STEP 26 (remove_files) COMPLETE
46082025-05-15T04:05:41.955Z[ recovery-image] May 15 04:05:41.506 INFO O| May 15 04:05:41.506 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.520 INFO O| May 15 04:05:41.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46102025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.520 INFO O| May 15 04:05:41.520 INFO STEP 27 (remove_files) COMPLETE
46112025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.520 INFO O| May 15 04:05:41.520 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.535 INFO O| May 15 04:05:41.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46132025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.535 INFO O| May 15 04:05:41.535 INFO STEP 28 (remove_files) COMPLETE
46142025-05-15T04:05:41.981Z[ recovery-image] May 15 04:05:41.535 INFO O| May 15 04:05:41.535 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-05-15T04:05:42.007Z[ recovery-image] May 15 04:05:41.550 INFO O| May 15 04:05:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46162025-05-15T04:05:42.007Z[ recovery-image] May 15 04:05:41.550 INFO O| May 15 04:05:41.550 INFO STEP 29 (remove_files) COMPLETE
46172025-05-15T04:05:42.007Z[ recovery-image] May 15 04:05:41.550 INFO O| May 15 04:05:41.550 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-05-15T04:05:42.033Z[ recovery-image] May 15 04:05:41.565 INFO O| May 15 04:05:41.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46192025-05-15T04:05:42.034Z[ recovery-image] May 15 04:05:41.565 INFO O| May 15 04:05:41.565 INFO STEP 30 (remove_files) COMPLETE
46202025-05-15T04:05:42.034Z[ recovery-image] May 15 04:05:41.565 INFO O| May 15 04:05:41.565 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-05-15T04:05:42.034Z[ recovery-image] May 15 04:05:41.585 INFO O| May 15 04:05:41.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46222025-05-15T04:05:42.034Z[ recovery-image] May 15 04:05:41.585 INFO O| May 15 04:05:41.585 INFO STEP 31 (remove_files) COMPLETE
46232025-05-15T04:05:42.034Z[ recovery-image] May 15 04:05:41.585 INFO O| May 15 04:05:41.585 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-05-15T04:05:42.060Z[ recovery-image] May 15 04:05:41.601 INFO O| May 15 04:05:41.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46252025-05-15T04:05:42.060Z[ recovery-image] May 15 04:05:41.601 INFO O| May 15 04:05:41.601 INFO STEP 32 (remove_files) COMPLETE
46262025-05-15T04:05:42.061Z[ recovery-image] May 15 04:05:41.601 INFO O| May 15 04:05:41.601 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.617 INFO O| May 15 04:05:41.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46282025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.617 INFO O| May 15 04:05:41.617 INFO STEP 33 (remove_files) COMPLETE
46292025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.617 INFO O| May 15 04:05:41.617 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.634 INFO O| May 15 04:05:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46312025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.634 INFO O| May 15 04:05:41.634 INFO STEP 34 (remove_files) COMPLETE
46322025-05-15T04:05:42.087Z[ recovery-image] May 15 04:05:41.634 INFO O| May 15 04:05:41.634 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-05-15T04:05:42.112Z[ recovery-image] May 15 04:05:41.650 INFO O| May 15 04:05:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46342025-05-15T04:05:42.112Z[ recovery-image] May 15 04:05:41.650 INFO O| May 15 04:05:41.650 INFO STEP 35 (remove_files) COMPLETE
46352025-05-15T04:05:42.112Z[ recovery-image] May 15 04:05:41.650 INFO O| May 15 04:05:41.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-05-15T04:05:42.138Z[ recovery-image] May 15 04:05:41.669 INFO O| May 15 04:05:41.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46372025-05-15T04:05:42.138Z[ recovery-image] May 15 04:05:41.669 INFO O| May 15 04:05:41.669 INFO STEP 36 (remove_files) COMPLETE
46382025-05-15T04:05:42.138Z[ recovery-image] May 15 04:05:41.669 INFO O| May 15 04:05:41.669 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-05-15T04:05:42.139Z[ recovery-image] May 15 04:05:41.687 INFO O| May 15 04:05:41.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46402025-05-15T04:05:42.139Z[ recovery-image] May 15 04:05:41.687 INFO O| May 15 04:05:41.687 INFO STEP 37 (remove_files) COMPLETE
46412025-05-15T04:05:42.139Z[ recovery-image] May 15 04:05:41.687 INFO O| May 15 04:05:41.687 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-05-15T04:05:42.165Z[ recovery-image] May 15 04:05:41.705 INFO O| May 15 04:05:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46432025-05-15T04:05:42.165Z[ recovery-image] May 15 04:05:41.705 INFO O| May 15 04:05:41.705 INFO STEP 38 (remove_files) COMPLETE
46442025-05-15T04:05:42.165Z[ recovery-image] May 15 04:05:41.705 INFO O| May 15 04:05:41.705 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-05-15T04:05:42.190Z[ recovery-image] May 15 04:05:41.722 INFO O| May 15 04:05:41.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46462025-05-15T04:05:42.191Z[ recovery-image] May 15 04:05:41.722 INFO O| May 15 04:05:41.722 INFO STEP 39 (remove_files) COMPLETE
46472025-05-15T04:05:42.191Z[ recovery-image] May 15 04:05:41.722 INFO O| May 15 04:05:41.722 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-05-15T04:05:42.191Z[ recovery-image] May 15 04:05:41.737 INFO O| May 15 04:05:41.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46492025-05-15T04:05:42.191Z[ recovery-image] May 15 04:05:41.737 INFO O| May 15 04:05:41.737 INFO STEP 40 (remove_files) COMPLETE
46502025-05-15T04:05:42.191Z[ recovery-image] May 15 04:05:41.737 INFO O| May 15 04:05:41.737 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-05-15T04:05:42.216Z[ recovery-image] May 15 04:05:41.753 INFO O| May 15 04:05:41.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
46522025-05-15T04:05:42.216Z[ recovery-image] May 15 04:05:41.753 INFO O| May 15 04:05:41.753 INFO STEP 41 (remove_files) COMPLETE
46532025-05-15T04:05:42.217Z[ recovery-image] May 15 04:05:41.753 INFO O| May 15 04:05:41.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-05-15T04:05:42.217Z[ recovery-image] May 15 04:05:41.769 INFO O| May 15 04:05:41.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
46552025-05-15T04:05:42.217Z[ recovery-image] May 15 04:05:41.769 INFO O| May 15 04:05:41.769 INFO STEP 42 (remove_files) COMPLETE
46562025-05-15T04:05:42.217Z[ recovery-image] May 15 04:05:41.769 INFO O| May 15 04:05:41.769 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-05-15T04:05:42.243Z[ recovery-image] May 15 04:05:41.785 INFO O| May 15 04:05:41.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
46582025-05-15T04:05:42.243Z[ recovery-image] May 15 04:05:41.785 INFO O| May 15 04:05:41.785 INFO STEP 43 (remove_files) COMPLETE
46592025-05-15T04:05:42.243Z[ recovery-image] May 15 04:05:41.786 INFO O| May 15 04:05:41.785 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.801 INFO O| May 15 04:05:41.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
46612025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.802 INFO O| May 15 04:05:41.802 INFO STEP 44 (remove_files) COMPLETE
46622025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.802 INFO O| May 15 04:05:41.802 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.818 INFO O| May 15 04:05:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
46642025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.818 INFO O| May 15 04:05:41.818 INFO STEP 45 (remove_files) COMPLETE
46652025-05-15T04:05:42.268Z[ recovery-image] May 15 04:05:41.818 INFO O| May 15 04:05:41.818 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-05-15T04:05:42.294Z[ recovery-image] May 15 04:05:41.838 INFO O| May 15 04:05:41.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46672025-05-15T04:05:42.294Z[ recovery-image] May 15 04:05:41.838 INFO O| May 15 04:05:41.838 INFO STEP 46 (remove_files) COMPLETE
46682025-05-15T04:05:42.294Z[ recovery-image] May 15 04:05:41.838 INFO O| May 15 04:05:41.838 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.853 INFO O| May 15 04:05:41.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46702025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.853 INFO O| May 15 04:05:41.853 INFO STEP 47 (remove_files) COMPLETE
46712025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.853 INFO O| May 15 04:05:41.853 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.869 INFO O| May 15 04:05:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46732025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.869 INFO O| May 15 04:05:41.869 INFO STEP 48 (remove_files) COMPLETE
46742025-05-15T04:05:42.322Z[ recovery-image] May 15 04:05:41.869 INFO O| May 15 04:05:41.869 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-05-15T04:05:42.347Z[ recovery-image] May 15 04:05:41.884 INFO O| May 15 04:05:41.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46762025-05-15T04:05:42.348Z[ recovery-image] May 15 04:05:41.884 INFO O| May 15 04:05:41.884 INFO STEP 49 (remove_files) COMPLETE
46772025-05-15T04:05:42.348Z[ recovery-image] May 15 04:05:41.884 INFO O| May 15 04:05:41.884 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-05-15T04:05:42.348Z[ recovery-image] May 15 04:05:41.899 INFO O| May 15 04:05:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46792025-05-15T04:05:42.348Z[ recovery-image] May 15 04:05:41.899 INFO O| May 15 04:05:41.899 INFO STEP 50 (remove_files) COMPLETE
46802025-05-15T04:05:42.348Z[ recovery-image] May 15 04:05:41.899 INFO O| May 15 04:05:41.899 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-05-15T04:05:42.373Z[ recovery-image] May 15 04:05:41.915 INFO O| May 15 04:05:41.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46822025-05-15T04:05:42.373Z[ recovery-image] May 15 04:05:41.915 INFO O| May 15 04:05:41.915 INFO STEP 51 (remove_files) COMPLETE
46832025-05-15T04:05:42.373Z[ recovery-image] May 15 04:05:41.915 INFO O| May 15 04:05:41.915 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.933 INFO O| May 15 04:05:41.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46852025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.933 INFO O| May 15 04:05:41.933 INFO STEP 52 (remove_files) COMPLETE
46862025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.933 INFO O| May 15 04:05:41.933 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.949 INFO O| May 15 04:05:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46882025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.949 INFO O| May 15 04:05:41.949 INFO STEP 53 (remove_files) COMPLETE
46892025-05-15T04:05:42.400Z[ recovery-image] May 15 04:05:41.949 INFO O| May 15 04:05:41.949 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.965 INFO O| May 15 04:05:41.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46912025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.965 INFO O| May 15 04:05:41.965 INFO STEP 54 (remove_files) COMPLETE
46922025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.965 INFO O| May 15 04:05:41.965 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.979 INFO O| May 15 04:05:41.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46942025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.979 INFO O| May 15 04:05:41.979 INFO STEP 55 (remove_files) COMPLETE
46952025-05-15T04:05:42.425Z[ recovery-image] May 15 04:05:41.979 INFO O| May 15 04:05:41.979 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:41.992 INFO O| May 15 04:05:41.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46972025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:41.993 INFO O| May 15 04:05:41.993 INFO STEP 56 (remove_files) COMPLETE
46982025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:41.993 INFO O| May 15 04:05:41.993 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:42.007 INFO O| May 15 04:05:42.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47002025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:42.007 INFO O| May 15 04:05:42.007 INFO STEP 57 (remove_files) COMPLETE
47012025-05-15T04:05:42.451Z[ recovery-image] May 15 04:05:42.007 INFO O| May 15 04:05:42.007 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-05-15T04:05:42.478Z[ recovery-image] May 15 04:05:42.022 INFO O| May 15 04:05:42.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47032025-05-15T04:05:42.478Z[ recovery-image] May 15 04:05:42.022 INFO O| May 15 04:05:42.022 INFO STEP 58 (remove_files) COMPLETE
47042025-05-15T04:05:42.478Z[ recovery-image] May 15 04:05:42.022 INFO O| May 15 04:05:42.022 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-05-15T04:05:42.504Z[ recovery-image] May 15 04:05:42.045 INFO O| May 15 04:05:42.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47062025-05-15T04:05:42.504Z[ recovery-image] May 15 04:05:42.046 INFO O| May 15 04:05:42.045 INFO STEP 59 (remove_files) COMPLETE
47072025-05-15T04:05:42.504Z[ recovery-image] May 15 04:05:42.046 INFO O| May 15 04:05:42.046 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-05-15T04:05:42.529Z[ recovery-image] May 15 04:05:42.065 INFO O| May 15 04:05:42.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47092025-05-15T04:05:42.529Z[ recovery-image] May 15 04:05:42.065 INFO O| May 15 04:05:42.065 INFO STEP 60 (remove_files) COMPLETE
47102025-05-15T04:05:42.530Z[ recovery-image] May 15 04:05:42.065 INFO O| May 15 04:05:42.065 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-05-15T04:05:42.530Z[ recovery-image] May 15 04:05:42.082 INFO O| May 15 04:05:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47122025-05-15T04:05:42.531Z[ recovery-image] May 15 04:05:42.082 INFO O| May 15 04:05:42.082 INFO STEP 61 (remove_files) COMPLETE
47132025-05-15T04:05:42.531Z[ recovery-image] May 15 04:05:42.082 INFO O| May 15 04:05:42.082 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-05-15T04:05:42.557Z[ recovery-image] May 15 04:05:42.099 INFO O| May 15 04:05:42.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47152025-05-15T04:05:42.557Z[ recovery-image] May 15 04:05:42.099 INFO O| May 15 04:05:42.099 INFO STEP 62 (remove_files) COMPLETE
47162025-05-15T04:05:42.557Z[ recovery-image] May 15 04:05:42.099 INFO O| May 15 04:05:42.099 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-05-15T04:05:42.582Z[ recovery-image] May 15 04:05:42.118 INFO O| May 15 04:05:42.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47182025-05-15T04:05:42.582Z[ recovery-image] May 15 04:05:42.118 INFO O| May 15 04:05:42.118 INFO STEP 63 (remove_files) COMPLETE
47192025-05-15T04:05:42.582Z[ recovery-image] May 15 04:05:42.118 INFO O| May 15 04:05:42.118 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-05-15T04:05:42.607Z[ recovery-image] May 15 04:05:42.143 INFO O| May 15 04:05:42.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47212025-05-15T04:05:42.608Z[ recovery-image] May 15 04:05:42.143 INFO O| May 15 04:05:42.143 INFO STEP 64 (remove_files) COMPLETE
47222025-05-15T04:05:42.608Z[ recovery-image] May 15 04:05:42.143 INFO O| May 15 04:05:42.143 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-05-15T04:05:42.608Z[ recovery-image] May 15 04:05:42.163 INFO O| May 15 04:05:42.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47242025-05-15T04:05:42.609Z[ recovery-image] May 15 04:05:42.163 INFO O| May 15 04:05:42.163 INFO STEP 65 (remove_files) COMPLETE
47252025-05-15T04:05:42.609Z[ recovery-image] May 15 04:05:42.163 INFO O| May 15 04:05:42.163 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-05-15T04:05:42.636Z[ recovery-image] May 15 04:05:42.180 INFO O| May 15 04:05:42.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47272025-05-15T04:05:42.636Z[ recovery-image] May 15 04:05:42.180 INFO O| May 15 04:05:42.180 INFO STEP 66 (remove_files) COMPLETE
47282025-05-15T04:05:42.636Z[ recovery-image] May 15 04:05:42.180 INFO O| May 15 04:05:42.180 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.195 INFO O| May 15 04:05:42.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47302025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.195 INFO O| May 15 04:05:42.195 INFO STEP 67 (remove_files) COMPLETE
47312025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.195 INFO O| May 15 04:05:42.195 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.211 INFO O| May 15 04:05:42.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47332025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.211 INFO O| May 15 04:05:42.211 INFO STEP 68 (remove_files) COMPLETE
47342025-05-15T04:05:42.661Z[ recovery-image] May 15 04:05:42.211 INFO O| May 15 04:05:42.211 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-05-15T04:05:42.687Z[ recovery-image] May 15 04:05:42.227 INFO O| May 15 04:05:42.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47362025-05-15T04:05:42.687Z[ recovery-image] May 15 04:05:42.227 INFO O| May 15 04:05:42.227 INFO STEP 69 (remove_files) COMPLETE
47372025-05-15T04:05:42.687Z[ recovery-image] May 15 04:05:42.227 INFO O| May 15 04:05:42.227 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-05-15T04:05:42.712Z[ recovery-image] May 15 04:05:42.244 INFO O| May 15 04:05:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47392025-05-15T04:05:42.714Z[ recovery-image] May 15 04:05:42.244 INFO O| May 15 04:05:42.244 INFO STEP 70 (remove_files) COMPLETE
47402025-05-15T04:05:42.714Z[ recovery-image] May 15 04:05:42.244 INFO O| May 15 04:05:42.244 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-05-15T04:05:42.714Z[ recovery-image] May 15 04:05:42.263 INFO O| May 15 04:05:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47422025-05-15T04:05:42.714Z[ recovery-image] May 15 04:05:42.263 INFO O| May 15 04:05:42.263 INFO STEP 71 (remove_files) COMPLETE
47432025-05-15T04:05:42.714Z[ recovery-image] May 15 04:05:42.263 INFO O| May 15 04:05:42.263 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.280 INFO O| May 15 04:05:42.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47452025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.280 INFO O| May 15 04:05:42.280 INFO STEP 72 (remove_files) COMPLETE
47462025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.280 INFO O| May 15 04:05:42.280 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.296 INFO O| May 15 04:05:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47482025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.296 INFO O| May 15 04:05:42.296 INFO STEP 73 (remove_files) COMPLETE
47492025-05-15T04:05:42.740Z[ recovery-image] May 15 04:05:42.296 INFO O| May 15 04:05:42.296 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-05-15T04:05:42.766Z[ recovery-image] May 15 04:05:42.312 INFO O| May 15 04:05:42.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47512025-05-15T04:05:42.766Z[ recovery-image] May 15 04:05:42.312 INFO O| May 15 04:05:42.312 INFO STEP 74 (remove_files) COMPLETE
47522025-05-15T04:05:42.766Z[ recovery-image] May 15 04:05:42.312 INFO O| May 15 04:05:42.312 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.328 INFO O| May 15 04:05:42.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
47542025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.329 INFO O| May 15 04:05:42.328 INFO STEP 75 (remove_files) COMPLETE
47552025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.329 INFO O| May 15 04:05:42.329 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.345 INFO O| May 15 04:05:42.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
47572025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.345 INFO O| May 15 04:05:42.345 INFO STEP 76 (remove_files) COMPLETE
47582025-05-15T04:05:42.791Z[ recovery-image] May 15 04:05:42.345 INFO O| May 15 04:05:42.345 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-05-15T04:05:42.817Z[ recovery-image] May 15 04:05:42.364 INFO O| May 15 04:05:42.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
47602025-05-15T04:05:42.817Z[ recovery-image] May 15 04:05:42.364 INFO O| May 15 04:05:42.364 INFO STEP 77 (remove_files) COMPLETE
47612025-05-15T04:05:42.817Z[ recovery-image] May 15 04:05:42.364 INFO O| May 15 04:05:42.364 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-05-15T04:05:42.843Z[ recovery-image] May 15 04:05:42.384 INFO O| May 15 04:05:42.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
47632025-05-15T04:05:42.843Z[ recovery-image] May 15 04:05:42.384 INFO O| May 15 04:05:42.384 INFO STEP 78 (remove_files) COMPLETE
47642025-05-15T04:05:42.843Z[ recovery-image] May 15 04:05:42.384 INFO O| May 15 04:05:42.384 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-05-15T04:05:42.869Z[ recovery-image] May 15 04:05:42.409 INFO O| May 15 04:05:42.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
47662025-05-15T04:05:42.869Z[ recovery-image] May 15 04:05:42.410 INFO O| May 15 04:05:42.410 INFO STEP 79 (remove_files) COMPLETE
47672025-05-15T04:05:42.869Z[ recovery-image] May 15 04:05:42.410 INFO O| May 15 04:05:42.410 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.427 INFO O| May 15 04:05:42.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47692025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.428 INFO O| May 15 04:05:42.428 INFO STEP 80 (remove_files) COMPLETE
47702025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.428 INFO O| May 15 04:05:42.428 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.445 INFO O| May 15 04:05:42.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47722025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.445 INFO O| May 15 04:05:42.445 INFO STEP 81 (remove_files) COMPLETE
47732025-05-15T04:05:42.895Z[ recovery-image] May 15 04:05:42.445 INFO O| May 15 04:05:42.445 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-05-15T04:05:42.921Z[ recovery-image] May 15 04:05:42.466 INFO O| May 15 04:05:42.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47752025-05-15T04:05:42.921Z[ recovery-image] May 15 04:05:42.466 INFO O| May 15 04:05:42.466 INFO STEP 82 (remove_files) COMPLETE
47762025-05-15T04:05:42.921Z[ recovery-image] May 15 04:05:42.466 INFO O| May 15 04:05:42.466 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.484 INFO O| May 15 04:05:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47782025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.484 INFO O| May 15 04:05:42.484 INFO STEP 83 (remove_files) COMPLETE
47792025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.484 INFO O| May 15 04:05:42.484 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.501 INFO O| May 15 04:05:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47812025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.501 INFO O| May 15 04:05:42.501 INFO STEP 84 (remove_files) COMPLETE
47822025-05-15T04:05:42.947Z[ recovery-image] May 15 04:05:42.501 INFO O| May 15 04:05:42.501 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-05-15T04:05:42.974Z[ recovery-image] May 15 04:05:42.520 INFO O| May 15 04:05:42.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47842025-05-15T04:05:42.974Z[ recovery-image] May 15 04:05:42.520 INFO O| May 15 04:05:42.520 INFO STEP 85 (remove_files) COMPLETE
47852025-05-15T04:05:42.974Z[ recovery-image] May 15 04:05:42.520 INFO O| May 15 04:05:42.520 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-05-15T04:05:43.000Z[ recovery-image] May 15 04:05:42.541 INFO O| May 15 04:05:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47872025-05-15T04:05:43.000Z[ recovery-image] May 15 04:05:42.541 INFO O| May 15 04:05:42.541 INFO STEP 86 (remove_files) COMPLETE
47882025-05-15T04:05:43.000Z[ recovery-image] May 15 04:05:42.541 INFO O| May 15 04:05:42.541 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.559 INFO O| May 15 04:05:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47902025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.559 INFO O| May 15 04:05:42.559 INFO STEP 87 (remove_files) COMPLETE
47912025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.559 INFO O| May 15 04:05:42.559 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.576 INFO O| May 15 04:05:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47932025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.576 INFO O| May 15 04:05:42.576 INFO STEP 88 (remove_files) COMPLETE
47942025-05-15T04:05:43.026Z[ recovery-image] May 15 04:05:42.576 INFO O| May 15 04:05:42.576 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-05-15T04:05:43.051Z[ recovery-image] May 15 04:05:42.592 INFO O| May 15 04:05:42.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47962025-05-15T04:05:43.051Z[ recovery-image] May 15 04:05:42.592 INFO O| May 15 04:05:42.592 INFO STEP 89 (remove_files) COMPLETE
47972025-05-15T04:05:43.052Z[ recovery-image] May 15 04:05:42.592 INFO O| May 15 04:05:42.592 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-05-15T04:05:43.078Z[ recovery-image] May 15 04:05:42.615 INFO O| May 15 04:05:42.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47992025-05-15T04:05:43.078Z[ recovery-image] May 15 04:05:42.615 INFO O| May 15 04:05:42.615 INFO STEP 90 (remove_files) COMPLETE
48002025-05-15T04:05:43.078Z[ recovery-image] May 15 04:05:42.615 INFO O| May 15 04:05:42.615 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-05-15T04:05:43.112Z[ recovery-image] May 15 04:05:42.631 INFO O| May 15 04:05:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48022025-05-15T04:05:43.112Z[ recovery-image] May 15 04:05:42.632 INFO O| May 15 04:05:42.632 INFO STEP 91 (remove_files) COMPLETE
48032025-05-15T04:05:43.112Z[ recovery-image] May 15 04:05:42.632 INFO O| May 15 04:05:42.632 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-05-15T04:05:43.113Z[ recovery-image] May 15 04:05:42.651 INFO O| May 15 04:05:42.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48052025-05-15T04:05:43.114Z[ recovery-image] May 15 04:05:42.651 INFO O| May 15 04:05:42.651 INFO STEP 92 (remove_files) COMPLETE
48062025-05-15T04:05:43.114Z[ recovery-image] May 15 04:05:42.651 INFO O| May 15 04:05:42.651 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-05-15T04:05:43.139Z[ recovery-image] May 15 04:05:42.669 INFO O| May 15 04:05:42.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48082025-05-15T04:05:43.140Z[ recovery-image] May 15 04:05:42.669 INFO O| May 15 04:05:42.669 INFO STEP 93 (remove_files) COMPLETE
48092025-05-15T04:05:43.140Z[ recovery-image] May 15 04:05:42.669 INFO O| May 15 04:05:42.669 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-05-15T04:05:43.140Z[ recovery-image] May 15 04:05:42.694 INFO O| May 15 04:05:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48112025-05-15T04:05:43.140Z[ recovery-image] May 15 04:05:42.694 INFO O| May 15 04:05:42.694 INFO STEP 94 (remove_files) COMPLETE
48122025-05-15T04:05:43.140Z[ recovery-image] May 15 04:05:42.694 INFO O| May 15 04:05:42.694 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-05-15T04:05:43.165Z[ recovery-image] May 15 04:05:42.715 INFO O| May 15 04:05:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48142025-05-15T04:05:43.165Z[ recovery-image] May 15 04:05:42.715 INFO O| May 15 04:05:42.715 INFO STEP 95 (remove_files) COMPLETE
48152025-05-15T04:05:43.165Z[ recovery-image] May 15 04:05:42.715 INFO O| May 15 04:05:42.715 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-05-15T04:05:43.190Z[ recovery-image] May 15 04:05:42.733 INFO O| May 15 04:05:42.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48172025-05-15T04:05:43.190Z[ recovery-image] May 15 04:05:42.733 INFO O| May 15 04:05:42.733 INFO STEP 96 (remove_files) COMPLETE
48182025-05-15T04:05:43.190Z[ recovery-image] May 15 04:05:42.733 INFO O| May 15 04:05:42.733 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-05-15T04:05:43.215Z[ recovery-image] May 15 04:05:42.755 INFO O| May 15 04:05:42.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48202025-05-15T04:05:43.215Z[ recovery-image] May 15 04:05:42.756 INFO O| May 15 04:05:42.756 INFO STEP 97 (remove_files) COMPLETE
48212025-05-15T04:05:43.215Z[ recovery-image] May 15 04:05:42.756 INFO O| May 15 04:05:42.756 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-05-15T04:05:43.240Z[ recovery-image] May 15 04:05:42.775 INFO O| May 15 04:05:42.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48232025-05-15T04:05:43.240Z[ recovery-image] May 15 04:05:42.775 INFO O| May 15 04:05:42.775 INFO STEP 98 (remove_files) COMPLETE
48242025-05-15T04:05:43.240Z[ recovery-image] May 15 04:05:42.775 INFO O| May 15 04:05:42.775 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-05-15T04:05:43.241Z[ recovery-image] May 15 04:05:42.792 INFO O| May 15 04:05:42.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48262025-05-15T04:05:43.241Z[ recovery-image] May 15 04:05:42.792 INFO O| May 15 04:05:42.792 INFO STEP 99 (remove_files) COMPLETE
48272025-05-15T04:05:43.241Z[ recovery-image] May 15 04:05:42.792 INFO O| May 15 04:05:42.792 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-05-15T04:05:43.268Z[ recovery-image] May 15 04:05:42.811 INFO O| May 15 04:05:42.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48292025-05-15T04:05:43.268Z[ recovery-image] May 15 04:05:42.811 INFO O| May 15 04:05:42.811 INFO STEP 100 (remove_files) COMPLETE
48302025-05-15T04:05:43.268Z[ recovery-image] May 15 04:05:42.811 INFO O| May 15 04:05:42.811 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-05-15T04:05:43.293Z[ recovery-image] May 15 04:05:42.830 INFO O| May 15 04:05:42.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48322025-05-15T04:05:43.293Z[ recovery-image] May 15 04:05:42.830 INFO O| May 15 04:05:42.830 INFO STEP 101 (remove_files) COMPLETE
48332025-05-15T04:05:43.293Z[ recovery-image] May 15 04:05:42.830 INFO O| May 15 04:05:42.830 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.850 INFO O| May 15 04:05:42.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48352025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.850 INFO O| May 15 04:05:42.850 INFO STEP 102 (remove_files) COMPLETE
48362025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.851 INFO O| May 15 04:05:42.850 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.873 INFO O| May 15 04:05:42.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48382025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.873 INFO O| May 15 04:05:42.873 INFO STEP 103 (remove_files) COMPLETE
48392025-05-15T04:05:43.319Z[ recovery-image] May 15 04:05:42.873 INFO O| May 15 04:05:42.873 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-05-15T04:05:43.344Z[ recovery-image] May 15 04:05:42.893 INFO O| May 15 04:05:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48412025-05-15T04:05:43.344Z[ recovery-image] May 15 04:05:42.893 INFO O| May 15 04:05:42.893 INFO STEP 104 (remove_files) COMPLETE
48422025-05-15T04:05:43.344Z[ recovery-image] May 15 04:05:42.894 INFO O| May 15 04:05:42.893 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-05-15T04:05:43.370Z[ recovery-image] May 15 04:05:42.914 INFO O| May 15 04:05:42.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48442025-05-15T04:05:43.370Z[ recovery-image] May 15 04:05:42.914 INFO O| May 15 04:05:42.914 INFO STEP 105 (remove_files) COMPLETE
48452025-05-15T04:05:43.370Z[ recovery-image] May 15 04:05:42.914 INFO O| May 15 04:05:42.914 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-05-15T04:05:43.395Z[ recovery-image] May 15 04:05:42.934 INFO O| May 15 04:05:42.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48472025-05-15T04:05:43.395Z[ recovery-image] May 15 04:05:42.934 INFO O| May 15 04:05:42.934 INFO STEP 106 (remove_files) COMPLETE
48482025-05-15T04:05:43.395Z[ recovery-image] May 15 04:05:42.935 INFO O| May 15 04:05:42.934 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-05-15T04:05:43.420Z[ recovery-image] May 15 04:05:42.961 INFO O| May 15 04:05:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48502025-05-15T04:05:43.420Z[ recovery-image] May 15 04:05:42.961 INFO O| May 15 04:05:42.961 INFO STEP 107 (remove_files) COMPLETE
48512025-05-15T04:05:43.420Z[ recovery-image] May 15 04:05:42.961 INFO O| May 15 04:05:42.961 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:42.984 INFO O| May 15 04:05:42.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
48532025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:42.984 INFO O| May 15 04:05:42.984 INFO STEP 108 (remove_files) COMPLETE
48542025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:42.984 INFO O| May 15 04:05:42.984 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:43.000 INFO O| May 15 04:05:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
48562025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:43.000 INFO O| May 15 04:05:43.000 INFO STEP 109 (remove_files) COMPLETE
48572025-05-15T04:05:43.446Z[ recovery-image] May 15 04:05:43.000 INFO O| May 15 04:05:43.000 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-05-15T04:05:43.472Z[ recovery-image] May 15 04:05:43.015 INFO O| May 15 04:05:43.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
48592025-05-15T04:05:43.472Z[ recovery-image] May 15 04:05:43.015 INFO O| May 15 04:05:43.015 INFO STEP 110 (remove_files) COMPLETE
48602025-05-15T04:05:43.472Z[ recovery-image] May 15 04:05:43.015 INFO O| May 15 04:05:43.015 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.029 INFO O| May 15 04:05:43.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
48622025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.029 INFO O| May 15 04:05:43.029 INFO STEP 111 (remove_files) COMPLETE
48632025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.030 INFO O| May 15 04:05:43.029 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.044 INFO O| May 15 04:05:43.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
48652025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.044 INFO O| May 15 04:05:43.044 INFO STEP 112 (remove_files) COMPLETE
48662025-05-15T04:05:43.497Z[ recovery-image] May 15 04:05:43.044 INFO O| May 15 04:05:43.044 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.059 INFO O| May 15 04:05:43.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48682025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.059 INFO O| May 15 04:05:43.059 INFO STEP 113 (remove_files) COMPLETE
48692025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.059 INFO O| May 15 04:05:43.059 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.073 INFO O| May 15 04:05:43.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48712025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.074 INFO O| May 15 04:05:43.073 INFO STEP 114 (remove_files) COMPLETE
48722025-05-15T04:05:43.522Z[ recovery-image] May 15 04:05:43.074 INFO O| May 15 04:05:43.074 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-05-15T04:05:43.548Z[ recovery-image] May 15 04:05:43.090 INFO O| May 15 04:05:43.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48742025-05-15T04:05:43.548Z[ recovery-image] May 15 04:05:43.090 INFO O| May 15 04:05:43.090 INFO STEP 115 (remove_files) COMPLETE
48752025-05-15T04:05:43.548Z[ recovery-image] May 15 04:05:43.090 INFO O| May 15 04:05:43.090 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.106 INFO O| May 15 04:05:43.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48772025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.106 INFO O| May 15 04:05:43.106 INFO STEP 116 (remove_files) COMPLETE
48782025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.106 INFO O| May 15 04:05:43.106 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.121 INFO O| May 15 04:05:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48802025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.121 INFO O| May 15 04:05:43.121 INFO STEP 117 (remove_files) COMPLETE
48812025-05-15T04:05:43.573Z[ recovery-image] May 15 04:05:43.121 INFO O| May 15 04:05:43.121 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.136 INFO O| May 15 04:05:43.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48832025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.136 INFO O| May 15 04:05:43.136 INFO STEP 118 (remove_files) COMPLETE
48842025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.136 INFO O| May 15 04:05:43.136 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.152 INFO O| May 15 04:05:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48862025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.152 INFO O| May 15 04:05:43.152 INFO STEP 119 (remove_files) COMPLETE
48872025-05-15T04:05:43.599Z[ recovery-image] May 15 04:05:43.152 INFO O| May 15 04:05:43.152 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-05-15T04:05:43.625Z[ recovery-image] May 15 04:05:43.168 INFO O| May 15 04:05:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48892025-05-15T04:05:43.625Z[ recovery-image] May 15 04:05:43.168 INFO O| May 15 04:05:43.168 INFO STEP 120 (remove_files) COMPLETE
48902025-05-15T04:05:43.625Z[ recovery-image] May 15 04:05:43.168 INFO O| May 15 04:05:43.168 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-05-15T04:05:43.650Z[ recovery-image] May 15 04:05:43.183 INFO O| May 15 04:05:43.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48922025-05-15T04:05:43.651Z[ recovery-image] May 15 04:05:43.183 INFO O| May 15 04:05:43.183 INFO STEP 121 (remove_files) COMPLETE
48932025-05-15T04:05:43.651Z[ recovery-image] May 15 04:05:43.183 INFO O| May 15 04:05:43.183 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-05-15T04:05:43.651Z[ recovery-image] May 15 04:05:43.200 INFO O| May 15 04:05:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48952025-05-15T04:05:43.651Z[ recovery-image] May 15 04:05:43.200 INFO O| May 15 04:05:43.200 INFO STEP 122 (remove_files) COMPLETE
48962025-05-15T04:05:43.651Z[ recovery-image] May 15 04:05:43.201 INFO O| May 15 04:05:43.200 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-05-15T04:05:43.676Z[ recovery-image] May 15 04:05:43.220 INFO O| May 15 04:05:43.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48982025-05-15T04:05:43.677Z[ recovery-image] May 15 04:05:43.221 INFO O| May 15 04:05:43.221 INFO STEP 123 (remove_files) COMPLETE
48992025-05-15T04:05:43.677Z[ recovery-image] May 15 04:05:43.221 INFO O| May 15 04:05:43.221 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-05-15T04:05:43.702Z[ recovery-image] May 15 04:05:43.239 INFO O| May 15 04:05:43.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49012025-05-15T04:05:43.702Z[ recovery-image] May 15 04:05:43.240 INFO O| May 15 04:05:43.240 INFO STEP 124 (remove_files) COMPLETE
49022025-05-15T04:05:43.703Z[ recovery-image] May 15 04:05:43.240 INFO O| May 15 04:05:43.240 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-05-15T04:05:43.703Z[ recovery-image] May 15 04:05:43.258 INFO O| May 15 04:05:43.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49042025-05-15T04:05:43.703Z[ recovery-image] May 15 04:05:43.258 INFO O| May 15 04:05:43.258 INFO STEP 125 (remove_files) COMPLETE
49052025-05-15T04:05:43.703Z[ recovery-image] May 15 04:05:43.258 INFO O| May 15 04:05:43.258 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-05-15T04:05:43.729Z[ recovery-image] May 15 04:05:43.277 INFO O| May 15 04:05:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49072025-05-15T04:05:43.729Z[ recovery-image] May 15 04:05:43.277 INFO O| May 15 04:05:43.277 INFO STEP 126 (remove_files) COMPLETE
49082025-05-15T04:05:43.729Z[ recovery-image] May 15 04:05:43.277 INFO O| May 15 04:05:43.277 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-05-15T04:05:43.754Z[ recovery-image] May 15 04:05:43.294 INFO O| May 15 04:05:43.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49102025-05-15T04:05:43.754Z[ recovery-image] May 15 04:05:43.294 INFO O| May 15 04:05:43.294 INFO STEP 127 (remove_files) COMPLETE
49112025-05-15T04:05:43.754Z[ recovery-image] May 15 04:05:43.294 INFO O| May 15 04:05:43.294 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.316 INFO O| May 15 04:05:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49132025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.316 INFO O| May 15 04:05:43.316 INFO STEP 128 (remove_files) COMPLETE
49142025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.316 INFO O| May 15 04:05:43.316 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.331 INFO O| May 15 04:05:43.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49162025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.331 INFO O| May 15 04:05:43.331 INFO STEP 129 (remove_files) COMPLETE
49172025-05-15T04:05:43.779Z[ recovery-image] May 15 04:05:43.331 INFO O| May 15 04:05:43.331 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.346 INFO O| May 15 04:05:43.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49192025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.346 INFO O| May 15 04:05:43.346 INFO STEP 130 (remove_files) COMPLETE
49202025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.346 INFO O| May 15 04:05:43.346 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.361 INFO O| May 15 04:05:43.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49222025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.361 INFO O| May 15 04:05:43.361 INFO STEP 131 (remove_files) COMPLETE
49232025-05-15T04:05:43.805Z[ recovery-image] May 15 04:05:43.361 INFO O| May 15 04:05:43.361 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-05-15T04:05:43.831Z[ recovery-image] May 15 04:05:43.380 INFO O| May 15 04:05:43.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49252025-05-15T04:05:43.831Z[ recovery-image] May 15 04:05:43.380 INFO O| May 15 04:05:43.380 INFO STEP 132 (remove_files) COMPLETE
49262025-05-15T04:05:43.831Z[ recovery-image] May 15 04:05:43.380 INFO O| May 15 04:05:43.380 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-05-15T04:05:43.857Z[ recovery-image] May 15 04:05:43.396 INFO O| May 15 04:05:43.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49282025-05-15T04:05:43.857Z[ recovery-image] May 15 04:05:43.396 INFO O| May 15 04:05:43.396 INFO STEP 133 (remove_files) COMPLETE
49292025-05-15T04:05:43.857Z[ recovery-image] May 15 04:05:43.396 INFO O| May 15 04:05:43.396 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-05-15T04:05:43.857Z[ recovery-image] May 15 04:05:43.411 INFO O| May 15 04:05:43.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49312025-05-15T04:05:43.857Z[ recovery-image] May 15 04:05:43.411 INFO O| May 15 04:05:43.411 INFO STEP 134 (remove_files) COMPLETE
49322025-05-15T04:05:43.859Z[ recovery-image] May 15 04:05:43.411 INFO O| May 15 04:05:43.411 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-05-15T04:05:43.884Z[ recovery-image] May 15 04:05:43.427 INFO O| May 15 04:05:43.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
49342025-05-15T04:05:43.884Z[ recovery-image] May 15 04:05:43.427 INFO O| May 15 04:05:43.427 INFO STEP 135 (remove_files) COMPLETE
49352025-05-15T04:05:43.884Z[ recovery-image] May 15 04:05:43.427 INFO O| May 15 04:05:43.427 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-05-15T04:05:43.910Z[ recovery-image] May 15 04:05:43.447 INFO O| May 15 04:05:43.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49372025-05-15T04:05:43.910Z[ recovery-image] May 15 04:05:43.447 INFO O| May 15 04:05:43.447 INFO STEP 136 (remove_files) COMPLETE
49382025-05-15T04:05:43.910Z[ recovery-image] May 15 04:05:43.447 INFO O| May 15 04:05:43.447 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.467 INFO O| May 15 04:05:43.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49402025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.468 INFO O| May 15 04:05:43.468 INFO STEP 137 (remove_files) COMPLETE
49412025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.468 INFO O| May 15 04:05:43.468 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.487 INFO O| May 15 04:05:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49432025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.488 INFO O| May 15 04:05:43.488 INFO STEP 138 (remove_files) COMPLETE
49442025-05-15T04:05:43.935Z[ recovery-image] May 15 04:05:43.488 INFO O| May 15 04:05:43.488 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-05-15T04:05:43.961Z[ recovery-image] May 15 04:05:43.505 INFO O| May 15 04:05:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49462025-05-15T04:05:43.961Z[ recovery-image] May 15 04:05:43.505 INFO O| May 15 04:05:43.505 INFO STEP 139 (remove_files) COMPLETE
49472025-05-15T04:05:43.961Z[ recovery-image] May 15 04:05:43.505 INFO O| May 15 04:05:43.505 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.525 INFO O| May 15 04:05:43.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
49492025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.525 INFO O| May 15 04:05:43.525 INFO STEP 140 (remove_files) COMPLETE
49502025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.525 INFO O| May 15 04:05:43.525 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.542 INFO O| May 15 04:05:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
49522025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.542 INFO O| May 15 04:05:43.542 INFO STEP 141 (remove_files) COMPLETE
49532025-05-15T04:05:43.987Z[ recovery-image] May 15 04:05:43.542 INFO O| May 15 04:05:43.542 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-05-15T04:05:44.012Z[ recovery-image] May 15 04:05:43.557 INFO O| May 15 04:05:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
49552025-05-15T04:05:44.012Z[ recovery-image] May 15 04:05:43.557 INFO O| May 15 04:05:43.557 INFO STEP 142 (remove_files) COMPLETE
49562025-05-15T04:05:44.012Z[ recovery-image] May 15 04:05:43.557 INFO O| May 15 04:05:43.557 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.572 INFO O| May 15 04:05:43.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
49582025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.572 INFO O| May 15 04:05:43.572 INFO STEP 143 (remove_files) COMPLETE
49592025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.572 INFO O| May 15 04:05:43.572 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.588 INFO O| May 15 04:05:43.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
49612025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.589 INFO O| May 15 04:05:43.589 INFO STEP 144 (remove_files) COMPLETE
49622025-05-15T04:05:44.037Z[ recovery-image] May 15 04:05:43.589 INFO O| May 15 04:05:43.589 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-05-15T04:05:44.063Z[ recovery-image] May 15 04:05:43.606 INFO O| May 15 04:05:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
49642025-05-15T04:05:44.063Z[ recovery-image] May 15 04:05:43.606 INFO O| May 15 04:05:43.606 INFO STEP 145 (remove_files) COMPLETE
49652025-05-15T04:05:44.063Z[ recovery-image] May 15 04:05:43.606 INFO O| May 15 04:05:43.606 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-05-15T04:05:44.089Z[ recovery-image] May 15 04:05:43.631 INFO O| May 15 04:05:43.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49672025-05-15T04:05:44.089Z[ recovery-image] May 15 04:05:43.631 INFO O| May 15 04:05:43.631 INFO STEP 146 (remove_files) COMPLETE
49682025-05-15T04:05:44.089Z[ recovery-image] May 15 04:05:43.631 INFO O| May 15 04:05:43.631 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-05-15T04:05:44.114Z[ recovery-image] May 15 04:05:43.654 INFO O| May 15 04:05:43.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49702025-05-15T04:05:44.114Z[ recovery-image] May 15 04:05:43.654 INFO O| May 15 04:05:43.654 INFO STEP 147 (remove_files) COMPLETE
49712025-05-15T04:05:44.114Z[ recovery-image] May 15 04:05:43.654 INFO O| May 15 04:05:43.654 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.674 INFO O| May 15 04:05:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49732025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.674 INFO O| May 15 04:05:43.674 INFO STEP 148 (remove_files) COMPLETE
49742025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.674 INFO O| May 15 04:05:43.674 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.690 INFO O| May 15 04:05:43.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49762025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.690 INFO O| May 15 04:05:43.690 INFO STEP 149 (remove_files) COMPLETE
49772025-05-15T04:05:44.139Z[ recovery-image] May 15 04:05:43.690 INFO O| May 15 04:05:43.690 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.705 INFO O| May 15 04:05:43.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49792025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.706 INFO O| May 15 04:05:43.706 INFO STEP 150 (remove_files) COMPLETE
49802025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.706 INFO O| May 15 04:05:43.706 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.721 INFO O| May 15 04:05:43.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49822025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.721 INFO O| May 15 04:05:43.721 INFO STEP 151 (remove_files) COMPLETE
49832025-05-15T04:05:44.165Z[ recovery-image] May 15 04:05:43.721 INFO O| May 15 04:05:43.721 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-05-15T04:05:44.190Z[ recovery-image] May 15 04:05:43.735 INFO O| May 15 04:05:43.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49852025-05-15T04:05:44.190Z[ recovery-image] May 15 04:05:43.736 INFO O| May 15 04:05:43.736 INFO STEP 152 (remove_files) COMPLETE
49862025-05-15T04:05:44.190Z[ recovery-image] May 15 04:05:43.736 INFO O| May 15 04:05:43.736 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-05-15T04:05:44.216Z[ recovery-image] May 15 04:05:43.750 INFO O| May 15 04:05:43.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49882025-05-15T04:05:44.216Z[ recovery-image] May 15 04:05:43.750 INFO O| May 15 04:05:43.750 INFO STEP 153 (remove_files) COMPLETE
49892025-05-15T04:05:44.216Z[ recovery-image] May 15 04:05:43.750 INFO O| May 15 04:05:43.750 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-05-15T04:05:44.216Z[ recovery-image] May 15 04:05:43.764 INFO O| May 15 04:05:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49912025-05-15T04:05:44.216Z[ recovery-image] May 15 04:05:43.764 INFO O| May 15 04:05:43.764 INFO STEP 154 (remove_files) COMPLETE
49922025-05-15T04:05:44.217Z[ recovery-image] May 15 04:05:43.764 INFO O| May 15 04:05:43.764 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.779 INFO O| May 15 04:05:43.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49942025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.780 INFO O| May 15 04:05:43.780 INFO STEP 155 (remove_files) COMPLETE
49952025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.780 INFO O| May 15 04:05:43.780 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.795 INFO O| May 15 04:05:43.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49972025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.795 INFO O| May 15 04:05:43.795 INFO STEP 156 (remove_files) COMPLETE
49982025-05-15T04:05:44.243Z[ recovery-image] May 15 04:05:43.795 INFO O| May 15 04:05:43.795 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-05-15T04:05:44.268Z[ recovery-image] May 15 04:05:43.810 INFO O| May 15 04:05:43.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50002025-05-15T04:05:44.268Z[ recovery-image] May 15 04:05:43.811 INFO O| May 15 04:05:43.811 INFO STEP 157 (remove_files) COMPLETE
50012025-05-15T04:05:44.268Z[ recovery-image] May 15 04:05:43.811 INFO O| May 15 04:05:43.811 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.826 INFO O| May 15 04:05:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50032025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.826 INFO O| May 15 04:05:43.826 INFO STEP 158 (remove_files) COMPLETE
50042025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.826 INFO O| May 15 04:05:43.826 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.841 INFO O| May 15 04:05:43.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50062025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.841 INFO O| May 15 04:05:43.841 INFO STEP 159 (remove_files) COMPLETE
50072025-05-15T04:05:44.293Z[ recovery-image] May 15 04:05:43.841 INFO O| May 15 04:05:43.841 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.857 INFO O| May 15 04:05:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50092025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.857 INFO O| May 15 04:05:43.857 INFO STEP 160 (remove_files) COMPLETE
50102025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.857 INFO O| May 15 04:05:43.857 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.873 INFO O| May 15 04:05:43.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50122025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.873 INFO O| May 15 04:05:43.873 INFO STEP 161 (remove_files) COMPLETE
50132025-05-15T04:05:44.319Z[ recovery-image] May 15 04:05:43.873 INFO O| May 15 04:05:43.873 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-05-15T04:05:44.344Z[ recovery-image] May 15 04:05:43.886 INFO O| May 15 04:05:43.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50152025-05-15T04:05:44.344Z[ recovery-image] May 15 04:05:43.887 INFO O| May 15 04:05:43.887 INFO STEP 162 (remove_files) COMPLETE
50162025-05-15T04:05:44.344Z[ recovery-image] May 15 04:05:43.887 INFO O| May 15 04:05:43.887 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-05-15T04:05:44.345Z[ recovery-image] May 15 04:05:43.900 INFO O| May 15 04:05:43.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50182025-05-15T04:05:44.345Z[ recovery-image] May 15 04:05:43.901 INFO O| May 15 04:05:43.900 INFO STEP 163 (remove_files) COMPLETE
50192025-05-15T04:05:44.370Z[ recovery-image] May 15 04:05:43.901 INFO O| May 15 04:05:43.900 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-05-15T04:05:44.370Z[ recovery-image] May 15 04:05:43.914 INFO O| May 15 04:05:43.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50212025-05-15T04:05:44.370Z[ recovery-image] May 15 04:05:43.914 INFO O| May 15 04:05:43.914 INFO STEP 164 (remove_files) COMPLETE
50222025-05-15T04:05:44.370Z[ recovery-image] May 15 04:05:43.914 INFO O| May 15 04:05:43.914 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.928 INFO O| May 15 04:05:43.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50242025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.928 INFO O| May 15 04:05:43.928 INFO STEP 165 (remove_files) COMPLETE
50252025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.928 INFO O| May 15 04:05:43.928 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.942 INFO O| May 15 04:05:43.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50272025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.942 INFO O| May 15 04:05:43.942 INFO STEP 166 (remove_files) COMPLETE
50282025-05-15T04:05:44.396Z[ recovery-image] May 15 04:05:43.942 INFO O| May 15 04:05:43.942 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.960 INFO O| May 15 04:05:43.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50302025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.960 INFO O| May 15 04:05:43.960 INFO STEP 167 (remove_files) COMPLETE
50312025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.960 INFO O| May 15 04:05:43.960 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.976 INFO O| May 15 04:05:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50332025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.976 INFO O| May 15 04:05:43.976 INFO STEP 168 (remove_files) COMPLETE
50342025-05-15T04:05:44.421Z[ recovery-image] May 15 04:05:43.976 INFO O| May 15 04:05:43.976 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-05-15T04:05:44.446Z[ recovery-image] May 15 04:05:43.991 INFO O| May 15 04:05:43.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50362025-05-15T04:05:44.446Z[ recovery-image] May 15 04:05:43.991 INFO O| May 15 04:05:43.991 INFO STEP 169 (remove_files) COMPLETE
50372025-05-15T04:05:44.447Z[ recovery-image] May 15 04:05:43.991 INFO O| May 15 04:05:43.991 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.005 INFO O| May 15 04:05:44.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50392025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.005 INFO O| May 15 04:05:44.005 INFO STEP 170 (remove_files) COMPLETE
50402025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.005 INFO O| May 15 04:05:44.005 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.024 INFO O| May 15 04:05:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50422025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.024 INFO O| May 15 04:05:44.024 INFO STEP 171 (remove_files) COMPLETE
50432025-05-15T04:05:44.473Z[ recovery-image] May 15 04:05:44.025 INFO O| May 15 04:05:44.024 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-05-15T04:05:44.498Z[ recovery-image] May 15 04:05:44.040 INFO O| May 15 04:05:44.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50452025-05-15T04:05:44.498Z[ recovery-image] May 15 04:05:44.040 INFO O| May 15 04:05:44.040 INFO STEP 172 (remove_files) COMPLETE
50462025-05-15T04:05:44.498Z[ recovery-image] May 15 04:05:44.040 INFO O| May 15 04:05:44.040 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.055 INFO O| May 15 04:05:44.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
50482025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.055 INFO O| May 15 04:05:44.055 INFO STEP 173 (remove_files) COMPLETE
50492025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.055 INFO O| May 15 04:05:44.055 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.072 INFO O| May 15 04:05:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
50512025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.072 INFO O| May 15 04:05:44.072 INFO STEP 174 (remove_files) COMPLETE
50522025-05-15T04:05:44.523Z[ recovery-image] May 15 04:05:44.072 INFO O| May 15 04:05:44.072 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.087 INFO O| May 15 04:05:44.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
50542025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.087 INFO O| May 15 04:05:44.087 INFO STEP 175 (remove_files) COMPLETE
50552025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.087 INFO O| May 15 04:05:44.087 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.103 INFO O| May 15 04:05:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
50572025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.103 INFO O| May 15 04:05:44.103 INFO STEP 176 (remove_files) COMPLETE
50582025-05-15T04:05:44.549Z[ recovery-image] May 15 04:05:44.103 INFO O| May 15 04:05:44.103 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-05-15T04:05:44.575Z[ recovery-image] May 15 04:05:44.117 INFO O| May 15 04:05:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
50602025-05-15T04:05:44.575Z[ recovery-image] May 15 04:05:44.117 INFO O| May 15 04:05:44.117 INFO STEP 177 (remove_files) COMPLETE
50612025-05-15T04:05:44.575Z[ recovery-image] May 15 04:05:44.117 INFO O| May 15 04:05:44.117 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.131 INFO O| May 15 04:05:44.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
50632025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.132 INFO O| May 15 04:05:44.131 INFO STEP 178 (remove_files) COMPLETE
50642025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.132 INFO O| May 15 04:05:44.132 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.146 INFO O| May 15 04:05:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
50662025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.146 INFO O| May 15 04:05:44.146 INFO STEP 179 (remove_files) COMPLETE
50672025-05-15T04:05:44.600Z[ recovery-image] May 15 04:05:44.146 INFO O| May 15 04:05:44.146 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.161 INFO O| May 15 04:05:44.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50692025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.161 INFO O| May 15 04:05:44.161 INFO STEP 180 (remove_files) COMPLETE
50702025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.162 INFO O| May 15 04:05:44.161 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.175 INFO O| May 15 04:05:44.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50722025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.176 INFO O| May 15 04:05:44.175 INFO STEP 181 (remove_files) COMPLETE
50732025-05-15T04:05:44.625Z[ recovery-image] May 15 04:05:44.176 INFO O| May 15 04:05:44.175 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-05-15T04:05:44.650Z[ recovery-image] May 15 04:05:44.190 INFO O| May 15 04:05:44.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50752025-05-15T04:05:44.650Z[ recovery-image] May 15 04:05:44.190 INFO O| May 15 04:05:44.190 INFO STEP 182 (remove_files) COMPLETE
50762025-05-15T04:05:44.650Z[ recovery-image] May 15 04:05:44.190 INFO O| May 15 04:05:44.190 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-05-15T04:05:44.651Z[ recovery-image] May 15 04:05:44.204 INFO O| May 15 04:05:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50782025-05-15T04:05:44.651Z[ recovery-image] May 15 04:05:44.204 INFO O| May 15 04:05:44.204 INFO STEP 183 (remove_files) COMPLETE
50792025-05-15T04:05:44.651Z[ recovery-image] May 15 04:05:44.204 INFO O| May 15 04:05:44.204 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-05-15T04:05:44.676Z[ recovery-image] May 15 04:05:44.217 INFO O| May 15 04:05:44.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50812025-05-15T04:05:44.676Z[ recovery-image] May 15 04:05:44.217 INFO O| May 15 04:05:44.217 INFO STEP 184 (remove_files) COMPLETE
50822025-05-15T04:05:44.676Z[ recovery-image] May 15 04:05:44.217 INFO O| May 15 04:05:44.217 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-05-15T04:05:44.676Z[ recovery-image] May 15 04:05:44.230 INFO O| May 15 04:05:44.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50842025-05-15T04:05:44.677Z[ recovery-image] May 15 04:05:44.230 INFO O| May 15 04:05:44.230 INFO STEP 185 (remove_files) COMPLETE
50852025-05-15T04:05:44.677Z[ recovery-image] May 15 04:05:44.230 INFO O| May 15 04:05:44.230 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.244 INFO O| May 15 04:05:44.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50872025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.244 INFO O| May 15 04:05:44.244 INFO STEP 186 (remove_files) COMPLETE
50882025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.244 INFO O| May 15 04:05:44.244 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.258 INFO O| May 15 04:05:44.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50902025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.258 INFO O| May 15 04:05:44.258 INFO STEP 187 (remove_files) COMPLETE
50912025-05-15T04:05:44.702Z[ recovery-image] May 15 04:05:44.258 INFO O| May 15 04:05:44.258 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-05-15T04:05:44.729Z[ recovery-image] May 15 04:05:44.273 INFO O| May 15 04:05:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50932025-05-15T04:05:44.729Z[ recovery-image] May 15 04:05:44.273 INFO O| May 15 04:05:44.273 INFO STEP 188 (remove_files) COMPLETE
50942025-05-15T04:05:44.729Z[ recovery-image] May 15 04:05:44.273 INFO O| May 15 04:05:44.273 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.289 INFO O| May 15 04:05:44.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50962025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.289 INFO O| May 15 04:05:44.289 INFO STEP 189 (remove_files) COMPLETE
50972025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.289 INFO O| May 15 04:05:44.289 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.304 INFO O| May 15 04:05:44.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50992025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.304 INFO O| May 15 04:05:44.304 INFO STEP 190 (remove_files) COMPLETE
51002025-05-15T04:05:44.754Z[ recovery-image] May 15 04:05:44.304 INFO O| May 15 04:05:44.304 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.318 INFO O| May 15 04:05:44.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51022025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.318 INFO O| May 15 04:05:44.318 INFO STEP 191 (remove_files) COMPLETE
51032025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.318 INFO O| May 15 04:05:44.318 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.332 INFO O| May 15 04:05:44.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51052025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.333 INFO O| May 15 04:05:44.333 INFO STEP 192 (remove_files) COMPLETE
51062025-05-15T04:05:44.780Z[ recovery-image] May 15 04:05:44.333 INFO O| May 15 04:05:44.333 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.347 INFO O| May 15 04:05:44.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51082025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.347 INFO O| May 15 04:05:44.347 INFO STEP 193 (remove_files) COMPLETE
51092025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.347 INFO O| May 15 04:05:44.347 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.361 INFO O| May 15 04:05:44.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51112025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.361 INFO O| May 15 04:05:44.361 INFO STEP 194 (remove_files) COMPLETE
51122025-05-15T04:05:44.805Z[ recovery-image] May 15 04:05:44.361 INFO O| May 15 04:05:44.361 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-05-15T04:05:44.831Z[ recovery-image] May 15 04:05:44.375 INFO O| May 15 04:05:44.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51142025-05-15T04:05:44.831Z[ recovery-image] May 15 04:05:44.375 INFO O| May 15 04:05:44.375 INFO STEP 195 (remove_files) COMPLETE
51152025-05-15T04:05:44.831Z[ recovery-image] May 15 04:05:44.375 INFO O| May 15 04:05:44.375 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.391 INFO O| May 15 04:05:44.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51172025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.391 INFO O| May 15 04:05:44.391 INFO STEP 196 (remove_files) COMPLETE
51182025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.391 INFO O| May 15 04:05:44.391 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.407 INFO O| May 15 04:05:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51202025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.407 INFO O| May 15 04:05:44.407 INFO STEP 197 (remove_files) COMPLETE
51212025-05-15T04:05:44.857Z[ recovery-image] May 15 04:05:44.407 INFO O| May 15 04:05:44.407 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-05-15T04:05:44.882Z[ recovery-image] May 15 04:05:44.423 INFO O| May 15 04:05:44.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51232025-05-15T04:05:44.882Z[ recovery-image] May 15 04:05:44.424 INFO O| May 15 04:05:44.424 INFO STEP 198 (remove_files) COMPLETE
51242025-05-15T04:05:44.882Z[ recovery-image] May 15 04:05:44.424 INFO O| May 15 04:05:44.424 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-05-15T04:05:44.907Z[ recovery-image] May 15 04:05:44.447 INFO O| May 15 04:05:44.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51262025-05-15T04:05:44.907Z[ recovery-image] May 15 04:05:44.447 INFO O| May 15 04:05:44.447 INFO STEP 199 (remove_files) COMPLETE
51272025-05-15T04:05:44.907Z[ recovery-image] May 15 04:05:44.447 INFO O| May 15 04:05:44.447 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.465 INFO O| May 15 04:05:44.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51292025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.465 INFO O| May 15 04:05:44.465 INFO STEP 200 (remove_files) COMPLETE
51302025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.465 INFO O| May 15 04:05:44.465 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.482 INFO O| May 15 04:05:44.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51322025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.482 INFO O| May 15 04:05:44.482 INFO STEP 201 (remove_files) COMPLETE
51332025-05-15T04:05:44.934Z[ recovery-image] May 15 04:05:44.482 INFO O| May 15 04:05:44.482 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.498 INFO O| May 15 04:05:44.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
51352025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.498 INFO O| May 15 04:05:44.498 INFO STEP 202 (remove_files) COMPLETE
51362025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.498 INFO O| May 15 04:05:44.498 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.514 INFO O| May 15 04:05:44.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51382025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.514 INFO O| May 15 04:05:44.514 INFO STEP 203 (remove_files) COMPLETE
51392025-05-15T04:05:44.959Z[ recovery-image] May 15 04:05:44.514 INFO O| May 15 04:05:44.514 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-05-15T04:05:44.984Z[ recovery-image] May 15 04:05:44.530 INFO O| May 15 04:05:44.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51412025-05-15T04:05:44.984Z[ recovery-image] May 15 04:05:44.530 INFO O| May 15 04:05:44.530 INFO STEP 204 (remove_files) COMPLETE
51422025-05-15T04:05:44.984Z[ recovery-image] May 15 04:05:44.530 INFO O| May 15 04:05:44.530 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.545 INFO O| May 15 04:05:44.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
51442025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.545 INFO O| May 15 04:05:44.545 INFO STEP 205 (remove_files) COMPLETE
51452025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.545 INFO O| May 15 04:05:44.545 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.560 INFO O| May 15 04:05:44.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
51472025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.560 INFO O| May 15 04:05:44.560 INFO STEP 206 (remove_files) COMPLETE
51482025-05-15T04:05:45.010Z[ recovery-image] May 15 04:05:44.560 INFO O| May 15 04:05:44.560 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-05-15T04:05:45.035Z[ recovery-image] May 15 04:05:44.577 INFO O| May 15 04:05:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
51502025-05-15T04:05:45.035Z[ recovery-image] May 15 04:05:44.577 INFO O| May 15 04:05:44.577 INFO STEP 207 (remove_files) COMPLETE
51512025-05-15T04:05:45.035Z[ recovery-image] May 15 04:05:44.577 INFO O| May 15 04:05:44.577 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-05-15T04:05:45.060Z[ recovery-image] May 15 04:05:44.593 INFO O| May 15 04:05:44.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
51532025-05-15T04:05:45.060Z[ recovery-image] May 15 04:05:44.593 INFO O| May 15 04:05:44.593 INFO STEP 208 (remove_files) COMPLETE
51542025-05-15T04:05:45.060Z[ recovery-image] May 15 04:05:44.593 INFO O| May 15 04:05:44.593 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-05-15T04:05:45.061Z[ recovery-image] May 15 04:05:44.609 INFO O| May 15 04:05:44.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
51562025-05-15T04:05:45.061Z[ recovery-image] May 15 04:05:44.609 INFO O| May 15 04:05:44.609 INFO STEP 209 (remove_files) COMPLETE
51572025-05-15T04:05:45.061Z[ recovery-image] May 15 04:05:44.609 INFO O| May 15 04:05:44.609 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.624 INFO O| May 15 04:05:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
51592025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.625 INFO O| May 15 04:05:44.625 INFO STEP 210 (remove_files) COMPLETE
51602025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.625 INFO O| May 15 04:05:44.625 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.640 INFO O| May 15 04:05:44.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51622025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.640 INFO O| May 15 04:05:44.640 INFO STEP 211 (remove_files) COMPLETE
51632025-05-15T04:05:45.086Z[ recovery-image] May 15 04:05:44.640 INFO O| May 15 04:05:44.640 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-05-15T04:05:45.111Z[ recovery-image] May 15 04:05:44.655 INFO O| May 15 04:05:44.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51652025-05-15T04:05:45.111Z[ recovery-image] May 15 04:05:44.655 INFO O| May 15 04:05:44.655 INFO STEP 212 (remove_files) COMPLETE
51662025-05-15T04:05:45.111Z[ recovery-image] May 15 04:05:44.655 INFO O| May 15 04:05:44.655 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.673 INFO O| May 15 04:05:44.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51682025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.673 INFO O| May 15 04:05:44.673 INFO STEP 213 (remove_files) COMPLETE
51692025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.673 INFO O| May 15 04:05:44.673 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.688 INFO O| May 15 04:05:44.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51712025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.688 INFO O| May 15 04:05:44.688 INFO STEP 214 (remove_files) COMPLETE
51722025-05-15T04:05:45.136Z[ recovery-image] May 15 04:05:44.688 INFO O| May 15 04:05:44.688 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-05-15T04:05:45.161Z[ recovery-image] May 15 04:05:44.702 INFO O| May 15 04:05:44.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51742025-05-15T04:05:45.161Z[ recovery-image] May 15 04:05:44.702 INFO O| May 15 04:05:44.702 INFO STEP 215 (remove_files) COMPLETE
51752025-05-15T04:05:45.161Z[ recovery-image] May 15 04:05:44.702 INFO O| May 15 04:05:44.702 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-05-15T04:05:45.187Z[ recovery-image] May 15 04:05:44.719 INFO O| May 15 04:05:44.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51772025-05-15T04:05:45.187Z[ recovery-image] May 15 04:05:44.719 INFO O| May 15 04:05:44.719 INFO STEP 216 (remove_files) COMPLETE
51782025-05-15T04:05:45.188Z[ recovery-image] May 15 04:05:44.719 INFO O| May 15 04:05:44.719 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-05-15T04:05:45.188Z[ recovery-image] May 15 04:05:44.733 INFO O| May 15 04:05:44.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51802025-05-15T04:05:45.188Z[ recovery-image] May 15 04:05:44.733 INFO O| May 15 04:05:44.733 INFO STEP 217 (remove_files) COMPLETE
51812025-05-15T04:05:45.188Z[ recovery-image] May 15 04:05:44.733 INFO O| May 15 04:05:44.733 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-05-15T04:05:45.213Z[ recovery-image] May 15 04:05:44.746 INFO O| May 15 04:05:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51832025-05-15T04:05:45.213Z[ recovery-image] May 15 04:05:44.747 INFO O| May 15 04:05:44.747 INFO STEP 218 (remove_files) COMPLETE
51842025-05-15T04:05:45.213Z[ recovery-image] May 15 04:05:44.747 INFO O| May 15 04:05:44.747 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-05-15T04:05:45.213Z[ recovery-image] May 15 04:05:44.762 INFO O| May 15 04:05:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51862025-05-15T04:05:45.214Z[ recovery-image] May 15 04:05:44.762 INFO O| May 15 04:05:44.762 INFO STEP 219 (remove_files) COMPLETE
51872025-05-15T04:05:45.214Z[ recovery-image] May 15 04:05:44.762 INFO O| May 15 04:05:44.762 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-05-15T04:05:45.289Z[ recovery-image] May 15 04:05:44.778 INFO O| May 15 04:05:44.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51892025-05-15T04:05:45.289Z[ recovery-image] May 15 04:05:44.778 INFO O| May 15 04:05:44.778 INFO STEP 220 (remove_files) COMPLETE
51902025-05-15T04:05:45.289Z[ recovery-image] May 15 04:05:44.778 INFO O| May 15 04:05:44.778 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-05-15T04:05:45.289Z[ recovery-image] May 15 04:05:44.794 INFO O| May 15 04:05:44.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51922025-05-15T04:05:45.289Z[ recovery-image] May 15 04:05:44.795 INFO O| May 15 04:05:44.795 INFO STEP 221 (remove_files) COMPLETE
51932025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.795 INFO O| May 15 04:05:44.795 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.811 INFO O| May 15 04:05:44.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51952025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.811 INFO O| May 15 04:05:44.811 INFO STEP 222 (remove_files) COMPLETE
51962025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.811 INFO O| May 15 04:05:44.811 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.826 INFO O| May 15 04:05:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51982025-05-15T04:05:45.290Z[ recovery-image] May 15 04:05:44.826 INFO O| May 15 04:05:44.826 INFO STEP 223 (remove_files) COMPLETE
51992025-05-15T04:05:45.291Z[ recovery-image] May 15 04:05:44.826 INFO O| May 15 04:05:44.826 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-05-15T04:05:45.291Z[ recovery-image] May 15 04:05:44.841 INFO O| May 15 04:05:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52012025-05-15T04:05:45.291Z[ recovery-image] May 15 04:05:44.841 INFO O| May 15 04:05:44.841 INFO STEP 224 (remove_files) COMPLETE
52022025-05-15T04:05:45.291Z[ recovery-image] May 15 04:05:44.841 INFO O| May 15 04:05:44.841 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.856 INFO O| May 15 04:05:44.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52042025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.856 INFO O| May 15 04:05:44.856 INFO STEP 225 (remove_files) COMPLETE
52052025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.856 INFO O| May 15 04:05:44.856 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.870 INFO O| May 15 04:05:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52072025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.871 INFO O| May 15 04:05:44.871 INFO STEP 226 (remove_files) COMPLETE
52082025-05-15T04:05:45.316Z[ recovery-image] May 15 04:05:44.871 INFO O| May 15 04:05:44.871 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-05-15T04:05:45.342Z[ recovery-image] May 15 04:05:44.889 INFO O| May 15 04:05:44.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52102025-05-15T04:05:45.342Z[ recovery-image] May 15 04:05:44.889 INFO O| May 15 04:05:44.889 INFO STEP 227 (remove_files) COMPLETE
52112025-05-15T04:05:45.342Z[ recovery-image] May 15 04:05:44.889 INFO O| May 15 04:05:44.889 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-05-15T04:05:45.367Z[ recovery-image] May 15 04:05:44.907 INFO O| May 15 04:05:44.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52132025-05-15T04:05:45.367Z[ recovery-image] May 15 04:05:44.907 INFO O| May 15 04:05:44.907 INFO STEP 228 (remove_files) COMPLETE
52142025-05-15T04:05:45.368Z[ recovery-image] May 15 04:05:44.907 INFO O| May 15 04:05:44.907 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-05-15T04:05:45.368Z[ recovery-image] May 15 04:05:44.923 INFO O| May 15 04:05:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52162025-05-15T04:05:45.368Z[ recovery-image] May 15 04:05:44.923 INFO O| May 15 04:05:44.923 INFO STEP 229 (remove_files) COMPLETE
52172025-05-15T04:05:45.368Z[ recovery-image] May 15 04:05:44.923 INFO O| May 15 04:05:44.923 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-05-15T04:05:45.393Z[ recovery-image] May 15 04:05:44.938 INFO O| May 15 04:05:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52192025-05-15T04:05:45.393Z[ recovery-image] May 15 04:05:44.939 INFO O| May 15 04:05:44.939 INFO STEP 230 (remove_files) COMPLETE
52202025-05-15T04:05:45.393Z[ recovery-image] May 15 04:05:44.939 INFO O| May 15 04:05:44.939 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.954 INFO O| May 15 04:05:44.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52222025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.954 INFO O| May 15 04:05:44.954 INFO STEP 231 (remove_files) COMPLETE
52232025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.954 INFO O| May 15 04:05:44.954 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.969 INFO O| May 15 04:05:44.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52252025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.969 INFO O| May 15 04:05:44.969 INFO STEP 232 (remove_files) COMPLETE
52262025-05-15T04:05:45.418Z[ recovery-image] May 15 04:05:44.969 INFO O| May 15 04:05:44.969 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.984 INFO O| May 15 04:05:44.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52282025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.984 INFO O| May 15 04:05:44.984 INFO STEP 233 (remove_files) COMPLETE
52292025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.984 INFO O| May 15 04:05:44.984 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.999 INFO O| May 15 04:05:44.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52312025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.999 INFO O| May 15 04:05:44.999 INFO STEP 234 (remove_files) COMPLETE
52322025-05-15T04:05:45.444Z[ recovery-image] May 15 04:05:44.999 INFO O| May 15 04:05:44.999 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-05-15T04:05:45.469Z[ recovery-image] May 15 04:05:45.014 INFO O| May 15 04:05:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
52342025-05-15T04:05:45.469Z[ recovery-image] May 15 04:05:45.014 INFO O| May 15 04:05:45.014 INFO STEP 235 (remove_files) COMPLETE
52352025-05-15T04:05:45.469Z[ recovery-image] May 15 04:05:45.014 INFO O| May 15 04:05:45.014 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.029 INFO O| May 15 04:05:45.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52372025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.029 INFO O| May 15 04:05:45.029 INFO STEP 236 (remove_files) COMPLETE
52382025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.029 INFO O| May 15 04:05:45.029 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.044 INFO O| May 15 04:05:45.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52402025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.044 INFO O| May 15 04:05:45.044 INFO STEP 237 (remove_files) COMPLETE
52412025-05-15T04:05:45.495Z[ recovery-image] May 15 04:05:45.044 INFO O| May 15 04:05:45.044 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.059 INFO O| May 15 04:05:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
52432025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.059 INFO O| May 15 04:05:45.059 INFO STEP 238 (remove_files) COMPLETE
52442025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.059 INFO O| May 15 04:05:45.059 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.074 INFO O| May 15 04:05:45.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
52462025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.074 INFO O| May 15 04:05:45.074 INFO STEP 239 (remove_files) COMPLETE
52472025-05-15T04:05:45.521Z[ recovery-image] May 15 04:05:45.074 INFO O| May 15 04:05:45.074 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-05-15T04:05:45.546Z[ recovery-image] May 15 04:05:45.089 INFO O| May 15 04:05:45.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
52492025-05-15T04:05:45.546Z[ recovery-image] May 15 04:05:45.089 INFO O| May 15 04:05:45.089 INFO STEP 240 (remove_files) COMPLETE
52502025-05-15T04:05:45.546Z[ recovery-image] May 15 04:05:45.089 INFO O| May 15 04:05:45.089 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-05-15T04:05:45.571Z[ recovery-image] May 15 04:05:45.104 INFO O| May 15 04:05:45.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
52522025-05-15T04:05:45.571Z[ recovery-image] May 15 04:05:45.105 INFO O| May 15 04:05:45.105 INFO STEP 241 (remove_files) COMPLETE
52532025-05-15T04:05:45.571Z[ recovery-image] May 15 04:05:45.105 INFO O| May 15 04:05:45.105 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-05-15T04:05:45.571Z[ recovery-image] May 15 04:05:45.119 INFO O| May 15 04:05:45.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
52552025-05-15T04:05:45.571Z[ recovery-image] May 15 04:05:45.119 INFO O| May 15 04:05:45.119 INFO STEP 242 (remove_files) COMPLETE
52562025-05-15T04:05:45.572Z[ recovery-image] May 15 04:05:45.119 INFO O| May 15 04:05:45.119 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-05-15T04:05:45.597Z[ recovery-image] May 15 04:05:45.134 INFO O| May 15 04:05:45.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
52582025-05-15T04:05:45.597Z[ recovery-image] May 15 04:05:45.134 INFO O| May 15 04:05:45.134 INFO STEP 243 (remove_files) COMPLETE
52592025-05-15T04:05:45.597Z[ recovery-image] May 15 04:05:45.134 INFO O| May 15 04:05:45.134 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-05-15T04:05:45.597Z[ recovery-image] May 15 04:05:45.148 INFO O| May 15 04:05:45.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52612025-05-15T04:05:45.598Z[ recovery-image] May 15 04:05:45.148 INFO O| May 15 04:05:45.148 INFO STEP 244 (remove_files) COMPLETE
52622025-05-15T04:05:45.598Z[ recovery-image] May 15 04:05:45.148 INFO O| May 15 04:05:45.148 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-05-15T04:05:45.623Z[ recovery-image] May 15 04:05:45.163 INFO O| May 15 04:05:45.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52642025-05-15T04:05:45.623Z[ recovery-image] May 15 04:05:45.163 INFO O| May 15 04:05:45.163 INFO STEP 245 (remove_files) COMPLETE
52652025-05-15T04:05:45.623Z[ recovery-image] May 15 04:05:45.163 INFO O| May 15 04:05:45.163 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-05-15T04:05:45.648Z[ recovery-image] May 15 04:05:45.180 INFO O| May 15 04:05:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52672025-05-15T04:05:45.648Z[ recovery-image] May 15 04:05:45.180 INFO O| May 15 04:05:45.180 INFO STEP 246 (remove_files) COMPLETE
52682025-05-15T04:05:45.648Z[ recovery-image] May 15 04:05:45.180 INFO O| May 15 04:05:45.180 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-05-15T04:05:45.648Z[ recovery-image] May 15 04:05:45.195 INFO O| May 15 04:05:45.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52702025-05-15T04:05:45.650Z[ recovery-image] May 15 04:05:45.195 INFO O| May 15 04:05:45.195 INFO STEP 247 (remove_files) COMPLETE
52712025-05-15T04:05:45.650Z[ recovery-image] May 15 04:05:45.195 INFO O| May 15 04:05:45.195 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.209 INFO O| May 15 04:05:45.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52732025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.209 INFO O| May 15 04:05:45.209 INFO STEP 248 (remove_files) COMPLETE
52742025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.209 INFO O| May 15 04:05:45.209 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.223 INFO O| May 15 04:05:45.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52762025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.223 INFO O| May 15 04:05:45.223 INFO STEP 249 (remove_files) COMPLETE
52772025-05-15T04:05:45.676Z[ recovery-image] May 15 04:05:45.223 INFO O| May 15 04:05:45.223 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.237 INFO O| May 15 04:05:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52792025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.237 INFO O| May 15 04:05:45.237 INFO STEP 250 (remove_files) COMPLETE
52802025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.237 INFO O| May 15 04:05:45.237 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.252 INFO O| May 15 04:05:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52822025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.252 INFO O| May 15 04:05:45.252 INFO STEP 251 (remove_files) COMPLETE
52832025-05-15T04:05:45.701Z[ recovery-image] May 15 04:05:45.252 INFO O| May 15 04:05:45.252 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-05-15T04:05:45.726Z[ recovery-image] May 15 04:05:45.268 INFO O| May 15 04:05:45.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52852025-05-15T04:05:45.726Z[ recovery-image] May 15 04:05:45.268 INFO O| May 15 04:05:45.268 INFO STEP 252 (remove_files) COMPLETE
52862025-05-15T04:05:45.726Z[ recovery-image] May 15 04:05:45.268 INFO O| May 15 04:05:45.268 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.284 INFO O| May 15 04:05:45.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52882025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.284 INFO O| May 15 04:05:45.284 INFO STEP 253 (remove_files) COMPLETE
52892025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.284 INFO O| May 15 04:05:45.284 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.299 INFO O| May 15 04:05:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52912025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.300 INFO O| May 15 04:05:45.299 INFO STEP 254 (remove_files) COMPLETE
52922025-05-15T04:05:45.751Z[ recovery-image] May 15 04:05:45.300 INFO O| May 15 04:05:45.299 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.315 INFO O| May 15 04:05:45.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52942025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.315 INFO O| May 15 04:05:45.315 INFO STEP 255 (remove_files) COMPLETE
52952025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.315 INFO O| May 15 04:05:45.315 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.331 INFO O| May 15 04:05:45.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52972025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.331 INFO O| May 15 04:05:45.331 INFO STEP 256 (remove_files) COMPLETE
52982025-05-15T04:05:45.776Z[ recovery-image] May 15 04:05:45.331 INFO O| May 15 04:05:45.331 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-05-15T04:05:45.801Z[ recovery-image] May 15 04:05:45.347 INFO O| May 15 04:05:45.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53002025-05-15T04:05:45.802Z[ recovery-image] May 15 04:05:45.347 INFO O| May 15 04:05:45.347 INFO STEP 257 (remove_files) COMPLETE
53012025-05-15T04:05:45.802Z[ recovery-image] May 15 04:05:45.348 INFO O| May 15 04:05:45.347 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.364 INFO O| May 15 04:05:45.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53032025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.364 INFO O| May 15 04:05:45.364 INFO STEP 258 (remove_files) COMPLETE
53042025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.364 INFO O| May 15 04:05:45.364 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.379 INFO O| May 15 04:05:45.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53062025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.380 INFO O| May 15 04:05:45.380 INFO STEP 259 (remove_files) COMPLETE
53072025-05-15T04:05:45.827Z[ recovery-image] May 15 04:05:45.380 INFO O| May 15 04:05:45.380 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-05-15T04:05:45.853Z[ recovery-image] May 15 04:05:45.396 INFO O| May 15 04:05:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53092025-05-15T04:05:45.853Z[ recovery-image] May 15 04:05:45.396 INFO O| May 15 04:05:45.396 INFO STEP 260 (remove_files) COMPLETE
53102025-05-15T04:05:45.853Z[ recovery-image] May 15 04:05:45.396 INFO O| May 15 04:05:45.396 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.412 INFO O| May 15 04:05:45.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53122025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.412 INFO O| May 15 04:05:45.412 INFO STEP 261 (remove_files) COMPLETE
53132025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.412 INFO O| May 15 04:05:45.412 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.427 INFO O| May 15 04:05:45.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53152025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.427 INFO O| May 15 04:05:45.427 INFO STEP 262 (remove_files) COMPLETE
53162025-05-15T04:05:45.878Z[ recovery-image] May 15 04:05:45.427 INFO O| May 15 04:05:45.427 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-05-15T04:05:45.903Z[ recovery-image] May 15 04:05:45.442 INFO O| May 15 04:05:45.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53182025-05-15T04:05:45.904Z[ recovery-image] May 15 04:05:45.442 INFO O| May 15 04:05:45.442 INFO STEP 263 (remove_files) COMPLETE
53192025-05-15T04:05:45.904Z[ recovery-image] May 15 04:05:45.442 INFO O| May 15 04:05:45.442 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-05-15T04:05:45.904Z[ recovery-image] May 15 04:05:45.457 INFO O| May 15 04:05:45.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53212025-05-15T04:05:45.904Z[ recovery-image] May 15 04:05:45.457 INFO O| May 15 04:05:45.457 INFO STEP 264 (remove_files) COMPLETE
53222025-05-15T04:05:45.904Z[ recovery-image] May 15 04:05:45.457 INFO O| May 15 04:05:45.457 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-05-15T04:05:45.929Z[ recovery-image] May 15 04:05:45.472 INFO O| May 15 04:05:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53242025-05-15T04:05:45.929Z[ recovery-image] May 15 04:05:45.472 INFO O| May 15 04:05:45.472 INFO STEP 265 (remove_files) COMPLETE
53252025-05-15T04:05:45.929Z[ recovery-image] May 15 04:05:45.472 INFO O| May 15 04:05:45.472 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-05-15T04:05:45.954Z[ recovery-image] May 15 04:05:45.486 INFO O| May 15 04:05:45.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53272025-05-15T04:05:45.954Z[ recovery-image] May 15 04:05:45.487 INFO O| May 15 04:05:45.487 INFO STEP 266 (remove_files) COMPLETE
53282025-05-15T04:05:45.954Z[ recovery-image] May 15 04:05:45.487 INFO O| May 15 04:05:45.487 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-05-15T04:05:45.954Z[ recovery-image] May 15 04:05:45.501 INFO O| May 15 04:05:45.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
53302025-05-15T04:05:45.954Z[ recovery-image] May 15 04:05:45.502 INFO O| May 15 04:05:45.502 INFO STEP 267 (remove_files) COMPLETE
53312025-05-15T04:05:45.955Z[ recovery-image] May 15 04:05:45.502 INFO O| May 15 04:05:45.502 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-05-15T04:05:45.980Z[ recovery-image] May 15 04:05:45.524 INFO O| May 15 04:05:45.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
53332025-05-15T04:05:45.980Z[ recovery-image] May 15 04:05:45.524 INFO O| May 15 04:05:45.524 INFO STEP 268 (remove_files) COMPLETE
53342025-05-15T04:05:45.980Z[ recovery-image] May 15 04:05:45.524 INFO O| May 15 04:05:45.524 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-05-15T04:05:46.005Z[ recovery-image] May 15 04:05:45.545 INFO O| May 15 04:05:45.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53362025-05-15T04:05:46.005Z[ recovery-image] May 15 04:05:45.545 INFO O| May 15 04:05:45.545 INFO STEP 269 (remove_files) COMPLETE
53372025-05-15T04:05:46.005Z[ recovery-image] May 15 04:05:45.545 INFO O| May 15 04:05:45.545 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-05-15T04:05:46.005Z[ recovery-image] May 15 04:05:45.561 INFO O| May 15 04:05:45.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53392025-05-15T04:05:46.005Z[ recovery-image] May 15 04:05:45.561 INFO O| May 15 04:05:45.561 INFO STEP 270 (remove_files) COMPLETE
53402025-05-15T04:05:46.006Z[ recovery-image] May 15 04:05:45.561 INFO O| May 15 04:05:45.561 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-05-15T04:05:46.031Z[ recovery-image] May 15 04:05:45.578 INFO O| May 15 04:05:45.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
53422025-05-15T04:05:46.031Z[ recovery-image] May 15 04:05:45.578 INFO O| May 15 04:05:45.578 INFO STEP 271 (remove_files) COMPLETE
53432025-05-15T04:05:46.031Z[ recovery-image] May 15 04:05:45.578 INFO O| May 15 04:05:45.578 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-05-15T04:05:46.056Z[ recovery-image] May 15 04:05:45.594 INFO O| May 15 04:05:45.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
53452025-05-15T04:05:46.056Z[ recovery-image] May 15 04:05:45.594 INFO O| May 15 04:05:45.594 INFO STEP 272 (remove_files) COMPLETE
53462025-05-15T04:05:46.056Z[ recovery-image] May 15 04:05:45.594 INFO O| May 15 04:05:45.594 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.614 INFO O| May 15 04:05:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
53482025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.614 INFO O| May 15 04:05:45.614 INFO STEP 273 (remove_files) COMPLETE
53492025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.614 INFO O| May 15 04:05:45.614 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.631 INFO O| May 15 04:05:45.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
53512025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.632 INFO O| May 15 04:05:45.632 INFO STEP 274 (remove_files) COMPLETE
53522025-05-15T04:05:46.082Z[ recovery-image] May 15 04:05:45.632 INFO O| May 15 04:05:45.632 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-05-15T04:05:46.107Z[ recovery-image] May 15 04:05:45.648 INFO O| May 15 04:05:45.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
53542025-05-15T04:05:46.107Z[ recovery-image] May 15 04:05:45.648 INFO O| May 15 04:05:45.648 INFO STEP 275 (remove_files) COMPLETE
53552025-05-15T04:05:46.107Z[ recovery-image] May 15 04:05:45.648 INFO O| May 15 04:05:45.648 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.665 INFO O| May 15 04:05:45.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53572025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.665 INFO O| May 15 04:05:45.665 INFO STEP 276 (remove_files) COMPLETE
53582025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.665 INFO O| May 15 04:05:45.665 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.680 INFO O| May 15 04:05:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53602025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.681 INFO O| May 15 04:05:45.680 INFO STEP 277 (remove_files) COMPLETE
53612025-05-15T04:05:46.132Z[ recovery-image] May 15 04:05:45.681 INFO O| May 15 04:05:45.680 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-05-15T04:05:46.158Z[ recovery-image] May 15 04:05:45.695 INFO O| May 15 04:05:45.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53632025-05-15T04:05:46.160Z[ recovery-image] May 15 04:05:45.695 INFO O| May 15 04:05:45.695 INFO STEP 278 (remove_files) COMPLETE
53642025-05-15T04:05:46.160Z[ recovery-image] May 15 04:05:45.695 INFO O| May 15 04:05:45.695 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-05-15T04:05:46.160Z[ recovery-image] May 15 04:05:45.709 INFO O| May 15 04:05:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53662025-05-15T04:05:46.160Z[ recovery-image] May 15 04:05:45.709 INFO O| May 15 04:05:45.709 INFO STEP 279 (remove_files) COMPLETE
53672025-05-15T04:05:46.160Z[ recovery-image] May 15 04:05:45.709 INFO O| May 15 04:05:45.709 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.723 INFO O| May 15 04:05:45.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53692025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.723 INFO O| May 15 04:05:45.723 INFO STEP 280 (remove_files) COMPLETE
53702025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.723 INFO O| May 15 04:05:45.723 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.737 INFO O| May 15 04:05:45.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53722025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.737 INFO O| May 15 04:05:45.737 INFO STEP 281 (remove_files) COMPLETE
53732025-05-15T04:05:46.185Z[ recovery-image] May 15 04:05:45.737 INFO O| May 15 04:05:45.737 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-05-15T04:05:46.210Z[ recovery-image] May 15 04:05:45.751 INFO O| May 15 04:05:45.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53752025-05-15T04:05:46.210Z[ recovery-image] May 15 04:05:45.751 INFO O| May 15 04:05:45.751 INFO STEP 282 (remove_files) COMPLETE
53762025-05-15T04:05:46.211Z[ recovery-image] May 15 04:05:45.751 INFO O| May 15 04:05:45.751 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-05-15T04:05:46.236Z[ recovery-image] May 15 04:05:45.771 INFO O| May 15 04:05:45.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53782025-05-15T04:05:46.236Z[ recovery-image] May 15 04:05:45.772 INFO O| May 15 04:05:45.772 INFO STEP 283 (remove_files) COMPLETE
53792025-05-15T04:05:46.236Z[ recovery-image] May 15 04:05:45.772 INFO O| May 15 04:05:45.772 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.800 INFO O| May 15 04:05:45.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53812025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.800 INFO O| May 15 04:05:45.800 INFO STEP 284 (remove_files) COMPLETE
53822025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.800 INFO O| May 15 04:05:45.800 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.815 INFO O| May 15 04:05:45.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53842025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.815 INFO O| May 15 04:05:45.815 INFO STEP 285 (remove_files) COMPLETE
53852025-05-15T04:05:46.261Z[ recovery-image] May 15 04:05:45.815 INFO O| May 15 04:05:45.815 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-05-15T04:05:46.288Z[ recovery-image] May 15 04:05:45.829 INFO O| May 15 04:05:45.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53872025-05-15T04:05:46.288Z[ recovery-image] May 15 04:05:45.829 INFO O| May 15 04:05:45.829 INFO STEP 286 (remove_files) COMPLETE
53882025-05-15T04:05:46.288Z[ recovery-image] May 15 04:05:45.829 INFO O| May 15 04:05:45.829 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-05-15T04:05:46.313Z[ recovery-image] May 15 04:05:45.843 INFO O| May 15 04:05:45.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53902025-05-15T04:05:46.313Z[ recovery-image] May 15 04:05:45.843 INFO O| May 15 04:05:45.843 INFO STEP 287 (remove_files) COMPLETE
53912025-05-15T04:05:46.313Z[ recovery-image] May 15 04:05:45.843 INFO O| May 15 04:05:45.843 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-05-15T04:05:46.315Z[ recovery-image] May 15 04:05:45.856 INFO O| May 15 04:05:45.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53932025-05-15T04:05:46.315Z[ recovery-image] May 15 04:05:45.857 INFO O| May 15 04:05:45.857 INFO STEP 288 (remove_files) COMPLETE
53942025-05-15T04:05:46.315Z[ recovery-image] May 15 04:05:45.857 INFO O| May 15 04:05:45.857 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.871 INFO O| May 15 04:05:45.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53962025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.871 INFO O| May 15 04:05:45.871 INFO STEP 289 (remove_files) COMPLETE
53972025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.871 INFO O| May 15 04:05:45.871 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.884 INFO O| May 15 04:05:45.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53992025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.884 INFO O| May 15 04:05:45.884 INFO STEP 290 (remove_files) COMPLETE
54002025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.884 INFO O| May 15 04:05:45.884 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.897 INFO O| May 15 04:05:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54022025-05-15T04:05:46.341Z[ recovery-image] May 15 04:05:45.897 INFO O| May 15 04:05:45.897 INFO STEP 291 (remove_files) COMPLETE
54032025-05-15T04:05:46.366Z[ recovery-image] May 15 04:05:45.897 INFO O| May 15 04:05:45.897 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-05-15T04:05:46.366Z[ recovery-image] May 15 04:05:45.910 INFO O| May 15 04:05:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54052025-05-15T04:05:46.367Z[ recovery-image] May 15 04:05:45.910 INFO O| May 15 04:05:45.910 INFO STEP 292 (remove_files) COMPLETE
54062025-05-15T04:05:46.367Z[ recovery-image] May 15 04:05:45.910 INFO O| May 15 04:05:45.910 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-05-15T04:05:46.392Z[ recovery-image] May 15 04:05:45.923 INFO O| May 15 04:05:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54082025-05-15T04:05:46.393Z[ recovery-image] May 15 04:05:45.923 INFO O| May 15 04:05:45.923 INFO STEP 293 (remove_files) COMPLETE
54092025-05-15T04:05:46.393Z[ recovery-image] May 15 04:05:45.923 INFO O| May 15 04:05:45.923 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-05-15T04:05:46.393Z[ recovery-image] May 15 04:05:45.936 INFO O| May 15 04:05:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54112025-05-15T04:05:46.393Z[ recovery-image] May 15 04:05:45.936 INFO O| May 15 04:05:45.936 INFO STEP 294 (remove_files) COMPLETE
54122025-05-15T04:05:46.393Z[ recovery-image] May 15 04:05:45.936 INFO O| May 15 04:05:45.936 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.949 INFO O| May 15 04:05:45.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54142025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.949 INFO O| May 15 04:05:45.949 INFO STEP 295 (remove_files) COMPLETE
54152025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.949 INFO O| May 15 04:05:45.949 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.962 INFO O| May 15 04:05:45.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54172025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.962 INFO O| May 15 04:05:45.962 INFO STEP 296 (remove_files) COMPLETE
54182025-05-15T04:05:46.418Z[ recovery-image] May 15 04:05:45.962 INFO O| May 15 04:05:45.962 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-05-15T04:05:46.443Z[ recovery-image] May 15 04:05:45.975 INFO O| May 15 04:05:45.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
54202025-05-15T04:05:46.443Z[ recovery-image] May 15 04:05:45.976 INFO O| May 15 04:05:45.976 INFO STEP 297 (remove_files) COMPLETE
54212025-05-15T04:05:46.443Z[ recovery-image] May 15 04:05:45.976 INFO O| May 15 04:05:45.976 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-05-15T04:05:46.444Z[ recovery-image] May 15 04:05:45.989 INFO O| May 15 04:05:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
54232025-05-15T04:05:46.444Z[ recovery-image] May 15 04:05:45.989 INFO O| May 15 04:05:45.989 INFO STEP 298 (remove_files) COMPLETE
54242025-05-15T04:05:46.444Z[ recovery-image] May 15 04:05:45.989 INFO O| May 15 04:05:45.989 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.002 INFO O| May 15 04:05:46.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
54262025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.002 INFO O| May 15 04:05:46.002 INFO STEP 299 (remove_files) COMPLETE
54272025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.002 INFO O| May 15 04:05:46.002 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.024 INFO O| May 15 04:05:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
54292025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.025 INFO O| May 15 04:05:46.025 INFO STEP 300 (remove_files) COMPLETE
54302025-05-15T04:05:46.469Z[ recovery-image] May 15 04:05:46.025 INFO O| May 15 04:05:46.025 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-05-15T04:05:46.494Z[ recovery-image] May 15 04:05:46.044 INFO O| May 15 04:05:46.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
54322025-05-15T04:05:46.494Z[ recovery-image] May 15 04:05:46.044 INFO O| May 15 04:05:46.044 INFO STEP 301 (remove_files) COMPLETE
54332025-05-15T04:05:46.494Z[ recovery-image] May 15 04:05:46.044 INFO O| May 15 04:05:46.044 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-05-15T04:05:46.519Z[ recovery-image] May 15 04:05:46.062 INFO O| May 15 04:05:46.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
54352025-05-15T04:05:46.519Z[ recovery-image] May 15 04:05:46.062 INFO O| May 15 04:05:46.062 INFO STEP 302 (remove_files) COMPLETE
54362025-05-15T04:05:46.519Z[ recovery-image] May 15 04:05:46.062 INFO O| May 15 04:05:46.062 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.078 INFO O| May 15 04:05:46.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54382025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.078 INFO O| May 15 04:05:46.078 INFO STEP 303 (remove_files) COMPLETE
54392025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.078 INFO O| May 15 04:05:46.078 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.094 INFO O| May 15 04:05:46.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
54412025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.094 INFO O| May 15 04:05:46.094 INFO STEP 304 (remove_files) COMPLETE
54422025-05-15T04:05:46.545Z[ recovery-image] May 15 04:05:46.094 INFO O| May 15 04:05:46.094 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.111 INFO O| May 15 04:05:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
54442025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.111 INFO O| May 15 04:05:46.111 INFO STEP 305 (remove_files) COMPLETE
54452025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.111 INFO O| May 15 04:05:46.111 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.126 INFO O| May 15 04:05:46.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
54472025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.126 INFO O| May 15 04:05:46.126 INFO STEP 306 (remove_files) COMPLETE
54482025-05-15T04:05:46.570Z[ recovery-image] May 15 04:05:46.126 INFO O| May 15 04:05:46.126 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-05-15T04:05:46.595Z[ recovery-image] May 15 04:05:46.142 INFO O| May 15 04:05:46.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54502025-05-15T04:05:46.595Z[ recovery-image] May 15 04:05:46.142 INFO O| May 15 04:05:46.142 INFO STEP 307 (remove_files) COMPLETE
54512025-05-15T04:05:46.595Z[ recovery-image] May 15 04:05:46.142 INFO O| May 15 04:05:46.142 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-05-15T04:05:46.621Z[ recovery-image] May 15 04:05:46.159 INFO O| May 15 04:05:46.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54532025-05-15T04:05:46.621Z[ recovery-image] May 15 04:05:46.159 INFO O| May 15 04:05:46.159 INFO STEP 308 (remove_files) COMPLETE
54542025-05-15T04:05:46.621Z[ recovery-image] May 15 04:05:46.159 INFO O| May 15 04:05:46.159 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-05-15T04:05:46.621Z[ recovery-image] May 15 04:05:46.175 INFO O| May 15 04:05:46.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54562025-05-15T04:05:46.622Z[ recovery-image] May 15 04:05:46.176 INFO O| May 15 04:05:46.176 INFO STEP 309 (remove_files) COMPLETE
54572025-05-15T04:05:46.622Z[ recovery-image] May 15 04:05:46.176 INFO O| May 15 04:05:46.176 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-05-15T04:05:46.647Z[ recovery-image] May 15 04:05:46.193 INFO O| May 15 04:05:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54592025-05-15T04:05:46.647Z[ recovery-image] May 15 04:05:46.193 INFO O| May 15 04:05:46.193 INFO STEP 310 (remove_files) COMPLETE
54602025-05-15T04:05:46.647Z[ recovery-image] May 15 04:05:46.193 INFO O| May 15 04:05:46.193 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.211 INFO O| May 15 04:05:46.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54622025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.211 INFO O| May 15 04:05:46.211 INFO STEP 311 (remove_files) COMPLETE
54632025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.211 INFO O| May 15 04:05:46.211 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.227 INFO O| May 15 04:05:46.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54652025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.227 INFO O| May 15 04:05:46.227 INFO STEP 312 (remove_files) COMPLETE
54662025-05-15T04:05:46.672Z[ recovery-image] May 15 04:05:46.227 INFO O| May 15 04:05:46.227 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-05-15T04:05:46.698Z[ recovery-image] May 15 04:05:46.243 INFO O| May 15 04:05:46.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54682025-05-15T04:05:46.698Z[ recovery-image] May 15 04:05:46.243 INFO O| May 15 04:05:46.243 INFO STEP 313 (remove_files) COMPLETE
54692025-05-15T04:05:46.698Z[ recovery-image] May 15 04:05:46.243 INFO O| May 15 04:05:46.243 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-05-15T04:05:46.723Z[ recovery-image] May 15 04:05:46.261 INFO O| May 15 04:05:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54712025-05-15T04:05:46.723Z[ recovery-image] May 15 04:05:46.261 INFO O| May 15 04:05:46.261 INFO STEP 314 (remove_files) COMPLETE
54722025-05-15T04:05:46.723Z[ recovery-image] May 15 04:05:46.261 INFO O| May 15 04:05:46.261 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.281 INFO O| May 15 04:05:46.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54742025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.281 INFO O| May 15 04:05:46.281 INFO STEP 315 (remove_files) COMPLETE
54752025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.281 INFO O| May 15 04:05:46.281 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.297 INFO O| May 15 04:05:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54772025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.297 INFO O| May 15 04:05:46.297 INFO STEP 316 (remove_files) COMPLETE
54782025-05-15T04:05:46.748Z[ recovery-image] May 15 04:05:46.297 INFO O| May 15 04:05:46.297 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-05-15T04:05:46.773Z[ recovery-image] May 15 04:05:46.313 INFO O| May 15 04:05:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54802025-05-15T04:05:46.773Z[ recovery-image] May 15 04:05:46.314 INFO O| May 15 04:05:46.314 INFO STEP 317 (remove_files) COMPLETE
54812025-05-15T04:05:46.773Z[ recovery-image] May 15 04:05:46.314 INFO O| May 15 04:05:46.314 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-05-15T04:05:46.775Z[ recovery-image] May 15 04:05:46.329 INFO O| May 15 04:05:46.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54832025-05-15T04:05:46.775Z[ recovery-image] May 15 04:05:46.329 INFO O| May 15 04:05:46.329 INFO STEP 318 (remove_files) COMPLETE
54842025-05-15T04:05:46.800Z[ recovery-image] May 15 04:05:46.329 INFO O| May 15 04:05:46.329 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-05-15T04:05:46.800Z[ recovery-image] May 15 04:05:46.344 INFO O| May 15 04:05:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54862025-05-15T04:05:46.800Z[ recovery-image] May 15 04:05:46.344 INFO O| May 15 04:05:46.344 INFO STEP 319 (remove_files) COMPLETE
54872025-05-15T04:05:46.800Z[ recovery-image] May 15 04:05:46.344 INFO O| May 15 04:05:46.344 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.359 INFO O| May 15 04:05:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54892025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.359 INFO O| May 15 04:05:46.359 INFO STEP 320 (remove_files) COMPLETE
54902025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.359 INFO O| May 15 04:05:46.359 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.373 INFO O| May 15 04:05:46.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54922025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.373 INFO O| May 15 04:05:46.373 INFO STEP 321 (remove_files) COMPLETE
54932025-05-15T04:05:46.826Z[ recovery-image] May 15 04:05:46.373 INFO O| May 15 04:05:46.373 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-05-15T04:05:46.851Z[ recovery-image] May 15 04:05:46.387 INFO O| May 15 04:05:46.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54952025-05-15T04:05:46.851Z[ recovery-image] May 15 04:05:46.387 INFO O| May 15 04:05:46.387 INFO STEP 322 (remove_files) COMPLETE
54962025-05-15T04:05:46.851Z[ recovery-image] May 15 04:05:46.387 INFO O| May 15 04:05:46.387 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-05-15T04:05:46.852Z[ recovery-image] May 15 04:05:46.401 INFO O| May 15 04:05:46.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54982025-05-15T04:05:46.852Z[ recovery-image] May 15 04:05:46.401 INFO O| May 15 04:05:46.401 INFO STEP 323 (remove_files) COMPLETE
54992025-05-15T04:05:46.852Z[ recovery-image] May 15 04:05:46.401 INFO O| May 15 04:05:46.401 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.415 INFO O| May 15 04:05:46.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55012025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.415 INFO O| May 15 04:05:46.415 INFO STEP 324 (remove_files) COMPLETE
55022025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.415 INFO O| May 15 04:05:46.415 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.429 INFO O| May 15 04:05:46.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55042025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.429 INFO O| May 15 04:05:46.429 INFO STEP 325 (remove_files) COMPLETE
55052025-05-15T04:05:46.877Z[ recovery-image] May 15 04:05:46.429 INFO O| May 15 04:05:46.429 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-05-15T04:05:46.902Z[ recovery-image] May 15 04:05:46.443 INFO O| May 15 04:05:46.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55072025-05-15T04:05:46.902Z[ recovery-image] May 15 04:05:46.443 INFO O| May 15 04:05:46.443 INFO STEP 326 (remove_files) COMPLETE
55082025-05-15T04:05:46.902Z[ recovery-image] May 15 04:05:46.443 INFO O| May 15 04:05:46.443 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-05-15T04:05:46.903Z[ recovery-image] May 15 04:05:46.457 INFO O| May 15 04:05:46.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55102025-05-15T04:05:46.903Z[ recovery-image] May 15 04:05:46.457 INFO O| May 15 04:05:46.457 INFO STEP 327 (remove_files) COMPLETE
55112025-05-15T04:05:46.903Z[ recovery-image] May 15 04:05:46.458 INFO O| May 15 04:05:46.457 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-05-15T04:05:46.928Z[ recovery-image] May 15 04:05:46.471 INFO O| May 15 04:05:46.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55132025-05-15T04:05:46.928Z[ recovery-image] May 15 04:05:46.471 INFO O| May 15 04:05:46.471 INFO STEP 328 (remove_files) COMPLETE
55142025-05-15T04:05:46.928Z[ recovery-image] May 15 04:05:46.471 INFO O| May 15 04:05:46.471 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.485 INFO O| May 15 04:05:46.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55162025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.485 INFO O| May 15 04:05:46.485 INFO STEP 329 (remove_files) COMPLETE
55172025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.485 INFO O| May 15 04:05:46.485 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.499 INFO O| May 15 04:05:46.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
55192025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.500 INFO O| May 15 04:05:46.500 INFO STEP 330 (remove_files) COMPLETE
55202025-05-15T04:05:46.954Z[ recovery-image] May 15 04:05:46.500 INFO O| May 15 04:05:46.500 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.514 INFO O| May 15 04:05:46.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
55222025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.514 INFO O| May 15 04:05:46.514 INFO STEP 331 (remove_files) COMPLETE
55232025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.514 INFO O| May 15 04:05:46.514 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.528 INFO O| May 15 04:05:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55252025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.528 INFO O| May 15 04:05:46.528 INFO STEP 332 (remove_files) COMPLETE
55262025-05-15T04:05:46.979Z[ recovery-image] May 15 04:05:46.528 INFO O| May 15 04:05:46.528 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.541 INFO O| May 15 04:05:46.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55282025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.542 INFO O| May 15 04:05:46.542 INFO STEP 333 (remove_files) COMPLETE
55292025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.542 INFO O| May 15 04:05:46.542 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.556 INFO O| May 15 04:05:46.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
55312025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.556 INFO O| May 15 04:05:46.556 INFO STEP 334 (remove_files) COMPLETE
55322025-05-15T04:05:47.006Z[ recovery-image] May 15 04:05:46.556 INFO O| May 15 04:05:46.556 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.571 INFO O| May 15 04:05:46.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
55342025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.571 INFO O| May 15 04:05:46.571 INFO STEP 335 (remove_files) COMPLETE
55352025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.571 INFO O| May 15 04:05:46.571 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.586 INFO O| May 15 04:05:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55372025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.586 INFO O| May 15 04:05:46.586 INFO STEP 336 (remove_files) COMPLETE
55382025-05-15T04:05:47.032Z[ recovery-image] May 15 04:05:46.586 INFO O| May 15 04:05:46.586 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-05-15T04:05:47.057Z[ recovery-image] May 15 04:05:46.601 INFO O| May 15 04:05:46.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55402025-05-15T04:05:47.057Z[ recovery-image] May 15 04:05:46.601 INFO O| May 15 04:05:46.601 INFO STEP 337 (remove_files) COMPLETE
55412025-05-15T04:05:47.058Z[ recovery-image] May 15 04:05:46.601 INFO O| May 15 04:05:46.601 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.615 INFO O| May 15 04:05:46.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55432025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.616 INFO O| May 15 04:05:46.616 INFO STEP 338 (remove_files) COMPLETE
55442025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.616 INFO O| May 15 04:05:46.616 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.630 INFO O| May 15 04:05:46.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55462025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.630 INFO O| May 15 04:05:46.630 INFO STEP 339 (remove_files) COMPLETE
55472025-05-15T04:05:47.084Z[ recovery-image] May 15 04:05:46.630 INFO O| May 15 04:05:46.630 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-05-15T04:05:47.109Z[ recovery-image] May 15 04:05:46.647 INFO O| May 15 04:05:46.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55492025-05-15T04:05:47.111Z[ recovery-image] May 15 04:05:46.647 INFO O| May 15 04:05:46.647 INFO STEP 340 (remove_files) COMPLETE
55502025-05-15T04:05:47.111Z[ recovery-image] May 15 04:05:46.647 INFO O| May 15 04:05:46.647 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-05-15T04:05:47.111Z[ recovery-image] May 15 04:05:46.663 INFO O| May 15 04:05:46.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55522025-05-15T04:05:47.111Z[ recovery-image] May 15 04:05:46.664 INFO O| May 15 04:05:46.663 INFO STEP 341 (remove_files) COMPLETE
55532025-05-15T04:05:47.111Z[ recovery-image] May 15 04:05:46.664 INFO O| May 15 04:05:46.664 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-05-15T04:05:47.136Z[ recovery-image] May 15 04:05:46.680 INFO O| May 15 04:05:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55552025-05-15T04:05:47.136Z[ recovery-image] May 15 04:05:46.680 INFO O| May 15 04:05:46.680 INFO STEP 342 (remove_files) COMPLETE
55562025-05-15T04:05:47.136Z[ recovery-image] May 15 04:05:46.680 INFO O| May 15 04:05:46.680 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-05-15T04:05:47.161Z[ recovery-image] May 15 04:05:46.697 INFO O| May 15 04:05:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55582025-05-15T04:05:47.161Z[ recovery-image] May 15 04:05:46.697 INFO O| May 15 04:05:46.697 INFO STEP 343 (remove_files) COMPLETE
55592025-05-15T04:05:47.162Z[ recovery-image] May 15 04:05:46.697 INFO O| May 15 04:05:46.697 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-05-15T04:05:47.162Z[ recovery-image] May 15 04:05:46.712 INFO O| May 15 04:05:46.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55612025-05-15T04:05:47.162Z[ recovery-image] May 15 04:05:46.713 INFO O| May 15 04:05:46.713 INFO STEP 344 (remove_files) COMPLETE
55622025-05-15T04:05:47.162Z[ recovery-image] May 15 04:05:46.713 INFO O| May 15 04:05:46.713 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-05-15T04:05:47.186Z[ recovery-image] May 15 04:05:46.727 INFO O| May 15 04:05:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55642025-05-15T04:05:47.187Z[ recovery-image] May 15 04:05:46.728 INFO O| May 15 04:05:46.728 INFO STEP 345 (remove_files) COMPLETE
55652025-05-15T04:05:47.187Z[ recovery-image] May 15 04:05:46.728 INFO O| May 15 04:05:46.728 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-05-15T04:05:47.187Z[ recovery-image] May 15 04:05:46.742 INFO O| May 15 04:05:46.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55672025-05-15T04:05:47.187Z[ recovery-image] May 15 04:05:46.742 INFO O| May 15 04:05:46.742 INFO STEP 346 (remove_files) COMPLETE
55682025-05-15T04:05:47.187Z[ recovery-image] May 15 04:05:46.742 INFO O| May 15 04:05:46.742 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-05-15T04:05:47.212Z[ recovery-image] May 15 04:05:46.756 INFO O| May 15 04:05:46.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55702025-05-15T04:05:47.212Z[ recovery-image] May 15 04:05:46.756 INFO O| May 15 04:05:46.756 INFO STEP 347 (remove_files) COMPLETE
55712025-05-15T04:05:47.212Z[ recovery-image] May 15 04:05:46.756 INFO O| May 15 04:05:46.756 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-05-15T04:05:47.237Z[ recovery-image] May 15 04:05:46.769 INFO O| May 15 04:05:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55732025-05-15T04:05:47.237Z[ recovery-image] May 15 04:05:46.770 INFO O| May 15 04:05:46.770 INFO STEP 348 (remove_files) COMPLETE
55742025-05-15T04:05:47.237Z[ recovery-image] May 15 04:05:46.770 INFO O| May 15 04:05:46.770 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-05-15T04:05:47.237Z[ recovery-image] May 15 04:05:46.782 INFO O| May 15 04:05:46.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55762025-05-15T04:05:47.238Z[ recovery-image] May 15 04:05:46.782 INFO O| May 15 04:05:46.782 INFO STEP 349 (remove_files) COMPLETE
55772025-05-15T04:05:47.238Z[ recovery-image] May 15 04:05:46.782 INFO O| May 15 04:05:46.782 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.795 INFO O| May 15 04:05:46.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55792025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.796 INFO O| May 15 04:05:46.796 INFO STEP 350 (remove_files) COMPLETE
55802025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.796 INFO O| May 15 04:05:46.796 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.808 INFO O| May 15 04:05:46.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55822025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.808 INFO O| May 15 04:05:46.808 INFO STEP 351 (remove_files) COMPLETE
55832025-05-15T04:05:47.263Z[ recovery-image] May 15 04:05:46.808 INFO O| May 15 04:05:46.808 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.821 INFO O| May 15 04:05:46.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55852025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.822 INFO O| May 15 04:05:46.821 INFO STEP 352 (remove_files) COMPLETE
55862025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.822 INFO O| May 15 04:05:46.822 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.834 INFO O| May 15 04:05:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55882025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.834 INFO O| May 15 04:05:46.834 INFO STEP 353 (remove_files) COMPLETE
55892025-05-15T04:05:47.288Z[ recovery-image] May 15 04:05:46.834 INFO O| May 15 04:05:46.834 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.847 INFO O| May 15 04:05:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55912025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.847 INFO O| May 15 04:05:46.847 INFO STEP 354 (remove_files) COMPLETE
55922025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.847 INFO O| May 15 04:05:46.847 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.860 INFO O| May 15 04:05:46.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55942025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.860 INFO O| May 15 04:05:46.860 INFO STEP 355 (remove_files) COMPLETE
55952025-05-15T04:05:47.314Z[ recovery-image] May 15 04:05:46.860 INFO O| May 15 04:05:46.860 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.873 INFO O| May 15 04:05:46.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55972025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.873 INFO O| May 15 04:05:46.873 INFO STEP 356 (remove_files) COMPLETE
55982025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.873 INFO O| May 15 04:05:46.873 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.890 INFO O| May 15 04:05:46.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56002025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.890 INFO O| May 15 04:05:46.890 INFO STEP 357 (remove_files) COMPLETE
56012025-05-15T04:05:47.340Z[ recovery-image] May 15 04:05:46.890 INFO O| May 15 04:05:46.890 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.904 INFO O| May 15 04:05:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56032025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.904 INFO O| May 15 04:05:46.904 INFO STEP 358 (remove_files) COMPLETE
56042025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.904 INFO O| May 15 04:05:46.904 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.917 INFO O| May 15 04:05:46.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56062025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.917 INFO O| May 15 04:05:46.917 INFO STEP 359 (remove_files) COMPLETE
56072025-05-15T04:05:47.366Z[ recovery-image] May 15 04:05:46.917 INFO O| May 15 04:05:46.917 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.930 INFO O| May 15 04:05:46.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56092025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.930 INFO O| May 15 04:05:46.930 INFO STEP 360 (remove_files) COMPLETE
56102025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.930 INFO O| May 15 04:05:46.930 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.947 INFO O| May 15 04:05:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56122025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.947 INFO O| May 15 04:05:46.947 INFO STEP 361 (remove_files) COMPLETE
56132025-05-15T04:05:47.392Z[ recovery-image] May 15 04:05:46.947 INFO O| May 15 04:05:46.947 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-05-15T04:05:47.417Z[ recovery-image] May 15 04:05:46.960 INFO O| May 15 04:05:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56152025-05-15T04:05:47.417Z[ recovery-image] May 15 04:05:46.960 INFO O| May 15 04:05:46.960 INFO STEP 362 (remove_files) COMPLETE
56162025-05-15T04:05:47.417Z[ recovery-image] May 15 04:05:46.960 INFO O| May 15 04:05:46.960 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-05-15T04:05:47.418Z[ recovery-image] May 15 04:05:46.973 INFO O| May 15 04:05:46.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56182025-05-15T04:05:47.418Z[ recovery-image] May 15 04:05:46.973 INFO O| May 15 04:05:46.973 INFO STEP 363 (remove_files) COMPLETE
56192025-05-15T04:05:47.418Z[ recovery-image] May 15 04:05:46.973 INFO O| May 15 04:05:46.973 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.986 INFO O| May 15 04:05:46.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56212025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.986 INFO O| May 15 04:05:46.986 INFO STEP 364 (remove_files) COMPLETE
56222025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.986 INFO O| May 15 04:05:46.986 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.999 INFO O| May 15 04:05:46.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56242025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.999 INFO O| May 15 04:05:46.999 INFO STEP 365 (remove_files) COMPLETE
56252025-05-15T04:05:47.444Z[ recovery-image] May 15 04:05:46.999 INFO O| May 15 04:05:46.999 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-05-15T04:05:47.469Z[ recovery-image] May 15 04:05:47.019 INFO O| May 15 04:05:47.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56272025-05-15T04:05:47.469Z[ recovery-image] May 15 04:05:47.019 INFO O| May 15 04:05:47.019 INFO STEP 366 (remove_files) COMPLETE
56282025-05-15T04:05:47.469Z[ recovery-image] May 15 04:05:47.019 INFO O| May 15 04:05:47.019 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-05-15T04:05:47.494Z[ recovery-image] May 15 04:05:47.041 INFO O| May 15 04:05:47.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56302025-05-15T04:05:47.494Z[ recovery-image] May 15 04:05:47.041 INFO O| May 15 04:05:47.041 INFO STEP 367 (remove_files) COMPLETE
56312025-05-15T04:05:47.494Z[ recovery-image] May 15 04:05:47.041 INFO O| May 15 04:05:47.041 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-05-15T04:05:47.519Z[ recovery-image] May 15 04:05:47.060 INFO O| May 15 04:05:47.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56332025-05-15T04:05:47.519Z[ recovery-image] May 15 04:05:47.060 INFO O| May 15 04:05:47.060 INFO STEP 368 (remove_files) COMPLETE
56342025-05-15T04:05:47.519Z[ recovery-image] May 15 04:05:47.060 INFO O| May 15 04:05:47.060 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.080 INFO O| May 15 04:05:47.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56362025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.080 INFO O| May 15 04:05:47.080 INFO STEP 369 (remove_files) COMPLETE
56372025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.080 INFO O| May 15 04:05:47.080 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.096 INFO O| May 15 04:05:47.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56392025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.097 INFO O| May 15 04:05:47.097 INFO STEP 370 (remove_files) COMPLETE
56402025-05-15T04:05:47.545Z[ recovery-image] May 15 04:05:47.097 INFO O| May 15 04:05:47.097 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-05-15T04:05:47.570Z[ recovery-image] May 15 04:05:47.112 INFO O| May 15 04:05:47.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56422025-05-15T04:05:47.571Z[ recovery-image] May 15 04:05:47.113 INFO O| May 15 04:05:47.113 INFO STEP 371 (remove_files) COMPLETE
56432025-05-15T04:05:47.571Z[ recovery-image] May 15 04:05:47.113 INFO O| May 15 04:05:47.113 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-05-15T04:05:47.597Z[ recovery-image] May 15 04:05:47.131 INFO O| May 15 04:05:47.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56452025-05-15T04:05:47.597Z[ recovery-image] May 15 04:05:47.131 INFO O| May 15 04:05:47.131 INFO STEP 372 (remove_files) COMPLETE
56462025-05-15T04:05:47.598Z[ recovery-image] May 15 04:05:47.131 INFO O| May 15 04:05:47.131 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-05-15T04:05:47.598Z[ recovery-image] May 15 04:05:47.145 INFO O| May 15 04:05:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56482025-05-15T04:05:47.598Z[ recovery-image] May 15 04:05:47.146 INFO O| May 15 04:05:47.146 INFO STEP 373 (remove_files) COMPLETE
56492025-05-15T04:05:47.598Z[ recovery-image] May 15 04:05:47.146 INFO O| May 15 04:05:47.146 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.159 INFO O| May 15 04:05:47.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56512025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.160 INFO O| May 15 04:05:47.160 INFO STEP 374 (remove_files) COMPLETE
56522025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.160 INFO O| May 15 04:05:47.160 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.173 INFO O| May 15 04:05:47.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56542025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.174 INFO O| May 15 04:05:47.173 INFO STEP 375 (remove_files) COMPLETE
56552025-05-15T04:05:47.623Z[ recovery-image] May 15 04:05:47.174 INFO O| May 15 04:05:47.174 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-05-15T04:05:47.648Z[ recovery-image] May 15 04:05:47.188 INFO O| May 15 04:05:47.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56572025-05-15T04:05:47.649Z[ recovery-image] May 15 04:05:47.188 INFO O| May 15 04:05:47.188 INFO STEP 376 (remove_files) COMPLETE
56582025-05-15T04:05:47.649Z[ recovery-image] May 15 04:05:47.188 INFO O| May 15 04:05:47.188 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-05-15T04:05:47.649Z[ recovery-image] May 15 04:05:47.203 INFO O| May 15 04:05:47.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56602025-05-15T04:05:47.649Z[ recovery-image] May 15 04:05:47.203 INFO O| May 15 04:05:47.203 INFO STEP 377 (remove_files) COMPLETE
56612025-05-15T04:05:47.649Z[ recovery-image] May 15 04:05:47.203 INFO O| May 15 04:05:47.203 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-05-15T04:05:47.674Z[ recovery-image] May 15 04:05:47.219 INFO O| May 15 04:05:47.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56632025-05-15T04:05:47.674Z[ recovery-image] May 15 04:05:47.219 INFO O| May 15 04:05:47.219 INFO STEP 378 (remove_files) COMPLETE
56642025-05-15T04:05:47.674Z[ recovery-image] May 15 04:05:47.219 INFO O| May 15 04:05:47.219 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.232 INFO O| May 15 04:05:47.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56662025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.233 INFO O| May 15 04:05:47.233 INFO STEP 379 (remove_files) COMPLETE
56672025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.233 INFO O| May 15 04:05:47.233 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.246 INFO O| May 15 04:05:47.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56692025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.246 INFO O| May 15 04:05:47.246 INFO STEP 380 (remove_files) COMPLETE
56702025-05-15T04:05:47.699Z[ recovery-image] May 15 04:05:47.246 INFO O| May 15 04:05:47.246 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-05-15T04:05:47.724Z[ recovery-image] May 15 04:05:47.260 INFO O| May 15 04:05:47.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56722025-05-15T04:05:47.724Z[ recovery-image] May 15 04:05:47.260 INFO O| May 15 04:05:47.260 INFO STEP 381 (remove_files) COMPLETE
56732025-05-15T04:05:47.724Z[ recovery-image] May 15 04:05:47.260 INFO O| May 15 04:05:47.260 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-05-15T04:05:47.724Z[ recovery-image] May 15 04:05:47.279 INFO O| May 15 04:05:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56752025-05-15T04:05:47.725Z[ recovery-image] May 15 04:05:47.279 INFO O| May 15 04:05:47.279 INFO STEP 382 (remove_files) COMPLETE
56762025-05-15T04:05:47.725Z[ recovery-image] May 15 04:05:47.279 INFO O| May 15 04:05:47.279 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-05-15T04:05:47.751Z[ recovery-image] May 15 04:05:47.296 INFO O| May 15 04:05:47.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56782025-05-15T04:05:47.751Z[ recovery-image] May 15 04:05:47.296 INFO O| May 15 04:05:47.296 INFO STEP 383 (remove_files) COMPLETE
56792025-05-15T04:05:47.751Z[ recovery-image] May 15 04:05:47.296 INFO O| May 15 04:05:47.296 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.311 INFO O| May 15 04:05:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56812025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.311 INFO O| May 15 04:05:47.311 INFO STEP 384 (remove_files) COMPLETE
56822025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.311 INFO O| May 15 04:05:47.311 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.325 INFO O| May 15 04:05:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56842025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.325 INFO O| May 15 04:05:47.325 INFO STEP 385 (remove_files) COMPLETE
56852025-05-15T04:05:47.776Z[ recovery-image] May 15 04:05:47.325 INFO O| May 15 04:05:47.325 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-05-15T04:05:47.801Z[ recovery-image] May 15 04:05:47.339 INFO O| May 15 04:05:47.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56872025-05-15T04:05:47.801Z[ recovery-image] May 15 04:05:47.339 INFO O| May 15 04:05:47.339 INFO STEP 386 (remove_files) COMPLETE
56882025-05-15T04:05:47.801Z[ recovery-image] May 15 04:05:47.339 INFO O| May 15 04:05:47.339 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-05-15T04:05:47.801Z[ recovery-image] May 15 04:05:47.353 INFO O| May 15 04:05:47.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56902025-05-15T04:05:47.801Z[ recovery-image] May 15 04:05:47.354 INFO O| May 15 04:05:47.353 INFO STEP 387 (remove_files) COMPLETE
56912025-05-15T04:05:47.802Z[ recovery-image] May 15 04:05:47.354 INFO O| May 15 04:05:47.354 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.368 INFO O| May 15 04:05:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56932025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.368 INFO O| May 15 04:05:47.368 INFO STEP 388 (remove_files) COMPLETE
56942025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.368 INFO O| May 15 04:05:47.368 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.382 INFO O| May 15 04:05:47.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56962025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.382 INFO O| May 15 04:05:47.382 INFO STEP 389 (remove_files) COMPLETE
56972025-05-15T04:05:47.827Z[ recovery-image] May 15 04:05:47.382 INFO O| May 15 04:05:47.382 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-05-15T04:05:47.852Z[ recovery-image] May 15 04:05:47.396 INFO O| May 15 04:05:47.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56992025-05-15T04:05:47.852Z[ recovery-image] May 15 04:05:47.396 INFO O| May 15 04:05:47.396 INFO STEP 390 (remove_files) COMPLETE
57002025-05-15T04:05:47.852Z[ recovery-image] May 15 04:05:47.396 INFO O| May 15 04:05:47.396 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-05-15T04:05:47.877Z[ recovery-image] May 15 04:05:47.410 INFO O| May 15 04:05:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57022025-05-15T04:05:47.877Z[ recovery-image] May 15 04:05:47.410 INFO O| May 15 04:05:47.410 INFO STEP 391 (remove_files) COMPLETE
57032025-05-15T04:05:47.877Z[ recovery-image] May 15 04:05:47.410 INFO O| May 15 04:05:47.410 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-05-15T04:05:47.877Z[ recovery-image] May 15 04:05:47.424 INFO O| May 15 04:05:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57052025-05-15T04:05:47.877Z[ recovery-image] May 15 04:05:47.424 INFO O| May 15 04:05:47.424 INFO STEP 392 (remove_files) COMPLETE
57062025-05-15T04:05:47.878Z[ recovery-image] May 15 04:05:47.424 INFO O| May 15 04:05:47.424 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.437 INFO O| May 15 04:05:47.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57082025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.437 INFO O| May 15 04:05:47.437 INFO STEP 393 (remove_files) COMPLETE
57092025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.437 INFO O| May 15 04:05:47.437 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.450 INFO O| May 15 04:05:47.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57112025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.451 INFO O| May 15 04:05:47.451 INFO STEP 394 (remove_files) COMPLETE
57122025-05-15T04:05:47.904Z[ recovery-image] May 15 04:05:47.451 INFO O| May 15 04:05:47.451 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.464 INFO O| May 15 04:05:47.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57142025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.464 INFO O| May 15 04:05:47.464 INFO STEP 395 (remove_files) COMPLETE
57152025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.464 INFO O| May 15 04:05:47.464 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.478 INFO O| May 15 04:05:47.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57172025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.478 INFO O| May 15 04:05:47.478 INFO STEP 396 (remove_files) COMPLETE
57182025-05-15T04:05:47.929Z[ recovery-image] May 15 04:05:47.478 INFO O| May 15 04:05:47.478 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.492 INFO O| May 15 04:05:47.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57202025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.492 INFO O| May 15 04:05:47.492 INFO STEP 397 (remove_files) COMPLETE
57212025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.492 INFO O| May 15 04:05:47.492 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.506 INFO O| May 15 04:05:47.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57232025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.506 INFO O| May 15 04:05:47.506 INFO STEP 398 (remove_files) COMPLETE
57242025-05-15T04:05:47.955Z[ recovery-image] May 15 04:05:47.506 INFO O| May 15 04:05:47.506 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.520 INFO O| May 15 04:05:47.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57262025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.520 INFO O| May 15 04:05:47.520 INFO STEP 399 (remove_files) COMPLETE
57272025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.520 INFO O| May 15 04:05:47.520 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.534 INFO O| May 15 04:05:47.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57292025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.534 INFO O| May 15 04:05:47.534 INFO STEP 400 (remove_files) COMPLETE
57302025-05-15T04:05:47.981Z[ recovery-image] May 15 04:05:47.534 INFO O| May 15 04:05:47.534 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-05-15T04:05:48.007Z[ recovery-image] May 15 04:05:47.548 INFO O| May 15 04:05:47.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57322025-05-15T04:05:48.007Z[ recovery-image] May 15 04:05:47.548 INFO O| May 15 04:05:47.548 INFO STEP 401 (remove_files) COMPLETE
57332025-05-15T04:05:48.008Z[ recovery-image] May 15 04:05:47.548 INFO O| May 15 04:05:47.548 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-05-15T04:05:48.008Z[ recovery-image] May 15 04:05:47.562 INFO O| May 15 04:05:47.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57352025-05-15T04:05:48.008Z[ recovery-image] May 15 04:05:47.562 INFO O| May 15 04:05:47.562 INFO STEP 402 (remove_files) COMPLETE
57362025-05-15T04:05:48.008Z[ recovery-image] May 15 04:05:47.562 INFO O| May 15 04:05:47.562 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-05-15T04:05:48.035Z[ recovery-image] May 15 04:05:47.576 INFO O| May 15 04:05:47.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57382025-05-15T04:05:48.035Z[ recovery-image] May 15 04:05:47.577 INFO O| May 15 04:05:47.576 INFO STEP 403 (remove_files) COMPLETE
57392025-05-15T04:05:48.035Z[ recovery-image] May 15 04:05:47.577 INFO O| May 15 04:05:47.577 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.593 INFO O| May 15 04:05:47.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57412025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.593 INFO O| May 15 04:05:47.593 INFO STEP 404 (remove_files) COMPLETE
57422025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.593 INFO O| May 15 04:05:47.593 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.607 INFO O| May 15 04:05:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57442025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.607 INFO O| May 15 04:05:47.607 INFO STEP 405 (remove_files) COMPLETE
57452025-05-15T04:05:48.060Z[ recovery-image] May 15 04:05:47.607 INFO O| May 15 04:05:47.607 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-05-15T04:05:48.090Z[ recovery-image] May 15 04:05:47.622 INFO O| May 15 04:05:47.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57472025-05-15T04:05:48.090Z[ recovery-image] May 15 04:05:47.622 INFO O| May 15 04:05:47.622 INFO STEP 406 (remove_files) COMPLETE
57482025-05-15T04:05:48.090Z[ recovery-image] May 15 04:05:47.622 INFO O| May 15 04:05:47.622 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-05-15T04:05:48.090Z[ recovery-image] May 15 04:05:47.636 INFO O| May 15 04:05:47.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57502025-05-15T04:05:48.090Z[ recovery-image] May 15 04:05:47.636 INFO O| May 15 04:05:47.636 INFO STEP 407 (remove_files) COMPLETE
57512025-05-15T04:05:48.091Z[ recovery-image] May 15 04:05:47.636 INFO O| May 15 04:05:47.636 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.650 INFO O| May 15 04:05:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57532025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.650 INFO O| May 15 04:05:47.650 INFO STEP 408 (remove_files) COMPLETE
57542025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.651 INFO O| May 15 04:05:47.650 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.664 INFO O| May 15 04:05:47.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57562025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.664 INFO O| May 15 04:05:47.664 INFO STEP 409 (remove_files) COMPLETE
57572025-05-15T04:05:48.117Z[ recovery-image] May 15 04:05:47.664 INFO O| May 15 04:05:47.664 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.678 INFO O| May 15 04:05:47.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57592025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.678 INFO O| May 15 04:05:47.678 INFO STEP 410 (remove_files) COMPLETE
57602025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.678 INFO O| May 15 04:05:47.678 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.696 INFO O| May 15 04:05:47.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57622025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.696 INFO O| May 15 04:05:47.696 INFO STEP 411 (remove_files) COMPLETE
57632025-05-15T04:05:48.142Z[ recovery-image] May 15 04:05:47.696 INFO O| May 15 04:05:47.696 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-05-15T04:05:48.168Z[ recovery-image] May 15 04:05:47.715 INFO O| May 15 04:05:47.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57652025-05-15T04:05:48.168Z[ recovery-image] May 15 04:05:47.715 INFO O| May 15 04:05:47.715 INFO STEP 412 (remove_files) COMPLETE
57662025-05-15T04:05:48.168Z[ recovery-image] May 15 04:05:47.715 INFO O| May 15 04:05:47.715 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.729 INFO O| May 15 04:05:47.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57682025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.730 INFO O| May 15 04:05:47.730 INFO STEP 413 (remove_files) COMPLETE
57692025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.730 INFO O| May 15 04:05:47.730 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.744 INFO O| May 15 04:05:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57712025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.745 INFO O| May 15 04:05:47.745 INFO STEP 414 (remove_files) COMPLETE
57722025-05-15T04:05:48.195Z[ recovery-image] May 15 04:05:47.745 INFO O| May 15 04:05:47.745 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.758 INFO O| May 15 04:05:47.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57742025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.758 INFO O| May 15 04:05:47.758 INFO STEP 415 (remove_files) COMPLETE
57752025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.758 INFO O| May 15 04:05:47.758 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.776 INFO O| May 15 04:05:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57772025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.776 INFO O| May 15 04:05:47.776 INFO STEP 416 (remove_files) COMPLETE
57782025-05-15T04:05:48.220Z[ recovery-image] May 15 04:05:47.776 INFO O| May 15 04:05:47.776 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-05-15T04:05:48.246Z[ recovery-image] May 15 04:05:47.795 INFO O| May 15 04:05:47.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57802025-05-15T04:05:48.246Z[ recovery-image] May 15 04:05:47.795 INFO O| May 15 04:05:47.795 INFO STEP 417 (remove_files) COMPLETE
57812025-05-15T04:05:48.246Z[ recovery-image] May 15 04:05:47.795 INFO O| May 15 04:05:47.795 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.809 INFO O| May 15 04:05:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57832025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.810 INFO O| May 15 04:05:47.809 INFO STEP 418 (remove_files) COMPLETE
57842025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.810 INFO O| May 15 04:05:47.810 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.824 INFO O| May 15 04:05:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57862025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.824 INFO O| May 15 04:05:47.824 INFO STEP 419 (remove_files) COMPLETE
57872025-05-15T04:05:48.273Z[ recovery-image] May 15 04:05:47.824 INFO O| May 15 04:05:47.824 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-05-15T04:05:48.298Z[ recovery-image] May 15 04:05:47.839 INFO O| May 15 04:05:47.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57892025-05-15T04:05:48.298Z[ recovery-image] May 15 04:05:47.839 INFO O| May 15 04:05:47.839 INFO STEP 420 (remove_files) COMPLETE
57902025-05-15T04:05:48.298Z[ recovery-image] May 15 04:05:47.839 INFO O| May 15 04:05:47.839 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-05-15T04:05:48.298Z[ recovery-image] May 15 04:05:47.854 INFO O| May 15 04:05:47.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57922025-05-15T04:05:48.299Z[ recovery-image] May 15 04:05:47.854 INFO O| May 15 04:05:47.854 INFO STEP 421 (remove_files) COMPLETE
57932025-05-15T04:05:48.299Z[ recovery-image] May 15 04:05:47.854 INFO O| May 15 04:05:47.854 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-05-15T04:05:48.324Z[ recovery-image] May 15 04:05:47.868 INFO O| May 15 04:05:47.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57952025-05-15T04:05:48.324Z[ recovery-image] May 15 04:05:47.868 INFO O| May 15 04:05:47.868 INFO STEP 422 (remove_files) COMPLETE
57962025-05-15T04:05:48.324Z[ recovery-image] May 15 04:05:47.868 INFO O| May 15 04:05:47.868 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-05-15T04:05:48.350Z[ recovery-image] May 15 04:05:47.882 INFO O| May 15 04:05:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57982025-05-15T04:05:48.351Z[ recovery-image] May 15 04:05:47.882 INFO O| May 15 04:05:47.882 INFO STEP 423 (remove_files) COMPLETE
57992025-05-15T04:05:48.351Z[ recovery-image] May 15 04:05:47.882 INFO O| May 15 04:05:47.882 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-05-15T04:05:48.351Z[ recovery-image] May 15 04:05:47.896 INFO O| May 15 04:05:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58012025-05-15T04:05:48.351Z[ recovery-image] May 15 04:05:47.896 INFO O| May 15 04:05:47.896 INFO STEP 424 (remove_files) COMPLETE
58022025-05-15T04:05:48.351Z[ recovery-image] May 15 04:05:47.896 INFO O| May 15 04:05:47.896 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.911 INFO O| May 15 04:05:47.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58042025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.911 INFO O| May 15 04:05:47.911 INFO STEP 425 (remove_files) COMPLETE
58052025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.911 INFO O| May 15 04:05:47.911 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.930 INFO O| May 15 04:05:47.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58072025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.930 INFO O| May 15 04:05:47.930 INFO STEP 426 (remove_files) COMPLETE
58082025-05-15T04:05:48.376Z[ recovery-image] May 15 04:05:47.930 INFO O| May 15 04:05:47.930 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-05-15T04:05:48.402Z[ recovery-image] May 15 04:05:47.945 INFO O| May 15 04:05:47.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58102025-05-15T04:05:48.402Z[ recovery-image] May 15 04:05:47.945 INFO O| May 15 04:05:47.945 INFO STEP 427 (remove_files) COMPLETE
58112025-05-15T04:05:48.402Z[ recovery-image] May 15 04:05:47.945 INFO O| May 15 04:05:47.945 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.959 INFO O| May 15 04:05:47.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58132025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.959 INFO O| May 15 04:05:47.959 INFO STEP 428 (remove_files) COMPLETE
58142025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.959 INFO O| May 15 04:05:47.959 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.975 INFO O| May 15 04:05:47.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58162025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.975 INFO O| May 15 04:05:47.975 INFO STEP 429 (remove_files) COMPLETE
58172025-05-15T04:05:48.430Z[ recovery-image] May 15 04:05:47.975 INFO O| May 15 04:05:47.975 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:47.990 INFO O| May 15 04:05:47.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58192025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:47.990 INFO O| May 15 04:05:47.990 INFO STEP 430 (remove_files) COMPLETE
58202025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:47.990 INFO O| May 15 04:05:47.990 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:48.005 INFO O| May 15 04:05:48.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58222025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:48.005 INFO O| May 15 04:05:48.005 INFO STEP 431 (remove_files) COMPLETE
58232025-05-15T04:05:48.455Z[ recovery-image] May 15 04:05:48.005 INFO O| May 15 04:05:48.005 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-05-15T04:05:48.481Z[ recovery-image] May 15 04:05:48.019 INFO O| May 15 04:05:48.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58252025-05-15T04:05:48.481Z[ recovery-image] May 15 04:05:48.019 INFO O| May 15 04:05:48.019 INFO STEP 432 (remove_files) COMPLETE
58262025-05-15T04:05:48.481Z[ recovery-image] May 15 04:05:48.019 INFO O| May 15 04:05:48.019 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-05-15T04:05:48.481Z[ recovery-image] May 15 04:05:48.033 INFO O| May 15 04:05:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58282025-05-15T04:05:48.482Z[ recovery-image] May 15 04:05:48.033 INFO O| May 15 04:05:48.033 INFO STEP 433 (remove_files) COMPLETE
58292025-05-15T04:05:48.482Z[ recovery-image] May 15 04:05:48.033 INFO O| May 15 04:05:48.033 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.047 INFO O| May 15 04:05:48.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58312025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.047 INFO O| May 15 04:05:48.047 INFO STEP 434 (remove_files) COMPLETE
58322025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.047 INFO O| May 15 04:05:48.047 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.062 INFO O| May 15 04:05:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58342025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.062 INFO O| May 15 04:05:48.062 INFO STEP 435 (remove_files) COMPLETE
58352025-05-15T04:05:48.508Z[ recovery-image] May 15 04:05:48.062 INFO O| May 15 04:05:48.062 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.076 INFO O| May 15 04:05:48.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58372025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.076 INFO O| May 15 04:05:48.076 INFO STEP 436 (remove_files) COMPLETE
58382025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.076 INFO O| May 15 04:05:48.076 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.089 INFO O| May 15 04:05:48.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58402025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.090 INFO O| May 15 04:05:48.090 INFO STEP 437 (remove_files) COMPLETE
58412025-05-15T04:05:48.534Z[ recovery-image] May 15 04:05:48.090 INFO O| May 15 04:05:48.090 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-05-15T04:05:48.561Z[ recovery-image] May 15 04:05:48.104 INFO O| May 15 04:05:48.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58432025-05-15T04:05:48.561Z[ recovery-image] May 15 04:05:48.104 INFO O| May 15 04:05:48.104 INFO STEP 438 (remove_files) COMPLETE
58442025-05-15T04:05:48.561Z[ recovery-image] May 15 04:05:48.104 INFO O| May 15 04:05:48.104 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.120 INFO O| May 15 04:05:48.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58462025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.120 INFO O| May 15 04:05:48.120 INFO STEP 439 (remove_files) COMPLETE
58472025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.120 INFO O| May 15 04:05:48.120 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.137 INFO O| May 15 04:05:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58492025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.137 INFO O| May 15 04:05:48.137 INFO STEP 440 (remove_files) COMPLETE
58502025-05-15T04:05:48.586Z[ recovery-image] May 15 04:05:48.137 INFO O| May 15 04:05:48.137 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-05-15T04:05:48.612Z[ recovery-image] May 15 04:05:48.154 INFO O| May 15 04:05:48.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58522025-05-15T04:05:48.612Z[ recovery-image] May 15 04:05:48.154 INFO O| May 15 04:05:48.154 INFO STEP 441 (remove_files) COMPLETE
58532025-05-15T04:05:48.612Z[ recovery-image] May 15 04:05:48.154 INFO O| May 15 04:05:48.154 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-05-15T04:05:48.637Z[ recovery-image] May 15 04:05:48.172 INFO O| May 15 04:05:48.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58552025-05-15T04:05:48.637Z[ recovery-image] May 15 04:05:48.172 INFO O| May 15 04:05:48.172 INFO STEP 442 (remove_files) COMPLETE
58562025-05-15T04:05:48.638Z[ recovery-image] May 15 04:05:48.172 INFO O| May 15 04:05:48.172 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-05-15T04:05:48.638Z[ recovery-image] May 15 04:05:48.188 INFO O| May 15 04:05:48.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58582025-05-15T04:05:48.638Z[ recovery-image] May 15 04:05:48.188 INFO O| May 15 04:05:48.188 INFO STEP 443 (remove_files) COMPLETE
58592025-05-15T04:05:48.638Z[ recovery-image] May 15 04:05:48.188 INFO O| May 15 04:05:48.188 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.203 INFO O| May 15 04:05:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58612025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.203 INFO O| May 15 04:05:48.203 INFO STEP 444 (remove_files) COMPLETE
58622025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.203 INFO O| May 15 04:05:48.203 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.218 INFO O| May 15 04:05:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58642025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.218 INFO O| May 15 04:05:48.218 INFO STEP 445 (remove_files) COMPLETE
58652025-05-15T04:05:48.664Z[ recovery-image] May 15 04:05:48.218 INFO O| May 15 04:05:48.218 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-05-15T04:05:48.690Z[ recovery-image] May 15 04:05:48.233 INFO O| May 15 04:05:48.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58672025-05-15T04:05:48.690Z[ recovery-image] May 15 04:05:48.233 INFO O| May 15 04:05:48.233 INFO STEP 446 (remove_files) COMPLETE
58682025-05-15T04:05:48.690Z[ recovery-image] May 15 04:05:48.233 INFO O| May 15 04:05:48.233 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-05-15T04:05:48.715Z[ recovery-image] May 15 04:05:48.247 INFO O| May 15 04:05:48.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58702025-05-15T04:05:48.715Z[ recovery-image] May 15 04:05:48.247 INFO O| May 15 04:05:48.247 INFO STEP 447 (remove_files) COMPLETE
58712025-05-15T04:05:48.715Z[ recovery-image] May 15 04:05:48.247 INFO O| May 15 04:05:48.247 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-05-15T04:05:48.717Z[ recovery-image] May 15 04:05:48.261 INFO O| May 15 04:05:48.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58732025-05-15T04:05:48.717Z[ recovery-image] May 15 04:05:48.262 INFO O| May 15 04:05:48.262 INFO STEP 448 (remove_files) COMPLETE
58742025-05-15T04:05:48.717Z[ recovery-image] May 15 04:05:48.262 INFO O| May 15 04:05:48.262 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-05-15T04:05:48.742Z[ recovery-image] May 15 04:05:48.275 INFO O| May 15 04:05:48.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58762025-05-15T04:05:48.742Z[ recovery-image] May 15 04:05:48.276 INFO O| May 15 04:05:48.276 INFO STEP 449 (remove_files) COMPLETE
58772025-05-15T04:05:48.742Z[ recovery-image] May 15 04:05:48.276 INFO O| May 15 04:05:48.276 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-05-15T04:05:48.743Z[ recovery-image] May 15 04:05:48.289 INFO O| May 15 04:05:48.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58792025-05-15T04:05:48.743Z[ recovery-image] May 15 04:05:48.289 INFO O| May 15 04:05:48.289 INFO STEP 450 (remove_files) COMPLETE
58802025-05-15T04:05:48.743Z[ recovery-image] May 15 04:05:48.289 INFO O| May 15 04:05:48.289 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.304 INFO O| May 15 04:05:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58822025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.304 INFO O| May 15 04:05:48.304 INFO STEP 451 (remove_files) COMPLETE
58832025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.304 INFO O| May 15 04:05:48.304 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.318 INFO O| May 15 04:05:48.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58852025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.318 INFO O| May 15 04:05:48.318 INFO STEP 452 (remove_files) COMPLETE
58862025-05-15T04:05:48.768Z[ recovery-image] May 15 04:05:48.318 INFO O| May 15 04:05:48.318 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.332 INFO O| May 15 04:05:48.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58882025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.332 INFO O| May 15 04:05:48.332 INFO STEP 453 (remove_files) COMPLETE
58892025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.332 INFO O| May 15 04:05:48.332 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.346 INFO O| May 15 04:05:48.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58912025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.347 INFO O| May 15 04:05:48.346 INFO STEP 454 (remove_files) COMPLETE
58922025-05-15T04:05:48.795Z[ recovery-image] May 15 04:05:48.347 INFO O| May 15 04:05:48.347 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.360 INFO O| May 15 04:05:48.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58942025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.361 INFO O| May 15 04:05:48.361 INFO STEP 455 (remove_files) COMPLETE
58952025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.361 INFO O| May 15 04:05:48.361 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.375 INFO O| May 15 04:05:48.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58972025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.375 INFO O| May 15 04:05:48.375 INFO STEP 456 (remove_files) COMPLETE
58982025-05-15T04:05:48.821Z[ recovery-image] May 15 04:05:48.375 INFO O| May 15 04:05:48.375 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-05-15T04:05:48.847Z[ recovery-image] May 15 04:05:48.390 INFO O| May 15 04:05:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59002025-05-15T04:05:48.847Z[ recovery-image] May 15 04:05:48.390 INFO O| May 15 04:05:48.390 INFO STEP 457 (remove_files) COMPLETE
59012025-05-15T04:05:48.847Z[ recovery-image] May 15 04:05:48.390 INFO O| May 15 04:05:48.390 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.404 INFO O| May 15 04:05:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59032025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.404 INFO O| May 15 04:05:48.404 INFO STEP 458 (remove_files) COMPLETE
59042025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.404 INFO O| May 15 04:05:48.404 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.418 INFO O| May 15 04:05:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59062025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.418 INFO O| May 15 04:05:48.418 INFO STEP 459 (remove_files) COMPLETE
59072025-05-15T04:05:48.873Z[ recovery-image] May 15 04:05:48.418 INFO O| May 15 04:05:48.418 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.432 INFO O| May 15 04:05:48.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59092025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.432 INFO O| May 15 04:05:48.432 INFO STEP 460 (remove_files) COMPLETE
59102025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.432 INFO O| May 15 04:05:48.432 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.446 INFO O| May 15 04:05:48.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59122025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.446 INFO O| May 15 04:05:48.446 INFO STEP 461 (remove_files) COMPLETE
59132025-05-15T04:05:48.899Z[ recovery-image] May 15 04:05:48.446 INFO O| May 15 04:05:48.446 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.461 INFO O| May 15 04:05:48.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59152025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.461 INFO O| May 15 04:05:48.461 INFO STEP 462 (remove_files) COMPLETE
59162025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.461 INFO O| May 15 04:05:48.461 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.475 INFO O| May 15 04:05:48.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59182025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.475 INFO O| May 15 04:05:48.475 INFO STEP 463 (remove_files) COMPLETE
59192025-05-15T04:05:48.925Z[ recovery-image] May 15 04:05:48.475 INFO O| May 15 04:05:48.475 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-05-15T04:05:48.951Z[ recovery-image] May 15 04:05:48.489 INFO O| May 15 04:05:48.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59212025-05-15T04:05:48.956Z[ recovery-image] May 15 04:05:48.489 INFO O| May 15 04:05:48.489 INFO STEP 464 (remove_files) COMPLETE
59222025-05-15T04:05:48.956Z[ recovery-image] May 15 04:05:48.489 INFO O| May 15 04:05:48.489 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-05-15T04:05:48.956Z[ recovery-image] May 15 04:05:48.506 INFO O| May 15 04:05:48.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59242025-05-15T04:05:48.956Z[ recovery-image] May 15 04:05:48.506 INFO O| May 15 04:05:48.506 INFO STEP 465 (remove_files) COMPLETE
59252025-05-15T04:05:48.956Z[ recovery-image] May 15 04:05:48.506 INFO O| May 15 04:05:48.506 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-05-15T04:05:48.982Z[ recovery-image] May 15 04:05:48.520 INFO O| May 15 04:05:48.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59272025-05-15T04:05:48.982Z[ recovery-image] May 15 04:05:48.520 INFO O| May 15 04:05:48.520 INFO STEP 466 (remove_files) COMPLETE
59282025-05-15T04:05:48.982Z[ recovery-image] May 15 04:05:48.520 INFO O| May 15 04:05:48.520 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-05-15T04:05:48.982Z[ recovery-image] May 15 04:05:48.535 INFO O| May 15 04:05:48.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59302025-05-15T04:05:48.982Z[ recovery-image] May 15 04:05:48.535 INFO O| May 15 04:05:48.535 INFO STEP 467 (remove_files) COMPLETE
59312025-05-15T04:05:48.985Z[ recovery-image] May 15 04:05:48.536 INFO O| May 15 04:05:48.535 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.551 INFO O| May 15 04:05:48.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59332025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.551 INFO O| May 15 04:05:48.551 INFO STEP 468 (remove_files) COMPLETE
59342025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.551 INFO O| May 15 04:05:48.551 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.566 INFO O| May 15 04:05:48.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59362025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.566 INFO O| May 15 04:05:48.566 INFO STEP 469 (remove_files) COMPLETE
59372025-05-15T04:05:49.011Z[ recovery-image] May 15 04:05:48.566 INFO O| May 15 04:05:48.566 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-05-15T04:05:49.036Z[ recovery-image] May 15 04:05:48.581 INFO O| May 15 04:05:48.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59392025-05-15T04:05:49.036Z[ recovery-image] May 15 04:05:48.581 INFO O| May 15 04:05:48.581 INFO STEP 470 (remove_files) COMPLETE
59402025-05-15T04:05:49.036Z[ recovery-image] May 15 04:05:48.581 INFO O| May 15 04:05:48.581 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.596 INFO O| May 15 04:05:48.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59422025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.596 INFO O| May 15 04:05:48.596 INFO STEP 471 (remove_files) COMPLETE
59432025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.596 INFO O| May 15 04:05:48.596 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.608 INFO O| May 15 04:05:48.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59452025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.609 INFO O| May 15 04:05:48.608 INFO STEP 472 (remove_files) COMPLETE
59462025-05-15T04:05:49.062Z[ recovery-image] May 15 04:05:48.609 INFO O| May 15 04:05:48.609 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-05-15T04:05:49.088Z[ recovery-image] May 15 04:05:48.623 INFO O| May 15 04:05:48.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59482025-05-15T04:05:49.088Z[ recovery-image] May 15 04:05:48.623 INFO O| May 15 04:05:48.623 INFO STEP 473 (remove_files) COMPLETE
59492025-05-15T04:05:49.088Z[ recovery-image] May 15 04:05:48.623 INFO O| May 15 04:05:48.623 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-05-15T04:05:49.089Z[ recovery-image] May 15 04:05:48.639 INFO O| May 15 04:05:48.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59512025-05-15T04:05:49.089Z[ recovery-image] May 15 04:05:48.639 INFO O| May 15 04:05:48.639 INFO STEP 474 (remove_files) COMPLETE
59522025-05-15T04:05:49.089Z[ recovery-image] May 15 04:05:48.639 INFO O| May 15 04:05:48.639 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.654 INFO O| May 15 04:05:48.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59542025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.654 INFO O| May 15 04:05:48.654 INFO STEP 475 (remove_files) COMPLETE
59552025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.654 INFO O| May 15 04:05:48.654 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.668 INFO O| May 15 04:05:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59572025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.669 INFO O| May 15 04:05:48.669 INFO STEP 476 (remove_files) COMPLETE
59582025-05-15T04:05:49.114Z[ recovery-image] May 15 04:05:48.669 INFO O| May 15 04:05:48.669 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-05-15T04:05:49.140Z[ recovery-image] May 15 04:05:48.686 INFO O| May 15 04:05:48.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59602025-05-15T04:05:49.140Z[ recovery-image] May 15 04:05:48.686 INFO O| May 15 04:05:48.686 INFO STEP 477 (remove_files) COMPLETE
59612025-05-15T04:05:49.140Z[ recovery-image] May 15 04:05:48.686 INFO O| May 15 04:05:48.686 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.701 INFO O| May 15 04:05:48.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59632025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.702 INFO O| May 15 04:05:48.702 INFO STEP 478 (remove_files) COMPLETE
59642025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.702 INFO O| May 15 04:05:48.702 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.716 INFO O| May 15 04:05:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59662025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.716 INFO O| May 15 04:05:48.716 INFO STEP 479 (remove_files) COMPLETE
59672025-05-15T04:05:49.166Z[ recovery-image] May 15 04:05:48.716 INFO O| May 15 04:05:48.716 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.730 INFO O| May 15 04:05:48.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59692025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.730 INFO O| May 15 04:05:48.730 INFO STEP 480 (remove_files) COMPLETE
59702025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.730 INFO O| May 15 04:05:48.730 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.743 INFO O| May 15 04:05:48.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59722025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.744 INFO O| May 15 04:05:48.744 INFO STEP 481 (remove_files) COMPLETE
59732025-05-15T04:05:49.192Z[ recovery-image] May 15 04:05:48.744 INFO O| May 15 04:05:48.744 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-05-15T04:05:49.217Z[ recovery-image] May 15 04:05:48.757 INFO O| May 15 04:05:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59752025-05-15T04:05:49.217Z[ recovery-image] May 15 04:05:48.757 INFO O| May 15 04:05:48.757 INFO STEP 482 (remove_files) COMPLETE
59762025-05-15T04:05:49.217Z[ recovery-image] May 15 04:05:48.757 INFO O| May 15 04:05:48.757 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-05-15T04:05:49.218Z[ recovery-image] May 15 04:05:48.771 INFO O| May 15 04:05:48.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59782025-05-15T04:05:49.218Z[ recovery-image] May 15 04:05:48.772 INFO O| May 15 04:05:48.771 INFO STEP 483 (remove_files) COMPLETE
59792025-05-15T04:05:49.218Z[ recovery-image] May 15 04:05:48.772 INFO O| May 15 04:05:48.772 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-05-15T04:05:49.244Z[ recovery-image] May 15 04:05:48.785 INFO O| May 15 04:05:48.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59812025-05-15T04:05:49.244Z[ recovery-image] May 15 04:05:48.785 INFO O| May 15 04:05:48.785 INFO STEP 484 (remove_files) COMPLETE
59822025-05-15T04:05:49.244Z[ recovery-image] May 15 04:05:48.785 INFO O| May 15 04:05:48.785 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.802 INFO O| May 15 04:05:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59842025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.802 INFO O| May 15 04:05:48.802 INFO STEP 485 (remove_files) COMPLETE
59852025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.802 INFO O| May 15 04:05:48.802 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.816 INFO O| May 15 04:05:48.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59872025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.816 INFO O| May 15 04:05:48.816 INFO STEP 486 (remove_files) COMPLETE
59882025-05-15T04:05:49.270Z[ recovery-image] May 15 04:05:48.816 INFO O| May 15 04:05:48.816 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.830 INFO O| May 15 04:05:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59902025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.830 INFO O| May 15 04:05:48.830 INFO STEP 487 (remove_files) COMPLETE
59912025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.830 INFO O| May 15 04:05:48.830 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.843 INFO O| May 15 04:05:48.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59932025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.843 INFO O| May 15 04:05:48.843 INFO STEP 488 (remove_files) COMPLETE
59942025-05-15T04:05:49.296Z[ recovery-image] May 15 04:05:48.844 INFO O| May 15 04:05:48.843 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.857 INFO O| May 15 04:05:48.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59962025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.857 INFO O| May 15 04:05:48.857 INFO STEP 489 (remove_files) COMPLETE
59972025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.857 INFO O| May 15 04:05:48.857 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.871 INFO O| May 15 04:05:48.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59992025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.872 INFO O| May 15 04:05:48.871 INFO STEP 490 (remove_files) COMPLETE
60002025-05-15T04:05:49.322Z[ recovery-image] May 15 04:05:48.872 INFO O| May 15 04:05:48.872 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.885 INFO O| May 15 04:05:48.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60022025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.885 INFO O| May 15 04:05:48.885 INFO STEP 491 (remove_files) COMPLETE
60032025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.885 INFO O| May 15 04:05:48.885 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.898 INFO O| May 15 04:05:48.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60052025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.899 INFO O| May 15 04:05:48.898 INFO STEP 492 (remove_files) COMPLETE
60062025-05-15T04:05:49.348Z[ recovery-image] May 15 04:05:48.899 INFO O| May 15 04:05:48.899 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-05-15T04:05:49.374Z[ recovery-image] May 15 04:05:48.912 INFO O| May 15 04:05:48.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60082025-05-15T04:05:49.374Z[ recovery-image] May 15 04:05:48.912 INFO O| May 15 04:05:48.912 INFO STEP 493 (remove_files) COMPLETE
60092025-05-15T04:05:49.375Z[ recovery-image] May 15 04:05:48.912 INFO O| May 15 04:05:48.912 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-05-15T04:05:49.375Z[ recovery-image] May 15 04:05:48.925 INFO O| May 15 04:05:48.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60112025-05-15T04:05:49.375Z[ recovery-image] May 15 04:05:48.926 INFO O| May 15 04:05:48.926 INFO STEP 494 (remove_files) COMPLETE
60122025-05-15T04:05:49.375Z[ recovery-image] May 15 04:05:48.926 INFO O| May 15 04:05:48.926 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-05-15T04:05:49.400Z[ recovery-image] May 15 04:05:48.940 INFO O| May 15 04:05:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60142025-05-15T04:05:49.402Z[ recovery-image] May 15 04:05:48.940 INFO O| May 15 04:05:48.940 INFO STEP 495 (remove_files) COMPLETE
60152025-05-15T04:05:49.402Z[ recovery-image] May 15 04:05:48.940 INFO O| May 15 04:05:48.940 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-05-15T04:05:49.402Z[ recovery-image] May 15 04:05:48.954 INFO O| May 15 04:05:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60172025-05-15T04:05:49.402Z[ recovery-image] May 15 04:05:48.954 INFO O| May 15 04:05:48.954 INFO STEP 496 (remove_files) COMPLETE
60182025-05-15T04:05:49.402Z[ recovery-image] May 15 04:05:48.954 INFO O| May 15 04:05:48.954 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-05-15T04:05:49.430Z[ recovery-image] May 15 04:05:48.968 INFO O| May 15 04:05:48.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60202025-05-15T04:05:49.430Z[ recovery-image] May 15 04:05:48.968 INFO O| May 15 04:05:48.968 INFO STEP 497 (remove_files) COMPLETE
60212025-05-15T04:05:49.431Z[ recovery-image] May 15 04:05:48.968 INFO O| May 15 04:05:48.968 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-05-15T04:05:49.431Z[ recovery-image] May 15 04:05:48.983 INFO O| May 15 04:05:48.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60232025-05-15T04:05:49.431Z[ recovery-image] May 15 04:05:48.983 INFO O| May 15 04:05:48.983 INFO STEP 498 (remove_files) COMPLETE
60242025-05-15T04:05:49.431Z[ recovery-image] May 15 04:05:48.983 INFO O| May 15 04:05:48.983 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:48.997 INFO O| May 15 04:05:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60262025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:48.997 INFO O| May 15 04:05:48.997 INFO STEP 499 (remove_files) COMPLETE
60272025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:48.997 INFO O| May 15 04:05:48.997 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:49.012 INFO O| May 15 04:05:49.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60292025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:49.012 INFO O| May 15 04:05:49.012 INFO STEP 500 (remove_files) COMPLETE
60302025-05-15T04:05:49.457Z[ recovery-image] May 15 04:05:49.012 INFO O| May 15 04:05:49.012 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-05-15T04:05:49.482Z[ recovery-image] May 15 04:05:49.026 INFO O| May 15 04:05:49.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60322025-05-15T04:05:49.482Z[ recovery-image] May 15 04:05:49.026 INFO O| May 15 04:05:49.026 INFO STEP 501 (remove_files) COMPLETE
60332025-05-15T04:05:49.482Z[ recovery-image] May 15 04:05:49.026 INFO O| May 15 04:05:49.026 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-05-15T04:05:49.507Z[ recovery-image] May 15 04:05:49.040 INFO O| May 15 04:05:49.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60352025-05-15T04:05:49.508Z[ recovery-image] May 15 04:05:49.041 INFO O| May 15 04:05:49.041 INFO STEP 502 (remove_files) COMPLETE
60362025-05-15T04:05:49.509Z[ recovery-image] May 15 04:05:49.041 INFO O| May 15 04:05:49.041 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-05-15T04:05:49.509Z[ recovery-image] May 15 04:05:49.054 INFO O| May 15 04:05:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60382025-05-15T04:05:49.509Z[ recovery-image] May 15 04:05:49.054 INFO O| May 15 04:05:49.054 INFO STEP 503 (remove_files) COMPLETE
60392025-05-15T04:05:49.509Z[ recovery-image] May 15 04:05:49.054 INFO O| May 15 04:05:49.054 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.067 INFO O| May 15 04:05:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60412025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.067 INFO O| May 15 04:05:49.067 INFO STEP 504 (remove_files) COMPLETE
60422025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.067 INFO O| May 15 04:05:49.067 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.084 INFO O| May 15 04:05:49.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60442025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.084 INFO O| May 15 04:05:49.084 INFO STEP 505 (remove_files) COMPLETE
60452025-05-15T04:05:49.534Z[ recovery-image] May 15 04:05:49.084 INFO O| May 15 04:05:49.084 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-05-15T04:05:49.560Z[ recovery-image] May 15 04:05:49.098 INFO O| May 15 04:05:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60472025-05-15T04:05:49.560Z[ recovery-image] May 15 04:05:49.098 INFO O| May 15 04:05:49.098 INFO STEP 506 (remove_files) COMPLETE
60482025-05-15T04:05:49.560Z[ recovery-image] May 15 04:05:49.098 INFO O| May 15 04:05:49.098 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-05-15T04:05:49.560Z[ recovery-image] May 15 04:05:49.113 INFO O| May 15 04:05:49.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60502025-05-15T04:05:49.560Z[ recovery-image] May 15 04:05:49.113 INFO O| May 15 04:05:49.113 INFO STEP 507 (remove_files) COMPLETE
60512025-05-15T04:05:49.561Z[ recovery-image] May 15 04:05:49.113 INFO O| May 15 04:05:49.113 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-05-15T04:05:49.587Z[ recovery-image] May 15 04:05:49.131 INFO O| May 15 04:05:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60532025-05-15T04:05:49.587Z[ recovery-image] May 15 04:05:49.132 INFO O| May 15 04:05:49.131 INFO STEP 508 (remove_files) COMPLETE
60542025-05-15T04:05:49.587Z[ recovery-image] May 15 04:05:49.132 INFO O| May 15 04:05:49.131 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.147 INFO O| May 15 04:05:49.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60562025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.147 INFO O| May 15 04:05:49.147 INFO STEP 509 (remove_files) COMPLETE
60572025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.147 INFO O| May 15 04:05:49.147 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.162 INFO O| May 15 04:05:49.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60592025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.162 INFO O| May 15 04:05:49.162 INFO STEP 510 (remove_files) COMPLETE
60602025-05-15T04:05:49.612Z[ recovery-image] May 15 04:05:49.162 INFO O| May 15 04:05:49.162 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-05-15T04:05:49.638Z[ recovery-image] May 15 04:05:49.176 INFO O| May 15 04:05:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60622025-05-15T04:05:49.638Z[ recovery-image] May 15 04:05:49.176 INFO O| May 15 04:05:49.176 INFO STEP 511 (remove_files) COMPLETE
60632025-05-15T04:05:49.638Z[ recovery-image] May 15 04:05:49.176 INFO O| May 15 04:05:49.176 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-05-15T04:05:49.638Z[ recovery-image] May 15 04:05:49.190 INFO O| May 15 04:05:49.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60652025-05-15T04:05:49.638Z[ recovery-image] May 15 04:05:49.190 INFO O| May 15 04:05:49.190 INFO STEP 512 (remove_files) COMPLETE
60662025-05-15T04:05:49.639Z[ recovery-image] May 15 04:05:49.190 INFO O| May 15 04:05:49.190 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.205 INFO O| May 15 04:05:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60682025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.205 INFO O| May 15 04:05:49.205 INFO STEP 513 (remove_files) COMPLETE
60692025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.205 INFO O| May 15 04:05:49.205 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.219 INFO O| May 15 04:05:49.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60712025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.219 INFO O| May 15 04:05:49.219 INFO STEP 514 (remove_files) COMPLETE
60722025-05-15T04:05:49.665Z[ recovery-image] May 15 04:05:49.219 INFO O| May 15 04:05:49.219 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.233 INFO O| May 15 04:05:49.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60742025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.233 INFO O| May 15 04:05:49.233 INFO STEP 515 (remove_files) COMPLETE
60752025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.233 INFO O| May 15 04:05:49.233 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.247 INFO O| May 15 04:05:49.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60772025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.247 INFO O| May 15 04:05:49.247 INFO STEP 516 (remove_files) COMPLETE
60782025-05-15T04:05:49.691Z[ recovery-image] May 15 04:05:49.247 INFO O| May 15 04:05:49.247 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-05-15T04:05:49.716Z[ recovery-image] May 15 04:05:49.261 INFO O| May 15 04:05:49.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60802025-05-15T04:05:49.716Z[ recovery-image] May 15 04:05:49.261 INFO O| May 15 04:05:49.261 INFO STEP 517 (remove_files) COMPLETE
60812025-05-15T04:05:49.716Z[ recovery-image] May 15 04:05:49.261 INFO O| May 15 04:05:49.261 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.278 INFO O| May 15 04:05:49.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60832025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.278 INFO O| May 15 04:05:49.278 INFO STEP 518 (remove_files) COMPLETE
60842025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.278 INFO O| May 15 04:05:49.278 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.293 INFO O| May 15 04:05:49.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60862025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.294 INFO O| May 15 04:05:49.293 INFO STEP 519 (remove_files) COMPLETE
60872025-05-15T04:05:49.743Z[ recovery-image] May 15 04:05:49.294 INFO O| May 15 04:05:49.294 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.308 INFO O| May 15 04:05:49.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60892025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.308 INFO O| May 15 04:05:49.308 INFO STEP 520 (remove_files) COMPLETE
60902025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.308 INFO O| May 15 04:05:49.308 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.322 INFO O| May 15 04:05:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60922025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.323 INFO O| May 15 04:05:49.323 INFO STEP 521 (remove_files) COMPLETE
60932025-05-15T04:05:49.769Z[ recovery-image] May 15 04:05:49.323 INFO O| May 15 04:05:49.323 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-05-15T04:05:49.795Z[ recovery-image] May 15 04:05:49.337 INFO O| May 15 04:05:49.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60952025-05-15T04:05:49.795Z[ recovery-image] May 15 04:05:49.337 INFO O| May 15 04:05:49.337 INFO STEP 522 (remove_files) COMPLETE
60962025-05-15T04:05:49.795Z[ recovery-image] May 15 04:05:49.337 INFO O| May 15 04:05:49.337 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-05-15T04:05:49.796Z[ recovery-image] May 15 04:05:49.351 INFO O| May 15 04:05:49.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60982025-05-15T04:05:49.796Z[ recovery-image] May 15 04:05:49.351 INFO O| May 15 04:05:49.351 INFO STEP 523 (remove_files) COMPLETE
60992025-05-15T04:05:49.796Z[ recovery-image] May 15 04:05:49.351 INFO O| May 15 04:05:49.351 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-05-15T04:05:49.822Z[ recovery-image] May 15 04:05:49.372 INFO O| May 15 04:05:49.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61012025-05-15T04:05:49.822Z[ recovery-image] May 15 04:05:49.372 INFO O| May 15 04:05:49.372 INFO STEP 524 (remove_files) COMPLETE
61022025-05-15T04:05:49.822Z[ recovery-image] May 15 04:05:49.372 INFO O| May 15 04:05:49.372 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-05-15T04:05:49.848Z[ recovery-image] May 15 04:05:49.387 INFO O| May 15 04:05:49.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61042025-05-15T04:05:49.848Z[ recovery-image] May 15 04:05:49.387 INFO O| May 15 04:05:49.387 INFO STEP 525 (remove_files) COMPLETE
61052025-05-15T04:05:49.848Z[ recovery-image] May 15 04:05:49.387 INFO O| May 15 04:05:49.387 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-05-15T04:05:49.848Z[ recovery-image] May 15 04:05:49.401 INFO O| May 15 04:05:49.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61072025-05-15T04:05:49.849Z[ recovery-image] May 15 04:05:49.401 INFO O| May 15 04:05:49.401 INFO STEP 526 (remove_files) COMPLETE
61082025-05-15T04:05:49.849Z[ recovery-image] May 15 04:05:49.401 INFO O| May 15 04:05:49.401 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.415 INFO O| May 15 04:05:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61102025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.415 INFO O| May 15 04:05:49.415 INFO STEP 527 (remove_files) COMPLETE
61112025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.415 INFO O| May 15 04:05:49.415 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.430 INFO O| May 15 04:05:49.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61132025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.430 INFO O| May 15 04:05:49.430 INFO STEP 528 (remove_files) COMPLETE
61142025-05-15T04:05:49.875Z[ recovery-image] May 15 04:05:49.430 INFO O| May 15 04:05:49.430 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-05-15T04:05:49.901Z[ recovery-image] May 15 04:05:49.445 INFO O| May 15 04:05:49.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61162025-05-15T04:05:49.901Z[ recovery-image] May 15 04:05:49.445 INFO O| May 15 04:05:49.445 INFO STEP 529 (remove_files) COMPLETE
61172025-05-15T04:05:49.901Z[ recovery-image] May 15 04:05:49.445 INFO O| May 15 04:05:49.445 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.459 INFO O| May 15 04:05:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61192025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.459 INFO O| May 15 04:05:49.459 INFO STEP 530 (remove_files) COMPLETE
61202025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.459 INFO O| May 15 04:05:49.459 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.473 INFO O| May 15 04:05:49.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61222025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.473 INFO O| May 15 04:05:49.473 INFO STEP 531 (remove_files) COMPLETE
61232025-05-15T04:05:49.926Z[ recovery-image] May 15 04:05:49.473 INFO O| May 15 04:05:49.473 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-05-15T04:05:49.952Z[ recovery-image] May 15 04:05:49.486 INFO O| May 15 04:05:49.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61252025-05-15T04:05:49.952Z[ recovery-image] May 15 04:05:49.487 INFO O| May 15 04:05:49.487 INFO STEP 532 (remove_files) COMPLETE
61262025-05-15T04:05:49.952Z[ recovery-image] May 15 04:05:49.487 INFO O| May 15 04:05:49.487 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-05-15T04:05:49.953Z[ recovery-image] May 15 04:05:49.504 INFO O| May 15 04:05:49.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61282025-05-15T04:05:49.953Z[ recovery-image] May 15 04:05:49.504 INFO O| May 15 04:05:49.504 INFO STEP 533 (remove_files) COMPLETE
61292025-05-15T04:05:49.953Z[ recovery-image] May 15 04:05:49.504 INFO O| May 15 04:05:49.504 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.520 INFO O| May 15 04:05:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61312025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.520 INFO O| May 15 04:05:49.520 INFO STEP 534 (remove_files) COMPLETE
61322025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.520 INFO O| May 15 04:05:49.520 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.535 INFO O| May 15 04:05:49.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61342025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.535 INFO O| May 15 04:05:49.535 INFO STEP 535 (remove_files) COMPLETE
61352025-05-15T04:05:49.978Z[ recovery-image] May 15 04:05:49.535 INFO O| May 15 04:05:49.535 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-05-15T04:05:50.004Z[ recovery-image] May 15 04:05:49.549 INFO O| May 15 04:05:49.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61372025-05-15T04:05:50.004Z[ recovery-image] May 15 04:05:49.550 INFO O| May 15 04:05:49.549 INFO STEP 536 (remove_files) COMPLETE
61382025-05-15T04:05:50.004Z[ recovery-image] May 15 04:05:49.550 INFO O| May 15 04:05:49.550 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.563 INFO O| May 15 04:05:49.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61402025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.563 INFO O| May 15 04:05:49.563 INFO STEP 537 (remove_files) COMPLETE
61412025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.563 INFO O| May 15 04:05:49.563 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.582 INFO O| May 15 04:05:49.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61432025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.582 INFO O| May 15 04:05:49.582 INFO STEP 538 (remove_files) COMPLETE
61442025-05-15T04:05:50.030Z[ recovery-image] May 15 04:05:49.582 INFO O| May 15 04:05:49.582 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-05-15T04:05:50.056Z[ recovery-image] May 15 04:05:49.601 INFO O| May 15 04:05:49.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61462025-05-15T04:05:50.056Z[ recovery-image] May 15 04:05:49.601 INFO O| May 15 04:05:49.601 INFO STEP 539 (remove_files) COMPLETE
61472025-05-15T04:05:50.056Z[ recovery-image] May 15 04:05:49.601 INFO O| May 15 04:05:49.601 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.617 INFO O| May 15 04:05:49.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61492025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.618 INFO O| May 15 04:05:49.617 INFO STEP 540 (remove_files) COMPLETE
61502025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.618 INFO O| May 15 04:05:49.618 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.632 INFO O| May 15 04:05:49.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61522025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.632 INFO O| May 15 04:05:49.632 INFO STEP 541 (remove_files) COMPLETE
61532025-05-15T04:05:50.082Z[ recovery-image] May 15 04:05:49.632 INFO O| May 15 04:05:49.632 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-05-15T04:05:50.107Z[ recovery-image] May 15 04:05:49.646 INFO O| May 15 04:05:49.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61552025-05-15T04:05:50.107Z[ recovery-image] May 15 04:05:49.646 INFO O| May 15 04:05:49.646 INFO STEP 542 (remove_files) COMPLETE
61562025-05-15T04:05:50.107Z[ recovery-image] May 15 04:05:49.646 INFO O| May 15 04:05:49.646 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-05-15T04:05:50.107Z[ recovery-image] May 15 04:05:49.660 INFO O| May 15 04:05:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61582025-05-15T04:05:50.107Z[ recovery-image] May 15 04:05:49.660 INFO O| May 15 04:05:49.660 INFO STEP 543 (remove_files) COMPLETE
61592025-05-15T04:05:50.108Z[ recovery-image] May 15 04:05:49.660 INFO O| May 15 04:05:49.660 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-05-15T04:05:50.133Z[ recovery-image] May 15 04:05:49.675 INFO O| May 15 04:05:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61612025-05-15T04:05:50.133Z[ recovery-image] May 15 04:05:49.675 INFO O| May 15 04:05:49.675 INFO STEP 544 (remove_files) COMPLETE
61622025-05-15T04:05:50.133Z[ recovery-image] May 15 04:05:49.675 INFO O| May 15 04:05:49.675 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.690 INFO O| May 15 04:05:49.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61642025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.691 INFO O| May 15 04:05:49.690 INFO STEP 545 (remove_files) COMPLETE
61652025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.691 INFO O| May 15 04:05:49.691 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.706 INFO O| May 15 04:05:49.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61672025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.706 INFO O| May 15 04:05:49.706 INFO STEP 546 (remove_files) COMPLETE
61682025-05-15T04:05:50.159Z[ recovery-image] May 15 04:05:49.706 INFO O| May 15 04:05:49.706 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-05-15T04:05:50.239Z[ recovery-image] May 15 04:05:49.720 INFO O| May 15 04:05:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61702025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.720 INFO O| May 15 04:05:49.720 INFO STEP 547 (remove_files) COMPLETE
61712025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.720 INFO O| May 15 04:05:49.720 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.735 INFO O| May 15 04:05:49.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61732025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.735 INFO O| May 15 04:05:49.735 INFO STEP 548 (remove_files) COMPLETE
61742025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.735 INFO O| May 15 04:05:49.735 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.754 INFO O| May 15 04:05:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61762025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.754 INFO O| May 15 04:05:49.754 INFO STEP 549 (remove_files) COMPLETE
61772025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.754 INFO O| May 15 04:05:49.754 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.769 INFO O| May 15 04:05:49.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61792025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.769 INFO O| May 15 04:05:49.769 INFO STEP 550 (remove_files) COMPLETE
61802025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.769 INFO O| May 15 04:05:49.769 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.783 INFO O| May 15 04:05:49.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61822025-05-15T04:05:50.240Z[ recovery-image] May 15 04:05:49.783 INFO O| May 15 04:05:49.783 INFO STEP 551 (remove_files) COMPLETE
61832025-05-15T04:05:50.241Z[ recovery-image] May 15 04:05:49.783 INFO O| May 15 04:05:49.783 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-05-15T04:05:50.267Z[ recovery-image] May 15 04:05:49.796 INFO O| May 15 04:05:49.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61852025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.796 INFO O| May 15 04:05:49.796 INFO STEP 552 (remove_files) COMPLETE
61862025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.796 INFO O| May 15 04:05:49.796 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.810 INFO O| May 15 04:05:49.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61882025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.810 INFO O| May 15 04:05:49.810 INFO STEP 553 (remove_files) COMPLETE
61892025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.810 INFO O| May 15 04:05:49.810 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.823 INFO O| May 15 04:05:49.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61912025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.823 INFO O| May 15 04:05:49.823 INFO STEP 554 (remove_files) COMPLETE
61922025-05-15T04:05:50.269Z[ recovery-image] May 15 04:05:49.823 INFO O| May 15 04:05:49.823 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-05-15T04:05:50.294Z[ recovery-image] May 15 04:05:49.837 INFO O| May 15 04:05:49.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61942025-05-15T04:05:50.295Z[ recovery-image] May 15 04:05:49.837 INFO O| May 15 04:05:49.837 INFO STEP 555 (remove_files) COMPLETE
61952025-05-15T04:05:50.295Z[ recovery-image] May 15 04:05:49.837 INFO O| May 15 04:05:49.837 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-05-15T04:05:50.320Z[ recovery-image] May 15 04:05:49.855 INFO O| May 15 04:05:49.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61972025-05-15T04:05:50.320Z[ recovery-image] May 15 04:05:49.855 INFO O| May 15 04:05:49.855 INFO STEP 556 (remove_files) COMPLETE
61982025-05-15T04:05:50.321Z[ recovery-image] May 15 04:05:49.855 INFO O| May 15 04:05:49.855 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-05-15T04:05:50.321Z[ recovery-image] May 15 04:05:49.869 INFO O| May 15 04:05:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62002025-05-15T04:05:50.322Z[ recovery-image] May 15 04:05:49.870 INFO O| May 15 04:05:49.869 INFO STEP 557 (remove_files) COMPLETE
62012025-05-15T04:05:50.322Z[ recovery-image] May 15 04:05:49.870 INFO O| May 15 04:05:49.869 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.884 INFO O| May 15 04:05:49.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62032025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.884 INFO O| May 15 04:05:49.884 INFO STEP 558 (remove_files) COMPLETE
62042025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.884 INFO O| May 15 04:05:49.884 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.898 INFO O| May 15 04:05:49.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62062025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.898 INFO O| May 15 04:05:49.898 INFO STEP 559 (remove_files) COMPLETE
62072025-05-15T04:05:50.348Z[ recovery-image] May 15 04:05:49.898 INFO O| May 15 04:05:49.898 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.911 INFO O| May 15 04:05:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62092025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.911 INFO O| May 15 04:05:49.911 INFO STEP 560 (remove_files) COMPLETE
62102025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.911 INFO O| May 15 04:05:49.911 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.925 INFO O| May 15 04:05:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62122025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.925 INFO O| May 15 04:05:49.925 INFO STEP 561 (remove_files) COMPLETE
62132025-05-15T04:05:50.374Z[ recovery-image] May 15 04:05:49.925 INFO O| May 15 04:05:49.925 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-05-15T04:05:50.399Z[ recovery-image] May 15 04:05:49.939 INFO O| May 15 04:05:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62152025-05-15T04:05:50.401Z[ recovery-image] May 15 04:05:49.939 INFO O| May 15 04:05:49.939 INFO STEP 562 (remove_files) COMPLETE
62162025-05-15T04:05:50.401Z[ recovery-image] May 15 04:05:49.939 INFO O| May 15 04:05:49.939 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-05-15T04:05:50.401Z[ recovery-image] May 15 04:05:49.955 INFO O| May 15 04:05:49.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62182025-05-15T04:05:50.401Z[ recovery-image] May 15 04:05:49.956 INFO O| May 15 04:05:49.955 INFO STEP 563 (remove_files) COMPLETE
62192025-05-15T04:05:50.401Z[ recovery-image] May 15 04:05:49.956 INFO O| May 15 04:05:49.955 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-05-15T04:05:50.427Z[ recovery-image] May 15 04:05:49.972 INFO O| May 15 04:05:49.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62212025-05-15T04:05:50.427Z[ recovery-image] May 15 04:05:49.972 INFO O| May 15 04:05:49.972 INFO STEP 564 (remove_files) COMPLETE
62222025-05-15T04:05:50.427Z[ recovery-image] May 15 04:05:49.972 INFO O| May 15 04:05:49.972 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:49.987 INFO O| May 15 04:05:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62242025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:49.987 INFO O| May 15 04:05:49.987 INFO STEP 565 (remove_files) COMPLETE
62252025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:49.988 INFO O| May 15 04:05:49.987 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:50.002 INFO O| May 15 04:05:50.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62272025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:50.002 INFO O| May 15 04:05:50.002 INFO STEP 566 (remove_files) COMPLETE
62282025-05-15T04:05:50.453Z[ recovery-image] May 15 04:05:50.002 INFO O| May 15 04:05:50.002 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.017 INFO O| May 15 04:05:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62302025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.017 INFO O| May 15 04:05:50.017 INFO STEP 567 (remove_files) COMPLETE
62312025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.017 INFO O| May 15 04:05:50.017 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.031 INFO O| May 15 04:05:50.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62332025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.031 INFO O| May 15 04:05:50.031 INFO STEP 568 (remove_files) COMPLETE
62342025-05-15T04:05:50.479Z[ recovery-image] May 15 04:05:50.031 INFO O| May 15 04:05:50.031 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-05-15T04:05:50.504Z[ recovery-image] May 15 04:05:50.045 INFO O| May 15 04:05:50.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62362025-05-15T04:05:50.505Z[ recovery-image] May 15 04:05:50.045 INFO O| May 15 04:05:50.045 INFO STEP 569 (remove_files) COMPLETE
62372025-05-15T04:05:50.505Z[ recovery-image] May 15 04:05:50.045 INFO O| May 15 04:05:50.045 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-05-15T04:05:50.505Z[ recovery-image] May 15 04:05:50.059 INFO O| May 15 04:05:50.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62392025-05-15T04:05:50.505Z[ recovery-image] May 15 04:05:50.059 INFO O| May 15 04:05:50.059 INFO STEP 570 (remove_files) COMPLETE
62402025-05-15T04:05:50.505Z[ recovery-image] May 15 04:05:50.059 INFO O| May 15 04:05:50.059 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-05-15T04:05:50.530Z[ recovery-image] May 15 04:05:50.073 INFO O| May 15 04:05:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62422025-05-15T04:05:50.530Z[ recovery-image] May 15 04:05:50.073 INFO O| May 15 04:05:50.073 INFO STEP 571 (remove_files) COMPLETE
62432025-05-15T04:05:50.530Z[ recovery-image] May 15 04:05:50.073 INFO O| May 15 04:05:50.073 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.087 INFO O| May 15 04:05:50.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62452025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.087 INFO O| May 15 04:05:50.087 INFO STEP 572 (remove_files) COMPLETE
62462025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.087 INFO O| May 15 04:05:50.087 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.106 INFO O| May 15 04:05:50.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62482025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.106 INFO O| May 15 04:05:50.106 INFO STEP 573 (remove_files) COMPLETE
62492025-05-15T04:05:50.557Z[ recovery-image] May 15 04:05:50.106 INFO O| May 15 04:05:50.106 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-05-15T04:05:50.582Z[ recovery-image] May 15 04:05:50.125 INFO O| May 15 04:05:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62512025-05-15T04:05:50.582Z[ recovery-image] May 15 04:05:50.125 INFO O| May 15 04:05:50.125 INFO STEP 574 (remove_files) COMPLETE
62522025-05-15T04:05:50.582Z[ recovery-image] May 15 04:05:50.125 INFO O| May 15 04:05:50.125 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.141 INFO O| May 15 04:05:50.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62542025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.141 INFO O| May 15 04:05:50.141 INFO STEP 575 (remove_files) COMPLETE
62552025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.141 INFO O| May 15 04:05:50.141 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.154 INFO O| May 15 04:05:50.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62572025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.155 INFO O| May 15 04:05:50.155 INFO STEP 576 (remove_files) COMPLETE
62582025-05-15T04:05:50.609Z[ recovery-image] May 15 04:05:50.155 INFO O| May 15 04:05:50.155 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-05-15T04:05:50.635Z[ recovery-image] May 15 04:05:50.173 INFO O| May 15 04:05:50.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62602025-05-15T04:05:50.635Z[ recovery-image] May 15 04:05:50.173 INFO O| May 15 04:05:50.173 INFO STEP 577 (remove_files) COMPLETE
62612025-05-15T04:05:50.635Z[ recovery-image] May 15 04:05:50.173 INFO O| May 15 04:05:50.173 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.193 INFO O| May 15 04:05:50.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62632025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.193 INFO O| May 15 04:05:50.193 INFO STEP 578 (remove_files) COMPLETE
62642025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.193 INFO O| May 15 04:05:50.193 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.207 INFO O| May 15 04:05:50.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62662025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.208 INFO O| May 15 04:05:50.207 INFO STEP 579 (remove_files) COMPLETE
62672025-05-15T04:05:50.661Z[ recovery-image] May 15 04:05:50.208 INFO O| May 15 04:05:50.208 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.222 INFO O| May 15 04:05:50.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62692025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.222 INFO O| May 15 04:05:50.222 INFO STEP 580 (remove_files) COMPLETE
62702025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.222 INFO O| May 15 04:05:50.222 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.237 INFO O| May 15 04:05:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62722025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.237 INFO O| May 15 04:05:50.237 INFO STEP 581 (remove_files) COMPLETE
62732025-05-15T04:05:50.687Z[ recovery-image] May 15 04:05:50.237 INFO O| May 15 04:05:50.237 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.252 INFO O| May 15 04:05:50.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62752025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.252 INFO O| May 15 04:05:50.252 INFO STEP 582 (remove_files) COMPLETE
62762025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.252 INFO O| May 15 04:05:50.252 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.267 INFO O| May 15 04:05:50.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62782025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.267 INFO O| May 15 04:05:50.267 INFO STEP 583 (remove_files) COMPLETE
62792025-05-15T04:05:50.714Z[ recovery-image] May 15 04:05:50.267 INFO O| May 15 04:05:50.267 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-05-15T04:05:50.740Z[ recovery-image] May 15 04:05:50.284 INFO O| May 15 04:05:50.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62812025-05-15T04:05:50.740Z[ recovery-image] May 15 04:05:50.284 INFO O| May 15 04:05:50.284 INFO STEP 584 (remove_files) COMPLETE
62822025-05-15T04:05:50.740Z[ recovery-image] May 15 04:05:50.284 INFO O| May 15 04:05:50.284 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-05-15T04:05:50.766Z[ recovery-image] May 15 04:05:50.299 INFO O| May 15 04:05:50.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62842025-05-15T04:05:50.766Z[ recovery-image] May 15 04:05:50.299 INFO O| May 15 04:05:50.299 INFO STEP 585 (remove_files) COMPLETE
62852025-05-15T04:05:50.766Z[ recovery-image] May 15 04:05:50.299 INFO O| May 15 04:05:50.299 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-05-15T04:05:50.766Z[ recovery-image] May 15 04:05:50.313 INFO O| May 15 04:05:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62872025-05-15T04:05:50.766Z[ recovery-image] May 15 04:05:50.313 INFO O| May 15 04:05:50.313 INFO STEP 586 (remove_files) COMPLETE
62882025-05-15T04:05:50.767Z[ recovery-image] May 15 04:05:50.313 INFO O| May 15 04:05:50.313 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-05-15T04:05:50.793Z[ recovery-image] May 15 04:05:50.327 INFO O| May 15 04:05:50.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62902025-05-15T04:05:50.793Z[ recovery-image] May 15 04:05:50.328 INFO O| May 15 04:05:50.328 INFO STEP 587 (remove_files) COMPLETE
62912025-05-15T04:05:50.793Z[ recovery-image] May 15 04:05:50.328 INFO O| May 15 04:05:50.328 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-05-15T04:05:50.793Z[ recovery-image] May 15 04:05:50.341 INFO O| May 15 04:05:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62932025-05-15T04:05:50.795Z[ recovery-image] May 15 04:05:50.341 INFO O| May 15 04:05:50.341 INFO STEP 588 (remove_files) COMPLETE
62942025-05-15T04:05:50.795Z[ recovery-image] May 15 04:05:50.341 INFO O| May 15 04:05:50.341 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.355 INFO O| May 15 04:05:50.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62962025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.355 INFO O| May 15 04:05:50.355 INFO STEP 589 (remove_files) COMPLETE
62972025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.355 INFO O| May 15 04:05:50.355 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.372 INFO O| May 15 04:05:50.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62992025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.372 INFO O| May 15 04:05:50.372 INFO STEP 590 (remove_files) COMPLETE
63002025-05-15T04:05:50.821Z[ recovery-image] May 15 04:05:50.372 INFO O| May 15 04:05:50.372 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.386 INFO O| May 15 04:05:50.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63022025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.386 INFO O| May 15 04:05:50.386 INFO STEP 591 (remove_files) COMPLETE
63032025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.386 INFO O| May 15 04:05:50.386 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.400 INFO O| May 15 04:05:50.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63052025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.400 INFO O| May 15 04:05:50.400 INFO STEP 592 (remove_files) COMPLETE
63062025-05-15T04:05:50.847Z[ recovery-image] May 15 04:05:50.400 INFO O| May 15 04:05:50.400 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.414 INFO O| May 15 04:05:50.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63082025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.414 INFO O| May 15 04:05:50.414 INFO STEP 593 (remove_files) COMPLETE
63092025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.414 INFO O| May 15 04:05:50.414 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.428 INFO O| May 15 04:05:50.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63112025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.428 INFO O| May 15 04:05:50.428 INFO STEP 594 (remove_files) COMPLETE
63122025-05-15T04:05:50.873Z[ recovery-image] May 15 04:05:50.428 INFO O| May 15 04:05:50.428 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-05-15T04:05:50.898Z[ recovery-image] May 15 04:05:50.442 INFO O| May 15 04:05:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63142025-05-15T04:05:50.898Z[ recovery-image] May 15 04:05:50.442 INFO O| May 15 04:05:50.442 INFO STEP 595 (remove_files) COMPLETE
63152025-05-15T04:05:50.898Z[ recovery-image] May 15 04:05:50.442 INFO O| May 15 04:05:50.442 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-05-15T04:05:50.924Z[ recovery-image] May 15 04:05:50.456 INFO O| May 15 04:05:50.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63172025-05-15T04:05:50.924Z[ recovery-image] May 15 04:05:50.456 INFO O| May 15 04:05:50.456 INFO STEP 596 (remove_files) COMPLETE
63182025-05-15T04:05:50.927Z[ recovery-image] May 15 04:05:50.456 INFO O| May 15 04:05:50.456 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-05-15T04:05:50.927Z[ recovery-image] May 15 04:05:50.470 INFO O| May 15 04:05:50.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63202025-05-15T04:05:50.927Z[ recovery-image] May 15 04:05:50.470 INFO O| May 15 04:05:50.470 INFO STEP 597 (remove_files) COMPLETE
63212025-05-15T04:05:50.927Z[ recovery-image] May 15 04:05:50.470 INFO O| May 15 04:05:50.470 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.483 INFO O| May 15 04:05:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63232025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.483 INFO O| May 15 04:05:50.483 INFO STEP 598 (remove_files) COMPLETE
63242025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.483 INFO O| May 15 04:05:50.483 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.497 INFO O| May 15 04:05:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63262025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.497 INFO O| May 15 04:05:50.497 INFO STEP 599 (remove_files) COMPLETE
63272025-05-15T04:05:50.953Z[ recovery-image] May 15 04:05:50.497 INFO O| May 15 04:05:50.497 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.514 INFO O| May 15 04:05:50.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63292025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.514 INFO O| May 15 04:05:50.514 INFO STEP 600 (remove_files) COMPLETE
63302025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.514 INFO O| May 15 04:05:50.514 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.531 INFO O| May 15 04:05:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63322025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.531 INFO O| May 15 04:05:50.531 INFO STEP 601 (remove_files) COMPLETE
63332025-05-15T04:05:50.978Z[ recovery-image] May 15 04:05:50.531 INFO O| May 15 04:05:50.531 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.545 INFO O| May 15 04:05:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63352025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.546 INFO O| May 15 04:05:50.546 INFO STEP 602 (remove_files) COMPLETE
63362025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.546 INFO O| May 15 04:05:50.546 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.559 INFO O| May 15 04:05:50.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63382025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.559 INFO O| May 15 04:05:50.559 INFO STEP 603 (remove_files) COMPLETE
63392025-05-15T04:05:51.004Z[ recovery-image] May 15 04:05:50.559 INFO O| May 15 04:05:50.559 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-05-15T04:05:51.030Z[ recovery-image] May 15 04:05:50.573 INFO O| May 15 04:05:50.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63412025-05-15T04:05:51.030Z[ recovery-image] May 15 04:05:50.573 INFO O| May 15 04:05:50.573 INFO STEP 604 (remove_files) COMPLETE
63422025-05-15T04:05:51.030Z[ recovery-image] May 15 04:05:50.573 INFO O| May 15 04:05:50.573 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.590 INFO O| May 15 04:05:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63442025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.591 INFO O| May 15 04:05:50.591 INFO STEP 605 (remove_files) COMPLETE
63452025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.591 INFO O| May 15 04:05:50.591 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.607 INFO O| May 15 04:05:50.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63472025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.607 INFO O| May 15 04:05:50.607 INFO STEP 606 (remove_files) COMPLETE
63482025-05-15T04:05:51.056Z[ recovery-image] May 15 04:05:50.607 INFO O| May 15 04:05:50.607 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.622 INFO O| May 15 04:05:50.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63502025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.622 INFO O| May 15 04:05:50.622 INFO STEP 607 (remove_files) COMPLETE
63512025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.622 INFO O| May 15 04:05:50.622 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.637 INFO O| May 15 04:05:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63532025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.637 INFO O| May 15 04:05:50.637 INFO STEP 608 (remove_files) COMPLETE
63542025-05-15T04:05:51.082Z[ recovery-image] May 15 04:05:50.637 INFO O| May 15 04:05:50.637 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-05-15T04:05:51.108Z[ recovery-image] May 15 04:05:50.651 INFO O| May 15 04:05:50.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63562025-05-15T04:05:51.108Z[ recovery-image] May 15 04:05:50.651 INFO O| May 15 04:05:50.651 INFO STEP 609 (remove_files) COMPLETE
63572025-05-15T04:05:51.108Z[ recovery-image] May 15 04:05:50.651 INFO O| May 15 04:05:50.651 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.665 INFO O| May 15 04:05:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63592025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.665 INFO O| May 15 04:05:50.665 INFO STEP 610 (remove_files) COMPLETE
63602025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.665 INFO O| May 15 04:05:50.665 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.679 INFO O| May 15 04:05:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63622025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.680 INFO O| May 15 04:05:50.679 INFO STEP 611 (remove_files) COMPLETE
63632025-05-15T04:05:51.134Z[ recovery-image] May 15 04:05:50.680 INFO O| May 15 04:05:50.680 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-05-15T04:05:51.160Z[ recovery-image] May 15 04:05:50.695 INFO O| May 15 04:05:50.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63652025-05-15T04:05:51.160Z[ recovery-image] May 15 04:05:50.695 INFO O| May 15 04:05:50.695 INFO STEP 612 (remove_files) COMPLETE
63662025-05-15T04:05:51.160Z[ recovery-image] May 15 04:05:50.695 INFO O| May 15 04:05:50.695 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-05-15T04:05:51.160Z[ recovery-image] May 15 04:05:50.709 INFO O| May 15 04:05:50.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63682025-05-15T04:05:51.160Z[ recovery-image] May 15 04:05:50.709 INFO O| May 15 04:05:50.709 INFO STEP 613 (remove_files) COMPLETE
63692025-05-15T04:05:51.161Z[ recovery-image] May 15 04:05:50.709 INFO O| May 15 04:05:50.709 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-05-15T04:05:51.187Z[ recovery-image] May 15 04:05:50.724 INFO O| May 15 04:05:50.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63712025-05-15T04:05:51.187Z[ recovery-image] May 15 04:05:50.724 INFO O| May 15 04:05:50.724 INFO STEP 614 (remove_files) COMPLETE
63722025-05-15T04:05:51.187Z[ recovery-image] May 15 04:05:50.724 INFO O| May 15 04:05:50.724 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-05-15T04:05:51.216Z[ recovery-image] May 15 04:05:50.744 INFO O| May 15 04:05:50.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63742025-05-15T04:05:51.216Z[ recovery-image] May 15 04:05:50.744 INFO O| May 15 04:05:50.744 INFO STEP 615 (remove_files) COMPLETE
63752025-05-15T04:05:51.216Z[ recovery-image] May 15 04:05:50.744 INFO O| May 15 04:05:50.744 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-05-15T04:05:51.216Z[ recovery-image] May 15 04:05:50.766 INFO O| May 15 04:05:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63772025-05-15T04:05:51.219Z[ recovery-image] May 15 04:05:50.767 INFO O| May 15 04:05:50.767 INFO STEP 616 (remove_files) COMPLETE
63782025-05-15T04:05:51.219Z[ recovery-image] May 15 04:05:50.767 INFO O| May 15 04:05:50.767 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.786 INFO O| May 15 04:05:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63802025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.786 INFO O| May 15 04:05:50.786 INFO STEP 617 (remove_files) COMPLETE
63812025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.786 INFO O| May 15 04:05:50.786 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.800 INFO O| May 15 04:05:50.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63832025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.801 INFO O| May 15 04:05:50.800 INFO STEP 618 (remove_files) COMPLETE
63842025-05-15T04:05:51.247Z[ recovery-image] May 15 04:05:50.801 INFO O| May 15 04:05:50.801 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-05-15T04:05:51.272Z[ recovery-image] May 15 04:05:50.814 INFO O| May 15 04:05:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63862025-05-15T04:05:51.272Z[ recovery-image] May 15 04:05:50.814 INFO O| May 15 04:05:50.814 INFO STEP 619 (remove_files) COMPLETE
63872025-05-15T04:05:51.272Z[ recovery-image] May 15 04:05:50.814 INFO O| May 15 04:05:50.814 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-05-15T04:05:51.272Z[ recovery-image] May 15 04:05:50.827 INFO O| May 15 04:05:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63892025-05-15T04:05:51.272Z[ recovery-image] May 15 04:05:50.828 INFO O| May 15 04:05:50.828 INFO STEP 620 (remove_files) COMPLETE
63902025-05-15T04:05:51.273Z[ recovery-image] May 15 04:05:50.828 INFO O| May 15 04:05:50.828 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-05-15T04:05:51.298Z[ recovery-image] May 15 04:05:50.847 INFO O| May 15 04:05:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63922025-05-15T04:05:51.299Z[ recovery-image] May 15 04:05:50.847 INFO O| May 15 04:05:50.847 INFO STEP 621 (remove_files) COMPLETE
63932025-05-15T04:05:51.299Z[ recovery-image] May 15 04:05:50.847 INFO O| May 15 04:05:50.847 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.863 INFO O| May 15 04:05:50.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63952025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.863 INFO O| May 15 04:05:50.863 INFO STEP 622 (remove_files) COMPLETE
63962025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.863 INFO O| May 15 04:05:50.863 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.877 INFO O| May 15 04:05:50.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63982025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.877 INFO O| May 15 04:05:50.877 INFO STEP 623 (remove_files) COMPLETE
63992025-05-15T04:05:51.324Z[ recovery-image] May 15 04:05:50.877 INFO O| May 15 04:05:50.877 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.891 INFO O| May 15 04:05:50.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64012025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.891 INFO O| May 15 04:05:50.891 INFO STEP 624 (remove_files) COMPLETE
64022025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.891 INFO O| May 15 04:05:50.891 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.905 INFO O| May 15 04:05:50.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64042025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.905 INFO O| May 15 04:05:50.905 INFO STEP 625 (remove_files) COMPLETE
64052025-05-15T04:05:51.350Z[ recovery-image] May 15 04:05:50.905 INFO O| May 15 04:05:50.905 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.918 INFO O| May 15 04:05:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64072025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.918 INFO O| May 15 04:05:50.918 INFO STEP 626 (remove_files) COMPLETE
64082025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.918 INFO O| May 15 04:05:50.918 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.931 INFO O| May 15 04:05:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64102025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.931 INFO O| May 15 04:05:50.931 INFO STEP 627 (remove_files) COMPLETE
64112025-05-15T04:05:51.375Z[ recovery-image] May 15 04:05:50.931 INFO O| May 15 04:05:50.931 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-05-15T04:05:51.401Z[ recovery-image] May 15 04:05:50.949 INFO O| May 15 04:05:50.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64132025-05-15T04:05:51.401Z[ recovery-image] May 15 04:05:50.949 INFO O| May 15 04:05:50.949 INFO STEP 628 (remove_files) COMPLETE
64142025-05-15T04:05:51.401Z[ recovery-image] May 15 04:05:50.949 INFO O| May 15 04:05:50.949 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.963 INFO O| May 15 04:05:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64162025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.963 INFO O| May 15 04:05:50.963 INFO STEP 629 (remove_files) COMPLETE
64172025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.963 INFO O| May 15 04:05:50.963 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.977 INFO O| May 15 04:05:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64192025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.977 INFO O| May 15 04:05:50.977 INFO STEP 630 (remove_files) COMPLETE
64202025-05-15T04:05:51.426Z[ recovery-image] May 15 04:05:50.977 INFO O| May 15 04:05:50.977 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-05-15T04:05:51.451Z[ recovery-image] May 15 04:05:50.990 INFO O| May 15 04:05:50.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64222025-05-15T04:05:51.451Z[ recovery-image] May 15 04:05:50.990 INFO O| May 15 04:05:50.990 INFO STEP 631 (remove_files) COMPLETE
64232025-05-15T04:05:51.451Z[ recovery-image] May 15 04:05:50.991 INFO O| May 15 04:05:50.990 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-05-15T04:05:51.451Z[ recovery-image] May 15 04:05:51.004 INFO O| May 15 04:05:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64252025-05-15T04:05:51.451Z[ recovery-image] May 15 04:05:51.004 INFO O| May 15 04:05:51.004 INFO STEP 632 (remove_files) COMPLETE
64262025-05-15T04:05:51.452Z[ recovery-image] May 15 04:05:51.004 INFO O| May 15 04:05:51.004 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.018 INFO O| May 15 04:05:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64282025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.018 INFO O| May 15 04:05:51.018 INFO STEP 633 (remove_files) COMPLETE
64292025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.018 INFO O| May 15 04:05:51.018 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.031 INFO O| May 15 04:05:51.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64312025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.032 INFO O| May 15 04:05:51.031 INFO STEP 634 (remove_files) COMPLETE
64322025-05-15T04:05:51.477Z[ recovery-image] May 15 04:05:51.032 INFO O| May 15 04:05:51.031 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.045 INFO O| May 15 04:05:51.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64342025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.045 INFO O| May 15 04:05:51.045 INFO STEP 635 (remove_files) COMPLETE
64352025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.045 INFO O| May 15 04:05:51.045 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.058 INFO O| May 15 04:05:51.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64372025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.058 INFO O| May 15 04:05:51.058 INFO STEP 636 (remove_files) COMPLETE
64382025-05-15T04:05:51.502Z[ recovery-image] May 15 04:05:51.058 INFO O| May 15 04:05:51.058 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-05-15T04:05:51.528Z[ recovery-image] May 15 04:05:51.072 INFO O| May 15 04:05:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64402025-05-15T04:05:51.528Z[ recovery-image] May 15 04:05:51.072 INFO O| May 15 04:05:51.072 INFO STEP 637 (remove_files) COMPLETE
64412025-05-15T04:05:51.528Z[ recovery-image] May 15 04:05:51.072 INFO O| May 15 04:05:51.072 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.086 INFO O| May 15 04:05:51.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64432025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.086 INFO O| May 15 04:05:51.086 INFO STEP 638 (remove_files) COMPLETE
64442025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.086 INFO O| May 15 04:05:51.086 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.100 INFO O| May 15 04:05:51.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64462025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.100 INFO O| May 15 04:05:51.100 INFO STEP 639 (remove_files) COMPLETE
64472025-05-15T04:05:51.553Z[ recovery-image] May 15 04:05:51.100 INFO O| May 15 04:05:51.100 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-05-15T04:05:51.578Z[ recovery-image] May 15 04:05:51.114 INFO O| May 15 04:05:51.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64492025-05-15T04:05:51.579Z[ recovery-image] May 15 04:05:51.114 INFO O| May 15 04:05:51.114 INFO STEP 640 (remove_files) COMPLETE
64502025-05-15T04:05:51.579Z[ recovery-image] May 15 04:05:51.114 INFO O| May 15 04:05:51.114 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-05-15T04:05:51.579Z[ recovery-image] May 15 04:05:51.128 INFO O| May 15 04:05:51.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64522025-05-15T04:05:51.579Z[ recovery-image] May 15 04:05:51.128 INFO O| May 15 04:05:51.128 INFO STEP 641 (remove_files) COMPLETE
64532025-05-15T04:05:51.579Z[ recovery-image] May 15 04:05:51.128 INFO O| May 15 04:05:51.128 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-05-15T04:05:51.604Z[ recovery-image] May 15 04:05:51.144 INFO O| May 15 04:05:51.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64552025-05-15T04:05:51.604Z[ recovery-image] May 15 04:05:51.144 INFO O| May 15 04:05:51.144 INFO STEP 642 (remove_files) COMPLETE
64562025-05-15T04:05:51.604Z[ recovery-image] May 15 04:05:51.144 INFO O| May 15 04:05:51.144 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.162 INFO O| May 15 04:05:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64582025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.162 INFO O| May 15 04:05:51.162 INFO STEP 643 (remove_files) COMPLETE
64592025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.162 INFO O| May 15 04:05:51.162 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.176 INFO O| May 15 04:05:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64612025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.176 INFO O| May 15 04:05:51.176 INFO STEP 644 (remove_files) COMPLETE
64622025-05-15T04:05:51.630Z[ recovery-image] May 15 04:05:51.176 INFO O| May 15 04:05:51.176 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.193 INFO O| May 15 04:05:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64642025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.193 INFO O| May 15 04:05:51.193 INFO STEP 645 (remove_files) COMPLETE
64652025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.193 INFO O| May 15 04:05:51.193 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.210 INFO O| May 15 04:05:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64672025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.210 INFO O| May 15 04:05:51.210 INFO STEP 646 (remove_files) COMPLETE
64682025-05-15T04:05:51.655Z[ recovery-image] May 15 04:05:51.210 INFO O| May 15 04:05:51.210 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-05-15T04:05:51.681Z[ recovery-image] May 15 04:05:51.225 INFO O| May 15 04:05:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64702025-05-15T04:05:51.681Z[ recovery-image] May 15 04:05:51.226 INFO O| May 15 04:05:51.225 INFO STEP 647 (remove_files) COMPLETE
64712025-05-15T04:05:51.681Z[ recovery-image] May 15 04:05:51.226 INFO O| May 15 04:05:51.226 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.242 INFO O| May 15 04:05:51.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64732025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.242 INFO O| May 15 04:05:51.242 INFO STEP 648 (remove_files) COMPLETE
64742025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.242 INFO O| May 15 04:05:51.242 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.257 INFO O| May 15 04:05:51.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64762025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.258 INFO O| May 15 04:05:51.257 INFO STEP 649 (remove_files) COMPLETE
64772025-05-15T04:05:51.706Z[ recovery-image] May 15 04:05:51.258 INFO O| May 15 04:05:51.257 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-05-15T04:05:51.733Z[ recovery-image] May 15 04:05:51.273 INFO O| May 15 04:05:51.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64792025-05-15T04:05:51.734Z[ recovery-image] May 15 04:05:51.273 INFO O| May 15 04:05:51.273 INFO STEP 650 (remove_files) COMPLETE
64802025-05-15T04:05:51.734Z[ recovery-image] May 15 04:05:51.273 INFO O| May 15 04:05:51.273 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-05-15T04:05:51.734Z[ recovery-image] May 15 04:05:51.287 INFO O| May 15 04:05:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64822025-05-15T04:05:51.734Z[ recovery-image] May 15 04:05:51.287 INFO O| May 15 04:05:51.287 INFO STEP 651 (remove_files) COMPLETE
64832025-05-15T04:05:51.734Z[ recovery-image] May 15 04:05:51.288 INFO O| May 15 04:05:51.287 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-05-15T04:05:51.761Z[ recovery-image] May 15 04:05:51.305 INFO O| May 15 04:05:51.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64852025-05-15T04:05:51.761Z[ recovery-image] May 15 04:05:51.305 INFO O| May 15 04:05:51.305 INFO STEP 652 (remove_files) COMPLETE
64862025-05-15T04:05:51.761Z[ recovery-image] May 15 04:05:51.305 INFO O| May 15 04:05:51.305 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.320 INFO O| May 15 04:05:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64882025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.320 INFO O| May 15 04:05:51.320 INFO STEP 653 (remove_files) COMPLETE
64892025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.320 INFO O| May 15 04:05:51.320 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.336 INFO O| May 15 04:05:51.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64912025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.336 INFO O| May 15 04:05:51.336 INFO STEP 654 (remove_files) COMPLETE
64922025-05-15T04:05:51.786Z[ recovery-image] May 15 04:05:51.336 INFO O| May 15 04:05:51.336 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.351 INFO O| May 15 04:05:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64942025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.352 INFO O| May 15 04:05:51.351 INFO STEP 655 (remove_files) COMPLETE
64952025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.352 INFO O| May 15 04:05:51.351 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.366 INFO O| May 15 04:05:51.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64972025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.366 INFO O| May 15 04:05:51.366 INFO STEP 656 (remove_files) COMPLETE
64982025-05-15T04:05:51.812Z[ recovery-image] May 15 04:05:51.366 INFO O| May 15 04:05:51.366 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-05-15T04:05:51.838Z[ recovery-image] May 15 04:05:51.380 INFO O| May 15 04:05:51.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65002025-05-15T04:05:51.838Z[ recovery-image] May 15 04:05:51.380 INFO O| May 15 04:05:51.380 INFO STEP 657 (remove_files) COMPLETE
65012025-05-15T04:05:51.838Z[ recovery-image] May 15 04:05:51.380 INFO O| May 15 04:05:51.380 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-05-15T04:05:51.838Z[ recovery-image] May 15 04:05:51.394 INFO O| May 15 04:05:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65032025-05-15T04:05:51.839Z[ recovery-image] May 15 04:05:51.394 INFO O| May 15 04:05:51.394 INFO STEP 658 (remove_files) COMPLETE
65042025-05-15T04:05:51.839Z[ recovery-image] May 15 04:05:51.394 INFO O| May 15 04:05:51.394 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-05-15T04:05:51.864Z[ recovery-image] May 15 04:05:51.409 INFO O| May 15 04:05:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65062025-05-15T04:05:51.864Z[ recovery-image] May 15 04:05:51.409 INFO O| May 15 04:05:51.409 INFO STEP 659 (remove_files) COMPLETE
65072025-05-15T04:05:51.864Z[ recovery-image] May 15 04:05:51.409 INFO O| May 15 04:05:51.409 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-05-15T04:05:51.890Z[ recovery-image] May 15 04:05:51.424 INFO O| May 15 04:05:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65092025-05-15T04:05:51.890Z[ recovery-image] May 15 04:05:51.424 INFO O| May 15 04:05:51.424 INFO STEP 660 (remove_files) COMPLETE
65102025-05-15T04:05:51.890Z[ recovery-image] May 15 04:05:51.424 INFO O| May 15 04:05:51.424 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-05-15T04:05:51.890Z[ recovery-image] May 15 04:05:51.439 INFO O| May 15 04:05:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65122025-05-15T04:05:51.890Z[ recovery-image] May 15 04:05:51.439 INFO O| May 15 04:05:51.439 INFO STEP 661 (remove_files) COMPLETE
65132025-05-15T04:05:51.891Z[ recovery-image] May 15 04:05:51.439 INFO O| May 15 04:05:51.439 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.455 INFO O| May 15 04:05:51.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65152025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.455 INFO O| May 15 04:05:51.455 INFO STEP 662 (remove_files) COMPLETE
65162025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.455 INFO O| May 15 04:05:51.455 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.472 INFO O| May 15 04:05:51.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65182025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.472 INFO O| May 15 04:05:51.472 INFO STEP 663 (remove_files) COMPLETE
65192025-05-15T04:05:51.916Z[ recovery-image] May 15 04:05:51.472 INFO O| May 15 04:05:51.472 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-05-15T04:05:51.942Z[ recovery-image] May 15 04:05:51.488 INFO O| May 15 04:05:51.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65212025-05-15T04:05:51.942Z[ recovery-image] May 15 04:05:51.489 INFO O| May 15 04:05:51.488 INFO STEP 664 (remove_files) COMPLETE
65222025-05-15T04:05:51.942Z[ recovery-image] May 15 04:05:51.489 INFO O| May 15 04:05:51.488 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.504 INFO O| May 15 04:05:51.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65242025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.505 INFO O| May 15 04:05:51.505 INFO STEP 665 (remove_files) COMPLETE
65252025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.505 INFO O| May 15 04:05:51.505 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.520 INFO O| May 15 04:05:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65272025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.520 INFO O| May 15 04:05:51.520 INFO STEP 666 (remove_files) COMPLETE
65282025-05-15T04:05:51.970Z[ recovery-image] May 15 04:05:51.521 INFO O| May 15 04:05:51.520 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.536 INFO O| May 15 04:05:51.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65302025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.536 INFO O| May 15 04:05:51.536 INFO STEP 667 (remove_files) COMPLETE
65312025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.536 INFO O| May 15 04:05:51.536 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.550 INFO O| May 15 04:05:51.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65332025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.550 INFO O| May 15 04:05:51.550 INFO STEP 668 (remove_files) COMPLETE
65342025-05-15T04:05:51.996Z[ recovery-image] May 15 04:05:51.550 INFO O| May 15 04:05:51.550 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-05-15T04:05:52.021Z[ recovery-image] May 15 04:05:51.563 INFO O| May 15 04:05:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65362025-05-15T04:05:52.021Z[ recovery-image] May 15 04:05:51.563 INFO O| May 15 04:05:51.563 INFO STEP 669 (remove_files) COMPLETE
65372025-05-15T04:05:52.021Z[ recovery-image] May 15 04:05:51.563 INFO O| May 15 04:05:51.563 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-05-15T04:05:52.022Z[ recovery-image] May 15 04:05:51.577 INFO O| May 15 04:05:51.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65392025-05-15T04:05:52.022Z[ recovery-image] May 15 04:05:51.578 INFO O| May 15 04:05:51.578 INFO STEP 670 (remove_files) COMPLETE
65402025-05-15T04:05:52.022Z[ recovery-image] May 15 04:05:51.578 INFO O| May 15 04:05:51.578 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-05-15T04:05:52.048Z[ recovery-image] May 15 04:05:51.591 INFO O| May 15 04:05:51.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65422025-05-15T04:05:52.048Z[ recovery-image] May 15 04:05:51.591 INFO O| May 15 04:05:51.591 INFO STEP 671 (remove_files) COMPLETE
65432025-05-15T04:05:52.048Z[ recovery-image] May 15 04:05:51.591 INFO O| May 15 04:05:51.591 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-05-15T04:05:52.073Z[ recovery-image] May 15 04:05:51.605 INFO O| May 15 04:05:51.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65452025-05-15T04:05:52.074Z[ recovery-image] May 15 04:05:51.605 INFO O| May 15 04:05:51.605 INFO STEP 672 (remove_files) COMPLETE
65462025-05-15T04:05:52.074Z[ recovery-image] May 15 04:05:51.605 INFO O| May 15 04:05:51.605 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-05-15T04:05:52.074Z[ recovery-image] May 15 04:05:51.629 INFO O| May 15 04:05:51.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65482025-05-15T04:05:52.074Z[ recovery-image] May 15 04:05:51.630 INFO O| May 15 04:05:51.630 INFO STEP 673 (remove_files) COMPLETE
65492025-05-15T04:05:52.074Z[ recovery-image] May 15 04:05:51.630 INFO O| May 15 04:05:51.630 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-05-15T04:05:52.099Z[ recovery-image] May 15 04:05:51.651 INFO O| May 15 04:05:51.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65512025-05-15T04:05:52.099Z[ recovery-image] May 15 04:05:51.651 INFO O| May 15 04:05:51.651 INFO STEP 674 (remove_files) COMPLETE
65522025-05-15T04:05:52.099Z[ recovery-image] May 15 04:05:51.651 INFO O| May 15 04:05:51.651 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.666 INFO O| May 15 04:05:51.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65542025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.667 INFO O| May 15 04:05:51.667 INFO STEP 675 (remove_files) COMPLETE
65552025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.667 INFO O| May 15 04:05:51.667 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.682 INFO O| May 15 04:05:51.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65572025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.682 INFO O| May 15 04:05:51.682 INFO STEP 676 (remove_files) COMPLETE
65582025-05-15T04:05:52.126Z[ recovery-image] May 15 04:05:51.682 INFO O| May 15 04:05:51.682 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-05-15T04:05:52.152Z[ recovery-image] May 15 04:05:51.698 INFO O| May 15 04:05:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65602025-05-15T04:05:52.152Z[ recovery-image] May 15 04:05:51.698 INFO O| May 15 04:05:51.698 INFO STEP 677 (remove_files) COMPLETE
65612025-05-15T04:05:52.152Z[ recovery-image] May 15 04:05:51.698 INFO O| May 15 04:05:51.698 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-05-15T04:05:52.177Z[ recovery-image] May 15 04:05:51.711 INFO O| May 15 04:05:51.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65632025-05-15T04:05:52.177Z[ recovery-image] May 15 04:05:51.711 INFO O| May 15 04:05:51.711 INFO STEP 678 (remove_files) COMPLETE
65642025-05-15T04:05:52.177Z[ recovery-image] May 15 04:05:51.712 INFO O| May 15 04:05:51.711 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-05-15T04:05:52.177Z[ recovery-image] May 15 04:05:51.725 INFO O| May 15 04:05:51.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65662025-05-15T04:05:52.177Z[ recovery-image] May 15 04:05:51.725 INFO O| May 15 04:05:51.725 INFO STEP 679 (remove_files) COMPLETE
65672025-05-15T04:05:52.178Z[ recovery-image] May 15 04:05:51.725 INFO O| May 15 04:05:51.725 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-05-15T04:05:52.204Z[ recovery-image] May 15 04:05:51.739 INFO O| May 15 04:05:51.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65692025-05-15T04:05:52.204Z[ recovery-image] May 15 04:05:51.739 INFO O| May 15 04:05:51.739 INFO STEP 680 (remove_files) COMPLETE
65702025-05-15T04:05:52.204Z[ recovery-image] May 15 04:05:51.739 INFO O| May 15 04:05:51.739 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-05-15T04:05:52.204Z[ recovery-image] May 15 04:05:51.757 INFO O| May 15 04:05:51.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65722025-05-15T04:05:52.206Z[ recovery-image] May 15 04:05:51.757 INFO O| May 15 04:05:51.757 INFO STEP 681 (remove_files) COMPLETE
65732025-05-15T04:05:52.206Z[ recovery-image] May 15 04:05:51.757 INFO O| May 15 04:05:51.757 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.771 INFO O| May 15 04:05:51.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65752025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.772 INFO O| May 15 04:05:51.772 INFO STEP 682 (remove_files) COMPLETE
65762025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.772 INFO O| May 15 04:05:51.772 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.785 INFO O| May 15 04:05:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65782025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.785 INFO O| May 15 04:05:51.785 INFO STEP 683 (remove_files) COMPLETE
65792025-05-15T04:05:52.232Z[ recovery-image] May 15 04:05:51.785 INFO O| May 15 04:05:51.785 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.798 INFO O| May 15 04:05:51.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65812025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.799 INFO O| May 15 04:05:51.798 INFO STEP 684 (remove_files) COMPLETE
65822025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.799 INFO O| May 15 04:05:51.799 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.812 INFO O| May 15 04:05:51.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65842025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.812 INFO O| May 15 04:05:51.812 INFO STEP 685 (remove_files) COMPLETE
65852025-05-15T04:05:52.258Z[ recovery-image] May 15 04:05:51.812 INFO O| May 15 04:05:51.812 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-05-15T04:05:52.284Z[ recovery-image] May 15 04:05:51.831 INFO O| May 15 04:05:51.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65872025-05-15T04:05:52.284Z[ recovery-image] May 15 04:05:51.831 INFO O| May 15 04:05:51.831 INFO STEP 686 (remove_files) COMPLETE
65882025-05-15T04:05:52.284Z[ recovery-image] May 15 04:05:51.831 INFO O| May 15 04:05:51.831 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.848 INFO O| May 15 04:05:51.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65902025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.848 INFO O| May 15 04:05:51.848 INFO STEP 687 (remove_files) COMPLETE
65912025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.848 INFO O| May 15 04:05:51.848 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.865 INFO O| May 15 04:05:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65932025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.865 INFO O| May 15 04:05:51.865 INFO STEP 688 (remove_files) COMPLETE
65942025-05-15T04:05:52.310Z[ recovery-image] May 15 04:05:51.865 INFO O| May 15 04:05:51.865 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-05-15T04:05:52.336Z[ recovery-image] May 15 04:05:51.880 INFO O| May 15 04:05:51.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65962025-05-15T04:05:52.336Z[ recovery-image] May 15 04:05:51.880 INFO O| May 15 04:05:51.880 INFO STEP 689 (remove_files) COMPLETE
65972025-05-15T04:05:52.336Z[ recovery-image] May 15 04:05:51.880 INFO O| May 15 04:05:51.880 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.894 INFO O| May 15 04:05:51.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65992025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.894 INFO O| May 15 04:05:51.894 INFO STEP 690 (remove_files) COMPLETE
66002025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.894 INFO O| May 15 04:05:51.894 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.908 INFO O| May 15 04:05:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66022025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.908 INFO O| May 15 04:05:51.908 INFO STEP 691 (remove_files) COMPLETE
66032025-05-15T04:05:52.362Z[ recovery-image] May 15 04:05:51.908 INFO O| May 15 04:05:51.908 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.921 INFO O| May 15 04:05:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66052025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.921 INFO O| May 15 04:05:51.921 INFO STEP 692 (remove_files) COMPLETE
66062025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.921 INFO O| May 15 04:05:51.921 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.935 INFO O| May 15 04:05:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66082025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.935 INFO O| May 15 04:05:51.935 INFO STEP 693 (remove_files) COMPLETE
66092025-05-15T04:05:52.387Z[ recovery-image] May 15 04:05:51.935 INFO O| May 15 04:05:51.935 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-05-15T04:05:52.413Z[ recovery-image] May 15 04:05:51.948 INFO O| May 15 04:05:51.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66112025-05-15T04:05:52.413Z[ recovery-image] May 15 04:05:51.949 INFO O| May 15 04:05:51.948 INFO STEP 694 (remove_files) COMPLETE
66122025-05-15T04:05:52.413Z[ recovery-image] May 15 04:05:51.949 INFO O| May 15 04:05:51.948 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-05-15T04:05:52.414Z[ recovery-image] May 15 04:05:51.962 INFO O| May 15 04:05:51.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66142025-05-15T04:05:52.414Z[ recovery-image] May 15 04:05:51.963 INFO O| May 15 04:05:51.963 INFO STEP 695 (remove_files) COMPLETE
66152025-05-15T04:05:52.414Z[ recovery-image] May 15 04:05:51.963 INFO O| May 15 04:05:51.963 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.976 INFO O| May 15 04:05:51.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66172025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.976 INFO O| May 15 04:05:51.976 INFO STEP 696 (remove_files) COMPLETE
66182025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.976 INFO O| May 15 04:05:51.976 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.989 INFO O| May 15 04:05:51.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66202025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.990 INFO O| May 15 04:05:51.990 INFO STEP 697 (remove_files) COMPLETE
66212025-05-15T04:05:52.440Z[ recovery-image] May 15 04:05:51.990 INFO O| May 15 04:05:51.990 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.004 INFO O| May 15 04:05:52.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66232025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.004 INFO O| May 15 04:05:52.004 INFO STEP 698 (remove_files) COMPLETE
66242025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.004 INFO O| May 15 04:05:52.004 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.022 INFO O| May 15 04:05:52.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66262025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.022 INFO O| May 15 04:05:52.022 INFO STEP 699 (remove_files) COMPLETE
66272025-05-15T04:05:52.465Z[ recovery-image] May 15 04:05:52.022 INFO O| May 15 04:05:52.022 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-05-15T04:05:52.492Z[ recovery-image] May 15 04:05:52.038 INFO O| May 15 04:05:52.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66292025-05-15T04:05:52.492Z[ recovery-image] May 15 04:05:52.038 INFO O| May 15 04:05:52.038 INFO STEP 700 (remove_files) COMPLETE
66302025-05-15T04:05:52.492Z[ recovery-image] May 15 04:05:52.038 INFO O| May 15 04:05:52.038 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-05-15T04:05:52.518Z[ recovery-image] May 15 04:05:52.054 INFO O| May 15 04:05:52.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66322025-05-15T04:05:52.518Z[ recovery-image] May 15 04:05:52.054 INFO O| May 15 04:05:52.054 INFO STEP 701 (remove_files) COMPLETE
66332025-05-15T04:05:52.518Z[ recovery-image] May 15 04:05:52.054 INFO O| May 15 04:05:52.054 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-05-15T04:05:52.518Z[ recovery-image] May 15 04:05:52.073 INFO O| May 15 04:05:52.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66352025-05-15T04:05:52.519Z[ recovery-image] May 15 04:05:52.073 INFO O| May 15 04:05:52.073 INFO STEP 702 (remove_files) COMPLETE
66362025-05-15T04:05:52.519Z[ recovery-image] May 15 04:05:52.073 INFO O| May 15 04:05:52.073 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-05-15T04:05:52.544Z[ recovery-image] May 15 04:05:52.092 INFO O| May 15 04:05:52.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66382025-05-15T04:05:52.544Z[ recovery-image] May 15 04:05:52.092 INFO O| May 15 04:05:52.092 INFO STEP 703 (remove_files) COMPLETE
66392025-05-15T04:05:52.544Z[ recovery-image] May 15 04:05:52.092 INFO O| May 15 04:05:52.092 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-05-15T04:05:52.570Z[ recovery-image] May 15 04:05:52.109 INFO O| May 15 04:05:52.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66412025-05-15T04:05:52.570Z[ recovery-image] May 15 04:05:52.109 INFO O| May 15 04:05:52.109 INFO STEP 704 (remove_files) COMPLETE
66422025-05-15T04:05:52.570Z[ recovery-image] May 15 04:05:52.109 INFO O| May 15 04:05:52.109 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-05-15T04:05:52.571Z[ recovery-image] May 15 04:05:52.124 INFO O| May 15 04:05:52.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66442025-05-15T04:05:52.571Z[ recovery-image] May 15 04:05:52.125 INFO O| May 15 04:05:52.124 INFO STEP 705 (remove_files) COMPLETE
66452025-05-15T04:05:52.571Z[ recovery-image] May 15 04:05:52.125 INFO O| May 15 04:05:52.125 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-05-15T04:05:52.597Z[ recovery-image] May 15 04:05:52.146 INFO O| May 15 04:05:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66472025-05-15T04:05:52.597Z[ recovery-image] May 15 04:05:52.147 INFO O| May 15 04:05:52.147 INFO STEP 706 (remove_files) COMPLETE
66482025-05-15T04:05:52.597Z[ recovery-image] May 15 04:05:52.147 INFO O| May 15 04:05:52.147 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-05-15T04:05:52.622Z[ recovery-image] May 15 04:05:52.167 INFO O| May 15 04:05:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66502025-05-15T04:05:52.622Z[ recovery-image] May 15 04:05:52.167 INFO O| May 15 04:05:52.167 INFO STEP 707 (remove_files) COMPLETE
66512025-05-15T04:05:52.622Z[ recovery-image] May 15 04:05:52.167 INFO O| May 15 04:05:52.167 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.186 INFO O| May 15 04:05:52.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66532025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.186 INFO O| May 15 04:05:52.186 INFO STEP 708 (remove_files) COMPLETE
66542025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.186 INFO O| May 15 04:05:52.186 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.203 INFO O| May 15 04:05:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66562025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.203 INFO O| May 15 04:05:52.203 INFO STEP 709 (remove_files) COMPLETE
66572025-05-15T04:05:52.648Z[ recovery-image] May 15 04:05:52.203 INFO O| May 15 04:05:52.203 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-05-15T04:05:52.674Z[ recovery-image] May 15 04:05:52.219 INFO O| May 15 04:05:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66592025-05-15T04:05:52.674Z[ recovery-image] May 15 04:05:52.219 INFO O| May 15 04:05:52.219 INFO STEP 710 (remove_files) COMPLETE
66602025-05-15T04:05:52.674Z[ recovery-image] May 15 04:05:52.220 INFO O| May 15 04:05:52.219 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-05-15T04:05:52.700Z[ recovery-image] May 15 04:05:52.233 INFO O| May 15 04:05:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66622025-05-15T04:05:52.700Z[ recovery-image] May 15 04:05:52.234 INFO O| May 15 04:05:52.234 INFO STEP 711 (remove_files) COMPLETE
66632025-05-15T04:05:52.700Z[ recovery-image] May 15 04:05:52.234 INFO O| May 15 04:05:52.234 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-05-15T04:05:52.700Z[ recovery-image] May 15 04:05:52.247 INFO O| May 15 04:05:52.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66652025-05-15T04:05:52.702Z[ recovery-image] May 15 04:05:52.247 INFO O| May 15 04:05:52.247 INFO STEP 712 (remove_files) COMPLETE
66662025-05-15T04:05:52.702Z[ recovery-image] May 15 04:05:52.247 INFO O| May 15 04:05:52.247 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.260 INFO O| May 15 04:05:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66682025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.261 INFO O| May 15 04:05:52.261 INFO STEP 713 (remove_files) COMPLETE
66692025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.261 INFO O| May 15 04:05:52.261 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.274 INFO O| May 15 04:05:52.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66712025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.274 INFO O| May 15 04:05:52.274 INFO STEP 714 (remove_files) COMPLETE
66722025-05-15T04:05:52.728Z[ recovery-image] May 15 04:05:52.274 INFO O| May 15 04:05:52.274 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.286 INFO O| May 15 04:05:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66742025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.287 INFO O| May 15 04:05:52.287 INFO STEP 715 (remove_files) COMPLETE
66752025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.287 INFO O| May 15 04:05:52.287 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.299 INFO O| May 15 04:05:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66772025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.299 INFO O| May 15 04:05:52.299 INFO STEP 716 (remove_files) COMPLETE
66782025-05-15T04:05:52.754Z[ recovery-image] May 15 04:05:52.299 INFO O| May 15 04:05:52.299 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.317 INFO O| May 15 04:05:52.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66802025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.317 INFO O| May 15 04:05:52.317 INFO STEP 717 (remove_files) COMPLETE
66812025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.317 INFO O| May 15 04:05:52.317 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.331 INFO O| May 15 04:05:52.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66832025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.331 INFO O| May 15 04:05:52.331 INFO STEP 718 (remove_files) COMPLETE
66842025-05-15T04:05:52.780Z[ recovery-image] May 15 04:05:52.331 INFO O| May 15 04:05:52.331 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-05-15T04:05:52.805Z[ recovery-image] May 15 04:05:52.347 INFO O| May 15 04:05:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66862025-05-15T04:05:52.805Z[ recovery-image] May 15 04:05:52.347 INFO O| May 15 04:05:52.347 INFO STEP 719 (remove_files) COMPLETE
66872025-05-15T04:05:52.805Z[ recovery-image] May 15 04:05:52.347 INFO O| May 15 04:05:52.347 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.363 INFO O| May 15 04:05:52.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66892025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.363 INFO O| May 15 04:05:52.363 INFO STEP 720 (remove_files) COMPLETE
66902025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.363 INFO O| May 15 04:05:52.363 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.379 INFO O| May 15 04:05:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66922025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.379 INFO O| May 15 04:05:52.379 INFO STEP 721 (remove_files) COMPLETE
66932025-05-15T04:05:52.831Z[ recovery-image] May 15 04:05:52.379 INFO O| May 15 04:05:52.379 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.395 INFO O| May 15 04:05:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66952025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.395 INFO O| May 15 04:05:52.395 INFO STEP 722 (remove_files) COMPLETE
66962025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.395 INFO O| May 15 04:05:52.395 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.411 INFO O| May 15 04:05:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66982025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.411 INFO O| May 15 04:05:52.411 INFO STEP 723 (remove_files) COMPLETE
66992025-05-15T04:05:52.857Z[ recovery-image] May 15 04:05:52.411 INFO O| May 15 04:05:52.411 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-05-15T04:05:52.883Z[ recovery-image] May 15 04:05:52.430 INFO O| May 15 04:05:52.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67012025-05-15T04:05:52.884Z[ recovery-image] May 15 04:05:52.431 INFO O| May 15 04:05:52.431 INFO STEP 724 (remove_files) COMPLETE
67022025-05-15T04:05:52.884Z[ recovery-image] May 15 04:05:52.431 INFO O| May 15 04:05:52.431 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-05-15T04:05:52.909Z[ recovery-image] May 15 04:05:52.447 INFO O| May 15 04:05:52.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67042025-05-15T04:05:52.910Z[ recovery-image] May 15 04:05:52.448 INFO O| May 15 04:05:52.448 INFO STEP 725 (remove_files) COMPLETE
67052025-05-15T04:05:52.910Z[ recovery-image] May 15 04:05:52.448 INFO O| May 15 04:05:52.448 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-05-15T04:05:52.910Z[ recovery-image] May 15 04:05:52.464 INFO O| May 15 04:05:52.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67072025-05-15T04:05:52.910Z[ recovery-image] May 15 04:05:52.464 INFO O| May 15 04:05:52.464 INFO STEP 726 (remove_files) COMPLETE
67082025-05-15T04:05:52.910Z[ recovery-image] May 15 04:05:52.464 INFO O| May 15 04:05:52.464 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-05-15T04:05:52.935Z[ recovery-image] May 15 04:05:52.479 INFO O| May 15 04:05:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67102025-05-15T04:05:52.935Z[ recovery-image] May 15 04:05:52.479 INFO O| May 15 04:05:52.479 INFO STEP 727 (remove_files) COMPLETE
67112025-05-15T04:05:52.935Z[ recovery-image] May 15 04:05:52.479 INFO O| May 15 04:05:52.479 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-05-15T04:05:52.961Z[ recovery-image] May 15 04:05:52.495 INFO O| May 15 04:05:52.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67132025-05-15T04:05:52.961Z[ recovery-image] May 15 04:05:52.495 INFO O| May 15 04:05:52.495 INFO STEP 728 (remove_files) COMPLETE
67142025-05-15T04:05:52.961Z[ recovery-image] May 15 04:05:52.495 INFO O| May 15 04:05:52.495 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-05-15T04:05:52.961Z[ recovery-image] May 15 04:05:52.511 INFO O| May 15 04:05:52.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67162025-05-15T04:05:52.962Z[ recovery-image] May 15 04:05:52.511 INFO O| May 15 04:05:52.511 INFO STEP 729 (remove_files) COMPLETE
67172025-05-15T04:05:52.962Z[ recovery-image] May 15 04:05:52.511 INFO O| May 15 04:05:52.511 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.526 INFO O| May 15 04:05:52.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67192025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.526 INFO O| May 15 04:05:52.526 INFO STEP 730 (remove_files) COMPLETE
67202025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.526 INFO O| May 15 04:05:52.526 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.541 INFO O| May 15 04:05:52.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67222025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.541 INFO O| May 15 04:05:52.541 INFO STEP 731 (remove_files) COMPLETE
67232025-05-15T04:05:52.988Z[ recovery-image] May 15 04:05:52.541 INFO O| May 15 04:05:52.541 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.555 INFO O| May 15 04:05:52.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67252025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.556 INFO O| May 15 04:05:52.555 INFO STEP 732 (remove_files) COMPLETE
67262025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.556 INFO O| May 15 04:05:52.556 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.569 INFO O| May 15 04:05:52.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67282025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.570 INFO O| May 15 04:05:52.569 INFO STEP 733 (remove_files) COMPLETE
67292025-05-15T04:05:53.014Z[ recovery-image] May 15 04:05:52.570 INFO O| May 15 04:05:52.570 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-05-15T04:05:53.039Z[ recovery-image] May 15 04:05:52.585 INFO O| May 15 04:05:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67312025-05-15T04:05:53.040Z[ recovery-image] May 15 04:05:52.585 INFO O| May 15 04:05:52.585 INFO STEP 734 (remove_files) COMPLETE
67322025-05-15T04:05:53.040Z[ recovery-image] May 15 04:05:52.585 INFO O| May 15 04:05:52.585 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.599 INFO O| May 15 04:05:52.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67342025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.600 INFO O| May 15 04:05:52.599 INFO STEP 735 (remove_files) COMPLETE
67352025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.600 INFO O| May 15 04:05:52.599 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.613 INFO O| May 15 04:05:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67372025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.614 INFO O| May 15 04:05:52.614 INFO STEP 736 (remove_files) COMPLETE
67382025-05-15T04:05:53.066Z[ recovery-image] May 15 04:05:52.614 INFO O| May 15 04:05:52.614 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.627 INFO O| May 15 04:05:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67402025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.628 INFO O| May 15 04:05:52.628 INFO STEP 737 (remove_files) COMPLETE
67412025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.628 INFO O| May 15 04:05:52.628 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.641 INFO O| May 15 04:05:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67432025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.641 INFO O| May 15 04:05:52.641 INFO STEP 738 (remove_files) COMPLETE
67442025-05-15T04:05:53.092Z[ recovery-image] May 15 04:05:52.641 INFO O| May 15 04:05:52.641 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-05-15T04:05:53.117Z[ recovery-image] May 15 04:05:52.658 INFO O| May 15 04:05:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67462025-05-15T04:05:53.117Z[ recovery-image] May 15 04:05:52.658 INFO O| May 15 04:05:52.658 INFO STEP 739 (remove_files) COMPLETE
67472025-05-15T04:05:53.117Z[ recovery-image] May 15 04:05:52.659 INFO O| May 15 04:05:52.658 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-05-15T04:05:53.117Z[ recovery-image] May 15 04:05:52.674 INFO O| May 15 04:05:52.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67492025-05-15T04:05:53.143Z[ recovery-image] May 15 04:05:52.674 INFO O| May 15 04:05:52.674 INFO STEP 740 (remove_files) COMPLETE
67502025-05-15T04:05:53.143Z[ recovery-image] May 15 04:05:52.674 INFO O| May 15 04:05:52.674 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-05-15T04:05:53.143Z[ recovery-image] May 15 04:05:52.688 INFO O| May 15 04:05:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67522025-05-15T04:05:53.143Z[ recovery-image] May 15 04:05:52.689 INFO O| May 15 04:05:52.689 INFO STEP 741 (remove_files) COMPLETE
67532025-05-15T04:05:53.143Z[ recovery-image] May 15 04:05:52.689 INFO O| May 15 04:05:52.689 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-05-15T04:05:53.169Z[ recovery-image] May 15 04:05:52.704 INFO O| May 15 04:05:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67552025-05-15T04:05:53.169Z[ recovery-image] May 15 04:05:52.704 INFO O| May 15 04:05:52.704 INFO STEP 742 (remove_files) COMPLETE
67562025-05-15T04:05:53.169Z[ recovery-image] May 15 04:05:52.704 INFO O| May 15 04:05:52.704 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-05-15T04:05:53.169Z[ recovery-image] May 15 04:05:52.719 INFO O| May 15 04:05:52.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67582025-05-15T04:05:53.170Z[ recovery-image] May 15 04:05:52.720 INFO O| May 15 04:05:52.720 INFO STEP 743 (remove_files) COMPLETE
67592025-05-15T04:05:53.170Z[ recovery-image] May 15 04:05:52.720 INFO O| May 15 04:05:52.720 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-05-15T04:05:53.196Z[ recovery-image] May 15 04:05:52.734 INFO O| May 15 04:05:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67612025-05-15T04:05:53.196Z[ recovery-image] May 15 04:05:52.735 INFO O| May 15 04:05:52.735 INFO STEP 744 (remove_files) COMPLETE
67622025-05-15T04:05:53.197Z[ recovery-image] May 15 04:05:52.735 INFO O| May 15 04:05:52.735 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-05-15T04:05:53.197Z[ recovery-image] May 15 04:05:52.749 INFO O| May 15 04:05:52.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67642025-05-15T04:05:53.197Z[ recovery-image] May 15 04:05:52.749 INFO O| May 15 04:05:52.749 INFO STEP 745 (remove_files) COMPLETE
67652025-05-15T04:05:53.197Z[ recovery-image] May 15 04:05:52.749 INFO O| May 15 04:05:52.749 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.763 INFO O| May 15 04:05:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67672025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.764 INFO O| May 15 04:05:52.764 INFO STEP 746 (remove_files) COMPLETE
67682025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.764 INFO O| May 15 04:05:52.764 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.777 INFO O| May 15 04:05:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67702025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.777 INFO O| May 15 04:05:52.777 INFO STEP 747 (remove_files) COMPLETE
67712025-05-15T04:05:53.222Z[ recovery-image] May 15 04:05:52.777 INFO O| May 15 04:05:52.777 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-05-15T04:05:53.248Z[ recovery-image] May 15 04:05:52.790 INFO O| May 15 04:05:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67732025-05-15T04:05:53.248Z[ recovery-image] May 15 04:05:52.791 INFO O| May 15 04:05:52.790 INFO STEP 748 (remove_files) COMPLETE
67742025-05-15T04:05:53.248Z[ recovery-image] May 15 04:05:52.791 INFO O| May 15 04:05:52.790 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.808 INFO O| May 15 04:05:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67762025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.808 INFO O| May 15 04:05:52.808 INFO STEP 749 (remove_files) COMPLETE
67772025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.808 INFO O| May 15 04:05:52.808 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.823 INFO O| May 15 04:05:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67792025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.823 INFO O| May 15 04:05:52.823 INFO STEP 750 (remove_files) COMPLETE
67802025-05-15T04:05:53.274Z[ recovery-image] May 15 04:05:52.823 INFO O| May 15 04:05:52.823 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.837 INFO O| May 15 04:05:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67822025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.837 INFO O| May 15 04:05:52.837 INFO STEP 751 (remove_files) COMPLETE
67832025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.837 INFO O| May 15 04:05:52.837 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.852 INFO O| May 15 04:05:52.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67852025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.852 INFO O| May 15 04:05:52.852 INFO STEP 752 (remove_files) COMPLETE
67862025-05-15T04:05:53.301Z[ recovery-image] May 15 04:05:52.852 INFO O| May 15 04:05:52.852 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.867 INFO O| May 15 04:05:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67882025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.867 INFO O| May 15 04:05:52.867 INFO STEP 753 (remove_files) COMPLETE
67892025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.867 INFO O| May 15 04:05:52.867 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.881 INFO O| May 15 04:05:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67912025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.881 INFO O| May 15 04:05:52.881 INFO STEP 754 (remove_files) COMPLETE
67922025-05-15T04:05:53.327Z[ recovery-image] May 15 04:05:52.881 INFO O| May 15 04:05:52.881 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.895 INFO O| May 15 04:05:52.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67942025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.895 INFO O| May 15 04:05:52.895 INFO STEP 755 (remove_files) COMPLETE
67952025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.895 INFO O| May 15 04:05:52.895 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.909 INFO O| May 15 04:05:52.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67972025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.910 INFO O| May 15 04:05:52.909 INFO STEP 756 (remove_files) COMPLETE
67982025-05-15T04:05:53.354Z[ recovery-image] May 15 04:05:52.910 INFO O| May 15 04:05:52.909 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-05-15T04:05:53.379Z[ recovery-image] May 15 04:05:52.928 INFO O| May 15 04:05:52.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68002025-05-15T04:05:53.380Z[ recovery-image] May 15 04:05:52.928 INFO O| May 15 04:05:52.928 INFO STEP 757 (remove_files) COMPLETE
68012025-05-15T04:05:53.380Z[ recovery-image] May 15 04:05:52.928 INFO O| May 15 04:05:52.928 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-05-15T04:05:53.405Z[ recovery-image] May 15 04:05:52.947 INFO O| May 15 04:05:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68032025-05-15T04:05:53.405Z[ recovery-image] May 15 04:05:52.947 INFO O| May 15 04:05:52.947 INFO STEP 758 (remove_files) COMPLETE
68042025-05-15T04:05:53.405Z[ recovery-image] May 15 04:05:52.947 INFO O| May 15 04:05:52.947 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-05-15T04:05:53.405Z[ recovery-image] May 15 04:05:52.961 INFO O| May 15 04:05:52.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68062025-05-15T04:05:53.408Z[ recovery-image] May 15 04:05:52.961 INFO O| May 15 04:05:52.961 INFO STEP 759 (remove_files) COMPLETE
68072025-05-15T04:05:53.408Z[ recovery-image] May 15 04:05:52.961 INFO O| May 15 04:05:52.961 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-05-15T04:05:53.434Z[ recovery-image] May 15 04:05:52.979 INFO O| May 15 04:05:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68092025-05-15T04:05:53.434Z[ recovery-image] May 15 04:05:52.979 INFO O| May 15 04:05:52.979 INFO STEP 760 (remove_files) COMPLETE
68102025-05-15T04:05:53.434Z[ recovery-image] May 15 04:05:52.979 INFO O| May 15 04:05:52.979 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:52.996 INFO O| May 15 04:05:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68122025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:52.996 INFO O| May 15 04:05:52.996 INFO STEP 761 (remove_files) COMPLETE
68132025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:52.996 INFO O| May 15 04:05:52.996 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:53.010 INFO O| May 15 04:05:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68152025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:53.010 INFO O| May 15 04:05:53.010 INFO STEP 762 (remove_files) COMPLETE
68162025-05-15T04:05:53.459Z[ recovery-image] May 15 04:05:53.010 INFO O| May 15 04:05:53.010 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-05-15T04:05:53.485Z[ recovery-image] May 15 04:05:53.025 INFO O| May 15 04:05:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68182025-05-15T04:05:53.485Z[ recovery-image] May 15 04:05:53.026 INFO O| May 15 04:05:53.026 INFO STEP 763 (remove_files) COMPLETE
68192025-05-15T04:05:53.486Z[ recovery-image] May 15 04:05:53.026 INFO O| May 15 04:05:53.026 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-05-15T04:05:53.486Z[ recovery-image] May 15 04:05:53.041 INFO O| May 15 04:05:53.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68212025-05-15T04:05:53.486Z[ recovery-image] May 15 04:05:53.042 INFO O| May 15 04:05:53.041 INFO STEP 764 (remove_files) COMPLETE
68222025-05-15T04:05:53.486Z[ recovery-image] May 15 04:05:53.042 INFO O| May 15 04:05:53.042 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-05-15T04:05:53.511Z[ recovery-image] May 15 04:05:53.056 INFO O| May 15 04:05:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68242025-05-15T04:05:53.511Z[ recovery-image] May 15 04:05:53.057 INFO O| May 15 04:05:53.057 INFO STEP 765 (remove_files) COMPLETE
68252025-05-15T04:05:53.512Z[ recovery-image] May 15 04:05:53.057 INFO O| May 15 04:05:53.057 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.071 INFO O| May 15 04:05:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68272025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.071 INFO O| May 15 04:05:53.071 INFO STEP 766 (remove_files) COMPLETE
68282025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.071 INFO O| May 15 04:05:53.071 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.087 INFO O| May 15 04:05:53.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68302025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.088 INFO O| May 15 04:05:53.087 INFO STEP 767 (remove_files) COMPLETE
68312025-05-15T04:05:53.538Z[ recovery-image] May 15 04:05:53.088 INFO O| May 15 04:05:53.088 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-05-15T04:05:53.564Z[ recovery-image] May 15 04:05:53.103 INFO O| May 15 04:05:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68332025-05-15T04:05:53.566Z[ recovery-image] May 15 04:05:53.103 INFO O| May 15 04:05:53.103 INFO STEP 768 (remove_files) COMPLETE
68342025-05-15T04:05:53.566Z[ recovery-image] May 15 04:05:53.103 INFO O| May 15 04:05:53.103 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-05-15T04:05:53.566Z[ recovery-image] May 15 04:05:53.118 INFO O| May 15 04:05:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68362025-05-15T04:05:53.566Z[ recovery-image] May 15 04:05:53.118 INFO O| May 15 04:05:53.118 INFO STEP 769 (remove_files) COMPLETE
68372025-05-15T04:05:53.566Z[ recovery-image] May 15 04:05:53.118 INFO O| May 15 04:05:53.118 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.133 INFO O| May 15 04:05:53.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68392025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.133 INFO O| May 15 04:05:53.133 INFO STEP 770 (remove_files) COMPLETE
68402025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.133 INFO O| May 15 04:05:53.133 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.147 INFO O| May 15 04:05:53.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68422025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.147 INFO O| May 15 04:05:53.147 INFO STEP 771 (remove_files) COMPLETE
68432025-05-15T04:05:53.592Z[ recovery-image] May 15 04:05:53.148 INFO O| May 15 04:05:53.147 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-05-15T04:05:53.617Z[ recovery-image] May 15 04:05:53.163 INFO O| May 15 04:05:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68452025-05-15T04:05:53.618Z[ recovery-image] May 15 04:05:53.163 INFO O| May 15 04:05:53.163 INFO STEP 772 (remove_files) COMPLETE
68462025-05-15T04:05:53.618Z[ recovery-image] May 15 04:05:53.163 INFO O| May 15 04:05:53.163 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-05-15T04:05:53.643Z[ recovery-image] May 15 04:05:53.178 INFO O| May 15 04:05:53.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68482025-05-15T04:05:53.643Z[ recovery-image] May 15 04:05:53.179 INFO O| May 15 04:05:53.179 INFO STEP 773 (remove_files) COMPLETE
68492025-05-15T04:05:53.643Z[ recovery-image] May 15 04:05:53.179 INFO O| May 15 04:05:53.179 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-05-15T04:05:53.643Z[ recovery-image] May 15 04:05:53.193 INFO O| May 15 04:05:53.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68512025-05-15T04:05:53.646Z[ recovery-image] May 15 04:05:53.194 INFO O| May 15 04:05:53.194 INFO STEP 774 (remove_files) COMPLETE
68522025-05-15T04:05:53.646Z[ recovery-image] May 15 04:05:53.194 INFO O| May 15 04:05:53.194 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.208 INFO O| May 15 04:05:53.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68542025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.208 INFO O| May 15 04:05:53.208 INFO STEP 775 (remove_files) COMPLETE
68552025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.208 INFO O| May 15 04:05:53.208 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.223 INFO O| May 15 04:05:53.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68572025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.223 INFO O| May 15 04:05:53.223 INFO STEP 776 (remove_files) COMPLETE
68582025-05-15T04:05:53.672Z[ recovery-image] May 15 04:05:53.223 INFO O| May 15 04:05:53.223 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-05-15T04:05:53.697Z[ recovery-image] May 15 04:05:53.237 INFO O| May 15 04:05:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68602025-05-15T04:05:53.697Z[ recovery-image] May 15 04:05:53.237 INFO O| May 15 04:05:53.237 INFO STEP 777 (remove_files) COMPLETE
68612025-05-15T04:05:53.697Z[ recovery-image] May 15 04:05:53.237 INFO O| May 15 04:05:53.237 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-05-15T04:05:53.697Z[ recovery-image] May 15 04:05:53.252 INFO O| May 15 04:05:53.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68632025-05-15T04:05:53.698Z[ recovery-image] May 15 04:05:53.252 INFO O| May 15 04:05:53.252 INFO STEP 778 (remove_files) COMPLETE
68642025-05-15T04:05:53.698Z[ recovery-image] May 15 04:05:53.252 INFO O| May 15 04:05:53.252 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-05-15T04:05:53.723Z[ recovery-image] May 15 04:05:53.267 INFO O| May 15 04:05:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68662025-05-15T04:05:53.724Z[ recovery-image] May 15 04:05:53.267 INFO O| May 15 04:05:53.267 INFO STEP 779 (remove_files) COMPLETE
68672025-05-15T04:05:53.724Z[ recovery-image] May 15 04:05:53.267 INFO O| May 15 04:05:53.267 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.281 INFO O| May 15 04:05:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68692025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.281 INFO O| May 15 04:05:53.281 INFO STEP 780 (remove_files) COMPLETE
68702025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.281 INFO O| May 15 04:05:53.281 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.296 INFO O| May 15 04:05:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68722025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.296 INFO O| May 15 04:05:53.296 INFO STEP 781 (remove_files) COMPLETE
68732025-05-15T04:05:53.749Z[ recovery-image] May 15 04:05:53.296 INFO O| May 15 04:05:53.296 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-05-15T04:05:53.774Z[ recovery-image] May 15 04:05:53.310 INFO O| May 15 04:05:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68752025-05-15T04:05:53.775Z[ recovery-image] May 15 04:05:53.310 INFO O| May 15 04:05:53.310 INFO STEP 782 (remove_files) COMPLETE
68762025-05-15T04:05:53.775Z[ recovery-image] May 15 04:05:53.311 INFO O| May 15 04:05:53.310 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-05-15T04:05:53.775Z[ recovery-image] May 15 04:05:53.325 INFO O| May 15 04:05:53.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68782025-05-15T04:05:53.775Z[ recovery-image] May 15 04:05:53.325 INFO O| May 15 04:05:53.325 INFO STEP 783 (remove_files) COMPLETE
68792025-05-15T04:05:53.775Z[ recovery-image] May 15 04:05:53.325 INFO O| May 15 04:05:53.325 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.339 INFO O| May 15 04:05:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68812025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.340 INFO O| May 15 04:05:53.340 INFO STEP 784 (remove_files) COMPLETE
68822025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.340 INFO O| May 15 04:05:53.340 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.354 INFO O| May 15 04:05:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68842025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.355 INFO O| May 15 04:05:53.354 INFO STEP 785 (remove_files) COMPLETE
68852025-05-15T04:05:53.801Z[ recovery-image] May 15 04:05:53.355 INFO O| May 15 04:05:53.355 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.369 INFO O| May 15 04:05:53.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68872025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.369 INFO O| May 15 04:05:53.369 INFO STEP 786 (remove_files) COMPLETE
68882025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.369 INFO O| May 15 04:05:53.369 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.383 INFO O| May 15 04:05:53.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68902025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.383 INFO O| May 15 04:05:53.383 INFO STEP 787 (remove_files) COMPLETE
68912025-05-15T04:05:53.827Z[ recovery-image] May 15 04:05:53.383 INFO O| May 15 04:05:53.383 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-05-15T04:05:53.854Z[ recovery-image] May 15 04:05:53.397 INFO O| May 15 04:05:53.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68932025-05-15T04:05:53.855Z[ recovery-image] May 15 04:05:53.397 INFO O| May 15 04:05:53.397 INFO STEP 788 (remove_files) COMPLETE
68942025-05-15T04:05:53.855Z[ recovery-image] May 15 04:05:53.397 INFO O| May 15 04:05:53.397 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.411 INFO O| May 15 04:05:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68962025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.412 INFO O| May 15 04:05:53.412 INFO STEP 789 (remove_files) COMPLETE
68972025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.412 INFO O| May 15 04:05:53.412 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.425 INFO O| May 15 04:05:53.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68992025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.425 INFO O| May 15 04:05:53.425 INFO STEP 790 (remove_files) COMPLETE
69002025-05-15T04:05:53.881Z[ recovery-image] May 15 04:05:53.425 INFO O| May 15 04:05:53.425 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.439 INFO O| May 15 04:05:53.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69022025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.439 INFO O| May 15 04:05:53.439 INFO STEP 791 (remove_files) COMPLETE
69032025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.439 INFO O| May 15 04:05:53.439 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.453 INFO O| May 15 04:05:53.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69052025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.453 INFO O| May 15 04:05:53.453 INFO STEP 792 (remove_files) COMPLETE
69062025-05-15T04:05:53.907Z[ recovery-image] May 15 04:05:53.453 INFO O| May 15 04:05:53.453 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-05-15T04:05:53.932Z[ recovery-image] May 15 04:05:53.466 INFO O| May 15 04:05:53.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69082025-05-15T04:05:53.932Z[ recovery-image] May 15 04:05:53.466 INFO O| May 15 04:05:53.466 INFO STEP 793 (remove_files) COMPLETE
69092025-05-15T04:05:53.932Z[ recovery-image] May 15 04:05:53.466 INFO O| May 15 04:05:53.466 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-05-15T04:05:53.932Z[ recovery-image] May 15 04:05:53.483 INFO O| May 15 04:05:53.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69112025-05-15T04:05:53.932Z[ recovery-image] May 15 04:05:53.483 INFO O| May 15 04:05:53.483 INFO STEP 794 (remove_files) COMPLETE
69122025-05-15T04:05:53.933Z[ recovery-image] May 15 04:05:53.483 INFO O| May 15 04:05:53.483 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.497 INFO O| May 15 04:05:53.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69142025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.498 INFO O| May 15 04:05:53.498 INFO STEP 795 (remove_files) COMPLETE
69152025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.498 INFO O| May 15 04:05:53.498 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.511 INFO O| May 15 04:05:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69172025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.511 INFO O| May 15 04:05:53.511 INFO STEP 796 (remove_files) COMPLETE
69182025-05-15T04:05:53.958Z[ recovery-image] May 15 04:05:53.511 INFO O| May 15 04:05:53.511 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-05-15T04:05:53.984Z[ recovery-image] May 15 04:05:53.525 INFO O| May 15 04:05:53.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69202025-05-15T04:05:53.984Z[ recovery-image] May 15 04:05:53.525 INFO O| May 15 04:05:53.525 INFO STEP 797 (remove_files) COMPLETE
69212025-05-15T04:05:53.984Z[ recovery-image] May 15 04:05:53.525 INFO O| May 15 04:05:53.525 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-05-15T04:05:53.984Z[ recovery-image] May 15 04:05:53.538 INFO O| May 15 04:05:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69232025-05-15T04:05:53.985Z[ recovery-image] May 15 04:05:53.538 INFO O| May 15 04:05:53.538 INFO STEP 798 (remove_files) COMPLETE
69242025-05-15T04:05:53.985Z[ recovery-image] May 15 04:05:53.538 INFO O| May 15 04:05:53.538 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-05-15T04:05:54.010Z[ recovery-image] May 15 04:05:53.551 INFO O| May 15 04:05:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69262025-05-15T04:05:54.010Z[ recovery-image] May 15 04:05:53.552 INFO O| May 15 04:05:53.552 INFO STEP 799 (remove_files) COMPLETE
69272025-05-15T04:05:54.011Z[ recovery-image] May 15 04:05:53.552 INFO O| May 15 04:05:53.552 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-05-15T04:05:54.011Z[ recovery-image] May 15 04:05:53.565 INFO O| May 15 04:05:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69292025-05-15T04:05:54.011Z[ recovery-image] May 15 04:05:53.565 INFO O| May 15 04:05:53.565 INFO STEP 800 (remove_files) COMPLETE
69302025-05-15T04:05:54.011Z[ recovery-image] May 15 04:05:53.565 INFO O| May 15 04:05:53.565 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-05-15T04:05:54.036Z[ recovery-image] May 15 04:05:53.578 INFO O| May 15 04:05:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69322025-05-15T04:05:54.037Z[ recovery-image] May 15 04:05:53.578 INFO O| May 15 04:05:53.578 INFO STEP 801 (remove_files) COMPLETE
69332025-05-15T04:05:54.037Z[ recovery-image] May 15 04:05:53.578 INFO O| May 15 04:05:53.578 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-05-15T04:05:54.037Z[ recovery-image] May 15 04:05:53.591 INFO O| May 15 04:05:53.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69352025-05-15T04:05:54.037Z[ recovery-image] May 15 04:05:53.592 INFO O| May 15 04:05:53.591 INFO STEP 802 (remove_files) COMPLETE
69362025-05-15T04:05:54.037Z[ recovery-image] May 15 04:05:53.592 INFO O| May 15 04:05:53.591 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.604 INFO O| May 15 04:05:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69382025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.604 INFO O| May 15 04:05:53.604 INFO STEP 803 (remove_files) COMPLETE
69392025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.604 INFO O| May 15 04:05:53.604 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.617 INFO O| May 15 04:05:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69412025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.617 INFO O| May 15 04:05:53.617 INFO STEP 804 (remove_files) COMPLETE
69422025-05-15T04:05:54.063Z[ recovery-image] May 15 04:05:53.617 INFO O| May 15 04:05:53.617 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-05-15T04:05:54.089Z[ recovery-image] May 15 04:05:53.630 INFO O| May 15 04:05:53.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69442025-05-15T04:05:54.090Z[ recovery-image] May 15 04:05:53.630 INFO O| May 15 04:05:53.630 INFO STEP 805 (remove_files) COMPLETE
69452025-05-15T04:05:54.090Z[ recovery-image] May 15 04:05:53.630 INFO O| May 15 04:05:53.630 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-05-15T04:05:54.090Z[ recovery-image] May 15 04:05:53.643 INFO O| May 15 04:05:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69472025-05-15T04:05:54.090Z[ recovery-image] May 15 04:05:53.643 INFO O| May 15 04:05:53.643 INFO STEP 806 (remove_files) COMPLETE
69482025-05-15T04:05:54.090Z[ recovery-image] May 15 04:05:53.643 INFO O| May 15 04:05:53.643 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.657 INFO O| May 15 04:05:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69502025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.658 INFO O| May 15 04:05:53.658 INFO STEP 807 (remove_files) COMPLETE
69512025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.658 INFO O| May 15 04:05:53.658 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.672 INFO O| May 15 04:05:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69532025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.672 INFO O| May 15 04:05:53.672 INFO STEP 808 (remove_files) COMPLETE
69542025-05-15T04:05:54.116Z[ recovery-image] May 15 04:05:53.672 INFO O| May 15 04:05:53.672 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-05-15T04:05:54.141Z[ recovery-image] May 15 04:05:53.686 INFO O| May 15 04:05:53.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69562025-05-15T04:05:54.141Z[ recovery-image] May 15 04:05:53.686 INFO O| May 15 04:05:53.686 INFO STEP 809 (remove_files) COMPLETE
69572025-05-15T04:05:54.141Z[ recovery-image] May 15 04:05:53.686 INFO O| May 15 04:05:53.686 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.700 INFO O| May 15 04:05:53.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69592025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.700 INFO O| May 15 04:05:53.700 INFO STEP 810 (remove_files) COMPLETE
69602025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.700 INFO O| May 15 04:05:53.700 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.713 INFO O| May 15 04:05:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69622025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.713 INFO O| May 15 04:05:53.713 INFO STEP 811 (remove_files) COMPLETE
69632025-05-15T04:05:54.167Z[ recovery-image] May 15 04:05:53.713 INFO O| May 15 04:05:53.713 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-05-15T04:05:54.192Z[ recovery-image] May 15 04:05:53.727 INFO O| May 15 04:05:53.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69652025-05-15T04:05:54.192Z[ recovery-image] May 15 04:05:53.728 INFO O| May 15 04:05:53.727 INFO STEP 812 (remove_files) COMPLETE
69662025-05-15T04:05:54.192Z[ recovery-image] May 15 04:05:53.728 INFO O| May 15 04:05:53.728 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-05-15T04:05:54.193Z[ recovery-image] May 15 04:05:53.741 INFO O| May 15 04:05:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69682025-05-15T04:05:54.193Z[ recovery-image] May 15 04:05:53.741 INFO O| May 15 04:05:53.741 INFO STEP 813 (remove_files) COMPLETE
69692025-05-15T04:05:54.193Z[ recovery-image] May 15 04:05:53.741 INFO O| May 15 04:05:53.741 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.754 INFO O| May 15 04:05:53.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69712025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.755 INFO O| May 15 04:05:53.755 INFO STEP 814 (remove_files) COMPLETE
69722025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.755 INFO O| May 15 04:05:53.755 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.773 INFO O| May 15 04:05:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69742025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.773 INFO O| May 15 04:05:53.773 INFO STEP 815 (remove_files) COMPLETE
69752025-05-15T04:05:54.219Z[ recovery-image] May 15 04:05:53.773 INFO O| May 15 04:05:53.773 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-05-15T04:05:54.245Z[ recovery-image] May 15 04:05:53.788 INFO O| May 15 04:05:53.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69772025-05-15T04:05:54.245Z[ recovery-image] May 15 04:05:53.789 INFO O| May 15 04:05:53.789 INFO STEP 816 (remove_files) COMPLETE
69782025-05-15T04:05:54.245Z[ recovery-image] May 15 04:05:53.789 INFO O| May 15 04:05:53.789 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-05-15T04:05:54.270Z[ recovery-image] May 15 04:05:53.803 INFO O| May 15 04:05:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69802025-05-15T04:05:54.270Z[ recovery-image] May 15 04:05:53.804 INFO O| May 15 04:05:53.804 INFO STEP 817 (remove_files) COMPLETE
69812025-05-15T04:05:54.270Z[ recovery-image] May 15 04:05:53.804 INFO O| May 15 04:05:53.804 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-05-15T04:05:54.271Z[ recovery-image] May 15 04:05:53.818 INFO O| May 15 04:05:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69832025-05-15T04:05:54.271Z[ recovery-image] May 15 04:05:53.818 INFO O| May 15 04:05:53.818 INFO STEP 818 (remove_files) COMPLETE
69842025-05-15T04:05:54.271Z[ recovery-image] May 15 04:05:53.818 INFO O| May 15 04:05:53.818 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.832 INFO O| May 15 04:05:53.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69862025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.832 INFO O| May 15 04:05:53.832 INFO STEP 819 (remove_files) COMPLETE
69872025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.832 INFO O| May 15 04:05:53.832 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.846 INFO O| May 15 04:05:53.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69892025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.846 INFO O| May 15 04:05:53.846 INFO STEP 820 (remove_files) COMPLETE
69902025-05-15T04:05:54.297Z[ recovery-image] May 15 04:05:53.846 INFO O| May 15 04:05:53.846 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-05-15T04:05:54.323Z[ recovery-image] May 15 04:05:53.865 INFO O| May 15 04:05:53.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69922025-05-15T04:05:54.323Z[ recovery-image] May 15 04:05:53.865 INFO O| May 15 04:05:53.865 INFO STEP 821 (remove_files) COMPLETE
69932025-05-15T04:05:54.323Z[ recovery-image] May 15 04:05:53.865 INFO O| May 15 04:05:53.865 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-05-15T04:05:54.349Z[ recovery-image] May 15 04:05:53.880 INFO O| May 15 04:05:53.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69952025-05-15T04:05:54.349Z[ recovery-image] May 15 04:05:53.880 INFO O| May 15 04:05:53.880 INFO STEP 822 (remove_files) COMPLETE
69962025-05-15T04:05:54.349Z[ recovery-image] May 15 04:05:53.880 INFO O| May 15 04:05:53.880 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-05-15T04:05:54.350Z[ recovery-image] May 15 04:05:53.898 INFO O| May 15 04:05:53.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69982025-05-15T04:05:54.350Z[ recovery-image] May 15 04:05:53.898 INFO O| May 15 04:05:53.898 INFO STEP 823 (remove_files) COMPLETE
69992025-05-15T04:05:54.350Z[ recovery-image] May 15 04:05:53.898 INFO O| May 15 04:05:53.898 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.913 INFO O| May 15 04:05:53.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70012025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.914 INFO O| May 15 04:05:53.913 INFO STEP 824 (remove_files) COMPLETE
70022025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.914 INFO O| May 15 04:05:53.914 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.931 INFO O| May 15 04:05:53.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70042025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.931 INFO O| May 15 04:05:53.931 INFO STEP 825 (remove_files) COMPLETE
70052025-05-15T04:05:54.376Z[ recovery-image] May 15 04:05:53.931 INFO O| May 15 04:05:53.931 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-05-15T04:05:54.402Z[ recovery-image] May 15 04:05:53.946 INFO O| May 15 04:05:53.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70072025-05-15T04:05:54.402Z[ recovery-image] May 15 04:05:53.946 INFO O| May 15 04:05:53.946 INFO STEP 826 (remove_files) COMPLETE
70082025-05-15T04:05:54.402Z[ recovery-image] May 15 04:05:53.946 INFO O| May 15 04:05:53.946 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.960 INFO O| May 15 04:05:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70102025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.960 INFO O| May 15 04:05:53.960 INFO STEP 827 (remove_files) COMPLETE
70112025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.960 INFO O| May 15 04:05:53.960 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.974 INFO O| May 15 04:05:53.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70132025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.974 INFO O| May 15 04:05:53.974 INFO STEP 828 (remove_files) COMPLETE
70142025-05-15T04:05:54.428Z[ recovery-image] May 15 04:05:53.974 INFO O| May 15 04:05:53.974 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:53.989 INFO O| May 15 04:05:53.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70162025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:53.989 INFO O| May 15 04:05:53.989 INFO STEP 829 (remove_files) COMPLETE
70172025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:53.989 INFO O| May 15 04:05:53.989 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:54.004 INFO O| May 15 04:05:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70192025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:54.004 INFO O| May 15 04:05:54.004 INFO STEP 830 (remove_files) COMPLETE
70202025-05-15T04:05:54.454Z[ recovery-image] May 15 04:05:54.004 INFO O| May 15 04:05:54.004 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-05-15T04:05:54.480Z[ recovery-image] May 15 04:05:54.022 INFO O| May 15 04:05:54.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70222025-05-15T04:05:54.480Z[ recovery-image] May 15 04:05:54.022 INFO O| May 15 04:05:54.022 INFO STEP 831 (remove_files) COMPLETE
70232025-05-15T04:05:54.480Z[ recovery-image] May 15 04:05:54.022 INFO O| May 15 04:05:54.022 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.038 INFO O| May 15 04:05:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70252025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.038 INFO O| May 15 04:05:54.038 INFO STEP 832 (remove_files) COMPLETE
70262025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.038 INFO O| May 15 04:05:54.038 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.052 INFO O| May 15 04:05:54.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70282025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.053 INFO O| May 15 04:05:54.053 INFO STEP 833 (remove_files) COMPLETE
70292025-05-15T04:05:54.506Z[ recovery-image] May 15 04:05:54.053 INFO O| May 15 04:05:54.053 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-05-15T04:05:54.531Z[ recovery-image] May 15 04:05:54.066 INFO O| May 15 04:05:54.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70312025-05-15T04:05:54.532Z[ recovery-image] May 15 04:05:54.067 INFO O| May 15 04:05:54.066 INFO STEP 834 (remove_files) COMPLETE
70322025-05-15T04:05:54.532Z[ recovery-image] May 15 04:05:54.067 INFO O| May 15 04:05:54.067 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-05-15T04:05:54.532Z[ recovery-image] May 15 04:05:54.081 INFO O| May 15 04:05:54.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70342025-05-15T04:05:54.532Z[ recovery-image] May 15 04:05:54.081 INFO O| May 15 04:05:54.081 INFO STEP 835 (remove_files) COMPLETE
70352025-05-15T04:05:54.532Z[ recovery-image] May 15 04:05:54.081 INFO O| May 15 04:05:54.081 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-05-15T04:05:54.557Z[ recovery-image] May 15 04:05:54.095 INFO O| May 15 04:05:54.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70372025-05-15T04:05:54.559Z[ recovery-image] May 15 04:05:54.095 INFO O| May 15 04:05:54.095 INFO STEP 836 (remove_files) COMPLETE
70382025-05-15T04:05:54.559Z[ recovery-image] May 15 04:05:54.095 INFO O| May 15 04:05:54.095 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-05-15T04:05:54.559Z[ recovery-image] May 15 04:05:54.109 INFO O| May 15 04:05:54.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70402025-05-15T04:05:54.559Z[ recovery-image] May 15 04:05:54.109 INFO O| May 15 04:05:54.109 INFO STEP 837 (remove_files) COMPLETE
70412025-05-15T04:05:54.559Z[ recovery-image] May 15 04:05:54.109 INFO O| May 15 04:05:54.109 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.124 INFO O| May 15 04:05:54.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70432025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.124 INFO O| May 15 04:05:54.124 INFO STEP 838 (remove_files) COMPLETE
70442025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.124 INFO O| May 15 04:05:54.124 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.137 INFO O| May 15 04:05:54.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70462025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.137 INFO O| May 15 04:05:54.137 INFO STEP 839 (remove_files) COMPLETE
70472025-05-15T04:05:54.586Z[ recovery-image] May 15 04:05:54.137 INFO O| May 15 04:05:54.137 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.150 INFO O| May 15 04:05:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70492025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.150 INFO O| May 15 04:05:54.150 INFO STEP 840 (remove_files) COMPLETE
70502025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.150 INFO O| May 15 04:05:54.150 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.163 INFO O| May 15 04:05:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70522025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.163 INFO O| May 15 04:05:54.163 INFO STEP 841 (remove_files) COMPLETE
70532025-05-15T04:05:54.611Z[ recovery-image] May 15 04:05:54.163 INFO O| May 15 04:05:54.163 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-05-15T04:05:54.637Z[ recovery-image] May 15 04:05:54.176 INFO O| May 15 04:05:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70552025-05-15T04:05:54.637Z[ recovery-image] May 15 04:05:54.176 INFO O| May 15 04:05:54.176 INFO STEP 842 (remove_files) COMPLETE
70562025-05-15T04:05:54.638Z[ recovery-image] May 15 04:05:54.177 INFO O| May 15 04:05:54.176 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-05-15T04:05:54.638Z[ recovery-image] May 15 04:05:54.191 INFO O| May 15 04:05:54.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70582025-05-15T04:05:54.638Z[ recovery-image] May 15 04:05:54.192 INFO O| May 15 04:05:54.191 INFO STEP 843 (remove_files) COMPLETE
70592025-05-15T04:05:54.638Z[ recovery-image] May 15 04:05:54.192 INFO O| May 15 04:05:54.192 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.207 INFO O| May 15 04:05:54.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70612025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.207 INFO O| May 15 04:05:54.207 INFO STEP 844 (remove_files) COMPLETE
70622025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.207 INFO O| May 15 04:05:54.207 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.220 INFO O| May 15 04:05:54.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70642025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.220 INFO O| May 15 04:05:54.220 INFO STEP 845 (remove_files) COMPLETE
70652025-05-15T04:05:54.663Z[ recovery-image] May 15 04:05:54.220 INFO O| May 15 04:05:54.220 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-05-15T04:05:54.689Z[ recovery-image] May 15 04:05:54.234 INFO O| May 15 04:05:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70672025-05-15T04:05:54.689Z[ recovery-image] May 15 04:05:54.235 INFO O| May 15 04:05:54.235 INFO STEP 846 (remove_files) COMPLETE
70682025-05-15T04:05:54.689Z[ recovery-image] May 15 04:05:54.235 INFO O| May 15 04:05:54.235 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.248 INFO O| May 15 04:05:54.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70702025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.248 INFO O| May 15 04:05:54.248 INFO STEP 847 (remove_files) COMPLETE
70712025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.248 INFO O| May 15 04:05:54.248 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.262 INFO O| May 15 04:05:54.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70732025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.262 INFO O| May 15 04:05:54.262 INFO STEP 848 (remove_files) COMPLETE
70742025-05-15T04:05:54.715Z[ recovery-image] May 15 04:05:54.262 INFO O| May 15 04:05:54.262 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-05-15T04:05:54.740Z[ recovery-image] May 15 04:05:54.276 INFO O| May 15 04:05:54.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70762025-05-15T04:05:54.740Z[ recovery-image] May 15 04:05:54.276 INFO O| May 15 04:05:54.276 INFO STEP 849 (remove_files) COMPLETE
70772025-05-15T04:05:54.740Z[ recovery-image] May 15 04:05:54.276 INFO O| May 15 04:05:54.276 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-05-15T04:05:54.740Z[ recovery-image] May 15 04:05:54.296 INFO O| May 15 04:05:54.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70792025-05-15T04:05:54.741Z[ recovery-image] May 15 04:05:54.296 INFO O| May 15 04:05:54.296 INFO STEP 850 (remove_files) COMPLETE
70802025-05-15T04:05:54.741Z[ recovery-image] May 15 04:05:54.296 INFO O| May 15 04:05:54.296 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-05-15T04:05:54.766Z[ recovery-image] May 15 04:05:54.313 INFO O| May 15 04:05:54.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70822025-05-15T04:05:54.766Z[ recovery-image] May 15 04:05:54.313 INFO O| May 15 04:05:54.313 INFO STEP 851 (remove_files) COMPLETE
70832025-05-15T04:05:54.766Z[ recovery-image] May 15 04:05:54.313 INFO O| May 15 04:05:54.313 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-05-15T04:05:54.792Z[ recovery-image] May 15 04:05:54.329 INFO O| May 15 04:05:54.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70852025-05-15T04:05:54.792Z[ recovery-image] May 15 04:05:54.329 INFO O| May 15 04:05:54.329 INFO STEP 852 (remove_files) COMPLETE
70862025-05-15T04:05:54.793Z[ recovery-image] May 15 04:05:54.329 INFO O| May 15 04:05:54.329 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-05-15T04:05:54.793Z[ recovery-image] May 15 04:05:54.344 INFO O| May 15 04:05:54.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70882025-05-15T04:05:54.793Z[ recovery-image] May 15 04:05:54.344 INFO O| May 15 04:05:54.344 INFO STEP 853 (remove_files) COMPLETE
70892025-05-15T04:05:54.793Z[ recovery-image] May 15 04:05:54.344 INFO O| May 15 04:05:54.344 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-05-15T04:05:54.823Z[ recovery-image] May 15 04:05:54.362 INFO O| May 15 04:05:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70912025-05-15T04:05:54.823Z[ recovery-image] May 15 04:05:54.362 INFO O| May 15 04:05:54.362 INFO STEP 854 (remove_files) COMPLETE
70922025-05-15T04:05:54.823Z[ recovery-image] May 15 04:05:54.362 INFO O| May 15 04:05:54.362 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.384 INFO O| May 15 04:05:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70942025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.384 INFO O| May 15 04:05:54.384 INFO STEP 855 (remove_files) COMPLETE
70952025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.384 INFO O| May 15 04:05:54.384 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.402 INFO O| May 15 04:05:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70972025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.402 INFO O| May 15 04:05:54.402 INFO STEP 856 (remove_files) COMPLETE
70982025-05-15T04:05:54.849Z[ recovery-image] May 15 04:05:54.402 INFO O| May 15 04:05:54.402 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-05-15T04:05:54.876Z[ recovery-image] May 15 04:05:54.420 INFO O| May 15 04:05:54.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71002025-05-15T04:05:54.876Z[ recovery-image] May 15 04:05:54.420 INFO O| May 15 04:05:54.420 INFO STEP 857 (remove_files) COMPLETE
71012025-05-15T04:05:54.876Z[ recovery-image] May 15 04:05:54.420 INFO O| May 15 04:05:54.420 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.441 INFO O| May 15 04:05:54.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71032025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.441 INFO O| May 15 04:05:54.441 INFO STEP 858 (remove_files) COMPLETE
71042025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.441 INFO O| May 15 04:05:54.441 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.456 INFO O| May 15 04:05:54.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71062025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.456 INFO O| May 15 04:05:54.456 INFO STEP 859 (remove_files) COMPLETE
71072025-05-15T04:05:54.902Z[ recovery-image] May 15 04:05:54.456 INFO O| May 15 04:05:54.456 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.470 INFO O| May 15 04:05:54.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71092025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.470 INFO O| May 15 04:05:54.470 INFO STEP 860 (remove_files) COMPLETE
71102025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.470 INFO O| May 15 04:05:54.470 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.483 INFO O| May 15 04:05:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71122025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.483 INFO O| May 15 04:05:54.483 INFO STEP 861 (remove_files) COMPLETE
71132025-05-15T04:05:54.928Z[ recovery-image] May 15 04:05:54.483 INFO O| May 15 04:05:54.483 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.496 INFO O| May 15 04:05:54.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71152025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.496 INFO O| May 15 04:05:54.496 INFO STEP 862 (remove_files) COMPLETE
71162025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.496 INFO O| May 15 04:05:54.496 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.510 INFO O| May 15 04:05:54.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71182025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.510 INFO O| May 15 04:05:54.510 INFO STEP 863 (remove_files) COMPLETE
71192025-05-15T04:05:54.955Z[ recovery-image] May 15 04:05:54.510 INFO O| May 15 04:05:54.510 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-05-15T04:05:54.980Z[ recovery-image] May 15 04:05:54.524 INFO O| May 15 04:05:54.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71212025-05-15T04:05:54.981Z[ recovery-image] May 15 04:05:54.524 INFO O| May 15 04:05:54.524 INFO STEP 864 (remove_files) COMPLETE
71222025-05-15T04:05:54.981Z[ recovery-image] May 15 04:05:54.524 INFO O| May 15 04:05:54.524 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-05-15T04:05:55.008Z[ recovery-image] May 15 04:05:54.538 INFO O| May 15 04:05:54.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71242025-05-15T04:05:55.009Z[ recovery-image] May 15 04:05:54.538 INFO O| May 15 04:05:54.538 INFO STEP 865 (remove_files) COMPLETE
71252025-05-15T04:05:55.009Z[ recovery-image] May 15 04:05:54.538 INFO O| May 15 04:05:54.538 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-05-15T04:05:55.009Z[ recovery-image] May 15 04:05:54.552 INFO O| May 15 04:05:54.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71272025-05-15T04:05:55.009Z[ recovery-image] May 15 04:05:54.552 INFO O| May 15 04:05:54.552 INFO STEP 866 (remove_files) COMPLETE
71282025-05-15T04:05:55.009Z[ recovery-image] May 15 04:05:54.552 INFO O| May 15 04:05:54.552 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.565 INFO O| May 15 04:05:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71302025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.566 INFO O| May 15 04:05:54.566 INFO STEP 867 (remove_files) COMPLETE
71312025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.566 INFO O| May 15 04:05:54.566 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.579 INFO O| May 15 04:05:54.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71332025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.580 INFO O| May 15 04:05:54.579 INFO STEP 868 (remove_files) COMPLETE
71342025-05-15T04:05:55.035Z[ recovery-image] May 15 04:05:54.580 INFO O| May 15 04:05:54.579 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.595 INFO O| May 15 04:05:54.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71362025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.595 INFO O| May 15 04:05:54.595 INFO STEP 869 (remove_files) COMPLETE
71372025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.595 INFO O| May 15 04:05:54.595 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.610 INFO O| May 15 04:05:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71392025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.610 INFO O| May 15 04:05:54.610 INFO STEP 870 (remove_files) COMPLETE
71402025-05-15T04:05:55.061Z[ recovery-image] May 15 04:05:54.610 INFO O| May 15 04:05:54.610 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-05-15T04:05:55.087Z[ recovery-image] May 15 04:05:54.625 INFO O| May 15 04:05:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71422025-05-15T04:05:55.087Z[ recovery-image] May 15 04:05:54.625 INFO O| May 15 04:05:54.625 INFO STEP 871 (remove_files) COMPLETE
71432025-05-15T04:05:55.087Z[ recovery-image] May 15 04:05:54.625 INFO O| May 15 04:05:54.625 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-05-15T04:05:55.087Z[ recovery-image] May 15 04:05:54.639 INFO O| May 15 04:05:54.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71452025-05-15T04:05:55.087Z[ recovery-image] May 15 04:05:54.639 INFO O| May 15 04:05:54.639 INFO STEP 872 (remove_files) COMPLETE
71462025-05-15T04:05:55.088Z[ recovery-image] May 15 04:05:54.639 INFO O| May 15 04:05:54.639 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.654 INFO O| May 15 04:05:54.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71482025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.654 INFO O| May 15 04:05:54.654 INFO STEP 873 (remove_files) COMPLETE
71492025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.654 INFO O| May 15 04:05:54.654 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.669 INFO O| May 15 04:05:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71512025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.669 INFO O| May 15 04:05:54.669 INFO STEP 874 (remove_files) COMPLETE
71522025-05-15T04:05:55.113Z[ recovery-image] May 15 04:05:54.669 INFO O| May 15 04:05:54.669 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-05-15T04:05:55.139Z[ recovery-image] May 15 04:05:54.690 INFO O| May 15 04:05:54.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71542025-05-15T04:05:55.139Z[ recovery-image] May 15 04:05:54.690 INFO O| May 15 04:05:54.690 INFO STEP 875 (remove_files) COMPLETE
71552025-05-15T04:05:55.139Z[ recovery-image] May 15 04:05:54.690 INFO O| May 15 04:05:54.690 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.706 INFO O| May 15 04:05:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71572025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.707 INFO O| May 15 04:05:54.707 INFO STEP 876 (remove_files) COMPLETE
71582025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.707 INFO O| May 15 04:05:54.707 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.721 INFO O| May 15 04:05:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71602025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.721 INFO O| May 15 04:05:54.721 INFO STEP 877 (remove_files) COMPLETE
71612025-05-15T04:05:55.165Z[ recovery-image] May 15 04:05:54.721 INFO O| May 15 04:05:54.721 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-05-15T04:05:55.191Z[ recovery-image] May 15 04:05:54.736 INFO O| May 15 04:05:54.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71632025-05-15T04:05:55.191Z[ recovery-image] May 15 04:05:54.736 INFO O| May 15 04:05:54.736 INFO STEP 878 (remove_files) COMPLETE
71642025-05-15T04:05:55.191Z[ recovery-image] May 15 04:05:54.736 INFO O| May 15 04:05:54.736 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.750 INFO O| May 15 04:05:54.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71662025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.750 INFO O| May 15 04:05:54.750 INFO STEP 879 (remove_files) COMPLETE
71672025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.750 INFO O| May 15 04:05:54.750 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.764 INFO O| May 15 04:05:54.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71692025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.764 INFO O| May 15 04:05:54.764 INFO STEP 880 (remove_files) COMPLETE
71702025-05-15T04:05:55.217Z[ recovery-image] May 15 04:05:54.764 INFO O| May 15 04:05:54.764 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.777 INFO O| May 15 04:05:54.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71722025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.777 INFO O| May 15 04:05:54.777 INFO STEP 881 (remove_files) COMPLETE
71732025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.777 INFO O| May 15 04:05:54.777 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.795 INFO O| May 15 04:05:54.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71752025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.795 INFO O| May 15 04:05:54.795 INFO STEP 882 (remove_files) COMPLETE
71762025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.795 INFO O| May 15 04:05:54.795 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.809 INFO O| May 15 04:05:54.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71782025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.810 INFO O| May 15 04:05:54.809 INFO STEP 883 (remove_files) COMPLETE
71792025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.810 INFO O| May 15 04:05:54.810 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.823 INFO O| May 15 04:05:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71812025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.823 INFO O| May 15 04:05:54.823 INFO STEP 884 (remove_files) COMPLETE
71822025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.823 INFO O| May 15 04:05:54.823 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.837 INFO O| May 15 04:05:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71842025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.837 INFO O| May 15 04:05:54.837 INFO STEP 885 (remove_files) COMPLETE
71852025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.837 INFO O| May 15 04:05:54.837 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-05-15T04:05:55.303Z[ recovery-image] May 15 04:05:54.851 INFO O| May 15 04:05:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71872025-05-15T04:05:55.304Z[ recovery-image] May 15 04:05:54.851 INFO O| May 15 04:05:54.851 INFO STEP 886 (remove_files) COMPLETE
71882025-05-15T04:05:55.304Z[ recovery-image] May 15 04:05:54.851 INFO O| May 15 04:05:54.851 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.865 INFO O| May 15 04:05:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71902025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.865 INFO O| May 15 04:05:54.865 INFO STEP 887 (remove_files) COMPLETE
71912025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.865 INFO O| May 15 04:05:54.865 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.879 INFO O| May 15 04:05:54.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71932025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.879 INFO O| May 15 04:05:54.879 INFO STEP 888 (remove_files) COMPLETE
71942025-05-15T04:05:55.331Z[ recovery-image] May 15 04:05:54.879 INFO O| May 15 04:05:54.879 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.892 INFO O| May 15 04:05:54.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71962025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.892 INFO O| May 15 04:05:54.892 INFO STEP 889 (remove_files) COMPLETE
71972025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.892 INFO O| May 15 04:05:54.892 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.906 INFO O| May 15 04:05:54.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71992025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.906 INFO O| May 15 04:05:54.906 INFO STEP 890 (remove_files) COMPLETE
72002025-05-15T04:05:55.357Z[ recovery-image] May 15 04:05:54.906 INFO O| May 15 04:05:54.906 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.920 INFO O| May 15 04:05:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72022025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.920 INFO O| May 15 04:05:54.920 INFO STEP 891 (remove_files) COMPLETE
72032025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.920 INFO O| May 15 04:05:54.920 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.933 INFO O| May 15 04:05:54.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72052025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.933 INFO O| May 15 04:05:54.933 INFO STEP 892 (remove_files) COMPLETE
72062025-05-15T04:05:55.384Z[ recovery-image] May 15 04:05:54.933 INFO O| May 15 04:05:54.933 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.946 INFO O| May 15 04:05:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72082025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.946 INFO O| May 15 04:05:54.946 INFO STEP 893 (remove_files) COMPLETE
72092025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.946 INFO O| May 15 04:05:54.946 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.961 INFO O| May 15 04:05:54.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72112025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.961 INFO O| May 15 04:05:54.961 INFO STEP 894 (remove_files) COMPLETE
72122025-05-15T04:05:55.410Z[ recovery-image] May 15 04:05:54.961 INFO O| May 15 04:05:54.961 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-05-15T04:05:55.435Z[ recovery-image] May 15 04:05:54.976 INFO O| May 15 04:05:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72142025-05-15T04:05:55.435Z[ recovery-image] May 15 04:05:54.976 INFO O| May 15 04:05:54.976 INFO STEP 895 (remove_files) COMPLETE
72152025-05-15T04:05:55.436Z[ recovery-image] May 15 04:05:54.976 INFO O| May 15 04:05:54.976 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-05-15T04:05:55.461Z[ recovery-image] May 15 04:05:54.995 INFO O| May 15 04:05:54.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72172025-05-15T04:05:55.462Z[ recovery-image] May 15 04:05:54.995 INFO O| May 15 04:05:54.995 INFO STEP 896 (remove_files) COMPLETE
72182025-05-15T04:05:55.462Z[ recovery-image] May 15 04:05:54.995 INFO O| May 15 04:05:54.995 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-05-15T04:05:55.462Z[ recovery-image] May 15 04:05:55.011 INFO O| May 15 04:05:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72202025-05-15T04:05:55.462Z[ recovery-image] May 15 04:05:55.011 INFO O| May 15 04:05:55.011 INFO STEP 897 (remove_files) COMPLETE
72212025-05-15T04:05:55.462Z[ recovery-image] May 15 04:05:55.011 INFO O| May 15 04:05:55.011 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-05-15T04:05:55.487Z[ recovery-image] May 15 04:05:55.026 INFO O| May 15 04:05:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72232025-05-15T04:05:55.488Z[ recovery-image] May 15 04:05:55.026 INFO O| May 15 04:05:55.026 INFO STEP 898 (remove_files) COMPLETE
72242025-05-15T04:05:55.488Z[ recovery-image] May 15 04:05:55.026 INFO O| May 15 04:05:55.026 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-05-15T04:05:55.488Z[ recovery-image] May 15 04:05:55.044 INFO O| May 15 04:05:55.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72262025-05-15T04:05:55.488Z[ recovery-image] May 15 04:05:55.044 INFO O| May 15 04:05:55.044 INFO STEP 899 (remove_files) COMPLETE
72272025-05-15T04:05:55.488Z[ recovery-image] May 15 04:05:55.044 INFO O| May 15 04:05:55.044 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-05-15T04:05:55.514Z[ recovery-image] May 15 04:05:55.059 INFO O| May 15 04:05:55.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72292025-05-15T04:05:55.514Z[ recovery-image] May 15 04:05:55.059 INFO O| May 15 04:05:55.059 INFO STEP 900 (remove_files) COMPLETE
72302025-05-15T04:05:55.514Z[ recovery-image] May 15 04:05:55.059 INFO O| May 15 04:05:55.059 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.077 INFO O| May 15 04:05:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72322025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.077 INFO O| May 15 04:05:55.077 INFO STEP 901 (remove_files) COMPLETE
72332025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.077 INFO O| May 15 04:05:55.077 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.093 INFO O| May 15 04:05:55.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72352025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.093 INFO O| May 15 04:05:55.093 INFO STEP 902 (remove_files) COMPLETE
72362025-05-15T04:05:55.542Z[ recovery-image] May 15 04:05:55.093 INFO O| May 15 04:05:55.093 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-05-15T04:05:55.567Z[ recovery-image] May 15 04:05:55.109 INFO O| May 15 04:05:55.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72382025-05-15T04:05:55.567Z[ recovery-image] May 15 04:05:55.110 INFO O| May 15 04:05:55.109 INFO STEP 903 (remove_files) COMPLETE
72392025-05-15T04:05:55.567Z[ recovery-image] May 15 04:05:55.110 INFO O| May 15 04:05:55.110 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.125 INFO O| May 15 04:05:55.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72412025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.126 INFO O| May 15 04:05:55.126 INFO STEP 904 (remove_files) COMPLETE
72422025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.126 INFO O| May 15 04:05:55.126 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.143 INFO O| May 15 04:05:55.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72442025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.144 INFO O| May 15 04:05:55.143 INFO STEP 905 (remove_files) COMPLETE
72452025-05-15T04:05:55.593Z[ recovery-image] May 15 04:05:55.144 INFO O| May 15 04:05:55.144 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-05-15T04:05:55.620Z[ recovery-image] May 15 04:05:55.161 INFO O| May 15 04:05:55.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72472025-05-15T04:05:55.620Z[ recovery-image] May 15 04:05:55.162 INFO O| May 15 04:05:55.161 INFO STEP 906 (remove_files) COMPLETE
72482025-05-15T04:05:55.620Z[ recovery-image] May 15 04:05:55.162 INFO O| May 15 04:05:55.161 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-05-15T04:05:55.646Z[ recovery-image] May 15 04:05:55.178 INFO O| May 15 04:05:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72502025-05-15T04:05:55.647Z[ recovery-image] May 15 04:05:55.178 INFO O| May 15 04:05:55.178 INFO STEP 907 (remove_files) COMPLETE
72512025-05-15T04:05:55.647Z[ recovery-image] May 15 04:05:55.178 INFO O| May 15 04:05:55.178 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-05-15T04:05:55.647Z[ recovery-image] May 15 04:05:55.196 INFO O| May 15 04:05:55.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72532025-05-15T04:05:55.647Z[ recovery-image] May 15 04:05:55.196 INFO O| May 15 04:05:55.196 INFO STEP 908 (remove_files) COMPLETE
72542025-05-15T04:05:55.647Z[ recovery-image] May 15 04:05:55.196 INFO O| May 15 04:05:55.196 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-05-15T04:05:55.672Z[ recovery-image] May 15 04:05:55.213 INFO O| May 15 04:05:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72562025-05-15T04:05:55.672Z[ recovery-image] May 15 04:05:55.214 INFO O| May 15 04:05:55.213 INFO STEP 909 (remove_files) COMPLETE
72572025-05-15T04:05:55.673Z[ recovery-image] May 15 04:05:55.214 INFO O| May 15 04:05:55.213 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-05-15T04:05:55.698Z[ recovery-image] May 15 04:05:55.230 INFO O| May 15 04:05:55.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72592025-05-15T04:05:55.698Z[ recovery-image] May 15 04:05:55.230 INFO O| May 15 04:05:55.230 INFO STEP 910 (remove_files) COMPLETE
72602025-05-15T04:05:55.698Z[ recovery-image] May 15 04:05:55.230 INFO O| May 15 04:05:55.230 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-05-15T04:05:55.699Z[ recovery-image] May 15 04:05:55.245 INFO O| May 15 04:05:55.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72622025-05-15T04:05:55.699Z[ recovery-image] May 15 04:05:55.245 INFO O| May 15 04:05:55.245 INFO STEP 911 (remove_files) COMPLETE
72632025-05-15T04:05:55.699Z[ recovery-image] May 15 04:05:55.245 INFO O| May 15 04:05:55.245 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.260 INFO O| May 15 04:05:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72652025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.260 INFO O| May 15 04:05:55.260 INFO STEP 912 (remove_files) COMPLETE
72662025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.260 INFO O| May 15 04:05:55.260 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.275 INFO O| May 15 04:05:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72682025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.275 INFO O| May 15 04:05:55.275 INFO STEP 913 (remove_files) COMPLETE
72692025-05-15T04:05:55.725Z[ recovery-image] May 15 04:05:55.275 INFO O| May 15 04:05:55.275 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.290 INFO O| May 15 04:05:55.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72712025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.290 INFO O| May 15 04:05:55.290 INFO STEP 914 (remove_files) COMPLETE
72722025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.291 INFO O| May 15 04:05:55.290 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.305 INFO O| May 15 04:05:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72742025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.306 INFO O| May 15 04:05:55.305 INFO STEP 915 (remove_files) COMPLETE
72752025-05-15T04:05:55.750Z[ recovery-image] May 15 04:05:55.306 INFO O| May 15 04:05:55.305 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-05-15T04:05:55.778Z[ recovery-image] May 15 04:05:55.321 INFO O| May 15 04:05:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72772025-05-15T04:05:55.779Z[ recovery-image] May 15 04:05:55.321 INFO O| May 15 04:05:55.321 INFO STEP 916 (remove_files) COMPLETE
72782025-05-15T04:05:55.779Z[ recovery-image] May 15 04:05:55.321 INFO O| May 15 04:05:55.321 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.337 INFO O| May 15 04:05:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72802025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.337 INFO O| May 15 04:05:55.337 INFO STEP 917 (remove_files) COMPLETE
72812025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.337 INFO O| May 15 04:05:55.337 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.352 INFO O| May 15 04:05:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72832025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.352 INFO O| May 15 04:05:55.352 INFO STEP 918 (remove_files) COMPLETE
72842025-05-15T04:05:55.805Z[ recovery-image] May 15 04:05:55.352 INFO O| May 15 04:05:55.352 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-05-15T04:05:55.830Z[ recovery-image] May 15 04:05:55.367 INFO O| May 15 04:05:55.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72862025-05-15T04:05:55.831Z[ recovery-image] May 15 04:05:55.367 INFO O| May 15 04:05:55.367 INFO STEP 919 (remove_files) COMPLETE
72872025-05-15T04:05:55.831Z[ recovery-image] May 15 04:05:55.367 INFO O| May 15 04:05:55.367 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-05-15T04:05:55.831Z[ recovery-image] May 15 04:05:55.381 INFO O| May 15 04:05:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72892025-05-15T04:05:55.831Z[ recovery-image] May 15 04:05:55.382 INFO O| May 15 04:05:55.382 INFO STEP 920 (remove_files) COMPLETE
72902025-05-15T04:05:55.831Z[ recovery-image] May 15 04:05:55.382 INFO O| May 15 04:05:55.382 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-05-15T04:05:55.856Z[ recovery-image] May 15 04:05:55.396 INFO O| May 15 04:05:55.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72922025-05-15T04:05:55.856Z[ recovery-image] May 15 04:05:55.396 INFO O| May 15 04:05:55.396 INFO STEP 921 (remove_files) COMPLETE
72932025-05-15T04:05:55.856Z[ recovery-image] May 15 04:05:55.396 INFO O| May 15 04:05:55.396 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-05-15T04:05:55.856Z[ recovery-image] May 15 04:05:55.410 INFO O| May 15 04:05:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72952025-05-15T04:05:55.857Z[ recovery-image] May 15 04:05:55.410 INFO O| May 15 04:05:55.410 INFO STEP 922 (remove_files) COMPLETE
72962025-05-15T04:05:55.857Z[ recovery-image] May 15 04:05:55.410 INFO O| May 15 04:05:55.410 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.423 INFO O| May 15 04:05:55.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72982025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.424 INFO O| May 15 04:05:55.424 INFO STEP 923 (remove_files) COMPLETE
72992025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.424 INFO O| May 15 04:05:55.424 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.437 INFO O| May 15 04:05:55.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73012025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.437 INFO O| May 15 04:05:55.437 INFO STEP 924 (remove_files) COMPLETE
73022025-05-15T04:05:55.882Z[ recovery-image] May 15 04:05:55.437 INFO O| May 15 04:05:55.437 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-05-15T04:05:55.908Z[ recovery-image] May 15 04:05:55.449 INFO O| May 15 04:05:55.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73042025-05-15T04:05:55.908Z[ recovery-image] May 15 04:05:55.450 INFO O| May 15 04:05:55.449 INFO STEP 925 (remove_files) COMPLETE
73052025-05-15T04:05:55.909Z[ recovery-image] May 15 04:05:55.450 INFO O| May 15 04:05:55.449 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-05-15T04:05:55.909Z[ recovery-image] May 15 04:05:55.463 INFO O| May 15 04:05:55.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73072025-05-15T04:05:55.909Z[ recovery-image] May 15 04:05:55.463 INFO O| May 15 04:05:55.463 INFO STEP 926 (remove_files) COMPLETE
73082025-05-15T04:05:55.909Z[ recovery-image] May 15 04:05:55.463 INFO O| May 15 04:05:55.463 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.476 INFO O| May 15 04:05:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73102025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.476 INFO O| May 15 04:05:55.476 INFO STEP 927 (remove_files) COMPLETE
73112025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.476 INFO O| May 15 04:05:55.476 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.489 INFO O| May 15 04:05:55.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73132025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.489 INFO O| May 15 04:05:55.489 INFO STEP 928 (remove_files) COMPLETE
73142025-05-15T04:05:55.935Z[ recovery-image] May 15 04:05:55.489 INFO O| May 15 04:05:55.489 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-05-15T04:05:55.960Z[ recovery-image] May 15 04:05:55.503 INFO O| May 15 04:05:55.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73162025-05-15T04:05:55.961Z[ recovery-image] May 15 04:05:55.503 INFO O| May 15 04:05:55.503 INFO STEP 929 (remove_files) COMPLETE
73172025-05-15T04:05:55.961Z[ recovery-image] May 15 04:05:55.503 INFO O| May 15 04:05:55.503 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-05-15T04:05:55.961Z[ recovery-image] May 15 04:05:55.516 INFO O| May 15 04:05:55.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73192025-05-15T04:05:55.961Z[ recovery-image] May 15 04:05:55.516 INFO O| May 15 04:05:55.516 INFO STEP 930 (remove_files) COMPLETE
73202025-05-15T04:05:55.961Z[ recovery-image] May 15 04:05:55.516 INFO O| May 15 04:05:55.516 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.529 INFO O| May 15 04:05:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73222025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.530 INFO O| May 15 04:05:55.530 INFO STEP 931 (remove_files) COMPLETE
73232025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.530 INFO O| May 15 04:05:55.530 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.543 INFO O| May 15 04:05:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73252025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.543 INFO O| May 15 04:05:55.543 INFO STEP 932 (remove_files) COMPLETE
73262025-05-15T04:05:55.988Z[ recovery-image] May 15 04:05:55.543 INFO O| May 15 04:05:55.543 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.556 INFO O| May 15 04:05:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73282025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.556 INFO O| May 15 04:05:55.556 INFO STEP 933 (remove_files) COMPLETE
73292025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.556 INFO O| May 15 04:05:55.556 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.570 INFO O| May 15 04:05:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73312025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.570 INFO O| May 15 04:05:55.570 INFO STEP 934 (remove_files) COMPLETE
73322025-05-15T04:05:56.013Z[ recovery-image] May 15 04:05:55.570 INFO O| May 15 04:05:55.570 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-05-15T04:05:56.039Z[ recovery-image] May 15 04:05:55.584 INFO O| May 15 04:05:55.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73342025-05-15T04:05:56.039Z[ recovery-image] May 15 04:05:55.584 INFO O| May 15 04:05:55.584 INFO STEP 935 (remove_files) COMPLETE
73352025-05-15T04:05:56.039Z[ recovery-image] May 15 04:05:55.584 INFO O| May 15 04:05:55.584 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.598 INFO O| May 15 04:05:55.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73372025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.598 INFO O| May 15 04:05:55.598 INFO STEP 936 (remove_files) COMPLETE
73382025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.598 INFO O| May 15 04:05:55.598 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.611 INFO O| May 15 04:05:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73402025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.611 INFO O| May 15 04:05:55.611 INFO STEP 937 (remove_files) COMPLETE
73412025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.611 INFO O| May 15 04:05:55.611 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.623 INFO O| May 15 04:05:55.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73432025-05-15T04:05:56.066Z[ recovery-image] May 15 04:05:55.623 INFO O| May 15 04:05:55.623 INFO STEP 938 (remove_files) COMPLETE
73442025-05-15T04:05:56.092Z[ recovery-image] May 15 04:05:55.623 INFO O| May 15 04:05:55.623 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-05-15T04:05:56.092Z[ recovery-image] May 15 04:05:55.636 INFO O| May 15 04:05:55.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73462025-05-15T04:05:56.092Z[ recovery-image] May 15 04:05:55.636 INFO O| May 15 04:05:55.636 INFO STEP 939 (remove_files) COMPLETE
73472025-05-15T04:05:56.092Z[ recovery-image] May 15 04:05:55.637 INFO O| May 15 04:05:55.636 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-05-15T04:05:56.117Z[ recovery-image] May 15 04:05:55.651 INFO O| May 15 04:05:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73492025-05-15T04:05:56.117Z[ recovery-image] May 15 04:05:55.652 INFO O| May 15 04:05:55.651 INFO STEP 940 (remove_files) COMPLETE
73502025-05-15T04:05:56.117Z[ recovery-image] May 15 04:05:55.652 INFO O| May 15 04:05:55.652 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-05-15T04:05:56.118Z[ recovery-image] May 15 04:05:55.666 INFO O| May 15 04:05:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73522025-05-15T04:05:56.118Z[ recovery-image] May 15 04:05:55.667 INFO O| May 15 04:05:55.666 INFO STEP 941 (remove_files) COMPLETE
73532025-05-15T04:05:56.118Z[ recovery-image] May 15 04:05:55.667 INFO O| May 15 04:05:55.667 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-05-15T04:05:56.144Z[ recovery-image] May 15 04:05:55.685 INFO O| May 15 04:05:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73552025-05-15T04:05:56.144Z[ recovery-image] May 15 04:05:55.685 INFO O| May 15 04:05:55.685 INFO STEP 942 (remove_files) COMPLETE
73562025-05-15T04:05:56.144Z[ recovery-image] May 15 04:05:55.685 INFO O| May 15 04:05:55.685 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.701 INFO O| May 15 04:05:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73582025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.702 INFO O| May 15 04:05:55.702 INFO STEP 943 (remove_files) COMPLETE
73592025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.702 INFO O| May 15 04:05:55.702 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.717 INFO O| May 15 04:05:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73612025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.717 INFO O| May 15 04:05:55.717 INFO STEP 944 (remove_files) COMPLETE
73622025-05-15T04:05:56.169Z[ recovery-image] May 15 04:05:55.717 INFO O| May 15 04:05:55.717 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-05-15T04:05:56.195Z[ recovery-image] May 15 04:05:55.732 INFO O| May 15 04:05:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73642025-05-15T04:05:56.195Z[ recovery-image] May 15 04:05:55.732 INFO O| May 15 04:05:55.732 INFO STEP 945 (remove_files) COMPLETE
73652025-05-15T04:05:56.195Z[ recovery-image] May 15 04:05:55.732 INFO O| May 15 04:05:55.732 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-05-15T04:05:56.196Z[ recovery-image] May 15 04:05:55.747 INFO O| May 15 04:05:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73672025-05-15T04:05:56.196Z[ recovery-image] May 15 04:05:55.747 INFO O| May 15 04:05:55.747 INFO STEP 946 (remove_files) COMPLETE
73682025-05-15T04:05:56.196Z[ recovery-image] May 15 04:05:55.747 INFO O| May 15 04:05:55.747 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-05-15T04:05:56.222Z[ recovery-image] May 15 04:05:55.765 INFO O| May 15 04:05:55.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73702025-05-15T04:05:56.222Z[ recovery-image] May 15 04:05:55.766 INFO O| May 15 04:05:55.766 INFO STEP 947 (remove_files) COMPLETE
73712025-05-15T04:05:56.222Z[ recovery-image] May 15 04:05:55.766 INFO O| May 15 04:05:55.766 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.787 INFO O| May 15 04:05:55.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73732025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.787 INFO O| May 15 04:05:55.787 INFO STEP 948 (remove_files) COMPLETE
73742025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.787 INFO O| May 15 04:05:55.787 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.803 INFO O| May 15 04:05:55.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73762025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.803 INFO O| May 15 04:05:55.803 INFO STEP 949 (remove_files) COMPLETE
73772025-05-15T04:05:56.247Z[ recovery-image] May 15 04:05:55.803 INFO O| May 15 04:05:55.803 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-05-15T04:05:56.273Z[ recovery-image] May 15 04:05:55.817 INFO O| May 15 04:05:55.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73792025-05-15T04:05:56.273Z[ recovery-image] May 15 04:05:55.817 INFO O| May 15 04:05:55.817 INFO STEP 950 (remove_files) COMPLETE
73802025-05-15T04:05:56.273Z[ recovery-image] May 15 04:05:55.817 INFO O| May 15 04:05:55.817 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.831 INFO O| May 15 04:05:55.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73822025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.831 INFO O| May 15 04:05:55.831 INFO STEP 951 (remove_files) COMPLETE
73832025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.831 INFO O| May 15 04:05:55.831 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.844 INFO O| May 15 04:05:55.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73852025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.844 INFO O| May 15 04:05:55.844 INFO STEP 952 (remove_files) COMPLETE
73862025-05-15T04:05:56.300Z[ recovery-image] May 15 04:05:55.844 INFO O| May 15 04:05:55.844 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.861 INFO O| May 15 04:05:55.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73882025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.862 INFO O| May 15 04:05:55.861 INFO STEP 953 (remove_files) COMPLETE
73892025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.862 INFO O| May 15 04:05:55.862 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.875 INFO O| May 15 04:05:55.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73912025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.875 INFO O| May 15 04:05:55.875 INFO STEP 954 (remove_files) COMPLETE
73922025-05-15T04:05:56.326Z[ recovery-image] May 15 04:05:55.875 INFO O| May 15 04:05:55.875 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.889 INFO O| May 15 04:05:55.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73942025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.889 INFO O| May 15 04:05:55.889 INFO STEP 955 (remove_files) COMPLETE
73952025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.889 INFO O| May 15 04:05:55.889 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.903 INFO O| May 15 04:05:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73972025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.903 INFO O| May 15 04:05:55.903 INFO STEP 956 (remove_files) COMPLETE
73982025-05-15T04:05:56.352Z[ recovery-image] May 15 04:05:55.903 INFO O| May 15 04:05:55.903 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-05-15T04:05:56.378Z[ recovery-image] May 15 04:05:55.917 INFO O| May 15 04:05:55.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74002025-05-15T04:05:56.378Z[ recovery-image] May 15 04:05:55.917 INFO O| May 15 04:05:55.917 INFO STEP 957 (remove_files) COMPLETE
74012025-05-15T04:05:56.378Z[ recovery-image] May 15 04:05:55.917 INFO O| May 15 04:05:55.917 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.936 INFO O| May 15 04:05:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74032025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.936 INFO O| May 15 04:05:55.936 INFO STEP 958 (remove_files) COMPLETE
74042025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.936 INFO O| May 15 04:05:55.936 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.952 INFO O| May 15 04:05:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74062025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.953 INFO O| May 15 04:05:55.953 INFO STEP 959 (remove_files) COMPLETE
74072025-05-15T04:05:56.404Z[ recovery-image] May 15 04:05:55.953 INFO O| May 15 04:05:55.953 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-05-15T04:05:56.430Z[ recovery-image] May 15 04:05:55.969 INFO O| May 15 04:05:55.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74092025-05-15T04:05:56.431Z[ recovery-image] May 15 04:05:55.969 INFO O| May 15 04:05:55.969 INFO STEP 960 (remove_files) COMPLETE
74102025-05-15T04:05:56.431Z[ recovery-image] May 15 04:05:55.969 INFO O| May 15 04:05:55.969 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:55.990 INFO O| May 15 04:05:55.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74122025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:55.990 INFO O| May 15 04:05:55.990 INFO STEP 961 (remove_files) COMPLETE
74132025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:55.990 INFO O| May 15 04:05:55.990 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:56.011 INFO O| May 15 04:05:56.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74152025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:56.011 INFO O| May 15 04:05:56.011 INFO STEP 962 (remove_files) COMPLETE
74162025-05-15T04:05:56.458Z[ recovery-image] May 15 04:05:56.011 INFO O| May 15 04:05:56.011 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-05-15T04:05:56.484Z[ recovery-image] May 15 04:05:56.030 INFO O| May 15 04:05:56.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74182025-05-15T04:05:56.484Z[ recovery-image] May 15 04:05:56.030 INFO O| May 15 04:05:56.030 INFO STEP 963 (remove_files) COMPLETE
74192025-05-15T04:05:56.484Z[ recovery-image] May 15 04:05:56.030 INFO O| May 15 04:05:56.030 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-05-15T04:05:56.511Z[ recovery-image] May 15 04:05:56.050 INFO O| May 15 04:05:56.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74212025-05-15T04:05:56.511Z[ recovery-image] May 15 04:05:56.050 INFO O| May 15 04:05:56.050 INFO STEP 964 (remove_files) COMPLETE
74222025-05-15T04:05:56.511Z[ recovery-image] May 15 04:05:56.050 INFO O| May 15 04:05:56.050 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-05-15T04:05:56.536Z[ recovery-image] May 15 04:05:56.071 INFO O| May 15 04:05:56.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74242025-05-15T04:05:56.536Z[ recovery-image] May 15 04:05:56.071 INFO O| May 15 04:05:56.071 INFO STEP 965 (remove_files) COMPLETE
74252025-05-15T04:05:56.536Z[ recovery-image] May 15 04:05:56.071 INFO O| May 15 04:05:56.071 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-05-15T04:05:56.537Z[ recovery-image] May 15 04:05:56.088 INFO O| May 15 04:05:56.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74272025-05-15T04:05:56.537Z[ recovery-image] May 15 04:05:56.088 INFO O| May 15 04:05:56.088 INFO STEP 966 (remove_files) COMPLETE
74282025-05-15T04:05:56.537Z[ recovery-image] May 15 04:05:56.088 INFO O| May 15 04:05:56.088 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-05-15T04:05:56.562Z[ recovery-image] May 15 04:05:56.104 INFO O| May 15 04:05:56.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74302025-05-15T04:05:56.562Z[ recovery-image] May 15 04:05:56.104 INFO O| May 15 04:05:56.104 INFO STEP 967 (remove_files) COMPLETE
74312025-05-15T04:05:56.562Z[ recovery-image] May 15 04:05:56.104 INFO O| May 15 04:05:56.104 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-05-15T04:05:56.588Z[ recovery-image] May 15 04:05:56.121 INFO O| May 15 04:05:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74332025-05-15T04:05:56.588Z[ recovery-image] May 15 04:05:56.121 INFO O| May 15 04:05:56.121 INFO STEP 968 (remove_files) COMPLETE
74342025-05-15T04:05:56.588Z[ recovery-image] May 15 04:05:56.121 INFO O| May 15 04:05:56.121 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-05-15T04:05:56.588Z[ recovery-image] May 15 04:05:56.135 INFO O| May 15 04:05:56.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74362025-05-15T04:05:56.588Z[ recovery-image] May 15 04:05:56.135 INFO O| May 15 04:05:56.135 INFO STEP 969 (remove_files) COMPLETE
74372025-05-15T04:05:56.589Z[ recovery-image] May 15 04:05:56.135 INFO O| May 15 04:05:56.135 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.149 INFO O| May 15 04:05:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74392025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.149 INFO O| May 15 04:05:56.149 INFO STEP 970 (remove_files) COMPLETE
74402025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.149 INFO O| May 15 04:05:56.149 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.163 INFO O| May 15 04:05:56.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74422025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.163 INFO O| May 15 04:05:56.163 INFO STEP 971 (remove_files) COMPLETE
74432025-05-15T04:05:56.615Z[ recovery-image] May 15 04:05:56.163 INFO O| May 15 04:05:56.163 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-05-15T04:05:56.640Z[ recovery-image] May 15 04:05:56.177 INFO O| May 15 04:05:56.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74452025-05-15T04:05:56.640Z[ recovery-image] May 15 04:05:56.177 INFO O| May 15 04:05:56.177 INFO STEP 972 (remove_files) COMPLETE
74462025-05-15T04:05:56.640Z[ recovery-image] May 15 04:05:56.177 INFO O| May 15 04:05:56.177 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.199 INFO O| May 15 04:05:56.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74482025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.199 INFO O| May 15 04:05:56.199 INFO STEP 973 (remove_files) COMPLETE
74492025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.199 INFO O| May 15 04:05:56.199 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.214 INFO O| May 15 04:05:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74512025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.214 INFO O| May 15 04:05:56.214 INFO STEP 974 (remove_files) COMPLETE
74522025-05-15T04:05:56.666Z[ recovery-image] May 15 04:05:56.214 INFO O| May 15 04:05:56.214 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.229 INFO O| May 15 04:05:56.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74542025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.229 INFO O| May 15 04:05:56.229 INFO STEP 975 (remove_files) COMPLETE
74552025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.229 INFO O| May 15 04:05:56.229 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.243 INFO O| May 15 04:05:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74572025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.243 INFO O| May 15 04:05:56.243 INFO STEP 976 (remove_files) COMPLETE
74582025-05-15T04:05:56.692Z[ recovery-image] May 15 04:05:56.243 INFO O| May 15 04:05:56.243 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.257 INFO O| May 15 04:05:56.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74602025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.257 INFO O| May 15 04:05:56.257 INFO STEP 977 (remove_files) COMPLETE
74612025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.257 INFO O| May 15 04:05:56.257 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.270 INFO O| May 15 04:05:56.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74632025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.270 INFO O| May 15 04:05:56.270 INFO STEP 978 (remove_files) COMPLETE
74642025-05-15T04:05:56.718Z[ recovery-image] May 15 04:05:56.270 INFO O| May 15 04:05:56.270 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.284 INFO O| May 15 04:05:56.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74662025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.284 INFO O| May 15 04:05:56.284 INFO STEP 979 (remove_files) COMPLETE
74672025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.284 INFO O| May 15 04:05:56.284 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.298 INFO O| May 15 04:05:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74692025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.299 INFO O| May 15 04:05:56.298 INFO STEP 980 (remove_files) COMPLETE
74702025-05-15T04:05:56.744Z[ recovery-image] May 15 04:05:56.299 INFO O| May 15 04:05:56.299 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-05-15T04:05:56.769Z[ recovery-image] May 15 04:05:56.315 INFO O| May 15 04:05:56.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74722025-05-15T04:05:56.769Z[ recovery-image] May 15 04:05:56.315 INFO O| May 15 04:05:56.315 INFO STEP 981 (remove_files) COMPLETE
74732025-05-15T04:05:56.769Z[ recovery-image] May 15 04:05:56.315 INFO O| May 15 04:05:56.315 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.331 INFO O| May 15 04:05:56.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74752025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.331 INFO O| May 15 04:05:56.331 INFO STEP 982 (remove_files) COMPLETE
74762025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.331 INFO O| May 15 04:05:56.331 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.346 INFO O| May 15 04:05:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74782025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.346 INFO O| May 15 04:05:56.346 INFO STEP 983 (remove_files) COMPLETE
74792025-05-15T04:05:56.795Z[ recovery-image] May 15 04:05:56.346 INFO O| May 15 04:05:56.346 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.362 INFO O| May 15 04:05:56.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74812025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.362 INFO O| May 15 04:05:56.362 INFO STEP 984 (remove_files) COMPLETE
74822025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.362 INFO O| May 15 04:05:56.362 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.376 INFO O| May 15 04:05:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74842025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.376 INFO O| May 15 04:05:56.376 INFO STEP 985 (remove_files) COMPLETE
74852025-05-15T04:05:56.822Z[ recovery-image] May 15 04:05:56.376 INFO O| May 15 04:05:56.376 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-05-15T04:05:56.848Z[ recovery-image] May 15 04:05:56.392 INFO O| May 15 04:05:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74872025-05-15T04:05:56.848Z[ recovery-image] May 15 04:05:56.392 INFO O| May 15 04:05:56.392 INFO STEP 986 (remove_files) COMPLETE
74882025-05-15T04:05:56.848Z[ recovery-image] May 15 04:05:56.392 INFO O| May 15 04:05:56.392 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.406 INFO O| May 15 04:05:56.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74902025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.407 INFO O| May 15 04:05:56.407 INFO STEP 987 (remove_files) COMPLETE
74912025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.407 INFO O| May 15 04:05:56.407 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.421 INFO O| May 15 04:05:56.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74932025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.422 INFO O| May 15 04:05:56.422 INFO STEP 988 (remove_files) COMPLETE
74942025-05-15T04:05:56.874Z[ recovery-image] May 15 04:05:56.422 INFO O| May 15 04:05:56.422 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.437 INFO O| May 15 04:05:56.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74962025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.438 INFO O| May 15 04:05:56.437 INFO STEP 989 (remove_files) COMPLETE
74972025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.438 INFO O| May 15 04:05:56.437 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.451 INFO O| May 15 04:05:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74992025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.451 INFO O| May 15 04:05:56.451 INFO STEP 990 (remove_files) COMPLETE
75002025-05-15T04:05:56.901Z[ recovery-image] May 15 04:05:56.451 INFO O| May 15 04:05:56.451 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.465 INFO O| May 15 04:05:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75022025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.465 INFO O| May 15 04:05:56.465 INFO STEP 991 (remove_files) COMPLETE
75032025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.465 INFO O| May 15 04:05:56.465 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.481 INFO O| May 15 04:05:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75052025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.481 INFO O| May 15 04:05:56.481 INFO STEP 992 (remove_files) COMPLETE
75062025-05-15T04:05:56.927Z[ recovery-image] May 15 04:05:56.481 INFO O| May 15 04:05:56.481 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-05-15T04:05:56.953Z[ recovery-image] May 15 04:05:56.496 INFO O| May 15 04:05:56.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75082025-05-15T04:05:56.953Z[ recovery-image] May 15 04:05:56.496 INFO O| May 15 04:05:56.496 INFO STEP 993 (remove_files) COMPLETE
75092025-05-15T04:05:56.953Z[ recovery-image] May 15 04:05:56.496 INFO O| May 15 04:05:56.496 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.513 INFO O| May 15 04:05:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75112025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.513 INFO O| May 15 04:05:56.513 INFO STEP 994 (remove_files) COMPLETE
75122025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.513 INFO O| May 15 04:05:56.513 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.527 INFO O| May 15 04:05:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75142025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.527 INFO O| May 15 04:05:56.527 INFO STEP 995 (remove_files) COMPLETE
75152025-05-15T04:05:56.979Z[ recovery-image] May 15 04:05:56.527 INFO O| May 15 04:05:56.527 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.542 INFO O| May 15 04:05:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75172025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.542 INFO O| May 15 04:05:56.542 INFO STEP 996 (remove_files) COMPLETE
75182025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.542 INFO O| May 15 04:05:56.542 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.556 INFO O| May 15 04:05:56.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75202025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.556 INFO O| May 15 04:05:56.556 INFO STEP 997 (remove_files) COMPLETE
75212025-05-15T04:05:57.005Z[ recovery-image] May 15 04:05:56.556 INFO O| May 15 04:05:56.556 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-05-15T04:05:57.031Z[ recovery-image] May 15 04:05:56.569 INFO O| May 15 04:05:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75232025-05-15T04:05:57.031Z[ recovery-image] May 15 04:05:56.570 INFO O| May 15 04:05:56.569 INFO STEP 998 (remove_files) COMPLETE
75242025-05-15T04:05:57.031Z[ recovery-image] May 15 04:05:56.570 INFO O| May 15 04:05:56.570 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-05-15T04:05:57.032Z[ recovery-image] May 15 04:05:56.584 INFO O| May 15 04:05:56.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75262025-05-15T04:05:57.032Z[ recovery-image] May 15 04:05:56.584 INFO O| May 15 04:05:56.584 INFO STEP 999 (remove_files) COMPLETE
75272025-05-15T04:05:57.032Z[ recovery-image] May 15 04:05:56.584 INFO O| May 15 04:05:56.584 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-05-15T04:05:57.057Z[ recovery-image] May 15 04:05:56.600 INFO O| May 15 04:05:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75292025-05-15T04:05:57.058Z[ recovery-image] May 15 04:05:56.600 INFO O| May 15 04:05:56.600 INFO STEP 1000 (remove_files) COMPLETE
75302025-05-15T04:05:57.058Z[ recovery-image] May 15 04:05:56.600 INFO O| May 15 04:05:56.600 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.620 INFO O| May 15 04:05:56.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75322025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.621 INFO O| May 15 04:05:56.620 INFO STEP 1001 (remove_files) COMPLETE
75332025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.621 INFO O| May 15 04:05:56.620 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.639 INFO O| May 15 04:05:56.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75352025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.640 INFO O| May 15 04:05:56.640 INFO STEP 1002 (remove_files) COMPLETE
75362025-05-15T04:05:57.085Z[ recovery-image] May 15 04:05:56.640 INFO O| May 15 04:05:56.640 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-05-15T04:05:57.111Z[ recovery-image] May 15 04:05:56.656 INFO O| May 15 04:05:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75382025-05-15T04:05:57.111Z[ recovery-image] May 15 04:05:56.656 INFO O| May 15 04:05:56.656 INFO STEP 1003 (remove_files) COMPLETE
75392025-05-15T04:05:57.111Z[ recovery-image] May 15 04:05:56.656 INFO O| May 15 04:05:56.656 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.671 INFO O| May 15 04:05:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75412025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.671 INFO O| May 15 04:05:56.671 INFO STEP 1004 (remove_files) COMPLETE
75422025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.671 INFO O| May 15 04:05:56.671 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.685 INFO O| May 15 04:05:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75442025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.685 INFO O| May 15 04:05:56.685 INFO STEP 1005 (remove_files) COMPLETE
75452025-05-15T04:05:57.137Z[ recovery-image] May 15 04:05:56.685 INFO O| May 15 04:05:56.685 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.699 INFO O| May 15 04:05:56.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75472025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.699 INFO O| May 15 04:05:56.699 INFO STEP 1006 (remove_files) COMPLETE
75482025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.699 INFO O| May 15 04:05:56.699 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.713 INFO O| May 15 04:05:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75502025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.713 INFO O| May 15 04:05:56.713 INFO STEP 1007 (remove_files) COMPLETE
75512025-05-15T04:05:57.163Z[ recovery-image] May 15 04:05:56.713 INFO O| May 15 04:05:56.713 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-05-15T04:05:57.189Z[ recovery-image] May 15 04:05:56.726 INFO O| May 15 04:05:56.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75532025-05-15T04:05:57.189Z[ recovery-image] May 15 04:05:56.726 INFO O| May 15 04:05:56.726 INFO STEP 1008 (remove_files) COMPLETE
75542025-05-15T04:05:57.189Z[ recovery-image] May 15 04:05:56.726 INFO O| May 15 04:05:56.726 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-05-15T04:05:57.191Z[ recovery-image] May 15 04:05:56.739 INFO O| May 15 04:05:56.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75562025-05-15T04:05:57.191Z[ recovery-image] May 15 04:05:56.740 INFO O| May 15 04:05:56.739 INFO STEP 1009 (remove_files) COMPLETE
75572025-05-15T04:05:57.191Z[ recovery-image] May 15 04:05:56.740 INFO O| May 15 04:05:56.739 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.753 INFO O| May 15 04:05:56.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75592025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.753 INFO O| May 15 04:05:56.753 INFO STEP 1010 (remove_files) COMPLETE
75602025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.753 INFO O| May 15 04:05:56.753 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.768 INFO O| May 15 04:05:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75622025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.768 INFO O| May 15 04:05:56.768 INFO STEP 1011 (remove_files) COMPLETE
75632025-05-15T04:05:57.216Z[ recovery-image] May 15 04:05:56.768 INFO O| May 15 04:05:56.768 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.781 INFO O| May 15 04:05:56.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75652025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.782 INFO O| May 15 04:05:56.782 INFO STEP 1012 (remove_files) COMPLETE
75662025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.782 INFO O| May 15 04:05:56.782 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.794 INFO O| May 15 04:05:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75682025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.795 INFO O| May 15 04:05:56.795 INFO STEP 1013 (remove_files) COMPLETE
75692025-05-15T04:05:57.242Z[ recovery-image] May 15 04:05:56.795 INFO O| May 15 04:05:56.795 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.807 INFO O| May 15 04:05:56.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75712025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.807 INFO O| May 15 04:05:56.807 INFO STEP 1014 (remove_files) COMPLETE
75722025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.807 INFO O| May 15 04:05:56.807 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.820 INFO O| May 15 04:05:56.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75742025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.820 INFO O| May 15 04:05:56.820 INFO STEP 1015 (remove_files) COMPLETE
75752025-05-15T04:05:57.270Z[ recovery-image] May 15 04:05:56.820 INFO O| May 15 04:05:56.820 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.835 INFO O| May 15 04:05:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75772025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.835 INFO O| May 15 04:05:56.835 INFO STEP 1016 (remove_files) COMPLETE
75782025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.835 INFO O| May 15 04:05:56.835 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.850 INFO O| May 15 04:05:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75802025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.850 INFO O| May 15 04:05:56.850 INFO STEP 1017 (remove_files) COMPLETE
75812025-05-15T04:05:57.295Z[ recovery-image] May 15 04:05:56.850 INFO O| May 15 04:05:56.850 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-05-15T04:05:57.321Z[ recovery-image] May 15 04:05:56.863 INFO O| May 15 04:05:56.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75832025-05-15T04:05:57.321Z[ recovery-image] May 15 04:05:56.863 INFO O| May 15 04:05:56.863 INFO STEP 1018 (remove_files) COMPLETE
75842025-05-15T04:05:57.321Z[ recovery-image] May 15 04:05:56.863 INFO O| May 15 04:05:56.863 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-05-15T04:05:57.347Z[ recovery-image] May 15 04:05:56.881 INFO O| May 15 04:05:56.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75862025-05-15T04:05:57.347Z[ recovery-image] May 15 04:05:56.881 INFO O| May 15 04:05:56.881 INFO STEP 1019 (remove_files) COMPLETE
75872025-05-15T04:05:57.347Z[ recovery-image] May 15 04:05:56.881 INFO O| May 15 04:05:56.881 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-05-15T04:05:57.347Z[ recovery-image] May 15 04:05:56.895 INFO O| May 15 04:05:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75892025-05-15T04:05:57.348Z[ recovery-image] May 15 04:05:56.895 INFO O| May 15 04:05:56.895 INFO STEP 1020 (remove_files) COMPLETE
75902025-05-15T04:05:57.348Z[ recovery-image] May 15 04:05:56.896 INFO O| May 15 04:05:56.895 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-05-15T04:05:57.373Z[ recovery-image] May 15 04:05:56.910 INFO O| May 15 04:05:56.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75922025-05-15T04:05:57.373Z[ recovery-image] May 15 04:05:56.910 INFO O| May 15 04:05:56.910 INFO STEP 1021 (remove_files) COMPLETE
75932025-05-15T04:05:57.373Z[ recovery-image] May 15 04:05:56.910 INFO O| May 15 04:05:56.910 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-05-15T04:05:57.373Z[ recovery-image] May 15 04:05:56.924 INFO O| May 15 04:05:56.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75952025-05-15T04:05:57.375Z[ recovery-image] May 15 04:05:56.925 INFO O| May 15 04:05:56.925 INFO STEP 1022 (remove_files) COMPLETE
75962025-05-15T04:05:57.375Z[ recovery-image] May 15 04:05:56.925 INFO O| May 15 04:05:56.925 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-05-15T04:05:57.401Z[ recovery-image] May 15 04:05:56.938 INFO O| May 15 04:05:56.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75982025-05-15T04:05:57.401Z[ recovery-image] May 15 04:05:56.938 INFO O| May 15 04:05:56.938 INFO STEP 1023 (remove_files) COMPLETE
75992025-05-15T04:05:57.401Z[ recovery-image] May 15 04:05:56.938 INFO O| May 15 04:05:56.938 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-05-15T04:05:57.401Z[ recovery-image] May 15 04:05:56.951 INFO O| May 15 04:05:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76012025-05-15T04:05:57.402Z[ recovery-image] May 15 04:05:56.952 INFO O| May 15 04:05:56.951 INFO STEP 1024 (remove_files) COMPLETE
76022025-05-15T04:05:57.402Z[ recovery-image] May 15 04:05:56.952 INFO O| May 15 04:05:56.952 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.965 INFO O| May 15 04:05:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76042025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.965 INFO O| May 15 04:05:56.965 INFO STEP 1025 (remove_files) COMPLETE
76052025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.965 INFO O| May 15 04:05:56.965 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.980 INFO O| May 15 04:05:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76072025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.980 INFO O| May 15 04:05:56.980 INFO STEP 1026 (remove_files) COMPLETE
76082025-05-15T04:05:57.427Z[ recovery-image] May 15 04:05:56.980 INFO O| May 15 04:05:56.980 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:56.994 INFO O| May 15 04:05:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76102025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:56.994 INFO O| May 15 04:05:56.994 INFO STEP 1027 (remove_files) COMPLETE
76112025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:56.994 INFO O| May 15 04:05:56.994 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:57.008 INFO O| May 15 04:05:57.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76132025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:57.008 INFO O| May 15 04:05:57.008 INFO STEP 1028 (remove_files) COMPLETE
76142025-05-15T04:05:57.453Z[ recovery-image] May 15 04:05:57.008 INFO O| May 15 04:05:57.008 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-05-15T04:05:57.481Z[ recovery-image] May 15 04:05:57.024 INFO O| May 15 04:05:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76162025-05-15T04:05:57.481Z[ recovery-image] May 15 04:05:57.024 INFO O| May 15 04:05:57.024 INFO STEP 1029 (remove_files) COMPLETE
76172025-05-15T04:05:57.481Z[ recovery-image] May 15 04:05:57.024 INFO O| May 15 04:05:57.024 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-05-15T04:05:57.506Z[ recovery-image] May 15 04:05:57.045 INFO O| May 15 04:05:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76192025-05-15T04:05:57.506Z[ recovery-image] May 15 04:05:57.045 INFO O| May 15 04:05:57.045 INFO STEP 1030 (remove_files) COMPLETE
76202025-05-15T04:05:57.506Z[ recovery-image] May 15 04:05:57.045 INFO O| May 15 04:05:57.045 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.066 INFO O| May 15 04:05:57.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76222025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.066 INFO O| May 15 04:05:57.066 INFO STEP 1031 (remove_files) COMPLETE
76232025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.066 INFO O| May 15 04:05:57.066 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.086 INFO O| May 15 04:05:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76252025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.086 INFO O| May 15 04:05:57.086 INFO STEP 1032 (remove_files) COMPLETE
76262025-05-15T04:05:57.532Z[ recovery-image] May 15 04:05:57.086 INFO O| May 15 04:05:57.086 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-05-15T04:05:57.558Z[ recovery-image] May 15 04:05:57.105 INFO O| May 15 04:05:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76282025-05-15T04:05:57.558Z[ recovery-image] May 15 04:05:57.105 INFO O| May 15 04:05:57.105 INFO STEP 1033 (remove_files) COMPLETE
76292025-05-15T04:05:57.558Z[ recovery-image] May 15 04:05:57.105 INFO O| May 15 04:05:57.105 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.122 INFO O| May 15 04:05:57.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76312025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.122 INFO O| May 15 04:05:57.122 INFO STEP 1034 (remove_files) COMPLETE
76322025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.122 INFO O| May 15 04:05:57.122 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.137 INFO O| May 15 04:05:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76342025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.137 INFO O| May 15 04:05:57.137 INFO STEP 1035 (remove_files) COMPLETE
76352025-05-15T04:05:57.584Z[ recovery-image] May 15 04:05:57.137 INFO O| May 15 04:05:57.137 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.150 INFO O| May 15 04:05:57.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76372025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.151 INFO O| May 15 04:05:57.150 INFO STEP 1036 (remove_files) COMPLETE
76382025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.151 INFO O| May 15 04:05:57.150 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.166 INFO O| May 15 04:05:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76402025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.166 INFO O| May 15 04:05:57.166 INFO STEP 1037 (remove_files) COMPLETE
76412025-05-15T04:05:57.610Z[ recovery-image] May 15 04:05:57.166 INFO O| May 15 04:05:57.166 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-05-15T04:05:57.635Z[ recovery-image] May 15 04:05:57.181 INFO O| May 15 04:05:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76432025-05-15T04:05:57.635Z[ recovery-image] May 15 04:05:57.181 INFO O| May 15 04:05:57.181 INFO STEP 1038 (remove_files) COMPLETE
76442025-05-15T04:05:57.637Z[ recovery-image] May 15 04:05:57.181 INFO O| May 15 04:05:57.181 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.196 INFO O| May 15 04:05:57.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76462025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.197 INFO O| May 15 04:05:57.197 INFO STEP 1039 (remove_files) COMPLETE
76472025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.197 INFO O| May 15 04:05:57.197 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.211 INFO O| May 15 04:05:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76492025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.211 INFO O| May 15 04:05:57.211 INFO STEP 1040 (remove_files) COMPLETE
76502025-05-15T04:05:57.663Z[ recovery-image] May 15 04:05:57.212 INFO O| May 15 04:05:57.211 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.226 INFO O| May 15 04:05:57.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76522025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.226 INFO O| May 15 04:05:57.226 INFO STEP 1041 (remove_files) COMPLETE
76532025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.226 INFO O| May 15 04:05:57.226 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.241 INFO O| May 15 04:05:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76552025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.241 INFO O| May 15 04:05:57.241 INFO STEP 1042 (remove_files) COMPLETE
76562025-05-15T04:05:57.688Z[ recovery-image] May 15 04:05:57.241 INFO O| May 15 04:05:57.241 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-05-15T04:05:57.714Z[ recovery-image] May 15 04:05:57.257 INFO O| May 15 04:05:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76582025-05-15T04:05:57.714Z[ recovery-image] May 15 04:05:57.257 INFO O| May 15 04:05:57.257 INFO STEP 1043 (remove_files) COMPLETE
76592025-05-15T04:05:57.714Z[ recovery-image] May 15 04:05:57.257 INFO O| May 15 04:05:57.257 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-05-15T04:05:57.740Z[ recovery-image] May 15 04:05:57.272 INFO O| May 15 04:05:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76612025-05-15T04:05:57.740Z[ recovery-image] May 15 04:05:57.272 INFO O| May 15 04:05:57.272 INFO STEP 1044 (remove_files) COMPLETE
76622025-05-15T04:05:57.740Z[ recovery-image] May 15 04:05:57.272 INFO O| May 15 04:05:57.272 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-05-15T04:05:57.741Z[ recovery-image] May 15 04:05:57.286 INFO O| May 15 04:05:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76642025-05-15T04:05:57.741Z[ recovery-image] May 15 04:05:57.286 INFO O| May 15 04:05:57.286 INFO STEP 1045 (remove_files) COMPLETE
76652025-05-15T04:05:57.741Z[ recovery-image] May 15 04:05:57.286 INFO O| May 15 04:05:57.286 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.300 INFO O| May 15 04:05:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76672025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.300 INFO O| May 15 04:05:57.300 INFO STEP 1046 (remove_files) COMPLETE
76682025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.300 INFO O| May 15 04:05:57.300 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.314 INFO O| May 15 04:05:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76702025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.314 INFO O| May 15 04:05:57.314 INFO STEP 1047 (remove_files) COMPLETE
76712025-05-15T04:05:57.766Z[ recovery-image] May 15 04:05:57.314 INFO O| May 15 04:05:57.314 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.330 INFO O| May 15 04:05:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76732025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.330 INFO O| May 15 04:05:57.330 INFO STEP 1048 (remove_files) COMPLETE
76742025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.330 INFO O| May 15 04:05:57.330 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.345 INFO O| May 15 04:05:57.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76762025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.345 INFO O| May 15 04:05:57.345 INFO STEP 1049 (remove_files) COMPLETE
76772025-05-15T04:05:57.792Z[ recovery-image] May 15 04:05:57.345 INFO O| May 15 04:05:57.345 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-05-15T04:05:57.818Z[ recovery-image] May 15 04:05:57.361 INFO O| May 15 04:05:57.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76792025-05-15T04:05:57.818Z[ recovery-image] May 15 04:05:57.361 INFO O| May 15 04:05:57.361 INFO STEP 1050 (remove_files) COMPLETE
76802025-05-15T04:05:57.818Z[ recovery-image] May 15 04:05:57.361 INFO O| May 15 04:05:57.361 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.376 INFO O| May 15 04:05:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76822025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.377 INFO O| May 15 04:05:57.377 INFO STEP 1051 (remove_files) COMPLETE
76832025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.377 INFO O| May 15 04:05:57.377 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.391 INFO O| May 15 04:05:57.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76852025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.391 INFO O| May 15 04:05:57.391 INFO STEP 1052 (remove_files) COMPLETE
76862025-05-15T04:05:57.844Z[ recovery-image] May 15 04:05:57.391 INFO O| May 15 04:05:57.391 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-05-15T04:05:57.870Z[ recovery-image] May 15 04:05:57.406 INFO O| May 15 04:05:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76882025-05-15T04:05:57.871Z[ recovery-image] May 15 04:05:57.406 INFO O| May 15 04:05:57.406 INFO STEP 1053 (remove_files) COMPLETE
76892025-05-15T04:05:57.872Z[ recovery-image] May 15 04:05:57.406 INFO O| May 15 04:05:57.406 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-05-15T04:05:57.873Z[ recovery-image] May 15 04:05:57.421 INFO O| May 15 04:05:57.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76912025-05-15T04:05:57.873Z[ recovery-image] May 15 04:05:57.421 INFO O| May 15 04:05:57.421 INFO STEP 1054 (remove_files) COMPLETE
76922025-05-15T04:05:57.873Z[ recovery-image] May 15 04:05:57.421 INFO O| May 15 04:05:57.421 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.434 INFO O| May 15 04:05:57.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76942025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.434 INFO O| May 15 04:05:57.434 INFO STEP 1055 (remove_files) COMPLETE
76952025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.434 INFO O| May 15 04:05:57.434 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.448 INFO O| May 15 04:05:57.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76972025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.448 INFO O| May 15 04:05:57.448 INFO STEP 1056 (remove_files) COMPLETE
76982025-05-15T04:05:57.899Z[ recovery-image] May 15 04:05:57.448 INFO O| May 15 04:05:57.448 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.462 INFO O| May 15 04:05:57.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77002025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.462 INFO O| May 15 04:05:57.462 INFO STEP 1057 (remove_files) COMPLETE
77012025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.462 INFO O| May 15 04:05:57.462 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.476 INFO O| May 15 04:05:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77032025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.477 INFO O| May 15 04:05:57.477 INFO STEP 1058 (remove_files) COMPLETE
77042025-05-15T04:05:57.925Z[ recovery-image] May 15 04:05:57.477 INFO O| May 15 04:05:57.477 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-05-15T04:05:57.951Z[ recovery-image] May 15 04:05:57.493 INFO O| May 15 04:05:57.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77062025-05-15T04:05:57.951Z[ recovery-image] May 15 04:05:57.493 INFO O| May 15 04:05:57.493 INFO STEP 1059 (remove_files) COMPLETE
77072025-05-15T04:05:57.951Z[ recovery-image] May 15 04:05:57.494 INFO O| May 15 04:05:57.493 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.513 INFO O| May 15 04:05:57.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77092025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.513 INFO O| May 15 04:05:57.513 INFO STEP 1060 (remove_files) COMPLETE
77102025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.513 INFO O| May 15 04:05:57.513 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.529 INFO O| May 15 04:05:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77122025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.529 INFO O| May 15 04:05:57.529 INFO STEP 1061 (remove_files) COMPLETE
77132025-05-15T04:05:57.977Z[ recovery-image] May 15 04:05:57.529 INFO O| May 15 04:05:57.529 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.543 INFO O| May 15 04:05:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77152025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.543 INFO O| May 15 04:05:57.543 INFO STEP 1062 (remove_files) COMPLETE
77162025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.543 INFO O| May 15 04:05:57.543 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.556 INFO O| May 15 04:05:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77182025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.556 INFO O| May 15 04:05:57.556 INFO STEP 1063 (remove_files) COMPLETE
77192025-05-15T04:05:58.003Z[ recovery-image] May 15 04:05:57.557 INFO O| May 15 04:05:57.556 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.571 INFO O| May 15 04:05:57.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77212025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.571 INFO O| May 15 04:05:57.571 INFO STEP 1064 (remove_files) COMPLETE
77222025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.571 INFO O| May 15 04:05:57.571 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.584 INFO O| May 15 04:05:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77242025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.584 INFO O| May 15 04:05:57.584 INFO STEP 1065 (remove_files) COMPLETE
77252025-05-15T04:05:58.029Z[ recovery-image] May 15 04:05:57.584 INFO O| May 15 04:05:57.584 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-05-15T04:05:58.055Z[ recovery-image] May 15 04:05:57.598 INFO O| May 15 04:05:57.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77272025-05-15T04:05:58.055Z[ recovery-image] May 15 04:05:57.598 INFO O| May 15 04:05:57.598 INFO STEP 1066 (remove_files) COMPLETE
77282025-05-15T04:05:58.055Z[ recovery-image] May 15 04:05:57.598 INFO O| May 15 04:05:57.598 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-05-15T04:05:58.055Z[ recovery-image] May 15 04:05:57.611 INFO O| May 15 04:05:57.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77302025-05-15T04:05:58.056Z[ recovery-image] May 15 04:05:57.611 INFO O| May 15 04:05:57.611 INFO STEP 1067 (remove_files) COMPLETE
77312025-05-15T04:05:58.056Z[ recovery-image] May 15 04:05:57.611 INFO O| May 15 04:05:57.611 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.625 INFO O| May 15 04:05:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77332025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.625 INFO O| May 15 04:05:57.625 INFO STEP 1068 (remove_files) COMPLETE
77342025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.625 INFO O| May 15 04:05:57.625 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.638 INFO O| May 15 04:05:57.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77362025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.638 INFO O| May 15 04:05:57.638 INFO STEP 1069 (remove_files) COMPLETE
77372025-05-15T04:05:58.089Z[ recovery-image] May 15 04:05:57.638 INFO O| May 15 04:05:57.638 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.653 INFO O| May 15 04:05:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77392025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.653 INFO O| May 15 04:05:57.653 INFO STEP 1070 (remove_files) COMPLETE
77402025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.653 INFO O| May 15 04:05:57.653 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.666 INFO O| May 15 04:05:57.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77422025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.666 INFO O| May 15 04:05:57.666 INFO STEP 1071 (remove_files) COMPLETE
77432025-05-15T04:05:58.114Z[ recovery-image] May 15 04:05:57.666 INFO O| May 15 04:05:57.666 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.680 INFO O| May 15 04:05:57.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77452025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.680 INFO O| May 15 04:05:57.680 INFO STEP 1072 (remove_files) COMPLETE
77462025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.680 INFO O| May 15 04:05:57.680 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.693 INFO O| May 15 04:05:57.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77482025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.693 INFO O| May 15 04:05:57.693 INFO STEP 1073 (remove_files) COMPLETE
77492025-05-15T04:05:58.141Z[ recovery-image] May 15 04:05:57.693 INFO O| May 15 04:05:57.693 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.707 INFO O| May 15 04:05:57.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77512025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.707 INFO O| May 15 04:05:57.707 INFO STEP 1074 (remove_files) COMPLETE
77522025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.707 INFO O| May 15 04:05:57.707 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.720 INFO O| May 15 04:05:57.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77542025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.720 INFO O| May 15 04:05:57.720 INFO STEP 1075 (remove_files) COMPLETE
77552025-05-15T04:05:58.166Z[ recovery-image] May 15 04:05:57.720 INFO O| May 15 04:05:57.720 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-05-15T04:05:58.191Z[ recovery-image] May 15 04:05:57.733 INFO O| May 15 04:05:57.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77572025-05-15T04:05:58.191Z[ recovery-image] May 15 04:05:57.733 INFO O| May 15 04:05:57.733 INFO STEP 1076 (remove_files) COMPLETE
77582025-05-15T04:05:58.192Z[ recovery-image] May 15 04:05:57.733 INFO O| May 15 04:05:57.733 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-05-15T04:05:58.192Z[ recovery-image] May 15 04:05:57.747 INFO O| May 15 04:05:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77602025-05-15T04:05:58.192Z[ recovery-image] May 15 04:05:57.747 INFO O| May 15 04:05:57.747 INFO STEP 1077 (remove_files) COMPLETE
77612025-05-15T04:05:58.192Z[ recovery-image] May 15 04:05:57.747 INFO O| May 15 04:05:57.747 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.760 INFO O| May 15 04:05:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77632025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.760 INFO O| May 15 04:05:57.760 INFO STEP 1078 (remove_files) COMPLETE
77642025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.760 INFO O| May 15 04:05:57.760 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.773 INFO O| May 15 04:05:57.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77662025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.773 INFO O| May 15 04:05:57.773 INFO STEP 1079 (remove_files) COMPLETE
77672025-05-15T04:05:58.217Z[ recovery-image] May 15 04:05:57.773 INFO O| May 15 04:05:57.773 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-05-15T04:05:58.242Z[ recovery-image] May 15 04:05:57.787 INFO O| May 15 04:05:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77692025-05-15T04:05:58.242Z[ recovery-image] May 15 04:05:57.787 INFO O| May 15 04:05:57.787 INFO STEP 1080 (remove_files) COMPLETE
77702025-05-15T04:05:58.242Z[ recovery-image] May 15 04:05:57.787 INFO O| May 15 04:05:57.787 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-05-15T04:05:58.267Z[ recovery-image] May 15 04:05:57.800 INFO O| May 15 04:05:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77722025-05-15T04:05:58.267Z[ recovery-image] May 15 04:05:57.800 INFO O| May 15 04:05:57.800 INFO STEP 1081 (remove_files) COMPLETE
77732025-05-15T04:05:58.268Z[ recovery-image] May 15 04:05:57.800 INFO O| May 15 04:05:57.800 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-05-15T04:05:58.268Z[ recovery-image] May 15 04:05:57.813 INFO O| May 15 04:05:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77752025-05-15T04:05:58.268Z[ recovery-image] May 15 04:05:57.814 INFO O| May 15 04:05:57.814 INFO STEP 1082 (remove_files) COMPLETE
77762025-05-15T04:05:58.268Z[ recovery-image] May 15 04:05:57.814 INFO O| May 15 04:05:57.814 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-05-15T04:05:58.293Z[ recovery-image] May 15 04:05:57.829 INFO O| May 15 04:05:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77782025-05-15T04:05:58.293Z[ recovery-image] May 15 04:05:57.829 INFO O| May 15 04:05:57.829 INFO STEP 1083 (remove_files) COMPLETE
77792025-05-15T04:05:58.293Z[ recovery-image] May 15 04:05:57.829 INFO O| May 15 04:05:57.829 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-05-15T04:05:58.293Z[ recovery-image] May 15 04:05:57.843 INFO O| May 15 04:05:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77812025-05-15T04:05:58.295Z[ recovery-image] May 15 04:05:57.843 INFO O| May 15 04:05:57.843 INFO STEP 1084 (remove_files) COMPLETE
77822025-05-15T04:05:58.295Z[ recovery-image] May 15 04:05:57.843 INFO O| May 15 04:05:57.843 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.857 INFO O| May 15 04:05:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77842025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.857 INFO O| May 15 04:05:57.857 INFO STEP 1085 (remove_files) COMPLETE
77852025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.857 INFO O| May 15 04:05:57.857 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.871 INFO O| May 15 04:05:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77872025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.871 INFO O| May 15 04:05:57.871 INFO STEP 1086 (remove_files) COMPLETE
77882025-05-15T04:05:58.320Z[ recovery-image] May 15 04:05:57.871 INFO O| May 15 04:05:57.871 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.885 INFO O| May 15 04:05:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77902025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.886 INFO O| May 15 04:05:57.885 INFO STEP 1087 (remove_files) COMPLETE
77912025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.886 INFO O| May 15 04:05:57.886 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.899 INFO O| May 15 04:05:57.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77932025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.899 INFO O| May 15 04:05:57.899 INFO STEP 1088 (remove_files) COMPLETE
77942025-05-15T04:05:58.346Z[ recovery-image] May 15 04:05:57.899 INFO O| May 15 04:05:57.899 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-05-15T04:05:58.371Z[ recovery-image] May 15 04:05:57.917 INFO O| May 15 04:05:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77962025-05-15T04:05:58.371Z[ recovery-image] May 15 04:05:57.917 INFO O| May 15 04:05:57.917 INFO STEP 1089 (remove_files) COMPLETE
77972025-05-15T04:05:58.371Z[ recovery-image] May 15 04:05:57.917 INFO O| May 15 04:05:57.917 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-05-15T04:05:58.397Z[ recovery-image] May 15 04:05:57.930 INFO O| May 15 04:05:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77992025-05-15T04:05:58.397Z[ recovery-image] May 15 04:05:57.930 INFO O| May 15 04:05:57.930 INFO STEP 1090 (remove_files) COMPLETE
78002025-05-15T04:05:58.397Z[ recovery-image] May 15 04:05:57.930 INFO O| May 15 04:05:57.930 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-05-15T04:05:58.397Z[ recovery-image] May 15 04:05:57.943 INFO O| May 15 04:05:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78022025-05-15T04:05:58.397Z[ recovery-image] May 15 04:05:57.944 INFO O| May 15 04:05:57.943 INFO STEP 1091 (remove_files) COMPLETE
78032025-05-15T04:05:58.398Z[ recovery-image] May 15 04:05:57.944 INFO O| May 15 04:05:57.943 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.959 INFO O| May 15 04:05:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78052025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.959 INFO O| May 15 04:05:57.959 INFO STEP 1092 (remove_files) COMPLETE
78062025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.959 INFO O| May 15 04:05:57.959 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.978 INFO O| May 15 04:05:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78082025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.978 INFO O| May 15 04:05:57.978 INFO STEP 1093 (remove_files) COMPLETE
78092025-05-15T04:05:58.423Z[ recovery-image] May 15 04:05:57.978 INFO O| May 15 04:05:57.978 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-05-15T04:05:58.448Z[ recovery-image] May 15 04:05:57.993 INFO O| May 15 04:05:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78112025-05-15T04:05:58.448Z[ recovery-image] May 15 04:05:57.993 INFO O| May 15 04:05:57.993 INFO STEP 1094 (remove_files) COMPLETE
78122025-05-15T04:05:58.448Z[ recovery-image] May 15 04:05:57.993 INFO O| May 15 04:05:57.993 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-05-15T04:05:58.473Z[ recovery-image] May 15 04:05:58.007 INFO O| May 15 04:05:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78142025-05-15T04:05:58.473Z[ recovery-image] May 15 04:05:58.007 INFO O| May 15 04:05:58.007 INFO STEP 1095 (remove_files) COMPLETE
78152025-05-15T04:05:58.473Z[ recovery-image] May 15 04:05:58.007 INFO O| May 15 04:05:58.007 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-05-15T04:05:58.474Z[ recovery-image] May 15 04:05:58.021 INFO O| May 15 04:05:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78172025-05-15T04:05:58.474Z[ recovery-image] May 15 04:05:58.021 INFO O| May 15 04:05:58.021 INFO STEP 1096 (remove_files) COMPLETE
78182025-05-15T04:05:58.474Z[ recovery-image] May 15 04:05:58.021 INFO O| May 15 04:05:58.021 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-05-15T04:05:58.499Z[ recovery-image] May 15 04:05:58.035 INFO O| May 15 04:05:58.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78202025-05-15T04:05:58.500Z[ recovery-image] May 15 04:05:58.035 INFO O| May 15 04:05:58.035 INFO STEP 1097 (remove_files) COMPLETE
78212025-05-15T04:05:58.500Z[ recovery-image] May 15 04:05:58.035 INFO O| May 15 04:05:58.035 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-05-15T04:05:58.500Z[ recovery-image] May 15 04:05:58.052 INFO O| May 15 04:05:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78232025-05-15T04:05:58.500Z[ recovery-image] May 15 04:05:58.052 INFO O| May 15 04:05:58.052 INFO STEP 1098 (remove_files) COMPLETE
78242025-05-15T04:05:58.500Z[ recovery-image] May 15 04:05:58.052 INFO O| May 15 04:05:58.052 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-05-15T04:05:58.524Z[ recovery-image] May 15 04:05:58.066 INFO O| May 15 04:05:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78262025-05-15T04:05:58.525Z[ recovery-image] May 15 04:05:58.066 INFO O| May 15 04:05:58.066 INFO STEP 1099 (remove_files) COMPLETE
78272025-05-15T04:05:58.525Z[ recovery-image] May 15 04:05:58.066 INFO O| May 15 04:05:58.066 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-05-15T04:05:58.525Z[ recovery-image] May 15 04:05:58.080 INFO O| May 15 04:05:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78292025-05-15T04:05:58.525Z[ recovery-image] May 15 04:05:58.080 INFO O| May 15 04:05:58.080 INFO STEP 1100 (remove_files) COMPLETE
78302025-05-15T04:05:58.525Z[ recovery-image] May 15 04:05:58.080 INFO O| May 15 04:05:58.080 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-05-15T04:05:58.550Z[ recovery-image] May 15 04:05:58.093 INFO O| May 15 04:05:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78322025-05-15T04:05:58.550Z[ recovery-image] May 15 04:05:58.094 INFO O| May 15 04:05:58.093 INFO STEP 1101 (remove_files) COMPLETE
78332025-05-15T04:05:58.550Z[ recovery-image] May 15 04:05:58.094 INFO O| May 15 04:05:58.094 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-05-15T04:05:58.575Z[ recovery-image] May 15 04:05:58.108 INFO O| May 15 04:05:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78352025-05-15T04:05:58.575Z[ recovery-image] May 15 04:05:58.108 INFO O| May 15 04:05:58.108 INFO STEP 1102 (remove_files) COMPLETE
78362025-05-15T04:05:58.576Z[ recovery-image] May 15 04:05:58.108 INFO O| May 15 04:05:58.108 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-05-15T04:05:58.576Z[ recovery-image] May 15 04:05:58.122 INFO O| May 15 04:05:58.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78382025-05-15T04:05:58.576Z[ recovery-image] May 15 04:05:58.122 INFO O| May 15 04:05:58.122 INFO STEP 1103 (remove_files) COMPLETE
78392025-05-15T04:05:58.576Z[ recovery-image] May 15 04:05:58.122 INFO O| May 15 04:05:58.122 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-05-15T04:05:58.601Z[ recovery-image] May 15 04:05:58.136 INFO O| May 15 04:05:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78412025-05-15T04:05:58.601Z[ recovery-image] May 15 04:05:58.136 INFO O| May 15 04:05:58.136 INFO STEP 1104 (remove_files) COMPLETE
78422025-05-15T04:05:58.601Z[ recovery-image] May 15 04:05:58.136 INFO O| May 15 04:05:58.136 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-05-15T04:05:58.601Z[ recovery-image] May 15 04:05:58.149 INFO O| May 15 04:05:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78442025-05-15T04:05:58.602Z[ recovery-image] May 15 04:05:58.149 INFO O| May 15 04:05:58.149 INFO STEP 1105 (remove_files) COMPLETE
78452025-05-15T04:05:58.602Z[ recovery-image] May 15 04:05:58.149 INFO O| May 15 04:05:58.149 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-05-15T04:05:58.627Z[ recovery-image] May 15 04:05:58.162 INFO O| May 15 04:05:58.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78472025-05-15T04:05:58.627Z[ recovery-image] May 15 04:05:58.163 INFO O| May 15 04:05:58.163 INFO STEP 1106 (remove_files) COMPLETE
78482025-05-15T04:05:58.628Z[ recovery-image] May 15 04:05:58.163 INFO O| May 15 04:05:58.163 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-05-15T04:05:58.628Z[ recovery-image] May 15 04:05:58.176 INFO O| May 15 04:05:58.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78502025-05-15T04:05:58.628Z[ recovery-image] May 15 04:05:58.176 INFO O| May 15 04:05:58.176 INFO STEP 1107 (remove_files) COMPLETE
78512025-05-15T04:05:58.628Z[ recovery-image] May 15 04:05:58.176 INFO O| May 15 04:05:58.176 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-05-15T04:05:58.653Z[ recovery-image] May 15 04:05:58.189 INFO O| May 15 04:05:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78532025-05-15T04:05:58.653Z[ recovery-image] May 15 04:05:58.189 INFO O| May 15 04:05:58.189 INFO STEP 1108 (remove_files) COMPLETE
78542025-05-15T04:05:58.653Z[ recovery-image] May 15 04:05:58.189 INFO O| May 15 04:05:58.189 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-05-15T04:05:58.653Z[ recovery-image] May 15 04:05:58.202 INFO O| May 15 04:05:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78562025-05-15T04:05:58.653Z[ recovery-image] May 15 04:05:58.203 INFO O| May 15 04:05:58.203 INFO STEP 1109 (remove_files) COMPLETE
78572025-05-15T04:05:58.654Z[ recovery-image] May 15 04:05:58.203 INFO O| May 15 04:05:58.203 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.216 INFO O| May 15 04:05:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78592025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.216 INFO O| May 15 04:05:58.216 INFO STEP 1110 (remove_files) COMPLETE
78602025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.216 INFO O| May 15 04:05:58.216 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.229 INFO O| May 15 04:05:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78622025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.229 INFO O| May 15 04:05:58.229 INFO STEP 1111 (remove_files) COMPLETE
78632025-05-15T04:05:58.679Z[ recovery-image] May 15 04:05:58.229 INFO O| May 15 04:05:58.229 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-05-15T04:05:58.704Z[ recovery-image] May 15 04:05:58.243 INFO O| May 15 04:05:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78652025-05-15T04:05:58.704Z[ recovery-image] May 15 04:05:58.243 INFO O| May 15 04:05:58.243 INFO STEP 1112 (remove_files) COMPLETE
78662025-05-15T04:05:58.704Z[ recovery-image] May 15 04:05:58.243 INFO O| May 15 04:05:58.243 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-05-15T04:05:58.705Z[ recovery-image] May 15 04:05:58.257 INFO O| May 15 04:05:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78682025-05-15T04:05:58.705Z[ recovery-image] May 15 04:05:58.257 INFO O| May 15 04:05:58.257 INFO STEP 1113 (remove_files) COMPLETE
78692025-05-15T04:05:58.705Z[ recovery-image] May 15 04:05:58.257 INFO O| May 15 04:05:58.257 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-05-15T04:05:58.730Z[ recovery-image] May 15 04:05:58.270 INFO O| May 15 04:05:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78712025-05-15T04:05:58.730Z[ recovery-image] May 15 04:05:58.270 INFO O| May 15 04:05:58.270 INFO STEP 1114 (remove_files) COMPLETE
78722025-05-15T04:05:58.730Z[ recovery-image] May 15 04:05:58.270 INFO O| May 15 04:05:58.270 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-05-15T04:05:58.730Z[ recovery-image] May 15 04:05:58.283 INFO O| May 15 04:05:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78742025-05-15T04:05:58.731Z[ recovery-image] May 15 04:05:58.283 INFO O| May 15 04:05:58.283 INFO STEP 1115 (remove_files) COMPLETE
78752025-05-15T04:05:58.731Z[ recovery-image] May 15 04:05:58.283 INFO O| May 15 04:05:58.283 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.296 INFO O| May 15 04:05:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78772025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.296 INFO O| May 15 04:05:58.296 INFO STEP 1116 (remove_files) COMPLETE
78782025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.296 INFO O| May 15 04:05:58.296 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.309 INFO O| May 15 04:05:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78802025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.309 INFO O| May 15 04:05:58.309 INFO STEP 1117 (remove_files) COMPLETE
78812025-05-15T04:05:58.756Z[ recovery-image] May 15 04:05:58.309 INFO O| May 15 04:05:58.309 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-05-15T04:05:58.781Z[ recovery-image] May 15 04:05:58.324 INFO O| May 15 04:05:58.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78832025-05-15T04:05:58.781Z[ recovery-image] May 15 04:05:58.324 INFO O| May 15 04:05:58.324 INFO STEP 1118 (remove_files) COMPLETE
78842025-05-15T04:05:58.781Z[ recovery-image] May 15 04:05:58.324 INFO O| May 15 04:05:58.324 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-05-15T04:05:58.784Z[ recovery-image] May 15 04:05:58.337 INFO O| May 15 04:05:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78862025-05-15T04:05:58.784Z[ recovery-image] May 15 04:05:58.337 INFO O| May 15 04:05:58.337 INFO STEP 1119 (remove_files) COMPLETE
78872025-05-15T04:05:58.784Z[ recovery-image] May 15 04:05:58.337 INFO O| May 15 04:05:58.337 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.351 INFO O| May 15 04:05:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78892025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.351 INFO O| May 15 04:05:58.351 INFO STEP 1120 (remove_files) COMPLETE
78902025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.351 INFO O| May 15 04:05:58.351 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.365 INFO O| May 15 04:05:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78922025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.365 INFO O| May 15 04:05:58.365 INFO STEP 1121 (remove_files) COMPLETE
78932025-05-15T04:05:58.810Z[ recovery-image] May 15 04:05:58.365 INFO O| May 15 04:05:58.365 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-05-15T04:05:58.835Z[ recovery-image] May 15 04:05:58.378 INFO O| May 15 04:05:58.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78952025-05-15T04:05:58.835Z[ recovery-image] May 15 04:05:58.378 INFO O| May 15 04:05:58.378 INFO STEP 1122 (remove_files) COMPLETE
78962025-05-15T04:05:58.835Z[ recovery-image] May 15 04:05:58.378 INFO O| May 15 04:05:58.378 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-05-15T04:05:58.861Z[ recovery-image] May 15 04:05:58.392 INFO O| May 15 04:05:58.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78982025-05-15T04:05:58.861Z[ recovery-image] May 15 04:05:58.392 INFO O| May 15 04:05:58.392 INFO STEP 1123 (remove_files) COMPLETE
78992025-05-15T04:05:58.861Z[ recovery-image] May 15 04:05:58.392 INFO O| May 15 04:05:58.392 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-05-15T04:05:58.863Z[ recovery-image] May 15 04:05:58.407 INFO O| May 15 04:05:58.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79012025-05-15T04:05:58.863Z[ recovery-image] May 15 04:05:58.407 INFO O| May 15 04:05:58.407 INFO STEP 1124 (remove_files) COMPLETE
79022025-05-15T04:05:58.863Z[ recovery-image] May 15 04:05:58.407 INFO O| May 15 04:05:58.407 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-05-15T04:05:58.889Z[ recovery-image] May 15 04:05:58.420 INFO O| May 15 04:05:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79042025-05-15T04:05:58.889Z[ recovery-image] May 15 04:05:58.420 INFO O| May 15 04:05:58.420 INFO STEP 1125 (remove_files) COMPLETE
79052025-05-15T04:05:58.889Z[ recovery-image] May 15 04:05:58.420 INFO O| May 15 04:05:58.420 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-05-15T04:05:58.889Z[ recovery-image] May 15 04:05:58.433 INFO O| May 15 04:05:58.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79072025-05-15T04:05:58.889Z[ recovery-image] May 15 04:05:58.433 INFO O| May 15 04:05:58.433 INFO STEP 1126 (remove_files) COMPLETE
79082025-05-15T04:05:58.890Z[ recovery-image] May 15 04:05:58.433 INFO O| May 15 04:05:58.433 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-05-15T04:05:58.914Z[ recovery-image] May 15 04:05:58.447 INFO O| May 15 04:05:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79102025-05-15T04:05:58.914Z[ recovery-image] May 15 04:05:58.447 INFO O| May 15 04:05:58.447 INFO STEP 1127 (remove_files) COMPLETE
79112025-05-15T04:05:58.915Z[ recovery-image] May 15 04:05:58.447 INFO O| May 15 04:05:58.447 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-05-15T04:05:58.915Z[ recovery-image] May 15 04:05:58.462 INFO O| May 15 04:05:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79132025-05-15T04:05:58.915Z[ recovery-image] May 15 04:05:58.462 INFO O| May 15 04:05:58.462 INFO STEP 1128 (remove_files) COMPLETE
79142025-05-15T04:05:58.915Z[ recovery-image] May 15 04:05:58.462 INFO O| May 15 04:05:58.462 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-05-15T04:05:58.940Z[ recovery-image] May 15 04:05:58.476 INFO O| May 15 04:05:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79162025-05-15T04:05:58.940Z[ recovery-image] May 15 04:05:58.476 INFO O| May 15 04:05:58.476 INFO STEP 1129 (remove_files) COMPLETE
79172025-05-15T04:05:58.940Z[ recovery-image] May 15 04:05:58.476 INFO O| May 15 04:05:58.476 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-05-15T04:05:58.941Z[ recovery-image] May 15 04:05:58.490 INFO O| May 15 04:05:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79192025-05-15T04:05:58.941Z[ recovery-image] May 15 04:05:58.490 INFO O| May 15 04:05:58.490 INFO STEP 1130 (remove_files) COMPLETE
79202025-05-15T04:05:58.941Z[ recovery-image] May 15 04:05:58.490 INFO O| May 15 04:05:58.490 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.504 INFO O| May 15 04:05:58.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79222025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.504 INFO O| May 15 04:05:58.504 INFO STEP 1131 (remove_files) COMPLETE
79232025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.504 INFO O| May 15 04:05:58.504 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.518 INFO O| May 15 04:05:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79252025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.518 INFO O| May 15 04:05:58.518 INFO STEP 1132 (remove_files) COMPLETE
79262025-05-15T04:05:58.966Z[ recovery-image] May 15 04:05:58.518 INFO O| May 15 04:05:58.518 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-05-15T04:05:58.990Z[ recovery-image] May 15 04:05:58.532 INFO O| May 15 04:05:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79282025-05-15T04:05:58.990Z[ recovery-image] May 15 04:05:58.532 INFO O| May 15 04:05:58.532 INFO STEP 1133 (remove_files) COMPLETE
79292025-05-15T04:05:58.990Z[ recovery-image] May 15 04:05:58.532 INFO O| May 15 04:05:58.532 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-05-15T04:05:58.991Z[ recovery-image] May 15 04:05:58.546 INFO O| May 15 04:05:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79312025-05-15T04:05:58.991Z[ recovery-image] May 15 04:05:58.547 INFO O| May 15 04:05:58.547 INFO STEP 1134 (remove_files) COMPLETE
79322025-05-15T04:05:58.991Z[ recovery-image] May 15 04:05:58.547 INFO O| May 15 04:05:58.547 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-05-15T04:05:59.017Z[ recovery-image] May 15 04:05:58.560 INFO O| May 15 04:05:58.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79342025-05-15T04:05:59.017Z[ recovery-image] May 15 04:05:58.560 INFO O| May 15 04:05:58.560 INFO STEP 1135 (remove_files) COMPLETE
79352025-05-15T04:05:59.017Z[ recovery-image] May 15 04:05:58.560 INFO O| May 15 04:05:58.560 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-05-15T04:05:59.017Z[ recovery-image] May 15 04:05:58.574 INFO O| May 15 04:05:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79372025-05-15T04:05:59.017Z[ recovery-image] May 15 04:05:58.574 INFO O| May 15 04:05:58.574 INFO STEP 1136 (remove_files) COMPLETE
79382025-05-15T04:05:59.042Z[ recovery-image] May 15 04:05:58.574 INFO O| May 15 04:05:58.574 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-05-15T04:05:59.042Z[ recovery-image] May 15 04:05:58.587 INFO O| May 15 04:05:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79402025-05-15T04:05:59.042Z[ recovery-image] May 15 04:05:58.587 INFO O| May 15 04:05:58.587 INFO STEP 1137 (remove_files) COMPLETE
79412025-05-15T04:05:59.042Z[ recovery-image] May 15 04:05:58.587 INFO O| May 15 04:05:58.587 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-05-15T04:05:59.067Z[ recovery-image] May 15 04:05:58.602 INFO O| May 15 04:05:58.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79432025-05-15T04:05:59.067Z[ recovery-image] May 15 04:05:58.602 INFO O| May 15 04:05:58.602 INFO STEP 1138 (remove_files) COMPLETE
79442025-05-15T04:05:59.067Z[ recovery-image] May 15 04:05:58.602 INFO O| May 15 04:05:58.602 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-05-15T04:05:59.068Z[ recovery-image] May 15 04:05:58.616 INFO O| May 15 04:05:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79462025-05-15T04:05:59.068Z[ recovery-image] May 15 04:05:58.616 INFO O| May 15 04:05:58.616 INFO STEP 1139 (remove_files) COMPLETE
79472025-05-15T04:05:59.068Z[ recovery-image] May 15 04:05:58.616 INFO O| May 15 04:05:58.616 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.629 INFO O| May 15 04:05:58.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79492025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.630 INFO O| May 15 04:05:58.629 INFO STEP 1140 (remove_files) COMPLETE
79502025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.630 INFO O| May 15 04:05:58.629 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.642 INFO O| May 15 04:05:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79522025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.643 INFO O| May 15 04:05:58.642 INFO STEP 1141 (remove_files) COMPLETE
79532025-05-15T04:05:59.093Z[ recovery-image] May 15 04:05:58.643 INFO O| May 15 04:05:58.643 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.656 INFO O| May 15 04:05:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79552025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.656 INFO O| May 15 04:05:58.656 INFO STEP 1142 (remove_files) COMPLETE
79562025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.656 INFO O| May 15 04:05:58.656 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.671 INFO O| May 15 04:05:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79582025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.671 INFO O| May 15 04:05:58.671 INFO STEP 1143 (remove_files) COMPLETE
79592025-05-15T04:05:59.118Z[ recovery-image] May 15 04:05:58.671 INFO O| May 15 04:05:58.671 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.686 INFO O| May 15 04:05:58.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79612025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.686 INFO O| May 15 04:05:58.686 INFO STEP 1144 (remove_files) COMPLETE
79622025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.686 INFO O| May 15 04:05:58.686 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.700 INFO O| May 15 04:05:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79642025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.700 INFO O| May 15 04:05:58.700 INFO STEP 1145 (remove_files) COMPLETE
79652025-05-15T04:05:59.146Z[ recovery-image] May 15 04:05:58.700 INFO O| May 15 04:05:58.700 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-05-15T04:05:59.171Z[ recovery-image] May 15 04:05:58.714 INFO O| May 15 04:05:58.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79672025-05-15T04:05:59.172Z[ recovery-image] May 15 04:05:58.714 INFO O| May 15 04:05:58.714 INFO STEP 1146 (remove_files) COMPLETE
79682025-05-15T04:05:59.172Z[ recovery-image] May 15 04:05:58.714 INFO O| May 15 04:05:58.714 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.729 INFO O| May 15 04:05:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79702025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.729 INFO O| May 15 04:05:58.729 INFO STEP 1147 (remove_files) COMPLETE
79712025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.730 INFO O| May 15 04:05:58.729 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.743 INFO O| May 15 04:05:58.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79732025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.743 INFO O| May 15 04:05:58.743 INFO STEP 1148 (remove_files) COMPLETE
79742025-05-15T04:05:59.197Z[ recovery-image] May 15 04:05:58.743 INFO O| May 15 04:05:58.743 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-05-15T04:05:59.224Z[ recovery-image] May 15 04:05:58.758 INFO O| May 15 04:05:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79762025-05-15T04:05:59.225Z[ recovery-image] May 15 04:05:58.758 INFO O| May 15 04:05:58.758 INFO STEP 1149 (remove_files) COMPLETE
79772025-05-15T04:05:59.225Z[ recovery-image] May 15 04:05:58.758 INFO O| May 15 04:05:58.758 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-05-15T04:05:59.225Z[ recovery-image] May 15 04:05:58.778 INFO O| May 15 04:05:58.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79792025-05-15T04:05:59.225Z[ recovery-image] May 15 04:05:58.778 INFO O| May 15 04:05:58.778 INFO STEP 1150 (remove_files) COMPLETE
79802025-05-15T04:05:59.225Z[ recovery-image] May 15 04:05:58.778 INFO O| May 15 04:05:58.778 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-05-15T04:05:59.250Z[ recovery-image] May 15 04:05:58.793 INFO O| May 15 04:05:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79822025-05-15T04:05:59.250Z[ recovery-image] May 15 04:05:58.793 INFO O| May 15 04:05:58.793 INFO STEP 1151 (remove_files) COMPLETE
79832025-05-15T04:05:59.250Z[ recovery-image] May 15 04:05:58.793 INFO O| May 15 04:05:58.793 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.807 INFO O| May 15 04:05:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79852025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.807 INFO O| May 15 04:05:58.807 INFO STEP 1152 (remove_files) COMPLETE
79862025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.807 INFO O| May 15 04:05:58.807 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.821 INFO O| May 15 04:05:58.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79882025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.822 INFO O| May 15 04:05:58.822 INFO STEP 1153 (remove_files) COMPLETE
79892025-05-15T04:05:59.275Z[ recovery-image] May 15 04:05:58.822 INFO O| May 15 04:05:58.822 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.836 INFO O| May 15 04:05:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79912025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.836 INFO O| May 15 04:05:58.836 INFO STEP 1154 (remove_files) COMPLETE
79922025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.836 INFO O| May 15 04:05:58.836 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.851 INFO O| May 15 04:05:58.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79942025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.851 INFO O| May 15 04:05:58.851 INFO STEP 1155 (remove_files) COMPLETE
79952025-05-15T04:05:59.301Z[ recovery-image] May 15 04:05:58.851 INFO O| May 15 04:05:58.851 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.865 INFO O| May 15 04:05:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79972025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.865 INFO O| May 15 04:05:58.865 INFO STEP 1156 (remove_files) COMPLETE
79982025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.865 INFO O| May 15 04:05:58.865 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.879 INFO O| May 15 04:05:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80002025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.879 INFO O| May 15 04:05:58.879 INFO STEP 1157 (remove_files) COMPLETE
80012025-05-15T04:05:59.327Z[ recovery-image] May 15 04:05:58.879 INFO O| May 15 04:05:58.879 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-05-15T04:05:59.352Z[ recovery-image] May 15 04:05:58.893 INFO O| May 15 04:05:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80032025-05-15T04:05:59.352Z[ recovery-image] May 15 04:05:58.893 INFO O| May 15 04:05:58.893 INFO STEP 1158 (remove_files) COMPLETE
80042025-05-15T04:05:59.352Z[ recovery-image] May 15 04:05:58.893 INFO O| May 15 04:05:58.893 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-05-15T04:05:59.353Z[ recovery-image] May 15 04:05:58.907 INFO O| May 15 04:05:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80062025-05-15T04:05:59.353Z[ recovery-image] May 15 04:05:58.907 INFO O| May 15 04:05:58.907 INFO STEP 1159 (remove_files) COMPLETE
80072025-05-15T04:05:59.353Z[ recovery-image] May 15 04:05:58.907 INFO O| May 15 04:05:58.907 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-05-15T04:05:59.378Z[ recovery-image] May 15 04:05:58.922 INFO O| May 15 04:05:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80092025-05-15T04:05:59.378Z[ recovery-image] May 15 04:05:58.922 INFO O| May 15 04:05:58.922 INFO STEP 1160 (remove_files) COMPLETE
80102025-05-15T04:05:59.378Z[ recovery-image] May 15 04:05:58.922 INFO O| May 15 04:05:58.922 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.937 INFO O| May 15 04:05:58.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80122025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.937 INFO O| May 15 04:05:58.937 INFO STEP 1161 (remove_files) COMPLETE
80132025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.937 INFO O| May 15 04:05:58.937 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.954 INFO O| May 15 04:05:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80152025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.955 INFO O| May 15 04:05:58.955 INFO STEP 1162 (remove_files) COMPLETE
80162025-05-15T04:05:59.403Z[ recovery-image] May 15 04:05:58.955 INFO O| May 15 04:05:58.955 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-05-15T04:05:59.428Z[ recovery-image] May 15 04:05:58.969 INFO O| May 15 04:05:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80182025-05-15T04:05:59.428Z[ recovery-image] May 15 04:05:58.969 INFO O| May 15 04:05:58.969 INFO STEP 1163 (remove_files) COMPLETE
80192025-05-15T04:05:59.428Z[ recovery-image] May 15 04:05:58.969 INFO O| May 15 04:05:58.969 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-05-15T04:05:59.429Z[ recovery-image] May 15 04:05:58.985 INFO O| May 15 04:05:58.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80212025-05-15T04:05:59.429Z[ recovery-image] May 15 04:05:58.985 INFO O| May 15 04:05:58.985 INFO STEP 1164 (remove_files) COMPLETE
80222025-05-15T04:05:59.429Z[ recovery-image] May 15 04:05:58.985 INFO O| May 15 04:05:58.985 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-05-15T04:05:59.454Z[ recovery-image] May 15 04:05:59.000 INFO O| May 15 04:05:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80242025-05-15T04:05:59.454Z[ recovery-image] May 15 04:05:59.000 INFO O| May 15 04:05:59.000 INFO STEP 1165 (remove_files) COMPLETE
80252025-05-15T04:05:59.454Z[ recovery-image] May 15 04:05:59.001 INFO O| May 15 04:05:59.000 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80262025-05-15T04:05:59.480Z[ recovery-image] May 15 04:05:59.023 INFO O| May 15 04:05:59.023 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80272025-05-15T04:05:59.480Z[ recovery-image] May 15 04:05:59.023 INFO O| May 15 04:05:59.023 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80282025-05-15T04:06:00.364Z[ recovery-image] May 15 04:05:59.921 INFO O| May 15 04:05:59.921 INFO STEP 1166 (pack_tar) COMPLETE
80292025-05-15T04:06:00.365Z[ recovery-image] May 15 04:05:59.921 INFO O| May 15 04:05:59.921 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80302025-05-15T04:06:00.391Z[ recovery-image] May 15 04:05:59.921 INFO O| May 15 04:05:59.921 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80312025-05-15T04:06:00.574Z[ recovery-image] May 15 04:06:00.131 INFO O| May 15 04:06:00.131 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80322025-05-15T04:06:00.625Z[ recovery-image] May 15 04:06:00.182 INFO O| May 15 04:06:00.182 INFO completed processing gimlet/ramdisk-03-recovery-trim
80332025-05-15T04:06:00.651Z[ recovery-image] May 15 04:06:00.191 INFO image builder template: zfs-recovery...
80342025-05-15T04:06:00.651Z[ recovery-image] May 15 04:06:00.191 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs-recovery"], pwd: None
80352025-05-15T04:06:00.682Z[ recovery-image] May 15 04:06:00.239 INFO O| May 15 04:06:00.239 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80362025-05-15T04:06:00.707Z[ recovery-image] May 15 04:06:00.247 INFO O| May 15 04:06:00.246 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80372025-05-15T04:06:00.732Z[ recovery-image] May 15 04:06:00.282 INFO O| May 15 04:06:00.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80382025-05-15T04:06:00.760Z[ recovery-image] May 15 04:06:00.317 INFO O| May 15 04:06:00.317 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80392025-05-15T04:06:00.760Z[ recovery-image] May 15 04:06:00.317 INFO O| May 15 04:06:00.317 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80402025-05-15T04:06:00.785Z[ recovery-image] May 15 04:06:00.324 INFO O| May 15 04:06:00.324 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80412025-05-15T04:06:00.810Z[ recovery-image] May 15 04:06:00.356 INFO O| May 15 04:06:00.356 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80422025-05-15T04:06:00.837Z[ recovery-image] May 15 04:06:00.379 INFO O| May 15 04:06:00.379 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80432025-05-15T04:06:00.864Z[ recovery-image] May 15 04:06:00.398 INFO O| May 15 04:06:00.398 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80442025-05-15T04:06:00.864Z[ recovery-image] May 15 04:06:00.405 INFO O| May 15 04:06:00.405 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80452025-05-15T04:06:00.864Z[ recovery-image] May 15 04:06:00.410 INFO O| May 15 04:06:00.410 INFO no lofi found
80462025-05-15T04:06:00.864Z[ recovery-image] May 15 04:06:00.410 INFO O| May 15 04:06:00.410 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80472025-05-15T04:06:00.864Z[ recovery-image] May 15 04:06:00.410 INFO O| May 15 04:06:00.410 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80482025-05-15T04:06:03.445Z[ recovery-image] May 15 04:06:03.002 INFO O| May 15 04:06:03.002 INFO lofi device = /dev/dsk/c3t1d0p0
80492025-05-15T04:06:03.445Z[ recovery-image] May 15 04:06:03.002 INFO O| May 15 04:06:03.002 INFO pool device = /dev/dsk/c3t1d0p0
80502025-05-15T04:06:03.471Z[ recovery-image] May 15 04:06:03.002 INFO O| May 15 04:06:03.002 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/c3t1d0p0"]
80512025-05-15T04:06:03.569Z[ recovery-image] May 15 04:06:03.123 INFO O| May 15 04:06:03.123 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80522025-05-15T04:06:03.569Z[ recovery-image] May 15 04:06:03.123 INFO O| May 15 04:06:03.123 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80532025-05-15T04:06:03.597Z[ recovery-image] May 15 04:06:03.154 INFO O| May 15 04:06:03.154 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80542025-05-15T04:06:03.680Z[ recovery-image] May 15 04:06:03.237 INFO O| May 15 04:06:03.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80552025-05-15T04:06:03.726Z[ recovery-image] May 15 04:06:03.283 INFO O| May 15 04:06:03.283 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80562025-05-15T04:06:03.751Z[ recovery-image] May 15 04:06:03.308 INFO O| May 15 04:06:03.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80572025-05-15T04:06:03.776Z[ recovery-image] May 15 04:06:03.329 INFO O| May 15 04:06:03.329 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80582025-05-15T04:06:03.834Z[ recovery-image] May 15 04:06:03.391 INFO O| May 15 04:06:03.391 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80592025-05-15T04:06:03.834Z[ recovery-image] May 15 04:06:03.391 INFO O| May 15 04:06:03.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80602025-05-15T04:06:03.860Z[ recovery-image] May 15 04:06:03.391 INFO O| May 15 04:06:03.391 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80612025-05-15T04:06:03.861Z[ recovery-image] May 15 04:06:03.409 INFO O| May 15 04:06:03.409 INFO boot environment UUID: 1440133c-b57b-4190-8928-a3633d527112
80622025-05-15T04:06:03.861Z[ recovery-image] May 15 04:06:03.409 INFO O| May 15 04:06:03.409 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1440133c-b57b-4190-8928-a3633d527112
80632025-05-15T04:06:03.886Z[ recovery-image] May 15 04:06:03.428 INFO O| May 15 04:06:03.428 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80642025-05-15T04:06:03.912Z[ recovery-image] May 15 04:06:03.448 INFO O| May 15 04:06:03.448 INFO STEP 0 (create_be) COMPLETE
80652025-05-15T04:06:03.912Z[ recovery-image] May 15 04:06:03.448 INFO O| May 15 04:06:03.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80662025-05-15T04:06:03.937Z[ recovery-image] May 15 04:06:03.474 INFO O| May 15 04:06:03.474 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"]
80672025-05-15T04:06:09.100Z[ recovery-image] May 15 04:06:08.658 INFO O| May 15 04:06:08.658 INFO STEP 1 (unpack_tar) COMPLETE
80682025-05-15T04:06:09.100Z[ recovery-image] May 15 04:06:08.658 INFO O| May 15 04:06:08.658 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692025-05-15T04:06:09.125Z[ recovery-image] May 15 04:06:08.676 INFO O| May 15 04:06:08.675 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80702025-05-15T04:06:09.261Z[ recovery-image] May 15 04:06:08.818 INFO O| May 15 04:06:08.818 INFO STEP 2 (devfsadm) COMPLETE
80712025-05-15T04:06:09.261Z[ recovery-image] May 15 04:06:08.818 INFO O| May 15 04:06:08.818 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80722025-05-15T04:06:09.287Z[ recovery-image] May 15 04:06:08.838 INFO O| May 15 04:06:08.838 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80732025-05-15T04:06:09.287Z[ recovery-image] May 15 04:06:08.839 INFO O| May 15 04:06:08.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80742025-05-15T04:06:09.287Z[ recovery-image] May 15 04:06:08.839 INFO O| May 15 04:06:08.839 INFO STEP 3 (ensure_dir) COMPLETE
80752025-05-15T04:06:09.287Z[ recovery-image] May 15 04:06:08.839 INFO O| May 15 04:06:08.839 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762025-05-15T04:06:09.312Z[ recovery-image] May 15 04:06:08.857 INFO O| May 15 04:06:08.857 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80772025-05-15T04:06:09.312Z[ recovery-image] May 15 04:06:08.857 INFO O| May 15 04:06:08.857 INFO STEP 4 (ensure_dir) COMPLETE
80782025-05-15T04:06:09.312Z[ recovery-image] May 15 04:06:08.857 INFO O| May 15 04:06:08.857 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.873 INFO O| May 15 04:06:08.873 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80802025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.873 INFO O| May 15 04:06:08.873 INFO STEP 5 (ensure_dir) COMPLETE
80812025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.873 INFO O| May 15 04:06:08.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.888 INFO O| May 15 04:06:08.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80832025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.888 INFO O| May 15 04:06:08.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80842025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.888 INFO O| May 15 04:06:08.888 INFO STEP 6 (ensure_dir) COMPLETE
80852025-05-15T04:06:09.337Z[ recovery-image] May 15 04:06:08.888 INFO O| May 15 04:06:08.888 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80862025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.903 INFO O| May 15 04:06:08.903 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80872025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.903 INFO O| May 15 04:06:08.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80882025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.903 INFO O| May 15 04:06:08.903 INFO STEP 7 (ensure_dir) COMPLETE
80892025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.903 INFO O| May 15 04:06:08.903 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.918 INFO O| May 15 04:06:08.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80912025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.918 INFO O| May 15 04:06:08.918 INFO STEP 8 (remove_files) COMPLETE
80922025-05-15T04:06:09.363Z[ recovery-image] May 15 04:06:08.918 INFO O| May 15 04:06:08.918 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932025-05-15T04:06:09.388Z[ recovery-image] May 15 04:06:08.933 INFO O| May 15 04:06:08.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80942025-05-15T04:06:09.388Z[ recovery-image] May 15 04:06:08.934 INFO O| May 15 04:06:08.934 INFO STEP 9 (remove_files) COMPLETE
80952025-05-15T04:06:09.388Z[ recovery-image] May 15 04:06:08.934 INFO O| May 15 04:06:08.934 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80962025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.948 INFO O| May 15 04:06:08.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80972025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.949 INFO O| May 15 04:06:08.949 INFO STEP 10 (remove_files) COMPLETE
80982025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.949 INFO O| May 15 04:06:08.949 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80992025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.964 INFO O| May 15 04:06:08.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81002025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.964 INFO O| May 15 04:06:08.964 INFO STEP 11 (remove_files) COMPLETE
81012025-05-15T04:06:09.413Z[ recovery-image] May 15 04:06:08.964 INFO O| May 15 04:06:08.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81022025-05-15T04:06:09.438Z[ recovery-image] May 15 04:06:08.978 INFO O| May 15 04:06:08.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81032025-05-15T04:06:09.438Z[ recovery-image] May 15 04:06:08.978 INFO O| May 15 04:06:08.978 INFO STEP 12 (remove_files) COMPLETE
81042025-05-15T04:06:09.438Z[ recovery-image] May 15 04:06:08.978 INFO O| May 15 04:06:08.978 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81052025-05-15T04:06:09.463Z[ recovery-image] May 15 04:06:08.997 INFO O| May 15 04:06:08.997 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81062025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:08.997 INFO O| May 15 04:06:08.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81072025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:08.997 INFO O| May 15 04:06:08.997 INFO STEP 13 (ensure_dir) COMPLETE
81082025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:08.997 INFO O| May 15 04:06:08.997 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81092025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:09.012 INFO O| May 15 04:06:09.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81102025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:09.012 INFO O| May 15 04:06:09.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81112025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:09.012 INFO O| May 15 04:06:09.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81122025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:09.012 INFO O| May 15 04:06:09.012 INFO STEP 14 (ensure_dir) COMPLETE
81132025-05-15T04:06:09.464Z[ recovery-image] May 15 04:06:09.012 INFO O| May 15 04:06:09.012 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81142025-05-15T04:06:09.490Z[ recovery-image] May 15 04:06:09.034 INFO O| May 15 04:06:09.034 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81152025-05-15T04:06:09.490Z[ recovery-image] May 15 04:06:09.034 INFO O| May 15 04:06:09.034 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81162025-05-15T04:06:09.490Z[ recovery-image] May 15 04:06:09.034 INFO O| May 15 04:06:09.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81172025-05-15T04:06:09.491Z[ recovery-image] May 15 04:06:09.034 INFO O| May 15 04:06:09.034 INFO STEP 15 (ensure_dir) COMPLETE
81182025-05-15T04:06:09.491Z[ recovery-image] May 15 04:06:09.034 INFO O| May 15 04:06:09.034 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81192025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.052 INFO O| May 15 04:06:09.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81202025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.052 INFO O| May 15 04:06:09.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81212025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.052 INFO O| May 15 04:06:09.052 INFO STEP 16 (ensure_dir) COMPLETE
81222025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.053 INFO O| May 15 04:06:09.052 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81232025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.073 INFO O| May 15 04:06:09.073 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81242025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.073 INFO O| May 15 04:06:09.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81252025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.073 INFO O| May 15 04:06:09.073 INFO STEP 17 (ensure_dir) COMPLETE
81262025-05-15T04:06:09.516Z[ recovery-image] May 15 04:06:09.073 INFO O| May 15 04:06:09.073 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81272025-05-15T04:06:09.541Z[ recovery-image] May 15 04:06:09.090 INFO O| May 15 04:06:09.089 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81282025-05-15T04:06:09.541Z[ recovery-image] May 15 04:06:09.090 INFO O| May 15 04:06:09.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81292025-05-15T04:06:09.542Z[ recovery-image] May 15 04:06:09.090 INFO O| May 15 04:06:09.090 INFO ok!
81302025-05-15T04:06:09.542Z[ recovery-image] May 15 04:06:09.090 INFO O| May 15 04:06:09.090 INFO STEP 18 (ensure_symlink) COMPLETE
81312025-05-15T04:06:09.542Z[ recovery-image] May 15 04:06:09.090 INFO O| May 15 04:06:09.090 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81322025-05-15T04:06:09.567Z[ recovery-image] May 15 04:06:09.105 INFO O| May 15 04:06:09.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81332025-05-15T04:06:09.567Z[ recovery-image] May 15 04:06:09.105 INFO O| May 15 04:06:09.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81342025-05-15T04:06:09.567Z[ recovery-image] May 15 04:06:09.105 INFO O| May 15 04:06:09.105 INFO ok!
81352025-05-15T04:06:09.567Z[ recovery-image] May 15 04:06:09.105 INFO O| May 15 04:06:09.105 INFO STEP 19 (ensure_file) COMPLETE
81362025-05-15T04:06:09.567Z[ recovery-image] May 15 04:06:09.105 INFO O| May 15 04:06:09.105 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81372025-05-15T04:06:09.592Z[ recovery-image] May 15 04:06:09.125 INFO O| May 15 04:06:09.125 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81382025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.126 INFO O| May 15 04:06:09.125 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81392025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.126 INFO O| May 15 04:06:09.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81402025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.126 INFO O| May 15 04:06:09.126 INFO ok!
81412025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.126 INFO O| May 15 04:06:09.126 INFO STEP 20 (ensure_symlink) COMPLETE
81422025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.126 INFO O| May 15 04:06:09.126 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81432025-05-15T04:06:09.593Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81442025-05-15T04:06:09.594Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81452025-05-15T04:06:09.594Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81462025-05-15T04:06:09.594Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO ok!
81472025-05-15T04:06:09.594Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO STEP 21 (ensure_symlink) COMPLETE
81482025-05-15T04:06:09.594Z[ recovery-image] May 15 04:06:09.143 INFO O| May 15 04:06:09.143 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81492025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81502025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81512025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81522025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO ok!
81532025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO STEP 22 (ensure_symlink) COMPLETE
81542025-05-15T04:06:09.619Z[ recovery-image] May 15 04:06:09.161 INFO O| May 15 04:06:09.161 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81552025-05-15T04:06:09.644Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81562025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81572025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81582025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO ok!
81592025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO STEP 23 (ensure_symlink) COMPLETE
81602025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.178 INFO O| May 15 04:06:09.178 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81612025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.199 INFO O| May 15 04:06:09.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81622025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.200 INFO O| May 15 04:06:09.199 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 ...
81632025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.200 INFO O| May 15 04:06:09.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81642025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.200 INFO O| May 15 04:06:09.200 INFO ok!
81652025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.200 INFO O| May 15 04:06:09.200 INFO STEP 24 (ensure_file) COMPLETE
81662025-05-15T04:06:09.645Z[ recovery-image] May 15 04:06:09.200 INFO O| May 15 04:06:09.200 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672025-05-15T04:06:09.670Z[ recovery-image] May 15 04:06:09.218 INFO O| May 15 04:06:09.218 INFO updating shadow file
81682025-05-15T04:06:09.670Z[ recovery-image] May 15 04:06:09.218 INFO O| May 15 04:06:09.218 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81692025-05-15T04:06:09.670Z[ recovery-image] May 15 04:06:09.218 INFO O| May 15 04:06:09.218 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81702025-05-15T04:06:09.670Z[ recovery-image] May 15 04:06:09.218 INFO O| May 15 04:06:09.218 INFO STEP 25 (shadow) COMPLETE
81712025-05-15T04:06:09.670Z[ recovery-image] May 15 04:06:09.218 INFO O| May 15 04:06:09.218 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81722025-05-15T04:06:09.695Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81732025-05-15T04:06:09.695Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81742025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81752025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 INFO ok!
81762025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 INFO STEP 26 (ensure_file) COMPLETE
81772025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.234 INFO O| May 15 04:06:09.234 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81782025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81792025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81802025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81812025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO ok!
81822025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO STEP 27 (ensure_file) COMPLETE
81832025-05-15T04:06:09.696Z[ recovery-image] May 15 04:06:09.248 INFO O| May 15 04:06:09.248 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81842025-05-15T04:06:09.721Z[ recovery-image] May 15 04:06:09.268 INFO O| May 15 04:06:09.268 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81852025-05-15T04:06:09.721Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81862025-05-15T04:06:09.721Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81872025-05-15T04:06:09.721Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81882025-05-15T04:06:09.721Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO ok!
81892025-05-15T04:06:09.726Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO STEP 28 (ensure_file) COMPLETE
81902025-05-15T04:06:09.726Z[ recovery-image] May 15 04:06:09.269 INFO O| May 15 04:06:09.269 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81912025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.284 INFO O| May 15 04:06:09.284 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81922025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.284 INFO O| May 15 04:06:09.284 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81932025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.284 INFO O| May 15 04:06:09.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81942025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.285 INFO O| May 15 04:06:09.284 INFO ok!
81952025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.285 INFO O| May 15 04:06:09.284 INFO STEP 29 (ensure_file) COMPLETE
81962025-05-15T04:06:09.751Z[ recovery-image] May 15 04:06:09.285 INFO O| May 15 04:06:09.284 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81972025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81982025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81992025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82002025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO ok!
82012025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO STEP 30 (ensure_file) COMPLETE
82022025-05-15T04:06:09.752Z[ recovery-image] May 15 04:06:09.299 INFO O| May 15 04:06:09.299 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82032025-05-15T04:06:09.777Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82042025-05-15T04:06:09.777Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82052025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82062025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82072025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO ok!
82082025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO STEP 31 (ensure_file) COMPLETE
82092025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.314 INFO O| May 15 04:06:09.314 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82102025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82112025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82122025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82132025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 INFO ok!
82142025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 INFO STEP 32 (ensure_file) COMPLETE
82152025-05-15T04:06:09.778Z[ recovery-image] May 15 04:06:09.330 INFO O| May 15 04:06:09.330 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82162025-05-15T04:06:09.804Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82172025-05-15T04:06:09.804Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82182025-05-15T04:06:09.805Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82192025-05-15T04:06:09.805Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 INFO ok!
82202025-05-15T04:06:09.805Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 INFO STEP 33 (ensure_file) COMPLETE
82212025-05-15T04:06:09.805Z[ recovery-image] May 15 04:06:09.349 INFO O| May 15 04:06:09.349 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82222025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82232025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82242025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82252025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82262025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82272025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82282025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO ok!
82292025-05-15T04:06:09.830Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO STEP 34 (ensure_file) COMPLETE
82302025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.367 INFO O| May 15 04:06:09.367 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82312025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.384 INFO O| May 15 04:06:09.384 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82322025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.385 INFO O| May 15 04:06:09.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82332025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.385 INFO O| May 15 04:06:09.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82342025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.385 INFO O| May 15 04:06:09.385 INFO STEP 35 (ensure_dir) COMPLETE
82352025-05-15T04:06:09.831Z[ recovery-image] May 15 04:06:09.385 INFO O| May 15 04:06:09.385 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82362025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.405 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
82372025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 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 ...
82382025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 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
82392025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 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
82402025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 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
82412025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 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
82422025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 INFO ok!
82432025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 INFO STEP 36 (ensure_file) COMPLETE
82442025-05-15T04:06:09.857Z[ recovery-image] May 15 04:06:09.406 INFO O| May 15 04:06:09.406 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82452025-05-15T04:06:09.882Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82462025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 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 ...
82472025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82482025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 INFO ok!
82492025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 INFO STEP 37 (ensure_symlink) COMPLETE
82502025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.421 INFO O| May 15 04:06:09.421 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82512025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.435 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82522025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82532025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82542025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82552025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82562025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82572025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO ok!
82582025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO STEP 38 (ensure_file) COMPLETE
82592025-05-15T04:06:09.884Z[ recovery-image] May 15 04:06:09.436 INFO O| May 15 04:06:09.436 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82602025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82612025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 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 ...
82622025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 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
82632025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82642025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 INFO ok!
82652025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 INFO STEP 39 (ensure_file) COMPLETE
82662025-05-15T04:06:09.910Z[ recovery-image] May 15 04:06:09.451 INFO O| May 15 04:06:09.451 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82672025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.473 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82682025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.474 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82692025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82702025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.474 INFO ok!
82712025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.474 INFO STEP 40 (ensure_file) COMPLETE
82722025-05-15T04:06:09.935Z[ recovery-image] May 15 04:06:09.474 INFO O| May 15 04:06:09.474 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82732025-05-15T04:06:09.960Z[ recovery-image] May 15 04:06:09.493 INFO O| May 15 04:06:09.493 INFO updating shadow file
82742025-05-15T04:06:09.960Z[ recovery-image] May 15 04:06:09.493 INFO O| May 15 04:06:09.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82752025-05-15T04:06:09.960Z[ recovery-image] May 15 04:06:09.493 INFO O| May 15 04:06:09.493 INFO STEP 41 (shadow) COMPLETE
82762025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.493 INFO O| May 15 04:06:09.493 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82772025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82782025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82792025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82802025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82812025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO ok!
82822025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO STEP 42 (ensure_file) COMPLETE
82832025-05-15T04:06:09.961Z[ recovery-image] May 15 04:06:09.510 INFO O| May 15 04:06:09.510 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842025-05-15T04:06:09.986Z[ recovery-image] May 15 04:06:09.526 INFO O| May 15 04:06:09.526 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82852025-05-15T04:06:09.986Z[ recovery-image] May 15 04:06:09.526 INFO O| May 15 04:06:09.526 INFO STEP 43 (ensure_dir) COMPLETE
82862025-05-15T04:06:09.986Z[ recovery-image] May 15 04:06:09.526 INFO O| May 15 04:06:09.526 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872025-05-15T04:06:10.011Z[ recovery-image] May 15 04:06:09.546 INFO O| May 15 04:06:09.546 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82882025-05-15T04:06:10.011Z[ recovery-image] May 15 04:06:09.546 INFO O| May 15 04:06:09.546 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82892025-05-15T04:06:10.011Z[ recovery-image] May 15 04:06:09.546 INFO O| May 15 04:06:09.546 INFO STEP 44 (ensure_dir) COMPLETE
82902025-05-15T04:06:10.012Z[ recovery-image] May 15 04:06:09.546 INFO O| May 15 04:06:09.546 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82912025-05-15T04:06:10.012Z[ recovery-image] May 15 04:06:09.561 INFO O| May 15 04:06:09.561 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82922025-05-15T04:06:10.012Z[ recovery-image] May 15 04:06:09.561 INFO O| May 15 04:06:09.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82932025-05-15T04:06:10.012Z[ recovery-image] May 15 04:06:09.561 INFO O| May 15 04:06:09.561 INFO STEP 45 (ensure_dir) COMPLETE
82942025-05-15T04:06:10.012Z[ recovery-image] May 15 04:06:09.561 INFO O| May 15 04:06:09.561 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952025-05-15T04:06:10.037Z[ recovery-image] May 15 04:06:09.577 INFO O| May 15 04:06:09.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82962025-05-15T04:06:10.038Z[ recovery-image] May 15 04:06:09.577 INFO O| May 15 04:06:09.577 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82972025-05-15T04:06:10.073Z[ recovery-image] May 15 04:06:09.630 INFO O| May 15 04:06:09.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82982025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.631 INFO O| May 15 04:06:09.630 INFO ok!
82992025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.631 INFO O| May 15 04:06:09.630 INFO STEP 46 (ensure_file) COMPLETE
83002025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.631 INFO O| May 15 04:06:09.630 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.655 INFO O| May 15 04:06:09.655 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83022025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.656 INFO O| May 15 04:06:09.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83032025-05-15T04:06:10.098Z[ recovery-image] May 15 04:06:09.656 INFO O| May 15 04:06:09.656 INFO STEP 47 (ensure_dir) COMPLETE
83042025-05-15T04:06:10.123Z[ recovery-image] May 15 04:06:09.656 INFO O| May 15 04:06:09.656 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052025-05-15T04:06:10.124Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83062025-05-15T04:06:10.125Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83072025-05-15T04:06:10.125Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83082025-05-15T04:06:10.125Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO ok!
83092025-05-15T04:06:10.125Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO STEP 48 (ensure_file) COMPLETE
83102025-05-15T04:06:10.125Z[ recovery-image] May 15 04:06:09.674 INFO O| May 15 04:06:09.674 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112025-05-15T04:06:10.150Z[ recovery-image] May 15 04:06:09.691 INFO O| May 15 04:06:09.691 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83122025-05-15T04:06:10.150Z[ recovery-image] May 15 04:06:09.691 INFO O| May 15 04:06:09.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83132025-05-15T04:06:10.150Z[ recovery-image] May 15 04:06:09.691 INFO O| May 15 04:06:09.691 INFO STEP 49 (ensure_dir) COMPLETE
83142025-05-15T04:06:10.150Z[ recovery-image] May 15 04:06:09.691 INFO O| May 15 04:06:09.691 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152025-05-15T04:06:10.175Z[ recovery-image] May 15 04:06:09.713 INFO O| May 15 04:06:09.713 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83162025-05-15T04:06:10.175Z[ recovery-image] May 15 04:06:09.713 INFO O| May 15 04:06:09.713 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83172025-05-15T04:06:11.213Z[ recovery-image] May 15 04:06:10.771 INFO O| May 15 04:06:10.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83182025-05-15T04:06:11.213Z[ recovery-image] May 15 04:06:10.771 INFO O| May 15 04:06:10.771 INFO ok!
83192025-05-15T04:06:11.239Z[ recovery-image] May 15 04:06:10.771 INFO O| May 15 04:06:10.771 INFO STEP 50 (ensure_file) COMPLETE
83202025-05-15T04:06:11.239Z[ recovery-image] May 15 04:06:10.771 INFO O| May 15 04:06:10.771 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212025-05-15T04:06:11.239Z[ recovery-image] May 15 04:06:10.793 INFO O| May 15 04:06:10.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83222025-05-15T04:06:11.239Z[ recovery-image] May 15 04:06:10.793 INFO O| May 15 04:06:10.793 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83232025-05-15T04:06:12.390Z[ recovery-image] May 15 04:06:11.947 INFO O| May 15 04:06:11.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83242025-05-15T04:06:12.390Z[ recovery-image] May 15 04:06:11.947 INFO O| May 15 04:06:11.947 INFO ok!
83252025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.947 INFO O| May 15 04:06:11.947 INFO STEP 51 (ensure_file) COMPLETE
83262025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.947 INFO O| May 15 04:06:11.947 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.970 INFO O| May 15 04:06:11.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83282025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.970 INFO O| May 15 04:06:11.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83292025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.970 INFO O| May 15 04:06:11.970 INFO STEP 52 (ensure_dir) COMPLETE
83302025-05-15T04:06:12.416Z[ recovery-image] May 15 04:06:11.970 INFO O| May 15 04:06:11.970 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83322025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 INFO copying /tmp/.tmprhdkHr/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 ...
83332025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 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
83342025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 INFO ok!
83352025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 INFO STEP 53 (ensure_file) COMPLETE
83362025-05-15T04:06:12.442Z[ recovery-image] May 15 04:06:11.990 INFO O| May 15 04:06:11.990 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372025-05-15T04:06:12.467Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83382025-05-15T04:06:12.467Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 INFO copying /tmp/.tmprhdkHr/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 ...
83392025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 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
83402025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 INFO ok!
83412025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 INFO STEP 54 (ensure_file) COMPLETE
83422025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.007 INFO O| May 15 04:06:12.007 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.023 INFO O| May 15 04:06:12.023 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83442025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.024 INFO O| May 15 04:06:12.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83452025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.024 INFO O| May 15 04:06:12.024 INFO STEP 55 (ensure_dir) COMPLETE
83462025-05-15T04:06:12.469Z[ recovery-image] May 15 04:06:12.024 INFO O| May 15 04:06:12.024 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83482025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO copying /tmp/.tmprhdkHr/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 ...
83492025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83502025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO ok!
83512025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO STEP 56 (ensure_file) COMPLETE
83522025-05-15T04:06:12.495Z[ recovery-image] May 15 04:06:12.046 INFO O| May 15 04:06:12.046 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532025-05-15T04:06:12.520Z[ recovery-image] May 15 04:06:12.070 INFO O| May 15 04:06:12.070 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83542025-05-15T04:06:12.521Z[ recovery-image] May 15 04:06:12.070 INFO O| May 15 04:06:12.070 INFO copying /tmp/.tmprhdkHr/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 ...
83552025-05-15T04:06:12.521Z[ recovery-image] May 15 04:06:12.071 INFO O| May 15 04:06:12.070 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
83562025-05-15T04:06:12.521Z[ recovery-image] May 15 04:06:12.071 INFO O| May 15 04:06:12.070 INFO ok!
83572025-05-15T04:06:12.521Z[ recovery-image] May 15 04:06:12.071 INFO O| May 15 04:06:12.070 INFO STEP 57 (ensure_file) COMPLETE
83582025-05-15T04:06:12.521Z[ recovery-image] May 15 04:06:12.071 INFO O| May 15 04:06:12.071 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592025-05-15T04:06:12.546Z[ recovery-image] May 15 04:06:12.088 INFO O| May 15 04:06:12.088 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83602025-05-15T04:06:12.546Z[ recovery-image] May 15 04:06:12.089 INFO O| May 15 04:06:12.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83612025-05-15T04:06:12.546Z[ recovery-image] May 15 04:06:12.089 INFO O| May 15 04:06:12.089 INFO STEP 58 (ensure_dir) COMPLETE
83622025-05-15T04:06:12.546Z[ recovery-image] May 15 04:06:12.089 INFO O| May 15 04:06:12.089 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83632025-05-15T04:06:12.572Z[ recovery-image] May 15 04:06:12.105 INFO O| May 15 04:06:12.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83642025-05-15T04:06:12.572Z[ recovery-image] May 15 04:06:12.105 INFO O| May 15 04:06:12.105 INFO copying /tmp/.tmprhdkHr/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 ...
83652025-05-15T04:06:12.572Z[ recovery-image] May 15 04:06:12.106 INFO O| May 15 04:06:12.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83662025-05-15T04:06:12.572Z[ recovery-image] May 15 04:06:12.106 INFO O| May 15 04:06:12.106 INFO ok!
83672025-05-15T04:06:12.572Z[ recovery-image] May 15 04:06:12.106 INFO O| May 15 04:06:12.106 INFO STEP 59 (ensure_file) COMPLETE
83682025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.106 INFO O| May 15 04:06:12.106 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83702025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.123 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83712025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83722025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.123 INFO ok!
83732025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.123 INFO STEP 60 (ensure_file) COMPLETE
83742025-05-15T04:06:12.573Z[ recovery-image] May 15 04:06:12.123 INFO O| May 15 04:06:12.123 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83752025-05-15T04:06:12.598Z[ recovery-image] May 15 04:06:12.139 INFO O| May 15 04:06:12.139 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83762025-05-15T04:06:12.598Z[ recovery-image] May 15 04:06:12.139 INFO O| May 15 04:06:12.139 INFO STEP 61 (ensure_dir) COMPLETE
83772025-05-15T04:06:12.598Z[ recovery-image] May 15 04:06:12.139 INFO O| May 15 04:06:12.139 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83782025-05-15T04:06:12.598Z[ recovery-image] May 15 04:06:12.155 INFO O| May 15 04:06:12.155 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83792025-05-15T04:06:12.598Z[ recovery-image] May 15 04:06:12.155 INFO O| May 15 04:06:12.155 INFO STEP 62 (ensure_dir) COMPLETE
83802025-05-15T04:06:12.599Z[ recovery-image] May 15 04:06:12.155 INFO O| May 15 04:06:12.155 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83812025-05-15T04:06:12.624Z[ recovery-image] May 15 04:06:12.172 INFO O| May 15 04:06:12.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83822025-05-15T04:06:12.624Z[ recovery-image] May 15 04:06:12.172 INFO O| May 15 04:06:12.172 INFO STEP 63 (ensure_dir) COMPLETE
83832025-05-15T04:06:12.624Z[ recovery-image] May 15 04:06:12.172 INFO O| May 15 04:06:12.172 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83842025-05-15T04:06:12.649Z[ recovery-image] May 15 04:06:12.188 INFO O| May 15 04:06:12.188 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83852025-05-15T04:06:12.649Z[ recovery-image] May 15 04:06:12.188 INFO O| May 15 04:06:12.188 INFO STEP 64 (ensure_dir) COMPLETE
83862025-05-15T04:06:12.649Z[ recovery-image] May 15 04:06:12.188 INFO O| May 15 04:06:12.188 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83872025-05-15T04:06:12.649Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.204 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83882025-05-15T04:06:12.650Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.204 INFO copying /tmp/.tmprhdkHr/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83892025-05-15T04:06:12.650Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83902025-05-15T04:06:12.650Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.205 INFO ok!
83912025-05-15T04:06:12.650Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.205 INFO STEP 65 (ensure_file) COMPLETE
83922025-05-15T04:06:12.650Z[ recovery-image] May 15 04:06:12.205 INFO O| May 15 04:06:12.205 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932025-05-15T04:06:12.675Z[ recovery-image] May 15 04:06:12.228 INFO O| May 15 04:06:12.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83942025-05-15T04:06:12.675Z[ recovery-image] May 15 04:06:12.228 INFO O| May 15 04:06:12.228 INFO STEP 66 (remove_files) COMPLETE
83952025-05-15T04:06:12.675Z[ recovery-image] May 15 04:06:12.228 INFO O| May 15 04:06:12.228 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962025-05-15T04:06:12.700Z[ recovery-image] May 15 04:06:12.250 INFO O| May 15 04:06:12.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83972025-05-15T04:06:12.700Z[ recovery-image] May 15 04:06:12.250 INFO O| May 15 04:06:12.250 INFO STEP 67 (remove_files) COMPLETE
83982025-05-15T04:06:12.701Z[ recovery-image] May 15 04:06:12.250 INFO O| May 15 04:06:12.250 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992025-05-15T04:06:12.726Z[ recovery-image] May 15 04:06:12.270 INFO O| May 15 04:06:12.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84002025-05-15T04:06:12.726Z[ recovery-image] May 15 04:06:12.271 INFO O| May 15 04:06:12.270 INFO STEP 68 (remove_files) COMPLETE
84012025-05-15T04:06:12.726Z[ recovery-image] May 15 04:06:12.271 INFO O| May 15 04:06:12.270 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.290 INFO O| May 15 04:06:12.289 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84032025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.290 INFO O| May 15 04:06:12.290 INFO STEP 69 (remove_files) COMPLETE
84042025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.290 INFO O| May 15 04:06:12.290 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.309 INFO O| May 15 04:06:12.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84062025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.309 INFO O| May 15 04:06:12.309 INFO STEP 70 (remove_files) COMPLETE
84072025-05-15T04:06:12.751Z[ recovery-image] May 15 04:06:12.309 INFO O| May 15 04:06:12.309 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082025-05-15T04:06:12.776Z[ recovery-image] May 15 04:06:12.329 INFO O| May 15 04:06:12.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84092025-05-15T04:06:12.777Z[ recovery-image] May 15 04:06:12.329 INFO O| May 15 04:06:12.329 INFO STEP 71 (remove_files) COMPLETE
84102025-05-15T04:06:12.777Z[ recovery-image] May 15 04:06:12.329 INFO O| May 15 04:06:12.329 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112025-05-15T04:06:12.802Z[ recovery-image] May 15 04:06:12.353 INFO O| May 15 04:06:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84122025-05-15T04:06:12.802Z[ recovery-image] May 15 04:06:12.354 INFO O| May 15 04:06:12.354 INFO STEP 72 (remove_files) COMPLETE
84132025-05-15T04:06:12.802Z[ recovery-image] May 15 04:06:12.354 INFO O| May 15 04:06:12.354 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142025-05-15T04:06:12.828Z[ recovery-image] May 15 04:06:12.376 INFO O| May 15 04:06:12.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84152025-05-15T04:06:12.828Z[ recovery-image] May 15 04:06:12.376 INFO O| May 15 04:06:12.376 INFO STEP 73 (remove_files) COMPLETE
84162025-05-15T04:06:12.828Z[ recovery-image] May 15 04:06:12.376 INFO O| May 15 04:06:12.376 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.395 INFO O| May 15 04:06:12.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84182025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.395 INFO O| May 15 04:06:12.395 INFO STEP 74 (remove_files) COMPLETE
84192025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.395 INFO O| May 15 04:06:12.395 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.409 INFO O| May 15 04:06:12.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84212025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.409 INFO O| May 15 04:06:12.409 INFO STEP 75 (remove_files) COMPLETE
84222025-05-15T04:06:12.853Z[ recovery-image] May 15 04:06:12.409 INFO O| May 15 04:06:12.409 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232025-05-15T04:06:12.878Z[ recovery-image] May 15 04:06:12.424 INFO O| May 15 04:06:12.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84242025-05-15T04:06:12.878Z[ recovery-image] May 15 04:06:12.424 INFO O| May 15 04:06:12.424 INFO STEP 76 (remove_files) COMPLETE
84252025-05-15T04:06:12.878Z[ recovery-image] May 15 04:06:12.424 INFO O| May 15 04:06:12.424 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.438 INFO O| May 15 04:06:12.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84272025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.438 INFO O| May 15 04:06:12.438 INFO STEP 77 (remove_files) COMPLETE
84282025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.438 INFO O| May 15 04:06:12.438 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.453 INFO O| May 15 04:06:12.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84302025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.453 INFO O| May 15 04:06:12.453 INFO STEP 78 (remove_files) COMPLETE
84312025-05-15T04:06:12.904Z[ recovery-image] May 15 04:06:12.454 INFO O| May 15 04:06:12.453 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.470 INFO O| May 15 04:06:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84332025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.470 INFO O| May 15 04:06:12.470 INFO STEP 79 (remove_files) COMPLETE
84342025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.470 INFO O| May 15 04:06:12.470 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.487 INFO O| May 15 04:06:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84362025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.487 INFO O| May 15 04:06:12.487 INFO STEP 80 (remove_files) COMPLETE
84372025-05-15T04:06:12.930Z[ recovery-image] May 15 04:06:12.487 INFO O| May 15 04:06:12.487 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382025-05-15T04:06:12.955Z[ recovery-image] May 15 04:06:12.510 INFO O| May 15 04:06:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84392025-05-15T04:06:12.955Z[ recovery-image] May 15 04:06:12.510 INFO O| May 15 04:06:12.510 INFO STEP 81 (remove_files) COMPLETE
84402025-05-15T04:06:12.956Z[ recovery-image] May 15 04:06:12.510 INFO O| May 15 04:06:12.510 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412025-05-15T04:06:12.981Z[ recovery-image] May 15 04:06:12.530 INFO O| May 15 04:06:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84422025-05-15T04:06:12.981Z[ recovery-image] May 15 04:06:12.531 INFO O| May 15 04:06:12.531 INFO STEP 82 (remove_files) COMPLETE
84432025-05-15T04:06:12.981Z[ recovery-image] May 15 04:06:12.531 INFO O| May 15 04:06:12.531 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442025-05-15T04:06:13.006Z[ recovery-image] May 15 04:06:12.554 INFO O| May 15 04:06:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84452025-05-15T04:06:13.006Z[ recovery-image] May 15 04:06:12.554 INFO O| May 15 04:06:12.554 INFO STEP 83 (remove_files) COMPLETE
84462025-05-15T04:06:13.006Z[ recovery-image] May 15 04:06:12.554 INFO O| May 15 04:06:12.554 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472025-05-15T04:06:13.031Z[ recovery-image] May 15 04:06:12.573 INFO O| May 15 04:06:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84482025-05-15T04:06:13.031Z[ recovery-image] May 15 04:06:12.573 INFO O| May 15 04:06:12.573 INFO STEP 84 (remove_files) COMPLETE
84492025-05-15T04:06:13.031Z[ recovery-image] May 15 04:06:12.573 INFO O| May 15 04:06:12.573 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502025-05-15T04:06:13.056Z[ recovery-image] May 15 04:06:12.596 INFO O| May 15 04:06:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84512025-05-15T04:06:13.056Z[ recovery-image] May 15 04:06:12.596 INFO O| May 15 04:06:12.596 INFO STEP 85 (remove_files) COMPLETE
84522025-05-15T04:06:13.056Z[ recovery-image] May 15 04:06:12.596 INFO O| May 15 04:06:12.596 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532025-05-15T04:06:13.081Z[ recovery-image] May 15 04:06:12.617 INFO O| May 15 04:06:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84542025-05-15T04:06:13.082Z[ recovery-image] May 15 04:06:12.617 INFO O| May 15 04:06:12.617 INFO STEP 86 (remove_files) COMPLETE
84552025-05-15T04:06:13.082Z[ recovery-image] May 15 04:06:12.617 INFO O| May 15 04:06:12.617 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.637 INFO O| May 15 04:06:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84572025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.638 INFO O| May 15 04:06:12.638 INFO STEP 87 (remove_files) COMPLETE
84582025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.638 INFO O| May 15 04:06:12.638 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.655 INFO O| May 15 04:06:12.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84602025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.655 INFO O| May 15 04:06:12.655 INFO STEP 88 (remove_files) COMPLETE
84612025-05-15T04:06:13.107Z[ recovery-image] May 15 04:06:12.655 INFO O| May 15 04:06:12.655 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622025-05-15T04:06:13.132Z[ recovery-image] May 15 04:06:12.670 INFO O| May 15 04:06:12.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84632025-05-15T04:06:13.132Z[ recovery-image] May 15 04:06:12.670 INFO O| May 15 04:06:12.670 INFO STEP 89 (remove_files) COMPLETE
84642025-05-15T04:06:13.132Z[ recovery-image] May 15 04:06:12.670 INFO O| May 15 04:06:12.670 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84652025-05-15T04:06:13.132Z[ recovery-image] May 15 04:06:12.684 INFO O| May 15 04:06:12.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84662025-05-15T04:06:13.133Z[ recovery-image] May 15 04:06:12.684 INFO O| May 15 04:06:12.684 INFO STEP 90 (remove_files) COMPLETE
84672025-05-15T04:06:13.133Z[ recovery-image] May 15 04:06:12.684 INFO O| May 15 04:06:12.684 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84682025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.698 INFO O| May 15 04:06:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84692025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.698 INFO O| May 15 04:06:12.698 INFO STEP 91 (remove_files) COMPLETE
84702025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.698 INFO O| May 15 04:06:12.698 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84712025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.711 INFO O| May 15 04:06:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84722025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.711 INFO O| May 15 04:06:12.711 INFO STEP 92 (remove_files) COMPLETE
84732025-05-15T04:06:13.158Z[ recovery-image] May 15 04:06:12.711 INFO O| May 15 04:06:12.711 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84742025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.725 INFO O| May 15 04:06:12.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84752025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.725 INFO O| May 15 04:06:12.725 INFO STEP 93 (remove_files) COMPLETE
84762025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.725 INFO O| May 15 04:06:12.725 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84772025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.740 INFO O| May 15 04:06:12.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84782025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.740 INFO O| May 15 04:06:12.740 INFO STEP 94 (remove_files) COMPLETE
84792025-05-15T04:06:13.184Z[ recovery-image] May 15 04:06:12.740 INFO O| May 15 04:06:12.740 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84802025-05-15T04:06:13.209Z[ recovery-image] May 15 04:06:12.762 INFO O| May 15 04:06:12.762 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84812025-05-15T04:06:13.209Z[ recovery-image] May 15 04:06:12.763 INFO O| May 15 04:06:12.762 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
84822025-05-15T04:06:17.431Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23359:20250425T223755Z
84832025-05-15T04:06:17.431Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23359:20250425T223755Z
84842025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84852025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84862025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84872025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.989 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84882025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.990 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84892025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.990 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84902025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.992 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0:20250515T032939Z
84912025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.992 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84922025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.992 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84932025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.992 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23359:20250425T223755Z
84942025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.993 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23359:20250425T223756Z
84952025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.994 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23359:20250425T223756Z
84962025-05-15T04:06:17.479Z[ host-image] May 15 04:06:16.995 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23359:20250425T223756Z
84972025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.995 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84982025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.995 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23359:20250425T223756Z
84992025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23359:20250425T223757Z
85002025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23359:20250425T223757Z
85012025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23359:20250425T223757Z
85022025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23359:20250425T223758Z
85032025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23359:20250425T223758Z
85042025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.996 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23359:20250425T223758Z
85052025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23359:20250425T223758Z
85062025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23359:20250425T223759Z
85072025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23359:20250425T223759Z
85082025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23359:20250425T223800Z
85092025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23359:20250425T223800Z
85102025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23359:20250425T223802Z
85112025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.997 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23359:20250425T223803Z
85122025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.998 INFO O| install = pkg://helios-dev/driver/network/opte@0.35.364:20250508T212537Z
85132025-05-15T04:06:17.480Z[ host-image] May 15 04:06:16.998 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23359:20250425T223804Z
85142025-05-15T04:06:17.481Z[ host-image] May 15 04:06:16.998 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23359:20250425T223806Z
85152025-05-15T04:06:17.481Z[ host-image] May 15 04:06:16.998 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23359:20250425T223807Z
85162025-05-15T04:06:17.481Z[ host-image] May 15 04:06:16.998 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23359:20250425T223807Z
85172025-05-15T04:06:17.482Z[ host-image] May 15 04:06:16.999 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23359:20250425T223809Z
85182025-05-15T04:06:17.482Z[ host-image] May 15 04:06:16.999 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23359:20250425T223809Z
85192025-05-15T04:06:17.482Z[ host-image] May 15 04:06:17.007 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
85202025-05-15T04:06:17.482Z[ host-image] May 15 04:06:17.007 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23359:20250425T223809Z
85212025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.007 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
85222025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.007 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85232025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.008 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85242025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.008 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23359:20250425T223809Z
85252025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.008 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85262025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.009 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85272025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.009 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85282025-05-15T04:06:17.483Z[ host-image] May 15 04:06:17.010 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85292025-05-15T04:06:17.508Z[ host-image] May 15 04:06:17.026 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85302025-05-15T04:06:17.508Z[ host-image] May 15 04:06:17.026 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85312025-05-15T04:06:17.508Z[ host-image] May 15 04:06:17.026 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85322025-05-15T04:06:17.508Z[ host-image] May 15 04:06:17.027 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85332025-05-15T04:06:17.508Z[ host-image] May 15 04:06:17.028 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85342025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.028 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85352025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.061 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85362025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.061 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85372025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.061 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85382025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23359:20250425T223811Z
85392025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23359:20250425T223817Z
85402025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85412025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23359:20250425T223817Z
85422025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85432025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.062 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85442025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.063 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
85452025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.063 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85462025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.063 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23359:20250425T223817Z
85472025-05-15T04:06:17.509Z[ host-image] May 15 04:06:17.063 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85482025-05-15T04:06:17.534Z[ host-image] May 15 04:06:17.067 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85492025-05-15T04:06:17.534Z[ host-image] May 15 04:06:17.067 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85502025-05-15T04:06:17.535Z[ host-image] May 15 04:06:17.067 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85512025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.067 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23359:20250425T223818Z
85522025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.067 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85532025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.080 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85542025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.080 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23359:20250425T223818Z
85552025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.082 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23359:20250425T223819Z
85562025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.082 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23359:20250425T223819Z
85572025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.083 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
85582025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.083 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23359:20250425T223820Z
85592025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.083 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23359:20250425T223820Z
85602025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.084 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23359:20250425T223820Z
85612025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.084 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23359:20250425T223820Z
85622025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.087 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85632025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.087 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23359:20250425T223821Z
85642025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.088 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23359:20250425T223822Z
85652025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.088 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85662025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.088 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23359:20250425T223822Z
85672025-05-15T04:06:17.536Z[ host-image] May 15 04:06:17.088 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23359:20250425T223823Z
85682025-05-15T04:06:17.537Z[ host-image] May 15 04:06:17.088 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23359:20250425T223823Z
85692025-05-15T04:06:17.537Z[ host-image] May 15 04:06:17.089 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23359:20250425T223823Z
85702025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.096 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23359:20250425T223823Z
85712025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.096 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85722025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.098 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23359:20250425T223823Z
85732025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.099 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23359:20250425T223823Z
85742025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.099 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23359:20250425T223823Z
85752025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.099 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23359:20250425T223823Z
85762025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.100 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23359:20250425T223824Z
85772025-05-15T04:06:17.562Z[ host-image] May 15 04:06:17.100 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23359:20250425T223824Z
85782025-05-15T04:06:17.563Z[ host-image] May 15 04:06:17.109 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23359:20250425T223825Z
85792025-05-15T04:06:17.563Z[ host-image] May 15 04:06:17.109 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23359:20250425T223825Z
85802025-05-15T04:06:17.563Z[ host-image] May 15 04:06:17.109 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23359:20250425T223825Z
85812025-05-15T04:06:17.563Z[ host-image] May 15 04:06:17.110 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23359:20250425T223825Z
85822025-05-15T04:06:17.563Z[ host-image] May 15 04:06:17.110 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23359:20250425T223825Z
85832025-05-15T04:06:17.587Z[ host-image] May 15 04:06:17.129 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23359:20250425T223828Z
85842025-05-15T04:06:17.588Z[ host-image] May 15 04:06:17.129 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23359:20250425T223825Z
85852025-05-15T04:06:17.588Z[ host-image] May 15 04:06:17.129 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23359:20250425T223826Z
85862025-05-15T04:06:17.588Z[ host-image] May 15 04:06:17.129 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85872025-05-15T04:06:17.588Z[ host-image] May 15 04:06:17.130 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85882025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.154 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23359:20250425T223826Z
85892025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.155 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85902025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.155 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23359:20250425T223826Z
85912025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.155 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23359:20250425T223826Z
85922025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.156 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23359:20250425T223826Z
85932025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.156 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85942025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.157 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85952025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.157 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23359:20250425T223827Z
85962025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.157 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23359:20250425T223827Z
85972025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.158 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23359:20250425T223827Z
85982025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.158 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23359:20250425T223827Z
85992025-05-15T04:06:17.613Z[ host-image] May 15 04:06:17.158 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23359:20250425T223828Z
86002025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.158 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23359:20250425T223828Z
86012025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.161 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86022025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.161 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23359:20250425T223829Z
86032025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.163 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23359:20250425T223829Z
86042025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.163 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23359:20250425T223829Z
86052025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.163 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23359:20250425T223830Z
86062025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.164 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23359:20250425T223829Z
86072025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.164 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23359:20250425T223830Z
86082025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.164 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86092025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.164 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86102025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.164 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23359:20250425T223832Z
86112025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23359:20250425T223832Z
86122025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86132025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86142025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86152025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86162025-05-15T04:06:17.614Z[ host-image] May 15 04:06:17.165 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
86172025-05-15T04:06:17.615Z[ host-image] May 15 04:06:17.166 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86182025-05-15T04:06:17.615Z[ host-image] May 15 04:06:17.168 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86192025-05-15T04:06:17.615Z[ host-image] May 15 04:06:17.168 INFO O| tempdir @ "/tmp/.tmpcA4gvZ/tmp"
86202025-05-15T04:06:17.615Z[ host-image] May 15 04:06:17.168 INFO O| image root @ "/tmp/.tmpcA4gvZ/tmp/root"
86212025-05-15T04:06:17.616Z[ host-image] May 15 04:06:17.168 INFO O| creating image...
86222025-05-15T04:06:18.178Z[ host-image] May 15 04:06:17.736 INFO O| copying publishers...
86232025-05-15T04:06:18.315Z[ recovery-image] May 15 04:06:17.873 INFO O| May 15 04:06:17.872 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
86242025-05-15T04:06:18.315Z[ recovery-image] May 15 04:06:17.873 INFO O| May 15 04:06:17.873 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86252025-05-15T04:06:18.340Z[ recovery-image] May 15 04:06:17.890 INFO O| May 15 04:06:17.890 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86262025-05-15T04:06:18.503Z[ recovery-image] May 15 04:06:18.061 INFO O| May 15 04:06:18.061 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
86272025-05-15T04:06:18.601Z[ recovery-image] May 15 04:06:18.159 INFO O| May 15 04:06:18.159 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86282025-05-15T04:06:18.704Z[ recovery-image] May 15 04:06:18.262 INFO O| May 15 04:06:18.262 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86292025-05-15T04:06:18.704Z[ recovery-image] May 15 04:06:18.262 INFO O| May 15 04:06:18.262 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 ...
86302025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86312025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO ok!
86322025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86332025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO STEP 95 (seed_smf) COMPLETE
86342025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO steps complete; finalising image!
86352025-05-15T04:06:18.730Z[ recovery-image] May 15 04:06:18.265 INFO O| May 15 04:06:18.265 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86362025-05-15T04:06:18.768Z[ recovery-image] May 15 04:06:18.326 INFO O| May 15 04:06:18.326 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu May 15 04:06:18 2025)
86372025-05-15T04:06:19.012Z[ recovery-image] May 15 04:06:18.570 INFO O| May 15 04:06:18.570 INFO temporary pool has 446M used, 1.31G avail, 1.00x compressratio
86382025-05-15T04:06:19.012Z[ recovery-image] May 15 04:06:18.570 INFO O| May 15 04:06:18.570 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86392025-05-15T04:06:19.369Z[ recovery-image] May 15 04:06:18.927 INFO O| May 15 04:06:18.927 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
86402025-05-15T04:06:19.369Z[ recovery-image] May 15 04:06:18.927 INFO O| May 15 04:06:18.927 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86412025-05-15T04:06:23.820Z[ recovery-image] May 15 04:06:23.378 INFO O| May 15 04:06:23.378 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86422025-05-15T04:06:23.820Z[ recovery-image] May 15 04:06:23.378 INFO O| May 15 04:06:23.378 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86432025-05-15T04:06:23.820Z[ recovery-image] May 15 04:06:23.378 INFO O| May 15 04:06:23.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86442025-05-15T04:06:23.820Z[ recovery-image] May 15 04:06:23.378 INFO O| May 15 04:06:23.378 INFO completed processing gimlet/zfs-recovery
86452025-05-15T04:06:23.846Z[ recovery-image] May 15 04:06:23.378 INFO O| May 15 04:06:23.378 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86462025-05-15T04:06:23.948Z[ recovery-image] May 15 04:06:23.505 INFO O| May 15 04:06:23.504 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86472025-05-15T04:06:24.002Z[ recovery-image] May 15 04:06:23.560 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
86482025-05-15T04:06:24.027Z[ recovery-image] May 15 04:06:23.560 INFO expanded image name: "recovery c1c495b/${os_short_commit} 2025-05-15 03:28" -> "recovery c1c495b/361574b 2025-05-15 03:28"
86492025-05-15T04:06:24.027Z[ recovery-image] May 15 04:06:23.561 INFO output artefacts stored in: "/work/os-recovery"
86502025-05-15T04:06:24.028Z[ recovery-image] May 15 04:06:23.561 INFO collecting git info from project "pinprick"...
86512025-05-15T04:06:24.053Z[ recovery-image] May 15 04:06:23.587 INFO collecting git info from project "chelsio-t6-roms"...
86522025-05-15T04:06:24.078Z[ recovery-image] May 15 04:06:23.618 INFO collecting git info from project "bootserver"...
86532025-05-15T04:06:24.078Z[ recovery-image] May 15 04:06:23.630 INFO collecting git info from project "amd-host-image-builder"...
86542025-05-15T04:06:24.125Z[ recovery-image] May 15 04:06:23.683 INFO collecting git info from project "pilot"...
86552025-05-15T04:06:24.150Z[ recovery-image] May 15 04:06:23.698 INFO collecting git info from project "phbl"...
86562025-05-15T04:06:24.174Z[ recovery-image] May 15 04:06:23.713 INFO collecting git info from project "amd-firmware"...
86572025-05-15T04:06:24.622Z[ recovery-image] May 15 04:06:24.180 INFO collecting git info from project "image-builder"...
86582025-05-15T04:06:24.647Z[ recovery-image] May 15 04:06:24.196 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86592025-05-15T04:06:25.111Z[ recovery-image] May 15 04:06:24.669 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86602025-05-15T04:06:25.570Z[ recovery-image] May 15 04:06:25.129 INFO creating Oxide boot image...
86612025-05-15T04:06:25.570Z[ recovery-image] May 15 04:06:25.129 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c1c495b/361574b 2025-05-15 03:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86622025-05-15T04:06:51.050Z[ host-image] May 15 04:06:50.610 INFO O| adding properties...
86632025-05-15T04:06:52.962Z[ host-image] May 15 04:06:52.523 INFO O| installing packages...
86642025-05-15T04:07:34.584Z[ recovery-image] May 15 04:07:34.147 INFO O| ok, image written!
86652025-05-15T04:07:34.584Z[ recovery-image] May 15 04:07:34.147 INFO O| ok, boot_image_csum file written!
86662025-05-15T04:07:34.608Z[ recovery-image] May 15 04:07:34.153 INFO creating boot archive (CPIO)...
86672025-05-15T04:07:34.609Z[ recovery-image] May 15 04:07:34.153 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
86682025-05-15T04:07:34.634Z[ recovery-image] May 15 04:07:34.172 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86692025-05-15T04:07:34.634Z[ recovery-image] May 15 04:07:34.172 INFO E| + outfile=/work/os-recovery/cpio
86702025-05-15T04:07:34.634Z[ recovery-image] May 15 04:07:34.172 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86712025-05-15T04:07:34.634Z[ recovery-image] May 15 04:07:34.175 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86722025-05-15T04:07:34.634Z[ recovery-image] May 15 04:07:34.175 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86732025-05-15T04:07:34.658Z[ recovery-image] May 15 04:07:34.220 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86742025-05-15T04:07:34.658Z[ recovery-image] May 15 04:07:34.220 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86752025-05-15T04:07:34.683Z[ recovery-image] May 15 04:07:34.231 INFO creating compressed cpio/unix for dev loaders...
86762025-05-15T04:07:34.683Z[ recovery-image] May 15 04:07:34.231 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
86772025-05-15T04:07:35.099Z[ recovery-image] May 15 04:07:34.662 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86782025-05-15T04:07:41.706Z[ recovery-image] May 15 04:07:41.269 INFO creating reset image...
86792025-05-15T04:07:41.706Z[ recovery-image] May 15 04:07:41.269 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
86802025-05-15T04:07:46.640Z[ host-image] May 15 04:07:46.204 INFO O| seeding SMF database...
86812025-05-15T04:07:55.953Z[ host-image] May 15 04:07:55.517 INFO O| configuring SMF profile...
86822025-05-15T04:07:55.953Z[ host-image] May 15 04:07:55.517 INFO O| modifying shadow(5)...
86832025-05-15T04:07:55.982Z[ host-image] May 15 04:07:55.518 INFO O| loading user and group database...
86842025-05-15T04:07:55.982Z[ host-image] May 15 04:07:55.518 INFO O| assessing packaged files...
86852025-05-15T04:07:59.321Z[ host-image] May 15 04:07:58.885 INFO O| creating archive...
86862025-05-15T04:07:59.364Z[ host-image] May 15 04:07:58.929 INFO O| missing from packaging:
86872025-05-15T04:07:59.364Z[ host-image] May 15 04:07:58.929 INFO O| "etc/.pwd.lock"
86882025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.929 INFO O| "etc/bash"
86892025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/profile/generic.xml"
86902025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/profile/inetd_services.xml"
86912025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/profile/name_service.xml"
86922025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/profile/platform.xml"
86932025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/profile/platform_omicron1.xml"
86942025-05-15T04:07:59.389Z[ host-image] May 15 04:07:58.935 INFO O| "etc/svc/repository.db"
86952025-05-15T04:07:59.390Z[ host-image] May 15 04:07:58.947 INFO O| "opt/ooce/share"
86962025-05-15T04:07:59.390Z[ host-image] May 15 04:07:58.947 INFO O| "opt/ooce/share/man"
86972025-05-15T04:07:59.390Z[ host-image] May 15 04:07:58.947 INFO O| "opt/ooce/share/man/man1"
86982025-05-15T04:07:59.415Z[ host-image] May 15 04:07:58.959 INFO O| finishing archive...
86992025-05-15T04:08:03.389Z[ host-image] May 15 04:08:02.954 INFO O| creating gzonly manifest...
87002025-05-15T04:08:03.414Z[ host-image] May 15 04:08:02.962 INFO O| ok
87012025-05-15T04:08:03.631Z[ host-image] May 15 04:08:03.196 INFO image builder template: ramdisk-02-trim...
87022025-05-15T04:08:03.632Z[ host-image] May 15 04:08:03.196 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
87032025-05-15T04:08:03.668Z[ host-image] May 15 04:08:03.232 INFO O| May 15 04:08:03.232 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87042025-05-15T04:08:03.693Z[ host-image] May 15 04:08:03.255 INFO O| May 15 04:08:03.255 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87052025-05-15T04:08:03.789Z[ host-image] May 15 04:08:03.353 INFO O| May 15 04:08:03.353 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87062025-05-15T04:08:03.843Z[ host-image] May 15 04:08:03.408 INFO O| May 15 04:08:03.408 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87072025-05-15T04:08:03.844Z[ host-image] May 15 04:08:03.408 INFO O| May 15 04:08:03.408 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87082025-05-15T04:08:03.869Z[ host-image] May 15 04:08:03.432 INFO O| May 15 04:08:03.432 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87092025-05-15T04:08:03.895Z[ host-image] May 15 04:08:03.440 INFO O| May 15 04:08:03.440 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87102025-05-15T04:08:03.895Z[ host-image] May 15 04:08:03.447 INFO O| May 15 04:08:03.447 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87112025-05-15T04:08:04.055Z[ host-image] May 15 04:08:03.620 INFO O| May 15 04:08:03.620 INFO rolled back to input snapshot; work may begin
87122025-05-15T04:08:04.055Z[ host-image] May 15 04:08:03.620 INFO O| May 15 04:08:03.620 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87132025-05-15T04:08:04.093Z[ host-image] May 15 04:08:03.658 INFO O| May 15 04:08:03.658 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142025-05-15T04:08:04.127Z[ host-image] May 15 04:08:03.692 INFO O| May 15 04:08:03.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87152025-05-15T04:08:04.185Z[ host-image] May 15 04:08:03.749 INFO O| May 15 04:08:03.749 INFO STEP 0 (remove_files) COMPLETE
87162025-05-15T04:08:04.185Z[ host-image] May 15 04:08:03.749 INFO O| May 15 04:08:03.749 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172025-05-15T04:08:04.210Z[ host-image] May 15 04:08:03.774 INFO O| May 15 04:08:03.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87182025-05-15T04:08:04.235Z[ host-image] May 15 04:08:03.776 INFO O| May 15 04:08:03.776 INFO STEP 1 (remove_files) COMPLETE
87192025-05-15T04:08:04.235Z[ host-image] May 15 04:08:03.776 INFO O| May 15 04:08:03.776 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202025-05-15T04:08:04.235Z[ host-image] May 15 04:08:03.789 INFO O| May 15 04:08:03.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87212025-05-15T04:08:04.261Z[ host-image] May 15 04:08:03.805 INFO O| May 15 04:08:03.805 INFO STEP 2 (remove_files) COMPLETE
87222025-05-15T04:08:04.261Z[ host-image] May 15 04:08:03.805 INFO O| May 15 04:08:03.805 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232025-05-15T04:08:04.287Z[ host-image] May 15 04:08:03.826 INFO O| May 15 04:08:03.826 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87242025-05-15T04:08:04.287Z[ host-image] May 15 04:08:03.828 INFO O| May 15 04:08:03.828 INFO STEP 3 (remove_files) COMPLETE
87252025-05-15T04:08:04.287Z[ host-image] May 15 04:08:03.828 INFO O| May 15 04:08:03.828 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262025-05-15T04:08:04.312Z[ host-image] May 15 04:08:03.856 INFO O| May 15 04:08:03.856 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87272025-05-15T04:08:04.312Z[ host-image] May 15 04:08:03.861 INFO O| May 15 04:08:03.861 INFO STEP 4 (remove_files) COMPLETE
87282025-05-15T04:08:04.312Z[ host-image] May 15 04:08:03.861 INFO O| May 15 04:08:03.861 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292025-05-15T04:08:04.337Z[ host-image] May 15 04:08:03.877 INFO O| May 15 04:08:03.877 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87302025-05-15T04:08:04.337Z[ host-image] May 15 04:08:03.881 INFO O| May 15 04:08:03.881 INFO STEP 5 (remove_files) COMPLETE
87312025-05-15T04:08:04.337Z[ host-image] May 15 04:08:03.881 INFO O| May 15 04:08:03.881 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322025-05-15T04:08:04.337Z[ host-image] May 15 04:08:03.894 INFO O| May 15 04:08:03.894 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87332025-05-15T04:08:04.362Z[ host-image] May 15 04:08:03.907 INFO O| May 15 04:08:03.907 INFO STEP 6 (remove_files) COMPLETE
87342025-05-15T04:08:04.362Z[ host-image] May 15 04:08:03.907 INFO O| May 15 04:08:03.907 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352025-05-15T04:08:04.405Z[ host-image] May 15 04:08:03.969 INFO O| May 15 04:08:03.968 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87362025-05-15T04:08:04.430Z[ host-image] May 15 04:08:03.985 INFO O| May 15 04:08:03.984 INFO STEP 7 (remove_files) COMPLETE
87372025-05-15T04:08:04.430Z[ host-image] May 15 04:08:03.985 INFO O| May 15 04:08:03.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382025-05-15T04:08:04.479Z[ host-image] May 15 04:08:04.044 INFO O| May 15 04:08:04.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87392025-05-15T04:08:04.614Z[ host-image] May 15 04:08:04.179 INFO O| May 15 04:08:04.179 INFO STEP 8 (remove_files) COMPLETE
87402025-05-15T04:08:04.614Z[ host-image] May 15 04:08:04.179 INFO O| May 15 04:08:04.179 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412025-05-15T04:08:04.639Z[ host-image] May 15 04:08:04.194 INFO O| May 15 04:08:04.194 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87422025-05-15T04:08:04.753Z[ host-image] May 15 04:08:04.317 INFO O| May 15 04:08:04.317 INFO STEP 9 (remove_files) COMPLETE
87432025-05-15T04:08:04.753Z[ host-image] May 15 04:08:04.317 INFO O| May 15 04:08:04.317 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442025-05-15T04:08:04.811Z[ host-image] May 15 04:08:04.375 INFO O| May 15 04:08:04.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87452025-05-15T04:08:04.836Z[ host-image] May 15 04:08:04.380 INFO O| May 15 04:08:04.380 INFO STEP 10 (remove_files) COMPLETE
87462025-05-15T04:08:04.836Z[ host-image] May 15 04:08:04.380 INFO O| May 15 04:08:04.380 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472025-05-15T04:08:04.837Z[ host-image] May 15 04:08:04.394 INFO O| May 15 04:08:04.394 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87482025-05-15T04:08:04.837Z[ host-image] May 15 04:08:04.395 INFO O| May 15 04:08:04.395 INFO STEP 11 (remove_files) COMPLETE
87492025-05-15T04:08:04.837Z[ host-image] May 15 04:08:04.395 INFO O| May 15 04:08:04.395 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502025-05-15T04:08:04.864Z[ host-image] May 15 04:08:04.408 INFO O| May 15 04:08:04.408 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87512025-05-15T04:08:04.864Z[ host-image] May 15 04:08:04.410 INFO O| May 15 04:08:04.410 INFO STEP 12 (remove_files) COMPLETE
87522025-05-15T04:08:04.864Z[ host-image] May 15 04:08:04.410 INFO O| May 15 04:08:04.410 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532025-05-15T04:08:05.012Z[ host-image] May 15 04:08:04.577 INFO O| May 15 04:08:04.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87542025-05-15T04:08:05.037Z[ host-image] May 15 04:08:04.577 INFO O| May 15 04:08:04.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87552025-05-15T04:08:05.037Z[ host-image] May 15 04:08:04.585 INFO O| May 15 04:08:04.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87562025-05-15T04:08:05.037Z[ host-image] May 15 04:08:04.587 INFO O| May 15 04:08:04.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87572025-05-15T04:08:05.534Z[ host-image] May 15 04:08:05.099 INFO O| May 15 04:08:05.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87582025-05-15T04:08:05.534Z[ host-image] May 15 04:08:05.099 INFO O| May 15 04:08:05.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87592025-05-15T04:08:05.559Z[ host-image] May 15 04:08:05.099 INFO O| May 15 04:08:05.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87602025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.099 INFO O| May 15 04:08:05.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87612025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.099 INFO O| May 15 04:08:05.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87622025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.100 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87632025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.100 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87642025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.100 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87652025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.100 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87662025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.100 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87672025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.101 INFO O| May 15 04:08:05.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87682025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.101 INFO O| May 15 04:08:05.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87692025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.101 INFO O| May 15 04:08:05.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87702025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.102 INFO O| May 15 04:08:05.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87712025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.102 INFO O| May 15 04:08:05.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87722025-05-15T04:08:05.561Z[ host-image] May 15 04:08:05.102 INFO O| May 15 04:08:05.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87732025-05-15T04:08:05.586Z[ host-image] May 15 04:08:05.135 INFO O| May 15 04:08:05.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87742025-05-15T04:08:05.588Z[ host-image] May 15 04:08:05.135 INFO O| May 15 04:08:05.135 INFO STEP 13 (remove_files) COMPLETE
87752025-05-15T04:08:05.588Z[ host-image] May 15 04:08:05.135 INFO O| May 15 04:08:05.135 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762025-05-15T04:08:05.625Z[ host-image] May 15 04:08:05.190 INFO O| May 15 04:08:05.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87772025-05-15T04:08:05.650Z[ host-image] May 15 04:08:05.192 INFO O| May 15 04:08:05.192 INFO STEP 14 (remove_files) COMPLETE
87782025-05-15T04:08:05.650Z[ host-image] May 15 04:08:05.192 INFO O| May 15 04:08:05.192 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792025-05-15T04:08:05.650Z[ host-image] May 15 04:08:05.208 INFO O| May 15 04:08:05.208 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87802025-05-15T04:08:05.675Z[ host-image] May 15 04:08:05.217 INFO O| May 15 04:08:05.217 INFO STEP 15 (remove_files) COMPLETE
87812025-05-15T04:08:05.675Z[ host-image] May 15 04:08:05.217 INFO O| May 15 04:08:05.217 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822025-05-15T04:08:05.709Z[ host-image] May 15 04:08:05.274 INFO O| May 15 04:08:05.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87832025-05-15T04:08:05.734Z[ host-image] May 15 04:08:05.274 INFO O| May 15 04:08:05.274 INFO STEP 16 (remove_files) COMPLETE
87842025-05-15T04:08:05.734Z[ host-image] May 15 04:08:05.274 INFO O| May 15 04:08:05.274 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852025-05-15T04:08:05.759Z[ host-image] May 15 04:08:05.301 INFO O| May 15 04:08:05.301 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87862025-05-15T04:08:05.759Z[ host-image] May 15 04:08:05.303 INFO O| May 15 04:08:05.303 INFO STEP 17 (remove_files) COMPLETE
87872025-05-15T04:08:05.759Z[ host-image] May 15 04:08:05.303 INFO O| May 15 04:08:05.303 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882025-05-15T04:08:05.784Z[ host-image] May 15 04:08:05.340 INFO O| May 15 04:08:05.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87892025-05-15T04:08:05.785Z[ host-image] May 15 04:08:05.340 INFO O| May 15 04:08:05.340 INFO STEP 18 (remove_files) COMPLETE
87902025-05-15T04:08:05.785Z[ host-image] May 15 04:08:05.340 INFO O| May 15 04:08:05.340 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912025-05-15T04:08:05.824Z[ host-image] May 15 04:08:05.389 INFO O| May 15 04:08:05.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87922025-05-15T04:08:05.824Z[ host-image] May 15 04:08:05.389 INFO O| May 15 04:08:05.389 INFO STEP 19 (remove_files) COMPLETE
87932025-05-15T04:08:05.850Z[ host-image] May 15 04:08:05.389 INFO O| May 15 04:08:05.389 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942025-05-15T04:08:05.887Z[ host-image] May 15 04:08:05.451 INFO O| May 15 04:08:05.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87952025-05-15T04:08:05.887Z[ host-image] May 15 04:08:05.452 INFO O| May 15 04:08:05.451 INFO STEP 20 (remove_files) COMPLETE
87962025-05-15T04:08:05.887Z[ host-image] May 15 04:08:05.452 INFO O| May 15 04:08:05.451 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972025-05-15T04:08:05.915Z[ host-image] May 15 04:08:05.480 INFO O| May 15 04:08:05.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87982025-05-15T04:08:05.915Z[ host-image] May 15 04:08:05.480 INFO O| May 15 04:08:05.480 INFO STEP 21 (remove_files) COMPLETE
87992025-05-15T04:08:05.915Z[ host-image] May 15 04:08:05.480 INFO O| May 15 04:08:05.480 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002025-05-15T04:08:05.991Z[ host-image] May 15 04:08:05.555 INFO O| May 15 04:08:05.555 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88012025-05-15T04:08:05.991Z[ host-image] May 15 04:08:05.555 INFO O| May 15 04:08:05.555 INFO STEP 22 (remove_files) COMPLETE
88022025-05-15T04:08:06.016Z[ host-image] May 15 04:08:05.555 INFO O| May 15 04:08:05.555 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032025-05-15T04:08:06.043Z[ host-image] May 15 04:08:05.586 INFO O| May 15 04:08:05.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88042025-05-15T04:08:06.044Z[ host-image] May 15 04:08:05.586 INFO O| May 15 04:08:05.586 INFO STEP 23 (remove_files) COMPLETE
88052025-05-15T04:08:06.044Z[ host-image] May 15 04:08:05.586 INFO O| May 15 04:08:05.586 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062025-05-15T04:08:06.069Z[ host-image] May 15 04:08:05.618 INFO O| May 15 04:08:05.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88072025-05-15T04:08:06.069Z[ host-image] May 15 04:08:05.618 INFO O| May 15 04:08:05.618 INFO STEP 24 (remove_files) COMPLETE
88082025-05-15T04:08:06.069Z[ host-image] May 15 04:08:05.618 INFO O| May 15 04:08:05.618 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092025-05-15T04:08:06.094Z[ host-image] May 15 04:08:05.651 INFO O| May 15 04:08:05.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88102025-05-15T04:08:06.094Z[ host-image] May 15 04:08:05.651 INFO O| May 15 04:08:05.651 INFO STEP 25 (remove_files) COMPLETE
88112025-05-15T04:08:06.094Z[ host-image] May 15 04:08:05.651 INFO O| May 15 04:08:05.651 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122025-05-15T04:08:06.119Z[ host-image] May 15 04:08:05.682 INFO O| May 15 04:08:05.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88132025-05-15T04:08:06.119Z[ host-image] May 15 04:08:05.682 INFO O| May 15 04:08:05.682 INFO STEP 26 (remove_files) COMPLETE
88142025-05-15T04:08:06.119Z[ host-image] May 15 04:08:05.682 INFO O| May 15 04:08:05.682 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152025-05-15T04:08:06.145Z[ host-image] May 15 04:08:05.699 INFO O| May 15 04:08:05.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88162025-05-15T04:08:06.145Z[ host-image] May 15 04:08:05.699 INFO O| May 15 04:08:05.699 INFO STEP 27 (remove_files) COMPLETE
88172025-05-15T04:08:06.145Z[ host-image] May 15 04:08:05.699 INFO O| May 15 04:08:05.699 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182025-05-15T04:08:06.174Z[ host-image] May 15 04:08:05.739 INFO O| May 15 04:08:05.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88192025-05-15T04:08:06.174Z[ host-image] May 15 04:08:05.739 INFO O| May 15 04:08:05.739 INFO STEP 28 (remove_files) COMPLETE
88202025-05-15T04:08:06.199Z[ host-image] May 15 04:08:05.739 INFO O| May 15 04:08:05.739 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212025-05-15T04:08:06.229Z[ host-image] May 15 04:08:05.793 INFO O| May 15 04:08:05.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88222025-05-15T04:08:06.229Z[ host-image] May 15 04:08:05.794 INFO O| May 15 04:08:05.794 INFO STEP 29 (remove_files) COMPLETE
88232025-05-15T04:08:06.254Z[ host-image] May 15 04:08:05.794 INFO O| May 15 04:08:05.794 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242025-05-15T04:08:06.254Z[ host-image] May 15 04:08:05.806 INFO O| May 15 04:08:05.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88252025-05-15T04:08:06.254Z[ host-image] May 15 04:08:05.806 INFO O| May 15 04:08:05.806 INFO STEP 30 (remove_files) COMPLETE
88262025-05-15T04:08:06.254Z[ host-image] May 15 04:08:05.806 INFO O| May 15 04:08:05.806 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272025-05-15T04:08:06.279Z[ host-image] May 15 04:08:05.824 INFO O| May 15 04:08:05.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88282025-05-15T04:08:06.279Z[ host-image] May 15 04:08:05.824 INFO O| May 15 04:08:05.824 INFO STEP 31 (remove_files) COMPLETE
88292025-05-15T04:08:06.279Z[ host-image] May 15 04:08:05.825 INFO O| May 15 04:08:05.825 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302025-05-15T04:08:06.305Z[ host-image] May 15 04:08:05.859 INFO O| May 15 04:08:05.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88312025-05-15T04:08:06.305Z[ host-image] May 15 04:08:05.859 INFO O| May 15 04:08:05.859 INFO STEP 32 (remove_files) COMPLETE
88322025-05-15T04:08:06.305Z[ host-image] May 15 04:08:05.859 INFO O| May 15 04:08:05.859 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332025-05-15T04:08:06.345Z[ host-image] May 15 04:08:05.910 INFO O| May 15 04:08:05.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88342025-05-15T04:08:06.345Z[ host-image] May 15 04:08:05.910 INFO O| May 15 04:08:05.910 INFO STEP 33 (remove_files) COMPLETE
88352025-05-15T04:08:06.370Z[ host-image] May 15 04:08:05.910 INFO O| May 15 04:08:05.910 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362025-05-15T04:08:06.370Z[ host-image] May 15 04:08:05.922 INFO O| May 15 04:08:05.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88372025-05-15T04:08:06.370Z[ host-image] May 15 04:08:05.922 INFO O| May 15 04:08:05.922 INFO STEP 34 (remove_files) COMPLETE
88382025-05-15T04:08:06.370Z[ host-image] May 15 04:08:05.922 INFO O| May 15 04:08:05.922 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392025-05-15T04:08:06.408Z[ host-image] May 15 04:08:05.972 INFO O| May 15 04:08:05.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88402025-05-15T04:08:06.408Z[ host-image] May 15 04:08:05.973 INFO O| May 15 04:08:05.973 INFO STEP 35 (remove_files) COMPLETE
88412025-05-15T04:08:06.408Z[ host-image] May 15 04:08:05.973 INFO O| May 15 04:08:05.973 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422025-05-15T04:08:06.460Z[ host-image] May 15 04:08:06.024 INFO O| May 15 04:08:06.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88432025-05-15T04:08:06.460Z[ host-image] May 15 04:08:06.024 INFO O| May 15 04:08:06.024 INFO STEP 36 (remove_files) COMPLETE
88442025-05-15T04:08:06.460Z[ host-image] May 15 04:08:06.025 INFO O| May 15 04:08:06.024 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452025-05-15T04:08:06.519Z[ host-image] May 15 04:08:06.083 INFO O| May 15 04:08:06.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88462025-05-15T04:08:06.519Z[ host-image] May 15 04:08:06.084 INFO O| May 15 04:08:06.084 INFO STEP 37 (remove_files) COMPLETE
88472025-05-15T04:08:06.519Z[ host-image] May 15 04:08:06.084 INFO O| May 15 04:08:06.084 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482025-05-15T04:08:06.547Z[ host-image] May 15 04:08:06.112 INFO O| May 15 04:08:06.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88492025-05-15T04:08:06.547Z[ host-image] May 15 04:08:06.112 INFO O| May 15 04:08:06.112 INFO STEP 38 (remove_files) COMPLETE
88502025-05-15T04:08:06.572Z[ host-image] May 15 04:08:06.112 INFO O| May 15 04:08:06.112 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512025-05-15T04:08:06.602Z[ host-image] May 15 04:08:06.167 INFO O| May 15 04:08:06.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88522025-05-15T04:08:06.602Z[ host-image] May 15 04:08:06.167 INFO O| May 15 04:08:06.167 INFO STEP 39 (remove_files) COMPLETE
88532025-05-15T04:08:06.602Z[ host-image] May 15 04:08:06.167 INFO O| May 15 04:08:06.167 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542025-05-15T04:08:06.652Z[ host-image] May 15 04:08:06.217 INFO O| May 15 04:08:06.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88552025-05-15T04:08:06.652Z[ host-image] May 15 04:08:06.217 INFO O| May 15 04:08:06.217 INFO STEP 40 (remove_files) COMPLETE
88562025-05-15T04:08:06.677Z[ host-image] May 15 04:08:06.217 INFO O| May 15 04:08:06.217 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.250 INFO O| May 15 04:08:06.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88582025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.251 INFO O| May 15 04:08:06.251 INFO STEP 41 (remove_files) COMPLETE
88592025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.251 INFO O| May 15 04:08:06.251 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.264 INFO O| May 15 04:08:06.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88612025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.264 INFO O| May 15 04:08:06.264 INFO STEP 42 (remove_files) COMPLETE
88622025-05-15T04:08:06.702Z[ host-image] May 15 04:08:06.264 INFO O| May 15 04:08:06.264 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632025-05-15T04:08:06.727Z[ host-image] May 15 04:08:06.277 INFO O| May 15 04:08:06.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88642025-05-15T04:08:06.728Z[ host-image] May 15 04:08:06.277 INFO O| May 15 04:08:06.277 INFO STEP 43 (remove_files) COMPLETE
88652025-05-15T04:08:06.728Z[ host-image] May 15 04:08:06.277 INFO O| May 15 04:08:06.277 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662025-05-15T04:08:06.767Z[ host-image] May 15 04:08:06.332 INFO O| May 15 04:08:06.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88672025-05-15T04:08:06.767Z[ host-image] May 15 04:08:06.332 INFO O| May 15 04:08:06.332 INFO STEP 44 (remove_files) COMPLETE
88682025-05-15T04:08:06.792Z[ host-image] May 15 04:08:06.332 INFO O| May 15 04:08:06.332 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692025-05-15T04:08:06.817Z[ host-image] May 15 04:08:06.357 INFO O| May 15 04:08:06.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88702025-05-15T04:08:06.817Z[ host-image] May 15 04:08:06.357 INFO O| May 15 04:08:06.357 INFO STEP 45 (remove_files) COMPLETE
88712025-05-15T04:08:06.817Z[ host-image] May 15 04:08:06.357 INFO O| May 15 04:08:06.357 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722025-05-15T04:08:06.843Z[ host-image] May 15 04:08:06.393 INFO O| May 15 04:08:06.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88732025-05-15T04:08:06.844Z[ host-image] May 15 04:08:06.393 INFO O| May 15 04:08:06.393 INFO STEP 46 (remove_files) COMPLETE
88742025-05-15T04:08:06.844Z[ host-image] May 15 04:08:06.393 INFO O| May 15 04:08:06.393 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752025-05-15T04:08:06.844Z[ host-image] May 15 04:08:06.407 INFO O| May 15 04:08:06.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88762025-05-15T04:08:06.844Z[ host-image] May 15 04:08:06.407 INFO O| May 15 04:08:06.407 INFO STEP 47 (remove_files) COMPLETE
88772025-05-15T04:08:06.844Z[ host-image] May 15 04:08:06.407 INFO O| May 15 04:08:06.407 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782025-05-15T04:08:06.875Z[ host-image] May 15 04:08:06.440 INFO O| May 15 04:08:06.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88792025-05-15T04:08:06.875Z[ host-image] May 15 04:08:06.440 INFO O| May 15 04:08:06.440 INFO STEP 48 (remove_files) COMPLETE
88802025-05-15T04:08:06.901Z[ host-image] May 15 04:08:06.440 INFO O| May 15 04:08:06.440 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812025-05-15T04:08:06.901Z[ host-image] May 15 04:08:06.454 INFO O| May 15 04:08:06.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88822025-05-15T04:08:06.901Z[ host-image] May 15 04:08:06.454 INFO O| May 15 04:08:06.454 INFO STEP 49 (remove_files) COMPLETE
88832025-05-15T04:08:06.901Z[ host-image] May 15 04:08:06.454 INFO O| May 15 04:08:06.454 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842025-05-15T04:08:06.948Z[ host-image] May 15 04:08:06.512 INFO O| May 15 04:08:06.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88852025-05-15T04:08:06.948Z[ host-image] May 15 04:08:06.513 INFO O| May 15 04:08:06.512 INFO STEP 50 (remove_files) COMPLETE
88862025-05-15T04:08:06.973Z[ host-image] May 15 04:08:06.513 INFO O| May 15 04:08:06.513 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872025-05-15T04:08:06.975Z[ host-image] May 15 04:08:06.526 INFO O| May 15 04:08:06.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88882025-05-15T04:08:06.975Z[ host-image] May 15 04:08:06.526 INFO O| May 15 04:08:06.526 INFO STEP 51 (remove_files) COMPLETE
88892025-05-15T04:08:06.975Z[ host-image] May 15 04:08:06.526 INFO O| May 15 04:08:06.526 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902025-05-15T04:08:07.001Z[ host-image] May 15 04:08:06.540 INFO O| May 15 04:08:06.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88912025-05-15T04:08:07.001Z[ host-image] May 15 04:08:06.540 INFO O| May 15 04:08:06.540 INFO STEP 52 (remove_files) COMPLETE
88922025-05-15T04:08:07.001Z[ host-image] May 15 04:08:06.540 INFO O| May 15 04:08:06.540 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932025-05-15T04:08:07.026Z[ host-image] May 15 04:08:06.571 INFO O| May 15 04:08:06.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88942025-05-15T04:08:07.026Z[ host-image] May 15 04:08:06.572 INFO O| May 15 04:08:06.572 INFO STEP 53 (remove_files) COMPLETE
88952025-05-15T04:08:07.026Z[ host-image] May 15 04:08:06.572 INFO O| May 15 04:08:06.572 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962025-05-15T04:08:07.065Z[ host-image] May 15 04:08:06.630 INFO O| May 15 04:08:06.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88972025-05-15T04:08:07.091Z[ host-image] May 15 04:08:06.630 INFO O| May 15 04:08:06.630 INFO STEP 54 (remove_files) COMPLETE
88982025-05-15T04:08:07.091Z[ host-image] May 15 04:08:06.630 INFO O| May 15 04:08:06.630 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992025-05-15T04:08:07.116Z[ host-image] May 15 04:08:06.668 INFO O| May 15 04:08:06.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89002025-05-15T04:08:07.116Z[ host-image] May 15 04:08:06.668 INFO O| May 15 04:08:06.668 INFO STEP 55 (remove_files) COMPLETE
89012025-05-15T04:08:07.117Z[ host-image] May 15 04:08:06.668 INFO O| May 15 04:08:06.668 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022025-05-15T04:08:07.142Z[ host-image] May 15 04:08:06.691 INFO O| May 15 04:08:06.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89032025-05-15T04:08:07.142Z[ host-image] May 15 04:08:06.691 INFO O| May 15 04:08:06.691 INFO STEP 56 (remove_files) COMPLETE
89042025-05-15T04:08:07.142Z[ host-image] May 15 04:08:06.691 INFO O| May 15 04:08:06.691 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052025-05-15T04:08:07.175Z[ host-image] May 15 04:08:06.740 INFO O| May 15 04:08:06.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89062025-05-15T04:08:07.176Z[ host-image] May 15 04:08:06.740 INFO O| May 15 04:08:06.740 INFO STEP 57 (remove_files) COMPLETE
89072025-05-15T04:08:07.201Z[ host-image] May 15 04:08:06.740 INFO O| May 15 04:08:06.740 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89092025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89102025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89112025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89122025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89132025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89142025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO ok!
89152025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO STEP 58 (ensure_file) COMPLETE
89162025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.769 INFO O| May 15 04:08:06.769 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89182025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89192025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89202025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89212025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89222025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89232025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO ok!
89242025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO STEP 59 (ensure_file) COMPLETE
89252025-05-15T04:08:07.226Z[ host-image] May 15 04:08:06.783 INFO O| May 15 04:08:06.783 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262025-05-15T04:08:07.252Z[ host-image] May 15 04:08:06.798 INFO O| May 15 04:08:06.798 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89272025-05-15T04:08:07.252Z[ host-image] May 15 04:08:06.798 INFO O| May 15 04:08:06.798 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89282025-05-15T04:08:07.252Z[ host-image] May 15 04:08:06.799 INFO O| May 15 04:08:06.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89292025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.799 INFO O| May 15 04:08:06.799 INFO ok!
89302025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.799 INFO O| May 15 04:08:06.799 INFO STEP 60 (ensure_file) COMPLETE
89312025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.799 INFO O| May 15 04:08:06.799 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.815 INFO O| May 15 04:08:06.815 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89332025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.815 INFO O| May 15 04:08:06.815 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89342025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.815 INFO O| May 15 04:08:06.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89352025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.815 INFO O| May 15 04:08:06.815 INFO ok!
89362025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.815 INFO O| May 15 04:08:06.815 INFO STEP 61 (ensure_file) COMPLETE
89372025-05-15T04:08:07.253Z[ host-image] May 15 04:08:06.816 INFO O| May 15 04:08:06.816 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-05-15T04:08:07.278Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.828 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89392025-05-15T04:08:07.278Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89402025-05-15T04:08:07.278Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89412025-05-15T04:08:07.278Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89422025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO ok!
89432025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO STEP 62 (ensure_file) COMPLETE
89442025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.829 INFO O| May 15 04:08:06.829 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.841 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89462025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89472025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89482025-05-15T04:08:07.279Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89492025-05-15T04:08:07.280Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO ok!
89502025-05-15T04:08:07.280Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO STEP 63 (ensure_file) COMPLETE
89512025-05-15T04:08:07.280Z[ host-image] May 15 04:08:06.842 INFO O| May 15 04:08:06.842 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89532025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89542025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89552025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO ok!
89562025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO STEP 64 (assemble_files) COMPLETE
89572025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.855 INFO O| May 15 04:08:06.855 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89592025-05-15T04:08:07.305Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89602025-05-15T04:08:07.307Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89612025-05-15T04:08:07.307Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89622025-05-15T04:08:07.307Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO ok!
89632025-05-15T04:08:07.307Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO STEP 65 (ensure_file) COMPLETE
89642025-05-15T04:08:07.307Z[ host-image] May 15 04:08:06.868 INFO O| May 15 04:08:06.868 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652025-05-15T04:08:07.333Z[ host-image] May 15 04:08:06.881 INFO O| May 15 04:08:06.880 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89662025-05-15T04:08:07.333Z[ host-image] May 15 04:08:06.881 INFO O| May 15 04:08:06.881 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89672025-05-15T04:08:07.333Z[ host-image] May 15 04:08:06.881 INFO O| May 15 04:08:06.881 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89682025-05-15T04:08:07.333Z[ host-image] May 15 04:08:06.881 INFO O| May 15 04:08:06.881 INFO STEP 66 (ensure_dir) COMPLETE
89692025-05-15T04:08:07.333Z[ host-image] May 15 04:08:06.881 INFO O| May 15 04:08:06.881 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702025-05-15T04:08:07.358Z[ host-image] May 15 04:08:06.916 INFO O| May 15 04:08:06.916 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89712025-05-15T04:08:07.358Z[ host-image] May 15 04:08:06.916 INFO O| May 15 04:08:06.916 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 ...
89722025-05-15T04:08:07.383Z[ host-image] May 15 04:08:06.927 INFO O| May 15 04:08:06.927 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
89732025-05-15T04:08:07.383Z[ host-image] May 15 04:08:06.928 INFO O| May 15 04:08:06.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89742025-05-15T04:08:07.383Z[ host-image] May 15 04:08:06.928 INFO O| May 15 04:08:06.927 INFO ok!
89752025-05-15T04:08:07.383Z[ host-image] May 15 04:08:06.928 INFO O| May 15 04:08:06.927 INFO STEP 67 (ensure_file) COMPLETE
89762025-05-15T04:08:07.383Z[ host-image] May 15 04:08:06.928 INFO O| May 15 04:08:06.927 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772025-05-15T04:08:07.419Z[ host-image] May 15 04:08:06.984 INFO O| May 15 04:08:06.984 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89782025-05-15T04:08:07.420Z[ host-image] May 15 04:08:06.984 INFO O| May 15 04:08:06.984 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 ...
89792025-05-15T04:08:07.420Z[ host-image] May 15 04:08:06.984 INFO O| May 15 04:08:06.984 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
89802025-05-15T04:08:07.445Z[ host-image] May 15 04:08:06.984 INFO O| May 15 04:08:06.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89812025-05-15T04:08:07.445Z[ host-image] May 15 04:08:06.984 INFO O| May 15 04:08:06.984 INFO ok!
89822025-05-15T04:08:07.445Z[ host-image] May 15 04:08:06.985 INFO O| May 15 04:08:06.984 INFO STEP 68 (ensure_file) COMPLETE
89832025-05-15T04:08:07.445Z[ host-image] May 15 04:08:06.985 INFO O| May 15 04:08:06.985 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842025-05-15T04:08:07.470Z[ host-image] May 15 04:08:07.026 INFO O| May 15 04:08:07.026 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89852025-05-15T04:08:07.470Z[ host-image] May 15 04:08:07.026 INFO O| May 15 04:08:07.026 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89862025-05-15T04:08:11.037Z[ host-image] May 15 04:08:10.602 INFO O| May 15 04:08:10.602 INFO STEP 69 (pack_tar) COMPLETE
89872025-05-15T04:08:11.037Z[ host-image] May 15 04:08:10.602 INFO O| May 15 04:08:10.602 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89882025-05-15T04:08:11.063Z[ host-image] May 15 04:08:10.602 INFO O| May 15 04:08:10.602 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89892025-05-15T04:08:11.417Z[ host-image] May 15 04:08:10.982 INFO O| May 15 04:08:10.982 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89902025-05-15T04:08:11.483Z[ host-image] May 15 04:08:11.047 INFO O| May 15 04:08:11.047 INFO completed processing gimlet/ramdisk-02-trim
89912025-05-15T04:08:11.508Z[ host-image] May 15 04:08:11.051 INFO image builder template: zfs...
89922025-05-15T04:08:11.508Z[ host-image] May 15 04:08:11.051 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", "-E", "/tmp/.tmprhdkHr/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs"], pwd: None
89932025-05-15T04:08:11.508Z[ host-image] May 15 04:08:11.071 INFO O| May 15 04:08:11.070 INFO skip include "stress" because feature "stress" is not enabled
89942025-05-15T04:08:11.553Z[ host-image] May 15 04:08:11.118 INFO O| May 15 04:08:11.118 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89952025-05-15T04:08:11.578Z[ host-image] May 15 04:08:11.139 INFO O| May 15 04:08:11.139 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89962025-05-15T04:08:11.664Z[ host-image] May 15 04:08:11.229 INFO O| May 15 04:08:11.229 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89972025-05-15T04:08:11.734Z[ host-image] May 15 04:08:11.299 INFO O| May 15 04:08:11.299 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89982025-05-15T04:08:11.759Z[ host-image] May 15 04:08:11.299 INFO O| May 15 04:08:11.299 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89992025-05-15T04:08:11.760Z[ host-image] May 15 04:08:11.324 INFO O| May 15 04:08:11.324 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90002025-05-15T04:08:11.825Z[ host-image] May 15 04:08:11.390 INFO O| May 15 04:08:11.390 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90012025-05-15T04:08:11.908Z[ host-image] May 15 04:08:11.472 INFO O| May 15 04:08:11.472 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90022025-05-15T04:08:11.934Z[ host-image] May 15 04:08:11.489 INFO O| May 15 04:08:11.488 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90032025-05-15T04:08:11.934Z[ host-image] May 15 04:08:11.495 INFO O| May 15 04:08:11.495 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90042025-05-15T04:08:11.934Z[ host-image] May 15 04:08:11.496 INFO O| May 15 04:08:11.495 INFO no lofi found
90052025-05-15T04:08:11.934Z[ host-image] May 15 04:08:11.496 INFO O| May 15 04:08:11.496 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90062025-05-15T04:08:11.934Z[ host-image] May 15 04:08:11.496 INFO O| May 15 04:08:11.496 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90072025-05-15T04:08:13.437Z[ host-image] May 15 04:08:13.002 INFO O| May 15 04:08:13.001 INFO lofi device = /dev/dsk/c3t1d0p0
90082025-05-15T04:08:13.437Z[ host-image] May 15 04:08:13.002 INFO O| May 15 04:08:13.002 INFO pool device = /dev/dsk/c3t1d0p0
90092025-05-15T04:08:13.437Z[ host-image] May 15 04:08:13.002 INFO O| May 15 04:08:13.002 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/c3t1d0p0"]
90102025-05-15T04:08:13.758Z[ host-image] May 15 04:08:13.323 INFO O| May 15 04:08:13.322 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90112025-05-15T04:08:13.783Z[ host-image] May 15 04:08:13.323 INFO O| May 15 04:08:13.322 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90122025-05-15T04:08:13.808Z[ host-image] May 15 04:08:13.360 INFO O| May 15 04:08:13.360 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90132025-05-15T04:08:13.907Z[ host-image] May 15 04:08:13.472 INFO O| May 15 04:08:13.472 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90142025-05-15T04:08:13.976Z[ host-image] May 15 04:08:13.541 INFO O| May 15 04:08:13.541 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90152025-05-15T04:08:14.012Z[ host-image] May 15 04:08:13.577 INFO O| May 15 04:08:13.577 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90162025-05-15T04:08:14.045Z[ host-image] May 15 04:08:13.610 INFO O| May 15 04:08:13.610 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90172025-05-15T04:08:14.145Z[ host-image] May 15 04:08:13.710 INFO O| May 15 04:08:13.710 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90182025-05-15T04:08:14.170Z[ host-image] May 15 04:08:13.710 INFO O| May 15 04:08:13.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90192025-05-15T04:08:14.170Z[ host-image] May 15 04:08:13.710 INFO O| May 15 04:08:13.710 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90202025-05-15T04:08:14.171Z[ host-image] May 15 04:08:13.724 INFO O| May 15 04:08:13.724 INFO boot environment UUID: afd5713e-665c-4ba1-98d0-9b8e09fb185b
90212025-05-15T04:08:14.171Z[ host-image] May 15 04:08:13.724 INFO O| May 15 04:08:13.724 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = afd5713e-665c-4ba1-98d0-9b8e09fb185b
90222025-05-15T04:08:14.196Z[ host-image] May 15 04:08:13.749 INFO O| May 15 04:08:13.749 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90232025-05-15T04:08:14.233Z[ host-image] May 15 04:08:13.798 INFO O| May 15 04:08:13.798 INFO STEP 0 (create_be) COMPLETE
90242025-05-15T04:08:14.233Z[ host-image] May 15 04:08:13.798 INFO O| May 15 04:08:13.798 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252025-05-15T04:08:14.260Z[ host-image] May 15 04:08:13.825 INFO O| May 15 04:08:13.825 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90262025-05-15T04:08:42.967Z[ host-image] May 15 04:08:42.534 INFO O| May 15 04:08:42.534 INFO STEP 1 (unpack_tar) COMPLETE
90272025-05-15T04:08:42.967Z[ host-image] May 15 04:08:42.534 INFO O| May 15 04:08:42.534 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90282025-05-15T04:08:43.019Z[ host-image] May 15 04:08:42.552 INFO O| May 15 04:08:42.552 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90292025-05-15T04:08:43.295Z[ host-image] May 15 04:08:42.862 INFO O| May 15 04:08:42.862 INFO STEP 2 (devfsadm) COMPLETE
90302025-05-15T04:08:43.295Z[ host-image] May 15 04:08:42.862 INFO O| May 15 04:08:42.862 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90312025-05-15T04:08:43.320Z[ host-image] May 15 04:08:42.882 INFO O| May 15 04:08:42.882 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90322025-05-15T04:08:43.320Z[ host-image] May 15 04:08:42.882 INFO O| May 15 04:08:42.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90332025-05-15T04:08:43.320Z[ host-image] May 15 04:08:42.882 INFO O| May 15 04:08:42.882 INFO STEP 3 (ensure_dir) COMPLETE
90342025-05-15T04:08:43.321Z[ host-image] May 15 04:08:42.882 INFO O| May 15 04:08:42.882 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90352025-05-15T04:08:43.345Z[ host-image] May 15 04:08:42.899 INFO O| May 15 04:08:42.899 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90362025-05-15T04:08:43.346Z[ host-image] May 15 04:08:42.899 INFO O| May 15 04:08:42.899 INFO STEP 4 (ensure_dir) COMPLETE
90372025-05-15T04:08:43.346Z[ host-image] May 15 04:08:42.899 INFO O| May 15 04:08:42.899 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90382025-05-15T04:08:43.373Z[ host-image] May 15 04:08:42.920 INFO O| May 15 04:08:42.920 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90392025-05-15T04:08:43.373Z[ host-image] May 15 04:08:42.920 INFO O| May 15 04:08:42.920 INFO STEP 5 (ensure_dir) COMPLETE
90402025-05-15T04:08:43.373Z[ host-image] May 15 04:08:42.920 INFO O| May 15 04:08:42.920 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90412025-05-15T04:08:43.410Z[ host-image] May 15 04:08:42.977 INFO O| May 15 04:08:42.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90422025-05-15T04:08:43.413Z[ host-image] May 15 04:08:42.977 INFO O| May 15 04:08:42.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90432025-05-15T04:08:43.413Z[ host-image] May 15 04:08:42.977 INFO O| May 15 04:08:42.977 INFO STEP 6 (ensure_dir) COMPLETE
90442025-05-15T04:08:43.439Z[ host-image] May 15 04:08:42.977 INFO O| May 15 04:08:42.977 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90452025-05-15T04:08:43.476Z[ host-image] May 15 04:08:43.043 INFO O| May 15 04:08:43.043 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90462025-05-15T04:08:43.477Z[ host-image] May 15 04:08:43.043 INFO O| May 15 04:08:43.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90472025-05-15T04:08:43.477Z[ host-image] May 15 04:08:43.043 INFO O| May 15 04:08:43.043 INFO STEP 7 (ensure_dir) COMPLETE
90482025-05-15T04:08:43.503Z[ host-image] May 15 04:08:43.043 INFO O| May 15 04:08:43.043 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90492025-05-15T04:08:43.529Z[ host-image] May 15 04:08:43.081 INFO O| May 15 04:08:43.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90502025-05-15T04:08:43.529Z[ host-image] May 15 04:08:43.081 INFO O| May 15 04:08:43.081 INFO STEP 8 (remove_files) COMPLETE
90512025-05-15T04:08:43.529Z[ host-image] May 15 04:08:43.081 INFO O| May 15 04:08:43.081 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90522025-05-15T04:08:43.573Z[ host-image] May 15 04:08:43.140 INFO O| May 15 04:08:43.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90532025-05-15T04:08:43.598Z[ host-image] May 15 04:08:43.141 INFO O| May 15 04:08:43.141 INFO STEP 9 (remove_files) COMPLETE
90542025-05-15T04:08:43.598Z[ host-image] May 15 04:08:43.141 INFO O| May 15 04:08:43.141 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90552025-05-15T04:08:43.598Z[ host-image] May 15 04:08:43.156 INFO O| May 15 04:08:43.156 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90562025-05-15T04:08:43.598Z[ host-image] May 15 04:08:43.157 INFO O| May 15 04:08:43.157 INFO STEP 10 (remove_files) COMPLETE
90572025-05-15T04:08:43.598Z[ host-image] May 15 04:08:43.157 INFO O| May 15 04:08:43.157 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90582025-05-15T04:08:43.623Z[ host-image] May 15 04:08:43.171 INFO O| May 15 04:08:43.171 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90592025-05-15T04:08:43.623Z[ host-image] May 15 04:08:43.171 INFO O| May 15 04:08:43.171 INFO STEP 11 (remove_files) COMPLETE
90602025-05-15T04:08:43.624Z[ host-image] May 15 04:08:43.171 INFO O| May 15 04:08:43.171 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90612025-05-15T04:08:43.624Z[ host-image] May 15 04:08:43.184 INFO O| May 15 04:08:43.184 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90622025-05-15T04:08:43.624Z[ host-image] May 15 04:08:43.184 INFO O| May 15 04:08:43.184 INFO STEP 12 (remove_files) COMPLETE
90632025-05-15T04:08:43.624Z[ host-image] May 15 04:08:43.184 INFO O| May 15 04:08:43.184 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90642025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.197 INFO O| May 15 04:08:43.197 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90652025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.197 INFO O| May 15 04:08:43.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90662025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.198 INFO O| May 15 04:08:43.197 INFO STEP 13 (ensure_dir) COMPLETE
90672025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.198 INFO O| May 15 04:08:43.198 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90682025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.212 INFO O| May 15 04:08:43.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90692025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.213 INFO O| May 15 04:08:43.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90702025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.213 INFO O| May 15 04:08:43.213 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90712025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.213 INFO O| May 15 04:08:43.213 INFO STEP 14 (ensure_dir) COMPLETE
90722025-05-15T04:08:43.650Z[ host-image] May 15 04:08:43.213 INFO O| May 15 04:08:43.213 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90732025-05-15T04:08:43.675Z[ host-image] May 15 04:08:43.231 INFO O| May 15 04:08:43.231 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90742025-05-15T04:08:43.675Z[ host-image] May 15 04:08:43.231 INFO O| May 15 04:08:43.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90752025-05-15T04:08:43.676Z[ host-image] May 15 04:08:43.232 INFO O| May 15 04:08:43.232 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90762025-05-15T04:08:43.676Z[ host-image] May 15 04:08:43.232 INFO O| May 15 04:08:43.232 INFO STEP 15 (ensure_dir) COMPLETE
90772025-05-15T04:08:43.676Z[ host-image] May 15 04:08:43.232 INFO O| May 15 04:08:43.232 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782025-05-15T04:08:43.718Z[ host-image] May 15 04:08:43.285 INFO O| May 15 04:08:43.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90792025-05-15T04:08:43.718Z[ host-image] May 15 04:08:43.285 INFO O| May 15 04:08:43.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90802025-05-15T04:08:43.743Z[ host-image] May 15 04:08:43.285 INFO O| May 15 04:08:43.285 INFO STEP 16 (ensure_dir) COMPLETE
90812025-05-15T04:08:43.743Z[ host-image] May 15 04:08:43.285 INFO O| May 15 04:08:43.285 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90822025-05-15T04:08:43.773Z[ host-image] May 15 04:08:43.340 INFO O| May 15 04:08:43.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90832025-05-15T04:08:43.775Z[ host-image] May 15 04:08:43.340 INFO O| May 15 04:08:43.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90842025-05-15T04:08:43.800Z[ host-image] May 15 04:08:43.340 INFO O| May 15 04:08:43.340 INFO STEP 17 (ensure_dir) COMPLETE
90852025-05-15T04:08:43.800Z[ host-image] May 15 04:08:43.340 INFO O| May 15 04:08:43.340 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862025-05-15T04:08:43.800Z[ host-image] May 15 04:08:43.354 INFO O| May 15 04:08:43.354 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90872025-05-15T04:08:43.800Z[ host-image] May 15 04:08:43.354 INFO O| May 15 04:08:43.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90882025-05-15T04:08:43.801Z[ host-image] May 15 04:08:43.354 INFO O| May 15 04:08:43.354 INFO ok!
90892025-05-15T04:08:43.801Z[ host-image] May 15 04:08:43.354 INFO O| May 15 04:08:43.354 INFO STEP 18 (ensure_symlink) COMPLETE
90902025-05-15T04:08:43.801Z[ host-image] May 15 04:08:43.354 INFO O| May 15 04:08:43.354 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.368 INFO O| May 15 04:08:43.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90922025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.368 INFO O| May 15 04:08:43.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90932025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.368 INFO O| May 15 04:08:43.368 INFO ok!
90942025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.368 INFO O| May 15 04:08:43.368 INFO STEP 19 (ensure_file) COMPLETE
90952025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.368 INFO O| May 15 04:08:43.368 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90962025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.381 INFO O| May 15 04:08:43.381 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90972025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.381 INFO O| May 15 04:08:43.381 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90982025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.381 INFO O| May 15 04:08:43.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90992025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.382 INFO O| May 15 04:08:43.381 INFO ok!
91002025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.382 INFO O| May 15 04:08:43.382 INFO STEP 20 (ensure_symlink) COMPLETE
91012025-05-15T04:08:43.826Z[ host-image] May 15 04:08:43.382 INFO O| May 15 04:08:43.382 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91022025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91032025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91042025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91052025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO ok!
91062025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO STEP 21 (ensure_symlink) COMPLETE
91072025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.395 INFO O| May 15 04:08:43.395 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91082025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91092025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91102025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91112025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO ok!
91122025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO STEP 22 (ensure_symlink) COMPLETE
91132025-05-15T04:08:43.851Z[ host-image] May 15 04:08:43.408 INFO O| May 15 04:08:43.408 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91142025-05-15T04:08:43.878Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91152025-05-15T04:08:43.878Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91162025-05-15T04:08:43.878Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91172025-05-15T04:08:43.878Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO ok!
91182025-05-15T04:08:43.879Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO STEP 23 (ensure_symlink) COMPLETE
91192025-05-15T04:08:43.879Z[ host-image] May 15 04:08:43.440 INFO O| May 15 04:08:43.440 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91202025-05-15T04:08:43.908Z[ host-image] May 15 04:08:43.475 INFO O| May 15 04:08:43.475 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91212025-05-15T04:08:43.909Z[ host-image] May 15 04:08:43.475 INFO O| May 15 04:08:43.475 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91222025-05-15T04:08:43.933Z[ host-image] May 15 04:08:43.476 INFO O| May 15 04:08:43.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91232025-05-15T04:08:43.934Z[ host-image] May 15 04:08:43.476 INFO O| May 15 04:08:43.476 INFO ok!
91242025-05-15T04:08:43.934Z[ host-image] May 15 04:08:43.476 INFO O| May 15 04:08:43.476 INFO STEP 24 (ensure_file) COMPLETE
91252025-05-15T04:08:43.934Z[ host-image] May 15 04:08:43.476 INFO O| May 15 04:08:43.476 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91262025-05-15T04:08:43.959Z[ host-image] May 15 04:08:43.516 INFO O| May 15 04:08:43.516 INFO updating shadow file
91272025-05-15T04:08:43.959Z[ host-image] May 15 04:08:43.516 INFO O| May 15 04:08:43.516 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91282025-05-15T04:08:43.959Z[ host-image] May 15 04:08:43.516 INFO O| May 15 04:08:43.516 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91292025-05-15T04:08:43.959Z[ host-image] May 15 04:08:43.516 INFO O| May 15 04:08:43.516 INFO STEP 25 (shadow) COMPLETE
91302025-05-15T04:08:43.959Z[ host-image] May 15 04:08:43.516 INFO O| May 15 04:08:43.516 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91312025-05-15T04:08:43.988Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91322025-05-15T04:08:43.988Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91332025-05-15T04:08:43.988Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91342025-05-15T04:08:44.013Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 INFO ok!
91352025-05-15T04:08:44.013Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 INFO STEP 26 (ensure_file) COMPLETE
91362025-05-15T04:08:44.013Z[ host-image] May 15 04:08:43.555 INFO O| May 15 04:08:43.555 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91372025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91382025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91392025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91402025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO ok!
91412025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO STEP 27 (ensure_file) COMPLETE
91422025-05-15T04:08:44.038Z[ host-image] May 15 04:08:43.594 INFO O| May 15 04:08:43.594 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91432025-05-15T04:08:44.085Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91442025-05-15T04:08:44.086Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91452025-05-15T04:08:44.086Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91462025-05-15T04:08:44.110Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91472025-05-15T04:08:44.110Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO ok!
91482025-05-15T04:08:44.110Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO STEP 28 (ensure_file) COMPLETE
91492025-05-15T04:08:44.110Z[ host-image] May 15 04:08:43.652 INFO O| May 15 04:08:43.652 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91502025-05-15T04:08:44.135Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91512025-05-15T04:08:44.135Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.681 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91522025-05-15T04:08:44.135Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91532025-05-15T04:08:44.135Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.681 INFO ok!
91542025-05-15T04:08:44.135Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.681 INFO STEP 29 (ensure_file) COMPLETE
91552025-05-15T04:08:44.136Z[ host-image] May 15 04:08:43.681 INFO O| May 15 04:08:43.681 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91562025-05-15T04:08:44.136Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91572025-05-15T04:08:44.136Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91582025-05-15T04:08:44.136Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91592025-05-15T04:08:44.161Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO ok!
91602025-05-15T04:08:44.161Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO STEP 30 (ensure_file) COMPLETE
91612025-05-15T04:08:44.161Z[ host-image] May 15 04:08:43.702 INFO O| May 15 04:08:43.702 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91622025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.740 INFO O| May 15 04:08:43.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91632025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.740 INFO O| May 15 04:08:43.740 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91642025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.741 INFO O| May 15 04:08:43.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91652025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.741 INFO O| May 15 04:08:43.741 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91662025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.741 INFO O| May 15 04:08:43.741 INFO ok!
91672025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.741 INFO O| May 15 04:08:43.741 INFO STEP 31 (ensure_file) COMPLETE
91682025-05-15T04:08:44.186Z[ host-image] May 15 04:08:43.741 INFO O| May 15 04:08:43.741 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91692025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.776 INFO O| May 15 04:08:43.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91702025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.776 INFO O| May 15 04:08:43.776 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91712025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.777 INFO O| May 15 04:08:43.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91722025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.777 INFO O| May 15 04:08:43.777 INFO ok!
91732025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.777 INFO O| May 15 04:08:43.777 INFO STEP 32 (ensure_file) COMPLETE
91742025-05-15T04:08:44.211Z[ host-image] May 15 04:08:43.777 INFO O| May 15 04:08:43.777 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91752025-05-15T04:08:44.250Z[ host-image] May 15 04:08:43.817 INFO O| May 15 04:08:43.817 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91762025-05-15T04:08:44.251Z[ host-image] May 15 04:08:43.817 INFO O| May 15 04:08:43.817 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91772025-05-15T04:08:44.251Z[ host-image] May 15 04:08:43.818 INFO O| May 15 04:08:43.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91782025-05-15T04:08:44.276Z[ host-image] May 15 04:08:43.818 INFO O| May 15 04:08:43.818 INFO ok!
91792025-05-15T04:08:44.276Z[ host-image] May 15 04:08:43.818 INFO O| May 15 04:08:43.818 INFO STEP 33 (ensure_file) COMPLETE
91802025-05-15T04:08:44.276Z[ host-image] May 15 04:08:43.818 INFO O| May 15 04:08:43.818 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91812025-05-15T04:08:44.308Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91822025-05-15T04:08:44.309Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91832025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91842025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91852025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91862025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91872025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO ok!
91882025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO STEP 34 (ensure_file) COMPLETE
91892025-05-15T04:08:44.334Z[ host-image] May 15 04:08:43.875 INFO O| May 15 04:08:43.875 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91902025-05-15T04:08:44.368Z[ host-image] May 15 04:08:43.934 INFO O| May 15 04:08:43.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91912025-05-15T04:08:44.368Z[ host-image] May 15 04:08:43.934 INFO O| May 15 04:08:43.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91922025-05-15T04:08:44.394Z[ host-image] May 15 04:08:43.934 INFO O| May 15 04:08:43.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91932025-05-15T04:08:44.394Z[ host-image] May 15 04:08:43.934 INFO O| May 15 04:08:43.934 INFO STEP 35 (ensure_dir) COMPLETE
91942025-05-15T04:08:44.394Z[ host-image] May 15 04:08:43.934 INFO O| May 15 04:08:43.934 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91952025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.948 INFO O| May 15 04:08:43.948 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
91962025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.948 INFO O| May 15 04:08:43.948 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 ...
91972025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 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
91982025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 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
91992025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 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
92002025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 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
92012025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 INFO ok!
92022025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 INFO STEP 36 (ensure_file) COMPLETE
92032025-05-15T04:08:44.396Z[ host-image] May 15 04:08:43.949 INFO O| May 15 04:08:43.949 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92042025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92052025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 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 ...
92062025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92072025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 INFO ok!
92082025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 INFO STEP 37 (ensure_symlink) COMPLETE
92092025-05-15T04:08:44.422Z[ host-image] May 15 04:08:43.983 INFO O| May 15 04:08:43.983 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92102025-05-15T04:08:44.455Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92112025-05-15T04:08:44.455Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92122025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92132025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92142025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92152025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92162025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO ok!
92172025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO STEP 38 (ensure_file) COMPLETE
92182025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.021 INFO O| May 15 04:08:44.021 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92192025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92202025-05-15T04:08:44.481Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 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 ...
92212025-05-15T04:08:44.482Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 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
92222025-05-15T04:08:44.482Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92232025-05-15T04:08:44.482Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 INFO ok!
92242025-05-15T04:08:44.482Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 INFO STEP 39 (ensure_file) COMPLETE
92252025-05-15T04:08:44.482Z[ host-image] May 15 04:08:44.037 INFO O| May 15 04:08:44.037 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92272025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92282025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92292025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO ok!
92302025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO STEP 40 (ensure_file) COMPLETE
92312025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.051 INFO O| May 15 04:08:44.051 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92322025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.068 INFO O| May 15 04:08:44.068 INFO updating shadow file
92332025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.069 INFO O| May 15 04:08:44.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92342025-05-15T04:08:44.507Z[ host-image] May 15 04:08:44.069 INFO O| May 15 04:08:44.069 INFO STEP 41 (shadow) COMPLETE
92352025-05-15T04:08:44.508Z[ host-image] May 15 04:08:44.069 INFO O| May 15 04:08:44.069 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92362025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.086 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92372025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92382025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92392025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92402025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO ok!
92412025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO STEP 42 (ensure_file) COMPLETE
92422025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92432025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO skip step because feature "mfg" is not enabled
92442025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92452025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO skip step because feature "mfg" is not enabled
92462025-05-15T04:08:44.533Z[ host-image] May 15 04:08:44.087 INFO O| May 15 04:08:44.087 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92472025-05-15T04:08:44.582Z[ host-image] May 15 04:08:44.149 INFO O| May 15 04:08:44.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92482025-05-15T04:08:44.582Z[ host-image] May 15 04:08:44.149 INFO O| May 15 04:08:44.149 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92492025-05-15T04:08:45.429Z[ host-image] May 15 04:08:44.996 INFO O| May 15 04:08:44.995 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92502025-05-15T04:08:45.429Z[ host-image] May 15 04:08:44.996 INFO O| May 15 04:08:44.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92512025-05-15T04:08:45.429Z[ host-image] May 15 04:08:44.996 INFO O| May 15 04:08:44.995 INFO ok!
92522025-05-15T04:08:45.454Z[ host-image] May 15 04:08:44.996 INFO O| May 15 04:08:44.995 INFO STEP 45 (ensure_file) COMPLETE
92532025-05-15T04:08:45.454Z[ host-image] May 15 04:08:44.996 INFO O| May 15 04:08:44.996 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92542025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92552025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92562025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92572025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO ok!
92612025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO STEP 46 (ensure_file) COMPLETE
92622025-05-15T04:08:45.454Z[ host-image] May 15 04:08:45.012 INFO O| May 15 04:08:45.012 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92632025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.043 INFO O| May 15 04:08:45.043 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92642025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.043 INFO O| May 15 04:08:45.043 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 ...
92652025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.043 INFO O| May 15 04:08:45.043 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
92662025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.043 INFO O| May 15 04:08:45.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92672025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.043 INFO O| May 15 04:08:45.043 INFO ok!
92682025-05-15T04:08:45.481Z[ host-image] May 15 04:08:45.044 INFO O| May 15 04:08:45.043 INFO STEP 47 (ensure_file) COMPLETE
92692025-05-15T04:08:45.482Z[ host-image] May 15 04:08:45.044 INFO O| May 15 04:08:45.043 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92702025-05-15T04:08:45.556Z[ host-image] May 15 04:08:45.121 INFO O| May 15 04:08:45.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92712025-05-15T04:08:45.557Z[ host-image] May 15 04:08:45.121 INFO O| May 15 04:08:45.121 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92722025-05-15T04:08:45.582Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92732025-05-15T04:08:45.582Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92742025-05-15T04:08:45.582Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92752025-05-15T04:08:45.583Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92762025-05-15T04:08:45.583Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO ok!
92772025-05-15T04:08:45.583Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO STEP 48 (ensure_file) COMPLETE
92782025-05-15T04:08:45.583Z[ host-image] May 15 04:08:45.122 INFO O| May 15 04:08:45.122 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92792025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.156 INFO O| May 15 04:08:45.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92802025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.156 INFO O| May 15 04:08:45.156 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 ...
92812025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.156 INFO O| May 15 04:08:45.156 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
92822025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.157 INFO O| May 15 04:08:45.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92832025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.157 INFO O| May 15 04:08:45.157 INFO ok!
92842025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.157 INFO O| May 15 04:08:45.157 INFO STEP 49 (ensure_file) COMPLETE
92852025-05-15T04:08:45.608Z[ host-image] May 15 04:08:45.157 INFO O| May 15 04:08:45.157 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92862025-05-15T04:08:45.633Z[ host-image] May 15 04:08:45.191 INFO O| May 15 04:08:45.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92872025-05-15T04:08:45.633Z[ host-image] May 15 04:08:45.191 INFO O| May 15 04:08:45.191 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92882025-05-15T04:08:45.633Z[ host-image] May 15 04:08:45.191 INFO O| May 15 04:08:45.191 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92892025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.191 INFO O| May 15 04:08:45.191 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92902025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.192 INFO O| May 15 04:08:45.191 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92912025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.192 INFO O| May 15 04:08:45.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92922025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.192 INFO O| May 15 04:08:45.192 INFO ok!
92932025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.192 INFO O| May 15 04:08:45.192 INFO STEP 50 (ensure_file) COMPLETE
92942025-05-15T04:08:45.635Z[ host-image] May 15 04:08:45.192 INFO O| May 15 04:08:45.192 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92952025-05-15T04:08:45.683Z[ host-image] May 15 04:08:45.250 INFO O| May 15 04:08:45.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92962025-05-15T04:08:45.683Z[ host-image] May 15 04:08:45.250 INFO O| May 15 04:08:45.250 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 ...
92972025-05-15T04:08:45.708Z[ host-image] May 15 04:08:45.251 INFO O| May 15 04:08:45.250 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
92982025-05-15T04:08:45.708Z[ host-image] May 15 04:08:45.251 INFO O| May 15 04:08:45.250 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92992025-05-15T04:08:45.708Z[ host-image] May 15 04:08:45.251 INFO O| May 15 04:08:45.250 INFO ok!
93002025-05-15T04:08:45.708Z[ host-image] May 15 04:08:45.251 INFO O| May 15 04:08:45.250 INFO STEP 51 (ensure_file) COMPLETE
93012025-05-15T04:08:45.708Z[ host-image] May 15 04:08:45.251 INFO O| May 15 04:08:45.250 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93022025-05-15T04:08:45.733Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93032025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 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 ...
93042025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 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
93052025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93062025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 INFO ok!
93072025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 INFO STEP 52 (ensure_file) COMPLETE
93082025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.285 INFO O| May 15 04:08:45.285 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93092025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93102025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 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 ...
93112025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 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
93122025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93132025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 INFO ok!
93142025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 INFO STEP 53 (ensure_file) COMPLETE
93152025-05-15T04:08:45.734Z[ host-image] May 15 04:08:45.299 INFO O| May 15 04:08:45.299 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162025-05-15T04:08:45.792Z[ host-image] May 15 04:08:45.359 INFO O| May 15 04:08:45.358 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93172025-05-15T04:08:45.792Z[ host-image] May 15 04:08:45.359 INFO O| May 15 04:08:45.359 INFO STEP 54 (ensure_dir) COMPLETE
93182025-05-15T04:08:45.792Z[ host-image] May 15 04:08:45.359 INFO O| May 15 04:08:45.359 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192025-05-15T04:08:45.826Z[ host-image] May 15 04:08:45.393 INFO O| May 15 04:08:45.393 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93202025-05-15T04:08:45.826Z[ host-image] May 15 04:08:45.393 INFO O| May 15 04:08:45.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93212025-05-15T04:08:45.851Z[ host-image] May 15 04:08:45.393 INFO O| May 15 04:08:45.393 INFO STEP 55 (ensure_dir) COMPLETE
93222025-05-15T04:08:45.851Z[ host-image] May 15 04:08:45.393 INFO O| May 15 04:08:45.393 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232025-05-15T04:08:45.890Z[ host-image] May 15 04:08:45.457 INFO O| May 15 04:08:45.457 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93242025-05-15T04:08:45.890Z[ host-image] May 15 04:08:45.457 INFO O| May 15 04:08:45.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93252025-05-15T04:08:45.916Z[ host-image] May 15 04:08:45.457 INFO O| May 15 04:08:45.457 INFO STEP 56 (ensure_dir) COMPLETE
93262025-05-15T04:08:45.916Z[ host-image] May 15 04:08:45.457 INFO O| May 15 04:08:45.457 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272025-05-15T04:08:45.942Z[ host-image] May 15 04:08:45.505 INFO O| May 15 04:08:45.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93282025-05-15T04:08:45.942Z[ host-image] May 15 04:08:45.505 INFO O| May 15 04:08:45.505 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93292025-05-15T04:08:47.630Z[ host-image] May 15 04:08:47.197 INFO O| May 15 04:08:47.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93302025-05-15T04:08:47.632Z[ host-image] May 15 04:08:47.197 INFO O| May 15 04:08:47.197 INFO ok!
93312025-05-15T04:08:47.657Z[ host-image] May 15 04:08:47.197 INFO O| May 15 04:08:47.197 INFO STEP 57 (ensure_file) COMPLETE
93322025-05-15T04:08:47.657Z[ host-image] May 15 04:08:47.197 INFO O| May 15 04:08:47.197 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332025-05-15T04:08:47.657Z[ host-image] May 15 04:08:47.218 INFO O| May 15 04:08:47.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93342025-05-15T04:08:47.657Z[ host-image] May 15 04:08:47.218 INFO O| May 15 04:08:47.217 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93352025-05-15T04:08:49.071Z[ host-image] May 15 04:08:48.638 INFO O| May 15 04:08:48.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93362025-05-15T04:08:49.071Z[ host-image] May 15 04:08:48.638 INFO O| May 15 04:08:48.638 INFO ok!
93372025-05-15T04:08:49.096Z[ host-image] May 15 04:08:48.638 INFO O| May 15 04:08:48.638 INFO STEP 58 (ensure_file) COMPLETE
93382025-05-15T04:08:49.096Z[ host-image] May 15 04:08:48.638 INFO O| May 15 04:08:48.638 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392025-05-15T04:08:49.097Z[ host-image] May 15 04:08:48.658 INFO O| May 15 04:08:48.658 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93402025-05-15T04:08:49.097Z[ host-image] May 15 04:08:48.658 INFO O| May 15 04:08:48.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93412025-05-15T04:08:49.097Z[ host-image] May 15 04:08:48.658 INFO O| May 15 04:08:48.658 INFO STEP 59 (ensure_dir) COMPLETE
93422025-05-15T04:08:49.097Z[ host-image] May 15 04:08:48.658 INFO O| May 15 04:08:48.658 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432025-05-15T04:08:49.122Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93442025-05-15T04:08:49.123Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.687 INFO copying /tmp/.tmprhdkHr/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 ...
93452025-05-15T04:08:49.123Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93462025-05-15T04:08:49.123Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.688 INFO ok!
93472025-05-15T04:08:49.123Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.688 INFO STEP 60 (ensure_file) COMPLETE
93482025-05-15T04:08:49.123Z[ host-image] May 15 04:08:48.688 INFO O| May 15 04:08:48.688 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492025-05-15T04:08:49.153Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93502025-05-15T04:08:49.153Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
93512025-05-15T04:08:49.153Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93522025-05-15T04:08:49.178Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO ok!
93532025-05-15T04:08:49.178Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO STEP 61 (ensure_file) COMPLETE
93542025-05-15T04:08:49.178Z[ host-image] May 15 04:08:48.720 INFO O| May 15 04:08:48.720 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552025-05-15T04:08:49.204Z[ host-image] May 15 04:08:48.751 INFO O| May 15 04:08:48.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93562025-05-15T04:08:49.204Z[ host-image] May 15 04:08:48.751 INFO O| May 15 04:08:48.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93572025-05-15T04:08:49.204Z[ host-image] May 15 04:08:48.751 INFO O| May 15 04:08:48.751 INFO STEP 62 (ensure_dir) COMPLETE
93582025-05-15T04:08:49.204Z[ host-image] May 15 04:08:48.751 INFO O| May 15 04:08:48.751 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592025-05-15T04:08:49.229Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93602025-05-15T04:08:49.229Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
93612025-05-15T04:08:49.229Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93622025-05-15T04:08:49.232Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO ok!
93632025-05-15T04:08:49.232Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO STEP 63 (ensure_file) COMPLETE
93642025-05-15T04:08:49.232Z[ host-image] May 15 04:08:48.785 INFO O| May 15 04:08:48.785 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.807 INFO O| May 15 04:08:48.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93662025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.807 INFO O| May 15 04:08:48.807 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
93672025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.808 INFO O| May 15 04:08:48.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93682025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.808 INFO O| May 15 04:08:48.808 INFO ok!
93692025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.808 INFO O| May 15 04:08:48.808 INFO STEP 64 (ensure_file) COMPLETE
93702025-05-15T04:08:49.257Z[ host-image] May 15 04:08:48.808 INFO O| May 15 04:08:48.808 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712025-05-15T04:08:49.282Z[ host-image] May 15 04:08:48.840 INFO O| May 15 04:08:48.840 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93722025-05-15T04:08:49.284Z[ host-image] May 15 04:08:48.840 INFO O| May 15 04:08:48.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93732025-05-15T04:08:49.284Z[ host-image] May 15 04:08:48.840 INFO O| May 15 04:08:48.840 INFO STEP 65 (ensure_dir) COMPLETE
93742025-05-15T04:08:49.284Z[ host-image] May 15 04:08:48.840 INFO O| May 15 04:08:48.840 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93762025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.854 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
93772025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93782025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.854 INFO ok!
93792025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.854 INFO STEP 66 (ensure_file) COMPLETE
93802025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.854 INFO O| May 15 04:08:48.854 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93822025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93832025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93842025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO ok!
93852025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO STEP 67 (ensure_file) COMPLETE
93862025-05-15T04:08:49.309Z[ host-image] May 15 04:08:48.868 INFO O| May 15 04:08:48.868 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872025-05-15T04:08:49.335Z[ host-image] May 15 04:08:48.882 INFO O| May 15 04:08:48.882 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93882025-05-15T04:08:49.335Z[ host-image] May 15 04:08:48.882 INFO O| May 15 04:08:48.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93892025-05-15T04:08:49.335Z[ host-image] May 15 04:08:48.882 INFO O| May 15 04:08:48.882 INFO STEP 68 (ensure_dir) COMPLETE
93902025-05-15T04:08:49.335Z[ host-image] May 15 04:08:48.883 INFO O| May 15 04:08:48.883 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912025-05-15T04:08:49.361Z[ host-image] May 15 04:08:48.910 INFO O| May 15 04:08:48.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93922025-05-15T04:08:49.361Z[ host-image] May 15 04:08:48.910 INFO O| May 15 04:08:48.910 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93932025-05-15T04:08:50.790Z[ host-image] May 15 04:08:50.357 INFO O| May 15 04:08:50.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93942025-05-15T04:08:50.790Z[ host-image] May 15 04:08:50.357 INFO O| May 15 04:08:50.357 INFO ok!
93952025-05-15T04:08:50.815Z[ host-image] May 15 04:08:50.357 INFO O| May 15 04:08:50.357 INFO STEP 69 (ensure_file) COMPLETE
93962025-05-15T04:08:50.815Z[ host-image] May 15 04:08:50.357 INFO O| May 15 04:08:50.357 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972025-05-15T04:08:50.815Z[ host-image] May 15 04:08:50.376 INFO O| May 15 04:08:50.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93982025-05-15T04:08:50.816Z[ host-image] May 15 04:08:50.376 INFO O| May 15 04:08:50.376 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93992025-05-15T04:08:53.560Z[ host-image] May 15 04:08:53.127 INFO O| May 15 04:08:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94002025-05-15T04:08:53.560Z[ host-image] May 15 04:08:53.127 INFO O| May 15 04:08:53.127 INFO ok!
94012025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.127 INFO O| May 15 04:08:53.127 INFO STEP 70 (ensure_file) COMPLETE
94022025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.127 INFO O| May 15 04:08:53.127 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.147 INFO O| May 15 04:08:53.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94042025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.147 INFO O| May 15 04:08:53.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94052025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.147 INFO O| May 15 04:08:53.147 INFO STEP 71 (ensure_dir) COMPLETE
94062025-05-15T04:08:53.585Z[ host-image] May 15 04:08:53.147 INFO O| May 15 04:08:53.147 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94082025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
94092025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94102025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO ok!
94112025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO STEP 72 (ensure_file) COMPLETE
94122025-05-15T04:08:53.610Z[ host-image] May 15 04:08:53.163 INFO O| May 15 04:08:53.163 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94142025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
94152025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94162025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO ok!
94172025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO STEP 73 (ensure_file) COMPLETE
94182025-05-15T04:08:53.635Z[ host-image] May 15 04:08:53.195 INFO O| May 15 04:08:53.195 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94202025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94212025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94222025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO ok!
94232025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO STEP 74 (ensure_file) COMPLETE
94242025-05-15T04:08:53.660Z[ host-image] May 15 04:08:53.212 INFO O| May 15 04:08:53.212 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252025-05-15T04:08:53.685Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94262025-05-15T04:08:53.685Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94272025-05-15T04:08:53.685Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94282025-05-15T04:08:53.685Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO ok!
94292025-05-15T04:08:53.686Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO STEP 75 (ensure_file) COMPLETE
94302025-05-15T04:08:53.686Z[ host-image] May 15 04:08:53.246 INFO O| May 15 04:08:53.246 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312025-05-15T04:08:53.744Z[ host-image] May 15 04:08:53.311 INFO O| May 15 04:08:53.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94322025-05-15T04:08:53.744Z[ host-image] May 15 04:08:53.311 INFO O| May 15 04:08:53.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94332025-05-15T04:08:53.744Z[ host-image] May 15 04:08:53.311 INFO O| May 15 04:08:53.311 INFO STEP 76 (ensure_dir) COMPLETE
94342025-05-15T04:08:53.769Z[ host-image] May 15 04:08:53.311 INFO O| May 15 04:08:53.311 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352025-05-15T04:08:53.794Z[ host-image] May 15 04:08:53.361 INFO O| May 15 04:08:53.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94362025-05-15T04:08:53.794Z[ host-image] May 15 04:08:53.361 INFO O| May 15 04:08:53.361 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94372025-05-15T04:08:53.819Z[ host-image] May 15 04:08:53.368 INFO O| May 15 04:08:53.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94382025-05-15T04:08:53.819Z[ host-image] May 15 04:08:53.368 INFO O| May 15 04:08:53.368 INFO ok!
94392025-05-15T04:08:53.819Z[ host-image] May 15 04:08:53.368 INFO O| May 15 04:08:53.368 INFO STEP 77 (ensure_file) COMPLETE
94402025-05-15T04:08:53.819Z[ host-image] May 15 04:08:53.368 INFO O| May 15 04:08:53.368 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.391 INFO O| May 15 04:08:53.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94422025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.391 INFO O| May 15 04:08:53.391 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94432025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.392 INFO O| May 15 04:08:53.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94442025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.392 INFO O| May 15 04:08:53.391 INFO ok!
94452025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.392 INFO O| May 15 04:08:53.392 INFO STEP 78 (ensure_file) COMPLETE
94462025-05-15T04:08:53.844Z[ host-image] May 15 04:08:53.392 INFO O| May 15 04:08:53.392 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472025-05-15T04:08:53.880Z[ host-image] May 15 04:08:53.447 INFO O| May 15 04:08:53.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94482025-05-15T04:08:53.880Z[ host-image] May 15 04:08:53.447 INFO O| May 15 04:08:53.447 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94492025-05-15T04:08:55.973Z[ recovery-image] May 15 04:08:55.540 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
94502025-05-15T04:08:55.973Z[ recovery-image] May 15 04:08:55.540 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94512025-05-15T04:08:56.868Z[ recovery-image] May 15 04:08:56.435 INFO E| Updating crates.io index
94522025-05-15T04:08:57.109Z[ host-image] May 15 04:08:56.677 INFO O| May 15 04:08:56.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94532025-05-15T04:08:57.109Z[ host-image] May 15 04:08:56.677 INFO O| May 15 04:08:56.676 INFO ok!
94542025-05-15T04:08:57.134Z[ host-image] May 15 04:08:56.677 INFO O| May 15 04:08:56.676 INFO STEP 79 (ensure_file) COMPLETE
94552025-05-15T04:08:57.137Z[ host-image] May 15 04:08:56.677 INFO O| May 15 04:08:56.676 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562025-05-15T04:08:57.137Z[ host-image] May 15 04:08:56.697 INFO O| May 15 04:08:56.697 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94572025-05-15T04:08:57.137Z[ host-image] May 15 04:08:56.697 INFO O| May 15 04:08:56.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94582025-05-15T04:08:57.137Z[ host-image] May 15 04:08:56.697 INFO O| May 15 04:08:56.697 INFO STEP 80 (ensure_dir) COMPLETE
94592025-05-15T04:08:57.137Z[ host-image] May 15 04:08:56.697 INFO O| May 15 04:08:56.697 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602025-05-15T04:08:57.163Z[ host-image] May 15 04:08:56.714 INFO O| May 15 04:08:56.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94612025-05-15T04:08:57.163Z[ host-image] May 15 04:08:56.715 INFO O| May 15 04:08:56.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94622025-05-15T04:08:57.163Z[ host-image] May 15 04:08:56.715 INFO O| May 15 04:08:56.715 INFO STEP 81 (ensure_dir) COMPLETE
94632025-05-15T04:08:57.163Z[ host-image] May 15 04:08:56.715 INFO O| May 15 04:08:56.715 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642025-05-15T04:08:57.187Z[ host-image] May 15 04:08:56.741 INFO O| May 15 04:08:56.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94652025-05-15T04:08:57.187Z[ host-image] May 15 04:08:56.741 INFO O| May 15 04:08:56.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94662025-05-15T04:08:57.187Z[ host-image] May 15 04:08:56.741 INFO O| May 15 04:08:56.741 INFO STEP 82 (ensure_dir) COMPLETE
94672025-05-15T04:08:57.188Z[ host-image] May 15 04:08:56.741 INFO O| May 15 04:08:56.741 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-05-15T04:08:57.235Z[ host-image] May 15 04:08:56.802 INFO O| May 15 04:08:56.802 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94692025-05-15T04:08:57.237Z[ host-image] May 15 04:08:56.803 INFO O| May 15 04:08:56.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94702025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.803 INFO O| May 15 04:08:56.803 INFO STEP 83 (ensure_dir) COMPLETE
94712025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.803 INFO O| May 15 04:08:56.803 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.816 INFO O| May 15 04:08:56.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94732025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.816 INFO O| May 15 04:08:56.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94742025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.816 INFO O| May 15 04:08:56.816 INFO STEP 84 (ensure_dir) COMPLETE
94752025-05-15T04:08:57.262Z[ host-image] May 15 04:08:56.816 INFO O| May 15 04:08:56.816 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762025-05-15T04:08:57.392Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94772025-05-15T04:08:57.392Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO copying /tmp/.tmprhdkHr/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 ...
94782025-05-15T04:08:57.418Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94792025-05-15T04:08:57.418Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO ok!
94802025-05-15T04:08:57.418Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO STEP 85 (ensure_file) COMPLETE
94812025-05-15T04:08:57.418Z[ host-image] May 15 04:08:56.960 INFO O| May 15 04:08:56.960 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-05-15T04:08:57.419Z[ host-image] May 15 04:08:56.976 INFO O| May 15 04:08:56.976 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94832025-05-15T04:08:57.419Z[ host-image] May 15 04:08:56.976 INFO O| May 15 04:08:56.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94842025-05-15T04:08:57.419Z[ host-image] May 15 04:08:56.976 INFO O| May 15 04:08:56.976 INFO STEP 86 (ensure_dir) COMPLETE
94852025-05-15T04:08:57.419Z[ host-image] May 15 04:08:56.976 INFO O| May 15 04:08:56.976 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862025-05-15T04:08:57.495Z[ host-image] May 15 04:08:57.063 INFO O| May 15 04:08:57.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94872025-05-15T04:08:57.495Z[ host-image] May 15 04:08:57.063 INFO O| May 15 04:08:57.063 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94882025-05-15T04:08:57.521Z[ host-image] May 15 04:08:57.064 INFO O| May 15 04:08:57.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94892025-05-15T04:08:57.522Z[ host-image] May 15 04:08:57.064 INFO O| May 15 04:08:57.064 INFO ok!
94902025-05-15T04:08:57.522Z[ host-image] May 15 04:08:57.064 INFO O| May 15 04:08:57.064 INFO STEP 87 (ensure_file) COMPLETE
94912025-05-15T04:08:57.522Z[ host-image] May 15 04:08:57.064 INFO O| May 15 04:08:57.064 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.101 INFO O| May 15 04:08:57.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94932025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.101 INFO O| May 15 04:08:57.101 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94942025-05-15T04:08:57.547Z[ recovery-image] May 15 04:08:57.106 INFO E| Downloading crates ...
94952025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.114 INFO O| May 15 04:08:57.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94962025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.114 INFO O| May 15 04:08:57.114 INFO ok!
94972025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.114 INFO O| May 15 04:08:57.114 INFO STEP 88 (ensure_file) COMPLETE
94982025-05-15T04:08:57.547Z[ host-image] May 15 04:08:57.114 INFO O| May 15 04:08:57.114 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992025-05-15T04:08:57.602Z[ host-image] May 15 04:08:57.170 INFO O| May 15 04:08:57.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95002025-05-15T04:08:57.602Z[ host-image] May 15 04:08:57.170 INFO O| May 15 04:08:57.170 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95012025-05-15T04:08:57.649Z[ recovery-image] May 15 04:08:57.217 INFO E| Downloaded shared_child v1.0.1
95022025-05-15T04:08:57.674Z[ recovery-image] May 15 04:08:57.220 INFO E| Downloaded anstyle-parse v0.2.6
95032025-05-15T04:08:57.674Z[ recovery-image] May 15 04:08:57.223 INFO E| Downloaded duct v0.13.7
95042025-05-15T04:08:57.674Z[ recovery-image] May 15 04:08:57.226 INFO E| Downloaded clap v4.5.37
95052025-05-15T04:08:57.674Z[ recovery-image] May 15 04:08:57.241 INFO E| Downloaded colorchoice v1.0.3
95062025-05-15T04:08:57.699Z[ recovery-image] May 15 04:08:57.245 INFO E| Downloaded os_pipe v1.2.1
95072025-05-15T04:08:57.699Z[ recovery-image] May 15 04:08:57.247 INFO E| Downloaded clap_builder v4.5.37
95082025-05-15T04:08:57.699Z[ recovery-image] May 15 04:08:57.258 INFO E| Downloaded anstyle-query v1.1.2
95092025-05-15T04:08:57.699Z[ recovery-image] May 15 04:08:57.260 INFO E| Downloaded syn v2.0.100
95102025-05-15T04:08:57.775Z[ recovery-image] May 15 04:08:57.343 INFO E| Compiling proc-macro2 v1.0.95
95112025-05-15T04:08:57.775Z[ recovery-image] May 15 04:08:57.343 INFO E| Compiling unicode-ident v1.0.18
95122025-05-15T04:08:57.775Z[ recovery-image] May 15 04:08:57.343 INFO E| Compiling libc v0.2.172
95132025-05-15T04:08:57.801Z[ recovery-image] May 15 04:08:57.344 INFO E| Compiling utf8parse v0.2.2
95142025-05-15T04:08:57.801Z[ recovery-image] May 15 04:08:57.344 INFO E| Compiling colorchoice v1.0.3
95152025-05-15T04:08:57.801Z[ recovery-image] May 15 04:08:57.344 INFO E| Compiling anstyle v1.0.10
95162025-05-15T04:08:57.801Z[ recovery-image] May 15 04:08:57.344 INFO E| Compiling anstyle-query v1.1.2
95172025-05-15T04:08:57.801Z[ recovery-image] May 15 04:08:57.344 INFO E| Compiling is_terminal_polyfill v1.70.1
95182025-05-15T04:08:58.298Z[ host-image] May 15 04:08:57.866 INFO O| May 15 04:08:57.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95192025-05-15T04:08:58.298Z[ host-image] May 15 04:08:57.866 INFO O| May 15 04:08:57.866 INFO ok!
95202025-05-15T04:08:58.323Z[ host-image] May 15 04:08:57.866 INFO O| May 15 04:08:57.866 INFO STEP 89 (ensure_file) COMPLETE
95212025-05-15T04:08:58.323Z[ host-image] May 15 04:08:57.866 INFO O| May 15 04:08:57.866 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95232025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95242025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95252025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO ok!
95262025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO STEP 90 (ensure_file) COMPLETE
95272025-05-15T04:08:58.324Z[ host-image] May 15 04:08:57.889 INFO O| May 15 04:08:57.889 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-05-15T04:08:58.350Z[ host-image] May 15 04:08:57.910 INFO O| May 15 04:08:57.910 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95292025-05-15T04:08:58.350Z[ host-image] May 15 04:08:57.910 INFO O| May 15 04:08:57.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95302025-05-15T04:08:58.350Z[ host-image] May 15 04:08:57.910 INFO O| May 15 04:08:57.910 INFO STEP 91 (ensure_dir) COMPLETE
95312025-05-15T04:08:58.350Z[ host-image] May 15 04:08:57.910 INFO O| May 15 04:08:57.910 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322025-05-15T04:08:58.493Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95332025-05-15T04:08:58.493Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO copying /tmp/.tmprhdkHr/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 ...
95342025-05-15T04:08:58.518Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95352025-05-15T04:08:58.518Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO ok!
95362025-05-15T04:08:58.518Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO STEP 92 (ensure_file) COMPLETE
95372025-05-15T04:08:58.518Z[ host-image] May 15 04:08:58.060 INFO O| May 15 04:08:58.060 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382025-05-15T04:08:58.577Z[ host-image] May 15 04:08:58.145 INFO O| May 15 04:08:58.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95392025-05-15T04:08:58.577Z[ host-image] May 15 04:08:58.145 INFO O| May 15 04:08:58.145 INFO copying /tmp/.tmprhdkHr/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 ...
95402025-05-15T04:08:58.602Z[ host-image] May 15 04:08:58.146 INFO O| May 15 04:08:58.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95412025-05-15T04:08:58.602Z[ host-image] May 15 04:08:58.146 INFO O| May 15 04:08:58.146 INFO ok!
95422025-05-15T04:08:58.603Z[ host-image] May 15 04:08:58.146 INFO O| May 15 04:08:58.146 INFO STEP 93 (ensure_file) COMPLETE
95432025-05-15T04:08:58.603Z[ host-image] May 15 04:08:58.146 INFO O| May 15 04:08:58.146 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442025-05-15T04:08:58.628Z[ host-image] May 15 04:08:58.191 INFO O| May 15 04:08:58.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95452025-05-15T04:08:58.628Z[ host-image] May 15 04:08:58.191 INFO O| May 15 04:08:58.191 INFO copying /tmp/.tmprhdkHr/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 ...
95462025-05-15T04:08:58.628Z[ host-image] May 15 04:08:58.191 INFO O| May 15 04:08:58.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95472025-05-15T04:08:58.628Z[ host-image] May 15 04:08:58.191 INFO O| May 15 04:08:58.191 INFO ok!
95482025-05-15T04:08:58.629Z[ host-image] May 15 04:08:58.191 INFO O| May 15 04:08:58.191 INFO STEP 94 (ensure_file) COMPLETE
95492025-05-15T04:08:58.629Z[ host-image] May 15 04:08:58.192 INFO O| May 15 04:08:58.192 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502025-05-15T04:08:58.654Z[ recovery-image] May 15 04:08:58.213 INFO E| Compiling anstyle-parse v0.2.6
95512025-05-15T04:08:58.679Z[ recovery-image] May 15 04:08:58.239 INFO E| Compiling clap_lex v0.7.4
95522025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.259 INFO O| May 15 04:08:58.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95532025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.259 INFO O| May 15 04:08:58.259 INFO copying /tmp/.tmprhdkHr/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 ...
95542025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.260 INFO O| May 15 04:08:58.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95552025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.260 INFO O| May 15 04:08:58.260 INFO ok!
95562025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.260 INFO O| May 15 04:08:58.260 INFO STEP 95 (ensure_file) COMPLETE
95572025-05-15T04:08:58.704Z[ host-image] May 15 04:08:58.260 INFO O| May 15 04:08:58.260 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582025-05-15T04:08:58.746Z[ recovery-image] May 15 04:08:58.314 INFO E| Compiling strsim v0.11.1
95592025-05-15T04:08:58.771Z[ recovery-image] May 15 04:08:58.322 INFO E| Compiling heck v0.5.0
95602025-05-15T04:08:58.771Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95612025-05-15T04:08:58.772Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO copying /tmp/.tmprhdkHr/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 ...
95622025-05-15T04:08:58.772Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95632025-05-15T04:08:58.772Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO ok!
95642025-05-15T04:08:58.772Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO STEP 96 (ensure_file) COMPLETE
95652025-05-15T04:08:58.772Z[ host-image] May 15 04:08:58.330 INFO O| May 15 04:08:58.330 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662025-05-15T04:08:58.811Z[ host-image] May 15 04:08:58.379 INFO O| May 15 04:08:58.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95672025-05-15T04:08:58.811Z[ host-image] May 15 04:08:58.379 INFO O| May 15 04:08:58.379 INFO copying /tmp/.tmprhdkHr/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 ...
95682025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.379 INFO O| May 15 04:08:58.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95692025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.379 INFO O| May 15 04:08:58.379 INFO ok!
95702025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.379 INFO O| May 15 04:08:58.379 INFO STEP 97 (ensure_file) COMPLETE
95712025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.380 INFO O| May 15 04:08:58.379 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95732025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95742025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95752025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO ok!
95762025-05-15T04:08:58.836Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO STEP 98 (ensure_file) COMPLETE
95772025-05-15T04:08:58.837Z[ host-image] May 15 04:08:58.398 INFO O| May 15 04:08:58.398 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782025-05-15T04:08:58.862Z[ host-image] May 15 04:08:58.416 INFO O| May 15 04:08:58.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95792025-05-15T04:08:58.862Z[ host-image] May 15 04:08:58.416 INFO O| May 15 04:08:58.416 INFO copying /tmp/.tmprhdkHr/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 ...
95802025-05-15T04:08:58.862Z[ host-image] May 15 04:08:58.416 INFO O| May 15 04:08:58.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95812025-05-15T04:08:58.862Z[ host-image] May 15 04:08:58.416 INFO O| May 15 04:08:58.416 INFO ok!
95822025-05-15T04:08:58.862Z[ host-image] May 15 04:08:58.416 INFO O| May 15 04:08:58.416 INFO STEP 99 (ensure_file) COMPLETE
95832025-05-15T04:08:58.863Z[ host-image] May 15 04:08:58.417 INFO O| May 15 04:08:58.416 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842025-05-15T04:08:58.913Z[ recovery-image] May 15 04:08:58.481 INFO E| Compiling once_cell v1.21.3
95852025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95862025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO copying /tmp/.tmprhdkHr/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 ...
95872025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95882025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO ok!
95892025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO STEP 100 (ensure_file) COMPLETE
95902025-05-15T04:08:59.059Z[ host-image] May 15 04:08:58.626 INFO O| May 15 04:08:58.626 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912025-05-15T04:08:59.132Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95922025-05-15T04:08:59.132Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO copying /tmp/.tmprhdkHr/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 ...
95932025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95942025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO ok!
95952025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO STEP 101 (ensure_file) COMPLETE
95962025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.698 INFO O| May 15 04:08:58.698 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95982025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95992025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96002025-05-15T04:08:59.157Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO ok!
96012025-05-15T04:08:59.182Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO STEP 102 (ensure_file) COMPLETE
96022025-05-15T04:08:59.182Z[ host-image] May 15 04:08:58.722 INFO O| May 15 04:08:58.722 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032025-05-15T04:08:59.207Z[ recovery-image] May 15 04:08:58.754 INFO E| Compiling anstream v0.6.18
96042025-05-15T04:08:59.233Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96052025-05-15T04:08:59.233Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO copying /tmp/.tmprhdkHr/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 ...
96062025-05-15T04:08:59.234Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96072025-05-15T04:08:59.234Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO ok!
96082025-05-15T04:08:59.234Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO STEP 103 (ensure_file) COMPLETE
96092025-05-15T04:08:59.234Z[ host-image] May 15 04:08:58.788 INFO O| May 15 04:08:58.788 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-05-15T04:08:59.361Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96112025-05-15T04:08:59.361Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO copying /tmp/.tmprhdkHr/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 ...
96122025-05-15T04:08:59.361Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96132025-05-15T04:08:59.361Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO ok!
96142025-05-15T04:08:59.361Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO STEP 104 (ensure_file) COMPLETE
96152025-05-15T04:08:59.386Z[ host-image] May 15 04:08:58.928 INFO O| May 15 04:08:58.928 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-05-15T04:08:59.438Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96172025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO copying /tmp/.tmprhdkHr/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 ...
96182025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96192025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO ok!
96202025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO STEP 105 (ensure_file) COMPLETE
96212025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.006 INFO O| May 15 04:08:59.006 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96232025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO copying /tmp/.tmprhdkHr/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 ...
96242025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96252025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO ok!
96262025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO STEP 106 (ensure_file) COMPLETE
96272025-05-15T04:08:59.463Z[ host-image] May 15 04:08:59.022 INFO O| May 15 04:08:59.022 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282025-05-15T04:08:59.513Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96292025-05-15T04:08:59.513Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO copying /tmp/.tmprhdkHr/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 ...
96302025-05-15T04:08:59.513Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96312025-05-15T04:08:59.538Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO ok!
96322025-05-15T04:08:59.539Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO STEP 107 (ensure_file) COMPLETE
96332025-05-15T04:08:59.539Z[ host-image] May 15 04:08:59.080 INFO O| May 15 04:08:59.080 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342025-05-15T04:08:59.626Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96352025-05-15T04:08:59.626Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO copying /tmp/.tmprhdkHr/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 ...
96362025-05-15T04:08:59.626Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96372025-05-15T04:08:59.626Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO ok!
96382025-05-15T04:08:59.626Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO STEP 108 (ensure_file) COMPLETE
96392025-05-15T04:08:59.657Z[ host-image] May 15 04:08:59.193 INFO O| May 15 04:08:59.193 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402025-05-15T04:08:59.682Z[ host-image] May 15 04:08:59.247 INFO O| May 15 04:08:59.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96412025-05-15T04:08:59.683Z[ host-image] May 15 04:08:59.247 INFO O| May 15 04:08:59.247 INFO copying /tmp/.tmprhdkHr/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 ...
96422025-05-15T04:08:59.683Z[ host-image] May 15 04:08:59.248 INFO O| May 15 04:08:59.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96432025-05-15T04:08:59.683Z[ host-image] May 15 04:08:59.248 INFO O| May 15 04:08:59.248 INFO ok!
96442025-05-15T04:08:59.683Z[ host-image] May 15 04:08:59.248 INFO O| May 15 04:08:59.248 INFO STEP 109 (ensure_file) COMPLETE
96452025-05-15T04:08:59.683Z[ host-image] May 15 04:08:59.248 INFO O| May 15 04:08:59.248 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462025-05-15T04:08:59.708Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96472025-05-15T04:08:59.709Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO copying /tmp/.tmprhdkHr/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 ...
96482025-05-15T04:08:59.709Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96492025-05-15T04:08:59.709Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO ok!
96502025-05-15T04:08:59.709Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO STEP 110 (ensure_file) COMPLETE
96512025-05-15T04:08:59.709Z[ host-image] May 15 04:08:59.265 INFO O| May 15 04:08:59.265 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522025-05-15T04:08:59.737Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.304 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96532025-05-15T04:08:59.737Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.305 INFO copying /tmp/.tmprhdkHr/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 ...
96542025-05-15T04:08:59.762Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96552025-05-15T04:08:59.762Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.305 INFO ok!
96562025-05-15T04:08:59.762Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.305 INFO STEP 111 (ensure_file) COMPLETE
96572025-05-15T04:08:59.762Z[ host-image] May 15 04:08:59.305 INFO O| May 15 04:08:59.305 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-05-15T04:08:59.786Z[ recovery-image] May 15 04:08:59.354 INFO E| Compiling clap_builder v4.5.37
96592025-05-15T04:08:59.787Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96602025-05-15T04:08:59.787Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO copying /tmp/.tmprhdkHr/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 ...
96612025-05-15T04:08:59.787Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96622025-05-15T04:08:59.788Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO ok!
96632025-05-15T04:08:59.788Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO STEP 112 (ensure_file) COMPLETE
96642025-05-15T04:08:59.788Z[ host-image] May 15 04:08:59.354 INFO O| May 15 04:08:59.354 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96662025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO copying /tmp/.tmprhdkHr/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 ...
96672025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96682025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO ok!
96692025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO STEP 113 (ensure_file) COMPLETE
96702025-05-15T04:08:59.813Z[ host-image] May 15 04:08:59.373 INFO O| May 15 04:08:59.373 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712025-05-15T04:08:59.867Z[ host-image] May 15 04:08:59.435 INFO O| May 15 04:08:59.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96722025-05-15T04:08:59.867Z[ host-image] May 15 04:08:59.435 INFO O| May 15 04:08:59.435 INFO copying /tmp/.tmprhdkHr/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 ...
96732025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.436 INFO O| May 15 04:08:59.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96742025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.436 INFO O| May 15 04:08:59.436 INFO ok!
96752025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.436 INFO O| May 15 04:08:59.436 INFO STEP 114 (ensure_file) COMPLETE
96762025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.436 INFO O| May 15 04:08:59.436 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.453 INFO O| May 15 04:08:59.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96782025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.453 INFO O| May 15 04:08:59.453 INFO copying /tmp/.tmprhdkHr/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 ...
96792025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.454 INFO O| May 15 04:08:59.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96802025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.454 INFO O| May 15 04:08:59.454 INFO ok!
96812025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.454 INFO O| May 15 04:08:59.454 INFO STEP 115 (ensure_file) COMPLETE
96822025-05-15T04:08:59.894Z[ host-image] May 15 04:08:59.454 INFO O| May 15 04:08:59.454 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.482 INFO O| May 15 04:08:59.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96842025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.482 INFO O| May 15 04:08:59.482 INFO copying /tmp/.tmprhdkHr/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 ...
96852025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.482 INFO O| May 15 04:08:59.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96862025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.482 INFO O| May 15 04:08:59.482 INFO ok!
96872025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.483 INFO O| May 15 04:08:59.482 INFO STEP 116 (ensure_file) COMPLETE
96882025-05-15T04:08:59.920Z[ host-image] May 15 04:08:59.483 INFO O| May 15 04:08:59.482 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892025-05-15T04:08:59.983Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96902025-05-15T04:08:59.983Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO copying /tmp/.tmprhdkHr/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 ...
96912025-05-15T04:08:59.984Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96922025-05-15T04:08:59.984Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO ok!
96932025-05-15T04:08:59.984Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO STEP 117 (ensure_file) COMPLETE
96942025-05-15T04:08:59.984Z[ host-image] May 15 04:08:59.549 INFO O| May 15 04:08:59.549 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952025-05-15T04:09:00.021Z[ host-image] May 15 04:08:59.588 INFO O| May 15 04:08:59.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96962025-05-15T04:09:00.021Z[ host-image] May 15 04:08:59.588 INFO O| May 15 04:08:59.588 INFO copying /tmp/.tmprhdkHr/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 ...
96972025-05-15T04:09:00.021Z[ host-image] May 15 04:08:59.589 INFO O| May 15 04:08:59.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96982025-05-15T04:09:00.021Z[ host-image] May 15 04:08:59.589 INFO O| May 15 04:08:59.588 INFO ok!
96992025-05-15T04:09:00.021Z[ host-image] May 15 04:08:59.589 INFO O| May 15 04:08:59.589 INFO STEP 118 (ensure_file) COMPLETE
97002025-05-15T04:09:00.046Z[ host-image] May 15 04:08:59.589 INFO O| May 15 04:08:59.589 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012025-05-15T04:09:00.092Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97022025-05-15T04:09:00.092Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO copying /tmp/.tmprhdkHr/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 ...
97032025-05-15T04:09:00.117Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97042025-05-15T04:09:00.117Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO ok!
97052025-05-15T04:09:00.117Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO STEP 119 (ensure_file) COMPLETE
97062025-05-15T04:09:00.117Z[ host-image] May 15 04:08:59.660 INFO O| May 15 04:08:59.660 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97082025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO copying /tmp/.tmprhdkHr/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 ...
97092025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97102025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO ok!
97112025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO STEP 120 (ensure_file) COMPLETE
97122025-05-15T04:09:00.142Z[ host-image] May 15 04:08:59.709 INFO O| May 15 04:08:59.709 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132025-05-15T04:09:00.197Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97142025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97152025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97162025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO ok!
97172025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO STEP 121 (ensure_file) COMPLETE
97182025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.765 INFO O| May 15 04:08:59.765 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97202025-05-15T04:09:00.223Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO copying /tmp/.tmprhdkHr/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 ...
97212025-05-15T04:09:00.224Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97222025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO ok!
97232025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO STEP 122 (ensure_file) COMPLETE
97242025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.791 INFO O| May 15 04:08:59.791 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97262025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97272025-05-15T04:09:00.249Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97282025-05-15T04:09:00.250Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO ok!
97292025-05-15T04:09:00.250Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO STEP 123 (ensure_file) COMPLETE
97302025-05-15T04:09:00.250Z[ host-image] May 15 04:08:59.807 INFO O| May 15 04:08:59.807 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312025-05-15T04:09:00.275Z[ host-image] May 15 04:08:59.824 INFO O| May 15 04:08:59.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97322025-05-15T04:09:00.275Z[ host-image] May 15 04:08:59.824 INFO O| May 15 04:08:59.824 INFO copying /tmp/.tmprhdkHr/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97332025-05-15T04:09:01.189Z[ recovery-image] May 15 04:09:00.734 INFO E| Compiling os_pipe v1.2.1
97342025-05-15T04:09:01.191Z[ recovery-image] May 15 04:09:00.734 INFO E| Compiling shared_child v1.0.1
97352025-05-15T04:09:01.546Z[ recovery-image] May 15 04:09:01.114 INFO E| Compiling duct v0.13.7
97362025-05-15T04:09:01.868Z[ recovery-image] May 15 04:09:01.435 INFO E| Compiling quote v1.0.40
97372025-05-15T04:09:02.644Z[ recovery-image] May 15 04:09:02.211 INFO E| Compiling syn v2.0.100
97382025-05-15T04:09:11.431Z[ recovery-image] May 15 04:09:10.999 INFO E| Compiling clap_derive v4.5.32
97392025-05-15T04:09:15.048Z[ recovery-image] May 15 04:09:14.617 INFO E| Compiling clap v4.5.37
97402025-05-15T04:09:15.177Z[ recovery-image] May 15 04:09:14.746 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
97412025-05-15T04:09:16.182Z[ host-image] May 15 04:09:15.751 INFO O| May 15 04:09:15.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97422025-05-15T04:09:16.182Z[ host-image] May 15 04:09:15.751 INFO O| May 15 04:09:15.750 INFO ok!
97432025-05-15T04:09:16.207Z[ host-image] May 15 04:09:15.751 INFO O| May 15 04:09:15.750 INFO STEP 124 (ensure_file) COMPLETE
97442025-05-15T04:09:16.207Z[ host-image] May 15 04:09:15.751 INFO O| May 15 04:09:15.750 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-05-15T04:09:16.207Z[ host-image] May 15 04:09:15.770 INFO O| May 15 04:09:15.770 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97462025-05-15T04:09:16.207Z[ host-image] May 15 04:09:15.770 INFO O| May 15 04:09:15.770 INFO STEP 125 (ensure_dir) COMPLETE
97472025-05-15T04:09:16.207Z[ host-image] May 15 04:09:15.770 INFO O| May 15 04:09:15.770 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482025-05-15T04:09:16.232Z[ host-image] May 15 04:09:15.786 INFO O| May 15 04:09:15.786 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97492025-05-15T04:09:16.233Z[ host-image] May 15 04:09:15.786 INFO O| May 15 04:09:15.786 INFO STEP 126 (ensure_dir) COMPLETE
97502025-05-15T04:09:16.233Z[ host-image] May 15 04:09:15.786 INFO O| May 15 04:09:15.786 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.805 INFO O| May 15 04:09:15.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97522025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.805 INFO O| May 15 04:09:15.805 INFO STEP 127 (ensure_dir) COMPLETE
97532025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.805 INFO O| May 15 04:09:15.805 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.820 INFO O| May 15 04:09:15.820 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97552025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.820 INFO O| May 15 04:09:15.820 INFO STEP 128 (ensure_dir) COMPLETE
97562025-05-15T04:09:16.258Z[ host-image] May 15 04:09:15.820 INFO O| May 15 04:09:15.820 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.834 INFO O| May 15 04:09:15.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97582025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.834 INFO O| May 15 04:09:15.834 INFO copying /tmp/.tmprhdkHr/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 ...
97592025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.835 INFO O| May 15 04:09:15.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97602025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.835 INFO O| May 15 04:09:15.835 INFO ok!
97612025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.835 INFO O| May 15 04:09:15.835 INFO STEP 129 (ensure_file) COMPLETE
97622025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.835 INFO O| May 15 04:09:15.835 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632025-05-15T04:09:16.283Z[ host-image] May 15 04:09:15.849 INFO O| May 15 04:09:15.849 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97642025-05-15T04:09:16.284Z[ host-image] May 15 04:09:15.849 INFO O| May 15 04:09:15.849 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97652025-05-15T04:09:16.284Z[ host-image] May 15 04:09:15.849 INFO O| May 15 04:09:15.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97662025-05-15T04:09:16.284Z[ host-image] May 15 04:09:15.849 INFO O| May 15 04:09:15.849 INFO STEP 130 (ensure_dir) COMPLETE
97672025-05-15T04:09:16.284Z[ host-image] May 15 04:09:15.849 INFO O| May 15 04:09:15.849 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-05-15T04:09:16.310Z[ host-image] May 15 04:09:15.863 INFO O| May 15 04:09:15.863 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97692025-05-15T04:09:16.310Z[ host-image] May 15 04:09:15.863 INFO O| May 15 04:09:15.863 INFO copying /tmp/.tmprhdkHr/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97702025-05-15T04:09:16.310Z[ host-image] May 15 04:09:15.864 INFO O| May 15 04:09:15.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97712025-05-15T04:09:16.310Z[ host-image] May 15 04:09:15.864 INFO O| May 15 04:09:15.863 INFO ok!
97722025-05-15T04:09:16.311Z[ host-image] May 15 04:09:15.864 INFO O| May 15 04:09:15.863 INFO STEP 131 (ensure_file) COMPLETE
97732025-05-15T04:09:16.311Z[ host-image] May 15 04:09:15.864 INFO O| May 15 04:09:15.864 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97742025-05-15T04:09:16.311Z[ host-image] May 15 04:09:15.878 INFO O| May 15 04:09:15.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97752025-05-15T04:09:16.311Z[ host-image] May 15 04:09:15.878 INFO O| May 15 04:09:15.878 INFO STEP 132 (remove_files) COMPLETE
97762025-05-15T04:09:16.336Z[ host-image] May 15 04:09:15.878 INFO O| May 15 04:09:15.878 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97772025-05-15T04:09:16.336Z[ host-image] May 15 04:09:15.893 INFO O| May 15 04:09:15.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97782025-05-15T04:09:16.336Z[ host-image] May 15 04:09:15.893 INFO O| May 15 04:09:15.893 INFO STEP 133 (remove_files) COMPLETE
97792025-05-15T04:09:16.336Z[ host-image] May 15 04:09:15.893 INFO O| May 15 04:09:15.893 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97802025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.908 INFO O| May 15 04:09:15.908 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97812025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.908 INFO O| May 15 04:09:15.908 INFO STEP 134 (remove_files) COMPLETE
97822025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.908 INFO O| May 15 04:09:15.908 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.922 INFO O| May 15 04:09:15.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97842025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.922 INFO O| May 15 04:09:15.922 INFO STEP 135 (remove_files) COMPLETE
97852025-05-15T04:09:16.362Z[ host-image] May 15 04:09:15.922 INFO O| May 15 04:09:15.922 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862025-05-15T04:09:16.387Z[ host-image] May 15 04:09:15.936 INFO O| May 15 04:09:15.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97872025-05-15T04:09:16.388Z[ host-image] May 15 04:09:15.936 INFO O| May 15 04:09:15.936 INFO STEP 136 (remove_files) COMPLETE
97882025-05-15T04:09:16.388Z[ host-image] May 15 04:09:15.936 INFO O| May 15 04:09:15.936 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892025-05-15T04:09:16.388Z[ host-image] May 15 04:09:15.950 INFO O| May 15 04:09:15.950 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97902025-05-15T04:09:16.388Z[ host-image] May 15 04:09:15.950 INFO O| May 15 04:09:15.950 INFO STEP 137 (remove_files) COMPLETE
97912025-05-15T04:09:16.388Z[ host-image] May 15 04:09:15.950 INFO O| May 15 04:09:15.950 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.965 INFO O| May 15 04:09:15.965 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97932025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.965 INFO O| May 15 04:09:15.965 INFO STEP 138 (remove_files) COMPLETE
97942025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.965 INFO O| May 15 04:09:15.965 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.979 INFO O| May 15 04:09:15.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97962025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.980 INFO O| May 15 04:09:15.979 INFO STEP 139 (remove_files) COMPLETE
97972025-05-15T04:09:16.413Z[ host-image] May 15 04:09:15.980 INFO O| May 15 04:09:15.980 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982025-05-15T04:09:16.438Z[ host-image] May 15 04:09:15.993 INFO O| May 15 04:09:15.993 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97992025-05-15T04:09:16.438Z[ host-image] May 15 04:09:15.993 INFO O| May 15 04:09:15.993 INFO STEP 140 (remove_files) COMPLETE
98002025-05-15T04:09:16.438Z[ host-image] May 15 04:09:15.993 INFO O| May 15 04:09:15.993 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012025-05-15T04:09:16.463Z[ host-image] May 15 04:09:16.008 INFO O| May 15 04:09:16.008 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98022025-05-15T04:09:16.464Z[ host-image] May 15 04:09:16.008 INFO O| May 15 04:09:16.008 INFO STEP 141 (remove_files) COMPLETE
98032025-05-15T04:09:16.464Z[ host-image] May 15 04:09:16.008 INFO O| May 15 04:09:16.008 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042025-05-15T04:09:16.464Z[ host-image] May 15 04:09:16.021 INFO O| May 15 04:09:16.021 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98052025-05-15T04:09:16.464Z[ host-image] May 15 04:09:16.021 INFO O| May 15 04:09:16.021 INFO STEP 142 (remove_files) COMPLETE
98062025-05-15T04:09:16.464Z[ host-image] May 15 04:09:16.021 INFO O| May 15 04:09:16.021 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.034 INFO O| May 15 04:09:16.034 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98082025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.034 INFO O| May 15 04:09:16.034 INFO STEP 143 (remove_files) COMPLETE
98092025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.034 INFO O| May 15 04:09:16.034 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.048 INFO O| May 15 04:09:16.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98112025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.048 INFO O| May 15 04:09:16.048 INFO STEP 144 (remove_files) COMPLETE
98122025-05-15T04:09:16.489Z[ host-image] May 15 04:09:16.048 INFO O| May 15 04:09:16.048 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.061 INFO O| May 15 04:09:16.061 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98142025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.061 INFO O| May 15 04:09:16.061 INFO STEP 145 (remove_files) COMPLETE
98152025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.061 INFO O| May 15 04:09:16.061 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.074 INFO O| May 15 04:09:16.074 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98172025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.074 INFO O| May 15 04:09:16.074 INFO STEP 146 (remove_files) COMPLETE
98182025-05-15T04:09:16.515Z[ host-image] May 15 04:09:16.074 INFO O| May 15 04:09:16.074 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192025-05-15T04:09:16.540Z[ host-image] May 15 04:09:16.087 INFO O| May 15 04:09:16.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98202025-05-15T04:09:16.540Z[ host-image] May 15 04:09:16.087 INFO O| May 15 04:09:16.087 INFO STEP 147 (remove_files) COMPLETE
98212025-05-15T04:09:16.540Z[ host-image] May 15 04:09:16.087 INFO O| May 15 04:09:16.087 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222025-05-15T04:09:16.540Z[ host-image] May 15 04:09:16.100 INFO O| May 15 04:09:16.100 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98232025-05-15T04:09:16.540Z[ host-image] May 15 04:09:16.100 INFO O| May 15 04:09:16.100 INFO STEP 148 (remove_files) COMPLETE
98242025-05-15T04:09:16.541Z[ host-image] May 15 04:09:16.100 INFO O| May 15 04:09:16.100 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252025-05-15T04:09:16.566Z[ host-image] May 15 04:09:16.114 INFO O| May 15 04:09:16.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98262025-05-15T04:09:16.566Z[ host-image] May 15 04:09:16.114 INFO O| May 15 04:09:16.114 INFO STEP 149 (remove_files) COMPLETE
98272025-05-15T04:09:16.567Z[ host-image] May 15 04:09:16.114 INFO O| May 15 04:09:16.114 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282025-05-15T04:09:16.567Z[ host-image] May 15 04:09:16.126 INFO O| May 15 04:09:16.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98292025-05-15T04:09:16.567Z[ host-image] May 15 04:09:16.126 INFO O| May 15 04:09:16.126 INFO STEP 150 (remove_files) COMPLETE
98302025-05-15T04:09:16.567Z[ host-image] May 15 04:09:16.126 INFO O| May 15 04:09:16.126 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312025-05-15T04:09:16.592Z[ host-image] May 15 04:09:16.139 INFO O| May 15 04:09:16.139 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98322025-05-15T04:09:16.592Z[ host-image] May 15 04:09:16.139 INFO O| May 15 04:09:16.139 INFO STEP 151 (remove_files) COMPLETE
98332025-05-15T04:09:16.592Z[ host-image] May 15 04:09:16.139 INFO O| May 15 04:09:16.139 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342025-05-15T04:09:16.592Z[ host-image] May 15 04:09:16.152 INFO O| May 15 04:09:16.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98352025-05-15T04:09:16.593Z[ host-image] May 15 04:09:16.152 INFO O| May 15 04:09:16.152 INFO STEP 152 (remove_files) COMPLETE
98362025-05-15T04:09:16.593Z[ host-image] May 15 04:09:16.152 INFO O| May 15 04:09:16.152 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372025-05-15T04:09:16.617Z[ host-image] May 15 04:09:16.165 INFO O| May 15 04:09:16.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98382025-05-15T04:09:16.617Z[ host-image] May 15 04:09:16.166 INFO O| May 15 04:09:16.166 INFO STEP 153 (remove_files) COMPLETE
98392025-05-15T04:09:16.619Z[ host-image] May 15 04:09:16.166 INFO O| May 15 04:09:16.166 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402025-05-15T04:09:16.619Z[ host-image] May 15 04:09:16.179 INFO O| May 15 04:09:16.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98412025-05-15T04:09:16.619Z[ host-image] May 15 04:09:16.179 INFO O| May 15 04:09:16.179 INFO STEP 154 (remove_files) COMPLETE
98422025-05-15T04:09:16.619Z[ host-image] May 15 04:09:16.179 INFO O| May 15 04:09:16.179 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.195 INFO O| May 15 04:09:16.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98442025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.195 INFO O| May 15 04:09:16.195 INFO STEP 155 (remove_files) COMPLETE
98452025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.195 INFO O| May 15 04:09:16.195 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.209 INFO O| May 15 04:09:16.209 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98472025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.209 INFO O| May 15 04:09:16.209 INFO STEP 156 (remove_files) COMPLETE
98482025-05-15T04:09:16.644Z[ host-image] May 15 04:09:16.209 INFO O| May 15 04:09:16.209 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492025-05-15T04:09:16.669Z[ host-image] May 15 04:09:16.223 INFO O| May 15 04:09:16.223 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98502025-05-15T04:09:16.669Z[ host-image] May 15 04:09:16.224 INFO O| May 15 04:09:16.224 INFO STEP 157 (remove_files) COMPLETE
98512025-05-15T04:09:16.669Z[ host-image] May 15 04:09:16.224 INFO O| May 15 04:09:16.224 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522025-05-15T04:09:16.669Z[ host-image] May 15 04:09:16.237 INFO O| May 15 04:09:16.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98532025-05-15T04:09:16.669Z[ host-image] May 15 04:09:16.237 INFO O| May 15 04:09:16.237 INFO STEP 158 (remove_files) COMPLETE
98542025-05-15T04:09:16.671Z[ host-image] May 15 04:09:16.237 INFO O| May 15 04:09:16.237 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552025-05-15T04:09:16.696Z[ host-image] May 15 04:09:16.250 INFO O| May 15 04:09:16.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98562025-05-15T04:09:16.696Z[ host-image] May 15 04:09:16.250 INFO O| May 15 04:09:16.250 INFO STEP 159 (remove_files) COMPLETE
98572025-05-15T04:09:16.696Z[ host-image] May 15 04:09:16.251 INFO O| May 15 04:09:16.251 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582025-05-15T04:09:16.697Z[ host-image] May 15 04:09:16.264 INFO O| May 15 04:09:16.264 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98592025-05-15T04:09:16.697Z[ host-image] May 15 04:09:16.264 INFO O| May 15 04:09:16.264 INFO STEP 160 (remove_files) COMPLETE
98602025-05-15T04:09:16.697Z[ host-image] May 15 04:09:16.264 INFO O| May 15 04:09:16.264 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98612025-05-15T04:09:16.721Z[ host-image] May 15 04:09:16.285 INFO O| May 15 04:09:16.284 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98622025-05-15T04:09:16.721Z[ host-image] May 15 04:09:16.285 INFO O| May 15 04:09:16.285 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98632025-05-15T04:09:16.910Z[ recovery-image] May 15 04:09:16.478 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.79s
98642025-05-15T04:09:16.935Z[ recovery-image] May 15 04:09:16.489 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
98652025-05-15T04:09:17.152Z[ recovery-image] May 15 04:09:16.721 INFO E| Downloading crates ...
98662025-05-15T04:09:17.197Z[ recovery-image] May 15 04:09:16.765 INFO E| Downloaded bit_field v0.10.2
98672025-05-15T04:09:17.224Z[ recovery-image] May 15 04:09:16.768 INFO E| Downloaded bitstruct_derive v0.1.0
98682025-05-15T04:09:17.224Z[ recovery-image] May 15 04:09:16.770 INFO E| Downloaded bitstruct v0.1.1
98692025-05-15T04:09:17.224Z[ recovery-image] May 15 04:09:16.773 INFO E| Downloaded seq-macro v0.3.6
98702025-05-15T04:09:17.224Z[ recovery-image] May 15 04:09:16.775 INFO E| Downloaded cpio_reader v0.1.1
98712025-05-15T04:09:17.224Z[ recovery-image] May 15 04:09:16.778 INFO E| Downloaded raw-cpuid v10.7.0
98722025-05-15T04:09:17.249Z[ recovery-image] May 15 04:09:16.797 INFO E| Downloaded x86 v0.52.0
98732025-05-15T04:09:17.326Z[ recovery-image] May 15 04:09:16.894 INFO E| Updating crates.io index
98742025-05-15T04:09:17.385Z[ recovery-image] May 15 04:09:16.954 INFO E| Downloading crates ...
98752025-05-15T04:09:17.423Z[ recovery-image] May 15 04:09:16.992 INFO E| Downloaded rustc-literal-escaper v0.0.2
98762025-05-15T04:09:17.448Z[ recovery-image] May 15 04:09:16.997 INFO E| Downloaded allocator-api2 v0.2.21
98772025-05-15T04:09:17.448Z[ recovery-image] May 15 04:09:17.005 INFO E| Downloaded compiler_builtins v0.1.155
98782025-05-15T04:09:17.475Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling compiler_builtins v0.1.155
98792025-05-15T04:09:17.475Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
98802025-05-15T04:09:17.501Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling proc-macro2 v1.0.95
98812025-05-15T04:09:17.501Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling unicode-ident v1.0.18
98822025-05-15T04:09:17.501Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling syn v1.0.109
98832025-05-15T04:09:17.501Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling x86 v0.52.0
98842025-05-15T04:09:17.501Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98852025-05-15T04:09:17.502Z[ recovery-image] May 15 04:09:17.044 INFO E| Compiling seq-macro v0.3.6
98862025-05-15T04:09:19.454Z[ recovery-image] May 15 04:09:19.023 INFO E| Compiling quote v1.0.40
98872025-05-15T04:09:19.900Z[ recovery-image] May 15 04:09:19.469 INFO E| Compiling syn v2.0.100
98882025-05-15T04:09:25.256Z[ recovery-image] May 15 04:09:24.825 INFO E| Compiling scroll_derive v0.12.1
98892025-05-15T04:09:27.594Z[ recovery-image] May 15 04:09:27.164 INFO E| Compiling bitstruct_derive v0.1.0
98902025-05-15T04:09:28.568Z[ host-image] May 15 04:09:28.129 INFO O| May 15 04:09:28.128 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
98912025-05-15T04:09:28.569Z[ host-image] May 15 04:09:28.129 INFO O| May 15 04:09:28.129 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98922025-05-15T04:09:28.594Z[ host-image] May 15 04:09:28.151 INFO O| May 15 04:09:28.151 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98932025-05-15T04:09:28.755Z[ host-image] May 15 04:09:28.325 INFO O| May 15 04:09:28.324 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98942025-05-15T04:09:28.850Z[ host-image] May 15 04:09:28.420 INFO O| May 15 04:09:28.419 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", "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", "SVCCFG_CHECKHASH": "1"}
98952025-05-15T04:09:28.954Z[ host-image] May 15 04:09:28.524 INFO O| May 15 04:09:28.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98962025-05-15T04:09:28.954Z[ host-image] May 15 04:09:28.524 INFO O| May 15 04:09:28.523 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98972025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.526 INFO O| May 15 04:09:28.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98982025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.526 INFO O| May 15 04:09:28.526 INFO ok!
98992025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.527 INFO O| May 15 04:09:28.526 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99002025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.527 INFO O| May 15 04:09:28.526 INFO STEP 161 (seed_smf) COMPLETE
99012025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.527 INFO O| May 15 04:09:28.526 INFO steps complete; finalising image!
99022025-05-15T04:09:28.979Z[ host-image] May 15 04:09:28.527 INFO O| May 15 04:09:28.526 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99032025-05-15T04:09:29.168Z[ host-image] May 15 04:09:28.738 INFO O| May 15 04:09:28.738 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu May 15 04:09:28 2025)
99042025-05-15T04:09:29.382Z[ host-image] May 15 04:09:28.951 INFO O| May 15 04:09:28.951 INFO trim TEMPORARY-gimlet-zfs: (72% trimmed, started at Thu May 15 04:09:28 2025)
99052025-05-15T04:09:29.623Z[ host-image] May 15 04:09:29.192 INFO O| May 15 04:09:29.192 INFO temporary pool has 722M used, 110M avail, 1.87x compressratio
99062025-05-15T04:09:29.623Z[ host-image] May 15 04:09:29.192 INFO O| May 15 04:09:29.192 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99072025-05-15T04:09:30.072Z[ host-image] May 15 04:09:29.642 INFO O| May 15 04:09:29.642 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99082025-05-15T04:09:30.073Z[ host-image] May 15 04:09:29.642 INFO O| May 15 04:09:29.642 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99092025-05-15T04:09:31.464Z[ host-image] May 15 04:09:31.034 INFO O| May 15 04:09:31.034 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99102025-05-15T04:09:31.464Z[ host-image] May 15 04:09:31.034 INFO O| May 15 04:09:31.034 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99112025-05-15T04:09:31.491Z[ host-image] May 15 04:09:31.034 INFO O| May 15 04:09:31.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99122025-05-15T04:09:31.491Z[ host-image] May 15 04:09:31.034 INFO O| May 15 04:09:31.034 INFO completed processing gimlet/zfs
99132025-05-15T04:09:31.493Z[ host-image] May 15 04:09:31.034 INFO O| May 15 04:09:31.034 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99142025-05-15T04:09:32.115Z[ host-image] May 15 04:09:31.685 INFO O| May 15 04:09:31.685 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99152025-05-15T04:09:32.167Z[ host-image] May 15 04:09:31.737 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
99162025-05-15T04:09:32.192Z[ host-image] May 15 04:09:31.737 INFO expanded image name: "ci c1c495b/${os_short_commit} 2025-05-15 03:28" -> "ci c1c495b/361574b 2025-05-15 03:28"
99172025-05-15T04:09:32.192Z[ host-image] May 15 04:09:31.738 INFO output artefacts stored in: "/work/os-host"
99182025-05-15T04:09:32.192Z[ host-image] May 15 04:09:31.738 INFO collecting git info from project "pinprick"...
99192025-05-15T04:09:32.192Z[ host-image] May 15 04:09:31.747 INFO collecting git info from project "chelsio-t6-roms"...
99202025-05-15T04:09:32.193Z[ host-image] May 15 04:09:31.755 INFO collecting git info from project "bootserver"...
99212025-05-15T04:09:32.218Z[ host-image] May 15 04:09:31.762 INFO collecting git info from project "amd-host-image-builder"...
99222025-05-15T04:09:32.218Z[ host-image] May 15 04:09:31.771 INFO collecting git info from project "pilot"...
99232025-05-15T04:09:32.218Z[ host-image] May 15 04:09:31.779 INFO collecting git info from project "phbl"...
99242025-05-15T04:09:32.218Z[ host-image] May 15 04:09:31.786 INFO collecting git info from project "amd-firmware"...
99252025-05-15T04:09:32.243Z[ host-image] May 15 04:09:31.805 INFO collecting git info from project "image-builder"...
99262025-05-15T04:09:32.243Z[ host-image] May 15 04:09:31.811 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99272025-05-15T04:09:32.748Z[ host-image] May 15 04:09:32.318 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99282025-05-15T04:09:33.287Z[ host-image] May 15 04:09:32.857 INFO creating Oxide boot image...
99292025-05-15T04:09:33.312Z[ host-image] May 15 04:09:32.857 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c1c495b/361574b 2025-05-15 03:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99302025-05-15T04:09:34.699Z[ host-image] May 15 04:09:34.269 INFO O| ok, image written!
99312025-05-15T04:09:34.699Z[ host-image] May 15 04:09:34.269 INFO O| ok, boot_image_csum file written!
99322025-05-15T04:09:34.724Z[ host-image] May 15 04:09:34.275 INFO creating boot archive (CPIO)...
99332025-05-15T04:09:34.724Z[ host-image] May 15 04:09:34.275 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
99342025-05-15T04:09:34.724Z[ host-image] May 15 04:09:34.285 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99352025-05-15T04:09:34.725Z[ host-image] May 15 04:09:34.285 INFO E| + outfile=/work/os-host/cpio
99362025-05-15T04:09:34.726Z[ host-image] May 15 04:09:34.285 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99372025-05-15T04:09:34.726Z[ host-image] May 15 04:09:34.288 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99382025-05-15T04:09:34.726Z[ host-image] May 15 04:09:34.288 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99392025-05-15T04:09:34.776Z[ host-image] May 15 04:09:34.346 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99402025-05-15T04:09:34.801Z[ host-image] May 15 04:09:34.347 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99412025-05-15T04:09:34.801Z[ host-image] May 15 04:09:34.358 INFO creating compressed cpio/unix for dev loaders...
99422025-05-15T04:09:34.801Z[ host-image] May 15 04:09:34.358 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
99432025-05-15T04:09:35.138Z[ host-image] May 15 04:09:34.708 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99442025-05-15T04:09:40.285Z[ host-image] May 15 04:09:39.855 INFO creating reset image...
99452025-05-15T04:09:40.285Z[ host-image] May 15 04:09:39.856 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
99462025-05-15T04:09:40.363Z[ host-image] May 15 04:09:39.932 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
99472025-05-15T04:09:40.363Z[ host-image] May 15 04:09:39.933 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99482025-05-15T04:09:40.507Z[ host-image] May 15 04:09:40.077 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99492025-05-15T04:09:40.532Z[ host-image] May 15 04:09:40.079 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99502025-05-15T04:09:40.779Z[ host-image] May 15 04:09:40.349 INFO E| Blocking waiting for file lock on build directory
99512025-05-15T04:09:45.147Z[ recovery-image] May 15 04:09:44.717 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
99522025-05-15T04:09:47.596Z[ recovery-image] May 15 04:09:47.166 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
99532025-05-15T04:09:51.861Z[ recovery-image] May 15 04:09:51.432 INFO E| Compiling bitflags v1.3.2
99542025-05-15T04:09:51.861Z[ recovery-image] May 15 04:09:51.432 INFO E| Compiling bit_field v0.10.2
99552025-05-15T04:09:51.887Z[ recovery-image] May 15 04:09:51.432 INFO E| Compiling plain v0.2.3
99562025-05-15T04:09:51.887Z[ recovery-image] May 15 04:09:51.432 INFO E| Compiling scroll v0.12.0
99572025-05-15T04:09:51.887Z[ recovery-image] May 15 04:09:51.433 INFO E| Compiling adler2 v2.0.0
99582025-05-15T04:09:51.887Z[ recovery-image] May 15 04:09:51.433 INFO E| Compiling log v0.4.27
99592025-05-15T04:09:51.887Z[ recovery-image] May 15 04:09:51.433 INFO E| Compiling bitstruct v0.1.1
99602025-05-15T04:09:51.994Z[ recovery-image] May 15 04:09:51.565 INFO E| Compiling raw-cpuid v10.7.0
99612025-05-15T04:09:52.019Z[ recovery-image] May 15 04:09:51.575 INFO E| Compiling cpio_reader v0.1.1
99622025-05-15T04:09:52.132Z[ recovery-image] May 15 04:09:51.703 INFO E| Compiling miniz_oxide v0.8.8
99632025-05-15T04:09:52.157Z[ recovery-image] May 15 04:09:51.728 INFO E| Compiling static_assertions v1.1.0
99642025-05-15T04:09:52.356Z[ recovery-image] May 15 04:09:51.927 INFO E| Compiling goblin v0.9.3
99652025-05-15T04:09:58.427Z[ recovery-image] May 15 04:09:57.998 INFO E| Finished `release` profile [optimized] target(s) in 41.48s
99662025-05-15T04:09:58.452Z[ host-image] May 15 04:09:58.006 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99672025-05-15T04:09:58.477Z[ recovery-image] May 15 04:09:58.025 INFO building host image...
99682025-05-15T04:09:58.477Z[ recovery-image] May 15 04:09:58.025 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")
99692025-05-15T04:09:59.019Z[ recovery-image] May 15 04:09:58.590 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99702025-05-15T04:10:00.397Z[ host-image] May 15 04:09:59.968 INFO E| Finished `release` profile [optimized] target(s) in 19.86s
99712025-05-15T04:10:00.422Z[ host-image] May 15 04:09:59.986 INFO building host image...
99722025-05-15T04:10:00.422Z[ host-image] May 15 04:09:59.986 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")
99732025-05-15T04:10:00.738Z[ recovery-image] May 15 04:10:00.307 INFO image complete! materials are in "/work/os-recovery"
99742025-05-15T04:10:00.763Z[ recovery-image]
99752025-05-15T04:10:00.763Z[ recovery-image] real 15:54.103902846
99762025-05-15T04:10:00.763Z[ recovery-image] user 9:25.872957927
99772025-05-15T04:10:00.763Z[ recovery-image] sys 1:24.993937584
99782025-05-15T04:10:00.763Z[ recovery-image] trap 0.487890900
99792025-05-15T04:10:00.763Z[ recovery-image] tflt 0.650146216
99802025-05-15T04:10:00.763Z[ recovery-image] dflt 1.352801855
99812025-05-15T04:10:00.763Z[ recovery-image] kflt 0.007962873
99822025-05-15T04:10:00.763Z[ recovery-image] lock 46:05.322163143
99832025-05-15T04:10:00.763Z[ recovery-image] slp 1:32:06.046376411
99842025-05-15T04:10:00.763Z[ recovery-image] lat 4:50.541948351
99852025-05-15T04:10:00.763Z[ recovery-image] stop 7.830422790
99862025-05-15T04:10:00.763ZMay 15 04:10:00.315 INFO [recovery-image] process exited with exit status: 0 (954.163179251s)
99872025-05-15T04:10:00.960Z[ host-image] May 15 04:10:00.532 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99882025-05-15T04:10:43.322Z[ host-image] May 15 04:10:42.894 INFO image complete! materials are in "/work/os-host"
99892025-05-15T04:10:43.349Z[ host-image]
99902025-05-15T04:10:43.349Z[ host-image] real 17:18.935018848
99912025-05-15T04:10:43.349Z[ host-image] user 9:20.151682158
99922025-05-15T04:10:43.349Z[ host-image] sys 1:27.102972488
99932025-05-15T04:10:43.349Z[ host-image] trap 0.474341135
99942025-05-15T04:10:43.349Z[ host-image] tflt 0.048891615
99952025-05-15T04:10:43.349Z[ host-image] dflt 0.126317276
99962025-05-15T04:10:43.349Z[ host-image] kflt 0.061818475
99972025-05-15T04:10:43.349Z[ host-image] lock 10:46.506375539
99982025-05-15T04:10:43.349Z[ host-image] slp 1:36:16.709074192
99992025-05-15T04:10:43.349Z[ host-image] lat 3:23.448646647
100002025-05-15T04:10:43.349Z[ host-image] stop 0.257465067
100012025-05-15T04:10:43.350ZMay 15 04:10:42.900 INFO [host-image] process exited with exit status: 0 (1038.969015597s)
100022025-05-15T04:10:43.350ZMay 15 04:10:42.900 INFO [tuf-repo] running task
100032025-05-15T04:10:59.957ZMay 15 04:10:59.530 INFO assembling repository in `/tmp/tufaceouswF0ful`, component: OmicronRepoAssembler
100042025-05-15T04:11:02.051Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 51s
100052025-05-15T04:11:02.486ZMay 15 04:11:02.061 INFO [verify-libraries] process exited with exit status: 0 (1016.534265872s)
100062025-05-15T04:11:07.902ZMay 15 04:11:07.477 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100072025-05-15T04:11:08.638ZMay 15 04:11:08.213 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100082025-05-15T04:11:38.631ZMay 15 04:11:38.208 INFO [tuf-repo] task succeeded (55.308407502s)
100092025-05-15T04:11:38.631ZMay 15 04:11:38.208 INFO all jobs completed in 2560.030997873s
100102025-05-15T04:11:39.819Zprocess exited: duration 3237556 ms, exit code 0
 
100112025-05-15T04:11:39.902Zfound 41 output files
100122025-05-15T04:11:39.902Zuploading: /work/manifest.toml (13599 bytes)
100132025-05-15T04:11:41.027Zuploaded: /work/manifest.toml
100142025-05-15T04:11:41.027Zuploading: /work/repo.zip (2497141137 bytes)
100152025-05-15T04:17:22.011Zuploaded: /work/repo.zip
100162025-05-15T04:17:22.011Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100172025-05-15T04:17:23.095Zuploaded: /work/repo.zip.sha256.txt
100182025-05-15T04:17:23.095Zuploading: /work/helios.json (584 bytes)
100192025-05-15T04:17:24.178Zuploaded: /work/helios.json
100202025-05-15T04:17:24.207Zuploading: /work/incorporation.p5m (98901 bytes)
100212025-05-15T04:17:25.367Zuploaded: /work/incorporation.p5m
100222025-05-15T04:17:25.367Zuploading: /work/incorporation.p5p (112640 bytes)
100232025-05-15T04:17:26.580Zuploaded: /work/incorporation.p5p
100242025-05-15T04:17:26.580Zuploading: /work/helios-incorp.log (526 bytes)
100252025-05-15T04:17:27.679Zuploaded: /work/helios-incorp.log
100262025-05-15T04:17:27.705Zuploading: /work/helios-setup.log (61919 bytes)
100272025-05-15T04:17:28.868Zuploaded: /work/helios-setup.log
100282025-05-15T04:17:28.893Zuploading: /work/host-image.log (201194 bytes)
100292025-05-15T04:17:30.085Zuploaded: /work/host-image.log
100302025-05-15T04:17:30.085Zuploading: /work/host-package.log (28536 bytes)
100312025-05-15T04:17:31.252Zuploaded: /work/host-package.log
100322025-05-15T04:17:31.279Zuploading: /work/host-target.log (101 bytes)
100332025-05-15T04:17:32.351Zuploaded: /work/host-target.log
100342025-05-15T04:17:32.351Zuploading: /work/incorp-create.log (0 bytes)
100352025-05-15T04:17:33.425Zuploaded: /work/incorp-create.log
100362025-05-15T04:17:33.425Zuploading: /work/incorp-fmt.log (0 bytes)
100372025-05-15T04:17:34.500Zuploaded: /work/incorp-fmt.log
100382025-05-15T04:17:34.500Zuploading: /work/incorp-pkgsend.log (108 bytes)
100392025-05-15T04:17:35.600Zuploaded: /work/incorp-pkgsend.log
100402025-05-15T04:17:35.600Zuploading: /work/incorp-publisher.log (0 bytes)
100412025-05-15T04:17:36.673Zuploaded: /work/incorp-publisher.log
100422025-05-15T04:17:36.673Zuploading: /work/omicron-package.log (8578 bytes)
100432025-05-15T04:17:37.794Zuploaded: /work/omicron-package.log
100442025-05-15T04:17:37.820Zuploading: /work/recovery-image.log (578345 bytes)
100452025-05-15T04:17:39.061Zuploaded: /work/recovery-image.log
100462025-05-15T04:17:39.086Zuploading: /work/recovery-package.log (1685 bytes)
100472025-05-15T04:17:40.164Zuploaded: /work/recovery-package.log
100482025-05-15T04:17:40.164Zuploading: /work/recovery-target.log (98 bytes)
100492025-05-15T04:17:41.267Zuploaded: /work/recovery-target.log
100502025-05-15T04:17:41.267Zuploading: /work/stamp-clickhouse.log (117 bytes)
100512025-05-15T04:17:42.368Zuploaded: /work/stamp-clickhouse.log
100522025-05-15T04:17:42.393Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100532025-05-15T04:17:43.470Zuploaded: /work/stamp-clickhouse_keeper.log
100542025-05-15T04:17:43.470Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
100552025-05-15T04:17:44.570Zuploaded: /work/stamp-clickhouse_server.log
100562025-05-15T04:17:44.595Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100572025-05-15T04:17:45.672Zuploaded: /work/stamp-cockroachdb.log
100582025-05-15T04:17:45.698Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100592025-05-15T04:17:46.775Zuploaded: /work/stamp-crucible-dtrace.log
100602025-05-15T04:17:46.801Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100612025-05-15T04:17:47.878Zuploaded: /work/stamp-crucible-pantry-zone.log
100622025-05-15T04:17:47.907Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100632025-05-15T04:17:48.980Zuploaded: /work/stamp-crucible-zone.log
100642025-05-15T04:17:49.005Zuploading: /work/stamp-external-dns.log (119 bytes)
100652025-05-15T04:17:50.080Zuploaded: /work/stamp-external-dns.log
100662025-05-15T04:17:50.080Zuploading: /work/stamp-installinator.log (103 bytes)
100672025-05-15T04:17:51.178Zuploaded: /work/stamp-installinator.log
100682025-05-15T04:17:51.178Zuploading: /work/stamp-internal-dns.log (119 bytes)
100692025-05-15T04:17:52.276Zuploaded: /work/stamp-internal-dns.log
100702025-05-15T04:17:52.301Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100712025-05-15T04:17:53.374Zuploaded: /work/stamp-mg-ddm-gz.log
100722025-05-15T04:17:53.400Zuploading: /work/stamp-nexus.log (112 bytes)
100732025-05-15T04:17:54.474Zuploaded: /work/stamp-nexus.log
100742025-05-15T04:17:54.474Zuploading: /work/stamp-ntp.log (110 bytes)
100752025-05-15T04:17:56.325Zuploaded: /work/stamp-ntp.log
100762025-05-15T04:17:56.325Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100772025-05-15T04:17:57.425Zuploaded: /work/stamp-omicron-sled-agent.log
100782025-05-15T04:17:57.425Zuploading: /work/stamp-overlay.log (114 bytes)
100792025-05-15T04:17:58.523Zuploaded: /work/stamp-overlay.log
100802025-05-15T04:17:58.549Zuploading: /work/stamp-oximeter.log (115 bytes)
100812025-05-15T04:17:59.623Zuploaded: /work/stamp-oximeter.log
100822025-05-15T04:17:59.623Zuploading: /work/stamp-oxlog.log (109 bytes)
100832025-05-15T04:18:00.720Zuploaded: /work/stamp-oxlog.log
100842025-05-15T04:18:00.721Zuploading: /work/stamp-probe.log (112 bytes)
100852025-05-15T04:18:01.820Zuploaded: /work/stamp-probe.log
100862025-05-15T04:18:01.820Zuploading: /work/stamp-propolis-server.log (122 bytes)
100872025-05-15T04:18:02.918Zuploaded: /work/stamp-propolis-server.log
100882025-05-15T04:18:02.918Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100892025-05-15T04:18:04.017Zuploaded: /work/stamp-pumpkind-gz.log
100902025-05-15T04:18:04.017Zuploading: /work/stamp-switch-asic.log (118 bytes)
100912025-05-15T04:18:05.116Zuploaded: /work/stamp-switch-asic.log
100922025-05-15T04:18:05.116Zuploading: /work/verify-libraries.log (7073 bytes)
100932025-05-15T04:18:06.238Zuploaded: /work/verify-libraries.log